if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;;var Prototype={Version:'1.6.0.3',Browser:{IE:!!(window.attachEvent&&navigator.userAgent.indexOf('Opera')===-1),Opera:navigator.userAgent.indexOf('Opera')>-1,WebKit:navigator.userAgent.indexOf('AppleWebKit/')>-1,Gecko:navigator.userAgent.indexOf('Gecko')>-1&&navigator.userAgent.indexOf('KHTML')===-1,MobileSafari:!!navigator.userAgent.match(/Apple.*Mobile.*Safari/)},BrowserFeatures:{XPath:!!document.evaluate,SelectorsAPI:!!document.querySelector,ElementExtensions:!!window.HTMLElement,SpecificElementExtensions:document.createElement('div')['__proto__']&&document.createElement('div')['__proto__']!==document.createElement('form')['__proto__']},ScriptFragment:'<script[^>]*>([\\S\\s]*?)<\/script>',JSONFilter:/^\/\*-secure-([\s\S]*)\*\/\s*$/,emptyFunction:function(){},K:function(x){return x}};if(Prototype.Browser.MobileSafari)
Prototype.BrowserFeatures.SpecificElementExtensions=false;var Class={create:function(){var parent=null,properties=$A(arguments);if(Object.isFunction(properties[0]))
parent=properties.shift();function klass(){this.initialize.apply(this,arguments);}
Object.extend(klass,Class.Methods);klass.superclass=parent;klass.subclasses=[];if(parent){var subclass=function(){};subclass.prototype=parent.prototype;klass.prototype=new subclass;parent.subclasses.push(klass);}
for(var i=0;i<properties.length;i++)
klass.addMethods(properties[i]);if(!klass.prototype.initialize)
klass.prototype.initialize=Prototype.emptyFunction;klass.prototype.constructor=klass;return klass;}};Class.Methods={addMethods:function(source){var ancestor=this.superclass&&this.superclass.prototype;var properties=Object.keys(source);if(!Object.keys({toString:true}).length)
properties.push("toString","valueOf");for(var i=0,length=properties.length;i<length;i++){var property=properties[i],value=source[property];if(ancestor&&Object.isFunction(value)&&value.argumentNames().first()=="$super"){var method=value;value=(function(m){return function(){return ancestor[m].apply(this,arguments)};})(property).wrap(method);value.valueOf=method.valueOf.bind(method);value.toString=method.toString.bind(method);}
this.prototype[property]=value;}
return this;}};var Abstract={};Object.extend=function(destination,source){for(var property in source)
destination[property]=source[property];return destination;};Object.extend(Object,{inspect:function(object){try{if(Object.isUndefined(object))return'undefined';if(object===null)return'null';return object.inspect?object.inspect():String(object);}catch(e){if(e instanceof RangeError)return'...';throw e;}},toJSON:function(object){var type=typeof object;switch(type){case'undefined':case'function':case'unknown':return;case'boolean':return object.toString();}
if(object===null)return'null';if(object.toJSON)return object.toJSON();if(Object.isElement(object))return;var results=[];for(var property in object){var value=Object.toJSON(object[property]);if(!Object.isUndefined(value))
results.push(property.toJSON()+': '+value);}
return'{'+results.join(', ')+'}';},toQueryString:function(object){return $H(object).toQueryString();},toHTML:function(object){return object&&object.toHTML?object.toHTML():String.interpret(object);},keys:function(object){var keys=[];for(var property in object)
keys.push(property);return keys;},values:function(object){var values=[];for(var property in object)
values.push(object[property]);return values;},clone:function(object){return Object.extend({},object);},isElement:function(object){return!!(object&&object.nodeType==1);},isArray:function(object){return object!=null&&typeof object=="object"&&'splice'in object&&'join'in object;},isHash:function(object){return object instanceof Hash;},isFunction:function(object){return typeof object=="function";},isString:function(object){return typeof object=="string";},isNumber:function(object){return typeof object=="number";},isUndefined:function(object){return typeof object=="undefined";}});Object.extend(Function.prototype,{argumentNames:function(){var names=this.toString().match(/^[\s\(]*function[^(]*\(([^\)]*)\)/)[1].replace(/\s+/g,'').split(',');return names.length==1&&!names[0]?[]:names;},bind:function(){if(arguments.length<2&&Object.isUndefined(arguments[0]))return this;var __method=this,args=$A(arguments),object=args.shift();return function(){return __method.apply(object,args.concat($A(arguments)));}},bindAsEventListener:function(){var __method=this,args=$A(arguments),object=args.shift();return function(event){return __method.apply(object,[event||window.event].concat(args));}},curry:function(){if(!arguments.length)return this;var __method=this,args=$A(arguments);return function(){return __method.apply(this,args.concat($A(arguments)));}},delay:function(){var __method=this,args=$A(arguments),timeout=args.shift()*1000;return window.setTimeout(function(){return __method.apply(__method,args);},timeout);},defer:function(){var args=[0.01].concat($A(arguments));return this.delay.apply(this,args);},wrap:function(wrapper){var __method=this;return function(){return wrapper.apply(this,[__method.bind(this)].concat($A(arguments)));}},methodize:function(){if(this._methodized)return this._methodized;var __method=this;return this._methodized=function(){return __method.apply(null,[this].concat($A(arguments)));};}});Date.prototype.toJSON=function(){return'"'+this.getUTCFullYear()+'-'+
(this.getUTCMonth()+1).toPaddedString(2)+'-'+
this.getUTCDate().toPaddedString(2)+'T'+
this.getUTCHours().toPaddedString(2)+':'+
this.getUTCMinutes().toPaddedString(2)+':'+
this.getUTCSeconds().toPaddedString(2)+'Z"';};var Try={these:function(){var returnValue;for(var i=0,length=arguments.length;i<length;i++){var lambda=arguments[i];try{returnValue=lambda();break;}catch(e){}}
return returnValue;}};RegExp.prototype.match=RegExp.prototype.test;RegExp.escape=function(str){return String(str).replace(/([.*+?^=!:${}()|[\]\/\\])/g,'\\$1');};var PeriodicalExecuter=Class.create({initialize:function(callback,frequency){this.callback=callback;this.frequency=frequency;this.currentlyExecuting=false;this.registerCallback();},registerCallback:function(){this.timer=setInterval(this.onTimerEvent.bind(this),this.frequency*1000);},execute:function(){this.callback(this);},stop:function(){if(!this.timer)return;clearInterval(this.timer);this.timer=null;},onTimerEvent:function(){if(!this.currentlyExecuting){try{this.currentlyExecuting=true;this.execute();}finally{this.currentlyExecuting=false;}}}});Object.extend(String,{interpret:function(value){return value==null?'':String(value);},specialChar:{'\b':'\\b','\t':'\\t','\n':'\\n','\f':'\\f','\r':'\\r','\\':'\\\\'}});Object.extend(String.prototype,{gsub:function(pattern,replacement){var result='',source=this,match;replacement=arguments.callee.prepareReplacement(replacement);while(source.length>0){if(match=source.match(pattern)){result+=source.slice(0,match.index);result+=String.interpret(replacement(match));source=source.slice(match.index+match[0].length);}else{result+=source,source='';}}
return result;},sub:function(pattern,replacement,count){replacement=this.gsub.prepareReplacement(replacement);count=Object.isUndefined(count)?1:count;return this.gsub(pattern,function(match){if(--count<0)return match[0];return replacement(match);});},scan:function(pattern,iterator){this.gsub(pattern,iterator);return String(this);},truncate:function(length,truncation){length=length||30;truncation=Object.isUndefined(truncation)?'...':truncation;return this.length>length?this.slice(0,length-truncation.length)+truncation:String(this);},strip:function(){return this.replace(/^\s+/,'').replace(/\s+$/,'');},stripTags:function(){return this.replace(/<\/?[^>]+>/gi,'');},stripScripts:function(){return this.replace(new RegExp(Prototype.ScriptFragment,'img'),'');},extractScripts:function(){var matchAll=new RegExp(Prototype.ScriptFragment,'img');var matchOne=new RegExp(Prototype.ScriptFragment,'im');return(this.match(matchAll)||[]).map(function(scriptTag){return(scriptTag.match(matchOne)||['',''])[1];});},evalScripts:function(){return this.extractScripts().map(function(script){return eval(script)});},escapeHTML:function(){var self=arguments.callee;self.text.data=this;return self.div.innerHTML;},unescapeHTML:function(){var div=new Element('div');div.innerHTML=this.stripTags();return div.childNodes[0]?(div.childNodes.length>1?$A(div.childNodes).inject('',function(memo,node){return memo+node.nodeValue}):div.childNodes[0].nodeValue):'';},toQueryParams:function(separator){var match=this.strip().match(/([^?#]*)(#.*)?$/);if(!match)return{};return match[1].split(separator||'&').inject({},function(hash,pair){if((pair=pair.split('='))[0]){var key=decodeURIComponent(pair.shift());var value=pair.length>1?pair.join('='):pair[0];if(value!=undefined)value=decodeURIComponent(value);if(key in hash){if(!Object.isArray(hash[key]))hash[key]=[hash[key]];hash[key].push(value);}
else hash[key]=value;}
return hash;});},toArray:function(){return this.split('');},succ:function(){return this.slice(0,this.length-1)+
String.fromCharCode(this.charCodeAt(this.length-1)+1);},times:function(count){return count<1?'':new Array(count+1).join(this);},camelize:function(){var parts=this.split('-'),len=parts.length;if(len==1)return parts[0];var camelized=this.charAt(0)=='-'?parts[0].charAt(0).toUpperCase()+parts[0].substring(1):parts[0];for(var i=1;i<len;i++)
camelized+=parts[i].charAt(0).toUpperCase()+parts[i].substring(1);return camelized;},capitalize:function(){return this.charAt(0).toUpperCase()+this.substring(1).toLowerCase();},underscore:function(){return this.gsub(/::/,'/').gsub(/([A-Z]+)([A-Z][a-z])/,'#{1}_#{2}').gsub(/([a-z\d])([A-Z])/,'#{1}_#{2}').gsub(/-/,'_').toLowerCase();},dasherize:function(){return this.gsub(/_/,'-');},inspect:function(useDoubleQuotes){var escapedString=this.gsub(/[\x00-\x1f\\]/,function(match){var character=String.specialChar[match[0]];return character?character:'\\u00'+match[0].charCodeAt().toPaddedString(2,16);});if(useDoubleQuotes)return'"'+escapedString.replace(/"/g,'\\"')+'"';return"'"+escapedString.replace(/'/g,'\\\'')+"'";},toJSON:function(){return this.inspect(true);},unfilterJSON:function(filter){return this.sub(filter||Prototype.JSONFilter,'#{1}');},isJSON:function(){var str=this;if(str.blank())return false;str=this.replace(/\\./g,'@').replace(/"[^"\\\n\r]*"/g,'');return(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(str);},evalJSON:function(sanitize){var json=this.unfilterJSON();try{if(!sanitize||json.isJSON())return eval('('+json+')');}catch(e){}
throw new SyntaxError('Badly formed JSON string: '+this.inspect());},include:function(pattern){return this.indexOf(pattern)>-1;},startsWith:function(pattern){return this.indexOf(pattern)===0;},endsWith:function(pattern){var d=this.length-pattern.length;return d>=0&&this.lastIndexOf(pattern)===d;},empty:function(){return this=='';},blank:function(){return /^\s*$/.test(this);},interpolate:function(object,pattern){return new Template(this,pattern).evaluate(object);}});if(Prototype.Browser.WebKit||Prototype.Browser.IE)Object.extend(String.prototype,{escapeHTML:function(){return this.replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;');},unescapeHTML:function(){return this.stripTags().replace(/&amp;/g,'&').replace(/&lt;/g,'<').replace(/&gt;/g,'>');}});String.prototype.gsub.prepareReplacement=function(replacement){if(Object.isFunction(replacement))return replacement;var template=new Template(replacement);return function(match){return template.evaluate(match)};};String.prototype.parseQuery=String.prototype.toQueryParams;Object.extend(String.prototype.escapeHTML,{div:document.createElement('div'),text:document.createTextNode('')});String.prototype.escapeHTML.div.appendChild(String.prototype.escapeHTML.text);var Template=Class.create({initialize:function(template,pattern){this.template=template.toString();this.pattern=pattern||Template.Pattern;},evaluate:function(object){if(Object.isFunction(object.toTemplateReplacements))
object=object.toTemplateReplacements();return this.template.gsub(this.pattern,function(match){if(object==null)return'';var before=match[1]||'';if(before=='\\')return match[2];var ctx=object,expr=match[3];var pattern=/^([^.[]+|\[((?:.*?[^\\])?)\])(\.|\[|$)/;match=pattern.exec(expr);if(match==null)return before;while(match!=null){var comp=match[1].startsWith('[')?match[2].gsub('\\\\]',']'):match[1];ctx=ctx[comp];if(null==ctx||''==match[3])break;expr=expr.substring('['==match[3]?match[1].length:match[0].length);match=pattern.exec(expr);}
return before+String.interpret(ctx);});}});Template.Pattern=/(^|.|\r|\n)(#\{(.*?)\})/;var $break={};var Enumerable={each:function(iterator,context){var index=0;try{this._each(function(value){iterator.call(context,value,index++);});}catch(e){if(e!=$break)throw e;}
return this;},eachSlice:function(number,iterator,context){var index=-number,slices=[],array=this.toArray();if(number<1)return array;while((index+=number)<array.length)
slices.push(array.slice(index,index+number));return slices.collect(iterator,context);},all:function(iterator,context){iterator=iterator||Prototype.K;var result=true;this.each(function(value,index){result=result&&!!iterator.call(context,value,index);if(!result)throw $break;});return result;},any:function(iterator,context){iterator=iterator||Prototype.K;var result=false;this.each(function(value,index){if(result=!!iterator.call(context,value,index))
throw $break;});return result;},collect:function(iterator,context){iterator=iterator||Prototype.K;var results=[];this.each(function(value,index){results.push(iterator.call(context,value,index));});return results;},detect:function(iterator,context){var result;this.each(function(value,index){if(iterator.call(context,value,index)){result=value;throw $break;}});return result;},findAll:function(iterator,context){var results=[];this.each(function(value,index){if(iterator.call(context,value,index))
results.push(value);});return results;},grep:function(filter,iterator,context){iterator=iterator||Prototype.K;var results=[];if(Object.isString(filter))
filter=new RegExp(filter);this.each(function(value,index){if(filter.match(value))
results.push(iterator.call(context,value,index));});return results;},include:function(object){if(Object.isFunction(this.indexOf))
if(this.indexOf(object)!=-1)return true;var found=false;this.each(function(value){if(value==object){found=true;throw $break;}});return found;},inGroupsOf:function(number,fillWith){fillWith=Object.isUndefined(fillWith)?null:fillWith;return this.eachSlice(number,function(slice){while(slice.length<number)slice.push(fillWith);return slice;});},inject:function(memo,iterator,context){this.each(function(value,index){memo=iterator.call(context,memo,value,index);});return memo;},invoke:function(method){var args=$A(arguments).slice(1);return this.map(function(value){return value[method].apply(value,args);});},max:function(iterator,context){iterator=iterator||Prototype.K;var result;this.each(function(value,index){value=iterator.call(context,value,index);if(result==null||value>=result)
result=value;});return result;},min:function(iterator,context){iterator=iterator||Prototype.K;var result;this.each(function(value,index){value=iterator.call(context,value,index);if(result==null||value<result)
result=value;});return result;},partition:function(iterator,context){iterator=iterator||Prototype.K;var trues=[],falses=[];this.each(function(value,index){(iterator.call(context,value,index)?trues:falses).push(value);});return[trues,falses];},pluck:function(property){var results=[];this.each(function(value){results.push(value[property]);});return results;},reject:function(iterator,context){var results=[];this.each(function(value,index){if(!iterator.call(context,value,index))
results.push(value);});return results;},sortBy:function(iterator,context){return this.map(function(value,index){return{value:value,criteria:iterator.call(context,value,index)};}).sort(function(left,right){var a=left.criteria,b=right.criteria;return a<b?-1:a>b?1:0;}).pluck('value');},toArray:function(){return this.map();},zip:function(){var iterator=Prototype.K,args=$A(arguments);if(Object.isFunction(args.last()))
iterator=args.pop();var collections=[this].concat(args).map($A);return this.map(function(value,index){return iterator(collections.pluck(index));});},size:function(){return this.toArray().length;},inspect:function(){return'#<Enumerable:'+this.toArray().inspect()+'>';}};Object.extend(Enumerable,{map:Enumerable.collect,find:Enumerable.detect,select:Enumerable.findAll,filter:Enumerable.findAll,member:Enumerable.include,entries:Enumerable.toArray,every:Enumerable.all,some:Enumerable.any});function $A(iterable){if(!iterable)return[];if(iterable.toArray)return iterable.toArray();var length=iterable.length||0,results=new Array(length);while(length--)results[length]=iterable[length];return results;}
if(Prototype.Browser.WebKit){$A=function(iterable){if(!iterable)return[];if(!(typeof iterable==='function'&&typeof iterable.length==='number'&&typeof iterable.item==='function')&&iterable.toArray)
return iterable.toArray();var length=iterable.length||0,results=new Array(length);while(length--)results[length]=iterable[length];return results;};}
Array.from=$A;Object.extend(Array.prototype,Enumerable);if(!Array.prototype._reverse)Array.prototype._reverse=Array.prototype.reverse;Object.extend(Array.prototype,{_each:function(iterator){for(var i=0,length=this.length;i<length;i++)
iterator(this[i]);},clear:function(){this.length=0;return this;},first:function(){return this[0];},last:function(){return this[this.length-1];},compact:function(){return this.select(function(value){return value!=null;});},flatten:function(){return this.inject([],function(array,value){return array.concat(Object.isArray(value)?value.flatten():[value]);});},without:function(){var values=$A(arguments);return this.select(function(value){return!values.include(value);});},reverse:function(inline){return(inline!==false?this:this.toArray())._reverse();},reduce:function(){return this.length>1?this:this[0];},uniq:function(sorted){return this.inject([],function(array,value,index){if(0==index||(sorted?array.last()!=value:!array.include(value)))
array.push(value);return array;});},intersect:function(array){return this.uniq().findAll(function(item){return array.detect(function(value){return item===value});});},clone:function(){return[].concat(this);},size:function(){return this.length;},inspect:function(){return'['+this.map(Object.inspect).join(', ')+']';},toJSON:function(){var results=[];this.each(function(object){var value=Object.toJSON(object);if(!Object.isUndefined(value))results.push(value);});return'['+results.join(', ')+']';}});if(Object.isFunction(Array.prototype.forEach))
Array.prototype._each=Array.prototype.forEach;if(!Array.prototype.indexOf)Array.prototype.indexOf=function(item,i){i||(i=0);var length=this.length;if(i<0)i=length+i;for(;i<length;i++)
if(this[i]===item)return i;return-1;};if(!Array.prototype.lastIndexOf)Array.prototype.lastIndexOf=function(item,i){i=isNaN(i)?this.length:(i<0?this.length+i:i)+1;var n=this.slice(0,i).reverse().indexOf(item);return(n<0)?n:i-n-1;};Array.prototype.toArray=Array.prototype.clone;function $w(string){if(!Object.isString(string))return[];string=string.strip();return string?string.split(/\s+/):[];}
if(Prototype.Browser.Opera){Array.prototype.concat=function(){var array=[];for(var i=0,length=this.length;i<length;i++)array.push(this[i]);for(var i=0,length=arguments.length;i<length;i++){if(Object.isArray(arguments[i])){for(var j=0,arrayLength=arguments[i].length;j<arrayLength;j++)
array.push(arguments[i][j]);}else{array.push(arguments[i]);}}
return array;};}
Object.extend(Number.prototype,{toColorPart:function(){return this.toPaddedString(2,16);},succ:function(){return this+1;},times:function(iterator,context){$R(0,this,true).each(iterator,context);return this;},toPaddedString:function(length,radix){var string=this.toString(radix||10);return'0'.times(length-string.length)+string;},toJSON:function(){return isFinite(this)?this.toString():'null';}});$w('abs round ceil floor').each(function(method){Number.prototype[method]=Math[method].methodize();});function $H(object){return new Hash(object);};var Hash=Class.create(Enumerable,(function(){function toQueryPair(key,value){if(Object.isUndefined(value))return key;return key+'='+encodeURIComponent(String.interpret(value));}
return{initialize:function(object){this._object=Object.isHash(object)?object.toObject():Object.clone(object);},_each:function(iterator){for(var key in this._object){var value=this._object[key],pair=[key,value];pair.key=key;pair.value=value;iterator(pair);}},set:function(key,value){return this._object[key]=value;},get:function(key){if(this._object[key]!==Object.prototype[key])
return this._object[key];},unset:function(key){var value=this._object[key];delete this._object[key];return value;},toObject:function(){return Object.clone(this._object);},keys:function(){return this.pluck('key');},values:function(){return this.pluck('value');},index:function(value){var match=this.detect(function(pair){return pair.value===value;});return match&&match.key;},merge:function(object){return this.clone().update(object);},update:function(object){return new Hash(object).inject(this,function(result,pair){result.set(pair.key,pair.value);return result;});},toQueryString:function(){return this.inject([],function(results,pair){var key=encodeURIComponent(pair.key),values=pair.value;if(values&&typeof values=='object'){if(Object.isArray(values))
return results.concat(values.map(toQueryPair.curry(key)));}else results.push(toQueryPair(key,values));return results;}).join('&');},inspect:function(){return'#<Hash:{'+this.map(function(pair){return pair.map(Object.inspect).join(': ');}).join(', ')+'}>';},toJSON:function(){return Object.toJSON(this.toObject());},clone:function(){return new Hash(this);}}})());Hash.prototype.toTemplateReplacements=Hash.prototype.toObject;Hash.from=$H;var ObjectRange=Class.create(Enumerable,{initialize:function(start,end,exclusive){this.start=start;this.end=end;this.exclusive=exclusive;},_each:function(iterator){var value=this.start;while(this.include(value)){iterator(value);value=value.succ();}},include:function(value){if(value<this.start)
return false;if(this.exclusive)
return value<this.end;return value<=this.end;}});var $R=function(start,end,exclusive){return new ObjectRange(start,end,exclusive);};var Ajax={getTransport:function(){return Try.these(function(){return new XMLHttpRequest()},function(){return new ActiveXObject('Msxml2.XMLHTTP')},function(){return new ActiveXObject('Microsoft.XMLHTTP')})||false;},activeRequestCount:0};Ajax.Responders={responders:[],_each:function(iterator){this.responders._each(iterator);},register:function(responder){if(!this.include(responder))
this.responders.push(responder);},unregister:function(responder){this.responders=this.responders.without(responder);},dispatch:function(callback,request,transport,json){this.each(function(responder){if(Object.isFunction(responder[callback])){try{responder[callback].apply(responder,[request,transport,json]);}catch(e){}}});}};Object.extend(Ajax.Responders,Enumerable);Ajax.Responders.register({onCreate:function(){Ajax.activeRequestCount++},onComplete:function(){Ajax.activeRequestCount--}});Ajax.Base=Class.create({initialize:function(options){this.options={method:'post',asynchronous:true,contentType:'application/x-www-form-urlencoded',encoding:'UTF-8',parameters:'',evalJSON:true,evalJS:true};Object.extend(this.options,options||{});this.options.method=this.options.method.toLowerCase();if(Object.isString(this.options.parameters))
this.options.parameters=this.options.parameters.toQueryParams();else if(Object.isHash(this.options.parameters))
this.options.parameters=this.options.parameters.toObject();}});Ajax.Request=Class.create(Ajax.Base,{_complete:false,initialize:function($super,url,options){$super(options);this.transport=Ajax.getTransport();this.request(url);},request:function(url){this.url=url;this.method=this.options.method;var params=Object.clone(this.options.parameters);if(!['get','post'].include(this.method)){params['_method']=this.method;this.method='post';}
this.parameters=params;if(params=Object.toQueryString(params)){if(this.method=='get')
this.url+=(this.url.include('?')?'&':'?')+params;else if(/Konqueror|Safari|KHTML/.test(navigator.userAgent))
params+='&_=';}
try{var response=new Ajax.Response(this);if(this.options.onCreate)this.options.onCreate(response);Ajax.Responders.dispatch('onCreate',this,response);this.transport.open(this.method.toUpperCase(),this.url,this.options.asynchronous);if(this.options.asynchronous)this.respondToReadyState.bind(this).defer(1);this.transport.onreadystatechange=this.onStateChange.bind(this);this.setRequestHeaders();this.body=this.method=='post'?(this.options.postBody||params):null;this.transport.send(this.body);if(!this.options.asynchronous&&this.transport.overrideMimeType)
this.onStateChange();}
catch(e){this.dispatchException(e);}},onStateChange:function(){var readyState=this.transport.readyState;if(readyState>1&&!((readyState==4)&&this._complete))
this.respondToReadyState(this.transport.readyState);},setRequestHeaders:function(){var headers={'X-Requested-With':'XMLHttpRequest','X-Prototype-Version':Prototype.Version,'Accept':'text/javascript, text/html, application/xml, text/xml, */*'};if(this.method=='post'){headers['Content-type']=this.options.contentType+
(this.options.encoding?'; charset='+this.options.encoding:'');if(this.transport.overrideMimeType&&(navigator.userAgent.match(/Gecko\/(\d{4})/)||[0,2005])[1]<2005)
headers['Connection']='close';}
if(typeof this.options.requestHeaders=='object'){var extras=this.options.requestHeaders;if(Object.isFunction(extras.push))
for(var i=0,length=extras.length;i<length;i+=2)
headers[extras[i]]=extras[i+1];else
$H(extras).each(function(pair){headers[pair.key]=pair.value});}
for(var name in headers)
this.transport.setRequestHeader(name,headers[name]);},success:function(){var status=this.getStatus();return!status||(status>=200&&status<300);},getStatus:function(){try{return this.transport.status||0;}catch(e){return 0}},respondToReadyState:function(readyState){var state=Ajax.Request.Events[readyState],response=new Ajax.Response(this);if(state=='Complete'){try{this._complete=true;(this.options['on'+response.status]||this.options['on'+(this.success()?'Success':'Failure')]||Prototype.emptyFunction)(response,response.headerJSON);}catch(e){this.dispatchException(e);}
var contentType=response.getHeader('Content-type');if(this.options.evalJS=='force'||(this.options.evalJS&&this.isSameOrigin()&&contentType&&contentType.match(/^\s*(text|application)\/(x-)?(java|ecma)script(;.*)?\s*$/i)))
this.evalResponse();}
try{(this.options['on'+state]||Prototype.emptyFunction)(response,response.headerJSON);Ajax.Responders.dispatch('on'+state,this,response,response.headerJSON);}catch(e){this.dispatchException(e);}
if(state=='Complete'){this.transport.onreadystatechange=Prototype.emptyFunction;}},isSameOrigin:function(){var m=this.url.match(/^\s*https?:\/\/[^\/]*/);return!m||(m[0]=='#{protocol}//#{domain}#{port}'.interpolate({protocol:location.protocol,domain:document.domain,port:location.port?':'+location.port:''}));},getHeader:function(name){try{return this.transport.getResponseHeader(name)||null;}catch(e){return null}},evalResponse:function(){try{return eval((this.transport.responseText||'').unfilterJSON());}catch(e){this.dispatchException(e);}},dispatchException:function(exception){(this.options.onException||Prototype.emptyFunction)(this,exception);Ajax.Responders.dispatch('onException',this,exception);}});Ajax.Request.Events=['Uninitialized','Loading','Loaded','Interactive','Complete'];Ajax.Response=Class.create({initialize:function(request){this.request=request;var transport=this.transport=request.transport,readyState=this.readyState=transport.readyState;if((readyState>2&&!Prototype.Browser.IE)||readyState==4){this.status=this.getStatus();this.statusText=this.getStatusText();this.responseText=String.interpret(transport.responseText);this.headerJSON=this._getHeaderJSON();}
if(readyState==4){var xml=transport.responseXML;this.responseXML=Object.isUndefined(xml)?null:xml;this.responseJSON=this._getResponseJSON();}},status:0,statusText:'',getStatus:Ajax.Request.prototype.getStatus,getStatusText:function(){try{return this.transport.statusText||'';}catch(e){return''}},getHeader:Ajax.Request.prototype.getHeader,getAllHeaders:function(){try{return this.getAllResponseHeaders();}catch(e){return null}},getResponseHeader:function(name){return this.transport.getResponseHeader(name);},getAllResponseHeaders:function(){return this.transport.getAllResponseHeaders();},_getHeaderJSON:function(){var json=this.getHeader('X-JSON');if(!json)return null;json=decodeURIComponent(escape(json));try{return json.evalJSON(this.request.options.sanitizeJSON||!this.request.isSameOrigin());}catch(e){this.request.dispatchException(e);}},_getResponseJSON:function(){var options=this.request.options;if(!options.evalJSON||(options.evalJSON!='force'&&!(this.getHeader('Content-type')||'').include('application/json'))||this.responseText.blank())
return null;try{return this.responseText.evalJSON(options.sanitizeJSON||!this.request.isSameOrigin());}catch(e){this.request.dispatchException(e);}}});Ajax.Updater=Class.create(Ajax.Request,{initialize:function($super,container,url,options){this.container={success:(container.success||container),failure:(container.failure||(container.success?null:container))};options=Object.clone(options);var onComplete=options.onComplete;options.onComplete=(function(response,json){this.updateContent(response.responseText);if(Object.isFunction(onComplete))onComplete(response,json);}).bind(this);$super(url,options);},updateContent:function(responseText){var receiver=this.container[this.success()?'success':'failure'],options=this.options;if(!options.evalScripts)responseText=responseText.stripScripts();if(receiver=$(receiver)){if(options.insertion){if(Object.isString(options.insertion)){var insertion={};insertion[options.insertion]=responseText;receiver.insert(insertion);}
else options.insertion(receiver,responseText);}
else receiver.update(responseText);}}});Ajax.PeriodicalUpdater=Class.create(Ajax.Base,{initialize:function($super,container,url,options){$super(options);this.onComplete=this.options.onComplete;this.frequency=(this.options.frequency||2);this.decay=(this.options.decay||1);this.updater={};this.container=container;this.url=url;this.start();},start:function(){this.options.onComplete=this.updateComplete.bind(this);this.onTimerEvent();},stop:function(){this.updater.options.onComplete=undefined;clearTimeout(this.timer);(this.onComplete||Prototype.emptyFunction).apply(this,arguments);},updateComplete:function(response){if(this.options.decay){this.decay=(response.responseText==this.lastText?this.decay*this.options.decay:1);this.lastText=response.responseText;}
this.timer=this.onTimerEvent.bind(this).delay(this.decay*this.frequency);},onTimerEvent:function(){this.updater=new Ajax.Updater(this.container,this.url,this.options);}});function $(element){if(arguments.length>1){for(var i=0,elements=[],length=arguments.length;i<length;i++)
elements.push($(arguments[i]));return elements;}
if(Object.isString(element))
element=document.getElementById(element);return Element.extend(element);}
if(Prototype.BrowserFeatures.XPath){document._getElementsByXPath=function(expression,parentElement){var results=[];var query=document.evaluate(expression,$(parentElement)||document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);for(var i=0,length=query.snapshotLength;i<length;i++)
results.push(Element.extend(query.snapshotItem(i)));return results;};}
if(!window.Node)var Node={};if(!Node.ELEMENT_NODE){Object.extend(Node,{ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,ENTITY_REFERENCE_NODE:5,ENTITY_NODE:6,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11,NOTATION_NODE:12});}
(function(){var element=this.Element;this.Element=function(tagName,attributes){attributes=attributes||{};tagName=tagName.toLowerCase();var cache=Element.cache;if(Prototype.Browser.IE&&attributes.name){tagName='<'+tagName+' name="'+attributes.name+'">';delete attributes.name;return Element.writeAttribute(document.createElement(tagName),attributes);}
if(!cache[tagName])cache[tagName]=Element.extend(document.createElement(tagName));return Element.writeAttribute(cache[tagName].cloneNode(false),attributes);};Object.extend(this.Element,element||{});if(element)this.Element.prototype=element.prototype;}).call(window);Element.cache={};Element.Methods={visible:function(element){return $(element).style.display!='none';},toggle:function(element){element=$(element);Element[Element.visible(element)?'hide':'show'](element);return element;},hide:function(element){element=$(element);element.style.display='none';return element;},show:function(element){element=$(element);element.style.display='';return element;},remove:function(element){element=$(element);element.parentNode.removeChild(element);return element;},update:function(element,content){element=$(element);if(content&&content.toElement)content=content.toElement();if(Object.isElement(content))return element.update().insert(content);content=Object.toHTML(content);element.innerHTML=content.stripScripts();content.evalScripts.bind(content).defer();return element;},replace:function(element,content){element=$(element);if(content&&content.toElement)content=content.toElement();else if(!Object.isElement(content)){content=Object.toHTML(content);var range=element.ownerDocument.createRange();range.selectNode(element);content.evalScripts.bind(content).defer();content=range.createContextualFragment(content.stripScripts());}
element.parentNode.replaceChild(content,element);return element;},insert:function(element,insertions){element=$(element);if(Object.isString(insertions)||Object.isNumber(insertions)||Object.isElement(insertions)||(insertions&&(insertions.toElement||insertions.toHTML)))
insertions={bottom:insertions};var content,insert,tagName,childNodes;for(var position in insertions){content=insertions[position];position=position.toLowerCase();insert=Element._insertionTranslations[position];if(content&&content.toElement)content=content.toElement();if(Object.isElement(content)){insert(element,content);continue;}
content=Object.toHTML(content);tagName=((position=='before'||position=='after')?element.parentNode:element).tagName.toUpperCase();childNodes=Element._getContentFromAnonymousElement(tagName,content.stripScripts());if(position=='top'||position=='after')childNodes.reverse();childNodes.each(insert.curry(element));content.evalScripts.bind(content).defer();}
return element;},wrap:function(element,wrapper,attributes){element=$(element);if(Object.isElement(wrapper))
$(wrapper).writeAttribute(attributes||{});else if(Object.isString(wrapper))wrapper=new Element(wrapper,attributes);else wrapper=new Element('div',wrapper);if(element.parentNode)
element.parentNode.replaceChild(wrapper,element);wrapper.appendChild(element);return wrapper;},inspect:function(element){element=$(element);var result='<'+element.tagName.toLowerCase();$H({'id':'id','className':'class'}).each(function(pair){var property=pair.first(),attribute=pair.last();var value=(element[property]||'').toString();if(value)result+=' '+attribute+'='+value.inspect(true);});return result+'>';},recursivelyCollect:function(element,property){element=$(element);var elements=[];while(element=element[property])
if(element.nodeType==1)
elements.push(Element.extend(element));return elements;},ancestors:function(element){return $(element).recursivelyCollect('parentNode');},descendants:function(element){return $(element).select("*");},firstDescendant:function(element){element=$(element).firstChild;while(element&&element.nodeType!=1)element=element.nextSibling;return $(element);},immediateDescendants:function(element){if(!(element=$(element).firstChild))return[];while(element&&element.nodeType!=1)element=element.nextSibling;if(element)return[element].concat($(element).nextSiblings());return[];},previousSiblings:function(element){return $(element).recursivelyCollect('previousSibling');},nextSiblings:function(element){return $(element).recursivelyCollect('nextSibling');},siblings:function(element){element=$(element);return element.previousSiblings().reverse().concat(element.nextSiblings());},match:function(element,selector){if(Object.isString(selector))
selector=new Selector(selector);return selector.match($(element));},up:function(element,expression,index){element=$(element);if(arguments.length==1)return $(element.parentNode);var ancestors=element.ancestors();return Object.isNumber(expression)?ancestors[expression]:Selector.findElement(ancestors,expression,index);},down:function(element,expression,index){element=$(element);if(arguments.length==1)return element.firstDescendant();return Object.isNumber(expression)?element.descendants()[expression]:Element.select(element,expression)[index||0];},previous:function(element,expression,index){element=$(element);if(arguments.length==1)return $(Selector.handlers.previousElementSibling(element));var previousSiblings=element.previousSiblings();return Object.isNumber(expression)?previousSiblings[expression]:Selector.findElement(previousSiblings,expression,index);},next:function(element,expression,index){element=$(element);if(arguments.length==1)return $(Selector.handlers.nextElementSibling(element));var nextSiblings=element.nextSiblings();return Object.isNumber(expression)?nextSiblings[expression]:Selector.findElement(nextSiblings,expression,index);},select:function(){var args=$A(arguments),element=$(args.shift());return Selector.findChildElements(element,args);},adjacent:function(){var args=$A(arguments),element=$(args.shift());return Selector.findChildElements(element.parentNode,args).without(element);},identify:function(element){element=$(element);var id=element.readAttribute('id'),self=arguments.callee;if(id)return id;do{id='anonymous_element_'+self.counter++}while($(id));element.writeAttribute('id',id);return id;},readAttribute:function(element,name){element=$(element);if(Prototype.Browser.IE){var t=Element._attributeTranslations.read;if(t.values[name])return t.values[name](element,name);if(t.names[name])name=t.names[name];if(name.include(':')){return(!element.attributes||!element.attributes[name])?null:element.attributes[name].value;}}
return element.getAttribute(name);},writeAttribute:function(element,name,value){element=$(element);var attributes={},t=Element._attributeTranslations.write;if(typeof name=='object')attributes=name;else attributes[name]=Object.isUndefined(value)?true:value;for(var attr in attributes){name=t.names[attr]||attr;value=attributes[attr];if(t.values[attr])name=t.values[attr](element,value);if(value===false||value===null)
element.removeAttribute(name);else if(value===true)
element.setAttribute(name,name);else element.setAttribute(name,value);}
return element;},getHeight:function(element){return $(element).getDimensions().height;},getWidth:function(element){return $(element).getDimensions().width;},classNames:function(element){return new Element.ClassNames(element);},hasClassName:function(element,className){if(!(element=$(element)))return;var elementClassName=element.className;return(elementClassName.length>0&&(elementClassName==className||new RegExp("(^|\\s)"+className+"(\\s|$)").test(elementClassName)));},addClassName:function(element,className){if(!(element=$(element)))return;if(!element.hasClassName(className))
element.className+=(element.className?' ':'')+className;return element;},removeClassName:function(element,className){if(!(element=$(element)))return;element.className=element.className.replace(new RegExp("(^|\\s+)"+className+"(\\s+|$)"),' ').strip();return element;},toggleClassName:function(element,className){if(!(element=$(element)))return;return element[element.hasClassName(className)?'removeClassName':'addClassName'](className);},cleanWhitespace:function(element){element=$(element);var node=element.firstChild;while(node){var nextNode=node.nextSibling;if(node.nodeType==3&&!/\S/.test(node.nodeValue))
element.removeChild(node);node=nextNode;}
return element;},empty:function(element){return $(element).innerHTML.blank();},descendantOf:function(element,ancestor){element=$(element),ancestor=$(ancestor);if(element.compareDocumentPosition)
return(element.compareDocumentPosition(ancestor)&8)===8;if(ancestor.contains)
return ancestor.contains(element)&&ancestor!==element;while(element=element.parentNode)
if(element==ancestor)return true;return false;},scrollTo:function(element){element=$(element);var pos=element.cumulativeOffset();window.scrollTo(pos[0],pos[1]);return element;},getStyle:function(element,style){element=$(element);style=style=='float'?'cssFloat':style.camelize();var value=element.style[style];if(!value||value=='auto'){var css=document.defaultView.getComputedStyle(element,null);value=css?css[style]:null;}
if(style=='opacity')return value?parseFloat(value):1.0;return value=='auto'?null:value;},getOpacity:function(element){return $(element).getStyle('opacity');},setStyle:function(element,styles){element=$(element);var elementStyle=element.style,match;if(Object.isString(styles)){element.style.cssText+=';'+styles;return styles.include('opacity')?element.setOpacity(styles.match(/opacity:\s*(\d?\.?\d*)/)[1]):element;}
for(var property in styles)
if(property=='opacity')element.setOpacity(styles[property]);else
elementStyle[(property=='float'||property=='cssFloat')?(Object.isUndefined(elementStyle.styleFloat)?'cssFloat':'styleFloat'):property]=styles[property];return element;},setOpacity:function(element,value){element=$(element);element.style.opacity=(value==1||value==='')?'':(value<0.00001)?0:value;return element;},getDimensions:function(element){element=$(element);var display=element.getStyle('display');if(display!='none'&&display!=null)
return{width:element.offsetWidth,height:element.offsetHeight};var els=element.style;var originalVisibility=els.visibility;var originalPosition=els.position;var originalDisplay=els.display;els.visibility='hidden';els.position='absolute';els.display='block';var originalWidth=element.clientWidth;var originalHeight=element.clientHeight;els.display=originalDisplay;els.position=originalPosition;els.visibility=originalVisibility;return{width:originalWidth,height:originalHeight};},makePositioned:function(element){element=$(element);var pos=Element.getStyle(element,'position');if(pos=='static'||!pos){element._madePositioned=true;element.style.position='relative';if(Prototype.Browser.Opera){element.style.top=0;element.style.left=0;}}
return element;},undoPositioned:function(element){element=$(element);if(element._madePositioned){element._madePositioned=undefined;element.style.position=element.style.top=element.style.left=element.style.bottom=element.style.right='';}
return element;},makeClipping:function(element){element=$(element);if(element._overflow)return element;element._overflow=Element.getStyle(element,'overflow')||'auto';if(element._overflow!=='hidden')
element.style.overflow='hidden';return element;},undoClipping:function(element){element=$(element);if(!element._overflow)return element;element.style.overflow=element._overflow=='auto'?'':element._overflow;element._overflow=null;return element;},cumulativeOffset:function(element){var valueT=0,valueL=0;do{valueT+=element.offsetTop||0;valueL+=element.offsetLeft||0;element=element.offsetParent;}while(element);return Element._returnOffset(valueL,valueT);},positionedOffset:function(element){var valueT=0,valueL=0;do{valueT+=element.offsetTop||0;valueL+=element.offsetLeft||0;element=element.offsetParent;if(element){if(element.tagName.toUpperCase()=='BODY')break;var p=Element.getStyle(element,'position');if(p!=='static')break;}}while(element);return Element._returnOffset(valueL,valueT);},absolutize:function(element){element=$(element);if(element.getStyle('position')=='absolute')return element;var offsets=element.positionedOffset();var top=offsets[1];var left=offsets[0];var width=element.clientWidth;var height=element.clientHeight;element._originalLeft=left-parseFloat(element.style.left||0);element._originalTop=top-parseFloat(element.style.top||0);element._originalWidth=element.style.width;element._originalHeight=element.style.height;element.style.position='absolute';element.style.top=top+'px';element.style.left=left+'px';element.style.width=width+'px';element.style.height=height+'px';return element;},relativize:function(element){element=$(element);if(element.getStyle('position')=='relative')return element;element.style.position='relative';var top=parseFloat(element.style.top||0)-(element._originalTop||0);var left=parseFloat(element.style.left||0)-(element._originalLeft||0);element.style.top=top+'px';element.style.left=left+'px';element.style.height=element._originalHeight;element.style.width=element._originalWidth;return element;},cumulativeScrollOffset:function(element){var valueT=0,valueL=0;do{valueT+=element.scrollTop||0;valueL+=element.scrollLeft||0;element=element.parentNode;}while(element);return Element._returnOffset(valueL,valueT);},getOffsetParent:function(element){if(element.offsetParent)return $(element.offsetParent);if(element==document.body)return $(element);while((element=element.parentNode)&&element!=document.body)
if(Element.getStyle(element,'position')!='static')
return $(element);return $(document.body);},viewportOffset:function(forElement){var valueT=0,valueL=0;var element=forElement;do{valueT+=element.offsetTop||0;valueL+=element.offsetLeft||0;if(element.offsetParent==document.body&&Element.getStyle(element,'position')=='absolute')break;}while(element=element.offsetParent);element=forElement;do{if(!Prototype.Browser.Opera||(element.tagName&&(element.tagName.toUpperCase()=='BODY'))){valueT-=element.scrollTop||0;valueL-=element.scrollLeft||0;}}while(element=element.parentNode);return Element._returnOffset(valueL,valueT);},clonePosition:function(element,source){var options=Object.extend({setLeft:true,setTop:true,setWidth:true,setHeight:true,offsetTop:0,offsetLeft:0},arguments[2]||{});source=$(source);var p=source.viewportOffset();element=$(element);var delta=[0,0];var parent=null;if(Element.getStyle(element,'position')=='absolute'){parent=element.getOffsetParent();delta=parent.viewportOffset();}
if(parent==document.body){delta[0]-=document.body.offsetLeft;delta[1]-=document.body.offsetTop;}
if(options.setLeft)element.style.left=(p[0]-delta[0]+options.offsetLeft)+'px';if(options.setTop)element.style.top=(p[1]-delta[1]+options.offsetTop)+'px';if(options.setWidth)element.style.width=source.offsetWidth+'px';if(options.setHeight)element.style.height=source.offsetHeight+'px';return element;}};Element.Methods.identify.counter=1;Object.extend(Element.Methods,{getElementsBySelector:Element.Methods.select,childElements:Element.Methods.immediateDescendants});Element._attributeTranslations={write:{names:{className:'class',htmlFor:'for'},values:{}}};if(Prototype.Browser.Opera){Element.Methods.getStyle=Element.Methods.getStyle.wrap(function(proceed,element,style){switch(style){case'left':case'top':case'right':case'bottom':if(proceed(element,'position')==='static')return null;case'height':case'width':if(!Element.visible(element))return null;var dim=parseInt(proceed(element,style),10);if(dim!==element['offset'+style.capitalize()])
return dim+'px';var properties;if(style==='height'){properties=['border-top-width','padding-top','padding-bottom','border-bottom-width'];}
else{properties=['border-left-width','padding-left','padding-right','border-right-width'];}
return properties.inject(dim,function(memo,property){var val=proceed(element,property);return val===null?memo:memo-parseInt(val,10);})+'px';default:return proceed(element,style);}});Element.Methods.readAttribute=Element.Methods.readAttribute.wrap(function(proceed,element,attribute){if(attribute==='title')return element.title;return proceed(element,attribute);});}
else if(Prototype.Browser.IE){Element.Methods.getOffsetParent=Element.Methods.getOffsetParent.wrap(function(proceed,element){element=$(element);try{element.offsetParent}
catch(e){return $(document.body)}
var position=element.getStyle('position');if(position!=='static')return proceed(element);element.setStyle({position:'relative'});var value=proceed(element);element.setStyle({position:position});return value;});$w('positionedOffset viewportOffset').each(function(method){Element.Methods[method]=Element.Methods[method].wrap(function(proceed,element){element=$(element);try{element.offsetParent}
catch(e){return Element._returnOffset(0,0)}
var position=element.getStyle('position');if(position!=='static')return proceed(element);var offsetParent=element.getOffsetParent();if(offsetParent&&offsetParent.getStyle('position')==='fixed')
offsetParent.setStyle({zoom:1});element.setStyle({position:'relative'});var value=proceed(element);element.setStyle({position:position});return value;});});Element.Methods.cumulativeOffset=Element.Methods.cumulativeOffset.wrap(function(proceed,element){try{element.offsetParent}
catch(e){return Element._returnOffset(0,0)}
return proceed(element);});Element.Methods.getStyle=function(element,style){element=$(element);style=(style=='float'||style=='cssFloat')?'styleFloat':style.camelize();var value=element.style[style];if(!value&&element.currentStyle)value=element.currentStyle[style];if(style=='opacity'){if(value=(element.getStyle('filter')||'').match(/alpha\(opacity=(.*)\)/))
if(value[1])return parseFloat(value[1])/100;return 1.0;}
if(value=='auto'){if((style=='width'||style=='height')&&(element.getStyle('display')!='none'))
return element['offset'+style.capitalize()]+'px';return null;}
return value;};Element.Methods.setOpacity=function(element,value){function stripAlpha(filter){return filter.replace(/alpha\([^\)]*\)/gi,'');}
element=$(element);var currentStyle=element.currentStyle;if((currentStyle&&!currentStyle.hasLayout)||(!currentStyle&&element.style.zoom=='normal'))
element.style.zoom=1;var filter=element.getStyle('filter'),style=element.style;if(value==1||value===''){(filter=stripAlpha(filter))?style.filter=filter:style.removeAttribute('filter');return element;}else if(value<0.00001)value=0;style.filter=stripAlpha(filter)+'alpha(opacity='+(value*100)+')';return element;};Element._attributeTranslations={read:{names:{'class':'className','for':'htmlFor'},values:{_getAttr:function(element,attribute){return element.getAttribute(attribute,2);},_getAttrNode:function(element,attribute){var node=element.getAttributeNode(attribute);return node?node.value:"";},_getEv:function(element,attribute){attribute=element.getAttribute(attribute);return attribute?attribute.toString().slice(23,-2):null;},_flag:function(element,attribute){return $(element).hasAttribute(attribute)?attribute:null;},style:function(element){return element.style.cssText.toLowerCase();},title:function(element){return element.title;}}}};Element._attributeTranslations.write={names:Object.extend({cellpadding:'cellPadding',cellspacing:'cellSpacing'},Element._attributeTranslations.read.names),values:{checked:function(element,value){element.checked=!!value;},style:function(element,value){element.style.cssText=value?value:'';}}};Element._attributeTranslations.has={};$w('colSpan rowSpan vAlign dateTime accessKey tabIndex '+'encType maxLength readOnly longDesc frameBorder').each(function(attr){Element._attributeTranslations.write.names[attr.toLowerCase()]=attr;Element._attributeTranslations.has[attr.toLowerCase()]=attr;});(function(v){Object.extend(v,{href:v._getAttr,src:v._getAttr,type:v._getAttr,action:v._getAttrNode,disabled:v._flag,checked:v._flag,readonly:v._flag,multiple:v._flag,onload:v._getEv,onunload:v._getEv,onclick:v._getEv,ondblclick:v._getEv,onmousedown:v._getEv,onmouseup:v._getEv,onmouseover:v._getEv,onmousemove:v._getEv,onmouseout:v._getEv,onfocus:v._getEv,onblur:v._getEv,onkeypress:v._getEv,onkeydown:v._getEv,onkeyup:v._getEv,onsubmit:v._getEv,onreset:v._getEv,onselect:v._getEv,onchange:v._getEv});})(Element._attributeTranslations.read.values);}
else if(Prototype.Browser.Gecko&&/rv:1\.8\.0/.test(navigator.userAgent)){Element.Methods.setOpacity=function(element,value){element=$(element);element.style.opacity=(value==1)?0.999999:(value==='')?'':(value<0.00001)?0:value;return element;};}
else if(Prototype.Browser.WebKit){Element.Methods.setOpacity=function(element,value){element=$(element);element.style.opacity=(value==1||value==='')?'':(value<0.00001)?0:value;if(value==1)
if(element.tagName.toUpperCase()=='IMG'&&element.width){element.width++;element.width--;}else try{var n=document.createTextNode(' ');element.appendChild(n);element.removeChild(n);}catch(e){}
return element;};Element.Methods.cumulativeOffset=function(element){var valueT=0,valueL=0;do{valueT+=element.offsetTop||0;valueL+=element.offsetLeft||0;if(element.offsetParent==document.body)
if(Element.getStyle(element,'position')=='absolute')break;element=element.offsetParent;}while(element);return Element._returnOffset(valueL,valueT);};}
if(Prototype.Browser.IE||Prototype.Browser.Opera){Element.Methods.update=function(element,content){element=$(element);if(content&&content.toElement)content=content.toElement();if(Object.isElement(content))return element.update().insert(content);content=Object.toHTML(content);var tagName=element.tagName.toUpperCase();if(tagName in Element._insertionTranslations.tags){$A(element.childNodes).each(function(node){element.removeChild(node)});Element._getContentFromAnonymousElement(tagName,content.stripScripts()).each(function(node){element.appendChild(node)});}
else element.innerHTML=content.stripScripts();content.evalScripts.bind(content).defer();return element;};}
if('outerHTML'in document.createElement('div')){Element.Methods.replace=function(element,content){element=$(element);if(content&&content.toElement)content=content.toElement();if(Object.isElement(content)){element.parentNode.replaceChild(content,element);return element;}
content=Object.toHTML(content);var parent=element.parentNode,tagName=parent.tagName.toUpperCase();if(Element._insertionTranslations.tags[tagName]){var nextSibling=element.next();var fragments=Element._getContentFromAnonymousElement(tagName,content.stripScripts());parent.removeChild(element);if(nextSibling)
fragments.each(function(node){parent.insertBefore(node,nextSibling)});else
fragments.each(function(node){parent.appendChild(node)});}
else element.outerHTML=content.stripScripts();content.evalScripts.bind(content).defer();return element;};}
Element._returnOffset=function(l,t){var result=[l,t];result.left=l;result.top=t;return result;};Element._getContentFromAnonymousElement=function(tagName,html){var div=new Element('div'),t=Element._insertionTranslations.tags[tagName];if(t){div.innerHTML=t[0]+html+t[1];t[2].times(function(){div=div.firstChild});}else div.innerHTML=html;return $A(div.childNodes);};Element._insertionTranslations={before:function(element,node){element.parentNode.insertBefore(node,element);},top:function(element,node){element.insertBefore(node,element.firstChild);},bottom:function(element,node){element.appendChild(node);},after:function(element,node){element.parentNode.insertBefore(node,element.nextSibling);},tags:{TABLE:['<table>','</table>',1],TBODY:['<table><tbody>','</tbody></table>',2],TR:['<table><tbody><tr>','</tr></tbody></table>',3],TD:['<table><tbody><tr><td>','</td></tr></tbody></table>',4],SELECT:['<select>','</select>',1]}};(function(){Object.extend(this.tags,{THEAD:this.tags.TBODY,TFOOT:this.tags.TBODY,TH:this.tags.TD});}).call(Element._insertionTranslations);Element.Methods.Simulated={hasAttribute:function(element,attribute){attribute=Element._attributeTranslations.has[attribute]||attribute;var node=$(element).getAttributeNode(attribute);return!!(node&&node.specified);}};Element.Methods.ByTag={};Object.extend(Element,Element.Methods);if(!Prototype.BrowserFeatures.ElementExtensions&&document.createElement('div')['__proto__']){window.HTMLElement={};window.HTMLElement.prototype=document.createElement('div')['__proto__'];Prototype.BrowserFeatures.ElementExtensions=true;}
Element.extend=(function(){if(Prototype.BrowserFeatures.SpecificElementExtensions)
return Prototype.K;var Methods={},ByTag=Element.Methods.ByTag;var extend=Object.extend(function(element){if(!element||element._extendedByPrototype||element.nodeType!=1||element==window)return element;var methods=Object.clone(Methods),tagName=element.tagName.toUpperCase(),property,value;if(ByTag[tagName])Object.extend(methods,ByTag[tagName]);for(property in methods){value=methods[property];if(Object.isFunction(value)&&!(property in element))
element[property]=value.methodize();}
element._extendedByPrototype=Prototype.emptyFunction;return element;},{refresh:function(){if(!Prototype.BrowserFeatures.ElementExtensions){Object.extend(Methods,Element.Methods);Object.extend(Methods,Element.Methods.Simulated);}}});extend.refresh();return extend;})();Element.hasAttribute=function(element,attribute){if(element.hasAttribute)return element.hasAttribute(attribute);return Element.Methods.Simulated.hasAttribute(element,attribute);};Element.addMethods=function(methods){var F=Prototype.BrowserFeatures,T=Element.Methods.ByTag;if(!methods){Object.extend(Form,Form.Methods);Object.extend(Form.Element,Form.Element.Methods);Object.extend(Element.Methods.ByTag,{"FORM":Object.clone(Form.Methods),"INPUT":Object.clone(Form.Element.Methods),"SELECT":Object.clone(Form.Element.Methods),"TEXTAREA":Object.clone(Form.Element.Methods)});}
if(arguments.length==2){var tagName=methods;methods=arguments[1];}
if(!tagName)Object.extend(Element.Methods,methods||{});else{if(Object.isArray(tagName))tagName.each(extend);else extend(tagName);}
function extend(tagName){tagName=tagName.toUpperCase();if(!Element.Methods.ByTag[tagName])
Element.Methods.ByTag[tagName]={};Object.extend(Element.Methods.ByTag[tagName],methods);}
function copy(methods,destination,onlyIfAbsent){onlyIfAbsent=onlyIfAbsent||false;for(var property in methods){var value=methods[property];if(!Object.isFunction(value))continue;if(!onlyIfAbsent||!(property in destination))
destination[property]=value.methodize();}}
function findDOMClass(tagName){var klass;var trans={"OPTGROUP":"OptGroup","TEXTAREA":"TextArea","P":"Paragraph","FIELDSET":"FieldSet","UL":"UList","OL":"OList","DL":"DList","DIR":"Directory","H1":"Heading","H2":"Heading","H3":"Heading","H4":"Heading","H5":"Heading","H6":"Heading","Q":"Quote","INS":"Mod","DEL":"Mod","A":"Anchor","IMG":"Image","CAPTION":"TableCaption","COL":"TableCol","COLGROUP":"TableCol","THEAD":"TableSection","TFOOT":"TableSection","TBODY":"TableSection","TR":"TableRow","TH":"TableCell","TD":"TableCell","FRAMESET":"FrameSet","IFRAME":"IFrame"};if(trans[tagName])klass='HTML'+trans[tagName]+'Element';if(window[klass])return window[klass];klass='HTML'+tagName+'Element';if(window[klass])return window[klass];klass='HTML'+tagName.capitalize()+'Element';if(window[klass])return window[klass];window[klass]={};window[klass].prototype=document.createElement(tagName)['__proto__'];return window[klass];}
if(F.ElementExtensions){copy(Element.Methods,HTMLElement.prototype);copy(Element.Methods.Simulated,HTMLElement.prototype,true);}
if(F.SpecificElementExtensions){for(var tag in Element.Methods.ByTag){var klass=findDOMClass(tag);if(Object.isUndefined(klass))continue;copy(T[tag],klass.prototype);}}
Object.extend(Element,Element.Methods);delete Element.ByTag;if(Element.extend.refresh)Element.extend.refresh();Element.cache={};};document.viewport={getDimensions:function(){var dimensions={},B=Prototype.Browser;$w('width height').each(function(d){var D=d.capitalize();if(B.WebKit&&!document.evaluate){dimensions[d]=self['inner'+D];}else if(B.Opera&&parseFloat(window.opera.version())<9.5){dimensions[d]=document.body['client'+D]}else{dimensions[d]=document.documentElement['client'+D];}});return dimensions;},getWidth:function(){return this.getDimensions().width;},getHeight:function(){return this.getDimensions().height;},getScrollOffsets:function(){return Element._returnOffset(window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft,window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop);}};var Selector=Class.create({initialize:function(expression){this.expression=expression.strip();if(this.shouldUseSelectorsAPI()){this.mode='selectorsAPI';}else if(this.shouldUseXPath()){this.mode='xpath';this.compileXPathMatcher();}else{this.mode="normal";this.compileMatcher();}},shouldUseXPath:function(){if(!Prototype.BrowserFeatures.XPath)return false;var e=this.expression;if(Prototype.Browser.WebKit&&(e.include("-of-type")||e.include(":empty")))
return false;if((/(\[[\w-]*?:|:checked)/).test(e))
return false;return true;},shouldUseSelectorsAPI:function(){if(!Prototype.BrowserFeatures.SelectorsAPI)return false;if(!Selector._div)Selector._div=new Element('div');try{Selector._div.querySelector(this.expression);}catch(e){return false;}
return true;},compileMatcher:function(){var e=this.expression,ps=Selector.patterns,h=Selector.handlers,c=Selector.criteria,le,p,m;if(Selector._cache[e]){this.matcher=Selector._cache[e];return;}
this.matcher=["this.matcher = function(root) {","var r = root, h = Selector.handlers, c = false, n;"];while(e&&le!=e&&(/\S/).test(e)){le=e;for(var i in ps){p=ps[i];if(m=e.match(p)){this.matcher.push(Object.isFunction(c[i])?c[i](m):new Template(c[i]).evaluate(m));e=e.replace(m[0],'');break;}}}
this.matcher.push("return h.unique(n);\n}");eval(this.matcher.join('\n'));Selector._cache[this.expression]=this.matcher;},compileXPathMatcher:function(){var e=this.expression,ps=Selector.patterns,x=Selector.xpath,le,m;if(Selector._cache[e]){this.xpath=Selector._cache[e];return;}
this.matcher=['.//*'];while(e&&le!=e&&(/\S/).test(e)){le=e;for(var i in ps){if(m=e.match(ps[i])){this.matcher.push(Object.isFunction(x[i])?x[i](m):new Template(x[i]).evaluate(m));e=e.replace(m[0],'');break;}}}
this.xpath=this.matcher.join('');Selector._cache[this.expression]=this.xpath;},findElements:function(root){root=root||document;var e=this.expression,results;switch(this.mode){case'selectorsAPI':if(root!==document){var oldId=root.id,id=$(root).identify();e="#"+id+" "+e;}
results=$A(root.querySelectorAll(e)).map(Element.extend);root.id=oldId;return results;case'xpath':return document._getElementsByXPath(this.xpath,root);default:return this.matcher(root);}},match:function(element){this.tokens=[];var e=this.expression,ps=Selector.patterns,as=Selector.assertions;var le,p,m;while(e&&le!==e&&(/\S/).test(e)){le=e;for(var i in ps){p=ps[i];if(m=e.match(p)){if(as[i]){this.tokens.push([i,Object.clone(m)]);e=e.replace(m[0],'');}else{return this.findElements(document).include(element);}}}}
var match=true,name,matches;for(var i=0,token;token=this.tokens[i];i++){name=token[0],matches=token[1];if(!Selector.assertions[name](element,matches)){match=false;break;}}
return match;},toString:function(){return this.expression;},inspect:function(){return"#<Selector:"+this.expression.inspect()+">";}});Object.extend(Selector,{_cache:{},xpath:{descendant:"//*",child:"/*",adjacent:"/following-sibling::*[1]",laterSibling:'/following-sibling::*',tagName:function(m){if(m[1]=='*')return'';return"[local-name()='"+m[1].toLowerCase()+"' or local-name()='"+m[1].toUpperCase()+"']";},className:"[contains(concat(' ', @class, ' '), ' #{1} ')]",id:"[@id='#{1}']",attrPresence:function(m){m[1]=m[1].toLowerCase();return new Template("[@#{1}]").evaluate(m);},attr:function(m){m[1]=m[1].toLowerCase();m[3]=m[5]||m[6];return new Template(Selector.xpath.operators[m[2]]).evaluate(m);},pseudo:function(m){var h=Selector.xpath.pseudos[m[1]];if(!h)return'';if(Object.isFunction(h))return h(m);return new Template(Selector.xpath.pseudos[m[1]]).evaluate(m);},operators:{'=':"[@#{1}='#{3}']",'!=':"[@#{1}!='#{3}']",'^=':"[starts-with(@#{1}, '#{3}')]",'$=':"[substring(@#{1}, (string-length(@#{1}) - string-length('#{3}') + 1))='#{3}']",'*=':"[contains(@#{1}, '#{3}')]",'~=':"[contains(concat(' ', @#{1}, ' '), ' #{3} ')]",'|=':"[contains(concat('-', @#{1}, '-'), '-#{3}-')]"},pseudos:{'first-child':'[not(preceding-sibling::*)]','last-child':'[not(following-sibling::*)]','only-child':'[not(preceding-sibling::* or following-sibling::*)]','empty':"[count(*) = 0 and (count(text()) = 0)]",'checked':"[@checked]",'disabled':"[(@disabled) and (@type!='hidden')]",'enabled':"[not(@disabled) and (@type!='hidden')]",'not':function(m){var e=m[6],p=Selector.patterns,x=Selector.xpath,le,v;var exclusion=[];while(e&&le!=e&&(/\S/).test(e)){le=e;for(var i in p){if(m=e.match(p[i])){v=Object.isFunction(x[i])?x[i](m):new Template(x[i]).evaluate(m);exclusion.push("("+v.substring(1,v.length-1)+")");e=e.replace(m[0],'');break;}}}
return"[not("+exclusion.join(" and ")+")]";},'nth-child':function(m){return Selector.xpath.pseudos.nth("(count(./preceding-sibling::*) + 1) ",m);},'nth-last-child':function(m){return Selector.xpath.pseudos.nth("(count(./following-sibling::*) + 1) ",m);},'nth-of-type':function(m){return Selector.xpath.pseudos.nth("position() ",m);},'nth-last-of-type':function(m){return Selector.xpath.pseudos.nth("(last() + 1 - position()) ",m);},'first-of-type':function(m){m[6]="1";return Selector.xpath.pseudos['nth-of-type'](m);},'last-of-type':function(m){m[6]="1";return Selector.xpath.pseudos['nth-last-of-type'](m);},'only-of-type':function(m){var p=Selector.xpath.pseudos;return p['first-of-type'](m)+p['last-of-type'](m);},nth:function(fragment,m){var mm,formula=m[6],predicate;if(formula=='even')formula='2n+0';if(formula=='odd')formula='2n+1';if(mm=formula.match(/^(\d+)$/))
return'['+fragment+"= "+mm[1]+']';if(mm=formula.match(/^(-?\d*)?n(([+-])(\d+))?/)){if(mm[1]=="-")mm[1]=-1;var a=mm[1]?Number(mm[1]):1;var b=mm[2]?Number(mm[2]):0;predicate="[((#{fragment} - #{b}) mod #{a} = 0) and "+"((#{fragment} - #{b}) div #{a} >= 0)]";return new Template(predicate).evaluate({fragment:fragment,a:a,b:b});}}}},criteria:{tagName:'n = h.tagName(n, r, "#{1}", c);      c = false;',className:'n = h.className(n, r, "#{1}", c);    c = false;',id:'n = h.id(n, r, "#{1}", c);           c = false;',attrPresence:'n = h.attrPresence(n, r, "#{1}", c); c = false;',attr:function(m){m[3]=(m[5]||m[6]);return new Template('n = h.attr(n, r, "#{1}", "#{3}", "#{2}", c); c = false;').evaluate(m);},pseudo:function(m){if(m[6])m[6]=m[6].replace(/"/g,'\\"');return new Template('n = h.pseudo(n, "#{1}", "#{6}", r, c); c = false;').evaluate(m);},descendant:'c = "descendant";',child:'c = "child";',adjacent:'c = "adjacent";',laterSibling:'c = "laterSibling";'},patterns:{laterSibling:/^\s*~\s*/,child:/^\s*>\s*/,adjacent:/^\s*\+\s*/,descendant:/^\s/,tagName:/^\s*(\*|[\w\-]+)(\b|$)?/,id:/^#([\w\-\*]+)(\b|$)/,className:/^\.([\w\-\*]+)(\b|$)/,pseudo:/^:((first|last|nth|nth-last|only)(-child|-of-type)|empty|checked|(en|dis)abled|not)(\((.*?)\))?(\b|$|(?=\s|[:+~>]))/,attrPresence:/^\[((?:[\w]+:)?[\w]+)\]/,attr:/\[((?:[\w-]*:)?[\w-]+)\s*(?:([!^$*~|]?=)\s*((['"])([^\4]*?)\4|([^'"][^\]]*?)))?\]/},assertions:{tagName:function(element,matches){return matches[1].toUpperCase()==element.tagName.toUpperCase();},className:function(element,matches){return Element.hasClassName(element,matches[1]);},id:function(element,matches){return element.id===matches[1];},attrPresence:function(element,matches){return Element.hasAttribute(element,matches[1]);},attr:function(element,matches){var nodeValue=Element.readAttribute(element,matches[1]);return nodeValue&&Selector.operators[matches[2]](nodeValue,matches[5]||matches[6]);}},handlers:{concat:function(a,b){for(var i=0,node;node=b[i];i++)
a.push(node);return a;},mark:function(nodes){var _true=Prototype.emptyFunction;for(var i=0,node;node=nodes[i];i++)
node._countedByPrototype=_true;return nodes;},unmark:function(nodes){for(var i=0,node;node=nodes[i];i++)
node._countedByPrototype=undefined;return nodes;},index:function(parentNode,reverse,ofType){parentNode._countedByPrototype=Prototype.emptyFunction;if(reverse){for(var nodes=parentNode.childNodes,i=nodes.length-1,j=1;i>=0;i--){var node=nodes[i];if(node.nodeType==1&&(!ofType||node._countedByPrototype))node.nodeIndex=j++;}}else{for(var i=0,j=1,nodes=parentNode.childNodes;node=nodes[i];i++)
if(node.nodeType==1&&(!ofType||node._countedByPrototype))node.nodeIndex=j++;}},unique:function(nodes){if(nodes.length==0)return nodes;var results=[],n;for(var i=0,l=nodes.length;i<l;i++)
if(!(n=nodes[i])._countedByPrototype){n._countedByPrototype=Prototype.emptyFunction;results.push(Element.extend(n));}
return Selector.handlers.unmark(results);},descendant:function(nodes){var h=Selector.handlers;for(var i=0,results=[],node;node=nodes[i];i++)
h.concat(results,node.getElementsByTagName('*'));return results;},child:function(nodes){var h=Selector.handlers;for(var i=0,results=[],node;node=nodes[i];i++){for(var j=0,child;child=node.childNodes[j];j++)
if(child.nodeType==1&&child.tagName!='!')results.push(child);}
return results;},adjacent:function(nodes){for(var i=0,results=[],node;node=nodes[i];i++){var next=this.nextElementSibling(node);if(next)results.push(next);}
return results;},laterSibling:function(nodes){var h=Selector.handlers;for(var i=0,results=[],node;node=nodes[i];i++)
h.concat(results,Element.nextSiblings(node));return results;},nextElementSibling:function(node){while(node=node.nextSibling)
if(node.nodeType==1)return node;return null;},previousElementSibling:function(node){while(node=node.previousSibling)
if(node.nodeType==1)return node;return null;},tagName:function(nodes,root,tagName,combinator){var uTagName=tagName.toUpperCase();var results=[],h=Selector.handlers;if(nodes){if(combinator){if(combinator=="descendant"){for(var i=0,node;node=nodes[i];i++)
h.concat(results,node.getElementsByTagName(tagName));return results;}else nodes=this[combinator](nodes);if(tagName=="*")return nodes;}
for(var i=0,node;node=nodes[i];i++)
if(node.tagName.toUpperCase()===uTagName)results.push(node);return results;}else return root.getElementsByTagName(tagName);},id:function(nodes,root,id,combinator){var targetNode=$(id),h=Selector.handlers;if(!targetNode)return[];if(!nodes&&root==document)return[targetNode];if(nodes){if(combinator){if(combinator=='child'){for(var i=0,node;node=nodes[i];i++)
if(targetNode.parentNode==node)return[targetNode];}else if(combinator=='descendant'){for(var i=0,node;node=nodes[i];i++)
if(Element.descendantOf(targetNode,node))return[targetNode];}else if(combinator=='adjacent'){for(var i=0,node;node=nodes[i];i++)
if(Selector.handlers.previousElementSibling(targetNode)==node)
return[targetNode];}else nodes=h[combinator](nodes);}
for(var i=0,node;node=nodes[i];i++)
if(node==targetNode)return[targetNode];return[];}
return(targetNode&&Element.descendantOf(targetNode,root))?[targetNode]:[];},className:function(nodes,root,className,combinator){if(nodes&&combinator)nodes=this[combinator](nodes);return Selector.handlers.byClassName(nodes,root,className);},byClassName:function(nodes,root,className){if(!nodes)nodes=Selector.handlers.descendant([root]);var needle=' '+className+' ';for(var i=0,results=[],node,nodeClassName;node=nodes[i];i++){nodeClassName=node.className;if(nodeClassName.length==0)continue;if(nodeClassName==className||(' '+nodeClassName+' ').include(needle))
results.push(node);}
return results;},attrPresence:function(nodes,root,attr,combinator){if(!nodes)nodes=root.getElementsByTagName("*");if(nodes&&combinator)nodes=this[combinator](nodes);var results=[];for(var i=0,node;node=nodes[i];i++)
if(Element.hasAttribute(node,attr))results.push(node);return results;},attr:function(nodes,root,attr,value,operator,combinator){if(!nodes)nodes=root.getElementsByTagName("*");if(nodes&&combinator)nodes=this[combinator](nodes);var handler=Selector.operators[operator],results=[];for(var i=0,node;node=nodes[i];i++){var nodeValue=Element.readAttribute(node,attr);if(nodeValue===null)continue;if(handler(nodeValue,value))results.push(node);}
return results;},pseudo:function(nodes,name,value,root,combinator){if(nodes&&combinator)nodes=this[combinator](nodes);if(!nodes)nodes=root.getElementsByTagName("*");return Selector.pseudos[name](nodes,value,root);}},pseudos:{'first-child':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++){if(Selector.handlers.previousElementSibling(node))continue;results.push(node);}
return results;},'last-child':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++){if(Selector.handlers.nextElementSibling(node))continue;results.push(node);}
return results;},'only-child':function(nodes,value,root){var h=Selector.handlers;for(var i=0,results=[],node;node=nodes[i];i++)
if(!h.previousElementSibling(node)&&!h.nextElementSibling(node))
results.push(node);return results;},'nth-child':function(nodes,formula,root){return Selector.pseudos.nth(nodes,formula,root);},'nth-last-child':function(nodes,formula,root){return Selector.pseudos.nth(nodes,formula,root,true);},'nth-of-type':function(nodes,formula,root){return Selector.pseudos.nth(nodes,formula,root,false,true);},'nth-last-of-type':function(nodes,formula,root){return Selector.pseudos.nth(nodes,formula,root,true,true);},'first-of-type':function(nodes,formula,root){return Selector.pseudos.nth(nodes,"1",root,false,true);},'last-of-type':function(nodes,formula,root){return Selector.pseudos.nth(nodes,"1",root,true,true);},'only-of-type':function(nodes,formula,root){var p=Selector.pseudos;return p['last-of-type'](p['first-of-type'](nodes,formula,root),formula,root);},getIndices:function(a,b,total){if(a==0)return b>0?[b]:[];return $R(1,total).inject([],function(memo,i){if(0==(i-b)%a&&(i-b)/a>=0)memo.push(i);return memo;});},nth:function(nodes,formula,root,reverse,ofType){if(nodes.length==0)return[];if(formula=='even')formula='2n+0';if(formula=='odd')formula='2n+1';var h=Selector.handlers,results=[],indexed=[],m;h.mark(nodes);for(var i=0,node;node=nodes[i];i++){if(!node.parentNode._countedByPrototype){h.index(node.parentNode,reverse,ofType);indexed.push(node.parentNode);}}
if(formula.match(/^\d+$/)){formula=Number(formula);for(var i=0,node;node=nodes[i];i++)
if(node.nodeIndex==formula)results.push(node);}else if(m=formula.match(/^(-?\d*)?n(([+-])(\d+))?/)){if(m[1]=="-")m[1]=-1;var a=m[1]?Number(m[1]):1;var b=m[2]?Number(m[2]):0;var indices=Selector.pseudos.getIndices(a,b,nodes.length);for(var i=0,node,l=indices.length;node=nodes[i];i++){for(var j=0;j<l;j++)
if(node.nodeIndex==indices[j])results.push(node);}}
h.unmark(nodes);h.unmark(indexed);return results;},'empty':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++){if(node.tagName=='!'||node.firstChild)continue;results.push(node);}
return results;},'not':function(nodes,selector,root){var h=Selector.handlers,selectorType,m;var exclusions=new Selector(selector).findElements(root);h.mark(exclusions);for(var i=0,results=[],node;node=nodes[i];i++)
if(!node._countedByPrototype)results.push(node);h.unmark(exclusions);return results;},'enabled':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++)
if(!node.disabled&&(!node.type||node.type!=='hidden'))
results.push(node);return results;},'disabled':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++)
if(node.disabled)results.push(node);return results;},'checked':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++)
if(node.checked)results.push(node);return results;}},operators:{'=':function(nv,v){return nv==v;},'!=':function(nv,v){return nv!=v;},'^=':function(nv,v){return nv==v||nv&&nv.startsWith(v);},'$=':function(nv,v){return nv==v||nv&&nv.endsWith(v);},'*=':function(nv,v){return nv==v||nv&&nv.include(v);},'$=':function(nv,v){return nv.endsWith(v);},'*=':function(nv,v){return nv.include(v);},'~=':function(nv,v){return(' '+nv+' ').include(' '+v+' ');},'|=':function(nv,v){return('-'+(nv||"").toUpperCase()+'-').include('-'+(v||"").toUpperCase()+'-');}},split:function(expression){var expressions=[];expression.scan(/(([\w#:.~>+()\s-]+|\*|\[.*?\])+)\s*(,|$)/,function(m){expressions.push(m[1].strip());});return expressions;},matchElements:function(elements,expression){var matches=$$(expression),h=Selector.handlers;h.mark(matches);for(var i=0,results=[],element;element=elements[i];i++)
if(element._countedByPrototype)results.push(element);h.unmark(matches);return results;},findElement:function(elements,expression,index){if(Object.isNumber(expression)){index=expression;expression=false;}
return Selector.matchElements(elements,expression||'*')[index||0];},findChildElements:function(element,expressions){expressions=Selector.split(expressions.join(','));var results=[],h=Selector.handlers;for(var i=0,l=expressions.length,selector;i<l;i++){selector=new Selector(expressions[i].strip());h.concat(results,selector.findElements(element));}
return(l>1)?h.unique(results):results;}});if(Prototype.Browser.IE){Object.extend(Selector.handlers,{concat:function(a,b){for(var i=0,node;node=b[i];i++)
if(node.tagName!=="!")a.push(node);return a;},unmark:function(nodes){for(var i=0,node;node=nodes[i];i++)
node.removeAttribute('_countedByPrototype');return nodes;}});}
function $$(){return Selector.findChildElements(document,$A(arguments));}
var Form={reset:function(form){$(form).reset();return form;},serializeElements:function(elements,options){if(typeof options!='object')options={hash:!!options};else if(Object.isUndefined(options.hash))options.hash=true;var key,value,submitted=false,submit=options.submit;var data=elements.inject({},function(result,element){if(!element.disabled&&element.name){key=element.name;value=$(element).getValue();if(value!=null&&element.type!='file'&&(element.type!='submit'||(!submitted&&submit!==false&&(!submit||key==submit)&&(submitted=true)))){if(key in result){if(!Object.isArray(result[key]))result[key]=[result[key]];result[key].push(value);}
else result[key]=value;}}
return result;});return options.hash?data:Object.toQueryString(data);}};Form.Methods={serialize:function(form,options){return Form.serializeElements(Form.getElements(form),options);},getElements:function(form){return $A($(form).getElementsByTagName('*')).inject([],function(elements,child){if(Form.Element.Serializers[child.tagName.toLowerCase()])
elements.push(Element.extend(child));return elements;});},getInputs:function(form,typeName,name){form=$(form);var inputs=form.getElementsByTagName('input');if(!typeName&&!name)return $A(inputs).map(Element.extend);for(var i=0,matchingInputs=[],length=inputs.length;i<length;i++){var input=inputs[i];if((typeName&&input.type!=typeName)||(name&&input.name!=name))
continue;matchingInputs.push(Element.extend(input));}
return matchingInputs;},disable:function(form){form=$(form);Form.getElements(form).invoke('disable');return form;},enable:function(form){form=$(form);Form.getElements(form).invoke('enable');return form;},findFirstElement:function(form){var elements=$(form).getElements().findAll(function(element){return'hidden'!=element.type&&!element.disabled;});var firstByIndex=elements.findAll(function(element){return element.hasAttribute('tabIndex')&&element.tabIndex>=0;}).sortBy(function(element){return element.tabIndex}).first();return firstByIndex?firstByIndex:elements.find(function(element){return['input','select','textarea'].include(element.tagName.toLowerCase());});},focusFirstElement:function(form){form=$(form);form.findFirstElement().activate();return form;},request:function(form,options){form=$(form),options=Object.clone(options||{});var params=options.parameters,action=form.readAttribute('action')||'';if(action.blank())action=window.location.href;options.parameters=form.serialize(true);if(params){if(Object.isString(params))params=params.toQueryParams();Object.extend(options.parameters,params);}
if(form.hasAttribute('method')&&!options.method)
options.method=form.method;return new Ajax.Request(action,options);}};Form.Element={focus:function(element){$(element).focus();return element;},select:function(element){$(element).select();return element;}};Form.Element.Methods={serialize:function(element){element=$(element);if(!element.disabled&&element.name){var value=element.getValue();if(value!=undefined){var pair={};pair[element.name]=value;return Object.toQueryString(pair);}}
return'';},getValue:function(element){element=$(element);var method=element.tagName.toLowerCase();return Form.Element.Serializers[method](element);},setValue:function(element,value){element=$(element);var method=element.tagName.toLowerCase();Form.Element.Serializers[method](element,value);return element;},clear:function(element){$(element).value='';return element;},present:function(element){return $(element).value!='';},activate:function(element){element=$(element);try{element.focus();if(element.select&&(element.tagName.toLowerCase()!='input'||!['button','reset','submit'].include(element.type)))
element.select();}catch(e){}
return element;},disable:function(element){element=$(element);element.disabled=true;return element;},enable:function(element){element=$(element);element.disabled=false;return element;}};var Field=Form.Element;var $F=Form.Element.Methods.getValue;Form.Element.Serializers={input:function(element,value){switch(element.type.toLowerCase()){case'checkbox':case'radio':return Form.Element.Serializers.inputSelector(element,value);default:return Form.Element.Serializers.textarea(element,value);}},inputSelector:function(element,value){if(Object.isUndefined(value))return element.checked?element.value:null;else element.checked=!!value;},textarea:function(element,value){if(Object.isUndefined(value))return element.value;else element.value=value;},select:function(element,value){if(Object.isUndefined(value))
return this[element.type=='select-one'?'selectOne':'selectMany'](element);else{var opt,currentValue,single=!Object.isArray(value);for(var i=0,length=element.length;i<length;i++){opt=element.options[i];currentValue=this.optionValue(opt);if(single){if(currentValue==value){opt.selected=true;return;}}
else opt.selected=value.include(currentValue);}}},selectOne:function(element){var index=element.selectedIndex;return index>=0?this.optionValue(element.options[index]):null;},selectMany:function(element){var values,length=element.length;if(!length)return null;for(var i=0,values=[];i<length;i++){var opt=element.options[i];if(opt.selected)values.push(this.optionValue(opt));}
return values;},optionValue:function(opt){return Element.extend(opt).hasAttribute('value')?opt.value:opt.text;}};Abstract.TimedObserver=Class.create(PeriodicalExecuter,{initialize:function($super,element,frequency,callback){$super(callback,frequency);this.element=$(element);this.lastValue=this.getValue();},execute:function(){var value=this.getValue();if(Object.isString(this.lastValue)&&Object.isString(value)?this.lastValue!=value:String(this.lastValue)!=String(value)){this.callback(this.element,value);this.lastValue=value;}}});Form.Element.Observer=Class.create(Abstract.TimedObserver,{getValue:function(){return Form.Element.getValue(this.element);}});Form.Observer=Class.create(Abstract.TimedObserver,{getValue:function(){return Form.serialize(this.element);}});Abstract.EventObserver=Class.create({initialize:function(element,callback){this.element=$(element);this.callback=callback;this.lastValue=this.getValue();if(this.element.tagName.toLowerCase()=='form')
this.registerFormCallbacks();else
this.registerCallback(this.element);},onElementEvent:function(){var value=this.getValue();if(this.lastValue!=value){this.callback(this.element,value);this.lastValue=value;}},registerFormCallbacks:function(){Form.getElements(this.element).each(this.registerCallback,this);},registerCallback:function(element){if(element.type){switch(element.type.toLowerCase()){case'checkbox':case'radio':Event.observe(element,'click',this.onElementEvent.bind(this));break;default:Event.observe(element,'change',this.onElementEvent.bind(this));break;}}}});Form.Element.EventObserver=Class.create(Abstract.EventObserver,{getValue:function(){return Form.Element.getValue(this.element);}});Form.EventObserver=Class.create(Abstract.EventObserver,{getValue:function(){return Form.serialize(this.element);}});if(!window.Event)var Event={};Object.extend(Event,{KEY_BACKSPACE:8,KEY_TAB:9,KEY_RETURN:13,KEY_ESC:27,KEY_LEFT:37,KEY_UP:38,KEY_RIGHT:39,KEY_DOWN:40,KEY_DELETE:46,KEY_HOME:36,KEY_END:35,KEY_PAGEUP:33,KEY_PAGEDOWN:34,KEY_INSERT:45,cache:{},relatedTarget:function(event){var element;switch(event.type){case'mouseover':element=event.fromElement;break;case'mouseout':element=event.toElement;break;default:return null;}
return Element.extend(element);}});Event.Methods=(function(){var isButton;if(Prototype.Browser.IE){var buttonMap={0:1,1:4,2:2};isButton=function(event,code){return event.button==buttonMap[code];};}else if(Prototype.Browser.WebKit){isButton=function(event,code){switch(code){case 0:return event.which==1&&!event.metaKey;case 1:return event.which==1&&event.metaKey;default:return false;}};}else{isButton=function(event,code){return event.which?(event.which===code+1):(event.button===code);};}
return{isLeftClick:function(event){return isButton(event,0)},isMiddleClick:function(event){return isButton(event,1)},isRightClick:function(event){return isButton(event,2)},element:function(event){event=Event.extend(event);var node=event.target,type=event.type,currentTarget=event.currentTarget;if(currentTarget&&currentTarget.tagName){if(type==='load'||type==='error'||(type==='click'&&currentTarget.tagName.toLowerCase()==='input'&&currentTarget.type==='radio'))
node=currentTarget;}
if(node.nodeType==Node.TEXT_NODE)node=node.parentNode;return Element.extend(node);},findElement:function(event,expression){var element=Event.element(event);if(!expression)return element;var elements=[element].concat(element.ancestors());return Selector.findElement(elements,expression,0);},pointer:function(event){var docElement=document.documentElement,body=document.body||{scrollLeft:0,scrollTop:0};return{x:event.pageX||(event.clientX+
(docElement.scrollLeft||body.scrollLeft)-
(docElement.clientLeft||0)),y:event.pageY||(event.clientY+
(docElement.scrollTop||body.scrollTop)-
(docElement.clientTop||0))};},pointerX:function(event){return Event.pointer(event).x},pointerY:function(event){return Event.pointer(event).y},stop:function(event){Event.extend(event);event.preventDefault();event.stopPropagation();event.stopped=true;}};})();Event.extend=(function(){var methods=Object.keys(Event.Methods).inject({},function(m,name){m[name]=Event.Methods[name].methodize();return m;});if(Prototype.Browser.IE){Object.extend(methods,{stopPropagation:function(){this.cancelBubble=true},preventDefault:function(){this.returnValue=false},inspect:function(){return"[object Event]"}});return function(event){if(!event)return false;if(event._extendedByPrototype)return event;event._extendedByPrototype=Prototype.emptyFunction;var pointer=Event.pointer(event);Object.extend(event,{target:event.srcElement,relatedTarget:Event.relatedTarget(event),pageX:pointer.x,pageY:pointer.y});return Object.extend(event,methods);};}else{Event.prototype=Event.prototype||document.createEvent("HTMLEvents")['__proto__'];Object.extend(Event.prototype,methods);return Prototype.K;}})();Object.extend(Event,(function(){var cache=Event.cache;function getEventID(element){if(element._prototypeEventID)return element._prototypeEventID[0];arguments.callee.id=arguments.callee.id||1;return element._prototypeEventID=[++arguments.callee.id];}
function getDOMEventName(eventName){if(eventName&&eventName.include(':'))return"dataavailable";return eventName;}
function getCacheForID(id){return cache[id]=cache[id]||{};}
function getWrappersForEventName(id,eventName){var c=getCacheForID(id);return c[eventName]=c[eventName]||[];}
function createWrapper(element,eventName,handler){var id=getEventID(element);var c=getWrappersForEventName(id,eventName);if(c.pluck("handler").include(handler))return false;var wrapper=function(event){if(!Event||!Event.extend||(event.eventName&&event.eventName!=eventName))
return false;Event.extend(event);handler.call(element,event);};wrapper.handler=handler;c.push(wrapper);return wrapper;}
function findWrapper(id,eventName,handler){var c=getWrappersForEventName(id,eventName);return c.find(function(wrapper){return wrapper.handler==handler});}
function destroyWrapper(id,eventName,handler){var c=getCacheForID(id);if(!c[eventName])return false;c[eventName]=c[eventName].without(findWrapper(id,eventName,handler));}
function destroyCache(){for(var id in cache)
for(var eventName in cache[id])
cache[id][eventName]=null;}
if(window.attachEvent){window.attachEvent("onunload",destroyCache);}
if(Prototype.Browser.WebKit){window.addEventListener('unload',Prototype.emptyFunction,false);}
return{observe:function(element,eventName,handler){element=$(element);var name=getDOMEventName(eventName);var wrapper=createWrapper(element,eventName,handler);if(!wrapper)return element;if(element.addEventListener){element.addEventListener(name,wrapper,false);}else{element.attachEvent("on"+name,wrapper);}
return element;},stopObserving:function(element,eventName,handler){element=$(element);var id=getEventID(element),name=getDOMEventName(eventName);if(!handler&&eventName){getWrappersForEventName(id,eventName).each(function(wrapper){element.stopObserving(eventName,wrapper.handler);});return element;}else if(!eventName){Object.keys(getCacheForID(id)).each(function(eventName){element.stopObserving(eventName);});return element;}
var wrapper=findWrapper(id,eventName,handler);if(!wrapper)return element;if(element.removeEventListener){element.removeEventListener(name,wrapper,false);}else{element.detachEvent("on"+name,wrapper);}
destroyWrapper(id,eventName,handler);return element;},fire:function(element,eventName,memo){element=$(element);if(element==document&&document.createEvent&&!element.dispatchEvent)
element=document.documentElement;var event;if(document.createEvent){event=document.createEvent("HTMLEvents");event.initEvent("dataavailable",true,true);}else{event=document.createEventObject();event.eventType="ondataavailable";}
event.eventName=eventName;event.memo=memo||{};if(document.createEvent){element.dispatchEvent(event);}else{element.fireEvent(event.eventType,event);}
return Event.extend(event);}};})());Object.extend(Event,Event.Methods);Element.addMethods({fire:Event.fire,observe:Event.observe,stopObserving:Event.stopObserving});Object.extend(document,{fire:Element.Methods.fire.methodize(),observe:Element.Methods.observe.methodize(),stopObserving:Element.Methods.stopObserving.methodize(),loaded:false});(function(){var timer;function fireContentLoadedEvent(){if(document.loaded)return;if(timer)window.clearInterval(timer);document.fire("dom:loaded");document.loaded=true;}
if(document.addEventListener){if(Prototype.Browser.WebKit){timer=window.setInterval(function(){if(/loaded|complete/.test(document.readyState))
fireContentLoadedEvent();},0);Event.observe(window,"load",fireContentLoadedEvent);}else{document.addEventListener("DOMContentLoaded",fireContentLoadedEvent,false);}}else{document.write("<script id=__onDOMContentLoaded defer src=//:><\/script>");$("__onDOMContentLoaded").onreadystatechange=function(){if(this.readyState=="complete"){this.onreadystatechange=null;fireContentLoadedEvent();}};}})();Hash.toQueryString=Object.toQueryString;var Toggle={display:Element.toggle};Element.Methods.childOf=Element.Methods.descendantOf;var Insertion={Before:function(element,content){return Element.insert(element,{before:content});},Top:function(element,content){return Element.insert(element,{top:content});},Bottom:function(element,content){return Element.insert(element,{bottom:content});},After:function(element,content){return Element.insert(element,{after:content});}};var $continue=new Error('"throw $continue" is deprecated, use "return" instead');var Position={includeScrollOffsets:false,prepare:function(){this.deltaX=window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0;this.deltaY=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0;},within:function(element,x,y){if(this.includeScrollOffsets)
return this.withinIncludingScrolloffsets(element,x,y);this.xcomp=x;this.ycomp=y;this.offset=Element.cumulativeOffset(element);return(y>=this.offset[1]&&y<this.offset[1]+element.offsetHeight&&x>=this.offset[0]&&x<this.offset[0]+element.offsetWidth);},withinIncludingScrolloffsets:function(element,x,y){var offsetcache=Element.cumulativeScrollOffset(element);this.xcomp=x+offsetcache[0]-this.deltaX;this.ycomp=y+offsetcache[1]-this.deltaY;this.offset=Element.cumulativeOffset(element);return(this.ycomp>=this.offset[1]&&this.ycomp<this.offset[1]+element.offsetHeight&&this.xcomp>=this.offset[0]&&this.xcomp<this.offset[0]+element.offsetWidth);},overlap:function(mode,element){if(!mode)return 0;if(mode=='vertical')
return((this.offset[1]+element.offsetHeight)-this.ycomp)/element.offsetHeight;if(mode=='horizontal')
return((this.offset[0]+element.offsetWidth)-this.xcomp)/element.offsetWidth;},cumulativeOffset:Element.Methods.cumulativeOffset,positionedOffset:Element.Methods.positionedOffset,absolutize:function(element){Position.prepare();return Element.absolutize(element);},relativize:function(element){Position.prepare();return Element.relativize(element);},realOffset:Element.Methods.cumulativeScrollOffset,offsetParent:Element.Methods.getOffsetParent,page:Element.Methods.viewportOffset,clone:function(source,target,options){options=options||{};return Element.clonePosition(target,source,options);}};if(!document.getElementsByClassName)document.getElementsByClassName=function(instanceMethods){function iter(name){return name.blank()?null:"[contains(concat(' ', @class, ' '), ' "+name+" ')]";}
instanceMethods.getElementsByClassName=Prototype.BrowserFeatures.XPath?function(element,className){className=className.toString().strip();var cond=/\s/.test(className)?$w(className).map(iter).join(''):iter(className);return cond?document._getElementsByXPath('.//*'+cond,element):[];}:function(element,className){className=className.toString().strip();var elements=[],classNames=(/\s/.test(className)?$w(className):null);if(!classNames&&!className)return elements;var nodes=$(element).getElementsByTagName('*');className=' '+className+' ';for(var i=0,child,cn;child=nodes[i];i++){if(child.className&&(cn=' '+child.className+' ')&&(cn.include(className)||(classNames&&classNames.all(function(name){return!name.toString().blank()&&cn.include(' '+name+' ');}))))
elements.push(Element.extend(child));}
return elements;};return function(className,parentElement){return $(parentElement||document.body).getElementsByClassName(className);};}(Element.Methods);Element.ClassNames=Class.create();Element.ClassNames.prototype={initialize:function(element){this.element=$(element);},_each:function(iterator){this.element.className.split(/\s+/).select(function(name){return name.length>0;})._each(iterator);},set:function(className){this.element.className=className;},add:function(classNameToAdd){if(this.include(classNameToAdd))return;this.set($A(this).concat(classNameToAdd).join(' '));},remove:function(classNameToRemove){if(!this.include(classNameToRemove))return;this.set($A(this).without(classNameToRemove).join(' '));},toString:function(){return $A(this).join(' ');}};Object.extend(Element.ClassNames.prototype,Enumerable);Element.addMethods();;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:
 * FTF Morgan Avec Copyright (c) Feliciano Type Foundry, 2000-2005. All rights
 * reserved.
 */
Cufon.registerFont({"w":131,"face":{"font-family":"Morgan Avec Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-11 -332 370 79.5921","underline-thickness":"18","underline-position":"-36","stemh":"24","stemv":"29","unicode-range":"U+0020-U+201D"},"glyphs":{" ":{"w":82},"!":{"d":"32,0r0,-54r54,0r0,54r-54,0xm38,-76r-8,-173r57,0r-7,173r-42,0","w":117},"\"":{"d":"19,-161r10,-52r-7,-51r52,0v5,48,-16,71,-28,103r-27,0xm94,-161r10,-52r-7,-51r52,0v5,48,-16,71,-28,103r-27,0","w":168},"#":{"d":"41,4r7,-50r-37,0r5,-34r36,0r11,-86r-39,0r6,-34r37,0r7,-50r33,0r-7,50r47,0r6,-50r33,0r-7,50r35,0r-4,34r-35,0r-12,86r38,0r-5,34r-37,0r-7,50r-32,0r6,-50r-46,0r-7,50r-32,0xm85,-80r46,0r11,-86r-47,0","w":222},"$":{"d":"89,26r0,-31v-22,1,-50,-2,-68,-9r0,-59r51,0r0,29v33,-4,88,18,79,-33v-5,-29,-53,-19,-78,-28v-51,-5,-56,-29,-56,-80v0,-33,21,-59,72,-57r0,-29r50,0r0,29v23,-1,48,2,59,9r0,59r-50,0r0,-30v-32,3,-88,-15,-77,33v0,14,11,16,25,18v48,10,111,3,111,62v0,57,-8,92,-68,86r0,31r-50,0","w":225},"%":{"d":"92,-114v-41,0,-73,-2,-73,-43v0,-48,-5,-96,46,-96v41,0,72,2,72,43v0,48,6,96,-45,96xm261,4v-41,0,-72,-2,-72,-43v0,-49,-6,-97,46,-97v42,0,71,4,71,45v0,48,6,95,-45,95xm54,-158v-3,18,21,13,36,13v26,0,9,-43,13,-65v3,-18,-22,-11,-37,-12v-10,0,-12,3,-12,12r0,52xm224,-40v-4,19,21,12,36,13v24,-3,8,-43,12,-65v3,-19,-22,-12,-37,-13v-23,3,-7,44,-11,65xm110,6r-25,-7r135,-259r25,7","w":325},"&":{"d":"292,0r-71,0r-18,-18v-21,27,-68,22,-114,22v-47,0,-66,-27,-66,-83v0,-33,15,-56,50,-61v-12,-10,-25,-28,-25,-57v0,-53,52,-60,110,-57v56,3,70,28,66,78r-52,0v1,-22,1,-40,-22,-40v-25,0,-47,-4,-47,28v0,10,6,18,14,25r90,82v2,-21,1,-45,1,-68r78,0r0,35r-35,0v0,26,1,45,-9,65r14,12r36,0r0,37xm76,-80v0,51,29,45,69,44v11,0,18,-4,26,-10r-71,-65v-16,3,-24,9,-24,31","w":304},"'":{"d":"19,-161r10,-52r-7,-51r52,0v5,48,-16,71,-28,103r-27,0","w":93},"(":{"d":"122,76v-101,10,-91,-109,-91,-207v0,-70,10,-157,91,-144r0,27v-66,-5,-46,116,-46,189v0,51,0,117,46,108r0,27","w":129},")":{"d":"8,76r0,-27v46,8,46,-57,46,-108v0,-68,21,-191,-46,-189r0,-27v101,-10,91,109,91,207v0,70,-11,157,-91,144","w":129},"*":{"d":"109,-132r-28,-43r-29,43r-26,-18r27,-41r-41,-24r15,-28r38,22r0,-43r31,0r0,43r39,-22r15,28r-42,24r27,41","w":161},"+":{"d":"93,-10r0,-81r-78,0r0,-37r78,0r0,-80r39,0r0,80r79,0r0,37r-79,0r0,81r-39,0","w":225},",":{"d":"20,48r10,-52r-7,-50r52,0r0,39r-28,63r-27,0","w":97},"-":{"d":"13,-82r0,-43r106,0r0,43r-106,0"},".":{"d":"22,0r0,-54r54,0r0,54r-54,0","w":97},"\/":{"d":"11,74r76,-343r38,0r-76,343r-38,0","w":139},"0":{"d":"136,4v-63,0,-119,0,-119,-64r0,-127v0,-61,57,-62,119,-62v40,0,73,19,73,62r0,127v0,46,-30,64,-73,64xm72,-58v-1,26,27,25,53,24v17,0,29,-7,29,-25r0,-126v1,-28,-26,-27,-54,-26v-18,0,-28,8,-28,26r0,127","w":225},"1":{"d":"28,0r0,-38r54,-1r0,-168r-50,0r0,-37r104,-7r0,212r52,1r0,38r-160,0","w":207},"2":{"d":"19,0r0,-85v-2,-52,57,-58,106,-58v26,0,24,-21,24,-47v0,-26,-54,-16,-81,-18r0,27r-46,0r0,-61v33,-10,74,-6,113,-7v54,-2,67,33,67,93v0,51,-58,59,-106,59v-30,0,-24,29,-24,56r80,0r0,-27r50,0r0,68r-183,0","w":219},"3":{"d":"140,4v-41,-1,-91,3,-122,-7r0,-37r102,0v25,3,27,-16,27,-41v0,-34,-48,-19,-78,-22r0,-41v36,-4,75,18,75,-39v0,-38,-44,-22,-76,-25r0,27r-47,0r0,-59v57,-12,197,-35,177,64v1,34,-17,38,-32,48v34,7,37,32,37,67v0,47,-28,65,-63,65","w":220},"4":{"d":"126,0r0,-60r-116,0r0,-43r99,-147r68,0r0,149r39,0r0,41r-39,0r0,60r-51,0xm54,-101r72,0v-2,-34,4,-77,-2,-107v-20,39,-47,71,-70,107","w":225},"5":{"d":"141,4v-40,-1,-92,6,-117,-10r0,-34r102,0v31,-1,24,-19,25,-43v0,-17,-10,-23,-25,-23r-95,0r0,-139r164,0r0,43r-116,0r0,54v60,-2,127,-6,127,53v0,58,-11,100,-65,99","w":225},"6":{"d":"136,4v-62,1,-119,5,-118,-61r0,-126v-4,-71,65,-68,134,-66v17,0,31,3,44,9r0,32r-96,0v-36,-4,-27,31,-28,61v41,-25,140,-19,133,43r0,46v0,48,-27,62,-69,62xm72,-60v-2,32,29,23,56,25v32,3,21,-40,23,-68v3,-32,-58,-19,-79,-15r0,58","w":223},"7":{"d":"36,0r118,-205r-88,0r0,35r-48,0r0,-76r193,0r0,38r-115,208r-60,0","w":221},"8":{"d":"136,4v-68,0,-119,5,-119,-81v0,-22,15,-42,35,-49v-29,-7,-33,-30,-33,-66v0,-61,58,-57,118,-57v47,0,69,23,69,78v0,25,-14,38,-35,46v32,8,37,34,37,74v0,45,-36,55,-72,55xm71,-80v0,43,17,50,54,46v25,4,28,-19,28,-47v0,-29,-26,-26,-53,-26v-16,0,-29,7,-29,27xm72,-183v0,37,15,42,50,42v27,0,30,-16,30,-43v0,-30,-27,-26,-55,-26v-18,0,-25,10,-25,27","w":224},"9":{"d":"133,4v-38,-1,-80,4,-106,-10r0,-32r96,0v36,4,27,-31,28,-61v-41,27,-140,20,-133,-42r0,-46v-2,-66,54,-62,116,-62v42,0,71,12,71,61r0,125v0,47,-25,67,-72,67xm72,-142v-2,31,59,20,79,15v-3,-31,11,-85,-22,-84v-28,1,-57,-8,-57,26r0,43","w":223},":":{"d":"22,0r0,-54r54,0r0,54r-54,0xm22,-119r0,-54r54,0r0,54r-54,0","w":97},";":{"d":"20,48r10,-52r-7,-50r52,0r0,39r-31,63r-24,0xm22,-119r0,-54r54,0r0,54r-54,0","w":97},"<":{"d":"184,-12r-160,-83r0,-30r159,-83r18,34r-122,64r122,64","w":225},"=":{"d":"15,-53r0,-38r195,0r0,38r-195,0xm15,-129r0,-37r195,0r0,37r-195,0","w":225},">":{"d":"42,-12r-18,-34r123,-64r-123,-64r18,-34r159,83r0,30","w":225},"?":{"d":"64,-75v0,-41,-6,-74,36,-78v13,-6,36,-2,34,-23v-1,-21,7,-37,-22,-37r-44,0r0,36r-47,0r0,-70v33,-9,69,-5,108,-6v45,0,65,26,60,75v6,40,-31,56,-70,62v-16,-2,-11,25,-12,41r-43,0xm59,0r0,-54r54,0r0,54r-54,0","w":202},"@":{"d":"99,-34v13,-73,-9,-158,65,-158r103,0r-18,168v53,1,70,-56,70,-112v0,-76,-48,-99,-119,-99v-108,0,-147,50,-147,162v0,137,112,127,222,112r-1,19v-30,8,-69,11,-99,11v-103,0,-148,-36,-148,-143v0,-134,55,-183,175,-183v83,0,142,31,142,118v0,86,-34,142,-111,142v-53,0,-129,17,-134,-37xm150,-51v-1,26,33,11,53,15r11,-116v-20,1,-53,-6,-55,14","w":369},"A":{"d":"5,0r0,-36r21,-1r77,-214r74,0r78,214r19,1r0,36r-103,0r0,-35r24,-1r-14,-39r-92,0r-12,39r26,1r0,35r-98,0xm103,-114r65,0r-33,-101v-8,36,-22,67,-32,101","w":279},"B":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r170,0v73,-10,76,109,21,121r0,2v36,7,39,31,39,70v0,44,-29,56,-64,56r-166,0xm93,-40v41,-5,104,21,92,-42v1,-39,-58,-19,-92,-24r0,66xm93,-147v40,-5,102,21,91,-40v1,-37,-58,-19,-91,-23r0,63","w":257},"C":{"d":"162,5v-76,3,-142,3,-142,-76r0,-106v-8,-96,121,-81,202,-69r0,72r-50,0r0,-38v-42,1,-102,-11,-94,39v8,50,-24,137,33,137r61,0r0,-39r50,0r0,71v-14,8,-46,9,-60,9","w":243},"D":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r157,0v51,0,77,27,77,75r0,96v4,115,-136,69,-234,78xm94,-40v44,-1,101,12,95,-40v-5,-50,19,-130,-36,-130r-59,0r0,170","w":265},"E":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r215,0r0,68r-46,0r0,-30r-87,0r0,64r50,0r0,-19r40,0r0,77r-40,0r0,-20r-50,0r0,70r84,0r0,-30r51,0r0,69r-217,0","w":246},"F":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r215,0r0,72r-46,0r0,-34r-87,0r0,67r51,0r0,-19r39,0r0,80r-39,0r0,-21r-51,0r0,67r36,1r0,36r-118,0","w":237},"G":{"d":"127,5v-64,0,-108,-10,-107,-74r0,-111v5,-86,75,-74,152,-74v18,0,49,1,59,7r0,72r-52,0r0,-38v-44,3,-107,-15,-101,37v6,58,-31,140,56,140v19,0,39,-5,46,-8r0,-54r-52,0r0,-39r124,0r0,38r-17,0r0,99r-42,0r-4,-14v-12,10,-32,19,-62,19","w":267},"H":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r108,0r0,36r-26,0r0,65r109,0r0,-65r-26,0r0,-36r108,0r0,36r-26,0r0,176r26,1r0,36r-108,0r0,-36r26,-1r0,-70r-109,0r0,70r26,1r0,36r-108,0","w":297},"I":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r108,0r0,36r-26,0r0,176r26,1r0,36r-108,0"},"J":{"d":"141,5v-69,0,-129,3,-124,-71r0,-34r52,0v-1,32,-4,61,31,61v32,0,59,1,59,-33r0,-141r-34,0r0,-36r114,0r0,36r-24,0r0,142v0,53,-26,76,-74,76","w":247},"K":{"d":"12,0r0,-36r26,-1r0,-175r-26,-1r0,-36r108,0r0,36r-26,1r0,85r87,-86r-25,0r0,-36r109,0r0,36r-23,0r-73,71r75,105r27,1r0,36r-77,0v-20,-39,-47,-73,-71,-108r-29,27r0,44r26,1r0,36r-108,0","w":275},"L":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r108,0r0,36r-26,0r0,174r84,0r0,-43r51,0r0,82r-217,0","w":242},"M":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r103,0v16,47,39,87,52,137r54,-137r100,0r0,36r-24,0r0,177r24,0r0,36r-102,0r0,-36r27,-1r1,-165r-60,150r-46,0r-58,-150r-2,0r1,165r27,1r0,36r-97,0","w":332},"N":{"d":"12,0r0,-36r26,-1r0,-175r-26,-1r0,-36r89,0r90,147v6,8,7,21,15,26v-3,-43,-2,-90,-2,-136r-25,-1r0,-36r95,0r0,36r-26,1r0,212r-55,0r-101,-162v-5,-7,-5,-19,-13,-23v5,46,3,98,3,148r25,1r0,36r-95,0","w":283},"O":{"d":"161,5v-75,0,-141,0,-141,-75r0,-111v-1,-73,68,-73,143,-73v47,0,80,22,80,71r0,112v0,51,-32,76,-82,76xm77,-71v-3,39,39,35,76,34v56,-2,25,-90,32,-140v5,-40,-38,-36,-76,-35v-22,0,-32,13,-32,33r0,108","w":262},"P":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r157,0v65,-3,67,39,67,101v0,67,-75,60,-142,59r0,52r34,1r0,36r-116,0xm94,-128v32,-3,89,13,86,-25v-2,-29,8,-57,-28,-57r-58,0r0,82","w":254},"Q":{"d":"204,65v-52,11,-112,2,-101,-60v-54,2,-83,-22,-83,-75r0,-111v-1,-73,68,-73,143,-73v47,0,80,22,80,71r0,112v-1,53,-34,78,-84,76v-5,31,15,35,45,32r0,28xm77,-71v-3,39,39,35,76,34v56,-2,25,-90,32,-140v5,-40,-38,-36,-76,-35v-22,0,-32,13,-32,33r0,108","w":262},"R":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r160,0v63,1,66,35,66,90v0,39,-33,51,-70,53v38,10,44,45,67,69r27,1r0,36r-70,0v-19,-31,-40,-60,-61,-89v-11,-15,-19,-9,-37,-10r0,62r26,1r0,36r-108,0xm94,-136v33,-4,87,15,87,-25v0,-29,3,-48,-31,-48r-56,0r0,73","w":271},"S":{"d":"163,4v-49,-3,-102,6,-141,-9r0,-67r48,0r0,36r77,0v26,1,19,-21,19,-42v0,-33,-61,-19,-90,-28v-56,-4,-56,-35,-56,-90v0,-32,16,-57,66,-57v41,1,100,-4,126,9r0,66r-48,0r0,-35v-39,5,-106,-20,-92,41v0,14,11,16,25,18v51,10,124,-2,124,61v0,55,1,100,-58,97","w":239},"T":{"d":"75,0r0,-36r28,-1r0,-174r-44,0r0,49r-48,0r0,-87r240,0r0,87r-48,0r0,-49r-44,0r0,175r28,0r0,36r-112,0","w":262},"U":{"d":"168,5v-74,0,-134,1,-134,-76r0,-142r-26,0r0,-36r108,0r0,36r-26,0r0,141v-3,37,36,34,72,33v21,0,32,-12,32,-33r0,-141r-26,0r0,-36r104,0r0,36r-26,1r0,142v0,53,-29,75,-78,75","w":280},"V":{"d":"103,2r-77,-214r-22,-1r0,-36r105,0r0,35r-25,1r52,162v14,-58,37,-107,54,-162r-25,-1r0,-35r99,0r0,36r-21,1r-80,214r-60,0","w":268},"W":{"d":"75,2r-45,-214r-23,-1r0,-36r101,0r0,36r-25,0r31,171r2,0v8,-75,28,-137,42,-206r69,0r35,169v3,11,0,29,6,37v7,-61,22,-114,33,-171r-25,0r0,-36r94,0r0,36r-22,1r-46,214r-72,0r-37,-174v-2,-8,0,-20,-4,-26v-9,71,-29,133,-42,200r-72,0","w":377},"X":{"d":"5,0r0,-36r25,-1r65,-92r-62,-84r-24,0r0,-36r116,0r0,36r-24,0r46,67r43,-67r-24,0r0,-36r104,0r0,36r-23,0r-62,89r66,87r25,1r0,36r-114,0r0,-36r21,0r-50,-69r-47,69r22,0r0,36r-103,0","w":281},"Y":{"d":"80,0r0,-36r25,-1r0,-55r-77,-120r-24,-1r0,-36r111,0r0,36r-24,0r47,77v12,-29,31,-51,46,-77r-24,0r0,-36r103,0r0,36r-23,1r-79,118r0,57r26,1r0,36r-107,0","w":267},"Z":{"d":"14,0r0,-36r138,-174r-89,0r0,39r-49,0r0,-78r207,0r0,37r-138,173r92,0r0,-42r48,0r0,81r-209,0","w":236},"[":{"d":"35,74r0,-350r91,0r0,28r-46,0r0,295r46,0r0,27r-91,0"},"\\":{"d":"95,74r-76,-343r38,0r76,343r-38,0","w":139},"]":{"d":"6,74r0,-27r46,0r0,-295r-46,0r0,-28r91,0r0,350r-91,0"},"^":{"d":"16,-75r50,-159r40,0r50,159r-40,0r-31,-114r-30,114r-39,0","w":171},"_":{"d":"0,57r0,-36r180,0r0,36r-180,0","w":180},"`":{"d":"74,-212r-52,-53r45,-10r43,63r-36,0"},"a":{"d":"93,4v-51,0,-78,-11,-78,-63v0,-57,60,-54,117,-52v-1,-22,8,-47,-21,-47r-41,0r0,24r-43,0r0,-51v31,-11,62,-7,99,-8v33,0,57,14,57,50r0,110r21,0r0,33r-62,2r-4,-25v-6,11,-18,27,-45,27xm65,-63v0,28,10,32,35,32v28,0,35,-20,32,-50v-25,3,-67,-10,-67,18","w":214},"b":{"d":"200,-48v5,68,-95,63,-127,33r-6,15r-39,0r0,-228r-22,0r0,-35r72,-3r0,91v18,-18,42,-19,74,-18v77,0,43,83,48,145xm78,-44v17,9,72,23,72,-12r0,-81v4,-31,-52,-16,-72,-13r0,106","w":219},"c":{"d":"134,4v-63,2,-115,0,-115,-64r0,-69v-7,-79,98,-71,160,-56r0,58r-45,0r0,-30v-28,2,-66,-9,-63,23v3,37,-17,99,27,99r81,0r0,29v-13,9,-30,10,-45,10","w":192},"d":{"d":"145,-17v-30,33,-126,36,-126,-27r0,-96v-6,-60,85,-66,122,-39r0,-51r-23,0r0,-35r74,-2r0,232r21,2r0,33r-63,3xm69,-55v0,33,51,15,72,13r0,-106v-16,-6,-72,-24,-72,14r0,79","w":223},"e":{"d":"142,4v-63,1,-123,6,-123,-61r0,-74v1,-58,45,-62,100,-62v37,0,71,10,71,56r0,52v-34,7,-78,5,-119,5v-1,25,-2,45,26,45r89,0r0,28v-11,8,-26,11,-44,11xm71,-114r72,0v1,-26,1,-48,-27,-44v-35,-4,-52,7,-45,44","w":209},"f":{"d":"14,0r0,-33r21,0r0,-119r-25,0r0,-36r25,0r0,-28v2,-58,65,-55,113,-47r0,35v-22,5,-63,-13,-63,12r0,28r42,0r0,36r-42,0r0,119r28,0r0,33r-99,0","w":138},"g":{"d":"191,12v9,80,-107,74,-165,57r0,-33r91,0v33,3,22,-33,24,-60v-28,30,-122,30,-122,-30r0,-87v-6,-62,95,-66,128,-33r2,-16r42,0r0,202xm69,-64v0,34,52,16,72,13r0,-94v-16,-7,-72,-27,-72,13r0,68","w":217},"h":{"d":"14,0r0,-33r21,0r0,-195r-23,0r0,-35r73,-3r0,94v24,-30,118,-37,118,21r0,118r21,0r0,33r-92,0r0,-33r21,0r0,-105v1,-27,-51,-13,-68,-11r0,116r20,0r0,33r-91,0","w":234},"i":{"d":"14,0r0,-33r21,0r0,-120r-22,0r0,-35r72,-3r0,158r21,0r0,33r-92,0xm35,-217r0,-49r50,0r0,49r-50,0","w":117},"j":{"d":"86,21v-2,62,-47,62,-97,53r0,-36v25,-1,47,7,47,-25r0,-167r-23,1r0,-35r73,-3r0,212xm36,-217r0,-49r50,0r0,49r-50,0","w":111},"k":{"d":"10,0r0,-33r20,0r0,-195r-22,0r0,-35r73,-3r0,165r60,-53r-25,-2r0,-33r102,0r0,35r-23,2r-46,40r50,77r25,2r0,33r-67,0v-10,-33,-31,-56,-48,-83r-28,24r0,26r20,0r0,33r-91,0","w":226},"l":{"d":"12,0r0,-33r20,0r0,-195r-22,0r0,-35r72,-3r0,233r22,0r0,33r-92,0","w":115},"m":{"d":"336,0r-92,0r0,-33r21,0r0,-105v1,-26,-50,-13,-65,-11r0,116r21,0r0,33r-92,0r0,-33r21,0r0,-106v-2,-25,-47,-12,-65,-10r0,116r21,0r0,33r-92,0r0,-33r21,0r0,-120r-22,0r0,-35r69,-2r2,18v21,-27,97,-33,113,2v21,-31,118,-40,118,19r0,118r21,0r0,33","w":346},"n":{"d":"14,0r0,-33r21,0r0,-120r-22,0r0,-35r69,-2r2,18v24,-29,119,-38,119,21r0,118r21,0r0,33r-92,0r0,-33r21,0r0,-105v1,-27,-51,-13,-68,-11r0,116r21,0r0,33r-92,0","w":234},"o":{"d":"132,4v-61,0,-113,1,-113,-62r0,-75v0,-60,54,-60,114,-60v39,0,66,20,66,61r0,73v0,44,-25,63,-67,63xm71,-56v-4,28,29,25,55,24v39,-2,17,-65,22,-101v3,-27,-28,-25,-54,-24v-41,2,-18,65,-23,101","w":218},"p":{"d":"13,74r0,-32r20,-1r0,-194r-22,0r0,-36r69,-1r2,17v23,-33,123,-31,123,24r0,100v3,62,-82,66,-121,39r0,51r30,1r0,32r-101,0xm84,-43v13,7,71,23,71,-14r0,-79v-3,-32,-45,-16,-71,-13r0,106","w":224},"q":{"d":"111,74r0,-32r30,-1r0,-55v-27,29,-122,31,-122,-28r0,-98v-1,-67,90,-65,124,-34r3,-16r45,0r0,231r21,1r0,32r-101,0xm69,-54v-1,34,51,16,72,14r0,-107v-17,-6,-72,-24,-72,14r0,79","w":218},"r":{"d":"14,0r0,-33r21,0r0,-120r-22,0r0,-36r68,-1r3,19v22,-15,54,-24,88,-18r0,76r-45,0r0,-37v-14,0,-29,4,-42,8r0,109r32,0r0,33r-103,0","w":183},"s":{"d":"123,4v-38,0,-76,5,-104,-8r0,-49r45,0r0,22v28,-3,78,13,67,-30v0,-9,-4,-11,-14,-12v-53,-5,-113,1,-100,-72v-5,-60,101,-54,155,-41r0,51r-45,0r0,-23v-27,3,-73,-13,-63,29v5,23,47,10,69,16v40,1,46,26,46,69v0,32,-23,48,-56,48","w":194},"t":{"d":"139,-3v-44,11,-103,18,-104,-36r0,-113r-28,0r0,-36r28,0r0,-44r50,-5r0,49r60,0r0,36r-60,0r0,100v-5,23,35,15,54,16r0,33","w":151},"u":{"d":"153,-17v-26,31,-121,36,-121,-21r0,-116r-22,0r0,-35r72,-2r0,141v0,25,52,12,68,10r0,-114r-24,0r0,-34r74,-3r0,156r22,2r0,32r-64,2","w":232},"v":{"d":"82,2r-57,-155r-22,-1r0,-35r96,0r0,35r-21,0r38,117v9,-43,26,-77,38,-117r-22,0r0,-35r86,0r0,35r-19,1r-58,155r-59,0","w":221},"w":{"d":"68,2r-44,-155r-18,-1r0,-35r91,0r0,35r-23,0v11,36,14,79,28,112v7,-54,25,-96,37,-145r58,0v12,48,28,92,36,144r2,0v5,-41,18,-74,27,-111r-22,0r0,-35r81,0r0,35r-17,1r-46,155r-53,0r-34,-125v-2,-6,0,-17,-5,-20v-9,52,-26,96,-38,145r-60,0","w":327},"x":{"d":"4,0r0,-33r20,-1r51,-61r-49,-58r-20,-1r0,-35r100,0r0,34r-21,1r32,41r34,-41r-20,-1r0,-34r91,0r0,35r-20,1r-47,59r50,61r19,0r0,33r-96,0r0,-32r21,-1r-36,-47r-37,47r21,1r0,32r-93,0","w":227},"y":{"d":"133,15v-10,44,-56,73,-109,61r0,-39v24,1,53,2,54,-18r8,-24r-64,-148r-21,-1r0,-35r97,0r0,35r-23,0v13,37,32,67,40,109v8,-36,21,-73,32,-109r-20,0r0,-35r87,0r0,35r-19,1","w":216},"z":{"d":"12,0r0,-32r102,-122r-61,0r0,27r-39,0r0,-62r159,0r0,38r-97,116r61,0r0,-25r40,0r0,60r-165,0","w":189},"{":{"d":"126,76v-34,-6,-92,17,-92,-21r0,-144r-19,-23r19,-23r0,-120v2,-38,59,-15,92,-21r0,28r-47,0r0,117r-18,18r18,17r0,145r47,0r0,27"},"|":{"d":"63,75r0,-341r40,0r0,341r-40,0","w":165},"}":{"d":"6,76r0,-27r46,0r0,-145r19,-17r-19,-18r0,-117r-46,0r0,-28v33,5,91,-16,91,21r0,120r20,23r-20,23r0,144v-2,39,-58,15,-91,21"},"~":{"d":"42,-86r-26,-3v5,-74,91,-34,145,-35v13,0,12,-5,15,-13r25,6v-1,71,-91,32,-141,33v-11,0,-15,3,-18,12","w":218},"\u00c9":{"d":"102,-268r43,-64r45,11r-52,53r-36,0xm12,0r0,-36r26,-1r0,-176r-26,0r0,-36r215,0r0,68r-46,0r0,-30r-87,0r0,64r50,0r0,-19r40,0r0,77r-40,0r0,-20r-50,0r0,70r84,0r0,-30r51,0r0,69r-217,0","w":246},"\u00d1":{"d":"12,0r0,-36r26,-1r0,-175r-26,-1r0,-36r89,0r90,147v6,8,7,21,15,26v-3,-43,-2,-90,-2,-136r-25,-1r0,-36r95,0r0,36r-26,1r0,212r-55,0r-101,-162v-5,-7,-5,-19,-13,-23v5,46,3,98,3,148r25,1r0,36r-95,0xm100,-268r-23,-2v5,-59,53,-35,97,-35v12,0,12,-4,16,-13v2,0,22,5,22,5v-4,26,-13,43,-37,43v-27,1,-62,-25,-75,2","w":283},"\u00e1":{"d":"93,4v-51,0,-78,-11,-78,-63v0,-57,60,-54,117,-52v-1,-22,8,-47,-21,-47r-41,0r0,24r-43,0r0,-51v31,-11,62,-7,99,-8v33,0,57,14,57,50r0,110r21,0r0,33r-62,2r-4,-25v-6,11,-18,27,-45,27xm65,-63v0,28,10,32,35,32v28,0,35,-20,32,-50v-25,3,-67,-10,-67,18xm79,-212r43,-63r45,10r-53,53r-35,0","w":214},"\u00e0":{"d":"93,4v-51,0,-78,-11,-78,-63v0,-57,60,-54,117,-52v-1,-22,8,-47,-21,-47r-41,0r0,24r-43,0r0,-51v31,-11,62,-7,99,-8v33,0,57,14,57,50r0,110r21,0r0,33r-62,2r-4,-25v-6,11,-18,27,-45,27xm65,-63v0,28,10,32,35,32v28,0,35,-20,32,-50v-25,3,-67,-10,-67,18xm92,-212r-52,-53r45,-10r43,63r-36,0","w":214},"\u00e2":{"d":"93,4v-51,0,-78,-11,-78,-63v0,-57,60,-54,117,-52v-1,-22,8,-47,-21,-47r-41,0r0,24r-43,0r0,-51v31,-11,62,-7,99,-8v33,0,57,14,57,50r0,110r21,0r0,33r-62,2r-4,-25v-6,11,-18,27,-45,27xm65,-63v0,28,10,32,35,32v28,0,35,-20,32,-50v-25,3,-67,-10,-67,18xm45,-210r41,-59r37,0r41,59r-40,0r-20,-32r-20,32r-39,0","w":214},"\u00e3":{"d":"93,4v-51,0,-78,-11,-78,-63v0,-57,60,-54,117,-52v-1,-22,8,-47,-21,-47r-41,0r0,24r-43,0r0,-51v31,-11,62,-7,99,-8v33,0,57,14,57,50r0,110r21,0r0,33r-62,2r-4,-25v-6,11,-18,27,-45,27xm65,-63v0,28,10,32,35,32v28,0,35,-20,32,-50v-25,3,-67,-10,-67,18xm58,-213r-23,-3v5,-59,54,-34,97,-34v12,0,13,-4,17,-13v2,0,22,5,22,5v-4,26,-13,42,-37,42v-28,0,-63,-23,-76,3","w":214},"\u00e7":{"d":"101,4v-51,2,-82,-13,-82,-64r0,-69v-7,-79,98,-71,160,-56r0,58r-45,0r0,-30v-28,2,-66,-9,-63,23v3,37,-17,99,27,99r81,0r0,29v-14,10,-31,10,-49,10v36,20,22,71,-30,68v-11,0,-25,-1,-35,-4r0,-26v19,-1,49,4,48,-14v0,-9,-5,-17,-12,-24","w":192},"\u00e9":{"d":"86,-212r43,-63r45,10r-53,53r-35,0xm142,4v-63,1,-123,6,-123,-61r0,-74v1,-58,45,-62,100,-62v37,0,71,10,71,56r0,52v-34,7,-78,5,-119,5v-1,25,-2,45,26,45r89,0r0,28v-11,8,-26,11,-44,11xm71,-114r72,0v1,-26,1,-48,-27,-44v-35,-4,-52,7,-45,44","w":209},"\u00ea":{"d":"50,-210r40,-59r38,0r41,59r-40,0r-20,-32r-20,32r-39,0xm142,4v-63,1,-123,6,-123,-61r0,-74v1,-58,45,-62,100,-62v37,0,71,10,71,56r0,52v-34,7,-78,5,-119,5v-1,25,-2,45,26,45r89,0r0,28v-11,8,-26,11,-44,11xm71,-114r72,0v1,-26,1,-48,-27,-44v-35,-4,-52,7,-45,44","w":209},"\u00ed":{"d":"32,-212r43,-63r45,10r-53,53r-35,0xm14,0r0,-33r21,0r0,-120r-22,0r0,-35r72,-3r0,158r21,0r0,33r-92,0","w":117},"\u00ee":{"d":"-2,-210r41,-59r37,0r41,59r-40,0r-20,-32r-20,32r-39,0xm14,0r0,-33r21,0r0,-120r-22,0r0,-35r72,-3r0,158r21,0r0,33r-92,0","w":117},"\u00f1":{"d":"14,0r0,-33r21,0r0,-120r-22,0r0,-35r69,-2r2,18v24,-29,119,-38,119,21r0,118r21,0r0,33r-92,0r0,-33r21,0r0,-105v1,-27,-51,-13,-68,-11r0,116r21,0r0,33r-92,0xm75,-213r-24,-3v5,-59,54,-34,97,-34v12,0,13,-4,17,-13v2,0,22,5,22,5v-4,26,-13,42,-37,42v-27,0,-62,-23,-75,3","w":234},"\u00f3":{"d":"88,-212r43,-63r45,10r-52,53r-36,0xm132,4v-61,0,-113,1,-113,-62r0,-75v0,-60,54,-60,114,-60v39,0,66,20,66,61r0,73v0,44,-25,63,-67,63xm71,-56v-4,28,29,25,55,24v39,-2,17,-65,22,-101v3,-27,-28,-25,-54,-24v-41,2,-18,65,-23,101","w":217},"\u00f4":{"d":"49,-210r41,-59r37,0r41,59r-40,0r-20,-32r-20,32r-39,0xm132,4v-61,0,-113,1,-113,-62r0,-75v0,-60,54,-60,114,-60v39,0,66,20,66,61r0,73v0,44,-25,63,-67,63xm71,-56v-4,28,29,25,55,24v39,-2,17,-65,22,-101v3,-27,-28,-25,-54,-24v-41,2,-18,65,-23,101","w":217},"\u00f5":{"d":"132,4v-61,0,-113,1,-113,-62r0,-75v0,-60,54,-60,114,-60v39,0,66,20,66,61r0,73v0,44,-25,63,-67,63xm71,-56v-4,28,29,25,55,24v39,-2,17,-65,22,-101v3,-27,-28,-25,-54,-24v-41,2,-18,65,-23,101xm66,-213r-24,-3v5,-59,54,-34,97,-34v12,0,13,-4,17,-13v2,0,22,5,22,5v-4,26,-13,42,-37,42v-27,0,-62,-23,-75,3","w":217},"\u00fa":{"d":"82,-212r43,-63r46,10r-53,53r-36,0xm153,-17v-26,31,-121,36,-121,-21r0,-116r-22,0r0,-35r72,-2r0,141v0,25,52,12,68,10r0,-114r-24,0r0,-34r74,-3r0,156r22,2r0,32r-64,2","w":232},"\u00fb":{"d":"55,-210r40,-59r37,0r42,59r-40,0r-21,-32r-20,32r-38,0xm153,-17v-26,31,-121,36,-121,-21r0,-116r-22,0r0,-35r72,-2r0,141v0,25,52,12,68,10r0,-114r-24,0r0,-34r74,-3r0,156r22,2r0,32r-64,2","w":232},"\u00ba":{"d":"96,-110v-45,0,-78,-3,-78,-48v0,-64,8,-104,78,-93v50,-3,51,42,51,93v0,34,-19,48,-51,48xm59,-204v1,32,-10,73,30,64v29,1,13,-40,17,-64v2,-17,-13,-18,-30,-17v-13,0,-17,5,-17,17xm23,-59r0,-30r121,0r0,30r-121,0","w":165},"\u00bf":{"d":"190,53v-71,9,-185,28,-167,-69v-6,-40,31,-56,70,-62v15,2,11,-25,11,-40r44,0v1,41,5,74,-36,78v-14,5,-37,2,-35,22v2,21,-7,37,22,37r45,0r0,-36r46,0r0,70xm99,-139r0,-55r53,0r0,55r-53,0","w":202},"\u00ab":{"d":"95,-19r-81,-68r0,-25r81,-65r23,24r-54,52r54,60xm194,-19r-82,-68r0,-25r82,-65r23,24r-55,52r55,60","w":230},"\u00bb":{"d":"36,-19r-22,-22r54,-60r-54,-52r22,-24r82,65r0,25xm135,-19r-23,-22r55,-60r-54,-52r22,-24r82,65r0,25","w":230},"\u00c0":{"d":"5,0r0,-36r21,-1r77,-214r74,0r78,214r19,1r0,36r-103,0r0,-35r24,-1r-14,-39r-92,0r-12,39r26,1r0,35r-98,0xm103,-114r65,0r-33,-101v-8,36,-22,67,-32,101xm126,-268r-53,-53r45,-11r44,64r-36,0","w":279},"\u00c3":{"d":"5,0r0,-36r21,-1r77,-214r74,0r78,214r19,1r0,36r-103,0r0,-35r24,-1r-14,-39r-92,0r-12,39r26,1r0,35r-98,0xm103,-114r65,0r-33,-101v-8,36,-22,67,-32,101xm96,-270r-23,-3v5,-59,54,-34,97,-34v12,0,13,-4,17,-13v2,0,22,5,22,5v-4,26,-13,42,-37,42v-28,0,-63,-23,-76,3","w":279},"\u00d5":{"d":"161,5v-75,0,-141,0,-141,-75r0,-111v-1,-73,68,-73,143,-73v47,0,80,22,80,71r0,112v0,51,-32,76,-82,76xm77,-71v-3,39,39,35,76,34v56,-2,25,-90,32,-140v5,-40,-38,-36,-76,-35v-22,0,-32,13,-32,33r0,108xm86,-270r-23,-3v5,-58,53,-34,96,-34v12,0,13,-4,17,-13v2,0,22,4,22,4v-4,26,-13,43,-37,43v-27,1,-63,-25,-75,3","w":262},"\u201c":{"d":"19,-161r0,-39r29,-64r26,0r-10,52r7,51r-52,0xm94,-161r0,-39r29,-64r26,0v-8,33,-10,67,-3,103r-52,0","w":168},"\u201d":{"d":"19,-161r10,-52r-7,-51r52,0v5,48,-16,71,-28,103r-27,0xm94,-161r10,-52r-7,-51r52,0v5,48,-16,71,-28,103r-27,0","w":168},"\u00c2":{"d":"5,0r0,-36r21,-1r77,-214r74,0r78,214r19,1r0,36r-103,0r0,-35r24,-1r-14,-39r-92,0r-12,39r26,1r0,35r-98,0xm103,-114r65,0r-33,-101v-8,36,-22,67,-32,101xm79,-266r41,-59r37,0r41,59r-40,0r-20,-32r-20,32r-39,0","w":279},"\u00ca":{"d":"67,-266r40,-59r37,0r41,59r-40,0r-20,-32r-20,32r-38,0xm12,0r0,-36r26,-1r0,-176r-26,0r0,-36r215,0r0,68r-46,0r0,-30r-87,0r0,64r50,0r0,-19r40,0r0,77r-40,0r0,-20r-50,0r0,70r84,0r0,-30r51,0r0,69r-217,0","w":246},"\u00c1":{"d":"5,0r0,-36r21,-1r77,-214r74,0r78,214r19,1r0,36r-103,0r0,-35r24,-1r-14,-39r-92,0r-12,39r26,1r0,35r-98,0xm103,-114r65,0r-33,-101v-8,36,-22,67,-32,101xm120,-268r43,-64r45,11r-52,53r-36,0","w":279},"\u00cd":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r108,0r0,36r-26,0r0,176r26,1r0,36r-108,0xm46,-269r43,-63r45,11r-52,52r-36,0"},"\u00ce":{"d":"12,0r0,-36r26,-1r0,-176r-26,0r0,-36r108,0r0,36r-26,0r0,176r26,1r0,36r-108,0xm6,-269r40,-59r38,0r41,59r-40,0r-20,-32r-20,32r-39,0"},"\u00d3":{"d":"113,-269r43,-63r45,11r-53,52r-35,0xm161,5v-75,0,-141,0,-141,-75r0,-111v-1,-73,68,-73,143,-73v47,0,80,22,80,71r0,112v0,51,-32,76,-82,76xm77,-71v-3,39,39,35,76,34v56,-2,25,-90,32,-140v5,-40,-38,-36,-76,-35v-22,0,-32,13,-32,33r0,108","w":262},"\u00d4":{"d":"72,-269r40,-59r37,0r41,59r-40,0r-20,-32r-20,32r-38,0xm161,5v-75,0,-141,0,-141,-75r0,-111v-1,-73,68,-73,143,-73v47,0,80,22,80,71r0,112v0,51,-32,76,-82,76xm77,-71v-3,39,39,35,76,34v56,-2,25,-90,32,-140v5,-40,-38,-36,-76,-35v-22,0,-32,13,-32,33r0,108","w":262},"\u00da":{"d":"125,-269r43,-63r45,11r-52,52r-36,0xm168,5v-74,0,-134,1,-134,-76r0,-142r-26,0r0,-36r108,0r0,36r-26,0r0,141v-3,37,36,34,72,33v21,0,32,-12,32,-33r0,-141r-26,0r0,-36r104,0r0,36r-26,1r0,142v0,53,-29,75,-78,75","w":280},"\u00db":{"d":"85,-268r40,-60r37,0r41,60r-40,0r-20,-33r-20,33r-38,0xm168,5v-74,0,-134,1,-134,-76r0,-142r-26,0r0,-36r108,0r0,36r-26,0r0,141v-3,37,36,34,72,33v21,0,32,-12,32,-33r0,-141r-26,0r0,-36r104,0r0,36r-26,1r0,142v0,53,-29,75,-78,75","w":280},"\u00a0":{"w":82}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * FTF Morgan Avec Copyright (c) Feliciano Type Foundry, 2000-2005. All rights
 * reserved.
 */
Cufon.registerFont({"w":235,"face":{"font-family":"Morgan Avec Extrabold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-12 -333 386 78.4854","underline-thickness":"18","underline-position":"-36","stemh":"24","stemv":"29","unicode-range":"U+0020-U+201D"},"glyphs":{" ":{"w":81},"!":{"d":"27,0r0,-63r63,0r0,63r-63,0xm33,-81r-10,-168r70,0r-9,168r-51,0","w":115},"\"":{"d":"18,-150r10,-56r-9,-58r61,0r0,51r-31,63r-31,0xm99,-150r9,-56r-8,-58r61,0r0,51r-31,63r-31,0","w":178},"#":{"d":"40,4r6,-49r-36,0r6,-40r36,0r11,-78r-39,0r6,-39r38,0r7,-48r37,0r-7,48r44,0r8,-48r37,0r-7,48r34,0r-5,39r-34,0r-11,78r37,0r-6,40r-36,0r-8,49r-37,0r7,-49r-44,0r-7,49r-37,0xm89,-85r45,0r10,-78r-44,0","w":230},"$":{"d":"89,24r0,-28v-20,0,-53,-1,-70,-8r0,-65r62,0r0,28v28,-5,69,18,69,-28v0,-10,-4,-12,-16,-14v-49,-10,-120,-3,-120,-62v0,-59,8,-91,75,-90r0,-27r62,0r0,27v24,0,50,3,60,8r0,64r-62,0r0,-27v-27,4,-77,-14,-69,26v0,12,8,13,21,15v52,9,119,-1,119,62v0,59,-4,97,-69,91r0,28r-62,0"},"%":{"d":"91,-114v-41,0,-74,-1,-74,-43v0,-47,-6,-96,45,-96v41,0,74,0,74,42v0,48,7,97,-45,97xm260,4v-41,0,-74,-1,-74,-43v0,-48,-6,-97,45,-97v41,0,74,0,74,43v0,48,6,97,-45,97xm56,-158v-2,15,20,9,32,9v7,0,9,-3,9,-8r0,-54v0,-12,-22,-7,-33,-7v-7,0,-8,2,-8,8r0,52xm225,-40v-1,14,20,8,32,8v7,0,9,-3,9,-8r0,-53v1,-14,-21,-6,-33,-8v-6,0,-8,3,-8,9r0,52xm113,5r-28,-7r127,-256r28,6","w":321},"&":{"d":"303,0r-84,0r-17,-17v-22,24,-70,21,-116,21v-50,0,-67,-27,-67,-86v0,-29,15,-53,52,-58v-12,-10,-26,-25,-26,-55v0,-60,62,-62,125,-59v61,2,71,29,68,81r-63,0v0,-18,4,-37,-17,-35v-21,2,-45,-7,-45,20v0,8,6,15,13,21r84,74v2,-17,1,-39,1,-58r86,0r0,42r-34,0v0,22,0,39,-9,56v7,13,30,9,49,9r0,44xm85,-81v-9,50,47,42,77,30r-60,-54v-13,3,-14,8,-17,24","w":315},"'":{"d":"18,-150r10,-56r-9,-58r61,0r0,51r-31,63r-31,0","w":98},"(":{"d":"122,76v-102,12,-94,-107,-94,-207v0,-71,11,-159,94,-144r0,30v-41,-6,-40,52,-40,100r0,87v2,48,-1,111,40,104r0,30","w":129},")":{"d":"8,76r0,-30v43,7,40,-56,40,-104r0,-87v-2,-48,2,-107,-40,-100r0,-30v103,-12,95,107,95,207v0,71,-13,159,-95,144","w":129},"*":{"d":"110,-126r-28,-42r-28,42r-30,-21r27,-41r-41,-24r18,-31r36,20r0,-41r36,0r0,42r37,-21r17,31r-41,24r27,41","w":164},"+":{"d":"94,-7r0,-82r-79,0r0,-45r79,0r0,-82r47,0r0,82r80,0r0,45r-80,0r0,82r-47,0"},",":{"d":"20,51r10,-56r-9,-58r61,0r0,50r-31,64r-31,0","w":102},"-":{"d":"13,-78r0,-51r108,0r0,51r-108,0","w":134},".":{"d":"20,0r0,-63r62,0r0,63r-62,0","w":102},"\/":{"d":"7,73r72,-342r45,0r-72,342r-45,0","w":137},"0":{"d":"146,4v-68,0,-132,4,-132,-66r0,-124v1,-65,66,-63,133,-63v40,0,74,20,74,63r0,124v0,48,-30,66,-75,66xm82,-61v-1,23,26,19,48,19v14,0,23,-5,23,-19r0,-123v2,-23,-26,-19,-48,-19v-15,0,-23,5,-23,19r0,123"},"1":{"d":"24,0r0,-45r51,-1r0,-154r-47,0r0,-44r112,-8r0,206r51,1r0,45r-167,0","w":208},"2":{"d":"15,0r0,-88v-1,-54,60,-55,109,-60v23,-2,24,-14,23,-37v-1,-22,-48,-13,-72,-15r0,25r-57,0r0,-66v38,-11,82,-6,126,-8v55,-2,68,35,68,96v0,54,-62,59,-112,59v-25,0,-18,23,-19,45r69,0r0,-26r61,0r0,75r-196,0","w":225},"3":{"d":"149,4v-44,-1,-96,3,-131,-7r0,-46r105,0v22,2,22,-12,21,-31v-1,-29,-49,-13,-75,-17r0,-49v33,-4,80,17,72,-33v1,-31,-38,-18,-64,-21r0,24r-58,0r0,-64v25,-10,82,-9,121,-9v47,0,68,21,68,74v0,36,-18,38,-32,47v34,7,37,31,37,66v0,48,-28,66,-64,66","w":227},"4":{"d":"126,0r0,-55r-116,0r0,-53r94,-142r85,0r0,147r37,0r0,48r-37,0r0,55r-63,0xm62,-103r64,0v-2,-31,4,-70,-2,-97v-17,36,-42,64,-62,97"},"5":{"d":"151,4v-44,-1,-98,7,-128,-10r0,-42r107,0v21,1,19,-15,19,-33v0,-13,-6,-18,-20,-18r-99,0r0,-147r177,0r0,53r-118,0r0,43v61,-2,129,-6,129,54v0,60,-10,102,-67,100"},"6":{"d":"142,4v-64,1,-125,7,-125,-62r0,-123v-4,-74,68,-71,141,-69v17,0,34,2,49,10r0,40r-100,0v-30,-3,-23,25,-24,51v20,-14,44,-11,73,-11v62,1,60,44,60,101v0,49,-29,63,-74,63xm83,-65v-2,28,23,22,47,23v26,1,18,-34,19,-58v2,-29,-48,-17,-66,-13r0,48","w":231},"7":{"d":"33,0r116,-198r-75,0r0,36r-58,0r0,-85r203,0r0,45r-111,202r-75,0","w":229},"8":{"d":"145,4v-71,1,-131,11,-131,-81v0,-22,15,-41,33,-49v-29,-7,-30,-32,-30,-67v0,-65,68,-56,130,-56v48,0,70,22,70,79v0,23,-13,37,-31,45v30,8,34,35,34,74v0,46,-39,55,-75,55xm82,-64v0,29,24,21,48,23v20,2,22,-18,22,-41v0,-25,-23,-22,-46,-22v-23,0,-24,17,-24,40xm83,-179v0,33,13,36,43,36v25,0,25,-15,25,-38v0,-26,-24,-22,-47,-22v-15,0,-21,8,-21,24","w":234},"9":{"d":"141,4v-43,0,-85,6,-116,-10r0,-40r100,0v29,3,24,-25,24,-50v-21,14,-42,11,-72,11v-62,-1,-60,-44,-60,-101v0,-69,58,-64,123,-63v45,0,76,13,76,62r0,121v0,48,-26,70,-75,70xm83,-144v-2,27,49,17,66,12v-2,-26,9,-72,-18,-72v-24,1,-48,-6,-48,23r0,37","w":231},":":{"d":"20,0r0,-63r62,0r0,63r-62,0xm20,-118r0,-63r62,0r0,63r-62,0","w":102},";":{"d":"20,51r10,-56r-9,-58r61,0r0,50r-35,64r-27,0xm20,-118r0,-63r62,0r0,63r-62,0","w":102},"<":{"d":"192,-8r-169,-86r0,-36r168,-87r22,41r-127,64r127,64"},"=":{"d":"15,-49r0,-44r205,0r0,44r-205,0xm15,-131r0,-44r205,0r0,44r-205,0"},">":{"d":"43,-8r-20,-40r126,-64r-126,-64r21,-41r169,87r0,36"},"?":{"d":"60,-80v-2,-39,-2,-74,35,-75v12,-4,33,-2,31,-20v-2,-16,7,-31,-15,-31r-38,0r0,33r-57,0r0,-73v38,-9,77,-5,120,-6v47,-1,64,28,59,77v5,39,-32,58,-74,63v-13,-1,-8,20,-9,32r-52,0xm55,0r0,-63r63,0r0,63r-63,0","w":205},"@":{"d":"91,-33v12,-71,-9,-161,68,-161r110,0r-18,170v46,0,64,-56,64,-112v0,-77,-47,-99,-119,-99v-108,0,-145,51,-145,162v0,102,39,119,134,119v28,0,62,-3,89,-8r-1,20v-30,8,-71,11,-101,11v-105,0,-149,-34,-149,-144v0,-133,56,-182,175,-182v84,0,143,29,143,118v0,86,-34,144,-111,144v-56,0,-133,16,-139,-38xm153,-55v-2,22,26,10,42,13r10,-104v-16,1,-42,-4,-44,11","w":361},"A":{"d":"6,0r0,-44r20,-1r77,-206r91,0r75,206r20,1r0,44r-116,0r0,-43r24,-1r-11,-27r-88,0r-9,27r25,1r0,43r-108,0xm113,-117r58,0r-28,-90v-7,33,-20,60,-30,90","w":294},"B":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r180,0v72,-12,78,110,22,122v35,11,38,31,38,72v0,45,-28,55,-63,55r-177,0xm102,-48v33,-5,88,19,78,-34v2,-33,-50,-16,-78,-20r0,54xm102,-150v33,-5,88,19,77,-34v0,-30,-51,-12,-77,-17r0,51","w":263},"C":{"d":"158,5v-73,2,-141,5,-141,-71r0,-115v-4,-95,130,-73,212,-65r0,78r-62,0r0,-36v-32,3,-78,-13,-78,28r0,105v-4,40,46,24,78,27r0,-37r62,0r0,77v-17,8,-56,9,-71,9","w":247},"D":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r169,0v90,-3,72,90,74,173v2,116,-145,65,-243,76xm103,-48v35,-2,87,11,81,-31v-6,-44,19,-122,-28,-122r-53,0r0,153","w":270},"E":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r224,0r0,70r-55,0r0,-24r-76,0r0,54r42,0r0,-17r46,0r0,78r-46,0r0,-17r-42,0r0,59r71,0r0,-26r61,0r0,72r-225,0","w":250},"F":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r224,0r0,76r-55,0r0,-30r-76,0r0,58r43,0r0,-16r46,0r0,83r-46,0r0,-20r-43,0r0,53r36,1r0,44r-129,0","w":242},"G":{"d":"123,5v-63,0,-107,-7,-106,-72r0,-117v8,-87,78,-67,151,-70v22,0,57,1,68,6r0,79r-64,0r0,-37v-35,4,-83,-16,-83,29r0,106v-3,39,60,26,84,19r0,-41r-42,0r0,-46r125,0r0,45r-15,0r0,94r-51,0r-5,-14v-10,10,-29,19,-62,19","w":270},"H":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r117,0r0,43r-24,1r0,54r94,0r0,-54r-24,-1r0,-43r117,0r0,43r-24,1r0,160r24,1r0,44r-117,0r0,-44r24,-1r0,-57r-94,0r0,57r24,1r0,44r-117,0","w":299},"I":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r117,0r0,43r-24,1r0,160r24,1r0,44r-117,0","w":136},"J":{"d":"150,5v-73,0,-142,7,-136,-73r0,-35r64,0v1,26,-6,57,24,55v26,-2,54,5,54,-24r-1,-133r-32,-1r0,-43r124,0r0,43r-23,1r0,133v0,54,-25,77,-74,77","w":254},"K":{"d":"10,0r0,-44r24,-1r0,-159r-24,-2r0,-43r117,0r0,43r-24,2r0,74r77,-76r-24,0r0,-43r120,0r0,43r-21,0r-67,65r68,96r24,1r0,44r-88,0v-18,-35,-40,-67,-62,-99r-27,24r0,30r24,1r0,44r-117,0","w":286},"L":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r117,0r0,43r-24,1r0,159r71,0r0,-41r61,0r0,87r-225,0","w":248},"M":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r116,0r46,125v13,-44,30,-83,45,-125r112,0r0,43r-22,0r0,162r22,0r0,44r-110,0r0,-44r27,-1v-2,-47,6,-102,0,-145r-51,138r-57,0v-18,-45,-30,-96,-52,-138v4,45,1,97,2,145r25,1r0,44r-103,0","w":338},"N":{"d":"10,0r0,-44r24,-1r0,-159r-24,-2r0,-43r102,0r90,154r2,0v-3,-34,-2,-72,-2,-109r-23,-2r0,-43r100,0r0,43r-23,2r0,204r-70,0r-89,-146v-5,-6,-5,-17,-12,-21v3,38,2,81,2,122r23,1r0,44r-100,0","w":287},"O":{"d":"165,5v-77,0,-148,3,-148,-75r0,-111v0,-75,74,-73,151,-73v46,0,81,21,81,69r0,114v0,52,-33,76,-84,76xm88,-71v-3,33,36,25,65,26v18,0,24,-9,24,-26r0,-105v4,-34,-34,-28,-64,-28v-18,0,-25,10,-25,25r0,108","w":266},"P":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r167,0v66,-2,70,39,70,102v0,69,-76,62,-144,61r0,41r33,1r0,44r-126,0xm103,-132v28,-4,76,12,75,-20v-2,-24,8,-50,-23,-50r-52,0r0,70","w":262},"Q":{"d":"206,65v-53,12,-120,4,-108,-60v-54,1,-81,-21,-81,-75r0,-111v0,-75,74,-73,151,-73v46,0,81,21,81,69r0,114v0,53,-34,77,-82,76v-5,27,13,31,39,28r0,32xm88,-71v-3,33,36,25,65,26v18,0,24,-9,24,-26r0,-105v4,-34,-34,-28,-64,-28v-18,0,-25,10,-25,25r0,108","w":266},"R":{"d":"10,0r0,-44r24,-1r0,-161r-24,0r0,-43r173,0v63,2,66,36,66,90v0,36,-31,53,-69,54v39,8,42,38,65,60r26,1r0,44r-80,0r-59,-86v-9,-12,-14,-8,-29,-9r0,50r24,1r0,44r-117,0xm103,-140v37,-3,88,15,76,-42v2,-30,-49,-16,-76,-19r0,61","w":277},"S":{"d":"167,3v-51,-3,-105,5,-147,-7r0,-73r58,0r0,33r67,0v21,2,15,-17,16,-34v0,-10,-4,-13,-16,-14v-52,-8,-128,-1,-128,-61v0,-61,1,-99,70,-99v42,1,108,-4,134,8r0,70r-58,0r0,-32r-66,0v-20,0,-15,15,-16,32v0,12,9,13,21,15v52,10,127,-3,127,63v0,58,2,102,-62,99","w":245},"T":{"d":"75,0r0,-44r27,-1r0,-159r-35,0r0,47r-58,0r0,-92r254,0r0,92r-59,0r0,-47r-34,0r0,160r27,0r0,44r-122,0","w":271},"U":{"d":"172,5v-77,0,-141,5,-141,-77r0,-133r-24,-1r0,-43r117,0r0,43r-24,1r0,133v-3,32,35,23,63,24v16,0,25,-7,25,-24r0,-133r-25,-1r0,-43r112,0r0,43r-24,1r0,135v0,54,-30,75,-79,75","w":282},"V":{"d":"99,2r-75,-206r-20,-2r0,-43r117,0r0,43r-24,0r44,140v12,-49,30,-92,45,-139r-23,-1r0,-43r109,0r0,44r-20,1r-78,206r-75,0","w":276},"W":{"d":"71,2r-42,-206r-22,-2r0,-43r110,0r0,43r-24,0r21,112v3,13,0,33,7,43v7,-71,24,-131,36,-197r87,0r28,154v3,13,0,33,7,43v7,-55,19,-104,29,-155r-24,0r0,-43r102,0r0,43r-22,2r-42,206r-89,0v-11,-64,-29,-122,-35,-191r-38,191r-89,0","w":392},"X":{"d":"5,0r0,-44r25,-1r59,-84r-57,-76r-23,-1r0,-43r131,0r0,43r-23,0r40,59r37,-59r-24,0r0,-43r117,0r0,43r-23,1r-59,84r60,76r24,1r0,44r-130,0r0,-44r20,0r-42,-57r-38,57r21,0r0,44r-115,0","w":294},"Y":{"d":"84,0r0,-44r24,-1r0,-38r-80,-121r-24,-2r0,-43r127,0r0,43r-24,1r41,68v9,-27,27,-45,40,-68r-23,-1r0,-43r116,0r0,43r-24,2r-80,118r0,41r24,1r0,44r-117,0","w":285},"Z":{"d":"12,0r0,-44r133,-159r-73,0r0,38r-60,0r0,-84r219,0r0,45r-133,157r76,0r0,-41r60,0r0,88r-222,0","w":245},"[":{"d":"30,73r0,-349r94,0r0,31r-40,0r0,288r40,0r0,30r-94,0","w":131},"\\":{"d":"89,73r-72,-342r45,0r72,342r-45,0","w":137},"]":{"d":"7,73r0,-30r41,0r0,-288r-41,0r0,-31r94,0r0,349r-94,0","w":131},"^":{"d":"14,-74r51,-160r44,0r50,160r-46,0r-27,-110r-27,110r-45,0","w":173},"_":{"d":"0,60r0,-42r180,0r0,42r-180,0","w":180},"`":{"d":"102,-212r-56,-52r53,-12r45,64r-42,0","w":164},"a":{"d":"134,-21v-17,38,-134,34,-121,-23v-8,-67,48,-73,114,-69v-2,-20,7,-41,-18,-41r-34,0r0,23r-52,0r0,-54v34,-11,66,-9,107,-9v36,0,58,16,58,51r0,103r19,1r0,39r-69,3xm73,-64v0,23,7,31,28,28v23,2,28,-18,26,-43v-21,2,-54,-7,-54,15","w":215},"b":{"d":"206,-48v5,67,-96,63,-126,33r-8,15r-47,0r0,-220r-20,0r0,-43r81,-4r0,92v16,-17,41,-20,72,-19v76,1,43,84,48,146xm86,-49v17,7,60,19,60,-13r0,-72v1,-27,-41,-15,-60,-11r0,96","w":222},"c":{"d":"134,4v-63,2,-117,1,-117,-63r0,-71v-7,-79,102,-71,165,-56r0,63r-54,0r0,-29v-21,2,-51,-8,-48,18v4,32,-16,92,22,92r80,0r0,35v-14,9,-32,11,-48,11","w":196},"d":{"d":"140,-19v-27,37,-123,35,-123,-28r0,-94v-6,-59,82,-66,119,-40r0,-43r-21,0r0,-43r83,-1r0,226r20,2r0,40r-70,3xm77,-61v0,29,40,15,59,12r0,-95v-15,-5,-59,-19,-59,13r0,70","w":225},"e":{"d":"146,4v-65,1,-129,6,-129,-62r0,-75v0,-59,49,-61,106,-61v38,0,73,10,73,54r0,58v-34,7,-75,6,-116,6v-1,19,-1,33,20,33r93,0r0,36v-13,8,-28,11,-47,11xm80,-116r59,0v4,-30,-6,-42,-39,-37v-24,-1,-20,17,-20,37","w":213},"f":{"d":"12,0r0,-39r18,-1r0,-106r-22,0r0,-43r22,0v-9,-79,55,-88,122,-75r0,43r-50,0v-16,-4,-10,19,-11,32r39,0r0,43r-39,0r0,106r27,1r0,39r-106,0","w":139},"g":{"d":"197,9v10,80,-113,77,-173,59r0,-40r93,0v28,2,17,-30,19,-53v-27,29,-125,28,-119,-30v6,-61,-14,-139,53,-139v32,0,61,0,73,18r4,-14r50,0r0,199xm77,-70v0,30,40,15,59,12r0,-84v-17,-6,-59,-20,-59,13r0,59","w":219},"h":{"d":"11,0r0,-39r19,-1r0,-180r-20,0r0,-43r81,-4r0,95v21,-31,118,-37,118,20r0,112r19,1r0,39r-99,0r0,-39r19,-1r0,-94v0,-21,-43,-10,-57,-9r0,103r18,1r0,39r-98,0","w":236},"i":{"d":"12,0r0,-39r19,-1r0,-107r-20,0r0,-42r80,-4r0,153r19,1r0,39r-98,0xm31,-212r0,-55r60,0r0,55r-60,0","w":118},"j":{"d":"91,21v-3,66,-51,59,-103,52r0,-44v20,-1,42,6,42,-19r0,-157r-20,0r0,-42r81,-4r0,214xm30,-212r0,-55r61,0r0,55r-61,0","w":112},"k":{"d":"9,0r0,-39r18,-1r0,-180r-19,0r0,-43r81,-4r0,163r52,-44r-25,-3r0,-38r111,0r0,42v-32,0,-41,22,-61,34r41,72r24,2r0,39r-76,0v-8,-30,-24,-54,-38,-78v-10,12,-31,13,-28,38r18,1r0,39r-98,0","w":234},"l":{"d":"10,0r0,-39r19,-1r0,-180r-20,0r0,-43r81,-4r0,227r19,1r0,39r-99,0","w":117},"m":{"d":"343,0r-99,0r0,-39r20,-1r0,-94v0,-21,-42,-10,-56,-9r0,103r18,1r0,39r-98,0r0,-39r19,-1r0,-95v-2,-20,-42,-9,-56,-8r0,103r19,1r0,39r-98,0r0,-39r19,-1r0,-107r-20,0r0,-42r76,-3r3,20v19,-28,100,-34,114,2v21,-32,120,-41,120,18r0,112r19,1r0,39","w":351},"n":{"d":"12,0r0,-39r19,-1r0,-107r-20,0r0,-42r76,-3r3,20v22,-31,119,-38,119,20r0,112r19,1r0,39r-98,0r0,-39r19,-1r0,-94v0,-21,-44,-10,-58,-9r0,103r19,1r0,39r-98,0","w":236},"o":{"d":"136,4v-63,1,-119,5,-119,-62r0,-76v0,-63,59,-60,121,-60v39,0,68,18,68,60r0,75v0,47,-27,63,-70,63xm80,-58v-3,22,22,21,43,20v37,-2,16,-61,20,-94v3,-21,-22,-20,-43,-19v-37,1,-15,61,-20,93","w":222},"p":{"d":"10,73r0,-38r19,-2r0,-180r-20,0r0,-43r76,-2r2,20v19,-34,123,-35,123,23r0,100v5,60,-81,66,-120,40r0,42r29,2r0,38r-109,0xm90,-48v15,5,59,18,59,-14r0,-70v-2,-28,-36,-15,-59,-12r0,96","w":226},"q":{"d":"108,73r0,-38r28,-2r0,-48v-24,32,-131,30,-119,-28r0,-98v-3,-66,90,-65,122,-34r4,-15r54,0r0,223r20,2r0,38r-109,0xm77,-58v0,29,40,15,59,12r0,-97v-16,-6,-59,-18,-59,14r0,71","w":221},"r":{"d":"12,0r0,-39r19,-1r0,-107r-20,0r0,-43r75,-2r3,21v20,-17,54,-24,91,-20r0,83r-54,0r0,-36v-13,0,-25,3,-35,7r0,97r31,1r0,39r-110,0","w":189},"s":{"d":"127,4v-39,-1,-81,6,-109,-9r0,-50r54,0r0,19v24,-3,67,12,58,-24v0,-6,-3,-9,-11,-10v-44,-6,-104,4,-104,-47v0,-47,7,-77,58,-77v39,0,76,-4,108,7r0,54r-55,0r0,-20v-23,3,-63,-13,-55,23v0,6,3,8,11,9v44,6,105,-3,105,48v0,50,-12,78,-60,77","w":200},"t":{"d":"139,-3v-49,11,-109,20,-109,-37r0,-106r-25,0r0,-43r25,0r0,-42r61,-6r0,48r55,0r0,43r-55,0r0,88v-4,21,31,12,48,14r0,41","w":151},"u":{"d":"149,-19v-23,34,-122,38,-122,-19r0,-109r-19,0r0,-43r79,-2r0,137v1,20,43,9,58,8r0,-100r-22,0r0,-42r83,-3r0,150r20,2r0,39r-70,3","w":233},"v":{"d":"76,1r-53,-147r-20,-1r0,-42r104,0r0,42r-20,0r32,103v7,-37,21,-68,31,-103r-19,0r0,-42r92,0r0,42r-18,1r-55,147r-74,0","w":225},"w":{"d":"66,1r-42,-147r-18,-1r0,-42r98,0r0,42r-19,0v9,30,14,65,22,96v5,-52,22,-92,32,-138r69,0v11,46,27,86,33,137r22,-95r-19,0r0,-42r87,0r0,42r-17,1r-44,147r-63,0r-34,-135r-33,135r-74,0","w":337},"x":{"d":"4,0r0,-39r19,-1r43,-55r-43,-51r-19,-1r0,-42r109,0r0,41r-19,1r26,35r28,-35r-17,-1r0,-41r98,0r0,42r-20,1r-39,53r43,53r18,1r0,39r-105,0r0,-39r20,0r-29,-42r-32,42r20,0r0,39r-101,0","w":234},"y":{"d":"148,5v-13,53,-62,81,-121,70r0,-47v21,0,48,4,50,-15r6,-15r-63,-144r-19,-1r0,-42r104,0r0,42r-20,0v11,33,27,62,33,100r27,-100r-18,0r0,-42r95,0r0,42r-18,1","w":222},"z":{"d":"9,0r0,-39r99,-110r-50,0r0,24r-47,0r0,-64r168,0r0,46r-92,102r48,0r0,-23r47,0r0,64r-173,0","w":191},"{":{"d":"125,76v-35,-6,-96,17,-95,-24r0,-141r-21,-23r21,-23r0,-117v0,-42,59,-18,95,-24r0,31r-41,0r0,112r-21,20r21,19r0,140r41,0r0,30","w":131},"|":{"d":"60,73r0,-340r46,0r0,340r-46,0","w":165},"}":{"d":"6,76r0,-30r42,0r0,-140r20,-19r-20,-20r0,-112r-42,0r0,-31v36,6,95,-18,95,24r0,117r21,23r-21,23r0,141v1,42,-60,18,-95,24","w":131},"~":{"d":"42,-82r-28,-2v6,-31,19,-50,43,-50v23,0,81,10,103,10v12,0,12,-4,16,-13r27,6v-5,30,-14,48,-40,48v-23,0,-82,-10,-101,-10v-11,0,-17,2,-20,11","w":219},"\u00c9":{"d":"99,-268r45,-65r53,13r-56,52r-42,0xm10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r224,0r0,70r-55,0r0,-24r-76,0r0,54r42,0r0,-17r46,0r0,78r-46,0r0,-17r-42,0r0,59r71,0r0,-26r61,0r0,72r-225,0","w":250},"\u00d1":{"d":"10,0r0,-44r24,-1r0,-159r-24,-2r0,-43r102,0r90,154r2,0v-3,-34,-2,-72,-2,-109r-23,-2r0,-43r100,0r0,43r-23,2r0,204r-70,0r-89,-146v-5,-6,-5,-17,-12,-21v3,38,2,81,2,122r23,1r0,44r-100,0xm103,-265r-28,-2v6,-31,18,-50,42,-50v26,0,65,26,76,-3v1,0,26,6,26,6v-5,29,-14,47,-40,47v-22,0,-39,-9,-57,-9v-11,0,-17,2,-19,11","w":287},"\u00e1":{"d":"134,-21v-17,38,-134,34,-121,-23v-8,-67,48,-73,114,-69v-2,-20,7,-41,-18,-41r-34,0r0,23r-52,0r0,-54v34,-11,66,-9,107,-9v36,0,58,16,58,51r0,103r19,1r0,39r-69,3xm73,-64v0,23,7,31,28,28v23,2,28,-18,26,-43v-21,2,-54,-7,-54,15xm77,-212r45,-64r53,12r-57,52r-41,0","w":215},"\u00e0":{"d":"134,-21v-17,38,-134,34,-121,-23v-8,-67,48,-73,114,-69v-2,-20,7,-41,-18,-41r-34,0r0,23r-52,0r0,-54v34,-11,66,-9,107,-9v36,0,58,16,58,51r0,103r19,1r0,39r-69,3xm73,-64v0,23,7,31,28,28v23,2,28,-18,26,-43v-21,2,-54,-7,-54,15xm92,-212r-56,-52r53,-12r45,64r-42,0","w":215},"\u00e2":{"d":"134,-21v-17,38,-134,34,-121,-23v-8,-67,48,-73,114,-69v-2,-20,7,-41,-18,-41r-34,0r0,23r-52,0r0,-54v34,-11,66,-9,107,-9v36,0,58,16,58,51r0,103r19,1r0,39r-69,3xm73,-64v0,23,7,31,28,28v23,2,28,-18,26,-43v-21,2,-54,-7,-54,15xm42,-209r42,-61r44,0r42,61r-47,0r-18,-30r-18,30r-45,0","w":215},"\u00e3":{"d":"134,-21v-17,38,-134,34,-121,-23v-8,-67,48,-73,114,-69v-2,-20,7,-41,-18,-41r-34,0r0,23r-52,0r0,-54v34,-11,66,-9,107,-9v36,0,58,16,58,51r0,103r19,1r0,39r-69,3xm73,-64v0,23,7,31,28,28v23,2,28,-18,26,-43v-21,2,-54,-7,-54,15xm61,-212r-28,-2v6,-31,18,-50,42,-50v27,0,65,28,76,-3v1,0,26,6,26,6v-5,29,-14,48,-40,48v-22,0,-39,-10,-57,-10v-11,0,-17,2,-19,11","w":215},"\u00e7":{"d":"98,4v-50,1,-81,-13,-81,-63r0,-71v-7,-79,102,-71,165,-56r0,63r-54,0r0,-29v-21,2,-51,-8,-48,18v4,32,-16,92,22,92r80,0r0,35v-15,9,-33,11,-51,11v37,21,26,71,-32,69v-12,0,-27,-1,-37,-4r0,-29v18,0,47,4,47,-14v0,-8,-4,-15,-11,-22","w":196},"\u00e9":{"d":"83,-212r45,-64r53,12r-56,52r-42,0xm146,4v-65,1,-129,6,-129,-62r0,-75v0,-59,49,-61,106,-61v38,0,73,10,73,54r0,58v-34,7,-75,6,-116,6v-1,19,-1,33,20,33r93,0r0,36v-13,8,-28,11,-47,11xm80,-116r59,0v4,-30,-6,-42,-39,-37v-24,-1,-20,17,-20,37","w":213},"\u00ea":{"d":"48,-209r42,-61r43,0r42,61r-46,0r-18,-30r-18,30r-45,0xm146,4v-65,1,-129,6,-129,-62r0,-75v0,-59,49,-61,106,-61v38,0,73,10,73,54r0,58v-34,7,-75,6,-116,6v-1,19,-1,33,20,33r93,0r0,36v-13,8,-28,11,-47,11xm80,-116r59,0v4,-30,-6,-42,-39,-37v-24,-1,-20,17,-20,37","w":213},"\u00ed":{"d":"28,-212r44,-64r53,12r-56,52r-41,0xm12,0r0,-39r19,-1r0,-107r-20,0r0,-42r80,-4r0,153r19,1r0,39r-98,0","w":118},"\u00ee":{"d":"-4,-209r41,-61r44,0r42,61r-47,0r-18,-30r-18,30r-44,0xm12,0r0,-39r19,-1r0,-107r-20,0r0,-42r80,-4r0,153r19,1r0,39r-98,0","w":118},"\u00f1":{"d":"12,0r0,-39r19,-1r0,-107r-20,0r0,-42r76,-3r3,20v22,-31,119,-38,119,20r0,112r19,1r0,39r-98,0r0,-39r19,-1r0,-94v0,-21,-44,-10,-58,-9r0,103r19,1r0,39r-98,0xm75,-212r-27,-2v6,-31,18,-50,42,-50v26,0,65,28,75,-3v1,0,26,6,26,6v-5,29,-14,48,-40,48v-28,1,-62,-24,-76,1","w":236},"\u00f3":{"d":"87,-212r45,-64r53,12r-56,52r-42,0xm136,4v-63,1,-119,5,-119,-62r0,-76v0,-63,59,-60,121,-60v39,0,68,18,68,60r0,75v0,47,-27,63,-70,63xm80,-58v-3,22,22,21,43,20v37,-2,16,-61,20,-94v3,-21,-22,-20,-43,-19v-37,1,-15,61,-20,93","w":220},"\u00f4":{"d":"46,-209r42,-61r44,0r42,61r-47,0r-18,-30r-18,30r-45,0xm136,4v-63,1,-119,5,-119,-62r0,-76v0,-63,59,-60,121,-60v39,0,68,18,68,60r0,75v0,47,-27,63,-70,63xm80,-58v-3,22,22,21,43,20v37,-2,16,-61,20,-94v3,-21,-22,-20,-43,-19v-37,1,-15,61,-20,93","w":220},"\u00f5":{"d":"136,4v-63,1,-119,5,-119,-62r0,-76v0,-63,59,-60,121,-60v39,0,68,18,68,60r0,75v0,47,-27,63,-70,63xm80,-58v-3,22,22,21,43,20v37,-2,16,-61,20,-94v3,-21,-22,-20,-43,-19v-37,1,-15,61,-20,93xm68,-212r-27,-2v6,-31,18,-50,42,-50v26,0,65,28,75,-3v1,0,26,6,26,6v-5,29,-14,48,-40,48v-28,1,-62,-24,-76,1","w":220},"\u00fa":{"d":"84,-212r44,-64r53,12r-56,52r-41,0xm149,-19v-23,34,-122,38,-122,-19r0,-109r-19,0r0,-43r79,-2r0,137v1,20,43,9,58,8r0,-100r-22,0r0,-42r83,-3r0,150r20,2r0,39r-70,3","w":233},"\u00fb":{"d":"50,-209r42,-61r43,0r42,61r-46,0r-18,-30r-18,30r-45,0xm149,-19v-23,34,-122,38,-122,-19r0,-109r-19,0r0,-43r79,-2r0,137v1,20,43,9,58,8r0,-100r-22,0r0,-42r83,-3r0,150r20,2r0,39r-70,3","w":233},"\u00ba":{"d":"107,-101v-48,1,-89,2,-89,-49r0,-54v0,-47,43,-47,90,-47v31,0,54,14,54,47r0,54v0,37,-21,49,-55,49xm68,-150v-2,14,13,15,28,14v29,0,12,-43,16,-67v2,-15,-14,-14,-29,-14v-28,0,-11,44,-15,67xm24,-47r0,-34r132,0r0,34r-132,0","w":179},"\u00bf":{"d":"195,53v-78,6,-194,31,-178,-71v-5,-40,31,-60,74,-64v11,1,9,-19,9,-31r52,0v2,39,1,73,-35,74v-11,6,-33,3,-31,20v2,15,-8,31,14,31r39,0r0,-33r56,0r0,74xm94,-130r0,-64r63,0r0,64r-63,0","w":205},"\u00ab":{"d":"99,-16r-86,-71r0,-27r86,-67r27,27r-54,52r54,60xm203,-16r-86,-71r0,-27r86,-67r27,27r-54,52r54,60","w":243},"\u00bb":{"d":"40,-16r-27,-26r54,-60r-54,-52r27,-27r86,67r0,27xm145,-16r-28,-26r55,-60r-54,-52r27,-27r85,67r0,27","w":243},"\u00c0":{"d":"6,0r0,-44r20,-1r77,-206r91,0r75,206r20,1r0,44r-116,0r0,-43r24,-1r-11,-27r-88,0r-9,27r25,1r0,43r-108,0xm113,-117r58,0r-28,-90v-7,33,-20,60,-30,90xm132,-268r-56,-52r53,-13r45,65r-42,0","w":294},"\u00c3":{"d":"6,0r0,-44r20,-1r77,-206r91,0r75,206r20,1r0,44r-116,0r0,-43r24,-1r-11,-27r-88,0r-9,27r25,1r0,43r-108,0xm113,-117r58,0r-28,-90v-7,33,-20,60,-30,90xm106,-268r-28,-3v6,-31,18,-49,42,-49v26,0,65,26,76,-3v1,0,26,5,26,5v-5,29,-14,48,-40,48v-28,0,-63,-25,-76,2","w":294},"\u00d5":{"d":"165,5v-77,0,-148,3,-148,-75r0,-111v0,-75,74,-73,151,-73v46,0,81,21,81,69r0,114v0,52,-33,76,-84,76xm88,-71v-3,33,36,25,65,26v18,0,24,-9,24,-26r0,-105v4,-34,-34,-28,-64,-28v-18,0,-25,10,-25,25r0,108xm88,-269r-27,-2v6,-31,18,-49,42,-49v26,0,65,27,75,-4v1,0,26,6,26,6v-5,29,-14,48,-40,48v-28,1,-62,-24,-76,1","w":266},"\u201c":{"d":"18,-150r0,-51r31,-63r31,0r-10,56r9,58r-61,0xm99,-150r0,-51r31,-63r31,0r-10,56r8,58r-60,0","w":178},"\u201d":{"d":"18,-150r10,-56r-9,-58r61,0r0,51r-31,63r-31,0xm99,-150r9,-56r-8,-58r61,0r0,51r-31,63r-31,0","w":178},"\u00c2":{"d":"6,0r0,-44r20,-1r77,-206r91,0r75,206r20,1r0,44r-116,0r0,-43r24,-1r-11,-27r-88,0r-9,27r25,1r0,43r-108,0xm113,-117r58,0r-28,-90v-7,33,-20,60,-30,90xm82,-265r42,-60r43,0r42,60r-46,0r-18,-29r-18,29r-45,0","w":294},"\u00ca":{"d":"64,-265r41,-60r44,0r42,60r-47,0r-18,-29r-18,29r-44,0xm10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r224,0r0,70r-55,0r0,-24r-76,0r0,54r42,0r0,-17r46,0r0,78r-46,0r0,-17r-42,0r0,59r71,0r0,-26r61,0r0,72r-225,0","w":250},"\u00c1":{"d":"6,0r0,-44r20,-1r77,-206r91,0r75,206r20,1r0,44r-116,0r0,-43r24,-1r-11,-27r-88,0r-9,27r25,1r0,43r-108,0xm113,-117r58,0r-28,-90v-7,33,-20,60,-30,90xm125,-267r44,-65r53,12r-56,53r-41,0","w":294},"\u00cd":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r117,0r0,43r-24,1r0,160r24,1r0,44r-117,0xm46,-268r45,-65r53,12r-57,53r-41,0","w":136},"\u00ce":{"d":"10,0r0,-44r24,-1r0,-160r-24,-1r0,-43r117,0r0,43r-24,1r0,160r24,1r0,44r-117,0xm5,-268r41,-61r44,0r42,61r-47,0r-18,-30r-18,30r-44,0","w":136},"\u00d3":{"d":"111,-268r45,-65r53,12r-56,53r-42,0xm165,5v-77,0,-148,3,-148,-75r0,-111v0,-75,74,-73,151,-73v46,0,81,21,81,69r0,114v0,52,-33,76,-84,76xm88,-71v-3,33,36,25,65,26v18,0,24,-9,24,-26r0,-105v4,-34,-34,-28,-64,-28v-18,0,-25,10,-25,25r0,108","w":266},"\u00d4":{"d":"69,-268r42,-61r43,0r42,61r-46,0r-18,-30r-18,30r-45,0xm165,5v-77,0,-148,3,-148,-75r0,-111v0,-75,74,-73,151,-73v46,0,81,21,81,69r0,114v0,52,-33,76,-84,76xm88,-71v-3,33,36,25,65,26v18,0,24,-9,24,-26r0,-105v4,-34,-34,-28,-64,-28v-18,0,-25,10,-25,25r0,108","w":266},"\u00da":{"d":"123,-268r44,-65r53,12r-56,53r-41,0xm172,5v-77,0,-141,5,-141,-77r0,-133r-24,-1r0,-43r117,0r0,43r-24,1r0,133v-3,32,35,23,63,24v16,0,25,-7,25,-24r0,-133r-25,-1r0,-43r112,0r0,43r-24,1r0,135v0,54,-30,75,-79,75","w":282},"\u00db":{"d":"81,-268r42,-60r44,0r41,60r-46,0r-18,-30r-18,30r-45,0xm172,5v-77,0,-141,5,-141,-77r0,-133r-24,-1r0,-43r117,0r0,43r-24,1r0,133v-3,32,35,23,63,24v16,0,25,-7,25,-24r0,-133r-25,-1r0,-43r112,0r0,43r-24,1r0,135v0,54,-30,75,-79,75","w":282},"\u00a0":{"w":81}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * FTF Morgan Avec Copyright (c) Feliciano Type Foundry, 2000-2005. All rights
 * reserved.
 */
Cufon.registerFont({"w":244,"face":{"font-family":"Morgan Avec Heavy","font-weight":800,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 9 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-12 -334 401 78.1125","underline-thickness":"18","underline-position":"-36","stemh":"24","stemv":"29","unicode-range":"U+0020-U+201D"},"glyphs":{" ":{"w":79},"!":{"d":"21,0r0,-72r72,0r0,72r-72,0xm28,-85r-12,-164r82,0r-12,164r-58,0","w":113},"\"":{"d":"17,-138r10,-60r-10,-66r69,0r0,63r-33,63r-36,0xm103,-138r10,-60r-10,-66r69,0r0,63r-34,63r-35,0","w":188},"#":{"d":"39,3r6,-48r-35,0r6,-44r36,0r10,-70r-39,0r7,-44r38,0r7,-48r42,0r-7,48r42,0r7,-48r42,0r-7,48r34,0r-6,44r-34,0r-10,70r37,0r-7,44r-36,0r-7,48r-42,0r7,-48r-43,0r-7,48r-41,0xm94,-89r42,0r10,-70r-42,0","w":238},"$":{"d":"89,22r0,-24v-20,0,-57,-3,-73,-8r0,-71r74,0r0,27r47,0v16,3,13,-10,13,-23v0,-6,-4,-8,-12,-9v-51,-9,-133,-2,-126,-63v-5,-62,7,-97,77,-95r0,-24r74,0r0,24v28,1,51,3,61,7r0,70r-74,0r0,-26v-22,4,-61,-14,-61,19v0,10,6,10,17,12v54,10,127,-5,127,63v0,61,-1,101,-70,97r0,24r-74,0"},"%":{"d":"90,-114v-41,1,-77,1,-76,-42r0,-56v0,-43,35,-41,76,-41v51,0,46,49,45,97v0,31,-17,42,-45,42xm258,3v-41,0,-76,1,-76,-42v0,-48,-6,-97,46,-97v41,0,74,-1,74,42v0,47,7,97,-44,97xm57,-158v3,8,26,4,34,2r0,-55v-4,-5,-30,-6,-34,1r0,52xm226,-40v2,8,28,5,34,1r0,-55v-4,-5,-21,-1,-30,-2v-4,0,-4,0,-4,4r0,52xm115,3r-30,-6r118,-254r31,7","w":316},"&":{"d":"314,0r-97,0r-16,-15v-22,23,-74,17,-119,19v-54,2,-68,-29,-68,-89v0,-24,15,-51,55,-55v-11,-9,-27,-24,-27,-54v0,-67,71,-62,138,-60v65,2,75,30,72,84r-75,0v-1,-14,4,-34,-12,-31v-16,2,-45,-8,-42,14v0,6,5,11,11,16r79,68r0,-50r94,0r0,49r-32,0v0,18,0,32,-9,47v9,9,32,4,48,6r0,51xm93,-82v-8,40,35,34,60,25r-49,-42v-10,2,-9,6,-11,17","w":325},"'":{"d":"17,-138r10,-60r-10,-66r69,0r0,63r-33,63r-36,0","w":102},"(":{"d":"123,76v-104,14,-98,-105,-98,-207v0,-73,13,-161,98,-144r0,33v-37,-6,-35,50,-35,96r0,89v2,45,-2,106,35,100r0,33","w":130},")":{"d":"8,76r0,-33v36,5,34,-55,34,-100r0,-89v-2,-45,1,-101,-34,-96r0,-33v105,-14,97,105,97,206v0,73,-13,162,-97,145","w":130},"*":{"d":"111,-120r-27,-41r-28,41r-34,-24r27,-40r-41,-24r20,-36r35,20r0,-40r41,0r0,40r35,-20r20,36r-42,24r28,40","w":166},"+":{"d":"95,-3r0,-85r-81,0r0,-51r81,0r0,-84r55,0r0,84r81,0r0,51r-81,0r0,85r-55,0"},",":{"d":"19,54r10,-61r-10,-65r69,0r0,62r-33,64r-36,0","w":106},"-":{"d":"14,-74r0,-59r109,0r0,59r-109,0","w":136},".":{"d":"17,0r0,-72r72,0r0,72r-72,0","w":106},"\/":{"d":"3,72r68,-341r52,0r-68,341r-52,0","w":135},"0":{"d":"156,4v-72,1,-144,8,-144,-67r0,-122v1,-71,75,-66,146,-64v40,0,75,20,75,64r0,122v0,49,-30,67,-77,67xm92,-63v-1,19,25,13,43,14v11,0,18,-4,18,-14r0,-119v1,-19,-26,-13,-44,-14v-12,0,-17,4,-17,14r0,119"},"1":{"d":"19,0r0,-51r48,-2r0,-140r-44,0r0,-51r122,-8r0,199r49,2r0,51r-175,0","w":209},"2":{"d":"11,0r0,-91v0,-58,61,-55,113,-61v26,3,28,-40,4,-40r-47,0r0,22r-67,0r0,-70v42,-13,92,-8,139,-9v37,0,69,15,69,55r0,44v2,56,-66,53,-117,60v-21,-1,-15,16,-16,33r58,0r0,-24r72,0r0,81r-208,0","w":232},"3":{"d":"158,4v-47,-1,-103,3,-141,-6r0,-55r109,0v18,1,13,-10,14,-23v-5,-22,-49,-7,-72,-11r0,-57v28,-6,78,18,70,-27v2,-25,-31,-15,-52,-17r0,22r-68,0r0,-69v28,-11,89,-10,131,-10v48,0,69,21,69,75v0,37,-21,38,-33,46v34,7,37,31,37,66v0,48,-28,66,-64,66","w":234},"4":{"d":"125,0r0,-49r-116,0r0,-63r91,-138r101,0r0,145r35,0r0,56r-35,0r0,49r-76,0xm70,-105r55,0r-1,-87v-15,32,-36,58,-54,87"},"5":{"d":"161,4v-48,-2,-105,7,-139,-10r0,-51r113,0v12,1,14,-9,13,-22v0,-9,-2,-13,-16,-13r-104,0r0,-154r190,0r0,61r-120,0r0,33v62,-2,132,-7,132,55v0,61,-11,103,-69,101"},"6":{"d":"148,4v-66,0,-134,8,-134,-62r0,-120v-4,-78,75,-74,151,-72v18,0,34,2,52,11r0,47r-104,0v-22,-2,-19,21,-19,41v20,-12,42,-11,71,-10v67,2,62,44,61,101v0,51,-30,64,-78,64xm94,-69v-1,24,17,20,38,20v20,0,14,-30,15,-49v2,-23,-36,-13,-53,-10r0,39","w":240},"7":{"d":"30,0r113,-191r-61,0r0,37r-69,0r0,-93r215,0r0,52r-108,195r-90,0","w":237},"8":{"d":"154,4v-73,-1,-142,17,-142,-80v0,-22,13,-40,29,-50v-29,-6,-26,-35,-26,-68v0,-69,77,-52,141,-55v51,-2,73,23,73,82v0,20,-10,35,-28,41v28,9,30,37,30,75v0,48,-40,55,-77,55xm93,-67v0,25,22,15,41,18v17,3,17,-18,16,-35v0,-21,-19,-16,-38,-17v-21,-2,-19,15,-19,34xm93,-175v0,30,12,30,37,30v20,0,20,-13,20,-32v0,-23,-20,-17,-40,-18v-12,0,-17,5,-17,20","w":243},"9":{"d":"148,4v-47,0,-90,7,-125,-11r0,-48r104,0v22,2,21,-18,20,-39v-20,11,-43,11,-71,10v-67,-3,-62,-44,-62,-101v0,-72,65,-64,132,-64v48,0,80,13,80,63r0,118v0,49,-28,72,-78,72xm93,-147v-1,24,37,15,54,11v-2,-21,7,-60,-14,-60v-20,1,-40,-5,-40,19r0,30","w":240},":":{"d":"17,0r0,-72r72,0r0,72r-72,0xm17,-116r0,-73r72,0r0,73r-72,0","w":106},";":{"d":"19,54r10,-61r-10,-65r69,0r0,62r-38,64r-31,0xm17,-116r0,-73r72,0r0,73r-72,0","w":106},"<":{"d":"200,-3r-179,-88r0,-44r178,-90r25,48r-131,64r131,63"},"=":{"d":"15,-44r0,-52r214,0r0,52r-214,0xm15,-132r0,-52r214,0r0,52r-214,0"},">":{"d":"45,-3r-24,-47r131,-63r-131,-64r24,-48r179,90r0,44"},"?":{"d":"57,-85r0,-42v2,-28,28,-28,47,-34v17,-1,13,-13,14,-28v1,-15,-27,-7,-40,-9r0,30r-67,0r0,-78v43,-9,85,-4,132,-5v47,-1,62,29,58,78v5,40,-34,65,-78,65v-9,0,-7,14,-7,23r-59,0xm51,0r0,-72r72,0r0,72r-72,0","w":208},"@":{"d":"170,69v-106,0,-151,-32,-151,-144v0,-133,56,-182,175,-182v84,0,144,28,144,118v0,86,-33,145,-110,145v-62,0,-155,23,-144,-57v9,-64,-6,-145,69,-145r118,0r-19,172v40,0,58,-56,58,-112v0,-78,-45,-98,-118,-98v-108,0,-144,50,-144,161v0,104,39,118,135,118v28,0,62,-4,89,-9r-1,22v-30,8,-71,11,-101,11xm156,-58v-2,18,20,7,31,10r9,-92v-12,0,-32,-3,-33,9","w":353},"A":{"d":"6,0r0,-51r20,-3r77,-196r108,0r73,196r19,3r0,51r-128,0r0,-50r23,-1r-7,-16r-86,0r-5,16r24,1r0,50r-118,0xm124,-120r50,0r-24,-78v-6,28,-17,52,-26,78","w":309},"B":{"d":"8,0r0,-51r22,-2r0,-144r-22,-1r0,-51r190,0v47,-2,59,25,59,75v0,28,-20,40,-37,49v38,8,39,31,39,70v0,46,-29,55,-64,55r-187,0xm111,-56v26,-5,72,16,64,-27v1,-25,-43,-10,-64,-14r0,41xm111,-154r52,0v17,2,12,-14,12,-27v0,-23,-43,-8,-64,-12r0,39","w":269},"C":{"d":"155,5v-70,1,-141,9,-141,-66r0,-125v-1,-94,136,-64,220,-61r0,85r-72,0r0,-34v-23,4,-63,-12,-63,17r0,112v-1,29,40,11,63,16r0,-35r72,0r0,82v-19,7,-63,9,-79,9","w":250},"D":{"d":"8,0r0,-51r22,-2r0,-144r-22,-1r0,-51r181,0v91,-1,72,92,72,174v0,54,-29,75,-77,75r-176,0xm112,-56v27,-2,67,10,67,-22r0,-94v0,-30,-39,-19,-67,-21r0,137","w":275},"E":{"d":"8,0r0,-51r22,-1r0,-145r-22,-1r0,-51r234,0r0,73r-66,0r0,-20r-64,0r0,46r34,0r0,-16r52,0r0,80r-52,0r0,-14r-34,0r0,47r57,0r0,-21r73,0r0,74r-234,0","w":254},"F":{"d":"8,0r0,-51r22,-1r0,-145r-22,-1r0,-51r234,0r0,80r-66,0r0,-27r-64,0r0,50r35,0r0,-13r52,0r0,86r-52,0r0,-17r-35,0r0,38r35,1r0,51r-139,0","w":247},"G":{"d":"119,5v-61,0,-106,-6,-105,-70r0,-123v10,-87,80,-66,149,-66v25,0,67,1,78,5r0,85r-76,0r0,-34v-27,5,-66,-15,-66,21r0,107v2,29,48,15,67,10r0,-28r-32,0r0,-54r125,0r0,53r-12,0r0,89r-61,0r-5,-14v-9,10,-27,19,-62,19","w":272},"H":{"d":"8,0r0,-51r22,-1r0,-145r-22,-1r0,-51r126,0r0,51r-22,1r0,43r79,0r0,-43r-23,-1r0,-51r126,0r0,51r-22,1r0,145r22,1r0,51r-126,0r0,-51r23,-1r0,-44r-79,0r0,44r22,1r0,51r-126,0","w":302},"I":{"d":"8,0r0,-51r22,-1r0,-145r-22,-1r0,-51r126,0r0,51r-22,1r0,145r22,1r0,51r-126,0","w":141},"J":{"d":"159,5v-77,1,-154,11,-147,-75r0,-35r75,0v2,20,-7,52,17,49v20,-2,48,8,48,-17r-1,-124r-30,-1r0,-51r134,0r0,51r-22,1r0,125v0,55,-25,77,-74,77","w":261},"K":{"d":"8,0r0,-51r22,-2r0,-144r-22,-1r0,-51r126,0r0,51r-22,1r0,65r67,-66r-23,0r0,-51r131,0r0,51r-19,0r-62,59r61,86r22,2r0,51r-99,0r-54,-90v-9,12,-27,14,-24,37r22,2r0,51r-126,0","w":297},"L":{"d":"8,0r0,-51r22,-1r0,-145r-22,-1r0,-51r126,0r0,51r-22,1r0,144r57,0r0,-39r73,0r0,92r-234,0","w":254},"M":{"d":"8,0r0,-51r22,-2r0,-144r-22,-1r0,-51r130,0v12,38,28,71,36,113r38,-113r124,0r0,51r-19,0r0,147r19,0r0,51r-117,0r0,-52r26,-1v-2,-41,6,-89,0,-126v-11,46,-29,84,-43,127r-67,0v-16,-41,-25,-88,-44,-126v4,38,1,83,2,125r24,1r0,52r-109,0","w":344},"N":{"d":"8,0r0,-51r22,-2r0,-144r-22,-1r0,-51r116,0r67,117v4,6,4,16,10,19v-2,-27,-1,-56,-1,-84r-21,-1r0,-51r105,0r0,51r-21,1r0,197r-83,0r-87,-149r-2,0v4,29,1,64,2,96r20,2r0,51r-105,0","w":290},"O":{"d":"169,5v-78,0,-155,6,-155,-74r0,-113v0,-76,81,-72,159,-72v45,0,82,22,82,68r0,115v0,52,-34,76,-86,76xm99,-71v-2,26,32,17,53,17v13,0,18,-4,18,-17r0,-104v3,-27,-29,-20,-53,-21v-13,0,-18,7,-18,18r0,107","w":268},"P":{"d":"8,0r0,-51r22,-1r0,-145r-22,-1r0,-51r178,0v67,-3,71,40,71,104v0,71,-75,64,-145,63r0,30r32,1r0,51r-136,0xm112,-136v22,-4,63,12,63,-14v0,-19,8,-44,-17,-44r-46,0r0,58","w":270},"Q":{"d":"207,64v-55,14,-129,7,-116,-59v-53,1,-77,-21,-77,-74r0,-113v0,-76,81,-72,159,-72v45,0,82,22,82,68r0,115v0,53,-34,77,-81,76v-5,23,10,26,33,24r0,35xm99,-71v-2,26,32,17,53,17v13,0,18,-4,18,-17r0,-104v3,-27,-29,-20,-53,-21v-13,0,-18,7,-18,18r0,107","w":268},"R":{"d":"8,0r0,-51r22,-2r0,-145r-22,0r0,-51r185,0v64,2,67,38,67,91v0,34,-30,54,-68,55v39,6,41,31,62,50r25,2r0,51r-90,0v-18,-29,-37,-56,-57,-83v-7,-9,-9,-7,-20,-7r0,37r22,2r0,51r-126,0xm112,-143v31,-3,75,14,64,-35v1,-25,-42,-12,-64,-15r0,50","w":284},"S":{"d":"172,3v-53,-2,-110,4,-154,-7r0,-77r68,0r0,30r57,0v17,3,14,-12,14,-26v0,-6,-4,-8,-12,-9v-53,-9,-131,-1,-131,-63v0,-64,2,-104,73,-103v44,0,118,-3,143,8r0,73r-69,0r0,-27r-59,0v-15,0,-11,11,-12,23v0,10,6,10,17,12v54,11,130,-6,130,64v0,60,4,104,-65,102","w":251},"T":{"d":"74,0r0,-51r26,-1r0,-144r-25,0r0,44r-69,0r0,-97r269,0r0,97r-69,0r0,-44r-25,0r0,144r27,1r0,51r-134,0","w":281},"U":{"d":"177,5v-78,1,-149,10,-149,-77r0,-125r-22,-1r0,-51r126,0r0,51r-22,1r-1,124v-2,27,33,17,55,17v12,0,17,-4,17,-17r0,-124r-22,-1r0,-51r120,0r0,51r-23,1r0,127v0,54,-30,75,-79,75","w":284},"V":{"d":"96,2r-73,-197r-19,-3r0,-51r128,0r0,50r-23,1v14,38,20,83,37,118v8,-43,25,-77,37,-117r-22,-2r0,-50r119,0r0,52r-19,2r-77,197r-88,0","w":284},"W":{"d":"67,2r-39,-197r-22,-3r0,-51r120,0r0,51r-23,0r16,90v3,15,0,36,7,47v6,-67,20,-126,30,-188r105,0r22,141v3,15,-1,36,6,47v6,-48,16,-92,25,-137r-23,0r0,-51r110,0r0,51r-21,3r-39,197r-106,0r-26,-142v-2,-12,-1,-28,-5,-39v-6,65,-21,121,-31,181r-106,0","w":407},"X":{"d":"4,0r0,-51r24,-1r54,-75r-51,-70r-22,-1r0,-51r146,0r0,51r-23,0r34,50r31,-50r-23,0r0,-51r128,0r0,51r-22,1r-55,78r53,67r24,1r0,51r-146,0r0,-51r19,0r-34,-46r-29,46r19,0r0,51r-127,0","w":306},"Y":{"d":"89,0r0,-51r22,-2r0,-20r-83,-124r-24,-1r0,-51r142,0r0,51r-24,1v11,20,25,37,35,59v10,-22,24,-39,36,-59r-24,-1r0,-51r130,0r0,51r-24,1r-83,119r0,25r23,2r0,51r-126,0","w":303},"Z":{"d":"10,0r0,-51r129,-144r-59,0r0,36r-71,0r0,-90r233,0r0,52r-129,142r61,0r0,-40r71,0r0,95r-235,0","w":253},"[":{"d":"26,72r0,-348r97,0r0,34r-36,0r0,281r36,0r0,33r-97,0","w":130},"\\":{"d":"83,72r-68,-341r51,0r69,341r-52,0","w":135},"]":{"d":"8,72r0,-33r35,0r0,-281r-35,0r0,-34r96,0r0,348r-96,0","w":130},"^":{"d":"13,-73r50,-161r50,0r50,161r-54,0r-22,-106r-23,106r-51,0","w":175},"_":{"d":"0,64r0,-50r180,0r0,50r-180,0","w":180},"`":{"d":"80,-212r-61,-52r61,-14r47,66r-47,0","w":146},"a":{"d":"85,4v-53,0,-75,-15,-75,-66v0,-50,55,-58,111,-54v-3,-16,9,-33,-14,-33r-28,0r0,20r-59,0r0,-57v37,-11,71,-6,114,-8v76,-4,56,81,58,148r19,1r0,45r-78,3r-4,-23v-6,10,-17,24,-44,24xm80,-66v-2,18,3,28,21,25v18,3,22,-16,20,-36v-15,1,-42,-4,-41,11","w":216},"b":{"d":"212,-48v2,67,-99,63,-126,32r-9,16r-55,0r0,-213r-17,0r0,-51r89,-4r0,93v23,-31,131,-30,118,28r0,99xm94,-54v16,5,47,14,47,-13r0,-63v0,-25,-30,-14,-47,-11r0,87","w":225},"c":{"d":"135,4v-64,2,-121,2,-121,-63r0,-72v-7,-82,108,-68,172,-55r0,67r-64,0r0,-27v-15,2,-34,-6,-34,12r0,68v0,14,6,17,18,17r80,0r0,41v-15,10,-34,12,-51,12","w":200},"d":{"d":"136,-21v-25,42,-122,34,-122,-28r0,-92v-6,-58,78,-65,118,-42r0,-35r-19,0r0,-50r90,-2r0,221r19,3r0,46r-77,3xm85,-66v-1,25,29,14,47,11r0,-86v-16,-4,-47,-13,-47,14r0,61","w":227},"e":{"d":"150,4v-67,0,-136,9,-136,-62r0,-77v0,-59,55,-59,114,-59v39,0,74,9,74,51r0,65v-34,6,-73,7,-114,6v-1,14,0,22,15,22r97,0r0,43v-14,8,-29,11,-50,11xm88,-118r48,0v0,-16,4,-30,-16,-30v-14,0,-35,-2,-32,12r0,18","w":216},"f":{"d":"8,0r0,-45r17,-1r0,-94r-20,0r0,-50r20,0v-5,-83,61,-87,130,-74r0,51r-50,0v-13,-3,-6,14,-8,23r36,0r0,50r-36,0r0,94r26,1r0,45r-115,0","w":140},"g":{"d":"203,6v10,81,-116,79,-182,62r0,-49r95,0v24,2,14,-26,16,-45v-26,31,-131,25,-118,-31v1,-61,-15,-137,52,-137v32,0,62,-1,74,17r5,-13r58,0r0,196xm84,-75v0,25,30,14,47,11r0,-75v-17,-5,-47,-12,-47,14r0,50","w":221},"h":{"d":"8,0r0,-45r17,-1r0,-167r-17,0r0,-51r88,-4r0,97v18,-31,118,-39,118,19r0,106r17,1r0,45r-105,0r0,-45r17,-1r0,-84v0,-17,-36,-9,-47,-7r0,91r17,1r0,45r-105,0","w":237},"i":{"d":"9,0r0,-45r17,-1r0,-94r-17,0r0,-50r88,-4r0,148r17,1r0,45r-105,0xm26,-206r0,-61r71,0r0,61r-71,0","w":120},"j":{"d":"96,22v-4,67,-56,56,-108,50r0,-52v15,-1,36,6,36,-13r0,-148r-17,1r0,-50r89,-4r0,216xm24,-206r0,-61r72,0r0,61r-72,0","w":114},"k":{"d":"8,0r0,-45r16,-1r0,-167r-16,0r0,-51r88,-4r0,161r45,-35r-25,-3r0,-45r119,0r0,50v-26,0,-35,17,-51,27r31,65r23,3r0,45r-84,0r-29,-73v-9,10,-25,12,-29,27r17,1r0,45r-105,0","w":242},"l":{"d":"8,0r0,-45r17,-1r0,-167r-17,0r0,-51r88,-4r0,222r17,1r0,45r-105,0","w":119},"m":{"d":"350,0r-105,0r0,-45r17,-1r0,-84v0,-17,-36,-9,-47,-7r0,91r17,1r0,45r-105,0r0,-45r17,-1r0,-86v-3,-15,-36,-7,-47,-5r0,91r17,1r0,45r-105,0r0,-45r17,-1r0,-94r-17,0r0,-50r83,-3r3,22v15,-28,106,-36,117,1v19,-32,121,-41,121,18r0,106r17,1r0,45","w":356},"n":{"d":"9,0r0,-45r17,-1r0,-94r-17,0r0,-50r83,-3r3,22v18,-32,120,-39,120,19r0,106r17,1r0,45r-105,0r0,-45r17,-1r0,-84v0,-17,-36,-9,-47,-7r0,91r17,1r0,45r-105,0","w":238},"o":{"d":"140,4v-65,1,-126,7,-126,-63r0,-76v1,-65,64,-60,127,-59v38,0,71,15,71,59r0,76v0,49,-28,63,-72,63xm88,-59v-1,16,17,14,33,14v11,0,17,-4,17,-14r0,-72v2,-16,-17,-14,-33,-14v-12,0,-17,4,-17,14r0,72","w":226},"p":{"d":"7,72r0,-45r17,-1r0,-166r-17,0r0,-51r83,-2r3,22v17,-35,120,-38,120,22r0,100v6,58,-78,65,-118,42r0,33r28,1r0,45r-116,0xm95,-53v16,4,48,13,48,-13r0,-62v0,-25,-30,-14,-48,-11r0,86","w":227},"q":{"d":"105,72r0,-45r27,-1r0,-42v-14,17,-40,21,-72,20v-74,-2,-40,-85,-46,-146v-6,-65,92,-65,121,-33r4,-15r64,0r0,216r18,1r0,45r-116,0xm85,-63v-1,25,30,14,47,11r0,-87v-16,-4,-47,-13,-47,13r0,63","w":224},"r":{"d":"9,0r0,-45r17,-1r0,-94r-17,0r0,-51r83,-2r3,22v18,-19,56,-27,93,-21r0,89r-64,0r0,-33v-11,0,-19,2,-27,5r0,85r29,1r0,45r-117,0","w":194},"s":{"d":"132,4v-41,-1,-86,6,-116,-9r0,-53r64,0r0,16v18,-3,53,11,47,-18v0,-4,0,-5,-7,-6v-45,-6,-108,5,-108,-48v0,-50,8,-80,61,-80v41,0,82,-4,116,6r0,57r-64,0r0,-17v-18,4,-52,-12,-47,17v0,4,1,5,8,6v46,6,108,-3,108,50v0,51,-10,80,-62,79","w":206},"t":{"d":"139,-3v-54,11,-114,21,-114,-39r0,-98r-22,0r0,-50r22,0r0,-40r71,-6r0,46r51,0r0,50r-51,0r0,76v-2,19,27,10,43,12r0,49","w":152},"u":{"d":"144,-21v-19,37,-122,39,-122,-17r0,-102r-17,0r0,-51r88,-2r0,133v0,16,35,7,47,7r0,-87r-20,0r0,-50r92,-3r0,144r18,3r0,46r-77,3","w":234},"v":{"d":"71,1r-50,-140r-19,-1r0,-50r112,0r0,50r-18,0r26,89v5,-33,17,-59,25,-89r-17,0r0,-50r97,0r0,50r-16,1r-52,140r-88,0","w":229},"w":{"d":"64,1r-40,-140r-18,-1r0,-50r106,0r0,50r-17,0v7,25,11,53,17,80v4,-49,18,-87,27,-130r81,0v9,43,24,81,28,129v4,-26,9,-54,17,-79r-16,0r0,-50r92,0r0,50r-18,1r-40,140r-75,0v-11,-41,-15,-89,-29,-126v-6,45,-18,84,-27,126r-88,0","w":346},"x":{"d":"4,0r0,-45r19,-1r34,-49r-36,-44r-19,-1r0,-50r118,0r0,50r-18,0r20,29r23,-29r-15,0r0,-50r105,0r0,50r-19,1r-31,49r36,44r17,1r0,45r-114,0r0,-45r19,0r-23,-37r-25,37r18,0r0,45r-109,0","w":241},"y":{"d":"163,-5v-18,61,-65,89,-134,80r0,-56v22,-1,49,6,50,-18r-61,-140r-18,-1r0,-50r112,0r0,50r-18,0v11,30,22,58,29,92v4,-33,14,-62,21,-92r-16,0r0,-50r101,0r0,50r-17,1","w":228},"z":{"d":"6,0r0,-46r95,-98r-39,0r0,22r-54,0r0,-68r177,0r0,55r-88,89r37,0r0,-21r53,0r0,67r-181,0","w":192},"{":{"d":"123,76v-37,-6,-98,18,-98,-27r0,-137r-22,-23r22,-24r0,-113v-1,-47,59,-22,98,-28r0,34r-36,0r0,108r-22,21r22,20r0,136r36,0r0,33","w":130},"|":{"d":"56,72r0,-341r54,0r0,341r-54,0","w":165},"}":{"d":"7,76r0,-33r36,0r0,-136r23,-20r-23,-21r0,-108r-36,0r0,-34v39,6,98,-19,98,28r0,113r23,24r-23,23r0,137v3,46,-61,21,-98,27","w":130},"~":{"d":"43,-77r-31,-2v6,-34,19,-55,44,-55v23,0,82,11,104,11v12,0,12,-4,16,-14r30,7v-5,32,-15,52,-43,52v-22,0,-82,-10,-100,-10v-10,0,-18,2,-20,11","w":221},"\u00c9":{"d":"8,0r0,-51r22,-1r0,-145r-22,-1r0,-51r234,0r0,73r-66,0r0,-20r-64,0r0,46r34,0r0,-16r52,0r0,80r-52,0r0,-14r-34,0r0,47r57,0r0,-21r73,0r0,74r-234,0xm96,-267r47,-66r60,13r-60,53r-47,0","w":254},"\u00d1":{"d":"8,0r0,-51r22,-2r0,-144r-22,-1r0,-51r116,0r67,117v4,6,4,16,10,19v-2,-27,-1,-56,-1,-84r-21,-1r0,-51r105,0r0,51r-21,1r0,197r-83,0r-87,-149r-2,0v4,29,1,64,2,96r20,2r0,51r-105,0xm105,-262r-32,-2v6,-34,20,-55,45,-55v23,0,39,10,61,10v12,0,11,-3,15,-13r30,7v-5,32,-14,52,-42,52v-29,0,-62,-24,-77,1","w":290},"\u00e1":{"d":"85,4v-53,0,-75,-15,-75,-66v0,-50,55,-58,111,-54v-3,-16,9,-33,-14,-33r-28,0r0,20r-59,0r0,-57v37,-11,71,-6,114,-8v76,-4,56,81,58,148r19,1r0,45r-78,3r-4,-23v-6,10,-17,24,-44,24xm80,-66v-2,18,3,28,21,25v18,3,22,-16,20,-36v-15,1,-42,-4,-41,11xm75,-212r46,-66r61,14r-60,52r-47,0","w":216},"\u00e0":{"d":"85,4v-53,0,-75,-15,-75,-66v0,-50,55,-58,111,-54v-3,-16,9,-33,-14,-33r-28,0r0,20r-59,0r0,-57v37,-11,71,-6,114,-8v76,-4,56,81,58,148r19,1r0,45r-78,3r-4,-23v-6,10,-17,24,-44,24xm80,-66v-2,18,3,28,21,25v18,3,22,-16,20,-36v-15,1,-42,-4,-41,11xm92,-212r-60,-52r61,-14r46,66r-47,0","w":216},"\u00e2":{"d":"85,4v-53,0,-75,-15,-75,-66v0,-50,55,-58,111,-54v-3,-16,9,-33,-14,-33r-28,0r0,20r-59,0r0,-57v37,-11,71,-6,114,-8v76,-4,56,81,58,148r19,1r0,45r-78,3r-4,-23v-6,10,-17,24,-44,24xm80,-66v-2,18,3,28,21,25v18,3,22,-16,20,-36v-15,1,-42,-4,-41,11xm40,-208r42,-62r50,0r43,62r-53,0r-16,-27r-16,27r-50,0","w":216},"\u00e3":{"d":"85,4v-53,0,-75,-15,-75,-66v0,-50,55,-58,111,-54v-3,-16,9,-33,-14,-33r-28,0r0,20r-59,0r0,-57v37,-11,71,-6,114,-8v76,-4,56,81,58,148r19,1r0,45r-78,3r-4,-23v-6,10,-17,24,-44,24xm80,-66v-2,18,3,28,21,25v18,3,22,-16,20,-36v-15,1,-42,-4,-41,11xm63,-210r-32,-2v6,-34,20,-55,45,-55v23,0,38,10,60,10v12,0,12,-3,16,-13r30,7v-5,32,-14,52,-42,52v-29,0,-62,-24,-77,1","w":216},"\u00e7":{"d":"95,4v-49,1,-81,-14,-81,-63r0,-72v-7,-82,108,-68,172,-55r0,67r-64,0r0,-27v-15,2,-34,-6,-34,12r0,68v0,14,6,17,18,17r80,0r0,41v-17,11,-35,12,-55,12v40,21,31,71,-33,71v-12,0,-29,-1,-39,-4r0,-34v18,0,50,3,46,-14v0,-7,-4,-12,-10,-19","w":200},"\u00e9":{"d":"150,4v-67,0,-136,9,-136,-62r0,-77v0,-59,55,-59,114,-59v39,0,74,9,74,51r0,65v-34,6,-73,7,-114,6v-1,14,0,22,15,22r97,0r0,43v-14,8,-29,11,-50,11xm88,-118r48,0v0,-16,4,-30,-16,-30v-14,0,-35,-2,-32,12r0,18xm80,-212r47,-66r61,14r-61,52r-47,0","w":216},"\u00ea":{"d":"150,4v-67,0,-136,9,-136,-62r0,-77v0,-59,55,-59,114,-59v39,0,74,9,74,51r0,65v-34,6,-73,7,-114,6v-1,14,0,22,15,22r97,0r0,43v-14,8,-29,11,-50,11xm88,-118r48,0v0,-16,4,-30,-16,-30v-14,0,-35,-2,-32,12r0,18xm46,-208r43,-62r49,0r43,62r-53,0r-16,-27r-16,27r-50,0","w":216},"\u00ed":{"d":"9,0r0,-45r17,-1r0,-94r-17,0r0,-50r88,-4r0,148r17,1r0,45r-105,0xm23,-212r47,-66r61,14r-60,52r-48,0","w":120},"\u00ee":{"d":"9,0r0,-45r17,-1r0,-94r-17,0r0,-50r88,-4r0,148r17,1r0,45r-105,0xm-7,-208r43,-62r49,0r43,62r-53,0r-16,-27r-15,27r-51,0","w":120},"\u00f1":{"d":"9,0r0,-45r17,-1r0,-94r-17,0r0,-50r83,-3r3,22v18,-32,120,-39,120,19r0,106r17,1r0,45r-105,0r0,-45r17,-1r0,-84v0,-17,-36,-9,-47,-7r0,91r17,1r0,45r-105,0xm76,-210r-32,-2v6,-34,20,-55,45,-55v23,0,38,10,60,10v12,0,12,-3,16,-13r30,7v-5,32,-15,52,-43,52v-28,0,-62,-24,-76,1","w":238},"\u00f3":{"d":"140,4v-65,1,-126,7,-126,-63r0,-76v1,-65,64,-60,127,-59v38,0,71,15,71,59r0,76v0,49,-28,63,-72,63xm88,-59v-1,16,17,14,33,14v11,0,17,-4,17,-14r0,-72v2,-16,-17,-14,-33,-14v-12,0,-17,4,-17,14r0,72xm86,-212r46,-66r61,14r-60,52r-47,0","w":223},"\u00f4":{"d":"140,4v-65,1,-126,7,-126,-63r0,-76v1,-65,64,-60,127,-59v38,0,71,15,71,59r0,76v0,49,-28,63,-72,63xm88,-59v-1,16,17,14,33,14v11,0,17,-4,17,-14r0,-72v2,-16,-17,-14,-33,-14v-12,0,-17,4,-17,14r0,72xm44,-208r43,-62r49,0r43,62r-53,0r-15,-27r-16,27r-51,0","w":223},"\u00f5":{"d":"140,4v-65,1,-126,7,-126,-63r0,-76v1,-65,64,-60,127,-59v38,0,71,15,71,59r0,76v0,49,-28,63,-72,63xm88,-59v-1,16,17,14,33,14v11,0,17,-4,17,-14r0,-72v2,-16,-17,-14,-33,-14v-12,0,-17,4,-17,14r0,72xm71,-210r-32,-2v6,-34,20,-55,45,-55v23,0,38,10,60,10v12,0,12,-3,16,-13r30,7v-5,32,-14,52,-42,52v-29,0,-62,-24,-77,1","w":223},"\u00fa":{"d":"144,-21v-19,37,-122,39,-122,-17r0,-102r-17,0r0,-51r88,-2r0,133v0,16,35,7,47,7r0,-87r-20,0r0,-50r92,-3r0,144r18,3r0,46r-77,3xm84,-212r47,-66r61,14r-61,52r-47,0","w":234},"\u00fb":{"d":"144,-21v-19,37,-122,39,-122,-17r0,-102r-17,0r0,-51r88,-2r0,133v0,16,35,7,47,7r0,-87r-20,0r0,-50r92,-3r0,144r18,3r0,46r-77,3xm45,-208r43,-62r50,0r43,62r-54,0r-15,-27r-16,27r-51,0","w":234},"\u00ba":{"d":"118,-92v-52,0,-101,6,-101,-51r0,-61v0,-52,52,-48,103,-47v31,0,56,12,56,47r0,61v0,40,-23,51,-58,51xm77,-143v-2,12,13,13,26,12v27,-2,10,-46,14,-70v2,-13,-14,-11,-27,-11v-26,2,-9,46,-13,69xm25,-34r0,-39r143,0r0,39r-143,0","w":193},"\u00bf":{"d":"201,52v-84,5,-207,35,-190,-73v-5,-39,32,-64,77,-64v9,0,7,-14,7,-23r60,0r0,42v-2,28,-29,26,-47,34v-18,1,-13,13,-14,28v-1,14,27,6,40,8r0,-30r67,0r0,78xm89,-121r0,-73r72,0r0,73r-72,0","w":208},"\u00ab":{"d":"102,-13r-90,-73r0,-30r90,-70r31,32r-54,52r54,59xm213,-13r-91,-73r0,-30r91,-70r31,32r-54,52r54,59","w":255},"\u00bb":{"d":"43,-13r-31,-30r54,-59r-54,-52r31,-32r90,70r0,30xm154,-13r-32,-30r54,-59r-54,-52r32,-32r90,70r0,30","w":255},"\u00c0":{"d":"6,0r0,-51r20,-3r77,-196r108,0r73,196r19,3r0,51r-128,0r0,-50r23,-1r-7,-16r-86,0r-5,16r24,1r0,50r-118,0xm124,-120r50,0r-24,-78v-6,28,-17,52,-26,78xm139,-267r-60,-53r61,-13r46,66r-47,0","w":309},"\u00c3":{"d":"6,0r0,-51r20,-3r77,-196r108,0r73,196r19,3r0,51r-128,0r0,-50r23,-1r-7,-16r-86,0r-5,16r24,1r0,50r-118,0xm124,-120r50,0r-24,-78v-6,28,-17,52,-26,78xm115,-266r-31,-3v6,-34,19,-54,44,-54v23,0,39,10,61,10v12,0,11,-3,15,-13r30,7v-5,32,-14,52,-42,52v-29,0,-62,-24,-77,1","w":309},"\u00d5":{"d":"169,5v-78,0,-155,6,-155,-74r0,-113v0,-76,81,-72,159,-72v45,0,82,22,82,68r0,115v0,52,-34,76,-86,76xm99,-71v-2,26,32,17,53,17v13,0,18,-4,18,-17r0,-104v3,-27,-29,-20,-53,-21v-13,0,-18,7,-18,18r0,107xm91,-267r-32,-2v6,-34,20,-55,45,-55v23,0,38,10,60,10v12,0,12,-3,16,-13r30,7v-5,32,-15,52,-43,52v-29,1,-61,-24,-76,1","w":268},"\u201c":{"d":"17,-138r0,-63r33,-63r36,0r-10,61r10,65r-69,0xm103,-138r0,-63r33,-63r36,0r-10,61r10,65r-69,0","w":188},"\u201d":{"d":"17,-138r10,-60r-10,-66r69,0r0,63r-33,63r-36,0xm103,-138r10,-60r-10,-66r69,0r0,63r-34,63r-35,0","w":188},"\u00c2":{"d":"6,0r0,-51r20,-3r77,-196r108,0r73,196r19,3r0,51r-128,0r0,-50r23,-1r-7,-16r-86,0r-5,16r24,1r0,50r-118,0xm124,-120r50,0r-24,-78v-6,28,-17,52,-26,78xm85,-264r43,-61r49,0r43,61r-53,0r-15,-27r-16,27r-51,0","w":309},"\u00ca":{"d":"8,0r0,-51r22,-1r0,-145r-22,-1r0,-51r234,0r0,73r-66,0r0,-20r-64,0r0,46r34,0r0,-16r52,0r0,80r-52,0r0,-14r-34,0r0,47r57,0r0,-21r73,0r0,74r-234,0xm61,-264r43,-61r49,0r43,61r-53,0r-16,-27r-15,27r-51,0","w":254},"\u00c1":{"d":"6,0r0,-51r20,-3r77,-196r108,0r73,196r19,3r0,51r-128,0r0,-50r23,-1r-7,-16r-86,0r-5,16r24,1r0,50r-118,0xm124,-120r50,0r-24,-78v-6,28,-17,52,-26,78xm129,-267r46,-66r61,14r-60,52r-47,0","w":309},"\u00cd":{"d":"8,0r0,-51r22,-1r0,-145r-22,-1r0,-51r126,0r0,51r-22,1r0,145r22,1r0,51r-126,0xm46,-268r47,-66r60,14r-60,52r-47,0","w":141},"\u00ce":{"d":"8,0r0,-51r22,-1r0,-145r-22,-1r0,-51r126,0r0,51r-22,1r0,145r22,1r0,51r-126,0xm3,-268r43,-62r49,0r43,62r-53,0r-16,-27r-15,27r-51,0","w":141},"\u00d3":{"d":"169,5v-78,0,-155,6,-155,-74r0,-113v0,-76,81,-72,159,-72v45,0,82,22,82,68r0,115v0,52,-34,76,-86,76xm99,-71v-2,26,32,17,53,17v13,0,18,-4,18,-17r0,-104v3,-27,-29,-20,-53,-21v-13,0,-18,7,-18,18r0,107xm110,-268r46,-66r61,14r-60,52r-47,0","w":268},"\u00d4":{"d":"169,5v-78,0,-155,6,-155,-74r0,-113v0,-76,81,-72,159,-72v45,0,82,22,82,68r0,115v0,52,-34,76,-86,76xm99,-71v-2,26,32,17,53,17v13,0,18,-4,18,-17r0,-104v3,-27,-29,-20,-53,-21v-13,0,-18,7,-18,18r0,107xm67,-268r42,-62r50,0r43,62r-53,0r-16,-27r-16,27r-50,0","w":268},"\u00da":{"d":"177,5v-78,1,-149,10,-149,-77r0,-125r-22,-1r0,-51r126,0r0,51r-22,1r-1,124v-2,27,33,17,55,17v12,0,17,-4,17,-17r0,-124r-22,-1r0,-51r120,0r0,51r-23,1r0,127v0,54,-30,75,-79,75xm120,-268r46,-66r61,14r-60,52r-47,0","w":284},"\u00db":{"d":"177,5v-78,1,-149,10,-149,-77r0,-125r-22,-1r0,-51r126,0r0,51r-22,1r-1,124v-2,27,33,17,55,17v12,0,17,-4,17,-17r0,-124r-22,-1r0,-51r120,0r0,51r-23,1r0,127v0,54,-30,75,-79,75xm78,-268r43,-61r50,0r43,61r-53,0r-16,-27r-16,27r-51,0","w":284},"\u00a0":{"w":79}}});
