

/*
 * jQuery UI 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI
 */
jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){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)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},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 f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.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((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return !!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.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}c.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(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return !(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.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;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.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 k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.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){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);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}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);;/*
 * jQuery UI Accordion 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Accordion
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.accordion",{_init:function(){var d=this.options,b=this;this.running=0;if(d.collapsible==a.ui.accordion.defaults.collapsible&&d.alwaysOpen!=a.ui.accordion.defaults.alwaysOpen){d.collapsible=!d.alwaysOpen}if(d.navigation){var c=this.element.find("a").filter(d.navigationFilter);if(c.length){if(c.filter(d.header).length){this.active=c}else{this.active=c.parent().parent().prev();c.addClass("ui-accordion-content-active")}}}this.element.addClass("ui-accordion ui-widget ui-helper-reset");if(this.element[0].nodeName=="UL"){this.element.children("li").addClass("ui-accordion-li-fix")}this.headers=this.element.find(d.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){a(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){a(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){a(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){a(this).removeClass("ui-state-focus")});this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");this.active=this._findActive(this.active||d.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");this.active.next().addClass("ui-accordion-content-active");a("<span/>").addClass("ui-icon "+d.icons.header).prependTo(this.headers);this.active.find(".ui-icon").toggleClass(d.icons.header).toggleClass(d.icons.headerSelected);if(a.browser.msie){this.element.find("a").css("zoom","1")}this.resize();this.element.attr("role","tablist");this.headers.attr("role","tab").bind("keydown",function(e){return b._keydown(e)}).next().attr("role","tabpanel");this.headers.not(this.active||"").attr("aria-expanded","false").attr("tabIndex","-1").next().hide();if(!this.active.length){this.headers.eq(0).attr("tabIndex","0")}else{this.active.attr("aria-expanded","true").attr("tabIndex","0")}if(!a.browser.safari){this.headers.find("a").attr("tabIndex","-1")}if(d.event){this.headers.bind((d.event)+".accordion",function(e){return b._clickHandler.call(b,e,this)})}},destroy:function(){var c=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role").unbind(".accordion").removeData("accordion");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabindex");this.headers.find("a").removeAttr("tabindex");this.headers.children(".ui-icon").remove();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active");if(c.autoHeight||c.fillHeight){b.css("height","")}},_setData:function(b,c){if(b=="alwaysOpen"){b="collapsible";c=!c}a.widget.prototype._setData.apply(this,arguments)},_keydown:function(e){var g=this.options,f=a.ui.keyCode;if(g.disabled||e.altKey||e.ctrlKey){return}var d=this.headers.length;var b=this.headers.index(e.target);var c=false;switch(e.keyCode){case f.RIGHT:case f.DOWN:c=this.headers[(b+1)%d];break;case f.LEFT:case f.UP:c=this.headers[(b-1+d)%d];break;case f.SPACE:case f.ENTER:return this._clickHandler({target:e.target},e.target)}if(c){a(e.target).attr("tabIndex","-1");a(c).attr("tabIndex","0");c.focus();return false}return true},resize:function(){var e=this.options,d;if(e.fillSpace){if(a.browser.msie){var b=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}d=this.element.parent().height();if(a.browser.msie){this.element.parent().css("overflow",b)}this.headers.each(function(){d-=a(this).outerHeight()});var c=0;this.headers.next().each(function(){c=Math.max(c,a(this).innerHeight()-a(this).height())}).height(Math.max(0,d-c)).css("overflow","auto")}else{if(e.autoHeight){d=0;this.headers.next().each(function(){d=Math.max(d,a(this).outerHeight())}).height(d)}}},activate:function(b){var c=this._findActive(b)[0];this._clickHandler({target:c},c)},_findActive:function(b){return b?typeof b=="number"?this.headers.filter(":eq("+b+")"):this.headers.not(this.headers.not(b)):b===false?a([]):this.headers.filter(":eq(0)")},_clickHandler:function(b,f){var d=this.options;if(d.disabled){return false}if(!b.target&&d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var h=this.active.next(),e={options:d,newHeader:a([]),oldHeader:d.active,newContent:a([]),oldContent:h},c=(this.active=a([]));this._toggle(c,h,e);return false}var g=a(b.currentTarget||f);var i=g[0]==this.active[0];if(this.running||(!d.collapsible&&i)){return false}this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");if(!i){g.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").find(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);g.next().addClass("ui-accordion-content-active")}var c=g.next(),h=this.active.next(),e={options:d,newHeader:i&&d.collapsible?a([]):g,oldHeader:this.active,newContent:i&&d.collapsible?a([]):c.find("> *"),oldContent:h.find("> *")},j=this.headers.index(this.active[0])>this.headers.index(g[0]);this.active=i?a([]):g;this._toggle(c,h,e,i,j);return false},_toggle:function(b,i,g,j,k){var d=this.options,m=this;this.toShow=b;this.toHide=i;this.data=g;var c=function(){if(!m){return}return m._completed.apply(m,arguments)};this._trigger("changestart",null,this.data);this.running=i.size()===0?b.size():i.size();if(d.animated){var f={};if(d.collapsible&&j){f={toShow:a([]),toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}else{f={toShow:b,toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}if(!d.proxied){d.proxied=d.animated}if(!d.proxiedDuration){d.proxiedDuration=d.duration}d.animated=a.isFunction(d.proxied)?d.proxied(f):d.proxied;d.duration=a.isFunction(d.proxiedDuration)?d.proxiedDuration(f):d.proxiedDuration;var l=a.ui.accordion.animations,e=d.duration,h=d.animated;if(!l[h]){l[h]=function(n){this.slide(n,{easing:h,duration:e||700})}}l[h](f)}else{if(d.collapsible&&j){b.toggle()}else{i.hide();b.show()}c(true)}i.prev().attr("aria-expanded","false").attr("tabIndex","-1").blur();b.prev().attr("aria-expanded","true").attr("tabIndex","0").focus()},_completed:function(b){var c=this.options;this.running=b?0:--this.running;if(this.running){return}if(c.clearStyle){this.toShow.add(this.toHide).css({height:"",overflow:""})}this._trigger("change",null,this.data)}});a.extend(a.ui.accordion,{version:"1.7.2",defaults:{active:null,alwaysOpen:true,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},animations:{slide:function(j,h){j=a.extend({easing:"swing",duration:300},j,h);if(!j.toHide.size()){j.toShow.animate({height:"show"},j);return}if(!j.toShow.size()){j.toHide.animate({height:"hide"},j);return}var c=j.toShow.css("overflow"),g,d={},f={},e=["height","paddingTop","paddingBottom"],b;var i=j.toShow;b=i[0].style.width;i.width(parseInt(i.parent().width(),10)-parseInt(i.css("paddingLeft"),10)-parseInt(i.css("paddingRight"),10)-(parseInt(i.css("borderLeftWidth"),10)||0)-(parseInt(i.css("borderRightWidth"),10)||0));a.each(e,function(k,m){f[m]="hide";var l=(""+a.css(j.toShow[0],m)).match(/^([\d+-.]+)(.*)$/);d[m]={value:l[1],unit:l[2]||"px"}});j.toShow.css({height:0,overflow:"hidden"}).show();j.toHide.filter(":hidden").each(j.complete).end().filter(":visible").animate(f,{step:function(k,l){if(l.prop=="height"){g=(l.now-l.start)/(l.end-l.start)}j.toShow[0].style[l.prop]=(g*d[l.prop].value)+d[l.prop].unit},duration:j.duration,easing:j.easing,complete:function(){if(!j.autoHeight){j.toShow.css("height","")}j.toShow.css("width",b);j.toShow.css({overflow:c});j.complete()}})},bounceslide:function(b){this.slide(b,{easing:b.down?"easeOutBounce":"swing",duration:b.down?1000:200})},easeslide:function(b){this.slide(b,{easing:"easeinout",duration:700})}}})})(jQuery);;/*
 * jQuery UI Tabs 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Tabs
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable}this._tabify(true)},_setData:function(b,c){if(b=="selected"){if(this.options.collapsible&&c==this.options.selected){return}this.select(c)}else{this.options[b]=c;if(b=="deselectable"){this.options.collapsible=c}this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+a.data(b)},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+a.data(this.list[0]));return a.cookie.apply(null,[b].concat(a.makeArray(arguments)))},_ui:function(c,b){return{tab:c,panel:b,index:this.anchors.index(c)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=a(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(n){this.list=this.element.children("ul:first");this.lis=a("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return a("a",this)[0]});this.panels=a([]);var p=this,d=this.options;var c=/^#.+/;this.anchors.each(function(r,o){var q=a(o).attr("href");var s=q.split("#")[0],u;if(s&&(s===location.toString().split("#")[0]||(u=a("base")[0])&&s===u.href)){q=o.hash;o.href=q}if(c.test(q)){p.panels=p.panels.add(p._sanitizeSelector(q))}else{if(q!="#"){a.data(o,"href.tabs",q);a.data(o,"load.tabs",q.replace(/#.*$/,""));var w=p._tabId(o);o.href="#"+w;var v=a("#"+w);if(!v.length){v=a(d.panelTemplate).attr("id",w).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(p.panels[r-1]||p.list);v.data("destroy.tabs",true)}p.panels=p.panels.add(v)}else{d.disabled.push(r)}}});if(n){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(d.selected===undefined){if(location.hash){this.anchors.each(function(q,o){if(o.hash==location.hash){d.selected=q;return false}})}if(typeof d.selected!="number"&&d.cookie){d.selected=parseInt(p._cookie(),10)}if(typeof d.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}d.selected=d.selected||0}else{if(d.selected===null){d.selected=-1}}d.selected=((d.selected>=0&&this.anchors[d.selected])||d.selected<0)?d.selected:0;d.disabled=a.unique(d.disabled.concat(a.map(this.lis.filter(".ui-state-disabled"),function(q,o){return p.lis.index(q)}))).sort();if(a.inArray(d.selected,d.disabled)!=-1){d.disabled.splice(a.inArray(d.selected,d.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(d.selected>=0&&this.anchors.length){this.panels.eq(d.selected).removeClass("ui-tabs-hide");this.lis.eq(d.selected).addClass("ui-tabs-selected ui-state-active");p.element.queue("tabs",function(){p._trigger("show",null,p._ui(p.anchors[d.selected],p.panels[d.selected]))});this.load(d.selected)}a(window).bind("unload",function(){p.lis.add(p.anchors).unbind(".tabs");p.lis=p.anchors=p.panels=null})}else{d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[d.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(d.cookie){this._cookie(d.selected,d.cookie)}for(var g=0,m;(m=this.lis[g]);g++){a(m)[a.inArray(g,d.disabled)!=-1&&!a(m).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(d.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(d.event!="mouseover"){var f=function(o,i){if(i.is(":not(.ui-state-disabled)")){i.addClass("ui-state-"+o)}};var j=function(o,i){i.removeClass("ui-state-"+o)};this.lis.bind("mouseover.tabs",function(){f("hover",a(this))});this.lis.bind("mouseout.tabs",function(){j("hover",a(this))});this.anchors.bind("focus.tabs",function(){f("focus",a(this).closest("li"))});this.anchors.bind("blur.tabs",function(){j("focus",a(this).closest("li"))})}var b,h;if(d.fx){if(a.isArray(d.fx)){b=d.fx[0];h=d.fx[1]}else{b=h=d.fx}}function e(i,o){i.css({display:""});if(a.browser.msie&&o.opacity){i[0].style.removeAttribute("filter")}}var k=h?function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.hide().removeClass("ui-tabs-hide").animate(h,h.duration||"normal",function(){e(o,h);p._trigger("show",null,p._ui(i,o[0]))})}:function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.removeClass("ui-tabs-hide");p._trigger("show",null,p._ui(i,o[0]))};var l=b?function(o,i){i.animate(b,b.duration||"normal",function(){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");e(i,b);p.element.dequeue("tabs")})}:function(o,i,q){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");p.element.dequeue("tabs")};this.anchors.bind(d.event+".tabs",function(){var o=this,r=a(this).closest("li"),i=p.panels.filter(":not(.ui-tabs-hide)"),q=a(p._sanitizeSelector(this.hash));if((r.hasClass("ui-tabs-selected")&&!d.collapsible)||r.hasClass("ui-state-disabled")||r.hasClass("ui-state-processing")||p._trigger("select",null,p._ui(this,q[0]))===false){this.blur();return false}d.selected=p.anchors.index(this);p.abort();if(d.collapsible){if(r.hasClass("ui-tabs-selected")){d.selected=-1;if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){l(o,i)}).dequeue("tabs");this.blur();return false}else{if(!i.length){if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this));this.blur();return false}}}if(d.cookie){p._cookie(d.selected,d.cookie)}if(q.length){if(i.length){p.element.queue("tabs",function(){l(o,i)})}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(a.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var c=a.data(this,"href.tabs");if(c){this.href=c}var d=a(this).unbind(".tabs");a.each(["href","load","cache"],function(e,f){d.removeData(f+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(a.data(this,"destroy.tabs")){a(this).remove()}else{a(this).removeClass(["ui-state-default","ui-corner-top","ui-tabs-selected","ui-state-active","ui-state-hover","ui-state-focus","ui-state-disabled","ui-tabs-panel","ui-widget-content","ui-corner-bottom","ui-tabs-hide"].join(" "))}});if(b.cookie){this._cookie(null,b.cookie)}},add:function(e,d,c){if(c===undefined){c=this.anchors.length}var b=this,g=this.options,i=a(g.tabTemplate.replace(/#\{href\}/g,e).replace(/#\{label\}/g,d)),h=!e.indexOf("#")?e.replace("#",""):this._tabId(a("a",i)[0]);i.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var f=a("#"+h);if(!f.length){f=a(g.panelTemplate).attr("id",h).data("destroy.tabs",true)}f.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(c>=this.lis.length){i.appendTo(this.list);f.appendTo(this.list[0].parentNode)}else{i.insertBefore(this.lis[c]);f.insertBefore(this.panels[c])}g.disabled=a.map(g.disabled,function(k,j){return k>=c?++k:k});this._tabify();if(this.anchors.length==1){i.addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){b._trigger("show",null,b._ui(b.anchors[0],b.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[c],this.panels[c]))},remove:function(b){var d=this.options,e=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();if(e.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(b+(b+1<this.anchors.length?1:-1))}d.disabled=a.map(a.grep(d.disabled,function(g,f){return g!=b}),function(g,f){return g>=b?--g:g});this._tabify();this._trigger("remove",null,this._ui(e.find("a")[0],c[0]))},enable:function(b){var c=this.options;if(a.inArray(b,c.disabled)==-1){return}this.lis.eq(b).removeClass("ui-state-disabled");c.disabled=a.grep(c.disabled,function(e,d){return e!=b});this._trigger("enable",null,this._ui(this.anchors[b],this.panels[b]))},disable:function(c){var b=this,d=this.options;if(c!=d.selected){this.lis.eq(c).addClass("ui-state-disabled");d.disabled.push(c);d.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[c],this.panels[c]))}},select:function(b){if(typeof b=="string"){b=this.anchors.index(this.anchors.filter("[href$="+b+"]"))}else{if(b===null){b=-1}}if(b==-1&&this.options.collapsible){b=this.options.selected}this.anchors.eq(b).trigger(this.options.event+".tabs")},load:function(e){var c=this,g=this.options,b=this.anchors.eq(e)[0],d=a.data(b,"load.tabs");this.abort();if(!d||this.element.queue("tabs").length!==0&&a.data(b,"cache.tabs")){this.element.dequeue("tabs");return}this.lis.eq(e).addClass("ui-state-processing");if(g.spinner){var f=a("span",b);f.data("label.tabs",f.html()).html(g.spinner)}this.xhr=a.ajax(a.extend({},g.ajaxOptions,{url:d,success:function(i,h){a(c._sanitizeSelector(b.hash)).html(i);c._cleanup();if(g.cache){a.data(b,"cache.tabs",true)}c._trigger("load",null,c._ui(c.anchors[e],c.panels[e]));try{g.ajaxOptions.success(i,h)}catch(j){}c.element.dequeue("tabs")}}))},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup()},url:function(c,b){this.anchors.eq(c).removeData("cache.tabs").data("load.tabs",b)},length:function(){return this.anchors.length}});a.extend(a.ui.tabs,{version:"1.7.2",getter:"length",defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:"click",fx:null,idPrefix:"ui-tabs-",panelTemplate:"<div></div>",spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});a.extend(a.ui.tabs.prototype,{rotation:null,rotate:function(d,f){var b=this,g=this.options;var c=b._rotate||(b._rotate=function(h){clearTimeout(b.rotation);b.rotation=setTimeout(function(){var i=g.selected;b.select(++i<b.anchors.length?i:0)},d);if(h){h.stopPropagation()}});var e=b._unrotate||(b._unrotate=!f?function(h){if(h.clientX){b.rotate(null)}}:function(h){t=g.selected;c()});if(d){this.element.bind("tabsshow",c);this.anchors.bind(g.event+".tabs",e);c()}else{clearTimeout(b.rotation);this.element.unbind("tabsshow",c);this.anchors.unbind(g.event+".tabs",e);delete this._rotate;delete this._unrotate}}})})(jQuery);;/*
 * jQuery UI Datepicker 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Datepicker
 *
 * Depends:
 *	ui.core.js
 */
(function($){$.extend($.ui,{datepicker:{version:"1.7.2"}});var PROP_NAME="datepicker";function Datepicker(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._datepickerShowing=false;this._inDialog=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass="ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],dateFormat:"mm/dd/yy",firstDay:0,isRTL:false};this._defaults={showOn:"focus",showAnim:"show",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,showMonthAfterYear:false,yearRange:"-10:+10",showOtherMonths:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"normal",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false};$.extend(this._defaults,this.regional[""]);this.dpDiv=$('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>')}$.extend(Datepicker.prototype,{markerClassName:"hasDatepicker",log:function(){if(this.debug){console.log.apply("",arguments)}},setDefaults:function(settings){extendRemove(this._defaults,settings||{});return this},_attachDatepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("date:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase();var inline=(nodeName=="div"||nodeName=="span");if(!target.id){target.id="dp"+(++this.uuid)}var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{});if(nodeName=="input"){this._connectDatepicker(target,inst)}else{if(inline){this._inlineDatepicker(target,inst)}}},_newInst:function(target,inline){var id=target[0].id.replace(/([:\[\]\.])/g,"\\\\$1");return{id:id,input:target,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:inline,dpDiv:(!inline?this.dpDiv:$('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>'))}},_connectDatepicker:function(target,inst){var input=$(target);inst.append=$([]);inst.trigger=$([]);if(input.hasClass(this.markerClassName)){return}var appendText=this._get(inst,"appendText");var isRTL=this._get(inst,"isRTL");if(appendText){inst.append=$('<span class="'+this._appendClass+'">'+appendText+"</span>");input[isRTL?"before":"after"](inst.append)}var showOn=this._get(inst,"showOn");if(showOn=="focus"||showOn=="both"){input.focus(this._showDatepicker)}if(showOn=="button"||showOn=="both"){var buttonText=this._get(inst,"buttonText");var buttonImage=this._get(inst,"buttonImage");inst.trigger=$(this._get(inst,"buttonImageOnly")?$("<img/>").addClass(this._triggerClass).attr({src:buttonImage,alt:buttonText,title:buttonText}):$('<button type="button"></button>').addClass(this._triggerClass).html(buttonImage==""?buttonText:$("<img/>").attr({src:buttonImage,alt:buttonText,title:buttonText})));input[isRTL?"before":"after"](inst.trigger);inst.trigger.click(function(){if($.datepicker._datepickerShowing&&$.datepicker._lastInput==target){$.datepicker._hideDatepicker()}else{$.datepicker._showDatepicker(target)}return false})}input.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst)},_inlineDatepicker:function(target,inst){var divSpan=$(target);if(divSpan.hasClass(this.markerClassName)){return}divSpan.addClass(this.markerClassName).append(inst.dpDiv).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst);this._setDate(inst,this._getDefaultDate(inst));this._updateDatepicker(inst);this._updateAlternate(inst)},_dialogDatepicker:function(input,dateText,onSelect,settings,pos){var inst=this._dialogInst;if(!inst){var id="dp"+(++this.uuid);this._dialogInput=$('<input type="text" id="'+id+'" size="1" style="position: absolute; top: -100px;"/>');this._dialogInput.keydown(this._doKeyDown);$("body").append(this._dialogInput);inst=this._dialogInst=this._newInst(this._dialogInput,false);inst.settings={};$.data(this._dialogInput[0],PROP_NAME,inst)}extendRemove(inst.settings,settings||{});this._dialogInput.val(dateText);this._pos=(pos?(pos.length?pos:[pos.pageX,pos.pageY]):null);if(!this._pos){var browserWidth=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;var browserHeight=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;var scrollX=document.documentElement.scrollLeft||document.body.scrollLeft;var scrollY=document.documentElement.scrollTop||document.body.scrollTop;this._pos=[(browserWidth/2)-100+scrollX,(browserHeight/2)-150+scrollY]}this._dialogInput.css("left",this._pos[0]+"px").css("top",this._pos[1]+"px");inst.settings.onSelect=onSelect;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);if($.blockUI){$.blockUI(this.dpDiv)}$.data(this._dialogInput[0],PROP_NAME,inst);return this},_destroyDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();$.removeData(target,PROP_NAME);if(nodeName=="input"){inst.append.remove();inst.trigger.remove();$target.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress)}else{if(nodeName=="div"||nodeName=="span"){$target.removeClass(this.markerClassName).empty()}}},_enableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=false;inst.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().removeClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)})},_disableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=true;inst.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().addClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)});this._disabledInputs[this._disabledInputs.length]=target},_isDisabledDatepicker:function(target){if(!target){return false}for(var i=0;i<this._disabledInputs.length;i++){if(this._disabledInputs[i]==target){return true}}return false},_getInst:function(target){try{return $.data(target,PROP_NAME)}catch(err){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(target,name,value){var inst=this._getInst(target);if(arguments.length==2&&typeof name=="string"){return(name=="defaults"?$.extend({},$.datepicker._defaults):(inst?(name=="all"?$.extend({},inst.settings):this._get(inst,name)):null))}var settings=name||{};if(typeof name=="string"){settings={};settings[name]=value}if(inst){if(this._curInst==inst){this._hideDatepicker(null)}var date=this._getDateDatepicker(target);extendRemove(inst.settings,settings);this._setDateDatepicker(target,date);this._updateDatepicker(inst)}},_changeDatepicker:function(target,name,value){this._optionDatepicker(target,name,value)},_refreshDatepicker:function(target){var inst=this._getInst(target);if(inst){this._updateDatepicker(inst)}},_setDateDatepicker:function(target,date,endDate){var inst=this._getInst(target);if(inst){this._setDate(inst,date,endDate);this._updateDatepicker(inst);this._updateAlternate(inst)}},_getDateDatepicker:function(target){var inst=this._getInst(target);if(inst&&!inst.inline){this._setDateFromField(inst)}return(inst?this._getDate(inst):null)},_doKeyDown:function(event){var inst=$.datepicker._getInst(event.target);var handled=true;var isRTL=inst.dpDiv.is(".ui-datepicker-rtl");inst._keyEvent=true;if($.datepicker._datepickerShowing){switch(event.keyCode){case 9:$.datepicker._hideDatepicker(null,"");break;case 13:var sel=$("td."+$.datepicker._dayOverClass+", td."+$.datepicker._currentClass,inst.dpDiv);if(sel[0]){$.datepicker._selectDay(event.target,inst.selectedMonth,inst.selectedYear,sel[0])}else{$.datepicker._hideDatepicker(null,$.datepicker._get(inst,"duration"))}return false;break;case 27:$.datepicker._hideDatepicker(null,$.datepicker._get(inst,"duration"));break;case 33:$.datepicker._adjustDate(event.target,(event.ctrlKey?-$.datepicker._get(inst,"stepBigMonths"):-$.datepicker._get(inst,"stepMonths")),"M");break;case 34:$.datepicker._adjustDate(event.target,(event.ctrlKey?+$.datepicker._get(inst,"stepBigMonths"):+$.datepicker._get(inst,"stepMonths")),"M");break;case 35:if(event.ctrlKey||event.metaKey){$.datepicker._clearDate(event.target)}handled=event.ctrlKey||event.metaKey;break;case 36:if(event.ctrlKey||event.metaKey){$.datepicker._gotoToday(event.target)}handled=event.ctrlKey||event.metaKey;break;case 37:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,(isRTL?+1:-1),"D")}handled=event.ctrlKey||event.metaKey;if(event.originalEvent.altKey){$.datepicker._adjustDate(event.target,(event.ctrlKey?-$.datepicker._get(inst,"stepBigMonths"):-$.datepicker._get(inst,"stepMonths")),"M")}break;case 38:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,-7,"D")}handled=event.ctrlKey||event.metaKey;break;case 39:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,(isRTL?-1:+1),"D")}handled=event.ctrlKey||event.metaKey;if(event.originalEvent.altKey){$.datepicker._adjustDate(event.target,(event.ctrlKey?+$.datepicker._get(inst,"stepBigMonths"):+$.datepicker._get(inst,"stepMonths")),"M")}break;case 40:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,+7,"D")}handled=event.ctrlKey||event.metaKey;break;default:handled=false}}else{if(event.keyCode==36&&event.ctrlKey){$.datepicker._showDatepicker(this)}else{handled=false}}if(handled){event.preventDefault();event.stopPropagation()}},_doKeyPress:function(event){var inst=$.datepicker._getInst(event.target);if($.datepicker._get(inst,"constrainInput")){var chars=$.datepicker._possibleChars($.datepicker._get(inst,"dateFormat"));var chr=String.fromCharCode(event.charCode==undefined?event.keyCode:event.charCode);return event.ctrlKey||(chr<" "||!chars||chars.indexOf(chr)>-1)}},_showDatepicker:function(input){input=input.target||input;if(input.nodeName.toLowerCase()!="input"){input=$("input",input.parentNode)[0]}if($.datepicker._isDisabledDatepicker(input)||$.datepicker._lastInput==input){return}var inst=$.datepicker._getInst(input);var beforeShow=$.datepicker._get(inst,"beforeShow");extendRemove(inst.settings,(beforeShow?beforeShow.apply(input,[input,inst]):{}));$.datepicker._hideDatepicker(null,"");$.datepicker._lastInput=input;$.datepicker._setDateFromField(inst);if($.datepicker._inDialog){input.value=""}if(!$.datepicker._pos){$.datepicker._pos=$.datepicker._findPos(input);$.datepicker._pos[1]+=input.offsetHeight}var isFixed=false;$(input).parents().each(function(){isFixed|=$(this).css("position")=="fixed";return !isFixed});if(isFixed&&$.browser.opera){$.datepicker._pos[0]-=document.documentElement.scrollLeft;$.datepicker._pos[1]-=document.documentElement.scrollTop}var offset={left:$.datepicker._pos[0],top:$.datepicker._pos[1]};$.datepicker._pos=null;inst.rangeStart=null;inst.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});$.datepicker._updateDatepicker(inst);offset=$.datepicker._checkOffset(inst,offset,isFixed);inst.dpDiv.css({position:($.datepicker._inDialog&&$.blockUI?"static":(isFixed?"fixed":"absolute")),display:"none",left:offset.left+"px",top:offset.top+"px"});if(!inst.inline){var showAnim=$.datepicker._get(inst,"showAnim")||"show";var duration=$.datepicker._get(inst,"duration");var postProcess=function(){$.datepicker._datepickerShowing=true;if($.browser.msie&&parseInt($.browser.version,10)<7){$("iframe.ui-datepicker-cover").css({width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4})}};if($.effects&&$.effects[showAnim]){inst.dpDiv.show(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[showAnim](duration,postProcess)}if(duration==""){postProcess()}if(inst.input[0].type!="hidden"){inst.input[0].focus()}$.datepicker._curInst=inst}},_updateDatepicker:function(inst){var dims={width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4};var self=this;inst.dpDiv.empty().append(this._generateHTML(inst)).find("iframe.ui-datepicker-cover").css({width:dims.width,height:dims.height}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){$(this).removeClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).removeClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).removeClass("ui-datepicker-next-hover")}}).bind("mouseover",function(){if(!self._isDisabledDatepicker(inst.inline?inst.dpDiv.parent()[0]:inst.input[0])){$(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");$(this).addClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).addClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).addClass("ui-datepicker-next-hover")}}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();var numMonths=this._getNumberOfMonths(inst);var cols=numMonths[1];var width=17;if(cols>1){inst.dpDiv.addClass("ui-datepicker-multi-"+cols).css("width",(width*cols)+"em")}else{inst.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("")}inst.dpDiv[(numMonths[0]!=1||numMonths[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");inst.dpDiv[(this._get(inst,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");if(inst.input&&inst.input[0].type!="hidden"&&inst==$.datepicker._curInst){$(inst.input[0]).focus()}},_checkOffset:function(inst,offset,isFixed){var dpWidth=inst.dpDiv.outerWidth();var dpHeight=inst.dpDiv.outerHeight();var inputWidth=inst.input?inst.input.outerWidth():0;var inputHeight=inst.input?inst.input.outerHeight():0;var viewWidth=(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)+$(document).scrollLeft();var viewHeight=(window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight)+$(document).scrollTop();offset.left-=(this._get(inst,"isRTL")?(dpWidth-inputWidth):0);offset.left-=(isFixed&&offset.left==inst.input.offset().left)?$(document).scrollLeft():0;offset.top-=(isFixed&&offset.top==(inst.input.offset().top+inputHeight))?$(document).scrollTop():0;offset.left-=(offset.left+dpWidth>viewWidth&&viewWidth>dpWidth)?Math.abs(offset.left+dpWidth-viewWidth):0;offset.top-=(offset.top+dpHeight>viewHeight&&viewHeight>dpHeight)?Math.abs(offset.top+dpHeight+inputHeight*2-viewHeight):0;return offset},_findPos:function(obj){while(obj&&(obj.type=="hidden"||obj.nodeType!=1)){obj=obj.nextSibling}var position=$(obj).offset();return[position.left,position.top]},_hideDatepicker:function(input,duration){var inst=this._curInst;if(!inst||(input&&inst!=$.data(input,PROP_NAME))){return}if(inst.stayOpen){this._selectDate("#"+inst.id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear))}inst.stayOpen=false;if(this._datepickerShowing){duration=(duration!=null?duration:this._get(inst,"duration"));var showAnim=this._get(inst,"showAnim");var postProcess=function(){$.datepicker._tidyDialog(inst)};if(duration!=""&&$.effects&&$.effects[showAnim]){inst.dpDiv.hide(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[(duration==""?"hide":(showAnim=="slideDown"?"slideUp":(showAnim=="fadeIn"?"fadeOut":"hide")))](duration,postProcess)}if(duration==""){this._tidyDialog(inst)}var onClose=this._get(inst,"onClose");if(onClose){onClose.apply((inst.input?inst.input[0]:null),[(inst.input?inst.input.val():""),inst])}this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if($.blockUI){$.unblockUI();$("body").append(this.dpDiv)}}this._inDialog=false}this._curInst=null},_tidyDialog:function(inst){inst.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(event){if(!$.datepicker._curInst){return}var $target=$(event.target);if(($target.parents("#"+$.datepicker._mainDivId).length==0)&&!$target.hasClass($.datepicker.markerClassName)&&!$target.hasClass($.datepicker._triggerClass)&&$.datepicker._datepickerShowing&&!($.datepicker._inDialog&&$.blockUI)){$.datepicker._hideDatepicker(null,"")}},_adjustDate:function(id,offset,period){var target=$(id);var inst=this._getInst(target[0]);if(this._isDisabledDatepicker(target[0])){return}this._adjustInstDate(inst,offset+(period=="M"?this._get(inst,"showCurrentAtPos"):0),period);this._updateDatepicker(inst)},_gotoToday:function(id){var target=$(id);var inst=this._getInst(target[0]);if(this._get(inst,"gotoCurrent")&&inst.currentDay){inst.selectedDay=inst.currentDay;inst.drawMonth=inst.selectedMonth=inst.currentMonth;inst.drawYear=inst.selectedYear=inst.currentYear}else{var date=new Date();inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear()}this._notifyChange(inst);this._adjustDate(target)},_selectMonthYear:function(id,select,period){var target=$(id);var inst=this._getInst(target[0]);inst._selectingMonthYear=false;inst["selected"+(period=="M"?"Month":"Year")]=inst["draw"+(period=="M"?"Month":"Year")]=parseInt(select.options[select.selectedIndex].value,10);this._notifyChange(inst);this._adjustDate(target)},_clickMonthYear:function(id){var target=$(id);var inst=this._getInst(target[0]);if(inst.input&&inst._selectingMonthYear&&!$.browser.msie){inst.input[0].focus()}inst._selectingMonthYear=!inst._selectingMonthYear},_selectDay:function(id,month,year,td){var target=$(id);if($(td).hasClass(this._unselectableClass)||this._isDisabledDatepicker(target[0])){return}var inst=this._getInst(target[0]);inst.selectedDay=inst.currentDay=$("a",td).html();inst.selectedMonth=inst.currentMonth=month;inst.selectedYear=inst.currentYear=year;if(inst.stayOpen){inst.endDay=inst.endMonth=inst.endYear=null}this._selectDate(id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear));if(inst.stayOpen){inst.rangeStart=this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay));this._updateDatepicker(inst)}},_clearDate:function(id){var target=$(id);var inst=this._getInst(target[0]);inst.stayOpen=false;inst.endDay=inst.endMonth=inst.endYear=inst.rangeStart=null;this._selectDate(target,"")},_selectDate:function(id,dateStr){var target=$(id);var inst=this._getInst(target[0]);dateStr=(dateStr!=null?dateStr:this._formatDate(inst));if(inst.input){inst.input.val(dateStr)}this._updateAlternate(inst);var onSelect=this._get(inst,"onSelect");if(onSelect){onSelect.apply((inst.input?inst.input[0]:null),[dateStr,inst])}else{if(inst.input){inst.input.trigger("change")}}if(inst.inline){this._updateDatepicker(inst)}else{if(!inst.stayOpen){this._hideDatepicker(null,this._get(inst,"duration"));this._lastInput=inst.input[0];if(typeof(inst.input[0])!="object"){inst.input[0].focus()}this._lastInput=null}}},_updateAlternate:function(inst){var altField=this._get(inst,"altField");if(altField){var altFormat=this._get(inst,"altFormat")||this._get(inst,"dateFormat");var date=this._getDate(inst);dateStr=this.formatDate(altFormat,date,this._getFormatConfig(inst));$(altField).each(function(){$(this).val(dateStr)})}},noWeekends:function(date){var day=date.getDay();return[(day>0&&day<6),""]},iso8601Week:function(date){var checkDate=new Date(date.getFullYear(),date.getMonth(),date.getDate());var firstMon=new Date(checkDate.getFullYear(),1-1,4);var firstDay=firstMon.getDay()||7;firstMon.setDate(firstMon.getDate()+1-firstDay);if(firstDay<4&&checkDate<firstMon){checkDate.setDate(checkDate.getDate()-3);return $.datepicker.iso8601Week(checkDate)}else{if(checkDate>new Date(checkDate.getFullYear(),12-1,28)){firstDay=new Date(checkDate.getFullYear()+1,1-1,4).getDay()||7;if(firstDay>4&&(checkDate.getDay()||7)<firstDay-3){return 1}}}return Math.floor(((checkDate-firstMon)/86400000)/7)+1},parseDate:function(format,value,settings){if(format==null||value==null){throw"Invalid arguments"}value=(typeof value=="object"?value.toString():value+"");if(value==""){return null}var shortYearCutoff=(settings?settings.shortYearCutoff:null)||this._defaults.shortYearCutoff;var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var year=-1;var month=-1;var day=-1;var doy=-1;var literal=false;var lookAhead=function(match){var matches=(iFormat+1<format.length&&format.charAt(iFormat+1)==match);if(matches){iFormat++}return matches};var getNumber=function(match){lookAhead(match);var origSize=(match=="@"?14:(match=="y"?4:(match=="o"?3:2)));var size=origSize;var num=0;while(size>0&&iValue<value.length&&value.charAt(iValue)>="0"&&value.charAt(iValue)<="9"){num=num*10+parseInt(value.charAt(iValue++),10);size--}if(size==origSize){throw"Missing number at position "+iValue}return num};var getName=function(match,shortNames,longNames){var names=(lookAhead(match)?longNames:shortNames);var size=0;for(var j=0;j<names.length;j++){size=Math.max(size,names[j].length)}var name="";var iInit=iValue;while(size>0&&iValue<value.length){name+=value.charAt(iValue++);for(var i=0;i<names.length;i++){if(name==names[i]){return i+1}}size--}throw"Unknown name at position "+iInit};var checkLiteral=function(){if(value.charAt(iValue)!=format.charAt(iFormat)){throw"Unexpected literal at position "+iValue}iValue++};var iValue=0;for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{checkLiteral()}}else{switch(format.charAt(iFormat)){case"d":day=getNumber("d");break;case"D":getName("D",dayNamesShort,dayNames);break;case"o":doy=getNumber("o");break;case"m":month=getNumber("m");break;case"M":month=getName("M",monthNamesShort,monthNames);break;case"y":year=getNumber("y");break;case"@":var date=new Date(getNumber("@"));year=date.getFullYear();month=date.getMonth()+1;day=date.getDate();break;case"'":if(lookAhead("'")){checkLiteral()}else{literal=true}break;default:checkLiteral()}}}if(year==-1){year=new Date().getFullYear()}else{if(year<100){year+=new Date().getFullYear()-new Date().getFullYear()%100+(year<=shortYearCutoff?0:-100)}}if(doy>-1){month=1;day=doy;do{var dim=this._getDaysInMonth(year,month-1);if(day<=dim){break}month++;day-=dim}while(true)}var date=this._daylightSavingAdjust(new Date(year,month-1,day));if(date.getFullYear()!=year||date.getMonth()+1!=month||date.getDate()!=day){throw"Invalid date"}return date},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TIMESTAMP:"@",W3C:"yy-mm-dd",formatDate:function(format,date,settings){if(!date){return""}var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var lookAhead=function(match){var matches=(iFormat+1<format.length&&format.charAt(iFormat+1)==match);if(matches){iFormat++}return matches};var formatNumber=function(match,value,len){var num=""+value;if(lookAhead(match)){while(num.length<len){num="0"+num}}return num};var formatName=function(match,value,shortNames,longNames){return(lookAhead(match)?longNames[value]:shortNames[value])};var output="";var literal=false;if(date){for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{output+=format.charAt(iFormat)}}else{switch(format.charAt(iFormat)){case"d":output+=formatNumber("d",date.getDate(),2);break;case"D":output+=formatName("D",date.getDay(),dayNamesShort,dayNames);break;case"o":var doy=date.getDate();for(var m=date.getMonth()-1;m>=0;m--){doy+=this._getDaysInMonth(date.getFullYear(),m)}output+=formatNumber("o",doy,3);break;case"m":output+=formatNumber("m",date.getMonth()+1,2);break;case"M":output+=formatName("M",date.getMonth(),monthNamesShort,monthNames);break;case"y":output+=(lookAhead("y")?date.getFullYear():(date.getYear()%100<10?"0":"")+date.getYear()%100);break;case"@":output+=date.getTime();break;case"'":if(lookAhead("'")){output+="'"}else{literal=true}break;default:output+=format.charAt(iFormat)}}}}return output},_possibleChars:function(format){var chars="";var literal=false;for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{chars+=format.charAt(iFormat)}}else{switch(format.charAt(iFormat)){case"d":case"m":case"y":case"@":chars+="0123456789";break;case"D":case"M":return null;case"'":if(lookAhead("'")){chars+="'"}else{literal=true}break;default:chars+=format.charAt(iFormat)}}}return chars},_get:function(inst,name){return inst.settings[name]!==undefined?inst.settings[name]:this._defaults[name]},_setDateFromField:function(inst){var dateFormat=this._get(inst,"dateFormat");var dates=inst.input?inst.input.val():null;inst.endDay=inst.endMonth=inst.endYear=null;var date=defaultDate=this._getDefaultDate(inst);var settings=this._getFormatConfig(inst);try{date=this.parseDate(dateFormat,dates,settings)||defaultDate}catch(event){this.log(event);date=defaultDate}inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();inst.currentDay=(dates?date.getDate():0);inst.currentMonth=(dates?date.getMonth():0);inst.currentYear=(dates?date.getFullYear():0);this._adjustInstDate(inst)},_getDefaultDate:function(inst){var date=this._determineDate(this._get(inst,"defaultDate"),new Date());var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&date<minDate?minDate:date);date=(maxDate&&date>maxDate?maxDate:date);return date},_determineDate:function(date,defaultDate){var offsetNumeric=function(offset){var date=new Date();date.setDate(date.getDate()+offset);return date};var offsetString=function(offset,getDaysInMonth){var date=new Date();var year=date.getFullYear();var month=date.getMonth();var day=date.getDate();var pattern=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g;var matches=pattern.exec(offset);while(matches){switch(matches[2]||"d"){case"d":case"D":day+=parseInt(matches[1],10);break;case"w":case"W":day+=parseInt(matches[1],10)*7;break;case"m":case"M":month+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break;case"y":case"Y":year+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break}matches=pattern.exec(offset)}return new Date(year,month,day)};date=(date==null?defaultDate:(typeof date=="string"?offsetString(date,this._getDaysInMonth):(typeof date=="number"?(isNaN(date)?defaultDate:offsetNumeric(date)):date)));date=(date&&date.toString()=="Invalid Date"?defaultDate:date);if(date){date.setHours(0);date.setMinutes(0);date.setSeconds(0);date.setMilliseconds(0)}return this._daylightSavingAdjust(date)},_daylightSavingAdjust:function(date){if(!date){return null}date.setHours(date.getHours()>12?date.getHours()+2:0);return date},_setDate:function(inst,date,endDate){var clear=!(date);var origMonth=inst.selectedMonth;var origYear=inst.selectedYear;date=this._determineDate(date,new Date());inst.selectedDay=inst.currentDay=date.getDate();inst.drawMonth=inst.selectedMonth=inst.currentMonth=date.getMonth();inst.drawYear=inst.selectedYear=inst.currentYear=date.getFullYear();if(origMonth!=inst.selectedMonth||origYear!=inst.selectedYear){this._notifyChange(inst)}this._adjustInstDate(inst);if(inst.input){inst.input.val(clear?"":this._formatDate(inst))}},_getDate:function(inst){var startDate=(!inst.currentYear||(inst.input&&inst.input.val()=="")?null:this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return startDate},_generateHTML:function(inst){var today=new Date();today=this._daylightSavingAdjust(new Date(today.getFullYear(),today.getMonth(),today.getDate()));var isRTL=this._get(inst,"isRTL");var showButtonPanel=this._get(inst,"showButtonPanel");var hideIfNoPrevNext=this._get(inst,"hideIfNoPrevNext");var navigationAsDateFormat=this._get(inst,"navigationAsDateFormat");var numMonths=this._getNumberOfMonths(inst);var showCurrentAtPos=this._get(inst,"showCurrentAtPos");var stepMonths=this._get(inst,"stepMonths");var stepBigMonths=this._get(inst,"stepBigMonths");var isMultiMonth=(numMonths[0]!=1||numMonths[1]!=1);var currentDate=this._daylightSavingAdjust((!inst.currentDay?new Date(9999,9,9):new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");var drawMonth=inst.drawMonth-showCurrentAtPos;var drawYear=inst.drawYear;if(drawMonth<0){drawMonth+=12;drawYear--}if(maxDate){var maxDraw=this._daylightSavingAdjust(new Date(maxDate.getFullYear(),maxDate.getMonth()-numMonths[1]+1,maxDate.getDate()));maxDraw=(minDate&&maxDraw<minDate?minDate:maxDraw);while(this._daylightSavingAdjust(new Date(drawYear,drawMonth,1))>maxDraw){drawMonth--;if(drawMonth<0){drawMonth=11;drawYear--}}}inst.drawMonth=drawMonth;inst.drawYear=drawYear;var prevText=this._get(inst,"prevText");prevText=(!navigationAsDateFormat?prevText:this.formatDate(prevText,this._daylightSavingAdjust(new Date(drawYear,drawMonth-stepMonths,1)),this._getFormatConfig(inst)));var prev=(this._canAdjustMonth(inst,-1,drawYear,drawMonth)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery.datepicker._adjustDate(\'#'+inst.id+"', -"+stepMonths+", 'M');\" title=\""+prevText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"e":"w")+'">'+prevText+"</span></a>":(hideIfNoPrevNext?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+prevText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"e":"w")+'">'+prevText+"</span></a>"));var nextText=this._get(inst,"nextText");nextText=(!navigationAsDateFormat?nextText:this.formatDate(nextText,this._daylightSavingAdjust(new Date(drawYear,drawMonth+stepMonths,1)),this._getFormatConfig(inst)));var next=(this._canAdjustMonth(inst,+1,drawYear,drawMonth)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery.datepicker._adjustDate(\'#'+inst.id+"', +"+stepMonths+", 'M');\" title=\""+nextText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"w":"e")+'">'+nextText+"</span></a>":(hideIfNoPrevNext?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+nextText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"w":"e")+'">'+nextText+"</span></a>"));var currentText=this._get(inst,"currentText");var gotoDate=(this._get(inst,"gotoCurrent")&&inst.currentDay?currentDate:today);currentText=(!navigationAsDateFormat?currentText:this.formatDate(currentText,gotoDate,this._getFormatConfig(inst)));var controls=(!inst.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery.datepicker._hideDatepicker();">'+this._get(inst,"closeText")+"</button>":"");var buttonPanel=(showButtonPanel)?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(isRTL?controls:"")+(this._isInRange(inst,gotoDate)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery.datepicker._gotoToday(\'#'+inst.id+"');\">"+currentText+"</button>":"")+(isRTL?"":controls)+"</div>":"";var firstDay=parseInt(this._get(inst,"firstDay"),10);firstDay=(isNaN(firstDay)?0:firstDay);var dayNames=this._get(inst,"dayNames");var dayNamesShort=this._get(inst,"dayNamesShort");var dayNamesMin=this._get(inst,"dayNamesMin");var monthNames=this._get(inst,"monthNames");var monthNamesShort=this._get(inst,"monthNamesShort");var beforeShowDay=this._get(inst,"beforeShowDay");var showOtherMonths=this._get(inst,"showOtherMonths");var calculateWeek=this._get(inst,"calculateWeek")||this.iso8601Week;var endDate=inst.endDay?this._daylightSavingAdjust(new Date(inst.endYear,inst.endMonth,inst.endDay)):currentDate;var defaultDate=this._getDefaultDate(inst);var html="";for(var row=0;row<numMonths[0];row++){var group="";for(var col=0;col<numMonths[1];col++){var selectedDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,inst.selectedDay));var cornerClass=" ui-corner-all";var calender="";if(isMultiMonth){calender+='<div class="ui-datepicker-group ui-datepicker-group-';switch(col){case 0:calender+="first";cornerClass=" ui-corner-"+(isRTL?"right":"left");break;case numMonths[1]-1:calender+="last";cornerClass=" ui-corner-"+(isRTL?"left":"right");break;default:calender+="middle";cornerClass="";break}calender+='">'}calender+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+cornerClass+'">'+(/all|left/.test(cornerClass)&&row==0?(isRTL?next:prev):"")+(/all|right/.test(cornerClass)&&row==0?(isRTL?prev:next):"")+this._generateMonthYearHeader(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,row>0||col>0,monthNames,monthNamesShort)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var thead="";for(var dow=0;dow<7;dow++){var day=(dow+firstDay)%7;thead+="<th"+((dow+firstDay+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+dayNames[day]+'">'+dayNamesMin[day]+"</span></th>"}calender+=thead+"</tr></thead><tbody>";var daysInMonth=this._getDaysInMonth(drawYear,drawMonth);if(drawYear==inst.selectedYear&&drawMonth==inst.selectedMonth){inst.selectedDay=Math.min(inst.selectedDay,daysInMonth)}var leadDays=(this._getFirstDayOfMonth(drawYear,drawMonth)-firstDay+7)%7;var numRows=(isMultiMonth?6:Math.ceil((leadDays+daysInMonth)/7));var printDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,1-leadDays));for(var dRow=0;dRow<numRows;dRow++){calender+="<tr>";var tbody="";for(var dow=0;dow<7;dow++){var daySettings=(beforeShowDay?beforeShowDay.apply((inst.input?inst.input[0]:null),[printDate]):[true,""]);var otherMonth=(printDate.getMonth()!=drawMonth);var unselectable=otherMonth||!daySettings[0]||(minDate&&printDate<minDate)||(maxDate&&printDate>maxDate);tbody+='<td class="'+((dow+firstDay+6)%7>=5?" ui-datepicker-week-end":"")+(otherMonth?" ui-datepicker-other-month":"")+((printDate.getTime()==selectedDate.getTime()&&drawMonth==inst.selectedMonth&&inst._keyEvent)||(defaultDate.getTime()==printDate.getTime()&&defaultDate.getTime()==selectedDate.getTime())?" "+this._dayOverClass:"")+(unselectable?" "+this._unselectableClass+" ui-state-disabled":"")+(otherMonth&&!showOtherMonths?"":" "+daySettings[1]+(printDate.getTime()>=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" "+this._currentClass:"")+(printDate.getTime()==today.getTime()?" ui-datepicker-today":""))+'"'+((!otherMonth||showOtherMonths)&&daySettings[2]?' title="'+daySettings[2]+'"':"")+(unselectable?"":" onclick=\"DP_jQuery.datepicker._selectDay('#"+inst.id+"',"+drawMonth+","+drawYear+', this);return false;"')+">"+(otherMonth?(showOtherMonths?printDate.getDate():"&#xa0;"):(unselectable?'<span class="ui-state-default">'+printDate.getDate()+"</span>":'<a class="ui-state-default'+(printDate.getTime()==today.getTime()?" ui-state-highlight":"")+(printDate.getTime()>=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" ui-state-active":"")+'" href="#">'+printDate.getDate()+"</a>"))+"</td>";printDate.setDate(printDate.getDate()+1);printDate=this._daylightSavingAdjust(printDate)}calender+=tbody+"</tr>"}drawMonth++;if(drawMonth>11){drawMonth=0;drawYear++}calender+="</tbody></table>"+(isMultiMonth?"</div>"+((numMonths[0]>0&&col==numMonths[1]-1)?'<div class="ui-datepicker-row-break"></div>':""):"");group+=calender}html+=group}html+=buttonPanel+($.browser.msie&&parseInt($.browser.version,10)<7&&!inst.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':"");inst._keyEvent=false;return html},_generateMonthYearHeader:function(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,secondary,monthNames,monthNamesShort){minDate=(inst.rangeStart&&minDate&&selectedDate<minDate?selectedDate:minDate);var changeMonth=this._get(inst,"changeMonth");var changeYear=this._get(inst,"changeYear");var showMonthAfterYear=this._get(inst,"showMonthAfterYear");var html='<div class="ui-datepicker-title">';var monthHtml="";if(secondary||!changeMonth){monthHtml+='<span class="ui-datepicker-month">'+monthNames[drawMonth]+"</span> "}else{var inMinYear=(minDate&&minDate.getFullYear()==drawYear);var inMaxYear=(maxDate&&maxDate.getFullYear()==drawYear);monthHtml+='<select class="ui-datepicker-month" onchange="DP_jQuery.datepicker._selectMonthYear(\'#'+inst.id+"', this, 'M');\" onclick=\"DP_jQuery.datepicker._clickMonthYear('#"+inst.id+"');\">";for(var month=0;month<12;month++){if((!inMinYear||month>=minDate.getMonth())&&(!inMaxYear||month<=maxDate.getMonth())){monthHtml+='<option value="'+month+'"'+(month==drawMonth?' selected="selected"':"")+">"+monthNamesShort[month]+"</option>"}}monthHtml+="</select>"}if(!showMonthAfterYear){html+=monthHtml+((secondary||changeMonth||changeYear)&&(!(changeMonth&&changeYear))?"&#xa0;":"")}if(secondary||!changeYear){html+='<span class="ui-datepicker-year">'+drawYear+"</span>"}else{var years=this._get(inst,"yearRange").split(":");var year=0;var endYear=0;if(years.length!=2){year=drawYear-10;endYear=drawYear+10}else{if(years[0].charAt(0)=="+"||years[0].charAt(0)=="-"){year=drawYear+parseInt(years[0],10);endYear=drawYear+parseInt(years[1],10)}else{year=parseInt(years[0],10);endYear=parseInt(years[1],10)}}year=(minDate?Math.max(year,minDate.getFullYear()):year);endYear=(maxDate?Math.min(endYear,maxDate.getFullYear()):endYear);html+='<select class="ui-datepicker-year" onchange="DP_jQuery.datepicker._selectMonthYear(\'#'+inst.id+"', this, 'Y');\" onclick=\"DP_jQuery.datepicker._clickMonthYear('#"+inst.id+"');\">";for(;year<=endYear;year++){html+='<option value="'+year+'"'+(year==drawYear?' selected="selected"':"")+">"+year+"</option>"}html+="</select>"}if(showMonthAfterYear){html+=(secondary||changeMonth||changeYear?"&#xa0;":"")+monthHtml}html+="</div>";return html},_adjustInstDate:function(inst,offset,period){var year=inst.drawYear+(period=="Y"?offset:0);var month=inst.drawMonth+(period=="M"?offset:0);var day=Math.min(inst.selectedDay,this._getDaysInMonth(year,month))+(period=="D"?offset:0);var date=this._daylightSavingAdjust(new Date(year,month,day));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&date<minDate?minDate:date);date=(maxDate&&date>maxDate?maxDate:date);inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();if(period=="M"||period=="Y"){this._notifyChange(inst)}},_notifyChange:function(inst){var onChange=this._get(inst,"onChangeMonthYear");if(onChange){onChange.apply((inst.input?inst.input[0]:null),[inst.selectedYear,inst.selectedMonth+1,inst])}},_getNumberOfMonths:function(inst){var numMonths=this._get(inst,"numberOfMonths");return(numMonths==null?[1,1]:(typeof numMonths=="number"?[1,numMonths]:numMonths))},_getMinMaxDate:function(inst,minMax,checkRange){var date=this._determineDate(this._get(inst,minMax+"Date"),null);return(!checkRange||!inst.rangeStart?date:(!date||inst.rangeStart>date?inst.rangeStart:date))},_getDaysInMonth:function(year,month){return 32-new Date(year,month,32).getDate()},_getFirstDayOfMonth:function(year,month){return new Date(year,month,1).getDay()},_canAdjustMonth:function(inst,offset,curYear,curMonth){var numMonths=this._getNumberOfMonths(inst);var date=this._daylightSavingAdjust(new Date(curYear,curMonth+(offset<0?offset:numMonths[1]),1));if(offset<0){date.setDate(this._getDaysInMonth(date.getFullYear(),date.getMonth()))}return this._isInRange(inst,date)},_isInRange:function(inst,date){var newMinDate=(!inst.rangeStart?null:this._daylightSavingAdjust(new Date(inst.selectedYear,inst.selectedMonth,inst.selectedDay)));newMinDate=(newMinDate&&inst.rangeStart<newMinDate?inst.rangeStart:newMinDate);var minDate=newMinDate||this._getMinMaxDate(inst,"min");var maxDate=this._getMinMaxDate(inst,"max");return((!minDate||date>=minDate)&&(!maxDate||date<=maxDate))},_getFormatConfig:function(inst){var shortYearCutoff=this._get(inst,"shortYearCutoff");shortYearCutoff=(typeof shortYearCutoff!="string"?shortYearCutoff:new Date().getFullYear()%100+parseInt(shortYearCutoff,10));return{shortYearCutoff:shortYearCutoff,dayNamesShort:this._get(inst,"dayNamesShort"),dayNames:this._get(inst,"dayNames"),monthNamesShort:this._get(inst,"monthNamesShort"),monthNames:this._get(inst,"monthNames")}},_formatDate:function(inst,day,month,year){if(!day){inst.currentDay=inst.selectedDay;inst.currentMonth=inst.selectedMonth;inst.currentYear=inst.selectedYear}var date=(day?(typeof day=="object"?day:this._daylightSavingAdjust(new Date(year,month,day))):this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return this.formatDate(this._get(inst,"dateFormat"),date,this._getFormatConfig(inst))}});function extendRemove(target,props){$.extend(target,props);for(var name in props){if(props[name]==null||props[name]==undefined){target[name]=props[name]}}return target}function isArray(a){return(a&&(($.browser.safari&&typeof a=="object"&&a.length)||(a.constructor&&a.constructor.toString().match(/\Array\(\)/))))}$.fn.datepicker=function(options){if(!$.datepicker.initialized){$(document).mousedown($.datepicker._checkExternalClick).find("body").append($.datepicker.dpDiv);$.datepicker.initialized=true}var otherArgs=Array.prototype.slice.call(arguments,1);if(typeof options=="string"&&(options=="isDisabled"||options=="getDate")){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}if(options=="option"&&arguments.length==2&&typeof arguments[1]=="string"){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}return this.each(function(){typeof options=="string"?$.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this].concat(otherArgs)):$.datepicker._attachDatepicker(this,options)})};$.datepicker=new Datepicker();$.datepicker.initialized=false;$.datepicker.uuid=new Date().getTime();$.datepicker.version="1.7.2";window.DP_jQuery=$})(jQuery);;/*
 * jQuery UI Progressbar 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Progressbar
 *
 * Depends:
 *   ui.core.js
 */
(function(a){a.widget("ui.progressbar",{_init:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this._valueMin(),"aria-valuemax":this._valueMax(),"aria-valuenow":this._value()});this.valueDiv=a('<div class="ui-progressbar-value ui-widget-header ui-corner-left"></div>').appendTo(this.element);this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow").removeData("progressbar").unbind(".progressbar");this.valueDiv.remove();a.widget.prototype.destroy.apply(this,arguments)},value:function(b){if(b===undefined){return this._value()}this._setData("value",b);return this},_setData:function(b,c){switch(b){case"value":this.options.value=c;this._refreshValue();this._trigger("change",null,{});break}a.widget.prototype._setData.apply(this,arguments)},_value:function(){var b=this.options.value;if(b<this._valueMin()){b=this._valueMin()}if(b>this._valueMax()){b=this._valueMax()}return b},_valueMin:function(){var b=0;return b},_valueMax:function(){var b=100;return b},_refreshValue:function(){var b=this.value();this.valueDiv[b==this._valueMax()?"addClass":"removeClass"]("ui-corner-right");this.valueDiv.width(b+"%");this.element.attr("aria-valuenow",b)}});a.extend(a.ui.progressbar,{version:"1.7.2",defaults:{value:0}})})(jQuery);;/*
 * jQuery UI Effects 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/
 */
jQuery.effects||(function(d){d.effects={version:"1.7.2",save:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.data("ec.storage."+h[f],g[0].style[h[f]])}}},restore:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.css(h[f],g.data("ec.storage."+h[f]))}}},setMode:function(f,g){if(g=="toggle"){g=f.is(":hidden")?"show":"hide"}return g},getBaseline:function(g,h){var i,f;switch(g[0]){case"top":i=0;break;case"middle":i=0.5;break;case"bottom":i=1;break;default:i=g[0]/h.height}switch(g[1]){case"left":f=0;break;case"center":f=0.5;break;case"right":f=1;break;default:f=g[1]/h.width}return{x:f,y:i}},createWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent()}var g={width:f.outerWidth(true),height:f.outerHeight(true),"float":f.css("float")};f.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var j=f.parent();if(f.css("position")=="static"){j.css({position:"relative"});f.css({position:"relative"})}else{var i=f.css("top");if(isNaN(parseInt(i,10))){i="auto"}var h=f.css("left");if(isNaN(parseInt(h,10))){h="auto"}j.css({position:f.css("position"),top:i,left:h,zIndex:f.css("z-index")}).show();f.css({position:"relative",top:0,left:0})}j.css(g);return j},removeWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent().replaceWith(f)}return f},setTransition:function(g,i,f,h){h=h||{};d.each(i,function(k,j){unit=g.cssUnit(j);if(unit[0]>0){h[j]=unit[0]*f+unit[1]}});return h},animateClass:function(h,i,k,j){var f=(typeof k=="function"?k:(j?j:null));var g=(typeof k=="string"?k:null);return this.each(function(){var q={};var o=d(this);var p=o.attr("style")||"";if(typeof p=="object"){p=p.cssText}if(h.toggle){o.hasClass(h.toggle)?h.remove=h.toggle:h.add=h.toggle}var l=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.addClass(h.add)}if(h.remove){o.removeClass(h.remove)}var m=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.removeClass(h.add)}if(h.remove){o.addClass(h.remove)}for(var r in m){if(typeof m[r]!="function"&&m[r]&&r.indexOf("Moz")==-1&&r.indexOf("length")==-1&&m[r]!=l[r]&&(r.match(/color/i)||(!r.match(/color/i)&&!isNaN(parseInt(m[r],10))))&&(l.position!="static"||(l.position=="static"&&!r.match(/left|top|bottom|right/)))){q[r]=m[r]}}o.animate(q,i,g,function(){if(typeof d(this).attr("style")=="object"){d(this).attr("style")["cssText"]="";d(this).attr("style")["cssText"]=p}else{d(this).attr("style",p)}if(h.add){d(this).addClass(h.add)}if(h.remove){d(this).removeClass(h.remove)}if(f){f.apply(this,arguments)}})})}};function c(g,f){var i=g[1]&&g[1].constructor==Object?g[1]:{};if(f){i.mode=f}var h=g[1]&&g[1].constructor!=Object?g[1]:(i.duration?i.duration:g[2]);h=d.fx.off?0:typeof h==="number"?h:d.fx.speeds[h]||d.fx.speeds._default;var j=i.callback||(d.isFunction(g[1])&&g[1])||(d.isFunction(g[2])&&g[2])||(d.isFunction(g[3])&&g[3]);return[g[0],i,h,j]}d.fn.extend({_show:d.fn.show,_hide:d.fn.hide,__toggle:d.fn.toggle,_addClass:d.fn.addClass,_removeClass:d.fn.removeClass,_toggleClass:d.fn.toggleClass,effect:function(g,f,h,i){return d.effects[g]?d.effects[g].call(this,{method:g,options:f||{},duration:h,callback:i}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(d.isFunction(arguments[0])||typeof arguments[0]=="boolean")){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"toggle"))}},addClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{add:g},f,i,h]):this._addClass(g)},removeClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{remove:g},f,i,h]):this._removeClass(g)},toggleClass:function(g,f,i,h){return((typeof f!=="boolean")&&f)?d.effects.animateClass.apply(this,[{toggle:g},f,i,h]):this._toggleClass(g,f)},morph:function(f,h,g,j,i){return d.effects.animateClass.apply(this,[{add:h,remove:f},g,j,i])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(f){var g=this.css(f),h=[];d.each(["em","px","%","pt"],function(j,k){if(g.indexOf(k)>0){h=[parseFloat(g),k]}});return h}});d.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(g,f){d.fx.step[f]=function(h){if(h.state==0){h.start=e(h.elem,f);h.end=b(h.end)}h.elem.style[f]="rgb("+[Math.max(Math.min(parseInt((h.pos*(h.end[0]-h.start[0]))+h.start[0],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[1]-h.start[1]))+h.start[1],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[2]-h.start[2]))+h.start[2],10),255),0)].join(",")+")"}});function b(g){var f;if(g&&g.constructor==Array&&g.length==3){return g}if(f=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(g)){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(g)){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(g)){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(g)){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(g)){return a.transparent}return a[d.trim(g).toLowerCase()]}function e(h,f){var g;do{g=d.curCSS(h,f);if(g!=""&&g!="transparent"||d.nodeName(h,"body")){break}f="backgroundColor"}while(h=h.parentNode);return b(g)}var a={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]};d.easing.jswing=d.easing.swing;d.extend(d.easing,{def:"easeOutQuad",swing:function(g,h,f,j,i){return d.easing[d.easing.def](g,h,f,j,i)},easeInQuad:function(g,h,f,j,i){return j*(h/=i)*h+f},easeOutQuad:function(g,h,f,j,i){return -j*(h/=i)*(h-2)+f},easeInOutQuad:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h+f}return -j/2*((--h)*(h-2)-1)+f},easeInCubic:function(g,h,f,j,i){return j*(h/=i)*h*h+f},easeOutCubic:function(g,h,f,j,i){return j*((h=h/i-1)*h*h+1)+f},easeInOutCubic:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h+f}return j/2*((h-=2)*h*h+2)+f},easeInQuart:function(g,h,f,j,i){return j*(h/=i)*h*h*h+f},easeOutQuart:function(g,h,f,j,i){return -j*((h=h/i-1)*h*h*h-1)+f},easeInOutQuart:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h+f}return -j/2*((h-=2)*h*h*h-2)+f},easeInQuint:function(g,h,f,j,i){return j*(h/=i)*h*h*h*h+f},easeOutQuint:function(g,h,f,j,i){return j*((h=h/i-1)*h*h*h*h+1)+f},easeInOutQuint:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h*h+f}return j/2*((h-=2)*h*h*h*h+2)+f},easeInSine:function(g,h,f,j,i){return -j*Math.cos(h/i*(Math.PI/2))+j+f},easeOutSine:function(g,h,f,j,i){return j*Math.sin(h/i*(Math.PI/2))+f},easeInOutSine:function(g,h,f,j,i){return -j/2*(Math.cos(Math.PI*h/i)-1)+f},easeInExpo:function(g,h,f,j,i){return(h==0)?f:j*Math.pow(2,10*(h/i-1))+f},easeOutExpo:function(g,h,f,j,i){return(h==i)?f+j:j*(-Math.pow(2,-10*h/i)+1)+f},easeInOutExpo:function(g,h,f,j,i){if(h==0){return f}if(h==i){return f+j}if((h/=i/2)<1){return j/2*Math.pow(2,10*(h-1))+f}return j/2*(-Math.pow(2,-10*--h)+2)+f},easeInCirc:function(g,h,f,j,i){return -j*(Math.sqrt(1-(h/=i)*h)-1)+f},easeOutCirc:function(g,h,f,j,i){return j*Math.sqrt(1-(h=h/i-1)*h)+f},easeInOutCirc:function(g,h,f,j,i){if((h/=i/2)<1){return -j/2*(Math.sqrt(1-h*h)-1)+f}return j/2*(Math.sqrt(1-(h-=2)*h)+1)+f},easeInElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return -(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f},easeOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return h*Math.pow(2,-10*i)*Math.sin((i*l-j)*(2*Math.PI)/k)+m+f},easeInOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l/2)==2){return f+m}if(!k){k=l*(0.3*1.5)}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}if(i<1){return -0.5*(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f}return h*Math.pow(2,-10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k)*0.5+m+f},easeInBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*(h/=j)*h*((i+1)*h-i)+f},easeOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*((h=h/j-1)*h*((i+1)*h+i)+1)+f},easeInOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}if((h/=j/2)<1){return k/2*(h*h*(((i*=(1.525))+1)*h-i))+f}return k/2*((h-=2)*h*(((i*=(1.525))+1)*h+i)+2)+f},easeInBounce:function(g,h,f,j,i){return j-d.easing.easeOutBounce(g,i-h,0,j,i)+f},easeOutBounce:function(g,h,f,j,i){if((h/=i)<(1/2.75)){return j*(7.5625*h*h)+f}else{if(h<(2/2.75)){return j*(7.5625*(h-=(1.5/2.75))*h+0.75)+f}else{if(h<(2.5/2.75)){return j*(7.5625*(h-=(2.25/2.75))*h+0.9375)+f}else{return j*(7.5625*(h-=(2.625/2.75))*h+0.984375)+f}}}},easeInOutBounce:function(g,h,f,j,i){if(h<i/2){return d.easing.easeInBounce(g,h*2,0,j,i)*0.5+f}return d.easing.easeOutBounce(g,h*2-i,0,j,i)*0.5+j*0.5+f}})})(jQuery);;/*
 * jQuery UI Effects Blind 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Blind
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.blind=function(b){return this.queue(function(){var d=a(this),c=["position","top","left"];var h=a.effects.setMode(d,b.options.mode||"hide");var g=b.options.direction||"vertical";a.effects.save(d,c);d.show();var j=a.effects.createWrapper(d).css({overflow:"hidden"});var e=(g=="vertical")?"height":"width";var i=(g=="vertical")?j.height():j.width();if(h=="show"){j.css(e,0)}var f={};f[e]=h=="show"?i:0;j.animate(f,b.duration,b.options.easing,function(){if(h=="hide"){d.hide()}a.effects.restore(d,c);a.effects.removeWrapper(d);if(b.callback){b.callback.apply(d[0],arguments)}d.dequeue()})})}})(jQuery);;/*
 * jQuery UI Effects Bounce 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Bounce
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.bounce=function(b){return this.queue(function(){var e=a(this),l=["position","top","left"];var k=a.effects.setMode(e,b.options.mode||"effect");var n=b.options.direction||"up";var c=b.options.distance||20;var d=b.options.times||5;var g=b.duration||250;if(/show|hide/.test(k)){l.push("opacity")}a.effects.save(e,l);e.show();a.effects.createWrapper(e);var f=(n=="up"||n=="down")?"top":"left";var p=(n=="up"||n=="left")?"pos":"neg";var c=b.options.distance||(f=="top"?e.outerHeight({margin:true})/3:e.outerWidth({margin:true})/3);if(k=="show"){e.css("opacity",0).css(f,p=="pos"?-c:c)}if(k=="hide"){c=c/(d*2)}if(k!="hide"){d--}if(k=="show"){var h={opacity:1};h[f]=(p=="pos"?"+=":"-=")+c;e.animate(h,g/2,b.options.easing);c=c/2;d--}for(var j=0;j<d;j++){var o={},m={};o[f]=(p=="pos"?"-=":"+=")+c;m[f]=(p=="pos"?"+=":"-=")+c;e.animate(o,g/2,b.options.easing).animate(m,g/2,b.options.easing);c=(k=="hide")?c*2:c/2}if(k=="hide"){var h={opacity:0};h[f]=(p=="pos"?"-=":"+=")+c;e.animate(h,g/2,b.options.easing,function(){e.hide();a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}})}else{var o={},m={};o[f]=(p=="pos"?"-=":"+=")+c;m[f]=(p=="pos"?"+=":"-=")+c;e.animate(o,g/2,b.options.easing).animate(m,g/2,b.options.easing,function(){a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}})}e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);;/*
 * jQuery UI Effects Clip 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Clip
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.clip=function(b){return this.queue(function(){var f=a(this),j=["position","top","left","height","width"];var i=a.effects.setMode(f,b.options.mode||"hide");var k=b.options.direction||"vertical";a.effects.save(f,j);f.show();var c=a.effects.createWrapper(f).css({overflow:"hidden"});var e=f[0].tagName=="IMG"?c:f;var g={size:(k=="vertical")?"height":"width",position:(k=="vertical")?"top":"left"};var d=(k=="vertical")?e.height():e.width();if(i=="show"){e.css(g.size,0);e.css(g.position,d/2)}var h={};h[g.size]=i=="show"?d:0;h[g.position]=i=="show"?0:d/2;e.animate(h,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){f.hide()}a.effects.restore(f,j);a.effects.removeWrapper(f);if(b.callback){b.callback.apply(f[0],arguments)}f.dequeue()}})})}})(jQuery);;/*
 * jQuery UI Effects Drop 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Drop
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.drop=function(b){return this.queue(function(){var e=a(this),d=["position","top","left","opacity"];var i=a.effects.setMode(e,b.options.mode||"hide");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e);var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true})/2:e.outerWidth({margin:true})/2);if(i=="show"){e.css("opacity",0).css(f,c=="pos"?-j:j)}var g={opacity:i=="show"?1:0};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;/*
 * jQuery UI Effects Explode 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Explode
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.explode=function(b){return this.queue(function(){var k=b.options.pieces?Math.round(Math.sqrt(b.options.pieces)):3;var e=b.options.pieces?Math.round(Math.sqrt(b.options.pieces)):3;b.options.mode=b.options.mode=="toggle"?(a(this).is(":visible")?"hide":"show"):b.options.mode;var h=a(this).show().css("visibility","hidden");var l=h.offset();l.top-=parseInt(h.css("marginTop"),10)||0;l.left-=parseInt(h.css("marginLeft"),10)||0;var g=h.outerWidth(true);var c=h.outerHeight(true);for(var f=0;f<k;f++){for(var d=0;d<e;d++){h.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-d*(g/e),top:-f*(c/k)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:g/e,height:c/k,left:l.left+d*(g/e)+(b.options.mode=="show"?(d-Math.floor(e/2))*(g/e):0),top:l.top+f*(c/k)+(b.options.mode=="show"?(f-Math.floor(k/2))*(c/k):0),opacity:b.options.mode=="show"?0:1}).animate({left:l.left+d*(g/e)+(b.options.mode=="show"?0:(d-Math.floor(e/2))*(g/e)),top:l.top+f*(c/k)+(b.options.mode=="show"?0:(f-Math.floor(k/2))*(c/k)),opacity:b.options.mode=="show"?1:0},b.duration||500)}}setTimeout(function(){b.options.mode=="show"?h.css({visibility:"visible"}):h.css({visibility:"visible"}).hide();if(b.callback){b.callback.apply(h[0])}h.dequeue();a("div.ui-effects-explode").remove()},b.duration||500)})}})(jQuery);;/*
 * jQuery UI Effects Fold 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Fold
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.fold=function(b){return this.queue(function(){var e=a(this),k=["position","top","left"];var h=a.effects.setMode(e,b.options.mode||"hide");var o=b.options.size||15;var n=!(!b.options.horizFirst);var g=b.duration?b.duration/2:a.fx.speeds._default/2;a.effects.save(e,k);e.show();var d=a.effects.createWrapper(e).css({overflow:"hidden"});var i=((h=="show")!=n);var f=i?["width","height"]:["height","width"];var c=i?[d.width(),d.height()]:[d.height(),d.width()];var j=/([0-9]+)%/.exec(o);if(j){o=parseInt(j[1],10)/100*c[h=="hide"?0:1]}if(h=="show"){d.css(n?{height:0,width:o}:{height:o,width:0})}var m={},l={};m[f[0]]=h=="show"?c[0]:o;l[f[1]]=h=="show"?c[1]:0;d.animate(m,g,b.options.easing).animate(l,g,b.options.easing,function(){if(h=="hide"){e.hide()}a.effects.restore(e,k);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(e[0],arguments)}e.dequeue()})})}})(jQuery);;/*
 * jQuery UI Effects Highlight 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Highlight
 *
 * Depends:
 *	effects.core.js
 */
(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);;/*
 * jQuery UI Effects Pulsate 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Pulsate
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.pulsate=function(b){return this.queue(function(){var d=a(this);var g=a.effects.setMode(d,b.options.mode||"show");var f=b.options.times||5;var e=b.duration?b.duration/2:a.fx.speeds._default/2;if(g=="hide"){f--}if(d.is(":hidden")){d.css("opacity",0);d.show();d.animate({opacity:1},e,b.options.easing);f=f-2}for(var c=0;c<f;c++){d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing)}if(g=="hide"){d.animate({opacity:0},e,b.options.easing,function(){d.hide();if(b.callback){b.callback.apply(this,arguments)}})}else{d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing,function(){if(b.callback){b.callback.apply(this,arguments)}})}d.queue("fx",function(){d.dequeue()});d.dequeue()})}})(jQuery);;/*
 * jQuery UI Effects Scale 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Scale
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.puff=function(b){return this.queue(function(){var f=a(this);var c=a.extend(true,{},b.options);var h=a.effects.setMode(f,b.options.mode||"hide");var g=parseInt(b.options.percent,10)||150;c.fade=true;var e={height:f.height(),width:f.width()};var d=g/100;f.from=(h=="hide")?e:{height:e.height*d,width:e.width*d};c.from=f.from;c.percent=(h=="hide")?g:100;c.mode=h;f.effect("scale",c,b.duration,b.callback);f.dequeue()})};a.effects.scale=function(b){return this.queue(function(){var g=a(this);var d=a.extend(true,{},b.options);var j=a.effects.setMode(g,b.options.mode||"effect");var h=parseInt(b.options.percent,10)||(parseInt(b.options.percent,10)==0?0:(j=="hide"?0:100));var i=b.options.direction||"both";var c=b.options.origin;if(j!="effect"){d.origin=c||["middle","center"];d.restore=true}var f={height:g.height(),width:g.width()};g.from=b.options.from||(j=="show"?{height:0,width:0}:f);var e={y:i!="horizontal"?(h/100):1,x:i!="vertical"?(h/100):1};g.to={height:f.height*e.y,width:f.width*e.x};if(b.options.fade){if(j=="show"){g.from.opacity=0;g.to.opacity=1}if(j=="hide"){g.from.opacity=1;g.to.opacity=0}}d.from=g.from;d.to=g.to;d.mode=j;g.effect("size",d,b.duration,b.callback);g.dequeue()})};a.effects.size=function(b){return this.queue(function(){var c=a(this),n=["position","top","left","width","height","overflow","opacity"];var m=["position","top","left","overflow","opacity"];var j=["width","height","overflow"];var p=["fontSize"];var k=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"];var f=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"];var g=a.effects.setMode(c,b.options.mode||"effect");var i=b.options.restore||false;var e=b.options.scale||"both";var o=b.options.origin;var d={height:c.height(),width:c.width()};c.from=b.options.from||d;c.to=b.options.to||d;if(o){var h=a.effects.getBaseline(o,d);c.from.top=(d.height-c.from.height)*h.y;c.from.left=(d.width-c.from.width)*h.x;c.to.top=(d.height-c.to.height)*h.y;c.to.left=(d.width-c.to.width)*h.x}var l={from:{y:c.from.height/d.height,x:c.from.width/d.width},to:{y:c.to.height/d.height,x:c.to.width/d.width}};if(e=="box"||e=="both"){if(l.from.y!=l.to.y){n=n.concat(k);c.from=a.effects.setTransition(c,k,l.from.y,c.from);c.to=a.effects.setTransition(c,k,l.to.y,c.to)}if(l.from.x!=l.to.x){n=n.concat(f);c.from=a.effects.setTransition(c,f,l.from.x,c.from);c.to=a.effects.setTransition(c,f,l.to.x,c.to)}}if(e=="content"||e=="both"){if(l.from.y!=l.to.y){n=n.concat(p);c.from=a.effects.setTransition(c,p,l.from.y,c.from);c.to=a.effects.setTransition(c,p,l.to.y,c.to)}}a.effects.save(c,i?n:m);c.show();a.effects.createWrapper(c);c.css("overflow","hidden").css(c.from);if(e=="content"||e=="both"){k=k.concat(["marginTop","marginBottom"]).concat(p);f=f.concat(["marginLeft","marginRight"]);j=n.concat(k).concat(f);c.find("*[width]").each(function(){child=a(this);if(i){a.effects.save(child,j)}var q={height:child.height(),width:child.width()};child.from={height:q.height*l.from.y,width:q.width*l.from.x};child.to={height:q.height*l.to.y,width:q.width*l.to.x};if(l.from.y!=l.to.y){child.from=a.effects.setTransition(child,k,l.from.y,child.from);child.to=a.effects.setTransition(child,k,l.to.y,child.to)}if(l.from.x!=l.to.x){child.from=a.effects.setTransition(child,f,l.from.x,child.from);child.to=a.effects.setTransition(child,f,l.to.x,child.to)}child.css(child.from);child.animate(child.to,b.duration,b.options.easing,function(){if(i){a.effects.restore(child,j)}})})}c.animate(c.to,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(g=="hide"){c.hide()}a.effects.restore(c,i?n:m);a.effects.removeWrapper(c);if(b.callback){b.callback.apply(this,arguments)}c.dequeue()}})})}})(jQuery);;/*
 * jQuery UI Effects Shake 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Shake
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.shake=function(b){return this.queue(function(){var e=a(this),l=["position","top","left"];var k=a.effects.setMode(e,b.options.mode||"effect");var n=b.options.direction||"left";var c=b.options.distance||20;var d=b.options.times||3;var g=b.duration||b.options.duration||140;a.effects.save(e,l);e.show();a.effects.createWrapper(e);var f=(n=="up"||n=="down")?"top":"left";var p=(n=="up"||n=="left")?"pos":"neg";var h={},o={},m={};h[f]=(p=="pos"?"-=":"+=")+c;o[f]=(p=="pos"?"+=":"-=")+c*2;m[f]=(p=="pos"?"-=":"+=")+c*2;e.animate(h,g,b.options.easing);for(var j=1;j<d;j++){e.animate(o,g,b.options.easing).animate(m,g,b.options.easing)}e.animate(o,g,b.options.easing).animate(h,g/2,b.options.easing,function(){a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}});e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);;/*
 * jQuery UI Effects Slide 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Slide
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.slide=function(b){return this.queue(function(){var e=a(this),d=["position","top","left"];var i=a.effects.setMode(e,b.options.mode||"show");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e).css({overflow:"hidden"});var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true}):e.outerWidth({margin:true}));if(i=="show"){e.css(f,c=="pos"?-j:j)}var g={};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;/*
 * jQuery UI Effects Transfer 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Transfer
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.transfer=function(b){return this.queue(function(){var f=a(this),h=a(b.options.to),e=h.offset(),g={top:e.top,left:e.left,height:h.innerHeight(),width:h.innerWidth()},d=f.offset(),c=a('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(b.options.className).css({top:d.top,left:d.left,height:f.innerHeight(),width:f.innerWidth(),position:"absolute"}).animate(g,b.duration,b.options.easing,function(){c.remove();(b.callback&&b.callback.apply(f[0],arguments));f.dequeue()})})}})(jQuery);;

// clear default value in forms
function doClear(theText) {
	if (theText.value == theText.defaultValue) {
		theText.value = "";
	}
}
// undo clear of default value
function undoClear(theText) {
	if (theText.value == "") {
		theText.value = theText.defaultValue;
	}
}
// show an element
function show(id) {
	if (document.getElementById) {
		var el = document.getElementById(id);
		el.style.display = "block";
	}
}
// hide an element
function hide(id) {
	if (document.getElementById) {
		var el = document.getElementById(id);
		el.style.display = "none";
	}
}
// open external links in a new window ("target" is not valid XHTML strict)
function externallinks() {
                if (!document.getElementsByTagName) return;
                var anchors = document.getElementsByTagName("a");
                for (var i=0; i<anchors.length; i++) {
                        var anchor = anchors[i];
                        anchor.tabindex = i;
                        if (anchor.getAttribute("href") && 
anchor.getAttribute("rel") == "external")
                                anchor.target = "_blank";
                }
}

// jumpmenu
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

/*!
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */

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());
			};
			
			// Gecko, Opera, WebKit r26101+
			
			if (document.addEventListener) {
				document.addEventListener('DOMContentLoaded', perform, false);
				window.addEventListener('pageshow', perform, false); // For cached Gecko pages
			}
			
			// Old WebKit, Internet Explorer
			
			if (!window.opera && document.readyState) (function() {
				readyStatus[document.readyState] ? perform() : setTimeout(arguments.callee, 10);
			})();
			
			// Internet Explorer
			
			if (document.readyState && document.createStyleSheet) (function() {
				try {
					document.body.doScroll('left');
					perform();
				}
				catch (e) {
					setTimeout(arguments.callee, 1);
				}
			})();
			
			addEvent(window, 'load', perform); // Fallback
			
			return function(listener) {
				if (!arguments.length) perform();
				else complete ? listener() : queue.push(listener);
			};
			
		})()
		
	};

	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;
			};

		},
	
		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);
		},
		
		ready: (function() {
			
			var complete = false;
			
			var queue = [], perform = function() {
				complete = true;
				for (var fn; fn = queue.shift(); fn());
			};
			
			// Safari 2 does not include <style> elements in document.styleSheets.
			// Safari 2 also does not support Object.prototype.propertyIsEnumerable.
			
			var styleElements = Object.prototype.propertyIsEnumerable ? elementsByTagName('style') : { length: 0 };
			var linkElements = elementsByTagName('link');
			
			DOM.ready(function() {
				// These checks are actually only needed for WebKit-based browsers, but don't really hurt other browsers.
				var linkStyles = 0, link;
				for (var i = 0, l = linkElements.length; link = linkElements[i], i < l; ++i) {
					// WebKit does not load alternate stylesheets.
					if (!link.disabled && link.rel.toLowerCase() == 'stylesheet') ++linkStyles;
				}
				if (document.styleSheets.length >= styleElements.length + linkStyles) perform();
				else setTimeout(arguments.callee, 10);
			});
			
			return function(listener) {
				if (complete) listener();
				else queue.push(listener);
			};
			
		})(),

		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;
		},
		
		textDecoration: function(el, style) {
			if (!style) style = this.getStyle(el);
			var types = {
				underline: null,
				overline: null,
				'line-through': null
			};
			for (var search = el; search.parentNode && search.parentNode.nodeType == 1; ) {
				var foundAll = true;
				for (var type in types) {
					if (types[type]) continue;
					if (style.get('textDecoration').indexOf(type) != -1) types[type] = style.get('color');
					foundAll = false;
				}
				if (foundAll) break; // this is rather unlikely to happen
				style = this.getStyle(search = search.parentNode);
			}
			return types;
		},
		
		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;
		}),
		
		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;
		}),
		
		textTransform: function(text, style) {
			return text[{
				uppercase: 'toUpperCase',
				lowercase: 'toLowerCase'
			}[style.get('textTransform')] || 'toString']();
		}
		
	};
	
	function Font(data) {
		
		var face = this.face = data.face;
		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+/);
			return {
				minX: parseInt(parts[0], 10),
				minY: parseInt(parts[1], 10),
				width: parseInt(parts[2], 10) - parseInt(parts[0], 10),
				height: parseInt(parts[3], 10) - parseInt(parts[1], 10),
				toString: function() {
					return [ this.minX, this.minY, this.width, this.height ].join(' ');
				}
			};
		})();
		
		this.ascent = -parseInt(face.ascent, 10);
		this.descent = -parseInt(face.descent, 10);
		
		this.height = -this.ascent + this.descent;
		
	}
	
	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;
			// we don't have to worry about "bolder" and "lighter"
			// because IE's currentStyle returns a numeric value for it,
			// and other browsers use the computed value anyway
			weight = {
				normal: 400,
				bold: 700
			}[weight] || parseInt(weight, 10);
			if (weights[weight]) return weights[weight];
			// http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight
			// Gecko uses x99/x01 for lighter/bolder
			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) {
				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) {
			if (node.contains) return node.contains(anotherNode);
			return node.compareDocumentPosition(anotherNode) & 16;
		}
		
		function onOverOut(e) {
			var related = e.relatedTarget;
			if (!related || contains(this, related)) return;
			trigger(this);
		}
		
		function onEnterLeave(e) {
			trigger(this);
		}

		function trigger(el) {
			// A timeout is needed so that the event can actually "happen"
			// before replace is triggered. This ensures that styles are up
			// to date.
			setTimeout(function() {
				api.replace(el, sharedStorage.get(el).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 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.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.extend = function(styles) {
			for (var property in styles) custom[property] = styles[property];
			return this;
		};
		
	}
	
	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 (!cache.hasOwnProperty(key)) cache[key] = fun.apply(null, arguments);
			return cache[key];
		};	
	}
	
	function getFont(el, style) {
		if (!style) style = CSS.getStyle(el);
		var families = style.get('fontFamily').split(/\s*,\s*/), family;
		for (var i = 0, l = families.length; i < l; ++i) {
			family = families[i].replace(/^(["'])(.*?)\1$/, '$2').toLowerCase();
			if (fonts[family]) return fonts[family].get(style.get('fontStyle'), style.get('fontWeight'));
		}
		return null;
	}
	
	function elementsByTagName(query) {
		return document.getElementsByTagName(query);
	}
	
	function merge() {
		var merged = {}, key;
		for (var i = 0, l = arguments.length; i < l; ++i) {
			for (key in arguments[i]) merged[key] = arguments[i][key];
		}
		return merged;
	}
	
	function process(font, text, style, options, node, el) {
		var separate = options.separate;
		if (separate == 'none') return engines[options.engine].apply(null, arguments);
		var fragment = document.createDocumentFragment(), processed;
		var parts = text.split(separators[separate]), needsAligning = (separate == 'words');
		if (needsAligning && HAS_BROKEN_REGEXP) {
			// @todo figure out a better way to do this
			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 font, style, nextNode, redraw;
		for (var node = attach(el, options).firstChild; node; node = nextNode) {
			nextNode = node.nextSibling;
			redraw = false;
			if (node.nodeType == 1) {
				if (!node.firstChild) continue;
				if (!/cufon/.test(node.className)) {
					arguments.callee(node, options);
					continue;
				}
				else redraw = true;
			}
			if (!style) style = CSS.getStyle(el).extend(options);
			if (!font) font = getFont(el, style);
			if (!font) continue;
			if (redraw) {
				engines[options.engine](font, null, style, options, node, el);
				continue;
			}
			var text = node.data;
			if (text === '') continue;
			var processed = process(font, text, style, options, node, el);
			if (processed) node.parentNode.replaceChild(processed, node);
			else node.parentNode.removeChild(node);
		}
	}
	
	var HAS_BROKEN_REGEXP = ' '.split(/\s+/).length == 0;
	
	var sharedStorage = new Storage();
	var hoverHandler = new HoverHandler();
	var replaceHistory = [];
	
	var engines = {}, fonts = {}, defaultOptions = {
		enableTextDecoration: false,
		engine: null,
		//fontScale: 1,
		//fontScaling: false,
		hover: false,
		hoverables: {
			a: true
		},
		printable: true,
		//rotation: 0,
		//selectable: false,
		selector: (
				window.Sizzle
			||	window.jQuery // avoid noConflict issues
			||	(window.dojo && dojo.query)
			||	(window.$$ && function(query) { return $$(query); })
			||	(window.$ && function(query) { return $(query); })
			||	(document.querySelectorAll && function(query) { return document.querySelectorAll(query); })
			||	elementsByTagName
		),
		separate: 'words', // 'none' and 'characters' are also accepted
		textShadow: 'none'
	};
	
	var separators = {
		words: /\s+/,
		characters: ''
	};
	
	api.now = function() {
		DOM.ready();
		return api;
	};
	
	api.refresh = function() {
		var currentHistory = replaceHistory.splice(0, replaceHistory.length);
		for (var i = 0, l = currentHistory.length; i < l; ++i) {
			api.replace.apply(null, currentHistory[i]);
		}
		return api;
	};
	
	api.registerEngine = function(id, engine) {
		if (!engine) return api;
		engines[id] = engine;
		return api.set('engine', id);
	};
	
	api.registerFont = function(data) {
		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; // there's no browser support so we'll just stop here
		if (typeof options.textShadow == 'string')
			options.textShadow = CSS.textShadow(options.textShadow);
		if (!ignoreHistory) replaceHistory.push(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() {

	// Safari 2 doesn't support .apply() on native methods
	
	var check = document.createElement('canvas');
	if (!check || !check.getContext || !check.getContext.apply) return null;
	check = null;
	
	var HAS_INLINE_BLOCK = Cufon.CSS.supports('display', 'inline-block');
	
	// Firefox 2 w/ non-strict doctype (almost standards mode)
	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(
		'@media screen,projection{' +
			'.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle' + 
			(HAS_BROKEN_LINEHEIGHT
				? ''
				: ';font-size:1px;line-height:1px') +
			'}.cufon-canvas .cufon-alt{display:none}' +
			(HAS_INLINE_BLOCK
				? '.cufon-canvas canvas{position:relative}'
				: '.cufon-canvas canvas{position:absolute}') +
		'}' +
		'@media print{' +
			'.cufon-canvas{padding:0 !important}' +
			'.cufon-canvas canvas{display:none}' +
			'.cufon-canvas .cufon-alt{display:inline}' +
		'}'
	));
	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);
		
		var viewBox = font.viewBox;
		
		var size = style.getSize('fontSize', font.baseSize);
		
		var letterSpacing = style.get('letterSpacing');
		letterSpacing = (letterSpacing == 'normal') ? 0 : size.convertFrom(parseInt(letterSpacing, 10));
		
		var expandTop = 0, expandRight = 0, expandBottom = 0, expandLeft = 0;
		var shadows = options.textShadow, shadowOffsets = [];
		if (shadows) {
			for (var i = 0, l = shadows.length; i < l; ++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(redraw ? node.alt : text, style).split('');
		
		var width = 0, lastWidth = null;
		
		for (var i = 0, l = chars.length; i < l; ++i) {
			var glyph = font.glyphs[chars[i]] || font.missingGlyph;
			if (!glyph) continue;
			width += lastWidth = Number(glyph.w || font.w) + letterSpacing;
		}
		
		if (lastWidth === null) return null; // there's nothing to render
		
		expandRight += (viewBox.width - lastWidth);
		expandLeft += viewBox.minX;
		
		var wrapper, canvas;
		
		if (redraw) {
			wrapper = node;
			canvas = node.firstChild;
		}
		else {
			wrapper = document.createElement('span');
			wrapper.className = 'cufon cufon-canvas';
			wrapper.alt = text;
			
			canvas = document.createElement('canvas');
			wrapper.appendChild(canvas);
			
			if (options.printable) {
				var print = document.createElement('span');
				print.className = 'cufon-alt';
				print.appendChild(document.createTextNode(text));
				wrapper.appendChild(print);
			}
		}
		
		var wStyle = wrapper.style;
		var cStyle = canvas.style;
		
		var height = size.convert(viewBox.height - expandTop + expandBottom);
		var roundedHeight = Math.ceil(height);
		var roundingFactor = roundedHeight / height;
		
		canvas.width = Math.ceil(size.convert(width + expandRight - expandLeft) * roundingFactor);
		canvas.height = roundedHeight;
		
		// minY has no part in canvas.height
		expandTop += viewBox.minY;
		
		cStyle.top = Math.round(size.convert(expandTop - font.ascent)) + 'px';
		cStyle.left = Math.round(size.convert(expandLeft)) + 'px';
		
		var wrapperWidth = Math.ceil(size.convert(width * roundingFactor)) + '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 = roundedHeight / viewBox.height;
		
		g.scale(scale, scale);
		g.translate(-expandLeft, -expandTop);
		
		g.lineWidth = font.face['underline-thickness'];
		
		g.save();
		
		function line(y, color) {
			g.strokeStyle = color;
			
			g.beginPath();
			
			g.moveTo(0, y);
			g.lineTo(width, y);
			
			g.stroke();
		}
		
		var textDecoration = options.enableTextDecoration ? Cufon.CSS.textDecoration(el, style) : {};
		
		if (textDecoration.underline) line(-font.face['underline-position'], textDecoration.underline);
		if (textDecoration.overline) line(font.ascent, textDecoration.overline);
		
		g.fillStyle = style.get('color');
		
		function renderText() {
			for (var i = 0, l = chars.length; i < l; ++i) {
				var glyph = font.glyphs[chars[i]] || font.missingGlyph;
				if (!glyph) continue;
				g.beginPath();
				if (glyph.d) {
					if (glyph.code) interpret(glyph.code, g);
					else glyph.code = generateFromVML('m' + glyph.d, g);
				}
				g.fill();
				g.translate(Number(glyph.w || font.w) + letterSpacing, 0);
			}
		}
		
		if (shadows) {
			for (var i = 0, l = shadows.length; i < l; ++i) {
				var shadow = shadows[i];
				g.save();
				g.fillStyle = shadow.color;
				g.translate.apply(g, shadowOffsets[i]);
				renderText();
				g.restore();
			}
		}
		
		renderText();
		
		g.restore();
		
		if (textDecoration['line-through']) line(-font.descent, textDecoration['line-through']);
		
		return wrapper;
			
	};
	
})());

Cufon.registerEngine('vml', (function() {

	if (!document.namespaces) return;

	// isn't undocumented stuff great?
	document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;</script><![endif]-->');
	if (!Cufon.vmlEnabled) return;
	
	if (document.namespaces['cvml'] == null) {
		document.namespaces.add('cvml', 'urn:schemas-microsoft-com:vml');
		document.write('<style type="text/css">' +
			'@media screen{' + 
				'cvml\\:shape,cvml\\:group,cvml\\:shapetype,cvml\\:fill{behavior:url(#default#VML);display:inline-block;antialias:true;position:absolute}' +
				'.cufon-vml{display:inline-block;position:relative;vertical-align:middle}' +
				'.cufon-vml .cufon-alt{display:none}' +
				'a .cufon-vml{cursor:pointer}' +
			'}' +
			'@media print{' + 
				'.cufon-vml *{display:none}' +
				'.cufon-vml .cufon-alt{display:inline}' +
			'}' +
		'</style>');
	}

	var typeIndex = 0; // this is used to reference VML ShapeTypes

	function getFontSizeInPixels(el, value) {
		return getSizeInPixels(el, /(?:em|ex|%)$/i.test(value) ? '1em' : value);
	}
	
	// Original by Dead Edwards.
	// Combined with getFontSizeInPixels it also works with relative units.
	function getSizeInPixels(el, value) {
		if (/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;
		var result = el.style.pixelLeft;
		el.style.left = style;
		el.runtimeStyle.left = runtimeStyle;
		return result;
	}
	
	function createType(glyph, viewBox) {
		var shapeType = document.createElement('cvml:shapetype');
		shapeType.id = 'cufon-glyph-' + typeIndex++;
		glyph.typeRef = '#' + shapeType.id;
		shapeType.stroked = 'f';
		shapeType.coordsize = viewBox.width + ',' + viewBox.height;
		shapeType.coordorigin = viewBox.minX + ',' + viewBox.minY;
		var ensureSize = 'm' + viewBox.minX + ',' + viewBox.minY + ' r' + viewBox.width + ',' + viewBox.height;
		shapeType.path = (glyph.d ? 'm' + glyph.d + 'x' : '') + ensureSize;
		document.body.insertBefore(shapeType, document.body.firstChild);
	}
	
	return function(font, text, style, options, node, el, hasNext) {
		
		var redraw = (text === null);
		
		if (redraw) text = node.alt;
		
		// @todo word-spacing, text-decoration
	
		var viewBox = font.viewBox;
		
		var size = style.computedFontSize || (style.computedFontSize = new Cufon.CSS.Size(getFontSizeInPixels(el, style.get('fontSize')) + 'px', font.baseSize));
		
		var letterSpacing = style.computedLSpacing;
		
		if (letterSpacing == undefined) {
			letterSpacing = style.get('letterSpacing');
			style.computedLSpacing = letterSpacing = (letterSpacing == 'normal') ? 0 : size.convertFrom(getSizeInPixels(el, letterSpacing));
		}
		
		var wrapper, canvas;
		
		if (redraw) {
			wrapper = node;
			canvas = node.firstChild;
		}
		else {
			wrapper = document.createElement('span');
			wrapper.className = 'cufon cufon-vml';
			wrapper.alt = text;
			
			canvas = document.createElement('cvml:group');
			wrapper.appendChild(canvas);
			
			if (options.printable) {
				var print = document.createElement('span');
				print.className = 'cufon-alt';
				print.innerText = text;
				wrapper.appendChild(print);
			}
			
			// ie6, for some reason, has trouble rendering the last VML element in the document.
			// we can work around this by injecting a dummy element where needed.
			// @todo find a better solution
			if (!hasNext) wrapper.appendChild(document.createElement('cvml:group'));
		}
		
		var wStyle = wrapper.style;
		var cStyle = canvas.style;
		
		var height = size.convert(viewBox.height);
		
		cStyle.height = Math.ceil(height);
		cStyle.top = Math.round(size.convert(viewBox.minY - font.ascent));
		cStyle.left = Math.round(size.convert(viewBox.minX));
		
		var roundingFactor = parseInt(cStyle.height, 10) / height;
		
		wStyle.height = size.convert(-font.ascent + font.descent) + 'px';
		
		var textDecoration = options.enableTextDecoration ? Cufon.CSS.textDecoration(el, style) : {};
		
		var color = style.get('color');
		var chars = Cufon.CSS.textTransform(text, style).split('');
		
		var width = 0, offsetX = 0, advance = null;
		
		var shadows = options.textShadow;
		
		for (var i = 0, k = -1, l = chars.length; i < l; ++i) {
		
			var glyph = font.glyphs[chars[i]] || font.missingGlyph, shape;
			if (!glyph) continue;
			
			if (!glyph.typeRef) createType(glyph, viewBox);
			
			if (redraw) {
				// some glyphs may be missing so we can't use i
				shape = canvas.childNodes[++k];
			}
			else { 
				shape = document.createElement('cvml:shape');
				canvas.appendChild(shape);
			}
			
			shape.type = glyph.typeRef;
			var sStyle = shape.style;
			sStyle.width = viewBox.width;
			sStyle.height = viewBox.height;
			sStyle.top = 0;
			sStyle.left = offsetX;
			sStyle.zIndex = 1;
			shape.fillcolor = color;
			
			if (shadows) {
				// the VML shadow element is not used because it can only support
				// up to 2 shadows. and it breaks text selection.
				for (var z = 0, p = shadows.length; z < p; ++z) {
					var shadow = shadows[z];
					var shadowColor = Cufon.CSS.color(shadow.color);
					var shadowNode = shape.cloneNode(false), zStyle = shadowNode.runtimeStyle;
					zStyle.top = size.convertFrom(parseFloat(shadow.offY));
					zStyle.left = offsetX + size.convertFrom(parseFloat(shadow.offX));
					zStyle.zIndex = 0;
					shadowNode.fillcolor = shadowColor.color;
					if (shadowColor.opacity) {
						var shadowFill = document.createElement('cvml:fill');
						shadowFill.opacity = shadowColor.opacity;
						shadowNode.appendChild(shadowFill);
					}
					canvas.appendChild(shadowNode);
				}
				
				++k;
			}
			
			advance = Number(glyph.w || font.w) + letterSpacing;
			
			width += advance;
			offsetX += advance;
			
		}
		
		if (advance === null) return null;
		
		var fullWidth = -viewBox.minX + width + (viewBox.width - advance);
		
		canvas.coordsize = fullWidth + ',' + viewBox.height;
		
		cStyle.width = size.convert(fullWidth * roundingFactor);
		
		wStyle.width = Math.max(Math.ceil(size.convert(width * roundingFactor)), 0);
		
		return wrapper;
		
	};
	
})());


Cufon.registerFont({"w":211,"face":{"font-family":"ITC Franklin Gothic LT","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-20 -321 320 90","underline-thickness":"18","underline-position":"-36","stemh":"31","stemv":"40","unicode-range":"U+0020-U+00FF"},"glyphs":{"!":{"d":"72,-44r0,44r-44,0r0,-44r44,0xm77,-240r-18,167r-18,0r-17,-167r53,0","w":99},"\"":{"d":"52,-144r-28,0r-6,-96r40,0xm111,-144r-27,0r-6,-96r39,0","w":135},"#":{"d":"202,-175r-6,34r-35,0r-6,37r35,0r-6,34r-35,0r-13,70r-32,0r12,-70r-38,0r-12,70r-34,0r13,-71r-36,0r6,-33r36,0r7,-37r-37,0r6,-34r37,0r12,-65r32,0r-12,65r38,0r12,-65r33,0r-12,65r35,0xm122,-104r6,-37r-38,0r-6,37r38,0"},"$":{"d":"193,-73v-2,54,-39,66,-77,71r0,33r-24,0r0,-33v-64,-6,-78,-45,-84,-63r38,-9v8,28,25,38,46,40r0,-69v-34,-9,-75,-19,-75,-67v0,-59,59,-67,75,-68r0,-26r24,0r0,26v32,3,62,24,69,54r-36,7v-7,-22,-21,-27,-33,-29r0,62v41,9,79,24,77,71xm92,-147r0,-59v-22,0,-36,12,-36,30v0,23,24,27,36,29xm116,-101r0,67v25,-1,39,-16,39,-34v0,-26,-28,-31,-39,-33"},"%":{"d":"266,-63v0,42,-27,65,-57,65v-33,0,-55,-28,-55,-65v0,-51,35,-69,57,-69v13,0,55,8,55,69xm234,-63v0,-15,0,-43,-23,-43v-40,5,-30,84,-1,82v24,0,24,-36,24,-39xm124,-177v0,47,-30,69,-57,69v-74,-1,-74,-135,1,-134v54,0,56,58,56,65xm91,-177v0,-16,-3,-40,-23,-40v-24,0,-24,31,-24,40v0,21,5,43,23,43v24,0,24,-32,24,-43xm227,-240r-149,240r-27,0r150,-240r26,0","w":277},"&":{"d":"185,-74v12,-16,26,-44,30,-71r36,6v-8,49,-32,77,-43,90v16,17,20,21,43,18r0,34v-36,1,-44,1,-71,-25v-55,46,-167,31,-168,-50v0,-45,37,-62,62,-73v-39,-35,-19,-102,42,-99v34,0,63,19,63,52v5,18,-30,57,-46,59xm95,-119v-24,9,-35,27,-36,45v0,29,25,43,49,43v4,0,26,0,49,-17xm113,-159v10,-5,31,-15,31,-32v-2,-31,-49,-28,-51,-1v0,15,14,27,20,33","w":258},"(":{"d":"98,-240v-32,36,-51,99,-51,147v0,72,30,125,51,153r-24,0v-34,-39,-59,-87,-60,-153v0,-77,43,-132,60,-147r24,0","w":110},")":{"d":"12,60v30,-35,51,-100,51,-148v0,-70,-29,-123,-51,-152r24,0v18,14,66,93,60,153v1,61,-27,114,-60,147r-24,0","w":110},"*":{"d":"89,-176r-5,-64r26,0r-5,64r61,-24r8,25r-63,16r41,49r-21,15r-34,-55r-34,55r-21,-15r42,-49r-63,-16r8,-25","w":194},"+":{"d":"195,-138r0,34r-73,0r0,74r-33,0r0,-74r-72,0r0,-34r72,0r0,-75r33,0r0,75r73,0"},",":{"d":"66,-45r0,40r-28,56r-15,0r21,-51r-21,0r0,-45r43,0","w":88},"-":{"d":"88,-108r0,33r-88,0r0,-33r88,0","w":88},".":{"d":"66,-46r0,46r-43,0r0,-46r43,0","w":88},"\/":{"d":"162,-240r-157,300r-25,0r156,-300r26,0","w":172},"0":{"d":"13,-118v-2,-60,30,-128,92,-126v92,0,93,111,93,116v1,79,-27,128,-93,132v-68,0,-92,-64,-92,-122xm106,-212v-44,-1,-48,57,-49,91v0,56,13,91,48,91v49,0,49,-61,49,-99v0,-5,-1,-39,-13,-63v-10,-19,-28,-20,-35,-20"},"1":{"d":"28,-187v37,-11,62,-33,80,-58r29,0r0,210r67,0r0,35r-183,0r0,-35r72,0r0,-152v-35,30,-52,38,-65,43r0,-43"},"2":{"d":"13,-166v0,-24,36,-85,91,-78v80,-1,116,84,62,139v-17,18,-36,29,-101,68r125,0r0,37r-177,0r0,-42v42,-33,124,-64,131,-122v0,-21,-14,-42,-42,-42v-31,0,-46,27,-47,50"},"3":{"d":"76,-106r0,-34v30,-1,59,7,68,-35v-10,-60,-82,-35,-89,0r-39,-6v9,-38,43,-63,89,-63v39,0,82,20,82,65v0,26,-16,51,-45,54v46,8,52,43,52,58v0,40,-34,71,-91,71v-55,0,-85,-34,-94,-64r41,-10v3,10,12,40,53,40v31,0,47,-19,47,-37v0,-6,-3,-39,-45,-39r-29,0"},"4":{"d":"163,0r-44,0r0,-54r-107,0r0,-32r107,-159r44,0r0,154r36,0r0,37r-36,0r0,54xm119,-91r3,-109r-68,109r65,0"},"5":{"d":"106,-128v-20,-1,-41,15,-46,28r-39,-7r14,-133r149,0r-4,37r-114,0r-6,70v8,-10,23,-28,56,-28v48,0,82,38,82,81v0,36,-26,84,-93,84v-18,0,-52,-4,-75,-28v-13,-14,-17,-27,-20,-38r42,-6v3,8,12,37,51,37v70,-2,61,-96,3,-97"},"6":{"d":"191,-185r-37,7v-3,-10,-11,-34,-42,-34v-33,-11,-61,56,-54,94v5,-11,19,-36,62,-36v43,0,79,31,79,76v0,43,-33,82,-87,82v-60,0,-98,-46,-98,-121v0,-70,32,-127,97,-127v36,-4,77,27,80,59xm158,-76v0,-13,-11,-45,-48,-45v-29,0,-45,23,-45,47v0,25,16,46,47,46v18,0,46,-9,46,-48"},"7":{"d":"67,0v6,-94,40,-151,89,-203r-138,0r4,-37r170,0r0,30v-53,73,-70,105,-76,210r-49,0"},"8":{"d":"61,-118v-65,-24,-52,-132,46,-126v53,0,85,26,85,63v0,32,-26,44,-43,52v79,28,67,136,-46,133v-59,0,-93,-27,-93,-65v0,-38,35,-51,51,-57xm91,-104v-31,11,-40,28,-40,41v0,16,16,35,55,35v35,0,51,-16,51,-32v0,-21,-21,-30,-66,-44xm119,-142v13,-6,33,-15,33,-38v0,-26,-28,-34,-45,-34v-12,0,-45,4,-45,31v0,20,18,29,57,41"},"9":{"d":"21,-44r36,-10v7,10,16,25,41,25v42,0,56,-47,57,-95v-10,16,-22,38,-63,38v-40,0,-79,-26,-79,-77v0,-43,30,-81,86,-81v49,0,98,31,98,117v0,68,-30,131,-100,131v-43,0,-67,-23,-76,-48xm147,-169v0,-16,-14,-42,-47,-42v-28,0,-46,21,-46,45v0,23,17,45,46,45v18,0,47,-11,47,-48"},":":{"d":"66,-44r0,44r-43,0r0,-44r43,0xm66,-166r0,44r-43,0r0,-44r43,0","w":88},";":{"d":"66,-45r0,40r-28,56r-15,0r21,-51r-21,0r0,-45r43,0xm66,-166r0,44r-43,0r0,-44r43,0","w":88},"<":{"d":"184,-215r0,41r-113,54r113,55r0,40r-156,-78r0,-34"},"=":{"d":"194,-162r0,33r-177,0r0,-33r177,0xm194,-110r0,34r-177,0r0,-34r177,0"},">":{"d":"28,-25r0,-41r113,-54r-113,-55r0,-40r156,78r0,34"},"?":{"d":"113,-44r0,44r-42,0r0,-44r42,0xm71,-69v-14,-59,49,-58,51,-102v0,-24,-16,-36,-35,-36v-34,0,-39,31,-43,50r-38,-6v6,-60,51,-81,85,-81v45,0,78,30,78,70v0,36,-23,53,-44,68v-23,16,-17,14,-20,37r-34,0","w":180},"@":{"d":"193,-183r-11,99v0,6,2,11,9,11v17,0,38,-27,38,-63v0,-57,-49,-86,-94,-86v-59,0,-102,46,-102,102v0,44,29,100,105,100v36,0,57,-10,79,-20r11,23v-16,8,-45,22,-90,22v-92,0,-134,-67,-134,-125v0,-73,60,-126,131,-126v64,0,119,45,119,109v4,53,-55,124,-97,70v-4,6,-15,19,-36,19v-31,0,-54,-28,-54,-67v0,-61,57,-91,95,-56r1,-12r30,0xm159,-125v0,-16,-12,-32,-29,-32v-19,0,-32,18,-32,43v0,21,9,38,25,38v15,0,36,-16,36,-49","w":258},"A":{"d":"134,-240r81,240r-47,0r-19,-57r-92,0r-19,57r-37,0r80,-240r53,0xm68,-92r70,0r-35,-107","w":217},"B":{"d":"154,-124v94,20,46,124,-23,124r-105,0r0,-240v73,3,163,-22,172,62v0,7,0,44,-44,54xm67,-105r0,69v42,-1,96,9,95,-35v2,-39,-54,-35,-95,-34xm67,-206r0,67v41,0,90,7,88,-35v-7,-48,-47,-28,-88,-32","w":218},"C":{"d":"161,-84r40,5v-9,64,-53,83,-91,83v-81,0,-96,-83,-96,-124v0,-63,28,-124,97,-124v51,0,81,33,90,85r-40,5v-5,-20,-13,-55,-49,-55v-49,0,-52,66,-52,88v0,68,28,88,53,88v23,0,44,-18,48,-51","w":208},"D":{"d":"25,0r0,-240v75,6,107,-20,163,30v52,42,36,161,-6,186v-16,23,-103,27,-157,24xm69,-206r0,171v67,6,102,-12,106,-87v0,-61,-36,-95,-106,-84","w":235},"E":{"d":"182,0r-156,0r0,-240r155,0r0,36r-112,0r0,65r90,0r0,35r-90,0r0,67r113,0r0,37","w":193},"F":{"d":"71,0r-45,0r0,-240r152,0r0,37r-107,0r0,66r84,0r0,36r-84,0r0,101","w":182},"G":{"d":"117,-208v-47,10,-53,24,-58,85v0,43,10,91,58,91v27,0,51,-21,51,-56r-50,0r0,-35r90,0r0,123r-19,0r-13,-32v-18,28,-41,36,-65,36v-88,0,-97,-97,-97,-124v0,-52,25,-124,102,-124v35,-8,88,40,90,74r-38,6v-3,-10,-11,-44,-51,-44","w":231},"H":{"d":"204,-240r0,240r-43,0r0,-104r-92,0r0,104r-43,0r0,-240r43,0r0,99r92,0r0,-99r43,0","w":230},"I":{"d":"69,0r-43,0r0,-240r43,0r0,240","w":96},"J":{"d":"109,-240v-4,78,11,150,-10,216v-27,38,-68,28,-99,24r0,-35v14,1,21,2,28,2v37,0,37,-20,37,-42r0,-165r44,0","w":133},"K":{"d":"215,0r-48,0r-51,-122r-47,61r0,61r-43,0r0,-240r43,0r0,126r92,-126r44,0r-57,79","w":221},"L":{"d":"174,0r-148,0r0,-240r46,0r0,201r102,0r0,39","w":179},"M":{"d":"262,0r-45,0r0,-210r-66,210r-23,0r-66,-210r0,210r-36,0r0,-240r68,0r50,155r50,-155r68,0r0,240","w":288},"N":{"d":"208,-240r0,240r-40,0r-94,-153r-13,-27r0,180r-35,0r0,-240r48,0r99,169r0,-169r35,0","w":234},"O":{"d":"218,-120v0,73,-40,124,-103,124v-144,-6,-129,-249,2,-248v67,0,101,59,101,124xm115,-31v65,-6,69,-86,44,-152v-9,-25,-33,-26,-43,-26v-45,0,-56,47,-56,89v0,29,5,89,55,89","w":231},"P":{"d":"125,-240v46,-4,85,33,82,71v-2,71,-64,79,-138,74r0,95r-43,0r0,-240r99,0xm162,-168v0,-45,-50,-35,-93,-36r0,72r52,0v31,0,41,-19,41,-36","w":215},"Q":{"d":"208,13r0,36v-8,1,-19,2,-24,2v-52,0,-53,-30,-54,-47v-81,11,-118,-60,-116,-122v0,-65,30,-126,102,-126v18,0,63,1,90,61v21,46,15,135,-28,164v-3,6,-19,10,-19,18v1,17,25,17,49,14xm171,-120v0,-36,-8,-89,-55,-89v-44,0,-56,45,-56,91v0,50,14,86,54,86v47,0,57,-47,57,-88","w":231},"R":{"d":"26,-240v85,2,190,-17,189,70v0,45,-31,59,-44,64r42,106r-45,0r-38,-99r-61,0r0,99r-43,0r0,-240xm69,-206r0,73v45,-2,98,13,101,-37v0,-18,-12,-36,-43,-36r-58,0","w":231},"S":{"d":"43,-67v-3,16,33,36,58,36v68,0,52,-58,19,-63v-47,-10,-106,-24,-106,-78v0,-88,153,-94,171,-20r-41,11v-3,-9,-10,-28,-44,-28v-33,0,-42,18,-42,30v0,34,47,29,74,39v21,5,63,17,63,68v5,76,-117,98,-169,53v-17,-13,-21,-28,-25,-39","w":205},"T":{"d":"110,0r-46,0r0,-203r-64,0r0,-37r174,0r0,37r-64,0r0,203","w":173},"U":{"d":"112,-34v29,1,47,-22,44,-52r0,-154r35,0r0,154v0,27,0,56,-34,77v-19,12,-42,13,-50,13v-14,0,-47,-3,-64,-23v-18,-22,-19,-42,-19,-63r0,-158r44,0r0,154v-3,30,16,53,44,52","w":214},"V":{"d":"119,0r-44,0r-74,-240r45,0r56,184r56,-184r36,0","w":194},"W":{"d":"314,-240r-64,240r-45,0r-48,-176r-43,176r-45,0r-65,-240r46,0r46,175r43,-175r44,0r48,175r45,-175r38,0","w":317},"X":{"d":"202,0r-50,0r-53,-95r-57,95r-40,0r76,-125r-65,-115r50,0r44,80r47,-80r41,0r-67,109","w":204},"Y":{"d":"123,0r-46,0r0,-101r-82,-139r53,0r56,99r55,-99r42,0r-78,139r0,101","w":195},"Z":{"d":"185,-37r0,37r-178,0r0,-34r123,-172r-114,0r0,-34r165,0r0,34r-122,169r126,0","w":191},"[":{"d":"87,-211r-29,0r0,242r29,0r0,29r-61,0r0,-300r61,0r0,29","w":110},"\\":{"d":"33,-240r156,300r-25,0r-157,-300r26,0","w":172},"]":{"d":"23,31r30,0r0,-242r-30,0r0,-29r61,0r0,300r-61,0r0,-29","w":110},"^":{"d":"192,-111r-34,0r-53,-100r-51,100r-35,0r68,-129r37,0"},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},"a":{"d":"18,-130v15,-79,169,-65,153,14v1,36,-3,90,5,116r-38,0v-5,-14,-6,-22,-7,-36v-5,13,-17,40,-60,40v-38,0,-58,-26,-58,-55v0,-60,80,-62,118,-61v4,-30,-14,-43,-37,-41v-36,0,-40,20,-42,28xm85,-27v46,-5,47,-32,46,-63v-25,0,-40,3,-48,5v-8,3,-29,9,-29,32v0,6,3,26,31,26","w":194},"b":{"d":"181,-92v1,46,-25,99,-73,96v-33,0,-45,-18,-55,-33r-11,29r-18,0r0,-240r40,0r0,87v9,-16,20,-33,49,-33v34,0,68,28,68,94xm102,-151v-25,-5,-44,34,-38,75v0,34,17,47,37,47v37,0,38,-45,38,-64v-1,-19,-3,-58,-37,-58","w":193},"c":{"d":"94,-148v-37,3,-36,34,-39,61v0,7,0,56,36,56v20,0,30,-14,35,-34r35,3v-4,17,-15,66,-73,66v-107,-5,-97,-187,4,-185v58,0,66,47,69,61r-35,5v-3,-24,-15,-33,-32,-33","w":167},"d":{"d":"170,0r-38,0r0,-36v-5,12,-16,40,-52,40v-62,0,-67,-76,-67,-95v0,-35,15,-94,69,-94v18,0,36,6,48,32r0,-87r40,0r0,240xm130,-75v3,-39,-3,-75,-37,-75v-36,0,-38,46,-38,61v0,13,1,60,37,60v18,0,38,-17,38,-46","w":193},"e":{"d":"54,-84v-3,24,13,60,43,56v28,0,36,-19,40,-29r36,6v-13,39,-44,55,-79,55v-58,0,-81,-48,-81,-92v0,-52,31,-93,83,-93v58,0,81,46,80,97r-122,0xm134,-110v5,-37,-51,-61,-71,-26v-6,9,-8,17,-9,26r80,0","w":188},"f":{"d":"69,0r-39,0r0,-146r-26,0r0,-31r26,0v-1,-41,14,-76,78,-67r0,32v-30,-4,-43,5,-39,35r39,0r0,31r-39,0r0,146","w":113},"g":{"d":"186,-211r0,30v-19,-1,-31,0,-38,15v42,30,14,99,-51,93v-20,1,-44,-14,-46,12v-4,20,49,19,74,18v44,0,61,25,61,48v0,23,-17,59,-92,59v-47,0,-86,-11,-86,-49v0,-21,13,-29,26,-36v-31,-16,-11,-62,12,-66v-38,-23,-41,-94,48,-94v16,0,24,2,35,4v7,-30,27,-35,57,-34xm95,-97v19,1,33,-14,33,-31v0,-11,-7,-28,-32,-28v-48,1,-44,59,-1,59xm42,6v-1,21,37,32,61,30v17,0,46,-3,46,-23v-7,-33,-67,-9,-98,-23v-6,6,-9,10,-9,16","w":186},"h":{"d":"104,-150v-58,4,-36,91,-40,150r-40,0r0,-240r40,0r0,94v4,-11,16,-39,52,-39v76,-7,51,113,55,185r-40,0r0,-108v0,-15,0,-42,-27,-42","w":195},"i":{"d":"64,0r-40,0r0,-178r40,0r0,178xm64,-198r-40,0r0,-42r40,0r0,42","w":88},"j":{"d":"64,5v2,52,-32,73,-81,64r0,-34v27,5,41,-5,41,-30r0,-183r40,0r0,183xm64,-198r-40,0r0,-42r40,0r0,42","w":88},"k":{"d":"183,-177r-53,58r59,119r-42,0r-45,-91r-40,44r0,47r-38,0r0,-240r38,0r0,149r78,-86r43,0","w":191},"l":{"d":"64,0r-40,0r0,-240r40,0r0,240","w":88},"m":{"d":"24,0r0,-177r39,0r0,37v8,-15,21,-41,59,-41v39,0,48,30,51,41v10,-19,28,-41,59,-41v80,-1,52,107,57,181r-42,0r0,-104v0,-23,-4,-41,-30,-41v-20,0,-40,13,-40,52r0,93r-42,0r0,-111v0,-13,-4,-34,-28,-34v-20,0,-41,14,-41,59r0,86r-42,0","w":313},"n":{"d":"24,0r0,-177r36,0r0,41v7,-15,21,-45,54,-45v58,0,57,52,57,76r0,105r-40,0r0,-104v0,-41,-21,-42,-28,-42v-8,0,-39,2,-39,63r0,83r-40,0","w":194},"o":{"d":"178,-89v0,60,-39,93,-84,93v-114,-5,-105,-186,2,-185v54,0,82,43,82,92xm135,-90v0,-30,-9,-58,-39,-58v-33,0,-41,31,-41,59v0,9,0,60,40,60v37,0,40,-42,40,-61","w":190},"p":{"d":"181,-90v0,43,-17,94,-67,94v-32,0,-44,-19,-49,-29r0,85r-41,0r0,-237r38,0r0,30v7,-11,20,-34,55,-34v50,0,64,56,64,91xm103,-148v-27,-3,-43,35,-38,75v0,28,19,45,37,45v33,0,37,-41,37,-59v0,-20,-5,-61,-36,-61","w":193},"q":{"d":"171,-177r0,237r-42,0r0,-91v-10,25,-28,35,-49,35v-57,0,-67,-64,-67,-92v0,-46,20,-93,74,-93v31,0,44,17,52,28r11,-24r21,0xm93,-28v23,0,36,-35,36,-76v0,-15,-4,-44,-34,-44v-30,0,-40,29,-40,59v0,42,18,61,38,61","w":195},"r":{"d":"114,-139v-28,-2,-53,21,-50,67r0,72r-40,0r0,-177r36,0r0,42v4,-13,17,-49,54,-48r0,44","w":119},"s":{"d":"2,-41r38,-7v4,8,10,22,38,22v8,0,37,-1,37,-22v0,-23,-32,-18,-52,-24v-17,-3,-54,-12,-54,-53v0,-19,11,-56,68,-56v21,0,58,4,69,41r-35,7v-2,-6,-7,-20,-33,-20v-40,-1,-41,37,-6,40v39,7,86,14,83,59v-9,86,-141,68,-153,13","w":163},"t":{"d":"107,0v-44,13,-84,-8,-79,-54r0,-92r-22,0r0,-31r25,0r4,-47r32,-2r0,49r36,0r0,31r-36,0r0,86v-1,30,15,29,40,29r0,31","w":115},"u":{"d":"90,-31v54,-1,38,-87,40,-146r40,0r0,177r-38,0r0,-38v-6,20,-20,42,-55,42v-29,2,-56,-23,-53,-57r0,-124r41,0r0,112v0,19,6,34,25,34","w":194},"v":{"d":"158,-177r-61,177r-33,0r-61,-177r41,0r42,120r40,-120r32,0","w":159},"w":{"d":"247,-177r-52,177r-36,0r-32,-124r-32,124r-37,0r-54,-177r42,0r35,119r31,-119r36,0r31,119r34,-119r34,0","w":250},"x":{"d":"159,0r-46,0r-37,-65r-41,65r-35,0r59,-91r-51,-86r46,0r29,52r33,-52r34,0r-50,77","w":159},"y":{"d":"16,31v42,7,56,-15,47,-42r-60,-166r41,0r43,117r38,-117r32,0r-70,202v-20,44,-30,40,-71,38r0,-32","w":159},"z":{"d":"142,-31r0,31r-134,0r0,-31r88,-115r-79,0r0,-31r125,0r0,28r-86,118r86,0","w":150},"{":{"d":"44,-90v25,6,23,57,22,94v0,23,4,29,34,29r0,27v-38,0,-67,0,-67,-50v-4,-34,14,-80,-20,-88r0,-26v31,-4,17,-55,20,-88v0,-48,30,-48,67,-48r0,27v-73,-11,-3,102,-56,123","w":117},"|":{"d":"69,-270r41,0r0,360r-41,0r0,-360","w":180},"}":{"d":"74,-90v-26,-6,-23,-57,-22,-94v0,-23,-4,-29,-35,-29r0,-27v37,0,67,0,67,50v4,34,-13,80,20,88r0,26v-31,4,-17,55,-20,88v0,48,-31,48,-67,48r0,-27v74,12,4,-102,57,-123","w":117},"~":{"d":"137,-93v-39,-5,-82,-40,-96,4r-23,-15v12,-25,22,-47,53,-47v3,-5,63,22,71,19v16,0,22,-10,28,-20r23,14v-9,17,-22,45,-56,45"},"\u00a1":{"d":"28,-136r0,-44r44,0r0,44r-44,0xm22,60r18,-167r18,0r17,167r-53,0","w":99},"\u00a2":{"d":"99,-255r22,0r0,45v20,4,51,11,62,60r-33,6v-9,-28,-18,-31,-29,-34r0,109v11,-2,21,-6,29,-33r33,5v-9,46,-36,55,-62,60r0,49r-22,0r0,-49v-14,-3,-35,-7,-53,-32v-39,-50,-1,-138,53,-141r0,-45xm99,-69r0,-109v-9,2,-27,6,-27,56v-3,13,12,58,27,53"},"\u00a3":{"d":"-4,-40v45,2,63,-19,56,-69r-28,0r0,-32r25,0v-13,-55,15,-103,69,-103v46,0,62,30,69,44r-34,16v-2,-7,-9,-27,-33,-27v-31,-2,-38,40,-25,70r43,0r0,32r-43,0v0,39,-6,50,-27,69v46,-1,106,9,106,-34r38,19v-21,55,-59,55,-82,55r-134,0r0,-40"},"\u00a5":{"d":"19,-152r39,0r-48,-88r50,0r52,99r49,-99r40,0r-45,88r36,0r0,21r-48,0v-5,12,-14,20,-15,36r63,0r0,21r-63,0r0,74r-43,0r0,-74r-67,0r0,-21r67,0v-1,-16,-12,-23,-17,-36r-50,0r0,-21"},"\u00a7":{"d":"22,11r38,-7v4,8,16,29,49,29v24,0,39,-12,39,-25v-14,-59,-114,-23,-115,-102v0,-29,18,-41,27,-46v-27,-16,-32,-71,6,-91v57,-24,94,-12,120,33r-33,9v-2,-6,-10,-27,-43,-27v-8,0,-35,1,-35,24v23,52,104,14,111,94v0,22,-13,36,-23,47v44,26,35,121,-56,113v-60,0,-75,-31,-85,-51xm69,-107v8,34,44,32,69,45v23,-16,9,-46,-18,-55r-38,-13v-5,4,-13,11,-13,23"},"'":{"d":"57,-144r-28,0r-6,-96r39,0","w":85},"\u00ab":{"d":"103,-140r-16,50r16,51r-16,0r-29,-51r29,-50r16,0xm58,-140r-17,50r17,51r-17,0r-28,-51r28,-50r17,0","w":118},"\u00b7":{"d":"66,-114r0,46r-43,0r0,-46r43,0","w":88},"\u00b6":{"d":"116,-123v-59,5,-107,-9,-104,-57v0,-27,19,-45,23,-48v26,-21,118,-9,168,-12r0,20r-26,0r0,279r-20,0r0,-279r-20,0r0,279r-21,0r0,-182xm59,-212v-30,41,0,78,57,68r0,-76v-21,1,-45,-3,-57,8"},"\u00bb":{"d":"15,-140r17,0r28,51r-28,50r-17,0r17,-50xm60,-140r17,0r28,51r-28,50r-17,0r17,-50","w":118},"\u00bf":{"d":"68,-136r0,-44r41,0r0,44r-41,0xm109,-111v14,59,-49,58,-51,103v0,23,17,35,36,35v34,0,39,-31,42,-50r39,6v-7,61,-51,81,-86,81v-45,0,-78,-30,-78,-70v-4,-44,45,-63,62,-84v2,-5,2,-14,2,-21r34,0","w":180},"`":{"d":"49,-261r69,38r-7,19r-73,-31","w":180},"\u00b4":{"d":"130,-261r11,26r-73,31r-7,-19","w":180},"\u00af":{"d":"143,-238r0,23r-106,0r0,-23r106,0","w":180},"\u00a8":{"d":"80,-228v0,13,-10,19,-20,19v-25,-1,-25,-37,0,-38v9,0,20,5,20,19xm139,-228v0,13,-10,19,-20,19v-25,-1,-25,-37,0,-38v9,0,20,5,20,19","w":180},"\u00b8":{"d":"86,16v17,0,37,10,37,28v0,30,-48,35,-70,19r6,-14v7,5,41,15,41,-4v0,-11,-13,-16,-34,-14r10,-31r14,0","w":180},"\u00c6":{"d":"294,-37r0,37r-153,0r0,-68r-72,0r-34,68r-41,0r128,-240r169,0r0,35r-107,0r0,66r85,0r0,34r-85,0r0,68r110,0xm87,-101r54,0r0,-110","w":304},"\u00aa":{"d":"13,-211v0,-20,31,-34,52,-32v79,3,33,53,50,109r-27,0v-1,-3,-3,-10,-4,-15v-11,26,-79,23,-74,-16v0,-36,51,-37,74,-37v1,-15,-3,-21,-22,-22v-20,0,-22,10,-24,17xm57,-152v27,-3,27,-18,27,-35v-12,0,-45,1,-45,21v0,14,14,14,18,14","w":128},"\u00d8":{"d":"59,-13r-16,23r-33,0r29,-43v-8,-13,-25,-40,-25,-88v0,-66,37,-123,103,-123v27,0,43,9,55,17r16,-23r33,0r-29,43v55,75,22,214,-77,211v-20,0,-40,-5,-56,-17xm116,-31v44,0,54,-29,55,-88v0,-24,-3,-37,-6,-49r-83,124v6,5,15,13,34,13xm117,-209v-52,3,-70,73,-50,137r82,-124v-7,-7,-17,-13,-32,-13","w":231},"\u00ba":{"d":"116,-187v0,36,-25,56,-54,56v-75,-1,-67,-113,1,-112v35,0,53,26,53,56xm63,-153v34,-4,32,-65,0,-68v-34,0,-29,70,0,68","w":128},"\u00e6":{"d":"96,-152v-24,-1,-35,12,-39,25r-36,-4v2,-11,7,-27,29,-39v45,-19,80,-13,108,9v27,-31,111,-22,126,17v10,25,12,45,12,61r-125,0v0,28,10,55,44,55v24,0,36,-15,41,-28r37,6v-11,36,-47,54,-81,54v-11,0,-49,-2,-69,-37v-12,17,-29,37,-66,37v-53,0,-64,-35,-64,-55v3,-57,72,-62,120,-59v-2,-33,-5,-39,-37,-42xm255,-110v0,-17,-17,-46,-42,-43v-24,0,-37,17,-41,43r83,0xm57,-53v4,39,51,32,68,7v8,-12,7,-29,7,-43v-34,2,-75,4,-75,36","w":308},"\u00f8":{"d":"51,-8r-14,20r-24,0r23,-33v-8,-10,-23,-33,-23,-68v0,-48,28,-92,84,-92v20,0,33,6,43,12r13,-17r25,0r-23,30v14,17,23,38,23,66v3,81,-73,113,-127,82xm131,-122r-58,86v5,3,11,7,22,7v52,0,41,-62,36,-93xm60,-54r59,-86v-31,-20,-66,-2,-64,51v0,16,2,25,5,35","w":190},"\u00df":{"d":"155,-49v-5,-43,-78,-34,-78,-79v0,-15,8,-25,17,-37v16,-8,39,-10,40,-35v0,-15,-11,-29,-31,-29v-16,0,-38,11,-38,44r0,202r-40,0r0,-146r-19,0r0,-32r19,0v1,-21,2,-51,20,-72v38,-43,128,-27,129,31v0,38,-32,51,-62,56v-2,2,-4,4,-4,6v10,13,54,23,60,31v48,37,22,119,-50,117v-13,0,-27,-4,-36,-7r9,-27v5,2,14,3,23,3v37,0,41,-17,41,-26","w":200},"\u00b9":{"d":"22,-209v25,-7,38,-19,51,-34r20,0r0,123r38,0r0,24r-109,0r0,-24r41,0r0,-86v-21,17,-32,22,-41,26r0,-29","w":139},"\u00b0":{"d":"58,-197v0,-24,19,-48,47,-48v28,0,49,22,49,48v0,26,-22,48,-49,48v-28,0,-47,-23,-47,-48xm106,-221v-32,-1,-30,48,-1,48v14,0,25,-11,25,-24v0,-13,-10,-24,-24,-24"},"\u00f3":{"d":"178,-89v0,60,-39,93,-84,93v-114,-5,-105,-186,2,-185v54,0,82,43,82,92xm135,-90v0,-30,-9,-58,-39,-58v-33,0,-41,31,-41,59v0,9,0,60,40,60v37,0,40,-42,40,-61xm135,-261r12,26r-74,31r-7,-19","w":190},"\u00d6":{"d":"218,-120v0,73,-40,124,-103,124v-144,-6,-129,-249,2,-248v67,0,101,59,101,124xm115,-31v65,-6,69,-86,44,-152v-9,-25,-33,-26,-43,-26v-45,0,-56,47,-56,89v0,29,5,89,55,89xm106,-285v0,13,-10,19,-20,19v-12,0,-19,-9,-19,-19v0,-9,6,-19,19,-19v9,0,20,6,20,19xm167,-285v0,13,-10,19,-20,19v-12,0,-19,-9,-19,-19v0,-9,7,-19,19,-19v9,0,20,6,20,19","w":231},"\u00f6":{"d":"178,-89v0,60,-39,93,-84,93v-114,-5,-105,-186,2,-185v54,0,82,43,82,92xm135,-90v0,-30,-9,-58,-39,-58v-33,0,-41,31,-41,59v0,9,0,60,40,60v37,0,40,-42,40,-61xm86,-228v0,13,-11,19,-20,19v-26,-1,-27,-37,0,-38v9,0,20,5,20,19xm145,-228v0,13,-11,19,-20,19v-26,-1,-27,-37,0,-38v9,0,20,5,20,19","w":190},"\u00c9":{"d":"182,0r-156,0r0,-240r155,0r0,36r-112,0r0,65r90,0r0,35r-90,0r0,67r113,0r0,37xm154,-314r11,27r-76,25r-7,-18","w":193},"\u00fb":{"d":"90,-31v54,-1,38,-87,40,-146r40,0r0,177r-38,0r0,-38v-6,20,-20,42,-55,42v-29,2,-56,-23,-53,-57r0,-124r41,0r0,112v0,19,6,34,25,34xm97,-260r61,51r-31,4r-30,-23r-29,23r-32,-4","w":194},"\u00bc":{"d":"269,-54r2,-63r-42,63r40,0xm78,0r148,-240r26,0r-149,240r-25,0xm298,-147r0,91r22,0r0,24r-22,0r0,32r-31,0r0,-32r-67,0r0,-20r68,-95r30,0xm21,-209v26,-7,38,-18,51,-34r21,0r0,123r37,0r0,24r-108,0r0,-24r41,0r0,-86v-21,17,-33,22,-42,26r0,-29","w":329},"\u00ac":{"d":"161,-66r0,-63r-144,0r0,-33r177,0r0,96r-33,0"},"\u00ca":{"d":"182,0r-156,0r0,-240r155,0r0,36r-112,0r0,65r90,0r0,35r-90,0r0,67r113,0r0,37xm108,-312r63,46r-34,3r-29,-19r-29,19r-33,-3","w":193},"\u00bd":{"d":"21,-209v26,-7,38,-18,51,-34r21,0r0,123r37,0r0,24r-108,0r0,-24r41,0r0,-86v-21,17,-33,22,-42,26r0,-29xm78,0r148,-240r26,0r-149,240r-25,0xm316,-24r0,24r-114,0r0,-27v27,-19,78,-37,83,-71v0,-12,-9,-23,-26,-23v-25,0,-28,22,-29,30r-28,-7v5,-31,28,-48,58,-48v36,0,56,22,56,49v0,31,-24,44,-76,73r76,0","w":329},"\u00d5":{"d":"218,-120v0,73,-40,124,-103,124v-144,-6,-129,-249,2,-248v67,0,101,59,101,124xm115,-31v65,-6,69,-86,44,-152v-9,-25,-33,-26,-43,-26v-45,0,-56,47,-56,89v0,29,5,89,55,89xm93,-305v21,0,57,30,69,0r13,18v-39,56,-71,-20,-107,20r-12,-18v5,-7,17,-20,37,-20","w":231},"\u00fa":{"d":"90,-31v54,-1,38,-87,40,-146r40,0r0,177r-38,0r0,-38v-6,20,-20,42,-55,42v-29,2,-56,-23,-53,-57r0,-124r41,0r0,112v0,19,6,34,25,34xm137,-261r12,26r-74,31r-7,-19","w":194},"\u00e9":{"d":"54,-84v-3,24,13,60,43,56v28,0,36,-19,40,-29r36,6v-13,39,-44,55,-79,55v-58,0,-81,-48,-81,-92v0,-52,31,-93,83,-93v58,0,81,46,80,97r-122,0xm134,-110v5,-37,-51,-61,-71,-26v-6,9,-8,17,-9,26r80,0xm134,-261r12,26r-74,31r-7,-19","w":188},"\u00ed":{"d":"64,0r-40,0r0,-177r40,0r0,177xm84,-261r12,26r-74,31r-7,-19","w":88},"\u00c8":{"d":"182,0r-156,0r0,-240r155,0r0,36r-112,0r0,65r90,0r0,35r-90,0r0,67r113,0r0,37xm53,-314r72,34r-7,18r-76,-25","w":193},"\u00ee":{"d":"64,0r-40,0r0,-177r40,0r0,177xm44,-260r61,51r-31,4r-30,-23r-29,23r-32,-4","w":88},"\u00a6":{"d":"110,-243r0,126r-41,0r0,-126r41,0xm110,-63r0,126r-41,0r0,-126r41,0","w":180},"\u00fe":{"d":"180,-90v-1,43,-16,94,-67,94v-31,0,-44,-19,-49,-29r0,85r-40,0r0,-300r40,0r0,90v14,-26,38,-31,52,-31v51,0,64,57,64,91xm102,-148v-27,-3,-43,35,-38,75v0,28,19,45,37,45v34,0,37,-41,37,-59v0,-20,-4,-61,-36,-61","w":192},"\u00c5":{"d":"134,-240r81,240r-47,0r-19,-57r-92,0r-19,57r-37,0r80,-240r53,0xm68,-92r70,0r-35,-107xm139,-288v0,16,-13,32,-33,32v-18,0,-33,-14,-33,-32v0,-18,15,-33,33,-33v11,0,33,7,33,33xm121,-287v0,-4,-2,-15,-14,-15v-4,0,-15,2,-15,14v0,6,3,14,14,14v14,0,15,-13,15,-13","w":217},"\u00fd":{"d":"16,31v42,7,56,-15,47,-42r-60,-166r41,0r43,117r38,-117r32,0r-70,202v-20,44,-30,40,-71,38r0,-32xm119,-261r12,26r-73,31r-8,-19","w":159},"\u00ae":{"d":"77,-159r0,30r-20,0r0,-79v32,4,58,-13,68,24v0,15,-11,19,-15,21r15,34r-21,0r-13,-30r-14,0xm77,-194r0,20v13,-1,25,3,27,-11v1,-8,-16,-10,-27,-9xm14,-168v0,-42,34,-75,75,-75v40,0,74,33,74,75v0,41,-33,74,-74,74v-41,0,-75,-33,-75,-74xm30,-168v0,31,27,59,59,59v31,0,58,-28,58,-59v0,-32,-27,-59,-58,-59v-31,0,-59,27,-59,59","w":177},"\u00f4":{"d":"178,-89v0,60,-39,93,-84,93v-114,-5,-105,-186,2,-185v54,0,82,43,82,92xm135,-90v0,-30,-9,-58,-39,-58v-33,0,-41,31,-41,59v0,9,0,60,40,60v37,0,40,-42,40,-61xm95,-260r62,51r-32,4r-30,-23r-29,23r-32,-4","w":190},"\u00c0":{"d":"134,-240r81,240r-47,0r-19,-57r-92,0r-19,57r-37,0r80,-240r53,0xm68,-92r70,0r-35,-107xm76,-314r72,34r-7,18r-75,-25","w":217},"\u00d9":{"d":"112,-34v29,1,47,-22,44,-52r0,-154r35,0r0,154v0,27,0,56,-34,77v-19,12,-42,13,-50,13v-14,0,-47,-3,-64,-23v-18,-22,-19,-42,-19,-63r0,-158r44,0r0,154v-3,30,16,53,44,52xm53,-314r72,34r-7,18r-76,-25","w":214},"\u00cb":{"d":"182,0r-156,0r0,-240r155,0r0,36r-112,0r0,65r90,0r0,35r-90,0r0,67r113,0r0,37xm99,-285v0,13,-10,19,-20,19v-12,0,-20,-9,-20,-19v0,-9,7,-19,20,-19v9,0,20,6,20,19xm160,-285v0,13,-10,19,-20,19v-12,0,-19,-9,-19,-19v0,-9,6,-19,19,-19v9,0,20,6,20,19","w":193},"\u00da":{"d":"112,-34v29,1,47,-22,44,-52r0,-154r35,0r0,154v0,27,0,56,-34,77v-19,12,-42,13,-50,13v-14,0,-47,-3,-64,-23v-18,-22,-19,-42,-19,-63r0,-158r44,0r0,154v-3,30,16,53,44,52xm168,-314r11,27r-75,25r-7,-18","w":214},"\u00f5":{"d":"178,-89v0,60,-39,93,-84,93v-114,-5,-105,-186,2,-185v54,0,82,43,82,92xm135,-90v0,-30,-9,-58,-39,-58v-33,0,-41,31,-41,59v0,9,0,60,40,60v37,0,40,-42,40,-61xm73,-250v19,0,56,29,67,1r13,18v-26,33,-48,16,-81,5v-3,0,-8,0,-22,14r-12,-18v6,-7,17,-20,35,-20","w":190},"\u00f1":{"d":"24,0r0,-177r36,0r0,41v7,-15,21,-45,54,-45v58,0,57,52,57,76r0,105r-40,0r0,-104v0,-41,-21,-42,-28,-42v-8,0,-39,2,-39,63r0,83r-40,0xm76,-250v19,1,55,29,67,1r12,18v-26,33,-48,17,-80,5v-4,0,-9,0,-22,14r-13,-18v6,-7,17,-20,36,-20","w":194},"\u00ff":{"d":"16,31v42,7,56,-15,47,-42r-60,-166r41,0r43,117r38,-117r32,0r-70,202v-20,44,-30,40,-71,38r0,-32xm70,-228v0,13,-11,19,-20,19v-26,-1,-27,-37,0,-38v9,0,20,5,20,19xm129,-228v0,13,-11,19,-20,19v-26,-1,-27,-37,0,-38v9,0,20,5,20,19","w":159},"\u00c1":{"d":"134,-240r81,240r-47,0r-19,-57r-92,0r-19,57r-37,0r80,-240r53,0xm68,-92r70,0r-35,-107xm158,-314r10,27r-75,25r-7,-18","w":217},"\u00f0":{"d":"54,-89v-1,28,11,62,40,60v37,0,41,-42,41,-58v0,-30,-12,-58,-39,-58v-29,-2,-42,32,-42,56xm174,-238r-42,19v27,32,46,79,46,126v0,65,-40,96,-84,96v-64,0,-81,-59,-81,-91v-6,-56,58,-115,111,-79v-6,-15,-13,-27,-23,-38r-52,24r-12,-23r45,-20v-6,-6,-11,-10,-18,-15r29,-13v7,4,14,8,20,14r50,-23","w":190},"\u00e2":{"d":"18,-130v15,-79,169,-65,153,14v1,36,-3,90,5,116r-38,0v-5,-14,-6,-22,-7,-36v-5,13,-17,40,-60,40v-38,0,-58,-26,-58,-55v0,-60,80,-62,118,-61v4,-30,-14,-43,-37,-41v-36,0,-40,20,-42,28xm85,-27v46,-5,47,-32,46,-63v-25,0,-40,3,-48,5v-8,3,-29,9,-29,32v0,6,3,26,31,26xm97,-260r61,51r-31,4r-30,-23r-29,23r-32,-4","w":194},"\u00e5":{"d":"18,-130v15,-79,169,-65,153,14v1,36,-3,90,5,116r-38,0v-5,-14,-6,-22,-7,-36v-5,13,-17,40,-60,40v-38,0,-58,-26,-58,-55v0,-60,80,-62,118,-61v4,-30,-14,-43,-37,-41v-36,0,-40,20,-42,28xm85,-27v46,-5,47,-32,46,-63v-25,0,-40,3,-48,5v-8,3,-29,9,-29,32v0,6,3,26,31,26xm134,-231v0,16,-14,32,-33,32v-19,0,-33,-15,-33,-32v0,-19,14,-34,33,-34v10,0,33,8,33,34xm115,-231v0,-4,-1,-15,-13,-15v-5,0,-16,2,-16,14v0,6,4,15,15,15v14,0,14,-14,14,-14","w":194},"\u00d2":{"d":"218,-120v0,73,-40,124,-103,124v-144,-6,-129,-249,2,-248v67,0,101,59,101,124xm115,-31v65,-6,69,-86,44,-152v-9,-25,-33,-26,-43,-26v-45,0,-56,47,-56,89v0,29,5,89,55,89xm62,-314r72,34r-7,18r-76,-25","w":231},"\u00e7":{"d":"94,-148v-37,3,-36,34,-39,61v0,7,0,56,36,56v20,0,30,-14,35,-34r35,3v-4,18,-14,64,-71,66r-3,12v17,0,37,10,37,28v0,30,-48,35,-70,19r6,-14v7,6,42,15,42,-4v0,-11,-14,-16,-35,-14r9,-28v-97,-24,-80,-183,16,-184v58,0,66,47,69,61r-35,5v-3,-24,-15,-33,-32,-33","w":167},"\u00d7":{"d":"159,-198r23,24r-52,53r52,53r-23,23r-53,-53r-53,53r-24,-23r53,-53r-53,-53r24,-24r53,53"},"\u00f7":{"d":"105,-82v12,0,22,10,22,22v0,12,-10,21,-22,21v-11,0,-21,-9,-21,-21v0,-12,10,-22,21,-22xm105,-204v12,0,22,10,22,22v0,12,-10,21,-22,21v-11,0,-21,-9,-21,-21v0,-12,10,-22,21,-22xm195,-138r0,34r-178,0r0,-34r178,0"},"\u00b2":{"d":"11,-123v28,-20,74,-32,83,-71v0,-12,-9,-24,-26,-24v-25,0,-27,23,-28,30r-29,-6v6,-31,28,-48,58,-48v36,0,57,21,57,48v0,32,-24,45,-76,73r75,0r0,25r-114,0r0,-27","w":139},"\u00d1":{"d":"208,-240r0,240r-40,0r-94,-153r-13,-27r0,180r-35,0r0,-240r48,0r99,169r0,-169r35,0xm96,-305v21,0,58,30,70,0r12,18v-38,56,-72,-21,-106,20r-13,-18v6,-7,18,-20,37,-20","w":234},"\u00f9":{"d":"90,-31v54,-1,38,-87,40,-146r40,0r0,177r-38,0r0,-38v-6,20,-20,42,-55,42v-29,2,-56,-23,-53,-57r0,-124r41,0r0,112v0,19,6,34,25,34xm42,-261r69,38r-8,19r-73,-31","w":194},"\u00db":{"d":"112,-34v29,1,47,-22,44,-52r0,-154r35,0r0,154v0,27,0,56,-34,77v-19,12,-42,13,-50,13v-14,0,-47,-3,-64,-23v-18,-22,-19,-42,-19,-63r0,-158r44,0r0,154v-3,30,16,53,44,52xm108,-312r63,46r-34,3r-29,-19r-29,19r-33,-3","w":214},"\u00c3":{"d":"134,-240r81,240r-47,0r-19,-57r-92,0r-19,57r-37,0r80,-240r53,0xm68,-92r70,0r-35,-107xm85,-305v22,0,58,30,70,0r12,18v-39,56,-71,-21,-106,20r-12,-18v5,-7,17,-20,36,-20","w":217},"\u00ef":{"d":"64,0r-40,0r0,-177r40,0r0,177xm35,-228v0,13,-11,19,-21,19v-25,-1,-25,-37,0,-38v9,0,21,5,21,19xm94,-228v0,13,-11,19,-21,19v-25,-1,-25,-37,0,-38v9,0,21,5,21,19","w":88},"\u00c2":{"d":"134,-240r81,240r-47,0r-19,-57r-92,0r-19,57r-37,0r80,-240r53,0xm68,-92r70,0r-35,-107xm108,-312r63,46r-34,3r-29,-19r-29,19r-33,-3","w":217},"\u00ce":{"d":"69,0r-43,0r0,-240r43,0r0,240xm47,-312r62,46r-33,3r-29,-19r-29,19r-33,-3","w":96},"\u00dd":{"d":"123,0r-46,0r0,-101r-82,-139r53,0r56,99r55,-99r42,0r-78,139r0,101xm158,-314r10,27r-75,25r-7,-18","w":195},"\u00d3":{"d":"218,-120v0,73,-40,124,-103,124v-144,-6,-129,-249,2,-248v67,0,101,59,101,124xm115,-31v65,-6,69,-86,44,-152v-9,-25,-33,-26,-43,-26v-45,0,-56,47,-56,89v0,29,5,89,55,89xm163,-314r11,27r-76,25r-7,-18","w":231},"\u00c4":{"d":"134,-240r81,240r-47,0r-19,-57r-92,0r-19,57r-37,0r80,-240r53,0xm68,-92r70,0r-35,-107xm97,-285v0,13,-10,19,-20,19v-12,0,-19,-9,-19,-19v0,-9,6,-19,19,-19v9,0,20,6,20,19xm158,-285v0,13,-10,19,-20,19v-12,0,-19,-9,-19,-19v0,-9,7,-19,19,-19v9,0,20,6,20,19","w":217},"\u00e0":{"d":"18,-130v15,-79,169,-65,153,14v1,36,-3,90,5,116r-38,0v-5,-14,-6,-22,-7,-36v-5,13,-17,40,-60,40v-38,0,-58,-26,-58,-55v0,-60,80,-62,118,-61v4,-30,-14,-43,-37,-41v-36,0,-40,20,-42,28xm85,-27v46,-5,47,-32,46,-63v-25,0,-40,3,-48,5v-8,3,-29,9,-29,32v0,6,3,26,31,26xm57,-261r69,38r-8,19r-73,-31","w":194},"\u00b3":{"d":"50,-158r0,-23v18,-1,37,5,43,-20v-7,-34,-52,-17,-54,2r-27,-4v7,-28,32,-39,57,-39v25,0,53,12,53,39v0,23,-17,30,-23,32v11,4,28,11,28,34v0,24,-22,43,-59,43v-32,0,-54,-17,-61,-40r28,-6v2,6,8,24,33,24v20,0,28,-11,28,-21v0,-4,-2,-21,-27,-21r-19,0","w":139},"\u00f2":{"d":"178,-89v0,60,-39,93,-84,93v-114,-5,-105,-186,2,-185v54,0,82,43,82,92xm135,-90v0,-30,-9,-58,-39,-58v-33,0,-41,31,-41,59v0,9,0,60,40,60v37,0,40,-42,40,-61xm55,-261r69,38r-8,19r-73,-31","w":190},"\u00be":{"d":"269,-54r2,-63r-42,63r40,0xm78,0r148,-240r26,0r-148,240r-26,0xm298,0r-31,0r0,-32r-66,0r0,-20r67,-95r30,0r0,91r22,0r0,24r-22,0r0,32xm50,-158r0,-23v18,-1,37,5,43,-20v-7,-34,-52,-17,-54,2r-27,-4v7,-28,32,-39,57,-39v25,0,53,12,53,39v0,23,-17,30,-23,32v11,4,28,11,28,34v0,24,-22,43,-59,43v-32,0,-54,-17,-61,-40r28,-6v2,6,8,24,33,24v20,0,28,-11,28,-21v0,-4,-2,-21,-27,-21r-19,0","w":329},"\u00d0":{"d":"1,-104r0,-35r24,0r0,-101v75,6,107,-20,163,30v52,42,36,161,-6,186v-16,23,-103,27,-157,24r0,-104r-24,0xm69,-104r0,69v67,6,102,-12,106,-87v0,-61,-36,-95,-106,-84r0,67r60,0r0,35r-60,0","w":235},"\u00b1":{"d":"195,-138r0,34r-73,0r0,74r-33,0r0,-74r-72,0r0,-34r72,0r0,-75r33,0r0,75r73,0xm195,-18r0,33r-178,0r0,-33r178,0"},"\u00fc":{"d":"90,-31v54,-1,38,-87,40,-146r40,0r0,177r-38,0r0,-38v-6,20,-20,42,-55,42v-29,2,-56,-23,-53,-57r0,-124r41,0r0,112v0,19,6,34,25,34xm87,-228v0,13,-10,19,-20,19v-25,-1,-25,-37,0,-38v9,0,20,5,20,19xm147,-228v0,13,-11,19,-21,19v-25,-1,-25,-37,0,-38v9,0,21,5,21,19","w":194},"\u00eb":{"d":"54,-84v-3,24,13,60,43,56v28,0,36,-19,40,-29r36,6v-13,39,-44,55,-79,55v-58,0,-81,-48,-81,-92v0,-52,31,-93,83,-93v58,0,81,46,80,97r-122,0xm134,-110v5,-37,-51,-61,-71,-26v-6,9,-8,17,-9,26r80,0xm85,-228v0,13,-11,19,-21,19v-25,-1,-25,-37,0,-38v9,0,21,5,21,19xm144,-228v0,13,-11,19,-21,19v-25,-1,-25,-37,0,-38v9,0,21,5,21,19","w":188},"\u00e1":{"d":"18,-130v15,-79,169,-65,153,14v1,36,-3,90,5,116r-38,0v-5,-14,-6,-22,-7,-36v-5,13,-17,40,-60,40v-38,0,-58,-26,-58,-55v0,-60,80,-62,118,-61v4,-30,-14,-43,-37,-41v-36,0,-40,20,-42,28xm85,-27v46,-5,47,-32,46,-63v-25,0,-40,3,-48,5v-8,3,-29,9,-29,32v0,6,3,26,31,26xm137,-261r12,26r-74,31r-7,-19","w":194},"\u00ec":{"d":"64,0r-40,0r0,-177r40,0r0,177xm4,-261r69,38r-8,19r-73,-31","w":88},"\u00cf":{"d":"69,0r-43,0r0,-240r43,0r0,240xm36,-285v0,13,-10,19,-20,19v-12,0,-20,-9,-20,-19v0,-9,7,-19,20,-19v9,0,20,6,20,19xm97,-285v0,13,-10,19,-20,19v-12,0,-19,-9,-19,-19v0,-9,6,-19,19,-19v9,0,20,6,20,19","w":96},"\u00e4":{"d":"18,-130v15,-79,169,-65,153,14v1,36,-3,90,5,116r-38,0v-5,-14,-6,-22,-7,-36v-5,13,-17,40,-60,40v-38,0,-58,-26,-58,-55v0,-60,80,-62,118,-61v4,-30,-14,-43,-37,-41v-36,0,-40,20,-42,28xm85,-27v46,-5,47,-32,46,-63v-25,0,-40,3,-48,5v-8,3,-29,9,-29,32v0,6,3,26,31,26xm87,-228v0,13,-10,19,-20,19v-25,-1,-25,-37,0,-38v9,0,20,5,20,19xm147,-228v0,13,-11,19,-21,19v-25,-1,-25,-37,0,-38v9,0,21,5,21,19","w":194},"\u00cd":{"d":"69,0r-43,0r0,-240r43,0r0,240xm93,-314r11,27r-76,25r-7,-18","w":96},"\u00a9":{"d":"190,-96v-1,24,-29,50,-59,50v-52,0,-62,-49,-62,-74v0,-41,22,-74,63,-74v33,0,52,19,58,52r-29,3v-4,-14,-8,-32,-29,-32v-23,0,-30,26,-30,50v0,40,16,52,31,52v8,0,25,-5,28,-31xm133,-245v69,0,124,57,124,125v0,70,-56,125,-125,125v-69,0,-125,-56,-125,-125v0,-68,55,-125,126,-125xm132,-225v-58,0,-102,48,-102,105v0,58,46,105,102,105v56,0,102,-46,102,-105v0,-57,-45,-105,-102,-105","w":263},"\u00cc":{"d":"69,0r-43,0r0,-240r43,0r0,240xm1,-314r71,34r-6,18r-76,-25","w":96},"\u00c7":{"d":"112,4r-5,13v22,1,41,7,41,29v0,32,-58,36,-76,19r5,-14v16,6,22,9,30,9v10,0,16,-6,16,-13v-1,-17,-21,-18,-36,-15r9,-29v-118,-20,-110,-247,15,-247v51,0,81,33,90,85r-40,5v-5,-20,-13,-55,-49,-55v-49,0,-52,66,-52,88v0,68,28,88,53,88v23,0,44,-18,48,-51r40,5v-9,64,-54,83,-89,83","w":208},"\u00e8":{"d":"54,-84v-3,24,13,60,43,56v28,0,36,-19,40,-29r36,6v-13,39,-44,55,-79,55v-58,0,-81,-48,-81,-92v0,-52,31,-93,83,-93v58,0,81,46,80,97r-122,0xm134,-110v5,-37,-51,-61,-71,-26v-6,9,-8,17,-9,26r80,0xm54,-261r69,38r-8,19r-73,-31","w":188},"\u00d4":{"d":"218,-120v0,73,-40,124,-103,124v-144,-6,-129,-249,2,-248v67,0,101,59,101,124xm115,-31v65,-6,69,-86,44,-152v-9,-25,-33,-26,-43,-26v-45,0,-56,47,-56,89v0,29,5,89,55,89xm117,-312r63,46r-34,3r-29,-19r-29,19r-33,-3","w":231},"\u00de":{"d":"125,-206v46,-4,85,33,82,71v-2,71,-65,78,-138,73r0,62r-43,0r0,-240r43,0r0,34r56,0xm162,-135v0,-45,-50,-35,-93,-36r0,72r52,0v31,0,41,-19,41,-36","w":218},"\u00e3":{"d":"18,-130v15,-79,169,-65,153,14v1,36,-3,90,5,116r-38,0v-5,-14,-6,-22,-7,-36v-5,13,-17,40,-60,40v-38,0,-58,-26,-58,-55v0,-60,80,-62,118,-61v4,-30,-14,-43,-37,-41v-36,0,-40,20,-42,28xm85,-27v46,-5,47,-32,46,-63v-25,0,-40,3,-48,5v-8,3,-29,9,-29,32v0,6,3,26,31,26xm75,-250v19,0,56,29,67,1r12,18v-24,33,-48,16,-80,5v-3,0,-8,0,-22,14r-12,-18v5,-7,17,-20,35,-20","w":194},"\u00dc":{"d":"112,-34v29,1,47,-22,44,-52r0,-154r35,0r0,154v0,27,0,56,-34,77v-19,12,-42,13,-50,13v-14,0,-47,-3,-64,-23v-18,-22,-19,-42,-19,-63r0,-158r44,0r0,154v-3,30,16,53,44,52xm97,-285v0,13,-10,19,-20,19v-12,0,-19,-9,-19,-19v0,-9,6,-19,19,-19v9,0,20,6,20,19xm158,-285v0,13,-10,19,-20,19v-12,0,-19,-9,-19,-19v0,-9,7,-19,19,-19v9,0,20,6,20,19","w":214},"\u00ea":{"d":"54,-84v-3,24,13,60,43,56v28,0,36,-19,40,-29r36,6v-13,39,-44,55,-79,55v-58,0,-81,-48,-81,-92v0,-52,31,-93,83,-93v58,0,81,46,80,97r-122,0xm134,-110v5,-37,-51,-61,-71,-26v-6,9,-8,17,-9,26r80,0xm94,-260r62,51r-32,4r-30,-23r-29,23r-32,-4","w":188}," ":{"w":104},"\u00a0":{"w":104},"\u00a4":{"d":"84,-79v-2,49,73,60,91,21r34,16v-11,28,-37,46,-76,46v-52,0,-84,-27,-98,-83r-32,0r10,-25r19,0r0,-33r-29,0r10,-25r23,0v13,-81,99,-102,164,-63r-15,35v-37,-31,-97,-19,-102,28r92,0r-10,25r-86,0v-2,14,-1,20,0,33r73,0r-10,25r-58,0"}}});Cufon.registerFont({"w":194,"face":{"font-family":"ITC Franklin Gothic LT","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 7 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-22 -336 320 90","underline-thickness":"18","underline-position":"-36","stemh":"41","stemv":"53","unicode-range":"U+0020-U+00FF"},"glyphs":{"!":{"d":"86,0r-56,0r0,-56r56,0r0,56xm41,-74r-18,-173r70,0r-18,173r-34,0","w":115},"\"":{"d":"15,-247r50,0v3,39,-5,67,-15,93r-19,0v-11,-26,-19,-53,-16,-93xm100,-247r50,0v3,39,-5,67,-15,93r-19,0v-11,-26,-19,-53,-16,-93","w":165},"#":{"d":"80,-251r38,0r-14,71r36,0r14,-71r38,0r-14,71r29,0r0,39r-35,0r-9,42r34,0r0,39r-43,0r-11,60r-39,0r12,-60r-36,0r-12,60r-38,0r12,-60r-33,0r0,-39r41,0r8,-42r-34,0r0,-39r42,0xm96,-141r-8,42r37,0r9,-42r-38,0","w":216},"$":{"d":"123,-7r0,34r-30,0r0,-34v-38,-4,-70,-24,-79,-63r50,-11v6,24,24,32,47,32v16,0,36,-6,36,-25v0,-19,-26,-22,-40,-25v-41,-9,-81,-21,-81,-71v0,-40,29,-67,67,-72r0,-29r30,0r0,29v34,2,61,20,72,53r-45,15v-7,-19,-19,-27,-39,-27v-15,0,-32,3,-32,21v9,36,65,20,91,41v62,36,23,136,-47,132","w":216},"%":{"d":"60,-120v-67,0,-68,-127,0,-127v36,0,52,31,52,63v0,33,-15,64,-52,64xm79,-182v-1,-17,1,-44,-19,-43v-18,0,-17,28,-17,41v0,13,-1,41,17,41v20,0,19,-26,19,-39xm43,0r138,-247r28,0r-137,247r-29,0xm193,0v-69,0,-69,-127,0,-127v36,0,51,31,51,63v0,33,-15,64,-51,64xm211,-62v0,-17,0,-44,-18,-43v-19,0,-18,28,-18,41v0,13,-1,41,18,41v19,0,18,-26,18,-39","w":252},"&":{"d":"120,-213v-35,3,-23,37,1,52v30,-4,36,-53,-1,-52xm175,-23v-54,52,-174,28,-171,-52v0,-36,29,-58,61,-69v-11,-15,-23,-28,-23,-49v3,-79,153,-78,150,4v0,30,-20,48,-46,58r34,38v13,-13,18,-32,22,-48r51,6v-6,29,-21,56,-40,78v10,12,22,14,40,11r0,43v-31,7,-59,2,-78,-20xm145,-56r-50,-56v-17,6,-29,16,-29,35v0,40,55,43,79,21","w":259},"(":{"d":"66,-247r40,0v-57,93,-57,216,-1,309r-39,0v-68,-89,-69,-221,0,-309","w":136},")":{"d":"15,-247r40,0v70,88,69,220,1,309r-39,0v54,-93,56,-217,-2,-309","w":136},"*":{"d":"95,-193r-1,-54r28,0r-1,54r51,-18r9,27r-52,16r33,42r-23,17r-31,-45r-30,46r-24,-18r34,-42r-53,-16r9,-27","w":216},"+":{"d":"86,-191r44,0r0,66r65,0r0,43r-65,0r0,65r-44,0r0,-65r-65,0r0,-43r65,0r0,-66","w":216},",":{"d":"82,-56r0,51r-36,63r-20,0r28,-58r-28,0r0,-56r56,0","w":108},"-":{"d":"0,-112r84,0r0,39r-84,0r0,-39","w":86},".":{"d":"82,0r-56,0r0,-56r56,0r0,56","w":108},"\/":{"d":"31,62r-36,0r176,-309r36,0","w":216},"0":{"d":"107,4v-70,0,-95,-68,-95,-128v0,-59,25,-127,95,-127v70,0,97,66,97,127v0,61,-26,128,-97,128xm145,-121v-1,-37,1,-89,-38,-88v-38,0,-35,59,-35,85v0,36,0,83,35,85v37,0,36,-47,38,-82","w":216},"1":{"d":"19,-147r0,-51v31,-9,66,-22,84,-49r42,0r0,202r68,0r0,45r-200,0r0,-45r75,0r0,-139","w":216},"2":{"d":"111,-251v46,-3,91,33,89,77v-2,68,-71,94,-115,125r119,0r-5,49r-185,0r0,-48r92,-70v16,-14,35,-31,35,-55v0,-19,-15,-32,-33,-32v-29,0,-40,22,-43,47r-51,-11v10,-52,43,-82,97,-82","w":216},"3":{"d":"142,-73v2,-32,-35,-36,-69,-33r0,-43v33,2,65,0,64,-30v0,-17,-16,-30,-34,-29v-21,0,-33,13,-37,32r-51,-9v10,-43,48,-66,90,-66v42,0,89,20,89,68v1,28,-20,45,-43,54v30,6,50,27,50,58v2,71,-104,98,-160,56v-19,-15,-30,-34,-34,-57r53,-7v1,45,79,54,82,6","w":216},"4":{"d":"51,-99r68,0r0,-104xm174,-99r34,0r0,42r-34,0r0,57r-58,0r0,-57r-108,0r0,-42r100,-148r66,0r0,148","w":216},"5":{"d":"202,-83v6,103,-175,122,-193,16r54,-8v4,46,82,42,81,-4v2,-41,-57,-52,-75,-20r-47,-8r10,-140r156,0r-7,51r-108,0r-4,55v47,-50,139,-9,133,58","w":216},"6":{"d":"12,-122v-2,-64,37,-134,102,-129v43,0,77,24,86,66r-50,14v-3,-19,-14,-38,-36,-38v-40,1,-47,49,-43,82v34,-57,138,-21,132,48v1,45,-42,87,-89,83v-74,0,-102,-61,-102,-126xm110,-37v24,0,37,-19,37,-41v0,-21,-16,-37,-37,-37v-21,0,-38,17,-38,38v0,22,15,40,38,40","w":216},"7":{"d":"65,0v1,-81,38,-151,84,-196r-126,0r5,-51r173,0r0,44v-42,49,-73,115,-70,203r-66,0","w":216},"8":{"d":"122,-149v15,-5,25,-16,25,-31v4,-41,-71,-46,-73,-7v0,24,30,30,48,38xm150,-62v-1,-26,-35,-35,-57,-41v-17,5,-31,15,-31,34v0,26,25,33,46,33v17,0,42,-5,42,-26xm19,-177v-1,-44,44,-76,90,-74v41,0,89,18,89,66v0,25,-16,43,-37,52v27,11,45,29,45,60v2,49,-51,80,-102,77v-47,2,-96,-25,-94,-71v0,-29,18,-45,44,-55v-21,-11,-35,-30,-35,-55","w":216},"9":{"d":"202,-127v2,64,-35,136,-101,131v-41,0,-71,-20,-81,-60r51,-10v5,32,52,34,65,7v7,-13,9,-37,9,-60v-39,53,-137,19,-131,-50v0,-53,41,-82,91,-82v72,0,97,61,97,124xm105,-210v-20,0,-36,17,-36,38v0,22,15,37,36,37v21,0,38,-17,38,-37v0,-21,-17,-38,-38,-38","w":216},":":{"d":"84,0r-57,0r0,-56r57,0r0,56xm84,-127r-57,0r0,-56r57,0r0,56","w":108},";":{"d":"82,-56r0,51r-36,63r-20,0r28,-58r-28,0r0,-56r56,0xm82,-127r-56,0r0,-56r56,0r0,56","w":108},"<":{"d":"20,-82r0,-43r176,-66r0,47r-113,40r113,41r0,46","w":216},"=":{"d":"21,-168r174,0r0,43r-174,0r0,-43xm21,-82r174,0r0,43r-174,0r0,-43","w":216},">":{"d":"20,-191r176,66r0,43r-176,65r0,-46r113,-41r-113,-40r0,-47","w":216},"?":{"d":"72,-70v0,-42,-3,-52,33,-73v26,-15,28,-64,-10,-63v-25,0,-33,24,-35,45r-50,-7v6,-49,39,-83,90,-83v44,0,84,27,84,74v0,29,-17,50,-40,65v-20,13,-26,17,-25,42r-47,0xm124,0r-57,0r0,-56r57,0r0,56"},"@":{"d":"147,-153v-36,-2,-48,65,-7,67v37,2,48,-66,7,-67xm150,-251v58,-1,116,45,116,103v0,72,-55,98,-83,98v-12,0,-21,-5,-20,-17v-32,36,-90,4,-89,-44v-6,-56,71,-106,109,-57r4,-17r32,0r-17,98v-1,6,-3,12,4,12v7,0,33,-28,33,-62v0,-54,-39,-84,-90,-84v-56,0,-94,42,-94,97v-6,88,104,123,164,75r18,17v-19,19,-47,36,-85,36v-72,0,-130,-54,-130,-128v0,-72,56,-127,128,-127","w":288},"A":{"d":"148,-247r78,247r-63,0r-15,-51r-80,0r-15,51r-51,0r79,-247r67,0xm82,-96r53,0r-26,-87","w":230},"B":{"d":"228,-67v1,42,-47,73,-94,67r-111,0r0,-247v87,1,198,-17,198,65v1,29,-21,46,-45,54v31,6,52,29,52,61xm161,-177v0,-34,-45,-25,-80,-26r0,54v37,0,80,7,80,-28xm167,-77v-1,-34,-48,-28,-86,-28r0,59v40,0,86,7,86,-31","w":237},"C":{"d":"222,-155r-60,4v-1,-28,-10,-53,-42,-53v-40,0,-44,53,-44,83v0,34,4,77,47,77v27,0,40,-22,43,-46r56,4v-6,56,-45,90,-102,90v-73,0,-109,-60,-109,-127v0,-69,37,-128,111,-128v62,0,94,36,100,96","w":237},"D":{"d":"225,-124v4,67,-53,132,-122,124r-81,0r0,-247r71,0v75,-10,136,54,132,123xm165,-126v0,-45,-28,-88,-86,-76r0,156v58,10,86,-31,86,-80","w":237},"E":{"d":"199,-199r-119,0r0,50r94,0r0,46r-94,0r0,55r119,0r0,48r-177,0r0,-247r177,0r0,48","w":208},"F":{"d":"198,-199r-118,0r0,56r94,0r0,47r-94,0r0,96r-58,0r0,-247r176,0r0,48"},"G":{"d":"160,-86r-47,0r0,-46r102,0r0,132r-26,0r-9,-28v-18,22,-38,32,-67,32v-72,0,-102,-61,-102,-125v0,-67,33,-130,107,-130v53,0,89,33,97,85r-55,8v-2,-25,-16,-46,-43,-46v-41,0,-47,53,-47,83v0,32,9,78,49,78v25,0,43,-18,41,-43","w":237},"H":{"d":"213,-247r0,247r-57,0r0,-102r-77,0r0,102r-57,0r0,-247r57,0r0,97r77,0r0,-97r57,0","w":237},"I":{"d":"81,-247r0,247r-58,0r0,-247r58,0","w":108},"J":{"d":"5,-48v34,9,59,0,59,-35r0,-164r58,0r0,171v6,72,-50,88,-117,76r0,-48","w":144},"K":{"d":"80,-247r0,116r77,-116r55,0r-59,88r74,159r-64,0r-49,-107r-34,50r0,57r-57,0r0,-247r57,0","w":230},"L":{"d":"78,-49r100,0r0,49r-157,0r0,-247r57,0r0,198","w":180},"M":{"d":"234,-201r-62,201r-40,0r-61,-201r0,201r-48,0r0,-247r90,0r43,148r46,-148r90,0r0,247r-58,0r0,-201","w":316},"N":{"d":"212,-247r0,247r-49,0r-96,-166r0,166r-45,0r0,-247r63,0r83,145r0,-145r44,0","w":237},"O":{"d":"223,-124v2,63,-41,128,-105,128v-67,0,-108,-64,-106,-128v0,-65,33,-127,106,-127v64,-5,107,64,105,127xm162,-123v1,-34,-7,-83,-44,-80v-38,-2,-45,44,-46,79v0,31,5,80,46,80v37,3,44,-44,44,-79","w":237},"P":{"d":"214,-171v0,49,-45,88,-97,80r-37,0r0,91r-58,0r0,-247r93,0v52,-6,99,27,99,76xm156,-169v1,-34,-38,-35,-76,-33r0,66v38,2,75,3,76,-33","w":223},"Q":{"d":"118,-203v-38,-2,-45,44,-46,79v0,31,5,80,46,80v37,3,44,-44,44,-79v1,-34,-7,-83,-44,-80xm137,2v-80,17,-126,-56,-125,-126v0,-65,33,-127,106,-127v112,-6,143,186,53,239v0,24,25,22,44,17r0,44v-41,9,-77,-2,-78,-47","w":237},"R":{"d":"127,-247v51,-6,98,27,95,74v0,28,-16,54,-43,64r46,109r-64,0r-38,-98r-42,0r0,98r-58,0r0,-247r104,0xm162,-173v0,-35,-44,-31,-81,-30r0,63v40,1,82,4,81,-33","w":237},"S":{"d":"14,-172v-3,-92,156,-110,182,-21r-49,17v-7,-21,-20,-30,-42,-30v-16,0,-34,4,-34,23v0,18,21,23,35,25v45,7,100,28,97,80v2,100,-183,114,-202,13r53,-12v8,26,26,35,52,35v16,0,38,-6,38,-27v0,-20,-28,-24,-43,-27v-44,-9,-87,-22,-87,-76","w":216},"T":{"d":"187,-247r0,49r-62,0r0,198r-58,0r0,-198r-62,0r0,-49r182,0"},"U":{"d":"81,-98v-10,49,44,73,78,42v17,-51,2,-127,7,-191r50,0r0,149v0,27,0,56,-20,76v-40,34,-108,36,-152,4v-24,-21,-25,-49,-25,-80r0,-149r62,0r0,149","w":237},"V":{"d":"213,-247r-74,247r-62,0r-74,-247r61,0r50,176r51,-176r48,0","w":216},"W":{"d":"320,-247r-62,247r-57,0r-41,-163r-39,163r-56,0r-64,-247r59,0r39,166r40,-166r53,0r42,166r38,-166r48,0","w":324},"X":{"d":"216,-247r-68,115r77,132r-67,0r-50,-90r-49,90r-55,0r76,-131r-68,-116r68,0r40,75r42,-75r54,0","w":230},"Y":{"d":"215,-247r-78,143r0,104r-57,0r0,-104r-79,-143r67,0r48,94r47,-94r52,0","w":216},"Z":{"d":"220,-204r-125,157r129,0r0,47r-199,0r0,-42r124,-158r-116,0r0,-47r187,0r0,43","w":237},"[":{"d":"107,39r0,23r-77,0r0,-309r77,0r0,23r-36,0r0,263r36,0","w":136},"\\":{"d":"221,62r-36,0r-176,-309r36,0","w":216},"]":{"d":"30,62r0,-23r36,0r0,-263r-36,0r0,-23r77,0r0,309r-77,0","w":136},"^":{"d":"25,-94r60,-153r45,0r61,153r-41,0r-42,-108r-42,108r-41,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"124,-114v3,-21,-5,-39,-26,-37v-17,0,-32,8,-32,26r-50,-4v11,-65,97,-70,145,-41v38,36,4,110,21,170r-53,0v-2,-9,-3,-19,-2,-28v-23,47,-117,44,-116,-20v-1,-53,62,-65,113,-66xm90,-30v26,0,38,-29,34,-57v-20,2,-57,6,-57,33v0,14,9,24,23,24"},"b":{"d":"74,-103v-2,33,-1,69,28,70v30,0,30,-39,30,-58v0,-21,0,-59,-29,-59v-26,0,-29,28,-29,47xm20,0r0,-247r53,0v2,28,-4,63,2,87v9,-18,24,-26,44,-26v52,0,68,51,68,95v0,47,-19,95,-74,95v-26,0,-39,-10,-52,-32v-7,8,-9,18,-12,28r-29,0"},"c":{"d":"181,-116r-50,3v0,-17,-9,-33,-28,-33v-29,0,-32,29,-32,52v0,22,0,54,30,54v19,0,28,-15,30,-32r50,3v-4,46,-38,73,-83,73v-55,0,-88,-40,-88,-94v0,-56,34,-96,92,-96v42,0,76,27,79,70"},"d":{"d":"176,0r-50,0v-1,-9,2,-21,-1,-28v-10,19,-25,32,-48,32v-52,0,-66,-51,-66,-93v0,-44,13,-97,67,-97v20,0,34,6,45,23r0,-84r53,0r0,247xm96,-35v27,0,29,-35,27,-67v0,-17,-1,-47,-25,-47v-30,0,-31,39,-31,61v0,20,2,53,29,53"},"e":{"d":"184,-82r-118,0v-12,50,62,66,68,19r49,4v0,9,-22,63,-84,63v-54,0,-90,-39,-90,-93v0,-54,32,-97,89,-97v52,-3,91,50,86,104xm66,-114r65,0v-1,-20,-8,-38,-31,-38v-23,0,-32,17,-34,38"},"f":{"d":"25,-178v-6,-54,32,-86,90,-70r0,40v-25,-5,-42,1,-37,30r32,0r0,41r-32,0r0,137r-53,0r0,-137r-21,0r0,-41r21,0","w":108},"g":{"d":"202,5v-1,47,-56,61,-106,59v-29,0,-94,-1,-94,-42v0,-19,15,-30,31,-33v-38,-16,-22,-68,14,-74v-20,-7,-33,-22,-33,-44v5,-62,81,-64,133,-50v2,-33,24,-38,56,-34r0,34v-16,-2,-33,-2,-35,14v10,12,14,21,14,36v-3,53,-63,62,-112,53v-5,3,-9,8,-9,14v3,25,46,14,73,18v32,2,68,9,68,49xm98,-157v-17,0,-30,10,-30,27v0,18,12,28,30,28v17,0,31,-10,31,-28v0,-19,-15,-27,-31,-27xm49,14v2,20,35,17,53,18v13,0,50,1,50,-18v0,-9,-12,-11,-20,-12v-13,4,-82,-17,-83,12","w":201},"h":{"d":"72,-158v28,-55,121,-23,104,42r0,116r-53,0r0,-99v0,-15,2,-45,-21,-45v-51,2,-23,91,-30,144r-53,0r0,-247r53,0r0,89"},"i":{"d":"73,-183r0,183r-53,0r0,-183r53,0xm73,-251r0,52r-53,0r0,-52r53,0","w":93},"j":{"d":"72,-16v9,77,-30,84,-87,77r0,-42v26,7,34,-13,34,-35r0,-167r53,0r0,167xm72,-251r0,52r-53,0r0,-52r53,0","w":93},"k":{"d":"141,-121r60,121r-60,0r-38,-83r-30,36r0,47r-53,0r0,-247r53,0r0,148v20,-30,45,-56,68,-84r52,0","w":201},"l":{"d":"20,0r0,-247r53,0r0,247r-53,0","w":93},"m":{"d":"201,-144v-23,-1,-29,23,-27,47r0,97r-53,0r0,-97v0,-19,4,-47,-24,-47v-28,0,-26,27,-26,47r0,97r-53,0r0,-183r50,0v1,9,-2,21,1,28v16,-41,85,-42,101,0v9,-21,30,-31,53,-31v38,-4,62,35,54,72r0,114r-53,0r0,-97v2,-21,1,-51,-23,-47","w":295},"n":{"d":"99,-144v-48,0,-22,93,-28,144r-53,0r0,-183r50,0v1,10,-2,23,1,31v11,-23,26,-34,52,-34v77,-4,51,108,55,186r-53,0r0,-98v0,-19,3,-46,-24,-46"},"o":{"d":"96,-186v58,0,89,42,89,96v0,52,-35,94,-89,94v-56,0,-86,-43,-86,-96v0,-53,31,-94,86,-94xm128,-90v0,-25,-3,-65,-31,-62v-29,0,-30,34,-30,55v0,21,-1,65,29,65v30,0,32,-36,32,-58"},"p":{"d":"103,-149v-27,0,-29,33,-29,64v0,24,5,52,29,51v27,0,28,-40,28,-59v0,-18,-1,-56,-28,-56xm119,-186v46,-4,70,49,67,95v0,45,-16,95,-69,95v-19,1,-34,-10,-43,-24r0,82r-53,0r0,-245r50,0r0,27v10,-20,24,-30,48,-30"},"q":{"d":"95,-34v29,-2,32,-39,30,-73v0,-19,-5,-43,-29,-43v-29,0,-29,38,-29,58v-1,25,3,59,28,58xm124,62r0,-81v-10,15,-22,23,-42,23v-55,0,-72,-49,-72,-96v0,-47,21,-94,75,-94v24,0,39,7,52,29v6,-8,11,-17,14,-26r29,0v-7,75,-1,165,-3,245r-53,0"},"r":{"d":"21,-183r50,0r0,34v7,-22,18,-41,49,-37r0,53v-65,0,-41,75,-46,133r-53,0r0,-183","w":122},"s":{"d":"168,-59v0,78,-148,89,-164,9r45,-7v4,19,24,25,41,25v10,0,32,-4,32,-18v-6,-26,-54,-16,-75,-26v-21,-10,-36,-26,-36,-49v2,-79,133,-82,150,-14r-39,11v-5,-17,-19,-25,-36,-25v-11,0,-27,3,-27,17v0,34,109,-5,109,77","w":180},"t":{"d":"124,-183r0,42r-39,0r0,73v-5,33,16,30,42,28r0,40v-30,6,-59,6,-81,-8v-26,-31,-9,-85,-14,-133r-30,0r0,-42r32,0r5,-54r46,-3r0,57r39,0","w":136},"u":{"d":"93,-39v49,-5,23,-92,29,-144r53,0r0,183r-49,0v-1,-10,2,-23,-1,-31v-8,23,-27,35,-52,35v-76,4,-50,-108,-54,-187r53,0r0,115v0,15,2,29,21,29"},"v":{"d":"170,-183r-62,183r-42,0r-63,-183r56,0r35,116r36,-116r40,0","w":172},"w":{"d":"264,-183r-55,183r-48,0r-29,-117r-28,117r-46,0r-56,-183r56,0r30,112r28,-112r49,0r27,112r30,-112r42,0","w":266},"x":{"d":"178,-183r-52,85r61,98r-61,0r-38,-63r-38,63r-46,0r61,-98r-52,-85r61,0r29,50r29,-50r46,0"},"y":{"d":"170,-183r-56,171v-12,51,-34,86,-99,74r0,-42v25,5,51,7,56,-20r-67,-183r58,0r34,109r34,-109r40,0","w":172},"z":{"d":"144,-183r0,34r-82,110r85,0r0,39r-144,0r0,-39r81,-107r-74,0r0,-37r134,0","w":151},"{":{"d":"48,-126r0,-76v3,-40,32,-48,71,-45r0,32v-17,-2,-35,3,-30,18r0,70v0,27,-25,29,-35,33v12,1,34,3,35,35r0,71v-4,13,12,21,30,18r0,32v-39,3,-68,-4,-71,-46r0,-75v0,-22,-23,-21,-30,-21r0,-30v7,0,30,1,30,-16","w":136},"|":{"d":"32,-270r44,0r0,360r-44,0r0,-360","w":108},"}":{"d":"89,-59r0,75v-3,41,-32,49,-71,46r0,-32v49,9,25,-49,30,-89v1,-34,25,-32,34,-36v-11,-1,-33,-6,-34,-32r0,-70v4,-14,-12,-21,-30,-18r0,-32v39,-3,67,4,71,45r0,76v0,17,23,16,30,16r0,30v-7,0,-30,-1,-30,21","w":136},"~":{"d":"51,-83r-35,0v-2,-39,26,-78,74,-53r40,24v34,20,36,-4,36,-20r34,0v1,38,-26,78,-74,53r-45,-24v-31,-17,-30,8,-30,20","w":216},"\u00a1":{"d":"86,-131r-56,0r0,-55r56,0r0,55xm41,-110r34,0r17,170r-69,0","w":115},"\u00a2":{"d":"126,-37r0,47r-30,0r0,-47v-93,-8,-94,-171,0,-178r0,-38r30,0r0,38v37,4,59,30,64,66r-47,2v-3,-18,-10,-32,-30,-32v-30,0,-33,33,-33,56v0,21,6,48,33,48v19,0,28,-14,30,-32r46,4v-4,36,-27,60,-63,66","w":216},"\u00a3":{"d":"4,-46v46,6,63,-25,52,-67r-34,0r0,-38r28,0v-11,-60,21,-102,77,-100v32,0,61,16,71,47r-46,19v-4,-13,-11,-24,-26,-24v-26,0,-24,34,-19,58r41,0r0,38r-37,0v2,28,-6,49,-28,67v41,1,71,2,79,-35r50,15v-6,39,-47,71,-94,66r-114,0r0,-46","w":216},"\u00a5":{"d":"160,-158r41,0r0,32r-58,0v-4,9,-10,14,-12,25r70,0r0,32r-70,0r0,69r-48,0r0,-69r-70,0r0,-32r70,0v-2,-11,-8,-16,-12,-25r-58,0r0,-32r40,0r-48,-89r62,0r47,94r47,-94r47,0","w":216},"\u00a7":{"d":"53,-150v-46,-40,3,-101,60,-101v35,0,63,13,78,46r-39,11v-7,-18,-22,-23,-40,-23v-11,0,-30,4,-30,18v5,26,42,25,62,37v48,11,64,77,24,108v18,11,27,28,27,49v-1,94,-152,92,-174,16r45,-9v13,19,25,28,48,28v13,0,35,-5,35,-22v-18,-53,-123,-32,-121,-102v0,-24,8,-40,25,-56xm133,-71v40,-32,-20,-50,-46,-60v-19,7,-16,34,3,42","w":216},"'":{"d":"29,-247r50,0v3,39,-5,67,-15,93r-20,0v-10,-26,-18,-54,-15,-93","w":108},"\u00ab":{"d":"103,-52r-31,-52r31,-53r18,0r-18,53r18,52r-18,0xm54,-52r-31,-52r31,-53r18,0r-18,53r18,52r-18,0","w":144},"\u00b7":{"d":"82,-76r-56,0r0,-56r56,0r0,56","w":108},"\u00b6":{"d":"162,-222r0,286r-26,0r0,-286r-30,0r0,286r-26,0r0,-155v-37,-3,-68,-20,-74,-72v-4,-41,28,-84,80,-84r103,0r0,25r-27,0"},"\u00bb":{"d":"72,-104r-31,52r-18,0r18,-52r-18,-53r18,0xm121,-104r-31,52r-18,0r18,-52r-18,-53r18,0","w":144},"\u00bf":{"d":"76,-112r46,0v0,43,-2,48,-32,70v-28,13,-28,63,9,63v26,0,34,-24,36,-45r49,6v-5,50,-38,84,-89,84v-44,0,-85,-27,-85,-75v0,-28,18,-49,41,-64v17,-11,25,-16,25,-39xm127,-131r-56,0r0,-55r56,0r0,55"},"`":{"d":"34,-261r79,39r-8,21r-82,-29","w":136},"\u00b4":{"d":"105,-261r12,31r-81,29r-9,-21","w":144},"\u00af":{"d":"139,-245r0,26r-113,0r0,-26r113,0","w":165},"\u00a8":{"d":"104,-212v-11,0,-20,-10,-20,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-21,21xm46,-212v-12,0,-20,-10,-20,-21v0,-12,9,-21,20,-21v12,0,21,10,21,21v0,11,-10,21,-21,21","w":151},"\u00b8":{"d":"68,0r-6,14v19,-1,35,8,36,26v-2,34,-49,35,-73,18r6,-15v11,7,35,15,39,-2v-1,-14,-18,-14,-31,-12r11,-29r18,0","w":122},"\u00c6":{"d":"137,0r0,-57r-57,0r-26,57r-50,0r113,-247r192,0r0,48r-114,0r0,50r91,0r0,46r-91,0r0,55r114,0r0,48r-172,0xm97,-98r40,0r-1,-89","w":324},"\u00aa":{"d":"83,-207v2,-13,-4,-23,-17,-22v-11,0,-20,5,-21,16r-32,-3v10,-54,117,-44,105,10v1,23,-3,49,3,67r-35,0v-1,-5,-1,-11,-1,-17v-15,29,-76,27,-76,-11v0,-33,42,-39,74,-40xm61,-157v17,0,25,-16,22,-34v-13,1,-37,4,-37,20v0,9,5,14,15,14","w":129},"\u00d8":{"d":"46,-23v-82,-88,-11,-278,119,-218r14,-28r33,0r-23,47v80,87,9,275,-119,216r-18,31r-33,0xm158,-167r-64,117v7,4,14,7,22,7v54,-6,49,-78,42,-124xm77,-78r65,-119v-7,-4,-15,-7,-23,-7v-54,6,-51,80,-42,126","w":237},"\u00ba":{"d":"64,-251v38,0,58,26,58,58v0,32,-22,57,-58,57v-36,0,-56,-26,-56,-58v0,-32,20,-57,56,-57xm85,-192v0,-16,-2,-40,-20,-38v-19,0,-20,20,-20,33v0,13,0,39,19,39v20,0,21,-21,21,-34","w":129},"\u00e6":{"d":"172,-114r63,0v-2,-20,-7,-38,-31,-38v-22,0,-30,18,-32,38xm89,-30v25,-1,38,-28,34,-57v-21,1,-57,6,-57,33v0,14,9,24,23,24xm123,-114v4,-23,-6,-39,-27,-38v-17,0,-29,11,-30,28r-49,-4v7,-60,90,-74,136,-42v35,-28,93,-19,115,17v14,21,17,46,16,71r-113,0v-1,24,6,47,34,47v19,0,29,-11,32,-28r47,4v-11,71,-111,84,-150,30v-28,48,-124,45,-123,-19v0,-60,68,-62,112,-66","w":295},"\u00f8":{"d":"68,-66r46,-80v-3,-4,-10,-6,-17,-6v-39,5,-29,50,-29,86xm126,-118r-45,81v42,20,55,-37,45,-81xm174,-203r-21,36v59,49,32,176,-57,171v-13,0,-24,-3,-35,-7r-14,25r-28,0r21,-38v-55,-47,-33,-177,56,-170v15,0,27,2,37,7r14,-24r27,0"},"\u00df":{"d":"119,-213v-28,-1,-38,27,-35,56r0,178r-56,0r0,-141r-19,0r0,-38r19,0v-2,-58,39,-93,99,-93v36,-1,75,21,75,54v0,23,-21,43,-49,48v-9,2,-18,3,-18,7v45,18,97,40,92,79v-1,56,-72,81,-128,60r14,-34v23,8,60,12,63,-16v-9,-41,-85,-26,-82,-76v0,-15,8,-28,19,-38v15,-3,35,-8,35,-25v0,-15,-16,-21,-29,-21","w":237},"\u00b9":{"d":"4,-190r0,-31v20,-5,42,-13,54,-30r27,0r0,124r45,0r0,27r-130,0r0,-27r49,0r0,-85","w":129},"\u00b0":{"d":"126,-197v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54v0,-29,24,-54,54,-54v30,0,54,25,54,54xm98,-197v0,-14,-12,-26,-26,-26v-14,0,-27,12,-26,26v0,15,12,27,26,27v14,0,26,-12,26,-27","w":144},"\u00f3":{"d":"96,-186v58,0,89,42,89,96v0,52,-35,94,-89,94v-56,0,-86,-43,-86,-96v0,-53,31,-94,86,-94xm128,-90v0,-25,-3,-65,-31,-62v-29,0,-30,34,-30,55v0,21,-1,65,29,65v30,0,32,-36,32,-58xm138,-261r12,31r-82,29r-9,-21"},"\u00d6":{"d":"223,-124v2,63,-41,128,-105,128v-67,0,-108,-64,-106,-128v0,-65,33,-127,106,-127v64,-5,107,64,105,127xm162,-123v1,-34,-7,-83,-44,-80v-38,-2,-45,44,-46,79v0,31,5,80,46,80v37,3,44,-44,44,-79xm147,-276v-11,0,-20,-11,-20,-21v0,-12,9,-21,21,-21v11,0,20,9,20,21v0,11,-9,21,-21,21xm89,-276v-12,0,-20,-11,-20,-21v0,-12,9,-21,21,-21v11,0,20,9,20,21v0,11,-10,21,-21,21","w":237},"\u00f6":{"d":"96,-186v58,0,89,42,89,96v0,52,-35,94,-89,94v-56,0,-86,-43,-86,-96v0,-53,31,-94,86,-94xm128,-90v0,-25,-3,-65,-31,-62v-29,0,-30,34,-30,55v0,21,-1,65,29,65v30,0,32,-36,32,-58xm126,-212v-12,0,-20,-10,-20,-21v0,-12,9,-21,20,-21v12,0,21,10,21,21v0,11,-10,21,-21,21xm67,-212v-11,0,-19,-10,-19,-21v0,-12,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,21,-21,21"},"\u00c9":{"d":"199,-199r-119,0r0,50r94,0r0,46r-94,0r0,55r119,0r0,48r-177,0r0,-247r177,0r0,48xm145,-325r12,31r-82,29r-9,-21","w":208},"\u00fb":{"d":"93,-39v49,-5,23,-92,29,-144r53,0r0,183r-49,0v-1,-10,2,-23,-1,-31v-8,23,-27,35,-52,35v-76,4,-50,-108,-54,-187r53,0r0,115v0,15,2,29,21,29xm166,-207r-39,0r-31,-20r-30,20r-37,0r67,-54"},"\u00bc":{"d":"8,-190r0,-31v20,-5,42,-13,54,-30r27,0r0,124r45,0r0,27r-130,0r0,-27r48,0r0,-85xm99,0r137,-247r35,0r-137,247r-35,0xm298,-59r22,0r0,25r-22,0r0,34r-37,0r0,-34r-71,0r0,-25r65,-89r43,0r0,89xm261,-59r0,-62r-44,62r44,0","w":324},"\u00ac":{"d":"156,-62r0,-63r-140,0r0,-43r183,0r0,106r-43,0","w":216},"\u00ca":{"d":"199,-199r-119,0r0,50r94,0r0,46r-94,0r0,55r119,0r0,48r-177,0r0,-247r177,0r0,48xm180,-271r-38,0r-31,-20r-31,20r-37,0r68,-54","w":208},"\u00bd":{"d":"91,0r137,-247r35,0r-137,247r-35,0xm197,-102v4,-62,120,-64,121,-2v-2,41,-45,57,-75,74r77,0r-2,30r-121,0r0,-29v27,-24,72,-36,83,-75v-7,-33,-51,-18,-50,9xm8,-190r0,-31v20,-5,42,-13,54,-30r27,0r0,124r45,0r0,27r-130,0r0,-27r48,0r0,-85","w":324},"\u00d5":{"d":"223,-124v2,63,-41,128,-105,128v-67,0,-108,-64,-106,-128v0,-65,33,-127,106,-127v64,-5,107,64,105,127xm162,-123v1,-34,-7,-83,-44,-80v-38,-2,-45,44,-46,79v0,31,5,80,46,80v37,3,44,-44,44,-79xm141,-276v-28,-3,-52,-23,-71,0r-16,-18v20,-29,57,-20,86,-9v9,0,20,-9,27,-15r17,18v-11,13,-26,24,-43,24","w":237},"\u00fa":{"d":"93,-39v49,-5,23,-92,29,-144r53,0r0,183r-49,0v-1,-10,2,-23,-1,-31v-8,23,-27,35,-52,35v-76,4,-50,-108,-54,-187r53,0r0,115v0,15,2,29,21,29xm157,-261r13,31r-82,29r-9,-21"},"\u00e9":{"d":"184,-82r-118,0v-12,50,62,66,68,19r49,4v0,9,-22,63,-84,63v-54,0,-90,-39,-90,-93v0,-54,32,-97,89,-97v52,-3,91,50,86,104xm66,-114r65,0v-1,-20,-8,-38,-31,-38v-23,0,-32,17,-34,38xm138,-261r12,31r-82,29r-9,-21"},"\u00ed":{"d":"73,-183r0,183r-53,0r0,-183r53,0xm91,-261r12,31r-82,29r-9,-21","w":93},"\u00c8":{"d":"199,-199r-119,0r0,50r94,0r0,46r-94,0r0,55r119,0r0,48r-177,0r0,-247r177,0r0,48xm70,-325r79,38r-8,22r-82,-29","w":208},"\u00ee":{"d":"73,-183r0,183r-53,0r0,-183r53,0xm115,-207r-38,0r-31,-20r-31,20r-37,0r68,-54","w":93},"\u00a6":{"d":"32,-243r44,0r0,126r-44,0r0,-126xm32,-63r44,0r0,126r-44,0r0,-126","w":108},"\u00fe":{"d":"103,-149v-27,0,-29,33,-29,64v0,24,5,52,29,51v27,0,28,-40,28,-59v0,-18,-1,-56,-28,-56xm119,-186v46,-4,70,49,67,95v0,45,-16,95,-69,95v-19,1,-34,-10,-43,-24r0,82r-53,0r0,-309r53,0r1,91v6,-20,20,-30,44,-30"},"\u00c5":{"d":"148,-247r78,247r-63,0r-15,-51r-80,0r-15,51r-51,0r79,-247r67,0xm82,-96r53,0r-26,-87xm114,-265v-19,0,-33,-17,-33,-36v0,-18,14,-35,33,-35v20,0,35,16,35,35v0,20,-15,36,-35,36xm115,-287v7,0,14,-6,14,-14v0,-7,-6,-13,-14,-13v-7,0,-13,6,-13,14v0,7,6,13,13,13","w":230},"\u00fd":{"d":"170,-183r-56,171v-12,51,-34,86,-99,74r0,-42v25,5,51,7,56,-20r-67,-183r58,0r34,109r34,-109r40,0xm156,-261r12,31r-82,29r-9,-21","w":172},"\u00ae":{"d":"83,-157r0,28r-21,0r0,-79v32,4,59,-14,68,24v0,15,-10,19,-14,21r14,34r-22,0r-13,-28r-12,0xm83,-193r0,19v12,0,23,3,25,-11v1,-8,-15,-9,-25,-8xm18,-168v0,-44,33,-77,76,-77v43,0,77,33,77,77v0,43,-33,76,-77,76v-43,0,-76,-33,-76,-76xm36,-168v0,31,27,59,58,59v32,0,59,-28,59,-59v0,-32,-27,-59,-59,-59v-31,0,-58,27,-58,59","w":266},"\u00f4":{"d":"96,-186v58,0,89,42,89,96v0,52,-35,94,-89,94v-56,0,-86,-43,-86,-96v0,-53,31,-94,86,-94xm128,-90v0,-25,-3,-65,-31,-62v-29,0,-30,34,-30,55v0,21,-1,65,29,65v30,0,32,-36,32,-58xm166,-207r-39,0r-31,-20r-30,20r-37,0r67,-54"},"\u00c0":{"d":"148,-247r78,247r-63,0r-15,-51r-80,0r-15,51r-51,0r79,-247r67,0xm82,-96r53,0r-26,-87xm74,-325r79,38r-9,22r-81,-29","w":230},"\u00d9":{"d":"81,-98v-10,49,44,73,78,42v17,-51,2,-127,7,-191r50,0r0,149v0,27,0,56,-20,76v-40,34,-108,36,-152,4v-24,-21,-25,-49,-25,-80r0,-149r62,0r0,149xm59,-325r80,38r-9,22r-81,-29","w":237},"\u00cb":{"d":"199,-199r-119,0r0,50r94,0r0,46r-94,0r0,55r119,0r0,48r-177,0r0,-247r177,0r0,48xm140,-276v-11,0,-20,-11,-20,-21v0,-12,9,-21,21,-21v11,0,20,9,20,21v0,11,-9,21,-21,21xm82,-276v-12,0,-20,-11,-20,-21v0,-12,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,21,-21,21","w":208},"\u00da":{"d":"81,-98v-10,49,44,73,78,42v17,-51,2,-127,7,-191r50,0r0,149v0,27,0,56,-20,76v-40,34,-108,36,-152,4v-24,-21,-25,-49,-25,-80r0,-149r62,0r0,149xm188,-325r12,31r-82,29r-9,-21","w":237},"\u00f5":{"d":"96,-186v58,0,89,42,89,96v0,52,-35,94,-89,94v-56,0,-86,-43,-86,-96v0,-53,31,-94,86,-94xm128,-90v0,-25,-3,-65,-31,-62v-29,0,-30,34,-30,55v0,21,-1,65,29,65v30,0,32,-36,32,-58xm119,-212v-26,-2,-52,-23,-70,0r-17,-18v21,-29,57,-20,86,-9v10,0,21,-9,28,-15r16,18v-10,13,-26,24,-43,24"},"\u00f1":{"d":"99,-144v-48,0,-22,93,-28,144r-53,0r0,-183r50,0v1,10,-2,23,1,31v11,-23,26,-34,52,-34v77,-4,51,108,55,186r-53,0r0,-98v0,-19,3,-46,-24,-46xm119,-212v-26,-2,-52,-23,-70,0r-17,-18v21,-29,57,-20,86,-9v10,0,21,-9,28,-15r16,18v-10,13,-26,24,-43,24"},"\u00ff":{"d":"170,-183r-56,171v-12,51,-34,86,-99,74r0,-42v25,5,51,7,56,-20r-67,-183r58,0r34,109r34,-109r40,0xm122,-212v-11,0,-20,-10,-20,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-21,21xm64,-212v-12,0,-20,-10,-20,-21v0,-12,9,-21,20,-21v12,0,21,10,21,21v0,11,-10,21,-21,21","w":172},"\u00c1":{"d":"148,-247r78,247r-63,0r-15,-51r-80,0r-15,51r-51,0r79,-247r67,0xm82,-96r53,0r-26,-87xm156,-325r12,31r-82,29r-9,-21","w":230},"\u00f0":{"d":"129,-90v0,-25,-2,-65,-31,-62v-28,0,-30,34,-30,55v0,21,0,65,30,65v30,0,31,-36,31,-58xm193,-245r-49,20v22,35,39,81,39,118v0,59,-20,111,-85,111v-56,0,-87,-43,-87,-96v-7,-57,54,-117,110,-81v-5,-14,-10,-25,-17,-36r-50,20r-11,-26r45,-18v-2,-4,-6,-7,-9,-12r38,-16v3,4,7,8,10,12r54,-22"},"\u00e2":{"d":"124,-114v3,-21,-5,-39,-26,-37v-17,0,-32,8,-32,26r-50,-4v11,-65,97,-70,145,-41v38,36,4,110,21,170r-53,0v-2,-9,-3,-19,-2,-28v-23,47,-117,44,-116,-20v-1,-53,62,-65,113,-66xm90,-30v26,0,38,-29,34,-57v-20,2,-57,6,-57,33v0,14,9,24,23,24xm169,-207r-38,0r-31,-20r-31,20r-37,0r68,-54"},"\u00e5":{"d":"124,-114v3,-21,-5,-39,-26,-37v-17,0,-32,8,-32,26r-50,-4v11,-65,97,-70,145,-41v38,36,4,110,21,170r-53,0v-2,-9,-3,-19,-2,-28v-23,47,-117,44,-116,-20v-1,-53,62,-65,113,-66xm90,-30v26,0,38,-29,34,-57v-20,2,-57,6,-57,33v0,14,9,24,23,24xm104,-208v-19,0,-34,-17,-34,-36v0,-18,14,-35,34,-35v19,0,35,15,35,35v0,20,-16,36,-35,36xm104,-230v8,0,14,-6,14,-14v0,-7,-6,-13,-14,-13v-7,0,-13,6,-13,14v0,7,6,13,13,13"},"\u00d2":{"d":"223,-124v2,63,-41,128,-105,128v-67,0,-108,-64,-106,-128v0,-65,33,-127,106,-127v64,-5,107,64,105,127xm162,-123v1,-34,-7,-83,-44,-80v-38,-2,-45,44,-46,79v0,31,5,80,46,80v37,3,44,-44,44,-79xm58,-325r79,38r-9,22r-81,-29","w":237},"\u00e7":{"d":"181,-116r-50,3v0,-17,-9,-33,-28,-33v-29,0,-32,29,-32,52v0,22,0,54,30,54v19,0,28,-15,30,-32r50,3v-4,44,-36,71,-78,72v-1,4,-10,11,1,11v14,0,30,10,30,26v-2,34,-49,35,-73,18r6,-15v11,7,35,15,39,-2v-1,-14,-18,-14,-31,-12r10,-27v-48,-5,-75,-42,-75,-92v0,-56,34,-96,92,-96v42,0,76,27,79,70"},"\u00d7":{"d":"21,-160r30,-31r57,57r57,-57r30,31r-56,56r56,56r-30,32r-57,-57r-57,57r-30,-32r56,-56","w":216},"\u00f7":{"d":"21,-82r0,-43r174,0r0,43r-174,0xm130,-17r-44,0r0,-43r44,0r0,43xm130,-148r-44,0r0,-43r44,0r0,43","w":216},"\u00b2":{"d":"66,-251v53,-6,78,60,34,89v-17,11,-32,23,-50,32r76,0r-2,30r-121,0r0,-29v27,-24,72,-36,83,-75v-7,-33,-51,-18,-50,9r-33,-7v7,-31,28,-49,63,-49","w":129},"\u00d1":{"d":"212,-247r0,247r-49,0r-96,-166r0,166r-45,0r0,-247r63,0r83,145r0,-145r44,0xm184,-297v-19,30,-60,25,-89,12v-10,0,-18,8,-25,13r-16,-19v20,-28,58,-19,86,-9v9,0,20,-9,27,-15","w":237},"\u00f9":{"d":"93,-39v49,-5,23,-92,29,-144r53,0r0,183r-49,0v-1,-10,2,-23,-1,-31v-8,23,-27,35,-52,35v-76,4,-50,-108,-54,-187r53,0r0,115v0,15,2,29,21,29xm34,-261r79,39r-8,21r-82,-29"},"\u00db":{"d":"81,-98v-10,49,44,73,78,42v17,-51,2,-127,7,-191r50,0r0,149v0,27,0,56,-20,76v-40,34,-108,36,-152,4v-24,-21,-25,-49,-25,-80r0,-149r62,0r0,149xm191,-271r-38,0r-32,-20r-30,20r-37,0r67,-54","w":237},"\u00c3":{"d":"148,-247r78,247r-63,0r-15,-51r-80,0r-15,51r-51,0r79,-247r67,0xm82,-96r53,0r-26,-87xm137,-273v-26,-3,-53,-23,-70,1r-17,-19v21,-27,58,-20,86,-9v10,0,21,-9,28,-15r16,18v-10,13,-26,24,-43,24","w":230},"\u00ef":{"d":"73,-183r0,183r-53,0r0,-183r53,0xm75,-212v-11,0,-20,-10,-20,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,21,-21,21xm17,-212v-12,0,-20,-10,-20,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-10,21,-21,21","w":93},"\u00c2":{"d":"148,-247r78,247r-63,0r-15,-51r-80,0r-15,51r-51,0r79,-247r67,0xm82,-96r53,0r-26,-87xm184,-271r-39,0r-31,-20r-30,20r-37,0r67,-54","w":230},"\u00ce":{"d":"81,-247r0,247r-58,0r0,-247r58,0xm122,-271r-38,0r-31,-20r-31,20r-36,0r67,-54","w":108},"\u00dd":{"d":"215,-247r-78,143r0,104r-57,0r0,-104r-79,-143r67,0r48,94r47,-94r52,0xm161,-325r12,31r-82,29r-9,-21","w":216},"\u00d3":{"d":"223,-124v2,63,-41,128,-105,128v-67,0,-108,-64,-106,-128v0,-65,33,-127,106,-127v64,-5,107,64,105,127xm162,-123v1,-34,-7,-83,-44,-80v-38,-2,-45,44,-46,79v0,31,5,80,46,80v37,3,44,-44,44,-79xm152,-325r12,31r-82,29r-9,-21","w":237},"\u00c4":{"d":"148,-247r78,247r-63,0r-15,-51r-80,0r-15,51r-51,0r79,-247r67,0xm82,-96r53,0r-26,-87xm144,-276v-12,0,-20,-11,-20,-21v0,-12,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,21,-21,21xm85,-276v-11,0,-19,-11,-19,-21v0,-12,9,-21,20,-21v11,0,20,9,20,21v0,11,-9,21,-21,21","w":230},"\u00e0":{"d":"124,-114v3,-21,-5,-39,-26,-37v-17,0,-32,8,-32,26r-50,-4v11,-65,97,-70,145,-41v38,36,4,110,21,170r-53,0v-2,-9,-3,-19,-2,-28v-23,47,-117,44,-116,-20v-1,-53,62,-65,113,-66xm90,-30v26,0,38,-29,34,-57v-20,2,-57,6,-57,33v0,14,9,24,23,24xm56,-261r79,39r-9,21r-81,-29"},"\u00b3":{"d":"89,-144v1,-20,-24,-22,-45,-20r0,-26v20,1,42,0,42,-17v-1,-25,-45,-22,-46,1r-34,-5v7,-26,32,-40,60,-40v27,0,57,12,57,41v1,17,-14,27,-28,33v19,3,32,15,32,34v-1,64,-121,57,-125,0r34,-5v1,27,50,32,53,4","w":129},"\u00f2":{"d":"96,-186v58,0,89,42,89,96v0,52,-35,94,-89,94v-56,0,-86,-43,-86,-96v0,-53,31,-94,86,-94xm128,-90v0,-25,-3,-65,-31,-62v-29,0,-30,34,-30,55v0,21,-1,65,29,65v30,0,32,-36,32,-58xm56,-261r79,39r-9,21r-81,-29"},"\u00be":{"d":"91,-144v1,-20,-25,-22,-45,-20r0,-26v20,1,42,0,42,-17v-1,-24,-46,-23,-46,1r-34,-5v7,-26,32,-40,59,-40v27,0,58,12,58,41v1,17,-14,27,-28,33v19,3,32,15,32,34v0,63,-122,58,-125,0r33,-5v1,26,52,33,54,4xm89,0r136,-247r35,0r-137,247r-34,0xm298,-59r22,0r0,25r-22,0r0,34r-37,0r0,-34r-71,0r0,-25r65,-89r43,0r0,89xm261,-59r0,-62r-44,62r44,0","w":324},"\u00d0":{"d":"225,-124v4,67,-53,132,-122,124r-81,0r0,-102r-22,0r0,-48r22,0r0,-97r71,0v75,-10,136,54,132,123xm165,-126v0,-45,-28,-88,-86,-76r0,52r39,0r0,48r-39,0r0,56v58,10,86,-31,86,-80","w":237},"\u00b1":{"d":"86,-234r44,0r0,66r65,0r0,43r-65,0r0,65r-44,0r0,-65r-65,0r0,-43r65,0r0,-66xm21,0r0,-43r174,0r0,43r-174,0","w":216},"\u00fc":{"d":"93,-39v49,-5,23,-92,29,-144r53,0r0,183r-49,0v-1,-10,2,-23,-1,-31v-8,23,-27,35,-52,35v-76,4,-50,-108,-54,-187r53,0r0,115v0,15,2,29,21,29xm126,-212v-12,0,-20,-10,-20,-21v0,-12,9,-21,20,-21v12,0,21,10,21,21v0,11,-10,21,-21,21xm67,-212v-11,0,-19,-10,-19,-21v0,-12,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,21,-21,21"},"\u00eb":{"d":"184,-82r-118,0v-12,50,62,66,68,19r49,4v0,9,-22,63,-84,63v-54,0,-90,-39,-90,-93v0,-54,32,-97,89,-97v52,-3,91,50,86,104xm66,-114r65,0v-1,-20,-8,-38,-31,-38v-23,0,-32,17,-34,38xm126,-212v-12,0,-20,-10,-20,-21v0,-12,9,-21,20,-21v12,0,21,10,21,21v0,11,-10,21,-21,21xm67,-212v-11,0,-19,-10,-19,-21v0,-12,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,21,-21,21"},"\u00e1":{"d":"124,-114v3,-21,-5,-39,-26,-37v-17,0,-32,8,-32,26r-50,-4v11,-65,97,-70,145,-41v38,36,4,110,21,170r-53,0v-2,-9,-3,-19,-2,-28v-23,47,-117,44,-116,-20v-1,-53,62,-65,113,-66xm90,-30v26,0,38,-29,34,-57v-20,2,-57,6,-57,33v0,14,9,24,23,24xm157,-261r13,31r-82,29r-9,-21"},"\u00ec":{"d":"73,-183r0,183r-53,0r0,-183r53,0xm2,-261r79,39r-9,21r-81,-29","w":93},"\u00cf":{"d":"81,-247r0,247r-58,0r0,-247r58,0xm81,-276v-12,0,-20,-11,-20,-21v0,-12,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,21,-21,21xm22,-276v-11,0,-19,-11,-19,-21v0,-12,9,-21,20,-21v11,0,20,9,20,21v0,11,-9,21,-21,21","w":108},"\u00e4":{"d":"124,-114v3,-21,-5,-39,-26,-37v-17,0,-32,8,-32,26r-50,-4v11,-65,97,-70,145,-41v38,36,4,110,21,170r-53,0v-2,-9,-3,-19,-2,-28v-23,47,-117,44,-116,-20v-1,-53,62,-65,113,-66xm90,-30v26,0,38,-29,34,-57v-20,2,-57,6,-57,33v0,14,9,24,23,24xm133,-212v-12,0,-20,-10,-20,-21v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-10,21,-21,21xm75,-212v-12,0,-20,-10,-20,-21v0,-12,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,21,-20,21"},"\u00cd":{"d":"81,-247r0,247r-58,0r0,-247r58,0xm87,-325r12,31r-81,29r-9,-21","w":108},"\u00a9":{"d":"133,4v-70,0,-127,-57,-127,-128v0,-70,57,-127,127,-127v70,0,127,57,127,127v0,71,-57,128,-127,128xm133,-27v55,0,94,-40,94,-97v0,-56,-39,-97,-94,-97v-55,0,-93,41,-93,97v0,57,38,97,93,97xm198,-150r-29,0v-18,-45,-74,-18,-69,25v-8,42,59,70,69,25r29,0v-17,84,-137,49,-130,-25v-9,-78,118,-101,130,-25","w":266},"\u00cc":{"d":"81,-247r0,247r-58,0r0,-247r58,0xm5,-325r80,38r-9,22r-81,-29","w":108},"\u00c7":{"d":"222,-155r-60,4v-1,-28,-10,-53,-42,-53v-40,0,-44,53,-44,83v0,34,4,77,47,77v27,0,40,-22,43,-46r56,4v-6,55,-43,88,-98,89v-1,4,-8,11,2,11v14,0,30,10,30,26v-2,34,-50,35,-74,18r6,-15v10,7,36,16,39,-2v-1,-13,-18,-14,-30,-12r9,-26v-64,-7,-95,-63,-95,-126v0,-69,37,-128,111,-128v62,0,94,36,100,96","w":237},"\u00e8":{"d":"184,-82r-118,0v-12,50,62,66,68,19r49,4v0,9,-22,63,-84,63v-54,0,-90,-39,-90,-93v0,-54,32,-97,89,-97v52,-3,91,50,86,104xm66,-114r65,0v-1,-20,-8,-38,-31,-38v-23,0,-32,17,-34,38xm56,-261r79,39r-9,21r-81,-29"},"\u00d4":{"d":"223,-124v2,63,-41,128,-105,128v-67,0,-108,-64,-106,-128v0,-65,33,-127,106,-127v64,-5,107,64,105,127xm162,-123v1,-34,-7,-83,-44,-80v-38,-2,-45,44,-46,79v0,31,5,80,46,80v37,3,44,-44,44,-79xm187,-271r-38,0r-31,-20r-31,20r-37,0r68,-54","w":237},"\u00de":{"d":"214,-135v4,48,-45,88,-97,80r-37,0r0,55r-58,0r0,-247r58,0r0,36v72,-8,135,14,134,76xm156,-133v1,-34,-38,-35,-76,-33r0,66v38,2,75,3,76,-33","w":223},"\u00e3":{"d":"124,-114v3,-21,-5,-39,-26,-37v-17,0,-32,8,-32,26r-50,-4v11,-65,97,-70,145,-41v38,36,4,110,21,170r-53,0v-2,-9,-3,-19,-2,-28v-23,47,-117,44,-116,-20v-1,-53,62,-65,113,-66xm90,-30v26,0,38,-29,34,-57v-20,2,-57,6,-57,33v0,14,9,24,23,24xm126,-212v-25,-2,-52,-23,-70,0r-16,-18v20,-29,57,-20,85,-9v10,0,21,-9,28,-15r16,18v-10,13,-25,24,-43,24"},"\u00dc":{"d":"81,-98v-10,49,44,73,78,42v17,-51,2,-127,7,-191r50,0r0,149v0,27,0,56,-20,76v-40,34,-108,36,-152,4v-24,-21,-25,-49,-25,-80r0,-149r62,0r0,149xm151,-276v-12,0,-20,-11,-20,-21v0,-12,9,-21,21,-21v11,0,20,9,20,21v0,11,-10,21,-21,21xm93,-276v-12,0,-20,-11,-20,-21v0,-12,9,-21,20,-21v11,0,20,9,20,21v0,11,-9,21,-20,21","w":237},"\u00ea":{"d":"184,-82r-118,0v-12,50,62,66,68,19r49,4v0,9,-22,63,-84,63v-54,0,-90,-39,-90,-93v0,-54,32,-97,89,-97v52,-3,91,50,86,104xm66,-114r65,0v-1,-20,-8,-38,-31,-38v-23,0,-32,17,-34,38xm166,-207r-39,0r-31,-20r-30,20r-37,0r67,-54"}," ":{"w":108},"\u00a4":{"d":"105,-170v10,-41,60,-47,94,-18r17,-42v-64,-41,-158,-22,-170,60r-23,0r-12,33r30,0r0,26r-18,0r-12,32r34,0v8,93,150,111,180,31r-44,-19v-4,12,-21,27,-38,26v-21,0,-37,-17,-38,-38r51,0r13,-32r-67,0r0,-26r77,0r13,-33r-87,0","w":216},"\u00a0":{"w":108}}});Cufon.registerFont({"w":210,"face":{"font-family":"ITC Franklin Gothic LT","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-44 -319 319 90","underline-thickness":"18","underline-position":"-36","stemh":"22","stemv":"28","unicode-range":"U+0020-U+00FF"},"glyphs":{"!":{"d":"52,-62r-15,0r16,-178r40,0xm51,0r-36,0r6,-34r36,0","w":96},"\"":{"d":"80,-240r-21,92r-16,0r10,-92r27,0xm127,-240r-21,92r-16,0r10,-92r27,0","w":134},"#":{"d":"207,-170r-4,22r-37,0r-11,50r37,0r-5,22r-37,0r-17,76r-23,0r17,-76r-51,0r-17,76r-23,0r17,-76r-38,0r5,-22r38,0r11,-50r-38,0r5,-22r38,0r16,-70r22,0r-15,70r51,0r15,-70r23,0r-16,70r37,0xm132,-98r11,-50r-51,0r-11,50r51,0"},"$":{"d":"197,-193r-24,12v-12,-26,-30,-31,-39,-34r-13,80v22,5,66,17,66,63v0,17,-10,69,-89,71r-5,34r-22,0r6,-37v-21,-5,-47,-15,-64,-54r23,-13v5,11,15,35,45,43r14,-85v-18,-5,-59,-16,-59,-58v0,-18,11,-66,81,-67r5,-32r21,0r-5,33v40,7,54,34,59,44xm100,-140r13,-77v-30,1,-50,16,-50,40v0,28,26,34,37,37xm116,-108r-14,83v42,1,57,-25,57,-44v0,-27,-26,-35,-43,-39"},"%":{"d":"88,-245v77,7,58,125,-11,126v-29,0,-50,-24,-50,-55v0,-32,21,-71,61,-71xm79,-137v39,2,56,-88,8,-90v-35,0,-38,50,-38,56v0,13,8,34,30,34xm261,-66v0,35,-24,70,-59,70v-82,-7,-58,-124,8,-126v34,0,51,29,51,56xm239,-72v0,-30,-24,-32,-29,-32v-27,0,-38,33,-38,54v0,31,19,36,29,36v20,0,38,-17,38,-58xm62,0r-23,0r187,-240r23,0","w":278},"&":{"d":"121,-131r38,78v22,-22,38,-49,50,-78r21,9v-13,32,-32,63,-60,90v5,14,26,20,45,13r-3,22v-26,8,-51,0,-62,-19v-45,44,-142,18,-138,-48v0,-13,5,-44,38,-62v12,-7,26,-12,38,-17v-27,-41,-25,-101,40,-104v34,0,57,22,57,51v0,38,-35,53,-64,65xm139,-36r-42,-88v-24,9,-56,24,-56,59v0,25,19,50,50,50v23,0,40,-14,48,-21xm113,-149v22,-9,47,-21,47,-48v0,-18,-14,-29,-32,-29v-43,1,-34,53,-15,77","w":240},"(":{"d":"62,60r-17,0v-19,-29,-33,-66,-33,-116v0,-50,17,-117,83,-184r20,0v-48,54,-79,122,-79,194v0,55,18,91,26,106","w":101},")":{"d":"41,-240r16,0v58,108,42,201,-50,300r-20,0v48,-54,79,-122,79,-194v0,-55,-18,-91,-25,-106","w":101},"*":{"d":"110,-240r21,0r-12,61r62,-20r3,20r-62,18r29,49r-19,12r-27,-50r-43,50r-15,-12r46,-49r-56,-18r9,-20r55,20","w":188},"+":{"d":"27,-132r71,0r0,-74r26,0r0,74r71,0r0,24r-71,0r0,74r-26,0r0,-74r-71,0r0,-24"},",":{"d":"10,54r-14,0r32,-54r-18,0r7,-40r40,0r-7,40","w":90},"-":{"d":"78,-79r-79,0r3,-21r80,0","w":79},".":{"d":"50,0r-40,0r7,-40r40,0","w":90},"\/":{"d":"-17,60r-23,0r202,-300r23,0","w":168},"0":{"d":"123,-248v87,-4,101,144,51,208v-26,41,-55,48,-76,48v-47,0,-80,-40,-80,-106v0,-64,36,-150,105,-150xm48,-90v-1,41,13,75,51,76v57,0,74,-91,74,-135v-1,-55,-12,-76,-51,-76v-60,0,-74,99,-74,135"},"1":{"d":"190,0r-172,0r4,-23r70,0r31,-185v-2,13,-52,32,-71,30r4,-24v35,-5,64,-17,82,-44r20,0r-37,223r73,0"},"2":{"d":"201,-173v-8,79,-97,105,-159,147r139,0r-5,26r-170,0r5,-30v29,-18,84,-53,122,-83v14,-11,38,-33,38,-61v0,-30,-25,-49,-53,-49v-41,1,-52,27,-63,55r-24,-9v6,-16,24,-70,87,-70v47,0,83,33,83,74"},"3":{"d":"141,-124v18,1,46,28,44,57v0,36,-32,73,-86,73v-23,0,-71,-7,-90,-60r24,-9v5,12,20,45,64,45v32,0,59,-20,59,-50v0,-44,-27,-46,-82,-45r4,-24v30,1,39,0,49,-2v67,-15,42,-85,-7,-85v-36,0,-51,26,-57,39r-22,-13v4,-20,55,-54,79,-48v51,0,76,34,76,64v2,34,-31,54,-55,58"},"4":{"d":"143,0r-28,0r10,-58r-115,0r4,-24r136,-165r34,0r-27,165r39,0r-4,24r-39,0xm40,-82r89,0r22,-135"},"5":{"d":"108,-140v-21,-2,-45,19,-53,33r-25,-7r29,-126r140,0r-8,25r-114,0r-18,79v9,-10,23,-26,54,-26v40,0,77,31,77,78v0,38,-27,88,-92,88v-24,0,-65,-8,-85,-54r23,-11v8,14,23,42,62,42v81,0,85,-119,10,-121"},"6":{"d":"210,-192r-27,7v-10,-23,-26,-37,-51,-37v-59,0,-76,79,-82,107v7,-12,26,-44,70,-44v42,0,77,33,77,78v0,39,-29,87,-87,87v-50,0,-89,-37,-89,-101v0,-57,32,-151,110,-151v44,-2,70,28,79,54xm168,-82v0,-25,-20,-53,-53,-53v-28,0,-61,23,-61,62v0,33,26,55,54,55v31,0,60,-24,60,-64"},"7":{"d":"90,3r-32,0v11,-125,90,-193,117,-217r-135,0r8,-26r164,0r-4,20v-56,55,-108,112,-118,223"},"8":{"d":"144,-128v76,25,58,135,-43,133v-41,0,-88,-19,-88,-65v0,-45,41,-58,62,-64v-56,-23,-48,-125,45,-121v41,0,77,20,77,57v0,32,-23,51,-53,60xm115,-139v45,-14,55,-28,55,-45v0,-25,-23,-39,-51,-39v-27,0,-52,13,-52,40v0,17,10,32,48,44xm105,-113v-41,16,-54,10,-64,52v0,28,26,43,61,43v62,-2,73,-43,49,-72v-10,-9,-19,-12,-46,-23"},"9":{"d":"36,-52v21,46,95,51,117,-15v10,-22,14,-45,17,-59v-6,11,-24,43,-69,43v-43,0,-75,-35,-75,-78v0,-47,38,-85,88,-85v43,0,85,29,85,100v0,62,-32,151,-112,151v-28,0,-59,-10,-75,-46xm167,-170v0,-23,-18,-53,-53,-53v-32,0,-60,26,-60,61v0,33,25,55,52,55v26,0,61,-19,61,-63"},":":{"d":"50,0r-40,0r7,-40r40,0xm72,-134r-39,0r7,-41r39,0","w":90},";":{"d":"10,54r-14,0r32,-54r-18,0r7,-40r40,0r-7,40xm72,-134r-39,0r7,-41r39,0","w":90},"<":{"d":"184,-204r0,27r-127,58r127,58r0,27r-156,-73r0,-24"},"=":{"d":"27,-164r168,0r0,25r-168,0r0,-25xm27,-107r168,0r0,25r-168,0r0,-25"},">":{"d":"28,-34r0,-27r127,-58r-127,-58r0,-27r156,73r0,24"},"?":{"d":"87,-62r-25,0v4,-36,8,-52,33,-64v43,-21,56,-19,56,-56v0,-28,-25,-41,-46,-41v-38,0,-51,33,-57,48r-25,-10v7,-16,26,-62,83,-62v66,2,106,70,46,120v-28,23,-64,7,-65,65xm83,0r-36,0r6,-35r36,0","w":179},"@":{"d":"198,-51v-15,-1,-30,-8,-31,-22v-24,41,-98,21,-93,-40v-8,-61,75,-97,102,-51r3,-19r22,0r-15,100v0,11,10,11,12,11v18,0,39,-28,39,-64v0,-60,-52,-88,-97,-88v-61,0,-100,50,-100,104v0,48,31,104,107,104v37,0,60,-12,75,-20r9,19v-14,7,-42,22,-85,22v-177,0,-162,-251,-3,-250v51,0,115,32,115,106v0,47,-28,88,-60,88xm169,-125v0,-29,-18,-38,-31,-38v-22,0,-38,22,-38,50v0,24,13,41,30,41v23,0,39,-28,39,-53","w":268},"A":{"d":"139,-70r-87,0r-35,70r-27,0r117,-240r34,0r42,240r-31,0xm63,-94r73,0r-19,-111","w":203},"B":{"d":"201,-71v-1,47,-35,77,-92,71r-94,0r40,-240v71,0,158,-11,155,57v0,42,-35,53,-47,57v35,12,38,42,38,55xm172,-74v3,-48,-58,-41,-109,-40r-15,90v61,-1,128,11,124,-50xm181,-182v-2,-28,-9,-37,-55,-35r-45,0r-14,81v54,0,118,7,114,-46","w":219},"C":{"d":"212,-166r-26,7v-2,-17,-8,-63,-56,-63v-67,0,-80,101,-80,127v0,52,26,75,57,75v40,0,57,-39,65,-57r25,10v-17,44,-46,71,-90,71v-69,0,-88,-62,-88,-104v0,-61,35,-146,111,-146v40,0,78,25,82,80","w":207},"D":{"d":"210,-194v50,92,-16,199,-106,194r-89,0r40,-240v74,5,117,-23,155,46xm194,-136v0,-75,-41,-84,-113,-81r-32,193v48,-3,76,10,111,-19v23,-20,34,-61,34,-93","w":233},"E":{"d":"15,0r40,-240r150,0r-4,24r-120,0r-14,79r103,0r-4,24r-103,0r-14,87r130,0r-5,26r-159,0","w":201},"F":{"d":"63,-113r-19,113r-29,0r40,-240r147,0r-4,24r-117,0r-14,80r101,0r-3,23r-102,0","w":182},"G":{"d":"123,-120r91,0r-20,123r-17,0r-3,-29v-7,10,-22,32,-63,32v-56,0,-92,-46,-92,-108v0,-63,36,-144,112,-144v66,0,83,52,89,68r-26,9v-10,-33,-30,-53,-63,-53v-58,0,-81,71,-81,123v-3,100,93,99,120,45v7,-14,10,-31,12,-42r-63,0","w":234},"H":{"d":"231,-240r-40,240r-29,0r19,-113r-118,0r-19,113r-29,0r40,-240r30,0r-17,101r117,0r17,-101r29,0","w":236},"I":{"d":"85,-240r-41,240r-29,0r40,-240r30,0","w":89},"J":{"d":"130,-240r-25,148v-4,65,-42,112,-120,92r4,-25v47,10,76,-8,85,-60r26,-155r30,0","w":132},"K":{"d":"227,-240r-81,84r57,156r-31,0r-49,-135r-68,69r-11,66r-29,0r40,-240r30,0r-23,137r131,-137r34,0","w":224},"L":{"d":"163,0r-148,0r40,-240r30,0r-36,214r119,0","w":183},"M":{"d":"249,0r-30,0r37,-220r-115,220r-22,0r-43,-217r-36,217r-25,0r40,-240r45,0r39,197r103,-197r47,0","w":293},"N":{"d":"191,0r-24,0r-94,-205r-34,205r-24,0r40,-240r33,0r87,191r32,-191r24,0","w":235},"O":{"d":"222,-141v0,61,-32,146,-111,146v-60,0,-92,-48,-92,-108v0,-59,35,-142,112,-142v53,0,91,39,91,104xm192,-147v0,-55,-34,-74,-62,-74v-64,0,-80,88,-80,124v0,57,32,78,61,78v67,0,81,-95,81,-128","w":231},"P":{"d":"206,-174v-3,46,-34,82,-97,77r-49,0r-16,97r-29,0r40,-240r66,0v47,-6,87,24,85,66xm176,-173v1,-48,-46,-45,-95,-43r-17,95v60,4,114,-2,112,-52","w":200},"Q":{"d":"182,32r-4,22v-42,13,-89,-2,-76,-49v-7,0,-34,-6,-52,-23v-27,-24,-31,-62,-31,-82v0,-65,37,-145,112,-145v52,0,91,39,91,105v0,35,-10,72,-31,101v-25,35,-48,39,-67,43v-2,37,20,34,58,28xm190,-150v0,-26,-12,-71,-59,-71v-74,0,-80,110,-80,128v0,49,27,74,59,74v54,0,80,-59,80,-131","w":230},"R":{"d":"55,-240v76,1,162,-13,162,64v0,23,-13,58,-56,65r34,111r-31,0r-31,-105r-71,0r-18,105r-29,0xm81,-217r-15,88r55,0v18,0,66,0,66,-48v0,-40,-40,-40,-51,-40r-55,0","w":227},"S":{"d":"196,-190r-25,10v-13,-34,-40,-44,-63,-44v-68,0,-61,72,-16,79v75,14,89,26,98,75v9,72,-110,95,-158,55v-19,-14,-27,-35,-31,-47r27,-9v6,17,18,52,71,52v52,0,62,-34,62,-48v0,-30,-27,-37,-42,-40v-46,-11,-91,-22,-91,-72v0,-35,27,-68,79,-68v66,0,84,45,89,57","w":205},"T":{"d":"193,-216r-69,0r-37,216r-29,0r36,-216r-69,0r4,-24r168,0","w":175},"U":{"d":"220,-240v-17,69,-18,185,-56,225v-42,26,-69,31,-116,5v-26,-14,-24,-43,-24,-52v4,-47,20,-127,27,-178r30,0r-28,176v0,34,27,45,51,45v55,0,62,-42,67,-72r25,-149r24,0","w":221},"V":{"d":"97,0r-26,0r-47,-240r31,0r38,194r93,-194r28,0","w":190},"W":{"d":"213,0r-29,0r-23,-192r-77,192r-31,0r-24,-240r30,0r19,198r81,-198r22,0r25,198r80,-198r25,0","w":292},"X":{"d":"178,0r-34,0r-48,-101r-79,101r-31,0r99,-123r-57,-117r33,0r44,93r73,-93r31,0r-92,114","w":193},"Y":{"d":"94,0r-31,0r17,-100r-61,-140r32,0r50,114r83,-114r29,0r-103,140","w":184},"Z":{"d":"197,-240r-3,20r-159,194r135,0r-4,26r-172,0r4,-26r156,-190r-121,0r4,-24r160,0","w":189},"[":{"d":"64,60r-65,0r50,-300r65,0r-2,16r-40,0r-45,268r40,0","w":101},"\\":{"d":"137,60r-102,-300r20,0r102,300r-20,0","w":168},"]":{"d":"38,-240r65,0r-50,300r-66,0r3,-16r41,0r44,-268r-40,0","w":101},"^":{"d":"123,-247r65,133r-27,0r-53,-108r-53,108r-27,0r68,-133r27,0"},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"171,-133v-1,25,-20,108,-17,133r-28,0v0,-18,1,-25,3,-35v-7,11,-27,40,-66,40v-36,0,-57,-24,-57,-53v6,-63,59,-63,135,-62v2,-18,8,-33,-10,-45v-34,-23,-78,8,-81,23r-26,-11v13,-26,40,-41,75,-41v36,0,72,15,72,51xm137,-90v-36,-1,-101,-10,-101,43v0,16,10,29,32,29v25,0,59,-21,69,-72","w":192},"b":{"d":"25,0r-12,0r40,-240r28,0r-15,90v39,-61,118,-33,115,44v0,47,-28,111,-85,111v-36,0,-49,-25,-55,-37xm96,-17v56,5,83,-140,19,-144v-39,0,-62,55,-62,93v0,38,25,51,43,51","w":193},"c":{"d":"165,-121r-27,5v-3,-24,-16,-44,-41,-44v-49,0,-55,75,-55,90v0,41,23,52,41,52v31,0,44,-31,49,-43r22,8v-17,52,-56,59,-74,59v-37,0,-67,-27,-67,-81v0,-54,32,-109,85,-109v33,0,63,22,67,63","w":170},"d":{"d":"151,0r-25,0r7,-35v-10,16,-26,40,-62,40v-44,0,-58,-42,-58,-75v0,-42,25,-112,85,-112v36,0,47,25,51,33r16,-91r26,0xm141,-112v0,-34,-23,-49,-42,-49v-45,0,-58,67,-58,95v0,37,20,49,38,49v37,0,62,-47,62,-95","w":193},"e":{"d":"173,-87r-131,0v-5,38,10,69,46,69v30,0,42,-18,54,-35r23,11v-9,14,-29,47,-77,47v-37,0,-76,-23,-76,-81v0,-61,38,-108,92,-108v37,0,82,36,69,97xm45,-107r102,0v3,-51,-33,-56,-44,-56v-31,0,-52,26,-58,56","w":187},"f":{"d":"118,-178r-3,21r-43,0r-26,157r-28,0r26,-157r-33,0r4,-21r33,0v4,-43,32,-76,89,-66r-3,21v-35,-4,-52,5,-59,45r43,0","w":108},"g":{"d":"65,-30v68,0,90,0,99,43v0,55,-68,55,-85,55v-47,0,-88,-9,-88,-42v0,-15,9,-30,33,-39v-27,-15,-10,-57,23,-62v-36,-27,-19,-112,52,-105v11,0,16,2,28,5v2,-21,27,-47,63,-37r-4,23v-23,-1,-32,-7,-45,22v38,24,26,114,-47,108v-17,0,-27,-4,-35,-7v-7,3,-22,11,-22,24v0,9,8,11,28,12xm136,-122v0,-24,-18,-37,-39,-37v-25,0,-42,18,-42,42v0,20,11,39,38,39v22,0,43,-14,43,-44xm18,19v0,30,50,27,67,29v9,0,53,0,53,-29v2,-32,-73,-16,-97,-24v-20,6,-23,18,-23,24","w":181},"h":{"d":"80,-240r-16,95v9,-13,26,-38,60,-38v34,-4,55,32,48,74r-18,109r-27,0r20,-131v0,-22,-15,-31,-30,-31v-17,0,-52,15,-64,89r-13,73r-27,0r40,-240r27,0","w":196},"i":{"d":"40,0r-27,0r29,-178r28,0xm80,-207r-36,0r5,-33r36,0","w":82},"j":{"d":"70,-178r-28,167v-6,56,-23,77,-86,71r4,-21v41,0,51,-1,54,-50r28,-167r28,0xm80,-207r-36,0r5,-33r36,0","w":82},"k":{"d":"40,0r-27,0r40,-240r27,0r-25,151r95,-89r32,0r-68,63r44,115r-29,0r-38,-96r-42,42","w":176},"l":{"d":"80,-240r-40,240r-27,0r40,-240r27,0","w":82},"m":{"d":"251,0r-27,0r20,-129v-9,-48,-44,-35,-64,-10v-29,47,-22,86,-35,139r-27,0r20,-130v-8,-67,-69,-12,-72,8v-10,20,-18,88,-25,122r-28,0r29,-178r26,0r-4,29v12,-15,26,-33,53,-33v25,0,40,14,47,38v22,-50,104,-56,108,10v-4,51,-14,87,-21,134","w":294},"n":{"d":"155,0r-26,0r20,-128v1,-46,-64,-36,-78,-6v-23,45,-23,84,-33,134r-25,0r29,-178r24,0r-6,40v6,-12,24,-45,62,-45v89,6,38,118,33,183","w":197},"o":{"d":"174,-99v0,46,-31,104,-89,104v-50,0,-72,-40,-72,-82v0,-48,32,-105,90,-105v40,0,71,28,71,83xm145,-109v0,-33,-14,-49,-43,-52v-48,0,-59,65,-59,90v0,8,0,54,43,54v48,0,59,-61,59,-92","w":187},"p":{"d":"3,60r39,-238r26,0r-6,37v7,-10,26,-40,60,-40v29,0,58,24,58,75v0,51,-31,111,-83,111v-33,0,-46,-22,-53,-31r-14,86r-27,0xm150,-110v0,-46,-32,-49,-38,-49v-30,0,-60,44,-60,92v0,39,24,49,41,49v57,0,57,-89,57,-92","w":192},"q":{"d":"179,-178r-40,238r-27,0r15,-93v-13,23,-31,38,-56,38v-23,0,-59,-16,-59,-73v0,-61,39,-113,85,-113v34,0,47,22,54,33r16,-30r12,0xm78,-17v56,0,95,-137,20,-143v-63,2,-80,138,-20,143","w":191},"r":{"d":"40,0r-27,0r29,-178r28,0r-9,46v23,-42,42,-52,73,-51r-5,28v-17,-1,-35,-1,-55,28v-19,24,-26,81,-34,127","w":122},"s":{"d":"128,-130v-5,-13,-18,-30,-47,-30v-24,0,-35,15,-35,28v-1,21,26,25,48,29v18,5,53,13,53,51v0,26,-21,57,-70,57v-59,0,-73,-37,-78,-49r25,-8v3,9,13,35,54,35v31,0,41,-18,41,-31v0,-22,-24,-25,-44,-30v-21,-5,-57,-13,-57,-50v0,-22,16,-53,64,-53v9,0,53,0,69,41","w":165},"t":{"d":"67,-157r-18,119v6,29,22,19,46,18r-2,22v-24,2,-34,5,-54,-4v-28,-23,-16,-33,-13,-70r14,-85r-27,0r4,-21r27,0r7,-43r28,-3r-8,46r41,0r-4,21r-41,0","w":110},"u":{"d":"71,5v-30,0,-65,-34,-45,-84r17,-99r27,0r-21,130v6,44,53,38,74,0v29,-44,22,-80,34,-130r26,0r-30,178r-24,0r7,-43v-8,15,-25,48,-65,48","w":195},"v":{"d":"78,0r-25,0r-36,-178r29,0r27,139r70,-139r25,0","w":159},"w":{"d":"168,0r-20,0r-22,-136r-57,136r-22,0r-28,-178r27,0r20,134r56,-134r23,0r21,134r59,-134r23,0","w":242},"x":{"d":"143,0r-31,0r-37,-73r-58,73r-28,0r74,-93r-45,-85r31,0r33,64r49,-64r27,0r-65,83","w":156},"y":{"d":"165,-178r-97,188v-13,27,-36,60,-85,52r4,-25v31,10,53,-11,65,-42r-38,-173r28,0r29,135r70,-135r24,0","w":153},"z":{"d":"129,0r-135,0r3,-19r117,-137r-91,0r4,-22r127,0r-2,18r-119,138r99,0","w":150},"{":{"d":"116,-222v-70,-5,-22,118,-77,133v35,20,2,74,4,113v0,17,19,18,29,18r-3,18v-20,0,-50,1,-50,-32v2,-34,10,-55,12,-88v0,-7,0,-17,-16,-21r3,-18v36,-9,26,-60,36,-94v7,-41,31,-48,65,-47","w":96},"|":{"d":"82,-270r27,0r0,360r-27,0r0,-360","w":180},"}":{"d":"82,-99r-3,18v-37,8,-29,60,-37,94v-9,40,-31,48,-64,47r3,-18v69,5,22,-119,77,-133v-37,-20,-2,-73,-4,-113v0,-17,-19,-18,-29,-18r3,-18v20,0,50,-1,50,32v-1,32,-10,57,-12,88v0,7,0,17,16,21","w":96},"~":{"d":"72,-146v39,4,90,48,109,-3r15,11v-7,14,-21,42,-50,42v-46,-3,-81,-55,-107,2r-16,-11v10,-20,22,-41,49,-41"},"\u00a1":{"d":"45,-119r15,0r-16,179r-40,0xm45,-180r36,0r-5,34r-36,0","w":96},"\u00a2":{"d":"99,18r-18,0r9,-59v-45,-11,-45,-61,-45,-67v0,-40,24,-87,71,-87r8,-48r19,0r-8,49v30,8,38,29,43,47r-20,7v-6,-19,-13,-30,-27,-34r-19,116v15,-1,27,-11,38,-34r18,8v-8,19,-22,45,-60,46xm94,-60r19,-115v-46,10,-59,92,-19,115"},"\u00a3":{"d":"147,-219v-24,-3,-51,33,-44,85r51,0r-4,20r-47,0v-2,41,-9,67,-41,88v50,-3,96,13,116,-27r20,15v-34,65,-126,29,-208,38r4,-26v54,5,83,-27,78,-88r-38,0r3,-20r36,0v-6,-49,25,-110,75,-108v32,0,45,20,52,31r-21,14v-4,-7,-12,-22,-32,-22"},"\u00a5":{"d":"34,-149r41,0r-38,-91r31,0r46,114r79,-114r27,0r-64,91r44,0r-3,18r-54,0v-7,12,-17,21,-22,35r70,0r-3,18r-70,0r-13,78r-28,0r13,-78r-68,0r3,-18r68,0v1,-13,-8,-23,-11,-35r-51,0"},"\u00a7":{"d":"145,-48v57,34,23,118,-53,113v-34,0,-73,-15,-86,-52r31,-5v3,7,17,32,56,32v27,0,50,-13,50,-37v0,-23,-19,-29,-70,-45v-64,-26,-53,-73,0,-103v-38,-24,-20,-108,48,-100v33,-3,71,22,75,47r-28,3v-11,-41,-87,-34,-87,4v0,43,106,31,102,93v0,25,-21,39,-38,50xm123,-57v8,-3,32,-13,32,-34v-2,-33,-38,-32,-60,-43v-32,12,-46,39,-21,58v6,4,7,4,49,19"},"'":{"d":"83,-240r-20,92r-17,0r11,-92r26,0","w":85},"\u00ab":{"d":"52,-38r-13,0r-25,-49r36,-51r15,0r-25,51xm96,-38r-13,0r-24,-49r36,-51r17,0r-26,51","w":121},"\u00b7":{"d":"62,-69r-40,0r6,-40r40,0","w":90},"\u00b6":{"d":"36,-177v7,-44,19,-65,85,-63r95,0r-3,17r-24,0r-47,283r-18,0r48,-283r-18,0r-47,283r-17,0r31,-187v-42,-1,-81,8,-85,-50xm65,-177v4,41,30,32,59,33r13,-79v-26,0,-50,-2,-62,13v-10,12,-10,29,-10,33","w":211},"\u00bb":{"d":"69,-138r13,0r25,49r-36,51r-15,0r25,-51xm25,-138r13,0r24,49r-36,51r-17,0r26,-51","w":121},"\u00bf":{"d":"93,-118r24,0v-3,35,-6,52,-33,64v-42,21,-55,19,-55,56v0,29,25,41,46,41v37,0,51,-33,56,-48r25,10v-7,16,-25,62,-82,62v-67,-2,-107,-71,-46,-120v28,-24,64,-8,65,-65xm97,-180r36,0r-6,35r-36,0","w":178},"`":{"d":"68,-238r10,-22r65,41r-7,14","w":180},"\u00b4":{"d":"166,-238r-71,33r-7,-14r67,-41","w":180},"\u00af":{"d":"166,-217r-108,0r3,-19r108,0","w":180},"\u00a8":{"d":"141,-247v12,0,19,9,19,18v0,10,-9,18,-19,18v-9,0,-18,-8,-18,-18v0,-10,9,-18,18,-18xm85,-247v11,0,18,9,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,9,-18,18,-18","w":180},"\u00b8":{"d":"71,0r13,0r-7,17v23,-2,33,10,33,22v7,25,-53,36,-68,19r5,-11v10,8,46,9,44,-7v-2,-16,-20,-12,-32,-11","w":180},"\u00c6":{"d":"288,0r-160,0r14,-83r-70,0r-61,83r-31,0r180,-240r159,0r-4,24r-122,0r-13,79r104,0r-4,23r-104,0r-14,88r130,0xm88,-105r57,0r17,-102","w":314},"\u00aa":{"d":"19,-162v9,-42,42,-38,84,-37v5,-18,-7,-31,-23,-29v-20,0,-26,10,-31,19r-19,-8v12,-22,35,-26,48,-26v24,0,47,10,47,32v0,13,-14,63,-9,79r-22,0v0,-7,0,-12,1,-15v-9,23,-82,24,-76,-15xm42,-161v0,9,6,16,18,16v15,0,35,-12,40,-40v-32,-2,-58,2,-58,24","w":126},"\u00d8":{"d":"184,-186r-114,150v12,12,26,17,41,17v67,0,81,-95,81,-128v0,-16,-3,-29,-8,-39xm58,-54r113,-150v-12,-12,-27,-17,-41,-17v-64,0,-80,88,-80,124v0,18,3,32,8,43xm231,-249r-29,38v46,74,12,212,-91,216v-24,0,-42,-8,-57,-20r-17,23r-25,0r28,-38v-48,-76,-12,-210,91,-215v22,0,41,7,56,19r18,-23r26,0","w":231},"\u00ba":{"d":"20,-180v0,-29,20,-63,57,-63v34,0,46,27,46,49v4,78,-105,84,-103,14xm102,-198v0,-18,-9,-30,-26,-30v-40,4,-49,81,-8,83v20,0,34,-21,34,-53","w":126},"\u00e6":{"d":"5,-47v3,-58,59,-67,131,-62v3,-26,11,-48,-38,-53v-32,0,-44,21,-49,30r-25,-11v14,-41,105,-57,134,-13v53,-57,149,-20,130,69r-129,0v-10,39,19,73,46,70v30,0,46,-24,53,-34r22,10v-31,69,-129,53,-146,-1v-8,12,-31,47,-74,47v-33,0,-55,-22,-55,-52xm262,-106v5,-30,-16,-59,-44,-56v-24,0,-49,17,-56,56r100,0xm133,-89v-46,-6,-100,1,-99,42v0,8,4,30,30,30v36,0,65,-38,69,-72","w":302},"\u00f8":{"d":"191,-188r-30,36v33,54,-5,165,-76,157v-25,0,-38,-10,-45,-15r-17,20r-22,0r27,-34v-39,-65,0,-154,75,-158v26,0,38,10,45,16r19,-22r24,0xm141,-133r-84,105v5,5,12,11,29,11v55,-5,66,-75,55,-116xm47,-44r84,-105v-4,-4,-13,-12,-30,-12v-53,5,-65,75,-54,117","w":187},"\u00df":{"d":"157,-63v14,-31,-90,-51,-81,-77v0,-12,6,-20,12,-27v17,-1,70,-7,70,-40v0,-13,-11,-26,-33,-26v-48,3,-51,35,-58,72r-29,172r-27,0r26,-155r-19,0r4,-22r18,0v6,-26,20,-89,87,-89v39,0,59,23,59,47v2,25,-30,60,-83,56v-8,7,4,12,12,15v44,15,67,26,71,67v0,29,-21,74,-82,74v-22,0,-36,-5,-43,-8r8,-22v28,17,95,0,88,-37","w":199},"\u00b9":{"d":"129,-96r-99,0r2,-16r39,0r17,-104v-14,13,-32,15,-43,15r3,-16v26,-4,41,-12,50,-26r15,0r-22,131r40,0","w":138},"\u00b0":{"d":"123,-150v-25,0,-47,-21,-47,-47v0,-26,21,-48,48,-48v26,0,47,21,47,48v0,25,-20,47,-48,47xm123,-170v16,0,28,-13,28,-27v0,-15,-12,-28,-28,-28v-15,0,-27,13,-27,28v0,16,13,27,27,27"},"\u00f3":{"d":"174,-99v0,46,-31,104,-89,104v-50,0,-72,-40,-72,-82v0,-48,32,-105,90,-105v40,0,71,28,71,83xm145,-109v0,-33,-14,-49,-43,-52v-48,0,-59,65,-59,90v0,8,0,54,43,54v48,0,59,-61,59,-92xm170,-238r-71,33r-7,-14r67,-41","w":187},"\u00d6":{"d":"222,-141v0,61,-32,146,-111,146v-60,0,-92,-48,-92,-108v0,-59,35,-142,112,-142v53,0,91,39,91,104xm192,-147v0,-55,-34,-74,-62,-74v-64,0,-80,88,-80,124v0,57,32,78,61,78v67,0,81,-95,81,-128xm165,-303v10,0,19,7,19,18v0,10,-9,18,-19,18v-10,0,-18,-8,-18,-18v0,-11,9,-18,18,-18xm108,-303v26,-1,23,36,1,36v-10,0,-18,-8,-18,-18v0,-11,8,-18,17,-18","w":231},"\u00f6":{"d":"174,-99v0,46,-31,104,-89,104v-50,0,-72,-40,-72,-82v0,-48,32,-105,90,-105v40,0,71,28,71,83xm145,-109v0,-33,-14,-49,-43,-52v-48,0,-59,65,-59,90v0,8,0,54,43,54v48,0,59,-61,59,-92xm145,-247v12,0,19,9,19,18v0,10,-9,18,-19,18v-9,0,-18,-8,-18,-18v0,-10,9,-18,18,-18xm89,-247v11,0,18,9,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,9,-18,18,-18","w":187},"\u00c9":{"d":"15,0r40,-240r150,0r-4,24r-120,0r-14,79r103,0r-4,24r-103,0r-14,87r130,0r-5,26r-159,0xm174,-294r-71,31r-7,-14r67,-38","w":201},"\u00fb":{"d":"71,5v-30,0,-65,-34,-45,-84r17,-99r27,0r-21,130v6,44,53,38,74,0v29,-44,22,-80,34,-130r26,0r-30,178r-24,0r7,-43v-8,15,-25,48,-65,48xm175,-210r-25,4r-28,-24r-36,24r-25,-4r65,-46","w":195},"\u00bc":{"d":"280,0r-20,0r5,-34r-71,0r3,-16r84,-98r23,0r-16,98r24,0r-2,16r-25,0xm89,0r-23,0r185,-240r23,0xm216,-50r52,0r13,-75xm129,-96r-99,0r2,-16r39,0r17,-104v-14,13,-32,15,-43,15r3,-16v26,-4,41,-12,50,-26r15,0r-22,131r41,0","w":330},"\u00ac":{"d":"195,-163r0,81r-26,0r0,-57r-142,0r0,-24r168,0"},"\u00ca":{"d":"15,0r40,-240r150,0r-4,24r-120,0r-14,79r103,0r-4,24r-103,0r-14,87r130,0r-5,26r-159,0xm188,-267r-25,3r-29,-21r-35,21r-25,-3r65,-44","w":201},"\u00bd":{"d":"129,-96r-99,0r2,-16r39,0r18,-104v-15,13,-33,15,-44,15r3,-16v26,-4,41,-12,50,-26r15,0r-22,131r41,0xm89,0r-22,0r184,-240r23,0xm315,-103v-2,46,-70,69,-95,85r83,0r-3,18r-108,0r3,-19v23,-13,53,-32,76,-50v8,-6,22,-18,22,-34v0,-18,-15,-29,-31,-29v-24,0,-32,18,-38,33r-17,-5v7,-59,107,-56,108,1","w":330},"\u00d5":{"d":"222,-141v0,61,-32,146,-111,146v-60,0,-92,-48,-92,-108v0,-59,35,-142,112,-142v53,0,91,39,91,104xm192,-147v0,-55,-34,-74,-62,-74v-64,0,-80,88,-80,124v0,57,32,78,61,78v67,0,81,-95,81,-128xm81,-280v35,-40,41,-10,84,-10v11,0,17,-5,21,-9r14,13v-19,25,-49,15,-81,4v-13,0,-19,7,-24,12","w":231},"\u00fa":{"d":"71,5v-30,0,-65,-34,-45,-84r17,-99r27,0r-21,130v6,44,53,38,74,0v29,-44,22,-80,34,-130r26,0r-30,178r-24,0r7,-43v-8,15,-25,48,-65,48xm174,-238r-71,33r-7,-14r67,-41","w":195},"\u00e9":{"d":"173,-87r-131,0v-5,38,10,69,46,69v30,0,42,-18,54,-35r23,11v-9,14,-29,47,-77,47v-37,0,-76,-23,-76,-81v0,-61,38,-108,92,-108v37,0,82,36,69,97xm45,-107r102,0v3,-51,-33,-56,-44,-56v-31,0,-52,26,-58,56xm170,-238r-71,33r-7,-14r67,-41","w":187},"\u00ed":{"d":"40,0r-27,0r29,-178r28,0xm117,-238r-70,33r-7,-14r67,-41","w":82},"\u00c8":{"d":"15,0r40,-240r150,0r-4,24r-120,0r-14,79r103,0r-4,24r-103,0r-14,87r130,0r-5,26r-159,0xm78,-294r11,-21r64,38r-7,14","w":201},"\u00ee":{"d":"40,0r-27,0r29,-178r28,0xm119,-210r-26,4r-27,-24r-36,24r-25,-4r65,-46","w":82},"\u00a6":{"d":"109,-243r0,126r-27,0r0,-126r27,0xm109,-63r0,126r-27,0r0,-126r27,0","w":180},"\u00fe":{"d":"3,60r50,-300r28,0r-16,94v7,-9,25,-35,57,-35v30,0,58,24,58,75v0,51,-30,111,-82,111v-33,0,-47,-22,-54,-31r-14,86r-27,0xm52,-67v0,38,25,49,42,49v44,0,56,-59,56,-92v0,-46,-31,-49,-38,-49v-30,0,-60,44,-60,92","w":192},"\u00c5":{"d":"139,-70r-87,0r-35,70r-27,0r117,-240r34,0r42,240r-31,0xm63,-94r73,0r-19,-111xm128,-319v16,0,30,14,30,32v0,17,-14,31,-31,31v-17,0,-32,-14,-32,-32v0,-15,13,-31,33,-31xm128,-303v-23,0,-21,32,-1,32v9,0,16,-7,16,-16v0,-9,-8,-16,-15,-16","w":203},"\u00fd":{"d":"165,-178r-97,188v-13,27,-36,60,-85,52r4,-25v31,10,53,-11,65,-42r-38,-173r28,0r29,135r70,-135r24,0xm153,-238r-71,33r-7,-14r67,-41","w":153},"\u00ae":{"d":"76,-208v28,0,62,-4,62,22v0,18,-15,23,-20,24r11,33r-18,0r-9,-31r-18,0r-6,31r-17,0xm90,-195r-4,21v15,-2,32,7,35,-11v-2,-15,-18,-8,-31,-10xm24,-168v0,-42,34,-75,74,-75v41,0,74,33,74,75v0,41,-33,74,-74,74v-41,0,-74,-33,-74,-74xm35,-168v0,35,28,63,63,63v35,0,64,-28,64,-63v0,-36,-29,-64,-64,-64v-35,0,-63,28,-63,64","w":174},"\u00f4":{"d":"174,-99v0,46,-31,104,-89,104v-50,0,-72,-40,-72,-82v0,-48,32,-105,90,-105v40,0,71,28,71,83xm145,-109v0,-33,-14,-49,-43,-52v-48,0,-59,65,-59,90v0,8,0,54,43,54v48,0,59,-61,59,-92xm171,-210r-25,4r-28,-24r-36,24r-25,-4r65,-46","w":187},"\u00c0":{"d":"139,-70r-87,0r-35,70r-27,0r117,-240r34,0r42,240r-31,0xm63,-94r73,0r-19,-111xm78,-294r11,-21r64,38r-7,14","w":203},"\u00d9":{"d":"220,-240v-17,69,-18,185,-56,225v-42,26,-69,31,-116,5v-26,-14,-24,-43,-24,-52v4,-47,20,-127,27,-178r30,0r-28,176v0,34,27,45,51,45v55,0,62,-42,67,-72r25,-149r24,0xm78,-294r11,-21r64,38r-7,14","w":221},"\u00cb":{"d":"15,0r40,-240r150,0r-4,24r-120,0r-14,79r103,0r-4,24r-103,0r-14,87r130,0r-5,26r-159,0xm161,-303v11,0,19,7,19,18v0,10,-9,18,-19,18v-9,0,-18,-8,-18,-18v0,-11,9,-18,18,-18xm105,-303v11,0,18,9,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-11,9,-18,18,-18","w":201},"\u00da":{"d":"220,-240v-17,69,-18,185,-56,225v-42,26,-69,31,-116,5v-26,-14,-24,-43,-24,-52v4,-47,20,-127,27,-178r30,0r-28,176v0,34,27,45,51,45v55,0,62,-42,67,-72r25,-149r24,0xm201,-294r-71,31r-7,-14r67,-38","w":221},"\u00f5":{"d":"174,-99v0,46,-31,104,-89,104v-50,0,-72,-40,-72,-82v0,-48,32,-105,90,-105v40,0,71,28,71,83xm145,-109v0,-33,-14,-49,-43,-52v-48,0,-59,65,-59,90v0,8,0,54,43,54v48,0,59,-61,59,-92xm58,-224v36,-41,40,-10,84,-10v11,0,17,-5,21,-9r13,13v-8,8,-17,18,-35,18v-9,1,-59,-27,-69,-1","w":187},"\u00f1":{"d":"155,0r-26,0r20,-128v1,-46,-64,-36,-78,-6v-23,45,-23,84,-33,134r-25,0r29,-178r24,0r-6,40v6,-12,24,-45,62,-45v89,6,38,118,33,183xm62,-224v37,-41,42,-16,85,-10v11,0,16,-5,21,-9r13,13v-8,8,-18,18,-35,18v-10,1,-59,-27,-69,-1","w":197},"\u00ff":{"d":"165,-178r-97,188v-13,27,-36,60,-85,52r4,-25v31,10,53,-11,65,-42r-38,-173r28,0r29,135r70,-135r24,0xm128,-247v11,0,19,9,19,18v0,10,-9,18,-19,18v-10,0,-18,-8,-18,-18v0,-10,9,-18,18,-18xm71,-247v26,-1,23,36,1,36v-10,0,-18,-8,-18,-18v0,-10,8,-18,17,-18","w":153},"\u00c1":{"d":"139,-70r-87,0r-35,70r-27,0r117,-240r34,0r42,240r-31,0xm63,-94r73,0r-19,-111xm188,-294r-70,31r-8,-14r67,-38","w":203},"\u00f0":{"d":"41,-71v0,9,0,54,44,54v51,0,59,-69,59,-89v0,-30,-18,-50,-45,-50v-42,0,-58,52,-58,85xm184,-234r-38,17v52,78,31,224,-62,222v-56,0,-72,-51,-72,-81v0,-40,27,-102,91,-102v15,0,24,4,34,11v-4,-14,-10,-27,-16,-39r-44,20r-10,-20r41,-19v-4,-6,-8,-11,-12,-15r24,-11v5,4,9,10,13,15r41,-18","w":183},"\u00e2":{"d":"171,-133v-1,25,-20,108,-17,133r-28,0v0,-18,1,-25,3,-35v-7,11,-27,40,-66,40v-36,0,-57,-24,-57,-53v6,-63,59,-63,135,-62v2,-18,8,-33,-10,-45v-34,-23,-78,8,-81,23r-26,-11v13,-26,40,-41,75,-41v36,0,72,15,72,51xm137,-90v-36,-1,-101,-10,-101,43v0,16,10,29,32,29v25,0,59,-21,69,-72xm174,-210r-26,4r-27,-24r-36,24r-25,-4r65,-46","w":192},"\u00e5":{"d":"171,-133v-1,25,-20,108,-17,133r-28,0v0,-18,1,-25,3,-35v-7,11,-27,40,-66,40v-36,0,-57,-24,-57,-53v6,-63,59,-63,135,-62v2,-18,8,-33,-10,-45v-34,-23,-78,8,-81,23r-26,-11v13,-26,40,-41,75,-41v36,0,72,15,72,51xm137,-90v-36,-1,-101,-10,-101,43v0,16,10,29,32,29v25,0,59,-21,69,-72xm121,-264v15,0,29,14,29,31v0,17,-13,30,-30,30v-16,0,-30,-13,-30,-30v0,-16,12,-31,31,-31xm121,-249v-23,0,-21,31,-1,32v9,0,16,-7,16,-16v0,-9,-7,-16,-15,-16","w":192},"\u00d2":{"d":"222,-141v0,61,-32,146,-111,146v-60,0,-92,-48,-92,-108v0,-59,35,-142,112,-142v53,0,91,39,91,104xm192,-147v0,-55,-34,-74,-62,-74v-64,0,-80,88,-80,124v0,57,32,78,61,78v67,0,81,-95,81,-128xm78,-294r11,-21r64,38r-7,14","w":231},"\u00e7":{"d":"81,6r-5,11v23,-2,33,10,33,22v0,14,-12,28,-38,28v-16,0,-25,-5,-31,-9r6,-11v10,8,46,9,44,-7v-2,-16,-20,-12,-33,-11r11,-24v-93,-20,-58,-193,30,-189v33,0,63,22,67,63r-27,5v-3,-24,-16,-44,-40,-44v-50,0,-56,75,-56,90v0,41,24,52,41,52v31,0,44,-31,49,-43r22,8v-16,48,-51,58,-73,59","w":170},"\u00d7":{"d":"165,-49r-54,-54r-54,54r-18,-17r55,-54r-55,-55r18,-17r54,54r54,-54r17,17r-54,55r54,54"},"\u00f7":{"d":"111,-84v9,0,16,7,16,17v0,9,-7,17,-16,17v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17xm111,-190v9,0,16,7,16,17v0,9,-7,17,-16,17v-9,0,-17,-7,-17,-17v0,-10,8,-17,17,-17xm27,-132r168,0r0,24r-168,0r0,-24"},"\u00b2":{"d":"125,-96r-108,0r3,-19v37,-28,84,-37,98,-85v0,-17,-15,-28,-32,-28v-24,0,-31,17,-37,33r-17,-6v8,-58,106,-57,107,2v0,26,-17,43,-94,86r83,0","w":138},"\u00d1":{"d":"191,0r-24,0r-94,-205r-34,205r-24,0r40,-240r33,0r87,191r32,-191r24,0xm88,-280v36,-40,41,-10,84,-10v12,0,17,-5,22,-9r13,13v-19,25,-49,15,-81,4v-13,0,-19,7,-23,12","w":235},"\u00f9":{"d":"71,5v-30,0,-65,-34,-45,-84r17,-99r27,0r-21,130v6,44,53,38,74,0v29,-44,22,-80,34,-130r26,0r-30,178r-24,0r7,-43v-8,15,-25,48,-65,48xm48,-238r11,-22r65,41r-8,14","w":195},"\u00db":{"d":"220,-240v-17,69,-18,185,-56,225v-42,26,-69,31,-116,5v-26,-14,-24,-43,-24,-52v4,-47,20,-127,27,-178r30,0r-28,176v0,34,27,45,51,45v55,0,62,-42,67,-72r25,-149r24,0xm195,-267r-25,3r-29,-21r-34,21r-26,-3r65,-44","w":221},"\u00c3":{"d":"139,-70r-87,0r-35,70r-27,0r117,-240r34,0r42,240r-31,0xm63,-94r73,0r-19,-111xm63,-280v35,-40,41,-10,84,-10v11,0,17,-5,21,-9r14,13v-19,25,-49,15,-81,4v-13,0,-19,7,-24,12","w":203},"\u00ef":{"d":"40,0r-27,0r29,-178r28,0xm93,-247v11,0,18,9,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,9,-18,18,-18xm36,-247v12,0,19,9,19,18v0,10,-9,18,-19,18v-9,0,-18,-8,-18,-18v0,-10,9,-18,18,-18","w":82},"\u00c2":{"d":"139,-70r-87,0r-35,70r-27,0r117,-240r34,0r42,240r-31,0xm63,-94r73,0r-19,-111xm183,-267r-26,3r-28,-21r-35,21r-25,-3r64,-44","w":203},"\u00ce":{"d":"85,-240r-41,240r-29,0r40,-240r30,0xm129,-267r-26,3r-28,-21r-35,21r-25,-3r64,-44","w":89},"\u00dd":{"d":"94,0r-31,0r17,-100r-61,-140r32,0r50,114r83,-114r29,0r-103,140xm188,-294r-70,31r-8,-14r67,-38","w":184},"\u00d3":{"d":"222,-141v0,61,-32,146,-111,146v-60,0,-92,-48,-92,-108v0,-59,35,-142,112,-142v53,0,91,39,91,104xm192,-147v0,-55,-34,-74,-62,-74v-64,0,-80,88,-80,124v0,57,32,78,61,78v67,0,81,-95,81,-128xm192,-294r-71,31r-7,-14r67,-38","w":231},"\u00c4":{"d":"139,-70r-87,0r-35,70r-27,0r117,-240r34,0r42,240r-31,0xm63,-94r73,0r-19,-111xm156,-303v10,0,19,7,19,18v0,10,-9,18,-19,18v-10,0,-18,-8,-18,-18v0,-11,9,-18,18,-18xm99,-303v26,-1,23,36,1,36v-10,0,-18,-8,-18,-18v0,-11,8,-18,17,-18","w":203},"\u00e0":{"d":"171,-133v-1,25,-20,108,-17,133r-28,0v0,-18,1,-25,3,-35v-7,11,-27,40,-66,40v-36,0,-57,-24,-57,-53v6,-63,59,-63,135,-62v2,-18,8,-33,-10,-45v-34,-23,-78,8,-81,23r-26,-11v13,-26,40,-41,75,-41v36,0,72,15,72,51xm137,-90v-36,-1,-101,-10,-101,43v0,16,10,29,32,29v25,0,59,-21,69,-72xm74,-238r11,-22r65,41r-8,14","w":192},"\u00b3":{"d":"62,-179v36,5,55,-11,55,-25v0,-15,-15,-24,-30,-24v-21,0,-29,16,-34,23r-15,-8v4,-8,17,-30,51,-30v31,0,48,20,48,39v0,24,-21,30,-30,34v42,19,23,79,-31,77v-30,1,-52,-18,-58,-37r17,-6v4,9,13,27,40,27v19,0,35,-11,35,-28v-5,-25,-17,-26,-51,-26","w":138},"\u00f2":{"d":"174,-99v0,46,-31,104,-89,104v-50,0,-72,-40,-72,-82v0,-48,32,-105,90,-105v40,0,71,28,71,83xm145,-109v0,-33,-14,-49,-43,-52v-48,0,-59,65,-59,90v0,8,0,54,43,54v48,0,59,-61,59,-92xm44,-238r11,-22r65,41r-8,14","w":187},"\u00be":{"d":"280,0r-20,0r6,-34r-72,0r3,-16r84,-98r24,0r-17,98r25,0r-3,16r-25,0xm89,0r-22,0r184,-240r23,0xm217,-50r51,0r13,-75xm62,-179v36,5,55,-11,55,-25v0,-15,-15,-24,-30,-24v-21,0,-29,16,-34,23r-15,-8v4,-8,17,-30,51,-30v31,0,48,20,48,39v0,24,-21,30,-30,34v42,19,23,79,-31,77v-30,1,-52,-18,-58,-37r17,-6v4,9,13,27,40,27v19,0,35,-11,35,-28v-5,-25,-17,-26,-51,-26","w":330},"\u00d0":{"d":"208,-194v45,92,-15,198,-104,194r-89,0r18,-113r-24,0r4,-24r24,0r16,-103v74,5,111,-19,155,46xm193,-135v0,-76,-41,-85,-114,-82r-13,80r58,0r-4,24r-58,0r-14,89v47,-3,78,10,111,-19v24,-20,34,-60,34,-92","w":233},"\u00b1":{"d":"22,-132r71,0r0,-74r26,0r0,74r71,0r0,24r-71,0r0,74r-26,0r0,-74r-71,0r0,-24xm22,-13r168,0r0,25r-168,0r0,-25"},"\u00fc":{"d":"71,5v-30,0,-65,-34,-45,-84r17,-99r27,0r-21,130v6,44,53,38,74,0v29,-44,22,-80,34,-130r26,0r-30,178r-24,0r7,-43v-8,15,-25,48,-65,48xm149,-247v12,0,19,9,19,18v0,10,-9,18,-19,18v-9,0,-18,-8,-18,-18v0,-10,9,-18,18,-18xm93,-247v11,0,18,9,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,9,-18,18,-18","w":195},"\u00eb":{"d":"173,-87r-131,0v-5,38,10,69,46,69v30,0,42,-18,54,-35r23,11v-9,14,-29,47,-77,47v-37,0,-76,-23,-76,-81v0,-61,38,-108,92,-108v37,0,82,36,69,97xm45,-107r102,0v3,-51,-33,-56,-44,-56v-31,0,-52,26,-58,56xm145,-247v11,0,18,9,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,9,-18,18,-18xm88,-247v26,-1,23,36,1,36v-10,0,-18,-8,-18,-18v0,-10,8,-18,17,-18","w":187},"\u00e1":{"d":"171,-133v-1,25,-20,108,-17,133r-28,0v0,-18,1,-25,3,-35v-7,11,-27,40,-66,40v-36,0,-57,-24,-57,-53v6,-63,59,-63,135,-62v2,-18,8,-33,-10,-45v-34,-23,-78,8,-81,23r-26,-11v13,-26,40,-41,75,-41v36,0,72,15,72,51xm137,-90v-36,-1,-101,-10,-101,43v0,16,10,29,32,29v25,0,59,-21,69,-72xm172,-238r-70,33r-7,-14r67,-41","w":192},"\u00ec":{"d":"40,0r-27,0r29,-178r28,0xm1,-238r11,-22r65,41r-8,14","w":82},"\u00cf":{"d":"85,-240r-41,240r-29,0r40,-240r30,0xm104,-303v10,0,18,7,18,18v0,10,-9,18,-18,18v-10,0,-19,-8,-19,-18v0,-11,9,-18,19,-18xm47,-303v26,-1,23,36,1,36v-10,0,-18,-8,-18,-18v0,-11,8,-18,17,-18","w":89},"\u00e4":{"d":"171,-133v-1,25,-20,108,-17,133r-28,0v0,-18,1,-25,3,-35v-7,11,-27,40,-66,40v-36,0,-57,-24,-57,-53v6,-63,59,-63,135,-62v2,-18,8,-33,-10,-45v-34,-23,-78,8,-81,23r-26,-11v13,-26,40,-41,75,-41v36,0,72,15,72,51xm137,-90v-36,-1,-101,-10,-101,43v0,16,10,29,32,29v25,0,59,-21,69,-72xm148,-247v11,0,18,9,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,9,-18,18,-18xm91,-247v12,0,19,9,19,18v0,10,-9,18,-19,18v-9,0,-18,-8,-18,-18v0,-10,9,-18,18,-18","w":192},"\u00cd":{"d":"85,-240r-41,240r-29,0r40,-240r30,0xm138,-294r-71,31r-7,-14r67,-38","w":89},"\u00a9":{"d":"205,-147r-20,5v-2,-10,-5,-37,-34,-37v-60,0,-63,115,-12,117v22,0,32,-22,38,-34r18,6v-2,9,-16,44,-57,44v-45,0,-57,-38,-57,-63v0,-36,22,-86,70,-86v32,0,51,21,54,48xm143,-244v68,0,124,55,124,124v0,69,-55,124,-124,124v-68,0,-124,-55,-124,-124v0,-69,56,-124,124,-124xm143,-226v-58,0,-106,46,-106,106v0,59,47,106,106,106v59,0,106,-47,106,-106v0,-60,-48,-106,-106,-106","w":276},"\u00cc":{"d":"85,-240r-41,240r-29,0r40,-240r30,0xm20,-294r11,-21r65,38r-8,14","w":89},"\u00c7":{"d":"107,4r-7,15v25,-2,36,10,36,23v8,28,-57,37,-74,22r6,-13v10,9,50,10,48,-8v-2,-16,-21,-11,-36,-12r13,-28v-58,-8,-74,-65,-74,-103v0,-61,35,-146,111,-146v40,0,78,25,82,80r-26,7v-2,-17,-8,-63,-56,-63v-67,0,-80,101,-80,127v0,52,27,75,58,75v39,0,56,-39,64,-57r25,10v-5,10,-14,37,-39,55v-22,15,-41,16,-51,16","w":207},"\u00e8":{"d":"173,-87r-131,0v-5,38,10,69,46,69v30,0,42,-18,54,-35r23,11v-9,14,-29,47,-77,47v-37,0,-76,-23,-76,-81v0,-61,38,-108,92,-108v37,0,82,36,69,97xm45,-107r102,0v3,-51,-33,-56,-44,-56v-31,0,-52,26,-58,56xm44,-238r11,-22r65,41r-8,14","w":187},"\u00d4":{"d":"222,-141v0,61,-32,146,-111,146v-60,0,-92,-48,-92,-108v0,-59,35,-142,112,-142v53,0,91,39,91,104xm192,-147v0,-55,-34,-74,-62,-74v-64,0,-80,88,-80,124v0,57,32,78,61,78v67,0,81,-95,81,-128xm188,-267r-25,3r-29,-21r-35,21r-25,-3r65,-44","w":231},"\u00de":{"d":"201,-139v-4,46,-34,82,-98,77r-48,0r-11,62r-29,0r40,-240r30,0r-6,35v67,-7,123,9,122,66xm170,-138v2,-48,-48,-46,-95,-43r-16,95v59,4,113,-1,111,-52","w":202},"\u00e3":{"d":"171,-133v-1,25,-20,108,-17,133r-28,0v0,-18,1,-25,3,-35v-7,11,-27,40,-66,40v-36,0,-57,-24,-57,-53v6,-63,59,-63,135,-62v2,-18,8,-33,-10,-45v-34,-23,-78,8,-81,23r-26,-11v13,-26,40,-41,75,-41v36,0,72,15,72,51xm137,-90v-36,-1,-101,-10,-101,43v0,16,10,29,32,29v25,0,59,-21,69,-72xm60,-224v37,-40,40,-10,84,-10v12,0,17,-5,22,-9r13,13v-8,8,-18,18,-35,18v-11,1,-58,-27,-69,-1","w":192},"\u00dc":{"d":"220,-240v-17,69,-18,185,-56,225v-42,26,-69,31,-116,5v-26,-14,-24,-43,-24,-52v4,-47,20,-127,27,-178r30,0r-28,176v0,34,27,45,51,45v55,0,62,-42,67,-72r25,-149r24,0xm172,-303v11,0,19,7,19,18v0,10,-9,18,-19,18v-10,0,-18,-8,-18,-18v0,-11,9,-18,18,-18xm116,-303v11,0,18,9,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-11,9,-18,18,-18","w":221},"\u00ea":{"d":"173,-87r-131,0v-5,38,10,69,46,69v30,0,42,-18,54,-35r23,11v-9,14,-29,47,-77,47v-37,0,-76,-23,-76,-81v0,-61,38,-108,92,-108v37,0,82,36,69,97xm45,-107r102,0v3,-51,-33,-56,-44,-56v-31,0,-52,26,-58,56xm171,-210r-26,4r-27,-24r-36,24r-25,-4r65,-46","w":187}," ":{"w":104},"\u00a0":{"w":104},"\u00a4":{"d":"112,-156v14,-53,81,-97,124,-46r15,-28v-63,-53,-157,9,-171,74r-21,0r-11,21r25,0r-4,23r-19,0r-10,21r27,0v-9,80,72,117,135,79r6,-34v-17,14,-31,23,-57,24v-36,0,-53,-31,-52,-69r78,0r11,-21r-86,0v0,-3,2,-20,4,-23r95,0r10,-21r-99,0","w":216}}});

/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.51 (16-FEB-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.3 or later
 *
 * Originally based on the work of:
 *	1) Matt Oakes (http://portfolio.gizone.co.uk/applications/slideshow/)
 *	2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
 *	3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
 */
;(function($){var ver="2.51";if($.support==undefined){$.support={opacity:!($.browser.msie&&/MSIE 6.0/.test(navigator.userAgent))};}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments,""));}}$.fn.cycle=function(options){if(this.length==0){log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}var opt2=arguments[1];return this.each(function(){if(this.cycleStop==undefined){this.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"stop":this.cycleStop++;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=0;$(this).removeData("cycle.opts");return;case"pause":this.cyclePause=1;return;case"resume":this.cyclePause=0;if(opt2===true){options=$(this).data("cycle.opts");if(!options){log("options not found, can not resume");return;}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0;}go(options.elements,options,1,1);}return;default:options={fx:options};}}else{if(options.constructor==Number){var num=options;options=$(this).data("cycle.opts");if(!options){log("options not found, can not advance slide");return;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return;}options.nextSlide=num;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0;}go(options.elements,options,1,num>=options.currSlide);return;}}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=0;this.cyclePause=0;var $cont=$(this);var $slides=options.slideExpr?$(options.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}$cont.data("cycle.opts",opts);opts.container=this;opts.stopCount=this.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev);});}opts.originalBefore=opts.before;opts.originalAfter=opts.after;if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}var cls=this.className;opts.width=parseInt((cls.match(/w:(\d+)/)||[])[1])||opts.width;opts.height=parseInt((cls.match(/h:(\d+)/)||[])[1])||opts.height;opts.timeout=parseInt((cls.match(/t:(\d+)/)||[])[1])||opts.timeout;if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();if($.browser.msie){els[first].style.removeAttribute("filter");}if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var i=0;i<els.length;i++){var $e=$(els[i]),w=$e.outerWidth(),h=$e.outerHeight();maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}$cont.css({width:maxw+"px",height:maxh+"px"});}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}var txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(var i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];var tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknowtn transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){var tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+20;for(var i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}log("randomized fx sequence: ",opts.fxs);}if(!opts.multiFx){var init=txs[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return;}}}$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();});opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}while((opts.timeout-opts.speed)<250){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.click&&!opts.next){opts.next=opts.click;}if(opts.next){$(opts.next).bind("click",function(){return advance(els,opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind("click",function(){return advance(els,opts,opts.rev?1:-1);});}if(opts.pager){buildPager(els,opts);}opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"]($cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if(typeof opts.onAddSlide=="function"){opts.onAddSlide($s);}else{$s.hide();}};if(opts.timeout||opts.continuous){this.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},opts.continuous?10:opts.timeout+(opts.delay||0));}});};function go(els,opts,manual,fwd){if(manual&&opts.busy){$(els).stop(true,true);opts.busy=false;}if(opts.busy){return;}var p=opts.container,curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}if(manual||!p.cyclePause){curr.cycleH=curr.cycleH||curr.offsetHeight;curr.cycleW=curr.cycleW||curr.offsetWidth;next.cycleH=next.cycleH||next.offsetHeight;next.cycleW=next.cycleW||next.offsetWidth;if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}var fx=opts.fxs[opts.lastFx];opts.currFx=fx;opts.before=[];opts.after=[];opts.cssBefore={};opts.cssAfter={};opts.animIn={};opts.animOut={};opts.fxFn=null;$.each(opts.originalBefore,function(){opts.before.push(this);});$.each(opts.originalAfter,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init($(opts.container),$(opts.elements),opts);}}if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){if($.browser.msie&&opts.cleartype){this.style.removeAttribute("filter");}$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after);}else{$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}}}opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}if(opts.pager){$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}}if(opts.timeout&&!opts.continuous){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},getTimeout(curr,next,opts,fwd));}else{if(opts.continuous&&p.cyclePause){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},10);}}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find("a").removeClass("activeSlide").filter("a:eq("+currSlide+")").addClass("activeSlide");};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);if(t!==false){return t;}}return opts.timeout;}function advance(els,opts,val){var p=opts.container,timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}if(opts.prevNextClick&&typeof opts.prevNextClick=="function"){opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a=(typeof opts.pagerAnchorBuilder=="function")?opts.pagerAnchorBuilder(i,el):'<a href="#">'+(i+1)+"</a>";if(!a){return;}var $a=$(a);if($a.parents("body").length==0){$a.appendTo($p);}$a.bind(opts.pagerEvent,function(){opts.nextSlide=i;var p=opts.container,timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(typeof opts.pagerClick=="function"){opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);return false;});if(opts.pauseOnPagerHover){$a.hover(function(){opts.container.cyclePause++;},function(){opts.container.cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){function hex(s){var s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false){opts.cssBefore.width=next.cycleW;}if(h!==false){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);$n.css(opts.cssBefore);var speedIn=opts.speedIn;var speedOut=opts.speedOut;var easeIn=opts.easeIn;var easeOut=opts.easeOut;if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:0,nowrap:0,fastOnEvent:0,randomizeEffects:1};})(jQuery);(function($){$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});opts.speed=opts.speed/2;opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(var i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(var i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var t=parseInt(h/2);var l=parseInt(w/2);clip="rect("+t+"px "+l+"px "+t+"px "+l+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts);var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);