function easyCMS_POP(url,Xvalue,Yvalue,scroll){var w=480,h=340;if(document.all||document.layers){w=screen.availWidth;h=screen.availHeight;};var popW=Xvalue,popH=Yvalue;var leftPos=(w-popW)/2,topPos=(h-popH)/2;if(scroll){i=open(url,"displayWindow","top="+topPos+",left="+leftPos+",width="+Xvalue+",height="+Yvalue+",status=no,toolbar=1,menubar=no,resize=no,dependent=yes,scrollbars=yes");}else{i=open(url,"displayWindow","top="+topPos+",left="+leftPos+",width="+Xvalue+",height="+Yvalue+",status=1,toolbar=1,menubar=0,resize=no,dependent=yes,scrollbars=no");};};function easyCMS_zoom(header,alt,url,Xvalue,Yvalue,scroll){Xvalue=Number(Xvalue)+20;Yvalue=Number(Yvalue)+60;if(scroll){i=open("","EUindow","top=50,left=50,width="+Xvalue+",height="+Yvalue+",status=no,toolbar=no,menubar=no,resize=no,dependent=yes,scrollbars=yes");}else{i=open("","EUindow","top=50,left=50,width="+Xvalue+",height="+Yvalue+",status=no,toolbar=no,menubar=no,resize=no,dependent=yes,scrollbars=no");};i.focus();i.document.open();i.document.write('<html>\n')
i.document.write('<head>\n')
i.document.write('<title>Easy CMS - '+alt+'</title>\n')
i.document.write('<style><!--\n')
i.document.write('body { \n')
i.document.write('margin : 0px 0px 0px 0px;\n')
i.document.write('}\n')
i.document.write('--></style>\n')
i.document.write('<\head>\n')
i.document.write('<body bgcolor="#ffffff" text="#000000">\n')
i.document.write('<center>\n')
i.document.write('<div style="font-size:14px; font-weight:bold; font-family:verdana,arial,sans-serif,helvetica;">',header,'</div><a href="javascript:window.close();"><img src="',url,'" border="2" style="border:2px solid white;" alt=""></a>\n')
i.document.write('<div style="font-size:10px;font-family:verdana;color:#006;">'+alt+'</div>\n')
i.document.write('</body>\n')
i.document.write('</html>\n');i.document.close();};function $(o){if(typeof(o)=="string")
return document.getElementById(o)
else
return o;};function applyStyleString(el,str){if(document.all&&!window.opera){el.style.cssText=str;el.setAttribute("cssText",str);}else{el.setAttribute("style",str);}};if(typeof Array.prototype.push!="function"){Array.prototype.push=ArrayPush;function ArrayPush(value){this[this.length]=value;}}
function getElementsByClassName(strClass,strTag,objContElm){strTag=strTag||"*";objContElm=objContElm||document;var objColl=(strTag=='*'&&document.all)?document.all:objContElm.getElementsByTagName(strTag);var arr=new Array();var delim=strClass.indexOf('|')!=-1?'|':' ';var arrClass=strClass.split(delim);for(i=0,j=objColl.length;i<j;i++){var arrObjClass=objColl[i].className.split(' ');if(delim==' '&&arrClass.length>arrObjClass.length)continue;var c=0;comparisonLoop:for(k=0,l=arrObjClass.length;k<l;k++){for(m=0,n=arrClass.length;m<n;m++){if(arrClass[m]==arrObjClass[k])c++;if((delim=='|'&&c==1)||(delim==' '&&c==arrClass.length)){arr.push(objColl[i]);break comparisonLoop;}}}}
return arr;}
var swlib={fixhr_id:'content',fixhr_class:'hr',fixhref:function(){var elements=document.getElementsByTagName('a');var i;for(i=0;i<elements.length;i++){var re=new RegExp("#$");if(elements[i].getAttribute('href').match(re)){elements[i].setAttribute('href','javascript:;');}}},fixhr:function(){if(!document.getElementsByTagName)return;var hr=document.getElementById(swlib.fixhr_id).getElementsByTagName('hr');for(var i=0;i<hr.length;i++){var newhr=hr[i];var wrapdiv=document.createElement('div');wrapdiv.className=swlib.fixhr_class;newhr.parentNode.replaceChild(wrapdiv,newhr);wrapdiv.appendChild(newhr);}},hasClass:function(obj){var result=false;if(obj.getAttributeNode("class")!=null){result=obj.getAttributeNode("class").value;}
return result;},setstripe:function(){els=getElementsByClassName('stripe','table');for(var i=0;i<els.length;i++){swlib.stripe(els[i]);}},stripe:function(table){var even=false;var evenColor=arguments[1]?arguments[1]:"#eff5fd";var oddColor=arguments[2]?arguments[2]:"#dfecfd";if(!table){return;}
var tbodies=table.getElementsByTagName("tbody");for(var h=0;h<tbodies.length;h++){var trs=tbodies[h].getElementsByTagName("tr");for(var i=0;i<trs.length;i++){if(!trs[i].style.backgroundColor){var tds=trs[i].getElementsByTagName("td");for(var j=0;j<tds.length;j++){var mytd=tds[j];if(!swlib.hasClass(mytd)&&!mytd.style.backgroundColor){mytd.style.backgroundColor=even?evenColor:oddColor;}}}
even=!even;}}},sethighlight:function(){els=getElementsByClassName('highlight','table');for(var i=0;i<els.length;i++){swlib.highlight(els[i]);}},highlight:function(table){if(!table){return;}
var tbodies=table.getElementsByTagName("tbody");for(var h=0;h<tbodies.length;h++){var trs=tbodies[h].getElementsByTagName("tr");for(var i=0;i<trs.length;i++){trs[i].onmouseover=function(e){this.className='highlight';};trs[i].onmouseout=function(e){this.className='';};}}}};ELO.functionsToCallOnload.push("swlib.fixhref()");ELO.functionsToCallOnload.push("swlib.setstripe()");var swGallerySlideshow={lang_start:'START',lang_stop:'STOP',url_start:'/index.php',url_next:'',seconds:5,bgcol_active:'#990000',bgcol_deactivated:'#009900',img_anim:'<img src="/images/timer-01.gif" width="16" height="16" alt="">',img_none:'<img src="/images/spacer.gif" width="16" height="16" alt="">',active:false,getVersion:function(){return'v1.0';},toggle:function(el){if(this.active){this.deactivate(el);}else{this.activate(el);}},timersequence:function(){this.seconds=this.seconds-1;if(this.seconds==0){clearTimeout(this.timer01);document.location.href=this.url_next;}else{self.status=this.seconds;this.timer01=setTimeout('swGallerySlideshow.timersequence()',1000);}},activate:function(el){this.active=true;document.getElementById('swGallerySlideshow-button').innerHTML=this.lang_stop;document.getElementById('swGallerySlideshow-anim').innerHTML=this.img_anim;this.applyStyleString(document.getElementById('swGallerySlideshow-button'),'background-color: '+this.bgcol_active+';')
this.timer01=setTimeout('swGallerySlideshow.timersequence()',1000);},deactivate:function(el){this.active=false;clearTimeout(this.timer01);document.getElementById('swGallerySlideshow-button').innerHTML=this.lang_start;document.getElementById('swGallerySlideshow-anim').innerHTML=this.img_none;this.applyStyleString(document.getElementById('swGallerySlideshow-button'),'background-color: '+this.bgcol_deactivated+';')},clearInnerHTML:function(obj){while(obj.firstChild)obj.removeChild(obj.firstChild);},applyStyleString:function(obj,str){if(document.all&&!window.opera){obj.style.setAttribute("cssText",str);}else{obj.setAttribute("style",str);}}}
if(!SI){var SI=new Object();};SI.Scroll={yOffset:0,scrollLoop:false,scrollInterval:null,containername:'container',getWindowHeight:function(){if(document.all){return(document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight;}
else{return window.innerHeight;}},getScrollLeft:function(){if(document.all){return(document.documentElement.scrollLeft)?document.documentElement.scrollLeft:document.body.scrollLeft;}
else{return window.pageXOffset;}},getScrollTop:function(){if(document.all){return(document.documentElement.scrollTop)?document.documentElement.scrollTop:document.body.scrollTop;}
else{return window.pageYOffset;}},getElementYpos:function(el){var y=0;while(el.offsetParent){y+=el.offsetTop
el=el.offsetParent;}
return y;},to:function(id){if(this.scrollLoop){clearInterval(this.scrollInterval);this.scrollLoop=false;this.scrollInterval=null;}
var container=document.getElementById(this.containername);var documentHeight=this.getElementYpos(container)+container.offsetHeight;var windowHeight=this.getWindowHeight()-this.yOffset;var ypos=this.getElementYpos(document.getElementById(id));if(ypos>documentHeight-windowHeight)ypos=documentHeight-windowHeight;this.scrollTo(0,ypos-this.yOffset);},scrollTo:function(x,y){if(this.scrollLoop){var left=this.getScrollLeft();var top=this.getScrollTop();if(Math.abs(left-x)<=1&&Math.abs(top-y)<=1){window.scrollTo(x,y);clearInterval(this.scrollInterval);this.scrollLoop=false;this.scrollInterval=null;}
else{window.scrollTo(left+(x-left)/2,top+(y-top)/2);}}
else{this.scrollInterval=setInterval("SI.Scroll.scrollTo("+x+","+y+")",100);this.scrollLoop=true;}}};function chk_ecms_login(el){if(!el.usr.value.length){alert('Du har ikke oppgitt noen brukernavn!');}
if(!el.pas.value.length){alert('Du har ikke oppgitt noen passord!');}
return true;}
function guestbookCheck(){};var Prototype={Version:'1.6.0',Browser:{IE:!!(window.attachEvent&&!window.opera),Opera:!!window.opera,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,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;if(Prototype.Browser.WebKit)
Prototype.BrowserFeatures.XPath=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=Object.extend((function(m){return function(){return ancestor[m].apply(this,arguments)};})(property).wrap(method),{valueOf:function(){return method},toString:function(){return method.toString()}});}
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===undefined)return'undefined';if(object===null)return'null';return object.inspect?object.inspect():object.toString();}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(value!==undefined)
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&&object.constructor===Array;},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].split(",").invoke("strip");return names.length==1&&!names[0]?[]:names;},bind:function(){if(arguments.length<2&&arguments[0]===undefined)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);},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)));};}});Function.prototype.defer=Function.prototype.delay.curry(0.01);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=count===undefined?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=truncation===undefined?'...':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.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.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('')});with(String.prototype.escapeHTML)div.appendChild(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);}.bind(this));}});Template.Pattern=/(^|.|\r|\n)(#\{(.*?)\})/;var $break={};var Enumerable={each:function(iterator,context){var index=0;iterator=iterator.bind(context);try{this._each(function(value){iterator(value,index++);});}catch(e){if(e!=$break)throw e;}
return this;},eachSlice:function(number,iterator,context){iterator=iterator?iterator.bind(context):Prototype.K;var index=-number,slices=[],array=this.toArray();while((index+=number)<array.length)
slices.push(array.slice(index,index+number));return slices.collect(iterator,context);},all:function(iterator,context){iterator=iterator?iterator.bind(context):Prototype.K;var result=true;this.each(function(value,index){result=result&&!!iterator(value,index);if(!result)throw $break;});return result;},any:function(iterator,context){iterator=iterator?iterator.bind(context):Prototype.K;var result=false;this.each(function(value,index){if(result=!!iterator(value,index))
throw $break;});return result;},collect:function(iterator,context){iterator=iterator?iterator.bind(context):Prototype.K;var results=[];this.each(function(value,index){results.push(iterator(value,index));});return results;},detect:function(iterator,context){iterator=iterator.bind(context);var result;this.each(function(value,index){if(iterator(value,index)){result=value;throw $break;}});return result;},findAll:function(iterator,context){iterator=iterator.bind(context);var results=[];this.each(function(value,index){if(iterator(value,index))
results.push(value);});return results;},grep:function(filter,iterator,context){iterator=iterator?iterator.bind(context):Prototype.K;var results=[];if(Object.isString(filter))
filter=new RegExp(filter);this.each(function(value,index){if(filter.match(value))
results.push(iterator(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=fillWith===undefined?null:fillWith;return this.eachSlice(number,function(slice){while(slice.length<number)slice.push(fillWith);return slice;});},inject:function(memo,iterator,context){iterator=iterator.bind(context);this.each(function(value,index){memo=iterator(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?iterator.bind(context):Prototype.K;var result;this.each(function(value,index){value=iterator(value,index);if(result==undefined||value>=result)
result=value;});return result;},min:function(iterator,context){iterator=iterator?iterator.bind(context):Prototype.K;var result;this.each(function(value,index){value=iterator(value,index);if(result==undefined||value<result)
result=value;});return result;},partition:function(iterator,context){iterator=iterator?iterator.bind(context):Prototype.K;var trues=[],falses=[];this.each(function(value,index){(iterator(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){iterator=iterator.bind(context);var results=[];this.each(function(value,index){if(!iterator(value,index))
results.push(value);});return results;},sortBy:function(iterator,context){iterator=iterator.bind(context);return this.map(function(value,index){return{value:value,criteria:iterator(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,results=new Array(length);while(length--)results[length]=iterable[length];return results;}
if(Prototype.Browser.WebKit){function $A(iterable){if(!iterable)return[];if(!(Object.isFunction(iterable)&&iterable=='[object NodeList]')&&iterable.toArray)return iterable.toArray();var length=iterable.length,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(value!==undefined)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){$R(0,this,true).each(iterator);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(){if(function(){var i=0,Test=function(value){this.key=value};Test.prototype.key='foo';for(var property in new Test('bar'))i++;return i>1;}()){function each(iterator){var cache=[];for(var key in this._object){var value=this._object[key];if(cache.include(key))continue;cache.push(key);var pair=[key,value];pair.key=key;pair.value=value;iterator(pair);}}}else{function each(iterator){for(var key in this._object){var value=this._object[key],pair=[key,value];pair.key=key;pair.value=value;iterator(pair);}}}
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:each,set:function(key,value){return this._object[key]=value;},get:function(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.map(function(pair){var key=encodeURIComponent(pair.key),values=pair.value;if(values&&typeof values=='object'){if(Object.isArray(values))
return values.map(toQueryPair.curry(key)).join('&');}
return toQueryPair(key,values);}).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();}});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&&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;}},getHeader:function(name){try{return this.transport.getResponseHeader(name);}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=xml===undefined?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);}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')))
return null;try{return this.transport.responseText.evalJSON(options.sanitizeJSON);}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=options||{};var onComplete=options.onComplete;options.onComplete=(function(response,param){this.updateContent(response.responseText);if(Object.isFunction(onComplete))onComplete(response,param);}).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);}
if(this.success()){if(this.onComplete)this.onComplete.bind(this).defer();}}});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||{});}).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).style.display='none';return element;},show:function(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,t,range;for(position in insertions){content=insertions[position];position=position.toLowerCase();t=Element._insertionTranslations[position];if(content&&content.toElement)content=content.toElement();if(Object.isElement(content)){t.insert(element,content);continue;}
content=Object.toHTML(content);range=element.ownerDocument.createRange();t.initializeRange(element,range);t.insert(element,range.createContextualFragment(content.stripScripts()));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 $A($(element).getElementsByTagName('*')).each(Element.extend);},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 expression?Selector.findElement(ancestors,expression,index):ancestors[index||0];},down:function(element,expression,index){element=$(element);if(arguments.length==1)return element.firstDescendant();var descendants=element.descendants();return expression?Selector.findElement(descendants,expression,index):descendants[index||0];},previous:function(element,expression,index){element=$(element);if(arguments.length==1)return $(Selector.handlers.previousElementSibling(element));var previousSiblings=element.previousSiblings();return expression?Selector.findElement(previousSiblings,expression,index):previousSiblings[index||0];},next:function(element,expression,index){element=$(element);if(arguments.length==1)return $(Selector.handlers.nextElementSibling(element));var nextSiblings=element.nextSiblings();return expression?Selector.findElement(nextSiblings,expression,index):nextSiblings[index||0];},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]=value===undefined?true:value;for(var attr in attributes){var 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(element.sourceIndex&&!Prototype.Browser.Opera){var e=element.sourceIndex,a=ancestor.sourceIndex,nextAncestor=ancestor.nextSibling;if(!nextAncestor){do{ancestor=ancestor.parentNode;}
while(!(nextAncestor=ancestor.nextSibling)&&ancestor.parentNode);}
if(nextAncestor)return(e>a&&e<nextAncestor.sourceIndex);}
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){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')?(elementStyle.styleFloat===undefined?'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(window.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=='BODY')break;var p=Element.getStyle(element,'position');if(p=='relative'||p=='absolute')break;}}while(element);return Element._returnOffset(valueL,valueT);},absolutize:function(element){element=$(element);if(element.getStyle('position')=='absolute')return;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.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=='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(!document.createRange||Prototype.Browser.Opera){Element.Methods.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 t=Element._insertionTranslations,content,position,pos,tagName;for(position in insertions){content=insertions[position];position=position.toLowerCase();pos=t[position];if(content&&content.toElement)content=content.toElement();if(Object.isElement(content)){pos.insert(element,content);continue;}
content=Object.toHTML(content);tagName=((position=='before'||position=='after')?element.parentNode:element).tagName.toUpperCase();if(t.tags[tagName]){var fragments=Element._getContentFromAnonymousElement(tagName,content.stripScripts());if(position=='top'||position=='after')fragments.reverse();fragments.each(pos.insert.curry(element));}
else element.insertAdjacentHTML(pos.adjacency,content.stripScripts());content.evalScripts.bind(content).defer();}
return element;};}
if(Prototype.Browser.Opera){Element.Methods._getStyle=Element.Methods.getStyle;Element.Methods.getStyle=function(element,style){switch(style){case'left':case'top':case'right':case'bottom':if(Element._getStyle(element,'position')=='static')return null;default:return Element._getStyle(element,style);}};Element.Methods._readAttribute=Element.Methods.readAttribute;Element.Methods.readAttribute=function(element,attribute){if(attribute=='title')return element.title;return Element._readAttribute(element,attribute);};}
else if(Prototype.Browser.IE){$w('positionedOffset getOffsetParent viewportOffset').each(function(method){Element.Methods[method]=Element.Methods[method].wrap(function(proceed,element){element=$(element);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;});});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){var 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.clone(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').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=='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(document.createElement('div').outerHTML){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];div.innerHTML=t[0]+html+t[1];t[2].times(function(){div=div.firstChild});return $A(div.childNodes);};Element._insertionTranslations={before:{adjacency:'beforeBegin',insert:function(element,node){element.parentNode.insertBefore(node,element);},initializeRange:function(element,range){range.setStartBefore(element);}},top:{adjacency:'afterBegin',insert:function(element,node){element.insertBefore(node,element.firstChild);},initializeRange:function(element,range){range.selectNodeContents(element);range.collapse(true);}},bottom:{adjacency:'beforeEnd',insert:function(element,node){element.appendChild(node);}},after:{adjacency:'afterEnd',insert:function(element,node){element.parentNode.insertBefore(node,element.nextSibling);},initializeRange:function(element,range){range.setStartAfter(element);}},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(){this.bottom.initializeRange=this.top.initializeRange;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,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={};$w('width height').each(function(d){var D=d.capitalize();dimensions[d]=self['inner'+D]||(document.documentElement['client'+D]||document.body['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();this.compileMatcher();},compileMatcher:function(){if(Prototype.BrowserFeatures.XPath&&!(/(\[[\w-]*?:|:checked)/).test(this.expression))
return this.compileXPathMatcher();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;if(this.xpath)return document._getElementsByXPath(this.xpath,root);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:"[@#{1}]",attr:function(m){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 or translate(text(), ' \t\r\n', '') = '')]",'checked':"[@checked]",'disabled':"[@disabled]",'enabled':"[not(@disabled)]",'not':function(m){var e=m[6],p=Selector.patterns,x=Selector.xpath,le,m,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 = false;',attr:function(m){m[3]=(m[5]||m[6]);return new Template('n = h.attr(n, r, "#{1}", "#{3}", "#{2}"); 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]+)\]/,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 Selector.operators[matches[2]](nodeValue,matches[3]);}},handlers:{concat:function(a,b){for(var i=0,node;node=b[i];i++)
a.push(node);return a;},mark:function(nodes){for(var i=0,node;node=nodes[i];i++)
node._counted=true;return nodes;},unmark:function(nodes){for(var i=0,node;node=nodes[i];i++)
node._counted=undefined;return nodes;},index:function(parentNode,reverse,ofType){parentNode._counted=true;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._counted))node.nodeIndex=j++;}}else{for(var i=0,j=1,nodes=parentNode.childNodes;node=nodes[i];i++)
if(node.nodeType==1&&(!ofType||node._counted))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])._counted){n._counted=true;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,children=[],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){tagName=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()==tagName)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){if(!nodes)nodes=root.getElementsByTagName("*");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){if(!nodes)nodes=root.getElementsByTagName("*");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._counted){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&&!node.innerHTML.match(/^\s*$/)))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._counted)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)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.startsWith(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()+'-');}},matchElements:function(elements,expression){var matches=new Selector(expression).findElements(),h=Selector.handlers;h.mark(matches);for(var i=0,results=[],element;element=elements[i];i++)
if(element._counted)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){var exprs=expressions.join(','),expressions=[];exprs.scan(/(([\w#:.~>+()\s-]+|\*|\[.*?\])+)\s*(,|$)/,function(m){expressions.push(m[1].strip());});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;}});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(options.hash===undefined)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!='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.blur();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(value===undefined)return element.checked?element.value:null;else element.checked=!!value;},textarea:function(element,value){if(value===undefined)return element.value;else element.value=value;},select:function(element,index){if(index===undefined)
return this[element.type=='select-one'?'selectOne':'selectMany'](element);else{var opt,value,single=!Object.isArray(index);for(var i=0,length=element.length;i<length;i++){opt=element.options[i];value=this.optionValue(opt);if(single){if(value==index){opt.selected=true;return;}}
else opt.selected=index.include(value);}}},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){var node=Event.extend(event).target;return Element.extend(node.nodeType==Node.TEXT_NODE?node.parentNode:node);},findElement:function(event,expression){var element=Event.element(event);return element.match(expression)?element:element.up(expression);},pointer:function(event){return{x:event.pageX||(event.clientX+
(document.documentElement.scrollLeft||document.body.scrollLeft)),y:event.pageY||(event.clientY+
(document.documentElement.scrollTop||document.body.scrollTop))};},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._eventID)return element._eventID;arguments.callee.id=arguments.callee.id||1;return element._eventID=++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);}
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;if(document.createEvent){var event=document.createEvent("HTMLEvents");event.initEvent("dataavailable",true,true);}else{var 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;}};})());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()});(function(){var timer,fired=false;function fireContentLoadedEvent(){if(fired)return;if(timer)window.clearInterval(timer);document.fire("dom:loaded");fired=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 Scriptaculous={Version:'1.8.1',require:function(libraryName){document.write('<script type="text/javascript" src="'+libraryName+'"><\/script>');},REQUIRED_PROTOTYPE:'1.6.0',load:function(){function convertVersionString(versionString){var r=versionString.split('.');return parseInt(r[0])*100000+parseInt(r[1])*1000+parseInt(r[2]);}
if((typeof Prototype=='undefined')||(typeof Element=='undefined')||(typeof Element.Methods=='undefined')||(convertVersionString(Prototype.Version)<convertVersionString(Scriptaculous.REQUIRED_PROTOTYPE)))
throw("script.aculo.us requires the Prototype JavaScript framework >= "+
Scriptaculous.REQUIRED_PROTOTYPE);$A(document.getElementsByTagName("script")).findAll(function(s){return(s.src&&s.src.match(/scriptaculous\.js(\?.*)?$/))}).each(function(s){var path=s.src.replace(/scriptaculous\.js(\?.*)?$/,'');var includes=s.src.match(/\?.*load=([a-z,]*)/);(includes?includes[1]:'builder,effects,dragdrop,controls,slider,sound').split(',').each(function(include){Scriptaculous.require(path+include+'.js')});});}}
Scriptaculous.load();;var Validator=Class.create();Validator.prototype={initialize:function(className,error,test,options){if(typeof test=='function'){this.options=$H(options);this._test=test;}else{this.options=$H(test);this._test=function(){return true};}
this.error=error||'Validation failed.';this.className=className;},test:function(v,elm){return(this._test(v,elm)&&this.options.all(function(p){return Validator.methods[p.key]?Validator.methods[p.key](v,elm,p.value):true;}));}}
Validator.methods={pattern:function(v,elm,opt){return Validation.get('IsEmpty').test(v)||opt.test(v)},minLength:function(v,elm,opt){return v.length>=opt},maxLength:function(v,elm,opt){return v.length<=opt},min:function(v,elm,opt){return v>=parseFloat(opt)},max:function(v,elm,opt){return v<=parseFloat(opt)},notOneOf:function(v,elm,opt){return $A(opt).all(function(value){return v!=value;})},oneOf:function(v,elm,opt){return $A(opt).any(function(value){return v==value;})},is:function(v,elm,opt){return v==opt},isNot:function(v,elm,opt){return v!=opt},equalToField:function(v,elm,opt){return v==$F(opt)},notEqualToField:function(v,elm,opt){return v!=$F(opt)},include:function(v,elm,opt){return $A(opt).all(function(value){return Validation.get(value).test(v,elm);})}}
var Validation=Class.create();Validation.prototype={initialize:function(form,options){this.options=Object.extend({onSubmit:true,stopOnFirst:false,immediate:false,focusOnError:true,useTitles:false,onFormValidate:function(result,form){},onElementValidate:function(result,elm){}},options||{});this.form=$(form);if(this.options.onSubmit)Event.observe(this.form,'submit',this.onSubmit.bind(this),false);if(this.options.immediate){var useTitles=this.options.useTitles;var callback=this.options.onElementValidate;Form.getElements(this.form).each(function(input){Event.observe(input,'blur',function(ev){Validation.validate(Event.element(ev),{useTitle:useTitles,onElementValidate:callback});});});}},onSubmit:function(ev){if(!this.validate())Event.stop(ev);},validate:function(){var result=false;var useTitles=this.options.useTitles;var callback=this.options.onElementValidate;if(this.options.stopOnFirst){result=Form.getElements(this.form).all(function(elm){return Validation.validate(elm,{useTitle:useTitles,onElementValidate:callback});});}else{result=Form.getElements(this.form).collect(function(elm){return Validation.validate(elm,{useTitle:useTitles,onElementValidate:callback});}).all();}
if(!result&&this.options.focusOnError){Form.getElements(this.form).findAll(function(elm){return $(elm).hasClassName('validation-failed')}).first().focus()}
this.options.onFormValidate(result,this.form);return result;},reset:function(){Form.getElements(this.form).each(Validation.reset);}}
Object.extend(Validation,{validate:function(elm,options){options=Object.extend({useTitle:false,onElementValidate:function(result,elm){}},options||{});elm=$(elm);var cn=elm.classNames();return result=cn.all(function(value){var test=Validation.test(value,elm,options.useTitle);options.onElementValidate(test,elm);return test;});},test:function(name,elm,useTitle){var v=Validation.get(name);var prop='__advice'+name.camelize();try{if(Validation.isVisible(elm)&&!v.test($F(elm),elm)){if(!elm[prop]){var advice=Validation.getAdvice(name,elm);if(advice==null){var errorMsg=useTitle?((elm&&elm.title)?elm.title:v.error):v.error;advice='<div class="validation-advice" id="advice-'+name+'-'+Validation.getElmID(elm)+'" style="display:none">'+errorMsg+'</div>'
switch(elm.type.toLowerCase()){case'checkbox':case'radio':var p=elm.parentNode;if(p){new Insertion.Bottom(p,advice);}else{new Insertion.After(elm,advice);}
break;default:new Insertion.After(elm,advice);}
advice=Validation.getAdvice(name,elm);}
if(typeof Effect=='undefined'){advice.style.display='block';}else{new Effect.Appear(advice,{duration:1});}}
elm[prop]=true;elm.removeClassName('validation-passed');elm.addClassName('validation-failed');return false;}else{var advice=Validation.getAdvice(name,elm);if(advice!=null)advice.hide();elm[prop]='';elm.removeClassName('validation-failed');elm.addClassName('validation-passed');return true;}}catch(e){throw(e)}},isVisible:function(elm){while(elm.tagName!='BODY'){if(!$(elm).visible())return false;elm=elm.parentNode;}
return true;},getAdvice:function(name,elm){return $('advice-'+name+'-'+Validation.getElmID(elm))||$('advice-'+Validation.getElmID(elm));},getElmID:function(elm){return elm.id?elm.id:elm.name;},reset:function(elm){elm=$(elm);var cn=elm.classNames();cn.each(function(value){var prop='__advice'+value.camelize();if(elm[prop]){var advice=Validation.getAdvice(value,elm);advice.hide();elm[prop]='';}
elm.removeClassName('validation-failed');elm.removeClassName('validation-passed');});},add:function(className,error,test,options){var nv={};nv[className]=new Validator(className,error,test,options);Object.extend(Validation.methods,nv);},addAllThese:function(validators){var nv={};$A(validators).each(function(value){nv[value[0]]=new Validator(value[0],value[1],value[2],(value.length>3?value[3]:{}));});Object.extend(Validation.methods,nv);},get:function(name){return Validation.methods[name]?Validation.methods[name]:Validation.methods['_LikeNoIDIEverSaw_'];},methods:{'_LikeNoIDIEverSaw_':new Validator('_LikeNoIDIEverSaw_','',{})}});Validation.add('IsEmpty','',function(v){return((v==null)||(v.length==0));});Validation.addAllThese([['required','Dette feltet er påkrevd!',function(v){return!Validation.get('IsEmpty').test(v);}],['validate-number','Du må oppgi et gyldig tall!',function(v){return Validation.get('IsEmpty').test(v)||(!isNaN(v)&&!/^\s+$/.test(v));}],['validate-digits','Du kan bare bruke siffer i dette feltet, unngå mellomrom, punktum eller komma.',function(v){return Validation.get('IsEmpty').test(v)||!/[^\d]/.test(v);}],['validate-alpha','Du kan bare bruke bokstaver i dette feltet.',function(v){return Validation.get('IsEmpty').test(v)||/^[a-zA-Z]+$/.test(v)}],['validate-alphanum','Bare bokstavene a-z og tallene 0-9 er gyldige i dette feltet, unngå mellomrom, punktum eller komma.',function(v){return Validation.get('IsEmpty').test(v)||!/\W/.test(v)}],['validate-date','Skriv inn gyldig dato!',function(v){var test=new Date(v);return Validation.get('IsEmpty').test(v)||!isNaN(test);}],['validate-email','E-post adressen er ugyldig!',function(v){return Validation.get('IsEmpty').test(v)||/\w{1,}[@][\w\-]{1,}([.]([\w\-]{1,})){1,3}$/.test(v)}],['validate-url','Skriv inn gyldig URL.',function(v){return Validation.get('IsEmpty').test(v)||/^(http|https|ftp):\/\/(([A-Z0-9][A-Z0-9_-]*)(\.[A-Z0-9][A-Z0-9_-]*)+)(:(\d+))?\/?/i.test(v)}],['validate-date-au','Vennligst bruk dette dato formatet: dd/mm/åååå',function(v){if(Validation.get('IsEmpty').test(v))return true;var regex=/^(\d{2})\/(\d{2})\/(\d{4})$/;if(!regex.test(v))return false;var d=new Date(v.replace(regex,'$2/$1/$3'));return(parseInt(RegExp.$2,10)==(1+d.getMonth()))&&(parseInt(RegExp.$1,10)==d.getDate())&&(parseInt(RegExp.$3,10)==d.getFullYear());}],['validate-currency-dollar','Skriv inn korrekt $. Eksempel $100.00 .',function(v){return Validation.get('IsEmpty').test(v)||/^\$?\-?([1-9]{1}[0-9]{0,2}(\,[0-9]{3})*(\.[0-9]{0,2})?|[1-9]{1}\d*(\.[0-9]{0,2})?|0(\.[0-9]{0,2})?|(\.[0-9]{1,2})?)$/.test(v)}],['validate-selection','Du må gjøre et valg',function(v,elm){return elm.options?elm.selectedIndex>0:!Validation.get('IsEmpty').test(v);}],['validate-one-required','Du må velge et av valgene.',function(v,elm){var p=elm.parentNode;var options=p.getElementsByTagName('INPUT');return $A(options).any(function(elm){return $F(elm);});}]]);;if(!Array.prototype.push)Array.prototype.push=function(){for(var i=0;i<arguments.length;i++)this[this.length]=arguments[i];return this.length;}
Array.prototype.find=function(value,start){start=start||0;for(var i=start;i<this.length;i++)
if(this[i]==value)
return i;return-1;}
Array.prototype.has=function(value){return this.find(value)!==-1;}
function map(list,func){var result=[];func=func||function(v){return v};for(var i=0;i<list.length;i++)result.push(func(list[i],i,list));return result;}
function filter(list,func){var result=[];func=func||function(v){return v};map(list,function(v){if(func(v))result.push(v)});return result;}
function getElem(elem){if(document.getElementById){if(typeof elem=="string"){elem=document.getElementById(elem);if(elem===null)throw'cannot get element: element does not exist';}else if(typeof elem!="object"){throw'cannot get element: invalid datatype';}}else throw'cannot get element: unsupported DOM';return elem;}
function hasClass(elem,className){return getElem(elem).className.split(' ').has(className);}
function getElementsByClass(className,tagName,parentNode){parentNode=!isUndefined(parentNode)?getElem(parentNode):document;if(isUndefined(tagName))tagName='*';return filter(parentNode.getElementsByTagName(tagName),function(elem){return hasClass(elem,className)});}
function listen(event,elem,func){elem=getElem(elem);if(elem.addEventListener)
elem.addEventListener(event,func,false);else if(elem.attachEvent)
elem.attachEvent('on'+event,function(){func(new W3CDOM_Event(elem))});else throw'cannot add event listener';}
function mlisten(event,elem_list,func){map(elem_list,function(elem){listen(event,elem,func)});}
function W3CDOM_Event(currentTarget){this.currentTarget=currentTarget;this.preventDefault=function(){window.event.returnValue=false}
return this;}
function isUndefined(v){var undef;return v===undef;}
var _POPUP_FEATURES='';function raw_popup(url,target,features){if(isUndefined(features))features=_POPUP_FEATURES;if(isUndefined(target))target='_blank';var theWindow=window.open(url,target,features);theWindow.focus();return theWindow;}
function link_popup(src,features){return raw_popup(src.getAttribute('href'),src.getAttribute('target')||'_blank',features);}
function event_popup(e){link_popup(e.currentTarget);e.preventDefault();}
function event_popup_features(features){return function(e){link_popup(e.currentTarget,features);e.preventDefault()}};var swTipFriendAjax={version:'v1.0',copyright:'Kim Stalsberg Steinhaug (750602)',AjaxTipFriendLauchButtonInit:function(){el=document.getElementById('AjaxTipFriendLauchButton');if(el){el.href='javascript:swTipFriendAjax.init();';el.removeAttribute('target');}},ajaxTipFriendFormInit:function(){var el=document.getElementById('tipfriend-form');if(el){Event.observe(el,'submit',swTipFriendAjax.ajaxTipFriendValidate,false);el.onsubmit=function(){return false;}}},init:function(){this.applyStyleString(document.getElementById('tipfriend-greeting'),'display: none;')
this.applyStyleString(document.getElementById('tipfriend-form-container'),'display: block;')
this.applyStyleString(document.getElementById('tipfriend-comfirm'),'display: none;')
this.applyStyleString(document.getElementById('tipfriend-loading'),'display: none;')},fallback:function(){var fromname=document.getElementById('tv-sender').value;var fromemail=document.getElementById('tv-senderepost').value;var toname=document.getElementById('tv-mottaker').value;var toemail=document.getElementById('tv-mottakerepost').value;var message=document.getElementById('tv-kommentar').value;var query='fromname='+fromname+'&fromemail='+fromemail+'&toname='+toname+'&toemail='+toemail+'&message='+message;location.replace('lib.tipsenvenn.php?'+query);},ajaxTipFriendValidate:function(){swTipFriendAjax.applyStyleString(document.getElementById('tipfriend-form-container'),'display: none;')
swTipFriendAjax.applyStyleString(document.getElementById('tipfriend-loading'),'display: block;')
setTimeout("swTipFriendAjax.ajaxTipFriendValidate2()",500);},ajaxTipFriendValidate2:function(){var currentTime=new Date();var fromname=document.getElementById('tv-sender').value;var fromemail=document.getElementById('tv-senderepost').value;var toname=document.getElementById('tv-mottaker').value;var toemail=document.getElementById('tv-mottakerepost').value;var message=document.getElementById('tv-kommentar').value;var query='fromname='+fromname+'&fromemail='+fromemail+'&toname='+toname+'&toemail='+toemail+'&message='+message;sw_AjaxTipFriendRequest=setTimeout("swTipFriendAjax.fallback()",12000);document.getElementById('tipfriend-ajax-reponse').innerHTML='';var opt={method:'post',postBody:query+'&'+currentTime.getDay()+currentTime.getHours()+currentTime.getMinutes()+currentTime.getSeconds(),onSuccess:function(t){clearTimeout(sw_AjaxTipFriendRequest);document.getElementById('tipfriend-ajax-reponse').innerHTML='&nbps;'+t.responseText;var responsetext=document.getElementById('tipfriend-ajax-reponse');var isMSIE=navigator.appName=="Microsoft Internet Explorer";if(!isMSIE){try{var RTstatus=responsetext.getElementsByTagName('status')[0].firstChild.data;var RTmessage=responsetext.getElementsByTagName('message')[0].firstChild.data;}catch(error){if(EWSlang=='en'){var RTstatus='unknown error';var RTmessage='An error has occured, check the configuration for tip friend.';}else{var RTstatus='unknown error';var RTmessage='En uventet feil har oppstått, sjekk konfigurasjon av Tips en Venn script';}}}else{try{var RTstatus=responsetext.getElementsByTagName('status')[0].nextSibling.nodeValue;var RTmessage=responsetext.getElementsByTagName('message')[0].nextSibling.nodeValue;}catch(error){if(EWSlang=='en'){var RTstatus='unknown error';var RTmessage='An error has occured, check the configuration for tip friend.';}else{var RTstatus='unknown error';var RTmessage='En uventet feil har oppstått, sjekk konfigurasjon av Tips en Venn script';}}}
if(RTstatus=='ok'){swTipFriendAjax.ajaxTipFriendResetForm();document.getElementById('tipfriend-comfirm').innerHTML=RTmessage;swTipFriendAjax.applyStyleString(document.getElementById('tipfriend-loading'),'display: none;')
swTipFriendAjax.applyStyleString(document.getElementById('tipfriend-comfirm'),'display: block;')}else if(RTstatus=='validation-error'){swTipFriendAjax.applyStyleString(document.getElementById('tipfriend-loading'),'display: none;')
swTipFriendAjax.applyStyleString(document.getElementById('tipfriend-comfirm'),'display: none;')
swTipFriendAjax.applyStyleString(document.getElementById('tipfriend-form-container'),'display: block;')
if(EWSlang=='en')
alert('An error occured : '+"\n"+RTmessage);else
alert('Feil med mottatte data : '+"\n"+RTmessage);}else{swTipFriendAjax.applyStyleString(document.getElementById('tipfriend-loading'),'display: none;')
swTipFriendAjax.applyStyleString(document.getElementById('tipfriend-comfirm'),'display: none;')
swTipFriendAjax.applyStyleString(document.getElementById('tipfriend-form-container'),'display: block;')
alert(RTmessage);}},on404:function(t){alert('Error 404: location "'+t.statusText+'" was not found.');},onFailure:function(t){alert('Error '+t.status+' -- '+t.statusText);}}
new Ajax.Request('lib.tipsenvenn.ajax.php',opt);return false;},ajaxTipFriendResetForm:function(){var fieldArea=document.getElementById('tipfriend-form');var inputs=fieldArea.getElementsByTagName('input');var inputsLen=inputs.length;var tAreas=fieldArea.getElementsByTagName('textarea');var tAreasLen=tAreas.length;for(i=0;i<inputsLen;i++){if(inputs[i].getAttribute('type')=='text'){inputs[i].value='';}}
for(j=0;j<tAreasLen;j++){tAreas[j].value='';}},applyStyleString:function(obj,str){if(document.all&&!window.opera){obj.style.setAttribute("cssText",str);}else{obj.setAttribute("style",str);}}};ELO.functionsToCallOnload.push("swTipFriendAjax.ajaxTipFriendFormInit()");ELO.functionsToCallOnload.push("swTipFriendAjax.AjaxTipFriendLauchButtonInit()");;function ValidateEmail(theinput){s=theinput.value
if(s.search)
{return(s.search(new RegExp("^([-!#$%&'*+./0-9=?A-Z^_`a-z{|}~])+@([-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+\\.)+[a-zA-Z]{2,4}$","gi"))>=0)}
if(s.indexOf)
{at_character=s.indexOf('@')
if(at_character<=0||at_character+4>s.length)
return false}
if(s.length<6)
return false
else
return true}
function chkRegister(theform){if(theform.rctvor.value>0){return true;}else{if(theform.rnavn.value<=0){alert("{insert name='globals' var='_l.js.rnavn_empty'}");theform.rnavn.focus()
return false;}
if(theform.retternavn.value<=0){alert("{insert name='globals' var='_l.js.retternavn_empty'}");theform.retternavn.focus()
return false;}
if(theform.radr.value<=0){if(!confirm("{insert name='globals' var='_l.js.radr_empty_confirm'}")){theform.radr.focus()
return false;}}
if(theform.rpnr.value<=0){alert("{insert name='globals' var='_l.js.rpnr_empty'}");theform.rpnr.focus()
return false;}
if(theform.rpadr.value<=0){alert("{insert name='globals' var='_l.js.rpadr_empty'}");theform.rpadr.focus()
return false;}
if((theform.rtlf.value.length<=1)&&(theform.rmob.value.length<=1)){alert("{insert name='globals' var='_l.js.rtlf_rmob_required'}");theform.rtlf.focus()
return false;}
if(theform.rusr.value<=0){alert("{insert name='globals' var='_l.js.rusr_empty'}");theform.rusr.focus()
return false;}
if(ValidateEmail(theform.rusr)==false){alert("{insert name='globals' var='_l.js.rusr_invalid_email'}");theform.rusr.focus()
return false;}
if(theform.rpas.value<=0){alert("{insert name='globals' var='_l.js.rpas_empty'}");theform.rpas.focus()
return false;}
if(theform.rpas.value.length<=3){alert("{insert name='globals' var='_l.js.rpas_short'}");theform.rpas.focus()
return false;}
if(theform.rpas.value!=theform.rpasc.value){alert("{insert name='globals' var='_l.js.rpas_retype_error'}");theform.rpas.value="";theform.rpasc.value="";theform.rpas.focus()
return false;}}};var isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;var isWin=(navigator.appVersion.toLowerCase().indexOf("win")!=-1)?true:false;var isOpera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false;function ControlVersion()
{var version;var axo;var e;try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");version=axo.GetVariable("$version");}catch(e){}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");version="WIN 6,0,21,0";axo.AllowScriptAccess="always";version=axo.GetVariable("$version");}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version=axo.GetVariable("$version");}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version="WIN 3,0,18,0";}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");version="WIN 2,0,0,11";}catch(e){version=-1;}}
return version;}
function GetSwfVer(){var flashVer=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var swVer2=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var flashDescription=navigator.plugins["Shockwave Flash"+swVer2].description;var descArray=flashDescription.split(" ");var tempArrayMajor=descArray[2].split(".");var versionMajor=tempArrayMajor[0];var versionMinor=tempArrayMajor[1];var versionRevision=descArray[3];if(versionRevision==""){versionRevision=descArray[4];}
if(versionRevision[0]=="d"){versionRevision=versionRevision.substring(1);}else if(versionRevision[0]=="r"){versionRevision=versionRevision.substring(1);if(versionRevision.indexOf("d")>0){versionRevision=versionRevision.substring(0,versionRevision.indexOf("d"));}}
var flashVer=versionMajor+"."+versionMinor+"."+versionRevision;}}
else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1)flashVer=4;else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1)flashVer=3;else if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1)flashVer=2;else if(isIE&&isWin&&!isOpera){flashVer=ControlVersion();}
return flashVer;}
function DetectFlashVer(reqMajorVer,reqMinorVer,reqRevision)
{versionStr=GetSwfVer();if(versionStr==-1){return false;}else if(versionStr!=0){if(isIE&&isWin&&!isOpera){tempArray=versionStr.split(" ");tempString=tempArray[1];versionArray=tempString.split(",");}else{versionArray=versionStr.split(".");}
var versionMajor=versionArray[0];var versionMinor=versionArray[1];var versionRevision=versionArray[2];if(versionMajor>parseFloat(reqMajorVer)){return true;}else if(versionMajor==parseFloat(reqMajorVer)){if(versionMinor>parseFloat(reqMinorVer))
return true;else if(versionMinor==parseFloat(reqMinorVer)){if(versionRevision>=parseFloat(reqRevision))
return true;}}
return false;}}
function AC_AddExtension(src,ext)
{if(src.indexOf('?')!=-1)
return src.replace(/\?/,ext+'?');else
return src+ext;}
function AC_Generateobj(objAttrs,params,embedAttrs)
{var str='';if(isIE&&isWin&&!isOpera)
{str+='<object ';for(var i in objAttrs)
{str+=i+'="'+objAttrs[i]+'" ';}
str+='>';for(var i in params)
{str+='<param name="'+i+'" value="'+params[i]+'" /> ';}
str+='</object>';}
else
{str+='<embed ';for(var i in embedAttrs)
{str+=i+'="'+embedAttrs[i]+'" ';}
str+='> </embed>';}
document.write(str);}
function AC_FL_RunContent(){var ret=AC_GetArgs
(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}
function AC_SW_RunContent(){var ret=AC_GetArgs
(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}
function AC_GetArgs(args,ext,srcParamName,classid,mimeType){var ret=new Object();ret.embedAttrs=new Object();ret.params=new Object();ret.objAttrs=new Object();for(var i=0;i<args.length;i=i+2){var currArg=args[i].toLowerCase();switch(currArg){case"classid":break;case"pluginspage":ret.embedAttrs[args[i]]=args[i+1];break;case"src":case"movie":args[i+1]=AC_AddExtension(args[i+1],ext);ret.embedAttrs["src"]=args[i+1];ret.params[srcParamName]=args[i+1];break;case"onafterupdate":case"onbeforeupdate":case"onblur":case"oncellchange":case"onclick":case"ondblclick":case"ondrag":case"ondragend":case"ondragenter":case"ondragleave":case"ondragover":case"ondrop":case"onfinish":case"onfocus":case"onhelp":case"onmousedown":case"onmouseup":case"onmouseover":case"onmousemove":case"onmouseout":case"onkeypress":case"onkeydown":case"onkeyup":case"onload":case"onlosecapture":case"onpropertychange":case"onreadystatechange":case"onrowsdelete":case"onrowenter":case"onrowexit":case"onrowsinserted":case"onstart":case"onscroll":case"onbeforeeditfocus":case"onactivate":case"onbeforedeactivate":case"ondeactivate":case"type":case"codebase":case"id":ret.objAttrs[args[i]]=args[i+1];break;case"width":case"height":case"align":case"vspace":case"hspace":case"class":case"title":case"accesskey":case"name":case"tabindex":ret.embedAttrs[args[i]]=ret.objAttrs[args[i]]=args[i+1];break;default:ret.embedAttrs[args[i]]=ret.params[args[i]]=args[i+1];}}
ret.objAttrs["classid"]=classid;if(mimeType)ret.embedAttrs["type"]=mimeType;return ret;};function explode(d,s){var ar=s.split(d);var oar=new Array();for(var i=0;i<ar.length;i++){if(ar[i]!="")
oar[oar.length]=ar[i];}
return oar;}
function addCSSClass(elm,cls){removeCSSClass(elm,cls);var ar=explode(' ',elm.className);ar[ar.length]=cls;elm.className=ar.join(' ');}
function removeCSSClass(elm,cls){var ar=explode(' ',elm.className);for(var i=0;i<ar.length;i++){if(ar[i]==cls)
ar[i]='';}
elm.className=ar.join(' ');}
function aimg_fix(){var block=document.getElementById("hoyre");var links=block.getElementsByTagName("a");var i;for(i=0;i<links.length;i++){var imgs=links[i].getElementsByTagName("img");if(imgs.length){var classes=links[i].getAttribute('class');if(classes==null){links[i].setAttribute('class','has-image');links[i].setAttribute('className','has-image');}else{addCSSClass(links[i],'has-image');}}}}
ELO.functionsToCallOnload.push("aimg_fix()");function attrib_update_image(id){if(id==null){attrib=document.getElementById('attrib');for(var i=0;i<attrib.length;i++){if(attrib[i].selected){if(attributes_images_replace_mainimage){var myElem=document.getElementById('popup-bilde');if(myElem!=null){myElem.setAttribute('href','/files/attributes/large/'+attributes_images[attrib[i].value][0]);popup_bilde_x=attributes_images[attrib[i].value][1];popup_bilde_y=attributes_images[attrib[i].value][2];}
img=document.getElementById('product_image');}else{img=document.getElementById('attribute-preview-image');}
if(attrib_update_image_size=='extra'){img.src=attributes_images[attrib[i].value][6];img.width=attributes_images[attrib[i].value][7];img.height=attributes_images[attrib[i].value][8];}else if(attrib_update_image_size=='large'){img.src='/files/attributes/large/'+attributes_images[attrib[i].value][0];img.width=attributes_images[attrib[i].value][1];img.height=attributes_images[attrib[i].value][2];}else{img.src='/files/attributes/large/'+attributes_images[attrib[i].value][3];img.width=attributes_images[attrib[i].value][4];img.height=attributes_images[attrib[i].value][5];}}}}else{if(attributes_images[id]==undefined){return false;}
attrib=document.getElementById('attrib');for(var i=0;i<attrib.length;i++){if(attrib[i].value==id){attrib[i].selected=true;if(attributes_images_replace_mainimage){myElem=document.getElementById('popup_bilde');if(myElem!=null){myElem.setAttribute('href','/files/attributes/large/'+attributes_images[attrib[i].value][0]);popup_bilde_x=attributes_images[attrib[i].value][1];popup_bilde_y=attributes_images[attrib[i].value][2];}
img=document.getElementById('product_image');}else{img=document.getElementById('attribute-preview-image');}
if(attrib_update_image_size=='extra'){img.src=attributes_images[attrib[i].value][6];img.width=attributes_images[attrib[i].value][7];img.height=attributes_images[attrib[i].value][8];}else if(attrib_update_image_size=='large'){img.src='/files/attributes/large/'+attributes_images[attrib[i].value][0];img.width=attributes_images[attrib[i].value][1];img.height=attributes_images[attrib[i].value][2];}else{img.src='/files/attributes/large/'+attributes_images[attrib[i].value][3];img.width=attributes_images[attrib[i].value][4];img.height=attributes_images[attrib[i].value][5];}}}}};var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (c) 1993 PhotoLettering, Inc.
 * 
 * Manufacturer:
 * PhotoLettering, Inc
 */
Cufon.registerFont({"w":262,"face":{"font-family":"set02","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-36.1373 -326 349 84","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":95},"!":{"d":"61,-88v26,0,44,17,44,44v0,27,-18,44,-45,45v-28,1,-47,-19,-47,-45v0,-27,20,-44,48,-44xm63,-258v60,0,72,84,30,109v-20,12,-28,25,-32,50v2,-55,-61,-46,-57,-102v2,-32,21,-57,59,-57","w":122},"\"":{"d":"145,-158r-36,0r-18,-108r72,0xm61,-158r-36,0r-18,-108r72,0","w":169},"#":{"d":"135,-164r-39,0r-33,105r39,0xm187,-164r-34,0r-32,105r29,0r0,23r-37,0r-29,97r-19,0r30,-97r-39,0r-30,97r-19,0r30,-97r-25,0r0,-23r32,0r33,-105r-28,0r0,-23r35,0r25,-79r19,0r-25,79r39,0r25,-79r18,0r-24,79r26,0r0,23","w":180},"$":{"d":"111,-69v17,2,29,-19,14,-28v-4,-3,-8,-5,-14,-6r0,34xm103,-193v-16,0,-17,28,0,29r0,-29xm111,-162v64,-1,113,18,111,81v-1,58,-46,99,-111,85r0,28r-8,0r0,-29v-12,-3,-18,-13,-30,-16v-7,-1,-11,7,-10,13r-56,0r0,-100r75,0v-1,18,5,29,21,31r0,-35v-54,-1,-95,-21,-95,-74v0,-54,38,-86,95,-82r0,-29r8,0r0,29v19,0,36,27,42,1r59,0r0,87r-81,0v2,-16,-7,-20,-20,-21r0,31","w":228},"%":{"d":"67,-216v-23,7,-5,82,8,47v-1,-16,7,-43,-8,-47xm235,-95v-23,8,-4,82,8,47v-1,-17,8,-43,-8,-47xm69,-256v38,0,56,28,56,67v0,39,-18,69,-59,69v-38,0,-57,-27,-57,-66v0,-42,19,-70,60,-70xm239,-257r-124,258r-51,0r125,-258r50,0xm237,-135v38,0,56,28,56,67v0,39,-18,69,-59,69v-38,0,-57,-27,-57,-66v0,-42,19,-70,60,-70","w":301},"&":{"d":"111,-99v-11,10,3,34,18,25v-6,-8,-14,-15,-18,-25xm183,-181v1,-10,-16,-14,-16,-2v-2,16,14,14,16,2xm239,-78v6,-1,5,-12,5,-20r52,0v4,59,-16,98,-70,99v-28,1,-47,-14,-62,-28v-16,16,-38,29,-70,29v-55,-1,-90,-31,-90,-85v0,-45,25,-69,59,-77v-40,-49,12,-111,77,-107v49,3,91,16,94,62v2,32,-25,43,-44,55r7,10v21,-25,46,-54,98,-48r0,76v-29,-2,-55,3,-68,19v3,5,5,14,12,15","w":303},"'":{"d":"61,-158r-36,0r-18,-108r72,0","w":86},"(":{"d":"89,-126v-1,50,-5,107,33,118v4,0,8,-1,10,-6r0,70v-8,6,-15,13,-28,13v-88,0,-104,-93,-100,-192v3,-76,27,-137,100,-142v15,-1,21,4,28,10r0,74v-2,-5,-6,-7,-10,-7v-23,6,-32,34,-33,62","w":139},")":{"d":"32,-266v89,6,104,93,100,192v-2,76,-27,142,-100,142v-13,0,-19,-8,-28,-13r0,-70v2,5,6,6,10,6v38,-11,35,-68,34,-118v-1,-29,-11,-55,-34,-62v-4,0,-8,1,-10,6r0,-73v7,-6,13,-11,28,-10","w":139},"*":{"d":"80,-256v39,4,13,55,5,73v15,-17,41,-62,66,-31v14,34,-30,37,-61,40v27,6,75,3,61,42v-28,29,-52,-16,-67,-35v8,23,35,70,-4,76v-39,-4,-12,-56,-4,-75v-15,17,-39,63,-68,35v-15,-37,34,-37,64,-43v-28,-5,-78,-2,-64,-41v27,-30,53,17,67,33v-8,-20,-34,-70,5,-74","w":159},"+":{"d":"72,-108r0,31r-36,0r0,-31r-31,0r0,-36r31,0r0,-30r36,0r0,30r31,0r0,36r-31,0","w":108},",":{"d":"48,-80v30,1,41,24,43,54v2,44,-50,74,-81,42r7,-18v5,4,16,9,23,3v-21,-1,-36,-15,-36,-37v0,-25,15,-45,44,-44","w":96},"-":{"d":"5,-84r0,-70r98,0r0,70r-98,0","w":108},"\u00ad":{"d":"5,-84r0,-70r98,0r0,70r-98,0","w":108},".":{"d":"48,-88v27,0,44,18,44,45v0,27,-18,45,-44,45v-26,0,-44,-19,-44,-45v0,-26,16,-45,44,-45","w":96},"\/":{"d":"68,61r-61,0r102,-332r61,0","w":177},"0":{"d":"130,-73v26,-5,18,-45,20,-75v1,-19,-2,-37,-18,-39v-28,3,-19,44,-19,75v0,17,2,37,17,39xm135,-265v77,0,112,54,112,131v0,80,-35,138,-117,138v-78,0,-115,-54,-115,-131v0,-79,37,-138,120,-138"},"1":{"d":"183,-84v-1,11,8,13,17,14r0,70r-138,0r0,-69v40,4,17,-57,23,-88r-21,0r0,-66v18,0,30,-14,30,-33r89,0r0,172"},"2":{"d":"31,-186v0,-101,212,-103,212,4v0,65,-61,69,-120,74v-15,1,-18,16,-18,34v6,-10,11,-24,28,-24v17,1,24,15,30,27v8,-6,2,-24,4,-37r73,0v4,67,-14,114,-76,114v-30,0,-41,-16,-61,-23v-10,-1,-8,9,-10,17r-74,0v-6,-80,9,-143,92,-139v25,1,42,-36,14,-46v-3,-1,-7,-1,-12,0v19,19,-1,45,-32,45v-32,0,-50,-18,-50,-46"},"3":{"d":"192,-134v30,5,49,25,49,57v0,103,-208,107,-220,10v-7,-53,83,-64,94,-20v-2,11,-14,18,5,18v25,0,31,-41,4,-43r-9,0r0,-37v15,-1,25,-3,25,-18v0,-16,-19,-24,-33,-16v20,18,-3,43,-32,43v-29,0,-50,-18,-49,-45v2,-57,52,-73,109,-73v55,0,105,16,105,73v0,29,-22,45,-48,51"},"4":{"d":"121,-144r0,-29r-31,29r31,0xm222,-98v-10,13,4,30,20,28r0,70r-150,0r0,-71v22,2,34,-4,30,-28r-101,0r0,-47r116,-110r81,0r0,112r24,0r0,46r-20,0"},"5":{"d":"75,-113v26,0,51,25,29,39v21,15,44,-10,36,-41v0,-11,-6,-20,-16,-20v-10,0,-13,7,-13,17r-77,0r0,-137r58,0v1,5,-3,15,2,16v5,-14,16,-24,35,-24v18,0,24,13,36,18v7,0,9,-5,9,-11r57,0v1,48,-15,81,-59,82v-21,0,-34,-9,-50,-11v-11,-2,-9,14,-9,25v49,-33,129,5,124,71v-5,61,-48,91,-110,91v-53,0,-102,-18,-102,-68v0,-31,18,-47,50,-47"},"6":{"d":"132,-73v12,1,19,-12,19,-23v0,-10,-6,-21,-17,-21v-24,0,-25,43,-2,44xm146,-266v48,0,96,19,101,67v4,49,-84,61,-97,20v6,-12,-8,-13,-19,-10v-14,7,-20,23,-17,48v49,-27,136,-5,133,57v-3,58,-53,87,-112,87v-75,0,-120,-48,-120,-130v0,-88,47,-139,131,-139"},"7":{"d":"158,-239v7,0,4,-10,5,-18r72,0r0,80v1,55,-67,46,-67,94r0,83r-96,0v1,-57,-11,-123,42,-135v21,-5,39,-15,37,-42v-14,32,-66,-26,-55,44r-69,0r0,-123r58,0r0,15v8,-10,18,-23,36,-23v22,0,24,19,37,25"},"8":{"d":"132,-71v23,0,24,-45,1,-45v-14,0,-19,10,-19,23v0,12,6,22,18,22xm117,-172v-4,19,19,27,28,14v8,-11,4,-34,-11,-35v-12,0,-17,9,-17,21xm196,-144v28,8,51,25,51,60v0,108,-232,120,-232,6v0,-35,21,-55,49,-62v-22,-9,-41,-23,-41,-53v0,-98,216,-100,219,0v1,29,-22,42,-46,49"},"9":{"d":"127,-147v25,1,26,-42,3,-44v-24,-1,-25,44,-3,44xm128,-265v77,0,119,50,119,128v0,83,-41,139,-128,139v-52,0,-99,-19,-103,-67v-4,-48,86,-61,97,-17v-2,7,1,8,9,8v24,0,29,-23,27,-50v-44,28,-139,9,-134,-55v5,-56,49,-86,113,-86"},":":{"d":"48,-189v26,0,44,18,44,45v0,27,-18,45,-44,45v-27,0,-44,-19,-44,-45v0,-26,17,-45,44,-45xm48,-87v27,0,44,18,44,45v0,27,-18,45,-44,45v-26,0,-44,-19,-44,-45v0,-26,16,-45,44,-45","w":96},";":{"d":"48,-79v30,0,41,23,43,53v3,46,-50,73,-82,42r8,-18v5,4,16,9,24,4v-20,-2,-37,-15,-36,-38v1,-24,15,-43,43,-43xm50,-189v25,0,41,19,41,47v0,26,-18,42,-45,43v-26,1,-42,-20,-42,-44v0,-27,16,-46,46,-46","w":95},"\u037e":{"d":"48,-79v30,0,41,23,43,53v3,46,-50,73,-82,42r8,-18v5,4,16,9,24,4v-20,-2,-37,-15,-36,-38v1,-24,15,-43,43,-43xm50,-189v25,0,41,19,41,47v0,26,-18,42,-45,43v-26,1,-42,-20,-42,-44v0,-27,16,-46,46,-46","w":95},"<":{"d":"67,-126r39,39r-25,25r-65,-64r66,-67r26,25","w":123},"=":{"d":"16,-55r0,-35r97,0r0,35r-97,0xm16,-108r0,-36r97,0r0,36r-97,0","w":129},">":{"d":"43,-62r-25,-25r39,-39r-41,-42r25,-25r67,67","w":123},"?":{"d":"106,-83v29,0,48,14,48,42v0,28,-20,43,-47,43v-27,0,-48,-14,-48,-41v0,-25,18,-45,47,-44xm109,-266v61,0,105,23,108,81v1,31,-21,54,-54,64v-8,6,-12,16,-11,32r-91,0v-10,-58,51,-44,57,-84v3,-15,-19,-27,-31,-15v17,22,-9,50,-35,48v-27,-2,-48,-18,-48,-49v0,-56,48,-77,105,-77","w":221},"@":{"d":"134,-123v3,8,12,3,13,-4v1,-2,1,-5,1,-9v-9,4,-14,9,-14,13xm146,-270v98,-5,162,87,114,174v-16,29,-89,33,-110,4v-18,28,-83,20,-72,-26v5,-19,25,-26,46,-28v19,4,32,-22,15,-28v-7,2,-1,6,-1,12v-5,24,-56,19,-56,-10v0,-59,121,-65,121,-1v0,30,-14,78,17,84v31,-4,43,-38,43,-69v0,-66,-53,-100,-119,-100v-75,0,-114,50,-119,123v-8,117,153,161,216,75r19,-2v-22,36,-57,64,-112,64v-83,0,-138,-54,-138,-137v0,-81,53,-131,136,-135","w":288},"A":{"d":"126,-127r-9,-52r-11,52r20,0xm99,-95v-7,10,-3,29,11,26r0,69r-103,0r0,-69v16,0,23,-13,26,-27r42,-157r118,0r48,175v4,5,6,10,15,9r0,69r-138,0r0,-69v19,3,22,-12,16,-26r-35,0","w":263},"B":{"d":"151,-88v0,-15,-9,-20,-25,-18r0,37v16,1,26,0,25,-19xm126,-147v16,2,25,-2,25,-17v0,-18,-8,-21,-25,-20r0,37xm209,-128v27,5,45,22,44,58v-1,46,-26,69,-70,70r-175,0r0,-69v13,2,20,-2,20,-16r0,-82v1,-16,-6,-17,-21,-17r0,-69v96,9,245,-36,243,71v0,32,-13,50,-41,54","w":260},"C":{"d":"125,-68v17,-3,15,-33,15,-54r87,0v1,78,-30,126,-107,126v-77,-1,-113,-50,-113,-125v0,-76,27,-138,100,-142v25,-1,41,9,53,19r2,-12r63,0r0,119r-85,0v-2,-19,3,-47,-15,-49v-23,8,-18,48,-18,80v0,16,2,37,18,38","w":234},"D":{"d":"129,-69v43,6,27,-46,30,-87v-2,-17,-7,-32,-30,-28r0,115xm153,-253v76,1,106,52,105,129v0,79,-37,124,-118,124r-133,0r0,-69v14,0,24,0,24,-15r0,-85v0,-14,-10,-16,-24,-15r0,-69r146,0","w":265},"E":{"d":"124,-69v33,4,38,-19,36,-51r61,0r0,120r-214,0r0,-69v14,0,21,-3,21,-15r0,-84v1,-13,-8,-17,-21,-16r0,-69r214,0r0,111r-62,0v-1,-26,-1,-48,-36,-42r0,36v9,0,8,-13,8,-23r19,0r0,84r-19,0v0,-10,2,-23,-7,-24r0,42","w":228},"F":{"d":"28,-87v-7,-33,19,-96,-21,-97r0,-69r223,0r0,122r-64,0v3,-34,-2,-60,-41,-53r0,35v10,-1,9,-12,9,-23r20,0r0,90r-20,0v-1,-12,3,-28,-9,-28v-1,25,-3,48,30,41r0,69r-148,0r0,-69v16,1,20,-6,21,-18","w":237},"G":{"d":"129,-67v10,1,13,-7,14,-15v0,-11,-10,-13,-22,-12r0,-42r138,0r0,42v-38,0,-16,60,-22,94r-65,0v0,-5,0,-16,-6,-15v-16,8,-29,23,-56,21v-69,-5,-103,-56,-103,-129v0,-76,34,-136,109,-140v28,-1,44,12,57,24v5,-1,4,-8,4,-14r60,0r0,107r-87,0v0,-21,-1,-42,-20,-43v-28,6,-23,51,-22,85v1,18,3,37,21,37","w":266},"H":{"d":"155,-150v0,-17,4,-36,-15,-34r0,-69r129,0r0,69v-13,-1,-17,5,-17,18r0,82v0,9,6,16,16,15r0,69r-129,0r0,-69v20,-1,16,-21,16,-40r-34,0v0,18,-3,41,14,40r0,69r-128,0r0,-69v10,0,17,-7,17,-16r0,-87v0,-8,-6,-13,-16,-12r0,-69r128,0r0,69v-18,-1,-15,17,-15,34r34,0","w":275},"I":{"d":"120,-85v0,14,4,17,18,16r0,69r-131,0r0,-69v12,1,17,-5,17,-15r0,-84v0,-13,-5,-16,-17,-16r0,-69r131,0r0,69v-12,-1,-18,5,-18,17r0,82","w":145},"J":{"d":"51,-133v33,-2,45,42,26,61v28,-7,13,-60,16,-93v2,-16,-11,-19,-27,-19r0,-69r144,0r0,69v-14,1,-20,2,-20,16r0,99v-1,51,-39,75,-89,75v-56,0,-94,-28,-94,-82v0,-31,12,-55,44,-57","w":217},"K":{"d":"135,-184v-10,1,-8,9,-8,20v7,-5,24,-10,18,-20r-5,0r0,-69r116,0r0,69v-20,-1,-32,12,-43,21v16,30,28,64,47,92v3,2,6,3,10,2r0,69r-129,0r0,-69v17,-7,-4,-27,-6,-38v-10,3,-13,34,0,38r0,69r-128,0r0,-69v13,1,23,-3,23,-13r0,-85v0,-13,-10,-17,-23,-17r0,-69r128,0r0,69","w":277},"L":{"d":"154,-184v-18,-1,-29,4,-29,21r0,94v23,3,22,-26,22,-51r73,0r0,120r-213,0r0,-69v13,0,21,-3,21,-14r0,-85v0,-13,-6,-16,-19,-16r0,-69r145,0r0,69","w":227},"M":{"d":"312,-163v6,34,-17,96,23,94r0,69r-138,0r0,-69v38,-4,7,-69,21,-105r-42,173r-56,0r-39,-167v4,35,-13,91,18,99r0,69r-92,0r0,-69v37,1,22,-58,22,-91v0,-15,-5,-25,-21,-23r0,-70r140,0r21,107v3,-39,13,-72,20,-107r145,0r0,69v-16,-1,-21,7,-22,21","w":342},"N":{"d":"167,-135v-1,-22,4,-50,-17,-51r0,-67r94,0r0,69v-15,1,-22,6,-23,23r0,161r-88,0r-52,-140v2,29,-8,70,21,71r0,69r-95,0r0,-69v37,-1,15,-65,20,-98v2,-11,-9,-17,-20,-17r0,-69r115,0","w":251},"O":{"d":"122,-71v28,-6,18,-50,20,-83v-2,-15,-2,-32,-18,-31v-28,2,-19,45,-19,77v0,17,1,36,17,37xm124,-264v76,0,115,50,115,129v0,81,-36,140,-118,140v-75,0,-114,-50,-114,-125v0,-83,37,-144,117,-144","w":246},"P":{"d":"126,-143v19,1,28,-3,27,-22v0,-15,-10,-21,-27,-19r0,41xm187,-253v39,3,61,30,63,72v1,69,-52,84,-125,78v-1,21,-2,35,24,34r0,69r-142,0r0,-68v14,0,21,-5,21,-18r0,-81v0,-13,-9,-16,-19,-17r0,-69r178,0","w":257},"Q":{"d":"113,-102v-13,5,-5,32,8,29v-3,-10,1,-26,-8,-29xm134,-77v12,-18,7,-52,7,-81v0,-14,-4,-27,-18,-29v-27,5,-17,48,-19,79v4,-10,4,-25,16,-26v18,5,6,37,14,57xm126,-265v136,-9,146,213,50,257v16,13,35,-6,41,-16r14,0v-2,35,-14,62,-49,63v-27,1,-43,-14,-48,-34v-86,1,-127,-50,-127,-132v0,-80,39,-133,119,-138","w":247},"R":{"d":"122,-147v28,9,36,-30,15,-37r-15,0r0,37xm184,-122v37,0,57,18,55,57v5,-11,0,-34,2,-50r23,0v0,61,0,119,-63,119v-57,0,-61,-41,-58,-97v0,-11,-10,-14,-22,-13v1,18,-5,42,17,37r0,69r-131,0r0,-69v12,0,17,-5,17,-17r0,-82v0,-12,-4,-16,-15,-16r0,-69v99,7,238,-30,238,71v0,41,-27,57,-63,60","w":270},"S":{"d":"8,-178v0,-75,92,-105,138,-62v7,1,6,-7,7,-13r59,0r0,90r-81,0v6,-22,-22,-32,-26,-11v1,11,12,13,24,13v55,0,95,24,93,80v-2,51,-32,86,-88,88v-30,1,-41,-15,-61,-20v-7,-2,-11,7,-10,13r-56,0r0,-100r80,0v1,15,5,30,20,31v14,1,20,-21,7,-27v-30,-14,-80,-10,-95,-42v-6,-13,-11,-25,-11,-40","w":228},"T":{"d":"77,-183v-21,-2,-12,28,-14,46r-56,0r0,-116r235,0r0,116r-57,0v-2,-16,7,-43,-10,-46r0,98v1,8,9,17,22,16r0,69r-146,0r0,-69v19,0,25,-6,26,-23r0,-91","w":249},"U":{"d":"159,-95v0,-33,12,-82,-14,-89r0,-69r102,0r0,69v-11,-1,-18,2,-18,12r0,95v0,60,-41,81,-99,81v-63,0,-101,-22,-101,-90r0,-82v0,-12,-9,-17,-22,-16r0,-69r133,0r0,69v-28,4,-10,56,-14,84v-2,15,5,27,18,27v10,-2,15,-11,15,-22","w":254},"V":{"d":"246,-184v-20,-1,-25,19,-29,35r-34,149r-112,0r-45,-172v-4,-8,-8,-12,-19,-12r0,-69r133,0r0,69v-6,-1,-15,7,-13,12v7,20,7,46,17,63v3,-23,15,-48,10,-70v-2,-3,-5,-5,-9,-5r0,-69r101,0r0,69","w":253},"W":{"d":"130,-121v1,-20,17,-50,4,-63r0,-69r123,0r0,69v-5,-1,-7,3,-6,7r8,55r8,-59v0,-2,-2,-3,-4,-3r0,-69r86,0r0,68v-35,9,-29,53,-36,96v-4,24,-7,53,-12,89r-111,0r-11,-96r-11,96r-108,0r-30,-170v-5,-10,-9,-15,-23,-14r0,-69r121,0r0,69v-7,0,-9,4,-8,11","w":356},"X":{"d":"154,-184v-15,5,-1,20,3,27v3,-8,17,-22,3,-27r0,-69r82,0r0,69v-31,0,-33,31,-47,48v20,22,28,57,60,68r0,68r-138,0r0,-69v23,2,11,-20,4,-28v-2,-3,-5,-5,-7,-7v-7,8,-14,15,-15,27v-1,6,5,9,13,8r0,69r-105,0r0,-68v36,-4,43,-45,62,-67v-15,-17,-19,-49,-50,-49r0,-69r135,0r0,69"},"Y":{"d":"147,-156v4,-6,22,-22,9,-28r-6,0r0,-69r94,0r0,69v-15,1,-25,5,-29,15r-44,62v-2,24,0,43,28,38r0,69r-152,0r0,-69v26,4,33,-11,30,-37r-52,-73v-4,-4,-10,-5,-18,-5r0,-69r138,0r0,69v-19,2,-4,18,2,28","w":250},"Z":{"d":"120,-69v30,1,40,-16,41,-46r51,0r0,115r-205,0r0,-72r90,-112v-29,-2,-37,14,-37,41r-52,0r0,-110r204,0r0,69","w":219},"[":{"d":"116,-183r1,187r21,0r0,69r-116,0r0,-326r118,0r0,70r-24,0","w":180},"\\":{"d":"111,61r-102,-332r60,0r102,332r-60,0","w":180},"]":{"d":"16,73r0,-69r21,0r1,-187r-24,0r0,-70r118,0r0,326r-116,0","w":180},"^":{"d":"132,-103r-39,-69r-45,70r-40,0r66,-96r38,0r60,95r-40,0","w":180},"_":{"d":"0,77r0,-29r180,0r0,29r-180,0","w":179},"`":{"d":"80,-207r-45,-48r50,0r29,48r-34,0","w":180},"a":{"d":"84,-63v-1,6,5,7,10,5v6,-5,10,-11,9,-23v-13,5,-19,12,-19,18xm184,-54v6,-11,4,-30,4,-46r13,0v3,52,-2,103,-51,102v-22,0,-37,-8,-44,-23v-28,48,-130,16,-94,-48v14,-25,64,-18,86,-35v12,-10,-3,-40,-13,-23v14,16,-8,33,-32,32v-24,-1,-41,-12,-41,-35v0,-80,170,-89,168,-1r0,74v0,2,2,3,4,3","w":208},"b":{"d":"109,-129v-25,23,7,116,8,39v-2,-13,3,-35,-8,-39xm144,-192v48,1,55,43,55,92v0,56,-13,104,-65,104v-25,0,-40,-13,-47,-30r-4,26r-61,0r0,-182v0,-12,-6,-15,-15,-16r0,-55r96,0r0,85v8,-14,18,-24,41,-24","w":206},"c":{"d":"99,-58v11,-1,13,-16,12,-28r65,0v2,58,-26,89,-81,89v-60,0,-88,-37,-88,-95v0,-59,30,-100,89,-100v41,0,74,18,78,59v4,42,-72,56,-75,13v-2,-6,6,-10,0,-11v-19,5,-18,68,0,73","w":182},"d":{"d":"97,-59v15,-7,15,-58,0,-68v-14,2,-12,63,0,68xm189,-67v0,6,4,9,10,9r0,58r-90,0r0,-18v-11,10,-21,22,-43,22v-50,-1,-59,-47,-59,-96v0,-49,10,-98,60,-99v23,0,33,15,42,28v0,-17,0,-33,-15,-35r0,-55r95,0r0,186","w":206},"e":{"d":"96,-131v-11,0,-9,10,-10,20r19,0v0,-10,2,-21,-9,-20xm98,-193v65,0,89,42,85,110r-97,0v-8,28,29,38,27,8r68,0v0,52,-31,79,-84,79v-61,0,-90,-39,-90,-99v0,-59,31,-98,91,-98","w":190},"f":{"d":"92,-261v34,0,65,11,65,40v0,23,-18,31,-40,32v-19,1,-22,-15,-33,-21v-5,0,-7,5,-7,9v1,15,20,14,35,14r0,58r-12,0r0,62v-1,6,7,9,12,9r0,58r-105,0r0,-58v7,0,13,-3,12,-10r0,-61r-12,0r0,-58v6,0,18,2,17,-5v-29,-37,18,-69,68,-69","w":120},"g":{"d":"80,1v4,11,36,13,42,2v1,-13,-20,-7,-33,-7v-4,0,-9,1,-9,5xm99,-104v14,0,13,-31,1,-32v-8,-1,-9,10,-10,16v0,7,1,18,9,16xm98,-65v55,-8,107,4,104,59v-3,52,-45,74,-100,74v-41,0,-90,-7,-90,-45v0,-14,7,-21,16,-27v-15,-9,-24,-13,-25,-33v0,-30,24,-39,48,-43v-21,-7,-38,-21,-38,-50v1,-54,68,-78,122,-58v-15,-17,-8,-60,23,-56v23,2,39,18,41,41v2,22,-28,32,-42,18v6,23,32,27,29,57v-4,43,-47,55,-92,56v-2,0,-3,1,-3,3v0,2,3,5,7,4","w":204},"h":{"d":"193,-72v0,10,-1,14,10,13r0,59r-95,0v2,-21,-5,-51,5,-64r0,-59v0,-3,-2,-9,-7,-8v-18,5,-6,42,-9,62v0,8,1,10,7,11r0,58r-97,0r0,-59v11,0,11,-3,11,-12r0,-119v0,-7,-3,-8,-10,-8r0,-58r89,0v2,27,-4,61,2,84v8,-13,22,-19,41,-20v59,-1,54,61,53,120","w":210},"i":{"d":"99,-66v0,7,5,8,12,8r0,58r-104,0r0,-59v21,3,10,-38,12,-58v1,-12,-2,-11,-12,-12r0,-58r92,0r0,121xm17,-228v-2,-45,86,-49,86,-2v-1,25,-19,37,-43,37v-25,0,-42,-12,-43,-35","w":118},"j":{"d":"22,-120v1,-6,-8,-9,-12,-9r0,-58r91,0r0,199v-4,37,-27,61,-71,59v-30,-2,-63,-11,-66,-43v-3,-32,44,-41,59,-18v6,5,15,-4,9,-10v-3,-4,-8,-6,-10,-12r0,-108xm65,-257v21,-1,34,13,34,32v0,18,-17,33,-36,31v-18,-1,-36,-10,-35,-32v1,-21,16,-30,37,-31","w":115},"k":{"d":"7,-58v11,0,13,-2,13,-14r-1,-122v-2,-3,-5,-5,-11,-4r0,-55r91,0r0,140v7,-5,27,-15,5,-16r0,-58r96,0r0,58v-16,-2,-21,8,-29,15v13,18,16,46,37,56r0,58r-101,0r0,-58v11,-4,-1,-14,-3,-19v-7,1,-6,8,-6,17v0,1,2,2,5,2r0,58r-96,0r0,-58","w":215},"l":{"d":"102,-71v-1,10,6,12,13,13r0,58r-108,0r0,-58v10,1,14,-6,14,-14r0,-118v0,-7,-5,-11,-13,-11r0,-52r94,0r0,182","w":122},"m":{"d":"287,-68v-1,8,7,9,12,10r0,58r-96,0v-3,-44,7,-72,5,-118v0,-6,-1,-14,-7,-14v-6,0,-7,5,-8,11v3,20,-6,52,5,63r0,58r-91,0v-3,-44,11,-73,6,-121v-1,-13,-16,-7,-15,3r0,58v1,0,2,1,4,2r0,58r-95,0r0,-59v21,3,8,-41,11,-60v1,-8,-4,-9,-11,-10r0,-58r86,0r0,19v14,-29,76,-31,91,-2v22,-35,103,-25,103,27r0,75","w":306},"n":{"d":"195,-67v0,7,4,9,11,9r0,58r-96,0v-3,-43,7,-72,5,-120v-1,-4,-2,-9,-8,-9v-17,6,-6,44,-9,66v1,2,3,5,7,5r0,58r-98,0r0,-58v22,-3,7,-41,11,-61v1,-8,-4,-9,-11,-10r0,-58r88,0r0,18v23,-33,100,-28,100,31r0,71","w":213},"o":{"d":"96,-56v16,-7,9,-42,9,-64v0,-6,-3,-13,-9,-13v-16,7,-9,41,-9,64v0,6,3,12,9,13xm98,-190v57,0,86,35,87,92v1,62,-31,102,-94,101v-58,-1,-84,-38,-84,-95v0,-61,30,-98,91,-98","w":192},"p":{"d":"107,-56v15,-9,13,-60,0,-72v-13,7,-7,39,-7,60v0,5,2,12,7,12xm139,-190v47,0,56,44,56,91v0,55,-8,103,-59,103v-19,0,-28,-9,-37,-19v-1,16,-1,31,14,30r0,57r-106,0r0,-57v6,0,12,-4,12,-12r0,-114v1,-11,-2,-17,-12,-18r0,-58r89,0r0,19v10,-12,19,-22,43,-22","w":202},"q":{"d":"97,-131v-17,6,-15,65,-2,75v17,-5,8,-36,10,-57v0,-7,-2,-17,-8,-18xm180,4v1,6,5,9,13,8r0,58r-110,0r0,-59v20,3,28,-5,25,-25v-9,9,-19,18,-37,18v-50,-1,-60,-43,-64,-93v-5,-68,54,-134,106,-81r0,-17r67,0r0,191","w":195},"r":{"d":"130,-189v25,1,31,20,34,45v4,42,-49,62,-58,22v-5,13,-17,68,12,64r0,58r-111,0r0,-58v28,1,11,-42,15,-64v1,-8,-7,-7,-15,-7r0,-58r87,0r0,25v6,-11,15,-28,36,-27","w":171},"s":{"d":"118,-110v34,2,57,16,57,53v0,55,-69,76,-107,47v-4,0,-3,6,-4,9r-55,0r0,-70r68,0v-3,13,16,23,16,8v0,-15,-20,-10,-34,-11v-31,-2,-53,-20,-52,-53v2,-37,20,-63,60,-63v23,0,33,10,46,17v5,0,3,-9,3,-13r52,0r0,72r-64,0v2,-13,-15,-19,-17,-6v3,9,16,10,31,10","w":182},"t":{"d":"97,-60v11,-4,6,-29,7,-45r15,0v2,56,3,112,-54,108v-28,-1,-50,-14,-50,-43r0,-89r-12,0r0,-58v24,1,13,-37,18,-60r72,0r0,60r26,0r0,58r-26,0v2,22,-5,55,4,69","w":126},"u":{"d":"192,-67v0,6,6,10,12,8r0,59r-84,0r-1,-20v-20,38,-99,28,-99,-24r0,-70v0,-10,-3,-15,-13,-15r0,-58r93,0r1,123v0,3,2,5,5,5v12,-10,3,-41,6,-61v1,-6,-3,-10,-8,-10r0,-57r88,0r0,120","w":210},"v":{"d":"188,-129v-18,-1,-17,16,-20,30r-21,99r-97,0v-12,-41,-19,-88,-35,-126v-2,-2,-5,-3,-8,-3r0,-58r99,0r0,58v-8,0,-10,3,-8,10v3,13,4,29,10,40v2,-16,7,-29,8,-46v0,-2,-2,-3,-5,-4r0,-58r77,0r0,58","w":195},"w":{"d":"268,-129v-11,0,-12,5,-15,16r-29,113r-74,0v-4,-14,-5,-31,-11,-43r-10,43r-74,0r-32,-119v-2,-8,-7,-10,-16,-10r0,-58r100,0r0,58v-12,8,2,31,2,45v1,-14,17,-39,2,-46r0,-57r89,0r0,58v-15,6,1,32,1,45v0,-14,17,-37,3,-45r0,-58r64,0r0,58","w":275},"x":{"d":"215,0r-116,0r0,-59v7,1,18,-1,10,-7r-12,-15v-3,6,-21,17,-11,22r8,0r0,59r-87,0r0,-58v22,-3,26,-27,39,-40v-11,-11,-16,-29,-36,-31r0,-58r113,0r0,58v-7,-1,-16,1,-9,8r12,11v2,-6,19,-14,9,-19r-6,0r0,-58r84,0r0,58v-19,1,-24,24,-37,34v13,12,18,32,39,36r0,59","w":221},"y":{"d":"-16,37v-3,-40,61,-46,69,-12v7,-6,5,-17,2,-26v-15,-41,-23,-89,-42,-126v-2,-2,-5,-2,-9,-2r0,-58r105,0r0,58v-14,7,3,33,3,47v3,-13,8,-24,9,-38v0,-7,-1,-9,-7,-9r0,-58r79,0r0,58v-20,1,-17,21,-23,36v-26,73,-21,177,-117,177v-37,0,-67,-13,-69,-47","w":197},"z":{"d":"76,-129v-18,-3,-26,8,-26,23r-42,0r0,-81r168,0r0,58r-69,71v14,-1,24,-7,24,-22r45,0r0,80r-169,0r0,-55","w":183},"{":{"d":"156,74v-65,4,-121,1,-124,-56v-2,-42,13,-99,-26,-106v68,-16,-30,-171,95,-165v14,0,37,-4,55,0v-63,12,11,147,-56,164v64,9,-6,143,56,163","w":162},"|":{"d":"30,0r0,-256r26,0r0,256r-26,0","w":86},"}":{"d":"130,-203v2,44,-14,105,26,114v-59,9,7,126,-53,151v-24,10,-59,16,-97,10v61,-11,-10,-146,56,-163v-67,-8,8,-143,-56,-164v62,-2,121,-4,124,52","w":162},"~":{"d":"126,-167v9,-1,14,-3,14,-14r26,0v-1,30,-8,54,-36,54v-32,0,-56,-14,-82,-17v-10,-1,-15,2,-14,13r-27,0v1,-31,9,-55,37,-55v31,0,55,15,82,19","w":173},"\u00c5":{"d":"126,-127r-9,-52r-11,52r20,0xm130,-279v6,0,11,-5,11,-11v0,-6,-5,-11,-11,-11v-6,0,-12,5,-12,11v0,6,6,11,12,11xm99,-95v-7,10,-3,29,11,26r0,69r-103,0r0,-69v16,0,23,-13,26,-27r42,-157r118,0r48,175v4,5,6,10,15,9r0,69r-138,0r0,-69v19,3,22,-12,16,-26r-35,0xm130,-326v22,0,36,14,36,36v0,22,-14,37,-36,37v-22,0,-37,-15,-37,-37v0,-22,16,-36,37,-36","w":263},"\u00e5":{"d":"84,-63v-1,6,5,7,10,5v6,-5,10,-11,9,-23v-13,5,-19,12,-19,18xm98,-220v6,0,12,-5,12,-11v0,-6,-6,-11,-12,-11v-6,0,-11,5,-11,11v0,6,5,11,11,11xm184,-54v6,-11,4,-30,4,-46r13,0v3,52,-2,103,-51,102v-22,0,-37,-8,-44,-23v-28,48,-130,16,-94,-48v14,-25,64,-18,86,-35v12,-10,-3,-40,-13,-23v14,16,-8,33,-32,32v-24,-1,-41,-12,-41,-35v0,-80,170,-89,168,-1r0,74v0,2,2,3,4,3xm62,-231v-3,-39,58,-49,70,-14v9,25,-8,50,-33,50v-22,0,-35,-15,-37,-36","w":208},"\u2122":{"d":"206,-229v-14,2,-11,40,0,38r0,23r-46,0r0,-23v12,-2,4,-23,6,-35r-18,57r-10,0r-16,-57v1,12,-4,32,6,35r0,23r-30,0r0,-23v11,0,6,-19,7,-30v1,-6,-3,-8,-7,-8r0,-23r46,0r6,35r11,-35r45,0r0,23xm22,-192v18,1,11,-22,12,-37v-10,-2,-8,7,-8,15r-19,0r0,-38r78,0r0,38r-19,0v0,-7,3,-17,-7,-15v2,14,-7,39,10,37r0,23r-47,0r0,-23","w":212},"\u00c6":{"d":"141,-116r0,-75r-24,75r24,0xm224,-71v33,4,37,-20,36,-51r61,0r0,122r-196,0r0,-58v9,-4,15,-11,16,-23r-34,0v-3,10,-6,22,7,23r0,58r-106,0r-1,-58v16,-4,20,-14,25,-28r68,-171r220,0r0,113r-62,0v1,-27,-3,-46,-35,-42r0,36v9,0,8,-12,8,-22r19,0r0,83r-19,0v-1,-9,3,-23,-7,-23r0,41","w":328},"\u00d8":{"d":"123,-71v24,-3,19,-38,21,-65r-37,43v2,11,5,21,16,22xm126,-185v-26,0,-17,40,-20,68r37,-43v-3,-14,-3,-25,-17,-25xm125,-264v34,2,60,12,79,30v11,-10,15,-26,40,-22r-29,35v53,77,21,226,-93,226v-32,0,-57,-11,-75,-27r-19,22r-21,0r29,-34v-56,-76,-22,-236,89,-230","w":251},"\u00e6":{"d":"84,-63v-1,6,5,7,10,5v6,-5,10,-11,9,-23v-13,5,-19,12,-19,18xm194,-133v-11,0,-9,10,-10,20r19,0v0,-10,1,-20,-9,-20xm12,-130v0,-58,86,-78,133,-51v55,-34,142,-2,134,71r0,25r-95,0v0,15,-1,29,14,29v7,0,14,-11,13,-21r68,0v11,84,-114,100,-153,50v-24,41,-133,45,-120,-28v7,-39,65,-30,92,-49v12,-9,-3,-40,-13,-23v14,16,-8,33,-32,32v-24,-1,-41,-12,-41,-35","w":286},"\u00f8":{"d":"97,-56v12,-2,10,-21,10,-35v-7,9,-30,26,-10,35xm98,-133v-12,3,-10,25,-10,40r19,-23v-1,-8,-2,-16,-9,-17xm99,-190v26,0,43,6,57,18r13,-15r21,0r-23,26v42,60,15,164,-74,164v-23,0,-40,-6,-53,-16r-12,13r-21,0r22,-24v-41,-58,-19,-166,70,-166","w":196},"\u2026":{"d":"48,-89v27,0,44,18,44,45v0,27,-18,45,-44,45v-26,0,-44,-19,-44,-45v0,-26,16,-45,44,-45xm156,-89v27,0,44,18,44,45v0,27,-18,45,-44,45v-26,0,-44,-19,-44,-45v0,-26,16,-45,44,-45xm264,-89v27,0,44,18,44,45v0,27,-18,45,-44,45v-26,0,-44,-19,-44,-45v0,-26,16,-45,44,-45","w":312},"\u2013":{"d":"7,-84r0,-70r97,0r0,70r-97,0","w":111},"\u2014":{"d":"7,-84r0,-70r200,0r0,70r-200,0","w":213},"\u201c":{"d":"4,-207v-2,-43,38,-74,78,-51v-2,28,-36,8,-48,26v24,-10,49,6,48,33v-1,23,-15,44,-39,43v-28,-1,-38,-24,-39,-51xm150,-238v-8,-8,-29,-8,-34,3v24,-11,52,8,50,34v-2,24,-16,44,-40,44v-27,0,-36,-23,-38,-51v-2,-44,38,-75,73,-47","w":169},"\u201d":{"d":"44,-265v27,0,38,22,38,51v0,44,-41,74,-73,46r11,-17v6,10,30,10,33,-3v-23,13,-51,-8,-49,-33v2,-25,14,-44,40,-44xm126,-265v28,0,38,22,39,51v2,44,-39,73,-78,51v3,-28,34,-9,48,-26v-25,10,-47,-7,-46,-33v1,-25,13,-43,37,-43","w":169},"\u2018":{"d":"4,-207v-2,-43,38,-74,78,-51v-2,28,-36,8,-48,26v24,-10,49,6,48,33v-1,23,-15,44,-39,43v-28,-1,-38,-24,-39,-51","w":86},"\u2019":{"d":"43,-265v28,1,39,22,39,51v2,44,-39,73,-78,51v4,-28,34,-9,49,-26v-25,9,-48,-4,-48,-33v0,-24,14,-44,38,-43","w":86},"\u00d7":{"d":"83,-79r-22,-22r-21,22r-26,-25r22,-22r-22,-22r25,-25r22,22r22,-22r25,25r-22,22r22,22","w":122},"\u00a0":{"w":95}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * HTF Didotª © 1991-2 The Hoefler Type Foundry, Inc. Info: www.typography.com
 */
Cufon.registerFont({"w":236,"face":{"font-family":"set02","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-87.0182 -313.236 409.75 114.147","underline-thickness":"7.2","underline-position":"-47.88","stemh":"9","stemv":"24","unicode-range":"U+0021-U+2122"},"glyphs":{" ":{},"!":{"d":"116,-248v0,19,-57,125,-77,189v0,1,-1,1,-1,0v20,-64,31,-153,39,-179v6,-18,16,-23,25,-23v9,0,14,5,14,13xm42,-19v3,21,-34,36,-36,9v-3,-20,34,-35,36,-9","w":99},"\"":{"d":"138,-248v0,16,-24,50,-35,73v9,-31,-3,-79,23,-86v8,0,12,4,12,13xm84,-248v0,16,-24,50,-35,73v9,-31,-3,-79,23,-86v8,0,12,4,12,13","w":119},"&":{"d":"237,-142v29,0,37,39,9,39v-19,0,-8,-27,-25,-27v-18,0,-34,46,-54,74v21,49,66,64,91,23v-13,45,-94,52,-115,11v-35,40,-130,40,-130,-36v0,-42,32,-80,91,-101v0,-60,31,-102,66,-102v18,0,27,6,27,21v0,21,-21,41,-58,59v-1,45,12,92,27,124v21,-30,39,-85,71,-85xm195,-240v0,-12,-6,-18,-16,-18v-26,0,-39,40,-40,75v34,-17,56,-35,56,-57xm142,-23v-21,-32,-38,-74,-38,-134v-45,15,-59,40,-59,81v0,64,57,92,97,53","w":268},"'":{"d":"84,-248v0,16,-24,50,-35,73v9,-31,-3,-79,23,-86v8,0,12,4,12,13","w":65},"(":{"d":"168,-265v-29,16,-52,38,-60,53v-35,63,-79,198,-79,234v0,36,14,49,27,66v-25,-22,-42,-54,-42,-108v0,-105,72,-200,153,-246v1,0,2,0,1,1","w":103},")":{"d":"86,-158v0,105,-72,199,-153,245v-1,0,-2,0,-1,-1v29,-16,52,-38,60,-53v35,-63,79,-197,79,-233v0,-35,-10,-48,-29,-65r2,-1v25,22,42,54,42,108","w":103},"*":{"d":"83,-218v21,-5,22,-19,35,-19v5,1,7,5,6,9v-5,15,-20,0,-40,11v14,17,31,8,34,24v-1,4,-5,8,-9,7v-12,-5,-8,-17,-26,-30v-8,22,11,39,-8,42v-18,-10,4,-19,7,-42v-21,5,-22,19,-35,19v-5,-1,-7,-6,-6,-10v6,-13,20,1,40,-10v-14,-17,-31,-8,-34,-24v17,-19,15,10,35,22v6,-25,-10,-38,8,-42v16,11,-4,20,-7,43","w":104},",":{"d":"42,-17v0,23,-31,58,-69,66v18,-6,43,-18,44,-38v-6,-15,-16,-43,10,-44v10,0,15,8,15,16","w":70},".":{"d":"43,-19v3,20,-34,36,-35,9v-3,-20,34,-35,35,-9","w":70},"\/":{"d":"136,-271r-115,279v0,1,-2,1,-2,0r115,-280v0,-1,2,0,2,1","w":118},"0":{"d":"168,-96v0,51,-51,99,-99,99v-32,0,-60,-24,-60,-60v0,-51,50,-100,98,-100v32,0,61,25,61,61xm68,2v63,0,66,-75,78,-120v0,-20,-10,-37,-37,-37v-62,0,-67,75,-79,120v0,20,11,37,38,37","w":183},"1":{"d":"119,-153v-4,4,-22,-2,-26,3r-47,147v3,6,21,-1,25,3r-80,0v3,-4,22,3,26,-3r47,-147v-3,-6,-21,1,-25,-3r80,0","w":117},"2":{"d":"135,-54r-18,54r-141,0v-1,0,-2,-2,0,-3v85,-30,123,-81,123,-118v0,-20,-10,-32,-28,-32v-24,0,-30,17,-30,24v0,22,29,-11,30,16v0,8,-7,13,-14,13v-13,0,-19,-8,-19,-23v0,-13,8,-34,40,-34v27,0,48,15,48,42v0,29,-36,59,-99,91v-2,1,0,1,1,1v46,-3,98,13,106,-31v0,-1,1,-1,1,0","w":148},"3":{"d":"117,-120v0,28,-44,67,-75,78v33,-7,57,8,57,42v0,59,-70,103,-111,103v-50,0,-49,-54,-12,-57v18,-2,21,32,5,31v-10,-1,-29,-14,-29,5v0,10,12,20,35,20v53,0,83,-55,83,-118v0,-37,-26,-27,-54,-12v-1,1,-2,-2,-1,-2v51,-24,75,-60,75,-97v0,-16,-10,-26,-27,-26v-22,0,-31,16,-31,24v0,19,29,-9,30,16v0,8,-7,13,-14,13v-12,0,-20,-9,-20,-24v0,-13,10,-33,42,-33v40,0,47,22,47,37","w":138},"4":{"d":"176,-191v-56,61,-132,127,-194,189r89,0r14,-45v17,-1,29,-25,38,-33r-24,78r37,0v1,0,1,2,0,2r-38,0r-31,100r-28,0r31,-100r-90,0r138,-170v13,5,46,-11,58,-21","w":156},"5":{"d":"57,-55v-21,0,-39,23,-46,42r33,-139v17,23,77,-6,83,-10v9,0,12,4,12,12v0,33,-91,34,-95,2r-27,117v19,-41,93,-35,93,23v0,59,-74,111,-115,111v-50,0,-49,-55,-12,-57v9,0,16,7,16,16v0,32,-34,-6,-40,20v0,10,12,20,35,20v55,0,87,-57,87,-130v0,-19,-10,-27,-24,-27","w":140},"6":{"d":"186,-227v0,25,-43,41,-43,13v0,-32,34,6,40,-20v0,-10,-7,-21,-28,-21v-46,0,-83,70,-102,139v25,-46,102,-31,102,27v0,48,-46,92,-91,92v-27,0,-53,-18,-53,-61v0,-84,80,-199,142,-199v25,0,33,11,33,30xm63,2v59,0,58,-73,69,-113v0,-19,-9,-32,-32,-32v-51,0,-67,56,-67,116v0,19,10,29,30,29","w":168},"7":{"d":"156,-154v0,0,4,-1,2,2v-61,79,-103,167,-157,252r-35,0r175,-232v-55,2,-117,-13,-126,38v0,1,-1,1,-1,0v7,-19,10,-43,20,-60r122,0","w":148},"8":{"d":"183,-214v0,28,-25,53,-67,72v14,20,28,43,28,71v0,47,-42,74,-83,74v-32,0,-54,-19,-54,-46v0,-38,35,-71,82,-90v-12,-16,-26,-31,-26,-53v0,-44,29,-71,71,-71v29,0,49,21,49,43xm163,-226v0,-18,-8,-29,-29,-29v-27,0,-50,12,-50,47v0,26,16,42,30,64v41,-21,49,-59,49,-82xm120,-60v0,-32,-15,-52,-30,-72v-35,14,-59,42,-59,93v0,29,11,41,31,41v30,0,58,-17,58,-62","w":166},"9":{"d":"154,-96v0,84,-80,199,-142,199v-47,0,-43,-54,-8,-57v18,-1,24,32,5,30v-11,-1,-29,-13,-29,6v0,10,9,20,30,20v41,0,87,-83,101,-132v-26,46,-102,29,-102,-29v0,-48,48,-98,92,-98v27,0,53,18,53,61xm64,-5v54,0,70,-75,70,-120v0,-16,-8,-30,-31,-30v-59,0,-62,80,-75,121v0,13,10,29,36,29","w":173},"?":{"d":"84,-116v53,6,56,-72,66,-109v0,-26,-15,-35,-33,-35v-34,0,-36,26,-27,48v0,8,-5,14,-17,14v-10,0,-17,-9,-17,-19v0,-18,26,-44,60,-44v32,0,57,28,57,60v0,48,-41,87,-90,87v-8,0,-19,-4,-23,-11r-20,66v0,1,-2,1,-2,0v8,-22,12,-52,23,-69v2,9,15,12,23,12xm42,-19v3,21,-34,36,-36,9v-3,-20,34,-35,36,-9","w":164},"A":{"d":"218,0r-103,0v5,-4,26,3,31,-3r0,-86r-98,0v-20,28,-52,60,-66,88r34,0v1,0,1,1,0,1r-73,0v5,-3,22,0,31,-1v3,0,4,-2,15,-16r192,-243v1,-1,3,-1,3,0r2,259r32,0v1,0,1,1,0,1xm146,-90r0,-123r-97,123r97,0"},"B":{"d":"232,-200v0,36,-35,61,-83,64v40,3,66,21,66,57v0,41,-48,79,-112,79r-123,0v-1,0,-1,-1,0,-1v11,-1,27,3,35,-2r79,-249v-6,-6,-28,1,-34,-3v70,1,172,-13,172,55xm140,-137v50,2,56,-47,63,-86v6,-32,-40,-35,-69,-29r-37,115r43,0xm103,-1v58,4,70,-52,77,-101v5,-38,-46,-33,-83,-33r-42,132v11,6,33,1,48,2","w":237},"C":{"d":"251,-260r-23,71v0,1,-1,1,-1,0v16,-72,-94,-99,-127,-33v-22,44,-110,229,8,227v39,0,74,-24,105,-68v0,-1,1,0,1,1v-30,43,-66,68,-106,68v-51,0,-90,-36,-90,-96v0,-86,76,-171,153,-171v24,0,64,25,78,1v0,-1,2,-1,2,0","w":229},"D":{"d":"268,-157v0,82,-88,157,-165,157r-123,0v-1,0,-1,-1,0,-1v11,-1,27,3,35,-2r79,-249v-6,-6,-28,1,-34,-3r114,0v51,0,94,41,94,98xm103,-1v96,6,133,-107,133,-196v0,-27,-14,-57,-62,-57v-13,0,-31,-3,-40,2r-79,249v11,6,33,0,48,2","w":274},"E":{"d":"247,-255v-1,20,-13,44,-18,65v0,1,-1,1,-1,0v11,-33,1,-64,-45,-64v-16,0,-37,-3,-49,2r-37,117v40,2,68,-6,77,-37v0,-1,1,-1,1,0r-26,83v0,1,-1,1,-1,0v12,-32,-13,-50,-52,-45r-41,131v10,5,30,2,44,2v65,0,97,-34,109,-71v0,-1,2,-1,2,0r-24,72r-206,0v6,-4,28,3,35,-3r79,-249v-6,-6,-28,1,-34,-3r187,0"},"F":{"d":"247,-255v-1,20,-13,44,-17,65v0,1,-2,1,-2,0v11,-33,1,-64,-45,-64v-16,0,-37,-3,-49,2r-37,117v42,2,73,-4,82,-37v0,-1,1,-1,1,0r-26,83v0,1,-1,1,-1,0v13,-35,-17,-50,-57,-45r-41,131v10,5,30,0,44,2v1,0,1,1,0,1r-119,0v6,-4,28,3,35,-3r79,-249v-6,-6,-28,1,-34,-3r187,0","w":216},"G":{"d":"256,-98v-5,6,-27,-1,-36,3r-30,97v-11,-31,-49,3,-82,4v-51,0,-90,-35,-90,-95v0,-86,76,-172,153,-172v25,0,64,26,78,1v0,-1,2,-1,2,0r-23,71v0,1,-2,1,-2,0v17,-73,-94,-99,-126,-33v-21,44,-112,227,8,227v58,0,57,-59,73,-100v-8,-4,-29,3,-34,-3r109,0","w":244},"H":{"d":"322,-255v-7,4,-29,-2,-36,3r-79,249v7,5,24,1,35,2v1,0,0,1,-1,1r-105,0v5,-4,27,3,32,-3r41,-129r-113,0r-41,129v6,5,21,1,31,2v1,0,0,1,-1,1r-105,0v6,-4,28,3,35,-3r78,-251r-33,0v-1,0,-1,-1,0,-1r106,0v-5,4,-26,-2,-32,3r-38,118r113,0r38,-118v-6,-5,-21,-1,-31,-2v-1,0,0,-1,1,-1r105,0","w":290},"I":{"d":"169,-255v1,0,1,1,0,1v-11,1,-27,-3,-35,2r-79,249v6,6,28,-1,34,3r-109,0v6,-4,28,3,35,-3r79,-249v-6,-6,-28,1,-34,-3r109,0","w":138},"J":{"d":"234,-255v-7,4,-29,-2,-36,3r-55,176v-18,58,-53,82,-102,82v-34,0,-49,-20,-49,-44v0,-13,12,-29,29,-29v26,0,30,39,6,45v-6,1,-10,6,-10,13v0,10,7,14,25,14v18,0,39,-11,46,-34r71,-223v-6,-6,-28,1,-34,-3r109,0","w":199},"K":{"d":"290,-255v-25,6,-30,-10,-52,16r-113,88r77,150r46,0v1,0,0,1,-1,1r-131,0v-1,0,-1,-1,0,-1v12,-1,30,3,39,-2r-61,-123r-39,123v6,6,28,-1,34,3r-109,0v-1,0,-1,-1,0,-1v11,-1,27,3,35,-2r79,-249v-6,-6,-28,1,-34,-3r109,0v-6,4,-28,-3,-35,3r-39,123r141,-110v17,-14,17,-15,15,-15r-34,0v-1,0,-1,-1,0,-1r73,0","w":244},"L":{"d":"200,-72r-24,72r-196,0v6,-4,28,3,35,-3r78,-251r-33,0v-1,0,-1,-1,0,-1r109,0v1,0,1,1,0,1v-11,1,-27,-3,-35,2r-79,249v64,13,137,-22,144,-69v0,-1,1,-1,1,0","w":216},"M":{"d":"356,-255v-7,4,-29,-2,-36,3r-79,249v6,6,28,-1,34,3r-109,0v7,-4,29,2,36,-3r78,-249r-171,257v-1,1,-2,1,-2,0r-10,-257r-78,249v6,6,28,-1,34,3r-71,0v6,-4,28,2,35,-3r79,-249v-6,-6,-28,1,-34,-3r71,0v2,0,4,2,4,6r7,198r132,-198v16,-14,54,-2,80,-6","w":324},"N":{"d":"305,-255v-6,4,-28,-2,-35,3r-81,257v0,1,-1,1,-2,0r-92,-257r-78,249v6,6,28,-1,34,3r-71,0v6,-4,28,3,35,-3r79,-249v-6,-6,-28,1,-34,-3r73,0v3,0,4,1,6,6r67,194r62,-197v-6,-6,-28,1,-34,-3r71,0","w":272},"O":{"d":"261,-166v0,86,-76,172,-153,172v-52,0,-90,-36,-90,-96v0,-86,76,-171,153,-171v51,0,90,35,90,95xm179,-33v22,-43,110,-228,-8,-227v-27,0,-56,9,-71,38v-22,44,-111,229,8,227v26,0,56,-9,71,-38","w":267},"P":{"d":"247,-192v0,58,-91,107,-157,78r-35,111v6,6,28,-1,34,3r-109,0v6,-4,28,3,35,-3r79,-249v-6,-6,-28,1,-34,-3v79,2,187,-16,187,63xm132,-106v63,3,71,-56,80,-109v6,-36,-42,-46,-78,-37r-44,136v9,4,27,10,42,10","w":239},"Q":{"d":"261,-166v0,71,-52,141,-112,164v-31,12,-70,17,-85,23v114,0,78,92,157,92v1,0,1,1,0,1v-119,0,-104,-92,-158,-92v-7,0,-12,10,-15,4v15,-10,56,-16,75,-21v-62,8,-105,-31,-105,-95v0,-86,76,-171,153,-171v51,0,90,35,90,95xm179,-33v22,-43,110,-228,-8,-227v-27,0,-57,9,-71,38v-21,43,-114,229,8,227v26,0,56,-9,71,-38","w":267},"R":{"d":"235,-201v0,34,-30,65,-84,69v83,-2,51,68,43,114v-4,24,25,25,39,15v-19,17,-82,13,-76,-24v-3,-39,54,-109,-20,-105r-41,0r-41,129v6,6,28,-1,34,3r-109,0v6,-4,28,3,35,-3r78,-251r-33,0v-1,0,-1,-1,0,-1v70,1,175,-14,175,54xm140,-134v48,-1,56,-47,64,-89v6,-33,-40,-35,-70,-29r-38,118r44,0","w":239},"S":{"d":"206,-260v-7,20,-13,45,-21,62v12,-38,-17,-62,-46,-62v-39,0,-58,21,-58,49v0,50,99,73,99,133v0,43,-31,84,-89,84v-40,-1,-64,-31,-88,-10r23,-74v0,-1,2,-1,2,0v-12,39,13,83,63,83v51,0,67,-30,67,-54v0,-54,-100,-69,-100,-132v0,-43,33,-80,81,-80v22,0,53,16,67,1","w":203},"T":{"d":"266,-255r-23,75v0,1,-1,1,-1,0v19,-45,-10,-83,-65,-72r-79,249v6,6,28,-1,34,3r-109,0v-1,0,-1,-1,0,-1v12,-1,28,3,36,-2r78,-249v-51,-10,-96,21,-108,69v0,1,-1,1,-1,0r23,-72r215,0","w":228},"U":{"d":"309,-255v1,0,1,1,0,1v-11,1,-27,-3,-35,2r-56,176v-16,50,-48,82,-109,82v-67,1,-85,-46,-68,-101r50,-157v-6,-6,-28,1,-34,-3r109,0v-7,4,-29,-2,-36,3v-19,70,-61,136,-61,214v0,23,21,40,51,40v54,0,82,-32,96,-78r56,-176v-6,-6,-28,1,-34,-3r71,0","w":274},"V":{"d":"309,-255v-19,6,-33,-11,-45,16r-193,244v-1,1,-2,1,-2,0r-2,-259r-32,0v-1,0,-1,-1,0,-1r103,0v-5,4,-26,-3,-31,3r0,210r155,-197v11,-14,10,-15,8,-15r-33,0v-1,0,-1,-1,0,-1r72,0","w":239},"W":{"d":"409,-254v-25,3,-29,-8,-45,15r-174,244v-1,1,-2,1,-2,0r-4,-137r-104,137v-1,1,-2,1,-2,0r-11,-259r-32,0v-1,0,-1,-1,0,-1r274,0v-19,6,-34,-11,-45,16r-45,60r5,134r138,-194v10,-14,10,-15,7,-15r-33,0v-1,0,-1,-1,0,-1r73,0v1,0,1,1,0,1xm270,-254v-17,1,-40,-3,-53,2r2,70v14,-21,44,-53,51,-72xm184,-135v-3,-39,0,-84,-7,-119v-22,2,-51,-3,-70,2r7,210","w":344},"X":{"d":"273,-255v-23,6,-27,-7,-49,16r-82,88r39,148v7,6,29,-1,36,3r-115,0v-1,0,0,-1,1,-1v12,-1,30,3,38,-2r-28,-113r-86,99v-13,14,-14,16,-10,16r32,0v1,0,0,1,-1,1r-72,0v22,-6,27,7,48,-17r88,-100r-35,-135v-7,-6,-29,1,-36,-3r115,0v1,0,1,1,0,1v-12,1,-30,-3,-39,2r25,99r80,-86v13,-14,14,-15,10,-15r-33,0v-1,0,0,-1,1,-1r73,0","w":233},"Y":{"d":"281,-255v-20,6,-26,-7,-44,16r-96,122r-36,114v6,6,28,-1,34,3r-109,0v-1,0,-1,-1,0,-1v12,-1,28,3,36,-2r36,-115r-30,-136r-33,0v-1,0,-1,-1,0,-1r117,0v1,0,0,1,-1,1v-13,1,-31,-3,-41,2r27,132r94,-119v11,-14,12,-15,9,-15r-36,0v-1,0,-1,-1,0,-1r73,0","w":227},"Z":{"d":"253,-255r-219,252v13,6,38,2,55,2v65,0,97,-34,109,-71v0,-1,2,-1,2,0r-24,72r-187,0v-1,0,-1,-2,0,-3r219,-249v1,0,0,-2,-1,-2v-79,-7,-131,14,-148,74v0,1,-2,1,-2,0v9,-24,15,-52,25,-75r171,0"},"a":{"d":"167,-155r-42,134v-3,10,-2,15,6,15v11,0,23,-7,35,-29v-7,24,-31,38,-42,38v-22,0,-29,-21,-19,-49v-13,32,-33,49,-51,49v-35,0,-47,-29,-47,-57v0,-47,46,-102,101,-102v14,0,24,6,25,20r5,-17xm108,-155v-55,2,-77,83,-77,123v0,19,6,32,26,32v46,0,58,-86,74,-130v2,-15,-6,-25,-23,-25","w":176},"b":{"d":"155,-104v0,56,-55,107,-105,107v-35,0,-51,-25,-39,-63r63,-202v-3,-5,-15,0,-21,-1v-1,0,-1,-1,0,-1r50,-2r-44,145v21,-55,96,-42,96,17xm49,2v61,1,71,-75,82,-122v0,-17,-4,-33,-30,-33v-45,2,-58,84,-72,125v-7,21,4,30,20,30","w":167},"c":{"d":"100,-155v-57,-2,-59,79,-70,122v0,17,6,35,32,35v29,0,47,-20,62,-33v-31,52,-117,43,-117,-26v0,-51,44,-99,92,-99v22,0,40,14,40,30v0,10,-8,16,-17,16v-32,-1,9,-45,-22,-45","w":144},"d":{"d":"201,-265v-20,79,-52,163,-76,244v-3,10,-1,15,6,15v11,0,23,-7,35,-29v-7,24,-31,38,-42,38v-22,0,-29,-20,-19,-48v-14,33,-33,48,-51,48v-35,0,-47,-28,-47,-56v0,-46,46,-104,101,-104v13,0,24,7,25,21r38,-127v-6,-1,-17,1,-20,-1xm108,-155v-56,2,-77,84,-77,124v0,19,7,31,26,31v46,0,58,-86,74,-130v2,-15,-7,-25,-23,-25","w":172},"e":{"d":"139,-127v1,37,-50,50,-99,46v-11,43,-25,83,22,83v30,0,43,-13,56,-29r2,1v-32,48,-114,34,-113,-31v0,-51,44,-99,92,-99v30,0,40,16,40,29xm117,-138v0,-11,-6,-17,-18,-17v-35,0,-47,28,-59,72v50,6,77,-26,77,-55","w":145},"f":{"d":"50,-153v13,-56,47,-114,88,-114v26,0,36,11,36,26v0,21,-31,26,-31,7v0,-13,15,-31,-5,-32v-14,0,-30,17,-51,83v-3,9,-6,19,-9,30r43,0v1,0,0,1,-1,1r-42,0v-15,57,-34,133,-47,173v-18,54,-35,93,-72,93v-34,0,-49,-45,-18,-45v33,0,-9,43,18,43v18,0,24,-20,42,-77v15,-49,34,-132,49,-187r-38,0v-1,0,0,-1,1,-1r37,0","w":98},"g":{"d":"12,69v0,14,-22,14,-20,29v0,8,6,14,26,14v28,0,41,-12,77,-126r10,-32v-13,32,-33,49,-51,49v-35,0,-47,-29,-47,-57v0,-46,46,-102,101,-102v14,0,24,5,25,19r5,-16r29,-2r-49,154v-23,72,-51,115,-100,115v-34,0,-45,-25,-45,-40v0,-10,9,-22,22,-22v10,0,17,9,17,17xm108,-155v-56,2,-77,83,-77,123v0,19,7,32,26,32v46,0,58,-86,74,-131v2,-15,-7,-24,-23,-24","w":166},"h":{"d":"170,-34v-13,26,-32,37,-45,37v-19,0,-29,-10,-29,-25v0,-29,33,-71,33,-104v0,-9,-7,-16,-16,-16v-14,0,-36,11,-60,51r-29,91r-28,0r81,-264r-20,1v-1,0,-1,-2,0,-2v16,1,36,-3,51,0r-53,168v21,-38,55,-59,76,-59v59,0,-9,108,-9,137v0,8,3,13,11,13v11,0,23,-7,35,-29","w":175},"i":{"d":"94,-230v0,10,-9,19,-19,19v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,19,8,19,18xm82,-35v-7,24,-31,38,-42,38v-19,0,-28,-10,-28,-25v0,-29,37,-83,37,-116v0,-8,-2,-11,-9,-11v-7,0,-17,8,-26,26v5,-22,24,-33,34,-33v19,0,25,10,25,25v0,36,-37,89,-37,112v0,8,3,13,11,13v11,0,23,-7,35,-29","w":90},"j":{"d":"92,-230v0,10,-9,19,-19,19v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,19,8,19,18xm66,-97v-28,71,-38,203,-119,211v-34,3,-47,-41,-18,-46v32,1,-9,44,18,44v18,0,32,-20,50,-78r52,-166v3,-10,0,-17,-7,-17v-7,0,-18,8,-27,26v5,-22,25,-34,35,-34v23,0,33,17,16,60","w":86},"k":{"d":"137,-156v28,0,29,37,6,37v-26,0,2,-29,-17,-29v-16,0,-27,35,-50,51v39,20,9,96,53,96v10,0,16,-4,16,-11v0,-11,-20,-9,-20,-23v0,-6,5,-13,14,-13v10,0,17,11,17,19v0,18,-12,32,-39,32v-57,0,-35,-77,-64,-92r-29,89r-28,0r81,-264r-20,1v-1,0,-1,-2,0,-2v16,1,36,-3,51,0r-55,174v44,-3,50,-65,84,-65","w":163},"l":{"d":"111,-266v-21,81,-54,167,-78,249v-2,6,1,11,7,11v11,0,24,-7,36,-29v-7,24,-32,38,-43,38v-22,0,-28,-18,-20,-44r69,-221v-3,-5,-15,0,-22,-1v-1,0,0,-2,1,-2","w":89},"m":{"d":"266,-35v-7,24,-33,38,-44,38v-19,0,-28,-10,-28,-25v0,-29,32,-71,32,-104v0,-9,-7,-16,-16,-16v-12,0,-30,11,-54,51r-29,91r-28,0r33,-105v8,-24,1,-37,-15,-37v-12,0,-30,11,-54,51r-29,91r-28,0r42,-131v3,-10,-1,-18,-8,-18v-7,0,-17,8,-26,26v5,-22,27,-33,37,-33v22,0,29,18,14,59v21,-39,49,-59,71,-59v15,0,37,18,22,59v21,-39,49,-59,71,-59v57,11,-10,108,-9,137v0,8,3,13,11,13v11,0,23,-7,35,-29","w":272},"n":{"d":"178,-35v-7,24,-32,38,-43,38v-19,0,-29,-10,-29,-25v0,-29,32,-71,32,-104v0,-9,-7,-16,-16,-16v-14,0,-35,11,-59,51r-29,91r-28,0r42,-131v3,-10,-1,-18,-8,-18v-7,0,-17,8,-26,26v5,-22,27,-33,37,-33v22,0,28,18,13,59v21,-38,56,-59,77,-59v59,0,-9,108,-9,137v0,8,3,13,11,13v11,0,23,-7,35,-29","w":185},"o":{"d":"155,-96v0,52,-44,99,-92,99v-32,0,-56,-24,-56,-60v0,-51,44,-99,92,-99v32,0,56,24,56,60xm62,2v57,2,59,-79,70,-122v0,-18,-6,-35,-32,-35v-57,-2,-59,79,-70,122v0,17,6,35,32,35","w":169},"p":{"d":"165,-100v0,46,-46,103,-101,103v-14,0,-24,-6,-25,-20r-40,128r-29,0r77,-243v3,-10,0,-17,-7,-17v-7,0,-17,8,-26,26v5,-22,27,-34,37,-34v20,0,26,15,16,49v13,-32,33,-49,51,-49v35,0,47,29,47,57xm64,2v56,-2,77,-84,77,-124v0,-19,-7,-31,-26,-31v-46,0,-58,86,-74,130v-2,15,7,25,23,25","w":179},"q":{"d":"167,-155r-83,266r-29,0r50,-157v-13,32,-33,49,-51,49v-35,0,-47,-29,-47,-57v0,-47,46,-102,101,-102v14,0,24,7,25,20r5,-17xm108,-155v-55,2,-77,83,-77,123v0,19,6,32,26,32v46,0,58,-86,74,-130v2,-15,-6,-25,-23,-25","w":167},"r":{"d":"117,-156v28,0,33,45,8,46v-31,1,1,-35,-21,-35v-7,0,-25,5,-41,54r-29,91r-28,0r42,-131v3,-10,-1,-18,-8,-18v-7,0,-17,8,-26,26v5,-22,27,-34,37,-34v22,0,28,19,13,60v19,-43,36,-59,53,-59","w":138},"s":{"d":"85,-156v33,0,48,35,19,40v-29,-1,8,-39,-19,-39v-19,0,-34,12,-34,30v0,31,51,41,51,81v0,22,-17,47,-58,47v-32,0,-44,-21,-44,-33v0,-21,32,-25,31,-5v0,16,-13,11,-13,21v0,7,5,16,26,16v23,0,35,-14,35,-32v0,-35,-47,-39,-47,-78v0,-19,20,-48,53,-48","w":128},"t":{"d":"103,-153v-5,2,-20,0,-28,1r-42,135v-2,6,1,11,7,11v11,0,23,-7,35,-29v-7,24,-31,38,-42,38v-23,0,-30,-15,-21,-44r35,-111v-8,-1,-22,2,-26,-1r27,0r16,-54r29,-2r-17,56r27,0","w":91},"u":{"d":"174,-155r-44,138v-2,6,1,12,8,12v11,0,22,-8,34,-30r2,1v-13,26,-33,37,-46,37v-22,0,-29,-18,-14,-59v-21,38,-50,59,-71,59v-68,0,4,-109,5,-141v0,-8,-2,-11,-8,-11v-7,0,-17,8,-26,26v7,-39,59,-45,59,-8v0,29,-33,70,-33,103v0,9,8,17,17,17v14,0,35,-11,59,-51r29,-91","w":181},"v":{"d":"159,-136v0,53,-65,139,-101,139v-75,0,-14,-92,-10,-140v0,-8,-4,-12,-11,-12v-7,0,-18,8,-27,26v10,-37,61,-51,62,-3v0,34,-28,75,-28,99v0,19,5,24,18,24v30,0,77,-60,77,-97v0,-20,-8,-25,-8,-40v0,-9,4,-16,12,-16v12,0,16,10,16,20","w":167},"w":{"d":"238,-136v0,53,-67,139,-103,139v-31,0,-41,-21,-34,-49v-16,32,-50,49,-68,49v-11,0,-23,-7,-23,-28v0,-30,35,-90,35,-113v0,-8,-3,-11,-9,-11v-7,0,-17,8,-26,26v7,-36,59,-48,58,-8v0,29,-32,71,-32,104v0,9,7,16,16,16v17,0,41,-9,52,-43r31,-99r29,-2r-37,122v-8,22,0,30,14,30v28,0,77,-61,77,-97v0,-20,-8,-25,-8,-40v0,-9,4,-16,12,-16v12,0,16,10,16,20","w":246},"x":{"d":"89,-89v11,59,31,114,60,54v-3,23,-26,38,-39,38v-19,0,-30,-17,-40,-60v-18,40,-36,60,-57,60v-32,0,-31,-40,-8,-40v25,0,-4,32,17,32v11,0,29,-15,47,-54v-1,-5,-2,-12,-3,-18v-9,-54,-16,-66,-24,-66v-7,0,-12,4,-21,21r-2,-1v32,-56,60,-40,70,31v18,-37,35,-64,56,-64v15,0,19,8,19,19v0,20,-26,28,-28,10v2,-7,9,-18,-4,-19v-8,0,-28,23,-43,57","w":164},"y":{"d":"160,-157v18,0,11,23,-2,24v-31,10,-40,27,-80,124v-32,79,-53,123,-94,123v-34,0,-46,-41,-17,-46v33,1,-10,44,17,44v39,0,59,-42,84,-101v-11,-43,-19,-202,-62,-131v7,-22,25,-38,38,-37v26,-9,36,85,43,121v30,-72,50,-121,73,-121","w":156},"z":{"d":"143,-156r-118,123v30,-10,62,23,79,23v22,0,32,-19,32,-31v1,-26,-38,11,-38,-16v0,-10,7,-17,17,-17v16,0,23,14,23,31v0,24,-20,46,-51,46v-35,0,-73,-37,-97,1r-1,-2r122,-125v-25,7,-50,2,-78,-8v-6,12,-7,28,-16,37r25,-64v49,21,70,31,101,2","w":149},"\u00c5":{"d":"218,0r-103,0v5,-4,26,3,31,-3r0,-86r-98,0v-20,28,-52,60,-66,88r34,0v1,0,1,1,0,1r-73,0v5,-3,22,0,31,-1v3,0,4,-2,15,-16r192,-243v-10,-1,-19,-8,-19,-20v0,-29,54,-51,54,-13v0,17,-16,33,-32,33r2,259r32,0v1,0,1,1,0,1xm183,-261v27,3,48,-48,13,-51v-27,-4,-48,48,-13,51xm146,-90r0,-123r-97,123r97,0"},"\u00e5":{"d":"167,-155r-42,134v-3,10,-2,15,6,15v11,0,23,-7,35,-29v-7,24,-31,38,-42,38v-22,0,-29,-21,-19,-49v-13,32,-33,49,-51,49v-35,0,-47,-29,-47,-57v0,-47,46,-102,101,-102v14,0,24,6,25,20r5,-17xm108,-155v-55,2,-77,83,-77,123v0,19,6,32,26,32v46,0,58,-86,74,-130v2,-15,-6,-25,-23,-25xm156,-226v3,28,-50,50,-54,13v-3,-30,50,-50,54,-13xm122,-194v27,3,48,-48,13,-51v-27,-4,-48,48,-13,51","w":176},"\u2122":{"d":"95,-255v2,2,2,14,-1,15v0,-9,-5,-15,-18,-14r0,50v2,1,7,-1,8,1v-8,-1,-19,2,-25,-1v2,-1,7,1,8,-1r0,-49v-14,-2,-17,7,-19,14r0,-15r47,0xm171,-204v-5,2,-19,2,-24,0v2,0,7,1,7,-1r0,-46r-19,49r-20,-50r0,48v2,1,7,-1,8,1v-6,-1,-14,2,-18,-1v2,-1,7,1,8,-1r0,-49v-2,-1,-7,1,-8,-1v6,1,14,-1,18,1r16,40r16,-41v5,1,13,-2,16,1r-8,0r0,50r8,0","w":136},"\u00c6":{"d":"336,-255v-1,20,-13,44,-17,65v0,1,-2,1,-2,0v11,-33,1,-64,-45,-64v-16,0,-37,-3,-49,2r-37,117v40,2,68,-6,77,-37v0,-1,1,-1,1,0r-26,83v0,1,-1,1,-1,0v12,-32,-12,-50,-51,-45r-42,131v10,5,30,2,44,2v65,0,97,-34,109,-71v0,-1,2,-1,2,0r-24,72r-206,0v-1,0,-1,-1,0,-1v11,-1,28,3,36,-2r30,-96r-77,0v-23,31,-59,66,-76,98r35,0v1,0,1,1,0,1r-73,0v20,-5,34,9,46,-17r192,-237r-41,0v-1,0,0,-1,1,-1r194,0xm184,-254r-124,154r75,0","w":325},"\u00d8":{"d":"236,-235v85,107,-72,312,-192,216v-8,8,-18,24,-26,27r24,-29v-83,-108,73,-311,193,-215v9,-8,17,-25,26,-27v0,0,-16,17,-25,28xm228,-229v-22,-47,-103,-40,-128,7v-17,33,-63,141,-50,194xm179,-33v18,-33,61,-139,50,-194r-179,200v23,47,103,42,129,-6","w":267},"\u00e6":{"d":"229,-127v1,37,-50,50,-99,46v-11,43,-25,83,22,83v30,0,43,-13,56,-29r2,1v-26,39,-87,39,-108,-1v-18,37,-98,42,-102,-4v-2,-27,40,-51,95,-46v10,-40,21,-72,-18,-78v-31,2,6,40,-24,42v-8,0,-15,-6,-15,-16v0,-15,15,-28,37,-28v22,0,42,13,50,31v17,-18,40,-31,64,-31v30,0,40,17,40,30xm207,-138v0,-11,-6,-17,-18,-17v-35,0,-47,28,-59,72v50,7,77,-26,77,-55xm95,-76v-47,-4,-71,25,-71,51v0,19,5,27,21,27v32,0,38,-36,50,-78","w":235},"\u00f8":{"d":"138,-141v56,63,-39,187,-113,129v-5,5,-11,17,-16,17r15,-18v-55,-62,38,-185,112,-129v6,-5,12,-16,17,-16xm100,-155v-57,-2,-59,79,-70,122v0,4,0,8,1,12r99,-114v-3,-12,-12,-20,-30,-20xm62,2v57,2,59,-79,70,-122v0,-4,0,-9,-1,-13r-100,115v4,11,13,20,31,20","w":169},"\u2026":{"d":"195,-19v3,21,-34,36,-36,9v-3,-20,34,-35,36,-9xm119,-19v3,20,-34,36,-35,9v-3,-21,33,-34,35,-9xm43,-19v3,20,-34,36,-35,9v-3,-20,34,-35,35,-9","w":222},"\u2013":{"d":"193,-84r-180,0v-1,0,-1,-2,0,-2r180,0v1,0,1,2,0,2","w":205},"\u2014":{"d":"373,-84r-360,0v-1,0,-1,-2,0,-2r360,0v1,0,1,2,0,2","w":385},"\u201c":{"d":"159,-262v-15,7,-43,17,-43,38v6,15,15,44,-11,45v-10,0,-15,-9,-15,-17v0,-23,31,-58,69,-66xm105,-262v-15,7,-43,17,-43,38v6,15,15,44,-11,45v-10,0,-15,-9,-15,-17v0,-23,31,-58,69,-66","w":119},"\u201d":{"d":"146,-244v0,23,-31,57,-69,65v18,-6,43,-18,44,-38v-7,-14,-17,-43,10,-44v10,0,15,9,15,17xm92,-244v0,23,-31,57,-69,65v18,-6,43,-18,44,-38v-7,-14,-17,-43,10,-44v10,0,15,9,15,17","w":119},"\u2018":{"d":"105,-262v-15,7,-43,17,-43,38v6,15,15,44,-11,45v-10,0,-15,-9,-15,-17v0,-23,31,-58,69,-66","w":65},"\u2019":{"d":"92,-244v0,23,-31,57,-69,65v18,-6,43,-18,44,-38v-7,-14,-17,-43,10,-44v10,0,15,9,15,17","w":65},"\u00a0":{}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.
 All Rights
 * Reserved. This software is the property of Adobe Systems
 Incorporated and its
 * licensors, and may not be reproduced, used, 
 displayed, modified, disclosed or
 * transferred without the express 
 written approval of Adobe.
 
 The digitally
 * encoded machine readable outline data for producing
 the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG
 and/or its subsidiaries. All
 * Rights Reserved.
 This data is the property of Linotype-Hell AG and/or its
 * subsidiaries
 and may not be reproduced, used, displayed, modified, disclosed or
 * 
 transferred without the express written approval of Linotype-Hell AG 
 and/or
 * its subsidiaries.
 12 pt. Helvetica* Light 02472
 */
Cufon.registerFont({"w":200,"face":{"font-family":"helvetica","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-11 -348 377 77","underline-thickness":"18","underline-position":"-36","stemh":"19","stemv":"23","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"37,-64r-6,-116r0,-77r25,0r0,77r-6,116r-13,0xm59,0r-31,0r0,-38r31,0r0,38","w":86},"\"":{"d":"31,-170r0,-87r23,0r0,87r-23,0xm79,-170r0,-87r23,0r0,87r-23,0","w":133},"#":{"d":"179,-96r0,16r-40,0r-11,80r-18,0r11,-80r-51,0r-11,80r-18,0r11,-80r-39,0r0,-16r41,0r8,-57r-39,0r0,-16r41,0r12,-80r18,0r-12,80r51,0r11,-80r18,0r-11,80r38,0r0,16r-40,0r-8,57r38,0xm131,-153r-51,0r-8,57r51,0"},"$":{"d":"107,-117r0,103v31,0,60,-15,60,-52v0,-34,-32,-44,-60,-51xm93,-143r0,-100v-29,0,-53,15,-53,53v0,33,26,41,53,47xm10,-82r23,0v0,41,22,64,60,68r0,-106v-41,-9,-76,-22,-76,-72v0,-43,34,-70,76,-70r0,-29r14,0r0,29v42,0,77,31,76,78r-23,0v0,-36,-22,-59,-53,-59r0,103v41,9,83,23,83,73v0,47,-41,72,-83,72r0,31r-14,0r0,-31v-56,-5,-81,-32,-83,-87"},"%":{"d":"82,-238v-30,0,-38,29,-38,52v0,23,8,52,38,52v30,0,38,-29,38,-52v0,-23,-8,-52,-38,-52xm68,12r163,-273r17,0r-162,273r-18,0xm240,-131v41,0,57,29,57,68v0,39,-16,68,-57,68v-41,0,-57,-29,-57,-68v0,-39,16,-68,57,-68xm240,-114v-30,0,-38,29,-38,52v0,23,8,51,38,51v30,0,38,-28,38,-51v0,-23,-8,-52,-38,-52xm82,-254v41,0,57,29,57,68v0,39,-16,68,-57,68v-41,0,-57,-29,-57,-68v0,-39,16,-68,57,-68","w":320},"&":{"d":"153,-50r-64,-78v-24,13,-52,33,-52,64v0,30,27,50,56,50v26,0,46,-15,60,-36xm195,0r-28,-33v-37,58,-154,50,-153,-34v0,-37,34,-61,63,-76v-14,-18,-32,-37,-32,-62v0,-31,26,-52,57,-52v31,0,57,21,57,52v0,32,-24,51,-50,67r56,67v6,-13,7,-24,7,-43r23,0v0,14,-3,40,-15,62r43,52r-28,0xm102,-238v-19,0,-34,12,-34,33v0,18,18,38,29,52v18,-11,39,-27,39,-52v0,-21,-15,-33,-34,-33","w":219},"\u2019":{"d":"36,-257r30,0v1,41,2,77,-32,87r0,-15v12,-4,18,-22,17,-34r-15,0r0,-38","w":100},"(":{"d":"87,69r-18,0v-68,-98,-66,-234,0,-331r18,0v-61,98,-61,234,0,331","w":86},")":{"d":"0,-262r18,0v67,97,65,234,0,331r-18,0v61,-98,61,-234,0,-331","w":86},"*":{"d":"51,-200r-41,-14r5,-14r41,15r0,-44r14,0r0,44r42,-15r5,14r-42,14r25,35r-11,8r-26,-36r-27,36r-11,-8","w":126},"+":{"d":"99,-100r0,-81r19,0r0,81r81,0r0,19r-81,0r0,81r-19,0r0,-81r-81,0r0,-19r81,0","w":216},",":{"d":"35,-38r30,0v1,41,2,77,-32,87r0,-15v12,-4,18,-22,17,-34r-15,0r0,-38","w":100},"-":{"d":"112,-89r-90,0r0,-20r90,0r0,20","w":133},".":{"d":"65,0r-30,0r0,-38r30,0r0,38","w":100},"\/":{"d":"15,5r-20,0r111,-267r19,0","w":119},"0":{"d":"100,-235v-58,0,-65,66,-65,110v0,44,7,111,65,111v58,0,65,-67,65,-111v0,-44,-7,-110,-65,-110xm100,-254v73,0,88,70,88,129v0,59,-15,130,-88,130v-73,0,-88,-70,-88,-129v0,-59,15,-130,88,-130"},"1":{"d":"35,-187r0,-16v40,-1,64,-3,71,-49r18,0r0,252r-22,0r0,-187r-67,0"},"2":{"d":"178,-183v-1,86,-117,91,-139,162r140,0r0,21r-166,0v2,-75,76,-95,121,-136v37,-33,21,-99,-35,-99v-41,0,-58,33,-57,70r-23,0v-1,-52,26,-89,81,-89v44,0,78,24,78,71"},"3":{"d":"12,-80r23,0v-1,40,22,66,63,66v33,0,64,-19,64,-55v-1,-43,-35,-58,-80,-54r0,-19v38,3,71,-6,71,-46v0,-33,-25,-47,-55,-47v-38,0,-59,27,-58,64r-22,0v0,-48,30,-83,79,-83v40,0,78,19,78,64v0,27,-15,50,-42,56v33,5,52,30,52,63v0,49,-41,76,-87,76v-52,0,-90,-31,-86,-85"},"4":{"d":"11,-63r0,-22r116,-167r21,0r0,170r38,0r0,19r-38,0r0,63r-21,0r0,-63r-116,0xm31,-82r96,0r-1,-137"},"5":{"d":"13,-72r23,0v1,35,27,58,62,58v39,0,63,-31,63,-68v0,-65,-90,-89,-121,-36r-19,0r24,-131r126,0r0,21r-110,0r-16,84v49,-51,138,-11,138,64v0,49,-39,85,-87,85v-47,0,-82,-29,-83,-77"},"6":{"d":"104,-145v-40,0,-62,30,-62,67v0,36,19,64,63,64v36,0,60,-29,60,-64v0,-37,-22,-67,-61,-67xm182,-188r-23,0v-4,-28,-23,-47,-52,-47v-58,-1,-72,69,-69,113v12,-25,39,-42,67,-42v50,0,83,35,83,84v0,49,-35,85,-85,85v-61,0,-89,-36,-89,-134v0,-30,8,-125,90,-125v44,0,73,22,78,66"},"7":{"d":"18,-228r0,-21r162,0r0,21v-31,33,-96,111,-102,228r-24,0v6,-85,34,-148,104,-228r-140,0"},"8":{"d":"100,-14v35,0,64,-18,64,-57v0,-36,-30,-54,-64,-54v-35,0,-64,17,-64,54v0,38,29,57,64,57xm176,-191v1,28,-17,46,-41,56v32,6,52,30,52,64v0,51,-40,76,-87,76v-47,0,-87,-25,-87,-76v0,-34,22,-57,51,-65v-26,-8,-41,-27,-41,-55v1,-84,152,-85,153,0xm100,-144v28,0,54,-15,54,-47v0,-29,-24,-44,-54,-44v-28,0,-54,15,-54,44v0,34,27,47,54,47"},"9":{"d":"96,-104v40,0,62,-29,62,-66v0,-36,-19,-65,-63,-65v-36,0,-60,30,-60,65v0,37,22,66,61,66xm18,-60r23,0v4,28,24,46,53,46v58,1,71,-68,68,-112v-12,25,-39,41,-67,41v-50,0,-83,-35,-83,-84v0,-49,36,-85,86,-85v61,0,88,36,88,134v0,30,-8,125,-90,125v-44,0,-73,-21,-78,-65"},":":{"d":"65,-142r-30,0r0,-38r30,0r0,38xm65,0r-30,0r0,-38r30,0r0,38","w":100},";":{"d":"35,-38r30,0v1,41,2,77,-32,87r0,-15v12,-4,18,-22,17,-34r-15,0r0,-38xm65,-142r-30,0r0,-38r30,0r0,38","w":100},"<":{"d":"199,-17r0,20r-182,-84r0,-20r182,-84r0,20r-160,74","w":216},"=":{"d":"199,-136r0,19r-181,0r0,-19r181,0xm199,-65r0,19r-181,0r0,-19r181,0","w":216},">":{"d":"17,-17r160,-74r-160,-74r0,-20r182,84r0,20r-182,84r0,-20","w":216},"?":{"d":"87,-64v-11,-64,65,-75,65,-131v0,-29,-24,-48,-52,-48v-39,0,-59,28,-58,65r-23,0v0,-51,30,-84,82,-84v40,0,73,24,73,66v0,61,-78,70,-65,132r-22,0xm83,0r0,-38r30,0r0,38r-30,0","w":193},"@":{"d":"153,-184v-37,0,-61,50,-61,84v0,22,13,34,30,34v33,0,60,-52,60,-84v0,-17,-15,-34,-29,-34xm221,-196r-35,104v-5,15,-7,30,5,30v32,0,61,-50,61,-90v0,-59,-47,-94,-102,-94v-67,0,-114,53,-114,119v0,66,48,116,114,116v35,0,72,-18,93,-48r19,0v-22,40,-67,64,-112,64v-77,0,-133,-59,-133,-135v0,-75,59,-132,132,-132v69,0,122,46,122,112v0,58,-43,104,-83,104v-12,0,-24,-8,-25,-24v-26,39,-94,26,-94,-29v0,-50,35,-104,86,-104v16,0,30,9,38,31r9,-24r19,0","w":288},"A":{"d":"-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm114,-233r-52,132r101,0","w":226},"B":{"d":"50,-123r0,102v66,-3,149,18,152,-53v2,-62,-90,-48,-152,-49xm26,0r0,-257v81,4,188,-23,191,63v0,27,-18,52,-45,58v33,4,55,30,55,63v0,24,-8,73,-92,73r-109,0xm50,-236r0,92v57,0,143,9,143,-44v0,-62,-83,-46,-143,-48","w":240},"C":{"d":"238,-179r-24,0v-9,-40,-42,-63,-79,-63v-132,1,-130,226,0,227v48,0,77,-37,82,-83r25,0v-7,63,-47,103,-107,103v-81,0,-121,-64,-121,-134v0,-70,40,-133,121,-133v49,0,97,29,103,83","w":253},"D":{"d":"50,-236r0,215v97,5,158,-9,158,-108v0,-99,-61,-113,-158,-107xm26,0r0,-257r89,0v77,2,118,44,118,128v0,84,-41,129,-118,129r-89,0","w":246},"E":{"d":"26,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0","w":213},"F":{"d":"26,0r0,-257r163,0r0,21r-139,0r0,93r124,0r0,21r-124,0r0,122r-24,0","w":193},"G":{"d":"246,-131r0,131r-18,0v-2,-15,0,-34,-4,-47v-17,37,-52,52,-89,52v-81,0,-121,-64,-121,-134v0,-70,40,-133,121,-133v54,0,98,29,107,85r-24,0v-3,-30,-34,-65,-83,-65v-132,1,-130,226,0,227v57,0,90,-41,89,-95r-88,0r0,-21r110,0","w":266},"H":{"d":"26,0r0,-257r24,0r0,112r153,0r0,-112r25,0r0,257r-25,0r0,-125r-153,0r0,125r-24,0","w":253},"I":{"d":"28,0r0,-257r24,0r0,257r-24,0","w":79},"J":{"d":"130,-82r0,-175r24,0r0,185v0,52,-20,77,-75,77v-59,0,-71,-42,-71,-87r24,0v1,22,-2,67,49,67v38,0,49,-20,49,-67","w":180},"K":{"d":"26,0r0,-257r24,0r0,138r150,-138r33,0r-115,106r120,151r-31,0r-107,-134r-50,46r0,88r-24,0","w":233},"L":{"d":"26,0r0,-257r24,0r0,236r144,0r0,21r-168,0","w":193},"M":{"d":"25,0r0,-257r36,0r89,225r89,-225r36,0r0,257r-25,0r-1,-222r-87,222r-23,0r-89,-222r0,222r-25,0","w":299},"N":{"d":"26,0r0,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0","w":253},"O":{"d":"12,-129v0,-70,41,-133,122,-133v81,0,121,63,121,133v0,70,-40,134,-121,134v-81,0,-122,-64,-122,-134xm134,-242v-132,1,-130,226,0,227v130,-1,130,-226,0,-227","w":266},"P":{"d":"26,0r0,-257r114,0v46,0,76,27,76,73v0,46,-30,74,-76,74r-90,0r0,110r-24,0xm50,-236r0,105v63,-2,142,15,142,-53v0,-67,-79,-50,-142,-52","w":226},"Q":{"d":"160,-69r37,28v59,-60,42,-201,-63,-201v-132,1,-130,226,0,227v19,0,34,-5,47,-13r-34,-26xm252,1r-12,16r-40,-31v-18,12,-39,19,-66,19v-81,0,-122,-64,-122,-134v0,-70,41,-133,122,-133v125,0,155,163,82,235","w":266},"R":{"d":"202,0v-16,-45,6,-114,-59,-114r-93,0r0,114r-24,0r0,-257v85,3,195,-22,196,67v1,33,-19,58,-50,66v62,4,34,81,57,124r-27,0xm50,-236r0,101v63,-2,144,15,147,-50v3,-65,-85,-50,-147,-51","w":240},"S":{"d":"13,-85r24,0v-1,53,37,70,84,70v27,0,68,-16,68,-53v0,-83,-167,-24,-168,-122v0,-25,17,-72,89,-72v51,0,95,26,95,79r-25,0v2,-72,-134,-84,-134,-7v0,47,64,42,101,54v35,12,67,26,67,68v0,18,-7,73,-98,73v-61,0,-106,-27,-103,-90","w":226},"T":{"d":"-2,-236r0,-21r204,0r0,21r-90,0r0,236r-24,0r0,-236r-90,0"},"U":{"d":"123,5v-136,0,-93,-142,-100,-262r25,0r0,159v0,60,28,83,75,83v48,0,76,-23,76,-83r0,-159r24,0v-7,120,37,262,-100,262","w":246},"V":{"d":"93,0r-96,-257r27,0r84,230r83,-230r26,0r-96,257r-28,0","w":213},"W":{"d":"71,0r-71,-257r26,0r59,225r63,-225r31,0r63,225r59,-225r24,0r-70,257r-26,0r-66,-230r-65,230r-27,0","w":326},"X":{"d":"88,-132r-87,-125r29,0r73,108r75,-108r27,0r-88,125r93,132r-29,0r-78,-113r-80,113r-27,0","w":206},"Y":{"d":"98,0r0,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0","w":219},"Z":{"d":"13,-236r0,-21r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0","w":206},"[":{"d":"85,69r-58,0r0,-331r58,0r0,19r-35,0r0,293r35,0r0,19","w":86},"\\":{"d":"125,5r-20,0r-110,-267r19,0","w":119},"]":{"d":"1,-262r58,0r0,331r-58,0r0,-19r36,0r0,-293r-36,0r0,-19","w":86},"^":{"d":"37,-86r-21,0r83,-163r18,0r83,163r-20,0r-72,-140","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"64,-170r-30,0v-1,-41,-2,-77,32,-87r0,15v-12,4,-18,22,-17,34r15,0r0,38","w":100},"a":{"d":"140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm42,-129r-23,0v2,-44,34,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-130,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43","w":186},"b":{"d":"109,-14v83,-1,82,-157,0,-158v-89,1,-89,157,0,158xm22,0r0,-257r22,0r1,107v10,-27,36,-41,64,-41v57,0,84,45,84,98v0,53,-27,98,-84,98v-31,1,-55,-17,-67,-40r0,35r-20,0","w":206},"c":{"d":"175,-127r-22,0v-6,-28,-23,-45,-53,-45v-44,0,-65,39,-65,79v0,40,21,79,65,79v28,0,51,-22,54,-53r23,0v-6,45,-36,72,-77,72v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98v40,0,70,22,75,64","w":186},"d":{"d":"97,-172v-83,1,-82,157,0,158v89,-1,89,-157,0,-158xm185,-257r0,257r-21,0v-1,-11,2,-26,-1,-35v-10,24,-39,40,-66,40v-57,0,-83,-45,-83,-98v0,-53,26,-98,83,-98v28,0,55,14,65,41r0,-107r23,0","w":206},"e":{"d":"178,-87r-143,0v0,33,17,73,61,73v33,0,51,-19,58,-47r23,0v-10,42,-34,66,-81,66v-59,0,-84,-45,-84,-98v0,-49,25,-98,84,-98v60,0,84,52,82,104xm35,-106r120,0v-1,-34,-22,-66,-59,-66v-37,0,-57,32,-61,66","w":186},"f":{"d":"93,-186r0,19r-36,0r0,167r-23,0r0,-167r-32,0r0,-19r32,0v-5,-48,12,-79,64,-70r0,20v-36,-9,-46,13,-41,50r36,0","w":93},"g":{"d":"96,-21v39,0,60,-36,60,-74v0,-36,-17,-77,-60,-77v-43,0,-61,38,-61,77v0,37,19,74,61,74xm179,-186r0,171v0,55,-22,89,-83,89v-37,0,-74,-16,-77,-56r23,0v5,27,29,37,54,37v50,0,66,-42,59,-95v-10,23,-32,38,-59,38v-59,0,-84,-43,-84,-96v0,-51,30,-93,84,-93v28,-1,49,18,60,37r0,-32r23,0"},"h":{"d":"21,0r0,-257r23,0r1,103v8,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0","w":193},"i":{"d":"22,0r0,-186r23,0r0,186r-23,0xm22,-221r0,-36r23,0r0,36r-23,0","w":66},"j":{"d":"22,23r0,-209r23,0r0,203v2,34,-16,59,-56,51r0,-19v21,5,33,-6,33,-26xm22,-221r0,-36r23,0r0,36r-23,0","w":66},"k":{"d":"22,0r0,-257r22,0r0,161r103,-90r30,0r-79,69r85,117r-29,0r-73,-101r-37,30r0,71r-22,0","w":180},"l":{"d":"22,0r0,-257r23,0r0,257r-23,0","w":66},"m":{"d":"22,0r0,-186r20,0v2,10,-3,26,2,32v16,-44,99,-53,114,-1v11,-24,35,-36,59,-36v87,0,55,114,61,191r-22,0r0,-125v0,-31,-12,-47,-44,-47v-74,0,-45,103,-51,172r-22,0r0,-126v0,-25,-10,-46,-39,-46v-76,0,-53,100,-56,172r-22,0","w":299},"n":{"d":"21,0r0,-186r23,0v1,10,-2,24,1,32v8,-22,33,-37,59,-37v98,0,61,108,68,191r-23,0v-8,-67,28,-171,-47,-172v-75,-1,-56,99,-58,172r-23,0","w":193},"o":{"d":"100,-191v57,0,88,45,88,98v0,53,-31,98,-88,98v-57,0,-88,-45,-88,-98v0,-53,31,-98,88,-98xm100,-172v-44,0,-65,39,-65,79v0,40,21,79,65,79v44,0,65,-39,65,-79v0,-40,-21,-79,-65,-79"},"p":{"d":"109,-14v83,-1,82,-157,0,-158v-50,0,-65,37,-65,79v0,39,17,79,65,79xm22,69r0,-255r20,0v1,11,-2,27,1,36v10,-25,36,-41,66,-41v57,0,84,45,84,98v0,53,-27,98,-84,98v-29,1,-53,-15,-65,-40r0,104r-22,0","w":206},"q":{"d":"97,-172v-83,1,-82,157,0,158v89,-1,89,-157,0,-158xm185,-186r0,255r-23,0r0,-104v-10,27,-37,40,-65,40v-57,0,-83,-45,-83,-98v0,-53,26,-98,83,-98v28,-1,55,19,67,41r0,-36r21,0","w":206},"r":{"d":"22,0r0,-186r20,0v1,14,-2,32,1,44v12,-30,37,-47,70,-46r0,22v-41,-2,-69,28,-69,67r0,99r-22,0","w":113},"s":{"d":"156,-131r-23,0v-1,-28,-23,-41,-49,-41v-20,0,-44,8,-44,32v15,55,123,17,122,90v0,40,-40,55,-75,55v-43,0,-72,-20,-76,-65r23,0v2,31,25,46,55,46v21,0,50,-9,50,-35v0,-58,-121,-20,-121,-90v0,-38,36,-52,69,-52v37,0,68,20,69,60","w":173},"t":{"d":"58,-242r0,56r37,0r0,19r-37,0r0,126v-4,23,16,27,37,23r0,19v-36,3,-60,0,-60,-41r0,-127r-32,0r0,-19r32,0r0,-56r23,0","w":106},"u":{"d":"172,-186r0,186r-21,0v-1,-10,2,-25,-1,-33v-24,60,-129,48,-129,-32r0,-121r23,0v8,67,-28,174,50,172v72,-3,52,-100,55,-172r23,0","w":193},"v":{"d":"72,0r-71,-186r25,0r59,163r58,-163r23,0r-70,186r-24,0","w":166},"w":{"d":"63,0r-60,-186r24,0r48,159r46,-159r25,0r46,159r48,-159r24,0r-60,186r-25,0r-46,-156r-46,156r-24,0","w":266},"x":{"d":"0,0r72,-96r-66,-90r28,0r53,71r52,-71r28,0r-67,89r73,97r-29,0r-58,-78r-58,78r-28,0","w":173},"y":{"d":"75,-1r-74,-185r24,0r61,159r57,-159r23,0r-81,214v-13,37,-29,45,-66,39r0,-19v37,12,47,-21,56,-49","w":166},"z":{"d":"156,-170r-123,151r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16","w":166},"{":{"d":"105,69v-56,11,-50,-48,-49,-99v0,-29,-5,-57,-26,-57r0,-19v62,-6,-21,-170,75,-156r0,19v-38,-4,-27,51,-27,87v0,40,-21,54,-25,60v5,3,25,19,25,58v0,34,-13,91,27,88r0,19","w":119},"|":{"d":"31,77r0,-360r19,0r0,360r-19,0","w":79},"}":{"d":"14,-262v55,-11,51,46,50,98v0,29,5,57,26,57r0,20v-62,6,21,170,-76,156r0,-19v39,5,27,-52,27,-88v0,-40,22,-53,26,-59v-5,-3,-26,-20,-26,-59v0,-34,13,-91,-27,-87r0,-19","w":119},"~":{"d":"70,-112v24,-1,56,23,77,23v14,0,23,-11,31,-24r13,13v-11,15,-23,31,-45,31v-37,0,-90,-50,-108,1r-13,-13v8,-15,21,-31,45,-31","w":216},"'":{"d":"39,-170r0,-87r23,0r0,87r-23,0","w":100},"\u201c":{"d":"109,-170r-31,0v-1,-42,-2,-76,33,-87r0,15v-12,4,-18,22,-17,34r15,0r0,38xm53,-170r-30,0v-1,-41,-2,-77,32,-87r0,15v-12,4,-18,22,-17,34r15,0r0,38","w":133},"\u2013":{"d":"180,-89r-180,0r0,-20r180,0r0,20","w":180},"\u201d":{"d":"80,-257r30,0v1,41,2,77,-32,87r0,-15v12,-4,18,-22,17,-34r-15,0r0,-38xm24,-257r31,0v1,41,2,77,-32,87r0,-15v12,-4,18,-22,17,-34r-16,0r0,-38","w":133},"\u2026":{"d":"75,0r-30,0r0,-38r30,0r0,38xm195,0r-30,0r0,-38r30,0r0,38xm315,0r-30,0r0,-38r30,0r0,38","w":360},"`":{"d":"36,-212r-47,-50r28,0r38,50r-19,0","w":66},"\u2014":{"d":"313,-89r-266,0r0,-20r266,0r0,20","w":360},"\u00c6":{"d":"185,-122r0,101r133,0r0,21r-158,0r0,-81r-93,0r-42,81r-28,0r135,-257r185,0r0,21r-132,0r0,93r124,0r0,21r-124,0xm78,-102r82,0r0,-134r-14,0","w":326},"\u0141":{"d":"26,-110r0,-147r24,0r0,130r88,-61r0,21r-88,60r0,86r144,0r0,21r-168,0r0,-90r-30,20r0,-20","w":193},"\u00d8":{"d":"209,-203r-143,159v16,18,38,29,68,29v97,-1,118,-120,75,-188xm58,-54r143,-159v-15,-17,-37,-29,-67,-29v-98,0,-119,119,-76,188xm242,-259r9,8r-26,30v61,78,28,226,-91,226v-36,0,-64,-12,-84,-32r-27,31r-10,-9r29,-31v-61,-80,-28,-229,92,-226v35,0,62,12,82,31","w":266},"\u0152":{"d":"135,-15v30,1,70,-15,70,-49r0,-119v6,-46,-38,-59,-70,-59v-63,0,-97,52,-97,113v0,61,34,114,97,114xm229,-236r0,93r133,0r0,21r-133,0r0,101r148,0r0,21r-172,0r0,-25v-17,20,-45,30,-70,30v-77,0,-122,-62,-122,-134v0,-72,45,-133,122,-133v27,0,53,7,70,26r0,-21r170,0r0,21r-146,0","w":386},"\u00e6":{"d":"163,-106r117,0v0,-34,-23,-66,-59,-66v-38,0,-59,31,-58,66xm140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm303,-87r-140,0v-3,40,17,73,61,73v31,0,49,-17,55,-46r22,0v-8,74,-127,91,-149,19v-12,58,-140,68,-140,-8v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43r-23,0v2,-44,34,-62,76,-62v25,0,58,6,62,38v10,-26,38,-38,65,-38v61,0,81,50,81,104","w":313},"\u0131":{"d":"45,0r-23,0r0,-186r23,0r0,186","w":66},"\u0142":{"d":"22,-142r0,-115r23,0r0,96r24,-20r0,20r-24,20r0,141r-23,0r0,-122r-24,19r0,-19","w":66},"\u00f8":{"d":"48,-44r98,-106v-10,-13,-26,-22,-46,-22v-62,0,-80,80,-52,128xm153,-141r-99,106v10,13,26,21,46,21v62,0,80,-78,53,-127xm161,-167v9,-7,17,-28,27,-13r-20,22v43,59,15,166,-68,163v-26,0,-46,-9,-60,-24r-22,23r-8,-7r22,-24v-42,-58,-16,-164,68,-164v26,0,47,9,61,24"},"\u0153":{"d":"95,-172v-47,0,-59,44,-59,83v0,37,16,75,59,75v46,0,55,-42,55,-80v0,-37,-10,-78,-55,-78xm288,-60r22,0v-10,73,-126,91,-148,18v-11,30,-34,47,-67,47v-58,0,-82,-46,-82,-98v0,-51,26,-98,83,-98v33,-1,55,17,67,46v10,-27,35,-46,68,-46v55,0,80,36,80,104r-139,0v0,36,18,73,58,73v31,0,50,-17,58,-46xm172,-106r116,0v0,-35,-21,-66,-58,-66v-38,0,-58,31,-58,66","w":320},"\u00d7":{"d":"94,-90r-67,-68r13,-14r68,68r68,-68r13,14r-68,68r68,68r-13,13r-68,-68r-68,68r-13,-13","w":216},"\u2122":{"d":"97,-109r-19,0r0,-132r-48,0r0,-16r115,0r0,16r-48,0r0,132xm190,-109r-19,0r0,-148r31,0r48,120r46,-120r31,0r0,148r-19,0r-1,-131r-52,131r-11,0r-54,-131r0,131","w":356},"\u00c5":{"d":"75,-310v0,-21,18,-38,39,-38v21,0,38,17,38,38v0,21,-17,39,-38,39v-21,0,-39,-18,-39,-39xm89,-310v0,14,11,25,25,25v14,0,24,-11,24,-25v0,-14,-10,-24,-24,-24v-14,0,-25,10,-25,24xm-3,0r104,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0xm114,-233r-52,132r101,0","w":226},"\u0160":{"d":"101,-278r-41,-50r24,0r30,36r32,-36r21,0r-41,50r-25,0xm13,-85r24,0v-1,53,37,70,84,70v27,0,68,-16,68,-53v0,-83,-167,-24,-168,-122v0,-25,17,-72,89,-72v51,0,95,26,95,79r-25,0v2,-72,-134,-84,-134,-7v0,47,64,42,101,54v35,12,67,26,67,68v0,18,-7,73,-98,73v-61,0,-106,-27,-103,-90","w":226},"\u0178":{"d":"154,-284r-24,0r0,-36r24,0r0,36xm90,-284r-24,0r0,-36r24,0r0,36xm98,0r0,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0","w":219},"\u017d":{"d":"91,-278r-41,-50r23,0r31,36r32,-36r21,0r-41,50r-25,0xm13,-236r0,-21r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0","w":206},"\u00e5":{"d":"55,-244v0,-21,18,-38,39,-38v21,0,38,17,38,38v0,21,-17,39,-38,39v-21,0,-39,-18,-39,-39xm69,-244v0,14,11,25,25,25v14,0,24,-11,24,-25v0,-14,-10,-24,-24,-24v-14,0,-25,10,-25,24xm140,-102v-30,22,-106,6,-106,52v0,23,21,36,42,36v46,0,71,-34,64,-88xm42,-129r-23,0v2,-44,34,-62,76,-62v33,0,68,10,68,60r0,98v-1,12,11,17,21,12r0,20v-28,6,-44,-8,-43,-31v-20,51,-130,53,-129,-17v0,-52,50,-54,99,-60v19,-2,29,-4,29,-25v0,-31,-21,-38,-48,-38v-28,0,-49,13,-50,43","w":186},"\u0161":{"d":"74,-212r-41,-50r24,0r30,36r32,-36r21,0r-41,50r-25,0xm156,-131r-23,0v-1,-28,-23,-41,-49,-41v-20,0,-44,8,-44,32v15,55,123,17,122,90v0,40,-40,55,-75,55v-43,0,-72,-20,-76,-65r23,0v2,31,25,46,55,46v21,0,50,-9,50,-35v0,-58,-121,-20,-121,-90v0,-38,36,-52,69,-52v37,0,68,20,69,60","w":173},"\u017e":{"d":"71,-212r-41,-50r23,0r31,36r32,-36r21,0r-41,50r-25,0xm156,-170r-123,151r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16","w":166},"\u00a0":{"w":100}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.
 All Rights
 * Reserved. This software is the property of Adobe Systems
 Incorporated and its
 * licensors, and may not be reproduced, used, 
 displayed, modified, disclosed or
 * transferred without the express 
 written approval of Adobe.
 
 The digitally
 * encoded machine readable outline data for producing
 the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG
 and/or its subsidiaries. All
 * Rights Reserved.
 This data is the property of Linotype-Hell AG and/or its
 * subsidiaries
 and may not be reproduced, used, displayed, modified, disclosed or
 * 
 transferred without the express written approval of Linotype-Hell AG 
 and/or
 * its subsidiaries.
 12 pt. Helvetica* Heavy 08130
 */
Cufon.registerFont({"w":226,"face":{"font-family":"helvetica","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":"5","bbox":"-13 -342 384 77","underline-thickness":"18","underline-position":"-36","stemh":"52","stemv":"61","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":113},"!":{"d":"85,-257v3,66,-9,117,-17,172r-29,0v-8,-55,-20,-106,-17,-172r63,0xm20,0r0,-67r67,0r0,67r-67,0","w":106},"\"":{"d":"106,-127r0,-130r52,0r0,130r-52,0xm22,-127r0,-130r52,0r0,130r-52,0","w":180},"#":{"d":"191,-106r0,38r-28,0r-9,68r-41,0r9,-68r-29,0r-9,68r-42,0r9,-68r-26,0r0,-38r32,0r5,-40r-26,0r0,-38r32,0r9,-67r41,0r-9,67r29,0r10,-67r41,0r-9,67r22,0r0,38r-28,0r-5,40r22,0xm133,-146r-29,0r-6,40r29,0"},"$":{"d":"124,-98r0,52v16,-1,34,-8,34,-25v0,-14,-13,-21,-34,-27xm107,-165r0,-46v-14,0,-31,6,-31,24v0,12,13,17,31,22xm107,-103v-45,-12,-98,-24,-98,-80v0,-55,51,-77,98,-79r0,-33r17,0r0,33v48,3,93,28,93,84r-67,0v1,-18,-11,-27,-26,-31r0,49v47,11,100,24,101,81v0,60,-48,82,-101,84r0,33r-17,0r0,-33v-57,-2,-105,-27,-105,-90r67,0v1,26,15,36,38,39r0,-57"},"%":{"d":"69,-185v0,14,0,40,20,40v19,0,19,-26,19,-40v0,-14,0,-40,-19,-40v-20,0,-20,26,-20,40xm129,10r-35,0r145,-271r36,0xm27,-185v0,-39,20,-69,62,-69v42,0,61,28,61,69v0,40,-17,69,-61,69v-44,0,-62,-29,-62,-69xm217,-66v0,-39,20,-69,62,-69v42,0,61,28,61,69v0,40,-17,69,-61,69v-44,0,-62,-29,-62,-69xm259,-66v0,14,0,40,20,40v19,0,19,-26,19,-40v0,-14,0,-40,-19,-40v-20,0,-20,26,-20,40","w":366},"&":{"d":"139,-63r-38,-45v-13,6,-30,19,-30,34v0,36,50,37,68,11xm190,0r-18,-22v-51,49,-161,29,-160,-51v0,-37,28,-61,59,-75v-48,-39,-12,-114,50,-114v39,0,73,25,73,66v0,30,-18,51,-44,64r27,32v5,-8,8,-16,9,-25r53,0v-2,23,-13,45,-29,62r54,63r-74,0xm120,-168v24,-8,36,-48,2,-51v-31,2,-19,40,-2,51","w":259},"\u2019":{"d":"25,-190r0,-67r57,0v2,65,4,122,-57,130r0,-29v16,-3,27,-17,26,-34r-26,0","w":106},"(":{"d":"58,-262r52,0v-52,99,-53,225,0,325r-52,0v-60,-105,-59,-221,0,-325","w":106},")":{"d":"-3,-262r52,0v59,104,60,220,0,325r-52,0v52,-100,52,-226,0,-325","w":106},"*":{"d":"107,-180r28,37r-29,22r-27,-39r-26,39r-29,-21r29,-38r-44,-13r11,-34r42,16r0,-46r36,0r0,46r41,-16r11,34","w":159},"+":{"d":"82,-117r0,-65r52,0r0,65r65,0r0,52r-65,0r0,65r-52,0r0,-65r-65,0r0,-52r65,0","w":216},",":{"d":"23,0r0,-67r67,0r0,59v0,51,-40,68,-67,71r0,-29v19,-5,28,-15,30,-34r-30,0","w":113},"-":{"d":"129,-72r-112,0r0,-52r112,0r0,52","w":146},".":{"d":"23,0r0,-67r67,0r0,67r-67,0","w":113},"\/":{"d":"-3,5r97,-267r56,0r-97,267r-56,0","w":146},"0":{"d":"113,-46v40,0,42,-47,42,-80v0,-33,-2,-78,-42,-78v-39,0,-41,45,-41,78v0,33,2,80,41,80xm112,3v-71,0,-99,-62,-99,-129v0,-67,28,-128,99,-128v73,0,102,61,102,128v0,67,-29,129,-102,129"},"1":{"d":"98,-154r-60,0r0,-45v35,1,71,-12,74,-52r51,0r0,251r-65,0r0,-154"},"2":{"d":"210,-175v1,70,-80,82,-116,123r119,0r0,52r-201,0v-4,-64,64,-104,104,-127v20,-11,33,-25,33,-42v0,-19,-13,-32,-32,-32v-32,0,-42,24,-42,51r-57,0v-4,-62,35,-104,98,-104v50,0,94,25,94,79"},"3":{"d":"93,-111r0,-42v26,0,56,2,56,-26v0,-16,-16,-25,-36,-25v-25,0,-38,12,-38,35r-58,0v1,-56,42,-85,96,-85v44,0,94,18,94,69v1,23,-14,44,-35,50v29,8,43,28,43,58v0,57,-52,80,-102,80v-59,0,-107,-30,-103,-94r58,0v-1,30,14,45,45,45v21,0,40,-9,40,-31v0,-34,-29,-37,-60,-34"},"4":{"d":"182,-108r33,0r0,52r-33,0r0,56r-61,0r0,-56r-110,0r0,-57r112,-138r59,0r0,143xm59,-108r64,0v-1,-26,2,-57,-1,-81"},"5":{"d":"8,-78r61,0v6,48,82,38,82,-9v0,-44,-59,-55,-79,-22r-56,0r25,-142r158,0r0,52r-111,0v-2,15,-9,33,-9,46v49,-41,133,-9,133,63v0,62,-45,93,-103,93v-55,0,-97,-21,-101,-81"},"6":{"d":"75,-85v0,22,15,39,39,39v26,0,43,-18,43,-39v0,-23,-15,-42,-43,-42v-23,0,-39,19,-39,42xm153,-186v-2,-16,-15,-23,-30,-23v-34,-1,-51,38,-49,64v42,-59,140,-15,140,56v0,60,-46,92,-101,92v-74,0,-100,-63,-100,-127v0,-70,34,-130,110,-130v45,0,80,22,88,68r-58,0"},"7":{"d":"58,0v-6,-49,55,-180,84,-195r-120,0r0,-56r182,0r0,49v-30,21,-90,142,-80,202r-66,0"},"8":{"d":"114,-113v-22,0,-42,12,-42,36v0,25,20,35,42,35v21,0,42,-9,42,-35v0,-23,-19,-36,-42,-36xm10,-74v-1,-30,22,-53,49,-60v-24,-6,-38,-27,-38,-51v0,-50,51,-69,93,-69v43,0,93,19,93,69v1,24,-16,45,-37,52v29,6,47,27,47,59v0,55,-53,77,-103,77v-49,0,-104,-18,-104,-77xm114,-209v-20,0,-38,8,-38,29v0,40,75,40,76,0v0,-21,-18,-29,-38,-29"},"9":{"d":"111,-123v26,0,42,-19,42,-42v0,-22,-16,-39,-42,-39v-23,0,-40,18,-40,39v0,23,15,42,40,42xm74,-65v2,15,18,23,34,23v32,1,47,-33,45,-63v-42,58,-140,15,-140,-59v0,-54,44,-90,96,-90v73,0,105,56,105,123v0,72,-30,134,-110,134v-46,0,-78,-22,-87,-68r57,0"},":":{"d":"90,-187r0,67r-67,0r0,-67r67,0xm23,0r0,-67r67,0r0,67r-67,0","w":113},";":{"d":"23,0r0,-67r67,0r0,59v0,52,-40,68,-67,71r0,-29v19,-5,28,-15,30,-34r-30,0xm90,-187r0,67r-67,0r0,-67r67,0","w":113},"<":{"d":"199,3r-182,-69r0,-51r182,-68r0,55r-110,39r110,38r0,56","w":216},"=":{"d":"199,-162r0,52r-182,0r0,-52r182,0xm199,-72r0,51r-182,0r0,-51r182,0","w":216},">":{"d":"17,3r0,-56r110,-38r-110,-39r0,-55r182,68r0,51","w":216},"?":{"d":"71,-85v-11,-66,58,-61,58,-104v0,-14,-11,-22,-24,-22v-22,0,-32,14,-31,38r-63,0v1,-57,38,-89,94,-89v45,0,90,23,90,73v0,35,-17,48,-44,65v-19,12,-24,17,-24,39r-56,0xm66,0r0,-67r66,0r0,67r-66,0","w":206},"@":{"d":"139,-91v41,4,52,-67,8,-67v-38,-3,-51,66,-8,67xm186,-176r3,-17r34,0r-16,86v-1,6,-4,20,3,20v15,0,33,-16,33,-55v0,-58,-39,-87,-94,-87v-60,0,-98,42,-98,101v0,91,107,126,172,79r35,0v-66,101,-245,49,-245,-79v0,-77,61,-134,137,-134v63,0,125,41,125,108v0,82,-68,104,-89,104v-14,1,-20,-7,-23,-17v-29,40,-94,5,-94,-47v0,-61,75,-114,117,-62","w":288},"A":{"d":"127,-186v-12,28,-19,61,-30,90r59,0xm-3,0r96,-257r68,0r96,257r-70,0r-16,-46r-89,0r-16,46r-69,0","w":253},"B":{"d":"90,-113r0,59v37,-2,90,11,90,-28v0,-43,-51,-29,-90,-31xm23,0r0,-257v88,7,213,-30,213,64v0,23,-14,42,-34,52v27,8,45,32,45,61v0,106,-126,76,-224,80xm90,-205r0,49v33,-3,79,12,79,-24v0,-38,-46,-22,-79,-25","w":259},"C":{"d":"261,-165r-67,0v-4,-26,-24,-40,-52,-40v-82,0,-81,153,0,153v31,0,49,-18,52,-48r67,0v-4,66,-53,105,-118,105v-78,0,-128,-59,-128,-134v0,-75,50,-133,128,-133v55,0,116,35,118,97","w":273},"D":{"d":"23,0r0,-257r111,0v79,0,126,47,126,127v0,84,-48,130,-126,130r-111,0xm90,-199r0,141v64,3,103,-8,103,-72v0,-60,-41,-73,-103,-69","w":273},"E":{"d":"23,0r0,-257r205,0r0,54r-138,0r0,45r126,0r0,51r-126,0r0,49r141,0r0,58r-208,0","w":246},"F":{"d":"23,0r0,-257r189,0r0,54r-122,0r0,52r106,0r0,52r-106,0r0,99r-67,0","w":219},"G":{"d":"260,-141r0,141r-43,0r-4,-28v-73,81,-200,3,-200,-101v0,-75,50,-133,128,-133v53,0,111,28,117,92r-67,0v-2,-22,-24,-35,-51,-35v-82,0,-81,153,0,153v33,0,55,-16,59,-39r-47,0r0,-50r108,0","w":280},"H":{"d":"22,0r0,-257r67,0r0,94r88,0r0,-94r67,0r0,257r-67,0r0,-106r-88,0r0,106r-67,0","w":266},"I":{"d":"23,0r0,-257r67,0r0,257r-67,0","w":113},"J":{"d":"190,-257r0,176v0,58,-30,86,-90,86v-72,-1,-92,-43,-90,-107r63,0v-1,26,-1,52,26,50v15,0,24,-9,24,-34r0,-171r67,0","w":213},"K":{"d":"23,0r0,-257r67,0r0,99r85,-99r83,0r-95,101r107,156r-84,0r-69,-108r-27,29r0,79r-67,0","w":266},"L":{"d":"23,0r0,-257r67,0r0,199r120,0r0,58r-187,0","w":219},"M":{"d":"23,0r0,-257r99,0r45,171r44,-171r99,0r0,257r-63,0r-1,-195r-54,195r-51,0r-55,-195r0,195r-63,0","w":333},"N":{"d":"22,0r0,-257r69,0r90,158r0,-158r63,0r0,257r-69,0r-90,-160r0,160r-63,0","w":266},"O":{"d":"13,-129v0,-75,46,-133,127,-133v81,0,127,58,127,133v0,75,-46,134,-127,134v-81,0,-127,-59,-127,-134xm140,-205v-82,0,-81,153,0,153v81,0,82,-153,0,-153","w":280},"P":{"d":"23,0r0,-257v99,3,213,-25,215,83v2,86,-65,92,-148,88r0,86r-67,0xm90,-203r0,65v37,-1,81,8,81,-32v0,-41,-43,-32,-81,-33","w":246},"Q":{"d":"266,-5r-31,32r-35,-35v-92,43,-187,-24,-187,-121v0,-75,46,-133,127,-133v121,0,161,148,95,227xm133,-73r30,-32r25,25v25,-46,13,-125,-48,-125v-82,0,-81,153,0,153v5,0,9,-1,13,-2","w":280},"R":{"d":"186,0v-16,-36,4,-94,-45,-94r-51,0r0,94r-67,0r0,-257v94,5,221,-26,221,72v0,28,-13,55,-40,65v49,14,28,78,48,120r-66,0xm90,-203r0,58v38,-1,88,10,87,-31v-1,-37,-51,-25,-87,-27","w":259},"S":{"d":"8,-86r67,0v1,30,21,40,49,40v20,0,41,-8,41,-27v0,-23,-37,-27,-74,-37v-37,-10,-75,-27,-75,-74v0,-107,208,-106,208,4r-67,0v1,-23,-21,-31,-42,-31v-14,0,-32,5,-32,22v0,20,37,24,74,34v37,10,75,28,75,74v0,65,-55,86,-112,86v-59,0,-112,-25,-112,-91","w":240},"T":{"d":"227,-257r0,58r-77,0r0,199r-67,0r0,-199r-77,0r0,-58r221,0","w":233},"U":{"d":"245,-257r0,151v0,75,-34,111,-112,111v-78,0,-112,-36,-112,-111r0,-151r67,0r0,155v0,33,12,50,45,50v33,0,45,-17,45,-50r0,-155r67,0","w":266},"V":{"d":"237,-257r-83,257r-77,0r-81,-257r70,0r51,191r50,-191r70,0","w":233},"W":{"d":"347,-257r-71,257r-67,0r-36,-177r-35,177r-69,0r-69,-257r67,0r37,188r38,-188r63,0r38,188r37,-188r67,0","w":346},"X":{"d":"-3,0r92,-135r-84,-122r79,0r43,80r45,-80r77,0r-83,122r90,135r-81,0r-48,-86r-53,86r-77,0","w":253},"Y":{"d":"247,-257r-93,161r0,96r-67,0r0,-96r-94,-161r76,0r51,104r51,-104r76,0","w":240},"Z":{"d":"9,0r0,-55r131,-144r-123,0r0,-58r210,0r0,52r-135,147r139,0r0,58r-222,0","w":240},"[":{"d":"25,63r0,-325r106,0r0,51r-49,0r0,222r49,0r0,52r-106,0","w":133},"\\":{"d":"53,-262r97,267r-56,0r-97,-267r56,0","w":146},"]":{"d":"108,-262r0,325r-105,0r0,-52r48,0r0,-222r-48,0r0,-51r105,0","w":133},"^":{"d":"74,-120r-57,0r58,-131r66,0r58,131r-58,0r-33,-85","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"82,-194r0,67r-57,0v-2,-65,-4,-122,57,-130r0,29v-16,3,-27,17,-26,34r26,0","w":106},"a":{"d":"135,-87v-18,10,-63,4,-63,33v0,15,11,22,25,22v29,0,39,-16,38,-55xm18,-129v1,-46,44,-63,89,-63v44,0,87,9,87,62v0,46,-6,93,7,130r-62,0v-2,-6,-2,-12,-3,-18v-37,38,-126,33,-126,-33v0,-61,67,-56,109,-65v10,-2,16,-5,16,-17v0,-29,-59,-26,-60,4r-57,0","w":213},"b":{"d":"21,0r0,-257r61,0r0,91v13,-17,31,-26,54,-26v53,0,79,45,79,94v0,53,-25,103,-84,103v-23,1,-38,-11,-52,-27r0,22r-58,0xm117,-145v-17,0,-37,11,-37,50v0,33,9,54,37,54v48,-1,51,-103,0,-104"},"c":{"d":"202,-118r-60,0v0,-16,-15,-27,-30,-27v-57,0,-51,102,-3,104v21,0,32,-12,35,-32r59,0v-5,50,-44,78,-94,78v-56,0,-97,-38,-97,-95v0,-59,37,-102,97,-102v46,0,89,25,93,74","w":213},"d":{"d":"110,-145v-53,1,-49,103,0,104v53,-1,49,-105,0,-104xm206,-257r0,257r-59,0r0,-22v-12,18,-30,27,-52,27v-59,0,-83,-50,-83,-103v0,-49,25,-94,78,-94v23,0,41,8,54,25r0,-90r62,0"},"e":{"d":"73,-113r76,0v-1,-21,-16,-38,-37,-38v-22,0,-35,15,-39,38xm210,-78r-137,0v-4,44,60,57,76,21r58,0v-11,43,-51,62,-93,62v-61,0,-102,-36,-102,-99v0,-57,45,-98,100,-98v67,0,101,51,98,114","w":219},"f":{"d":"34,0r0,-147r-30,0r0,-40r30,0v-4,-66,39,-74,100,-69r0,43v-22,-3,-43,-3,-39,26r37,0r0,40r-37,0r0,147r-61,0","w":133},"g":{"d":"143,-98v0,-24,-9,-47,-36,-47v-49,0,-49,90,-1,90v26,0,37,-20,37,-43xm77,6v2,16,14,20,33,20v35,0,34,-33,31,-61v-11,17,-29,27,-49,27v-57,0,-82,-40,-82,-93v0,-75,91,-125,133,-62r0,-24r58,0r0,164v0,31,-6,89,-93,89v-44,0,-85,-10,-92,-60r61,0","w":219},"h":{"d":"21,0r0,-257r61,0r0,96v9,-19,35,-31,57,-31v62,0,68,45,68,72r0,120r-62,0r0,-90v0,-26,3,-52,-30,-52v-55,0,-26,90,-33,142r-61,0"},"i":{"d":"23,0r0,-187r61,0r0,187r-61,0xm84,-257r0,47r-61,0r0,-47r61,0","w":106},"j":{"d":"84,-187r0,187v3,60,-36,66,-93,63r0,-50v17,0,32,1,32,-17r0,-183r61,0xm84,-257r0,47r-61,0r0,-47r61,0","w":106},"k":{"d":"21,0r0,-257r61,0r0,132r56,-62r70,0r-68,71r77,116r-74,0r-45,-75r-16,15r0,60r-61,0","w":213},"l":{"d":"23,0r0,-257r61,0r0,257r-61,0","w":106},"m":{"d":"21,0r0,-187r59,0v1,8,-2,20,1,26v19,-39,88,-44,108,-1v15,-20,33,-30,58,-30v100,0,56,108,66,192r-61,0r0,-110v0,-20,-10,-32,-26,-32v-26,0,-29,21,-29,51r0,91r-61,0r0,-106v0,-22,-6,-36,-23,-36v-47,0,-27,95,-31,142r-61,0","w":333},"n":{"d":"21,0r0,-187r59,0v1,8,-2,20,1,26v11,-19,36,-31,58,-31v62,0,68,45,68,72r0,120r-62,0r0,-90v0,-26,3,-52,-30,-52v-55,0,-26,90,-33,142r-61,0"},"o":{"d":"110,-145v-51,2,-51,102,0,104v51,-2,51,-102,0,-104xm12,-93v0,-56,40,-99,98,-99v58,0,98,43,98,99v0,56,-40,98,-98,98v-58,0,-98,-42,-98,-98","w":219},"p":{"d":"117,-145v-17,0,-37,11,-37,50v0,33,9,54,37,54v48,-1,51,-103,0,-104xm21,63r0,-250r58,0v1,7,-2,17,1,22v12,-18,29,-27,51,-27v59,0,84,50,84,103v0,49,-26,94,-79,94v-23,0,-41,-8,-54,-25r0,83r-61,0"},"q":{"d":"110,-145v-50,1,-52,103,-1,104v17,0,38,-12,38,-51v0,-25,-8,-53,-37,-53xm206,-187r0,250r-62,0r0,-84v-13,17,-31,26,-54,26v-53,0,-78,-45,-78,-94v0,-53,24,-103,83,-103v22,0,40,9,52,27r0,-22r59,0"},"r":{"d":"23,0r0,-187r59,0v1,10,-2,25,1,33v11,-28,36,-40,70,-35r0,56v-34,-13,-69,8,-69,40r0,93r-61,0","w":153},"s":{"d":"128,-132v0,-16,-13,-20,-28,-21v-10,0,-26,1,-26,14v0,18,41,21,69,27v38,8,48,36,48,51v0,50,-48,66,-90,66v-44,0,-89,-15,-91,-67r58,0v-2,32,62,40,62,8v0,-14,-19,-17,-30,-20v-39,-10,-87,-11,-87,-61v0,-45,48,-57,85,-57v41,0,84,11,86,60r-56,0","w":200},"t":{"d":"133,-187r0,40r-38,0r0,85v-1,21,20,18,38,17r0,45v-58,6,-99,2,-99,-64r0,-83r-31,0r0,-40r31,0r0,-56r61,0r0,56r38,0","w":140},"u":{"d":"206,-187r0,187r-59,0v-1,-8,2,-20,-1,-26v-12,19,-35,31,-57,31v-96,3,-63,-108,-69,-192r61,0r0,109v0,25,12,33,31,33v13,0,33,-9,33,-42r0,-100r61,0"},"v":{"d":"194,-187r-62,187r-71,0r-62,-187r64,0r35,124r34,-124r62,0","w":193},"w":{"d":"300,-187r-58,187r-62,0r-31,-124r-29,124r-62,0r-58,-187r62,0r32,121r27,-121r58,0r28,121r31,-121r62,0","w":299},"x":{"d":"-3,0r65,-98r-59,-89r68,0r26,45r26,-45r65,0r-58,88r66,99r-68,0r-32,-54r-31,54r-68,0","w":193},"y":{"d":"196,-187r-74,204v-17,51,-51,46,-107,46r0,-50v23,1,47,0,46,-21v-15,-63,-44,-120,-64,-179r65,0r36,122r36,-122r62,0","w":193},"z":{"d":"8,0r0,-48r93,-92r-86,0r0,-47r164,0r0,47r-93,93r100,0r0,47r-178,0","w":193},"{":{"d":"128,-262r0,43v-48,-9,-34,41,-34,82v0,29,-28,32,-41,36v15,1,41,4,41,38v0,35,-21,88,34,82r0,44v-51,2,-90,2,-91,-54r0,-62v0,-23,-23,-25,-32,-25r0,-43v9,0,32,-2,32,-22r0,-68v1,-57,41,-52,91,-51","w":133},"|":{"d":"14,77r0,-360r52,0r0,360r-52,0","w":79},"}":{"d":"5,63r0,-44v48,9,34,-41,34,-82v0,-35,28,-35,41,-39v-15,-1,-41,-7,-41,-35v0,-35,21,-88,-34,-82r0,-43v50,0,91,-7,91,51r0,68v0,20,23,22,32,22r0,43v-9,0,-32,2,-32,25r0,62v-1,57,-39,56,-91,54","w":133},"~":{"d":"70,-129v24,0,56,23,77,24v14,0,23,-13,31,-26r13,47v-11,15,-23,31,-45,31v-36,0,-90,-50,-108,2r-13,-47v8,-15,21,-31,45,-31","w":216},"'":{"d":"27,-127r0,-130r52,0r0,130r-52,0","w":106},"\u201c":{"d":"77,-194r0,67r-57,0v-2,-65,-4,-122,57,-130r0,29v-16,3,-27,17,-26,34r26,0xm160,-194r0,67r-57,0v-2,-65,-4,-122,57,-130r0,29v-16,3,-27,17,-26,34r26,0","w":180},"\u2013":{"d":"0,-72r0,-52r180,0r0,52r-180,0","w":180},"\u201d":{"d":"103,-190r0,-67r57,0v2,65,4,122,-57,130r0,-29v16,-3,27,-17,26,-34r-26,0xm20,-190r0,-67r57,0v2,65,4,122,-57,130r0,-29v16,-3,27,-17,26,-34r-26,0","w":180},"\u2026":{"d":"94,0r-67,0r0,-67r67,0r0,67xm213,0r-66,0r0,-67r66,0r0,67xm333,0r-67,0r0,-67r67,0r0,67","w":360},"`":{"d":"52,-261r35,54r-43,0r-57,-54r65,0","w":106},"\u2014":{"d":"47,-72r0,-52r266,0r0,52r-266,0","w":360},"\u00c6":{"d":"154,-203r-47,107r59,0r0,-107r-12,0xm-5,0r120,-257r233,0r0,54r-118,0r0,45r111,0r0,51r-111,0r0,49r122,0r0,58r-186,0r0,-46r-79,0r-21,46r-71,0","w":366},"\u0141":{"d":"23,0r0,-68r-24,16r0,-43r24,-16r0,-146r67,0r0,99r65,-44r0,43r-65,44r0,57r120,0r0,58r-187,0","w":219},"\u00d8":{"d":"87,-90r91,-100v-9,-9,-21,-15,-38,-15v-57,1,-70,66,-53,115xm193,-166r-91,99v9,9,22,15,38,15v56,-1,71,-66,53,-114xm249,-269r21,18r-31,34v61,81,19,222,-99,222v-32,0,-59,-9,-80,-26r-32,35r-20,-18r33,-36v-61,-81,-19,-222,99,-222v32,0,59,8,80,25","w":280},"\u0152":{"d":"381,-257r0,54r-125,0r0,45r114,0r0,51r-114,0r0,49r128,0r0,58r-190,0r0,-16v-80,63,-181,-23,-181,-113v0,-69,46,-133,122,-133v22,-1,44,7,59,22r0,-17r187,0xm143,-205v-47,0,-63,37,-63,76v0,39,16,77,63,77v45,0,50,-45,50,-94v0,-30,-18,-59,-50,-59","w":399},"\u00e6":{"d":"193,-113r73,0v0,-21,-12,-38,-35,-38v-22,0,-36,18,-38,38xm140,-87v-17,13,-69,3,-68,34v0,17,17,21,29,21v44,0,39,-39,39,-55xm18,-129v0,-70,114,-81,157,-40v64,-60,169,7,153,91r-135,0v-7,41,60,58,74,21r58,0v-12,62,-116,85,-161,34v-41,39,-154,46,-154,-28v0,-61,67,-55,109,-65v19,-4,21,-9,21,-16v-2,-30,-64,-28,-65,3r-57,0","w":339},"\u0131":{"d":"84,0r-61,0r0,-187r61,0r0,187","w":106},"\u0142":{"d":"23,0r0,-97r-28,21r0,-40r28,-22r0,-119r61,0r0,73r28,-22r0,41r-28,21r0,144r-61,0","w":106},"\u00f8":{"d":"76,-69r58,-67v-37,-29,-76,20,-58,67xm144,-117r-57,66v37,30,74,-18,57,-66xm32,12r-15,-11r21,-25v-56,-58,-16,-168,72,-168v22,0,41,6,57,17r19,-22r16,14r-19,22v55,58,14,166,-73,166v-22,0,-41,-6,-57,-17","w":219},"\u0153":{"d":"199,-113r76,0v-3,-22,-13,-38,-37,-38v-22,0,-38,17,-39,38xm112,-145v-54,0,-55,103,0,104v28,0,35,-30,35,-52v0,-23,-6,-52,-35,-52xm337,-78r-137,0v-4,41,62,59,76,21r59,0v-18,65,-115,84,-162,35v-54,59,-161,17,-161,-69v0,-88,106,-135,164,-74v14,-18,42,-27,64,-27v68,0,98,51,97,114","w":346},"\u00d7":{"d":"71,-91r-52,-52r37,-37r52,52r52,-52r37,37r-52,52r52,52r-37,36r-52,-51r-52,51r-37,-36","w":216},"\u2122":{"d":"139,-257r0,34r-40,0r0,114r-45,0r0,-114r-39,0r0,-34r124,0xm225,-257r32,86r32,-86r56,0r0,148r-39,0r-1,-97r-32,97r-32,0r-33,-97r0,97r-39,0r0,-148r56,0","w":360},"\u00c5":{"d":"127,-265v-21,0,-39,-18,-39,-39v0,-21,18,-38,39,-38v21,0,38,16,38,38v0,21,-17,39,-38,39xm127,-285v10,0,18,-9,18,-19v0,-11,-8,-19,-18,-19v-10,0,-19,8,-19,19v0,10,9,19,19,19xm127,-186v-12,28,-19,61,-30,90r59,0xm-3,0r96,-257r68,0r96,257r-70,0r-16,-46r-89,0r-16,46r-69,0","w":253},"\u0160":{"d":"148,-273r-55,0r-40,-54r46,0r21,29r22,-29r46,0xm8,-86r67,0v1,30,21,40,49,40v20,0,41,-8,41,-27v0,-23,-37,-27,-74,-37v-37,-10,-75,-27,-75,-74v0,-107,208,-106,208,4r-67,0v1,-23,-21,-31,-42,-31v-14,0,-32,5,-32,22v0,20,37,24,74,34v37,10,75,28,75,74v0,65,-55,86,-112,86v-59,0,-112,-25,-112,-91","w":240},"\u0178":{"d":"186,-278r-54,0r0,-45r54,0r0,45xm55,-278r0,-45r54,0r0,45r-54,0xm247,-257r-93,161r0,96r-67,0r0,-96r-94,-161r76,0r51,104r51,-104r76,0","w":240},"\u017d":{"d":"148,-273r-55,0r-40,-54r46,0r21,29r22,-29r46,0xm9,0r0,-55r131,-144r-123,0r0,-58r210,0r0,52r-135,147r139,0r0,58r-222,0","w":240},"\u00e5":{"d":"107,-202v-21,0,-39,-17,-39,-38v0,-21,18,-39,39,-39v21,0,38,17,38,39v0,21,-17,38,-38,38xm107,-221v10,0,19,-9,19,-19v0,-11,-9,-19,-19,-19v-10,0,-19,8,-19,19v0,10,9,19,19,19xm135,-87v-18,10,-63,4,-63,33v0,15,11,22,25,22v29,0,39,-16,38,-55xm18,-129v1,-46,44,-63,89,-63v44,0,87,9,87,62v0,46,-6,93,7,130r-62,0v-2,-6,-2,-12,-3,-18v-37,38,-126,33,-126,-33v0,-61,67,-56,109,-65v10,-2,16,-5,16,-17v0,-29,-59,-26,-60,4r-57,0","w":213},"\u0161":{"d":"127,-207r-54,0r-41,-54r46,0r22,29r22,-29r46,0xm128,-132v0,-16,-13,-20,-28,-21v-10,0,-26,1,-26,14v0,18,41,21,69,27v38,8,48,36,48,51v0,50,-48,66,-90,66v-44,0,-89,-15,-91,-67r58,0v-2,32,62,40,62,8v0,-14,-19,-17,-30,-20v-39,-10,-87,-11,-87,-61v0,-45,48,-57,85,-57v41,0,84,11,86,60r-56,0","w":200},"\u017e":{"d":"124,-207r-55,0r-40,-54r46,0r22,29r21,-29r47,0xm8,0r0,-48r93,-92r-86,0r0,-47r164,0r0,47r-93,93r100,0r0,47r-178,0","w":193},"\u00a0":{"w":113}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.
 All Rights
 * Reserved. This software is the property of Adobe Systems
 Incorporated and its
 * licensors, and may not be reproduced, used, 
 displayed, modified, disclosed or
 * transferred without the express 
 written approval of Adobe.
 
 The digitally
 * encoded machine readable outline data for producing
 the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG
 and/or its subsidiaries. All
 * Rights Reserved.
 This data is the property of Linotype-Hell AG and/or its
 * subsidiaries
 and may not be reproduced, used, displayed, modified, disclosed or
 * 
 transferred without the express written approval of Linotype-Hell AG 
 and/or
 * its subsidiaries.
 12 pt. Helvetica* Light Italic 13472
 */
Cufon.registerFont({"w":200,"face":{"font-family":"helvetica","font-weight":200,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-49 -342 396 77","underline-thickness":"18","underline-position":"-36","slope":"-12","stemh":"19","stemv":"23","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"39,0r-31,0r9,-38r30,0xm44,-64r-14,0r19,-113r18,-80r24,0","w":100},"\"":{"d":"49,-170r0,-87r21,0r0,87r-21,0xm94,-170r0,-87r21,0r0,87r-21,0","w":133},"#":{"d":"179,-96r-4,16r-36,0r-11,80r-18,0r11,-80r-51,0r-11,80r-18,0r11,-80r-39,0r3,-16r38,0r8,-57r-39,0r3,-16r38,0r12,-80r18,0r-12,80r51,0r11,-80r18,0r-11,80r38,0r-4,16r-36,0r-8,57r38,0xm131,-153r-51,0r-8,57r51,0"},"$":{"d":"96,-146r21,-96v-33,0,-69,14,-69,52v0,30,25,36,48,44xm107,-120r-22,104v35,4,78,-15,78,-55v0,-33,-29,-42,-56,-49xm206,-182r-24,0v0,-38,-18,-54,-50,-58r-20,99v37,11,76,21,76,67v0,27,-24,84,-108,79r-6,31r-16,0r7,-33v-45,-6,-76,-35,-73,-88r24,0v-2,42,19,62,53,67r23,-106v-36,-8,-69,-25,-68,-65v0,-55,49,-73,97,-73r4,-19r16,0r-4,20v42,5,72,28,69,79"},"%":{"d":"37,12r206,-272r19,0r-205,272r-20,0xm73,-118v-32,0,-49,-20,-49,-50v0,-40,22,-86,67,-86v30,0,48,21,48,50v0,40,-20,86,-66,86xm73,-134v34,0,47,-41,47,-69v0,-20,-8,-35,-30,-35v-33,0,-47,43,-47,70v0,18,10,34,30,34xm209,5v-32,0,-48,-20,-48,-50v0,-40,22,-86,67,-86v30,0,48,21,48,50v0,40,-21,86,-67,86xm209,-11v34,0,47,-41,47,-69v0,-20,-8,-35,-30,-35v-33,0,-47,43,-47,70v0,18,10,34,30,34","w":299},"&":{"d":"100,-151v20,-11,53,-28,53,-55v0,-21,-16,-32,-35,-32v-48,0,-42,61,-18,87xm143,-47r-51,-79v-28,14,-63,31,-63,67v0,58,89,56,114,12xm176,-113r23,0v-5,24,-15,46,-31,67r30,46r-26,0r-19,-30v-35,51,-147,50,-147,-30v0,-45,40,-65,76,-82v-39,-38,-31,-115,37,-115v29,0,57,16,57,47v0,38,-37,58,-66,74r46,72v10,-13,16,-32,20,-49","w":219},"\u2019":{"d":"40,-170r2,-14v17,-5,21,-20,25,-35r-15,0r9,-38r30,0v-11,36,-8,82,-51,87","w":100},"(":{"d":"56,69r-15,0v-49,-124,-15,-251,64,-331r19,0v-76,88,-107,203,-68,331","w":93},")":{"d":"31,-262r16,0v50,124,14,251,-65,331r-19,0v76,-88,109,-203,68,-331","w":93},"*":{"d":"62,-202r-36,-20r7,-12r37,20r10,-43r14,0r-9,45r41,-9r2,14r-41,9r21,36r-13,7r-22,-38r-31,33r-10,-10","w":126},"+":{"d":"99,-100r0,-81r19,0r0,81r81,0r0,19r-81,0r0,81r-19,0r0,-81r-81,0r0,-19r81,0","w":216},",":{"d":"-4,49r3,-14v17,-5,20,-20,24,-35r-15,0r9,-38r30,0v-11,36,-8,82,-51,87","w":100},"-":{"d":"14,-89r4,-20r90,0r-4,20r-90,0","w":133},".":{"d":"39,0r-31,0r9,-38r30,0","w":100},"\/":{"d":"141,-262r-148,267r-21,0r148,-267r21,0","w":119},"0":{"d":"78,5v-54,0,-69,-47,-69,-93v0,-63,33,-166,111,-166v54,0,71,40,71,88v0,68,-30,171,-113,171xm168,-168v0,-34,-10,-67,-51,-67v-61,0,-85,106,-85,154v0,35,11,67,51,67v63,0,85,-106,85,-154"},"1":{"d":"48,-189r5,-18v31,-5,63,-18,80,-45r17,0r-54,252r-23,0r45,-209v-22,12,-46,16,-70,20"},"2":{"d":"-4,0v1,-104,170,-98,170,-190v0,-31,-25,-45,-52,-45v-39,0,-61,31,-63,67r-22,0v2,-50,37,-86,87,-86v40,0,72,23,72,65v-2,93,-141,96,-166,168r141,0r-4,21r-163,0"},"3":{"d":"3,-80r23,0v-2,39,15,66,55,66v37,0,68,-25,68,-62v-1,-39,-31,-49,-68,-47r4,-19v41,1,80,-1,80,-49v0,-29,-23,-44,-49,-44v-37,0,-57,24,-63,60r-23,0v9,-48,37,-79,87,-79v37,0,71,21,71,62v0,31,-22,56,-53,61v25,6,37,27,37,53v0,53,-43,83,-89,83v-59,0,-81,-35,-80,-85"},"4":{"d":"147,-213r-121,131r93,0xm4,-84r154,-168r20,0r-37,170r39,0r-5,19r-37,0r-14,63r-23,0r14,-63r-115,0"},"5":{"d":"22,-121r41,-128r129,0r-6,21r-110,0r-26,81v44,-43,125,-13,125,54v0,57,-38,98,-96,98v-47,0,-77,-29,-74,-76r23,0v-3,36,18,57,54,57v78,0,103,-134,16,-134v-22,0,-44,8,-56,29"},"6":{"d":"157,-91v0,-33,-24,-54,-57,-54v-74,0,-91,131,-9,131v44,0,66,-37,66,-77xm13,-80v0,-74,35,-174,114,-174v43,0,70,22,70,66r-23,0v-1,-32,-17,-47,-49,-47v-54,0,-74,65,-84,106v34,-61,139,-36,139,41v0,54,-37,93,-92,93v-51,0,-75,-37,-75,-85"},"7":{"d":"40,-228r5,-21r161,0r-5,20v-63,61,-113,144,-139,229r-26,0v29,-93,81,-165,141,-228r-137,0"},"8":{"d":"29,-66v0,36,27,52,60,52v37,0,65,-23,65,-60v0,-37,-27,-50,-62,-50v-35,0,-63,22,-63,58xm176,-73v3,95,-170,110,-170,7v0,-41,32,-65,67,-72v-22,-7,-36,-27,-36,-50v-2,-83,150,-92,151,-5v1,33,-24,53,-53,61v28,8,41,31,41,59xm114,-235v-28,0,-54,17,-54,48v0,30,23,44,51,44v30,0,54,-17,54,-49v0,-30,-23,-43,-51,-43"},"9":{"d":"109,-235v-44,0,-67,37,-67,77v0,33,25,54,58,54v74,0,91,-131,9,-131xm186,-169v0,74,-34,176,-113,174v-43,0,-70,-21,-70,-65r23,0v1,32,16,46,48,46v53,1,78,-67,84,-106v-34,61,-138,36,-138,-41v0,-54,37,-93,92,-93v51,0,74,37,74,85"},":":{"d":"39,0r-31,0r9,-38r30,0xm71,-142r-30,0r8,-38r31,0","w":100},";":{"d":"-4,49r3,-14v17,-5,20,-20,24,-35r-15,0r9,-38r30,0v-11,36,-8,82,-51,87xm71,-142r-30,0r8,-38r31,0","w":100},"<":{"d":"199,-17r0,20r-182,-84r0,-20r182,-84r0,20r-160,74","w":216},"=":{"d":"199,-136r0,19r-181,0r0,-19r181,0xm199,-65r0,19r-181,0r0,-19r181,0","w":216},">":{"d":"17,-17r160,-74r-160,-74r0,-20r182,84r0,20r-182,84r0,-20","w":216},"?":{"d":"187,-202v0,68,-90,73,-94,136r-23,0v0,-69,95,-70,95,-133v0,-29,-21,-44,-49,-44v-38,0,-59,29,-62,66r-23,0v2,-52,34,-85,86,-85v36,0,70,20,70,60xm53,0r8,-38r31,0r-9,38r-30,0","w":193},"@":{"d":"153,-184v-37,0,-61,50,-61,84v0,22,13,34,30,34v33,0,60,-52,60,-84v0,-17,-15,-34,-29,-34xm202,-196r19,0r-35,104v-5,15,-7,30,5,30v32,0,61,-50,61,-90v0,-59,-47,-94,-102,-94v-67,0,-114,53,-114,119v0,66,48,116,114,116v35,0,72,-18,93,-48r19,0v-22,40,-67,64,-112,64v-77,0,-133,-59,-133,-135v0,-75,59,-132,132,-132v69,0,122,46,122,112v0,58,-43,104,-83,104v-12,0,-24,-8,-25,-24v-26,39,-94,26,-94,-29v0,-50,35,-104,86,-104v16,0,30,9,38,31","w":288},"A":{"d":"-27,0r157,-257r27,0r47,257r-26,0r-13,-80r-117,0r-48,80r-27,0xm140,-236v-29,43,-53,91,-80,135r102,0","w":226},"B":{"d":"53,-123r-22,102v71,-1,161,14,161,-57v0,-64,-81,-40,-139,-45xm2,0r56,-257v74,3,169,-20,170,59v0,33,-23,59,-56,64v27,3,44,26,44,53v-2,100,-117,79,-214,81xm78,-236r-20,92v64,-1,145,11,145,-52v0,-57,-73,-36,-125,-40","w":240},"C":{"d":"248,-176r-25,0v-1,-43,-29,-66,-71,-66v-77,0,-115,70,-115,140v0,53,32,87,85,87v41,0,74,-28,87,-73r24,0v-12,53,-49,93,-115,93v-67,0,-106,-44,-106,-109v0,-82,52,-158,140,-158v54,0,95,29,96,86","w":253},"D":{"d":"78,-236r-47,215r62,0v85,1,121,-67,121,-138v0,-74,-60,-82,-136,-77xm2,0r56,-257r82,0v74,0,98,41,98,103v0,81,-48,154,-140,154r-96,0","w":246},"E":{"d":"2,0r55,-257r172,0r-5,21r-147,0r-20,93r138,0r-5,21r-137,0r-22,101r151,0r-5,21r-175,0","w":206},"F":{"d":"2,0r55,-257r164,0r-4,21r-140,0r-20,93r124,0r-4,21r-124,0r-27,122r-24,0","w":193},"G":{"d":"254,-178r-24,0v-1,-43,-33,-64,-80,-64v-68,0,-113,69,-113,138v0,53,28,89,83,89v57,0,93,-41,102,-95r-88,0r5,-21r110,0r-27,131r-17,0v1,-14,6,-31,4,-43v-49,84,-197,54,-197,-59v0,-83,48,-160,140,-160v64,0,100,31,102,84","w":266},"H":{"d":"2,0r55,-257r24,0r-24,112r149,0r24,-112r24,0r-55,257r-24,0r27,-125r-149,0r-27,125r-24,0","w":253},"I":{"d":"2,0r54,-257r25,0r-55,257r-24,0","w":79},"J":{"d":"-4,-82r25,0v-12,36,2,67,41,67v37,0,49,-29,55,-59r39,-183r25,0r-41,192v-10,45,-31,70,-80,70v-49,0,-78,-35,-64,-87","w":180},"K":{"d":"2,0r55,-257r24,0r-29,138r166,-138r34,0r-131,107r91,150r-28,0r-81,-135r-58,46r-19,89r-24,0","w":233},"L":{"d":"2,0r55,-257r25,0r-51,236r142,0r-5,21r-166,0","w":193},"M":{"d":"1,0r56,-257r35,0r40,231r141,-231r36,0r-55,257r-24,0r52,-233r-142,233r-25,0r-42,-236r-49,236r-23,0","w":306},"N":{"d":"0,0r55,-257r28,0r103,230r48,-230r24,0r-56,257r-27,0r-104,-230r-48,230r-23,0","w":253},"O":{"d":"234,-149v0,-53,-25,-93,-82,-93v-77,0,-115,70,-115,140v0,53,32,87,85,87v70,0,112,-70,112,-134xm118,5v-67,0,-106,-44,-106,-109v0,-82,52,-158,140,-158v66,0,106,42,106,107v0,84,-49,160,-140,160","w":266},"P":{"d":"2,0r55,-257v76,1,173,-17,172,63v0,53,-37,84,-88,84r-91,0r-24,110r-24,0xm77,-236r-22,105v69,0,150,11,150,-59v0,-62,-72,-43,-128,-46","w":226},"Q":{"d":"201,-22r33,30r-15,15r-36,-34v-75,41,-171,-1,-171,-93v0,-82,52,-158,140,-158v66,0,106,42,106,107v0,53,-20,103,-57,133xm138,-54r14,-14r32,30v66,-46,78,-204,-32,-204v-77,0,-115,70,-115,140v0,70,71,107,129,75","w":266},"R":{"d":"2,0r55,-257v77,3,176,-20,176,64v0,39,-29,65,-65,71v55,10,19,79,34,122r-26,0v-12,-40,22,-113,-35,-114r-91,0r-24,114r-24,0xm77,-236r-22,101v68,-1,151,14,154,-56v3,-64,-77,-41,-132,-45","w":233},"S":{"d":"219,-182r-25,0v0,-45,-24,-60,-68,-60v-32,0,-66,15,-66,52v1,39,42,41,71,51v34,12,69,22,69,65v0,25,-15,79,-99,79v-58,0,-100,-28,-97,-90r24,0v-3,50,28,70,75,70v33,0,73,-17,73,-56v0,-76,-140,-33,-140,-118v0,-51,45,-73,91,-73v52,0,95,21,92,80","w":226},"T":{"d":"25,-236r4,-21r201,0r-4,21r-88,0r-52,236r-24,0r51,-236r-88,0"},"U":{"d":"17,-68v0,-67,25,-126,37,-189r24,0r-34,163v-11,50,17,80,68,79v46,0,74,-25,83,-68r36,-174r25,0r-37,176v-13,60,-51,86,-110,86v-45,0,-92,-19,-92,-73","w":253},"V":{"d":"63,0r-40,-257r25,0r34,236r131,-236r27,0r-148,257r-29,0","w":213},"W":{"d":"45,0r-19,-257r24,0r14,229r110,-229r29,0r18,226r106,-226r25,0r-124,257r-26,0r-18,-234r-112,234r-27,0","w":326},"X":{"d":"-24,0r118,-134r-64,-123r27,0r54,108r93,-108r29,0r-112,127r67,130r-26,0r-57,-114r-101,114r-28,0","w":206},"Y":{"d":"108,-127r107,-130r30,0r-129,153r-22,104r-25,0r23,-106r-68,-151r26,0","w":206},"Z":{"d":"35,-236r5,-21r185,0r-4,20r-206,216r172,0r-5,21r-200,0r5,-22r205,-214r-157,0","w":206},"[":{"d":"48,69r-58,0r70,-331r59,0r-4,19r-35,0r-63,293r34,0","w":86},"\\":{"d":"127,5r-148,-267r21,0r148,267r-21,0","w":119},"]":{"d":"44,-262r58,0r-70,331r-59,0r4,-19r36,0r63,-293r-35,0","w":86},"^":{"d":"37,-86r-21,0r83,-163r18,0r83,163r-20,0r-72,-140","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"98,-257r-3,14v-17,5,-21,20,-25,35r15,0r-9,38r-30,0v11,-37,9,-82,52,-87","w":100},"a":{"d":"135,-99v-34,18,-116,-5,-116,52v0,24,20,33,42,33v50,1,66,-42,74,-85xm165,-150v0,32,-24,111,-24,126v1,9,13,7,21,6r-3,18v-22,6,-44,0,-38,-29v-23,46,-124,51,-124,-17v0,-61,77,-56,123,-63v15,-2,23,-12,23,-36v0,-22,-23,-27,-40,-27v-29,0,-53,11,-58,42r-23,0v6,-42,39,-61,79,-61v25,0,64,8,64,41","w":186},"b":{"d":"86,-14v51,0,78,-55,78,-100v0,-35,-16,-58,-53,-58v-50,0,-76,60,-76,102v0,31,17,56,51,56xm-4,0r55,-257r22,0r-21,104v13,-22,36,-38,64,-38v47,0,71,33,71,77v0,57,-35,119,-98,119v-31,0,-57,-16,-63,-47r-9,42r-21,0","w":206},"c":{"d":"175,-128r-22,0v2,-28,-18,-44,-45,-44v-54,0,-80,53,-80,101v0,33,17,57,52,57v30,0,51,-19,61,-46r22,0v-14,42,-41,65,-86,65v-46,0,-72,-30,-72,-76v0,-58,37,-120,101,-120v40,0,70,20,69,63","w":186},"d":{"d":"78,-14v52,0,81,-58,81,-104v0,-32,-19,-54,-52,-54v-52,0,-79,58,-79,103v0,32,16,55,50,55xm213,-257r-55,257r-22,0v2,-10,8,-24,7,-33v-16,24,-34,38,-67,38v-48,0,-71,-31,-71,-76v0,-57,40,-120,102,-120v30,-1,51,13,61,40r22,-106r23,0","w":206},"e":{"d":"174,-87r-145,0v-5,41,11,73,53,73v30,0,52,-19,61,-46r22,0v-12,41,-40,65,-84,65v-49,0,-76,-30,-76,-78v0,-59,36,-118,100,-118v57,0,79,45,69,104xm32,-106r121,0v3,-40,-14,-66,-50,-66v-37,0,-63,31,-71,66","w":186},"f":{"d":"107,-186r-5,19r-36,0r-37,167r-23,0r37,-167r-32,0r4,-19r32,0v5,-44,23,-83,79,-69r-4,19v-37,-11,-50,18,-52,50r37,0","w":93},"g":{"d":"30,-81v0,31,15,58,50,58v46,0,74,-50,74,-92v0,-33,-13,-57,-50,-57v-46,0,-74,50,-74,91xm193,-186r-35,167v-14,65,-36,93,-94,93v-38,0,-70,-16,-71,-60r22,0v0,32,26,41,53,41v58,0,64,-60,72,-93v-34,59,-132,36,-132,-42v0,-55,36,-111,95,-111v29,-1,54,16,61,43r8,-38r21,0"},"h":{"d":"-4,0r55,-257r23,0r-22,105v20,-47,122,-60,122,11v0,49,-20,94,-29,141r-23,0r29,-139v0,-24,-19,-33,-39,-33v-33,0,-63,30,-73,77r-20,95r-23,0","w":193},"i":{"d":"-4,0r40,-186r23,0r-40,186r-23,0xm44,-221r7,-36r23,0r-8,36r-22,0","w":66},"j":{"d":"-10,31r46,-217r23,0r-47,218v-5,29,-28,42,-61,35r4,-19v17,5,32,-2,35,-17xm44,-221r7,-36r23,0r-8,36r-22,0","w":66},"k":{"d":"-4,0r55,-257r22,0r-33,162r108,-91r31,0r-88,72r56,114r-25,0r-49,-100r-40,33r-14,67r-23,0","w":166},"l":{"d":"-4,0r55,-257r23,0r-55,257r-23,0","w":66},"m":{"d":"-4,0r40,-186r21,0r-7,33v19,-42,103,-58,112,1v18,-48,121,-56,116,10v-4,51,-19,95,-28,142r-23,0r29,-140v0,-18,-12,-32,-36,-32v-68,1,-68,111,-86,172r-22,0r28,-139v0,-18,-10,-33,-32,-33v-65,2,-75,108,-89,172r-23,0","w":299},"n":{"d":"-4,0r40,-186r21,0v-1,11,-7,25,-6,34v21,-46,123,-61,123,11v0,49,-20,94,-29,141r-23,0r29,-139v0,-24,-19,-33,-39,-33v-33,0,-63,30,-73,77r-20,95r-23,0","w":193},"o":{"d":"109,-191v43,0,73,27,73,73v0,63,-34,123,-103,123v-48,0,-74,-31,-74,-77v0,-61,38,-119,104,-119xm84,-14v50,0,75,-57,75,-100v0,-35,-18,-58,-54,-58v-50,0,-77,54,-77,98v0,36,18,60,56,60"},"p":{"d":"118,-172v-52,0,-81,59,-81,105v0,32,19,53,52,53v52,0,79,-58,79,-103v0,-32,-16,-55,-50,-55xm-17,69r55,-255r21,0v-2,11,-8,25,-7,34v16,-24,35,-39,68,-39v48,0,70,31,70,76v0,57,-39,120,-101,120v-30,0,-53,-14,-60,-42r-23,106r-23,0","w":206},"q":{"d":"109,-172v-51,0,-78,56,-78,101v0,35,16,57,53,57v50,0,76,-60,76,-102v0,-31,-17,-56,-51,-56xm199,-186r-54,255r-23,0r21,-102v-14,22,-37,38,-65,38v-47,0,-70,-33,-70,-77v0,-57,35,-119,98,-119v32,-1,55,19,65,42r8,-37r20,0","w":206},"r":{"d":"-4,0r40,-186r21,0v-2,14,-9,31,-9,43v16,-30,37,-48,79,-45r-5,23v-89,-8,-83,95,-103,165r-23,0","w":113},"s":{"d":"45,-140v0,45,99,32,99,89v0,42,-40,56,-75,56v-36,0,-71,-19,-69,-65r22,0v0,36,27,46,53,46v20,0,47,-10,47,-34v0,-50,-100,-33,-100,-92v0,-36,39,-51,69,-51v39,0,67,17,66,60r-23,0v2,-28,-17,-41,-43,-41v-20,0,-46,6,-46,32","w":173},"t":{"d":"11,-167r4,-19r34,0r12,-56r23,0r-12,56r37,0r-4,19r-38,0r-28,137v-1,17,24,13,39,11r-4,20v-35,6,-64,-2,-55,-45r26,-123r-34,0","w":106},"u":{"d":"185,-186r-40,186r-21,0r6,-34v-21,46,-123,61,-123,-11v0,-49,20,-94,29,-141r22,0r-28,139v0,24,19,33,39,33v67,2,79,-108,93,-172r23,0","w":193},"v":{"d":"42,0r-29,-186r23,0r23,160r87,-160r25,0r-105,186r-24,0","w":166},"w":{"d":"32,0r-21,-186r24,0r15,159r77,-159r26,0r14,157r79,-157r24,0r-98,186r-24,0r-14,-156r-77,156r-25,0","w":266},"x":{"d":"-21,0r89,-98r-44,-88r26,0r34,73r64,-73r27,0r-81,90r49,96r-26,0r-40,-81r-71,81r-27,0","w":166},"y":{"d":"-20,67r5,-18v42,9,51,-25,65,-49r-34,-186r24,0r27,158r86,-158r24,0r-132,230v-12,23,-36,28,-65,23","w":166},"z":{"d":"16,-167r4,-19r139,0r-3,18r-145,149r119,0r-4,19r-147,0r4,-18r144,-149r-111,0","w":153},"{":{"d":"64,69v-70,7,-28,-79,-25,-129v0,-16,-5,-27,-18,-27r4,-19v64,-10,14,-171,108,-156v-3,7,1,22,-12,19v-23,-7,-30,62,-36,87v-8,40,-35,54,-39,60v7,0,23,37,13,58r-14,72v-2,9,8,19,23,16","w":119},"|":{"d":"31,77r0,-360r19,0r0,360r-19,0","w":79},"}":{"d":"47,-262v70,-8,28,78,25,128v0,16,5,27,18,27r-4,20v-65,10,-14,171,-108,156v3,-7,-1,-22,12,-19v23,6,32,-63,37,-88v9,-40,34,-53,38,-59v-7,0,-18,-36,-13,-59r15,-72v3,-10,-9,-18,-24,-15","w":119},"~":{"d":"70,-112v24,-1,56,23,77,23v14,0,23,-11,31,-24r13,13v-11,15,-23,31,-45,31v-37,0,-90,-50,-108,1r-13,-13v8,-15,21,-31,45,-31","w":216},"'":{"d":"55,-170r0,-87r21,0r0,87r-21,0","w":100},"\u201c":{"d":"86,-257r-3,14v-17,5,-21,20,-25,35r15,0r-9,38r-30,0v11,-37,9,-82,52,-87xm141,-257r-3,14v-17,5,-21,20,-25,35r15,0r-8,38r-31,0v11,-37,9,-82,52,-87","w":133},"\u2013":{"d":"171,-89r-180,0r5,-20r180,0","w":180},"\u201d":{"d":"24,-170r3,-14v17,-5,21,-20,25,-35r-15,0r8,-38r31,0v-11,37,-9,82,-52,87xm79,-170r3,-14v17,-5,21,-20,25,-35r-15,0r8,-38r31,0v-11,37,-9,82,-52,87","w":133},"\u2026":{"d":"169,0r-30,0r8,-38r31,0xm49,0r-30,0r8,-38r31,0xm289,0r-30,0r8,-38r31,0","w":360},"`":{"d":"24,-262r27,0r29,51r-18,0","w":66},"\u2014":{"d":"309,-109r-4,20r-267,0r4,-20r267,0","w":360},"\u00c6":{"d":"-29,0r192,-257r179,0r-4,21r-129,0r-20,93r121,0r-5,21r-120,0r-22,101r133,0r-5,21r-157,0r17,-81r-92,0r-59,81r-29,0xm174,-236r-99,134r81,0r29,-134r-11,0","w":320},"\u0141":{"d":"26,-111r31,-146r25,0r-28,129r91,-55r-4,20r-91,55r-19,87r142,0r-5,21r-166,0r19,-90r-34,20r5,-20","w":193},"\u00d8":{"d":"50,-50r161,-168v-13,-14,-33,-24,-59,-24v-94,-1,-138,113,-102,192xm257,-267r9,11r-29,31v56,90,-4,230,-119,230v-32,0,-58,-10,-76,-28r-32,33r-8,-10r31,-33v-56,-90,7,-229,119,-229v31,0,56,9,75,27xm219,-207r-160,167v14,15,36,25,63,25v89,0,138,-116,97,-192","w":266},"\u0152":{"d":"195,-76r25,-119v0,-31,-38,-47,-69,-47v-69,0,-110,69,-110,135v0,48,24,92,77,92v37,0,69,-25,77,-61xm254,-236r-19,93r126,0r-5,21r-126,0r-21,101r140,0r-5,21r-164,0r5,-24v-15,21,-43,29,-68,29v-69,0,-100,-47,-100,-112v0,-77,50,-155,136,-155v29,0,59,11,76,37r7,-32r160,0r-5,21r-137,0","w":373},"\u00e6":{"d":"157,-106r115,0v6,-38,-10,-66,-47,-66v-39,0,-60,29,-68,66xm45,-130r-23,0v6,-42,39,-61,79,-61v23,0,54,7,60,38v14,-25,39,-38,67,-38v55,-2,78,50,64,104r-139,0v-11,39,10,73,48,73v30,0,53,-17,61,-46r23,0v-14,44,-42,65,-89,65v-33,0,-56,-17,-63,-49v-13,59,-134,73,-136,-2v-2,-61,77,-56,123,-63v15,-2,23,-12,23,-36v0,-22,-23,-27,-40,-27v-29,0,-53,11,-58,42xm135,-99v-34,18,-116,-5,-116,52v0,24,20,33,42,33v50,1,66,-42,74,-85","w":306},"\u0131":{"d":"19,0r-23,0r40,-186r23,0","w":66},"\u0142":{"d":"27,-141r24,-116r23,0r-21,96r28,-20r-4,20r-28,20r-30,141r-23,0r26,-122r-27,19r5,-19","w":66},"\u00f8":{"d":"153,-144r-112,113v9,11,24,17,43,17v59,-2,88,-77,69,-130xm163,-170r21,-21r8,8r-21,22v32,70,-10,168,-92,166v-23,0,-41,-7,-54,-20r-23,23r-7,-8r23,-23v-37,-69,9,-170,91,-168v23,0,41,7,54,21xm35,-40r112,-114v-9,-12,-23,-18,-42,-18v-60,2,-92,77,-70,132"},"\u0153":{"d":"309,-87r-139,0v-11,39,8,73,48,73v30,0,52,-18,61,-46r22,0v-13,70,-130,94,-150,17v-15,27,-40,48,-74,48v-45,0,-69,-29,-69,-74v0,-59,37,-122,101,-122v31,-1,55,18,61,47v15,-29,44,-47,77,-47v58,0,74,53,62,104xm106,-172v-51,0,-75,58,-75,102v0,31,15,56,49,56v55,0,73,-67,73,-111v0,-29,-18,-47,-47,-47xm173,-106r116,0v5,-37,-10,-65,-48,-66v-39,0,-60,30,-68,66","w":326},"\u00d7":{"d":"94,-90r-67,-68r13,-14r68,68r68,-68r13,14r-68,68r68,68r-13,13r-68,-68r-68,68r-13,-13","w":216},"\u2122":{"d":"97,-109r-19,0r0,-132r-48,0r0,-16r115,0r0,16r-48,0r0,132xm190,-109r-19,0r0,-148r31,0r48,120r46,-120r31,0r0,148r-19,0r-1,-131r-52,131r-11,0r-54,-131r0,131","w":356},"\u00c5":{"d":"144,-283v13,0,24,-11,24,-24v0,-12,-11,-23,-24,-23v-12,0,-23,11,-23,23v0,13,11,24,23,24xm144,-271v-19,0,-36,-17,-36,-36v0,-19,17,-35,36,-35v19,0,36,16,36,35v0,20,-16,36,-36,36xm-27,0r157,-257r27,0r47,257r-26,0r-13,-80r-117,0r-48,80r-27,0xm140,-236v-29,43,-53,91,-80,135r102,0","w":226},"\u0160":{"d":"136,-287r36,-40r22,0r-49,52r-23,0r-31,-52r21,0xm219,-182r-25,0v0,-45,-24,-60,-68,-60v-32,0,-66,15,-66,52v1,39,42,41,71,51v34,12,69,22,69,65v0,25,-15,79,-99,79v-58,0,-100,-28,-97,-90r24,0v-3,50,28,70,75,70v33,0,73,-17,73,-56v0,-76,-140,-33,-140,-118v0,-51,45,-73,91,-73v52,0,95,21,92,80","w":226},"\u0178":{"d":"141,-280r7,-37r23,0r-8,37r-22,0xm84,-280r6,-37r23,0r-7,37r-22,0xm108,-127r107,-130r30,0r-129,153r-22,104r-25,0r23,-106r-68,-151r26,0","w":206},"\u017d":{"d":"126,-287r36,-40r22,0r-49,52r-23,0r-31,-52r21,0xm35,-236r5,-21r185,0r-4,20r-206,216r172,0r-5,21r-200,0r5,-22r205,-214r-157,0","w":206},"\u00e5":{"d":"117,-219v13,0,24,-11,24,-24v0,-12,-11,-23,-24,-23v-12,0,-23,11,-23,23v0,13,11,24,23,24xm117,-207v-19,0,-35,-17,-35,-36v0,-19,16,-35,35,-35v19,0,36,16,36,35v0,20,-16,36,-36,36xm135,-99v-34,18,-116,-5,-116,52v0,24,20,33,42,33v50,1,66,-42,74,-85xm165,-150v0,32,-24,111,-24,126v1,9,13,7,21,6r-3,18v-22,6,-44,0,-38,-29v-23,46,-124,51,-124,-17v0,-61,77,-56,123,-63v15,-2,23,-12,23,-36v0,-22,-23,-27,-40,-27v-29,0,-53,11,-58,42r-23,0v6,-42,39,-61,79,-61v25,0,64,8,64,41","w":186},"\u0161":{"d":"105,-223r36,-39r22,0r-49,51r-22,0r-31,-51r20,0xm45,-140v0,45,99,32,99,89v0,42,-40,56,-75,56v-36,0,-71,-19,-69,-65r22,0v0,36,27,46,53,46v20,0,47,-10,47,-34v0,-50,-100,-33,-100,-92v0,-36,39,-51,69,-51v39,0,67,17,66,60r-23,0v2,-28,-17,-41,-43,-41v-20,0,-46,6,-46,32","w":173},"\u017e":{"d":"95,-223r37,-39r22,0r-49,51r-23,0r-31,-51r21,0xm16,-167r4,-19r139,0r-3,18r-145,149r119,0r-4,19r-147,0r4,-18r144,-149r-111,0","w":153},"\u00a0":{"w":100}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.
 All Rights
 * Reserved. This software is the property of Adobe Systems
 Incorporated and its
 * licensors, and may not be reproduced, used, 
 displayed, modified, disclosed or
 * transferred without the express 
 written approval of Adobe.
 
 The digitally
 * encoded machine readable outline data for producing
 the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG
 and/or its subsidiaries. All
 * Rights Reserved.
 This data is the property of Linotype-Hell AG and/or its
 * subsidiaries
 and may not be reproduced, used, displayed, modified, disclosed or
 * 
 transferred without the express written approval of Linotype-Hell AG 
 and/or
 * its subsidiaries.
 12 pt. Helvetica* 86 Heavy Italic 15472
 */
Cufon.registerFont({"w":226,"face":{"font-family":"helvetica","font-weight":800,"font-style":"italic","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":"5","bbox":"-48 -343 410 77","underline-thickness":"18","underline-position":"-36","slope":"-12","stemh":"52","stemv":"61","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":113},"!":{"d":"116,-257v-11,64,-34,117,-54,172r-30,0v3,-61,6,-122,20,-172r64,0xm-2,0r14,-63r63,0r-14,63r-63,0","w":113},"\"":{"d":"139,-131r0,-126r52,0r0,126r-52,0xm56,-131r0,-126r52,0r0,126r-52,0","w":180},"#":{"d":"191,-106r-5,38r-28,0r-9,68r-42,0r10,-68r-30,0r-9,68r-41,0r9,-68r-32,0r5,-38r32,0r6,-40r-32,0r5,-38r32,0r10,-67r41,0r-9,67r29,0r9,-67r42,0r-10,67r28,0r-5,38r-28,0r-6,40r28,0xm127,-146r-29,0r-5,40r29,0"},"$":{"d":"120,-102r-12,56v17,0,39,-8,39,-29v0,-17,-14,-23,-27,-27xm112,-164r10,-47v-18,0,-33,9,-33,27v0,12,8,16,23,20xm70,36r7,-32v-57,-6,-87,-39,-83,-90r66,0v-1,21,10,34,27,38r13,-59v-48,-15,-78,-30,-78,-70v1,-62,52,-86,110,-85r5,-23r21,0r-5,24v41,4,75,29,73,81r-64,0v1,-19,-8,-26,-20,-30r-11,52v41,11,82,23,82,76v0,64,-59,87,-116,87r-7,31r-20,0"},"%":{"d":"252,3v-34,0,-54,-21,-54,-55v0,-44,26,-83,74,-83v35,0,56,19,56,54v0,43,-27,84,-76,84xm270,-107v-22,0,-30,43,-30,58v0,10,3,24,16,24v24,0,30,-45,30,-62v0,-11,-4,-20,-16,-20xm287,-261r-184,271r-38,0r184,-271r38,0xm80,-116v-34,0,-54,-21,-54,-55v0,-44,25,-83,73,-83v35,0,56,19,56,54v0,43,-26,84,-75,84xm98,-226v-22,0,-31,44,-31,59v0,10,3,23,16,23v24,0,30,-45,30,-62v0,-11,-3,-20,-15,-20","w":353},"&":{"d":"132,-60r-29,-49v-32,6,-50,61,-5,63v14,0,26,-5,34,-14xm152,-130r21,35v8,-8,13,-19,16,-29r54,0v-6,26,-21,54,-42,73r33,51r-66,0r-10,-15v-54,39,-150,21,-149,-55v0,-41,33,-67,68,-80v-35,-47,2,-112,60,-112v33,0,70,13,70,62v0,34,-28,58,-55,70xm129,-166v24,-7,41,-51,7,-55v-28,3,-26,34,-7,55","w":253},"\u2019":{"d":"40,-194r13,-63r59,0v-14,57,-15,125,-85,126r6,-28v19,-1,30,-16,33,-35r-26,0","w":106},"(":{"d":"90,-262r54,0v-67,80,-97,202,-66,325r-48,0v-42,-124,-12,-236,60,-325","w":113},")":{"d":"20,63r-54,0v67,-80,97,-203,65,-325r49,0v42,124,12,236,-60,325","w":113},"*":{"d":"69,-183r-42,-19r14,-31r41,22r6,-46r34,0r-8,50r45,-10r7,33r-46,8r22,39r-29,16r-22,-40r-32,37r-25,-24","w":159},"+":{"d":"82,-117r0,-65r52,0r0,65r65,0r0,52r-65,0r0,65r-52,0r0,-65r-65,0r0,-52r65,0","w":216},",":{"d":"-1,0r13,-63r65,0r-13,63v-10,50,-45,64,-78,63r6,-29v21,-2,32,-13,35,-34r-28,0","w":113},"-":{"d":"117,-72r-111,0r11,-52r110,0","w":146},".":{"d":"-2,0r14,-63r65,0r-13,63r-66,0","w":113},"\/":{"d":"-27,5r142,-267r59,0r-142,267r-59,0","w":146},"0":{"d":"127,-204v-49,0,-60,84,-60,114v0,25,9,44,32,44v49,0,60,-85,60,-117v0,-24,-10,-41,-32,-41xm129,-254v63,0,90,37,90,97v0,80,-41,160,-125,160v-57,0,-86,-40,-86,-94v0,-71,40,-163,121,-163"},"1":{"d":"135,0r-64,0r34,-162r-60,2r9,-45v39,-1,68,-9,85,-46r50,0"},"2":{"d":"220,-180v0,80,-92,95,-145,128r127,0r-12,52r-200,0v4,-80,83,-101,141,-136v33,-9,40,-68,-6,-68v-30,0,-43,19,-44,46r-58,0v4,-60,47,-96,106,-96v49,0,91,21,91,74"},"3":{"d":"3,-90r59,0v-5,25,9,45,37,44v24,0,44,-14,44,-39v0,-27,-31,-27,-53,-26r9,-41v28,0,58,1,60,-29v-7,-38,-76,-25,-75,12r-57,0v8,-55,49,-85,103,-85v42,0,88,16,88,66v0,28,-20,48,-49,56v23,6,35,26,35,49v0,119,-200,109,-202,14v0,-10,1,-15,1,-21"},"4":{"d":"59,-105r66,0r18,-86xm163,0r-61,0r12,-56r-116,0r11,-49r139,-146r67,0r-30,146r32,0r-10,49r-32,0"},"5":{"d":"61,-251r159,0r-10,52r-110,0r-14,43v47,-39,121,-5,121,60v0,62,-51,99,-110,99v-52,0,-96,-21,-95,-79r59,0v2,19,15,30,41,30v51,0,62,-82,7,-81v-21,0,-30,8,-39,18r-55,0"},"6":{"d":"165,-185v-2,-16,-12,-24,-29,-24v-34,-1,-54,37,-58,64v41,-45,130,-20,130,49v0,59,-44,99,-102,99v-68,0,-94,-42,-94,-101v0,-78,47,-156,127,-156v42,0,85,20,85,69r-59,0xm114,-126v-26,0,-43,17,-43,44v0,19,15,36,37,36v51,0,55,-81,6,-80"},"7":{"d":"29,0v16,-75,70,-150,121,-196r-119,0r11,-55r186,0r-11,55v-55,45,-104,122,-120,196r-68,0"},"8":{"d":"127,-254v42,0,93,13,93,64v0,29,-21,54,-50,58v25,5,40,28,40,54v0,63,-54,81,-106,81v-47,0,-103,-12,-103,-72v0,-38,28,-61,63,-66v-18,-7,-31,-24,-31,-44v0,-53,47,-75,94,-75xm126,-150v22,0,38,-11,38,-32v-2,-39,-76,-36,-76,2v0,23,17,30,38,30xm149,-80v-4,-48,-87,-43,-87,6v4,48,89,42,87,-6"},"9":{"d":"60,-66v2,15,13,24,30,24v34,1,54,-36,58,-63v-42,45,-131,18,-131,-50v0,-59,45,-99,103,-99v68,0,94,42,94,101v0,78,-47,156,-127,156v-42,0,-85,-20,-85,-69r58,0xm76,-163v0,23,15,38,36,38v26,0,43,-17,43,-44v0,-19,-16,-35,-38,-35v-26,0,-41,19,-41,41"},":":{"d":"-2,0r14,-63r65,0r-14,63r-65,0xm23,-119r13,-63r66,0r-14,63r-65,0","w":113},";":{"d":"-1,0r13,-63r65,0r-13,63v-10,50,-45,64,-78,63r6,-29v21,-2,32,-13,35,-34r-28,0xm23,-119r13,-63r66,0r-14,63r-65,0","w":113},"<":{"d":"199,3r-182,-69r0,-51r182,-68r0,55r-110,39r110,38r0,56","w":216},"=":{"d":"199,-162r0,52r-182,0r0,-52r182,0xm199,-72r0,51r-182,0r0,-51r182,0","w":216},">":{"d":"17,3r0,-56r110,-38r-110,-39r0,-55r182,68r0,51","w":216},"?":{"d":"208,-197v0,72,-79,57,-89,112r-57,0v4,-39,19,-53,59,-74v28,-5,39,-58,-1,-57v-25,0,-35,15,-37,40r-61,0v1,-55,38,-86,103,-86v52,0,83,23,83,65xm41,0r13,-63r63,0r-13,63r-63,0","w":206},"@":{"d":"139,-91v40,4,53,-67,8,-66v-39,-3,-50,65,-8,66xm186,-176r3,-17r34,0r-16,86v-1,6,-4,19,3,19v15,0,33,-15,33,-54v0,-58,-39,-88,-94,-88v-60,0,-99,43,-99,102v0,92,109,128,173,79r35,0v-66,101,-245,49,-245,-79v0,-77,61,-134,137,-134v63,0,125,41,125,108v0,82,-68,104,-89,104v-14,1,-20,-8,-23,-18v-28,40,-92,5,-92,-46v0,-61,73,-114,115,-62","w":288},"A":{"d":"-28,0r150,-257r68,0r42,257r-67,0r-6,-46r-91,0r-26,46r-70,0xm94,-96r59,0r-10,-92","w":253},"B":{"d":"-3,0r54,-257r120,0v69,0,80,28,80,56v1,35,-20,56,-48,64v23,5,37,28,37,51v0,52,-42,86,-117,86r-126,0xm106,-204r-10,48v36,-1,92,8,88,-28v-4,-32,-48,-16,-78,-20xm87,-111r-12,58v42,-3,98,14,98,-32v0,-40,-51,-22,-86,-26","w":259},"C":{"d":"258,-165r-66,0v3,-24,-11,-42,-42,-42v-51,0,-70,58,-70,99v0,33,10,58,48,58v28,0,49,-19,54,-45r67,0v-14,66,-56,100,-131,100v-41,0,-105,-21,-105,-116v0,-83,51,-151,138,-151v64,0,108,29,107,97","w":266},"D":{"d":"-3,0r54,-257v111,-2,212,-10,211,109v0,80,-48,148,-150,148r-115,0xm106,-199r-30,141r45,0v58,0,74,-52,74,-85v1,-59,-37,-58,-89,-56","w":273},"E":{"d":"-3,0r53,-257r206,0r-13,58r-138,0r-8,41r127,0r-11,51r-127,0r-10,49r139,0r-12,58r-206,0","w":246},"F":{"d":"-3,0r54,-257r191,0r-12,58r-124,0r-10,48r107,0r-11,52r-107,0r-21,99r-67,0","w":219},"G":{"d":"264,-170r-63,0v1,-24,-19,-37,-43,-37v-54,0,-77,54,-77,100v0,36,17,57,52,57v32,0,49,-10,59,-41r-47,0r10,-50r107,0r-30,141r-43,0v0,-8,3,-20,1,-26v-15,21,-33,31,-74,31v-49,0,-102,-26,-102,-112v0,-19,10,-155,145,-155v65,0,107,28,105,92","w":280},"H":{"d":"-4,0r54,-257r67,0r-20,94r89,0r20,-94r67,0r-54,257r-67,0r22,-106r-89,0r-22,106r-67,0","w":266},"I":{"d":"-3,0r54,-257r67,0r-54,257r-67,0","w":113},"J":{"d":"218,-257r-36,175v-12,60,-46,87,-106,87v-34,0,-76,-13,-76,-66v0,-12,2,-27,5,-41r62,0v-8,21,-12,53,16,52v20,0,27,-9,32,-32r36,-175r67,0","w":213},"K":{"d":"-3,0r54,-257r67,0r-20,101r105,-101r88,0r-123,106r77,151r-77,0r-52,-108r-35,30r-17,78r-67,0","w":266},"L":{"d":"-3,0r54,-257r67,0r-42,199r120,0r-12,58r-187,0","w":213},"M":{"d":"-3,0r54,-257r92,0r13,183r89,-183r92,0r-54,257r-63,0r47,-204r-101,204r-52,0r-15,-204r-39,204r-63,0","w":333},"N":{"d":"-6,0r54,-257r69,0r60,168r33,-168r64,0r-53,257r-69,0r-60,-168r-33,168r-65,0","w":266},"O":{"d":"12,-108v0,-85,55,-154,144,-154v45,0,114,16,114,108v0,90,-53,159,-145,159v-72,0,-113,-41,-113,-113xm79,-108v0,33,15,58,51,58v48,0,73,-57,73,-98v0,-38,-13,-59,-49,-59v-52,0,-75,57,-75,99","w":280},"P":{"d":"-5,0r54,-257r126,0v46,0,74,31,74,77v0,87,-77,104,-170,97r-17,83r-67,0xm104,-202r-13,64v41,2,94,2,91,-36v-3,-38,-44,-26,-78,-28","w":246},"Q":{"d":"125,-75r36,-28r20,25v30,-39,38,-129,-27,-129v-52,0,-75,57,-75,99v0,38,25,66,66,56xm247,2r-36,27r-28,-34v-83,30,-171,-8,-171,-103v0,-85,55,-154,144,-154v45,0,114,16,114,108v0,51,-17,96,-49,125","w":280},"R":{"d":"104,-205r-13,62v44,-2,98,11,98,-36v0,-39,-50,-23,-85,-26xm-5,0r53,-257v87,8,208,-32,208,67v0,40,-20,63,-58,72v43,7,16,80,29,118r-68,0v-8,-33,17,-98,-33,-94r-45,0r-19,94r-67,0","w":259},"S":{"d":"166,-180v0,-21,-14,-28,-36,-27v-17,0,-34,7,-34,23v0,15,11,17,47,27v35,10,76,28,76,78v0,46,-41,84,-116,84v-61,0,-104,-30,-103,-91r67,0v0,28,15,36,47,36v27,0,38,-11,38,-25v0,-26,-38,-29,-65,-38v-32,-12,-58,-28,-58,-66v0,-58,53,-83,104,-83v55,0,102,19,100,82r-67,0","w":240},"T":{"d":"248,-257r-11,58r-76,0r-42,199r-67,0r42,-199r-75,0r11,-58r218,0"},"U":{"d":"274,-257r-30,147v-14,69,-35,115,-128,115v-93,0,-113,-54,-97,-128r29,-134r67,0r-37,177v0,19,15,30,39,30v46,0,55,-34,63,-75r27,-132r67,0","w":266},"V":{"d":"48,0r-26,-257r67,0r11,190r87,-190r70,0r-133,257r-76,0"},"W":{"d":"41,0r-18,-257r67,0r-1,187r76,-187r61,0r0,187r73,-187r69,0r-122,257r-67,0r-1,-174r-70,174r-67,0","w":339},"X":{"d":"-28,0r120,-136r-60,-121r73,0r31,79r59,-79r81,0r-107,122r63,135r-76,0r-34,-85r-67,85r-83,0","w":253},"Y":{"d":"57,0r20,-97r-59,-160r69,0r30,107r72,-107r80,0r-126,160r-20,97r-66,0","w":233},"Z":{"d":"-15,0r11,-58r161,-141r-126,0r12,-58r210,0r-11,58r-166,141r141,0r-11,58r-221,0","w":240},"[":{"d":"-14,63r68,-325r105,0r-9,51r-51,0r-46,222r49,0r-10,52r-106,0","w":133},"\\":{"d":"32,-262r142,267r-59,0r-142,-267r59,0","w":146},"]":{"d":"137,-262r-68,325r-106,0r10,-52r51,0r46,-222r-49,0r10,-51r106,0","w":133},"^":{"d":"74,-120r-57,0r58,-131r66,0r58,131r-58,0r-33,-85","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"97,-194r-13,63r-58,0v12,-57,14,-125,84,-126r-6,28v-19,1,-30,16,-33,35r26,0","w":106},"a":{"d":"58,-52v0,15,13,20,25,20v37,0,44,-37,46,-54v-15,13,-71,-2,-71,34xm198,-143v0,49,-29,98,-22,143r-60,0v-2,-8,1,-11,-2,-18v-25,37,-117,34,-117,-29v0,-50,44,-61,92,-64v21,-2,50,0,50,-24v0,-11,-8,-18,-26,-18v-19,0,-31,6,-34,24r-58,0v10,-49,46,-63,92,-63v52,0,85,13,85,49","w":213},"b":{"d":"150,-110v0,-21,-9,-35,-30,-35v-37,0,-49,40,-49,70v0,19,11,34,31,34v34,0,48,-42,48,-69xm-6,0r54,-257r61,0r-18,90v13,-17,32,-25,54,-25v45,0,66,36,66,78v0,59,-34,119,-98,119v-28,0,-45,-8,-55,-31r-6,26r-58,0"},"c":{"d":"139,-119v0,-17,-10,-28,-27,-28v-36,-1,-48,37,-48,65v0,54,60,53,67,11r59,0v-11,102,-187,104,-187,-5v0,-66,43,-116,111,-116v47,0,84,23,84,73r-59,0","w":206},"d":{"d":"95,-41v34,0,48,-42,48,-70v0,-21,-11,-34,-31,-34v-35,0,-48,38,-48,67v0,20,9,37,31,37xm235,-257r-54,257r-59,0v1,-7,6,-17,4,-23v-13,20,-31,28,-54,28v-49,0,-69,-34,-69,-79v0,-60,35,-118,100,-118v26,0,44,9,51,30r20,-95r61,0"},"e":{"d":"198,-78r-135,0v-4,24,8,43,32,42v21,0,31,-8,36,-21r60,0v-23,88,-188,85,-188,-19v0,-66,43,-116,111,-116v60,0,98,45,84,114xm67,-113r74,0v2,-21,-8,-38,-29,-38v-25,0,-39,15,-45,38","w":219},"f":{"d":"5,0r31,-147r-30,0r8,-40r30,0v3,-13,7,-27,13,-40v19,-36,61,-35,102,-29r-9,43v-26,-5,-45,6,-45,26r36,0r-8,40r-36,0r-31,147r-61,0","w":133},"g":{"d":"53,5v0,15,9,23,24,23v37,1,42,-31,45,-59v-37,46,-119,15,-119,-50v0,-54,31,-111,90,-111v25,-1,47,9,58,31r5,-26r59,0r-31,151v-17,79,-43,102,-111,102v-40,0,-83,-13,-82,-61r62,0xm94,-50v30,0,45,-29,45,-57v0,-22,-10,-38,-30,-38v-31,0,-45,30,-45,58v0,20,8,37,30,37","w":219},"h":{"d":"-4,0r55,-257r61,0v-5,31,-16,64,-19,93v8,-13,31,-28,64,-28v94,0,34,129,24,192r-61,0r25,-123v0,-15,-9,-22,-22,-22v-64,0,-46,94,-65,145r-62,0"},"i":{"d":"-4,0r39,-187r61,0r-38,187r-62,0xm111,-257r-9,47r-62,0r10,-47r61,0","w":106},"j":{"d":"-48,63r10,-47v24,2,32,-3,37,-26r37,-177r60,0r-36,174v-11,69,-37,79,-108,76xm111,-257r-9,47r-62,0r10,-47r61,0","w":106},"k":{"d":"-4,0r54,-257r62,0r-28,133r64,-63r76,0r-85,74r47,113r-67,0r-28,-75r-22,18r-11,57r-62,0","w":206},"l":{"d":"-4,0r54,-257r61,0r-53,257r-62,0","w":106},"m":{"d":"-4,0r39,-187r59,0v-1,7,-6,18,-4,24v23,-32,96,-47,109,3v25,-44,122,-47,122,17v0,55,-20,94,-29,143r-61,0r25,-126v0,-14,-9,-19,-21,-19v-24,0,-34,19,-39,46r-21,99r-61,0r24,-126v0,-11,-6,-19,-19,-19v-22,0,-34,13,-39,38r-22,107r-62,0","w":339},"n":{"d":"-4,0r39,-187r61,0v-1,7,-6,17,-4,23v9,-13,32,-28,65,-28v94,0,34,129,24,192r-61,0r25,-123v0,-15,-9,-22,-22,-22v-64,0,-46,94,-65,145r-62,0"},"o":{"d":"3,-76v0,-66,43,-116,111,-116v51,0,89,28,89,82v0,67,-42,115,-110,115v-52,0,-90,-26,-90,-81xm64,-78v0,21,8,38,30,38v35,0,47,-38,47,-67v0,-23,-7,-40,-30,-40v-33,0,-47,44,-47,69","w":219},"p":{"d":"-19,63r52,-250r59,0v0,7,-5,17,-3,22v14,-18,29,-27,55,-27v47,0,67,38,67,81v0,55,-32,116,-96,116v-24,0,-44,-7,-55,-29r-18,87r-61,0xm103,-41v34,0,47,-39,47,-67v0,-17,-4,-37,-32,-37v-32,0,-46,40,-46,67v0,20,9,37,31,37"},"q":{"d":"220,-187r-53,250r-61,0r17,-83v-40,49,-120,23,-120,-51v0,-59,34,-121,100,-121v30,-1,42,13,53,32r5,-27r59,0xm95,-41v33,0,48,-39,48,-67v0,-20,-9,-37,-31,-37v-34,0,-48,41,-48,68v0,20,9,36,31,36"},"r":{"d":"-4,0r39,-187r60,0v-1,10,-7,23,-6,31v16,-27,44,-43,79,-33r-12,54v-41,-13,-71,7,-80,49r-18,86r-62,0","w":153},"s":{"d":"126,-132v2,-15,-9,-23,-23,-22v-13,0,-27,4,-27,17v0,13,19,16,41,21v35,9,55,17,55,54v0,57,-52,67,-96,67v-48,0,-78,-17,-80,-66r56,0v0,19,13,26,31,27v10,0,28,-4,28,-19v0,-16,-15,-18,-45,-25v-27,-7,-52,-16,-52,-51v0,-50,51,-63,91,-63v39,0,80,12,77,60r-56,0","w":193},"t":{"d":"119,-243r-11,56r38,0r-8,40r-39,0v-6,30,-18,60,-18,93v0,15,25,7,38,8r-9,46v-38,3,-94,9,-94,-30v0,-34,15,-83,22,-117r-31,0r8,-40r31,0r12,-56r61,0","w":140},"u":{"d":"217,-187r-40,187r-59,0v1,-8,6,-19,5,-26v-14,21,-36,31,-61,31v-66,0,-59,-42,-52,-78r24,-114r61,0r-24,126v0,11,6,20,20,20v60,0,46,-97,65,-146r61,0"},"v":{"d":"33,0r-23,-187r62,0r8,132r61,-132r64,0r-101,187r-71,0","w":193},"w":{"d":"32,0r-19,-187r60,0r6,130r53,-130r60,0r4,130r55,-130r64,0r-97,187r-64,0r-4,-127r-54,127r-64,0","w":299},"x":{"d":"-24,0r84,-99r-42,-88r63,0r18,48r34,-48r68,0r-76,91r47,96r-63,0r-24,-55r-42,55r-67,0","w":193},"y":{"d":"-19,60r10,-46v25,5,45,2,51,-19r-34,-182r62,0r15,132r55,-132r64,0r-95,178v-28,62,-54,79,-128,69","w":193},"z":{"d":"-15,0r10,-45r113,-97r-87,0r9,-45r162,0r-9,45r-114,97r102,0r-10,45r-176,0","w":193},"{":{"d":"156,-262r-9,43v-50,-4,-39,46,-49,81v-9,32,-36,35,-48,39v9,1,32,3,32,21v0,33,-13,58,-15,88v-1,11,19,9,31,9r-9,44v-45,3,-90,1,-78,-51v6,-25,11,-48,13,-75v0,-10,-8,-15,-29,-15r9,-43v9,0,35,-2,39,-22r14,-68v13,-55,45,-52,99,-51","w":133},"|":{"d":"14,77r0,-360r52,0r0,360r-52,0","w":79},"}":{"d":"-34,63r9,-44v50,4,39,-46,49,-81v9,-32,36,-34,48,-38v-9,-1,-32,-4,-32,-22v0,-33,13,-58,15,-88v1,-11,-19,-9,-31,-9r9,-43v45,-3,90,-2,78,50v-6,25,-12,48,-13,76v0,10,8,15,29,15r-9,43v-9,0,-35,2,-39,22r-14,67v-13,55,-45,54,-99,52","w":133},"~":{"d":"70,-129v24,0,56,23,77,24v14,0,23,-13,31,-26r13,47v-11,15,-23,31,-45,31v-36,0,-90,-50,-108,2r-13,-47v8,-15,21,-31,45,-31","w":216},"'":{"d":"46,-131r0,-126r52,0r0,126r-52,0","w":106},"\u201c":{"d":"176,-194r-13,63r-59,0v14,-57,15,-125,85,-126r-6,28v-19,1,-30,16,-33,35r26,0xm95,-194r-14,63r-58,0v12,-58,15,-125,85,-126r-6,28v-19,1,-30,16,-33,35r26,0","w":180},"\u2013":{"d":"178,-72r-180,0r4,-52r180,0","w":180},"\u201d":{"d":"117,-194r14,-63r58,0v-12,58,-15,125,-85,126r7,-28v19,-1,29,-16,32,-35r-26,0xm36,-194r13,-63r59,0v-14,57,-15,125,-85,126r6,-28v19,-1,30,-16,33,-35r-26,0","w":180},"\u2026":{"d":"61,0r-66,0r13,-63r66,0xm181,0r-66,0r13,-63r66,0xm301,0r-66,0r13,-63r66,0","w":360},"`":{"d":"-15,-257r63,0r36,53r-41,0","w":93},"\u2014":{"d":"311,-72r-266,0r4,-52r266,0","w":360},"\u00c6":{"d":"-37,0r177,-257r236,0r-12,58r-119,0r-9,41r111,0r-11,51r-111,0r-10,49r121,0r-12,58r-187,0r10,-46r-77,0r-30,46r-77,0xm157,-96r22,-103r-8,0r-68,103r54,0","w":366},"\u0141":{"d":"-3,0r21,-100r-32,17r9,-43r32,-16r24,-115r67,0r-16,76r65,-35r-9,43r-65,35r-17,80r120,0r-12,58r-187,0","w":213},"\u00d8":{"d":"238,-236r35,-31r16,18r-34,32v45,97,-17,222,-130,222v-35,0,-62,-10,-81,-28r-37,34r-17,-17r38,-36v-47,-96,16,-220,128,-220v25,0,58,5,82,26xm202,-168r-111,101v8,10,21,17,39,17v54,0,79,-64,72,-118xm81,-90r111,-102v-7,-10,-20,-15,-38,-15v-57,2,-81,65,-73,117","w":280},"\u0152":{"d":"410,-257r-12,58r-124,0r-9,41r113,0r-11,51r-112,0r-11,49r126,0r-12,58r-186,0r4,-20v-15,18,-37,25,-67,25v-68,0,-97,-48,-97,-110v0,-80,54,-157,139,-157v32,0,51,7,66,26r4,-21r189,0xm155,-207v-53,0,-76,59,-76,104v0,30,13,53,46,53v47,0,73,-46,73,-110v0,-31,-16,-47,-43,-47","w":399},"\u00e6":{"d":"316,-78r-135,0v-11,48,54,53,67,21r60,0v-16,69,-131,84,-166,31v-13,33,-145,57,-145,-21v0,-50,44,-61,92,-64v21,-2,50,0,50,-24v0,-11,-8,-18,-26,-18v-19,0,-31,6,-34,24r-58,0v10,-49,46,-63,92,-63v28,0,48,4,62,22v48,-47,143,-16,143,64v0,9,-1,17,-2,28xm58,-52v0,15,12,20,24,20v36,1,47,-39,46,-54v-15,13,-70,-2,-70,34xm186,-113r75,0v3,-19,-5,-38,-30,-38v-22,0,-38,14,-45,38","w":333},"\u0131":{"d":"-4,0r39,-187r61,0r-38,187r-62,0","w":106},"\u0142":{"d":"-4,0r19,-88r-34,26r9,-39r33,-26r27,-130r61,0r-15,73r34,-27r-9,40r-33,26r-30,145r-62,0","w":106},"\u00f8":{"d":"201,-195r12,12r-25,24v41,70,-9,164,-95,164v-25,0,-48,-5,-63,-18r-26,23r-12,-12r26,-24v-42,-70,10,-166,96,-166v25,0,47,7,62,20xm141,-116r-70,65v5,7,12,11,23,11v38,-1,49,-43,47,-76xm66,-70r69,-65v-5,-8,-12,-12,-24,-12v-35,1,-52,49,-45,77","w":219},"\u0153":{"d":"321,-78r-135,0v-10,45,55,56,69,21r59,0v-15,45,-53,62,-97,62v-25,0,-51,-6,-65,-28v-46,54,-161,28,-149,-58v-6,-88,111,-149,172,-84v46,-50,156,-30,149,56v0,10,-1,21,-3,31xm112,-151v-36,0,-48,42,-48,76v0,25,8,39,29,39v37,0,47,-50,47,-78v0,-24,-10,-37,-28,-37xm192,-113r73,0v1,-21,-4,-38,-27,-38v-25,0,-41,14,-46,38","w":339},"\u00d7":{"d":"71,-91r-52,-52r37,-37r52,52r52,-52r37,37r-52,52r52,52r-37,36r-52,-51r-52,51r-37,-36","w":216},"\u2122":{"d":"139,-257r0,34r-40,0r0,114r-45,0r0,-114r-39,0r0,-34r124,0xm225,-257r32,86r32,-86r56,0r0,148r-39,0r-1,-97r-32,97r-32,0r-33,-97r0,97r-39,0r0,-148r56,0","w":360},"\u00c5":{"d":"161,-285v10,0,18,-9,18,-19v0,-11,-8,-19,-18,-19v-10,0,-19,8,-19,19v0,10,9,19,19,19xm161,-266v-21,0,-39,-17,-39,-38v0,-21,18,-39,39,-39v21,0,38,17,38,39v0,21,-17,38,-38,38xm-28,0r150,-257r68,0r42,257r-67,0r-6,-46r-91,0r-26,46r-70,0xm94,-96r59,0r-10,-92","w":253},"\u0160":{"d":"78,-327r45,0r16,29r28,-29r46,0r-52,52r-53,0xm166,-180v0,-21,-14,-28,-36,-27v-17,0,-34,7,-34,23v0,15,11,17,47,27v35,10,76,28,76,78v0,46,-41,84,-116,84v-61,0,-104,-30,-103,-91r67,0v0,28,15,36,47,36v27,0,38,-11,38,-25v0,-26,-38,-29,-65,-38v-32,-12,-58,-28,-58,-66v0,-58,53,-83,104,-83v55,0,102,19,100,82r-67,0","w":240},"\u0178":{"d":"122,-276r-55,0r9,-47r56,0xm199,-276r-56,0r10,-47r55,0xm57,0r20,-97r-59,-160r69,0r30,107r72,-107r80,0r-126,160r-20,97r-66,0","w":233},"\u017d":{"d":"78,-327r45,0r16,29r28,-29r46,0r-52,52r-53,0xm-15,0r11,-58r161,-141r-126,0r12,-58r210,0r-11,58r-166,141r141,0r-11,58r-221,0","w":240},"\u00e5":{"d":"129,-221v10,0,18,-9,18,-19v0,-11,-8,-19,-18,-19v-10,0,-19,8,-19,19v0,10,9,19,19,19xm129,-202v-21,0,-39,-17,-39,-38v0,-21,18,-39,39,-39v21,0,38,17,38,39v0,21,-17,38,-38,38xm58,-52v0,15,13,20,25,20v37,0,44,-37,46,-54v-15,13,-71,-2,-71,34xm198,-143v0,49,-29,98,-22,143r-60,0v-2,-8,1,-11,-2,-18v-25,37,-117,34,-117,-29v0,-50,44,-61,92,-64v21,-2,50,0,50,-24v0,-11,-8,-18,-26,-18v-19,0,-31,6,-34,24r-58,0v10,-49,46,-63,92,-63v52,0,85,13,85,49","w":213},"\u0161":{"d":"55,-257r45,0r16,29r27,-29r46,0r-52,53r-52,0xm126,-132v2,-15,-9,-23,-23,-22v-13,0,-27,4,-27,17v0,13,19,16,41,21v35,9,55,17,55,54v0,57,-52,67,-96,67v-48,0,-78,-17,-80,-66r56,0v0,19,13,26,31,27v10,0,28,-4,28,-19v0,-16,-15,-18,-45,-25v-27,-7,-52,-16,-52,-51v0,-50,51,-63,91,-63v39,0,80,12,77,60r-56,0","w":193},"\u017e":{"d":"55,-257r45,0r16,29r27,-29r46,0r-52,53r-52,0xm-15,0r10,-45r113,-97r-87,0r9,-45r162,0r-9,45r-114,97r102,0r-10,45r-176,0","w":193},"\u00a0":{"w":113}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (c) Copyright 1995-1997 International Typeface Corporation  All rights
 * reserved.
 * 
 * Manufacturer:
 * International Typeface Corporation
 */
Cufon.registerFont({"w":115,"face":{"font-family":"blair","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 5 3 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"6","bbox":"-1 -333.5 451 85","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":97},"\u00a0":{"w":97},"\u00c5":{"d":"173,-238r-3,0r-79,148r160,0xm171,-289v12,0,21,-6,22,-16v0,-11,-10,-17,-22,-17v-11,0,-22,6,-22,17v0,11,10,17,22,16xm299,0r-36,-68r-183,0r-37,68r-27,0r138,-261r35,0r137,261r-27,0xm135,-305v1,-38,71,-38,72,0v0,37,-72,37,-72,0","w":342},"B":{"d":"307,-70v0,-33,-23,-51,-57,-51r-181,0r0,98r180,0v35,0,59,-13,58,-47xm299,-193v0,-27,-19,-46,-47,-45r-183,0r0,94r178,0v31,-1,52,-18,52,-49xm324,-194v0,34,-17,50,-45,60v31,12,53,26,53,65v0,48,-34,69,-82,69r-205,0r0,-261r203,0v46,-1,76,25,76,67","w":362},"C":{"d":"30,-131v-8,-141,218,-183,292,-80r-21,8v-64,-77,-254,-47,-246,72v5,76,54,114,132,116v53,1,89,-14,114,-43r19,12v-25,34,-70,54,-130,53v-92,-1,-155,-48,-160,-138","w":350},"D":{"d":"311,-129v-1,-69,-40,-109,-107,-109r-135,0r0,215r142,0v58,0,101,-44,100,-106xm338,-127v0,79,-51,127,-129,127r-164,0r0,-261r156,0v85,3,137,47,137,134","w":368},"E":{"d":"45,0r0,-261r243,0r0,23r-219,0r0,89r152,0r0,22r-152,0r0,104r229,0r0,23r-253,0","w":313},"F":{"d":"69,-238r0,89r152,0r0,22r-152,0r0,127r-24,0r0,-261r243,0r0,23r-219,0","w":293},"G":{"d":"55,-131v-4,107,135,146,216,93v23,-15,36,-39,44,-69r-138,0r0,-23r166,0v-5,92,-64,138,-156,138v-90,0,-153,-56,-157,-139v-6,-136,211,-184,288,-83r-21,13v-29,-30,-58,-46,-110,-46v-75,0,-129,48,-132,116","w":373},"H":{"d":"297,0r0,-127r-228,0r0,127r-24,0r0,-261r24,0r0,112r228,0r0,-112r23,0r0,261r-23,0","w":365},"I":{"d":"45,0r0,-261r24,0r0,261r-24,0","w":114},"J":{"d":"113,-15v53,0,87,-14,86,-66r0,-180r24,0r0,180v-1,63,-42,89,-109,89v-63,1,-100,-26,-101,-85r22,0v1,47,26,62,78,62","w":264},"K":{"d":"287,0r-129,-151r-89,70r0,81r-24,0r0,-261r24,0r0,154r195,-154r34,0r-122,96r139,165r-28,0","w":317},"L":{"d":"45,0r0,-261r24,0r0,238r201,0r0,23r-225,0","w":271},"M":{"d":"360,0r-1,-238r-144,186r-146,-186r0,238r-24,0r0,-261r37,0r133,174r133,-174r36,0r0,261r-24,0","w":429},"N":{"d":"289,0r-220,-238r0,238r-24,0r0,-261r34,0r219,238r0,-238r24,0r0,261r-33,0","w":367},"O":{"d":"188,-15v79,0,132,-40,132,-116v0,-68,-57,-116,-132,-116v-75,0,-133,47,-132,116v1,77,53,116,132,116xm188,-269v90,0,157,57,157,138v0,83,-67,139,-157,139v-90,0,-158,-55,-158,-139v0,-81,68,-139,158,-138","w":374},"\u00d8":{"d":"253,-232v-100,-49,-239,32,-187,150v7,14,17,28,32,40xm115,-32v89,42,208,3,205,-99v-1,-45,-20,-69,-49,-91xm30,-131v-4,-110,136,-170,239,-120r22,-27r25,0r-30,38v35,27,56,56,59,109v6,114,-145,173,-245,117r-24,30r-26,0r33,-40v-31,-27,-51,-55,-53,-107","w":374},"P":{"d":"240,-130v35,0,54,-19,54,-54v0,-36,-21,-54,-63,-54r-162,0r0,108r171,0xm320,-183v1,110,-150,68,-251,76r0,107r-24,0r0,-261r197,0v48,2,78,28,78,78","w":328},"Q":{"d":"58,-131v1,88,77,127,168,112r-34,-39r21,-6r34,39v45,-18,74,-49,74,-106v0,-76,-55,-116,-132,-116v-75,0,-131,47,-131,116xm346,-131v0,63,-34,102,-83,123r35,39r-23,7r-32,-38v-109,29,-213,-31,-211,-131v1,-82,66,-138,157,-138v90,0,157,57,157,138","w":378},"R":{"d":"240,-130v35,0,54,-19,54,-54v0,-36,-21,-54,-63,-54r-162,0r0,108r171,0xm320,-183v0,49,-30,73,-78,76r79,107r-28,0r-82,-107r-142,0r0,107r-24,0r0,-261r197,0v48,2,78,28,78,78","w":352},"S":{"d":"44,-160v-44,-95,91,-124,189,-100v21,5,39,13,54,23r-17,18v-31,-17,-63,-25,-108,-26v-60,-2,-116,19,-94,71v50,54,238,-17,238,96v0,112,-211,97,-277,46r13,-20v35,22,73,35,125,36v67,2,129,-24,106,-84v-44,-49,-182,-4,-229,-60","w":335},"T":{"d":"150,-238r0,238r-24,0r0,-238r-124,0r0,-23r272,0r0,23r-124,0","w":276},"U":{"d":"183,8v-72,0,-138,-23,-138,-89r0,-180r24,0r0,171v0,50,38,75,114,75v76,0,114,-25,114,-75r0,-171r23,0r0,180v-5,68,-66,89,-137,89","w":365},"V":{"d":"167,0r-35,0r-130,-261r27,0r121,242r120,-242r27,0","w":299},"W":{"d":"301,0r-36,0r-71,-240r-68,240r-36,0r-84,-261r27,0r74,241r69,-241r36,0r72,240r74,-240r26,0","w":390},"X":{"d":"257,0r-109,-116r-108,116r-31,0r124,-132r-119,-129r31,0r103,112r104,-112r31,0r-120,129r124,132r-30,0","w":296},"Y":{"d":"155,-105r0,105r-24,0r0,-105r-129,-156r28,0r113,133r112,-133r29,0","w":285},"Z":{"d":"10,0r0,-23r218,-215r-215,0r0,-23r250,0r0,23r-223,215r233,0r0,23r-263,0","w":285},"a":{"d":"202,-79r-66,-120r-64,120r130,0xm244,0r-31,-57r-153,0r-31,57r-27,0r119,-221r31,0r119,221r-27,0","w":272},"\u00e6":{"d":"170,-199r-4,0r-83,120r87,0r0,-120xm170,0r0,-57r-102,0r-40,57r-26,0r153,-221r225,0r0,22r-187,0r0,70r130,0r0,23r-130,0r0,83r195,0r0,23r-218,0","w":402},"&":{"d":"59,-69v0,69,115,59,157,25v-28,-27,-52,-56,-73,-87v-45,8,-84,23,-84,62xm177,-242v-49,0,-54,56,-24,88v35,-3,63,-17,64,-49v0,-24,-16,-39,-40,-39xm232,-58v22,-15,33,-41,46,-69r24,0v-15,38,-34,66,-55,83v21,12,44,20,69,22r0,22v-31,-3,-59,-12,-85,-29v-51,46,-198,53,-198,-40v0,-49,46,-70,98,-80v-39,-48,-17,-115,45,-115v38,0,64,21,63,61v-1,41,-34,59,-75,67v19,29,42,54,68,78","w":349},"\u00e5":{"d":"202,-79r-66,-120r-64,120r130,0xm137,-251v12,0,22,-6,22,-17v0,-11,-10,-17,-22,-17v-11,0,-21,6,-21,17v0,11,9,17,21,17xm244,0r-31,-57r-153,0r-31,57r-27,0r119,-221r31,0r119,221r-27,0xm102,-268v0,-38,71,-37,71,0v-1,37,-71,38,-71,0","w":272},"^":{"d":"201,-69v-7,-68,-123,-61,-164,-26r-21,-17r33,-109r161,0r0,22r-146,0r-25,81v53,-39,189,-33,187,50v-2,96,-167,85,-212,32r19,-12v41,35,159,49,168,-21","w":248},"~":{"d":"78,0r-29,0r141,-199r-180,0r0,-22r209,0r0,22","w":234},"*":{"d":"123,-186r44,50r-18,13r-36,-56r-33,58r-18,-13r41,-51r-64,-13r7,-21r61,23r-8,-65r22,0r-3,66r59,-27r7,21","w":223},"@":{"d":"128,-73v29,0,41,-33,41,-65v0,-18,-6,-26,-19,-26v-30,0,-39,35,-41,68v0,15,7,23,19,23xm150,-218v-64,0,-99,40,-99,103v0,66,34,100,101,100r0,18v-82,2,-126,-41,-126,-118v0,-75,52,-122,124,-122v66,0,117,44,117,105v0,47,-29,83,-75,83v-17,0,-25,-7,-31,-20v-29,24,-74,12,-74,-32v0,-51,40,-89,89,-70v1,-10,16,-5,26,-6v-11,36,-23,62,-23,92v0,14,5,21,17,21v32,-1,47,-30,46,-67v-2,-56,-36,-87,-92,-87","w":293},"b":{"d":"263,-60v0,-26,-19,-41,-47,-41r-152,0r0,78r152,0v29,0,46,-10,47,-37xm256,-163v0,-21,-15,-36,-38,-36r-154,0r0,76r149,0v24,-2,42,-14,43,-40xm215,-221v68,-10,89,87,33,107v25,11,40,25,40,55v0,40,-30,58,-72,59r-176,0r0,-221r175,0","w":317},"\\":{"d":"154,4r-155,-265r29,0r155,265r-29,0","w":181},"|":{"d":"219,-66v0,-52,-81,-58,-121,-35v-15,8,-28,20,-38,35v19,32,41,47,89,47v39,0,70,-14,70,-47xm216,-175v-56,-60,-191,-16,-163,84v35,-58,192,-63,192,23v0,51,-44,72,-97,72v-72,0,-118,-39,-121,-113v-4,-105,138,-152,207,-81","w":272},"{":{"d":"46,-118v53,25,-15,164,64,157v-1,4,2,12,-2,12v-41,-1,-61,-9,-62,-48v-2,-48,10,-107,-28,-120v38,-13,27,-70,28,-118v1,-39,23,-50,64,-50r0,12v-78,-8,-11,133,-64,155","w":136},"}":{"d":"89,-235v1,48,-11,106,28,118v-39,12,-26,72,-28,120v-1,39,-23,47,-64,48v1,-4,-2,-10,1,-12v76,6,9,-131,62,-157v-53,-17,16,-156,-63,-155v1,-4,-3,-13,3,-12v39,0,60,13,61,50","w":133},"[":{"d":"36,51r0,-336r82,0r0,12r-59,0r0,312r59,0r0,12r-82,0","w":133},"]":{"d":"16,51r0,-12r59,0r0,-312r-59,0r0,-12r82,0r0,336r-82,0","w":135},"c":{"d":"25,-112v-5,-120,191,-155,253,-65r-21,8v-54,-65,-207,-45,-207,60v0,102,156,118,207,56r19,12v-24,31,-62,47,-116,47v-78,0,-132,-46,-135,-118","w":301},":":{"d":"36,0r0,-23r43,0r0,23r-43,0xm36,-148r0,-22r43,0r0,22r-43,0"},",":{"d":"79,-23v2,37,2,69,-40,63r0,-10v20,-2,23,-11,22,-30r-25,0r0,-23r43,0"},"d":{"d":"266,-109v0,-57,-34,-90,-89,-90r-113,0r0,176r119,0v50,-3,83,-34,83,-86xm293,-108v0,67,-45,108,-112,108r-141,0r0,-221r134,0v74,1,119,39,119,113","w":320},"$":{"d":"173,-16v51,-1,93,-14,93,-56v0,-35,-31,-53,-93,-54r0,110xm152,-243v-57,1,-86,19,-86,53v0,38,39,43,86,43r0,-96xm42,-188v0,-54,48,-72,110,-74r0,-14r21,0r0,14v42,3,73,9,100,25r-14,18v-27,-14,-56,-22,-86,-23r0,97v68,1,117,12,117,70v0,59,-50,77,-117,79r0,20r-21,0r0,-21v-49,-3,-86,-13,-113,-38r10,-17v30,21,65,32,103,35r0,-109v-62,-1,-110,-10,-110,-62","w":328},"e":{"d":"40,0r0,-221r211,0r0,22r-187,0r0,70r130,0r0,23r-130,0r0,83r195,0r0,23r-219,0","w":273},"8":{"d":"151,-18v52,-1,100,-10,100,-51v0,-43,-46,-53,-100,-53v-55,0,-102,10,-102,52v0,41,50,52,102,52xm151,-144v46,0,86,-13,86,-51v0,-37,-41,-47,-86,-47v-47,0,-85,9,-85,47v0,38,40,51,85,51xm261,-195v0,36,-26,52,-62,60v45,9,80,23,80,68v0,55,-60,71,-128,71v-68,0,-128,-17,-128,-71v0,-43,36,-61,81,-68v-35,-6,-62,-24,-63,-60v0,-92,220,-97,220,0","w":304},"\u2026":{"d":"44,-155v0,53,81,56,123,35v16,-8,28,-21,38,-37v-18,-28,-43,-45,-89,-45v-41,0,-72,12,-72,47xm49,-46v61,62,189,13,163,-85v-37,58,-193,69,-193,-22v0,-51,45,-71,99,-71v75,0,117,41,121,116v5,107,-144,147,-208,76","w":267},"\u2014":{"d":"22,-105r0,-23r267,0r0,23r-267,0","w":310},"\u2013":{"d":"22,-105r0,-23r216,0r0,23r-216,0","w":259},"=":{"d":"18,-194v48,-40,190,-50,190,27v0,24,-13,41,-41,51v29,7,50,23,50,56v0,86,-175,79,-215,23r13,-17v23,22,50,34,91,35v57,0,85,-15,85,-45v0,-29,-44,-42,-110,-41r0,-20v48,0,98,2,100,-39v-9,-58,-116,-41,-150,-13","w":245},"!":{"d":"36,0r0,-23r43,0r0,23r-43,0xm69,-52r-22,0r-6,-209r33,0"},"f":{"d":"64,-199r0,70r130,0r0,23r-130,0r0,106r-24,0r0,-221r211,0r0,22r-187,0","w":255},"5":{"d":"234,-80v0,-84,-143,-74,-192,-33r-24,-20r37,-128r186,0r0,23r-170,0r-29,98v68,-43,218,-36,218,60v0,110,-191,100,-244,40r22,-12v47,44,196,56,196,-28","w":287},"4":{"d":"187,-234r-154,157r154,0r0,-157xm210,-55r0,55r-23,0r0,-55r-176,0r0,-23r176,-183r23,0r0,184r60,0r0,22r-60,0","w":281},"g":{"d":"50,-109v0,86,114,117,180,74v19,-12,31,-31,37,-55r-117,0r0,-22r145,0v-5,76,-53,117,-134,118v-78,0,-133,-47,-136,-117v-5,-119,183,-156,250,-70r-22,14v-50,-68,-203,-46,-203,58","w":320},"`":{"d":"90,-240r-38,-51r29,0r21,51r-12,0","w":180},">":{"d":"157,-193r-125,125r125,0r0,-125xm180,-46r0,46r-23,0r0,-46r-150,0r0,-22r151,-153r22,0r0,153r51,0r0,22r-51,0","w":239},"h":{"d":"255,0r0,-106r-191,0r0,106r-24,0r0,-221r24,0r0,92r191,0r0,-92r23,0r0,221r-23,0","w":318},"-":{"d":"22,-105r0,-23r114,0r0,23r-114,0","w":157},"\u00ad":{"d":"22,-105r0,-23r114,0r0,23r-114,0","w":157},"i":{"d":"40,0r0,-221r24,0r0,221r-24,0","w":104},"j":{"d":"94,-17v46,0,72,-10,72,-54r0,-150r24,0r0,149v10,79,-111,95,-160,57v-16,-12,-23,-31,-23,-55r23,0v0,41,22,53,64,53","w":225},"k":{"d":"246,0r-108,-126r-74,58r0,68r-24,0r0,-221r24,0r0,126r164,-126r34,0r-106,82r119,139r-29,0","w":278},"l":{"d":"40,0r0,-221r24,0r0,198r171,0r0,23r-195,0","w":236},"<":{"d":"26,-189v46,-46,194,-57,194,30v0,92,-158,43,-178,136r184,0r0,23r-212,0v2,-92,93,-97,158,-129v51,-25,6,-78,-46,-74v-37,3,-63,12,-86,31","w":246},"m":{"d":"308,0r-1,-197r-121,155r-122,-157r0,199r-24,0r0,-221r33,0r113,144r112,-144r34,0r0,221r-24,0","w":371},"n":{"d":"249,0r-185,-199r0,199r-24,0r0,-221r30,0r186,199r0,-199r23,0r0,221r-30,0","w":319},"9":{"d":"51,-183v0,65,97,69,147,43v19,-10,34,-26,46,-45v-22,-36,-51,-58,-107,-57v-49,0,-86,15,-86,59xm142,-18v79,0,126,-61,110,-142v-25,32,-64,57,-116,57v-59,0,-110,-21,-110,-78v0,-61,51,-83,114,-83v87,0,138,48,142,133v6,123,-161,176,-241,95r14,-16v21,19,50,34,87,34","w":312},"#":{"d":"133,-192r-10,63r72,0r9,-63r-71,0xm223,-192r-10,63r33,0r0,18r-36,0r-9,69r-19,0r10,-69r-71,0r-10,69r-19,0r10,-69r-35,0r0,-18r38,0r9,-63r-34,0r0,-18r37,0r8,-51r18,0r-8,51r72,0r8,-51r18,0r-8,51r32,0r0,18r-34,0","w":328},"o":{"d":"161,-16v64,0,110,-32,110,-93v0,-64,-47,-98,-110,-98v-64,0,-111,34,-111,99v0,61,47,92,111,92xm161,-229v77,0,135,49,135,118v0,70,-56,117,-135,117v-78,0,-136,-47,-136,-117v0,-71,59,-118,136,-118","w":321},"1":{"d":"14,-238v23,-6,32,-27,66,-23r0,261r-24,0r0,-239r-42,19r0,-18","w":123},"\u00f8":{"d":"216,-195v-88,-41,-199,27,-157,124v5,11,14,22,26,32xm104,-28v87,41,201,-23,158,-123v-6,-12,-15,-23,-28,-33xm25,-111v-3,-95,116,-146,206,-102r18,-24r27,0r-27,35v28,22,46,47,47,91v3,96,-116,145,-207,101r-21,26r-28,0r31,-37v-28,-24,-45,-45,-46,-90","w":321},"p":{"d":"208,-112v28,1,44,-17,44,-44v0,-29,-17,-43,-51,-43r-137,0r0,87r144,0xm278,-155v0,41,-30,67,-74,66r-140,0r0,89r-24,0r0,-221r169,0v41,-1,69,26,69,66","w":284},"(":{"d":"111,-266v-57,57,-71,275,21,305r0,12v-120,-18,-106,-268,-33,-326v9,-6,20,-10,33,-10r0,12v-8,0,-15,2,-21,7","w":159},")":{"d":"93,-117v0,-69,-9,-141,-66,-156r0,-12v120,17,108,270,33,325v-9,6,-20,11,-33,11r0,-12v57,-14,66,-87,66,-156","w":159},"%":{"d":"102,-143v29,0,47,-23,47,-52v0,-30,-17,-53,-47,-53v-30,0,-47,23,-47,53v0,30,18,52,47,52xm285,-13v30,0,48,-23,48,-53v0,-30,-19,-52,-48,-52v-28,0,-46,22,-46,52v0,31,17,53,46,53xm102,-266v35,0,68,33,67,71v-1,40,-31,70,-67,70v-41,0,-65,-28,-67,-70v-2,-39,32,-71,67,-71xm98,4r-29,0r221,-265r29,0xm285,-136v35,0,68,31,68,70v0,41,-33,71,-68,71v-35,0,-66,-33,-66,-71v0,-38,31,-70,66,-70","w":388},".":{"d":"36,0r0,-23r43,0r0,23r-43,0"},"+":{"d":"54,0r0,-199r-36,16r0,-19v20,-7,29,-22,59,-19r0,221r-23,0","w":120},"q":{"d":"52,-109v0,70,64,102,139,90r-29,-32r22,-6r28,32v36,-13,61,-41,61,-84v0,-65,-46,-98,-111,-98v-65,0,-110,35,-110,98xm298,-111v0,52,-30,85,-70,104r28,31r-22,7r-27,-31v-91,24,-184,-26,-180,-111v3,-76,57,-116,135,-118v77,-2,136,49,136,118","w":325},"?":{"d":"82,0r0,-23r43,0r0,23r-43,0xm121,-242v-41,1,-64,15,-88,36r-19,-14v47,-70,247,-61,210,53v-18,54,-124,19,-111,115r-24,0v-6,-74,42,-94,95,-110v11,-7,18,-15,18,-30v0,-36,-37,-51,-81,-50","w":246},"\"":{"d":"83,-155r-18,0r0,-97r18,0r0,97xm35,-155r-18,0r0,-97r18,0r0,97","w":100},"\u201c":{"d":"20,-198v-2,-37,-2,-69,40,-63r0,11v-20,2,-23,11,-22,30r25,0r0,22r-43,0xm84,-198v-2,-37,-2,-69,40,-63r0,11v-20,2,-23,11,-22,30r25,0r0,22r-43,0","w":146},"\u201d":{"d":"61,-261v2,37,3,70,-40,63r0,-10v20,-2,23,-11,22,-30r-25,0r0,-23r43,0xm125,-261v2,38,3,70,-41,63r0,-10v20,-2,25,-11,23,-30r-25,0r0,-23r43,0","w":146},"\u2018":{"d":"20,-198v-2,-37,-2,-69,40,-63r0,11v-20,2,-23,11,-22,30r25,0r0,22r-43,0","w":82},"\u2019":{"d":"63,-261v2,38,3,70,-41,63r0,-10v20,-2,25,-11,23,-30r-25,0r0,-23r43,0","w":82},"'":{"d":"35,-155r-18,0r0,-97r18,0r0,97","w":51},"r":{"d":"208,-112v28,1,44,-17,44,-44v0,-29,-17,-43,-51,-43r-137,0r0,87r144,0xm278,-155v-1,39,-26,62,-65,65r67,90r-28,0r-70,-89r-118,0r0,89r-24,0r0,-221r169,0v41,-1,69,26,69,66","w":306},"s":{"d":"30,-163v2,-84,162,-76,217,-38r-13,17v-29,-15,-57,-21,-96,-22v-42,-1,-78,7,-81,39v13,82,208,-14,208,100v0,97,-184,84,-241,38r13,-19v31,20,64,31,112,31v47,1,85,-12,89,-47v-13,-88,-211,1,-208,-99","w":288},";":{"d":"79,-23v2,37,2,69,-40,63r0,-10v20,-2,23,-11,22,-30r-25,0r0,-23r43,0xm36,-148r0,-22r43,0r0,22r-43,0"},"\u037e":{"d":"79,-23v2,37,2,69,-40,63r0,-10v20,-2,23,-11,22,-30r-25,0r0,-23r43,0xm36,-148r0,-22r43,0r0,22r-43,0"},"7":{"d":"85,0r-29,0r166,-238r-213,0r0,-23r241,0r0,23","w":262},"6":{"d":"256,-77v0,-62,-97,-71,-147,-43v-18,10,-33,25,-44,43v20,39,56,59,105,59v47,0,86,-18,86,-59xm163,-242v-78,1,-118,59,-106,140v25,-33,60,-55,112,-55v58,0,114,27,114,80v0,60,-52,81,-115,81v-86,0,-135,-51,-140,-133v-8,-121,158,-177,239,-96r-18,14v-18,-20,-49,-31,-86,-31","w":313},"\/":{"d":"28,4r-29,0r155,-265r29,0","w":181},"t":{"d":"131,-199r0,199r-23,0r0,-199r-106,0r0,-22r235,0r0,22r-106,0","w":238},"3":{"d":"221,-194v0,-71,-138,-53,-177,-18r-14,-17v55,-45,219,-58,219,34v0,30,-18,49,-53,59v36,7,64,25,64,64v0,102,-206,93,-249,30r15,-19v24,29,55,43,105,43v68,0,102,-19,102,-57v0,-49,-66,-48,-129,-49r0,-20v58,0,117,0,117,-50","w":288},"\u2122":{"d":"37,-245r0,48r-15,0r0,-48r-18,0r0,-12r51,0r0,12r-18,0xm121,-197r0,-45r-16,45r-7,0r-17,-45r0,45r-14,0r0,-60r21,0r14,36r13,-36r20,0r0,60r-14,0","w":147},"2":{"d":"226,-190v0,-75,-144,-58,-182,-16r-14,-18v53,-52,222,-65,222,34v0,94,-145,67,-189,126v-9,12,-17,24,-22,41r219,0r0,23r-245,0v2,-110,110,-115,187,-151v17,-8,24,-23,24,-39","w":282},"u":{"d":"275,-72v-5,104,-237,103,-237,0r0,-149r23,0r0,141v0,41,32,61,96,61v63,0,95,-20,95,-61r0,-141r23,0r0,149","w":312},"_":{"d":"180,85r-180,0r0,-18r180,0r0,18","w":180},"v":{"d":"147,0r-33,0r-112,-221r26,0r102,200r102,-200r27,0","w":260},"w":{"d":"261,0r-33,0r-59,-200r-56,200r-33,0r-73,-221r27,0r61,200r57,-200r33,0r61,200r61,-200r26,0","w":340},"x":{"d":"216,0r-92,-96r-91,96r-31,0r107,-112r-103,-109r31,0r87,92r88,-92r31,0r-103,109r107,112r-31,0","w":248},"y":{"d":"138,-89r0,89r-24,0r0,-89r-112,-132r29,0r94,109r95,-109r29,0","w":250},"z":{"d":"5,0r0,-23r183,-176r-180,0r0,-22r217,0r0,22r-188,176r196,0r0,23r-228,0","w":238},"0":{"d":"159,-18v65,0,104,-48,104,-112v0,-64,-43,-112,-104,-112v-60,0,-103,48,-103,112v1,65,42,112,103,112xm159,-264v79,0,128,57,128,134v0,77,-49,134,-128,134v-78,0,-127,-56,-127,-134v0,-79,49,-134,127,-134","w":318},"A":{"d":"159,-238r-3,0r-79,148r160,0xm284,0r-35,-68r-184,0r-36,68r-27,0r138,-261r34,0r137,261r-27,0","w":313},"\u00c6":{"d":"198,-238r-8,0r-100,148r108,0r0,-148xm198,0r0,-68r-124,0r-46,68r-26,0r178,-261r261,0r0,23r-220,0r0,89r153,0r0,22r-153,0r0,104r230,0r0,23r-253,0","w":465},"\u00d7":{"d":"235,-204r12,12r-84,85r84,84r-12,13r-85,-85r-84,85r-12,-13r84,-84r-84,-85r12,-12r84,84","w":299}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (c) Copyright 1995-1997 International Typeface Corporation  All rights
 * reserved.
 * 
 * Manufacturer:
 * International Typeface Corporation
 */
Cufon.registerFont({"w":340,"face":{"font-family":"blair","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 7 3 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"6","bbox":"-10 -346.626 483 85","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":108},"\u00a0":{"w":108},"\u00c5":{"d":"171,-224r-67,126r133,0xm171,-299v10,0,19,-7,19,-15v-1,-18,-38,-20,-38,0v0,9,8,15,19,15xm288,0r-30,-58r-175,0r-30,58r-48,0r138,-261r55,0r138,261r-48,0xm130,-314v0,-43,82,-44,81,0v0,22,-18,34,-40,34v-22,0,-41,-12,-41,-34"},"B":{"d":"306,-75v0,-28,-18,-37,-48,-37r-171,0r0,73r165,0v32,0,54,-9,54,-36xm297,-187v0,-22,-17,-34,-40,-34r-170,0r0,69r168,0v22,1,42,-15,42,-35xm339,-189v0,29,-13,43,-34,55v30,10,45,32,45,66v0,51,-40,69,-99,68r-207,0r0,-261r210,0v51,1,85,23,85,72","w":380},"C":{"d":"76,-131v0,114,180,125,233,56r37,20v-35,41,-77,62,-148,62v-94,1,-167,-53,-167,-138v0,-112,145,-169,253,-121v25,11,47,29,64,51r-39,14v-55,-67,-233,-57,-233,56","w":376},"D":{"d":"309,-129v0,-59,-36,-91,-97,-92r-125,0r0,182r133,0v55,-3,89,-34,89,-90xm356,-127v0,80,-58,127,-139,127r-173,0r0,-261r164,0v89,3,148,45,148,134","w":383},"E":{"d":"44,0r0,-261r262,0r0,40r-219,0r0,66r152,0r0,39r-152,0r0,77r229,0r0,39r-272,0","w":338},"F":{"d":"87,-221r0,66r152,0r0,39r-152,0r0,116r-43,0r0,-261r262,0r0,40r-219,0","w":313},"G":{"d":"75,-131v0,119,205,132,234,32r-121,0r0,-40r175,0v-2,99,-68,147,-166,147v-93,0,-167,-54,-167,-139v0,-110,140,-168,249,-123v23,10,44,26,63,48r-41,20v-52,-72,-226,-50,-226,55","w":393},"H":{"d":"296,0r0,-116r-209,0r0,116r-43,0r0,-261r43,0r0,106r209,0r0,-106r43,0r0,261r-43,0","w":382},"I":{"d":"44,0r0,-261r43,0r0,261r-43,0","w":130},"J":{"d":"129,-31v46,0,72,-11,73,-53r0,-177r43,0r0,177v11,97,-138,114,-200,69v-20,-14,-29,-38,-30,-67r44,0v4,38,26,51,70,51","w":283},"K":{"d":"291,0r-126,-137r-78,58r0,79r-43,0r0,-261r43,0r0,135r182,-135r63,0r-134,99r148,162r-55,0","w":345},"L":{"d":"44,0r0,-261r43,0r0,222r201,0r0,39r-244,0","w":295},"M":{"d":"359,0r0,-213r-2,0r-135,170r-135,-170r0,213r-43,0r0,-261r53,0r125,158r126,-158r54,0r0,261r-43,0","w":445},"N":{"d":"286,0r-199,-214r0,214r-43,0r0,-261r53,0r199,214r0,-214r43,0r0,261r-53,0","w":383},"O":{"d":"198,-32v71,0,122,-31,122,-99v0,-59,-54,-99,-122,-98v-70,1,-123,32,-123,98v0,68,52,99,123,99xm198,-269v93,0,167,56,167,138v0,85,-74,139,-167,139v-93,0,-168,-54,-168,-139v0,-82,74,-138,168,-138","w":394},"\u00d8":{"d":"250,-221v-97,-33,-208,31,-166,132v6,12,17,23,30,34xm138,-43v96,39,220,-25,171,-131v-7,-13,-19,-24,-34,-35xm30,-131v0,-109,137,-169,247,-122r22,-27r34,0r-32,39v42,27,64,63,64,110v0,113,-148,170,-254,121r-22,26r-34,0r33,-40v-39,-26,-58,-62,-58,-107","w":394},"P":{"d":"243,-139v32,1,50,-12,50,-40v0,-29,-18,-42,-53,-42r-153,0r0,82r156,0xm337,-179v3,110,-147,74,-250,80r0,99r-43,0r0,-261r206,0v53,2,86,29,87,82","w":343},"Q":{"d":"75,-131v0,72,61,102,138,98r-28,-31r41,-13r30,34v37,-14,64,-42,64,-88v0,-59,-54,-99,-122,-99v-69,0,-123,38,-123,99xm365,-131v0,61,-33,97,-80,119r33,36r-41,13r-32,-35v-112,24,-215,-36,-215,-133v0,-82,74,-138,168,-138v93,0,167,56,167,138","w":394},"R":{"d":"243,-139v30,1,50,-12,50,-40v0,-29,-18,-42,-54,-42r-152,0r0,82r156,0xm337,-179v0,48,-27,70,-68,77r70,102r-50,0r-70,-99r-132,0r0,99r-43,0r0,-261r205,0v54,-1,88,31,88,82","w":362},"S":{"d":"33,-157v-29,-74,43,-110,124,-110v56,0,103,12,141,38r-26,30v-35,-18,-69,-30,-118,-30v-41,1,-78,6,-83,35v29,77,243,-13,243,113v0,119,-234,102,-297,43r23,-31v38,23,76,35,132,37v57,2,114,-20,87,-67v-51,-38,-184,1,-226,-58","w":338},"T":{"d":"175,-221r0,221r-43,0r0,-221r-125,0r0,-40r293,0r0,40r-125,0","w":306},"U":{"d":"190,-32v58,0,104,-15,104,-63r0,-166r43,0r0,177v-6,70,-71,92,-147,92v-77,0,-148,-22,-148,-92r0,-177r43,0r0,166v2,49,47,63,105,63","w":378},"V":{"d":"192,0r-50,0r-140,-261r48,0r117,218r117,-218r48,0","w":334},"W":{"d":"334,0r-55,0r-66,-218r-65,218r-55,0r-86,-261r48,0r66,219r65,-219r55,0r65,219r66,-219r48,0","w":426},"X":{"d":"271,0r-105,-105r-105,105r-56,0r133,-132r-129,-129r57,0r100,102r100,-102r56,0r-128,129r133,132r-56,0","w":331},"Y":{"d":"188,-103r0,103r-44,0r0,-103r-142,-158r53,0r111,122r110,-122r54,0","w":331},"Z":{"d":"18,0r0,-39r215,-182r-212,0r0,-40r271,0r0,40r-216,182r225,0r0,39r-283,0","w":319},"a":{"d":"152,-185r-53,98r106,0xm252,0r-26,-48r-148,0r-26,48r-47,0r120,-221r54,0r121,221r-48,0","w":304},"\u00e6":{"d":"182,-183r-70,96r70,0r0,-96xm182,0r0,-48r-99,0r-35,48r-43,0r161,-221r246,0r0,39r-187,0r0,47r130,0r0,40r-130,0r0,56r195,0r0,39r-238,0","w":438},"&":{"d":"58,-72v0,51,89,46,134,21v-22,-20,-43,-43,-62,-68v-48,7,-72,23,-72,47xm168,-229v-35,2,-42,42,-20,69v54,1,68,-63,20,-69xm225,-74v17,-15,27,-36,37,-62r44,0v-10,31,-26,59,-50,84v19,9,40,13,61,13r0,40v-34,-2,-65,-10,-95,-26v-57,44,-205,46,-207,-48v0,-38,30,-65,90,-79v-34,-52,5,-115,65,-113v42,2,70,23,70,65v0,41,-31,60,-68,71v16,20,34,39,53,55","w":339},"\u00e5":{"d":"152,-185r-53,98r106,0xm152,-260v10,0,20,-6,19,-15v0,-20,-37,-19,-38,0v0,9,8,15,19,15xm252,0r-26,-48r-148,0r-26,48r-47,0r120,-221r54,0r121,221r-48,0xm112,-275v0,-44,81,-43,81,0v0,22,-17,33,-41,33v-24,0,-40,-11,-40,-33","w":304},"^":{"d":"217,-72v-11,-54,-109,-45,-153,-19r-36,-18r36,-112r180,0r0,39r-150,0r-18,50v71,-25,185,-19,185,60v0,104,-190,87,-239,28r34,-25v26,21,52,33,93,33v35,0,66,-7,68,-36","w":282},"~":{"d":"95,0r-51,0r147,-182r-179,0r0,-39r229,0r0,39","w":257},"*":{"d":"124,-175r39,48r-29,21r-32,-55r-32,55r-29,-21r39,-48r-61,-12r11,-34r57,22r-6,-62r42,0r-6,62r57,-22r11,34","w":207},"@":{"d":"131,-76v28,0,37,-31,38,-62v0,-15,-2,-25,-16,-23v-28,3,-37,34,-39,65v0,13,6,20,17,20xm157,-216v-63,0,-101,37,-102,101v-1,66,35,98,104,97r0,25v-85,2,-136,-41,-136,-120v0,-82,54,-128,134,-128v67,0,119,42,119,109v0,51,-30,85,-82,86v-18,0,-30,-6,-34,-18v-32,25,-76,5,-75,-37v2,-51,44,-98,93,-75v3,-10,22,-3,33,-5r-27,98v0,11,6,16,17,16v31,-1,45,-29,44,-64v-2,-54,-33,-85,-88,-85","w":298},"b":{"d":"261,-64v0,-20,-17,-29,-40,-28r-140,0r0,53r137,0v23,0,43,-6,43,-25xm253,-157v0,-18,-12,-25,-31,-25r-141,0r0,51r140,0v17,0,32,-9,32,-26xm220,-221v68,-8,103,73,49,107v21,11,36,25,36,54v0,44,-36,61,-87,60r-180,0r0,-221r182,0","w":329},"\\":{"d":"156,4r-166,-265r49,0r167,265r-50,0","w":195},"|":{"d":"216,-69v-8,-54,-121,-41,-139,-2v12,23,40,35,76,35v32,0,61,-7,63,-33xm220,-158v-42,-49,-161,-29,-154,51v43,-51,194,-49,194,35v0,55,-50,76,-107,76v-76,0,-127,-38,-130,-113v-5,-116,160,-150,229,-73","w":282},"{":{"d":"71,-118v42,29,-14,154,60,149r0,20v-74,7,-92,-33,-84,-109v4,-36,-15,-48,-39,-59v50,-18,39,-56,39,-112v0,-49,33,-58,84,-56r0,20v-74,-6,-17,120,-60,147","w":148},"}":{"d":"98,-163v1,27,17,35,39,46v-40,9,-43,53,-39,101v4,54,-28,69,-84,67v1,-6,-2,-16,1,-20v72,6,15,-123,59,-149v-18,-10,-22,-64,-20,-107v0,-27,-13,-40,-40,-40r0,-20v51,-3,84,9,84,56r0,66","w":145},"[":{"d":"47,51r0,-336r102,0r0,20r-59,0r0,296r59,0r0,20r-102,0","w":162},"]":{"d":"14,51r0,-20r58,0r0,-296r-58,0r0,-20r102,0r0,336r-102,0","w":159},"c":{"d":"69,-112v0,91,151,100,195,43r37,20v-63,87,-277,71,-277,-63v0,-95,129,-144,220,-102v22,10,42,25,59,46r-40,14v-44,-56,-194,-49,-194,42","w":325},":":{"d":"36,0r0,-39r56,0r0,39r-56,0xm36,-131r0,-39r56,0r0,39r-56,0","w":127},",":{"d":"92,-39v2,50,5,95,-53,88r0,-21v25,0,29,-7,27,-28r-30,0r0,-39r56,0","w":127},"d":{"d":"264,-109v3,-86,-98,-74,-183,-73r0,143r110,0v45,-1,72,-27,73,-70xm181,-221v147,-20,171,201,35,218v-54,7,-119,1,-178,3r0,-221r143,0","w":331},"$":{"d":"186,-34v41,-3,78,-12,78,-44v0,-24,-26,-38,-78,-39r0,83xm143,-225v-35,2,-70,7,-70,33v0,19,23,31,70,33r0,-66xm28,-186v0,-56,52,-74,115,-78r0,-14r43,0r0,15v45,6,81,16,109,37r-26,29v-25,-13,-53,-23,-83,-27r0,67v70,5,125,16,125,76v0,60,-56,82,-125,85r0,20r-43,0r0,-21v-54,-3,-93,-17,-124,-42r23,-32v30,19,64,32,101,36r0,-84v-64,-3,-115,-13,-115,-67","w":341},"e":{"d":"38,0r0,-221r230,0r0,39r-187,0r0,47r130,0r0,40r-130,0r0,56r195,0r0,39r-238,0","w":294},"8":{"d":"161,-35v48,0,94,-6,94,-41v0,-28,-31,-42,-94,-42v-63,0,-94,14,-94,42v0,35,47,41,94,41xm83,-190v0,52,156,52,156,0v0,-23,-26,-35,-78,-35v-52,0,-78,12,-78,35xm282,-191v0,29,-20,46,-46,54v34,10,64,28,64,64v0,59,-65,77,-139,77v-74,0,-139,-17,-139,-77v0,-36,30,-54,64,-64v-26,-8,-47,-24,-46,-54v2,-54,56,-73,120,-73v65,0,122,18,122,73","w":321},"\u2026":{"d":"66,-150v11,54,123,37,140,0v-14,-23,-40,-34,-78,-34v-32,0,-60,8,-62,34xm59,-59v49,42,164,28,157,-55v-49,52,-194,49,-194,-35v0,-56,50,-76,109,-76v77,0,126,39,130,114v5,110,-157,149,-232,81","w":282},"\u2014":{"d":"22,-95r0,-40r307,0r0,40r-307,0","w":351},"\u2013":{"d":"22,-95r0,-40r258,0r0,40r-258,0","w":304},"=":{"d":"25,-187v49,-45,213,-62,213,25v0,18,-9,33,-28,45v26,13,39,31,39,53v0,72,-121,78,-186,56v-19,-7,-37,-19,-54,-36r27,-27v25,21,51,35,93,35v35,0,70,-8,74,-33v4,-20,-42,-29,-94,-28v-3,0,-7,1,-11,1r0,-36v45,2,99,-5,95,-29v-4,-21,-28,-24,-57,-24v-35,0,-63,10,-85,25","w":280},"!":{"d":"35,0r0,-39r55,0r0,39r-55,0xm80,-69r-35,0r-10,-192r55,0","w":128},"f":{"d":"81,-182r0,47r130,0r0,40r-130,0r0,95r-43,0r0,-221r230,0r0,39r-187,0","w":276},"5":{"d":"242,-84v-12,-65,-132,-56,-185,-24r-36,-21r40,-132r205,0r0,40r-176,0r-24,71v81,-33,220,-26,220,66v0,120,-215,104,-272,35r34,-23v28,25,64,38,110,38v43,0,82,-14,84,-50","w":318},"4":{"d":"181,-215r-126,125r126,0r0,-125xm224,-51r0,51r-43,0r0,-51r-172,0r0,-39r172,-171r43,0r0,171r60,0r0,39r-60,0","w":291},"g":{"d":"69,-111v-2,93,164,105,191,29r-99,0r0,-39r153,0v0,87,-57,126,-144,127v-82,2,-144,-47,-146,-117v-4,-121,202,-157,270,-66r-41,20v-51,-56,-182,-40,-184,46","w":338},"`":{"d":"91,-241r-45,-60r42,0r25,60r-22,0","w":180},">":{"d":"159,-177r-103,96r103,0r0,-96xm202,-42r0,42r-43,0r0,-42r-149,0r0,-39r149,-140r43,0r0,140r51,0r0,39r-51,0","w":269},"h":{"d":"252,0r0,-95r-171,0r0,95r-43,0r0,-221r43,0r0,86r171,0r0,-86r43,0r0,221r-43,0","w":333},"-":{"d":"22,-95r0,-40r148,0r0,40r-148,0","w":191},"\u00ad":{"d":"22,-95r0,-40r148,0r0,40r-148,0","w":191},"i":{"d":"38,0r0,-221r43,0r0,221r-43,0","w":118},"j":{"d":"113,-32v37,0,58,-7,58,-40r0,-149r43,0r0,149v-1,56,-41,78,-103,78v-62,0,-96,-26,-99,-80r44,0v4,33,21,42,57,42","w":252},"k":{"d":"249,0r-105,-112r-63,45r0,67r-43,0r0,-221r43,0r0,108r151,-108r64,0r-119,85r128,136r-56,0","w":305},"l":{"d":"38,0r0,-221r43,0r0,182r171,0r0,39r-214,0","w":261},"<":{"d":"247,-154v0,91,-143,50,-175,115r180,0r0,39r-231,0v0,-97,92,-110,163,-134v8,-5,16,-8,16,-20v0,-21,-18,-31,-56,-31v-38,0,-64,12,-87,31r-28,-29v36,-27,74,-41,115,-41v56,1,103,19,103,70","w":279},"m":{"d":"305,0r0,-184r-112,153r-111,-153v-3,58,0,124,-1,184r-43,0r0,-221r65,0r90,125r91,-125r64,0r0,221r-43,0","w":386},"n":{"d":"231,0r-150,-185r0,185r-43,0r0,-221r64,0r151,184r0,-184r43,0r0,221r-65,0","w":333},"9":{"d":"58,-181v0,52,88,57,131,34v17,-9,31,-20,42,-36v-18,-29,-49,-43,-96,-43v-39,0,-77,12,-77,45xm241,-143v-45,64,-227,70,-227,-34v0,-65,56,-87,125,-87v90,0,144,47,149,136v7,128,-183,175,-261,88r29,-28v54,64,210,29,185,-75","w":320},"#":{"d":"113,-181r-7,42r53,0r7,-42r-53,0xm202,-181r-7,42r38,0r0,33r-43,0r-11,64r-36,0r11,-64r-54,0r-10,64r-36,0r10,-64r-37,0r0,-33r43,0r7,-42r-38,0r0,-33r43,0r8,-47r36,0r-7,47r53,0r8,-47r36,0r-8,47r38,0r0,33r-44,0","w":274},"o":{"d":"170,-32v57,0,101,-24,101,-79v0,-53,-44,-79,-101,-79v-56,0,-101,25,-101,79v0,55,45,79,101,79xm170,-229v80,0,146,47,146,118v0,70,-64,117,-146,117v-82,0,-146,-47,-146,-117v0,-71,67,-118,146,-118"},"1":{"d":"52,0r0,-217r-42,18r0,-38v16,-5,30,-13,42,-24r43,0r0,261r-43,0","w":137},"\u00f8":{"d":"212,-183v-77,-26,-170,23,-135,105v5,10,13,19,25,27xm126,-40v75,29,177,-22,136,-105v-5,-10,-15,-19,-27,-27xm24,-111v-1,-93,119,-144,215,-105r17,-19r33,0r-27,31v36,23,54,54,54,93v2,94,-122,144,-217,103r-20,24r-33,0r30,-35v-34,-23,-52,-54,-52,-92"},"p":{"d":"249,-150v0,-24,-15,-33,-41,-32r-127,0r0,61r129,0v26,0,39,-9,39,-29xm294,-151v3,94,-124,66,-213,70r0,81r-43,0r0,-221r179,0v47,1,76,24,77,70","w":300},"(":{"d":"69,-117v0,69,8,137,65,148r0,20v-151,-10,-140,-331,0,-336r0,20v-57,11,-65,80,-65,148","w":155},")":{"d":"86,-117v0,-68,-7,-138,-65,-148r0,-20v151,11,140,331,0,336r0,-20v57,-11,65,-78,65,-148","w":156},"%":{"d":"100,-160v19,0,34,-16,34,-35v0,-19,-15,-35,-34,-35v-19,0,-34,15,-34,35v0,20,15,35,34,35xm312,-31v20,0,34,-16,34,-35v0,-19,-14,-35,-34,-35v-19,0,-35,16,-35,35v0,19,16,35,35,35xm100,-266v40,0,73,34,73,71v-2,41,-33,70,-73,70v-43,0,-72,-31,-73,-70v0,-38,33,-71,73,-71xm114,4r-49,0r233,-265r49,0xm312,-137v39,1,72,29,72,71v1,39,-33,71,-72,71v-39,0,-74,-33,-73,-71v2,-41,34,-71,73,-71","w":411},".":{"d":"36,0r0,-39r56,0r0,39r-56,0","w":127},"+":{"d":"53,0r0,-178r-35,15r0,-38v13,-5,24,-11,35,-20r43,0r0,221r-43,0","w":140},"q":{"d":"69,-111v0,58,46,79,108,79r-25,-26r42,-13r27,29v33,-14,50,-37,50,-69v0,-54,-44,-79,-101,-79v-56,0,-101,24,-101,79xm316,-111v0,50,-28,81,-66,100r28,30r-41,13r-27,-29v-98,17,-186,-31,-186,-114v0,-71,67,-118,146,-118v80,0,146,48,146,118"},"?":{"d":"74,0r0,-39r56,0r0,39r-56,0xm195,-173v15,-37,-24,-51,-68,-51v-38,0,-67,11,-89,35r-30,-23v48,-72,260,-75,234,49v-13,58,-120,25,-123,94r-35,0v-7,-68,52,-75,99,-94v5,-3,9,-6,12,-10","w":261},"\"":{"d":"92,-155r-24,0r0,-97r24,0r0,97xm40,-155r-24,0r0,-97r24,0r0,97","w":108},"\u201c":{"d":"22,-172v-2,-50,-5,-95,53,-89r0,22v-25,0,-29,7,-27,28r29,0r0,39r-55,0xm107,-172v-2,-50,-5,-96,54,-89r0,22v-25,0,-29,7,-27,28r29,0r0,39r-56,0","w":184},"\u201d":{"d":"77,-261v2,50,6,96,-53,89r0,-21v25,0,29,-7,27,-28r-29,0r0,-40r55,0xm163,-261v2,50,6,96,-53,89r0,-21v25,0,29,-7,27,-28r-30,0r0,-40r56,0","w":184},"\u2018":{"d":"22,-172v-2,-50,-5,-95,53,-89r0,22v-25,0,-29,7,-27,28r29,0r0,39r-55,0","w":99},"\u2019":{"d":"77,-261v2,50,6,96,-53,89r0,-21v25,0,29,-7,27,-28r-29,0r0,-40r55,0","w":99},"'":{"d":"40,-155r-24,0r0,-97r24,0r0,97","w":55},"r":{"d":"249,-150v0,-24,-15,-33,-41,-32r-127,0r0,61r129,0v26,0,39,-9,39,-29xm294,-151v0,39,-21,59,-55,67r59,84r-49,0r-58,-81r-110,0r0,81r-43,0r0,-221r179,0v47,1,77,24,77,70","w":321},"s":{"d":"25,-158v3,-92,183,-81,240,-37r-27,28v-28,-14,-55,-22,-94,-22v-57,0,-87,11,-66,39v58,28,199,-13,199,81v0,104,-204,85,-261,35r24,-30v28,21,66,32,112,32v40,0,78,-6,78,-35v0,-24,-38,-30,-68,-31v-59,-3,-139,0,-137,-60","w":293},";":{"d":"92,-39v2,50,5,95,-53,88r0,-21v25,0,29,-7,27,-28r-30,0r0,-39r56,0xm36,-131r0,-39r56,0r0,39r-56,0","w":129},"\u037e":{"d":"92,-39v2,50,5,95,-53,88r0,-21v25,0,29,-7,27,-28r-30,0r0,-39r56,0xm36,-131r0,-39r56,0r0,39r-56,0","w":129},"7":{"d":"97,0r-50,0r170,-221r-212,0r0,-40r262,0r0,40","w":275},"6":{"d":"255,-80v-5,-52,-87,-57,-131,-35v-16,8,-30,20,-42,36v16,29,47,43,94,43v40,0,75,-9,79,-44xm72,-119v34,-30,70,-45,106,-45v64,0,121,22,121,83v0,64,-55,85,-122,85v-92,0,-146,-42,-150,-133v-6,-135,185,-175,261,-88r-32,25v-53,-65,-207,-28,-184,73","w":329},"\/":{"d":"39,4r-49,0r167,-265r49,0","w":195},"t":{"d":"158,-182r0,182r-43,0r0,-182r-106,0r0,-39r255,0r0,39r-106,0","w":272},"3":{"d":"265,-193v0,29,-18,46,-40,56v30,10,53,29,53,64v0,80,-138,90,-213,65v-21,-8,-42,-22,-60,-41r29,-29v29,27,60,43,110,43v46,0,84,-9,88,-44v-6,-40,-70,-40,-124,-38r0,-36v49,0,112,4,112,-38v0,-23,-24,-34,-71,-34v-42,0,-71,11,-100,29r-25,-26v55,-52,241,-70,241,29","w":309},"\u2122":{"d":"37,-245r0,48r-15,0r0,-48r-18,0r0,-12r51,0r0,12r-18,0xm121,-197r0,-45r-16,45r-7,0r-17,-45r0,45r-14,0r0,-60r21,0r14,36r13,-36r20,0r0,60r-14,0","w":147},"2":{"d":"23,-217v57,-60,246,-75,246,36v0,106,-173,54,-207,142r214,0r0,39r-265,0v2,-92,75,-123,156,-142v25,-6,55,-13,55,-42v0,-29,-32,-42,-70,-41v-45,1,-73,15,-102,36","w":301},"u":{"d":"164,-32v47,0,85,-10,85,-49r0,-140r44,0r0,148v-6,61,-61,79,-129,79v-68,0,-129,-18,-129,-79r0,-148r43,0r0,140v3,39,39,49,86,49","w":327},"_":{"d":"180,85r-180,0r0,-25r180,0r0,25","w":180},"v":{"d":"174,0r-50,0r-122,-221r48,0r99,184r99,-184r48,0","w":298},"w":{"d":"292,0r-52,0r-53,-185r-53,185r-52,0r-75,-221r48,0r53,184r53,-184r52,0r53,184r53,-184r48,0","w":374},"x":{"d":"235,0r-88,-87r-88,87r-54,0r115,-112r-111,-109r54,0r84,83r84,-83r55,0r-111,109r115,112r-55,0","w":294},"y":{"d":"170,-87r0,87r-43,0r0,-87r-125,-134r52,0r95,100r95,-100r52,0","w":298},"z":{"d":"14,0r0,-39r178,-143r-175,0r0,-39r236,0r0,39r-177,143r186,0r0,39r-248,0","w":276},"0":{"d":"168,-36v58,0,93,-36,93,-94v0,-58,-35,-95,-93,-95v-58,0,-93,36,-93,95v0,59,35,94,93,94xm168,-264v82,0,137,54,137,134v0,80,-55,134,-137,134v-81,0,-137,-53,-137,-134v0,-81,56,-134,137,-134","w":335},"A":{"d":"171,-224r-67,126r133,0xm288,0r-30,-58r-175,0r-30,58r-48,0r138,-261r55,0r138,261r-48,0"},"\u00c6":{"d":"210,-223r-88,125r88,0r0,-125xm210,0r0,-58r-116,0r-41,58r-48,0r184,-261r284,0r0,40r-220,0r0,66r153,0r0,39r-153,0r0,77r230,0r0,39r-273,0","w":504},"\u00d7":{"d":"234,-207r17,17r-83,83r83,82r-17,17r-83,-82r-82,82r-18,-17r83,-82r-83,-83r18,-17r82,82","w":299}}});
