/*!
 * jQuery UI 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI
 */
(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.12",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,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,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?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):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"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position");
if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,l,m){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(l)g-=parseFloat(c.curCSS(f,
"border"+this+"Width",true))||0;if(m)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h,
d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){var b=a.nodeName.toLowerCase(),d=c.attr(a,"tabindex");if("area"===b){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&k(a)}return(/input|select|textarea|button|object/.test(b)?!a.disabled:"a"==b?a.href||!isNaN(d):!isNaN(d))&&k(a)},tabbable:function(a){var b=c.attr(a,"tabindex");return(isNaN(b)||b>=0)&&c(a).is(":focusable")}});
c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e<b.length;e++)a.options[b[e][0]]&&
b[e][1].apply(a.element,d)}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b)},hasScroll:function(a,b){if(c(a).css("overflow")==="hidden")return false;b=b&&b==="left"?"scrollLeft":"scrollTop";var d=false;if(a[b]>0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a<b+d},isOver:function(a,b,d,e,h,i){return c.ui.isOverAxis(a,d,h)&&c.ui.isOverAxis(b,e,i)}})}})(jQuery);;
/*!
 * jQuery UI Widget 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Widget
 */
(function(b,j){if(b.cleanData){var k=b.cleanData;b.cleanData=function(a){for(var c=0,d;(d=a[c])!=null;c++)b(d).triggerHandler("remove");k(a)}}else{var l=b.fn.remove;b.fn.remove=function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return l.call(b(this),a,c)})}}b.widget=function(a,c,d){var e=a.split(".")[0],f;a=a.split(".")[1];f=e+"-"+a;if(!d){d=c;c=b.Widget}b.expr[":"][f]=function(h){return!!b.data(h,
a)};b[e]=b[e]||{};b[e][a]=function(h,g){arguments.length&&this._createWidget(h,g)};c=new c;c.options=b.extend(true,{},c.options);b[e][a].prototype=b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].concat(f)):d;if(e&&d.charAt(0)==="_")return h;
e?this.each(function(){var g=b.data(this,a),i=g&&b.isFunction(g[d])?g[d].apply(g,f):g;if(i!==g&&i!==j){h=i;return false}}):this.each(function(){var g=b.data(this,a);g?g.option(d||{})._init():b.data(this,a,new c(d,this))});return h}};b.Widget=function(a,c){arguments.length&&this._createWidget(a,c)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(a,c){b.data(c,this.widgetName,this);this.element=b(c);this.options=b.extend(true,{},this.options,
this._getCreateOptions(),a);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},
widget:function(){return this.element},option:function(a,c){var d=a;if(arguments.length===0)return b.extend({},this.options);if(typeof a==="string"){if(c===j)return this.options[a];d={};d[a]=c}this._setOptions(d);return this},_setOptions:function(a){var c=this;b.each(a,function(d,e){c._setOption(d,e)});return this},_setOption:function(a,c){this.options[a]=c;if(a==="disabled")this.widget()[c?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",c);return this},
enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(a,c,d){var e=this.options[a];c=b.Event(c);c.type=(a===this.widgetEventPrefix?a:this.widgetEventPrefix+a).toLowerCase();d=d||{};if(c.originalEvent){a=b.event.props.length;for(var f;a;){f=b.event.props[--a];c[f]=c.originalEvent[f]}}this.element.trigger(c,d);return!(b.isFunction(e)&&e.call(this.element[0],c,d)===false||c.isDefaultPrevented())}}})(jQuery);;
/*!
 * jQuery UI Accordion 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion
 *
 * Depends:
 *	jquery.ui.core.js
 *	jquery.ui.widget.js
 */
(function(c){c.widget("ui.accordion",{options:{active:0,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()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix");
a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");
if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var h=d.closest(".ui-accordion-header");a.active=h.length?h:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion",
function(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a=
this.options;if(a.icons){c("<span></span>").addClass("ui-icon "+a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("tabIndex");
this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();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 ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons();
b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target);
a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+
c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options;
if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);
if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(),
e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,autoHeight:e.autoHeight||
e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false",
"aria-selected":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.12",
animations:{slide:function(a,b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),h=0,f={},g={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/);
f[i]={value:j[1],unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide",
paddingTop:"hide",paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery);;
/*
 * jQuery UI Tabs 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs
 *
 * Depends:
 *	jquery.ui.core.js
 *	jquery.ui.widget.js
 */
(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"<div></div>",remove:null,select:null,show:null,spinner:"<em>Loading&#8230;</em>",tabTemplate:"<li><a href='#{href}'><span>#{label}</span></a></li>"},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&&
e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=
d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]||
(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){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(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected=
this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");
if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))[0]))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));
this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+
g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal",
function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")};
this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected=
-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";
d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},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 e=
d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(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")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b,
e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]);
j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();
if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1<this.anchors.length?1:-1));e.disabled=d.map(d.grep(e.disabled,function(h){return h!=b}),function(h){return h>=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null,
this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this},
load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c,
"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},
url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.12"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k<a.anchors.length?k:0)},b);j&&j.stopPropagation()});e=a._unrotate||(a._unrotate=!e?function(j){j.clientX&&
a.rotate(null)}:function(){t=c.selected;h()});if(b){this.element.bind("tabsshow",h);this.anchors.bind(c.event+".tabs",e);h()}else{clearTimeout(a.rotation);this.element.unbind("tabsshow",h);this.anchors.unbind(c.event+".tabs",e);delete this._rotate;delete this._unrotate}return this}})})(jQuery);;
/*!
 * Cufon v1.09i
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/* Georgia_italic_400.font.js
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface and data copyright 1996 Microsoft Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Georgia is a trademark of Microsoft Corporation.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"137,-194v45,-2,75,30,75,71v0,75,-46,126,-120,129v-44,2,-75,-29,-75,-71v0,-74,46,-126,120,-129xm95,-8v58,-2,76,-64,79,-122v1,-31,-13,-51,-40,-51v-57,0,-76,65,-79,123v-2,29,12,51,40,50","w":220},{"d":"63,-58v-7,22,-7,50,24,41v4,-1,8,-1,10,-2r-3,11v-31,20,-81,15,-67,-33v10,-33,18,-64,22,-100v4,-23,-21,-16,-36,-13r2,-11v30,-19,80,-19,67,32xm87,-266v13,-2,22,11,22,22v1,13,-9,25,-22,25v-12,0,-22,-11,-22,-23v0,-12,9,-25,22,-24","w":107},{"d":"104,-237v-15,-7,-13,-34,5,-33v22,1,25,24,34,38r19,31r-7,6","w":180},{"d":"85,-145v27,-18,41,-43,75,-26v15,13,8,53,-16,53v-24,0,-19,-29,-10,-41v-24,3,-39,17,-53,33r-28,126r-33,0r30,-139v2,-22,-22,-17,-36,-13r3,-11v24,-13,71,-24,68,18","w":166},{"d":"61,-59v-15,32,9,53,44,38r-3,13v-28,16,-91,23,-79,-30r27,-118r-31,0r4,-16r32,0r12,-51r32,0r-12,51r49,0r-4,16r-49,0","w":124},{"d":"21,34v18,1,23,22,28,32v51,-1,69,-48,76,-91v-24,32,-109,47,-100,-17v4,-33,17,-63,21,-97v3,-22,-21,-16,-35,-13r2,-11v29,-19,78,-19,66,32r-20,88v0,44,56,22,70,2r29,-132v10,1,27,-6,33,1v-30,100,-17,250,-142,250v-25,0,-46,-3,-46,-25v0,-10,7,-19,18,-19","w":201},{"d":"83,-174v13,0,26,11,25,24v0,13,-12,24,-25,24v-13,0,-24,-12,-24,-24v-1,-13,11,-24,24,-24xm57,-44v43,3,19,66,0,78v-12,12,-26,21,-41,28r-5,-12v21,-12,42,-25,49,-50v-17,2,-29,-5,-29,-20v0,-13,11,-25,26,-24","w":138},{"d":"194,-9v-27,14,-68,21,-71,-15v-14,12,-30,28,-56,29v-36,0,-56,-29,-55,-68v-1,-78,69,-138,144,-103v5,-25,12,-47,15,-73v2,-19,-18,-16,-34,-18r2,-11r71,-4r2,3r-53,235v-3,23,23,17,38,14xm49,-63v-5,58,53,58,78,22r22,-95v-3,-17,-14,-29,-34,-29v-46,0,-61,51,-66,102","w":207},{"d":"178,-252v-7,37,-39,14,-45,-6v-31,6,-33,50,-43,86r44,0r-3,16r-44,0v-25,90,-19,222,-120,234v-17,2,-30,-6,-30,-21v7,-36,39,-12,45,7v26,-7,33,-36,40,-68r32,-152r-34,0r4,-16r33,0v11,-52,35,-96,91,-100v17,-1,30,6,30,20","w":118},{"d":"208,-230v-3,-6,-12,-7,-23,-8r2,-11r94,0v-1,21,-36,10,-47,26r-99,86r69,111v8,9,18,14,34,14r-3,12r-64,0v-19,-41,-42,-81,-67,-118r-10,0v-6,31,-16,57,-20,90v-2,14,18,13,28,16r-2,12r-104,0r3,-12v18,-1,33,-4,37,-20r43,-188v1,-15,-17,-14,-28,-18r3,-11r103,0r-2,11v-18,2,-36,4,-39,22r-20,89v43,-26,87,-62,112,-103","w":249},{"d":"163,-255v59,-3,99,42,97,102v-3,79,-46,132,-109,153v-10,42,29,60,69,46r-3,13v-46,17,-120,12,-106,-53v-56,-1,-95,-43,-93,-101v4,-92,55,-156,145,-160xm118,-9v73,-5,98,-78,100,-155v1,-43,-18,-80,-59,-77v-70,5,-98,79,-100,154v-1,45,17,81,59,78","w":262},{"d":"123,75r-23,0r-42,-343r23,0","w":168},{"d":"145,-267r-74,321r-93,0r3,-15r62,0r68,-291r-63,0r4,-15r93,0","w":135},{"d":"54,-249v104,-3,216,-9,212,96v-3,96,-66,153,-162,153r-109,0r3,-12v18,1,34,-4,38,-20r43,-189v1,-14,-18,-14,-28,-17xm112,-14v77,0,111,-62,113,-139v2,-59,-40,-92,-104,-82r-46,202v1,17,16,19,37,19","w":269},{"d":"126,-237v-53,-6,-74,25,-91,55r-12,0r15,-67r218,0r-16,67r-12,0v-1,-38,-17,-62,-65,-55r-47,208v-2,17,22,14,35,17r-3,12r-117,0r2,-12v21,0,42,-4,46,-22","w":222},{"d":"139,-177v37,1,57,28,57,67v0,78,-73,140,-142,102v-4,29,-32,78,18,75r-2,11r-97,0r2,-11v18,0,31,-4,34,-19r40,-187v3,-23,-21,-17,-35,-13r2,-11v22,-12,65,-22,69,11v17,-9,30,-25,54,-25xm94,-8v47,-6,62,-50,66,-101v4,-52,-50,-63,-77,-26r-23,100v2,14,16,28,34,27","w":208},{"d":"153,-172v13,-9,36,-4,35,15v-1,22,-30,25,-45,14v-15,11,-28,18,-42,33v21,35,21,110,83,90r-3,12v-18,6,-25,12,-44,11v-42,-3,-42,-59,-59,-88r-21,17r-15,68r-32,0r54,-239v1,-17,-14,-17,-29,-18r3,-11r65,-4r2,3r-43,183v30,-28,58,-63,91,-86","w":190},{"d":"209,-120r-178,0r0,-22r178,0r0,22xm209,-55r-178,0r0,-22r178,0r0,22"},{"d":"59,-65v0,-24,-18,-29,-46,-32r5,-21v53,-1,67,-38,72,-89v5,-47,39,-63,94,-63r-4,13v-86,-3,-36,123,-114,141v-8,5,-25,1,-27,12v26,5,48,14,48,45v0,28,-14,52,-14,79v0,21,18,24,38,25r-3,14v-41,-1,-65,-8,-66,-43v-1,-29,17,-53,17,-81","w":154},{"d":"113,-177v30,-1,50,11,50,36v0,54,-64,60,-116,69v-1,34,11,57,41,57v30,0,42,-15,57,-35r10,8v-15,24,-44,47,-79,47v-42,1,-64,-26,-64,-67v0,-65,37,-112,101,-115xm48,-84v40,-6,84,-15,82,-61v-2,-35,-44,-19,-59,3v-11,16,-20,35,-23,58","w":169},{"d":"115,-177v41,-2,69,28,67,69v-3,65,-37,112,-105,113v-39,1,-66,-29,-65,-69v3,-66,37,-110,103,-113xm83,-7v48,0,61,-56,63,-108v0,-30,-10,-50,-35,-50v-48,0,-62,55,-63,107v-1,30,8,51,35,51","w":193},{"d":"205,32r-4,17r-233,0r4,-17r233,0"},{"d":"165,-100v19,1,27,-17,34,-31r14,5v-10,24,-27,52,-60,52v-32,0,-48,-24,-78,-24v-19,0,-26,16,-34,31r-14,-5v10,-24,28,-51,60,-52v34,-1,47,22,78,24"},{"d":"52,-249v71,4,179,-20,179,50v0,69,-61,93,-139,89r-19,83v-1,15,18,14,32,15r-2,12r-107,0r2,-12v19,0,35,-4,39,-21r42,-189v1,-15,-18,-13,-30,-16xm95,-124v58,5,93,-21,93,-71v0,-35,-28,-45,-67,-41","w":219},{"d":"217,-215v11,-19,-15,-21,-31,-23r3,-11r95,0v-6,21,-41,15,-48,41r-133,211r-15,0r-34,-227v-5,-8,-16,-13,-27,-14r2,-11r101,0r-2,11v-19,3,-37,-1,-34,18r24,169r86,-139v7,-12,11,-20,13,-25","w":239},{"d":"234,-202v0,51,-37,70,-79,81v28,37,29,102,86,109r-3,12r-63,0v-18,-46,-35,-75,-56,-114r-26,0r-20,87v-1,15,17,14,31,15r-3,12r-106,0r3,-12v19,0,35,-4,39,-21r42,-189v2,-15,-18,-14,-29,-16r3,-11v70,5,181,-23,181,47xm96,-128v55,7,94,-22,95,-70v1,-35,-32,-41,-70,-38","w":252},{"d":"63,-226v7,-23,-5,-32,-27,-31r2,-11r66,-4v-11,79,-41,156,-52,238v-3,22,24,19,40,15r-3,11v-31,20,-81,17,-69,-33","w":102},{"d":"12,-64v-1,-77,70,-137,143,-102v11,-1,26,-12,34,-6v-31,99,-12,248,-140,250v-26,0,-47,-4,-47,-25v0,-10,6,-20,18,-19v17,1,22,20,28,32v53,-1,66,-42,77,-90v-18,9,-31,29,-60,28v-36,-1,-53,-30,-53,-68xm49,-64v-6,58,55,57,79,23r20,-95v0,-20,-13,-29,-32,-29v-47,0,-62,51,-67,101","w":206},{"d":"195,-9v-28,16,-70,18,-72,-16v-19,15,-31,31,-63,29v-68,-5,-18,-94,-14,-143v2,-22,-21,-16,-35,-13r2,-11v28,-18,78,-20,66,32r-20,89v-1,42,54,23,68,2r31,-133v11,1,27,-5,33,1r-31,138v-3,22,22,17,37,14","w":207},{"d":"36,-133v1,-71,153,-88,153,-6v0,82,-114,63,-157,108r140,0r-7,31r-165,0v11,-87,143,-52,152,-143v5,-43,-56,-47,-74,-22v3,25,0,47,-25,47v-11,0,-17,-6,-17,-15","w":201},{"d":"49,-170v4,-45,-11,-113,38,-94v12,29,-21,60,-27,94r-11,0","w":77},{"d":"239,-197v9,-32,-13,-38,-34,-41r3,-11r101,0r-3,11v-18,3,-38,6,-43,25v-19,66,-34,145,-52,215r-16,0r-102,-210r-37,170v-2,20,20,24,36,26r-3,12r-102,0r2,-12v37,-2,48,-21,55,-58r30,-139v0,-20,-20,-26,-37,-29r3,-11r72,0r95,195","w":276},{"d":"101,-146v0,24,18,29,46,31r-5,22v-112,-6,-21,163,-166,152r4,-14v86,3,36,-122,114,-140v9,-5,24,-2,27,-12v-64,-1,-47,-75,-34,-124v1,-22,-19,-24,-38,-26r3,-13v42,0,66,7,66,43v0,28,-17,54,-17,81","w":154},{"d":"83,75r-22,0r0,-343r22,0r0,343","w":135},{"d":"46,-44v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24","w":97},{"d":"263,-177v16,0,22,14,22,32v-5,76,-33,150,-106,150v-24,0,-44,-14,-49,-34v-17,15,-30,34,-60,34v-76,0,-31,-92,-24,-144v4,-22,-21,-16,-35,-13r2,-11v28,-18,81,-19,66,32v-8,29,-18,55,-20,89v-3,44,55,24,68,3r31,-134v10,1,27,-6,33,1r-29,129v-1,20,11,30,30,28v47,-5,76,-55,66,-109v-14,-12,-26,-52,5,-53","w":296},{"d":"142,38v-8,20,7,30,27,29r-3,11r-96,0r2,-11v18,0,32,-3,35,-19v4,-23,14,-50,16,-72v-15,10,-30,29,-56,29v-36,0,-56,-29,-55,-68v0,-77,71,-138,144,-103v11,-1,26,-12,34,-6xm49,-63v0,26,4,49,31,48v21,-1,34,-14,47,-26r22,-93v-1,-19,-11,-31,-32,-31v-46,0,-68,50,-68,102","w":199},{"d":"235,-200v8,-29,-13,-36,-34,-38r2,-11r102,0r-2,11v-22,2,-38,6,-45,27v-29,89,-18,219,-142,217v-49,0,-87,-24,-77,-72r35,-154v-1,-13,-16,-17,-28,-18r3,-11r104,0r-3,11v-18,2,-36,5,-39,22v-10,54,-29,104,-34,160v-5,56,84,51,108,21v33,-41,35,-106,50,-165","w":272},{"d":"137,-236v-49,-6,-70,32,-91,57r-13,0r24,-70r187,0r-2,6r-206,230v39,0,86,3,113,-10v16,-13,38,-38,49,-55r13,0r-27,78r-200,0r2,-6r206,-230r-55,0","w":216},{"w":86},{"d":"118,-170v4,-46,-12,-113,38,-94v12,29,-21,60,-28,94r-10,0xm52,-170v4,-46,-12,-113,38,-94v12,29,-21,60,-28,94r-10,0","w":148},{"d":"159,-58v-9,26,-1,52,33,38r-2,11v-32,19,-80,17,-68,-33r22,-89v-2,-44,-59,-19,-72,2r-30,129r-32,0r54,-239v1,-17,-14,-17,-29,-18r3,-11r65,-4r2,3r-28,121v25,-32,109,-48,100,17v-4,26,-10,49,-18,73","w":202},{"d":"37,-134v2,-65,150,-89,150,-11v0,43,-34,57,-66,71v28,4,54,16,52,48v-3,60,-48,88,-111,90v-33,1,-62,-16,-65,-43v-3,-27,39,-42,43,-14v1,11,-8,21,-11,29v43,36,107,-3,107,-65v0,-32,-30,-35,-65,-33r4,-20v48,6,73,-24,75,-66v2,-41,-53,-39,-70,-18v2,27,-3,48,-28,48v-12,0,-15,-6,-15,-16","w":198},{"d":"136,-55v0,37,-34,60,-72,60v-28,0,-61,-9,-61,-33v0,-10,8,-20,18,-20v29,1,14,43,47,41v24,-1,38,-13,38,-36v0,-44,-83,-25,-80,-79v2,-37,39,-60,85,-55v17,2,37,9,37,27v0,30,-38,19,-40,-2v-11,-27,-55,-8,-52,18v5,44,80,27,80,79","w":155},{"d":"169,-58v-9,19,-9,51,23,40v4,-1,8,-1,10,-2r-3,11v-31,20,-82,16,-67,-33v9,-29,16,-57,21,-89v-3,-45,-56,-19,-71,2r-30,129r-33,0r31,-139v2,-22,-22,-17,-36,-13r3,-11v24,-14,68,-21,69,16v23,-16,33,-30,66,-30v59,0,25,80,17,119","w":212},{"d":"215,-228v-1,-7,-18,-10,-27,-10r3,-11r93,0r-3,11v-48,3,-64,41,-92,66v-23,20,-21,23,-36,38v20,40,32,87,59,119v4,4,15,3,23,3r-3,12r-112,0r3,-12v18,0,41,0,32,-24r-29,-73v-23,25,-58,55,-76,88v0,9,17,8,27,9r-2,12r-94,0r2,-12v51,-3,67,-41,94,-68r42,-43r-47,-102v-3,-9,-20,-12,-32,-13r3,-11r111,0r-3,11v-19,0,-44,3,-32,23v10,29,15,40,28,68v27,-31,49,-48,68,-81","w":255},{"d":"73,-199v8,-25,-9,-38,-30,-39r3,-11r84,0r27,187r107,-175v3,-6,5,-10,5,-12r84,0r-3,11v-18,2,-36,5,-39,22r-42,188v-1,13,16,15,29,16r-2,12r-110,0r3,-12v21,0,41,-5,44,-22r43,-186r-2,0r-136,216r-9,0r-31,-220r-2,0r-39,171v-8,29,10,39,33,41r-3,12r-100,0r2,-12v38,-1,46,-21,54,-57","w":333},{"d":"163,-267r-3,15r-63,0r-67,291r62,0r-3,15r-94,0r74,-321r94,0","w":135},{"d":"78,-214v7,-19,-16,-23,-30,-24r3,-11r193,0r-14,60r-13,0v-1,-33,-16,-53,-56,-47r-40,0r-23,100v45,5,71,-10,78,-41r13,0r-22,97v-8,1,-17,2,-12,-10v4,-35,-27,-34,-60,-33v-6,32,-16,59,-20,93v2,18,13,13,37,16v65,7,75,-31,98,-59r12,0r-21,73r-208,0r3,-12v20,0,37,-4,41,-21","w":235},{"d":"51,-181v-5,-75,161,-112,161,-21v0,36,-28,58,-59,71v25,12,44,26,44,56v0,47,-54,81,-106,81v-41,0,-74,-20,-74,-58v0,-45,28,-61,68,-76v-19,-13,-32,-28,-34,-53xm142,-137v35,-12,59,-104,-1,-106v-41,-2,-75,51,-42,82v9,8,24,16,43,24xm98,-7v48,0,87,-58,47,-89v-13,-10,-30,-19,-48,-26v-50,11,-68,115,1,115","w":214},{"d":"163,-255v59,-3,100,42,97,102v-5,89,-56,154,-145,159v-58,3,-100,-42,-97,-101v4,-92,55,-156,145,-160xm118,-9v73,-5,98,-78,100,-155v1,-43,-18,-80,-59,-77v-70,5,-98,79,-100,154v-1,45,17,81,59,78","w":262},{"d":"78,-214v7,-19,-16,-23,-30,-24r3,-11r196,0r-15,62r-13,0v-1,-33,-15,-49,-55,-49r-43,0r-23,101v45,4,73,-7,80,-41r14,0r-23,98v-16,4,-12,-8,-13,-22v-2,-27,-34,-21,-62,-22v-6,32,-16,60,-20,94v-1,15,19,14,31,16r-3,12r-108,0r3,-12v19,0,35,-3,39,-20","w":215},{"d":"48,-44v44,2,20,67,0,78v-12,12,-26,21,-40,28r-6,-12v22,-11,42,-26,50,-50v-17,2,-30,-5,-30,-20v0,-13,11,-25,26,-24","w":97},{"d":"19,-6v29,0,16,32,9,43v43,41,112,-16,105,-74v4,-55,-76,-50,-95,-20r-11,-5r42,-127r127,0r-8,31r-111,0r-24,75v37,-28,122,-19,118,43v-5,63,-47,101,-111,104v-32,2,-63,-15,-65,-42v-1,-14,10,-28,24,-28","w":190},{"d":"155,-42v-14,23,-44,46,-77,47v-42,0,-67,-27,-66,-69v2,-64,34,-109,97,-113v30,-1,49,12,52,37v3,28,-38,43,-42,15v0,-8,9,-25,10,-31v-45,-33,-84,36,-81,87v2,30,12,54,41,54v27,-1,42,-17,56,-35","w":163},{"d":"172,-160v-60,2,-128,-13,-134,40r-12,0r16,-69r165,0r-2,12r-180,241r-23,0","w":178},{"d":"194,-38r-6,22r-36,0r-19,80r-34,0r19,-80r-113,0r7,-29r156,-148r24,0r-35,155r37,0xm150,-154r-123,116r96,0","w":203},{"d":"83,-174v13,0,26,11,25,24v0,13,-12,24,-25,24v-13,0,-24,-12,-24,-24v-1,-13,11,-24,24,-24xm57,-44v43,3,19,66,0,78v-12,12,-26,21,-41,28r-5,-12v21,-12,42,-25,49,-50v-17,2,-29,-5,-29,-20v0,-13,11,-25,26,-24","w":138},{"d":"211,-87r-80,0r0,79r-22,0r0,-79r-79,0r0,-22r79,0r0,-80r22,0r0,80r80,0r0,22"},{"d":"125,-109r-6,27r-105,0r6,-27r105,0","w":134},{"d":"17,-165v30,-19,82,-19,68,32v-24,84,-22,201,-116,211v-31,3,-41,-40,-12,-40v16,0,22,15,28,26v52,-32,51,-133,67,-205v5,-23,-24,-16,-38,-12xm88,-266v14,0,23,10,23,22v0,13,-10,25,-23,25v-12,0,-22,-12,-22,-23v0,-11,10,-24,22,-24","w":104},{"d":"273,-58v-8,26,-1,53,33,38r-2,11v-32,19,-83,17,-68,-33v9,-29,18,-57,22,-89v3,-26,-25,-30,-45,-20v-8,4,-16,11,-25,21r-31,130r-33,0r31,-132v-5,-41,-57,-21,-73,3r-30,129r-33,0r31,-139v2,-22,-22,-17,-36,-13r3,-11v24,-14,68,-21,69,16v24,-17,33,-29,66,-30v20,-1,33,15,37,31v23,-17,35,-31,68,-31v59,0,28,82,16,119","w":316},{"d":"133,-160v35,-1,61,29,59,64v-3,61,-40,100,-101,102v-105,3,-74,-156,-23,-201v30,-27,72,-55,121,-61r0,17v-64,7,-103,52,-123,104v20,-15,38,-24,67,-25xm95,-7v35,-1,60,-44,60,-84v0,-57,-64,-60,-93,-27v-11,37,-15,113,33,111","w":203},{"d":"144,-136v85,37,27,141,-57,141v-27,0,-50,-8,-65,-18v-5,7,-9,16,-24,13r18,-85r14,0v3,43,17,76,63,76v33,0,59,-21,58,-54v-4,-69,-111,-38,-111,-114v0,-71,95,-98,147,-60v5,-7,9,-15,24,-12r-18,82r-14,0v-1,-40,-11,-74,-54,-74v-43,0,-70,67,-28,85","w":201},{"d":"122,-158v-49,-4,-80,2,-88,39r-10,0r10,-53r130,0r-2,10r-126,148r64,-1v21,-4,24,-30,34,-46r11,0r-12,61r-138,0r3,-12","w":159},{"d":"207,-131r-40,0r-17,44r46,0r-5,22r-49,0r-24,65r-20,0r25,-65r-39,0r-24,65r-20,0r25,-65r-38,0r5,-22r41,0r17,-44r-46,0r5,-22r49,0r24,-63r19,0r-24,63r38,0r24,-63r20,0r-24,63r37,0xm148,-131r-39,0r-17,45r39,0"},{"d":"152,-171v14,-9,37,-6,36,13v0,22,-29,22,-46,15v-12,13,-28,33,-38,51v10,38,14,90,67,72r-3,12v-29,15,-68,18,-77,-18r-10,-39v-21,25,-31,63,-69,68v-12,1,-19,-6,-19,-18v0,-22,31,-23,46,-14v11,-12,28,-33,38,-50v-10,-32,-10,-93,-62,-72r3,-12v13,-6,26,-12,39,-12v37,-1,34,41,43,69v14,-21,30,-52,52,-65","w":180},{"d":"41,-172v30,2,55,-8,70,-22r15,0r-39,165v-1,17,23,15,36,17r-3,12r-118,0r3,-12v21,-2,44,-1,48,-21r29,-125r-44,0","w":154},{"d":"160,-177v16,0,23,14,23,32v-5,76,-35,144,-108,150v-36,3,-57,-26,-48,-63r20,-81v3,-22,-24,-16,-37,-12r3,-12v29,-19,78,-19,66,32r-20,87v0,19,10,29,29,29v54,0,89,-81,55,-128v-9,-13,0,-34,17,-34","w":193},{"d":"78,-153v36,-42,112,-25,109,43v-4,80,-68,138,-147,106v-11,-5,-17,-13,-24,-23r48,-212v1,-17,-14,-17,-29,-18r2,-11r66,-4v-3,39,-18,80,-25,119xm85,-7v48,-4,61,-52,66,-102v5,-53,-53,-61,-78,-26r-23,104v3,15,16,25,35,24","w":199},{"d":"49,-269v107,12,83,189,35,257v-28,40,-60,65,-100,70r3,-15v76,-23,105,-118,105,-216v0,-42,-11,-77,-46,-83","w":135},{"d":"117,-238v-14,61,-32,93,-52,162r-14,0r21,-156v1,-22,43,-37,45,-6xm48,-44v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24","w":119},{"d":"79,-214v6,-19,-17,-22,-32,-24r3,-11r112,0r-3,11v-19,3,-38,3,-42,22r-43,188v-1,15,21,13,33,16r-2,12r-113,0r3,-12v19,0,38,-4,42,-20","w":140},{"d":"83,-174v13,0,26,11,25,24v0,13,-12,24,-25,24v-13,0,-24,-12,-24,-24v-1,-13,11,-24,24,-24xm54,-44v13,0,25,12,25,24v0,13,-12,24,-25,24v-13,0,-24,-12,-24,-24v0,-12,11,-24,24,-24","w":138},{"d":"179,41v40,0,67,-10,89,-29r6,9v-23,20,-54,36,-96,34v-86,-3,-144,-51,-144,-139v0,-93,62,-157,159,-157v74,0,115,43,117,115v1,52,-32,102,-83,102v-21,0,-35,-12,-38,-29v-9,15,-21,27,-41,28v-29,0,-41,-19,-41,-48v0,-49,33,-90,82,-95v16,-2,24,11,28,22r8,-20r26,0v-12,39,-28,73,-37,114v0,11,6,17,17,17v41,-2,66,-46,64,-93v-2,-62,-38,-98,-104,-98v-80,0,-128,56,-128,139v0,78,37,128,116,128xm138,-70v-3,36,24,37,39,20v19,-21,25,-52,36,-80v-3,-16,-8,-27,-24,-28v-36,7,-47,47,-51,88","w":334},{"d":"233,-214v6,-18,-14,-23,-28,-24r3,-11r103,0r-2,11v-18,2,-34,5,-38,22r-43,188v1,12,15,16,28,16r-2,12r-104,0r3,-12v18,0,34,-4,38,-20r21,-90r-117,0v-6,32,-18,60,-21,94v-1,13,15,16,28,16r-3,12r-103,0r2,-12v18,-1,34,-3,38,-20r43,-188v1,-15,-17,-16,-29,-18r3,-11r104,0r-3,11v-18,2,-34,5,-38,22r-18,79r118,0","w":293},{"d":"42,-74v29,-1,15,34,5,43v6,14,18,19,38,21r21,-91v-27,-12,-58,-21,-59,-57v-1,-42,47,-70,89,-70r8,-40r17,0r-10,40v29,3,54,17,57,43v3,25,-36,37,-40,11v11,-20,11,-41,-20,-41r-19,85v28,11,61,22,62,58v1,45,-45,75,-93,75r-11,50r-17,0r12,-49v-32,-1,-63,-19,-64,-48v0,-15,9,-30,24,-30xm133,-214v-52,-8,-75,63,-25,77r6,3xm101,-9v57,9,79,-77,20,-88","w":219},{"d":"107,-255v31,-1,48,19,48,49v0,43,-31,81,-73,81v-30,0,-50,-19,-49,-49v2,-47,27,-79,74,-81xm84,-137v27,0,43,-40,43,-73v0,-17,-7,-34,-23,-34v-28,0,-43,40,-42,74v-1,17,6,33,22,33xm225,-125v30,-1,49,20,49,50v1,42,-32,80,-74,80v-30,0,-51,-19,-49,-49v3,-45,27,-80,74,-81xm203,-6v28,0,43,-41,42,-74v1,-17,-6,-33,-22,-33v-28,0,-42,39,-42,74v0,17,6,33,22,33xm295,-250r-257,250r-25,0r256,-250r26,0","w":294},{"d":"18,-94v-4,-114,106,-196,209,-143v5,-7,9,-15,24,-12r-19,89r-15,0v2,-47,-11,-84,-56,-81v-70,4,-102,69,-102,144v0,45,25,84,68,84v40,0,67,-28,83,-57r13,7v-26,43,-54,69,-112,69v-59,0,-92,-39,-93,-100"},{"d":"125,-109r-6,27r-105,0r6,-27r105,0","w":134},{"d":"201,-133v-2,-10,-15,-10,-27,-13r3,-12r94,0r-3,12v-60,3,-67,64,-102,92v12,23,31,42,66,42r-3,12r-68,0r-20,-32v-20,17,-41,37,-76,38v-34,1,-64,-22,-62,-56v3,-48,35,-67,76,-89v-34,-44,-12,-120,54,-116v26,2,48,14,47,41v-2,43,-28,52,-66,72r45,79v16,-21,36,-40,42,-70xm109,-152v27,-14,47,-27,48,-61v0,-17,-9,-28,-26,-28v-44,0,-44,60,-22,89xm84,-128v-43,12,-65,111,-1,111v21,0,38,-11,51,-24","w":255},{"d":"122,-194v73,-4,87,83,60,143v-28,62,-81,106,-159,116r0,-17v67,-10,103,-46,124,-101v-39,39,-131,28,-126,-40v4,-59,41,-98,101,-101xm59,-96v-4,53,64,58,92,26v12,-33,14,-113,-32,-111v-43,2,-57,43,-60,85","w":203},{"w":86},{"d":"95,58v-106,-13,-84,-190,-35,-258v28,-40,60,-64,100,-69r-3,14v-75,24,-105,118,-105,216v0,43,11,78,46,84","w":135},{"d":"54,-249v66,6,171,-23,174,44v2,48,-40,58,-73,72v31,5,62,17,62,53v0,96,-123,79,-222,80r3,-12v19,0,36,-5,39,-21r42,-188v0,-14,-17,-15,-28,-17xm98,-139v55,4,88,-16,88,-65v0,-31,-30,-34,-65,-32xm107,-13v68,0,99,-114,19,-112r-31,1r-21,94v1,14,16,17,33,17","w":235},{"d":"326,-213v10,-21,-8,-23,-28,-25r2,-11r92,0r-2,11v-22,3,-37,14,-45,31r-113,210r-15,0r-21,-192r-109,192r-15,0r-11,-217v0,-17,-14,-22,-29,-24r3,-11r100,0r-3,11v-52,-1,-35,33,-32,86r5,93r105,-187r16,0r21,191","w":351},{"d":"202,-88r-163,84r0,-24r136,-70r-136,-71r0,-24r163,85r0,20"},{"d":"18,-95v0,-119,116,-194,219,-142v5,-7,9,-15,24,-12r-19,87r-14,0v-2,-46,-15,-82,-64,-79v-73,5,-99,70,-105,148v-5,68,63,107,114,69v6,-18,12,-36,14,-59v2,-18,-23,-15,-36,-18r2,-11r110,0r-3,11v-46,-1,-42,50,-51,85v-72,39,-191,27,-191,-79","w":261},{"d":"198,-213v17,-17,-2,-26,-23,-25r3,-11r89,0v-6,22,-35,15,-47,36v-29,32,-61,73,-87,109v-8,20,-16,49,-19,74v-2,17,21,16,35,18r-3,12r-116,0r2,-12v21,-1,43,-2,45,-22v4,-29,22,-59,9,-88v-18,-40,-12,-106,-61,-116r3,-11r102,0v3,24,-46,-2,-35,32r30,96","w":221},{"d":"112,-196v25,1,58,-24,65,3v-6,26,-43,1,-65,3v11,18,30,26,37,47v0,6,-7,12,-13,12v-22,-8,-15,-32,-29,-56v-14,22,-6,48,-28,56v-6,0,-14,-5,-13,-12v5,-21,25,-28,36,-47v-23,-3,-59,23,-65,-3v7,-27,41,-1,65,-3v-10,-18,-31,-28,-36,-48v-1,-6,8,-12,13,-12v21,5,16,39,28,57v14,-20,7,-51,29,-57v5,0,14,6,13,12v-5,20,-23,26,-37,48","w":169},{"d":"132,-214v6,-20,-18,-22,-33,-24r3,-11r111,0r-3,11v-18,1,-39,4,-40,22v-28,88,-13,217,-125,222v-31,1,-54,-16,-54,-46v-1,-21,13,-46,32,-44v41,5,3,52,-9,64v12,21,63,15,69,-8v26,-51,32,-125,49,-186","w":186},{"d":"185,-268r-181,343r-24,0r181,-343r24,0","w":168},{"d":"193,-9v-28,15,-67,19,-72,-14v-14,12,-29,27,-54,28v-36,0,-56,-29,-55,-68v0,-76,70,-138,143,-103v11,-1,26,-12,34,-6r-31,138v-3,22,22,17,37,14xm49,-63v-6,56,52,60,76,23r22,-94v1,-21,-11,-31,-31,-31v-46,0,-62,51,-67,102","w":206},{"d":"111,-255v71,-5,84,85,39,122v-19,15,-40,25,-69,29r-9,38r-16,0r14,-67v43,-4,74,-22,74,-70v0,-36,-36,-48,-61,-32v2,25,-3,42,-26,42v-9,0,-14,-7,-15,-15v5,-31,33,-45,69,-47xm57,-44v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24","w":172},{"d":"207,-140r-26,0r-56,-92r-57,92r-26,0r73,-116r19,0"},{"d":"77,-46v-16,38,25,36,60,31v27,-3,25,-15,43,-32v14,-13,10,-29,33,-27r-22,74r-195,0r2,-12v19,0,35,-4,39,-21r42,-187v1,-14,-19,-15,-29,-18r3,-11r105,0r-2,11v-18,3,-36,5,-40,23","w":217},{"d":"154,-101r-16,-98r-60,98r76,0xm38,-25v2,11,19,11,32,13r-2,12r-96,0r3,-12v24,-2,37,-13,48,-30r130,-211r14,0r37,227v5,8,14,15,28,14r-3,12r-102,0r3,-12v14,-2,33,0,35,-13r-9,-62r-87,0v-11,20,-25,40,-31,62","w":241},{"d":"201,-4r-163,-84r0,-20r163,-85r0,24r-135,71r135,70r0,24"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+144-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("DzeVCdAg]?0kD`$Y%d;^hzh0x-AVed0kx-!^]?P*eEX82Kg>rz$+#*PFG-PdbV;#x;VtE=M@Hxc$CV0BT;ebCz%Vr>%G)xiJM`St;z=h!DlrAGH[PboTE?x2e]C#%5)+j>9u$d*I|6@8ckWiq^KgV-~RFnYX0Bsk%~;E?$qVrSMjr;i>]SAKC$jA?gTRog28A?r~A;qVrSr~ebc#%oJi2?P6Coeo5>ARrxe>Db;!GuMh!`ESlb2Fh`j`EKF=?b|Dx`0jHVFr[oi>l*AiCz$gD`h>Dbq|HoJ8#SV>l*J8CSVildq$Cd%g]`q*H?hke>F*C=$i]=r05~gY]?2I2>FW]KgWx>+sG*%~%VikDoXIHKIkDVikCd;g%x!jC=MW]?Fgx`F9C-g|!`0|l*P$#~[ICz092xP|C-Rk]z0K%zFjC?T|D?eW#>+Y]oq8G^8@]b$*?-AC]EV%HxMC]EV0Db+|")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":231,"face":{"font-family":"Georgia","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 4 5 2 5 4 5 9 3 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-63 -272.094 392 78.3031","underline-thickness":"16.875","underline-position":"-23.7305","slope":"-13","unicode-range":"U+0020-U+007E"}}));
/* Univers_400.font.js
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * The digitally encoded machine readable software for producing the Typefaces licensed to you is copyrighted (c) 1987, 1991, 1993, 1994 Adobe Systems. All Rights Reserved. This software is the property of Adobe Systems Incorporated and its licensors, and may not be reproduced, used, displayed, modified, disclosed or transferred without the express written approval of Adobe.
 * The digitally encoded machine readable outline data for producing the Typefaces licensed to you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All Rights Reserved. This data is the property of Linotype-Hell AG and/or its subsidiaries and may not be reproduced, used, displayed, modified, disclosed or transferred without the express written approval of Linotype-Hell AG and/or its subsidiaries.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"197,-76r-184,72r0,-31r146,-55r-146,-56r0,-31r184,72r0,29","w":210},{"d":"34,0r0,-260r155,0r0,31r-118,0r0,81r111,0r0,30r-111,0r0,118r-37,0"},{"d":"97,5v-37,0,-81,-29,-81,-93v0,-75,46,-97,82,-97v12,0,39,2,56,22v13,15,14,30,15,40r-34,0v-1,-8,-3,-38,-36,-38v-47,0,-47,54,-47,68v0,37,9,72,45,72v29,0,38,-21,39,-39r34,0v-2,35,-28,65,-73,65","w":180},{"d":"-3,6r84,-263r23,0r-83,263r-24,0","w":100},{"d":"13,-76r0,-29r184,-72r0,31r-146,56r146,55r0,31","w":210},{"d":"181,0v-18,-45,7,-128,-69,-117r-45,0r0,117r-36,0r0,-260v74,1,175,-18,181,65v2,30,-27,60,-49,63v54,7,35,87,56,132r-38,0xm66,-148v49,-4,105,17,109,-40v-11,-64,-58,-36,-109,-42r0,82","w":240},{"d":"98,0r0,-210v-15,13,-40,28,-58,36r0,-36v23,-12,46,-27,60,-39r32,0r0,249r-34,0"},{"d":"219,-71v0,96,-98,65,-185,71r0,-260v81,2,177,-17,177,66v0,43,-31,53,-44,58v15,4,52,15,52,65xm69,-230r0,80r51,0v12,0,54,0,54,-41v0,-59,-58,-33,-105,-39xm69,-119r0,90v52,0,111,9,113,-45v2,-50,-61,-47,-113,-45","w":240},{"d":"158,-29v-6,16,-42,33,-61,33v-24,0,-78,-13,-78,-92v0,-69,40,-99,82,-99v39,0,52,23,56,31r0,-104r34,0r1,260r-34,0r0,-29xm158,-93v-2,-46,-13,-69,-53,-69v-50,0,-50,61,-50,73v0,32,9,69,50,69v53,0,53,-59,53,-73","w":219},{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},{"d":"32,-270r30,0r0,360r-30,0r0,-360","w":93},{"d":"18,-260r46,0r70,100r70,-100r44,0r-93,125r97,135r-45,0r-77,-112r-80,112r-43,0r101,-136","w":259},{"d":"30,-98r61,-151r28,0r62,151r-31,0r-46,-114r-44,114r-30,0","w":210},{"d":"30,-140r0,-43r40,0r0,43r-40,0xm30,0r0,-42r40,0r0,42r-40,0","w":100},{"d":"32,-260r36,0r0,112r123,0r0,-112r36,0r0,260r-36,0r0,-117r-123,0r0,117r-36,0r0,-260","w":259},{"d":"32,0r0,-260r64,0r74,214r75,-214r59,0r0,260r-35,0r0,-234r-85,234r-35,0r-82,-233r0,233r-35,0","w":339},{"d":"11,0r0,-35r96,-120r-91,0r0,-26r130,0r0,29r-100,126r100,0r0,26r-135,0","w":159},{"d":"187,-203v17,0,40,13,42,28r6,-23r25,0v-9,34,-28,66,-28,102v0,13,11,15,16,15v23,0,50,-32,50,-79v0,-62,-49,-91,-103,-91v-68,0,-128,45,-128,125v0,115,150,146,222,82r9,12v-32,23,-64,38,-109,38v-81,0,-138,-53,-138,-133v0,-91,72,-140,144,-140v62,0,120,36,120,109v0,58,-39,95,-73,95v-18,1,-34,-15,-28,-36v-4,9,-17,36,-50,36v-28,0,-48,-21,-48,-55v0,-39,28,-85,71,-85xm171,-81v45,0,70,-104,22,-104v-29,0,-48,42,-48,69v0,19,8,35,26,35","w":365},{"d":"114,-158v-74,0,-41,93,-48,158r-34,0r0,-260r34,0r0,106v31,-47,122,-44,122,41r0,113r-35,0r0,-107v0,-16,0,-51,-39,-51","w":219},{"d":"85,-26v27,2,42,-27,42,-54r0,-180r36,0r0,190v-2,73,-94,103,-142,47v-14,-16,-13,-38,-13,-48r38,0v-1,27,8,43,39,45"},{"d":"41,-181v-8,-67,20,-91,81,-81r0,27v-27,-3,-54,5,-47,26r0,28r42,0r0,25r-42,0r0,156r-34,0r0,-156r-35,0r0,-25r35,0","w":119},{"d":"193,-181r-80,182r-26,67r-35,0r28,-69r-76,-180r38,0r57,143r58,-143r36,0"},{"d":"22,45r0,-19r34,0r0,-277r-34,0r0,-19r62,0r0,315r-62,0","w":119},{"d":"37,45r0,-315r62,0r0,19r-34,0r0,277r34,0r0,19r-62,0","w":119},{"d":"156,6v-94,2,-131,-56,-131,-132v0,-26,7,-87,56,-120v26,-17,59,-18,72,-18v21,0,52,2,77,27v15,16,16,32,17,42r-39,0v-4,-24,-24,-41,-59,-41v-90,1,-110,116,-63,187v21,32,97,29,126,18r0,-77r-59,0r0,-30r95,0r0,128v-15,5,-48,16,-92,16","w":280},{"d":"90,-271v-10,29,-31,113,-31,154v0,51,13,93,34,161r-24,0v-19,-48,-43,-107,-43,-160v-1,-52,28,-124,41,-155r23,0","w":119},{"d":"153,-64v-41,0,-111,-62,-123,1r-20,0v0,-26,21,-56,47,-54v26,-9,116,64,124,-1r20,0v-5,47,-34,54,-48,54","w":210},{"d":"203,-94v0,99,-96,122,-139,67r0,27r-33,0r1,-260r34,0r0,106v5,-8,18,-31,59,-31v45,0,78,22,78,91xm167,-92v0,-18,-3,-70,-50,-70v-52,0,-52,60,-52,72v0,12,0,68,50,68v42,0,52,-40,52,-70","w":219},{"d":"90,0r0,-77r-77,0r0,-27r77,0r0,-77r30,0r0,77r77,0r0,27r-77,0r0,77r-30,0","w":210},{"d":"0,-103r0,-19v5,0,21,-2,33,-11v16,-12,14,-29,14,-52v0,-39,1,-81,74,-85r0,18v-94,13,4,123,-93,139v96,13,-2,124,93,140r0,18v-76,-6,-74,-43,-74,-95v0,-23,1,-48,-47,-53","w":120},{"d":"233,-260r-96,260r-39,0r-93,-260r40,0r74,222r78,-222r36,0","w":240},{"d":"17,-59r37,0v0,22,12,36,40,36v55,0,56,-64,54,-103v-39,60,-133,30,-132,-48v0,-57,41,-80,80,-80v27,0,66,11,80,61v4,15,7,33,7,67v0,37,-1,132,-92,132v-34,0,-73,-13,-74,-65xm144,-173v0,-36,-24,-54,-48,-54v-29,0,-45,24,-45,54v0,32,20,51,47,51v28,0,46,-21,46,-51"},{"d":"140,5v-45,-1,-107,-24,-107,-107r0,-158r36,0r0,161v-3,57,36,72,71,72v70,0,71,-54,71,-73r0,-160r35,0r0,160v0,14,-1,43,-22,69v-26,32,-65,36,-84,36","w":280},{"d":"104,0r0,-102r-101,-158r44,0r77,128r78,-128r40,0r-102,160r0,100r-36,0","w":240},{"d":"101,-24v28,0,50,-25,50,-54r0,-103r35,0r1,181r-35,0r-1,-31v-6,13,-18,33,-57,33v-93,0,-60,-103,-66,-183r35,0r0,117v0,18,3,40,38,40","w":219},{"d":"32,0r0,-260r34,0r0,260r-34,0","w":100},{"d":"4,-157r0,-24r32,0r0,-38r33,-11r0,49r41,0r0,24r-41,0r0,109v-7,14,21,30,41,22r0,26v-32,6,-74,6,-74,-36r0,-121r-32,0","w":119},{"d":"4,-181r37,0r44,144r46,-144r44,0r41,143r45,-143r35,0r-63,181r-39,0r-43,-149r-47,149r-40,0","w":299},{"d":"30,-222r0,-37r41,0r0,37r-41,0xm0,69r0,-24v27,1,33,-3,33,-32r0,-194r34,0r0,198v0,17,-1,54,-46,54v-4,0,-12,-1,-21,-2","w":100},{"d":"35,-249r30,0r-5,88r-20,0","w":100},{"d":"113,-159v-76,0,-38,93,-47,159r-35,0r0,-181r34,0r0,27v28,-54,107,-29,116,2v6,-10,21,-33,61,-33v26,0,66,11,66,64r0,121r-34,0r0,-116v-1,-34,-12,-38,-41,-43v-73,5,-38,94,-46,159r-34,0r0,-120v0,-22,-13,-39,-40,-39","w":339},{"d":"13,-219r0,-30r164,0r0,30r-91,219r-41,0r96,-219r-128,0"},{"d":"28,-222r0,-37r41,0r0,37r-41,0xm32,0r0,-181r34,0r0,181r-34,0","w":100},{"d":"31,69r-1,-250r34,0r0,30v17,-28,47,-33,62,-33v39,0,76,27,76,94v0,96,-93,123,-138,70r0,89r-33,0xm63,-85v0,22,3,67,51,67v9,0,28,-1,38,-18v28,-46,25,-122,-35,-122v-54,0,-54,57,-54,73","w":219},{"d":"13,0r0,-36r150,-192r-146,0r0,-32r189,0r0,36r-152,192r154,0r0,32r-195,0","w":219},{"d":"122,0r0,-54r-112,0r0,-43r108,-155r39,0r0,169r36,0r0,29r-36,0r0,54r-35,0xm37,-83r86,0r0,-132"},{"d":"156,0v-5,-62,22,-159,-42,-158v-24,0,-47,18,-47,54r0,104r-34,0r-1,-181r34,0r1,29v4,-8,17,-32,58,-32v16,0,65,6,65,61r0,123r-34,0","w":219},{"d":"13,-113r0,-28r184,0r0,28r-184,0xm13,-40r0,-28r184,0r0,28r-184,0","w":210},{"d":"209,-189v0,65,-59,78,-141,73r0,116r-36,0r0,-260r87,0v53,-5,90,24,90,71xm68,-231r0,85v49,-3,97,14,103,-44v-7,-60,-55,-36,-103,-41","w":219},{"d":"156,-20v-46,53,-138,27,-138,-71v0,-105,106,-113,137,-60r1,-30r34,0r0,250r-34,0r0,-89xm53,-93v-2,27,14,75,54,75v42,0,50,-33,50,-69v0,-15,-1,-71,-55,-71v-49,0,-49,51,-49,65","w":219},{"d":"173,-203r0,27r-62,-7r37,50r-24,15r-24,-57r-26,56r-24,-13r38,-51r-60,6r0,-27r61,8r-37,-50r24,-13r24,56r25,-57r24,14r-38,50"},{"d":"29,0r0,-43r40,0r0,43r-40,0","w":100},{"d":"180,-57v-5,33,-22,59,-77,62v-94,6,-110,-132,-49,-177v17,-12,40,-13,50,-13v81,0,79,71,78,101r-130,0v-13,64,84,93,95,27r33,0xm54,-108r94,0v0,-17,-3,-53,-45,-53v-22,0,-48,13,-49,53"},{"d":"18,-88v0,-45,21,-97,92,-97v72,0,89,56,89,94v0,53,-30,97,-92,97v-60,0,-89,-41,-89,-94xm54,-90v0,37,15,71,54,71v26,0,55,-19,55,-73v0,-45,-21,-69,-53,-69v-22,0,-56,14,-56,71","w":219},{"d":"33,0r0,-260r36,0r0,228r121,0r0,32r-157,0"},{"d":"15,-81r0,-27r90,0r0,27r-90,0","w":119},{"d":"94,-260r-8,201r-25,0r-7,-201r40,0xm54,0r0,-36r38,0r0,36r-38,0","w":140},{"d":"30,44v10,-29,31,-113,31,-154v0,-51,-13,-93,-34,-161r24,0v19,48,43,107,43,160v1,52,-28,124,-41,155r-23,0","w":119},{"d":"99,5v-67,-10,-83,-44,-83,-127v0,-37,4,-132,83,-132v75,0,84,80,84,127v0,81,-27,127,-84,132xm50,-123v0,55,11,98,49,98v42,0,49,-54,49,-99v0,-60,-10,-101,-48,-101v-44,0,-50,57,-50,102"},{"d":"80,0r-76,-181r38,0r58,144r56,-144r37,0r-79,181r-34,0"},{"w":100},{"d":"3,0r110,-260r38,0r105,260r-39,0r-28,-68r-121,0r-28,68r-37,0xm130,-224r-50,127r98,0","w":259},{"d":"41,-43r41,0r-40,88r-24,0","w":100},{"d":"121,-93r70,93r-44,0r-52,-72r-51,72r-40,0r72,-95r-68,-86r45,0r48,68r50,-68r40,0"},{"d":"42,-167v38,-36,129,-24,129,35v0,50,-4,80,1,132r-30,0v-3,-9,-3,-18,-3,-27v-32,62,-121,31,-120,-21v0,-14,4,-38,32,-52v30,-15,55,-13,87,-11v3,-39,-11,-52,-38,-52v-34,0,-36,24,-36,31r-34,0v1,-9,1,-24,12,-35xm138,-88v-30,-1,-85,-8,-85,36v0,12,8,31,38,31v36,0,48,-23,47,-67"},{"d":"3,-260r38,0r57,214r61,-214r45,0r59,216r59,-216r35,0r-77,260r-40,0r-60,-222r-64,222r-39,0","w":360},{"d":"271,0v-49,-1,-92,5,-138,5v-62,0,-112,-41,-112,-133v0,-31,5,-73,32,-103v22,-24,54,-35,87,-35v86,0,113,69,113,131v0,25,-3,77,-47,112v9,-3,42,-6,65,-5r0,28xm59,-127v0,43,15,104,77,104v74,0,80,-79,80,-106v0,-67,-29,-107,-79,-107v-72,0,-78,81,-78,109","w":280},{"d":"20,-76r38,0v1,18,2,52,62,52v54,0,61,-34,61,-47v0,-50,-114,-46,-130,-67v-21,-14,-27,-34,-27,-51v0,-80,115,-102,172,-50v16,14,15,33,16,44r-38,0v-2,-32,-28,-40,-54,-40v-36,0,-58,16,-58,42v0,23,15,31,47,39v62,16,71,15,84,27v63,56,13,133,-77,133v-20,0,-60,-3,-81,-29v-15,-19,-15,-40,-15,-53","w":240},{"d":"112,-269v53,0,62,17,70,52v0,38,-36,62,-51,72r64,63v13,-22,19,-41,19,-86r35,0v0,50,-8,76,-32,108r62,60r-50,0r-34,-32v-24,24,-54,38,-90,38v-56,0,-87,-34,-87,-75v0,-41,27,-63,54,-83v-11,-10,-30,-28,-30,-59v0,-34,25,-58,70,-58xm108,-169v9,-6,35,-23,35,-46v0,-10,-8,-25,-30,-25v-47,0,-35,49,-5,71xm172,-54r-77,-75v-30,22,-40,40,-40,59v3,69,102,46,117,16","w":280},{"d":"27,-249r30,0r-5,88r-19,0xm87,-249r30,0r-6,88r-19,0","w":144},{"d":"121,-122r0,19v-5,0,-22,2,-34,11v-16,12,-14,29,-14,52v0,39,0,81,-73,85r0,-18v93,-13,-5,-124,92,-140v-96,-12,2,-123,-92,-139r0,-18v76,6,73,43,73,95v0,23,0,48,48,53","w":120},{"d":"80,-256v41,0,56,31,56,64v0,45,-26,65,-59,65v-31,0,-58,-19,-58,-63v0,-38,20,-66,61,-66xm77,-148v30,0,30,-36,30,-43v0,-18,-4,-43,-30,-43v-31,0,-31,35,-31,44v0,8,0,42,31,42xm243,-125v26,0,58,16,58,63v0,39,-19,66,-58,66v-46,0,-59,-34,-59,-64v0,-44,27,-65,59,-65xm243,-17v29,0,31,-31,31,-44v0,-11,-3,-43,-31,-43v-31,0,-31,37,-31,48v0,13,4,39,31,39xm90,14r-23,0r158,-277r24,0","w":320},{"w":100},{"d":"2,-71r0,-25r40,0r11,-53r-36,0r0,-25r40,0r14,-75r29,0r-14,75r44,0r14,-75r29,0r-14,75r36,0r0,25r-41,0r-10,53r36,0r0,25r-40,0r-14,71r-28,0r13,-71r-44,0r-13,71r-29,0r13,-71r-36,0xm72,-96r43,0r10,-53r-44,0"},{"d":"33,0r-1,-181r34,0r1,35v10,-33,35,-36,66,-36r0,33v-42,-9,-65,16,-65,53r0,96r-35,0","w":140},{"d":"1,-266r40,0r31,51r-23,0","w":100},{"d":"147,-68v-2,-39,-32,-49,-70,-45r0,-30v25,2,66,-3,66,-43v0,-52,-84,-55,-89,0r-36,0v2,-62,60,-68,80,-68v90,0,117,101,32,126v53,8,53,56,53,61v0,35,-28,73,-86,73v-41,0,-89,-31,-83,-70r38,0v0,24,15,41,46,41v35,0,49,-23,49,-45"},{"d":"244,-128v0,129,-87,134,-212,128r0,-260v75,4,133,-17,180,34v24,26,32,62,32,98xm68,-230r0,200v39,-1,78,4,103,-14v33,-25,34,-67,34,-82v0,-10,-2,-53,-25,-81v-23,-27,-65,-23,-112,-23","w":259},{"d":"34,-139r0,-44r42,0r0,44r-42,0xm41,-43r41,0r-40,88r-24,0","w":100},{"d":"29,0r0,-262r34,0r0,155r67,-74r45,0r-77,77r81,104r-44,0r-72,-98r0,98r-34,0","w":180},{"d":"27,0r0,-260r163,0r0,31r-127,0r0,81r121,0r0,30r-121,0r0,86r130,0r0,32r-166,0","w":219},{"d":"33,0r0,-260r36,0r0,114r108,-114r50,0r-116,116r128,144r-50,0r-120,-138r0,138r-36,0","w":240},{"d":"130,0r-35,0r0,-229r-87,0r0,-31r209,0r0,31r-87,0r0,229","w":219},{"d":"34,0r0,-260r50,0r128,215r0,-215r33,0r0,260r-46,0r-132,-221r0,221r-33,0","w":280},{"d":"19,0r0,-33v34,-36,74,-67,104,-107v15,-20,18,-31,18,-44v0,-12,-4,-41,-40,-41v-40,0,-41,35,-41,44r-37,0v0,-12,0,-37,23,-55v50,-38,131,-20,131,55v0,54,-81,116,-118,153r118,0r0,28r-158,0"},{"d":"104,6r-23,0r-84,-263r24,0","w":100},{"d":"132,-26v26,0,54,-21,54,-42r40,0v-5,51,-52,72,-97,72v-91,0,-109,-81,-109,-131v0,-55,21,-137,114,-137v37,0,88,15,93,74r-39,0v-1,-9,-6,-45,-56,-45v-63,0,-74,65,-74,108v0,49,15,101,74,101","w":240},{"d":"21,-128v0,-30,4,-75,34,-104v82,-79,204,-27,204,100v0,69,-27,138,-120,138v-89,0,-118,-63,-118,-134xm59,-130v0,51,27,106,81,106v21,0,44,-5,57,-24v46,-69,34,-189,-55,-189v-66,0,-83,54,-83,107","w":280},{"d":"148,-81v0,-65,-83,-68,-92,-20r-33,0r7,-148r140,0r0,29r-109,0r-5,81v8,-8,24,-23,53,-23v50,0,74,39,74,82v0,49,-35,86,-89,86v-40,0,-72,-23,-74,-65r38,0v1,25,22,35,41,35v44,0,49,-41,49,-57"},{"d":"103,5v-61,0,-85,-59,-85,-118v0,-54,14,-141,93,-141v51,1,71,30,73,64r-37,0v0,-29,-22,-37,-38,-37v-36,0,-52,31,-55,97v8,-12,22,-32,58,-32v41,0,75,27,75,80v0,58,-41,87,-84,87xm104,-22v22,0,48,-15,48,-56v0,-18,-5,-56,-46,-56v-33,0,-50,28,-50,56v0,32,20,56,48,56"},{"d":"64,-97v-4,-32,72,-76,60,-101v0,-37,-40,-37,-49,-37v-5,0,-24,0,-48,10r0,-32v9,-3,25,-8,51,-8v49,-1,79,21,83,64v3,33,-39,66,-63,93v-7,12,-1,33,-3,49r-31,0r0,-38xm62,0r0,-37r37,0r0,37r-37,0","w":180},{"d":"32,0r0,-260r36,0r0,260r-36,0","w":100},{"d":"13,-67v0,-32,30,-60,55,-64v-33,-7,-50,-31,-50,-56v0,-22,15,-68,81,-68v90,0,116,104,32,123v15,4,54,15,54,63v0,34,-23,73,-85,73v-41,0,-87,-27,-87,-71xm147,-188v0,-23,-17,-40,-47,-40v-27,0,-47,15,-47,40v0,24,20,41,46,41v27,0,48,-17,48,-41xm50,-70v0,19,13,46,50,46v75,0,58,-93,0,-93v-31,0,-50,21,-50,47"},{"d":"188,-35v9,87,-28,107,-84,107v-72,0,-75,-34,-76,-58r36,0v1,20,10,35,42,35v47,0,48,-34,48,-83v-14,30,-48,31,-59,31v-17,0,-41,-4,-56,-23v-15,-18,-20,-42,-20,-66v0,-61,36,-91,80,-91v36,0,50,18,57,27r0,-25r33,0xm155,-98v1,-42,-19,-61,-53,-61v-43,0,-48,43,-48,66v0,28,8,65,49,65v42,0,50,-15,52,-70","w":219},{"d":"150,-86v40,41,-9,91,-64,91v-37,0,-71,-15,-71,-59r36,0v0,14,7,33,40,33v21,0,36,-9,37,-28v0,-18,-12,-21,-39,-27v-38,-9,-70,-16,-70,-54v0,-59,107,-76,136,-27v5,10,4,18,4,26r-34,0v1,-27,-23,-29,-35,-29v-5,0,-37,0,-37,26v0,17,17,20,26,23v50,12,61,14,71,25","w":180},{"d":"15,-184v-1,-49,41,-64,76,-65r0,-30r18,0r0,29v16,0,77,2,78,59r-38,0v-1,-23,-19,-29,-40,-30r0,76v37,10,82,24,82,74v0,58,-42,68,-83,73r0,35r-18,0r0,-35v-16,0,-38,-1,-60,-20v-19,-17,-20,-35,-20,-50r37,0v-1,16,8,38,43,39r0,-84v-59,-18,-75,-32,-75,-71xm91,-151r0,-70v-72,13,-39,65,0,70xm109,-108r0,79v31,0,44,-20,44,-38v0,-27,-26,-35,-44,-41"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+91-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("mJQTEI-pt_d#m*%C(IbhVJVd^@-e]*4nbJUV8mGA-+[3fyzux_^5QtEL(c9?r~2>%IkS&F1KN#|)!h{pT@OPvqC;dH=TQId#^@8ht_fkQx;K5{p~[>Q2^*;;u2b*Qbd;_bPqynTq3JrmQk%(_pLS9IV1cT5vxx%TEUfOt~(N-@%)_2f#[x]!m~v%Ep)NVy>)(%!TA4]rAnnKcJb^uxAI^*8d8ye2LIe{f4N1fuNuz28L^n-[-z5=yzrkLh3~Gk-)EJ%pm*V~my!&[zeKL4T~GkeKE4T)GI!%EI(pt*!k[_V#Q~vkEU%)tUAdcOpCt_5S5~v|t{p|^~?=+k(O(T)#mz;S[{S#mT)#EIbp(^8rEU]|t_vp^*v2E@p&8*;#(Jx{(*rKE@-r(J%|E~vSEO-pEIbNQy>&QIdhm4N&[J)CmhN&m_(E5TN&^xpdLbN&^^p&m*>?")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":200,"face":{"font-family":"Univers","font-weight":400,"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":"6","bbox":"-3 -279 357 90","underline-thickness":"18","underline-position":"-36","stemh":"31","stemv":"36","unicode-range":"U+0020-U+007E"}}));
/* Univers_45_Light_400.font.js
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1999 Agfa Corporation. All Rights Reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"17,-89v0,-54,26,-96,72,-97v28,0,50,12,65,34v0,-10,0,-19,1,-28r23,0v-5,79,-1,167,-2,250r-22,0r0,-98v-14,22,-35,34,-64,34v-48,0,-73,-44,-73,-95xm154,-87v1,-47,-18,-79,-60,-79v-37,0,-54,34,-54,75v0,42,16,77,55,77v39,1,59,-33,59,-73"},{"d":"88,-166v-26,1,-41,8,-44,31r-23,0v4,-35,28,-51,67,-51v40,0,64,18,64,60r1,126r-22,0v0,-9,-1,-19,-1,-28v-5,17,-32,34,-58,34v-34,0,-60,-22,-59,-57v2,-51,52,-63,117,-60v3,-35,-8,-56,-42,-55xm76,-14v41,0,57,-31,54,-77v-52,1,-94,1,-94,41v0,23,17,36,40,36xm86,-202r0,0r0,0xm143,0r0,0r0,0","w":180},{"d":"109,-241v-25,-6,-42,0,-42,29r0,32r42,0r0,20r-42,0r0,160r-22,0r0,-160r-37,0r0,-20r37,0v-7,-53,10,-98,64,-79r0,18","w":119},{"d":"151,-264v64,0,121,48,121,111v0,48,-40,104,-83,104v-16,0,-26,-6,-29,-17v-31,33,-101,15,-96,-36v-7,-67,84,-149,132,-85r5,-16r24,0r-39,126v0,6,3,8,10,8v30,0,54,-52,54,-85v0,-53,-45,-92,-99,-92v-66,0,-115,54,-115,118v0,66,51,117,115,116v41,-1,76,-22,94,-50r21,0v-18,38,-65,68,-117,68v-74,1,-135,-62,-135,-136v0,-72,63,-134,137,-134xm120,-71v31,0,62,-60,60,-92v-1,-12,-10,-25,-24,-25v-34,-1,-67,48,-65,83v0,19,10,34,29,34","w":287},{"d":"236,-129v1,83,-50,129,-129,129r-74,0r0,-259r71,0v85,0,131,47,132,130xm211,-129v0,-88,-61,-115,-155,-108r0,215v94,7,155,-15,155,-107xm113,-281r0,0r0,0xm0,-264r0,0r0,0","w":259},{"d":"103,-166v-72,0,-50,97,-53,166r-21,0r-2,-180r22,0v1,10,1,19,1,28v30,-58,121,-38,121,40r0,112r-21,0v-6,-65,23,-166,-47,-166xm100,-202r0,0r0,0xm100,0r0,0r0,0"},{"d":"53,-107r87,-73r28,0r-92,77r99,103r-27,0r-95,-98r0,98r-22,0r0,-259r22,0r0,152xm99,0r0,0r0,0","w":180},{"d":"29,-180r22,0r0,180r-22,0r0,-180xm27,-260r25,0r0,27r-25,0r0,-27xm40,0r0,0r0,0","w":79},{"d":"110,2v-33,10,-66,2,-66,-41r0,-121r-36,0r0,-20r36,0r0,-38r22,-10r0,48r42,0r0,20r-42,0r0,119v-3,26,22,30,44,25r0,18xm77,0r0,0r0,0","w":119},{"d":"29,0r0,-259r22,0r0,259r-22,0xm40,-276r0,0r0,0xm40,0r0,0r0,0","w":79},{"d":"102,-166v-70,1,-49,98,-52,166r-22,0r-1,-180r22,0v1,10,1,19,1,28v21,-49,103,-40,116,6v31,-64,126,-48,126,34r0,112r-22,0v-6,-65,24,-167,-47,-166v-70,1,-49,98,-52,166r-22,0v-6,-65,24,-167,-47,-166","w":320},{"d":"99,-186v57,0,83,40,83,101r-141,0v0,41,23,71,64,71v25,0,48,-21,51,-42r24,0v-9,39,-37,61,-82,62v-52,1,-80,-43,-80,-96v0,-53,31,-97,81,-96xm159,-105v3,-52,-66,-82,-100,-43v-10,12,-15,26,-17,43r117,0xm100,-202r0,0r0,0xm116,0r0,0r0,0"},{"d":"178,-68v4,69,-98,94,-144,53v-15,-13,-23,-30,-23,-50r26,0v-1,29,26,49,56,49v34,0,60,-21,60,-54v0,-37,-32,-55,-71,-49r0,-23v38,3,67,-14,67,-47v0,-28,-26,-45,-54,-45v-31,0,-53,19,-55,46r-25,0v-1,-39,36,-69,78,-68v45,1,81,25,82,69v1,32,-25,50,-52,56v31,6,53,29,55,63"},{"d":"93,0r139,-256r21,0r-139,256r-21,0xm257,5v-34,0,-57,-32,-57,-68v0,-37,21,-70,57,-69v35,0,58,32,58,69v0,36,-22,68,-58,68xm257,-116v-51,0,-50,105,0,105v25,0,38,-25,38,-52v0,-27,-12,-53,-38,-53xm97,-118v-34,0,-59,-33,-58,-69v0,-36,23,-69,58,-69v35,0,58,32,58,69v0,36,-24,69,-58,69xm97,-239v-25,0,-38,25,-38,52v0,27,13,52,38,52v26,1,39,-25,38,-52v0,-26,-12,-53,-38,-52","w":360},{"d":"113,-22r84,-237r24,0r-96,259r-27,0r-95,-259r25,0","w":219},{"d":"0,45r0,-21r180,0r0,21r-180,0","w":180},{"d":"1,50v21,1,28,-3,28,-26r0,-204r22,0r0,206v0,36,-13,45,-50,44r0,-20xm27,-260r25,0r0,27r-25,0r0,-27","w":79},{"d":"39,-259r19,0r0,82r-19,0r0,-82","w":100},{"d":"93,0r-109,-259r24,0r108,259r-23,0","w":100},{"d":"36,-259r23,0r0,237r130,0r0,22r-153,0r0,-259xm57,-281r0,0r0,0xm115,0r0,0r0,0xm0,-264r0,0r0,0"},{"d":"208,-186v0,71,-72,76,-149,73r0,113r-23,0r0,-259v83,-2,172,-5,172,73xm183,-186v0,-58,-66,-52,-124,-51r0,102v58,0,124,8,124,-51","w":219},{"d":"48,-129v0,95,70,134,157,102r0,-84r-64,0r0,-21r87,0r0,121v-28,11,-59,16,-92,16v-75,1,-113,-58,-113,-134v0,-72,41,-135,111,-135v47,0,88,30,91,70r-26,0v-2,-28,-31,-49,-65,-49v-58,0,-86,55,-86,114xm137,-281r0,0r0,0xm145,0r0,0r0,0","w":259},{"d":"17,-91v0,-53,26,-94,73,-95v29,0,50,12,64,34r0,-107r22,0r2,259r-23,0v-1,-9,-1,-19,-1,-29v-15,23,-37,35,-65,35v-48,0,-72,-45,-72,-97xm94,-14v42,-1,60,-32,60,-79v0,-42,-20,-73,-59,-73v-39,0,-55,36,-55,76v-1,41,15,76,54,76"},{"d":"49,-86r-21,0r82,-163r18,0r82,163r-20,0r-71,-141","w":237},{"d":"28,-101r79,0r0,-79r21,0r0,79r79,0r0,21r-79,0r0,79r-21,0r0,-79r-79,0r0,-21","w":237},{"d":"185,-89v0,52,-25,95,-74,95v-29,0,-51,-12,-64,-34r0,98r-22,0r-1,-250r22,0v1,9,1,18,1,28v15,-22,37,-34,65,-34v48,0,74,46,73,97xm108,-166v-42,0,-61,32,-61,79v0,40,20,74,59,73v37,0,56,-35,55,-77v-1,-39,-16,-75,-53,-75"},{"d":"100,6v-52,1,-84,-45,-84,-96v0,-54,33,-96,84,-96v53,-1,85,43,85,96v0,55,-34,95,-85,96xm101,-166v-38,-1,-62,36,-62,76v0,38,24,76,62,76v39,0,60,-40,61,-76v0,-41,-22,-75,-61,-76xm101,-202r0,0r0,0"},{"d":"90,34v-97,12,-15,-128,-76,-136r0,-19v61,-6,-21,-152,76,-138r0,18v-40,-6,-27,45,-27,79v0,24,-10,38,-23,50v26,16,24,59,23,102v-1,19,6,29,27,26r0,18","w":100},{"d":"7,0r68,-92r-66,-88r29,0r53,72r53,-72r23,0r-65,86r71,94r-29,0r-57,-78r-57,78r-23,0","w":180},{"d":"209,-190v-1,31,-24,49,-51,55v59,1,38,96,59,135r-27,0v-21,-39,11,-135,-64,-123r-66,0r0,123r-23,0r0,-259v80,0,175,-12,172,69xm184,-191v0,-58,-69,-45,-124,-46r0,93v56,-1,124,10,124,-47xm113,-281r0,0r0,0xm122,0r0,0r0,0xm0,-264r0,0r0,0","w":240},{"d":"185,-63v2,42,-34,69,-77,68r0,20r-18,0r0,-20v-43,0,-75,-25,-75,-67r25,0v1,30,18,44,50,46r0,-100v-45,-16,-66,-25,-70,-70v-3,-38,36,-69,70,-70r0,-16r18,0r0,16v38,-2,74,28,73,62r-25,0v-1,-25,-21,-40,-48,-41r0,100v46,15,75,23,77,72xm90,-234v-36,-2,-60,47,-34,74v7,8,18,15,34,20r0,-94xm108,-16v41,2,69,-48,40,-76v-8,-7,-22,-14,-40,-20r0,96"},{"d":"15,-69v0,-33,26,-57,55,-62v-30,-2,-52,-27,-52,-57v0,-43,37,-68,82,-68v42,0,82,26,81,68v0,32,-23,50,-51,57v31,7,53,28,54,62v1,47,-38,74,-85,74v-46,0,-85,-28,-84,-74xm101,-120v-36,-1,-61,20,-61,52v0,32,25,52,60,52v35,0,58,-21,59,-52v1,-33,-25,-52,-58,-52xm100,-236v-34,0,-59,19,-59,48v0,29,24,46,58,46v34,0,59,-15,59,-47v0,-29,-25,-47,-58,-47"},{"d":"185,-91v1,51,-25,97,-73,97v-28,0,-50,-12,-65,-34v0,10,0,19,-1,28r-22,0r1,-259r22,0r0,107v14,-22,35,-34,64,-34v48,0,74,44,74,95xm106,-166v-38,0,-59,32,-59,73v0,48,19,79,61,79v37,0,52,-36,53,-76v1,-42,-18,-76,-55,-76"},{"d":"185,-131v0,79,-22,135,-95,136v-42,1,-71,-28,-73,-67r25,0v-3,56,81,59,101,17v10,-20,17,-50,17,-91v-9,22,-32,40,-66,40v-46,0,-78,-34,-78,-78v0,-46,33,-82,77,-82v71,0,92,51,92,125xm98,-234v-37,0,-57,26,-57,62v-1,31,23,56,54,56v35,0,61,-24,60,-59v0,-32,-23,-59,-57,-59"},{"d":"151,-81v31,43,-14,87,-66,87v-39,0,-68,-20,-69,-54r24,0v0,24,23,34,50,34v33,0,65,-31,40,-55v-26,-24,-109,-14,-108,-67v1,-34,31,-50,68,-50v39,0,63,14,65,51r-23,0v-3,-23,-18,-29,-45,-31v-41,-4,-57,45,-14,54v26,5,64,13,78,31xm89,-202r0,0r0,0xm89,0r0,0r0,0","w":180},{"d":"36,-31r28,0r0,31r-28,0r0,-31","w":100},{"d":"10,-81r0,-22r43,0r8,-51r-41,0r0,-21r44,0r12,-75r21,0r-12,75r49,0r12,-75r21,0r-12,75r36,0r0,21r-39,0r-8,51r37,0r0,22r-40,0r-12,81r-21,0r12,-81r-49,0r-13,81r-21,0r13,-81r-40,0xm74,-103r50,0r7,-51r-49,0"},{"d":"47,-112v-1,-52,-17,-102,-31,-147r18,0v23,68,38,82,38,148v0,60,-17,88,-38,147r-18,0v15,-43,31,-94,31,-148","w":100},{"d":"38,-259r24,0r0,259r-24,0r0,-259xm50,-281r0,0r0,0xm50,0r0,0r0,0xm0,-264r0,0r0,0","w":100},{"d":"54,0r99,-229r-133,0r0,-21r157,0r0,20r-96,230r-27,0"},{"d":"60,-61r-4,-198r29,0r-5,198r-20,0xm56,0r0,-31r29,0r0,31r-29,0","w":140},{"d":"151,-128v90,31,43,133,-41,133v-52,0,-87,-30,-88,-73r26,0v1,36,23,52,63,52v45,0,85,-44,54,-76v-37,-39,-137,-28,-137,-102v0,-42,39,-70,82,-70v46,0,80,22,84,62r-25,0v-1,-28,-23,-41,-56,-41v-30,0,-60,17,-60,46v-1,42,63,57,98,69xm111,-281r0,0r0,0xm110,0r0,0r0,0","w":219},{"d":"6,-180r24,0r55,152r56,-152r26,0r52,153r53,-153r24,0r-67,180r-22,0r-54,-157r-58,157r-22,0","w":299},{"d":"28,-66r180,0r0,22r-180,0r0,-22xm28,-136r180,0r0,22r-180,0r0,-22","w":237},{"d":"69,36r-49,0r0,-18r26,0r0,-259r-26,0r0,-18r49,0r0,295","w":100},{"d":"19,-259r19,0r0,82r-19,0r0,-82xm59,-259r19,0r0,82r-19,0r0,-82","w":100},{"d":"175,-15v13,77,-78,105,-132,72v-13,-8,-19,-21,-19,-35r24,0v1,20,26,28,51,28v42,0,61,-35,54,-85v-9,19,-32,33,-59,34v-53,0,-78,-37,-78,-91v-1,-52,27,-94,77,-94v25,0,45,12,60,34v0,-10,0,-19,1,-28r22,0xm153,-94v1,-37,-23,-73,-58,-72v-35,0,-55,36,-55,73v0,39,20,73,57,72v37,-1,55,-34,56,-73xm95,-202r0,0r0,0"},{"d":"11,-259v96,-13,15,130,76,136r0,20v-61,7,22,149,-76,137r0,-18v40,7,26,-44,28,-79v1,-24,7,-36,22,-50v-26,-14,-22,-61,-22,-102v0,-19,-7,-28,-28,-26r0,-18","w":100},{"d":"3,0r92,-133r-87,-126r30,0r73,109r77,-109r26,0r-90,126r93,133r-31,0r-78,-116r-78,116r-27,0","w":219},{"d":"6,-107r90,0r0,22r-90,0r0,-22","w":100},{"d":"3,-259r30,0r79,126r80,-126r25,0r-95,147r0,112r-24,0r0,-112xm110,-281r0,0r0,0xm0,-264r0,0r0,0","w":219},{"d":"103,-166v-72,0,-50,97,-53,166r-21,0r0,-259r21,0r0,107v29,-57,121,-40,121,40r0,112r-21,0v-5,-65,23,-167,-47,-166"},{"d":"15,0r0,-20r106,-140r-106,0r0,-20r132,0r0,20r-106,140r106,0r0,20r-132,0xm81,-202r0,0r0,0xm0,-186r0,0r0,0","w":159},{"d":"3,-180r26,0r61,151r61,-151r24,0r-101,250r-23,0r27,-69xm90,-202r0,0r0,0xm0,-186r0,0r0,0","w":180},{"d":"53,-112v1,-52,17,-102,31,-147r-18,0v-23,68,-38,82,-38,148v0,60,17,88,38,147r18,0v-15,-43,-31,-94,-31,-148","w":100},{"d":"22,44r16,-73r29,0r-26,73r-19,0","w":100},{"d":"139,5v-74,0,-115,-55,-115,-134v0,-76,41,-136,115,-135v75,0,116,56,116,135v0,75,-42,134,-116,134xm140,-243v-59,0,-91,52,-91,114v0,63,30,114,91,113v58,-1,89,-50,89,-113v0,-63,-30,-114,-89,-114xm139,-281r0,0r0,0","w":280},{"d":"29,44r16,-73r29,0r-26,73r-19,0xm39,-181r28,0r0,31r-28,0r0,-31","w":100},{"d":"209,-182r-180,82r0,19r180,82r0,-23r-152,-68r152,-69r0,-23","w":237},{"d":"36,-259r37,0r98,225r100,-225r35,0r0,259r-23,0r0,-241r-100,241r-24,0r-100,-240r0,240r-23,0r0,-259","w":339},{"d":"28,-272r22,0r0,360r-22,0r0,-360","w":79},{"d":"158,-83v0,-69,-95,-81,-107,-24r-24,0r6,-143r138,0r0,21r-116,0r-4,90v45,-57,132,-16,132,57v0,75,-84,112,-139,69v-15,-12,-22,-29,-22,-49r25,0v0,29,23,46,53,46v38,0,58,-28,58,-67"},{"d":"3,0r104,-259r28,0r104,259r-26,0r-27,-70r-131,0r-28,70r-24,0xm63,-92r114,0r-56,-145xm121,-281r0,0r0,0xm225,0r0,0r0,0xm0,-264r0,0r0,0","w":240},{"d":"33,-259r27,0r145,229r0,-229r23,0r0,259r-29,0r-142,-224r0,224r-24,0r0,-259xm134,-281r0,0r0,0xm135,0r0,0r0,0xm0,-264r0,0r0,0","w":259},{"d":"34,0r0,-259r147,0r0,22r-123,0r0,91r119,0r0,22r-119,0r0,124r-24,0"},{"d":"37,0r0,-259r155,0r0,22r-132,0r0,93r127,0r0,21r-127,0r0,101r138,0r0,22r-161,0xm114,-281r0,0r0,0xm188,0r0,0r0,0xm0,-264r0,0r0,0","w":219},{"d":"14,0r0,-21r143,-216r-143,0r0,-22r171,0r0,22r-143,215r143,0r0,22r-171,0xm100,-281r0,0r0,0xm0,-264r0,0r0,0"},{"d":"17,-72v4,-44,30,-56,65,-81v-20,-22,-33,-33,-34,-64v-1,-29,26,-47,57,-47v32,0,58,17,58,46v0,33,-24,49,-48,68r76,81v12,-25,17,-60,17,-97r25,0v-4,50,-8,84,-26,113r49,53r-34,0r-30,-34v-33,58,-181,51,-175,-38xm110,-16v32,-2,49,-13,68,-33r-81,-88v-29,20,-55,30,-55,66v0,31,34,56,68,55xm105,-243v-51,1,-30,57,-4,78v12,-12,37,-30,37,-51v0,-17,-15,-27,-33,-27","w":259},{"d":"98,-256v74,0,96,76,47,131v-30,34,-65,71,-99,103r130,0r0,22r-158,0r0,-25v47,-46,118,-102,130,-166v-1,-26,-23,-43,-51,-43v-31,0,-51,22,-51,49r-26,0v0,-43,33,-72,78,-71"},{"d":"101,5v-65,0,-84,-57,-84,-130v0,-75,20,-131,84,-131v65,0,82,57,82,131v0,76,-18,130,-82,130xm101,-234v-49,0,-58,52,-59,112v0,54,13,106,59,106v48,0,57,-51,57,-112v0,-57,-11,-106,-57,-106"},{"d":"3,-259r24,0r61,236r78,-236r28,0r81,237r60,-237r22,0r-67,259r-33,0r-77,-237r-77,237r-33,0","w":360},{"d":"214,-68v2,81,-97,68,-178,68r0,-259r87,0v46,-1,80,24,80,66v0,30,-23,53,-50,58v38,7,60,26,61,67xm188,-72v0,-60,-69,-50,-129,-51r0,101v59,-1,129,12,129,-50xm178,-191v1,-53,-64,-46,-119,-46r0,93v55,1,119,5,119,-47","w":240},{"d":"139,-264v123,0,149,180,71,242r53,0r0,22v-43,-1,-87,3,-124,5v-74,3,-115,-55,-115,-134v0,-77,42,-135,115,-135xm140,-243v-59,0,-91,52,-91,114v0,62,31,113,91,113v58,0,89,-52,89,-113v0,-63,-29,-114,-89,-114","w":280},{"d":"81,-94v-22,0,-30,17,-41,33r-11,-17v12,-17,25,-35,50,-37v17,-1,67,28,83,26v15,-2,25,-18,32,-31r15,12v-9,18,-26,37,-49,39v-15,1,-68,-25,-79,-25","w":237},{"d":"59,-31r29,0r0,31r-29,0r0,-31xm112,-163v32,-30,15,-80,-41,-80v-11,0,-23,2,-34,6r0,-22v60,-19,139,15,110,86v-17,41,-72,45,-63,111r-22,0v-8,-56,24,-76,50,-101","w":180},{"d":"-8,35r93,-294r22,0r-93,294r-22,0","w":100},{"d":"134,-16v35,0,61,-19,65,-46r25,0v-4,37,-43,67,-89,67v-75,0,-113,-57,-113,-134v0,-77,39,-135,113,-135v48,0,83,24,86,67r-25,0v-3,-28,-27,-47,-61,-46v-60,0,-88,51,-88,114v0,63,27,113,87,113xm134,-281r0,0r0,0xm140,0r0,0r0,0","w":240},{"d":"61,-144r117,-115r30,0r-121,117r131,142r-32,0r-125,-136r0,136r-23,0r0,-259r23,0r0,115xm128,0r0,0r0,0","w":219},{"d":"29,-182r180,82r0,19r-180,82r0,-23r152,-68r-152,-69r0,-23","w":237},{"d":"96,-14v25,0,47,-19,47,-42r23,0v-3,37,-29,62,-69,62v-52,1,-80,-43,-80,-96v0,-75,75,-124,130,-78v13,12,19,27,19,44r-23,0v-1,-27,-20,-42,-49,-42v-35,0,-54,38,-54,76v0,38,20,76,56,76xm97,-202r0,0r0,0xm96,0r0,0r0,0","w":180},{"d":"6,-259r192,0r0,22r-85,0r0,237r-23,0r0,-237r-84,0r0,-22xm102,-281r0,0r0,0xm102,0r0,0r0,0xm0,-264r0,0r0,0"},{"d":"42,-212v17,-5,46,-26,57,-38r23,0r0,250r-24,0r0,-226v-15,14,-34,27,-56,38r0,-24"},{"d":"91,-30r62,-150r23,0r-73,180r-24,0r-73,-180r23,0","w":180},{"d":"31,36r49,0r0,-18r-26,0r0,-259r26,0r0,-18r-49,0r0,295","w":100},{"d":"131,5v-60,0,-95,-37,-95,-99r0,-165r23,0r0,167v-1,47,26,76,71,76v43,0,72,-30,71,-76r0,-167r24,0r0,168v1,58,-36,96,-94,96xm130,-281r0,0r0,0xm157,0r0,0r0,0xm0,-264r0,0r0,0","w":259},{"d":"54,-202r-46,-51r29,0r33,51r-16,0xm50,-202r0,0r0,0","w":100},{"d":"156,-191v0,-48,-75,-57,-97,-16v-10,19,-18,47,-18,86v12,-28,35,-42,67,-42v49,0,77,34,77,83v1,47,-30,86,-78,85v-64,-1,-92,-46,-91,-117v1,-86,19,-141,91,-144v43,-2,75,25,75,65r-26,0xm107,-143v-37,0,-61,29,-61,66v0,33,24,61,57,61v35,0,56,-29,57,-62v0,-36,-18,-65,-53,-65"},{"d":"150,-28v-31,58,-121,39,-121,-40r0,-112r21,0v6,65,-23,166,47,166v71,0,50,-97,53,-166r21,0r2,180r-22,0v-1,-10,-1,-19,-1,-28xm100,-202r0,0r0,0xm161,0r0,0r0,0xm0,-186r0,0r0,0"},{"d":"148,-259v-9,105,37,265,-76,264v-42,1,-63,-31,-67,-70r25,0v2,27,21,49,49,49v30,-1,46,-30,46,-63r0,-180r23,0","w":180},{"w":100},{"d":"37,-205r50,3r-32,-46r19,-11r24,49r24,-49r19,10r-32,47r50,-3r0,18r-50,-2r32,46r-19,10r-24,-50r-25,50r-18,-11r32,-45r-50,2r0,-18"},{"w":100},{"d":"36,-31r28,0r0,31r-28,0r0,-31xm36,-181r28,0r0,31r-28,0r0,-31","w":100},{"d":"36,-259r23,0r0,113r142,0r0,-113r24,0r0,259r-24,0r0,-124r-142,0r0,124r-23,0r0,-259","w":259},{"d":"50,-152v9,-27,28,-36,62,-34r0,21v-81,-14,-59,91,-62,165r-21,0r-2,-180r22,0v1,10,1,19,1,28xm70,-202r0,0r0,0xm40,0r0,0r0,0","w":119},{"d":"8,-81r109,-169r32,0r0,171r39,0r0,20r-39,0r0,59r-24,0r0,-59r-117,0r0,-22xm28,-79r97,0r0,-149"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+361-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("ox$^ZGl(Tsj3o`=-pG@t:x:jRul^$Gj3Ru6tTsav$IP|&X(,4s@Gg_a3Tu=(Zx^=wtIsRuqvR@iw;_pQR,J7Z!JB;,gB&e=X},wNkr45;!4jRI7,$!^&}I=qOvQq}_P-U_^Pl;@9aQIT6e:7I(6a0ej4}(l}UGl;wR$ZIs]up;qmo=i^wK{5wKN:4eg,}vl7Zx=(o`:,okiNUr]|4K^,}v]|ZK^7}Gi=ZGp(T`ivUs:3$,>vZz=7TzwjO!(-Ts&q&,>hTX(hR,m.9vp!p^73orPqUXq3o^73ZG@(pR65]{`K_@xz:6o}wl9Ugakr;IsR&$TZ4pO0m5,eQ=GvqNWY|J3h7itX(^u!B>[-Pjy.Zz{hTs>(R`>eZu(N6`P3pxIXp`5|Zul5px=hZ,>qZ!l(ZG@J$kQN$GjtoKJNUx7-otJNospZ&^JNRI(j4@JNRR(No`Qm")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":200,"face":{"font-family":"Univers 45 Light","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-16 -281 357 88","underline-thickness":"17.9297","underline-position":"-27.0703","unicode-range":"U+0020-U+007E"}}));
/* Univers_57_Condensed_400.font.js
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * The digitally encoded machine readable outline data for producing this
 * Typefaces is copyrighted (c) 1981 Linotype-Hell AG. All rights reserved.
 * This data is the property of Linotype-Hell AG, and may not be reproduced,
 * used, displayed, modified, disclosed or transferred without the express
 * written approval of Linotype-Hell AG.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"92,-102r-87,0r0,-19v48,-59,61,-71,61,-95v0,-10,-6,-18,-20,-18v-13,0,-15,13,-15,23r-26,0v-2,-23,12,-43,40,-43v33,0,46,12,46,39v0,33,-18,45,-57,94r58,0r0,19","w":95},{"d":"55,-182r0,182r-30,0r0,-182r30,0xm23,-228r0,-32r34,0r0,32r-34,0","w":79},{"d":"49,0r-46,-182r33,0r33,157r41,-157r42,0r37,157r36,-157r32,0r-49,182r-40,0r-39,-155r-41,155r-39,0","w":259},{"d":"122,-98v0,-24,-1,-63,-34,-63v-32,0,-36,25,-36,74v0,27,0,66,37,66v33,0,33,-40,33,-77xm121,-163v4,-29,0,-66,1,-97r30,0r0,260r-30,0v-1,-7,2,-17,-1,-22v-10,17,-22,26,-41,26v-29,0,-59,-12,-59,-92v0,-45,1,-97,60,-97v17,0,30,8,40,22"},{"d":"0,-40r14,-15v-20,-31,-21,-76,0,-107r-14,-16r17,-19r14,16v29,-24,70,-24,98,0r14,-16r17,19r-14,16v19,32,21,76,0,107r14,15r-17,19r-14,-15v-28,24,-71,24,-98,0r-14,15xm81,-175v-34,0,-53,30,-53,67v0,35,20,66,51,66v32,0,53,-30,53,-67v0,-34,-20,-66,-51,-66","w":159},{"d":"66,-247v24,0,59,30,67,-3r18,0v-3,20,-13,40,-37,39v-23,0,-61,-29,-69,3r-16,0v2,-22,13,-39,37,-39xm90,-21v31,0,38,-21,38,-80v0,-50,-15,-60,-38,-60v-23,0,-38,10,-38,60v0,59,7,80,38,80xm90,4v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v63,0,69,44,69,97v0,80,-30,92,-69,92"},{"d":"3,23v73,-1,-13,-130,68,-144v-51,-8,-37,-51,-37,-99v0,-21,-5,-32,-31,-32r0,-20v18,0,60,-4,60,47v0,42,-14,94,33,94r0,20v-19,7,-33,7,-33,31v0,63,19,133,-60,124r0,-21","w":98},{"d":"152,-123r-31,0v1,-30,-14,-38,-25,-38v-23,0,-38,10,-38,60v0,59,7,80,38,80v7,0,27,-6,26,-39r31,0v1,48,-31,61,-52,63r-14,19v20,-7,41,4,41,26v-2,38,-50,38,-77,25r6,-14v14,6,44,10,44,-9v0,-16,-20,-17,-32,-12v-13,-11,10,-23,15,-35v-33,-3,-57,-19,-57,-91v0,-53,6,-97,69,-97v36,0,58,21,56,62"},{"d":"74,-208v-20,0,-44,-1,-44,22v0,10,5,19,18,19v12,0,28,-6,26,-41xm74,-154v-1,-5,2,-13,-1,-16v-12,32,-67,19,-67,-18v0,-33,39,-36,68,-35v0,-13,-1,-28,-22,-28v-13,0,-21,6,-20,18r-23,0v1,-24,19,-32,44,-32v69,-2,36,56,47,111r-26,0","w":108},{"d":"144,-265v75,0,135,60,135,135v0,76,-60,135,-135,135v-75,0,-135,-59,-135,-135v0,-75,60,-135,135,-135xm144,-245v-64,0,-115,51,-115,115v0,64,51,115,115,115v64,0,115,-51,115,-115v0,-64,-51,-115,-115,-115xm144,-194v-38,0,-28,47,-30,82v-4,53,60,45,57,8r25,0v1,29,-15,50,-49,50v-17,0,-58,2,-58,-62v0,-54,-3,-99,56,-98v35,0,50,15,49,46r-26,0v0,-27,-15,-26,-24,-26","w":288},{"d":"168,-260r0,33r-129,198r132,0r0,29r-162,0r0,-37r126,-194r-122,0r0,-29r155,0"},{"d":"74,-91r-59,-59r16,-16r59,59r59,-59r16,16r-59,59r59,59r-16,15r-59,-58r-59,58r-16,-15"},{"d":"64,-209r-24,-34r-24,34r-29,0r36,-51r34,0r36,51r-29,0xm55,0r-30,0r0,-182r30,0r0,182","w":79},{"d":"165,0r-136,0r0,-260r134,0r0,29r-101,0r0,83r94,0r0,29r-94,0r0,90r103,0r0,29xm47,-338r39,0r32,51r-24,0"},{"d":"55,0r-30,0r0,-182r30,0r0,182xm44,-260r39,0r-47,51r-24,0","w":79},{"d":"67,-260r0,260r-34,0r0,-260r34,0xm7,-338r39,0r32,51r-24,0","w":100},{"d":"43,-91r122,69r0,27r-150,-85r0,-23r150,-82r0,26"},{"d":"50,-205r-11,-11r30,-18v-11,-9,-21,-15,-30,-20r20,-17v12,6,24,14,35,23r33,-20r11,12r-33,19v35,36,54,73,54,151v0,79,-30,90,-69,90v-39,0,-69,-11,-69,-90v0,-52,6,-96,65,-96v15,0,25,8,32,13v-5,-16,-14,-32,-36,-55xm90,-20v31,0,38,-21,38,-79v0,-49,-15,-59,-38,-59v-23,0,-38,10,-38,59v0,58,7,79,38,79"},{"d":"86,-325v25,0,59,31,67,-3r18,0v-3,20,-14,39,-37,39v-21,0,-61,-29,-68,3r-17,0v2,-22,13,-39,37,-39xm5,0r83,-260r42,0r85,260r-38,0r-18,-62r-101,0r-19,62r-34,0xm150,-91r-43,-138r-40,138r83,0","w":219},{"d":"159,-48r-64,-81v-23,15,-42,29,-42,59v0,52,83,65,106,22xm105,-164v25,-13,48,-73,0,-76v-17,0,-28,12,-28,29v0,18,18,33,28,47xm198,0r-21,-27v-42,56,-158,39,-158,-42v0,-43,25,-58,58,-79v-15,-17,-34,-42,-34,-66v0,-38,32,-51,64,-51v33,0,61,15,61,52v0,27,-23,51,-44,69r51,65v5,-17,5,-35,5,-74r30,0v0,56,-6,80,-16,97r41,56r-37,0","w":240},{"d":"154,-109r71,0v1,-25,-5,-54,-36,-54v-12,0,-35,5,-35,54xm256,-86r-102,0v1,26,-1,65,35,65v24,0,33,-15,34,-37r32,0v0,26,-7,62,-68,62v-22,0,-45,-10,-52,-33v-20,52,-111,42,-111,-22v0,-60,55,-55,99,-58v1,-32,-2,-56,-34,-54v-20,0,-31,13,-29,32r-32,0v1,-41,23,-54,62,-54v23,-1,43,5,53,26v6,-19,27,-26,46,-26v28,0,73,4,67,99xm123,-86v-28,0,-66,-4,-66,35v0,18,8,30,28,30v18,0,41,-7,38,-65","w":280},{"d":"62,-231r0,83r49,0v24,0,36,-21,36,-44v0,-19,-9,-39,-35,-39r-50,0xm140,-86v-8,-48,-39,-31,-78,-34r0,120r-34,0r0,-260r90,0v80,-2,81,115,15,124v28,8,41,14,42,68v0,11,4,52,9,68r-34,0v-9,-18,-4,-51,-10,-86","w":200},{"d":"67,-187r0,88v44,-2,74,12,82,-45v-9,-61,-37,-38,-82,-43xm33,0r0,-260r34,0r0,44v66,-1,116,-7,116,74v0,78,-54,71,-116,71r0,71r-34,0","w":200},{"d":"54,-260r39,0r-47,51r-24,0","w":100},{"d":"144,-188v4,-30,-14,-49,-37,-49v-27,0,-38,16,-39,20v-8,1,-8,94,-8,123v0,64,21,72,47,72v10,0,41,-4,41,-55r34,0v1,80,-55,82,-73,82v-3,5,-11,13,-11,17v19,-7,40,5,40,26v-2,38,-50,38,-77,25r6,-14v14,6,44,10,44,-9v0,-15,-19,-18,-31,-12r-7,-7r20,-26v-31,-2,-67,-17,-67,-103r0,-73v0,-73,33,-94,84,-94v51,0,71,27,68,77r-34,0","w":200},{"d":"118,-135r78,135r-40,0r-61,-111r-57,111r-36,0r75,-135r-71,-125r38,0r54,101r54,-101r36,0","w":200},{"d":"195,-260r-75,260r-40,0r-75,-260r36,0r60,229r61,-229r33,0","w":200},{"d":"11,-221r0,-29r129,0r0,29r-67,221r-37,0r70,-221r-95,0","w":159},{"w":79},{"d":"5,0r83,-260r42,0r85,260r-38,0r-18,-62r-101,0r-19,62r-34,0xm150,-91r-43,-138r-40,138r83,0xm67,-338r39,0r32,51r-24,0","w":219},{"d":"58,-98v0,28,-3,77,33,77v37,0,37,-39,37,-66v0,-49,-4,-74,-36,-74v-33,0,-34,39,-34,63xm28,69r0,-329r30,0r1,100v10,-17,22,-25,40,-25v59,0,60,52,60,97v0,80,-30,92,-59,92v-20,1,-30,-10,-42,-22r0,87r-30,0"},{"d":"-1,-122r0,-28r28,0r0,-30v0,-10,-8,-74,66,-74v41,0,65,23,63,65r-35,0v1,-20,-5,-37,-29,-37v-45,0,-29,40,-32,76r50,0r0,28r-50,0r0,93r94,0r0,29r-153,0r0,-29r26,0r0,-93r-28,0","w":159},{"d":"160,-211v0,33,-39,41,-39,66v0,26,59,34,59,89v0,18,-4,60,-55,60v-32,0,-54,-13,-54,-49r31,0v-1,15,8,25,23,25v20,0,24,-17,24,-33v0,-42,-59,-43,-59,-90v1,-24,37,-40,37,-65v0,-22,-12,-33,-33,-33v-38,0,-39,25,-39,44r0,197r-30,0r0,-208v0,-46,48,-57,68,-57v36,0,67,12,67,54","w":200},{"d":"86,42r-61,0r0,-314r60,0r0,20r-30,0r0,274r31,0r0,20","w":100},{"d":"183,-35r-57,0r0,-19r46,-96r36,0r0,95r19,0r0,20r-19,0r0,35r-25,0r0,-35xm149,-55r34,0v-1,-23,2,-51,-1,-72xm68,-251r0,149r-26,0r0,-125r-24,15r0,-21v12,-5,26,-23,50,-18xm46,10r-23,0r158,-270r22,0","w":239},{"d":"20,-84r0,-28r79,0r0,28r-79,0","w":119},{"d":"114,-209r-24,-34r-24,34r-29,0r36,-51r34,0r36,51r-29,0xm119,-90v-28,0,-66,-3,-66,36v0,18,8,33,28,33v18,0,41,-10,38,-69xm120,0v-1,-8,2,-20,-1,-26v-9,21,-23,30,-46,30v-39,0,-50,-25,-50,-60v0,-55,55,-58,96,-57v1,-24,1,-50,-31,-50v-20,0,-30,13,-28,32r-32,0v1,-41,22,-54,61,-54v98,0,42,104,63,185r-32,0"},{"d":"61,50v2,-23,-30,-6,-38,-19r23,-31r17,0v-4,7,-14,16,-15,22v19,-7,40,5,40,26v-2,38,-50,38,-77,25r6,-14v14,6,43,10,44,-9","w":100},{"d":"134,-287r-24,-34r-24,34r-28,0r36,-51r33,0r36,51r-29,0xm110,5v-55,0,-82,-28,-82,-100v0,-86,-8,-170,82,-170v89,0,82,83,82,170v0,72,-27,100,-82,100xm110,-22v58,12,48,-98,48,-159v0,-54,-38,-57,-48,-57v-10,0,-48,3,-48,57v0,61,-11,171,48,159","w":219},{"d":"54,-167v20,0,23,-13,23,-48v0,-30,-8,-36,-23,-36v-15,0,-23,6,-23,36v0,35,3,48,23,48xm54,-152v-25,0,-47,-7,-47,-55v0,-32,6,-58,47,-58v41,0,47,26,47,58v0,48,-22,55,-47,55","w":108},{"d":"34,90r0,-360r22,0r0,360r-22,0","w":90},{"d":"114,-209r-24,-34r-24,34r-29,0r36,-51r34,0r36,51r-29,0xm90,-21v31,0,38,-21,38,-80v0,-50,-15,-60,-38,-60v-23,0,-38,10,-38,60v0,59,7,80,38,80xm90,4v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v63,0,69,44,69,97v0,80,-30,92,-69,92"},{"d":"165,0r-136,0r0,-260r134,0r0,29r-101,0r0,83r94,0r0,29r-94,0r0,90r103,0r0,29xm75,-328r0,38r-34,0r0,-38r34,0xm139,-328r0,38r-34,0r0,-38r34,0"},{"d":"75,42r-61,0r0,-20r31,0r0,-274r-30,0r0,-20r60,0r0,314","w":100},{"d":"74,-287r-24,-34r-24,34r-29,0r36,-51r34,0r36,51r-29,0xm67,-260r0,260r-34,0r0,-260r34,0","w":100},{"d":"57,-182r0,28v12,-28,27,-31,56,-31r0,30v-79,-16,-52,84,-56,155r-30,0r0,-182r30,0","w":119},{"d":"188,-35r-56,0r0,-19r46,-96r35,0r0,95r20,0r0,20r-20,0r0,35r-25,0r0,-35xm155,-55r33,0r0,-72xm36,-171r0,-18v33,8,45,-47,11,-47v-16,0,-19,11,-19,23r-23,0v-2,-26,12,-41,42,-41v28,0,46,13,46,39v0,29,-27,31,-34,36v26,3,37,16,37,38v0,29,-21,43,-52,43v-45,0,-42,-36,-42,-45r23,0v0,13,3,25,21,25v19,0,25,-10,25,-24v0,-22,-10,-29,-35,-29xm59,10r-23,0r157,-270r23,0","w":239},{"d":"154,0r-29,0r0,-123v0,-22,-8,-38,-33,-38v-61,0,-29,103,-37,161r-29,0r0,-260r29,0v2,33,-4,73,2,102v23,-44,97,-39,97,29r0,129"},{"d":"79,-123r0,-59r22,0r0,59r64,0r0,22r-64,0r0,58r-22,0r0,-58r-64,0r0,-22r64,0xm15,0r0,-22r150,0r0,22r-150,0"},{"d":"34,-185r0,-75r22,0r0,75r-22,0","w":90},{"d":"90,-21v31,0,38,-21,38,-80v0,-50,-15,-60,-38,-60v-23,0,-38,10,-38,60v0,59,7,80,38,80xm90,4v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v63,0,69,44,69,97v0,80,-30,92,-69,92xm94,-260r39,0r-47,51r-24,0"},{"d":"91,-134r52,-126r34,0r-71,161r0,99r-33,0r0,-99r-70,-161r37,0xm94,-338r39,0r-47,51r-24,0"},{"d":"104,-250r0,250r-33,0r0,-213r-38,25r0,-32v8,-4,33,-22,43,-30r28,0","w":159},{"d":"155,-193v-38,0,-62,54,-62,87v0,17,10,34,28,34v42,0,60,-80,60,-95v0,-14,-11,-26,-26,-26xm196,-190r5,-17r25,0r-42,128v0,6,5,10,11,10v22,0,60,-29,60,-86v0,-22,-11,-90,-111,-90v-64,0,-115,51,-115,115v0,64,51,115,115,115v44,0,81,-17,103,-48r21,0v-23,42,-70,68,-124,68v-75,0,-135,-59,-135,-135v0,-75,60,-135,135,-135v122,0,131,96,131,110v0,81,-58,106,-85,106v-13,0,-28,-6,-32,-19v-31,35,-93,15,-93,-36v0,-65,82,-155,131,-86","w":283},{"d":"66,-247v24,0,59,30,67,-3r18,0v-3,20,-13,40,-37,39v-23,0,-61,-29,-69,3r-16,0v2,-22,13,-39,37,-39xm119,-90v-28,0,-66,-3,-66,36v0,18,8,33,28,33v18,0,41,-10,38,-69xm120,0v-1,-8,2,-20,-1,-26v-9,21,-23,30,-46,30v-39,0,-50,-25,-50,-60v0,-55,55,-58,96,-57v1,-24,1,-50,-31,-50v-20,0,-30,13,-28,32r-32,0v1,-41,22,-54,61,-54v98,0,42,104,63,185r-32,0"},{"d":"100,-260r-85,295r-24,0r85,-295r24,0","w":100},{"d":"28,-95r0,-165r33,0r0,166v0,57,18,72,49,72v31,0,48,-15,48,-72r0,-166r34,0r0,165v0,72,-27,100,-82,100v-55,0,-82,-28,-82,-100xm114,-338r39,0r-47,51r-24,0","w":219},{"d":"58,-98v0,28,-3,77,33,77v37,0,37,-39,37,-66v0,-49,-4,-74,-36,-74v-33,0,-34,39,-34,63xm59,-22v-3,5,0,15,-1,22r-30,0r0,-260r30,0r1,97v10,-14,23,-22,40,-22v59,0,60,52,60,97v0,80,-30,92,-59,92v-19,0,-31,-9,-41,-26"},{"d":"67,-260r0,260r-34,0r0,-260r34,0xm35,-328r0,38r-34,0r0,-38r34,0xm99,-328r0,38r-34,0r0,-38r34,0","w":100},{"d":"148,-188r-56,-5r33,46r-21,12r-24,-52r-24,52r-21,-12r33,-46r-56,5r0,-24r56,5r-33,-46r22,-12r23,51r23,-51r22,12r-33,46r56,-5r0,24","w":159},{"d":"55,-104r71,0v0,-53,-15,-59,-37,-59v-19,0,-34,9,-34,59xm157,-81r-102,0v0,51,13,60,36,60v20,0,31,-16,32,-34r33,0v0,40,-26,59,-64,59v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v58,0,67,40,65,104xm75,-250r0,38r-34,0r0,-38r34,0xm139,-250r0,38r-34,0r0,-38r34,0"},{"d":"67,-260r0,260r-34,0r0,-260r34,0","w":100},{"d":"94,-66r-30,0r0,-41v0,-31,44,-52,44,-99v0,-16,-8,-35,-27,-35v-26,0,-27,31,-27,50r-34,0v-2,-44,15,-74,63,-74v37,0,58,24,58,60v0,79,-60,71,-47,139xm96,-37r0,37r-34,0r0,-37r34,0","w":159},{"w":79},{"d":"123,-67v-22,0,-43,-25,-65,-25v-15,0,-24,18,-30,32r-12,-17v9,-20,21,-43,42,-43v19,0,48,26,65,26v13,0,23,-17,29,-30r13,17v-9,19,-22,40,-42,40"},{"d":"37,-182r44,148r44,-148r32,0r-82,251r-31,0r20,-69r-61,-182r34,0xm84,-260r39,0r-47,51r-24,0","w":159},{"d":"60,0r-33,0r0,-260r129,0r0,29r-96,0r0,83r90,0r0,29r-90,0r0,119","w":159},{"d":"15,-80r0,-22r150,0r0,22r-150,0xm107,-182r0,37r-34,0r0,-37r34,0xm107,-37r0,37r-34,0r0,-37r34,0"},{"d":"34,-171r0,-18v34,7,46,-47,11,-47v-16,0,-19,11,-19,23r-23,0v-2,-26,12,-41,42,-41v28,0,46,13,46,39v0,29,-27,31,-34,36v26,3,37,16,37,38v0,29,-21,43,-52,43v-45,0,-42,-36,-42,-45r23,0v0,13,3,25,21,25v19,0,25,-10,25,-24v0,-22,-10,-29,-35,-29","w":95},{"d":"55,-104r71,0v0,-53,-15,-59,-37,-59v-19,0,-34,9,-34,59xm157,-81r-102,0v0,51,13,60,36,60v20,0,31,-16,32,-34r33,0v0,40,-26,59,-64,59v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v58,0,67,40,65,104xm94,-260r39,0r-47,51r-24,0"},{"d":"59,44r0,-166v-30,0,-56,-31,-56,-68v0,-22,8,-70,66,-70r70,0r0,304r-25,0r0,-280r-29,0r0,280r-26,0","w":158},{"d":"90,-205v-20,0,-36,-16,-36,-37v0,-20,16,-36,36,-36v21,0,36,16,36,36v0,20,-16,37,-36,37xm112,-242v0,-12,-10,-21,-22,-21v-12,0,-22,9,-22,21v0,12,10,22,22,22v12,0,22,-10,22,-22xm119,-90v-28,0,-66,-3,-66,36v0,18,8,33,28,33v18,0,41,-10,38,-69xm120,0v-1,-8,2,-20,-1,-26v-9,21,-23,30,-46,30v-39,0,-50,-25,-50,-60v0,-55,55,-58,96,-57v1,-24,1,-50,-31,-50v-20,0,-30,13,-28,32r-32,0v1,-41,22,-54,61,-54v98,0,42,104,63,185r-32,0"},{"d":"67,-231r0,88v44,-2,74,12,82,-45v-9,-61,-37,-38,-82,-43xm67,0r-34,0r0,-260v78,3,150,-21,150,74v0,78,-54,73,-116,72r0,114","w":200},{"d":"0,-239r100,0r0,20r-100,0r0,-20","w":100},{"d":"114,-287r-24,-34r-24,34r-29,0r36,-51r34,0r36,51r-29,0xm165,0r-136,0r0,-260r134,0r0,29r-101,0r0,83r94,0r0,29r-94,0r0,90r103,0r0,29"},{"d":"96,-125r0,41v0,31,-44,52,-44,99v0,16,8,35,27,35v26,0,27,-31,27,-50r34,0v2,44,-15,74,-63,74v-37,0,-59,-24,-59,-60v0,-79,61,-71,48,-139r30,0xm98,-191r0,37r-34,0r0,-37r34,0","w":159},{"d":"114,-209r-24,-34r-24,34r-29,0r36,-51r34,0r36,51r-29,0xm123,-61r0,-121r30,0r1,182r-31,0v-1,-7,2,-17,-1,-22v-20,40,-95,34,-95,-21r0,-139r30,0r0,126v0,22,9,37,30,37v16,0,36,-12,36,-42"},{"d":"134,-287r-24,-34r-24,34r-28,0r36,-51r33,0r36,51r-29,0xm28,-95r0,-165r33,0r0,166v0,57,18,72,49,72v31,0,48,-15,48,-72r0,-166r34,0r0,165v0,72,-27,100,-82,100v-55,0,-82,-28,-82,-100","w":219},{"d":"123,-61r0,-121r30,0r1,182r-31,0v-1,-7,2,-17,-1,-22v-20,40,-95,34,-95,-21r0,-139r30,0r0,126v0,22,9,37,30,37v16,0,36,-12,36,-42xm47,-260r39,0r32,51r-24,0"},{"d":"75,42r-21,0v-16,-51,-36,-101,-36,-155v0,-55,20,-107,36,-159r22,0v-30,103,-31,211,-1,314","w":100},{"d":"110,-283v-20,0,-36,-16,-36,-37v0,-20,16,-36,36,-36v21,0,37,16,37,36v0,20,-17,37,-37,37xm132,-320v0,-12,-10,-21,-22,-21v-12,0,-21,9,-21,21v0,12,9,22,21,22v12,0,22,-10,22,-22xm5,0r83,-260r42,0r85,260r-38,0r-18,-62r-101,0r-19,62r-34,0xm150,-91r-43,-138r-40,138r83,0","w":219},{"d":"66,-247v24,0,59,30,67,-3r18,0v-3,20,-13,40,-37,39v-23,0,-61,-29,-69,3r-16,0v2,-22,13,-39,37,-39xm154,0r-29,0r0,-126v0,-19,-7,-35,-32,-35v-65,0,-29,101,-38,161r-29,0r-2,-182r31,0v1,7,-3,20,2,24v23,-48,109,-30,97,32r0,126"},{"d":"86,-325v25,0,59,31,67,-3r18,0v-3,20,-14,39,-37,39v-21,0,-61,-29,-68,3r-17,0v2,-22,13,-39,37,-39xm110,5v-55,0,-82,-28,-82,-100v0,-86,-8,-170,82,-170v89,0,82,83,82,170v0,72,-27,100,-82,100xm110,-22v58,12,48,-98,48,-159v0,-54,-38,-57,-48,-57v-10,0,-48,3,-48,57v0,61,-11,171,48,159","w":219},{"d":"188,-190r-34,0v0,-31,-13,-48,-46,-48v-10,0,-48,3,-48,57v0,61,-11,171,48,159v24,0,39,-7,46,-12r0,-78r-48,0r0,-28r81,0r0,126v-21,12,-46,19,-79,19v-55,0,-82,-28,-82,-100v0,-86,-8,-170,82,-170v56,0,82,21,80,75","w":219},{"d":"114,-209r-24,-34r-24,34r-29,0r36,-51r34,0r36,51r-29,0xm55,-104r71,0v0,-53,-15,-59,-37,-59v-19,0,-34,9,-34,59xm157,-81r-102,0v0,51,13,60,36,60v20,0,31,-16,32,-34r33,0v0,40,-26,59,-64,59v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v58,0,67,40,65,104"},{"d":"55,0r-30,0r0,-182r30,0r0,182xm25,-250r0,38r-34,0r0,-38r34,0xm89,-250r0,38r-34,0r0,-38r34,0","w":79},{"d":"110,5v-55,0,-82,-28,-82,-100v0,-86,-8,-170,82,-170v89,0,82,83,82,170v0,72,-27,100,-82,100xm110,-22v58,12,48,-98,48,-159v0,-54,-38,-57,-48,-57v-10,0,-48,3,-48,57v0,61,-11,171,48,159xm95,-328r0,38r-34,0r0,-38r34,0xm159,-328r0,38r-34,0r0,-38r34,0","w":219},{"d":"119,-90v-28,0,-66,-3,-66,36v0,18,8,33,28,33v18,0,41,-10,38,-69xm120,0v-1,-8,2,-20,-1,-26v-9,21,-23,30,-46,30v-39,0,-50,-25,-50,-60v0,-55,55,-58,96,-57v1,-24,1,-50,-31,-50v-20,0,-30,13,-28,32r-32,0v1,-41,22,-54,61,-54v98,0,42,104,63,185r-32,0xm75,-250r0,38r-34,0r0,-38r34,0xm139,-250r0,38r-34,0r0,-38r34,0"},{"d":"28,-95r0,-165r33,0r0,166v0,57,18,72,49,72v31,0,48,-15,48,-72r0,-166r34,0r0,165v0,72,-27,100,-82,100v-55,0,-82,-28,-82,-100xm95,-328r0,38r-34,0r0,-38r34,0xm159,-328r0,38r-34,0r0,-38r34,0","w":219},{"d":"110,5v-55,0,-82,-28,-82,-100v0,-86,-8,-170,82,-170v89,0,82,83,82,170v0,72,-27,100,-82,100xm110,-22v58,12,48,-98,48,-159v0,-54,-38,-57,-48,-57v-10,0,-48,3,-48,57v0,61,-11,171,48,159xm67,-338r39,0r32,51r-24,0","w":219},{"d":"11,-81r34,0v1,23,-2,59,32,59v35,0,37,-30,37,-62r0,-176r34,0r0,196v0,14,-1,69,-72,69v-14,0,-42,-4,-55,-25v-10,-17,-10,-40,-10,-61"},{"d":"5,0r83,-260r42,0r85,260r-38,0r-18,-62r-101,0r-19,62r-34,0xm150,-91r-43,-138r-40,138r83,0xm114,-338r39,0r-47,51r-24,0","w":219},{"d":"134,-287r-24,-34r-24,34r-28,0r36,-51r33,0r36,51r-29,0xm5,0r83,-260r42,0r85,260r-38,0r-18,-62r-101,0r-19,62r-34,0xm150,-91r-43,-138r-40,138r83,0","w":219},{"d":"55,0r-30,0r0,-182r30,0r0,182xm-3,-260r39,0r32,51r-24,0","w":79},{"d":"91,-134r52,-126r34,0r-71,161r0,99r-33,0r0,-99r-70,-161r37,0"},{"d":"123,-61r0,-121r30,0r1,182r-31,0v-1,-7,2,-17,-1,-22v-20,40,-95,34,-95,-21r0,-139r30,0r0,126v0,22,9,37,30,37v16,0,36,-12,36,-42xm75,-250r0,38r-34,0r0,-38r34,0xm139,-250r0,38r-34,0r0,-38r34,0"},{"d":"152,-123r-31,0v1,-30,-14,-38,-25,-38v-23,0,-38,10,-38,60v0,59,7,80,38,80v7,0,27,-6,26,-39r31,0v1,51,-37,64,-57,64v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v36,0,58,21,56,62"},{"d":"51,-48v18,-34,31,-74,47,-110v-30,-9,-50,1,-50,57v0,23,0,41,3,53xm112,-60r31,0v-2,56,-48,77,-94,57r-10,24r-13,-6r11,-27v-13,-13,-20,-36,-20,-76v0,-61,22,-110,91,-94r9,-23r13,6r-10,23v15,10,22,28,21,53r-30,0v0,-9,-1,-17,-3,-23r-48,115v18,23,58,6,52,-29","w":159},{"d":"12,46r19,-83r37,0r-33,83r-23,0xm57,-182r0,38r-34,0r0,-38r34,0","w":79},{"d":"226,0r-87,0r0,-19v48,-59,61,-71,61,-95v0,-10,-6,-18,-20,-18v-13,0,-15,13,-15,23r-26,0v-2,-23,12,-43,40,-43v33,0,46,12,46,39v0,33,-18,45,-57,94r58,0r0,19xm57,-251r0,149r-25,0r0,-125r-25,15r0,-21v12,-4,26,-24,50,-18xm35,10r-22,0r157,-270r22,0","w":239},{"d":"38,-90r55,0r-1,-130xm93,-61r-84,0r0,-29r71,-160r43,0r0,160r30,0r0,29r-30,0r0,61r-30,0r0,-61","w":159},{"d":"180,-260r29,0r0,260r-45,0r-104,-225r0,225r-29,0r0,-260r47,0r102,223r0,-223","w":240},{"d":"119,-90v-28,0,-66,-3,-66,36v0,18,8,33,28,33v18,0,41,-10,38,-69xm120,0v-1,-8,2,-20,-1,-26v-9,21,-23,30,-46,30v-39,0,-50,-25,-50,-60v0,-55,55,-58,96,-57v1,-24,1,-50,-31,-50v-20,0,-30,13,-28,32r-32,0v1,-41,22,-54,61,-54v98,0,42,104,63,185r-32,0xm94,-260r39,0r-47,51r-24,0"},{"d":"8,0r27,-84r-36,0r6,-20r36,0r12,-41r-36,0r6,-21r36,0r26,-84r19,0r-27,84r30,0r25,-84r19,0r-26,84r37,0r-6,21r-37,0r-12,41r37,0r-6,20r-38,0r-25,84r-19,0r26,-84r-29,0r-26,84r-19,0xm59,-104r29,0r13,-41r-29,0","w":159},{"d":"13,-185r0,-75r21,0r0,75r-21,0xm56,-185r0,-75r21,0r0,75r-21,0","w":90},{"d":"177,-161v-23,-5,-32,23,-32,39r0,122r-30,0r0,-126v0,-18,-5,-35,-29,-35v-56,0,-24,103,-32,161r-30,0r-1,-182r31,0v1,7,-2,18,1,23v14,-34,72,-36,88,-3v10,-19,26,-23,43,-23v19,0,49,4,49,47r0,138r-29,0r0,-126v0,-18,-5,-35,-29,-35","w":259},{"d":"5,0r83,-260r42,0r85,260r-38,0r-18,-62r-101,0r-19,62r-34,0xm150,-91r-43,-138r-40,138r83,0","w":219},{"d":"57,-37r0,37r-34,0r0,-37r34,0","w":79},{"d":"28,-95r0,-165r33,0r0,166v0,57,18,72,49,72v31,0,48,-15,48,-72r0,-166r34,0r0,165v0,72,-27,100,-82,100v-55,0,-82,-28,-82,-100xm67,-338r39,0r32,51r-24,0","w":219},{"d":"61,-116r0,-29v30,3,51,-10,51,-42v0,-23,-11,-39,-35,-39v-27,0,-31,21,-31,41r-33,0v-3,-42,18,-69,64,-69v42,0,68,21,68,65v0,48,-37,52,-49,59v39,5,52,26,52,63v0,49,-27,72,-75,72v-70,0,-64,-60,-64,-74r33,0v0,25,4,47,34,47v29,0,38,-18,38,-45v0,-40,-14,-49,-53,-49","w":159},{"d":"28,-95r0,-165r33,0r0,166v0,57,18,72,49,72v31,0,48,-15,48,-72r0,-166r34,0r0,165v0,72,-27,100,-82,100v-55,0,-82,-28,-82,-100","w":219},{"d":"80,-22v25,0,33,-23,33,-45v0,-22,-2,-51,-33,-51v-31,0,-34,29,-34,51v0,22,9,45,34,45xm100,-132v37,4,47,33,47,65v0,45,-23,72,-67,72v-44,0,-67,-27,-67,-72v0,-32,9,-61,46,-65v-30,-6,-43,-31,-43,-59v0,-39,25,-63,64,-63v73,0,88,109,20,122xm80,-147v43,0,42,-82,0,-83v-21,0,-31,19,-31,38v0,18,6,45,31,45","w":159},{"d":"165,0r-136,0r0,-260r134,0r0,29r-101,0r0,83r94,0r0,29r-94,0r0,90r103,0r0,29"},{"d":"191,-138v-2,106,-8,132,-101,138r-60,0r0,-132r-25,0r0,-20r25,0r0,-108v65,1,130,-11,150,40v9,22,11,74,11,82xm63,-132r0,103v63,3,94,-3,94,-78v0,-58,3,-133,-50,-124r-44,0r0,79r54,0r0,20r-54,0","w":219},{"d":"56,-102v-4,31,0,69,-1,102r-29,0r0,-260r29,0r1,157r56,-79r36,0r-61,78r71,104r-37,0","w":159},{"d":"64,0r-33,0r0,-260r33,0r0,112r92,0r0,-112r33,0r0,260r-33,0r0,-119r-92,0r0,119","w":219},{"d":"144,-188v4,-30,-14,-49,-37,-49v-27,0,-38,16,-39,20v-8,1,-8,94,-8,123v0,64,21,72,47,72v10,0,41,-4,41,-55r34,0v1,82,-57,82,-74,82v-32,0,-82,-2,-82,-103r0,-73v0,-73,33,-94,84,-94v51,0,71,27,68,77r-34,0","w":200},{"d":"55,-104r71,0v0,-53,-15,-59,-37,-59v-19,0,-34,9,-34,59xm157,-81r-102,0v0,51,13,60,36,60v20,0,31,-16,32,-34r33,0v0,40,-26,59,-64,59v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v58,0,67,40,65,104"},{"d":"61,-231r-1,231r-30,0r0,-260r53,0r66,218r67,-218r54,0r0,260r-33,0r0,-231r-73,231r-32,0","w":299},{"d":"62,0r-33,0r0,-260r33,0r1,114r91,-114r38,0r-95,117r100,143r-43,0r-92,-136r0,136","w":200},{"d":"150,0r-135,0r0,-29v73,-102,95,-121,95,-164v0,-20,-10,-33,-31,-33v-25,0,-29,21,-29,41r-34,0v-3,-41,19,-69,61,-69v45,0,66,21,66,66v0,56,-28,74,-92,159r99,0r0,29","w":159},{"d":"66,-122r0,93r46,0v35,0,48,-25,48,-44v0,-55,-45,-49,-94,-49xm66,-231r0,81v44,2,86,4,86,-42v0,-40,-44,-42,-86,-39xm117,-260v83,-6,91,107,24,123r0,2v37,4,53,26,53,62v0,103,-81,66,-162,73r0,-260r85,0","w":219},{"d":"144,-265v75,0,135,60,135,135v0,76,-60,135,-135,135v-75,0,-135,-59,-135,-135v0,-75,60,-135,135,-135xm144,-245v-64,0,-115,51,-115,115v0,64,51,115,115,115v64,0,115,-51,115,-115v0,-64,-51,-115,-115,-115xm119,-121r0,69r-25,0r0,-156r62,0v55,0,55,68,9,75v33,-1,25,48,34,81r-25,0v-6,-11,-3,-31,-7,-52v-5,-26,-25,-14,-48,-17xm119,-190r0,49v28,1,57,2,55,-26v3,-23,-29,-25,-55,-23","w":288},{"d":"71,-265v44,0,46,35,46,69v0,35,-2,68,-46,68v-44,0,-46,-33,-46,-68v0,-34,2,-69,46,-69xm71,-245v-21,0,-21,15,-21,48v0,33,0,49,21,49v21,0,21,-16,21,-49v0,-33,0,-48,-21,-48xm208,-132v44,0,47,35,47,69v0,35,-3,68,-47,68v-44,0,-46,-33,-46,-68v0,-34,2,-69,46,-69xm208,-112v-21,0,-20,16,-20,49v0,33,-1,48,20,48v21,0,21,-15,21,-48v0,-33,0,-49,-21,-49xm213,-273r-124,286r-22,0r122,-286r24,0","w":280},{"d":"24,-48r0,-24r41,0r0,-23r-41,0r0,-25r32,0r-57,-130r35,0r47,116r48,-116r32,0r-58,130r33,0r0,25r-42,0r0,23r42,0r0,24r-42,0r0,48r-29,0r0,-48r-41,0","w":159},{"d":"63,-231r0,202v63,3,94,-3,94,-78v0,-58,3,-133,-50,-124r-44,0xm191,-138v-2,106,-8,132,-101,138r-60,0r0,-260v65,1,130,-11,150,40v9,22,11,74,11,82","w":219},{"d":"110,5v-55,0,-82,-28,-82,-100v0,-86,-8,-170,82,-170v89,0,82,83,82,170v0,72,-27,100,-82,100xm110,-22v58,12,48,-98,48,-159v0,-54,-38,-57,-48,-57v-10,0,-48,3,-48,57v0,61,-11,171,48,159xm114,-338r39,0r-47,51r-24,0","w":219},{"d":"123,-61r0,-121r30,0r1,182r-31,0v-1,-7,2,-17,-1,-22v-20,40,-95,34,-95,-21r0,-139r30,0r0,126v0,22,9,37,30,37v16,0,36,-12,36,-42xm94,-260r39,0r-47,51r-24,0"},{"d":"90,-21v31,0,38,-21,38,-80v0,-50,-15,-60,-38,-60v-23,0,-38,10,-38,60v0,59,7,80,38,80xm90,4v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v63,0,69,44,69,97v0,80,-30,92,-69,92xm75,-250r0,38r-34,0r0,-38r34,0xm139,-250r0,38r-34,0r0,-38r34,0"},{"d":"46,42r-20,0v29,-103,28,-212,-2,-314r22,0v16,52,36,104,36,159v0,54,-20,104,-36,155","w":100},{"d":"54,-28r-28,0r28,-69r-28,-71r27,0r34,71xm116,-28r-28,0r28,-69r-28,-71r27,0r34,71","w":159},{"d":"15,-22r122,-69r-122,-68r0,-26r150,82r0,23r-150,85r0,-27"},{"d":"55,-54r65,-91v-6,-12,-17,-16,-30,-16v-23,0,-38,10,-38,60v0,20,1,36,3,47xm126,-129r-66,92v6,12,15,16,30,16v38,10,41,-60,36,-108xm138,-170r18,-24r11,7r-20,28v10,18,12,43,12,71v0,80,-30,92,-69,92v-19,0,-37,-3,-49,-16r-17,25r-11,-8r20,-28v-19,-52,-30,-162,57,-162v23,0,38,5,48,15"},{"d":"92,-21v32,0,36,-24,36,-73v0,-27,0,-67,-37,-67v-36,0,-33,50,-33,78v0,24,1,62,34,62xm58,-182v1,7,-2,17,1,22v10,-17,22,-25,41,-25v29,0,59,11,59,91v0,45,-1,98,-60,98v-18,1,-29,-10,-41,-22r0,87r-30,0r0,-251r30,0"},{"d":"72,-60r-25,0r-7,-200r40,0xm77,-37r0,37r-34,0r0,-37r34,0","w":119},{"d":"35,-250r0,38r-34,0r0,-38r34,0xm99,-250r0,38r-34,0r0,-38r34,0","w":100},{"d":"90,-21v31,0,38,-21,38,-80v0,-50,-15,-60,-38,-60v-23,0,-38,10,-38,60v0,59,7,80,38,80xm90,4v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v63,0,69,44,69,97v0,80,-30,92,-69,92xm47,-260r39,0r32,51r-24,0"},{"d":"68,-251r0,149r-26,0r0,-125r-24,15r0,-21v12,-5,26,-23,50,-18","w":95},{"d":"88,-21v33,0,34,-38,34,-62v0,-28,3,-78,-33,-78v-37,0,-37,40,-37,67v0,49,4,73,36,73xm121,-160v3,-5,0,-15,1,-22r30,0r0,251r-30,0r-1,-87v-10,14,-23,22,-40,22v-59,0,-60,-53,-60,-98v0,-80,30,-91,59,-91v19,0,31,8,41,25"},{"d":"37,-182r44,148r44,-148r32,0r-82,251r-31,0r20,-69r-61,-182r34,0xm65,-250r0,38r-34,0r0,-38r34,0xm129,-250r0,38r-34,0r0,-38r34,0","w":159},{"d":"55,-104r71,0v0,-53,-15,-59,-37,-59v-19,0,-34,9,-34,59xm157,-81r-102,0v0,51,13,60,36,60v20,0,31,-16,32,-34r33,0v0,40,-26,59,-64,59v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v58,0,67,40,65,104xm47,-260r39,0r32,51r-24,0"},{"d":"87,-106r0,83v21,-3,38,-17,38,-40v0,-21,-18,-32,-38,-43xm72,-150r0,-75v-18,3,-30,15,-30,35v0,20,13,31,30,40xm87,5r0,22r-15,0r0,-22v-77,0,-71,-75,-70,-81r34,0v0,26,9,51,36,53r0,-91v-31,-15,-64,-32,-64,-72v0,-40,28,-68,64,-68r0,-21r15,0r0,21v48,0,71,27,71,74r-36,0v0,-26,-8,-44,-35,-45r0,83v32,15,71,30,71,78v0,50,-40,69,-71,69","w":159},{"d":"157,-187r-89,137v7,21,21,28,42,28v60,0,49,-104,47,-165xm63,-71r90,-137v-10,-28,-35,-30,-43,-30v-10,0,-48,3,-48,57xm15,4r24,-37v-16,-32,-11,-98,-11,-147v0,-52,27,-85,82,-85v30,0,51,9,64,25r18,-28r13,8r-22,34v15,31,9,86,9,131v0,72,-27,100,-82,100v-28,0,-48,-7,-62,-24r-21,31","w":219},{"d":"47,-81v0,25,3,59,35,59v27,0,32,-30,32,-63v0,-23,-5,-50,-34,-50v-29,0,-33,32,-33,54xm80,5v-68,0,-67,-64,-67,-129v0,-67,-1,-130,67,-130v37,0,63,23,62,61r-33,0v0,-17,-9,-37,-29,-37v-26,0,-36,28,-33,91v34,-45,100,-29,100,60v0,45,-18,84,-67,84","w":159},{"d":"55,-260r0,260r-30,0r0,-260r30,0","w":79},{"d":"-1,-182r30,0r0,-35r30,-13r0,48r39,0r0,23r-39,0r0,111v-5,16,13,31,40,25r0,22v-31,7,-70,3,-70,-29r0,-129r-30,0r0,-23","w":100},{"d":"80,-254v68,0,67,63,67,130v0,65,1,129,-67,129v-68,0,-67,-64,-67,-129v0,-67,-1,-130,67,-130xm80,-226v-34,0,-34,42,-34,109v0,42,-3,95,34,95v37,0,34,-53,34,-95v0,-67,0,-109,-34,-109","w":159},{"d":"165,0r-136,0r0,-260r134,0r0,29r-101,0r0,83r94,0r0,29r-94,0r0,90r103,0r0,29xm94,-338r39,0r-47,51r-24,0"},{"d":"142,-42r0,-74r-127,0r0,-22r150,0r0,96r-23,0"},{"d":"49,-131v0,38,59,36,59,-3v0,-21,-22,-24,-31,-28v-5,2,-28,11,-28,31xm25,-2r0,-31v12,8,82,23,81,-13v0,-40,-86,-22,-86,-77v0,-24,17,-38,37,-47v-19,-9,-33,-19,-33,-42v2,-52,60,-62,104,-46r0,30v-24,-11,-70,-19,-70,13v0,37,80,22,80,74v1,24,-19,39,-38,48v21,5,40,20,40,43v-1,57,-67,63,-115,48","w":159},{"d":"165,-138r0,22r-150,0r0,-22r150,0xm165,-67r0,22r-150,0r0,-22r150,0"},{"d":"90,-21v31,0,38,-21,38,-80v0,-50,-15,-60,-38,-60v-23,0,-38,10,-38,60v0,59,7,80,38,80xm90,4v-39,0,-69,-12,-69,-92v0,-53,6,-97,69,-97v63,0,69,44,69,97v0,80,-30,92,-69,92"},{"d":"40,0r-35,0r115,-260r161,0r0,29r-107,0r11,83r93,0r0,29r-88,0r13,90r81,0r0,29r-110,0r-9,-62r-98,0xm161,-91r-20,-142r-61,142r81,0","w":299},{"d":"180,45r-180,0r0,-18r180,0r0,18"},{"d":"154,0r-29,0r0,-126v0,-19,-7,-35,-32,-35v-65,0,-29,101,-38,161r-29,0r-2,-182r31,0v1,7,-3,20,2,24v23,-48,109,-30,97,32r0,126"},{"d":"119,-90v-28,0,-66,-3,-66,36v0,18,8,33,28,33v18,0,41,-10,38,-69xm120,0v-1,-8,2,-20,-1,-26v-9,21,-23,30,-46,30v-39,0,-50,-25,-50,-60v0,-55,55,-58,96,-57v1,-24,1,-50,-31,-50v-20,0,-30,13,-28,32r-32,0v1,-41,22,-54,61,-54v98,0,42,104,63,185r-32,0xm47,-260r39,0r32,51r-24,0"},{"d":"126,-200v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54v0,-30,24,-54,54,-54v30,0,54,24,54,54xm104,-200v0,-17,-14,-31,-32,-31v-17,0,-32,14,-32,31v0,18,14,32,32,32v17,0,32,-14,32,-32","w":144},{"d":"59,0r-54,-182r33,0r42,154r43,-154r31,0r-56,182r-39,0","w":159},{"d":"97,-95r60,95r-39,0r-42,-75r-39,75r-35,0r57,-95r-52,-87r38,0r34,65r37,-65r36,0","w":159},{"d":"34,-63r22,0r0,126r-22,0r0,-126xm34,-243r22,0r0,126r-22,0r0,-126","w":90},{"d":"78,-250r22,0r56,150r-27,0r-41,-114r-40,114r-24,0"},{"d":"12,46r19,-83r37,0r-33,83r-23,0","w":79},{"d":"44,-28r-33,-69r34,-71r27,0r-28,71r28,69r-28,0xm105,-28r-32,-69r34,-71r27,0r-29,71r29,69r-29,0","w":159},{"d":"25,27r0,-209r30,0r0,207v0,29,-9,44,-52,44r0,-25v13,0,22,-2,22,-17xm23,-228r0,-32r34,0r0,32r-34,0","w":79},{"d":"28,-121v50,11,36,60,36,112v0,20,7,32,32,32r0,21v-79,8,-61,-60,-61,-124v0,-24,-13,-24,-32,-31r0,-20v47,-1,32,-52,32,-94v0,-51,43,-47,61,-47r0,20v-74,-3,12,121,-68,131","w":98},{"d":"158,0r-129,0r0,-260r33,0r0,231r96,0r0,29","w":159},{"d":"5,0r83,-260r42,0r85,260r-38,0r-18,-62r-101,0r-19,62r-34,0xm150,-91r-43,-138r-40,138r83,0xm95,-328r0,38r-34,0r0,-38r34,0xm159,-328r0,38r-34,0r0,-38r34,0","w":219},{"d":"7,-260r39,0r32,51r-24,0","w":100},{"d":"77,-191r0,37r-34,0r0,-37r34,0xm48,-131r25,0r7,200r-40,0","w":119},{"d":"5,-260r170,0r0,29r-68,0r0,231r-34,0r0,-231r-68,0r0,-29"},{"d":"57,-110r0,38r-34,0r0,-38r34,0","w":79},{"d":"3,-182r28,0r0,-35v1,-42,34,-46,67,-43r0,21v-46,-2,-36,22,-37,57r37,0r0,23r-37,0r0,159r-30,0r0,-159r-28,0r0,-23","w":100},{"d":"76,5r-76,-265r24,0r76,265r-24,0","w":100},{"d":"37,-182r44,148r44,-148r32,0r-82,251r-31,0r20,-69r-61,-182r34,0","w":159},{"d":"96,-325v25,0,59,31,67,-3r18,0v-3,20,-14,39,-37,39v-21,0,-61,-29,-68,3r-17,0v2,-22,13,-39,37,-39xm180,-260r29,0r0,260r-45,0r-104,-225r0,225r-29,0r0,-260r47,0r102,223r0,-223","w":240},{"d":"21,-250r117,0r0,29r-84,0v1,24,-2,51,1,73v5,-11,23,-18,40,-18v36,0,52,26,52,84v0,40,-5,87,-68,87v-52,0,-61,-29,-61,-62r33,0v0,19,7,38,29,38v31,0,34,-31,34,-55v0,-36,-1,-65,-32,-65v-18,0,-28,13,-31,30r-30,0r0,-141","w":159},{"d":"22,-77r33,0v-3,37,20,54,43,54v26,0,47,-12,47,-43v0,-58,-117,-51,-117,-129v0,-46,32,-70,76,-70v48,0,74,23,72,76r-34,0v0,-28,-9,-48,-40,-48v-20,0,-40,11,-40,39v0,57,117,49,117,131v0,55,-38,72,-81,72v-77,0,-77,-57,-76,-82","w":200},{"d":"57,-182r0,38r-34,0r0,-38r34,0xm57,-37r0,37r-34,0r0,-37r34,0","w":79},{"d":"108,-27v68,0,48,-92,48,-154v0,-54,-38,-57,-48,-57v-10,0,-48,3,-48,57v0,62,-20,154,48,154xm26,-95v0,-86,-8,-170,82,-170v89,0,81,84,81,170v0,20,-8,64,-22,72v13,-5,30,-7,49,-6r0,29r-108,0v-35,0,-82,-2,-82,-95","w":219},{"d":"125,-182r0,27r-80,131r82,0r0,24r-114,0r0,-28r79,-130r-75,0r0,-24r108,0","w":140},{"d":"119,-90v-28,0,-66,-3,-66,36v0,18,8,33,28,33v18,0,41,-10,38,-69xm120,0v-1,-8,2,-20,-1,-26v-9,21,-23,30,-46,30v-39,0,-50,-25,-50,-60v0,-55,55,-58,96,-57v1,-24,1,-50,-31,-50v-20,0,-30,13,-28,32r-32,0v1,-41,22,-54,61,-54v98,0,42,104,63,185r-32,0"},{"d":"67,-260r0,260r-34,0r0,-260r34,0xm54,-338r39,0r-47,51r-24,0","w":100},{"d":"123,-92v0,-27,1,-69,-36,-69v-33,0,-34,41,-34,65v0,58,13,72,35,72v36,0,35,-43,35,-68xm121,-159v3,-5,0,-16,1,-23r30,0r0,200v0,41,-27,51,-67,51v-30,0,-58,-16,-55,-49r33,0v0,17,11,26,27,26v36,0,35,-37,31,-69v-8,14,-24,23,-40,23v-49,0,-59,-42,-59,-96v0,-84,42,-89,57,-89v19,0,34,8,42,26"},{"d":"80,-230v-28,0,-34,29,-34,52v0,25,5,52,34,52v29,0,33,-27,33,-52v0,-23,-5,-52,-33,-52xm80,-254v68,0,67,63,67,130v0,65,1,129,-67,129v-37,0,-63,-25,-62,-65r33,0v0,18,8,38,29,38v31,0,36,-40,33,-100v-8,17,-24,24,-43,24v-20,0,-57,-11,-57,-79v0,-56,34,-77,67,-77","w":159},{"d":"143,-52v0,40,-27,56,-63,56v-39,0,-64,-17,-63,-59r33,0v0,10,1,34,31,34v18,0,31,-8,31,-27v0,-32,-91,-34,-91,-88v0,-19,12,-49,63,-49v32,0,60,15,57,51r-32,0v0,-19,-10,-29,-29,-29v-16,0,-28,8,-28,24v0,32,91,32,91,87","w":159},{"d":"66,0r-64,-260r35,0r50,225r52,-225r43,0r48,225r53,-225r35,0r-69,260r-41,0r-50,-225r-52,225r-40,0","w":320},{"d":"110,5v-55,0,-82,-28,-82,-100v0,-86,-8,-170,82,-170v89,0,82,83,82,170v0,72,-27,100,-82,100xm110,-22v58,12,48,-98,48,-159v0,-54,-38,-57,-48,-57v-10,0,-48,3,-48,57v0,61,-11,171,48,159","w":219},{"d":"79,-102r0,-80r22,0r0,80r64,0r0,22r-64,0r0,80r-22,0r0,-80r-64,0r0,-22r64,0"},{"d":"123,-61r0,-121r30,0r1,182r-31,0v-1,-7,2,-17,-1,-22v-20,40,-95,34,-95,-21r0,-139r30,0r0,126v0,22,9,37,30,37v16,0,36,-12,36,-42"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+342-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("lfGoJ_Ri8&OylpWBn_26?f?OCvRoG_OyCv{68&xXG0(H.FimC7MEPf?68Cn]C7MEPf%iC7MEPf.o~0SoPLKWRoSoPLK@.0SoPLK@Y0aNn>$EGLnNn>$EG&0Nn>$E.F@Nn>$EG&xNn>$E.vP(C7MEPf.EC7MEPfPF{WSoPLKWRW{Nn>$EGf0Nn>$E.UxNn>$E.Fn.0UNkC7MEPfPEC7MEPfGWC7MEPf%FC7MEPfx_&oSoPLKm.6oNn>$EG>{Nn>$E.U@Nn>$EGLxNn>$E._2(C7MEPf.iC7MEPfRmC0SoPLKUGC{Nn>$E._0)C7MEPf?S{oSoPLK_PoSoPLK]GL2$C7MEPfMFCpONn>$EGf2mC7MEPfR_lWSoPLKW.]]VC7MEPf%E~WSoPLK_G%GNn>$EGUnNn>$E.URNn>$EG>WNn>$E.UGNn>$EG>0bC7MEPf2_C7MEPfR@C7MEPf{_C7MEPfGmC7MEPfxmC7MEPf.!l2SoPLKUR0SoPLK_P0SoPLK]RMnNn>$EG&2Nn>$EG&GNn>$EGLGNn>$EG>xNn>$EGfRNn>$EGL{lC7MEPfPSC7MEPfP6C7MEPf0U&0SoPLK_.vRNn>$E.>?BC7MEPf{]R%!Nn>$EG>%UCp{;b^!Nn>$EGL]F0>@2C7MEPfbE8i@LGMo-P]{Nn>$E.&MWC7MEPf%ox2SoPLK]PoSoPLK_.0SoPLK_RmWNn>$E._?IC7MEPf.hNp2Nn>$E.>@Nn>$EGU{Nn>$E.UWSC7MEPfG_C7MEPfMh{2SoPLK]YLGHnLKNn>$E.FWNn>$E.&RNn>$E.>NOJoSoPLKURWOyC7MEPfMEC7MEPf?EnX@Nn>$E.>G3-2SoPLK@._aB>2SoPLKURfKNn>$E.>2MC7MEPf?QGWSN30SoPLK]P>0>YW2,.0SoPLKUGfN!NonqlQMm-XREJfWilp?ml^Saq>$HNLom-X$HJLoE-_SWJ_ni8pSXq&?yGm!XJ7WE87PO3QiB8&.).m!d8FidCmkVYXnQnoEyl$KpL%2f7?{l-PRYqbx^>M0&C.G8JNn3~k@mU]W_X)a5TH;ydES6FiovQh!,B(OIV>()qF)yloEyJ_2inC{@J7Kd8&!iCp!UJvia{pOa-XxWNQb)JfOU.CxaJvhy8fOFnf!@J&Mal&GdNmkB8>SHY6HT8^WX&vRJ80onqCKJ80oOl^ka")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":180,"face":{"font-family":"Univers 57 Condensed","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 0 5 6 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-13 -356 318 90","underline-thickness":"18","underline-position":"-36","stemh":"22","stemv":"30","unicode-range":"U+0020-U+00FF"}}));
/*!
 * jquery.EqualHeights Plugin (Modified) v2.0
 * http://www.filamentgroup.com/examples/equalHeights/
 * Copyright (c) 2007 Filament Group
 * Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php)
 */
 $.fn.equalHeights=function(px){$(this).each(function(){var currentTallest=0;$(this).children().each(function(i){if($(this).height()>currentTallest){currentTallest=$(this).height();}});$(this).children().css({'min-height':currentTallest}).addClass('equaled');});return this;};$.fn.equalWidths=function(px){$(this).each(function(){var currentWidest=0;$(this).children().each(function(i){if($(this).width()>currentWidest){currentWidest=$(this).width();}});$(this).children().css({'min-width':currentWidest}).addClass('equaled');});return this;};
/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.99 (12-MAR-2011)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.3.2 or later
 */
(function($){var ver="2.99";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){$.fn.cycle.debug&&log(s);}function log(){window.console&&console.log&&console.log("[cycle] "+Array.prototype.join.call(arguments," "));}$.expr[":"].paused=function(el){return el.cyclePause;};$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.backwards);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts.backwards);},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,!options.backwards);}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.backwards);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}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);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}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=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);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 j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.cssAfter=opts.cssAfter||{};opts.cssFirst=opts.cssFirst||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);$($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;}var buffer=opts.fx=="none"?0:opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){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){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length){opts.after[0].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,0);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){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)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){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"](opts.$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"){$s.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||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=0;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);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(){opts.busy=0;$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing("+fx+"); currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){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];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.backwards);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while(opts.fx!="none"&&(t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,1);};$.fn.cycle.prev=function(opts){advance(opts,0);};function advance(opts,moveForward){var val=moveForward?1:-1;var els=opts.elements;var p=opts.$cont[0],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){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;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,moveForward);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].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){debug("applying clearType background-color hack");function hex(s){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&&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();if(typeof opts.cssBefore.opacity=="undefined"){opts.cssBefore.opacity=1;}opts.cssBefore.display="block";if(opts.slideResize&&w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(opts.slideResize&&h!==false&&next.cycleH>0){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,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);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,function(){cb();});};$l.animate(opts.animOut,speedOut,easeOut,function(){$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={activePagerClass:"activeSlide",after:null,allowPagerClickBubble:false,animIn:null,animOut:null,autostop:0,autostopCount:0,backwards:false,before:null,cleartype:!$.support.opacity,cleartypeNoBg:false,containerResize:1,continuous:0,cssAfter:null,cssBefore:null,delay:0,easeIn:null,easeOut:null,easing:null,end:null,fastOnEvent:0,fit:0,fx:"fade",fxFn:null,height:"auto",manualTrump:true,next:null,nowrap:0,onPagerEvent:null,onPrevNextEvent:null,pager:null,pagerAnchorBuilder:null,pagerEvent:"click.cycle",pause:0,pauseOnPagerHover:0,prev:null,prevNextEvent:"click.cycle",random:0,randomizeEffects:1,requeueOnImageNotLoaded:true,requeueTimeout:250,rev:0,shuffle:null,slideExpr:null,slideResize:1,speed:1000,speedIn:null,speedOut:null,startingSlide:0,sync:1,timeout:4000,timeoutFn:null,updateActivePagerLink:null};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version:	 2.73
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.fadeout=function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css({display:"block",opacity:1});opts.before.push(function(curr,next,opts,w,h,rev){$(curr).css("zIndex",opts.slideCount+(!rev===true?1:0));$(next).css("zIndex",opts.slideCount+(!rev===true?0:1));});opts.animIn.opacity=1;opts.animOut.opacity=0;opts.cssBefore.opacity=1;opts.cssBefore.display="block";opts.cssAfter.zIndex=0;};$.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;opts.cssBefore.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;opts.cssBefore.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;opts.cssBefore.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;opts.cssBefore.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){if(opts.rev){fwd=!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){if(opts.rev){fwd=!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;opts.cssBefore.top=0;opts.cssBefore.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;opts.cssBefore.top=0;opts.cssBefore.height=0;opts.animIn.height="show";opts.animOut.height=0;};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,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);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){if(opts.rev){fwd=!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();}});});};$.extend(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.animOut.width=next.cycleW;});opts.cssFirst.top=0;opts.cssBefore.left=0;opts.cssBefore.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;opts.cssBefore.top=0;opts.cssBefore.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;opts.cssBefore.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;});$.extend(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;$.extend(opts.animIn,{top:0,left:0,width:next.cycleW,height:next.cycleH});$.extend(opts.animOut,{width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2});});opts.cssFirst.top=0;opts.cssFirst.left=0;opts.cssBefore.width=0;opts.cssBefore.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;$.extend(opts.animIn,{top:0,left:0,width:next.cycleW,height:next.cycleH});});opts.cssBefore.width=0;opts.cssBefore.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;opts.cssBefore.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;opts.cssBefore.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;opts.cssBefore.left=w;opts.animIn.top=0;opts.animIn.left=0;opts.animOut.top=h;opts.animOut.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;opts.animIn.width=this.cycleW;opts.animOut.left=0;});opts.cssBefore.top=0;opts.cssBefore.width=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;opts.animIn.height=this.cycleH;opts.animOut.top=0;});opts.cssBefore.height=0;opts.cssBefore.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,true);opts.cssBefore.left=next.cycleW/2;opts.animIn.left=0;opts.animIn.width=this.cycleW;opts.animOut.left=curr.cycleW/2;opts.animOut.width=0;});opts.cssBefore.top=0;opts.cssBefore.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,true);opts.cssBefore.top=next.cycleH/2;opts.animIn.top=0;opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH/2;opts.animOut.height=0;});opts.cssBefore.height=0;opts.cssBefore.left=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;opts.animIn.top=0;opts.cssBefore.top=0;opts.cssBefore.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;opts.animIn.top=0;opts.cssBefore.top=0;opts.cssBefore.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){$.extend(opts.animOut,{left:w*2,top:-h/2,opacity:0});}else{opts.animOut.opacity=0;}});opts.cssBefore.left=0;opts.cssBefore.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 top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"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,true,true,false);opts.cssAfter.display="block";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");})();});$.extend(opts.cssBefore,{display:"block",opacity:1,top:0,left:0});opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);/*!
 * hoverIntent r6 // 2011.02.26 // jQuery 1.5.1+
 * <http://cherne.net/brian/resources/jquery.hoverIntent.html>
 * 
 * @param  f	 onMouseOver function || An object with configuration options
 * @param  g	 onMouseOut function  || Nothing (use configuration options object)
 * @author	 Brian Cherne brian(at)cherne(dot)net
 */
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev])}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev])};var handleHover=function(e){var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t)}if(e.type=="mouseenter"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob)},cfg.timeout)}}};return this.bind('mouseenter',handleHover).bind('mouseleave',handleHover)}})(jQuery);
/*!
 * jQuery.BiggerLink v2.0.1
 * http://www.ollicle.com/eg/jquery/biggerlink/
 * Copyright (c) 2009 Oliver Boermans
 * http://creativecommons.org/licenses/MIT/
 * 2009-11-22 (22 Nov 2009)
 */ 
(function(a){a.fn.biggerlink=function(b){var c={biggerclass:"bl-bigger",hoverclass:"bl-hover",hoverclass2:"bl-hover2",clickableclass:"bl-hot",otherstriggermaster:true,follow:"auto"};if(b){a.extend(c,b)}a(this).filter(function(){return a("a",this).length>0}).addClass(c.clickableclass).css("cursor","pointer").each(function(g){var d=a(this).data("biggerlink",{hovered:false,focused:false,hovered2:false,focused2:false});var e={all:a("a",this),big:a(this),master:a("a:first",this).data("biggerlink",{status:"master"}).addClass(c.biggerclass),other:a("a",this).not(a("a:first",this)).data("biggerlink",{status:"other"})};a("a",this).andSelf().each(function(){var i=a.extend(a(this).data("biggerlink"),e);a(this).data("biggerlink",i)});var h=d.attr("title");var f=d.data("biggerlink").master.attr("title");if(f&&!h){d.attr("title",f)}d.mouseover(function(i){window.status=a(this).data("biggerlink").master.get(0).href;a(this).addClass(c.hoverclass);a(this).data("biggerlink").hovered=true}).mouseout(function(i){window.status="";if(!a(this).data("biggerlink").focused){a(this).removeClass(c.hoverclass)}a(this).data("biggerlink").hovered=false}).bind("click",function(i){if(!a(i.target).closest("a").length){a(this).data("biggerlink").master.trigger({type:"click",source:"biggerlink"});i.stopPropagation()}});e.all.bind("focus",function(){a(this).data("biggerlink").big.addClass(c.hoverclass);a(this).data("biggerlink").big.data("biggerlink").focused=true}).bind("blur",function(){if(!a(this).data("biggerlink").big.data("biggerlink").hovered){a(this).data("biggerlink").big.removeClass(c.hoverclass)}a(this).data("biggerlink").big.data("biggerlink").focused=false});e.master.bind("click",function(i){if(i.source=="biggerlink"){if(c.follow===true||c.follow=="auto"&&i.result!==false){window.location=a(this).attr("href")}else{i.stopPropagation()}}});if(c.otherstriggermaster){e.other.addClass(c.biggerclass).bind("click",function(i){a(this).data("biggerlink").master.trigger({type:"click",source:"biggerlink"});i.preventDefault();i.stopPropagation()})}else{e.other.bind("focus",function(){a(this).data("biggerlink").big.addClass(c.hoverclass2);a(this).data("biggerlink").big.data("biggerlink").focused2=true}).bind("blur",function(){if(!a(this).data("biggerlink").big.data("biggerlink").hovered2){a(this).data("biggerlink").big.removeClass(c.hoverclass2)}a(this).data("biggerlink").big.data("biggerlink").focused2=false}).bind("mouseover",function(i){a(this).data("biggerlink").big.addClass(c.hoverclass2);a(this).data("biggerlink").big.data("biggerlink").hovered2=true;i.stopPropagation()}).bind("mouseout",function(i){if(!a(this).data("biggerlink").big.data("biggerlink").focused2){a(this).data("biggerlink").big.removeClass(c.hoverclass2)}a(this).data("biggerlink").big.data("biggerlink").hovered2=false;i.stopPropagation()});if(!e.other.attr("title")){e.other.attr("title","")}}});return this}})(jQuery);
/*!
 * jquery.Example Plugin 1.4.3
 * Copyright (c) Paul Mucur (http://mucur.name), 2007-2008.
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function(a){a.fn.example=function(e,g){var d=a.isFunction(e),f=a.extend({},g,{example:e});return this.each(function(){var c=a(this),b=a.metadata?a.extend({},a.fn.example.defaults,c.metadata(),f):a.extend({},a.fn.example.defaults,f);if(!a.fn.example.boundClassNames[b.className]){a(window).unload(function(){a("."+b.className).val("")});a("form").submit(function(){a(this).find("."+b.className).val("")});a.fn.example.boundClassNames[b.className]=true}if(!c.attr("defaultValue")&&(d||c.val()==b.example))c.val("");
if(c.val()==""&&this!=document.activeElement){c.addClass(b.className);c.val(d?b.example.call(this):b.example)}c.focus(function(){if(a(this).is("."+b.className)){a(this).val("");a(this).removeClass(b.className)}});c.change(function(){a(this).is("."+b.className)&&a(this).removeClass(b.className)});c.blur(function(){if(a(this).val()==""){a(this).addClass(b.className);a(this).val(d?b.example.call(this):b.example)}})})};a.fn.example.defaults={className:"example"};a.fn.example.boundClassNames=[]})(jQuery);
/*!
 * jquery.Mousewheel Plugin 3.0.4
 * Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
 * http://www.opensource.org/licenses/mit-license.php
 */
(function(c){var a=["DOMMouseScroll","mousewheel"];c.event.special.mousewheel={setup:function(){if(this.addEventListener){for(var d=a.length;d;){this.addEventListener(a[--d],b,false)}}else{this.onmousewheel=b}},teardown:function(){if(this.removeEventListener){for(var d=a.length;d;){this.removeEventListener(a[--d],b,false)}}else{this.onmousewheel=null}}};c.fn.extend({mousewheel:function(d){return d?this.bind("mousewheel",d):this.trigger("mousewheel")},unmousewheel:function(d){return this.unbind("mousewheel",d)}});function b(i){var g=i||window.event,f=[].slice.call(arguments,1),j=0,h=true,e=0,d=0;i=c.event.fix(g);i.type="mousewheel";if(i.wheelDelta){j=i.wheelDelta/120}if(i.detail){j=-i.detail/3}d=j;if(g.axis!==undefined&&g.axis===g.HORIZONTAL_AXIS){d=0;e=-1*j}if(g.wheelDeltaY!==undefined){d=g.wheelDeltaY/120}if(g.wheelDeltaX!==undefined){e=-1*g.wheelDeltaX/120}f.unshift(i,j,e,d);return c.event.handle.apply(this,f)}})(jQuery);
/*!
 * jquery.Easing Plugin v1.3
 * http://gsgd.co.uk/sandbox/jquery/easing/
 * Copyright © 2008 George McGinley Smith
 * Open source under the BSD License. 
 */
jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});
/*
 * jquery.FancyBox v1.3.4
 * http://fancybox.net
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
'"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f);
D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);
/*!
 * jquery.Media Plugin v0.96
 * Copyright (c) 2007-2008 M. Alsup
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php)
 * http://www.opensource.org/licenses/gpl-license.php)
 */
(function($){var _1=$.browser.msie&&$.browser.version<9;$.fn.media=function(_2,f1,f2){if(_2=="undo"){return this.each(function(){var _3=$(this);var _4=_3.data("media.origHTML");if(_4){_3.replaceWith(_4);}});}return this.each(function(){if(typeof _2=="function"){f2=f1;f1=_2;_2={};}var o=_5(this,_2);if(typeof f1=="function"){f1(this,o);}var r=_6();var m=r.exec(o.src.toLowerCase())||[""];o.type?m[0]=o.type:m.shift();for(var i=0;i<m.length;i++){fn=m[i].toLowerCase();if(_7(fn[0])){fn="fn"+fn;}if(!$.fn.media[fn]){continue;}var _8=$.fn.media[fn+"_player"];if(!o.params){o.params={};}if(_8){var _9=_8.autoplayAttr=="autostart";o.params[_8.autoplayAttr||"autoplay"]=_9?(o.autoplay?1:0):o.autoplay?true:false;}var _a=$.fn.media[fn](this,o);_a.css("backgroundColor",o.bgColor).width(o.width);if(o.canUndo){var _b=$("<div></div>").append(this);_a.data("media.origHTML",_b.html());}if(typeof f2=="function"){f2(this,_a[0],o,_8.name);}break;}});};$.fn.media.mapFormat=function(_c,_d){if(!_c||!_d||!$.fn.media.defaults.players[_d]){return;}_c=_c.toLowerCase();if(_7(_c[0])){_c="fn"+_c;}$.fn.media[_c]=$.fn.media[_d];$.fn.media[_c+"_player"]=$.fn.media.defaults.players[_d];};$.fn.media.defaults={standards:true,canUndo:true,width:400,height:400,autoplay:0,bgColor:"#ffffff",params:{wmode:"transparent"},attrs:{},flvKeyName:"file",flashvars:{},flashVersion:"7",expressInstaller:null,flvPlayer:"mediaplayer.swf",mp3Player:"mediaplayer.swf",silverlight:{inplaceInstallPrompt:"true",isWindowless:"true",framerate:"24",version:"0.9",onError:null,onLoad:null,initParams:null,userContext:null}};$.fn.media.defaults.players={flash:{name:"flash",title:"Flash",types:"flv,mp3,swf",mimetype:"application/x-shockwave-flash",pluginspage:"http://www.adobe.com/go/getflashplayer",ieAttrs:{classid:"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000",type:"application/x-oleobject",codebase:"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="+$.fn.media.defaults.flashVersion}},quicktime:{name:"quicktime",title:"QuickTime",mimetype:"video/quicktime",pluginspage:"http://www.apple.com/quicktime/download/",types:"aif,aiff,aac,au,bmp,gsm,mov,mid,midi,mpg,mpeg,mp4,m4a,psd,qt,qtif,qif,qti,snd,tif,tiff,wav,3g2,3gp",ieAttrs:{classid:"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B",codebase:"http://www.apple.com/qtactivex/qtplugin.cab"}},realplayer:{name:"real",title:"RealPlayer",types:"ra,ram,rm,rpm,rv,smi,smil",mimetype:"audio/x-pn-realaudio-plugin",pluginspage:"http://www.real.com/player/",autoplayAttr:"autostart",ieAttrs:{classid:"clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"}},winmedia:{name:"winmedia",title:"Windows Media",types:"asx,asf,avi,wma,wmv",mimetype:$.browser.mozilla&&_e()?"application/x-ms-wmp":"application/x-mplayer2",pluginspage:"http://www.microsoft.com/Windows/MediaPlayer/",autoplayAttr:"autostart",oUrl:"url",ieAttrs:{classid:"clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6",type:"application/x-oleobject"}},img:{name:"img",title:"Image",types:"gif,png,jpg"},iframe:{name:"iframe",types:"html,pdf"},silverlight:{name:"silverlight",types:"xaml"}};function _e(){var _f=navigator.plugins;for(var i=0;i<_f.length;i++){var _10=_f[i];if(_10["filename"]=="np-mswmp.dll"){return true;}}return false;};var _11=1;for(var _12 in $.fn.media.defaults.players){var _13=$.fn.media.defaults.players[_12].types;$.each(_13.split(","),function(i,o){if(_7(o[0])){o="fn"+o;}$.fn.media[o]=$.fn.media[_12]=_14(_12);$.fn.media[o+"_player"]=$.fn.media.defaults.players[_12];});}function _6(){var _15="";for(var _16 in $.fn.media.defaults.players){if(_15.length){_15+=",";}_15+=$.fn.media.defaults.players[_16].types;}return new RegExp("\\.("+_15.replace(/,/ig,"|")+")\\b");};function _14(_17){return function(el,_18){return _19(el,_18,_17);};};function _7(c){return "0123456789".indexOf(c)>-1;};function _5(el,_1a){_1a=_1a||{};var $el=$(el);var cls=el.className||"";var _1b=$.metadata?$el.metadata():$.meta?$el.data():{};_1b=_1b||{};var w=_1b.width||parseInt(((cls.match(/\bw:(\d+)/)||[])[1]||0))||parseInt(((cls.match(/\bwidth:(\d+)/)||[])[1]||0));var h=_1b.height||parseInt(((cls.match(/\bh:(\d+)/)||[])[1]||0))||parseInt(((cls.match(/\bheight:(\d+)/)||[])[1]||0));if(w){_1b.width=w;}if(h){_1b.height=h;}if(cls){_1b.cls=cls;}var _1c="data-";for(var i=0;i<el.attributes.length;i++){var a=el.attributes[i],n=$.trim(a.name);var _1d=n.indexOf(_1c);if(_1d===0){n=n.substring(_1c.length);_1b[n]=a.value;}}var a=$.fn.media.defaults;var b=_1a;var c=_1b;var p={params:{bgColor:_1a.bgColor||$.fn.media.defaults.bgColor}};var _1e=$.extend({},a,b,c);$.each(["attrs","params","flashvars","silverlight"],function(i,o){_1e[o]=$.extend({},p[o]||{},a[o]||{},b[o]||{},c[o]||{});});if(typeof _1e.caption=="undefined"){_1e.caption=$el.text();}_1e.src=_1e.src||$el.attr("href")||$el.attr("src")||"unknown";return _1e;};$.fn.media.swf=function(el,_1f){if(!window.SWFObject&&!window.swfobject){if(_1f.flashvars){var a=[];for(var f in _1f.flashvars){a.push(f+"="+_1f.flashvars[f]);}if(!_1f.params){_1f.params={};}_1f.params.flashvars=a.join("&");}return _19(el,_1f,"flash");}var id=el.id?(" id=\""+el.id+"\""):"";var cls=_1f.cls?(" class=\""+_1f.cls+"\""):"";var _20=$("<div"+id+cls+">");if(window.swfobject){$(el).after(_20).appendTo(_20);if(!el.id){el.id="movie_player_"+_11++;}swfobject.embedSWF(_1f.src,el.id,_1f.width,_1f.height,_1f.flashVersion,_1f.expressInstaller,_1f.flashvars,_1f.params,_1f.attrs);}else{$(el).after(_20).remove();var so=new SWFObject(_1f.src,"movie_player_"+_11++,_1f.width,_1f.height,_1f.flashVersion,_1f.bgColor);if(_1f.expressInstaller){so.useExpressInstall(_1f.expressInstaller);}for(var p in _1f.params){if(p!="bgColor"){so.addParam(p,_1f.params[p]);}}for(var f in _1f.flashvars){so.addVariable(f,_1f.flashvars[f]);}so.write(_20[0]);}if(_1f.caption){$("<div>").appendTo(_20).html(_1f.caption);}return _20;};$.fn.media.flv=$.fn.media.mp3=function(el,_21){var src=_21.src;var _22=/\.mp3\b/i.test(src)?$.fn.media.defaults.mp3Player:$.fn.media.defaults.flvPlayer;var key=_21.flvKeyName;src=encodeURIComponent(src);_21.src=_22;_21.src=_21.src+"?"+key+"="+(src);var _23={};_23[key]=src;_21.flashvars=$.extend({},_23,_21.flashvars);return $.fn.media.swf(el,_21);};$.fn.media.xaml=function(el,_24){if(!window.Sys||!window.Sys.Silverlight){if($.fn.media.xaml.warning){return;}$.fn.media.xaml.warning=1;alert("You must include the Silverlight.js script.");return;}var _25={width:_24.width,height:_24.height,background:_24.bgColor,inplaceInstallPrompt:_24.silverlight.inplaceInstallPrompt,isWindowless:_24.silverlight.isWindowless,framerate:_24.silverlight.framerate,version:_24.silverlight.version};var _26={onError:_24.silverlight.onError,onLoad:_24.silverlight.onLoad};var id1=el.id?(" id=\""+el.id+"\""):"";var id2=_24.id||"AG"+_11++;var cls=_24.cls?(" class=\""+_24.cls+"\""):"";var _27=$("<div"+id1+cls+">");$(el).after(_27).remove();Sys.Silverlight.createObjectEx({source:_24.src,initParams:_24.silverlight.initParams,userContext:_24.silverlight.userContext,id:id2,parentElement:_27[0],properties:_25,events:_26});if(_24.caption){$("<div>").appendTo(_27).html(_24.caption);}return _27;};function _19(el,_28,_29){var $el=$(el);var o=$.fn.media.defaults.players[_29];if(_29=="iframe"){o=$("<iframe"+" width=\""+_28.width+"\" height=\""+_28.height+"\" >");o.attr("src",_28.src);o.css("backgroundColor",o.bgColor);}else{if(_29=="img"){o=$("<img>");o.attr("src",_28.src);_28.width&&o.attr("width",_28.width);_28.height&&o.attr("height",_28.height);o.css("backgroundColor",o.bgColor);}else{if(_1){var a=["<object width=\""+_28.width+"\" height=\""+_28.height+"\" "];for(var key in _28.attrs){a.push(key+"=\""+_28.attrs[key]+"\" ");}for(var key in o.ieAttrs||{}){var v=o.ieAttrs[key];if(key=="codebase"&&window.location.protocol=="https:"){v=v.replace("http","https");}a.push(key+"=\""+v+"\" ");}a.push("></ob"+"ject"+">");var p=["<param name=\""+(o.oUrl||"src")+"\" value=\""+_28.src+"\">"];for(var key in _28.params){p.push("<param name=\""+key+"\" value=\""+_28.params[key]+"\">");}var o=document.createElement(a.join(""));for(var i=0;i<p.length;i++){o.appendChild(document.createElement(p[i]));}}else{if(_28.standards){var a=["<object type=\""+o.mimetype+"\" width=\""+_28.width+"\" height=\""+_28.height+"\""];if(_28.src){a.push(" data=\""+_28.src+"\" ");}if($.browser.msie){for(var key in o.ieAttrs||{}){var v=o.ieAttrs[key];if(key=="codebase"&&window.location.protocol=="https:"){v=v.replace("http","https");}a.push(key+"=\""+v+"\" ");}}a.push(">");a.push("<param name=\""+(o.oUrl||"src")+"\" value=\""+_28.src+"\">");for(var key in _28.params){if(key=="wmode"&&_29!="flash"){continue;}a.push("<param name=\""+key+"\" value=\""+_28.params[key]+"\">");}a.push("<div><p><strong>"+o.title+" Required</strong></p><p>"+o.title+" is required to view this media. <a href=\""+o.pluginspage+"\">Download Here</a>.</p></div>");a.push("</ob"+"ject"+">");}else{var a=["<embed width=\""+_28.width+"\" height=\""+_28.height+"\" style=\"display:block\""];if(_28.src){a.push(" src=\""+_28.src+"\" ");}for(var key in _28.attrs){a.push(key+"=\""+_28.attrs[key]+"\" ");}for(var key in o.eAttrs||{}){a.push(key+"=\""+o.eAttrs[key]+"\" ");}for(var key in _28.params){if(key=="wmode"&&_29!="flash"){continue;}a.push(key+"=\""+_28.params[key]+"\" ");}a.push("></em"+"bed"+">");}}}}var id=el.id?(" id=\""+el.id+"\""):"";var cls=_28.cls?(" class=\""+_28.cls+"\""):"";var _2a=$("<div"+id+cls+">");$el.after(_2a).remove();(_1||_29=="iframe"||_29=="img")?_2a.append(o):_2a.html(a.join(""));if(_28.caption){$("<div>").appendTo(_2a).html(_28.caption);}return _2a;};})(jQuery);
/*!
 * jquery.ScrollTo Plugin 1.4.2
 * Copyright (c) 2007-2009 Ariel Flesler
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php)
 * http://www.opensource.org/licenses/gpl-license.php)
 */
;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);





/* optitrack.global.js
 *
 * Copyright (c) 2010 NaturalPoint
 */


// Create zebra stripes in tables
function addZebraStripes() {
	$('.even.stripes').children(':odd').addClass('stripe');
	$('.odd.stripes').children(':even').addClass('stripe'); }


$(function () {

	// Cookies for shopping cart - Relocted from display_cart.cgi
	$.cookie('cookiedetect', 'detected', { path: '/', expires: 3650 });
	$.cookie('storename', 'optitrack', { path: '/', expires: 3650 });


	// Font replacement
	Cufon.replace('h1:not(#primaryNav h1)', { fontFamily: 'Univers 57 Condensed' });
	Cufon.replace('h2:not(.specs h2, #primaryNav h2)', { fontFamily: 'Univers 45 Light' });
	Cufon.replace('.showcase > .nav > li > h2', { fontFamily: 'Univers 57 Condensed' });
	Cufon.replace('.product .section h2:not(.lenses .section h2)', { fontFamily: 'Univers 57 Condensed' });
	Cufon.replace('.distributors .section h2', { fontFamily: 'Univers 45 Light' });
	Cufon.replace('h3:not(.cufon.ignore)', { fontFamily: 'Univers 57 Condensed' });
	Cufon.replace('h4:not(.cufon.ignore)', { fontFamily: 'Univers 57 Condensed' });
	Cufon.replace('form.add .total.price', { fontFamily: 'Univers 57 Condensed' });
	Cufon.replace('.header .primary.nav > li > a', { fontFamily: 'Univers 57 Condensed' });
	Cufon.replace('.button:not(.tiny)', { fontFamily: 'Univers' });
	Cufon.replace('button:not(#cart .item button)', { fontFamily: 'Univers' });
	Cufon.replace('.preposition', { fontFamily: 'Georgia' });


	// Show labels inside form input
	$('.newsletter input#name').example('Name');
	$('.newsletter input#utkllr-utkllr').example('E-mail');


    // Swap out link to contact form for 'careers' e-mail address
    $('#careersAddress').html('send a note to <a href="mailto:careers@naturalpoint.com">careers@naturalpoint.com</a>.');


	// Alternate sections graphics for page scanning
	$('.indepth .section:even').children('.graphic').addClass('right');
	$('.indepth .section:odd').children('.graphic').addClass('left');


	// Add "Enlarge" icons/labels to applicable images
	$('.enlarge:not(.icon.enlarge)').append('<div class="mark"></div>');


	// Add Play icons to video links
	$('a.video.monitor, a.video .monitor').css('display','inline-block').append('<div class="play icon"></div>');


	// Activate tabs
	$('.tabs').tabs({ fx: { opacity: 'toggle' } });


    // Show labels in Newsletter text fields
    $('input#name').example('Name');
    $('input#utkllr-utkllr').example('E-mail');


	// Expand/collapse list(s)
	$('.expandable dd').hide();
	$('.expandable dt a').prepend('<span class="ui-icon ui-icon-triangle-1-e"></span>');
	$('.expandable dt a').click(function() {
		var icon = $(this).find('.ui-icon');
		if ( icon.hasClass('ui-icon-triangle-1-e') ) {
			icon.addClass('ui-icon-triangle-1-s');
			icon.removeClass('ui-icon-triangle-1-e'); }
		else {
			icon.addClass('ui-icon-triangle-1-e');
			icon.removeClass('ui-icon-triangle-1-s'); }
		$(this).parent('dt').next('dd').slideToggle();
		return false; });


    // Setup mega menus
    $('#primaryNav ul + ul > li').not('.no.menu, .ie7 #primaryNav ul + ul > li').append('<div class="mega"><span class="expand"></span><div class="dropdown"></div></div>');

    $(window).load(function () {
        $('#primaryNav .expand').each(function () {
            var dropdown = $(this).next('.dropdown');
            var navUrl = '/optitrack/static/includes/mega-menus.html'
            var navLink = $(this).parent().siblings('a').text();
            var navElement;

            if (navLink === 'Hardware') { navElement = '.hardware' }
            if (navLink === 'Software') { navElement = '.software' }
            if (navLink === 'Parts & Accessories') { navElement = '.accessories' }
            if (navLink === 'Sports') { navElement = '.sports' }
            if (navLink === 'Support') { navElement = '.support' }

            $(dropdown).load(navUrl + ' ' + navElement);
            
            $(this).fadeIn(500);
        });
    });

    function addMega() {
        $('.dropdown').fadeOut(200);
        $(this).find('.dropdown').fadeIn(100);
    }

    function removeMega() {
        $(this).find('.dropdown').fadeOut(200);
    }

    var megaConfig = {
         sensitivity: 1,
         interval: 100,
         timeout: 750,
         over: addMega,
         out: removeMega };

    $('#primaryNav .tencol li').hoverIntent(megaConfig);


	// Slide toggle mocap sizing chart
	$('.slideToggle').click(function () {
		$('.size.chart').slideToggle('slow');
		return false; });


	// Override some defaults for jquery.media.js
	$.fn.media.defaults.flvPlayer = '/optitrack/static/includes/media/player.swf';
	$.fn.media.defaults.autoplay = 1;


	// Setup lightbox functionality
	$('.lightbox').fancybox({
		'centerOnScroll': false,
		'padding'		: 20,
		'overlayColor'	: 'black',
		'overlayOpacity': 0.85 });

	$('a.video.lightbox').fancybox({
		'centerOnScroll': false,
		'padding'		: 20,
		'overlayColor'	: 'black',
		'overlayOpacity': 0.85,
		'onComplete'	: function() {
			$('.video.media').media({
				width		: 640,
				height		: 386,
				caption		: false,
				flashvars	: { 
					autostart			: 'true' },
				params: {
					allowfullscreen		: 'true',
					allowscriptaccess	: 'always' } }); } });


	// Filter bar(s)
	$('.filter.bar a').not('.selected').click(function () {
		var isSelected = $(this).closest('li').hasClass('selected');

		if ( isSelected ) {
			return false; }
		else {
			var filterBy = $(this).attr('rel');

			$(this).closest('.filter').find('.selected').removeClass('selected');
			$(this).closest('li').addClass('selected');

			$('#results').slideUp('slow',function () {
				if ( filterBy === 'all' ) {
					$('#results .product, #results > li').show(); }
				else {
					$('#results .product, #results > li').each(function () {
						var filtered = $(this).hasClass(filterBy);
						if ( filtered ) {
							if ( $(this).not(':visible') ) {
								$(this).show(); } }
						else {
							$(this).hide(); } }); }
			$(this).slideDown('slow'); }); }
		return false; });


	// Classic drop-down navigation - Use sparingly
	$('form.goto:not(.manuals) .url').change(function () {
		var beginURL = $(this).closest('.goto').attr('action');
		var endURL = $(this).find('option:selected').val();

		// Reset selection, except for IE7 and IE8
		if ($('.ie7,.ie8').length === 0 ) {
			$(this).val('');
		}

		// Test to see if the current selection has a URL value
		if (endURL === '') {
			return false;
		}
		else {
			// Is there a base URL in the action attribute to pull from?
			if (endURL.match(/http/)) {
				window.location = endURL;
			}
			else {
				window.location = beginURL + endURL;
			}
		}
	});

    // Document selection behavior
    var documentsList = 'form.goto.manuals .url';
    
    function updateDocumentLink(elem) {
        var beginURL = $(elem).closest('.goto').attr('action');
		var endURL = $(elem).find('option:selected').val();

		// Test to see if the current selection has a URL value
		if (endURL === '') {
		    $(elem).parent('fieldset').next('#documentURL').fadeOut();
		}
		else {
			$(elem).parent('fieldset').next('#documentURL').attr('href', beginURL + endURL).fadeIn();
		}
    }

    updateDocumentLink(documentsList);

    $(documentsList).change(function () {
        updateDocumentLink(this);
	});

    $(documentsList).keyup(function () {
        updateDocumentLink(this);
    });


	// Activate contact form validation
	$('form#contactForm').validate();


	// ***********************************************************************
	// License Query Begin
	// ***********************************************************************

    var regStatus = $.getUrlVar('reg_status');
	var prodHash = $.getUrlVar('prod_hash');
	var regSerial = $.getUrlVar('reg_serial');

	if (typeof regSerial === 'undefined') {
		regSerial = $.getUrlVar('r_e_g_serial'); }


	// Show example text in license query form(s)
	function showExamples() {
		$('#licenseQuery input#prod_serial').example('ABC1234');
		$('#licenseQuery input#prod_hash').example('ABCD-1234-EFGH-IJKL');
		$('#licenseQuery input#reg_serial').example('123456');

		if ( (typeof regSerial === 'undefined') && (typeof prodHash === 'undefined') ) {
			$('#check_reg_serial').example('123456');
			$('#check_prod_hash').example('ABCD-1234-EFGH-IJKL'); } }

	// Enable submit buttons when the license query form is completely filled in
	function isFormComplete(element) {
		var inputExamples = $(element + ' input').hasClass('example');
		var inputsEmpty;

		$(element + ' input').each(function () {
			if ( $(this).val().length === 0 ) {
				inputsEmpty = false;
				return false; }
			else { inputsEmpty = true } });

		if ( !inputExamples && inputsEmpty ) {
			$(element + ' button[type=submit]').removeAttr('disabled'); } }

	//Watch licesnse query form
	function watchForm(element) {
		$(element).live('keypress',function () {
			isFormComplete(element); });

		$(element).find('input').live('blur',function () {
			isFormComplete(element); }); }

	// Show license query form again for another try
	function tryAgain(button, element, form) {
		$(button + ' .again').live('click',function () {
			$(element).not('.help').fadeOut('slow',function () {
				$(element).not('.help').html(form);
				showExamples();
				Cufon.refresh();
				$(element + ' form button[type=submit]').attr('disabled', 'disabled');
				$(element).not('.help').fadeIn(); });
			return false; }); }

	// Setup license query
	function licenseQuerySetup() {
		if ( $('#licenseQuery').length > 0 ) {
			var resultRegEx = /(.+\?)(.+)/;
			var pageUrl = location.href;
			var resultStr = pageUrl.replace(resultRegEx, '$2');

			// Initialize license query accordion
			$('#licenseQuery').accordion({ navigation: true });

			// Disabled License Query submit buttons
			$('#licenseQuery form button[type=submit]').attr('disabled', 'disabled');

			// Show input hints/examples
			showExamples();

			// "Activate My License"
			var activateInfo = '.activate.license .info';
			var activateForm = '#licenseQuery .activate form';
			var activateUrl = '/optitrack/support/activate/activate_license.cgi';
			var activateResultUrl = '/optitrack/support/activate/activate_result.cgi';
			var activateAgain = $('.activate.license .info:not(.help)').html();

			watchForm(activateForm);

            // Submit activation info and return result
			$(activateForm).live('submit',function () {
				var activateThis = '';
				$(activateInfo).not('.help').fadeOut('slow',function () {
					$('input', this).each( function () {
						activateThis = activateThis + $(this).attr('name') + '=' + $(this).val() + '&';
					});
					$.get(activateUrl, activateThis, function (data) {
						$(activateInfo).not('.help').load(activateResultUrl, data, function () {
							$(activateInfo).not('.help').fadeIn().fadeOut().fadeIn();
						});
					});
				});
				return false;
			});

			tryAgain('.activate', activateInfo, activateAgain);

			// Activation result for desktop redirects
			if (typeof regStatus != 'undefined') {
			    $(activateInfo).not('.help').fadeOut('slow',function () {
			        activateResultUrl = activateResultUrl + '?' + resultStr;
                    $(this).load(activateResultUrl, function () {
                        // Lazy 'blink' code to avoid using larger effects library
                        $(this).fadeIn(function () {
                            $(this).fadeOut(function () {
                                $(this).fadeIn();
                            });
                        });
                    });
			    });
			}

			// "Check My License"
			var checkInfo = '.check.license .info:not(.help)';
			var checkForm = '#licenseQuery .check form:not(form.renew)';
			var checkUrl = '/optitrack/support/activate/license_query.cgi';
			var checkAgain = $('.check.license .info:not(.help)').html();

			watchForm(checkForm);

			$(checkForm).live('submit', function () {
				var checkThis = '';
				$(checkInfo).not('.help').fadeOut('slow', function () {
					$('input', this).each(function () {
						checkThis = checkThis + $(this).attr('name') + '=' + $(this).val() + '&'; });
					$(checkInfo).not('.help').load(checkUrl, checkThis, function () {
						$(checkInfo).not('.help').fadeIn(); }); });
				return false; });

			tryAgain('.check', checkInfo, checkAgain);

			// Handle license check search links from admin
			if ( (typeof regSerial != 'undefined') && (typeof prodHash != 'undefined') ) {
				$('#checkLicense').click();
				$('#check_reg_serial').val(regSerial);
				$('#check_prod_hash').val(prodHash);
				$('#checkLicense + .check form').submit();
			}
		}
	}

	// Initialize "help" panel behaviour
	$('#licenseQuery img.help').live('click', function () {
		$(this).parent().next().find('.help.info').slideToggle();
	});

	// Refresh Cufon when an Ajax request completes successfully
	$('#licenseQuery').ajaxComplete(function () {
		Cufon.refresh();
	});

	// Dynamically load license query on non-support pages and overwrite link redirect
	$('a.check.license').click(function () {
		if ( $('#licenseQuery').length < 1 ) {
			var loadUrl = $(this).attr('href');

			$(this).parent().after('<div id="licensePanel"></div>');
			$('#licensePanel').load(loadUrl + ' #licenseQuery', function (settings) {
				licenseQuerySetup();
				Cufon.refresh();
				$('#licensePanel').slideDown(function () {
					$('#checkLicense').click(); }); }); }
		return false; });

	// ***********************************************************************
	// License Query End
	// ***********************************************************************


	// When window is loaded...
	$(window).load(function () {

		// Quick fix for jump bar in IE7
		$('.ie7 .utilities .breadcrumbs .parent').append('<div style="display: block" title="IE7 Fix to prevent jump bar items jumping around."></div>');


		// Expand list(s) when linked directly
		var pageURL = unescape(window.location.href);
		var beginID = pageURL.indexOf('#');
		var endID = pageURL.indexOf('?');
		var linkID = 0;

		if (beginID > 0 && endID < 0) {
			linkID = pageURL.slice(beginID); }
		else if (beginID > 0 && endID > 0){
			linkID = pageURL.slice(beginID, endID); }

		if (linkID.length > 0) {
			$(linkID).click(); }


		// Apply zebra stripes
		addZebraStripes();


		// Make the following children equal height or width
		$('.equal').equalHeights(true);


		// Extend elements to the same height as their parent container
		$('.extend').each(function () {
			var parentHeight = $(this).parent().height();
			$(this).height(parentHeight); });


		// Convert qualifying images into shaded ones
		$('.shade img').not('.bezel img').each(function () {

			var imgSrc = $(this).attr('src');
			var imgWidth = $(this).width();
			var imgHeight = $(this).height();

			// Images in a hidden container have no dimensions
			if ( imgWidth === 0 ) {
				var imgWidth = $(this).attr('width'); }
			if ( imgHeight === 0 ) {
				var imgHeight = $(this).attr('height'); }

			$(this).parent('.shade').css({
				'width' : imgWidth,
				'height' : imgHeight,
				'background-image' : 'url(' + imgSrc + ')' });
			// Hide original image if not IE
			if ( !(jQuery.browser.msie) ) {
				$(this).hide(); }
			else { return false; } });


		// Make big links
		$('.biglink').biggerlink();


		// Setup license query
		if ( $('#licenseQuery').length > 0 ) {
			licenseQuerySetup(); }


		// Choose current year for news if present
		if ( $('.news').length > 0 ) {
			var today = new Date();
			var year = today.getFullYear();

			$('.news .filter #' + year).click(); }
	});

	// Fix for restricted width select field in IE on XP
	var downloadDocumentsWidth = $('select#downloadDocuments').css('width');

	$('.ie7 select#downloadDocuments, .ie8 select#downloadDocuments').focus(function () {
	    $(this).css('width','auto');
	}).blur(function () {
	    $(this).css('width', downloadDocumentsWidth);
	});
});
