var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})(),root:function(){return document.documentElement||document.body;}};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el;},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/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}[value]||1;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'));}catch(e){}
container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported;}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el;},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase();},lowercase:function(s){return s.toLowerCase();},capitalize:function(s){return s.replace(/\b./g,function($0){return $0.toUpperCase();});}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text;};})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement){if(previousElement){if(previousElement.nodeName.toLowerCase()=='br'){text=text.replace(wsStart,'');}}
if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(wsStart,'');if(!node.nextSibling)text=text.replace(wsEnd,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var links=elementsByTagName('link'),styles=elementsByTagName('style');function isContainerReady(el){return el.disabled||isSheetReady(el.sheet,el.media||'screen');}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search;}}}}
catch(e){}
return true;}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;}
for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,w,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
w=glyph.w;if(isNaN(w))w=+this.w;if(w>0){w+=letterSpacing;if(wordSeparators[chr])w+=wordSpacing;}
width+=jumps[++j]=~~w;kerning=glyph.k;}
jumps.total=width;return jumps;};}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>=weight&&b>=weight)?a<b:a>b:(a<=weight&&b<=weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){try{if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
catch(e){}
return false;}
function onOverOut(e){var related=e.relatedTarget;if(related&&contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){trigger(this,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;api.replace(el,hoverState?merge(options,options.hover):options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values;}
this.add=function(key,args){map[key]=list.push(args)-1;};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true);};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;var replace=!options.textless[name];var style=CSS.getStyle(attach(el,options)).extend(options);if(parseFloat(style.get('fontSize'))===0)return;var font=getFont(el,style),node,type,next,anchor,text,lastElement;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){el.replaceChild(process(font,CSS.whiteSpace(anchor.data,style,anchor,lastElement),style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var engines={},fonts={},defaultOptions={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,noscript: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(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.glow&&glow.dom&&glow.dom.get)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api;};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready');});initialized=true;}
if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.textShadow=='string'){options.textShadow=CSS.textShadow(options.textShadow);}
if(typeof options.color=='string'&&/^-/.test(options.color)){options.textGradient=CSS.gradient(options.color);}
else delete options.textGradient;if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+'@media screen,projection{'+'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'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(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.max(Math.ceil(size.convert(stretchedWidth)),0)+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(jumps[++j],0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();return wrapper;};})());Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(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:'+
(HAS_BROKEN_LINEHEIGHT?'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 getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(!isNaN(value)||/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));}
return value;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='none';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=jumps[j++];}
var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover);}
vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight;}
else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height));}
if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px';}}
return wrapper;};})());Cufon.registerFont({"w":202,"face":{"font-family":"Arial Rounded MT Std","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 5 2 2 1 2 2 2 4","ascent":"266","descent":"-94","x-height":"4","cap-height":"4","bbox":"-18 -337 356 77","underline-thickness":"18","underline-position":"-36","stemh":"24","stemv":"31","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":101},"!":{"d":"60,-262v21,-5,19,43,17,64r-5,104v-1,12,-1,23,-12,23v-11,0,-11,-11,-12,-23r-6,-104v-1,-21,-4,-69,18,-64xm60,-35v11,0,20,8,20,20v0,10,-9,19,-20,19v-11,0,-20,-9,-20,-19v0,-12,9,-20,20,-20","w":119},"\"":{"d":"25,-166v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92r-20,0xm84,-166v-6,-28,-11,-56,-9,-92r36,0v2,35,-3,64,-8,92r-19,0","w":127},"#":{"d":"33,-71v-14,-1,-29,5,-29,-12v-1,-20,20,-11,35,-13r13,-65v-18,-3,-47,9,-48,-12v0,-24,34,-9,53,-13r12,-61v-2,-19,26,-18,27,-5r-12,66r55,0r12,-61v-3,-19,30,-18,27,-5r-13,66v14,1,31,-4,31,11v1,21,-20,12,-36,14r-13,65v18,3,47,-8,49,11v0,26,-35,10,-55,14r-11,60v2,18,-27,19,-28,5r13,-65r-55,0r-12,60v2,19,-30,19,-27,5xm78,-161r-13,65r55,0r14,-65r-56,0","w":198},"$":{"d":"163,-189v-27,-8,-17,-47,-53,-48r0,91v10,3,41,12,55,24v14,13,21,31,21,50v0,8,-1,69,-76,76v-2,18,6,62,-9,63v-17,-4,-6,-44,-9,-63v-60,-3,-78,-50,-78,-71v0,-9,8,-15,15,-15v11,0,13,9,15,14v7,24,18,43,48,47r0,-100v-10,-2,-30,-8,-44,-16v-25,-14,-29,-40,-29,-55v-3,-47,42,-69,73,-70v1,-13,-5,-29,9,-32v15,4,7,19,9,32v22,-3,70,30,68,59v0,6,-5,14,-15,14xm91,-151r1,-86v-11,0,-43,7,-43,43v0,29,23,37,42,43xm110,-116r0,96v47,-8,47,-44,47,-49v0,-32,-26,-40,-47,-47"},"%":{"d":"8,-192v0,-15,0,-66,52,-66v42,0,52,33,52,64v0,19,0,69,-52,69v-52,0,-52,-51,-52,-67xm188,-65v0,-15,0,-67,52,-67v42,0,52,34,52,64v0,19,0,70,-52,70v-52,0,-52,-51,-52,-67xm31,-192v0,32,6,51,29,51v24,0,29,-20,29,-52v0,-32,-8,-49,-29,-49v-23,0,-29,19,-29,50xm211,-65v0,32,6,50,29,50v24,0,29,-19,29,-52v0,-32,-8,-48,-29,-48v-23,0,-29,19,-29,50xm55,1v52,-87,113,-166,167,-251v7,-14,20,-17,23,-2r-169,253v-9,14,-18,7,-21,0","w":299},"&":{"d":"178,-80v8,-11,13,-45,29,-46v34,6,-1,52,-8,68v12,15,34,26,44,46v-10,23,-15,22,-41,1r-22,-21v-13,16,-34,36,-75,36v-59,0,-85,-43,-85,-75v0,-41,34,-61,61,-76v-17,-21,-28,-39,-28,-57v0,-26,20,-58,64,-58v46,0,62,35,62,57v0,27,-22,47,-54,64v34,41,38,45,53,61xm97,-126v-22,13,-44,26,-44,52v0,25,22,53,52,53v30,0,47,-23,54,-32v-18,-18,-49,-56,-62,-73xm109,-161v22,-13,40,-25,40,-45v0,-17,-13,-32,-32,-32v-32,0,-40,38,-23,57v1,2,13,17,15,20","w":251},"(":{"d":"105,-259v-52,109,-73,195,0,331v-12,9,-16,6,-36,-25v-52,-94,-68,-178,7,-291v15,-20,17,-21,29,-15","w":123},")":{"d":"18,72v54,-105,75,-199,0,-331v14,-6,16,-6,37,25v52,95,68,178,-7,292v-15,20,-17,22,-30,14","w":123},"*":{"d":"61,-200v-14,-4,-55,-10,-51,-21v0,-8,7,-12,11,-12v5,0,7,2,45,18v0,-16,-14,-53,7,-55v19,2,7,37,8,55v13,-4,27,-16,45,-18v3,0,10,4,10,12v0,8,-4,12,-50,21v28,32,32,35,32,40v0,6,-6,11,-12,11v-12,-2,-32,-40,-33,-42v-24,37,-15,36,-32,42v-7,0,-11,-6,-11,-10v0,-9,21,-31,31,-41","w":146},"+":{"d":"90,-42r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":209},",":{"d":"35,47v-21,-14,9,-17,8,-43v-13,0,-21,-9,-21,-19v0,-12,10,-21,21,-21v42,5,15,86,-8,83","w":86},"-":{"d":"8,-90v0,-30,51,-15,79,-15v11,0,25,0,25,15v0,29,-52,15,-80,15v-10,0,-24,0,-24,-15","w":119},".":{"d":"43,-35v11,0,20,8,20,20v0,10,-9,19,-20,19v-11,0,-20,-9,-20,-19v0,-12,9,-20,20,-20","w":86},"\/":{"d":"4,-5r67,-243v1,-17,23,-19,26,-4r-67,242v0,16,-22,20,-26,5","w":101},"0":{"d":"102,-258v62,8,83,40,84,126v0,70,-12,92,-25,109v-27,36,-91,38,-119,0v-13,-17,-25,-40,-25,-104v0,-63,12,-87,25,-103v15,-19,34,-28,60,-28xm49,-127v0,60,9,107,53,107v43,0,52,-46,52,-107v0,-60,-9,-106,-52,-106v-44,0,-53,45,-53,106"},"1":{"d":"135,-234r0,214v0,9,0,24,-16,24v-15,0,-15,-16,-15,-21r0,-187v-40,33,-55,37,-62,37v-12,-3,-18,-22,4,-29v9,-3,42,-21,61,-51v4,-6,7,-11,14,-11v14,0,14,17,14,24"},"2":{"d":"185,-186v14,54,-124,126,-129,158r107,0v12,0,26,0,26,14v0,14,-14,14,-26,14r-125,0v-15,0,-21,-6,-21,-16v0,-53,143,-118,136,-169v-2,-61,-87,-64,-102,-11v-3,12,-5,21,-17,21v-4,0,-13,-2,-13,-14v0,-26,25,-69,81,-69v74,0,83,55,83,72"},"3":{"d":"89,-149v26,3,54,-19,54,-43v0,-19,-14,-42,-44,-42v-24,0,-39,16,-45,31v-5,26,-30,22,-30,6v0,-14,17,-61,77,-61v46,0,74,30,74,66v0,33,-25,46,-37,53v14,4,49,14,49,63v0,41,-28,80,-83,80v-59,3,-78,-34,-86,-69v2,-17,26,-14,29,2v3,15,18,43,52,43v35,0,56,-28,56,-56v2,-29,-29,-58,-70,-47v-10,0,-14,-7,-14,-13v0,-12,14,-13,18,-13"},"4":{"d":"155,-61v-3,24,10,65,-15,65v-27,0,-11,-41,-15,-65r-93,0v-31,2,-38,-16,-19,-37r108,-145v10,-14,14,-15,18,-15v16,0,16,13,16,25r0,146v17,1,37,-6,39,13v-4,20,-22,11,-39,13xm35,-87r90,0r0,-122"},"5":{"d":"102,-143v-34,-2,-39,22,-64,30v-11,-2,-17,-10,-13,-25r17,-95v4,-20,9,-22,27,-22r90,0v9,0,22,0,22,14v0,14,-13,14,-22,14r-89,0r-14,77v8,-6,27,-17,52,-17v45,0,80,35,80,82v0,40,-28,89,-90,89v-22,5,-71,-18,-79,-62v1,-22,26,-17,29,-2v7,17,19,40,53,40v39,0,55,-35,55,-63v0,-39,-25,-60,-54,-60"},"6":{"d":"165,-189v-27,-9,-14,-45,-57,-45v-15,0,-38,7,-51,40v-7,19,-9,48,-10,64v6,-8,26,-34,65,-34v46,0,76,38,76,81v0,44,-30,87,-84,87v-41,0,-63,-25,-72,-41v-21,-34,-28,-151,11,-191v21,-27,52,-30,66,-30v60,0,70,48,70,56v0,5,-5,13,-14,13xm105,-20v31,0,51,-29,51,-62v0,-37,-24,-57,-51,-57v-19,0,-54,13,-54,56v0,32,21,63,54,63"},"7":{"d":"54,-15v8,-87,45,-154,92,-212r-113,0v-5,0,-19,0,-19,-15v0,-13,10,-13,19,-13r122,0v31,0,35,13,13,39v-64,75,-73,141,-82,202v-1,5,-2,18,-16,18v-15,0,-16,-14,-16,-19"},"8":{"d":"141,-139v71,22,57,149,-40,143v-59,0,-86,-39,-86,-79v0,-47,35,-59,47,-64v-60,-21,-42,-122,38,-119v56,0,77,38,77,67v0,36,-27,48,-36,52xm101,-125v-29,0,-54,17,-54,52v0,72,109,73,109,0v0,-34,-24,-52,-55,-52xm101,-235v-26,0,-46,20,-46,45v0,24,20,41,46,41v26,0,46,-17,46,-41v0,-20,-15,-45,-46,-45"},"9":{"d":"36,-64v29,8,13,45,57,45v15,0,38,-8,51,-40v8,-19,10,-48,11,-64v-7,8,-26,33,-65,33v-47,0,-76,-37,-76,-81v0,-43,30,-87,84,-87v41,0,62,25,72,42v19,34,28,151,-12,190v-21,27,-51,30,-65,30v-61,0,-71,-48,-71,-55v0,-6,5,-13,14,-13xm96,-233v-30,0,-50,28,-50,61v0,37,23,58,50,58v20,0,54,-13,54,-57v0,-31,-20,-62,-54,-62"},":":{"d":"43,-191v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20xm43,-35v11,0,20,8,20,20v0,10,-9,19,-20,19v-11,0,-20,-9,-20,-19v0,-12,9,-20,20,-20","w":86},";":{"d":"43,-191v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20xm35,47v-21,-14,9,-17,8,-43v-13,0,-21,-9,-21,-19v0,-12,10,-21,21,-21v42,5,15,86,-8,83","w":86},"<":{"d":"20,-141r170,-73r0,31r-135,56r135,56r0,31r-170,-72r0,-29","w":209},"=":{"d":"190,-152r-170,0r0,-29r170,0r0,29xm190,-73r-170,0r0,-30r170,0r0,30","w":209},">":{"d":"190,-113r-170,73r0,-31r135,-56r-135,-56r0,-31r170,72r0,29","w":209},"?":{"d":"77,-80v-8,-50,66,-73,66,-113v0,-22,-18,-42,-46,-42v-34,0,-44,29,-47,41v-2,6,-5,15,-17,15v-7,0,-16,-5,-16,-16v0,-14,19,-67,82,-67v53,0,77,36,77,69v9,40,-76,81,-69,117v0,4,-2,15,-14,15v-16,0,-16,-15,-16,-19xm96,-35v11,0,20,8,20,20v0,10,-9,19,-20,19v-11,0,-20,-9,-20,-19v0,-12,9,-20,20,-20","w":191},"@":{"d":"352,-3v-23,48,-97,83,-155,79v-126,0,-178,-75,-178,-158v0,-70,42,-180,174,-180v101,0,151,70,151,137v0,59,-38,98,-62,113v-12,8,-27,13,-44,13v-31,0,-33,-18,-34,-29v-8,9,-28,29,-54,29v-37,0,-64,-36,-64,-79v2,-75,85,-163,145,-80r6,-27r31,0r-30,145v0,8,7,12,12,12v19,0,68,-37,68,-98v0,-66,-56,-110,-126,-110v-91,0,-147,70,-147,151v0,103,79,135,152,135v77,0,112,-35,124,-53r31,0xm180,-164v-64,0,-85,134,-23,139v31,0,64,-41,64,-89v0,-34,-19,-50,-41,-50","w":363},"A":{"d":"180,-75r-114,0r-23,58v-2,25,-33,27,-36,6v25,-77,62,-145,87,-220v9,-28,25,-39,45,-24v37,77,70,161,102,243v0,7,-7,16,-17,16v-12,0,-15,-7,-21,-22xm75,-102r95,0r-48,-121","w":247},"B":{"d":"228,-73v-2,45,-32,75,-89,73r-80,0v-26,0,-29,-3,-29,-29r0,-200v-7,-52,66,-21,103,-29v65,0,74,23,83,65v0,7,0,39,-37,57v14,5,49,17,49,63xm193,-74v-3,-57,-70,-45,-128,-46r0,92r72,0v47,-3,48,-12,56,-46xm65,-147v54,0,122,8,117,-42v-6,-62,-65,-35,-117,-41r0,83","w":247},"C":{"d":"244,-80v0,22,-28,84,-102,84v-29,0,-62,-6,-85,-30v-24,-25,-37,-64,-37,-103v0,-81,50,-133,120,-133v76,0,102,61,102,74v0,27,-31,11,-36,-6v-16,-23,-26,-38,-65,-40v-36,0,-86,22,-86,107v0,84,50,104,84,104v37,0,62,-21,74,-57v2,-17,30,-22,31,0","w":262},"D":{"d":"198,-19v-42,33,-81,16,-138,19v-28,0,-29,-4,-29,-33r0,-196v-8,-49,55,-29,91,-29v28,0,64,1,93,35v41,62,46,155,-17,204xm208,-127v-5,-69,-20,-104,-92,-103r-51,0r0,202v51,-1,99,8,122,-25v21,-25,21,-68,21,-74","w":262},"E":{"d":"31,-229v0,-25,3,-29,29,-29r126,0v10,0,24,0,24,14v0,14,-13,14,-24,14r-120,0r0,83r110,0v10,0,23,0,23,13v0,14,-12,14,-23,14r-110,0r0,92r125,0v10,0,24,0,24,14v0,14,-13,14,-24,14r-131,0v-26,0,-29,-2,-29,-29r0,-200","w":228},"F":{"d":"48,4v-14,0,-19,-9,-18,-28r0,-205v0,-26,3,-29,29,-29r113,0v10,0,23,0,23,14v0,14,-12,14,-23,14r-107,0r0,84r89,0v10,0,23,0,23,14v0,14,-13,14,-23,14r-89,0r0,94v0,19,-3,28,-17,28","w":206},"G":{"d":"226,-48r0,-55r-56,0v-12,0,-25,0,-25,-14v0,-14,13,-14,21,-14v34,0,97,-18,93,25v-3,28,9,65,-9,79v-1,1,-42,31,-100,31v-91,0,-131,-61,-131,-132v0,-70,39,-134,130,-134v85,0,103,59,103,70v-1,16,-27,24,-34,-1v-9,-16,-26,-41,-71,-41v-94,-2,-121,121,-64,186v41,37,98,31,143,0","w":281},"H":{"d":"46,-262v14,1,19,10,18,28r0,85r135,0r0,-85v-1,-18,2,-26,17,-28v14,1,19,9,17,28r0,210v1,20,-1,28,-17,28v-13,0,-19,-10,-17,-28r0,-97r-135,0r0,97v0,20,-2,28,-18,28v-13,0,-19,-9,-17,-28r0,-210v-1,-19,2,-26,17,-28","w":262},"I":{"d":"53,-262v13,1,19,10,17,28r0,210v1,19,-2,28,-17,28v-14,0,-19,-9,-18,-28r0,-210v0,-19,1,-26,18,-28","w":105},"J":{"d":"84,-23v32,-1,41,-25,41,-55r0,-156v0,-18,3,-27,18,-28v13,1,19,10,17,28r0,153v0,26,0,85,-76,85v-51,4,-74,-36,-75,-73v0,-16,13,-17,17,-17v11,0,13,7,16,25v2,8,8,38,42,38","w":191},"K":{"d":"49,-262v13,1,19,10,17,28r0,105r127,-122v12,-18,32,-12,34,4v0,4,0,8,-10,17r-83,76r92,121v11,7,17,38,-6,37v-10,0,-13,-4,-23,-18r-86,-118r-45,42v-3,30,11,92,-17,94v-14,0,-19,-10,-18,-28r0,-210v-1,-18,3,-27,18,-28","w":251},"L":{"d":"47,-262v14,1,19,10,18,28r0,206r109,0v11,0,24,0,24,14v0,15,-13,14,-24,14r-115,0v-26,0,-29,-3,-29,-29r0,-205v0,-18,1,-26,17,-28","w":206},"M":{"d":"19,-21r0,-208v0,-29,17,-29,26,-29v22,0,26,0,33,23r66,198r67,-197v8,-23,9,-24,30,-24v24,0,25,7,25,29r0,211v0,5,-1,22,-17,22v-16,0,-16,-16,-16,-20r0,-200r-67,193v-10,37,-36,40,-47,0r-66,-196r0,198v0,9,0,25,-17,25v-15,0,-17,-13,-17,-25","w":285},"N":{"d":"29,-229v-6,-39,32,-44,44,-13r128,191r-1,-183v-1,-20,2,-25,16,-28v14,1,19,8,17,28r0,203v5,42,-32,47,-46,14r-126,-187r2,181v0,19,-2,24,-17,27v-13,0,-19,-10,-17,-27r0,-206","w":262},"O":{"d":"263,-129v0,65,-33,133,-121,133v-101,0,-124,-81,-124,-133v0,-56,27,-133,123,-133v92,0,122,73,122,133xm140,-234v-56,-3,-90,59,-86,109v0,63,39,102,86,102v30,0,88,-20,88,-106v0,-86,-58,-105,-88,-105","w":281},"P":{"d":"212,-183v-4,45,-23,77,-87,77r-59,0r0,82v1,16,-2,27,-17,28v-14,0,-19,-10,-18,-28r0,-205v-7,-50,58,-22,94,-29v48,-4,89,27,87,75xm177,-182v0,-57,-62,-49,-111,-48r0,96v53,-4,111,18,111,-48","w":228},"Q":{"d":"227,-28v12,12,68,31,34,47v-12,0,-36,-17,-56,-30v-9,5,-29,15,-65,15v-90,0,-122,-71,-122,-133v0,-55,27,-133,122,-133v101,0,123,83,123,134v0,32,-8,69,-36,100xm179,-33v-2,-6,-63,-25,-31,-41v11,0,36,15,51,27v21,-21,29,-52,29,-82v0,-83,-54,-105,-88,-105v-23,0,-86,14,-86,106v0,83,54,105,86,105v4,0,20,0,39,-10","w":281},"R":{"d":"226,-188v2,47,-40,65,-69,69v33,19,63,74,78,109v-8,24,-30,18,-41,-9r-25,-39v-47,-68,-43,-57,-103,-58r0,92v1,20,-5,27,-18,28v-13,0,-19,-11,-17,-28r0,-205v0,-26,3,-29,29,-29v54,3,86,-10,133,11v20,12,33,34,33,59xm190,-188v0,-53,-68,-43,-124,-43r0,88r60,0v16,0,64,0,64,-45","w":247},"S":{"d":"26,-192v1,-91,164,-96,175,-7v0,24,-31,19,-33,0v-4,-22,-27,-37,-55,-37v-33,0,-54,20,-54,41v1,54,113,45,129,70v50,51,15,132,-72,130v-44,5,-98,-33,-97,-77v0,-7,7,-14,16,-14v9,0,11,5,18,22v4,12,14,42,61,42v32,0,64,-16,64,-48v-4,-62,-111,-43,-128,-71v-9,-7,-24,-23,-24,-51","w":228},"T":{"d":"206,-244v-5,26,-56,10,-84,14r0,206v0,18,-1,27,-17,28v-14,-1,-19,-10,-18,-28r0,-206v-28,-4,-78,11,-83,-14v2,-10,10,-15,25,-14r152,0v15,-1,22,4,25,14","w":209},"U":{"d":"46,-262v15,1,19,9,18,29r0,137v0,21,0,73,68,73v61,0,67,-44,67,-73r0,-137v0,-20,1,-27,17,-29v14,1,18,9,17,29v-7,113,35,234,-99,237v-68,0,-105,-27,-105,-103r0,-134v-1,-20,2,-26,17,-29","w":262},"V":{"d":"114,-37r72,-204v2,-25,33,-28,36,-6r-81,221v-7,20,-11,30,-27,30v-17,0,-21,-10,-28,-30r-79,-220v0,-7,7,-16,17,-16v12,0,15,8,20,22","w":228},"W":{"d":"239,-49r46,-189v-3,-28,33,-30,35,-9r-57,222v-5,18,-7,29,-23,29v-16,0,-19,-10,-24,-28r-53,-194r-52,194v-6,17,-8,28,-25,28v-15,0,-18,-11,-23,-29r-57,-222v7,-24,36,-17,35,9r46,189r50,-182v4,-17,7,-28,25,-28v20,0,22,8,27,28","w":326},"X":{"d":"91,-135v-24,-38,-53,-68,-72,-112v0,-8,6,-15,16,-15v9,0,12,5,21,19r54,83r60,-85v9,-13,11,-17,20,-17v14,0,19,12,5,32r-65,93v26,43,59,78,79,126v0,8,-6,15,-17,15v-8,0,-11,-4,-22,-21r-60,-92r-67,96v-9,13,-11,17,-20,17v-19,0,-20,-18,-6,-35","w":217},"Y":{"d":"109,4v-13,0,-19,-11,-17,-28r0,-87v-26,-44,-62,-88,-83,-135v0,-8,5,-16,17,-16v8,0,11,4,20,19r65,102r66,-103v9,-15,11,-18,20,-18v19,1,19,22,7,34r-77,117r0,87v2,18,-4,28,-18,28","w":221},"Z":{"d":"36,0v-36,2,-41,-20,-19,-41r151,-189r-127,0v-10,0,-23,0,-23,-14v0,-14,12,-14,23,-14r144,0v9,0,26,0,26,19v0,7,-3,11,-10,19r-153,192r145,0v12,0,26,0,26,14v0,14,-14,14,-24,14r-159,0","w":225},"[":{"d":"28,-229v-8,-43,38,-25,70,-29v9,0,21,0,21,13v-4,22,-39,8,-61,12r0,281v22,4,56,-10,61,11v-5,25,-41,13,-64,13v-23,0,-27,-4,-27,-29r0,-272","w":123},"\\":{"d":"71,-10r-67,-242v3,-14,26,-14,26,4r67,243v-4,15,-26,13,-26,-5","w":101},"]":{"d":"96,43v7,44,-38,25,-70,29v-9,0,-21,0,-21,-13v4,-21,39,-7,61,-11r0,-281v-22,-3,-56,10,-61,-12v5,-25,41,-11,64,-13v23,-2,27,4,27,29r0,272","w":123},"^":{"d":"42,-121r-33,0r63,-141r25,0r62,141r-32,0r-43,-105","w":168},"_":{"d":"-2,72r0,-23r184,0r0,23r-184,0","w":180},"a":{"d":"15,-49v8,-72,84,-48,132,-71v-1,-24,-2,-48,-43,-48v-22,0,-45,7,-53,26v0,17,-28,21,-29,2v0,-11,12,-51,80,-51v119,-1,55,99,83,183v0,6,-6,12,-15,12v-12,0,-17,-17,-21,-30v-9,9,-33,30,-73,30v-42,0,-61,-27,-61,-53xm147,-97v-30,12,-102,12,-100,46v-1,39,77,40,92,4v7,-12,8,-29,8,-50"},"b":{"d":"41,4v-13,-1,-16,-9,-15,-25r0,-215v0,-12,0,-26,16,-26v16,0,16,14,16,26r0,78v3,-5,24,-33,65,-33v65,0,83,56,83,96v0,36,-16,99,-83,99v-40,0,-57,-21,-66,-32v-1,15,4,28,-16,32xm117,-20v24,0,57,-19,57,-75v0,-40,-21,-71,-56,-71v-19,0,-61,11,-61,75v0,53,32,71,60,71","w":221},"c":{"d":"168,-124v-21,-6,-19,-42,-64,-42v-35,0,-58,27,-58,72v-6,73,73,97,106,47v2,-16,29,-35,34,-8v0,11,-20,59,-81,59v-48,0,-68,-24,-77,-40v-25,-56,-19,-156,76,-155v52,3,69,20,78,53v0,8,-7,14,-14,14"},"d":{"d":"195,-21v1,17,-2,24,-15,25v-19,-3,-14,-18,-15,-32v-9,11,-27,32,-66,32v-68,0,-84,-63,-84,-99v0,-40,18,-96,83,-96v41,0,63,28,66,33r0,-78v0,-12,0,-26,15,-26v16,0,16,14,16,26r0,215xm105,-20v28,0,59,-18,59,-71v0,-64,-41,-75,-60,-75v-35,0,-56,31,-56,71v0,56,32,75,57,75","w":221},"e":{"d":"184,-50v-9,32,-23,49,-79,54v-61,0,-89,-43,-89,-98v0,-54,28,-97,88,-97v74,0,84,68,84,84v0,20,-16,20,-28,20r-112,0v1,50,29,68,58,68v41,1,41,-30,66,-43v7,0,12,6,12,12xm156,-109v-1,-27,-20,-62,-53,-59v-38,1,-51,30,-55,59r108,0"},"f":{"d":"50,4v-12,0,-16,-9,-15,-25r0,-142v-15,-2,-30,6,-34,-12v3,-16,20,-10,34,-11v-7,-48,16,-80,51,-76v20,3,30,-1,35,15v0,15,-16,12,-28,10v-30,-1,-27,24,-27,51v16,2,36,-6,39,11v-3,19,-23,10,-39,12r0,142v1,17,-2,24,-16,25","w":108},"g":{"d":"38,14v22,0,19,43,65,38v51,-3,63,-20,60,-78v-9,9,-29,29,-63,29v-77,0,-84,-78,-84,-97v0,-46,23,-97,82,-97v40,0,58,23,67,34v1,-16,-6,-34,15,-34v15,0,15,14,15,28v-2,63,6,146,-7,196v-17,42,-69,44,-85,44v-65,0,-79,-40,-79,-49v0,-6,5,-14,14,-14xm105,-22v26,0,58,-17,58,-70v0,-48,-24,-74,-58,-74v-19,0,-57,10,-57,73v0,52,28,71,57,71","w":221},"h":{"d":"117,-191v39,-5,69,38,64,71r0,98v1,19,-2,25,-16,26v-12,-1,-15,-7,-15,-26v0,-58,18,-143,-39,-143v-40,8,-53,18,-53,81v0,30,14,84,-16,88v-15,0,-15,-14,-15,-26r0,-214v0,-12,0,-26,15,-26v16,0,16,13,16,26r0,76v13,-16,29,-31,59,-31","w":206},"i":{"d":"44,-191v16,0,15,12,15,26r0,144v2,20,-5,23,-16,25v-15,0,-16,-14,-16,-25r0,-144v0,-17,4,-25,17,-26xm60,-239v0,9,-7,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-18,17,-18v10,0,17,8,17,18","w":86},"j":{"d":"28,-165v-1,-18,1,-26,15,-26v16,0,16,14,16,26r0,175v6,56,-20,66,-47,66v-8,0,-30,-1,-30,-17v0,-3,1,-13,14,-13v23,5,33,2,32,-35r0,-176xm26,-239v0,-10,8,-18,18,-18v9,0,17,8,17,18v0,9,-8,17,-17,17v-10,0,-18,-8,-18,-17","w":86},"k":{"d":"45,-262v13,1,16,10,15,27r0,128r75,-72v12,-11,13,-13,18,-13v17,2,20,21,5,29r-49,46v22,35,54,68,70,107v-5,19,-22,17,-34,-1r-57,-86r-28,25v-4,27,13,76,-16,76v-15,0,-15,-12,-15,-27r0,-209v0,-13,0,-30,16,-30","w":191},"l":{"d":"43,-262v12,1,18,8,16,26r0,215v1,17,-2,24,-16,25v-15,0,-15,-13,-15,-25r0,-215v0,-17,2,-24,15,-26","w":86},"m":{"d":"108,-191v13,-3,52,12,53,33v7,-26,88,-54,109,-7v13,44,3,92,6,143v1,18,-1,25,-15,26v-16,0,-16,-14,-16,-26r0,-96v0,-16,0,-45,-33,-45v-27,-3,-46,28,-46,55r0,86v0,18,-1,25,-16,26v-13,-1,-16,-9,-15,-26r0,-99v0,-12,0,-42,-33,-42v-61,1,-45,79,-47,141v0,18,0,24,-15,26v-14,0,-17,-8,-16,-26r0,-143v0,-12,0,-26,14,-26v15,6,14,6,14,30v11,-16,30,-30,56,-30","w":299},"n":{"d":"116,-191v40,-4,70,35,65,72r0,98v1,16,-2,25,-15,25v-13,0,-16,-9,-16,-25v0,-56,16,-149,-39,-142v-41,5,-53,17,-53,82v0,30,13,82,-16,85v-12,0,-16,-9,-15,-25r0,-145v0,-17,2,-23,15,-25v16,4,15,9,15,32v10,-12,26,-32,59,-32","w":206},"o":{"d":"191,-93v0,69,-41,97,-88,97v-59,0,-88,-43,-88,-94v0,-65,33,-101,88,-101v47,0,88,29,88,98xm159,-93v0,-47,-22,-73,-56,-73v-35,0,-56,29,-56,73v0,44,21,73,56,73v36,0,56,-29,56,-73","w":206},"p":{"d":"26,-166v-1,-16,3,-23,15,-25v21,4,15,18,16,33v9,-11,26,-33,66,-33v67,0,83,64,83,100v0,39,-18,95,-83,95v-41,0,-62,-27,-65,-32r0,77v0,13,0,27,-16,27v-16,0,-16,-14,-16,-26r0,-216xm117,-166v-28,0,-60,18,-60,71v0,63,42,75,61,75v35,0,56,-31,56,-72v0,-56,-33,-74,-57,-74","w":221},"q":{"d":"180,-191v12,2,16,9,15,25r0,216v0,12,0,26,-16,26v-16,0,-16,-14,-16,-27r0,-77v-3,5,-24,32,-65,32v-65,0,-83,-56,-83,-95v0,-36,16,-100,83,-100v40,0,58,22,67,33v1,-15,-5,-29,15,-33xm104,-166v-24,0,-57,18,-57,74v0,41,21,72,56,72v19,0,61,-12,61,-75v0,-53,-32,-71,-60,-71","w":221},"r":{"d":"44,4v-14,0,-17,-8,-16,-25r0,-150v0,-9,0,-20,13,-20v19,1,13,18,14,34v12,-19,22,-34,45,-34v27,0,51,27,25,36v-8,0,-13,-6,-26,-6v-53,1,-37,90,-40,147v0,16,-11,18,-15,18","w":135},"s":{"d":"48,-142v-2,40,128,23,120,88v0,16,-8,58,-78,58v-43,-1,-75,-16,-75,-51v0,-17,26,-16,28,-1v7,17,20,30,49,30v29,0,43,-15,43,-30v0,-43,-95,-35,-101,-56v-37,-32,-3,-94,53,-87v62,0,71,38,71,45v-2,16,-25,18,-28,-1v-5,-26,-84,-30,-82,5","w":183},"t":{"d":"32,-186v2,-25,-8,-62,16,-62v26,3,13,38,16,62v15,1,36,-5,36,11v0,13,-21,11,-36,11r0,111v-4,29,12,36,37,30v6,0,11,4,11,11v0,12,-16,15,-36,15v-44,0,-44,-30,-44,-53r0,-114v-13,3,-31,-8,-26,-11v3,-14,15,-10,26,-11","w":108},"u":{"d":"165,4v-18,-3,-15,-8,-16,-32v-11,29,-93,50,-115,5v-18,-39,-5,-91,-9,-142v-1,-18,3,-25,16,-26v12,1,16,9,15,26v3,58,-16,141,39,142v41,-11,53,-14,53,-84v0,-30,-12,-80,16,-84v12,2,18,9,16,26r0,144v1,16,-2,23,-15,25","w":206},"v":{"d":"94,-36r51,-135v1,-25,30,-25,32,-6v-16,56,-44,104,-61,158v-9,29,-33,29,-44,0r-62,-158v0,-6,5,-14,16,-14v10,0,13,7,17,20","w":187},"w":{"d":"135,-144r-34,122v-4,14,-7,26,-22,26v-14,0,-17,-9,-22,-25r-52,-156v0,-7,6,-14,15,-14v11,0,13,8,17,20r41,134r37,-130v4,-14,7,-24,20,-24v13,0,16,10,20,24r37,130r41,-134v1,-24,29,-26,32,-6r-52,156v-5,16,-8,25,-22,25v-15,0,-18,-12,-22,-26","w":270},"x":{"d":"92,-76r-49,68v-15,23,-43,8,-26,-15r56,-75v-19,-27,-43,-47,-57,-79v0,-16,27,-19,32,0r44,57r43,-57v9,-14,14,-14,18,-14v17,5,19,12,6,29r-48,63v20,30,46,56,62,90v-6,17,-20,20,-33,0","w":183},"y":{"d":"76,0r-68,-176v3,-22,31,-17,33,4r51,139r53,-138v4,-26,27,-24,31,-7v-22,72,-54,138,-79,208v-13,32,-25,46,-55,46v-20,5,-45,-22,-18,-29v37,9,42,-23,52,-47","w":183},"z":{"d":"48,-24r110,0v9,0,21,-2,21,11v0,13,-12,13,-21,13r-128,0v-8,0,-26,2,-26,-14v0,-4,2,-9,9,-17r93,-103v16,-19,18,-22,21,-28r-86,0v-17,0,-31,0,-31,-12v0,-12,11,-12,21,-12r109,0v28,-3,40,16,17,33","w":183},"{":{"d":"39,-93v37,15,37,44,37,105v0,30,6,36,26,36v4,0,10,3,10,12v0,13,-4,16,-16,16v-91,4,-18,-146,-77,-153v-14,-2,-13,-29,0,-32v59,-9,-14,-162,80,-153v4,0,13,0,13,12v0,13,-4,16,-15,16v-20,0,-21,18,-21,36v0,64,0,87,-37,105","w":119},"|":{"d":"33,58r0,-302v0,-11,0,-18,12,-18v15,0,16,6,16,18r0,302v0,10,-1,18,-13,18v-15,0,-15,-6,-15,-18","w":93},"}":{"d":"81,-93v-37,-16,-37,-44,-37,-105v0,-30,-6,-36,-25,-36v-5,-1,-11,-4,-11,-13v0,-12,4,-15,16,-15v90,-4,19,147,77,153v14,3,13,28,0,32v-58,7,12,161,-79,153v-4,0,-14,0,-14,-13v0,-13,5,-15,15,-15v20,0,21,-18,21,-36v0,-65,0,-88,37,-105","w":119},"~":{"d":"146,-98v-28,2,-59,-25,-85,-24v-21,0,-35,13,-46,24r0,-36v37,-46,91,3,134,3v23,0,43,-21,46,-25r0,38v-11,9,-25,20,-49,20","w":209},"\u00a1":{"d":"60,76v-22,5,-19,-45,-18,-64r6,-105v1,-11,1,-22,12,-22v11,0,11,11,12,22r5,154v-2,12,-12,15,-17,15xm60,-151v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20","w":119},"\u00a2":{"d":"168,-124v-9,2,-29,-38,-36,-35r-41,138v30,6,53,-11,61,-27v4,-19,29,-30,34,-7v-13,46,-41,61,-102,58r-15,47v-1,15,-17,24,-20,8v3,-19,12,-41,17,-60v-43,-19,-51,-62,-51,-91v1,-60,31,-106,108,-96r15,-50v2,-16,15,-22,20,-9v-3,25,-12,41,-18,63v34,15,42,41,42,47v0,7,-6,14,-14,14xm74,-28r41,-137v-36,-5,-67,12,-69,72v0,25,8,51,28,65"},"\u00a3":{"d":"67,-12v-15,-2,-39,15,-47,14v-14,-3,-25,-21,-1,-34v32,-36,31,-50,24,-85v-16,-2,-37,6,-39,-12v2,-16,19,-10,33,-11v-28,-67,1,-117,70,-122v54,0,78,40,78,63v0,9,-8,15,-15,15v-12,0,-14,-9,-16,-15v-6,-18,-19,-39,-47,-39v-51,5,-58,49,-37,98v22,3,57,-10,63,11v-4,22,-37,8,-58,12v7,32,-5,75,-16,85v42,-12,85,20,126,-2v8,0,13,7,13,14v-12,45,-100,12,-131,8"},"\u00a5":{"d":"100,4v-25,1,-14,-38,-16,-61r-55,0v-10,0,-18,0,-18,-12v4,-26,49,-8,73,-13r0,-26r-55,0v-10,0,-18,1,-18,-11v0,-27,39,-9,60,-14r-65,-117v4,-18,31,-14,35,4r58,106r56,-106v3,-15,31,-24,37,-5v-17,42,-44,78,-64,118v21,4,57,-11,60,12v0,14,-6,13,-18,13r-55,0r0,26r55,0v10,0,18,1,18,12v0,13,-7,13,-18,13r-55,0v-3,24,9,61,-15,61","w":198},"\u00a7":{"d":"156,-195v-24,-7,-19,-45,-56,-42v-58,11,-44,49,-1,69v32,19,54,33,65,42v9,6,24,19,24,44v0,33,-29,46,-41,52v10,7,28,20,28,47v0,37,-33,59,-71,59v-64,0,-77,-50,-77,-59v0,-7,5,-15,15,-15v27,6,16,52,61,48v33,0,42,-21,42,-31v8,-28,-121,-87,-110,-90v-6,-5,-20,-19,-20,-41v0,-33,30,-46,40,-51v-35,-22,-36,-102,45,-99v50,0,71,36,71,53v0,7,-7,14,-15,14xm74,-148v-10,4,-32,13,-32,33v0,19,15,28,78,66v12,-2,37,-7,37,-28v0,-10,-8,-21,-16,-27v-8,-7,-10,-9,-67,-44"},"\u00a4":{"d":"162,-87v14,12,31,34,3,41v-5,1,-19,-15,-24,-20v-17,16,-65,17,-83,0v-10,15,-34,31,-41,4v-1,-6,16,-19,20,-25v-15,-16,-15,-66,0,-81v-12,-13,-34,-33,-3,-41v5,0,19,15,24,19v18,-15,66,-15,83,0v11,-25,56,-18,32,9r-11,13v15,15,15,65,0,81xm54,-127v0,25,20,45,45,45v25,0,46,-20,46,-45v0,-26,-21,-46,-46,-46v-25,0,-45,20,-45,46","w":198},"'":{"d":"24,-166v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92r-20,0","w":67},"\u00ab":{"d":"132,-91v13,24,30,44,40,70v-4,13,-16,18,-25,-1r-43,-69v12,-24,30,-47,43,-70v10,-18,21,-13,25,0v-10,25,-28,47,-40,70xm55,-91v13,24,30,44,40,70v-4,13,-16,18,-26,-1r-42,-69v12,-24,30,-47,43,-70v10,-18,21,-13,25,0v-10,25,-28,47,-40,70"},"\u00b7":{"d":"63,-127v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":86},"\u00b6":{"d":"0,-184v-5,-42,42,-78,84,-74r111,0r0,30r-25,0r0,300r-31,0r0,-300r-37,0r0,300r-31,0r0,-184v-48,-3,-71,-36,-71,-72","w":195},"\u00bb":{"d":"71,-91v-13,-23,-30,-45,-41,-70v4,-12,16,-18,26,0v14,23,31,45,42,70v-10,25,-29,46,-42,69v-9,19,-21,14,-26,1v11,-25,28,-47,41,-70xm148,-91v-13,-23,-30,-45,-41,-70v4,-12,16,-18,26,0v14,23,31,45,42,70v-10,25,-29,46,-42,69v-9,19,-21,14,-26,1v11,-25,28,-47,41,-70"},"\u00bf":{"d":"114,-107v9,50,-66,73,-66,113v0,23,19,43,46,43v35,0,44,-30,47,-41v2,-6,5,-16,17,-16v7,0,16,6,16,17v0,13,-19,67,-82,67v-52,0,-77,-36,-77,-69v-9,-40,75,-82,69,-118v0,-3,2,-14,15,-14v15,0,15,15,15,18xm95,-151v-10,0,-19,-9,-19,-20v0,-11,9,-20,19,-20v12,0,20,9,20,20v0,11,-9,20,-20,20","w":191},"`":{"d":"23,-256v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12","w":119},"\u00b4":{"d":"98,-256v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":119},"\u00af":{"d":"23,-242r74,0v10,0,18,0,18,12v0,14,-6,14,-18,14r-74,0v-10,0,-18,0,-18,-12v0,-14,6,-14,18,-14","w":119},"\u00a8":{"d":"47,-230v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm107,-230v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":119},"\u00b8":{"d":"35,15v0,-5,2,-20,18,-20v10,0,9,6,9,20v15,2,28,8,28,24v0,15,-14,30,-53,30v-12,4,-37,-14,-9,-17v13,0,36,0,36,-14v0,-18,-30,-4,-29,-23","w":119},"\u00c6":{"d":"68,-73r-25,54v-7,32,-34,25,-38,8v30,-78,71,-151,104,-226v10,-21,10,-21,32,-21r175,0v11,0,23,0,23,14v0,14,-12,14,-23,14r-109,0r0,83r100,0v11,0,23,0,23,14v0,14,-12,13,-23,13r-100,0r0,92r113,0v11,0,24,0,24,14v0,14,-13,14,-24,14r-119,0v-43,8,-25,-41,-29,-73r-104,0xm80,-100r92,0r0,-131r-32,0","w":360},"\u00aa":{"d":"68,-244v-30,-2,-28,19,-44,24v-6,0,-11,-4,-11,-9v0,-9,9,-33,53,-33v79,-2,36,62,56,110v-6,22,-26,3,-27,-7v-5,5,-20,17,-46,17v-28,0,-41,-17,-41,-34v-1,-40,58,-33,85,-44v-1,-13,-2,-24,-25,-24xm93,-201v-18,6,-63,5,-60,24v-1,19,39,19,51,6v7,-6,9,-14,9,-30","w":131},"\u0141":{"d":"47,-262v14,1,19,10,18,28r0,87v14,-11,30,-29,46,-36v13,5,16,16,2,25r-48,40r0,90r109,0v11,0,24,0,24,14v0,15,-13,14,-24,14r-115,0v-49,8,-23,-54,-29,-89v-12,15,-22,10,-26,-2v1,-11,19,-20,26,-27r0,-116v0,-18,1,-26,17,-28","w":206},"\u00d8":{"d":"59,-23v-9,10,-31,41,-41,18v3,-18,18,-23,27,-35v-7,-9,-27,-37,-27,-89v0,-56,27,-133,123,-133v27,0,57,6,81,28v10,-10,29,-42,41,-19v-4,20,-17,21,-26,35v46,72,39,222,-96,222v-9,0,-52,0,-82,-27xm213,-192r-132,144v18,18,40,25,59,25v30,0,88,-19,88,-106v0,-12,-2,-40,-15,-63xm68,-66r131,-144v-19,-19,-42,-24,-59,-24v-31,0,-86,20,-86,107v0,30,9,52,14,61","w":281},"\u0152":{"d":"226,-119r0,91r106,0v11,0,24,0,24,14v0,14,-13,14,-24,14r-122,0v-19,2,-13,-17,-14,-33v-9,12,-28,37,-74,37v-64,0,-104,-50,-104,-133v0,-83,40,-133,103,-133v46,0,66,25,75,37v0,-24,-3,-36,20,-33r111,0v11,0,24,0,24,14v0,15,-13,14,-24,14r-101,0r0,83r92,0v11,0,24,0,24,14v0,15,-13,14,-24,14r-92,0xm127,-23v54,2,72,-55,66,-127v0,-33,-8,-84,-66,-84v-74,0,-74,87,-74,105v-3,53,22,107,74,106","w":363},"\u00ba":{"d":"124,-202v0,42,-27,60,-58,60v-39,0,-59,-26,-59,-58v0,-39,22,-62,59,-62v30,0,58,18,58,60xm99,-202v0,-24,-12,-41,-33,-41v-22,0,-34,17,-34,41v0,25,12,40,34,40v21,0,33,-15,33,-40","w":131},"\u00e6":{"d":"15,-48v4,-66,79,-50,126,-69v9,-40,-24,-51,-39,-50v-20,0,-41,3,-50,27v-1,18,-30,20,-30,1v0,-6,3,-20,14,-32v29,-34,122,-19,126,6v8,-8,25,-26,60,-26v61,0,85,49,85,84v0,20,-13,20,-29,20r-107,0v1,36,15,68,55,68v38,0,48,-24,53,-37v5,-10,22,-14,24,4v0,20,-24,56,-76,56v-48,0,-64,-23,-71,-34v-16,15,-42,34,-80,34v-45,0,-61,-29,-61,-52xm171,-108r105,0v-1,-53,-38,-59,-52,-59v-30,0,-51,22,-53,59xm86,-18v38,-1,60,-23,55,-77v-37,14,-86,0,-95,45v0,12,10,32,40,32","w":322},"\u0131":{"d":"44,-191v16,0,15,12,15,26r0,144v2,20,-5,23,-16,25v-15,0,-16,-14,-16,-25r0,-144v0,-17,4,-25,17,-26","w":86},"\u0142":{"d":"39,4v-13,0,-18,-8,-16,-26r0,-80v-10,9,-11,10,-15,10v-25,-12,7,-29,15,-37r0,-107v-1,-18,2,-25,16,-26v13,2,17,9,15,26r0,80v12,-9,13,-10,17,-10v25,13,-8,30,-17,38r0,106v1,18,-1,26,-15,26","w":86},"\u00f8":{"d":"47,-14v-6,19,-45,23,-26,-3r11,-13v-23,-33,-25,-111,12,-140v44,-32,77,-26,115,-2v5,-20,45,-24,26,2r-11,13v7,9,17,33,17,63v-1,98,-82,119,-144,80xm152,-133r-86,98v3,3,15,15,37,15v50,0,67,-72,49,-113xm54,-54r86,-97v-3,-4,-15,-15,-37,-15v-49,0,-65,71,-49,112","w":206},"\u0153":{"d":"297,-87r-107,0v0,14,3,69,54,69v35,0,47,-23,51,-32v2,-15,25,-16,24,0v0,9,-13,54,-75,54v-43,0,-61,-21,-70,-34v-13,16,-33,34,-70,34v-57,0,-87,-44,-87,-97v0,-30,12,-98,87,-98v18,0,46,4,70,35v20,-29,45,-35,68,-35v64,0,84,53,84,86v0,18,-14,18,-29,18xm294,-108v1,-27,-16,-61,-52,-59v-25,0,-51,18,-53,59r105,0xm105,-20v29,0,54,-23,54,-73v0,-19,-5,-73,-55,-73v-36,0,-56,31,-56,73v0,40,19,73,57,73","w":341},"\u00df":{"d":"90,-135v0,-26,30,-52,31,-77v0,-19,-19,-25,-31,-25v-36,0,-40,30,-40,53r0,163v1,16,-3,25,-15,25v-12,1,-18,-9,-16,-25r0,-165v-6,-45,36,-80,71,-76v45,0,62,26,62,49v9,4,-32,64,-29,71v0,12,9,20,19,28v36,28,39,47,39,61v0,31,-24,57,-58,57v-32,0,-52,-23,-52,-35v0,-4,4,-13,14,-13v12,1,21,25,37,23v16,0,29,-14,29,-30v0,-28,-65,-55,-61,-84","w":191},"\u00f7":{"d":"190,-112r-170,0r0,-30r170,0r0,30xm87,-162r0,-36r36,0r0,36r-36,0xm87,-56r0,-36r36,0r0,36r-36,0","w":209},"\u00be":{"d":"252,-30r-53,0v-14,3,-25,-9,-13,-22r64,-73v9,-16,24,-6,24,7r0,70v10,1,21,-3,23,9v-2,12,-13,8,-23,9v-2,14,6,30,-11,32v-18,-1,-9,-18,-11,-32xm206,-48r46,0r0,-53xm59,-242v-24,-2,-21,22,-37,25v-8,0,-10,-7,-10,-9v0,-10,13,-32,47,-32v47,-4,58,47,29,60v43,17,28,74,-27,73v-37,1,-47,-17,-52,-36v0,-5,5,-9,10,-9v18,5,13,31,40,29v36,1,42,-47,4,-47v-10,-1,-22,3,-23,-8v0,-9,11,-9,13,-9v29,0,29,-17,29,-19v0,-8,-8,-18,-23,-18xm59,1v52,-87,113,-166,168,-251v6,-14,20,-16,22,-2v-51,89,-114,168,-169,253v-8,14,-18,7,-21,0","w":299},"\u00bc":{"d":"252,-30r-53,0v-14,3,-25,-9,-13,-22r64,-73v9,-16,24,-6,24,7r0,70v10,1,21,-3,23,9v-2,12,-13,8,-23,9v-2,14,6,30,-11,32v-18,-1,-9,-18,-11,-32xm206,-48r46,0r0,-53xm82,-244r0,105v0,5,0,14,-11,14v-12,0,-12,-9,-12,-16r0,-84v-21,15,-30,16,-34,16v-12,-2,-12,-14,2,-18v5,-1,23,-10,35,-24v6,-17,23,-1,20,7xm55,1v52,-87,113,-166,167,-251v7,-14,20,-17,23,-2r-169,253v-9,14,-18,7,-21,0","w":299},"\u00b9":{"d":"82,-244r0,105v0,5,0,14,-11,14v-12,0,-12,-9,-12,-16r0,-84v-21,15,-30,16,-34,16v-12,-2,-12,-14,2,-18v5,-1,23,-10,35,-24v6,-17,23,-1,20,7","w":119},"\u00d7":{"d":"28,-72r56,-55r-56,-56r22,-21r55,55r55,-55r21,21r-55,56r55,55r-21,21r-55,-55r-56,55","w":209},"\u00ae":{"d":"75,-199v50,0,109,-8,110,39v0,16,-11,38,-41,40v12,-2,39,46,51,64r-28,0v-19,-27,-29,-73,-69,-61r0,61r-23,0r0,-143xm98,-179r0,43v28,-2,57,10,63,-22v-4,-30,-37,-19,-63,-21xm133,-262v73,0,133,59,133,132v0,73,-59,133,-133,133v-73,0,-133,-59,-133,-133v0,-73,60,-132,133,-132xm133,-240v-60,0,-110,49,-110,110v0,62,49,111,110,111v61,0,111,-49,111,-111v0,-61,-50,-110,-111,-110","w":266},"\u00de":{"d":"212,-130v-4,45,-23,77,-87,77r-59,0v-2,23,9,54,-16,57v-16,0,-20,-10,-19,-28r0,-209v0,-19,1,-27,18,-29v23,0,16,33,17,57v78,-6,148,3,146,75xm177,-129v5,-51,-55,-51,-111,-48r0,96v53,-3,105,17,111,-48","w":228},"\u00a6":{"d":"61,-244r0,103v0,10,-1,18,-13,18v-15,0,-15,-6,-15,-18r0,-103v0,-11,0,-18,12,-18v15,0,16,6,16,18xm61,-45r0,103v0,10,-1,18,-13,18v-15,0,-15,-6,-15,-18r0,-103v0,-10,0,-18,12,-18v15,0,16,5,16,18","w":93},"\u00d0":{"d":"31,-117v-14,-1,-29,5,-29,-12v0,-15,16,-10,29,-11r0,-89v-8,-49,55,-29,91,-29v28,0,64,1,93,35v21,26,28,60,28,94v0,33,-8,101,-68,122v-20,7,-24,7,-120,7v-24,0,-24,-8,-24,-33r0,-84xm208,-127v-5,-69,-20,-104,-92,-103r-51,0r0,90r54,0v9,0,17,0,17,11v0,26,-47,7,-71,12r0,89v51,-1,99,8,122,-25v21,-25,21,-68,21,-74","w":262},"\u00bd":{"d":"291,-94v3,33,-54,52,-73,75r58,0v6,0,18,0,18,10v0,9,-9,9,-14,9r-77,0v-4,0,-15,0,-15,-10v2,-31,89,-63,80,-83v0,-14,-14,-21,-27,-21v-28,-3,-26,26,-40,28v-4,0,-11,-1,-11,-9v0,-14,16,-36,50,-36v46,0,51,28,51,37xm82,-244r0,105v0,5,0,14,-11,14v-12,0,-12,-9,-12,-16r0,-84v-21,15,-30,16,-34,16v-12,-2,-12,-14,2,-18v5,-1,23,-10,35,-24v6,-17,23,-1,20,7xm55,1v52,-87,113,-166,167,-251v7,-14,20,-17,23,-2r-169,253v-9,14,-18,7,-21,0","w":299},"\u00e7":{"d":"168,-124v-21,-6,-19,-42,-64,-42v-35,0,-58,27,-58,72v-6,73,73,97,106,47v2,-16,29,-34,34,-8v0,11,-18,57,-78,59r-2,9v16,-1,34,7,33,26v0,24,-29,32,-51,32v-5,0,-22,0,-22,-10v8,-19,45,5,50,-23v-4,-21,-28,-3,-32,-21v0,-6,3,-8,10,-13v-42,-5,-57,-24,-66,-40v-25,-56,-19,-156,76,-155v52,3,69,20,78,53v0,8,-7,14,-14,14"},"\u00f0":{"d":"90,-229v-10,-6,-32,-29,-8,-33v10,-2,25,15,32,22v13,-3,35,-26,43,-5v1,11,-19,14,-27,20v35,40,56,82,56,134v0,57,-34,95,-87,95v-44,-1,-91,-31,-86,-95v4,-93,64,-109,117,-85v-10,-18,-14,-25,-25,-38v-17,3,-43,32,-54,10v3,-15,27,-17,39,-25xm98,-162v-35,-2,-56,38,-53,73v0,66,45,69,54,69v19,0,55,-13,55,-73v0,-56,-35,-69,-56,-69","w":198},"\u00b1":{"d":"190,0r-170,0r0,-30r170,0r0,30xm90,-46r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":209},"\u00c7":{"d":"126,4v-71,-6,-104,-63,-106,-133v0,-80,50,-133,120,-133v76,0,102,61,102,74v0,27,-31,11,-36,-6v-16,-23,-26,-38,-65,-40v-36,0,-86,22,-86,107v0,84,50,104,84,104v37,0,62,-21,74,-57v1,-17,30,-21,31,-1v0,22,-28,85,-102,85r-3,9v10,2,32,7,32,28v0,33,-50,33,-58,33v-4,0,-22,0,-22,-10v2,-18,58,1,54,-23v-2,-21,-28,-5,-32,-24v0,-4,4,-7,13,-13","w":262},"\u00fe":{"d":"42,-262v30,4,11,64,16,95v10,-10,23,-24,51,-24v53,0,80,44,80,96v3,93,-87,124,-131,76r0,68v0,17,-1,25,-16,27v-12,-1,-16,-10,-15,-27r0,-285v0,-17,2,-24,15,-26xm105,-20v38,0,52,-54,52,-75v0,-53,-27,-71,-50,-71v-30,0,-52,29,-52,74v-1,35,14,72,50,72","w":221},"\u00a9":{"d":"174,-157v-4,-13,-19,-28,-40,-27v-34,0,-46,29,-46,55v0,38,20,55,44,55v9,0,36,-4,44,-34r21,6v-8,34,-35,49,-63,49v-41,0,-70,-28,-70,-76v-9,-79,109,-104,131,-33xm133,-262v73,0,133,59,133,132v0,73,-59,133,-133,133v-73,0,-133,-59,-133,-133v0,-73,60,-132,133,-132xm133,-240v-60,0,-110,49,-110,110v0,62,49,111,110,111v61,0,111,-49,111,-111v0,-61,-50,-110,-111,-110","w":266},"\u00ac":{"d":"161,-75r0,-77r-141,0r0,-29r170,0r0,106r-29,0","w":209},"\u00b2":{"d":"111,-220v3,31,-54,52,-73,74r58,0v6,0,18,0,18,10v0,9,-9,9,-14,9r-77,0v-4,0,-15,0,-15,-10v2,-31,89,-63,80,-83v0,-14,-14,-21,-27,-21v-28,-3,-26,27,-40,29v-4,0,-11,-2,-11,-10v0,-13,16,-36,50,-36v46,0,51,28,51,38","w":119},"\u00b3":{"d":"59,-242v-24,-2,-21,22,-37,25v-8,0,-10,-7,-10,-9v0,-10,13,-32,47,-32v47,-4,58,47,29,60v43,17,28,74,-27,73v-37,1,-47,-17,-52,-36v0,-5,5,-9,10,-9v18,5,13,31,40,29v36,1,42,-47,4,-47v-10,-1,-22,3,-23,-8v0,-9,11,-9,13,-9v29,0,29,-17,29,-19v0,-8,-8,-18,-23,-18","w":119},"\u00b0":{"d":"23,-213v0,-27,21,-49,48,-49v27,0,49,22,49,49v0,27,-22,48,-49,48v-26,0,-48,-21,-48,-48xm42,-213v0,16,13,29,29,29v16,0,30,-13,30,-29v0,-17,-13,-30,-30,-30v-16,0,-29,13,-29,30","w":142},"\u00b5":{"d":"159,-191v14,2,17,9,16,26r0,144v0,12,0,25,-16,25v-15,0,-15,-14,-15,-26v-5,10,-14,26,-44,26v-28,0,-38,-14,-46,-26r0,79v0,8,-3,19,-15,19v-15,0,-16,-10,-15,-33r0,-208v0,-18,1,-24,16,-26v29,5,10,65,15,96v1,55,6,66,43,71v52,7,47,-78,45,-141v0,-16,3,-25,16,-26","w":198},"\u00c1":{"d":"180,-75r-114,0r-23,58v-2,25,-33,27,-36,6v25,-77,62,-145,87,-220v9,-28,25,-39,45,-24v37,77,70,161,102,243v0,7,-7,16,-17,16v-12,0,-15,-7,-21,-22xm75,-102r95,0r-48,-121xm162,-323v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":247},"\u00c2":{"d":"124,-311v-10,14,-28,44,-51,30v17,-26,51,-77,81,-28v6,8,18,20,21,28v-24,15,-39,-16,-51,-30xm180,-75r-114,0r-23,58v-2,25,-33,27,-36,6v25,-77,62,-145,87,-220v9,-28,25,-39,45,-24v37,77,70,161,102,243v0,7,-7,16,-17,16v-12,0,-15,-7,-21,-22xm75,-102r95,0r-48,-121","w":247},"\u00c4":{"d":"180,-75r-114,0r-23,58v-2,25,-33,27,-36,6v25,-77,62,-145,87,-220v9,-28,25,-39,45,-24v37,77,70,161,102,243v0,7,-7,16,-17,16v-12,0,-15,-7,-21,-22xm75,-102r95,0r-48,-121xm111,-297v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm171,-297v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":247},"\u00c0":{"d":"180,-75r-114,0r-23,58v-2,25,-33,27,-36,6v25,-77,62,-145,87,-220v9,-28,25,-39,45,-24v37,77,70,161,102,243v0,7,-7,16,-17,16v-12,0,-15,-7,-21,-22xm75,-102r95,0r-48,-121xm92,-323v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12","w":247},"\u00c5":{"d":"157,-303v0,18,-14,33,-33,33v-19,0,-33,-15,-33,-33v0,-19,15,-34,33,-34v18,0,33,15,33,34xm143,-303v0,-11,-8,-20,-19,-20v-11,0,-19,9,-19,20v0,10,9,18,19,18v10,0,19,-8,19,-18xm180,-75r-114,0r-23,58v-2,25,-33,27,-36,6v25,-77,62,-145,87,-220v9,-28,25,-39,45,-24v37,77,70,161,102,243v0,7,-7,16,-17,16v-12,0,-15,-7,-21,-22xm75,-102r95,0r-48,-121","w":247},"\u00c3":{"d":"152,-283v-8,6,-59,-32,-66,-4v0,1,-2,5,-6,5v-4,0,-9,-3,-9,-11v0,-12,9,-26,24,-26v18,0,49,17,55,15v11,2,9,-15,18,-16v4,0,9,4,9,11v0,8,-5,26,-25,26xm180,-75r-114,0r-23,58v-2,25,-33,27,-36,6v25,-77,62,-145,87,-220v9,-28,25,-39,45,-24v37,77,70,161,102,243v0,7,-7,16,-17,16v-12,0,-15,-7,-21,-22xm75,-102r95,0r-48,-121","w":247},"\u00c9":{"d":"31,-229v0,-25,3,-29,29,-29r126,0v10,0,24,0,24,14v0,14,-13,14,-24,14r-120,0r0,83r110,0v10,0,23,0,23,13v0,14,-12,14,-23,14r-110,0r0,92r125,0v10,0,24,0,24,14v0,14,-13,14,-24,14r-131,0v-26,0,-29,-2,-29,-29r0,-200xm152,-323v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":228},"\u00ca":{"d":"114,-311v-9,13,-28,45,-50,30v15,-27,53,-77,80,-28v4,8,31,26,15,31v-25,5,-29,-17,-45,-33xm31,-229v0,-25,3,-29,29,-29r126,0v10,0,24,0,24,14v0,14,-13,14,-24,14r-120,0r0,83r110,0v10,0,23,0,23,13v0,14,-12,14,-23,14r-110,0r0,92r125,0v10,0,24,0,24,14v0,14,-13,14,-24,14r-131,0v-26,0,-29,-2,-29,-29r0,-200","w":228},"\u00cb":{"d":"31,-229v0,-25,3,-29,29,-29r126,0v10,0,24,0,24,14v0,14,-13,14,-24,14r-120,0r0,83r110,0v10,0,23,0,23,13v0,14,-12,14,-23,14r-110,0r0,92r125,0v10,0,24,0,24,14v0,14,-13,14,-24,14r-131,0v-26,0,-29,-2,-29,-29r0,-200xm101,-297v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm161,-297v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":228},"\u00c8":{"d":"31,-229v0,-25,3,-29,29,-29r126,0v10,0,24,0,24,14v0,14,-13,14,-24,14r-120,0r0,83r110,0v10,0,23,0,23,13v0,14,-12,14,-23,14r-110,0r0,92r125,0v10,0,24,0,24,14v0,14,-13,14,-24,14r-131,0v-26,0,-29,-2,-29,-29r0,-200xm77,-323v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12","w":228},"\u00cd":{"d":"53,-262v13,1,19,10,17,28r0,210v1,19,-2,28,-17,28v-14,0,-19,-9,-18,-28r0,-210v0,-19,1,-26,18,-28xm91,-323v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":105},"\u00ce":{"d":"53,-311v-9,14,-29,44,-51,30v16,-27,53,-77,81,-28v4,8,29,25,15,31v-26,5,-29,-17,-45,-33xm53,-262v13,1,19,10,17,28r0,210v1,19,-2,28,-17,28v-14,0,-19,-9,-18,-28r0,-210v0,-19,1,-26,18,-28","w":105},"\u00cf":{"d":"53,-262v13,1,19,10,17,28r0,210v1,19,-2,28,-17,28v-14,0,-19,-9,-18,-28r0,-210v0,-19,1,-26,18,-28xm40,-297v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm100,-297v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":105},"\u00cc":{"d":"53,-262v13,1,19,10,17,28r0,210v1,19,-2,28,-17,28v-14,0,-19,-9,-18,-28r0,-210v0,-19,1,-26,18,-28xm21,-323v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12","w":105},"\u00d1":{"d":"104,-298v-10,0,-7,15,-17,16v-18,-8,-5,-38,15,-37v19,-1,48,17,55,15v12,1,9,-15,19,-16v4,0,9,4,9,11v0,8,-6,26,-26,26v-5,2,-40,-14,-55,-15xm29,-229v-6,-39,32,-44,44,-13r128,191r-1,-183v-1,-20,2,-25,16,-28v14,1,19,8,17,28r0,203v5,42,-32,47,-46,14r-126,-187r2,181v0,19,-2,24,-17,27v-13,0,-19,-10,-17,-27r0,-206","w":262},"\u00d3":{"d":"263,-129v0,65,-33,133,-121,133v-101,0,-124,-81,-124,-133v0,-56,27,-133,123,-133v92,0,122,73,122,133xm140,-234v-56,-3,-90,59,-86,109v0,63,39,102,86,102v30,0,88,-20,88,-106v0,-86,-58,-105,-88,-105xm179,-323v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":281},"\u00d4":{"d":"125,-290v-7,16,-31,14,-35,9v16,-27,53,-77,81,-28v4,8,30,26,14,31v-25,5,-29,-17,-44,-33xm263,-129v0,65,-33,133,-121,133v-101,0,-124,-81,-124,-133v0,-56,27,-133,123,-133v92,0,122,73,122,133xm140,-234v-56,-3,-90,59,-86,109v0,63,39,102,86,102v30,0,88,-20,88,-106v0,-86,-58,-105,-88,-105","w":281},"\u00d6":{"d":"263,-129v0,65,-33,133,-121,133v-101,0,-124,-81,-124,-133v0,-56,27,-133,123,-133v92,0,122,73,122,133xm140,-234v-56,-3,-90,59,-86,109v0,63,39,102,86,102v30,0,88,-20,88,-106v0,-86,-58,-105,-88,-105xm128,-297v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm188,-297v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":281},"\u00d2":{"d":"263,-129v0,65,-33,133,-121,133v-101,0,-124,-81,-124,-133v0,-56,27,-133,123,-133v92,0,122,73,122,133xm140,-234v-56,-3,-90,59,-86,109v0,63,39,102,86,102v30,0,88,-20,88,-106v0,-86,-58,-105,-88,-105xm104,-323v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12","w":281},"\u00d5":{"d":"114,-298v-11,-1,-8,14,-17,16v-4,0,-10,-3,-10,-11v0,-12,9,-26,25,-26v17,-1,49,17,54,15v12,1,9,-15,19,-16v4,0,9,4,9,11v0,8,-6,26,-26,26v-5,2,-39,-14,-54,-15xm263,-129v0,65,-33,133,-121,133v-101,0,-124,-81,-124,-133v0,-56,27,-133,123,-133v92,0,122,73,122,133xm140,-234v-56,-3,-90,59,-86,109v0,63,39,102,86,102v30,0,88,-20,88,-106v0,-86,-58,-105,-88,-105","w":281},"\u0160":{"d":"114,-293v10,-14,29,-44,51,-30v-17,26,-52,76,-81,27v-5,-7,-17,-20,-20,-27v24,-15,39,16,50,30xm26,-192v1,-91,164,-96,175,-7v0,24,-31,19,-33,0v-4,-22,-27,-37,-55,-37v-33,0,-54,20,-54,41v1,54,113,45,129,70v50,51,15,132,-72,130v-44,5,-98,-33,-97,-77v0,-7,7,-14,16,-14v9,0,11,5,18,22v4,12,14,42,61,42v32,0,64,-16,64,-48v-4,-62,-111,-43,-128,-71v-9,-7,-24,-23,-24,-51","w":228},"\u00da":{"d":"46,-262v15,1,19,9,18,29r0,137v0,21,0,73,68,73v61,0,67,-44,67,-73r0,-137v0,-20,1,-27,17,-29v14,1,18,9,17,29v-7,113,35,234,-99,237v-68,0,-105,-27,-105,-103r0,-134v-1,-20,2,-26,17,-29xm169,-323v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":262},"\u00db":{"d":"131,-311v-9,13,-28,45,-50,30v15,-27,51,-77,80,-28v6,8,18,20,21,28v-25,14,-39,-16,-51,-30xm46,-262v15,1,19,9,18,29r0,137v0,21,0,73,68,73v61,0,67,-44,67,-73r0,-137v0,-20,1,-27,17,-29v14,1,18,9,17,29v-7,113,35,234,-99,237v-68,0,-105,-27,-105,-103r0,-134v-1,-20,2,-26,17,-29","w":262},"\u00dc":{"d":"46,-262v15,1,19,9,18,29r0,137v0,21,0,73,68,73v61,0,67,-44,67,-73r0,-137v0,-20,1,-27,17,-29v14,1,18,9,17,29v-7,113,35,234,-99,237v-68,0,-105,-27,-105,-103r0,-134v-1,-20,2,-26,17,-29xm118,-297v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm178,-297v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":262},"\u00d9":{"d":"46,-262v15,1,19,9,18,29r0,137v0,21,0,73,68,73v61,0,67,-44,67,-73r0,-137v0,-20,1,-27,17,-29v14,1,18,9,17,29v-7,113,35,234,-99,237v-68,0,-105,-27,-105,-103r0,-134v-1,-20,2,-26,17,-29xm94,-323v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12","w":262},"\u00dd":{"d":"109,4v-13,0,-19,-11,-17,-28r0,-87v-26,-44,-62,-88,-83,-135v0,-8,5,-16,17,-16v8,0,11,4,20,19r65,102r66,-103v9,-15,11,-18,20,-18v19,1,19,22,7,34r-77,117r0,87v2,18,-4,28,-18,28xm149,-323v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":221},"\u0178":{"d":"109,4v-13,0,-19,-11,-17,-28r0,-87v-26,-44,-62,-88,-83,-135v0,-8,5,-16,17,-16v8,0,11,4,20,19r65,102r66,-103v9,-15,11,-18,20,-18v19,1,19,22,7,34r-77,117r0,87v2,18,-4,28,-18,28xm98,-297v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm158,-297v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":221},"\u017d":{"d":"129,-314v6,-16,29,-14,34,-9v-16,27,-52,76,-81,27v-5,-7,-17,-20,-20,-27v24,-15,39,16,50,30xm36,0v-36,2,-41,-20,-19,-41r151,-189r-127,0v-10,0,-23,0,-23,-14v0,-14,12,-14,23,-14r144,0v9,0,26,0,26,19v0,7,-3,11,-10,19r-153,192r145,0v12,0,26,0,26,14v0,14,-14,14,-24,14r-159,0","w":225},"\u00e1":{"d":"15,-49v8,-72,84,-48,132,-71v-1,-24,-2,-48,-43,-48v-22,0,-45,7,-53,26v0,17,-28,21,-29,2v0,-11,12,-51,80,-51v119,-1,55,99,83,183v0,6,-6,12,-15,12v-12,0,-17,-17,-21,-30v-9,9,-33,30,-73,30v-42,0,-61,-27,-61,-53xm147,-97v-30,12,-102,12,-100,46v-1,39,77,40,92,4v7,-12,8,-29,8,-50xm139,-256v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41"},"\u00e2":{"d":"102,-244v-10,13,-29,45,-51,30v15,-27,51,-75,80,-28v6,8,18,20,21,28v-24,15,-39,-16,-50,-30xm15,-49v8,-72,84,-48,132,-71v-1,-24,-2,-48,-43,-48v-22,0,-45,7,-53,26v0,17,-28,21,-29,2v0,-11,12,-51,80,-51v119,-1,55,99,83,183v0,6,-6,12,-15,12v-12,0,-17,-17,-21,-30v-9,9,-33,30,-73,30v-42,0,-61,-27,-61,-53xm147,-97v-30,12,-102,12,-100,46v-1,39,77,40,92,4v7,-12,8,-29,8,-50"},"\u00e4":{"d":"15,-49v8,-72,84,-48,132,-71v-1,-24,-2,-48,-43,-48v-22,0,-45,7,-53,26v0,17,-28,21,-29,2v0,-11,12,-51,80,-51v119,-1,55,99,83,183v0,6,-6,12,-15,12v-12,0,-17,-17,-21,-30v-9,9,-33,30,-73,30v-42,0,-61,-27,-61,-53xm147,-97v-30,12,-102,12,-100,46v-1,39,77,40,92,4v7,-12,8,-29,8,-50xm88,-230v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm148,-230v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17"},"\u00e0":{"d":"15,-49v8,-72,84,-48,132,-71v-1,-24,-2,-48,-43,-48v-22,0,-45,7,-53,26v0,17,-28,21,-29,2v0,-11,12,-51,80,-51v119,-1,55,99,83,183v0,6,-6,12,-15,12v-12,0,-17,-17,-21,-30v-9,9,-33,30,-73,30v-42,0,-61,-27,-61,-53xm147,-97v-30,12,-102,12,-100,46v-1,39,77,40,92,4v7,-12,8,-29,8,-50xm64,-256v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12"},"\u00e5":{"d":"135,-236v0,18,-15,33,-34,33v-18,0,-33,-15,-33,-33v0,-19,15,-34,34,-34v18,0,33,15,33,34xm120,-236v0,-11,-8,-19,-19,-19v-10,0,-19,8,-19,19v0,10,9,19,19,19v11,0,19,-9,19,-19xm15,-49v8,-72,84,-48,132,-71v-1,-24,-2,-48,-43,-48v-22,0,-45,7,-53,26v0,17,-28,21,-29,2v0,-11,12,-51,80,-51v119,-1,55,99,83,183v0,6,-6,12,-15,12v-12,0,-17,-17,-21,-30v-9,9,-33,30,-73,30v-42,0,-61,-27,-61,-53xm147,-97v-30,12,-102,12,-100,46v-1,39,77,40,92,4v7,-12,8,-29,8,-50"},"\u00e3":{"d":"75,-231v-11,0,-8,14,-17,17v-19,-7,-7,-39,14,-38v18,-1,49,17,55,15v12,1,9,-14,19,-16v4,0,9,4,9,11v0,8,-6,26,-26,26v-5,3,-42,-14,-54,-15xm15,-49v8,-72,84,-48,132,-71v-1,-24,-2,-48,-43,-48v-22,0,-45,7,-53,26v0,17,-28,21,-29,2v0,-11,12,-51,80,-51v119,-1,55,99,83,183v0,6,-6,12,-15,12v-12,0,-17,-17,-21,-30v-9,9,-33,30,-73,30v-42,0,-61,-27,-61,-53xm147,-97v-30,12,-102,12,-100,46v-1,39,77,40,92,4v7,-12,8,-29,8,-50"},"\u00e9":{"d":"184,-50v-9,32,-23,49,-79,54v-61,0,-89,-43,-89,-98v0,-54,28,-97,88,-97v74,0,84,68,84,84v0,20,-16,20,-28,20r-112,0v1,50,29,68,58,68v41,1,41,-30,66,-43v7,0,12,6,12,12xm156,-109v-1,-27,-20,-62,-53,-59v-38,1,-51,30,-55,59r108,0xm139,-256v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41"},"\u00ea":{"d":"102,-244v-10,13,-29,45,-51,30v15,-27,51,-75,80,-28v6,8,18,20,21,28v-24,15,-39,-16,-50,-30xm184,-50v-9,32,-23,49,-79,54v-61,0,-89,-43,-89,-98v0,-54,28,-97,88,-97v74,0,84,68,84,84v0,20,-16,20,-28,20r-112,0v1,50,29,68,58,68v41,1,41,-30,66,-43v7,0,12,6,12,12xm156,-109v-1,-27,-20,-62,-53,-59v-38,1,-51,30,-55,59r108,0"},"\u00eb":{"d":"184,-50v-9,32,-23,49,-79,54v-61,0,-89,-43,-89,-98v0,-54,28,-97,88,-97v74,0,84,68,84,84v0,20,-16,20,-28,20r-112,0v1,50,29,68,58,68v41,1,41,-30,66,-43v7,0,12,6,12,12xm156,-109v-1,-27,-20,-62,-53,-59v-38,1,-51,30,-55,59r108,0xm88,-230v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm148,-230v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17"},"\u00e8":{"d":"184,-50v-9,32,-23,49,-79,54v-61,0,-89,-43,-89,-98v0,-54,28,-97,88,-97v74,0,84,68,84,84v0,20,-16,20,-28,20r-112,0v1,50,29,68,58,68v41,1,41,-30,66,-43v7,0,12,6,12,12xm156,-109v-1,-27,-20,-62,-53,-59v-38,1,-51,30,-55,59r108,0xm64,-256v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12"},"\u00ed":{"d":"44,-191v16,0,15,12,15,26r0,144v2,20,-5,23,-16,25v-15,0,-16,-14,-16,-25r0,-144v0,-17,4,-25,17,-26xm81,-256v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":86},"\u00ee":{"d":"27,-223v-6,17,-31,13,-34,9v15,-27,51,-75,80,-28v6,8,18,20,21,28v-24,15,-39,-16,-50,-30xm44,-191v16,0,15,12,15,26r0,144v2,20,-5,23,-16,25v-15,0,-16,-14,-16,-25r0,-144v0,-17,4,-25,17,-26","w":86},"\u00ef":{"d":"44,-191v16,0,15,12,15,26r0,144v2,20,-5,23,-16,25v-15,0,-16,-14,-16,-25r0,-144v0,-17,4,-25,17,-26xm30,-230v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm90,-230v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":86},"\u00ec":{"d":"44,-191v16,0,15,12,15,26r0,144v2,20,-5,23,-16,25v-15,0,-16,-14,-16,-25r0,-144v0,-17,4,-25,17,-26xm6,-256v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12","w":86},"\u00f1":{"d":"76,-231v-10,0,-7,15,-17,17v-18,-8,-6,-39,15,-38v19,-1,48,17,55,15v12,1,9,-14,19,-16v4,0,9,4,9,11v0,8,-6,26,-26,26v-6,2,-41,-14,-55,-15xm116,-191v40,-4,70,35,65,72r0,98v1,16,-2,25,-15,25v-13,0,-16,-9,-16,-25v0,-56,16,-149,-39,-142v-41,5,-53,17,-53,82v0,30,13,82,-16,85v-12,0,-16,-9,-15,-25r0,-145v0,-17,2,-23,15,-25v16,4,15,9,15,32v10,-12,26,-32,59,-32","w":206},"\u00f3":{"d":"191,-93v0,69,-41,97,-88,97v-59,0,-88,-43,-88,-94v0,-65,33,-101,88,-101v47,0,88,29,88,98xm159,-93v0,-47,-22,-73,-56,-73v-35,0,-56,29,-56,73v0,44,21,73,56,73v36,0,56,-29,56,-73xm141,-256v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":206},"\u00f4":{"d":"103,-244v-9,13,-28,45,-50,30v16,-27,50,-75,80,-28r21,28v-24,15,-39,-16,-51,-30xm191,-93v0,69,-41,97,-88,97v-59,0,-88,-43,-88,-94v0,-65,33,-101,88,-101v47,0,88,29,88,98xm159,-93v0,-47,-22,-73,-56,-73v-35,0,-56,29,-56,73v0,44,21,73,56,73v36,0,56,-29,56,-73","w":206},"\u00f6":{"d":"191,-93v0,69,-41,97,-88,97v-59,0,-88,-43,-88,-94v0,-65,33,-101,88,-101v47,0,88,29,88,98xm159,-93v0,-47,-22,-73,-56,-73v-35,0,-56,29,-56,73v0,44,21,73,56,73v36,0,56,-29,56,-73xm90,-230v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm150,-230v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":206},"\u00f2":{"d":"191,-93v0,69,-41,97,-88,97v-59,0,-88,-43,-88,-94v0,-65,33,-101,88,-101v47,0,88,29,88,98xm159,-93v0,-47,-22,-73,-56,-73v-35,0,-56,29,-56,73v0,44,21,73,56,73v36,0,56,-29,56,-73xm66,-256v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12","w":206},"\u00f5":{"d":"76,-231v-10,0,-7,15,-17,17v-18,-8,-6,-39,15,-38v19,-1,48,17,55,15v12,1,9,-14,19,-16v4,0,9,4,9,11v0,8,-6,26,-26,26v-6,2,-41,-14,-55,-15xm191,-93v0,69,-41,97,-88,97v-59,0,-88,-43,-88,-94v0,-65,33,-101,88,-101v47,0,88,29,88,98xm159,-93v0,-47,-22,-73,-56,-73v-35,0,-56,29,-56,73v0,44,21,73,56,73v36,0,56,-29,56,-73","w":206},"\u0161":{"d":"92,-226v10,-14,28,-44,51,-30v-18,26,-51,77,-81,28r-21,-28v24,-15,39,16,51,30xm48,-142v-2,40,128,23,120,88v0,16,-8,58,-78,58v-43,-1,-75,-16,-75,-51v0,-17,26,-16,28,-1v7,17,20,30,49,30v29,0,43,-15,43,-30v0,-43,-95,-35,-101,-56v-37,-32,-3,-94,53,-87v62,0,71,38,71,45v-2,16,-25,18,-28,-1v-5,-26,-84,-30,-82,5","w":183},"\u00fa":{"d":"165,4v-18,-3,-15,-8,-16,-32v-11,29,-93,50,-115,5v-18,-39,-5,-91,-9,-142v-1,-18,3,-25,16,-26v12,1,16,9,15,26v3,58,-16,141,39,142v41,-11,53,-14,53,-84v0,-30,-12,-80,16,-84v12,2,18,9,16,26r0,144v1,16,-2,23,-15,25xm141,-256v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":206},"\u00fb":{"d":"103,-244v-9,13,-28,45,-50,30v16,-27,50,-75,80,-28r21,28v-24,15,-39,-16,-51,-30xm165,4v-18,-3,-15,-8,-16,-32v-11,29,-93,50,-115,5v-18,-39,-5,-91,-9,-142v-1,-18,3,-25,16,-26v12,1,16,9,15,26v3,58,-16,141,39,142v41,-11,53,-14,53,-84v0,-30,-12,-80,16,-84v12,2,18,9,16,26r0,144v1,16,-2,23,-15,25","w":206},"\u00fc":{"d":"165,4v-18,-3,-15,-8,-16,-32v-11,29,-93,50,-115,5v-18,-39,-5,-91,-9,-142v-1,-18,3,-25,16,-26v12,1,16,9,15,26v3,58,-16,141,39,142v41,-11,53,-14,53,-84v0,-30,-12,-80,16,-84v12,2,18,9,16,26r0,144v1,16,-2,23,-15,25xm90,-230v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm150,-230v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":206},"\u00f9":{"d":"165,4v-18,-3,-15,-8,-16,-32v-11,29,-93,50,-115,5v-18,-39,-5,-91,-9,-142v-1,-18,3,-25,16,-26v12,1,16,9,15,26v3,58,-16,141,39,142v41,-11,53,-14,53,-84v0,-30,-12,-80,16,-84v12,2,18,9,16,26r0,144v1,16,-2,23,-15,25xm66,-256v36,-14,50,19,58,41v0,3,-3,7,-8,7v-9,0,-18,-9,-42,-36v-8,-8,-8,-9,-8,-12","w":206},"\u00fd":{"d":"76,0r-68,-176v3,-22,31,-17,33,4r51,139r53,-138v4,-26,27,-24,31,-7v-22,72,-54,138,-79,208v-13,32,-25,46,-55,46v-20,5,-45,-22,-18,-29v37,9,42,-23,52,-47xm130,-256v-16,18,-47,68,-58,41v9,-22,19,-56,58,-41","w":183},"\u00ff":{"d":"76,0r-68,-176v3,-22,31,-17,33,4r51,139r53,-138v4,-26,27,-24,31,-7v-22,72,-54,138,-79,208v-13,32,-25,46,-55,46v-20,5,-45,-22,-18,-29v37,9,42,-23,52,-47xm79,-230v0,9,-7,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-17,17,-17v10,0,17,7,17,17xm139,-230v0,9,-8,17,-17,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v9,0,17,7,17,17","w":183},"\u017e":{"d":"92,-226v10,-14,28,-44,51,-30v-18,26,-51,77,-81,28r-21,-28v24,-15,39,16,51,30xm48,-24r110,0v9,0,21,-2,21,11v0,13,-12,13,-21,13r-128,0v-8,0,-26,2,-26,-14v0,-4,2,-9,9,-17r93,-103v16,-19,18,-22,21,-28r-86,0v-17,0,-31,0,-31,-12v0,-12,11,-12,21,-12r109,0v28,-3,40,16,17,33","w":183},"\u00a0":{"w":101},"\u00ad":{"d":"8,-90v0,-30,51,-15,79,-15v11,0,25,0,25,15v0,29,-52,15,-80,15v-10,0,-24,0,-24,-15","w":119}}});Cufon.registerFont({"w":213,"face":{"font-family":"Arial Rounded MT Std","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 8 2 2 1 2 2 2 4","ascent":"266","descent":"-94","x-height":"4","cap-height":"4","bbox":"-26.2623 -340 364 76.1653","underline-thickness":"18","underline-position":"-36","stemh":"36","stemv":"48","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":106},"!":{"d":"86,-224v-1,41,-6,74,-8,113v-1,11,-3,32,-19,32v-16,0,-17,-21,-18,-32r-7,-116v0,-8,0,-35,27,-35v25,0,25,25,25,38xm86,-22v0,14,-11,26,-26,26v-15,0,-27,-12,-27,-26v0,-15,12,-27,27,-27v15,0,26,12,26,27","w":119},"\"":{"d":"108,-166v-6,-28,-11,-56,-9,-92r54,0v2,35,-3,65,-9,92r-36,0xm29,-166v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92r-37,0","w":172},"#":{"d":"3,-84v0,-15,10,-21,32,-19r10,-52v-23,0,-42,3,-42,-19v-1,-22,26,-19,50,-19v8,-23,4,-73,30,-69v40,6,9,39,10,69r38,0v8,-23,2,-69,30,-69v38,0,10,43,10,69v6,0,25,0,25,19v-2,16,-10,20,-33,19r-10,52v21,-1,43,-1,43,19v1,23,-26,20,-51,20v-8,23,-3,68,-29,68v-40,0,-10,-41,-11,-68r-38,0v-9,22,-2,68,-30,68v-38,0,-9,-42,-10,-68v-13,1,-24,-6,-24,-20xm123,-155r-38,0r-11,52r39,0","w":198},"$":{"d":"168,-178v-29,-2,-25,-49,-50,-48r0,73v12,4,51,14,66,34v30,51,15,111,-66,123v-3,22,9,59,-11,64v-22,-2,-8,-43,-12,-64v-73,-7,-81,-63,-81,-74v0,-10,8,-22,23,-22v16,0,20,11,23,22v8,24,17,33,35,38r0,-82v-29,-8,-75,-21,-75,-75v-2,-49,42,-70,75,-72v1,-15,-4,-33,12,-33v17,2,9,18,11,33v22,-5,76,30,72,62v0,9,-8,21,-22,21xm95,-159r0,-68v-9,1,-31,9,-31,34v0,22,18,29,31,34xm118,-107r0,77v63,-17,35,-72,0,-77"},"%":{"d":"64,-125v-33,0,-58,-27,-56,-66v0,-19,1,-68,55,-68v56,0,56,54,56,67v1,42,-17,65,-55,67xm86,-193v0,-31,-5,-44,-22,-44v-18,0,-23,16,-23,44v0,28,4,46,23,46v19,0,22,-18,22,-46xm244,2v-33,1,-58,-27,-56,-66v0,-18,1,-68,55,-68v56,0,56,54,56,68v0,41,-17,64,-55,66xm266,-66v0,-30,-6,-43,-22,-43v-18,0,-23,16,-23,43v0,29,4,46,23,46v18,0,22,-17,22,-46xm65,-1v46,-87,102,-163,151,-247v4,-18,26,-14,27,-3v-45,89,-104,166,-153,251v-4,12,-24,13,-25,-1","w":307},"&":{"d":"191,-90v10,-14,10,-42,32,-44v39,10,15,43,0,73v14,15,41,24,41,44v0,13,-12,21,-21,21v-10,0,-20,-7,-49,-31v-14,13,-36,31,-82,31v-71,0,-90,-49,-90,-75v0,-43,38,-64,60,-76v-42,-46,-38,-110,46,-115v54,0,71,37,71,58v0,33,-32,51,-52,64xm105,-119v-14,9,-36,21,-36,46v0,21,20,42,45,42v26,0,42,-16,49,-24v-12,-11,-24,-22,-58,-64xm123,-167v19,-12,34,-21,34,-38v0,-13,-10,-26,-28,-26v-46,5,-24,48,-6,64","w":273},"(":{"d":"68,-93v0,59,22,121,42,164v0,5,-7,5,-8,5v-16,0,-20,-2,-34,-23v-61,-85,-60,-208,0,-293v15,-23,25,-27,42,-18v-19,43,-43,105,-42,165","w":127},")":{"d":"60,-93v1,-61,-22,-122,-42,-165v16,-10,28,-3,41,18v60,87,61,207,0,294v-13,20,-18,22,-33,22v-3,0,-8,0,-8,-5v20,-42,42,-105,42,-164","w":127},"*":{"d":"63,-196v-16,-4,-61,-6,-57,-25v6,-33,47,2,63,6v-2,-18,-15,-60,10,-60v24,0,11,40,10,60v11,-4,38,-21,49,-20v5,0,14,4,14,14v0,24,-41,20,-57,25v26,24,36,37,36,46v0,7,-7,14,-15,14v-17,1,-33,-43,-37,-48v-10,14,-20,49,-37,48v-9,0,-15,-8,-15,-14v-6,-5,26,-36,36,-46","w":157},"+":{"d":"82,-37r0,-67r-67,0r0,-46r67,0r0,-67r46,0r0,67r67,0r0,46r-67,0r0,67r-46,0","w":209},",":{"d":"30,45v0,-19,26,-12,27,-40v-15,0,-28,-11,-28,-27v0,-16,14,-27,28,-27v15,0,30,12,30,40v0,39,-30,66,-46,66v-8,0,-11,-7,-11,-12","w":112},"-":{"d":"6,-91v-1,-28,41,-20,72,-21v26,0,34,1,36,21v3,28,-42,20,-72,21v-25,1,-33,-2,-36,-21","w":119},".":{"d":"83,-22v0,14,-12,26,-26,26v-15,0,-27,-12,-27,-26v0,-15,12,-27,27,-27v14,0,26,12,26,27","w":112},"\/":{"d":"5,-11v14,-77,36,-149,53,-223v4,-19,6,-28,20,-28v28,6,20,15,15,36r-49,202v2,36,-38,31,-39,13","w":101},"0":{"d":"197,-126v4,64,-28,133,-90,130v-20,0,-60,-8,-80,-58v-7,-18,-10,-46,-10,-71v0,-40,1,-134,90,-134v37,0,56,20,65,30v13,18,25,41,25,103xm148,-130v0,-58,-8,-94,-41,-94v-37,0,-42,45,-42,96v0,51,5,97,42,97v36,0,41,-42,41,-99"},"1":{"d":"126,4v-18,1,-26,-14,-24,-33r0,-155v-32,24,-50,34,-60,34v-11,0,-19,-7,-19,-20v0,-9,6,-14,21,-21v16,-8,46,-24,62,-49v8,-14,12,-19,23,-19v20,0,20,23,20,31r0,197v0,9,0,35,-23,35"},"2":{"d":"200,-21v0,15,-12,22,-27,21r-122,0v-16,2,-31,-9,-31,-24v-2,-51,131,-111,128,-160v0,-27,-22,-38,-41,-38v-51,-1,-33,55,-66,57v-10,0,-21,-6,-21,-21v0,-23,20,-73,88,-73v35,-4,96,30,87,73v0,29,-14,55,-59,91v-37,29,-41,33,-56,54r86,0v11,0,34,-1,34,20"},"3":{"d":"103,-225v-48,2,-24,39,-58,46v-13,0,-20,-10,-20,-20v0,-21,26,-60,82,-60v85,-7,95,90,49,118v11,6,41,23,41,63v0,38,-31,82,-92,82v-67,0,-87,-57,-87,-71v0,-11,8,-21,22,-21v14,0,17,10,20,20v6,17,19,38,45,38v16,0,44,-12,44,-46v1,-35,-27,-50,-63,-42v-12,0,-20,-7,-20,-18v0,-12,7,-20,24,-20v28,7,51,-21,48,-35v0,-18,-12,-34,-35,-34"},"4":{"d":"148,4v-27,1,-22,-31,-22,-59v-45,-4,-122,15,-122,-27v0,-9,4,-13,17,-31r93,-125v19,-35,62,-30,56,19r0,125v20,-2,39,1,37,20v1,16,-18,21,-37,19v0,28,4,61,-22,59xm50,-94r76,0r0,-103"},"5":{"d":"78,-255v39,5,110,-16,115,20v0,21,-21,21,-30,21r-80,0r-10,57v47,-33,131,-2,127,70v0,46,-33,91,-92,91v-56,2,-81,-31,-89,-64v0,-7,6,-19,20,-19v32,0,28,54,68,50v34,0,44,-33,44,-55v0,-38,-23,-52,-45,-52v-29,-2,-35,23,-59,26v-45,-10,-5,-79,-5,-117v0,-26,16,-28,36,-28"},"6":{"d":"171,-185v-34,-4,-17,-39,-57,-40v-10,0,-29,4,-40,31v-7,18,-8,43,-9,55v43,-59,143,-14,136,55v0,46,-32,88,-90,88v-95,1,-122,-136,-68,-229v17,-22,44,-34,72,-34v60,0,75,42,75,56v0,8,-7,18,-19,18xm113,-30v28,0,40,-27,40,-53v0,-34,-19,-51,-41,-51v-14,0,-43,11,-43,49v0,25,15,55,44,55"},"7":{"d":"65,-24v-2,-46,65,-176,85,-190r-94,0v-6,0,-29,1,-29,-21v0,-20,16,-20,29,-20r106,0v24,0,43,0,43,22v0,9,-2,12,-25,41v-35,45,-51,91,-67,171v-2,8,-5,25,-24,25v-6,0,-24,-2,-24,-28"},"8":{"d":"189,-192v2,24,-20,47,-35,53v70,27,57,147,-47,143v-72,0,-91,-47,-91,-78v0,-47,33,-60,44,-65v-55,-21,-46,-124,45,-120v75,0,84,52,84,67xm107,-121v-20,0,-43,13,-43,45v0,31,22,47,43,47v23,0,43,-17,43,-47v0,-29,-20,-45,-43,-45xm107,-226v-25,0,-38,18,-38,36v0,23,17,36,38,36v20,0,37,-14,37,-36v0,-18,-14,-36,-37,-36"},"9":{"d":"41,-70v33,4,17,39,56,40v11,0,30,-4,41,-31v6,-18,8,-43,9,-55v-16,19,-34,28,-58,28v-49,0,-78,-41,-78,-83v0,-46,32,-88,89,-88v96,-1,124,137,68,229v-17,22,-43,34,-71,34v-60,0,-75,-41,-75,-55v0,-9,7,-19,19,-19xm99,-225v-28,0,-40,27,-40,53v0,34,19,51,40,51v15,0,44,-11,44,-49v0,-25,-16,-55,-44,-55"},":":{"d":"83,-22v0,14,-12,26,-26,26v-15,0,-27,-12,-27,-26v0,-15,12,-27,27,-27v14,0,26,12,26,27xm83,-165v0,15,-12,27,-26,27v-15,0,-27,-12,-27,-27v0,-14,12,-26,27,-26v14,0,26,12,26,26","w":112},";":{"d":"83,-165v0,15,-12,27,-26,27v-15,0,-27,-12,-27,-27v0,-14,12,-26,27,-26v14,0,26,12,26,26xm30,45v0,-19,26,-13,27,-40v-15,0,-28,-11,-28,-27v0,-16,14,-27,28,-27v15,0,30,12,30,40v0,39,-30,66,-46,66v-8,0,-11,-7,-11,-12","w":112},"<":{"d":"193,-225r0,49r-123,49r123,48r0,49r-176,-76r0,-42","w":209},"=":{"d":"195,-143r-180,0r0,-46r180,0r0,46xm195,-66r-180,0r0,-46r180,0r0,46","w":209},">":{"d":"17,-29r0,-50r123,-48r-123,-48r0,-50r176,77r0,42","w":209},"?":{"d":"106,-225v-52,0,-27,50,-67,58v-14,0,-23,-12,-23,-22v0,-16,17,-73,91,-73v52,0,84,33,84,70v12,35,-65,66,-70,109v-1,5,-4,19,-21,19v-15,1,-23,-13,-22,-26v-6,-44,61,-66,65,-102v0,-16,-13,-33,-37,-33xm128,-22v0,14,-12,26,-27,26v-14,0,-26,-12,-26,-26v0,-15,12,-27,26,-27v15,0,27,12,27,27","w":206},"@":{"d":"312,-3r38,0v-29,58,-92,79,-156,79v-58,0,-152,-16,-177,-115v-5,-20,-6,-36,-6,-46v0,-81,51,-177,180,-177v96,0,150,61,150,135v0,60,-45,127,-117,127v-26,0,-30,-14,-32,-20v-4,5,-20,20,-48,20v-42,0,-67,-33,-67,-73v-7,-66,77,-163,142,-94r4,-19r46,0r-29,141v0,9,7,9,7,9v17,0,61,-37,61,-93v0,-39,-25,-101,-118,-101v-122,0,-147,98,-147,148v0,55,33,126,149,126v81,0,109,-33,120,-47xm122,-76v-2,15,10,44,32,44v41,0,55,-62,55,-86v0,-10,-4,-41,-33,-41v-41,0,-54,59,-54,83","w":352},"A":{"d":"181,-61r-105,0v-10,21,-16,69,-41,65v-28,-3,-30,-26,-18,-50r67,-167v14,-36,12,-44,44,-49v24,-3,38,26,46,49r67,166v13,24,12,47,-18,51v-24,4,-32,-44,-42,-65xm90,-101r77,0r-39,-106","w":258},"B":{"d":"242,-73v0,54,-33,74,-104,73v-49,-6,-111,23,-111,-44r0,-170v-11,-68,66,-37,116,-44v63,-1,87,22,87,65v0,39,-30,53,-39,57v15,4,51,16,51,63xm189,-77v-12,-56,-62,-30,-110,-36r0,73r57,0v14,0,53,0,53,-37xm79,-217r0,64v44,-5,90,17,100,-33v-5,-46,-58,-27,-100,-31","w":258},"C":{"d":"71,-126v-3,58,28,88,69,89v37,0,54,-24,61,-44v2,-26,47,-33,47,0v0,39,-39,89,-106,85v-89,1,-120,-59,-124,-133v0,-82,51,-133,124,-133v74,0,105,54,105,78v0,9,-7,23,-23,23v-13,0,-17,-7,-28,-28v-40,-58,-130,-37,-125,63","w":266},"D":{"d":"28,-214v-11,-63,53,-39,101,-44v27,0,68,1,97,43v41,66,25,152,-16,190v-14,23,-86,28,-138,25v-36,0,-46,-4,-44,-44r0,-170xm80,-217r0,177r40,0v27,0,76,0,76,-89v0,-41,-12,-58,-22,-71v-14,-19,-56,-17,-94,-17","w":266},"E":{"d":"222,-238v-1,16,-11,23,-33,21r-109,0r0,63r100,0v22,-1,30,3,33,19v-2,17,-12,22,-33,21r-100,0r0,74r113,0v23,-2,31,2,34,19v-1,17,-13,23,-34,21r-121,0v-40,0,-43,-5,-44,-44r0,-170v0,-41,5,-43,44,-44r117,0v23,0,30,2,33,20","w":240},"F":{"d":"207,-238v-2,17,-11,23,-34,21r-94,0r0,65v38,5,104,-16,110,20v-6,39,-72,14,-110,21r0,72v0,15,2,43,-26,43v-27,0,-26,-25,-26,-43r0,-175v0,-41,5,-43,44,-44r102,0v22,-1,31,3,34,20","w":217},"G":{"d":"71,-131v-4,45,28,99,78,94v31,0,54,-12,66,-18r0,-40v-28,-2,-72,8,-69,-20v5,-38,49,-14,82,-20v43,-7,36,36,36,73v0,17,-1,26,-9,32v-14,11,-53,34,-105,34v-91,0,-132,-60,-132,-133v0,-69,37,-133,134,-133v87,0,104,58,104,69v0,12,-11,23,-25,23v-14,0,-18,-6,-27,-21v-12,-19,-29,-30,-56,-30v-56,0,-77,46,-77,90","w":285},"H":{"d":"54,-262v40,0,22,66,26,106r113,0v5,-40,-16,-106,26,-106v21,2,28,15,26,43r0,180v0,30,-2,43,-26,43v-43,0,-21,-76,-26,-119r-113,0v-6,42,18,119,-25,119v-21,0,-29,-14,-27,-43r0,-180v-1,-30,3,-40,26,-43","w":273},"I":{"d":"56,-262v21,2,28,15,26,43r0,180v1,30,-3,40,-25,43v-21,-2,-29,-14,-27,-43r0,-180v-1,-30,4,-40,26,-43","w":112},"J":{"d":"31,-103v37,-1,13,67,60,66v28,0,35,-24,35,-51r0,-131v-1,-27,2,-43,26,-43v20,0,27,15,25,43v-6,78,20,148,-22,201v-14,18,-38,22,-64,22v-78,0,-84,-63,-84,-82v0,-24,21,-25,24,-25","w":206},"K":{"d":"54,-262v44,2,20,78,26,122r103,-107v11,-22,53,-17,52,7v0,6,-2,14,-12,23r-64,60r74,105v16,18,26,55,-10,56v-21,0,-29,-17,-38,-31r-62,-95r-43,41v-2,36,11,84,-25,85v-22,0,-28,-19,-27,-43r0,-180v-1,-27,3,-41,26,-43","w":266},"L":{"d":"53,-262v21,2,29,15,26,43r0,179r97,0v24,0,32,2,35,19v-1,17,-12,22,-35,21r-105,0v-41,0,-43,-5,-44,-44r0,-175v-1,-30,3,-40,26,-43","w":217},"M":{"d":"250,4v-19,0,-26,-14,-24,-40r0,-167r-41,164v-5,39,-27,54,-56,35v-8,-5,-9,-15,-14,-35r-41,-164r0,167v1,27,-2,37,-24,40v-20,-1,-26,-13,-24,-40r0,-187v0,-37,18,-35,48,-35v29,0,31,6,39,35r37,141r37,-141v6,-36,19,-35,55,-35v20,0,32,13,32,35r0,187v0,28,-1,40,-24,40","w":299},"N":{"d":"29,-211v-9,-49,27,-61,53,-41r114,173r0,-153v-2,-11,8,-32,24,-30v21,2,27,14,25,41r0,172v0,17,3,53,-31,53v-16,0,-22,-6,-39,-32r-98,-148r0,140v1,27,0,40,-24,40v-19,0,-26,-14,-24,-40r0,-175","w":273},"O":{"d":"141,-262v105,0,128,81,128,133v0,58,-27,133,-126,133v-99,0,-126,-75,-126,-132v0,-74,38,-134,124,-134xm69,-129v-3,48,28,94,73,92v17,0,74,-8,74,-92v0,-50,-23,-92,-73,-92v-20,0,-74,9,-74,92","w":285},"P":{"d":"225,-182v5,65,-64,92,-145,82v-6,41,18,104,-26,104v-23,0,-27,-14,-26,-43r0,-175v-10,-62,52,-40,101,-44v18,0,41,2,52,7v41,16,44,56,44,69xm172,-179v5,-41,-47,-40,-92,-38r0,76v42,-3,86,15,92,-38","w":240},"Q":{"d":"236,-32v5,6,50,23,47,37v-12,42,-51,3,-77,-14v-25,13,-55,13,-63,13v-99,0,-126,-75,-126,-132v0,-74,38,-134,124,-134v104,0,128,78,128,133v0,9,0,61,-33,97xm169,-42v-5,-8,-46,-20,-42,-32v7,-32,60,7,68,14v29,-41,30,-97,-2,-140v-16,-17,-37,-21,-52,-21v-12,0,-72,5,-72,92v-4,58,43,109,100,87","w":285},"R":{"d":"172,-116v34,19,59,62,71,99v0,10,-10,21,-26,21v-44,-6,-68,-129,-119,-114r-18,0r0,71v0,18,1,43,-27,43v-25,0,-25,-23,-25,-43r0,-175v-12,-68,67,-37,117,-44v49,-3,95,23,93,72v0,55,-49,66,-66,70xm185,-184v5,-45,-59,-31,-105,-33r0,70v46,-3,99,15,105,-37","w":258},"S":{"d":"189,-175v-35,0,-16,-51,-71,-50v-22,0,-45,10,-45,30v0,23,29,33,56,36v127,12,126,164,-7,163v-89,0,-103,-61,-103,-76v0,-10,8,-22,24,-22v36,0,16,62,77,60v25,0,53,-11,53,-38v3,-47,-110,-42,-124,-66v-51,-43,-18,-133,72,-124v77,0,92,49,92,63v0,10,-8,24,-24,24","w":240},"T":{"d":"222,-238v0,32,-51,18,-83,21r0,178v1,28,-3,43,-26,43v-22,0,-29,-15,-26,-43r0,-178v-32,-3,-83,12,-84,-21v1,-16,14,-22,36,-20r147,0v23,-1,36,3,36,20","w":225},"U":{"d":"54,-262v22,2,28,14,26,43r0,115v0,23,1,67,58,67v55,0,55,-44,55,-66r0,-116v0,-30,2,-39,26,-43v21,2,28,15,26,43r0,112v0,31,0,111,-104,111v-37,0,-76,-5,-99,-42v-24,-47,-11,-116,-14,-181v-1,-30,3,-39,26,-43","w":273},"V":{"d":"125,-55r58,-174v2,-39,49,-42,54,-10v-18,67,-47,131,-69,195v-11,42,-30,57,-67,41v-8,-6,-12,-17,-21,-41r-62,-167v-12,-28,-9,-45,18,-51v19,0,23,12,30,34","w":247},"W":{"d":"169,-195r-42,155v-7,26,-12,44,-37,44v-26,0,-30,-18,-37,-46r-47,-197v0,-11,10,-23,25,-23v20,0,23,15,27,36r35,150v17,-57,28,-127,51,-176v6,-11,42,-13,49,0v24,48,34,121,52,176r34,-150v-2,-42,48,-46,52,-13v-12,70,-32,130,-47,197v-6,28,-11,46,-36,46v-25,0,-30,-18,-37,-44","w":337},"X":{"d":"77,-133v-20,-36,-51,-66,-63,-109v0,-12,10,-20,23,-20v34,7,50,67,72,93r41,-63v18,-27,20,-30,34,-30v32,0,20,41,8,52r-51,76v19,33,59,80,69,116v0,11,-8,22,-24,22v-15,0,-19,-7,-33,-28r-45,-71r-49,73v-12,19,-16,26,-31,26v-6,0,-20,-2,-20,-21v8,-40,50,-82,69,-116","w":217},"Y":{"d":"112,4v-43,0,-21,-72,-26,-113v-22,-38,-65,-91,-78,-131v0,-13,11,-22,24,-22v14,0,18,7,32,30r49,78r62,-99v13,-18,42,-7,42,13v-15,44,-56,91,-79,131v-5,42,16,112,-26,113","w":225},"Z":{"d":"49,0v-48,3,-63,-28,-28,-60r133,-157r-105,0v-22,0,-30,-3,-33,-21v1,-15,12,-22,33,-20r132,0v15,0,34,0,34,28v0,15,-5,22,-24,44r-123,146r127,0v21,-1,32,3,33,20v-1,16,-13,22,-33,20r-146,0","w":232},"[":{"d":"123,-243v1,23,-28,17,-52,18r0,255v24,1,52,-6,52,19v0,25,-32,18,-57,19v-34,0,-41,-7,-40,-44r0,-243v-7,-50,25,-42,67,-43v21,0,28,1,30,19","w":127},"\\":{"d":"8,-226v-5,-21,-5,-35,15,-36v13,0,16,7,21,28r52,223v0,2,0,15,-18,15v-13,0,-16,-7,-20,-28","w":101},"]":{"d":"4,49v-1,-22,28,-19,53,-19r0,-255v-24,-1,-53,5,-53,-18v-1,-24,32,-19,58,-19v34,-1,40,7,39,44r0,242v7,52,-25,43,-66,44v-21,1,-29,-3,-31,-19","w":127},"^":{"d":"20,-122r66,-140r39,0r65,140r-50,0r-35,-86r-34,86r-51,0","w":209},"_":{"d":"-2,45r0,-18r184,0r0,18r-184,0","w":180},"a":{"d":"107,-191v126,-7,63,105,92,176v-7,31,-45,18,-53,-8v-20,16,-41,27,-67,27v-50,0,-65,-32,-65,-54v0,-66,71,-50,129,-71v-1,-17,-2,-37,-35,-37v-5,0,-35,0,-42,18v-9,21,-39,27,-43,1v9,-39,31,-51,84,-52xm143,-92v-29,11,-88,13,-81,39v4,38,69,30,78,-4v4,-11,3,-25,3,-35"},"b":{"d":"21,-222v-4,-26,7,-40,23,-40v42,3,17,64,24,101v12,-12,29,-30,63,-30v56,0,80,47,80,95v0,55,-27,100,-80,100v-36,0,-52,-19,-63,-32v0,14,1,30,-23,32v-19,0,-26,-13,-24,-37r0,-189xm118,-32v27,0,45,-17,45,-62v0,-41,-21,-60,-45,-60v-28,0,-47,24,-47,63v0,42,24,59,47,59","w":225},"c":{"d":"111,-31v38,4,43,-45,65,-45v14,0,21,13,21,21v0,19,-25,59,-86,59v-83,0,-96,-64,-96,-96v0,-46,24,-99,97,-99v54,0,82,36,82,56v0,12,-10,21,-21,21v-29,-7,-27,-43,-62,-40v-37,0,-48,36,-48,61v0,28,15,63,48,62"},"d":{"d":"204,-33v2,23,-5,37,-24,37v-25,-2,-24,-19,-24,-32v-11,13,-27,32,-63,32v-53,0,-80,-45,-80,-100v0,-48,24,-95,80,-95v35,0,52,18,63,30v6,-38,-18,-97,24,-101v15,0,24,15,24,40r0,189xm62,-94v0,46,18,56,44,62v23,0,47,-17,47,-59v0,-39,-18,-63,-47,-63v-24,0,-44,19,-44,60","w":225},"e":{"d":"113,-27v39,-1,43,-35,67,-35v8,0,16,6,16,14v0,16,-23,52,-82,52v-14,0,-37,-2,-56,-13v-39,-23,-42,-69,-42,-84v0,-51,28,-98,94,-98v69,0,88,55,88,81v0,29,-23,29,-39,29r-95,0v1,41,29,54,49,54xm152,-109v3,-50,-64,-67,-81,-25v-4,8,-6,18,-7,25r88,0"},"f":{"d":"-3,-170v-1,-14,17,-18,35,-16v0,-43,-2,-74,59,-76v36,0,46,8,46,20v2,17,-20,19,-34,14v-28,2,-22,21,-23,42v17,1,36,-4,39,16v-2,23,-21,17,-39,18r0,117v0,9,3,39,-24,39v-23,0,-24,-19,-24,-39r0,-117v-17,-1,-31,6,-35,-18","w":119},"g":{"d":"41,8v24,1,25,38,63,34v52,-6,47,-13,50,-74v-7,10,-23,32,-60,32v-54,0,-80,-47,-80,-98v0,-59,34,-93,79,-93v38,0,55,23,63,33v-3,-24,14,-36,23,-33v14,-4,26,22,23,41v-5,75,18,152,-20,202v-16,21,-50,24,-74,24v-64,0,-87,-31,-87,-48v0,-13,10,-20,20,-20xm108,-154v-32,-2,-47,31,-45,60v0,57,38,57,44,57v11,1,47,-5,47,-57v0,-37,-18,-60,-46,-60","w":225},"h":{"d":"72,-162v28,-44,134,-40,123,45r0,88v0,10,0,33,-25,33v-23,0,-23,-22,-23,-33r0,-77v0,-16,0,-47,-33,-47v-33,8,-42,14,-42,65v0,37,16,87,-24,92v-24,0,-24,-21,-24,-36r0,-190v-1,-27,2,-37,23,-40v38,-1,21,63,25,100","w":217},"i":{"d":"49,-191v21,0,25,17,24,39r0,117v1,27,-3,36,-24,39v-19,-2,-26,-12,-24,-39r0,-116v-1,-27,3,-40,24,-40xm72,-237v0,13,-10,24,-23,24v-13,0,-23,-11,-23,-24v0,-12,10,-23,23,-23v13,0,23,11,23,23","w":97},"j":{"d":"18,76v-5,1,-48,-2,-44,-24v3,-40,60,11,52,-53r0,-150v-2,-28,2,-36,23,-40v19,3,26,13,24,40r0,150v0,28,4,77,-55,77xm72,-237v0,13,-10,24,-23,24v-13,0,-23,-11,-23,-24v0,-12,10,-23,23,-23v13,0,23,11,23,23","w":97},"k":{"d":"53,-262v21,0,24,15,23,41r0,105v25,-21,52,-65,82,-75v35,3,17,39,1,48r-25,24v19,33,46,63,59,101v-2,29,-41,27,-49,0r-42,-69r-26,24v-1,32,7,68,-25,67v-19,-3,-25,-13,-23,-41r0,-183v0,-24,1,-42,25,-42","w":206},"l":{"d":"49,-262v19,0,26,15,24,40r0,187v1,27,-3,36,-24,39v-19,-2,-26,-12,-24,-39r0,-187v-1,-28,2,-40,24,-40","w":97},"m":{"d":"179,-161v38,-54,126,-33,118,41v-6,43,18,120,-24,124v-40,-1,-19,-72,-24,-111v0,-23,0,-46,-28,-46v-49,0,-35,66,-37,116v2,27,-5,40,-25,41v-41,-6,-23,-68,-23,-107v0,-28,0,-50,-27,-50v-58,5,-34,66,-39,116v1,27,-2,41,-24,41v-20,0,-26,-16,-24,-41r0,-116v-1,-27,3,-36,23,-38v17,0,24,15,23,30v33,-52,98,-26,111,0","w":318},"n":{"d":"46,-191v18,0,23,17,22,33v12,-26,88,-55,116,-6v19,39,6,80,10,129v1,26,-3,39,-24,39v-39,0,-20,-69,-24,-108v0,-17,1,-49,-32,-49v-51,-2,-43,61,-43,118v1,26,-3,36,-24,39v-18,-2,-26,-14,-24,-39r0,-119v-1,-24,4,-35,23,-37","w":217},"o":{"d":"204,-93v0,54,-34,97,-94,97v-137,-3,-125,-195,-1,-195v66,0,95,48,95,98xm156,-93v0,-40,-19,-62,-47,-62v-28,0,-47,22,-47,62v0,40,19,62,47,62v28,0,47,-22,47,-62","w":217},"p":{"d":"20,-154v-3,-23,5,-37,24,-37v25,2,24,19,24,32v10,-12,27,-32,62,-32v53,0,81,46,81,100v0,49,-25,95,-80,95v-35,0,-52,-18,-63,-30v-6,38,18,98,-24,102v-16,0,-27,-15,-24,-40r0,-190xm162,-92v1,-47,-18,-62,-44,-62v-24,0,-47,17,-47,59v0,38,18,63,47,63v23,0,44,-19,44,-60","w":225},"q":{"d":"206,36v3,25,-8,40,-24,40v-42,-4,-18,-65,-24,-102v-11,12,-28,30,-63,30v-56,0,-80,-46,-80,-95v0,-54,27,-100,80,-100v36,0,52,20,63,32v0,-13,-1,-29,24,-32v18,0,26,15,24,37r0,190xm108,-154v-26,0,-45,16,-44,62v0,41,20,60,44,60v29,0,47,-25,47,-63v0,-42,-24,-59,-47,-59","w":225},"r":{"d":"49,4v-20,-3,-27,-12,-25,-39r0,-123v0,-9,0,-33,24,-33v22,0,23,21,23,30v8,-14,17,-30,42,-30v9,0,43,6,43,28v-4,29,-26,17,-49,14v-38,-2,-35,64,-35,112v1,28,-2,37,-23,41","w":157},"s":{"d":"61,-141v3,34,125,22,118,83v0,45,-37,62,-83,62v-68,0,-81,-38,-81,-51v0,-11,8,-19,20,-19v31,7,16,39,65,39v19,0,32,-9,32,-22v0,-18,-20,-24,-41,-28v-29,-7,-74,-19,-74,-58v0,-15,11,-56,77,-56v53,0,76,28,76,44v0,9,-6,19,-20,19v-19,0,-24,-34,-59,-32v-9,0,-30,3,-30,19","w":195},"t":{"d":"81,-186v21,0,38,-2,38,16v0,22,-22,18,-38,18r0,89v0,17,-1,31,16,31v19,-4,37,-5,38,13v0,23,-40,23,-50,23v-52,0,-52,-33,-52,-64r0,-92v-19,4,-32,-14,-28,-17v3,-21,17,-16,28,-17v2,-32,-9,-71,24,-70v29,0,24,38,24,70","w":127},"u":{"d":"194,-33v0,18,-1,37,-22,37v-20,0,-23,-17,-23,-33v-8,28,-97,52,-117,6v-17,-38,-6,-80,-9,-128v-1,-26,2,-40,24,-40v59,0,-14,153,57,158v33,-10,44,-10,42,-70v3,-35,-11,-88,24,-88v19,1,26,14,24,40r0,118","w":217},"v":{"d":"98,-51r41,-115v3,-30,44,-31,46,-5v-17,55,-43,121,-68,167v-21,17,-45,4,-54,-28v-13,-46,-40,-90,-53,-138v0,-9,8,-21,23,-21v16,0,20,12,26,30","w":195},"w":{"d":"86,-54v13,-40,23,-93,39,-127v22,-22,53,-2,53,28r29,99r31,-107v0,-34,42,-40,46,-10v-13,55,-35,120,-57,166v-22,21,-45,1,-54,-30r-27,-94v-12,39,-21,91,-38,123v-21,21,-55,4,-55,-27r-45,-138v0,-9,9,-20,22,-20v16,0,19,12,24,30","w":292},"x":{"d":"94,-66v-20,21,-31,63,-63,70v-23,-5,-28,-19,-12,-40r44,-62v-16,-26,-38,-42,-49,-74v0,-11,9,-19,22,-19v30,0,39,44,58,62v18,-19,29,-58,58,-62v24,5,29,19,11,41r-39,52v15,25,45,58,54,84v-8,23,-32,27,-49,-1","w":187},"y":{"d":"73,0r-64,-169v0,-10,10,-22,23,-22v14,0,20,11,25,26r41,118r38,-110v4,-42,44,-41,49,-14v-18,67,-46,124,-68,187v-14,37,-25,60,-72,60v-18,0,-41,-2,-41,-22v-1,-14,17,-18,33,-15v24,1,28,-20,36,-39","w":195},"z":{"d":"130,-186v37,-1,38,0,44,21v0,8,-2,11,-19,29r-88,99r86,0v14,0,31,0,31,18v0,20,-18,19,-31,19r-112,0v-41,3,-48,-24,-21,-48r91,-103r-71,0v-13,0,-30,0,-30,-17v1,-15,11,-19,30,-18r90,0","w":187},"{":{"d":"95,-191v-1,72,-5,75,-33,98v30,18,31,39,32,80v2,46,-3,37,21,46v21,5,24,45,-10,43v-9,0,-29,-1,-44,-19v-25,-26,4,-110,-31,-125v-27,-12,-27,-36,0,-50v19,-10,19,-29,19,-59v-2,-56,6,-80,55,-85v14,0,27,4,27,21v0,19,-11,21,-23,22v-13,2,-13,17,-13,28","w":138},"|":{"d":"51,76v-16,-2,-22,-11,-20,-33r0,-272v-1,-23,2,-30,19,-33v17,1,21,11,20,33r0,272v1,22,-3,30,-19,33","w":101},"}":{"d":"44,5v1,-71,5,-76,33,-98v-30,-19,-31,-40,-33,-80v-3,-47,4,-37,-21,-47v-5,0,-15,-5,-15,-20v2,-31,47,-29,69,-3v27,24,-3,111,32,125v27,11,25,38,0,50v-18,11,-19,28,-19,58v2,57,-8,80,-55,86v-14,0,-27,-4,-27,-22v0,-18,11,-20,23,-22v12,-2,13,-17,13,-27","w":138},"~":{"d":"146,-92v-52,-2,-89,-55,-134,1r0,-46v68,-77,117,51,186,-25r0,47v-3,4,-24,23,-52,23","w":209},"\u00a1":{"d":"86,-165v0,15,-11,27,-26,27v-15,0,-27,-12,-27,-27v0,-14,12,-26,27,-26v15,0,26,12,26,26xm34,37v1,-41,6,-73,8,-112v1,-11,3,-33,19,-33v16,0,17,22,18,33r7,115v0,8,0,36,-27,36v-25,0,-25,-26,-25,-39","w":119},"\u00a2":{"d":"173,-116v-20,0,-25,-29,-37,-32r-36,116v43,13,54,-42,76,-44v13,0,21,12,21,21v6,22,-46,69,-108,58r-16,49v0,17,-21,22,-24,6v4,-18,14,-43,19,-61v-47,-20,-53,-68,-53,-88v3,-61,32,-108,112,-99r17,-53v1,-6,4,-14,13,-14v12,0,12,9,8,20r-16,52v32,12,45,37,45,49v0,11,-9,20,-21,20xm81,-44r34,-110v-22,-4,-47,5,-51,61v0,6,0,34,17,49"},"\u00a3":{"d":"174,-172v-39,0,-14,-56,-60,-56v-42,0,-44,43,-27,83v23,2,56,-8,56,17v0,23,-29,14,-49,16v0,22,-4,36,-37,73v39,-13,103,9,138,-7v8,0,20,7,20,21v0,26,-51,29,-57,29v-27,0,-61,-15,-82,-15v-28,-1,-65,37,-73,-6v3,-23,62,-52,43,-95v-19,-1,-43,4,-41,-16v2,-21,18,-16,33,-17v-29,-64,12,-117,73,-117v86,0,86,68,86,68v0,11,-10,22,-23,22"},"\u00a5":{"d":"90,-78r0,-25v-25,-3,-60,10,-64,-17v2,-22,27,-15,47,-16v-19,-35,-49,-67,-63,-106v4,-30,38,-24,47,3r57,89r60,-99v9,-19,40,-18,41,6v-12,40,-42,71,-60,107v20,1,45,-6,47,16v-4,28,-39,14,-64,17r0,25v25,3,60,-10,64,16v-4,28,-39,14,-64,17v0,22,3,47,-24,49v-27,-2,-24,-28,-24,-49v-25,-3,-60,10,-64,-17v4,-26,39,-13,64,-16","w":225},"\u00a7":{"d":"163,-193v-20,1,-29,-38,-56,-33v-48,5,-31,40,-1,51v41,27,90,36,94,89v0,24,-13,41,-35,53v48,38,15,112,-53,109v-68,0,-86,-46,-86,-62v0,-8,7,-22,23,-22v25,-1,22,52,61,48v24,0,32,-16,32,-26v-10,-45,-127,-57,-128,-124v0,-33,28,-48,37,-52v-39,-37,-26,-98,54,-100v51,0,78,31,78,50v0,13,-12,19,-20,19xm75,-143v-20,9,-33,38,-1,53v4,2,48,30,60,36v20,-11,30,-37,4,-51v-17,-9,-61,-37,-63,-38"},"\u00a4":{"d":"31,-165v-19,-11,-19,-43,6,-45v10,0,16,5,25,14v11,-12,64,-12,75,0v13,-19,44,-19,45,7v0,10,-6,16,-14,24v11,12,11,62,0,74v18,11,20,44,-6,45v-10,0,-16,-6,-25,-14v-11,12,-64,12,-75,0v-13,19,-43,19,-45,-7v0,-11,5,-16,14,-24v-11,-12,-11,-62,0,-74xm64,-128v0,20,16,35,35,35v20,0,36,-15,36,-35v0,-20,-16,-36,-36,-36v-19,0,-35,16,-35,36","w":198},"'":{"d":"26,-166v-7,-27,-12,-56,-10,-92r54,0v2,35,-2,64,-8,92r-36,0","w":86},"\u00ab":{"d":"144,-92v12,22,29,41,39,66v-7,20,-24,23,-38,-2v-11,-24,-53,-54,-31,-82v16,-21,25,-52,52,-63v13,1,24,16,10,30xm63,-92v13,22,30,40,39,66v-7,20,-24,23,-38,-2v-11,-24,-51,-52,-31,-82v18,-20,26,-52,52,-63v14,1,25,16,10,30"},"\u00b7":{"d":"83,-127v0,14,-12,26,-26,26v-15,0,-27,-12,-27,-26v0,-15,12,-27,27,-27v14,0,26,12,26,27","w":112},"\u00b6":{"d":"1,-184v-2,-45,40,-74,94,-74r106,0r0,39r-21,0r0,290r-39,0r0,-290r-31,0r0,290r-39,0r0,-184v-62,-5,-70,-52,-70,-71","w":202},"\u00bb":{"d":"70,-92v-13,-22,-30,-40,-39,-66v7,-20,24,-23,38,2v11,24,53,54,31,82v-16,21,-25,52,-52,63v-13,-1,-24,-16,-10,-30xm150,-92v-12,-22,-29,-41,-38,-66v6,-20,24,-22,37,2v10,25,53,53,31,82v-17,20,-25,53,-51,63v-14,-1,-21,-13,-11,-30"},"\u00bf":{"d":"100,38v52,-1,28,-49,67,-58v14,0,23,12,23,22v0,17,-17,74,-90,74v-53,0,-85,-34,-85,-70v-12,-35,64,-67,71,-110v1,-5,3,-18,21,-18v14,-1,22,13,21,26v7,43,-61,66,-65,101v0,17,14,33,37,33xm78,-164v0,-15,12,-27,27,-27v15,0,26,12,26,27v0,14,-11,26,-26,26v-15,0,-27,-12,-27,-26","w":206},"`":{"d":"80,-210v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18","w":119},"\u00b4":{"d":"107,-257v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":119},"\u00af":{"d":"-4,-222r0,-25r128,0r0,25r-128,0","w":119},"\u00a8":{"d":"46,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm114,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":119},"\u00b8":{"d":"38,17v1,-5,2,-13,25,-13v30,0,46,20,46,36v0,11,-10,32,-55,32v-5,0,-35,0,-35,-11v1,-21,58,5,59,-22v0,-3,-2,-13,-19,-13v-10,2,-24,4,-21,-9","w":119},"\u00c6":{"d":"205,0v-48,6,-42,-22,-43,-62r-92,0v-15,24,-14,60,-49,66v-15,3,-32,-25,-15,-43r86,-187v19,-33,6,-29,49,-32r166,0v20,-2,32,5,33,20v-1,16,-12,22,-33,21r-94,0r0,63r85,0v21,-1,32,3,32,20v-1,17,-12,21,-32,20r-85,0r0,74r97,0v22,-2,34,3,34,19v0,17,-12,23,-34,21r-105,0xm87,-103r75,0r0,-117r-24,0","w":356},"\u00aa":{"d":"68,-262v81,-5,41,62,61,106v-4,19,-29,17,-37,-1v-20,24,-93,16,-86,-20v-4,-39,68,-36,82,-43v-1,-9,-1,-18,-20,-18v-30,-1,-22,20,-41,22v-8,0,-15,-4,-15,-13v0,-5,4,-33,56,-33xm89,-198v-13,5,-46,3,-48,19v2,21,39,16,45,-2v2,-6,3,-13,3,-17","w":135},"\u0141":{"d":"53,-262v39,-1,23,60,26,100v15,-13,48,-48,57,-12v-7,22,-41,38,-57,55r0,79r97,0v24,0,32,2,35,19v-1,17,-12,22,-35,21r-105,0v-55,8,-42,-31,-44,-76v-8,11,-30,0,-28,-12v-1,-9,20,-22,28,-30r0,-101v-1,-30,3,-40,26,-43","w":217},"\u00d8":{"d":"223,-238v16,-17,39,-36,47,-12v5,5,-13,26,-24,36v44,79,32,217,-103,218v-23,0,-55,-4,-81,-24v-10,12,-24,26,-33,24v-8,0,-12,-7,-12,-14v0,-5,0,-11,16,-28r7,-6v-52,-87,-18,-222,101,-218v34,0,61,8,82,24xm77,-83r113,-120v-24,-20,-65,-29,-97,2v-31,34,-27,83,-16,118xm208,-174r-113,119v17,15,36,18,47,18v16,0,74,-7,74,-92v0,-25,-5,-39,-8,-45","w":285},"\u0152":{"d":"350,-135v-4,37,-74,15,-113,21r0,74r93,0v22,-1,34,3,34,19v0,18,-10,22,-34,21r-96,0v-26,0,-42,0,-42,-31v-9,11,-26,35,-71,35v-81,0,-107,-70,-107,-133v0,-69,29,-133,104,-133v45,0,63,22,74,34v0,-30,17,-30,43,-30v42,5,117,-16,124,20v-6,40,-81,14,-122,21r0,63v38,5,107,-15,113,19xm128,-37v47,0,63,-47,59,-103v0,-15,0,-81,-59,-81v-62,0,-61,76,-61,91v-1,44,14,94,61,93","w":371},"\u00ba":{"d":"133,-202v0,32,-22,60,-63,60v-90,0,-82,-122,-1,-120v45,0,64,30,64,60xm98,-202v0,-22,-12,-34,-29,-34v-17,0,-28,12,-28,34v0,22,11,34,28,34v17,0,29,-12,29,-34","w":138},"\u00e6":{"d":"233,-28v42,0,45,-36,67,-36v9,0,17,7,17,16v0,7,-13,52,-82,52v-49,0,-66,-18,-76,-30v-11,9,-38,30,-79,30v-54,0,-65,-36,-65,-53v10,-72,76,-48,126,-72v4,-24,-13,-37,-34,-37v-51,0,-28,41,-66,41v-14,0,-19,-10,-19,-19v0,-9,4,-55,86,-55v41,0,54,14,61,21v14,-11,30,-21,59,-21v73,0,90,58,90,80v-2,30,-12,28,-43,29r-89,0v2,34,19,54,47,54xm186,-109r87,0v-2,-28,-14,-49,-43,-49v-30,0,-44,26,-44,49xm94,-27v32,1,53,-26,47,-65v-19,10,-77,7,-78,39v0,10,7,26,31,26","w":333},"\u0131":{"d":"49,-191v21,0,25,17,24,39r0,117v1,27,-3,36,-24,39v-19,-2,-26,-12,-24,-39r0,-116v-1,-27,3,-40,24,-40","w":97},"\u0142":{"d":"49,-262v37,0,21,59,24,96v8,-8,24,-8,25,6v1,10,-18,20,-25,28r0,97v1,27,-3,36,-24,39v-38,1,-20,-60,-24,-97v-8,10,-23,10,-25,-5v-1,-9,18,-20,25,-27r0,-97v-1,-28,2,-37,24,-40","w":97},"\u00f8":{"d":"48,-15v-12,12,-31,35,-38,9v-2,-7,12,-21,20,-27v-35,-54,-13,-165,78,-158v22,0,45,7,62,19v9,-10,32,-34,37,-8v2,9,-14,19,-20,26v40,69,9,158,-78,158v-23,0,-46,-7,-61,-19xm153,-120r-76,76v33,29,82,7,79,-49v0,-14,-3,-23,-3,-27xm65,-68r75,-75v-27,-25,-78,-6,-78,49v0,14,2,23,3,26","w":217},"\u0153":{"d":"331,-109v-1,49,-86,21,-132,28v1,64,65,64,94,32v9,-19,35,-17,36,3v-12,68,-133,57,-154,21v-17,19,-42,29,-68,29v-59,0,-93,-45,-93,-97v0,-39,21,-98,93,-98v34,0,53,15,67,28v9,-9,27,-28,67,-28v72,0,90,56,90,82xm286,-109v-1,-22,-13,-50,-43,-49v-29,0,-45,25,-44,49r87,0xm108,-31v21,0,46,-15,46,-62v0,-23,-7,-62,-46,-62v-64,0,-66,123,0,124","w":344},"\u00df":{"d":"99,-135v-3,-19,55,-88,1,-93v-31,0,-32,32,-32,50r0,143v1,26,-3,39,-23,39v-19,0,-26,-14,-24,-39v6,-73,-17,-166,22,-207v17,-18,45,-20,58,-20v54,0,70,29,70,51v6,12,-28,57,-25,66v5,23,67,62,56,91v0,31,-24,58,-61,58v-34,0,-58,-23,-58,-38v0,-8,7,-18,19,-18v8,-4,28,28,35,22v12,0,22,-11,22,-22v-2,-31,-52,-41,-60,-83"},"\u00f7":{"d":"195,-104r-180,0r0,-46r180,0r0,46xm128,-172r-46,0r0,-45r46,0r0,45xm128,-37r-46,0r0,-45r46,0r0,45","w":209},"\u00be":{"d":"246,-120v10,-19,41,-17,37,10r0,59v10,0,22,0,22,12v0,12,-12,12,-22,12v-1,14,4,29,-15,29v-19,0,-14,-15,-15,-29v-33,1,-96,4,-62,-32xm216,-51r37,0r0,-42xm73,-1r151,-247v4,-17,26,-15,27,-3v-45,89,-104,166,-153,251v-4,13,-23,13,-25,-1xm62,-237v-28,0,-13,20,-35,22v-9,0,-14,-6,-14,-12v0,-12,17,-32,51,-32v50,-3,59,43,33,61v22,10,22,27,22,31v0,20,-19,43,-57,43v-39,0,-53,-27,-53,-38v0,-5,5,-13,15,-13v22,0,8,27,39,29v8,0,24,-5,24,-20v4,-29,-45,-8,-50,-30v0,-20,46,-5,43,-27v0,-7,-7,-14,-18,-14","w":307},"\u00bc":{"d":"246,-120v10,-19,41,-17,37,10r0,59v10,0,22,0,22,12v0,12,-12,12,-22,12v-1,14,4,29,-15,29v-19,0,-14,-15,-15,-29v-33,1,-96,4,-62,-32xm216,-51r37,0r0,-42xm91,-241r0,96v0,4,0,20,-16,20v-17,0,-17,-14,-17,-19r0,-72v-7,5,-46,28,-46,4v0,-8,4,-9,16,-14v33,-12,26,-26,49,-33v10,0,14,8,14,18xm67,-1r151,-247v4,-16,26,-16,27,-3v-47,87,-103,167,-153,251v-4,13,-24,13,-25,-1","w":307},"\u00b9":{"d":"91,-241r0,96v0,4,0,20,-16,20v-17,0,-17,-14,-17,-19r0,-72v-7,5,-46,28,-46,4v0,-8,4,-9,16,-14v33,-12,26,-26,49,-33v10,0,14,8,14,18","w":127},"\u00d7":{"d":"19,-74r54,-53r-54,-53r33,-33r53,54r53,-54r32,32r-53,54r54,53r-33,33r-54,-54r-53,53","w":209},"\u00ae":{"d":"102,-198v75,-1,74,0,86,40v0,15,-9,36,-38,40v19,5,34,43,47,63r-36,0v-14,-25,-31,-71,-59,-59r0,59r-30,0r0,-143r30,0xm157,-156v-2,-25,-23,-19,-55,-20r0,39v24,2,58,0,55,-19xm133,-262v75,0,135,61,135,135v0,74,-61,134,-135,134v-74,0,-134,-60,-134,-134v0,-74,59,-135,134,-135xm134,-236v-61,0,-109,49,-109,109v0,60,49,108,109,108v59,0,108,-49,108,-108v0,-60,-48,-109,-108,-109","w":266},"\u00de":{"d":"225,-132v4,46,-37,87,-96,82r-49,0v0,31,3,54,-26,54v-25,0,-26,-14,-26,-43r0,-180v-1,-29,4,-39,26,-43v27,1,27,23,26,55v34,0,77,-2,101,6v40,16,44,56,44,69xm172,-129v4,-41,-48,-40,-92,-38r0,76v42,-4,86,16,92,-38","w":240},"\u00a6":{"d":"50,76v-35,-5,-13,-70,-19,-107v-1,-22,2,-30,19,-32v36,3,14,70,20,106v1,23,-3,31,-20,33xm51,-123v-36,-3,-14,-70,-20,-106v-1,-23,2,-30,19,-33v36,2,14,70,20,106v1,22,-2,30,-19,33","w":101},"\u00d0":{"d":"130,0v-48,-5,-102,21,-102,-44r0,-68v-13,0,-26,3,-28,-17v2,-19,15,-16,28,-16v5,-49,-22,-120,44,-113v71,8,106,-15,154,43v41,66,25,152,-16,190v-13,12,-35,25,-80,25xm80,-145v22,3,58,-9,58,16v-1,27,-35,14,-58,17r0,72r40,0v27,0,76,0,76,-89v0,-41,-12,-58,-22,-71v-14,-19,-56,-17,-94,-17r0,72","w":266},"\u00bd":{"d":"298,-94v10,21,-56,59,-65,68v25,4,60,-11,68,13v0,13,-13,13,-18,13r-72,0v-9,0,-21,-3,-21,-14v-8,-20,80,-61,75,-79v0,-11,-12,-16,-21,-16v-30,0,-17,26,-39,28v-7,0,-15,-4,-15,-13v0,-9,9,-38,56,-38v47,0,52,29,52,38xm91,-241r0,96v0,4,0,20,-16,20v-17,0,-17,-14,-17,-19r0,-72v-7,5,-46,28,-46,4v0,-8,4,-9,16,-14v33,-12,26,-26,49,-33v10,0,14,8,14,18xm64,-1v46,-87,102,-163,151,-247v3,-18,27,-14,27,-3v-47,87,-103,167,-153,251v-4,12,-24,13,-25,-1","w":307},"\u00e7":{"d":"111,-31v38,4,43,-45,65,-45v14,0,21,13,21,21v0,19,-23,56,-82,59r-1,4v15,-1,38,11,37,29v0,24,-29,36,-58,35v-19,4,-46,-11,-25,-21v17,1,45,9,53,-13v0,-23,-42,-3,-43,-22v0,-8,18,-11,25,-12v-75,-3,-88,-64,-88,-96v0,-46,24,-99,97,-99v54,0,82,36,82,56v0,12,-10,21,-21,21v-29,-7,-27,-43,-62,-40v-37,0,-48,36,-48,61v0,28,15,63,48,62"},"\u00f0":{"d":"73,-246v1,-23,37,-16,47,-3v14,-7,37,-24,40,0v0,7,-6,11,-20,18v38,37,65,84,65,137v0,58,-38,98,-97,98v-62,0,-95,-45,-95,-97v3,-75,60,-103,114,-89v-5,-8,-11,-16,-24,-28v-15,6,-42,29,-46,4v-2,-9,16,-16,26,-22v-3,-3,-10,-9,-10,-18xm61,-91v0,46,28,60,47,60v19,0,48,-13,48,-60v0,-39,-20,-60,-47,-60v-28,0,-48,23,-48,60","w":217},"\u00b1":{"d":"195,0r-180,0r0,-46r180,0r0,46xm82,-63r0,-67r-67,0r0,-46r67,0r0,-67r46,0r0,67r67,0r0,46r-67,0r0,67r-46,0","w":209},"\u00c7":{"d":"248,-81v-2,38,-42,90,-105,85r-1,4v12,2,37,7,37,31v0,24,-27,36,-55,36v-13,-1,-40,2,-42,-12v9,-28,52,11,65,-24v1,-23,-42,0,-44,-21v1,-11,18,-12,29,-14v-77,-2,-113,-63,-114,-133v0,-82,51,-133,124,-133v74,0,105,54,105,78v0,9,-7,23,-23,23v-13,0,-17,-7,-28,-28v-40,-58,-130,-37,-125,63v-3,58,28,88,69,89v37,0,54,-24,61,-44v2,-26,45,-33,47,0","w":266},"\u00fe":{"d":"20,-225v-2,-23,5,-37,24,-37v23,0,24,19,24,27r0,76v10,-12,27,-32,62,-32v54,0,81,46,81,100v0,49,-24,95,-80,95v-35,0,-52,-18,-63,-30v-6,38,18,98,-24,102v-16,0,-27,-15,-24,-40r0,-261xm162,-92v1,-47,-18,-62,-44,-62v-24,0,-47,17,-47,59v0,38,18,63,47,63v24,0,44,-19,44,-60","w":225},"\u00a9":{"d":"166,-108r28,10v-10,35,-36,46,-59,46v-31,0,-68,-19,-68,-74v0,-45,24,-76,68,-76v42,0,54,30,59,43r-28,6v-3,-6,-9,-24,-32,-24v-31,0,-36,32,-36,50v0,37,18,50,34,50v25,0,32,-23,34,-31xm133,-262v75,0,135,61,135,135v0,74,-61,134,-135,134v-74,0,-134,-60,-134,-134v0,-74,59,-135,134,-135xm133,-235v-60,0,-108,48,-108,108v0,59,49,108,108,108v60,0,108,-49,108,-108v0,-59,-47,-108,-108,-108","w":266},"\u00ac":{"d":"149,-66r0,-77r-134,0r0,-46r180,0r0,123r-46,0","w":209},"\u00b2":{"d":"118,-221v10,21,-56,58,-65,68v25,4,60,-11,68,13v0,13,-13,13,-18,13r-72,0v-9,0,-21,-3,-21,-14v-8,-20,80,-61,75,-79v0,-11,-12,-17,-21,-17v-30,0,-16,27,-39,29v-7,0,-15,-4,-15,-13v0,-9,9,-38,56,-38v47,0,52,29,52,38","w":127},"\u00b3":{"d":"62,-237v-28,0,-13,20,-35,22v-9,0,-14,-6,-14,-12v0,-12,17,-32,51,-32v50,-3,59,43,33,61v22,10,22,27,22,31v0,20,-19,43,-57,43v-39,0,-53,-27,-53,-38v0,-5,5,-13,15,-13v22,0,8,27,39,29v8,0,24,-5,24,-20v4,-29,-45,-8,-50,-30v0,-20,46,-5,43,-27v0,-7,-7,-14,-18,-14","w":127},"\u00b0":{"d":"15,-206v0,-31,25,-56,56,-56v31,0,56,25,56,56v0,31,-25,56,-56,56v-30,0,-56,-25,-56,-56xm44,-206v0,15,13,27,27,27v15,0,27,-12,27,-27v0,-15,-12,-27,-27,-27v-14,0,-27,12,-27,27","w":142},"\u00b5":{"d":"149,-21v-4,13,-20,25,-37,25v-23,0,-31,-17,-38,-29v-4,38,14,99,-23,101v-20,-1,-26,-15,-25,-40r0,-187v0,-28,3,-36,24,-40v60,6,-16,156,61,156v44,0,36,-68,36,-116v-1,-26,2,-38,23,-40v21,3,25,13,24,40r0,118v0,26,-1,37,-22,37v-21,0,-22,-20,-23,-25","w":221},"\u00c1":{"d":"181,-61r-105,0v-10,21,-16,69,-41,65v-28,-3,-30,-26,-18,-50r67,-167v14,-36,12,-44,44,-49v24,-3,38,26,46,49r67,166v13,24,12,47,-18,51v-24,4,-32,-44,-42,-65xm90,-101r77,0r-39,-106xm176,-321v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":258},"\u00c2":{"d":"130,-309v-15,15,-27,46,-59,31v16,-19,27,-48,63,-48v27,0,39,32,54,48v0,3,-2,3,-8,3v-33,4,-33,-21,-50,-34xm181,-61r-105,0v-10,21,-16,69,-41,65v-28,-3,-30,-26,-18,-50r67,-167v14,-36,12,-44,44,-49v24,-3,38,26,46,49r67,166v13,24,12,47,-18,51v-24,4,-32,-44,-42,-65xm90,-101r77,0r-39,-106","w":258},"\u00c4":{"d":"181,-61r-105,0v-10,21,-16,69,-41,65v-28,-3,-30,-26,-18,-50r67,-167v14,-36,12,-44,44,-49v24,-3,38,26,46,49r67,166v13,24,12,47,-18,51v-24,4,-32,-44,-42,-65xm90,-101r77,0r-39,-106xm115,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm183,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":258},"\u00c0":{"d":"181,-61r-105,0v-10,21,-16,69,-41,65v-28,-3,-30,-26,-18,-50r67,-167v14,-36,12,-44,44,-49v24,-3,38,26,46,49r67,166v13,24,12,47,-18,51v-24,4,-32,-44,-42,-65xm90,-101r77,0r-39,-106xm157,-274v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18","w":258},"\u00c5":{"d":"166,-303v0,19,-17,36,-36,36v-21,0,-37,-17,-37,-36v0,-21,16,-37,37,-37v19,0,36,16,36,37xm147,-303v0,-11,-8,-18,-17,-18v-10,0,-18,7,-18,18v0,9,8,17,18,17v9,0,17,-8,17,-17xm181,-61r-105,0v-10,21,-16,69,-41,65v-28,-3,-30,-26,-18,-50r67,-167v14,-36,12,-44,44,-49v24,-3,38,26,46,49r67,166v13,24,12,47,-18,51v-24,4,-32,-44,-42,-65xm90,-101r77,0r-39,-106","w":258},"\u00c3":{"d":"101,-295v-12,-2,-10,22,-21,22v-4,0,-10,-1,-10,-13v0,-16,11,-35,29,-35v25,2,37,14,57,18v14,3,12,-23,23,-22v5,0,10,6,10,12v0,10,-7,36,-30,36v-22,0,-39,-16,-58,-18xm181,-61r-105,0v-10,21,-16,69,-41,65v-28,-3,-30,-26,-18,-50r67,-167v14,-36,12,-44,44,-49v24,-3,38,26,46,49r67,166v13,24,12,47,-18,51v-24,4,-32,-44,-42,-65xm90,-101r77,0r-39,-106","w":258},"\u00c9":{"d":"222,-238v-1,16,-11,23,-33,21r-109,0r0,63r100,0v22,-1,30,3,33,19v-2,17,-12,22,-33,21r-100,0r0,74r113,0v23,-2,31,2,34,19v-1,17,-13,23,-34,21r-121,0v-40,0,-43,-5,-44,-44r0,-170v0,-41,5,-43,44,-44r117,0v23,0,30,2,33,20xm167,-321v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":240},"\u00ca":{"d":"120,-309v-14,16,-26,45,-58,31v13,-29,57,-75,91,-32v9,11,19,20,26,32v0,3,-2,3,-8,3v-33,4,-35,-21,-51,-34xm222,-238v-1,16,-11,23,-33,21r-109,0r0,63r100,0v22,-1,30,3,33,19v-2,17,-12,22,-33,21r-100,0r0,74r113,0v23,-2,31,2,34,19v-1,17,-13,23,-34,21r-121,0v-40,0,-43,-5,-44,-44r0,-170v0,-41,5,-43,44,-44r117,0v23,0,30,2,33,20","w":240},"\u00cb":{"d":"222,-238v-1,16,-11,23,-33,21r-109,0r0,63r100,0v22,-1,30,3,33,19v-2,17,-12,22,-33,21r-100,0r0,74r113,0v23,-2,31,2,34,19v-1,17,-13,23,-34,21r-121,0v-40,0,-43,-5,-44,-44r0,-170v0,-41,5,-43,44,-44r117,0v23,0,30,2,33,20xm106,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm174,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":240},"\u00c8":{"d":"222,-238v-1,16,-11,23,-33,21r-109,0r0,63r100,0v22,-1,30,3,33,19v-2,17,-12,22,-33,21r-100,0r0,74r113,0v23,-2,31,2,34,19v-1,17,-13,23,-34,21r-121,0v-40,0,-43,-5,-44,-44r0,-170v0,-41,5,-43,44,-44r117,0v23,0,30,2,33,20xm147,-274v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18","w":240},"\u00cd":{"d":"56,-262v21,2,28,15,26,43r0,180v1,30,-3,40,-25,43v-21,-2,-29,-14,-27,-43r0,-180v-1,-30,4,-40,26,-43xm103,-321v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":112},"\u00ce":{"d":"57,-309v-15,15,-27,46,-59,31v5,-12,17,-22,25,-32v15,-24,50,-23,67,0v8,11,19,20,25,32v0,3,-2,3,-8,3v-33,4,-34,-20,-50,-34xm56,-262v21,2,28,15,26,43r0,180v1,30,-3,40,-25,43v-21,-2,-29,-14,-27,-43r0,-180v-1,-30,4,-40,26,-43","w":112},"\u00cf":{"d":"56,-262v21,2,28,15,26,43r0,180v1,30,-3,40,-25,43v-21,-2,-29,-14,-27,-43r0,-180v-1,-30,4,-40,26,-43xm42,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm110,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":112},"\u00cc":{"d":"56,-262v21,2,28,15,26,43r0,180v1,30,-3,40,-25,43v-21,-2,-29,-14,-27,-43r0,-180v-1,-30,4,-40,26,-43xm84,-274v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18","w":112},"\u00d1":{"d":"109,-295v-12,-3,-9,22,-22,22v-3,0,-10,-1,-10,-13v0,-16,11,-35,30,-35v25,2,37,16,57,18v13,4,12,-23,22,-22v6,0,11,6,11,12v0,10,-8,36,-30,36v-22,0,-40,-16,-58,-18xm29,-211v-9,-49,27,-61,53,-41r114,173r0,-153v-2,-11,8,-32,24,-30v21,2,27,14,25,41r0,172v0,17,3,53,-31,53v-16,0,-22,-6,-39,-32r-98,-148r0,140v1,27,0,40,-24,40v-19,0,-26,-14,-24,-40r0,-175","w":273},"\u00d3":{"d":"141,-262v105,0,128,81,128,133v0,58,-27,133,-126,133v-99,0,-126,-75,-126,-132v0,-74,38,-134,124,-134xm69,-129v-3,48,28,94,73,92v17,0,74,-8,74,-92v0,-50,-23,-92,-73,-92v-20,0,-74,9,-74,92xm190,-321v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":285},"\u00d4":{"d":"143,-309v-15,15,-27,46,-59,31v17,-18,26,-48,64,-48v26,0,39,32,53,48v-2,6,-29,4,-32,-1xm141,-262v105,0,128,81,128,133v0,58,-27,133,-126,133v-99,0,-126,-75,-126,-132v0,-74,38,-134,124,-134xm69,-129v-3,48,28,94,73,92v17,0,74,-8,74,-92v0,-50,-23,-92,-73,-92v-20,0,-74,9,-74,92","w":285},"\u00d6":{"d":"141,-262v105,0,128,81,128,133v0,58,-27,133,-126,133v-99,0,-126,-75,-126,-132v0,-74,38,-134,124,-134xm69,-129v-3,48,28,94,73,92v17,0,74,-8,74,-92v0,-50,-23,-92,-73,-92v-20,0,-74,9,-74,92xm129,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm197,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":285},"\u00d2":{"d":"141,-262v105,0,128,81,128,133v0,58,-27,133,-126,133v-99,0,-126,-75,-126,-132v0,-74,38,-134,124,-134xm69,-129v-3,48,28,94,73,92v17,0,74,-8,74,-92v0,-50,-23,-92,-73,-92v-20,0,-74,9,-74,92xm163,-274v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18","w":285},"\u00d5":{"d":"114,-295v-12,-2,-9,22,-21,22v-3,0,-10,-1,-10,-13v0,-16,11,-35,29,-35v25,2,38,15,58,18v12,4,12,-23,22,-22v6,0,10,6,10,12v0,10,-7,36,-30,36v-23,0,-38,-16,-58,-18xm141,-262v105,0,128,81,128,133v0,58,-27,133,-126,133v-99,0,-126,-75,-126,-132v0,-74,38,-134,124,-134xm69,-129v-3,48,28,94,73,92v17,0,74,-8,74,-92v0,-50,-23,-92,-73,-92v-20,0,-74,9,-74,92","w":285},"\u0160":{"d":"120,-293v15,-15,24,-43,59,-31v-17,18,-27,54,-64,49v-26,0,-39,-32,-53,-49v9,-2,27,-4,32,1xm189,-175v-35,0,-16,-51,-71,-50v-22,0,-45,10,-45,30v0,23,29,33,56,36v127,12,126,164,-7,163v-89,0,-103,-61,-103,-76v0,-10,8,-22,24,-22v36,0,16,62,77,60v25,0,53,-11,53,-38v3,-47,-110,-42,-124,-66v-51,-43,-18,-133,72,-124v77,0,92,49,92,63v0,10,-8,24,-24,24","w":240},"\u00da":{"d":"54,-262v22,2,28,14,26,43r0,115v0,23,1,67,58,67v55,0,55,-44,55,-66r0,-116v0,-30,2,-39,26,-43v21,2,28,15,26,43r0,112v0,31,0,111,-104,111v-37,0,-76,-5,-99,-42v-24,-47,-11,-116,-14,-181v-1,-30,3,-39,26,-43xm184,-321v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":273},"\u00db":{"d":"137,-309v-14,16,-27,45,-59,31v17,-18,26,-48,64,-48v26,0,39,32,53,48v0,3,-1,3,-7,3v-33,4,-35,-21,-51,-34xm54,-262v22,2,28,14,26,43r0,115v0,23,1,67,58,67v55,0,55,-44,55,-66r0,-116v0,-30,2,-39,26,-43v21,2,28,15,26,43r0,112v0,31,0,111,-104,111v-37,0,-76,-5,-99,-42v-24,-47,-11,-116,-14,-181v-1,-30,3,-39,26,-43","w":273},"\u00dc":{"d":"54,-262v22,2,28,14,26,43r0,115v0,23,1,67,58,67v55,0,55,-44,55,-66r0,-116v0,-30,2,-39,26,-43v21,2,28,15,26,43r0,112v0,31,0,111,-104,111v-37,0,-76,-5,-99,-42v-24,-47,-11,-116,-14,-181v-1,-30,3,-39,26,-43xm123,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm191,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":273},"\u00d9":{"d":"54,-262v22,2,28,14,26,43r0,115v0,23,1,67,58,67v55,0,55,-44,55,-66r0,-116v0,-30,2,-39,26,-43v21,2,28,15,26,43r0,112v0,31,0,111,-104,111v-37,0,-76,-5,-99,-42v-24,-47,-11,-116,-14,-181v-1,-30,3,-39,26,-43xm157,-274v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18","w":273},"\u00dd":{"d":"112,4v-43,0,-21,-72,-26,-113v-22,-38,-65,-91,-78,-131v0,-13,11,-22,24,-22v14,0,18,7,32,30r49,78r62,-99v13,-18,42,-7,42,13v-15,44,-56,91,-79,131v-5,42,16,112,-26,113xm160,-321v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":225},"\u0178":{"d":"112,4v-43,0,-21,-72,-26,-113v-22,-38,-65,-91,-78,-131v0,-13,11,-22,24,-22v14,0,18,7,32,30r49,78r62,-99v13,-18,42,-7,42,13v-15,44,-56,91,-79,131v-5,42,16,112,-26,113xm99,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm167,-298v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":225},"\u017d":{"d":"116,-293v15,-15,25,-43,59,-31v-6,13,-17,22,-25,32v-15,25,-52,24,-67,0v-8,-10,-20,-20,-25,-32v8,-1,28,-4,32,1xm49,0v-48,3,-63,-28,-28,-60r133,-157r-105,0v-22,0,-30,-3,-33,-21v1,-15,12,-22,33,-20r132,0v15,0,34,0,34,28v0,15,-5,22,-24,44r-123,146r127,0v21,-1,32,3,33,20v-1,16,-13,22,-33,20r-146,0","w":232},"\u00e1":{"d":"107,-191v126,-7,63,105,92,176v-7,31,-45,18,-53,-8v-20,16,-41,27,-67,27v-50,0,-65,-32,-65,-54v0,-66,71,-50,129,-71v-1,-17,-2,-37,-35,-37v-5,0,-35,0,-42,18v-9,21,-39,27,-43,1v9,-39,31,-51,84,-52xm143,-92v-29,11,-88,13,-81,39v4,38,69,30,78,-4v4,-11,3,-25,3,-35xm154,-257v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29"},"\u00e2":{"d":"107,-244v-15,15,-24,43,-58,31v15,-20,26,-54,63,-49v27,1,40,31,54,49v-9,1,-28,4,-33,-1xm107,-191v126,-7,63,105,92,176v-7,31,-45,18,-53,-8v-20,16,-41,27,-67,27v-50,0,-65,-32,-65,-54v0,-66,71,-50,129,-71v-1,-17,-2,-37,-35,-37v-5,0,-35,0,-42,18v-9,21,-39,27,-43,1v9,-39,31,-51,84,-52xm143,-92v-29,11,-88,13,-81,39v4,38,69,30,78,-4v4,-11,3,-25,3,-35"},"\u00e4":{"d":"107,-191v126,-7,63,105,92,176v-7,31,-45,18,-53,-8v-20,16,-41,27,-67,27v-50,0,-65,-32,-65,-54v0,-66,71,-50,129,-71v-1,-17,-2,-37,-35,-37v-5,0,-35,0,-42,18v-9,21,-39,27,-43,1v9,-39,31,-51,84,-52xm143,-92v-29,11,-88,13,-81,39v4,38,69,30,78,-4v4,-11,3,-25,3,-35xm93,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm161,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20"},"\u00e0":{"d":"107,-191v126,-7,63,105,92,176v-7,31,-45,18,-53,-8v-20,16,-41,27,-67,27v-50,0,-65,-32,-65,-54v0,-66,71,-50,129,-71v-1,-17,-2,-37,-35,-37v-5,0,-35,0,-42,18v-9,21,-39,27,-43,1v9,-39,31,-51,84,-52xm143,-92v-29,11,-88,13,-81,39v4,38,69,30,78,-4v4,-11,3,-25,3,-35xm127,-210v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18"},"\u00e5":{"d":"143,-239v0,20,-16,36,-36,36v-20,0,-36,-16,-36,-36v0,-20,16,-36,36,-36v20,0,36,16,36,36xm125,-239v0,-10,-8,-18,-18,-18v-10,0,-18,8,-18,18v0,10,8,18,18,18v10,0,18,-8,18,-18xm107,-191v126,-7,63,105,92,176v-7,31,-45,18,-53,-8v-20,16,-41,27,-67,27v-50,0,-65,-32,-65,-54v0,-66,71,-50,129,-71v-1,-17,-2,-37,-35,-37v-5,0,-35,0,-42,18v-9,21,-39,27,-43,1v9,-39,31,-51,84,-52xm143,-92v-29,11,-88,13,-81,39v4,38,69,30,78,-4v4,-11,3,-25,3,-35"},"\u00e3":{"d":"79,-230v-12,-1,-10,20,-21,22v-4,0,-10,-2,-10,-13v0,-16,10,-36,29,-36v24,2,37,17,57,19v13,5,12,-24,23,-23v20,8,8,47,-20,49v-21,0,-39,-16,-58,-18xm107,-191v126,-7,63,105,92,176v-7,31,-45,18,-53,-8v-20,16,-41,27,-67,27v-50,0,-65,-32,-65,-54v0,-66,71,-50,129,-71v-1,-17,-2,-37,-35,-37v-5,0,-35,0,-42,18v-9,21,-39,27,-43,1v9,-39,31,-51,84,-52xm143,-92v-29,11,-88,13,-81,39v4,38,69,30,78,-4v4,-11,3,-25,3,-35"},"\u00e9":{"d":"113,-27v39,-1,43,-35,67,-35v8,0,16,6,16,14v0,16,-23,52,-82,52v-14,0,-37,-2,-56,-13v-39,-23,-42,-69,-42,-84v0,-51,28,-98,94,-98v69,0,88,55,88,81v0,29,-23,29,-39,29r-95,0v1,41,29,54,49,54xm152,-109v3,-50,-64,-67,-81,-25v-4,8,-6,18,-7,25r88,0xm154,-257v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29"},"\u00ea":{"d":"107,-244v-15,15,-24,43,-58,31v15,-20,26,-54,63,-49v27,1,40,31,54,49v-9,1,-28,4,-33,-1xm113,-27v39,-1,43,-35,67,-35v8,0,16,6,16,14v0,16,-23,52,-82,52v-14,0,-37,-2,-56,-13v-39,-23,-42,-69,-42,-84v0,-51,28,-98,94,-98v69,0,88,55,88,81v0,29,-23,29,-39,29r-95,0v1,41,29,54,49,54xm152,-109v3,-50,-64,-67,-81,-25v-4,8,-6,18,-7,25r88,0"},"\u00eb":{"d":"113,-27v39,-1,43,-35,67,-35v8,0,16,6,16,14v0,16,-23,52,-82,52v-14,0,-37,-2,-56,-13v-39,-23,-42,-69,-42,-84v0,-51,28,-98,94,-98v69,0,88,55,88,81v0,29,-23,29,-39,29r-95,0v1,41,29,54,49,54xm152,-109v3,-50,-64,-67,-81,-25v-4,8,-6,18,-7,25r88,0xm93,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm161,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20"},"\u00e8":{"d":"113,-27v39,-1,43,-35,67,-35v8,0,16,6,16,14v0,16,-23,52,-82,52v-14,0,-37,-2,-56,-13v-39,-23,-42,-69,-42,-84v0,-51,28,-98,94,-98v69,0,88,55,88,81v0,29,-23,29,-39,29r-95,0v1,41,29,54,49,54xm152,-109v3,-50,-64,-67,-81,-25v-4,8,-6,18,-7,25r88,0xm127,-210v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18"},"\u00ed":{"d":"49,-191v21,0,25,17,24,39r0,117v1,27,-3,36,-24,39v-19,-2,-26,-12,-24,-39r0,-116v-1,-27,3,-40,24,-40xm96,-257v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":97},"\u00ee":{"d":"49,-244v-16,14,-24,44,-59,31v17,-19,26,-54,64,-49v26,0,39,31,53,49v-3,4,-30,3,-32,-1xm49,-191v21,0,25,17,24,39r0,117v1,27,-3,36,-24,39v-19,-2,-26,-12,-24,-39r0,-116v-1,-27,3,-40,24,-40","w":97},"\u00ef":{"d":"49,-191v21,0,25,17,24,39r0,117v1,27,-3,36,-24,39v-19,-2,-26,-12,-24,-39r0,-116v-1,-27,3,-40,24,-40xm35,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm103,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":97},"\u00ec":{"d":"49,-191v21,0,25,17,24,39r0,117v1,27,-3,36,-24,39v-19,-2,-26,-12,-24,-39r0,-116v-1,-27,3,-40,24,-40xm69,-210v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18","w":97},"\u00f1":{"d":"81,-230v-14,-2,-9,21,-22,22v-3,0,-10,-2,-10,-13v0,-16,11,-36,29,-36v26,1,37,17,58,19v13,5,12,-24,22,-23v19,8,9,47,-19,49v-21,0,-39,-17,-58,-18xm46,-191v18,0,23,17,22,33v12,-26,88,-55,116,-6v19,39,6,80,10,129v1,26,-3,39,-24,39v-39,0,-20,-69,-24,-108v0,-17,1,-49,-32,-49v-51,-2,-43,61,-43,118v1,26,-3,36,-24,39v-18,-2,-26,-14,-24,-39r0,-119v-1,-24,4,-35,23,-37","w":217},"\u00f3":{"d":"204,-93v0,54,-34,97,-94,97v-137,-3,-125,-195,-1,-195v66,0,95,48,95,98xm156,-93v0,-40,-19,-62,-47,-62v-28,0,-47,22,-47,62v0,40,19,62,47,62v28,0,47,-22,47,-62xm156,-257v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":217},"\u00f4":{"d":"109,-244v-16,15,-24,44,-59,31v17,-19,26,-54,64,-49v26,0,39,31,53,49v-9,2,-27,4,-32,-1xm204,-93v0,54,-34,97,-94,97v-137,-3,-125,-195,-1,-195v66,0,95,48,95,98xm156,-93v0,-40,-19,-62,-47,-62v-28,0,-47,22,-47,62v0,40,19,62,47,62v28,0,47,-22,47,-62","w":217},"\u00f6":{"d":"204,-93v0,54,-34,97,-94,97v-137,-3,-125,-195,-1,-195v66,0,95,48,95,98xm156,-93v0,-40,-19,-62,-47,-62v-28,0,-47,22,-47,62v0,40,19,62,47,62v28,0,47,-22,47,-62xm95,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm163,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":217},"\u00f2":{"d":"204,-93v0,54,-34,97,-94,97v-137,-3,-125,-195,-1,-195v66,0,95,48,95,98xm156,-93v0,-40,-19,-62,-47,-62v-28,0,-47,22,-47,62v0,40,19,62,47,62v28,0,47,-22,47,-62xm129,-210v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18","w":217},"\u00f5":{"d":"81,-230v-14,-2,-9,21,-22,22v-3,0,-10,-2,-10,-13v0,-16,11,-36,29,-36v26,1,37,17,58,19v13,5,12,-24,22,-23v19,8,9,47,-19,49v-21,0,-39,-17,-58,-18xm204,-93v0,54,-34,97,-94,97v-137,-3,-125,-195,-1,-195v66,0,95,48,95,98xm156,-93v0,-40,-19,-62,-47,-62v-28,0,-47,22,-47,62v0,40,19,62,47,62v28,0,47,-22,47,-62","w":217},"\u0161":{"d":"98,-229v14,-15,27,-44,58,-30v-16,18,-27,54,-63,48v-27,1,-39,-32,-54,-48v0,-3,2,-3,8,-3v32,-4,35,20,51,33xm61,-141v3,34,125,22,118,83v0,45,-37,62,-83,62v-68,0,-81,-38,-81,-51v0,-11,8,-19,20,-19v31,7,16,39,65,39v19,0,32,-9,32,-22v0,-18,-20,-24,-41,-28v-29,-7,-74,-19,-74,-58v0,-15,11,-56,77,-56v53,0,76,28,76,44v0,9,-6,19,-20,19v-19,0,-24,-34,-59,-32v-9,0,-30,3,-30,19","w":195},"\u00fa":{"d":"194,-33v0,18,-1,37,-22,37v-20,0,-23,-17,-23,-33v-8,28,-97,52,-117,6v-17,-38,-6,-80,-9,-128v-1,-26,2,-40,24,-40v59,0,-14,153,57,158v33,-10,44,-10,42,-70v3,-35,-11,-88,24,-88v19,1,26,14,24,40r0,118xm156,-257v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":217},"\u00fb":{"d":"109,-244v-16,15,-24,44,-59,31v17,-19,26,-54,64,-49v26,0,39,31,53,49v-9,2,-27,4,-32,-1xm194,-33v0,18,-1,37,-22,37v-20,0,-23,-17,-23,-33v-8,28,-97,52,-117,6v-17,-38,-6,-80,-9,-128v-1,-26,2,-40,24,-40v59,0,-14,153,57,158v33,-10,44,-10,42,-70v3,-35,-11,-88,24,-88v19,1,26,14,24,40r0,118","w":217},"\u00fc":{"d":"194,-33v0,18,-1,37,-22,37v-20,0,-23,-17,-23,-33v-8,28,-97,52,-117,6v-17,-38,-6,-80,-9,-128v-1,-26,2,-40,24,-40v59,0,-14,153,57,158v33,-10,44,-10,42,-70v3,-35,-11,-88,24,-88v19,1,26,14,24,40r0,118xm95,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm163,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":217},"\u00f9":{"d":"194,-33v0,18,-1,37,-22,37v-20,0,-23,-17,-23,-33v-8,28,-97,52,-117,6v-17,-38,-6,-80,-9,-128v-1,-26,2,-40,24,-40v59,0,-14,153,57,158v33,-10,44,-10,42,-70v3,-35,-11,-88,24,-88v19,1,26,14,24,40r0,118xm129,-210v-23,3,-53,-32,-66,-47v25,-10,61,-3,67,29v6,12,10,15,-1,18","w":217},"\u00fd":{"d":"73,0r-64,-169v0,-10,10,-22,23,-22v14,0,20,11,25,26r41,118r38,-110v4,-42,44,-41,49,-14v-18,67,-46,124,-68,187v-14,37,-25,60,-72,60v-18,0,-41,-2,-41,-22v-1,-14,17,-18,33,-15v24,1,28,-20,36,-39xm145,-257v-12,14,-44,51,-66,47v-11,-3,-7,-6,-1,-18v10,-27,32,-41,67,-29","w":195},"\u00ff":{"d":"73,0r-64,-169v0,-10,10,-22,23,-22v14,0,20,11,25,26r41,118r38,-110v4,-42,44,-41,49,-14v-18,67,-46,124,-68,187v-14,37,-25,60,-72,60v-18,0,-41,-2,-41,-22v-1,-14,17,-18,33,-15v24,1,28,-20,36,-39xm84,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm152,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":195},"\u017e":{"d":"94,-229v14,-15,27,-44,58,-30v-16,18,-27,54,-63,48v-27,1,-39,-32,-54,-48v0,-3,2,-3,8,-3v32,-4,35,20,51,33xm130,-186v37,-1,38,0,44,21v0,8,-2,11,-19,29r-88,99r86,0v14,0,31,0,31,18v0,20,-18,19,-31,19r-112,0v-41,3,-48,-24,-21,-48r91,-103r-71,0v-13,0,-30,0,-30,-17v1,-15,11,-19,30,-18r90,0","w":187},"\u00a0":{"w":106},"\u00ad":{"d":"6,-91v-1,-28,41,-20,72,-21v26,0,34,1,36,21v3,28,-42,20,-72,21v-25,1,-33,-2,-36,-21","w":119}}});(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();(function($){$.extend($.fn,{livequery:function(type,fn,fn2){var self=this,q;if($.isFunction(type))
fn2=fn,fn=type,type=undefined;$.each($.livequery.queries,function(i,query){if(self.selector==query.selector&&self.context==query.context&&type==query.type&&(!fn||fn.$lqguid==query.fn.$lqguid)&&(!fn2||fn2.$lqguid==query.fn2.$lqguid))
return(q=query)&&false;});q=q||new $.livequery(this.selector,this.context,type,fn,fn2);q.stopped=false;q.run();return this;},expire:function(type,fn,fn2){var self=this;if($.isFunction(type))
fn2=fn,fn=type,type=undefined;$.each($.livequery.queries,function(i,query){if(self.selector==query.selector&&self.context==query.context&&(!type||type==query.type)&&(!fn||fn.$lqguid==query.fn.$lqguid)&&(!fn2||fn2.$lqguid==query.fn2.$lqguid)&&!this.stopped)
$.livequery.stop(query.id);});return this;}});$.livequery=function(selector,context,type,fn,fn2){this.selector=selector;this.context=context;this.type=type;this.fn=fn;this.fn2=fn2;this.elements=[];this.stopped=false;this.id=$.livequery.queries.push(this)-1;fn.$lqguid=fn.$lqguid||$.livequery.guid++;if(fn2)fn2.$lqguid=fn2.$lqguid||$.livequery.guid++;return this;};$.livequery.prototype={stop:function(){var query=this;if(this.type)
this.elements.unbind(this.type,this.fn);else if(this.fn2)
this.elements.each(function(i,el){query.fn2.apply(el);});this.elements=[];this.stopped=true;},run:function(){if(this.stopped)return;var query=this;var oEls=this.elements,els=$(this.selector,this.context),nEls=els.not(oEls);this.elements=els;if(this.type){nEls.bind(this.type,this.fn);if(oEls.length>0)
$.each(oEls,function(i,el){if($.inArray(el,els)<0)
$.event.remove(el,query.type,query.fn);});}
else{nEls.each(function(){query.fn.apply(this);});if(this.fn2&&oEls.length>0)
$.each(oEls,function(i,el){if($.inArray(el,els)<0)
query.fn2.apply(el);});}}};$.extend($.livequery,{guid:0,queries:[],queue:[],running:false,timeout:null,checkQueue:function(){if($.livequery.running&&$.livequery.queue.length){var length=$.livequery.queue.length;while(length--)
$.livequery.queries[$.livequery.queue.shift()].run();}},pause:function(){$.livequery.running=false;},play:function(){$.livequery.running=true;$.livequery.run();},registerPlugin:function(){$.each(arguments,function(i,n){if(!$.fn[n])return;var old=$.fn[n];$.fn[n]=function(){var r=old.apply(this,arguments);$.livequery.run();return r;}});},run:function(id){if(id!=undefined){if($.inArray(id,$.livequery.queue)<0)
$.livequery.queue.push(id);}
else
$.each($.livequery.queries,function(id){if($.inArray(id,$.livequery.queue)<0)
$.livequery.queue.push(id);});if($.livequery.timeout)clearTimeout($.livequery.timeout);$.livequery.timeout=setTimeout($.livequery.checkQueue,20);},stop:function(id){if(id!=undefined)
$.livequery.queries[id].stop();else
$.each($.livequery.queries,function(id){$.livequery.queries[id].stop();});}});$.livequery.registerPlugin('append','prepend','after','before','wrap','attr','removeAttr','addClass','removeClass','toggleClass','empty','remove');$(function(){$.livequery.play();});})(jQuery);;(function($){$.fn.ajaxSubmit=function(options){if(!this.length){log('ajaxSubmit: skipping submit process - no element selected');return this;}
if(typeof options=='function')
options={success:options};options=$.extend({url:this.attr('action')||window.location.toString(),type:this.attr('method')||'GET'},options||{});var veto={};this.trigger('form-pre-serialize',[this,options,veto]);if(veto.veto){log('ajaxSubmit: submit vetoed via form-pre-serialize trigger');return this;}
if(options.beforeSerialize&&options.beforeSerialize(this,options)===false){log('ajaxSubmit: submit aborted via beforeSerialize callback');return this;}
var a=this.formToArray(options.semantic);if(options.data){options.extraData=options.data;for(var n in options.data){if(options.data[n]instanceof Array){for(var k in options.data[n])
a.push({name:n,value:options.data[n][k]})}
else
a.push({name:n,value:options.data[n]});}}
if(options.beforeSubmit&&options.beforeSubmit(a,this,options)===false){log('ajaxSubmit: submit aborted via beforeSubmit callback');return this;}
this.trigger('form-submit-validate',[a,this,options,veto]);if(veto.veto){log('ajaxSubmit: submit vetoed via form-submit-validate trigger');return this;}
var q=$.param(a);if(options.type.toUpperCase()=='GET'){options.url+=(options.url.indexOf('?')>=0?'&':'?')+q;options.data=null;}
else
options.data=q;var $form=this,callbacks=[];if(options.resetForm)callbacks.push(function(){$form.resetForm();});if(options.clearForm)callbacks.push(function(){$form.clearForm();});if(!options.dataType&&options.target){var oldSuccess=options.success||function(){};callbacks.push(function(data){$(options.target).html(data).each(oldSuccess,arguments);});}
else if(options.success)
callbacks.push(options.success);options.success=function(data,status){for(var i=0,max=callbacks.length;i<max;i++)
callbacks[i].apply(options,[data,status,$form]);};var files=$('input:file',this).fieldValue();var found=false;for(var j=0;j<files.length;j++)
if(files[j])
found=true;if(options.iframe||found){if(options.closeKeepAlive)
$.get(options.closeKeepAlive,fileUpload);else
fileUpload();}
else
$.ajax(options);this.trigger('form-submit-notify',[this,options]);return this;function fileUpload(){var form=$form[0];if($(':input[name=submit]',form).length){alert('Error: Form elements must not be named "submit".');return;}
var opts=$.extend({},$.ajaxSettings,options);var s=jQuery.extend(true,{},$.extend(true,{},$.ajaxSettings),opts);var id='jqFormIO'+(new Date().getTime());var $io=$('<iframe id="'+id+'" name="'+id+'" src="about:blank" />');var io=$io[0];$io.css({position:'absolute',top:'-1000px',left:'-1000px'});var xhr={aborted:0,responseText:null,responseXML:null,status:0,statusText:'n/a',getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;$io.attr('src','about:blank');}};var g=opts.global;if(g&&!$.active++)$.event.trigger("ajaxStart");if(g)$.event.trigger("ajaxSend",[xhr,opts]);if(s.beforeSend&&s.beforeSend(xhr,s)===false){s.global&&jQuery.active--;return;}
if(xhr.aborted)
return;var cbInvoked=0;var timedOut=0;var sub=form.clk;if(sub){var n=sub.name;if(n&&!sub.disabled){options.extraData=options.extraData||{};options.extraData[n]=sub.value;if(sub.type=="image"){options.extraData[name+'.x']=form.clk_x;options.extraData[name+'.y']=form.clk_y;}}}
setTimeout(function(){var t=$form.attr('target'),a=$form.attr('action');form.setAttribute('target',id);if(form.getAttribute('method')!='POST')
form.setAttribute('method','POST');if(form.getAttribute('action')!=opts.url)
form.setAttribute('action',opts.url);if(!options.skipEncodingOverride){$form.attr({encoding:'multipart/form-data',enctype:'multipart/form-data'});}
if(opts.timeout)
setTimeout(function(){timedOut=true;cb();},opts.timeout);var extraInputs=[];try{if(options.extraData)
for(var n in options.extraData)
extraInputs.push($('<input type="hidden" name="'+n+'" value="'+options.extraData[n]+'" />').appendTo(form)[0]);$io.appendTo('body');io.attachEvent?io.attachEvent('onload',cb):io.addEventListener('load',cb,false);form.submit();}
finally{form.setAttribute('action',a);t?form.setAttribute('target',t):$form.removeAttr('target');$(extraInputs).remove();}},10);var nullCheckFlag=0;function cb(){if(cbInvoked++)return;io.detachEvent?io.detachEvent('onload',cb):io.removeEventListener('load',cb,false);var ok=true;try{if(timedOut)throw'timeout';var data,doc;doc=io.contentWindow?io.contentWindow.document:io.contentDocument?io.contentDocument:io.document;if((doc.body==null||doc.body.innerHTML=='')&&!nullCheckFlag){nullCheckFlag=1;cbInvoked--;setTimeout(cb,100);return;}
xhr.responseText=doc.body?doc.body.innerHTML:null;xhr.responseXML=doc.XMLDocument?doc.XMLDocument:doc;xhr.getResponseHeader=function(header){var headers={'content-type':opts.dataType};return headers[header];};if(opts.dataType=='json'||opts.dataType=='script'){var ta=doc.getElementsByTagName('textarea')[0];xhr.responseText=ta?ta.value:xhr.responseText;}
else if(opts.dataType=='xml'&&!xhr.responseXML&&xhr.responseText!=null){xhr.responseXML=toXml(xhr.responseText);}
data=$.httpData(xhr,opts.dataType);}
catch(e){ok=false;$.handleError(opts,xhr,'error',e);}
if(ok){opts.success(data,'success');if(g)$.event.trigger("ajaxSuccess",[xhr,opts]);}
if(g)$.event.trigger("ajaxComplete",[xhr,opts]);if(g&&!--$.active)$.event.trigger("ajaxStop");if(opts.complete)opts.complete(xhr,ok?'success':'error');setTimeout(function(){$io.remove();xhr.responseXML=null;},100);};function toXml(s,doc){if(window.ActiveXObject){doc=new ActiveXObject('Microsoft.XMLDOM');doc.async='false';doc.loadXML(s);}
else
doc=(new DOMParser()).parseFromString(s,'text/xml');return(doc&&doc.documentElement&&doc.documentElement.tagName!='parsererror')?doc:null;};};};$.fn.ajaxForm=function(options){return this.ajaxFormUnbind().bind('submit.form-plugin',function(){$(this).ajaxSubmit(options);return false;}).each(function(){$(":submit,input:image",this).bind('click.form-plugin',function(e){var form=this.form;form.clk=this;if(this.type=='image'){if(e.offsetX!=undefined){form.clk_x=e.offsetX;form.clk_y=e.offsetY;}else if(typeof $.fn.offset=='function'){var offset=$(this).offset();form.clk_x=e.pageX-offset.left;form.clk_y=e.pageY-offset.top;}else{form.clk_x=e.pageX-this.offsetLeft;form.clk_y=e.pageY-this.offsetTop;}}
setTimeout(function(){form.clk=form.clk_x=form.clk_y=null;},10);});});};$.fn.ajaxFormUnbind=function(){this.unbind('submit.form-plugin');return this.each(function(){$(":submit,input:image",this).unbind('click.form-plugin');});};$.fn.formToArray=function(semantic){var a=[];if(this.length==0)return a;var form=this[0];var els=semantic?form.getElementsByTagName('*'):form.elements;if(!els)return a;for(var i=0,max=els.length;i<max;i++){var el=els[i];var n=el.name;if(!n)continue;if(semantic&&form.clk&&el.type=="image"){if(!el.disabled&&form.clk==el)
a.push({name:n+'.x',value:form.clk_x},{name:n+'.y',value:form.clk_y});continue;}
var v=$.fieldValue(el,true);if(v&&v.constructor==Array){for(var j=0,jmax=v.length;j<jmax;j++)
a.push({name:n,value:v[j]});}
else if(v!==null&&typeof v!='undefined')
a.push({name:n,value:v});}
if(!semantic&&form.clk){var inputs=form.getElementsByTagName("input");for(var i=0,max=inputs.length;i<max;i++){var input=inputs[i];var n=input.name;if(n&&!input.disabled&&input.type=="image"&&form.clk==input)
a.push({name:n+'.x',value:form.clk_x},{name:n+'.y',value:form.clk_y});}}
return a;};$.fn.formSerialize=function(semantic){return $.param(this.formToArray(semantic));};$.fn.fieldSerialize=function(successful){var a=[];this.each(function(){var n=this.name;if(!n)return;var v=$.fieldValue(this,successful);if(v&&v.constructor==Array){for(var i=0,max=v.length;i<max;i++)
a.push({name:n,value:v[i]});}
else if(v!==null&&typeof v!='undefined')
a.push({name:this.name,value:v});});return $.param(a);};$.fn.fieldValue=function(successful){for(var val=[],i=0,max=this.length;i<max;i++){var el=this[i];var v=$.fieldValue(el,successful);if(v===null||typeof v=='undefined'||(v.constructor==Array&&!v.length))
continue;v.constructor==Array?$.merge(val,v):val.push(v);}
return val;};$.fieldValue=function(el,successful){var n=el.name,t=el.type,tag=el.tagName.toLowerCase();if(typeof successful=='undefined')successful=true;if(successful&&(!n||el.disabled||t=='reset'||t=='button'||(t=='checkbox'||t=='radio')&&!el.checked||(t=='submit'||t=='image')&&el.form&&el.form.clk!=el||tag=='select'&&el.selectedIndex==-1))
return null;if(tag=='select'){var index=el.selectedIndex;if(index<0)return null;var a=[],ops=el.options;var one=(t=='select-one');var max=(one?index+1:ops.length);for(var i=(one?index:0);i<max;i++){var op=ops[i];if(op.selected){var v=op.value;if(!v)
v=(op.attributes&&op.attributes['value']&&!(op.attributes['value'].specified))?op.text:op.value;if(one)return v;a.push(v);}}
return a;}
return el.value;};$.fn.clearForm=function(){return this.each(function(){$('input,select,textarea',this).clearFields();});};$.fn.clearFields=$.fn.clearInputs=function(){return this.each(function(){var t=this.type,tag=this.tagName.toLowerCase();if(t=='text'||t=='password'||tag=='textarea')
this.value='';else if(t=='checkbox'||t=='radio')
this.checked=false;else if(tag=='select')
this.selectedIndex=-1;});};$.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=='function'||(typeof this.reset=='object'&&!this.reset.nodeType))
this.reset();});};$.fn.enable=function(b){if(b==undefined)b=true;return this.each(function(){this.disabled=!b});};$.fn.selected=function(select){if(select==undefined)select=true;return this.each(function(){var t=this.type;if(t=='checkbox'||t=='radio')
this.checked=select;else if(this.tagName.toLowerCase()=='option'){var $sel=$(this).parent('select');if(select&&$sel[0]&&$sel[0].type=='select-one'){$sel.find('option').selected(false);}
this.selected=select;}});};function log(){if($.fn.ajaxSubmit.debug&&window.console&&window.console.log)
window.console.log('[jquery.form] '+Array.prototype.join.call(arguments,''));};})(jQuery);jQuery.cookie=function(name,value,options){if(typeof value!='undefined'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=[name,'=',encodeURIComponent(value),expires,path,domain,secure].join('');}else{var cookieValue=null;if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+'=')){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break;}}}
return cookieValue;}};var TOOGLE={last_clicked:'none',init:function(clicked_class,target_class,active_class){$(clicked_class).livequery('click',function(e){if($(target_class).hasClass(active_class)){if(TOOGLE.last_clicked==clicked_class){TOOGLE.last_clicked=null;$(target_class).slideUp("fast",function(){$(target_class).removeClass(active_class);app.after_hidden(clicked_class,target_class);});}else{$(target_class).slideUp("fast",function(){TOOGLE.last_clicked=clicked_class;app.before_visible(clicked_class,target_class);$(target_class).slideDown("fast");})}}else{TOOGLE.last_clicked=clicked_class;app.before_visible(clicked_class,target_class);$(target_class).slideDown("fast",function(){$(target_class).addClass(active_class);});$(target_class+" > form > #new_item_field").focus();}
return false;});$(target_class+" > form > .cancel").livequery('click',function(e){$(clicked_class).click();});}}
var FLUSTHEFLASH={delay:5000,mclass:".flashmsg",opacity:"0.9",show:function(){$(this.mclass).hide();$(this.mclass).css("opacity",this.opacity)
$(this.mclass).fadeIn("slow").fadeTo((this.delay),1).fadeOut("slow");return false;}};$(document).ready(function(){TOOGLE.init(".edit_categorias",".options_box","active");TOOGLE.init(".edit_post_formats",".options_box","active");TOOGLE.init(".new_item",".new_item_form","active");twenergy.suscribe_to('.suscribe');$('.flashmsg').livequery(function(){FLUSTHEFLASH.show();});});var in_progress={html:'<img class="progress" src="/images/progress.gif">',show_appending:function(e){$(e).append(this.html);},show_after:function(e){e.after(this.html);},show_hiding:function(e){e.hide();this.show_after(e);},hide:function(e){e.next('img.progress').remove();e.show();}};var app={cookieName:'_sdt',messages:{},currentUser:null,init:function(){app.parse_cookie();if(app.currentUser){app.enable_user_actions();var selectorBase='';if(app.currentUser.admin){app.show_admin_code();}else{selectorBase='.in_place_'+app.currentUser.id+' ';};$(selectorBase+'span[attribute], span[url]').livequery(function(e){$(this).addClass('rest_in_place');});$(selectorBase+'.owner_only').show();}
else{app.show_send_content_notifications();};},parse_cookie:function(){if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,app.cookieName.length+1)==(app.cookieName+'=')){var raw=decodeURIComponent(cookie.substring(app.cookieName.length+1));if(raw.length>0){this.currentUser=eval('('+raw.replace(/\+/g,' ')+')');}
break;}};};},before_visible:function(clicked_class,target_class){if(target_class=='.options_box'){app.load_options_box_for(clicked_class.match(/edit_(.+)/)[1]);};},after_hidden:function(clicked_class,target_class){if(target_class=='.options_box'){$('.options_box').html('');};},show_admin_code:function(){$('.admin_only').show();$.ajax({url:'/partials/top_bar.js',success:function(partial){$('body').prepend(partial);}});app.ajaxify_admin_in_place_forms();$('.options_box .erase').livequery('click',function(){var e=$(this);var name=e.next('span').html();if(!confirm("¿Seguro que deseas eliminar '"+name+"'?"))return false;var authtoken=encodeURIComponent(AUTH_TOKEN);in_progress.show_after(e);jQuery.ajax({"url":e.attr("href"),"type":"post","data":"format=js&_method=delete&authenticity_token="+authtoken,"success":function(data){if(data==''){$(e.parent()).fadeOut(function(){var parent=$(this);if(parent.hasClass('break'))parent.next('li').addClass('break');parent.remove();var options_box=e.attr("href").match(/\/([\w_]+)\/\d+/)[1];app.options_boxes[options_box]=$('.options_box').html();in_progress.hide(e);});}else{in_progress.hide(e);}}});return false;});},ajaxify_admin_in_place_forms:function(){$('form.in_place_form').livequery('submit',function(){var e=$(this);var parent=e.parent();var oldContent=parent.html();in_progress.show_appending(parent);e.hide();var objectName=e.attr("id").match(/^new_([\w_]+)$/)[1];var options_box=e.attr("action").match(/\/([\w_]+)/)[1];var value=e.find('input[type=text]').val();var authtoken=encodeURIComponent(AUTH_TOKEN);jQuery.ajax({"url":e.attr("action"),"type":"post","data":"format=js&"+objectName+'[name]='+encodeURIComponent(value)+"&authenticity_token="+authtoken,"success":function(li){$('ul.options_box_list').append(li);parent.html(oldContent);$("#new_item_field").focus();app.options_boxes[options_box]=$('.options_box').html();}});return false;});},options_boxes:{},fetch_options_box_for:function(target){$.ajax({url:'/'+target+'.js',success:function(response){app.options_boxes[target]=response;$('.options_box').html(response);}});},load_options_box_for:function(target){if(app.options_boxes[target]){$('.options_box').html(app.options_boxes[target]);}
else{in_progress.show_appending('.options_box');app.fetch_options_box_for(target);}},append_progress_in:function(selector){$(selector).append(app.progress);},context_user_id:function(element){var res,user_id;element.parents().each(function(){if((res=this.id.match(/^user_(\d+)$/i)))user_id=user_id||res[1];});return user_id;},current_user_find:function(where,what){return(eval('app.currentUser.'+where).indexOf(':'+what+':')!=-1);},current_user_is_friend_of:function(user_id){return app.current_user_find('friends',user_id);},current_user_has_a_friendship_offer_for:function(user_id){return app.current_user_find('friendship_offered',user_id);},current_user_has_a_friendship_offer_from:function(user_id){return app.current_user_find('friendship_offerings',user_id);},check_friendship_relation:function(){var friendship_relation=$('#friendship_relation');var user_id=app.context_user_id(friendship_relation);if(app.currentUser){if(user_id==app.currentUser.id)
$(friendship_relation).remove();else{$(friendship_relation).css('display','block');if(app.current_user_is_friend_of(user_id))
friendship_relation.html(app_messages.friendship.is_your_friend);else if(app.current_user_has_a_friendship_offer_for(user_id))
friendship_relation.html(app_messages.friendship.has_an_offer_pending);else if(app.current_user_has_a_friendship_offer_from(user_id))
friendship_relation.html(app_messages.friendship.you_have_its_offer_pending);else{friendship_relation.find('form').ajaxForm({dataType:'js',success:function(res,status){friendship_relation.html(res);}});}};$('td[id^=friendship_relation_with_user_] a.new_friendship_offer').livequery('click',function(e){var td_id=$(this).parent().attr('id');app.new_friendship_offer_for(this.href,app.get_id(td_id));return false;});}
else if(friendship_relation){$(friendship_relation).css('display','block');}},new_friendship_offer_for:function(href,user_id){$.post(href,{authenticity_token:AUTH_TOKEN,'friendship_offer[to_user_id]':user_id},function(res,status){$('#friendship_relation_with_user_'+user_id).html(res);},"js");},get_id:function(str){var id=null;if((res=str.match(/^.+_(\d+)$/)))id=res[1];return id;},get_dom_id:function(str){var dom_id=null;if((res=str.match(/^.+_([a-z]+_\d+)$/i)))dom_id=res[1];return dom_id;},hide_user_actions:function(){$(".user_actions").livequery(function(){var id="#"+this.id;if((dom_id=app.get_dom_id(this.id))){$("#content_notification_toggle_"+dom_id).hide();};});},current_user_html:function(){return'<img src="'+app.currentUser.avatar+"\" />\n"+'<span class="username">'+app.currentUser.name+'</span>';},captcha:null,enable_user_actions:function(){$(".anonymous_form_fields").html(app.current_user_html());$(".elements_for_anonymous_session").hide();$("fieldset.comment_block").addClass("logged");app.show_send_content_notifications();},show_send_content_notifications:function(){$(".user_actions").livequery(function(){var id=null;$(this).addClass('active');if((id=app.get_dom_id(this.id))){$(".TB_closeWindowButton").livequery("click",function(e){var rw=$("#recaptcha_widget")[0];if(rw)
$(rw).html($("#recaptcha_widget_"+id).html());else
$("#recaptcha_widget_"+id).html('');});$("#content_notification_toggle_"+id).livequery('click',function(e){var rw=$("#recaptcha_widget")[0];if(rw){$("#recaptcha_widget_"+id).html($(rw).html());$(rw).html('');}
else{$("#recaptcha_widget_"+id).html(app.captcha);Recaptcha.create("6LfgewYAAAAAAKu7-ltS1XeuCYW8lSHwH9lGDknb","recaptcha_widget_"+id,{theme:"custom",callback:Recaptcha.focus_response_field});}});};});}};var app_messages={friendship:{is_your_friend:'<p>Es tu amigo</p>',has_an_offer_pending:'<p class="pending">Tiene tu propuesta de amistad pendiente de aceptar</p>',you_have_its_offer_pending:'<p class="pending">Tienes una propuesta de amistad suya pendiente de aceptar</p>'}}
jQuery.fn.reverse=[].reverse;var twenergy={roundedCorners:function(collection){var spans="<span class='rc ne'></span>";spans+="<span class='rc nw'></span>";spans+="<span class='rc se'></span>";spans+="<span class='rc sw'></span>";$(collection).reverse().each(function(){$(this).html($(this).html()+spans);});},suscribe_to:function(collection){$('.tooltip_content li a').next().addClass('accesible')
$(collection).click(function(e){var $target=$(this);e.preventDefault();$target.attach_tooltip({body:$('.tooltip_content',$target.closest('.subscription_box')).html(),extra_class:'susbriptions_tooltip',width:200,offset_y:15})})
$('#tcktooliper li.mail form').livequery('submit',function(e){var target=$(this)
$('.alert',target.closest('.tooltip_content')).remove()
var pattern=/^([a-zA-Z0-9_.-])+@([a-zA-Z0-9_.-])+\.([a-zA-Z])+([a-zA-Z])+/;var mail=pattern.test($('input:text',target).val())
var acepted=$('.legals input',target).is(':checked');if(!mail||!acepted){e.preventDefault();if(!mail)target.closest('ul').before('<span class="alert">El email no es válido</span>');if(!acepted)target.closest('ul').before('<span class="alert">Debes aceptar las condiciones</span>')};})
$('#tcktooliper li.mail a:first, #tcktooliper li.rss a:first').live('click',function(e){e.preventDefault()
var target=$(this)
$('.alert',target.closest('.tooltip_content')).remove()
$('#tcktooliper .tooltip_content li a').removeClass('disabled')
target.addClass('disabled')
var area=$('#tcktooliper .tooltip_content');$('.data',area).addClass('accesible')
$('.data',target.parent()).removeClass('accesible');$('.susbriptions_tooltip .mail input:text:not(:hidden)').example(function(){return $(this).attr('title');});})}};TOPS={init:function(clase,clase_active){$(clase).each(function(){$(this).click(function(e){e.preventDefault();TOPS.reset(clase);$("#box_"+this.id).addClass(clase_active);$("#"+this.id).addClass(clase_active);});});},reset:function(clase,clase_active){$(clase).each(function(){$(".tops_block div").removeClass(clase_active);$(".tops_block ul li a").removeClass(clase_active);});}};EFFICENCY_TABLES={init:function(clase,clase_active){$(clase).each(function(){$(this).click(function(e){e.preventDefault();var desc=$(".challenge_intro",$(this).closest("tr"));if($(desc).hasClass(clase_active)){$(desc).removeClass(clase_active);$(this).html("Mostrar");}else{$(desc).addClass(clase_active);$(this).html("Ocultar");}});});}};CufonReplacer={replace:function(){Cufon.replace('h2')('.double_box_left h3')('.double_box_left h4')('.double_box_left a')('.double_box_right h3')('.double_box_right h4')('.efficients h3')('.read_comment h3')('.test h3')('.number_people h3')('.hightlighted_home p a.button')('.number_people ul li ul li')('p.hightlighted_top')('.challenge_box h3')('.survey_box button')('ul.guides_to_save li .content button')('.user_challenge_box h2')('.second_post strong')('.number')('.sidebar_number_people a.button')('.register_efficiency_box a')('.error h2')('.container_search h3')('.div.column_1 .project strong')('.widget_content h3')('.project_actions h4')('.tags h3')('.winner h3')('h3.title_carousel')('.facebook_efficiency_box .efficiency_box ul li h3');}};AJAX_PAGINATION={init:function(){$('.tags_results .pagination a').live("click",function(e){e.preventDefault();var target=$(this);if(target.closest('.pagination').hasClass("pagination_posts")){var cl='pagination_posts'}else{var cl='pagination_challenges'};jQuery.ajax({"url":this.href,"type":"get","dataType":"html",before:in_progress.show_hiding($('.'+cl)),"success":function(data){in_progress.hide($('.'+cl));if(cl=='pagination_posts'){$('#results_left_column').html(data);}else{$('#results_right_column').html(data);}}});return false;});}};$(function(){twenergy.roundedCorners('.rounded_corners');TOPS.init("#readed_list","active");TOPS.init("#commented_list","active");EFFICENCY_TABLES.init(".hide a","active");AJAX_PAGINATION.init();});CityRankingMap={init:function(map_id){jQuery(map_id).jmap('init',{mapType:'map',mapCenter:[40.430224,-3.703766],mapZoom:5});},add_city:function(map_id,city,city_div,show_default){jQuery(map_id).jmap('SearchAddress',{'query':city.name+", Spain",'returnType':'getLocations'},function(result,options){var valid=Mapifies.SearchCode(result.Status.code);if(valid.success){string_for_infowindow="<div class='popup_text'><p><strong>"+city.ranking+". - "+city.name+"</strong/></p><p><strong> "+city.users+"</strong> personas.<p><p>"+"<strong> "+city.challenges+"</strong> retos.</p> <p><strong>"+city.points+"</strong> puntos.</p>";jQuery.each(result.Placemark,function(i,point){jQuery(map_id).jmap('AddMarker',{'pointLatLng':[point.Point.coordinates[1],point.Point.coordinates[0]],'pointHTML':string_for_infowindow,'pointIcon':CityRankingMap.numbered_icon(city.ranking)},function(marker,options){if(show_default!=null){marker.openInfoWindowHtml(string_for_infowindow);}
GEvent.addListener(marker,"click",function(){CityRankingMap.load_active_city(city_div,city.id);});});});};});},numbered_icon:function(number){var icon=Mapifies.createIcon();icon.image="/images/markers/marker"+number+".png";return icon;},load_active_city:function(city_div,city){$(city_div+" ol li").each(function(){if($(this).hasClass('active')){$(this).removeClass('active');}});$(city_div+" ol li#city_"+city).addClass('active');}};(function(B){var H=B.fn.remove,D=B.browser.mozilla&&(parseFloat(B.browser.version)<1.9);B.ui={version:"1.6rc5",plugin:{add:function(K,J,N){var M=B.ui[K].prototype;for(var L in N){M.plugins[L]=M.plugins[L]||[];M.plugins[L].push([J,N[L]])}},call:function(J,L,K){var N=J.plugins[L];if(!N){return}for(var M=0;M<N.length;M++){if(J.options[N[M][0]]){N[M][1].apply(J.element,K)}}}},contains:function(K,J){return document.compareDocumentPosition?K.compareDocumentPosition(J)&16:K!==J&&K.contains(J)},cssCache:{},css:function(J){if(B.ui.cssCache[J]){return B.ui.cssCache[J]}var K=B('<div class="ui-gen"></div>').addClass(J).css({position:"absolute",top:"-5000px",left:"-5000px",display:"block"}).appendTo("body");B.ui.cssCache[J]=!!((!(/auto|default/).test(K.css("cursor"))||(/^[1-9]/).test(K.css("height"))||(/^[1-9]/).test(K.css("width"))||!(/none/).test(K.css("backgroundImage"))||!(/transparent|rgba\(0, 0, 0, 0\)/).test(K.css("backgroundColor"))));try{B("body").get(0).removeChild(K.get(0))}catch(L){}return B.ui.cssCache[J]},hasScroll:function(L,J){if(B(L).css("overflow")=="hidden"){return false}var M=(J&&J=="left")?"scrollLeft":"scrollTop",K=false;if(L[M]>0){return true}L[M]=1;K=(L[M]>0);L[M]=0;return K},isOverAxis:function(J,L,K){return(J>L)&&(J<(L+K))},isOver:function(O,J,N,M,L,K){return B.ui.isOverAxis(O,N,L)&&B.ui.isOverAxis(J,M,K)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(D){var E=B.attr,C=B.fn.removeAttr,I="http://www.w3.org/2005/07/aaa",F=/^aria-/,G=/^wairole:/;B.attr=function(K,J,L){var M=L!==undefined;return(J=="role"?(M?E.call(this,K,J,"wairole:"+L):(E.apply(this,arguments)||"").replace(G,"")):(F.test(J)?(M?K.setAttributeNS(I,J.replace(F,"aaa:"),L):E.call(this,K,J.replace(F,"aaa:"))):E.apply(this,arguments)))};B.fn.removeAttr=function(J){return(F.test(J)?this.each(function(){this.removeAttributeNS(I,J.replace(F,""))}):C.call(this,J))}}B.fn.extend({remove:function(){B("*",this).add(this).each(function(){B(this).triggerHandler("remove")});return H.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var J;if((B.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){J=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(B.curCSS(this,"position",1))&&(/(auto|scroll)/).test(B.curCSS(this,"overflow",1)+B.curCSS(this,"overflow-y",1)+B.curCSS(this,"overflow-x",1))}).eq(0)}else{J=this.parents().filter(function(){return(/(auto|scroll)/).test(B.curCSS(this,"overflow",1)+B.curCSS(this,"overflow-y",1)+B.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!J.length?B(document):J}});B.extend(B.expr[":"],{data:function(L,K,J){return!!B.data(L,J[3])},tabbable:function(J){var L=J.nodeName.toLowerCase();function K(M){return!(B(M).is(":hidden")||B(M).parents(":hidden").length)}return(J.tabIndex>=0&&(("a"==L&&J.href)||(/input|select|textarea|button/.test(L)&&"hidden"!=J.type&&!J.disabled))&&K(J))}});function A(N,J,O,M){function L(Q){var P=B[N][J][Q]||[];return(typeof P=="string"?P.split(/,?\s+/):P)}var K=L("getter");if(M.length==1&&typeof M[0]=="string"){K=K.concat(L("getterSetter"))}return(B.inArray(O,K)!=-1)}B.widget=function(J,K){var L=J.split(".")[0];J=J.split(".")[1];B.fn[J]=function(P){var N=(typeof P=="string"),O=Array.prototype.slice.call(arguments,1);if(N&&P.substring(0,1)=="_"){return this}if(N&&A(L,J,P,O)){var M=B.data(this[0],J);return(M?M[P].apply(M,O):undefined)}return this.each(function(){var Q=B.data(this,J);(!Q&&!N&&B.data(this,J,new B[L][J](this,P)));(Q&&N&&B.isFunction(Q[P])&&Q[P].apply(Q,O))})};B[L]=B[L]||{};B[L][J]=function(N,O){var M=this;this.namespace=L;this.widgetName=J;this.widgetEventPrefix=B[L][J].eventPrefix||J;this.widgetBaseClass=L+"-"+J;this.options=B.extend({},B.widget.defaults,B[L][J].defaults,B.metadata&&B.metadata.get(N)[J],O);this.element=B(N).bind("setData."+J,function(Q,P,R){if(Q.target==N){return M._setData(P,R)}}).bind("getData."+J,function(Q,P){if(Q.target==N){return M._getData(P)}}).bind("remove",function(){return M.destroy()});this._init()};B[L][J].prototype=B.extend({},B.widget.prototype,K);B[L][J].getterSetter="option"};B.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(L,M){var K=L,J=this;if(typeof L=="string"){if(M===undefined){return this._getData(L)}K={};K[L]=M}B.each(K,function(N,O){J._setData(N,O)})},_getData:function(J){return this.options[J]},_setData:function(J,K){this.options[J]=K;if(J=="disabled"){this.element[K?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",K)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(K,L,M){var N=this.options[K],J=(K==this.widgetEventPrefix?K:this.widgetEventPrefix+K);L=B.Event(L);L.type=J;this.element.trigger(L,M);return!(B.isFunction(N)&&N.call(this.element[0],L,M)===false||L.isDefaultPrevented())}};B.widget.defaults={disabled:false};B.ui.mouse={_mouseInit:function(){var J=this;this.element.bind("mousedown."+this.widgetName,function(K){return J._mouseDown(K)}).bind("click."+this.widgetName,function(K){if(J._preventClickEvent){J._preventClickEvent=false;return false}});if(B.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(B.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(L){(this._mouseStarted&&this._mouseUp(L));this._mouseDownEvent=L;var J=this,M=(L.which==1),K=(typeof this.options.cancel=="string"?B(L.target).parents().add(L.target).filter(this.options.cancel).length:false);if(!M||K||!this._mouseCapture(L)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){J.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(L)&&this._mouseDelayMet(L)){this._mouseStarted=(this._mouseStart(L)!==false);if(!this._mouseStarted){L.preventDefault();return true}}this._mouseMoveDelegate=function(N){return J._mouseMove(N)};this._mouseUpDelegate=function(N){return J._mouseUp(N)};B(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(B.browser.safari||L.preventDefault());return true},_mouseMove:function(J){if(B.browser.msie&&!J.button){return this._mouseUp(J)}if(this._mouseStarted){this._mouseDrag(J);return J.preventDefault()}if(this._mouseDistanceMet(J)&&this._mouseDelayMet(J)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,J)!==false);(this._mouseStarted?this._mouseDrag(J):this._mouseUp(J))}return!this._mouseStarted},_mouseUp:function(J){B(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=true;this._mouseStop(J)}return false},_mouseDistanceMet:function(J){return(Math.max(Math.abs(this._mouseDownEvent.pageX-J.pageX),Math.abs(this._mouseDownEvent.pageY-J.pageY))>=this.options.distance)},_mouseDelayMet:function(J){return this.mouseDelayMet},_mouseStart:function(J){},_mouseDrag:function(J){},_mouseStop:function(J){},_mouseCapture:function(J){return true}};B.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);(function(A){A.widget("ui.draggable",A.extend({},A.ui.mouse,{_init:function(){if(this.options.helper=="original"&&!(/^(?:r|a|f)/).test(this.element.css("position"))){this.element[0].style.position="relative"}(this.options.cssNamespace&&this.element.addClass(this.options.cssNamespace+"-draggable"));(this.options.disabled&&this.element.addClass(this.options.cssNamespace+"-draggable-disabled"));this._mouseInit()},destroy:function(){if(!this.element.data("draggable")){return}this.element.removeData("draggable").unbind(".draggable").removeClass(this.options.cssNamespace+"-draggable "+this.options.cssNamespace+"-draggable-dragging "+this.options.cssNamespace+"-draggable-disabled");this._mouseDestroy()},_mouseCapture:function(B){var C=this.options;if(this.helper||C.disabled||A(B.target).is("."+this.options.cssNamespace+"-resizable-handle")){return false}this.handle=this._getHandle(B);if(!this.handle){return false}return true},_mouseStart:function(B){var C=this.options;this.helper=this._createHelper(B);this._cacheHelperProportions();if(A.ui.ddmanager){A.ui.ddmanager.current=this}this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};A.extend(this.offset,{click:{left:B.pageX-this.offset.left,top:B.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(B);this.originalPageX=B.pageX;this.originalPageY=B.pageY;if(C.cursorAt){this._adjustOffsetFromHelper(C.cursorAt)}if(C.containment){this._setContainment()}this._trigger("start",B);this._cacheHelperProportions();if(A.ui.ddmanager&&!C.dropBehaviour){A.ui.ddmanager.prepareOffsets(this,B)}this.helper.addClass(C.cssNamespace+"-draggable-dragging");this._mouseDrag(B,true);return true},_mouseDrag:function(B,D){this.position=this._generatePosition(B);this.positionAbs=this._convertPositionTo("absolute");if(!D){var C=this._uiHash();this._trigger("drag",B,C);this.position=C.position}if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}if(A.ui.ddmanager){A.ui.ddmanager.drag(this,B)}return false},_mouseStop:function(C){var D=false;if(A.ui.ddmanager&&!this.options.dropBehaviour){D=A.ui.ddmanager.drop(this,C)}if(this.dropped){D=this.dropped;this.dropped=false}if((this.options.revert=="invalid"&&!D)||(this.options.revert=="valid"&&D)||this.options.revert===true||(A.isFunction(this.options.revert)&&this.options.revert.call(this.element,D))){var B=this;A(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){B._trigger("stop",C);B._clear()})}else{this._trigger("stop",C);this._clear()}return false},_getHandle:function(C){var B=!this.options.handle||!A(this.options.handle,this.element).length?true:false;A(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==C.target){B=true}});return B},_createHelper:function(C){var D=this.options;var B=A.isFunction(D.helper)?A(D.helper.apply(this.element[0],[C])):(D.helper=="clone"?this.element.clone():this.element);if(!B.parents("body").length){B.appendTo((D.appendTo=="parent"?this.element[0].parentNode:D.appendTo))}if(B[0]!=this.element[0]&&!(/(fixed|absolute)/).test(B.css("position"))){B.css("position","absolute")}return B},_adjustOffsetFromHelper:function(B){if(B.left!=undefined){this.offset.click.left=B.left+this.margins.left}if(B.right!=undefined){this.offset.click.left=this.helperProportions.width-B.right+this.margins.left}if(B.top!=undefined){this.offset.click.top=B.top+this.margins.top}if(B.bottom!=undefined){this.offset.click.top=this.helperProportions.height-B.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var B=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0])){B.left+=this.scrollParent.scrollLeft();B.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body&&A.browser.mozilla)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&A.browser.msie)){B={top:0,left:0}}return{top:B.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:B.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var B=this.element.position();return{top:B.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:B.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.element.css("marginLeft"),10)||0),top:(parseInt(this.element.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var E=this.options;if(E.containment=="parent"){E.containment=this.helper[0].parentNode}if(E.containment=="document"||E.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,A(E.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(A(E.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(E.containment)){var C=A(E.containment)[0];var D=A(E.containment).offset();var B=(A(C).css("overflow")!="hidden");this.containment=[D.left+(parseInt(A(C).css("borderLeftWidth"),10)||0)-this.margins.left,D.top+(parseInt(A(C).css("borderTopWidth"),10)||0)-this.margins.top,D.left+(B?Math.max(C.scrollWidth,C.offsetWidth):C.offsetWidth)-(parseInt(A(C).css("borderLeftWidth"),10)||0)-this.helperProportions.width-this.margins.left,D.top+(B?Math.max(C.scrollHeight,C.offsetHeight):C.offsetHeight)-(parseInt(A(C).css("borderTopWidth"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(E,G){if(!G){G=this.position}var B=E=="absolute"?1:-1;var D=this.options,C=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,F=(/(html|body)/i).test(C[0].tagName);return{top:(G.top+this.offset.relative.top*B+this.offset.parent.top*B-(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(F?0:C.scrollTop()))*B),left:(G.left+this.offset.relative.left*B+this.offset.parent.left*B-(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():F?0:C.scrollLeft())*B)}},_generatePosition:function(D){var H=this.options,E=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,I=(/(html|body)/i).test(E[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var C=D.pageX;var B=D.pageY;if(this.originalPosition){if(this.containment){if(D.pageX-this.offset.click.left<this.containment[0]){C=this.containment[0]+this.offset.click.left}if(D.pageY-this.offset.click.top<this.containment[1]){B=this.containment[1]+this.offset.click.top}if(D.pageX-this.offset.click.left>this.containment[2]){C=this.containment[2]+this.offset.click.left}if(D.pageY-this.offset.click.top>this.containment[3]){B=this.containment[3]+this.offset.click.top}}if(H.grid){var G=this.originalPageY+Math.round((B-this.originalPageY)/H.grid[1])*H.grid[1];B=this.containment?(!(G-this.offset.click.top<this.containment[1]||G-this.offset.click.top>this.containment[3])?G:(!(G-this.offset.click.top<this.containment[1])?G-H.grid[1]:G+H.grid[1])):G;var F=this.originalPageX+Math.round((C-this.originalPageX)/H.grid[0])*H.grid[0];C=this.containment?(!(F-this.offset.click.left<this.containment[0]||F-this.offset.click.left>this.containment[2])?F:(!(F-this.offset.click.left<this.containment[0])?F-H.grid[0]:F+H.grid[0])):F}}return{top:(B-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(I?0:E.scrollTop()))),left:(C-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():I?0:E.scrollLeft()))}},_clear:function(){this.helper.removeClass(this.options.cssNamespace+"-draggable-dragging");if(this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval){this.helper.remove()}this.helper=null;this.cancelHelperRemoval=false},_trigger:function(B,C,D){D=D||this._uiHash();A.ui.plugin.call(this,B,[C,D]);if(B=="drag"){this.positionAbs=this._convertPositionTo("absolute")}return A.widget.prototype._trigger.call(this,B,C,D)},plugins:{},_uiHash:function(B){return{helper:this.helper,position:this.position,absolutePosition:this.positionAbs,options:this.options}}}));A.extend(A.ui.draggable,{version:"1.6rc5",eventPrefix:"drag",defaults:{appendTo:"parent",axis:false,cancel:":input,option",connectToSortable:false,containment:false,cssNamespace:"ui",cursor:"default",cursorAt:null,delay:0,distance:1,grid:false,handle:false,helper:"original",iframeFix:false,opacity:null,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:null}});A.ui.plugin.add("draggable","connectToSortable",{start:function(B,D){var C=A(this).data("draggable");C.sortables=[];A(D.options.connectToSortable).each(function(){A(this+"").each(function(){if(A.data(this,"sortable")){var E=A.data(this,"sortable");C.sortables.push({instance:E,shouldRevert:E.options.revert});E._refreshItems();E._trigger("activate",B,C)}})})},stop:function(B,D){var C=A(this).data("draggable");A.each(C.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;C.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert){this.instance.options.revert=true}this.instance._mouseStop(B);this.instance.element.triggerHandler("sortreceive",[B,A.extend(this.instance._uiHash(),{sender:C.element})],this.instance.options.receive);this.instance.options.helper=this.instance.options._helper;if(C.options.helper=="original"){this.instance.currentItem.css({top:"auto",left:"auto"})}}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",B,C)}})},drag:function(C,F){var E=A(this).data("draggable"),B=this;var D=function(I){var O=this.offset.click.top,M=this.offset.click.left;var G=this.positionAbs.top,K=this.positionAbs.left;var J=I.height,L=I.width;var N=I.top,H=I.left;return A.ui.isOver(G+O,K+M,N,H,J,L)};A.each(E.sortables,function(G){if(D.call(E,this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=A(B).clone().appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return F.helper[0]};C.target=this.instance.currentItem[0];this.instance._mouseCapture(C,true);this.instance._mouseStart(C,true,true);this.instance.offset.click.top=E.offset.click.top;this.instance.offset.click.left=E.offset.click.left;this.instance.offset.parent.left-=E.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=E.offset.parent.top-this.instance.offset.parent.top;E._trigger("toSortable",C);E.dropped=this.instance.element;this.instance.fromOutside=true}if(this.instance.currentItem){this.instance._mouseDrag(C)}}else{if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._mouseStop(C,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();if(this.instance.placeholder){this.instance.placeholder.remove()}E._trigger("fromSortable",C);E.dropped=false}}})}});A.ui.plugin.add("draggable","cursor",{start:function(C,D){var B=A("body");if(B.css("cursor")){D.options._cursor=B.css("cursor")}B.css("cursor",D.options.cursor)},stop:function(B,C){if(C.options._cursor){A("body").css("cursor",C.options._cursor)}}});A.ui.plugin.add("draggable","iframeFix",{start:function(B,C){A(C.options.iframeFix===true?"iframe":C.options.iframeFix).each(function(){A('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1000}).css(A(this).offset()).appendTo("body")})},stop:function(B,C){A("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});A.ui.plugin.add("draggable","opacity",{start:function(C,D){var B=A(D.helper);if(B.css("opacity")){D.options._opacity=B.css("opacity")}B.css("opacity",D.options.opacity)},stop:function(B,C){if(C.options._opacity){A(C.helper).css("opacity",C.options._opacity)}}});A.ui.plugin.add("draggable","scroll",{start:function(C,D){var E=D.options;var B=A(this).data("draggable");if(B.scrollParent[0]!=document&&B.scrollParent[0].tagName!="HTML"){B.overflowOffset=B.scrollParent.offset()}},drag:function(D,E){var F=E.options,C=false;var B=A(this).data("draggable");if(B.scrollParent[0]!=document&&B.scrollParent[0].tagName!="HTML"){if((B.overflowOffset.top+B.scrollParent[0].offsetHeight)-D.pageY<F.scrollSensitivity){B.scrollParent[0].scrollTop=C=B.scrollParent[0].scrollTop+F.scrollSpeed}else{if(D.pageY-B.overflowOffset.top<F.scrollSensitivity){B.scrollParent[0].scrollTop=C=B.scrollParent[0].scrollTop-F.scrollSpeed}}if((B.overflowOffset.left+B.scrollParent[0].offsetWidth)-D.pageX<F.scrollSensitivity){B.scrollParent[0].scrollLeft=C=B.scrollParent[0].scrollLeft+F.scrollSpeed}else{if(D.pageX-B.overflowOffset.left<F.scrollSensitivity){B.scrollParent[0].scrollLeft=C=B.scrollParent[0].scrollLeft-F.scrollSpeed}}}else{if(D.pageY-A(document).scrollTop()<F.scrollSensitivity){C=A(document).scrollTop(A(document).scrollTop()-F.scrollSpeed)}else{if(A(window).height()-(D.pageY-A(document).scrollTop())<F.scrollSensitivity){C=A(document).scrollTop(A(document).scrollTop()+F.scrollSpeed)}}if(D.pageX-A(document).scrollLeft()<F.scrollSensitivity){C=A(document).scrollLeft(A(document).scrollLeft()-F.scrollSpeed)}else{if(A(window).width()-(D.pageX-A(document).scrollLeft())<F.scrollSensitivity){C=A(document).scrollLeft(A(document).scrollLeft()+F.scrollSpeed)}}}if(C!==false&&A.ui.ddmanager&&!F.dropBehaviour){A.ui.ddmanager.prepareOffsets(B,D)}}});A.ui.plugin.add("draggable","snap",{start:function(B,D){var C=A(this).data("draggable");C.snapElements=[];A(D.options.snap.constructor!=String?(D.options.snap.items||":data(draggable)"):D.options.snap).each(function(){var F=A(this);var E=F.offset();if(this!=C.element[0]){C.snapElements.push({item:this,width:F.outerWidth(),height:F.outerHeight(),top:E.top,left:E.left})}})},drag:function(M,K){var E=A(this).data("draggable");var Q=K.options.snapTolerance;var P=K.absolutePosition.left,O=P+E.helperProportions.width,D=K.absolutePosition.top,C=D+E.helperProportions.height;for(var N=E.snapElements.length-1;N>=0;N--){var L=E.snapElements[N].left,J=L+E.snapElements[N].width,I=E.snapElements[N].top,R=I+E.snapElements[N].height;if(!((L-Q<P&&P<J+Q&&I-Q<D&&D<R+Q)||(L-Q<P&&P<J+Q&&I-Q<C&&C<R+Q)||(L-Q<O&&O<J+Q&&I-Q<D&&D<R+Q)||(L-Q<O&&O<J+Q&&I-Q<C&&C<R+Q))){if(E.snapElements[N].snapping){(E.options.snap.release&&E.options.snap.release.call(E.element,M,A.extend(E._uiHash(),{snapItem:E.snapElements[N].item})))}E.snapElements[N].snapping=false;continue}if(K.options.snapMode!="inner"){var B=Math.abs(I-C)<=Q;var S=Math.abs(R-D)<=Q;var G=Math.abs(L-O)<=Q;var H=Math.abs(J-P)<=Q;if(B){K.position.top=E._convertPositionTo("relative",{top:I-E.helperProportions.height,left:0}).top}if(S){K.position.top=E._convertPositionTo("relative",{top:R,left:0}).top}if(G){K.position.left=E._convertPositionTo("relative",{top:0,left:L-E.helperProportions.width}).left}if(H){K.position.left=E._convertPositionTo("relative",{top:0,left:J}).left}}var F=(B||S||G||H);if(K.options.snapMode!="outer"){var B=Math.abs(I-D)<=Q;var S=Math.abs(R-C)<=Q;var G=Math.abs(L-P)<=Q;var H=Math.abs(J-O)<=Q;if(B){K.position.top=E._convertPositionTo("relative",{top:I,left:0}).top}if(S){K.position.top=E._convertPositionTo("relative",{top:R-E.helperProportions.height,left:0}).top}if(G){K.position.left=E._convertPositionTo("relative",{top:0,left:L}).left}if(H){K.position.left=E._convertPositionTo("relative",{top:0,left:J-E.helperProportions.width}).left}}if(!E.snapElements[N].snapping&&(B||S||G||H||F)){(E.options.snap.snap&&E.options.snap.snap.call(E.element,M,A.extend(E._uiHash(),{snapItem:E.snapElements[N].item})))}E.snapElements[N].snapping=(B||S||G||H||F)}}});A.ui.plugin.add("draggable","stack",{start:function(B,C){var D=A.makeArray(A(C.options.stack.group)).sort(function(F,E){return(parseInt(A(F).css("zIndex"),10)||C.options.stack.min)-(parseInt(A(E).css("zIndex"),10)||C.options.stack.min)});A(D).each(function(E){this.style.zIndex=C.options.stack.min+E});this[0].style.zIndex=C.options.stack.min+D.length}});A.ui.plugin.add("draggable","zIndex",{start:function(C,D){var B=A(D.helper);if(B.css("zIndex")){D.options._zIndex=B.css("zIndex")}B.css("zIndex",D.options.zIndex)},stop:function(B,C){if(C.options._zIndex){A(C.helper).css("zIndex",C.options._zIndex)}}})})(jQuery);(function(A){A.widget("ui.droppable",{_init:function(){var C=this.options,B=C.accept;this.isover=0;this.isout=1;this.options.accept=this.options.accept&&A.isFunction(this.options.accept)?this.options.accept:function(D){return D.is(B)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};A.ui.ddmanager.droppables[this.options.scope]=A.ui.ddmanager.droppables[this.options.scope]||[];A.ui.ddmanager.droppables[this.options.scope].push(this);(this.options.cssNamespace&&this.element.addClass(this.options.cssNamespace+"-droppable"))},destroy:function(){var B=A.ui.ddmanager.droppables[this.options.scope];for(var C=0;C<B.length;C++){if(B[C]==this){B.splice(C,1)}}this.element.removeClass(this.options.cssNamespace+"-droppable "+this.options.cssNamespace+"-droppable-disabled").removeData("droppable").unbind(".droppable")},_setData:function(B,C){if(B=="accept"){this.options.accept=C&&A.isFunction(C)?C:function(D){return D.is(accept)}}else{A.widget.prototype._setData.apply(this,arguments)}},_activate:function(B){var C=A.ui.ddmanager.current;A.ui.plugin.call(this,"activate",[B,this.ui(C)]);(C&&this._trigger("activate",B,this.ui(C)))},_deactivate:function(B){var C=A.ui.ddmanager.current;A.ui.plugin.call(this,"deactivate",[B,this.ui(C)]);(C&&this._trigger("deactivate",B,this.ui(C)))},_over:function(B){var C=A.ui.ddmanager.current;if(!C||(C.currentItem||C.element)[0]==this.element[0]){return}if(this.options.accept.call(this.element,(C.currentItem||C.element))){A.ui.plugin.call(this,"over",[B,this.ui(C)]);this._trigger("over",B,this.ui(C))}},_out:function(B){var C=A.ui.ddmanager.current;if(!C||(C.currentItem||C.element)[0]==this.element[0]){return}if(this.options.accept.call(this.element,(C.currentItem||C.element))){A.ui.plugin.call(this,"out",[B,this.ui(C)]);this._trigger("out",B,this.ui(C))}},_drop:function(C,B){var D=B||A.ui.ddmanager.current;if(!D||(D.currentItem||D.element)[0]==this.element[0]){return false}var E=false;this.element.find(":data(droppable)").not("."+D.options.cssNamespace+"-draggable-dragging").each(function(){var F=A.data(this,"droppable");if(F.options.greedy&&A.ui.intersect(D,A.extend(F,{offset:F.element.offset()}),F.options.tolerance)){E=true;return false}});if(E){return false}if(this.options.accept.call(this.element,(D.currentItem||D.element))){A.ui.plugin.call(this,"drop",[C,this.ui(D)]);this._trigger("drop",C,this.ui(D));return this.element}return false},plugins:{},ui:function(B){return{draggable:(B.currentItem||B.element),helper:B.helper,position:B.position,absolutePosition:B.positionAbs,options:this.options,element:this.element}}});A.extend(A.ui.droppable,{version:"1.6rc5",eventPrefix:"drop",defaults:{accept:"*",activeClass:null,cssNamespace:"ui",greedy:false,hoverClass:null,scope:"default",tolerance:"intersect"}});A.ui.intersect=function(L,E,M){if(!E.offset){return false}var D=(L.positionAbs||L.position.absolute).left,C=D+L.helperProportions.width,N=(L.positionAbs||L.position.absolute).top,K=N+L.helperProportions.height;var F=E.offset.left,B=F+E.proportions.width,O=E.offset.top,J=O+E.proportions.height;switch(M){case"fit":return(F<D&&C<B&&O<N&&K<J);break;case"intersect":return(F<D+(L.helperProportions.width/2)&&C-(L.helperProportions.width/2)<B&&O<N+(L.helperProportions.height/2)&&K-(L.helperProportions.height/2)<J);break;case"pointer":var G=((L.positionAbs||L.position.absolute).left+(L.clickOffset||L.offset.click).left),H=((L.positionAbs||L.position.absolute).top+(L.clickOffset||L.offset.click).top),I=A.ui.isOver(H,G,O,F,E.proportions.height,E.proportions.width);return I;break;case"touch":return((N>=O&&N<=J)||(K>=O&&K<=J)||(N<O&&K>J))&&((D>=F&&D<=B)||(C>=F&&C<=B)||(D<F&&C>B));break;default:return false;break}};A.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(E,G){var B=A.ui.ddmanager.droppables[E.options.scope];var F=G?G.type:null;var H=(E.currentItem||E.element).find(":data(droppable)").andSelf();droppablesLoop:for(var D=0;D<B.length;D++){if(B[D].options.disabled||(E&&!B[D].options.accept.call(B[D].element,(E.currentItem||E.element)))){continue}for(var C=0;C<H.length;C++){if(H[C]==B[D].element[0]){B[D].proportions.height=0;continue droppablesLoop}}B[D].visible=B[D].element.css("display")!="none";if(!B[D].visible){continue}B[D].offset=B[D].element.offset();B[D].proportions={width:B[D].element[0].offsetWidth,height:B[D].element[0].offsetHeight};if(F=="dragstart"||F=="sortactivate"){B[D]._activate.call(B[D],G)}}},drop:function(C,B){var D=false;A.each(A.ui.ddmanager.droppables[C.options.scope],function(){if(!this.options){return}if(!this.options.disabled&&this.visible&&A.ui.intersect(C,this,this.options.tolerance)){D=this._drop.call(this,B)}if(!this.options.disabled&&this.visible&&this.options.accept.call(this.element,(C.currentItem||C.element))){this.isout=1;this.isover=0;this._deactivate.call(this,B)}});return D},drag:function(C,B){if(C.options.refreshPositions){A.ui.ddmanager.prepareOffsets(C,B)}A.each(A.ui.ddmanager.droppables[C.options.scope],function(){if(this.options.disabled||this.greedyChild||!this.visible){return}var D=A.ui.intersect(C,this,this.options.tolerance);var G=!D&&this.isover==1?"isout":(D&&this.isover==0?"isover":null);if(!G){return}var F;if(this.options.greedy){var E=this.element.parents(":data(droppable):eq(0)");if(E.length){F=A.data(E[0],"droppable");F.greedyChild=(G=="isover"?1:0)}}if(F&&G=="isover"){F.isover=0;F.isout=1;F._out.call(F,B)}this[G]=1;this[G=="isout"?"isover":"isout"]=0;this[G=="isover"?"_over":"_out"].call(this,B);if(F&&G=="isout"){F.isout=0;F.isover=1;F._over.call(F,B)}})}};A.ui.plugin.add("droppable","activeClass",{activate:function(B,C){A(this).addClass(C.options.activeClass)},deactivate:function(B,C){A(this).removeClass(C.options.activeClass)},drop:function(B,C){A(this).removeClass(C.options.activeClass)}});A.ui.plugin.add("droppable","hoverClass",{over:function(B,C){A(this).addClass(C.options.hoverClass)},out:function(B,C){A(this).removeClass(C.options.hoverClass)},drop:function(B,C){A(this).removeClass(C.options.hoverClass)}})})(jQuery);(function(A){A.widget("ui.sortable",A.extend({},A.ui.mouse,{_init:function(){var B=this.options;this.containerCache={};(this.options.cssNamespace&&this.element.addClass(this.options.cssNamespace+"-sortable"));this.refresh();this.floating=this.items.length?(/left|right/).test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass(this.options.cssNamespace+"-sortable "+this.options.cssNamespace+"-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var B=this.items.length-1;B>=0;B--){this.items[B].item.removeData("sortable-item")}},_mouseCapture:function(F,B){if(this.reverting){return false}if(this.options.disabled||this.options.type=="static"){return false}this._refreshItems(F);var E=null,D=this,C=A(F.target).parents().each(function(){if(A.data(this,"sortable-item")==D){E=A(this);return false}});if(A.data(F.target,"sortable-item")==D){E=A(F.target)}if(!E){return false}if(this.options.handle&&!B){var G=false;A(this.options.handle,E).find("*").andSelf().each(function(){if(this==F.target){G=true}});if(!G){return false}}this.currentItem=E;this._removeCurrentsFromItems();return true},_mouseStart:function(E,B,D){var F=this.options;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(E);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");A.extend(this.offset,{click:{left:E.pageX-this.offset.left,top:E.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(E);this.originalPageX=E.pageX;this.originalPageY=E.pageY;if(F.cursorAt){this._adjustOffsetFromHelper(F.cursorAt)}this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};if(this.helper[0]!=this.currentItem[0]){this.currentItem.hide()}this._createPlaceholder();if(F.containment){this._setContainment()}this._trigger("start",E);if(!this._preserveHelperProportions){this._cacheHelperProportions()}if(!D){for(var C=this.containers.length-1;C>=0;C--){this.containers[C]._trigger("activate",E,this)}}if(A.ui.ddmanager){A.ui.ddmanager.current=this}if(A.ui.ddmanager&&!F.dropBehaviour){A.ui.ddmanager.prepareOffsets(this,E)}this.dragging=true;this.helper.addClass(F.cssNamespace+"-sortable-helper");this._mouseDrag(E);return true},_mouseDrag:function(E){this.position=this._generatePosition(E);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs){this.lastPositionAbs=this.positionAbs}A.ui.plugin.call(this,"sort",[E,this._uiHash()]);this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}for(var C=this.items.length-1;C>=0;C--){var D=this.items[C],B=D.item[0],F=this._intersectsWithPointer(D);if(!F){continue}if(B!=this.currentItem[0]&&this.placeholder[F==1?"next":"prev"]()[0]!=B&&!A.ui.contains(this.placeholder[0],B)&&(this.options.type=="semi-dynamic"?!A.ui.contains(this.element[0],B):true)){this.direction=F==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(D)){this.options.sortIndicator.call(this,E,D)}else{break}this._trigger("change",E);break}}this._contactContainers(E);if(A.ui.ddmanager){A.ui.ddmanager.drag(this,E)}this._trigger("sort",E);this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(C,E){if(!C){return}if(A.ui.ddmanager&&!this.options.dropBehaviour){A.ui.ddmanager.drop(this,C)}if(this.options.revert){var B=this;var D=B.placeholder.offset();B.reverting=true;A(this.helper).animate({left:D.left-this.offset.parent.left-B.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:D.top-this.offset.parent.top-B.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){B._clear(C)})}else{this._clear(C,E)}return false},cancel:function(){if(this.dragging){this._mouseUp();if(this.options.helper=="original"){this.currentItem.css(this._storedCSS).removeClass(this.options.cssNamespace+"-sortable-helper")}else{this.currentItem.show()}for(var B=this.containers.length-1;B>=0;B--){this.containers[B]._trigger("deactivate",null,this);if(this.containers[B].containerCache.over){this.containers[B]._trigger("out",null,this);this.containers[B].containerCache.over=0}}}if(this.placeholder[0].parentNode){this.placeholder[0].parentNode.removeChild(this.placeholder[0])}if(this.options.helper!="original"&&this.helper&&this.helper[0].parentNode){this.helper.remove()}A.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});if(this.domPosition.prev){A(this.domPosition.prev).after(this.currentItem)}else{A(this.domPosition.parent).prepend(this.currentItem)}return true},serialize:function(D){var B=this._getItemsAsjQuery(D&&D.connected);var C=[];D=D||{};A(B).each(function(){var E=(A(D.item||this).attr(D.attribute||"id")||"").match(D.expression||(/(.+)[-=_](.+)/));if(E){C.push((D.key||E[1]+"[]")+"="+(D.key&&D.expression?E[1]:E[2]))}});return C.join("&")},toArray:function(D){var B=this._getItemsAsjQuery(D&&D.connected);var C=[];D=D||{};B.each(function(){C.push(A(D.item||this).attr(D.attribute||"id")||"")});return C},_intersectsWith:function(L){var D=this.positionAbs.left,C=D+this.helperProportions.width,J=this.positionAbs.top,I=J+this.helperProportions.height;var E=L.left,B=E+L.width,K=L.top,H=K+L.height;var M=this.offset.click.top,G=this.offset.click.left;var F=(J+M)>K&&(J+M)<H&&(D+G)>E&&(D+G)<B;if(this.options.tolerance=="pointer"||this.options.forcePointerForContainers||(this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>L[this.floating?"width":"height"])){return F}else{return(E<D+(this.helperProportions.width/2)&&C-(this.helperProportions.width/2)<B&&K<J+(this.helperProportions.height/2)&&I-(this.helperProportions.height/2)<H)}},_intersectsWithPointer:function(D){var G=A.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,D.top,D.height),C=A.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,D.left,D.width),F=G&&C,B=this._getDragVerticalDirection(),E=this._getDragHorizontalDirection();if(!F){return false}return this.floating?(((E&&E=="right")||B=="down")?2:1):(B&&(B=="down"?2:1))},_intersectsWithSides:function(E){var D=A.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,E.top+(E.height/2),E.height),C=A.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,E.left+(E.width/2),E.width),B=this._getDragVerticalDirection(),F=this._getDragHorizontalDirection();if(this.floating&&F){return((F=="right"&&C)||(F=="left"&&!C))}else{return B&&((B=="down"&&D)||(B=="up"&&!D))}},_getDragVerticalDirection:function(){var B=this.positionAbs.top-this.lastPositionAbs.top;return B!=0&&(B>0?"down":"up")},_getDragHorizontalDirection:function(){var B=this.positionAbs.left-this.lastPositionAbs.left;return B!=0&&(B>0?"right":"left")},refresh:function(B){this._refreshItems(B);this.refreshPositions()},_getItemsAsjQuery:function(B){var D=this;var C=[];var F=[];if(this.options.connectWith&&B){for(var G=this.options.connectWith.length-1;G>=0;G--){var I=A(this.options.connectWith[G]);for(var E=I.length-1;E>=0;E--){var H=A.data(I[E],"sortable");if(H&&H!=this&&!H.options.disabled){F.push([A.isFunction(H.options.items)?H.options.items.call(H.element):A(H.options.items,H.element).not("."+H.options.cssNamespace+"-sortable-helper"),H])}}}}F.push([A.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):A(this.options.items,this.element).not("."+this.options.cssNamespace+"-sortable-helper"),this]);for(var G=F.length-1;G>=0;G--){F[G][0].each(function(){C.push(this)})}return A(C)},_removeCurrentsFromItems:function(){var D=this.currentItem.find(":data(sortable-item)");for(var C=0;C<this.items.length;C++){for(var B=0;B<D.length;B++){if(D[B]==this.items[C].item[0]){this.items.splice(C,1)}}}},_refreshItems:function(B){this.items=[];this.containers=[this];var H=this.items;var M=this;var E=[[A.isFunction(this.options.items)?this.options.items.call(this.element[0],B,{item:this.currentItem}):A(this.options.items,this.element),this]];if(this.options.connectWith){for(var F=this.options.connectWith.length-1;F>=0;F--){var J=A(this.options.connectWith[F]);for(var D=J.length-1;D>=0;D--){var G=A.data(J[D],"sortable");if(G&&G!=this&&!G.options.disabled){E.push([A.isFunction(G.options.items)?G.options.items.call(G.element[0],B,{item:this.currentItem}):A(G.options.items,G.element),G]);this.containers.push(G)}}}}for(var F=E.length-1;F>=0;F--){var I=E[F][1];var C=E[F][0];for(var D=0,K=C.length;D<K;D++){var L=A(C[D]);L.data("sortable-item",I);H.push({item:L,instance:I,width:0,height:0,left:0,top:0})}}},refreshPositions:function(B){if(this.offsetParent&&this.helper){this.offset.parent=this._getParentOffset()}for(var D=this.items.length-1;D>=0;D--){var E=this.items[D];if(E.instance!=this.currentContainer&&this.currentContainer&&E.item[0]!=this.currentItem[0]){continue}var C=this.options.toleranceElement?A(this.options.toleranceElement,E.item):E.item;if(!B){if(this.options.accurateIntersection){E.width=C.outerWidth();E.height=C.outerHeight()}else{E.width=C[0].offsetWidth;E.height=C[0].offsetHeight}}var F=C.offset();E.left=F.left;E.top=F.top}if(this.options.custom&&this.options.custom.refreshContainers){this.options.custom.refreshContainers.call(this)}else{for(var D=this.containers.length-1;D>=0;D--){var F=this.containers[D].element.offset();this.containers[D].containerCache.left=F.left;this.containers[D].containerCache.top=F.top;this.containers[D].containerCache.width=this.containers[D].element.outerWidth();this.containers[D].containerCache.height=this.containers[D].element.outerHeight()}}},_createPlaceholder:function(D){var C=D||this,E=C.options;if(!E.placeholder||E.placeholder.constructor==String){var B=E.placeholder;E.placeholder={element:function(){var F=A(document.createElement(C.currentItem[0].nodeName)).addClass(B||C.currentItem[0].className+" "+C.options.cssNamespace+"-sortable-placeholder").removeClass(C.options.cssNamespace+"-sortable-helper")[0];if(!B){F.style.visibility="hidden"}return F},update:function(F,G){if(B&&!E.forcePlaceholderSize){return}if(!G.height()){G.height(C.currentItem.innerHeight()-parseInt(C.currentItem.css("paddingTop")||0,10)-parseInt(C.currentItem.css("paddingBottom")||0,10))}if(!G.width()){G.width(C.currentItem.innerWidth()-parseInt(C.currentItem.css("paddingLeft")||0,10)-parseInt(C.currentItem.css("paddingRight")||0,10))}}}}C.placeholder=A(E.placeholder.element.call(C.element,C.currentItem));C.currentItem.after(C.placeholder);E.placeholder.update(C,C.placeholder)},_contactContainers:function(D){for(var C=this.containers.length-1;C>=0;C--){if(this._intersectsWith(this.containers[C].containerCache)){if(!this.containers[C].containerCache.over){if(this.currentContainer!=this.containers[C]){var H=10000;var G=null;var E=this.positionAbs[this.containers[C].floating?"left":"top"];for(var B=this.items.length-1;B>=0;B--){if(!A.ui.contains(this.containers[C].element[0],this.items[B].item[0])){continue}var F=this.items[B][this.containers[C].floating?"left":"top"];if(Math.abs(F-E)<H){H=Math.abs(F-E);G=this.items[B]}}if(!G&&!this.options.dropOnEmpty){continue}this.currentContainer=this.containers[C];G?this.options.sortIndicator.call(this,D,G,null,true):this.options.sortIndicator.call(this,D,null,this.containers[C].element,true);this._trigger("change",D);this.containers[C]._trigger("change",D,this);this.options.placeholder.update(this.currentContainer,this.placeholder)}this.containers[C]._trigger("over",D,this);this.containers[C].containerCache.over=1}}else{if(this.containers[C].containerCache.over){this.containers[C]._trigger("out",D,this);this.containers[C].containerCache.over=0}}}},_createHelper:function(C){var D=this.options;var B=A.isFunction(D.helper)?A(D.helper.apply(this.element[0],[C,this.currentItem])):(D.helper=="clone"?this.currentItem.clone():this.currentItem);if(!B.parents("body").length){A(D.appendTo!="parent"?D.appendTo:this.currentItem[0].parentNode)[0].appendChild(B[0])}if(B[0]==this.currentItem[0]){this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}}if(B[0].style.width==""||D.forceHelperSize){B.width(this.currentItem.width())}if(B[0].style.height==""||D.forceHelperSize){B.height(this.currentItem.height())}return B},_adjustOffsetFromHelper:function(B){if(B.left!=undefined){this.offset.click.left=B.left+this.margins.left}if(B.right!=undefined){this.offset.click.left=this.helperProportions.width-B.right+this.margins.left}if(B.top!=undefined){this.offset.click.top=B.top+this.margins.top}if(B.bottom!=undefined){this.offset.click.top=this.helperProportions.height-B.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var B=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0])){B.left+=this.scrollParent.scrollLeft();B.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body&&A.browser.mozilla)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&A.browser.msie)){B={top:0,left:0}}return{top:B.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:B.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var B=this.currentItem.position();return{top:B.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:B.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.currentItem.css("marginLeft"),10)||0),top:(parseInt(this.currentItem.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var E=this.options;if(E.containment=="parent"){E.containment=this.helper[0].parentNode}if(E.containment=="document"||E.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,A(E.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(A(E.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(E.containment)){var C=A(E.containment)[0];var D=A(E.containment).offset();var B=(A(C).css("overflow")!="hidden");this.containment=[D.left+(parseInt(A(C).css("borderLeftWidth"),10)||0)-this.margins.left,D.top+(parseInt(A(C).css("borderTopWidth"),10)||0)-this.margins.top,D.left+(B?Math.max(C.scrollWidth,C.offsetWidth):C.offsetWidth)-(parseInt(A(C).css("borderLeftWidth"),10)||0)-this.helperProportions.width-this.margins.left,D.top+(B?Math.max(C.scrollHeight,C.offsetHeight):C.offsetHeight)-(parseInt(A(C).css("borderTopWidth"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(E,G){if(!G){G=this.position}var B=E=="absolute"?1:-1;var D=this.options,C=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,F=(/(html|body)/i).test(C[0].tagName);return{top:(G.top+this.offset.relative.top*B+this.offset.parent.top*B-(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(F?0:C.scrollTop()))*B),left:(G.left+this.offset.relative.left*B+this.offset.parent.left*B-(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():F?0:C.scrollLeft())*B)}},_generatePosition:function(D){var H=this.options,E=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,I=(/(html|body)/i).test(E[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var C=D.pageX;var B=D.pageY;if(this.originalPosition){if(this.containment){if(D.pageX-this.offset.click.left<this.containment[0]){C=this.containment[0]+this.offset.click.left}if(D.pageY-this.offset.click.top<this.containment[1]){B=this.containment[1]+this.offset.click.top}if(D.pageX-this.offset.click.left>this.containment[2]){C=this.containment[2]+this.offset.click.left}if(D.pageY-this.offset.click.top>this.containment[3]){B=this.containment[3]+this.offset.click.top}}if(H.grid){var G=this.originalPageY+Math.round((B-this.originalPageY)/H.grid[1])*H.grid[1];B=this.containment?(!(G-this.offset.click.top<this.containment[1]||G-this.offset.click.top>this.containment[3])?G:(!(G-this.offset.click.top<this.containment[1])?G-H.grid[1]:G+H.grid[1])):G;var F=this.originalPageX+Math.round((C-this.originalPageX)/H.grid[0])*H.grid[0];C=this.containment?(!(F-this.offset.click.left<this.containment[0]||F-this.offset.click.left>this.containment[2])?F:(!(F-this.offset.click.left<this.containment[0])?F-H.grid[0]:F+H.grid[0])):F}}return{top:(B-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(I?0:E.scrollTop()))),left:(C-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():I?0:E.scrollLeft()))}},_rearrange:function(G,F,C,E){C?C[0].appendChild(this.placeholder[0]):F.item[0].parentNode.insertBefore(this.placeholder[0],(this.direction=="down"?F.item[0]:F.item[0].nextSibling));this.counter=this.counter?++this.counter:1;var D=this,B=this.counter;window.setTimeout(function(){if(B==D.counter){D.refreshPositions(!E)}},0)},_clear:function(C,D){this.reverting=false;if(!this._noFinalSort){this.placeholder.before(this.currentItem)}this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var B in this._storedCSS){if(this._storedCSS[B]=="auto"||this._storedCSS[B]=="static"){this._storedCSS[B]=""}}this.currentItem.css(this._storedCSS).removeClass(this.options.cssNamespace+"-sortable-helper")}else{this.currentItem.show()}if(this.fromOutside){this._trigger("receive",C,this,D)}if(this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not("."+this.options.cssNamespace+"-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0]){this._trigger("update",C,null,D)}if(!A.ui.contains(this.element[0],this.currentItem[0])){this._trigger("remove",C,null,D);for(var B=this.containers.length-1;B>=0;B--){if(A.ui.contains(this.containers[B].element[0],this.currentItem[0])){this.containers[B]._trigger("receive",C,this,D);this.containers[B]._trigger("update",C,this,D)}}}for(var B=this.containers.length-1;B>=0;B--){this.containers[B]._trigger("deactivate",C,this,D);if(this.containers[B].containerCache.over){this.containers[B]._trigger("out",C,this);this.containers[B].containerCache.over=0}}this.dragging=false;if(this.cancelHelperRemoval){this._trigger("beforeStop",C,null,D);this._trigger("stop",C,null,D);return false}this._trigger("beforeStop",C,null,D);this.placeholder[0].parentNode.removeChild(this.placeholder[0]);if(this.helper[0]!=this.currentItem[0]){this.helper.remove()}this.helper=null;this._trigger("stop",C,null,D);this.fromOutside=false;return true},_trigger:function(B,C,D,E){A.ui.plugin.call(this,B,[C,this._uiHash(D)]);if(!E){if(A.widget.prototype._trigger.call(this,B,C,this._uiHash(D))===false){this.cancel()}}},plugins:{},_uiHash:function(C){var B=C||this;return{helper:B.helper,placeholder:B.placeholder||A([]),position:B.position,absolutePosition:B.positionAbs,item:B.currentItem,sender:C?C.element:null}}}));A.extend(A.ui.sortable,{getter:"serialize toArray",version:"1.6rc5",defaults:{accurateIntersection:true,appendTo:"parent",cancel:":input,option",cssNamespace:"ui",delay:0,distance:1,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,helper:"original",items:"> *",scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,sortIndicator:A.ui.sortable.prototype._rearrange,tolerance:"default",zIndex:1000}});A.ui.plugin.add("sortable","cursor",{start:function(D,E){var C=A("body"),B=A(this).data("sortable");if(C.css("cursor")){B.options._cursor=C.css("cursor")}C.css("cursor",B.options.cursor)},beforeStop:function(C,D){var B=A(this).data("sortable");if(B.options._cursor){A("body").css("cursor",B.options._cursor)}}});A.ui.plugin.add("sortable","opacity",{start:function(D,E){var C=E.helper,B=A(this).data("sortable");if(C.css("opacity")){B.options._opacity=C.css("opacity")}C.css("opacity",B.options.opacity)},beforeStop:function(C,D){var B=A(this).data("sortable");if(B.options._opacity){A(D.helper).css("opacity",B.options._opacity)}}});A.ui.plugin.add("sortable","scroll",{start:function(C,D){var B=A(this).data("sortable"),E=B.options;if(B.scrollParent[0]!=document&&B.scrollParent[0].tagName!="HTML"){B.overflowOffset=B.scrollParent.offset()}},sort:function(D,E){var C=A(this).data("sortable"),F=C.options,B=false;if(C.scrollParent[0]!=document&&C.scrollParent[0].tagName!="HTML"){if((C.overflowOffset.top+C.scrollParent[0].offsetHeight)-D.pageY<F.scrollSensitivity){C.scrollParent[0].scrollTop=B=C.scrollParent[0].scrollTop+F.scrollSpeed}else{if(D.pageY-C.overflowOffset.top<F.scrollSensitivity){C.scrollParent[0].scrollTop=B=C.scrollParent[0].scrollTop-F.scrollSpeed}}if((C.overflowOffset.left+C.scrollParent[0].offsetWidth)-D.pageX<F.scrollSensitivity){C.scrollParent[0].scrollLeft=B=C.scrollParent[0].scrollLeft+F.scrollSpeed}else{if(D.pageX-C.overflowOffset.left<F.scrollSensitivity){C.scrollParent[0].scrollLeft=B=C.scrollParent[0].scrollLeft-F.scrollSpeed}}}else{if(D.pageY-A(document).scrollTop()<F.scrollSensitivity){B=A(document).scrollTop(A(document).scrollTop()-F.scrollSpeed)}else{if(A(window).height()-(D.pageY-A(document).scrollTop())<F.scrollSensitivity){B=A(document).scrollTop(A(document).scrollTop()+F.scrollSpeed)}}if(D.pageX-A(document).scrollLeft()<F.scrollSensitivity){B=A(document).scrollLeft(A(document).scrollLeft()-F.scrollSpeed)}else{if(A(window).width()-(D.pageX-A(document).scrollLeft())<F.scrollSensitivity){B=A(document).scrollLeft(A(document).scrollLeft()+F.scrollSpeed)}}}if(B!==false&&A.ui.ddmanager&&!F.dropBehaviour){A.ui.ddmanager.prepareOffsets(C,D)}}});A.ui.plugin.add("sortable","zIndex",{start:function(D,E){var C=E.helper,B=A(this).data("sortable");if(C.css("zIndex")){B.options._zIndex=C.css("zIndex")}C.css("zIndex",B.options.zIndex)},beforeStop:function(C,D){var B=A(this).data("sortable");if(B.options._zIndex){A(D.helper).css("zIndex",B.options._zIndex=="auto"?"":B.options._zIndex)}}})})(jQuery);(function(C){C.effects=C.effects||{};C.extend(C.effects,{version:"1.6rc5",save:function(E,G){for(var F=0;F<G.length;F++){if(G[F]!==null){E.data("ec.storage."+G[F],E[0].style[G[F]])}}},restore:function(E,G){for(var F=0;F<G.length;F++){if(G[F]!==null){E.css(G[F],E.data("ec.storage."+G[F]))}}},setMode:function(E,F){if(F=="toggle"){F=E.is(":hidden")?"show":"hide"}return F},getBaseline:function(G,F){var H,E;switch(G[0]){case"top":H=0;break;case"middle":H=0.5;break;case"bottom":H=1;break;default:H=G[0]/F.height}switch(G[1]){case"left":E=0;break;case"center":E=0.5;break;case"right":E=1;break;default:E=G[1]/F.width}return{x:E,y:H}},createWrapper:function(E){if(E.parent().is(".ui-effects-wrapper")){return E.parent()}var F={width:E.outerWidth(true),height:E.outerHeight(true),"float":E.css("float")};E.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var I=E.parent();if(E.css("position")=="static"){I.css({position:"relative"});E.css({position:"relative"})}else{var H=E.css("top");if(isNaN(parseInt(H,10))){H="auto"}var G=E.css("left");if(isNaN(parseInt(G,10))){G="auto"}I.css({position:E.css("position"),top:H,left:G,zIndex:E.css("z-index")}).show();E.css({position:"relative",top:0,left:0})}I.css(F);return I},removeWrapper:function(E){if(E.parent().is(".ui-effects-wrapper")){return E.parent().replaceWith(E)}return E},setTransition:function(F,H,E,G){G=G||{};C.each(H,function(J,I){unit=F.cssUnit(I);if(unit[0]>0){G[I]=unit[0]*E+unit[1]}});return G},animateClass:function(G,J,I,H){var E=(typeof I=="function"?I:(H?H:null));var F=(typeof I=="string"?I:null);return this.each(function(){var O={};var M=C(this);var N=M.attr("style")||"";if(typeof N=="object"){N=N.cssText}if(G.toggle){M.hasClass(G.toggle)?G.remove=G.toggle:G.add=G.toggle}var K=C.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(G.add){M.addClass(G.add)}if(G.remove){M.removeClass(G.remove)}var L=C.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(G.add){M.removeClass(G.add)}if(G.remove){M.addClass(G.remove)}for(var P in L){if(typeof L[P]!="function"&&L[P]&&P.indexOf("Moz")==-1&&P.indexOf("length")==-1&&L[P]!=K[P]&&(P.match(/color/i)||(!P.match(/color/i)&&!isNaN(parseInt(L[P],10))))&&(K.position!="static"||(K.position=="static"&&!P.match(/left|top|bottom|right/)))){O[P]=L[P]}}M.animate(O,J,F,function(){if(typeof C(this).attr("style")=="object"){C(this).attr("style")["cssText"]="";C(this).attr("style")["cssText"]=N}else{C(this).attr("style",N)}if(G.add){C(this).addClass(G.add)}if(G.remove){C(this).removeClass(G.remove)}if(E){E.apply(this,arguments)}})})}});C.fn.extend({_show:C.fn.show,_hide:C.fn.hide,__toggle:C.fn.toggle,_addClass:C.fn.addClass,_removeClass:C.fn.removeClass,_toggleClass:C.fn.toggleClass,effect:function(F,E,G,H){return C.effects[F]?C.effects[F].call(this,{method:F,options:E||{},duration:G,callback:H}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{var E=arguments[1]||{};E.mode="show";return this.effect.apply(this,[arguments[0],E,arguments[2]||E.duration,arguments[3]||E.callback])}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{var E=arguments[1]||{};E.mode="hide";return this.effect.apply(this,[arguments[0],E,arguments[2]||E.duration,arguments[3]||E.callback])}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(arguments[0].constructor==Function)){return this.__toggle.apply(this,arguments)}else{var E=arguments[1]||{};E.mode="toggle";return this.effect.apply(this,[arguments[0],E,arguments[2]||E.duration,arguments[3]||E.callback])}},addClass:function(H,E,G,F){return E?C.effects.animateClass.apply(this,[{add:H},E,G,F]):this._addClass(H)},removeClass:function(H,E,G,F){return E?C.effects.animateClass.apply(this,[{remove:H},E,G,F]):this._removeClass(H)},toggleClass:function(H,E,G,F){return E?C.effects.animateClass.apply(this,[{toggle:H},E,G,F]):this._toggleClass(H)},morph:function(F,I,E,H,G){return C.effects.animateClass.apply(this,[{add:I,remove:F},E,H,G])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(E){var F=this.css(E),G=[];C.each(["em","px","%","pt"],function(H,I){if(F.indexOf(I)>0){G=[parseFloat(F),I]}});return G}});C.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(F,E){C.fx.step[E]=function(G){if(G.state==0){G.start=D(G.elem,E);G.end=A(G.end)}G.elem.style[E]="rgb("+[Math.max(Math.min(parseInt((G.pos*(G.end[0]-G.start[0]))+G.start[0],10),255),0),Math.max(Math.min(parseInt((G.pos*(G.end[1]-G.start[1]))+G.start[1],10),255),0),Math.max(Math.min(parseInt((G.pos*(G.end[2]-G.start[2]))+G.start[2],10),255),0)].join(",")+")"}});function A(E){var F;if(E&&E.constructor==Array&&E.length==3){return E}if(F=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(E)){return[parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10)]}if(F=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(E)){return[parseFloat(F[1])*2.55,parseFloat(F[2])*2.55,parseFloat(F[3])*2.55]}if(F=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(E)){return[parseInt(F[1],16),parseInt(F[2],16),parseInt(F[3],16)]}if(F=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(E)){return[parseInt(F[1]+F[1],16),parseInt(F[2]+F[2],16),parseInt(F[3]+F[3],16)]}if(F=/rgba\(0, 0, 0, 0\)/.exec(E)){return B.transparent}return B[C.trim(E).toLowerCase()]}function D(G,E){var F;do{F=C.curCSS(G,E);if(F!=""&&F!="transparent"||C.nodeName(G,"body")){break}E="backgroundColor"}while(G=G.parentNode);return A(F)}var B={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};C.easing.jswing=C.easing.swing;C.extend(C.easing,{def:"easeOutQuad",swing:function(F,G,E,I,H){return C.easing[C.easing.def](F,G,E,I,H)},easeInQuad:function(F,G,E,I,H){return I*(G/=H)*G+E},easeOutQuad:function(F,G,E,I,H){return-I*(G/=H)*(G-2)+E},easeInOutQuad:function(F,G,E,I,H){if((G/=H/2)<1){return I/2*G*G+E}return-I/2*((--G)*(G-2)-1)+E},easeInCubic:function(F,G,E,I,H){return I*(G/=H)*G*G+E},easeOutCubic:function(F,G,E,I,H){return I*((G=G/H-1)*G*G+1)+E},easeInOutCubic:function(F,G,E,I,H){if((G/=H/2)<1){return I/2*G*G*G+E}return I/2*((G-=2)*G*G+2)+E},easeInQuart:function(F,G,E,I,H){return I*(G/=H)*G*G*G+E},easeOutQuart:function(F,G,E,I,H){return-I*((G=G/H-1)*G*G*G-1)+E},easeInOutQuart:function(F,G,E,I,H){if((G/=H/2)<1){return I/2*G*G*G*G+E}return-I/2*((G-=2)*G*G*G-2)+E},easeInQuint:function(F,G,E,I,H){return I*(G/=H)*G*G*G*G+E},easeOutQuint:function(F,G,E,I,H){return I*((G=G/H-1)*G*G*G*G+1)+E},easeInOutQuint:function(F,G,E,I,H){if((G/=H/2)<1){return I/2*G*G*G*G*G+E}return I/2*((G-=2)*G*G*G*G+2)+E},easeInSine:function(F,G,E,I,H){return-I*Math.cos(G/H*(Math.PI/2))+I+E},easeOutSine:function(F,G,E,I,H){return I*Math.sin(G/H*(Math.PI/2))+E},easeInOutSine:function(F,G,E,I,H){return-I/2*(Math.cos(Math.PI*G/H)-1)+E},easeInExpo:function(F,G,E,I,H){return(G==0)?E:I*Math.pow(2,10*(G/H-1))+E},easeOutExpo:function(F,G,E,I,H){return(G==H)?E+I:I*(-Math.pow(2,-10*G/H)+1)+E},easeInOutExpo:function(F,G,E,I,H){if(G==0){return E}if(G==H){return E+I}if((G/=H/2)<1){return I/2*Math.pow(2,10*(G-1))+E}return I/2*(-Math.pow(2,-10*--G)+2)+E},easeInCirc:function(F,G,E,I,H){return-I*(Math.sqrt(1-(G/=H)*G)-1)+E},easeOutCirc:function(F,G,E,I,H){return I*Math.sqrt(1-(G=G/H-1)*G)+E},easeInOutCirc:function(F,G,E,I,H){if((G/=H/2)<1){return-I/2*(Math.sqrt(1-G*G)-1)+E}return I/2*(Math.sqrt(1-(G-=2)*G)+1)+E},easeInElastic:function(F,H,E,L,K){var I=1.70158;var J=0;var G=L;if(H==0){return E}if((H/=K)==1){return E+L}if(!J){J=K*0.3}if(G<Math.abs(L)){G=L;var I=J/4}else{var I=J/(2*Math.PI)*Math.asin(L/G)}return-(G*Math.pow(2,10*(H-=1))*Math.sin((H*K-I)*(2*Math.PI)/J))+E},easeOutElastic:function(F,H,E,L,K){var I=1.70158;var J=0;var G=L;if(H==0){return E}if((H/=K)==1){return E+L}if(!J){J=K*0.3}if(G<Math.abs(L)){G=L;var I=J/4}else{var I=J/(2*Math.PI)*Math.asin(L/G)}return G*Math.pow(2,-10*H)*Math.sin((H*K-I)*(2*Math.PI)/J)+L+E},easeInOutElastic:function(F,H,E,L,K){var I=1.70158;var J=0;var G=L;if(H==0){return E}if((H/=K/2)==2){return E+L}if(!J){J=K*(0.3*1.5)}if(G<Math.abs(L)){G=L;var I=J/4}else{var I=J/(2*Math.PI)*Math.asin(L/G)}if(H<1){return-0.5*(G*Math.pow(2,10*(H-=1))*Math.sin((H*K-I)*(2*Math.PI)/J))+E}return G*Math.pow(2,-10*(H-=1))*Math.sin((H*K-I)*(2*Math.PI)/J)*0.5+L+E},easeInBack:function(F,G,E,J,I,H){if(H==undefined){H=1.70158}return J*(G/=I)*G*((H+1)*G-H)+E},easeOutBack:function(F,G,E,J,I,H){if(H==undefined){H=1.70158}return J*((G=G/I-1)*G*((H+1)*G+H)+1)+E},easeInOutBack:function(F,G,E,J,I,H){if(H==undefined){H=1.70158}if((G/=I/2)<1){return J/2*(G*G*(((H*=(1.525))+1)*G-H))+E}return J/2*((G-=2)*G*(((H*=(1.525))+1)*G+H)+2)+E},easeInBounce:function(F,G,E,I,H){return I-C.easing.easeOutBounce(F,H-G,0,I,H)+E},easeOutBounce:function(F,G,E,I,H){if((G/=H)<(1/2.75)){return I*(7.5625*G*G)+E}else{if(G<(2/2.75)){return I*(7.5625*(G-=(1.5/2.75))*G+0.75)+E}else{if(G<(2.5/2.75)){return I*(7.5625*(G-=(2.25/2.75))*G+0.9375)+E}else{return I*(7.5625*(G-=(2.625/2.75))*G+0.984375)+E}}}},easeInOutBounce:function(F,G,E,I,H){if(G<H/2){return C.easing.easeInBounce(F,G*2,0,I,H)*0.5+E}return C.easing.easeOutBounce(F,G*2-H,0,I,H)*0.5+I*0.5+E}})})(jQuery);(function(A){A.effects.blind=function(B){return this.queue(function(){var D=A(this),C=["position","top","left"];var G=A.effects.setMode(D,B.options.mode||"hide");var J=B.options.direction||"vertical";A.effects.save(D,C);D.show();var I=A.effects.createWrapper(D).css({overflow:"hidden"});var E=(J=="vertical")?"height":"width";var H=(J=="vertical")?I.height():I.width();if(G=="show"){I.css(E,0)}var F={};F[E]=G=="show"?H:0;I.animate(F,B.duration,B.options.easing,function(){if(G=="hide"){D.hide()}A.effects.restore(D,C);A.effects.removeWrapper(D);if(B.callback){B.callback.apply(D[0],arguments)}D.dequeue()})})}})(jQuery);(function(A){A.effects.bounce=function(B){return this.queue(function(){var E=A(this),K=["position","top","left"];var J=A.effects.setMode(E,B.options.mode||"effect");var O=B.options.direction||"up";var D=B.options.distance||20;var C=B.options.times||5;var G=B.duration||250;if(/show|hide/.test(J)){K.push("opacity")}A.effects.save(E,K);E.show();A.effects.createWrapper(E);var F=(O=="up"||O=="down")?"top":"left";var M=(O=="up"||O=="left")?"pos":"neg";var D=B.options.distance||(F=="top"?E.outerHeight({margin:true})/3:E.outerWidth({margin:true})/3);if(J=="show"){E.css("opacity",0).css(F,M=="pos"?-D:D)}if(J=="hide"){D=D/(C*2)}if(J!="hide"){C--}if(J=="show"){var H={opacity:1};H[F]=(M=="pos"?"+=":"-=")+D;E.animate(H,G/2,B.options.easing);D=D/2;C--}for(var I=0;I<C;I++){var N={},L={};N[F]=(M=="pos"?"-=":"+=")+D;L[F]=(M=="pos"?"+=":"-=")+D;E.animate(N,G/2,B.options.easing).animate(L,G/2,B.options.easing);D=(J=="hide")?D*2:D/2}if(J=="hide"){var H={opacity:0};H[F]=(M=="pos"?"-=":"+=")+D;E.animate(H,G/2,B.options.easing,function(){E.hide();A.effects.restore(E,K);A.effects.removeWrapper(E);if(B.callback){B.callback.apply(this,arguments)}})}else{var N={},L={};N[F]=(M=="pos"?"-=":"+=")+D;L[F]=(M=="pos"?"+=":"-=")+D;E.animate(N,G/2,B.options.easing).animate(L,G/2,B.options.easing,function(){A.effects.restore(E,K);A.effects.removeWrapper(E);if(B.callback){B.callback.apply(this,arguments)}})}E.queue("fx",function(){E.dequeue()});E.dequeue()})}})(jQuery);(function(A){A.effects.clip=function(B){return this.queue(function(){var E=A(this),J=["position","top","left","height","width"];var H=A.effects.setMode(E,B.options.mode||"hide");var K=B.options.direction||"vertical";A.effects.save(E,J);E.show();var D=A.effects.createWrapper(E).css({overflow:"hidden"});var I=E[0].tagName=="IMG"?D:E;var F={size:(K=="vertical")?"height":"width",position:(K=="vertical")?"top":"left"};var C=(K=="vertical")?I.height():I.width();if(H=="show"){I.css(F.size,0);I.css(F.position,C/2)}var G={};G[F.size]=H=="show"?C:0;G[F.position]=H=="show"?0:C/2;I.animate(G,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(H=="hide"){E.hide()}A.effects.restore(E,J);A.effects.removeWrapper(E);if(B.callback){B.callback.apply(E[0],arguments)}E.dequeue()}})})}})(jQuery);(function(A){A.effects.drop=function(B){return this.queue(function(){var D=A(this),C=["position","top","left","opacity"];var H=A.effects.setMode(D,B.options.mode||"hide");var J=B.options.direction||"left";A.effects.save(D,C);D.show();A.effects.createWrapper(D);var F=(J=="up"||J=="down")?"top":"left";var E=(J=="up"||J=="left")?"pos":"neg";var I=B.options.distance||(F=="top"?D.outerHeight({margin:true})/2:D.outerWidth({margin:true})/2);if(H=="show"){D.css("opacity",0).css(F,E=="pos"?-I:I)}var G={opacity:H=="show"?1:0};G[F]=(H=="show"?(E=="pos"?"+=":"-="):(E=="pos"?"-=":"+="))+I;D.animate(G,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(H=="hide"){D.hide()}A.effects.restore(D,C);A.effects.removeWrapper(D);if(B.callback){B.callback.apply(this,arguments)}D.dequeue()}})})}})(jQuery);(function(A){A.effects.fold=function(B){return this.queue(function(){var F=A(this),K=["position","top","left"];var J=A.effects.setMode(F,B.options.mode||"hide");var O=B.options.size||15;var N=!(!B.options.horizFirst);var I=B.duration?B.duration/2:A.fx.speeds._default/2;A.effects.save(F,K);F.show();var D=A.effects.createWrapper(F).css({overflow:"hidden"});var H=((J=="show")!=N);var G=H?["width","height"]:["height","width"];var C=H?[D.width(),D.height()]:[D.height(),D.width()];var E=/([0-9]+)%/.exec(O);if(E){O=parseInt(E[1])/100*C[J=="hide"?0:1]}if(J=="show"){D.css(N?{height:0,width:O}:{height:O,width:0})}var M={},L={};M[G[0]]=J=="show"?C[0]:O;L[G[1]]=J=="show"?C[1]:0;D.animate(M,I,B.options.easing).animate(L,I,B.options.easing,function(){if(J=="hide"){F.hide()}A.effects.restore(F,K);A.effects.removeWrapper(F);if(B.callback){B.callback.apply(F[0],arguments)}F.dequeue()})})}})(jQuery);(function(A){A.effects.highlight=function(B){return this.queue(function(){var E=A(this),D=["backgroundImage","backgroundColor","opacity"];var H=A.effects.setMode(E,B.options.mode||"show");var C=B.options.color||"#ffff99";var G=E.css("backgroundColor");A.effects.save(E,D);E.show();E.css({backgroundImage:"none",backgroundColor:C});var F={backgroundColor:G};if(H=="hide"){F.opacity=0}E.animate(F,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(H=="hide"){E.hide()}A.effects.restore(E,D);if(H=="show"&&A.browser.msie){this.style.removeAttribute("filter")}if(B.callback){B.callback.apply(this,arguments)}E.dequeue()}})})}})(jQuery);(function(A){A.effects.pulsate=function(B){return this.queue(function(){var D=A(this);var F=A.effects.setMode(D,B.options.mode||"show");var E=B.options.times||5;var G=B.duration?B.duration/2:A.fx.speeds._default/2;if(F=="hide"){E--}if(D.is(":hidden")){D.css("opacity",0);D.show();D.animate({opacity:1},G,B.options.easing);E=E-2}for(var C=0;C<E;C++){D.animate({opacity:0},G,B.options.easing).animate({opacity:1},G,B.options.easing)}if(F=="hide"){D.animate({opacity:0},G,B.options.easing,function(){D.hide();if(B.callback){B.callback.apply(this,arguments)}})}else{D.animate({opacity:0},G,B.options.easing).animate({opacity:1},G,B.options.easing,function(){if(B.callback){B.callback.apply(this,arguments)}})}D.queue("fx",function(){D.dequeue()});D.dequeue()})}})(jQuery);(function(A){A.effects.puff=function(B){return this.queue(function(){var G=A(this);var F=A.extend(true,{},B.options);var H=A.effects.setMode(G,B.options.mode||"hide");var C=parseInt(B.options.percent)||150;F.fade=true;var E={height:G.height(),width:G.width()};var D=C/100;G.from=(H=="hide")?E:{height:E.height*D,width:E.width*D};F.from=G.from;F.percent=(H=="hide")?C:100;F.mode=H;G.effect("scale",F,B.duration,B.callback);G.dequeue()})};A.effects.scale=function(B){return this.queue(function(){var H=A(this);var F=A.extend(true,{},B.options);var I=A.effects.setMode(H,B.options.mode||"effect");var C=parseInt(B.options.percent)||(parseInt(B.options.percent)==0?0:(I=="hide"?0:100));var J=B.options.direction||"both";var G=B.options.origin;if(I!="effect"){F.origin=G||["middle","center"];F.restore=true}var E={height:H.height(),width:H.width()};H.from=B.options.from||(I=="show"?{height:0,width:0}:E);var D={y:J!="horizontal"?(C/100):1,x:J!="vertical"?(C/100):1};H.to={height:E.height*D.y,width:E.width*D.x};if(B.options.fade){if(I=="show"){H.from.opacity=0;H.to.opacity=1}if(I=="hide"){H.from.opacity=1;H.to.opacity=0}}F.from=H.from;F.to=H.to;F.mode=I;H.effect("size",F,B.duration,B.callback);H.dequeue()})};A.effects.size=function(B){return this.queue(function(){var H=A(this),N=["position","top","left","width","height","overflow","opacity"];var D=["position","top","left","overflow","opacity"];var F=["width","height","overflow"];var O=["fontSize"];var E=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"];var K=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"];var L=A.effects.setMode(H,B.options.mode||"effect");var M=B.options.restore||false;var J=B.options.scale||"both";var P=B.options.origin;var I={height:H.height(),width:H.width()};H.from=B.options.from||I;H.to=B.options.to||I;if(P){var G=A.effects.getBaseline(P,I);H.from.top=(I.height-H.from.height)*G.y;H.from.left=(I.width-H.from.width)*G.x;H.to.top=(I.height-H.to.height)*G.y;H.to.left=(I.width-H.to.width)*G.x}var C={from:{y:H.from.height/I.height,x:H.from.width/I.width},to:{y:H.to.height/I.height,x:H.to.width/I.width}};if(J=="box"||J=="both"){if(C.from.y!=C.to.y){N=N.concat(E);H.from=A.effects.setTransition(H,E,C.from.y,H.from);H.to=A.effects.setTransition(H,E,C.to.y,H.to)}if(C.from.x!=C.to.x){N=N.concat(K);H.from=A.effects.setTransition(H,K,C.from.x,H.from);H.to=A.effects.setTransition(H,K,C.to.x,H.to)}}if(J=="content"||J=="both"){if(C.from.y!=C.to.y){N=N.concat(O);H.from=A.effects.setTransition(H,O,C.from.y,H.from);H.to=A.effects.setTransition(H,O,C.to.y,H.to)}}A.effects.save(H,M?N:D);H.show();A.effects.createWrapper(H);H.css("overflow","hidden").css(H.from);if(J=="content"||J=="both"){E=E.concat(["marginTop","marginBottom"]).concat(O);K=K.concat(["marginLeft","marginRight"]);F=N.concat(E).concat(K);H.find("*[width]").each(function(){child=A(this);if(M){A.effects.save(child,F)}var Q={height:child.height(),width:child.width()};child.from={height:Q.height*C.from.y,width:Q.width*C.from.x};child.to={height:Q.height*C.to.y,width:Q.width*C.to.x};if(C.from.y!=C.to.y){child.from=A.effects.setTransition(child,E,C.from.y,child.from);child.to=A.effects.setTransition(child,E,C.to.y,child.to)}if(C.from.x!=C.to.x){child.from=A.effects.setTransition(child,K,C.from.x,child.from);child.to=A.effects.setTransition(child,K,C.to.x,child.to)}child.css(child.from);child.animate(child.to,B.duration,B.options.easing,function(){if(M){A.effects.restore(child,F)}})})}H.animate(H.to,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(L=="hide"){H.hide()}A.effects.restore(H,M?N:D);A.effects.removeWrapper(H);if(B.callback){B.callback.apply(this,arguments)}H.dequeue()}})})}})(jQuery);(function(A){A.effects.shake=function(B){return this.queue(function(){var E=A(this),K=["position","top","left"];var J=A.effects.setMode(E,B.options.mode||"effect");var O=B.options.direction||"left";var D=B.options.distance||20;var C=B.options.times||3;var G=B.duration||B.options.duration||140;A.effects.save(E,K);E.show();A.effects.createWrapper(E);var F=(O=="up"||O=="down")?"top":"left";var M=(O=="up"||O=="left")?"pos":"neg";var H={},N={},L={};H[F]=(M=="pos"?"-=":"+=")+D;N[F]=(M=="pos"?"+=":"-=")+D*2;L[F]=(M=="pos"?"-=":"+=")+D*2;E.animate(H,G,B.options.easing);for(var I=1;I<C;I++){E.animate(N,G,B.options.easing).animate(L,G,B.options.easing)}E.animate(N,G,B.options.easing).animate(H,G/2,B.options.easing,function(){A.effects.restore(E,K);A.effects.removeWrapper(E);if(B.callback){B.callback.apply(this,arguments)}});E.queue("fx",function(){E.dequeue()});E.dequeue()})}})(jQuery);(function(A){A.effects.slide=function(B){return this.queue(function(){var D=A(this),C=["position","top","left"];var H=A.effects.setMode(D,B.options.mode||"show");var J=B.options.direction||"left";A.effects.save(D,C);D.show();A.effects.createWrapper(D).css({overflow:"hidden"});var F=(J=="up"||J=="down")?"top":"left";var E=(J=="up"||J=="left")?"pos":"neg";var I=B.options.distance||(F=="top"?D.outerHeight({margin:true}):D.outerWidth({margin:true}));if(H=="show"){D.css(F,E=="pos"?-I:I)}var G={};G[F]=(H=="show"?(E=="pos"?"+=":"-="):(E=="pos"?"-=":"+="))+I;D.animate(G,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(H=="hide"){D.hide()}A.effects.restore(D,C);A.effects.removeWrapper(D);if(B.callback){B.callback.apply(this,arguments)}D.dequeue()}})})}})(jQuery);(function($){$.ajaxSettings.accepts._default="text/javascript, text/html, application/xml, text/xml, */*"})(jQuery);(function($){$.fn.reset=function(){return this.each(function(){if(typeof this.reset=="function"||(typeof this.reset=="object"&&!this.reset.nodeType)){this.reset()}})};$.fn.enable=function(){return this.each(function(){this.disabled=false})};$.fn.disable=function(){return this.each(function(){this.disabled=true})}})(jQuery);(function($){$.extend({fieldEvent:function(el,obs){var field=el[0]||el,e="change";if(field.type=="radio"||field.type=="checkbox"){e="click"}else{if(obs&&field.type=="text"||field.type=="textarea"){e="keyup"}}return e}});$.fn.extend({delayedObserver:function(delay,callback){var el=$(this);if(typeof window.delayedObserverStack=="undefined"){window.delayedObserverStack=[]}if(typeof window.delayedObserverCallback=="undefined"){window.delayedObserverCallback=function(stackPos){observed=window.delayedObserverStack[stackPos];if(observed.timer){clearTimeout(observed.timer)}observed.timer=setTimeout(function(){observed.timer=null;observed.callback(observed.obj,observed.obj.formVal())},observed.delay*1000);observed.oldVal=observed.obj.formVal()}}window.delayedObserverStack.push({obj:el,timer:null,delay:delay,oldVal:el.formVal(),callback:callback});var stackPos=window.delayedObserverStack.length-1;if(el[0].tagName=="FORM"){$(":input",el).each(function(){var field=$(this);field.bind($.fieldEvent(field,delay),function(){observed=window.delayedObserverStack[stackPos];if(observed.obj.formVal()==observed.obj.oldVal){return}else{window.delayedObserverCallback(stackPos)}})})}else{el.bind($.fieldEvent(el,delay),function(){observed=window.delayedObserverStack[stackPos];if(observed.obj.formVal()==observed.obj.oldVal){return}else{window.delayedObserverCallback(stackPos)}})}},formVal:function(){var el=this[0];if(el.tagName=="FORM"){return this.serialize()}if(el.type=="checkbox"||self.type=="radio"){return this.filter("input:checked").val()||""}else{return this.val()}}})})(jQuery);(function($){$.fn.extend({visualEffect:function(o){e=o.replace(/\_(.)/g,function(m,l){return l.toUpperCase()});return eval("$(this)."+e+"()")},appear:function(speed,callback){return this.fadeIn(speed,callback)},blindDown:function(speed,callback){return this.show("blind",{direction:"vertical"},speed,callback)},blindUp:function(speed,callback){return this.hide("blind",{direction:"vertical"},speed,callback)},blindRight:function(speed,callback){return this.show("blind",{direction:"horizontal"},speed,callback)},blindLeft:function(speed,callback){this.hide("blind",{direction:"horizontal"},speed,callback);return this},dropOut:function(speed,callback){return this.hide("drop",{direction:"down"},speed,callback)},dropIn:function(speed,callback){return this.show("drop",{direction:"up"},speed,callback)},fade:function(speed,callback){return this.fadeOut(speed,callback)},fadeToggle:function(speed,callback){return this.animate({opacity:"toggle"},speed,callback)},fold:function(speed,callback){return this.hide("fold",{},speed,callback)},foldOut:function(speed,callback){return this.show("fold",{},speed,callback)},grow:function(speed,callback){return this.show("scale",{},speed,callback)},highlight:function(speed,callback){return this.show("highlight",{},speed,callback)},puff:function(speed,callback){return this.hide("puff",{},speed,callback)},pulsate:function(speed,callback){return this.show("pulsate",{},speed,callback)},shake:function(speed,callback){return this.show("shake",{},speed,callback)},shrink:function(speed,callback){return this.hide("scale",{},speed,callback)},squish:function(speed,callback){return this.hide("scale",{origin:["top","left"]},speed,callback)},slideUp:function(speed,callback){return this.hide("slide",{direction:"up"},speed,callback)},slideDown:function(speed,callback){return this.show("slide",{direction:"up"},speed,callback)},switchOff:function(speed,callback){return this.hide("clip",{},speed,callback)},switchOn:function(speed,callback){return this.show("clip",{},speed,callback)}})})(jQuery);var tb_pathToImage="images/progress.gif";$(document).ready(function(){tb_init('a.thickbox, area.thickbox, input.thickbox');imgLoader=new Image();imgLoader.src=tb_pathToImage;});function tb_init(domChunk){$(domChunk).click(function(){var t=this.title||this.name||null;var a=this.href||this.alt;var g=this.rel||false;tb_show(t,a,g);this.blur();return false;});}
function tb_show(caption,url,imageGroup){try{if(typeof document.body.style.maxHeight==="undefined"){$("body","html").css({height:"100%",width:"100%"});$("html").css("overflow","hidden");if(document.getElementById("TB_HideSelect")===null){$("body").append("<iframe id='TB_HideSelect'></iframe><div id='TB_overlay'></div><div id='TB_window'></div>");$("#TB_overlay").click(tb_remove);}}else{if(document.getElementById("TB_overlay")===null){$("body").append("<div id='TB_overlay'></div><div id='TB_window'></div>");$("#TB_overlay").click(tb_remove);}}
if(tb_detectMacXFF()){$("#TB_overlay").addClass("TB_overlayMacFFBGHack");}else{$("#TB_overlay").addClass("TB_overlayBG");}
if(caption===null){caption="";}
$("body").append("<div id='TB_load'><img src='"+imgLoader.src+"' /></div>");$('#TB_load').show();var baseURL;if(url.indexOf("?")!==-1){baseURL=url.substr(0,url.indexOf("?"));}else{baseURL=url;}
var urlString=/\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/;var urlType=baseURL.toLowerCase().match(urlString);if(urlType=='.jpg'||urlType=='.jpeg'||urlType=='.png'||urlType=='.gif'||urlType=='.bmp'){TB_PrevCaption="";TB_PrevURL="";TB_PrevHTML="";TB_NextCaption="";TB_NextURL="";TB_NextHTML="";TB_imageCount="";TB_FoundURL=false;if(imageGroup){TB_TempArray=$("a[@rel="+imageGroup+"]").get();for(TB_Counter=0;((TB_Counter<TB_TempArray.length)&&(TB_NextHTML===""));TB_Counter++){var urlTypeTemp=TB_TempArray[TB_Counter].href.toLowerCase().match(urlString);if(!(TB_TempArray[TB_Counter].href==url)){if(TB_FoundURL){TB_NextCaption=TB_TempArray[TB_Counter].title;TB_NextURL=TB_TempArray[TB_Counter].href;TB_NextHTML="<span id='TB_next'>&nbsp;&nbsp;<a href='#'>Next &gt;</a></span>";}else{TB_PrevCaption=TB_TempArray[TB_Counter].title;TB_PrevURL=TB_TempArray[TB_Counter].href;TB_PrevHTML="<span id='TB_prev'>&nbsp;&nbsp;<a href='#'>&lt; Prev</a></span>";}}else{TB_FoundURL=true;TB_imageCount="Image "+(TB_Counter+1)+" of "+(TB_TempArray.length);}}}
imgPreloader=new Image();imgPreloader.onload=function(){imgPreloader.onload=null;var pagesize=tb_getPageSize();var x=pagesize[0]-150;var y=pagesize[1]-150;var imageWidth=imgPreloader.width;var imageHeight=imgPreloader.height;if(imageWidth>x){imageHeight=imageHeight*(x/imageWidth);imageWidth=x;if(imageHeight>y){imageWidth=imageWidth*(y/imageHeight);imageHeight=y;}}else if(imageHeight>y){imageWidth=imageWidth*(y/imageHeight);imageHeight=y;if(imageWidth>x){imageHeight=imageHeight*(x/imageWidth);imageWidth=x;}}
TB_WIDTH=imageWidth+30;TB_HEIGHT=imageHeight+60;$("#TB_window").append("<a href='' id='TB_ImageOff' title='Close'><img id='TB_Image' src='"+url+"' width='"+imageWidth+"' height='"+imageHeight+"' alt='"+caption+"'/></a>"+"<div id='TB_caption'>"+caption+"<div id='TB_secondLine'>"+TB_imageCount+TB_PrevHTML+TB_NextHTML+"</div></div><div id='TB_closeWindow'><a href='#' class='TB_closeWindowButton' title='Close'>CERRAR</a></div>");$(".TB_closeWindowButton").click(tb_remove);if(!(TB_PrevHTML==="")){function goPrev(){if($(document).unbind("click",goPrev)){$(document).unbind("click",goPrev);}
$("#TB_window").remove();$("body").append("<div id='TB_window'></div>");tb_show(TB_PrevCaption,TB_PrevURL,imageGroup);return false;}
$("#TB_prev").click(goPrev);}
if(!(TB_NextHTML==="")){function goNext(){$("#TB_window").remove();$("body").append("<div id='TB_window'></div>");tb_show(TB_NextCaption,TB_NextURL,imageGroup);return false;}
$("#TB_next").click(goNext);}
document.onkeydown=function(e){if(e==null){keycode=event.keyCode;}else{keycode=e.which;}
if(keycode==27){tb_remove();}else if(keycode==190){if(!(TB_NextHTML=="")){document.onkeydown="";goNext();}}else if(keycode==188){if(!(TB_PrevHTML=="")){document.onkeydown="";goPrev();}}};tb_position();$("#TB_load").remove();$("#TB_ImageOff").click(tb_remove);$("#TB_window").css({display:"block"});};imgPreloader.src=url;}else{var queryString=url.replace(/^[^\?]+\??/,'');var params=tb_parseQuery(queryString);TB_WIDTH=(params['width']*1)+30||630;TB_HEIGHT=(params['height']*1)+40||440;ajaxContentW=TB_WIDTH-30;ajaxContentH=TB_HEIGHT-45;if(url.indexOf('TB_iframe')!=-1){urlNoQuery=url.split('TB_');$("#TB_iframeContent").remove();if(params['modal']!="true"){$("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' class='TB_closeWindowButton' title='Close'>CERRAR</a></div></div><iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW+29)+"px;height:"+(ajaxContentH+17)+"px;' > </iframe>");}else{$("#TB_overlay").unbind();$("#TB_window").append("<iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW+29)+"px;height:"+(ajaxContentH+17)+"px;'> </iframe>");}}else{if($("#TB_window").css("display")!="block"){if(params['modal']!="true"){$("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' class='TB_closeWindowButton'>CERRAR</a></div></div><div id='TB_ajaxContent' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px'></div>");}else{$("#TB_overlay").unbind();$("#TB_window").append("<div id='TB_ajaxContent' class='TB_modal' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px;'></div>");}}else{$("#TB_ajaxContent")[0].style.width=ajaxContentW+"px";$("#TB_ajaxContent")[0].style.height=ajaxContentH+"px";$("#TB_ajaxContent")[0].scrollTop=0;$("#TB_ajaxWindowTitle").html(caption);}}
$(".TB_closeWindowButton").click(tb_remove);if(url.indexOf('TB_inline')!=-1){$("#TB_ajaxContent").append($('#'+params['inlineId']).children());$("#TB_window").unload(function(){$('#'+params['inlineId']).append($("#TB_ajaxContent").children());});tb_position();$("#TB_load").remove();$("#TB_window").css({display:"block"});}else if(url.indexOf('TB_iframe')!=-1){tb_position();if($.browser.safari){$("#TB_load").remove();$("#TB_window").css({display:"block"});}}else{$("#TB_ajaxContent").load(url+="&random="+(new Date().getTime()),function(){tb_position();$("#TB_load").remove();tb_init("#TB_ajaxContent a.thickbox");$("#TB_window").css({display:"block"});});}}
if(!params['modal']){document.onkeyup=function(e){if(e==null){keycode=event.keyCode;}else{keycode=e.which;}
if(keycode==27){tb_remove();}};}}catch(e){}}
function tb_showIframe(){$("#TB_load").remove();$("#TB_window").css({display:"block"});}
function tb_remove(){$("#TB_imageOff").unbind("click");$("#TB_window").fadeOut("fast",function(){$('#TB_window,#TB_overlay,#TB_HideSelect').trigger("unload").unbind().remove();});$("#TB_load").remove();if(typeof document.body.style.maxHeight=="undefined"){$("body","html").css({height:"auto",width:"auto"});$("html").css("overflow","");}
document.onkeydown="";document.onkeyup="";return false;}
function tb_position(){$("#TB_window").css({marginLeft:'-'+parseInt((TB_WIDTH/2),10)+'px',width:TB_WIDTH+'px'});if(!(jQuery.browser.msie&&jQuery.browser.version<7)){$("#TB_window").css({marginTop:'-'+parseInt((TB_HEIGHT/2),10)+'px'});}}
function tb_parseQuery(query){var Params={};if(!query){return Params;}
var Pairs=query.split(/[;&]/);for(var i=0;i<Pairs.length;i++){var KeyVal=Pairs[i].split('=');if(!KeyVal||KeyVal.length!=2){continue;}
var key=unescape(KeyVal[0]);var val=unescape(KeyVal[1]);val=val.replace(/\+/g,' ');Params[key]=val;}
return Params;}
function tb_getPageSize(){var de=document.documentElement;var w=window.innerWidth||self.innerWidth||(de&&de.clientWidth)||document.body.clientWidth;var h=window.innerHeight||self.innerHeight||(de&&de.clientHeight)||document.body.clientHeight;arrayPageSize=[w,h];return arrayPageSize;}
function tb_detectMacXFF(){var userAgent=navigator.userAgent.toLowerCase();if(userAgent.indexOf('mac')!=-1&&userAgent.indexOf('firefox')!=-1){return true;}}
var page_updater={selector:function(model,attrib,id){return'#'+model+'_'+id+' .'+attrib+', .'+attrib+'_'+model+'_'+id;},html:function(e,model,attrib,id,new_value){e.html(new_value);$(this.selector(model,attrib,id)).html(new_value);},attr:function(model,attrib,id,attr,new_value){$(this.selector(model,attrib,id)).attr('src',new_value);}}
var html_builder={form:function(action,fields,options){var ops=$.extend({method:"post",_method:"put",attribs:'',submit:'<input type="submit" value="Guardar" class="in_place">'},options);$.each({_method:ops._method,format:'js',authenticity_token:AUTH_TOKEN},function(key,value){fields[fields.length]=$('<input type="hidden" name="'+key+'" value="'+value+'" />');});var form=$('<form action="'+action+'" method="'+ops.method+'" '+' '+ops.attribs+' class="in_place">'+ops.submit+'</form>');jQuery.each(fields,function(){form.prepend(this);});return form;},text:function(model,attrib,value){return $('<input name="'+model+'['+attrib+']" type="text" value="'+value+'" class="in_place"/>');},textarea:function(model,attrib,value){return $('<textarea name="'+model+'['+attrib+']" class="in_place">'+value+'</textarea>');},checkbox:function(model,attrib,value){if(value==1){return $('<input type="hidden" value="0" name="'+model+'['+attrib+']"/><input name="'+model+'['+attrib+']" checked="checked" type="checkbox" value="1" class="in_place"/>');}else{return $('<input type="hidden" value="0" name="'+model+'['+attrib+']"/><input name="'+model+'['+attrib+']" type="checkbox" value="1" class="in_place"/>');}},wysiwyg:function(model,attrib,value){return $('<textarea id="in_place_wysisyg" name="'+model+'['+attrib+']" cols="1" rows="1">'+value+'</textarea>');},select:function(model,attrib,values,names,selected){var select='<select name="'+model+'['+attrib+']" class="in_place">';for(value in values){option='<option value="'+values[value]+'"';if(names[value]==selected)option=option+' selected="selected"';select=select+option+'>'+names[value]+'</option>';};return $(select+'</select>');},file:function(model,attrib){return $('<input name="'+model+'['+attrib+']" type="file" class="in_place"/>');}}
var hybridLink={action_text:function(e){return(e.hasClass('create')?'crear':'editar');},insertAfter:function(e,editFunction){e.after('<a class="in_place" href="javascript:void(0)">'+hybridLink.action_text(e)+'</a>');e.next('a.in_place').click(editFunction);},getElement:function(e){return e.next('a.in_place');},nowEditing:function(e,oldValue,editFunction){var edit_link=this.getElement(e);if(e.hasClass('listitem'))e.parent('li').addClass('select');edit_link.unbind('click');edit_link.html('cancelar');edit_link.click(function(){if(e.hasClass('wysiwyg'))tinyMCE.execCommand("mceRemoveControl",true,"in_place_wysisyg");e.html(oldValue);edit_link.html(hybridLink.action_text(e));edit_link.unbind('click');edit_link.click(editFunction);});if(e.hasClass('wysiwyg')){tinyMCE.execCommand("mceAddControl",true,"in_place_wysisyg");tinyMCE.execCommand("mceFocus",true,"in_place_wysisyg");}},nowShowing:function(e,editFunction){var edit_link=this.getElement(e);if(e.hasClass('listitem'))e.parent('li').removeClass('select');if(e.hasClass('wysiwyg'))tinyMCE.execCommand("mceRemoveControl",true,"in_place_wysisyg");edit_link.unbind('click');edit_link.html(hybridLink.action_text(e));edit_link.click(editFunction);},wysiwyg_html:null}
jQuery.fn.wysiwyg_in_place=function(url,model,attrib){var e=this;function editFunction(){var oldValue=e.html();var text_field=html_builder.wysiwyg(model,attrib,oldValue,"in_place_wysisyg");var form=html_builder.form(url,[text_field]);e.html(form);hybridLink.nowEditing(e,oldValue,editFunction);form.ajaxForm({dataType:'json',beforeSubmit:function(){in_progress.show_after(e);},success:function(res){if(res['error']){e.html(oldValue);alert(res['error']);}else{page_updater.html(e,model,attrib,res[model]['id'],res[model][attrib]);};in_progress.hide(e);hybridLink.nowShowing(e,editFunction);}});};hybridLink.insertAfter(e,editFunction);}
jQuery.fn.input_in_place=function(url,model,attrib){var e=this;function editFunction(){var oldValue=e.html();var text_field=html_builder.text(model,attrib,oldValue);var form=html_builder.form(url,[text_field]);e.html(form);text_field.select();hybridLink.nowEditing(e,oldValue,editFunction);form.ajaxForm({dataType:'json',beforeSubmit:function(){in_progress.show_after(e);},success:function(res){if(res['error']){e.html(oldValue);alert(res['error']);}else{page_updater.html(e,model,attrib,res[model]['id'],res[model][attrib]);};in_progress.hide(e);hybridLink.nowShowing(e,editFunction);}});};hybridLink.insertAfter(e,editFunction);}
jQuery.fn.checkbox_in_place=function(url,model,attrib){var e=this;function editFunction(){var text_value=e.html();if(text_value=='Si'){var oldValue=1}else{var oldValue=0}
var text_field=html_builder.checkbox(model,attrib,oldValue);var form=html_builder.form(url,[text_field]);e.html(form);text_field.select();hybridLink.nowEditing(e,oldValue,editFunction);form.ajaxForm({dataType:'json',beforeSubmit:function(){in_progress.show_after(e);},success:function(res){if(res['error']){e.html(oldValue);alert(res['error']);}else{if(res[model][attrib]==true){var newvalue='Si'}else{var newvalue='No'}
page_updater.html(e,model,attrib,res[model]['id'],newvalue);};in_progress.hide(e);hybridLink.nowShowing(e,editFunction);}});};hybridLink.insertAfter(e,editFunction);}
jQuery.fn.textarea_in_place=function(url,model,attrib){var e=this;function editFunction(){var oldValue=e.html();var text_field=html_builder.textarea(model,attrib,oldValue);var form=html_builder.form(url,[text_field]);e.html(form);text_field.select();hybridLink.nowEditing(e,oldValue,editFunction);form.ajaxForm({dataType:'json',beforeSubmit:function(){in_progress.show_after(e);},success:function(res){if(res['error']){e.html(oldValue);alert(res['error']);}else{page_updater.html(e,model,attrib,res[model]['id'],res[model][attrib]);};in_progress.hide(e);hybridLink.nowShowing(e,editFunction);}});};hybridLink.insertAfter(e,editFunction);}
jQuery.fn.select_in_place=function(url,model,attrib){var e=this;var values;var names;jQuery.ajax({url:'/'+e.attr("target")+'.json',success:function(json){var res=eval('('+json+')');values=res['values'];names=res['names'];}});function editFunction(){var option;var key;var oldValue=e.html();var select=html_builder.select(model,attrib,values,names,oldValue);var form=html_builder.form(url,[select]);e.html(form);select.focus();hybridLink.nowEditing(e,oldValue,editFunction);form.ajaxForm({dataType:'json',beforeSubmit:function(){in_progress.show_appending(e);},success:function(res){if(res['error']){e.html(oldValue);alert(res['error']);}else{var obj=res[model];var name;var i;for(i in values){if(values[i]==obj[attrib]){name=names[i];break;}};page_updater.html(e,model,attrib,obj['id'],name);}
hybridLink.nowShowing(e,editFunction);}})}
hybridLink.insertAfter(e,editFunction);}
jQuery.fn.file_in_place=function(url,model,attrib,image){var e=this;function editFunction(){var oldValue=e.html();var form=html_builder.form(url,[html_builder.file(model,attrib)],{attribs:'enctype="multipart/form-data"',_method:(e.hasClass('create')?'post':'put')});e.append(form);hybridLink.nowEditing(e,oldValue,editFunction);form.ajaxForm({dataType:'json',beforeSubmit:function(){in_progress.show_after(e);},success:function(res,status){if(res['error']){in_progress.hide(e);alert(res['error']);}else{var obj=res[model];e.html(oldValue);in_progress.hide(e);hybridLink.nowShowing(e,editFunction);if(image){for(property in obj){if(property!="id")
page_updater.attr(model,property,obj['id'],'src',obj[property]);};}else{e.next('a').next('ul').prepend('<li><a href="'+obj['url']+'">'+obj['name']+'</a></li>');};};}});}
hybridLink.insertAfter(e,editFunction);}
jQuery(function(){jQuery(".rest_in_place").livequery(function(){var e=jQuery(this);var url;var obj;var attrib;e.parents().each(function(){url=url||jQuery(this).attr("url");obj=obj||jQuery(this).attr("object");attrib=attrib||jQuery(this).attr("attribute");});var res=null;e.parents().each(function(){if(res=this.id.match(/^(\w+)_(\d+)$/i)){obj=obj||res[1];}});url=e.attr("url")||url||document.location.pathname;obj=e.attr("object")||obj;attrib=e.attr("attribute")||attrib;if(e.hasClass("image"))
e.file_in_place(url,obj,attrib,true);else if(e.hasClass("file"))
e.file_in_place(url,obj,attrib,false);else if(e.hasClass("select"))
e.select_in_place(url,obj,attrib);else if(e.hasClass("textarea"))
e.textarea_in_place(url,obj,attrib);else if(e.hasClass("checkbox"))
e.checkbox_in_place(url,obj,attrib);else if(e.hasClass("wysiwyg"))
e.wysiwyg_in_place(url,obj,attrib);else
e.input_in_place(url,obj,attrib);});});