// Validate, Cycle, DDSMooth, Myriad, Lightbox
(function(b){b.extend(b.fn,{validate:function(a){if(this.length){var c=b.data(this[0],"validator");if(c)return c;c=new b.validator(a,this[0]);b.data(this[0],"validator",c);c.settings.onsubmit&&(this.find("input, button").filter(".cancel").click(function(){c.cancelSubmit=!0}),this.submit(function(a){function b(){if(c.settings.submitHandler)return c.settings.submitHandler.call(c,c.currentForm),!1;return!0}c.settings.debug&&a.preventDefault();if(c.cancelSubmit)return c.cancelSubmit=!1,b();if(c.form()){if(c.pendingRequest)return c.formSubmitted=
!0,!1;return b()}else return c.focusInvalid(),!1}));return c}else a&&a.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing")},valid:function(){if(b(this[0]).is("form"))return this.validate().form();else{var a=!1,c=b(this[0].form).validate();this.each(function(){a|=c.element(this)});return a}},removeAttrs:function(a){var c={},d=this;b.each(a.split(/\s/),function(a,b){c[b]=d.attr(b);d.removeAttr(b)});return c},rules:function(a,c){var d=this[0];if(a){var e=b.data(d.form,
"validator").settings,g=e.rules,h=b.validator.staticRules(d);switch(a){case "add":b.extend(h,b.validator.normalizeRule(c));g[d.name]=h;c.messages&&(e.messages[d.name]=b.extend(e.messages[d.name],c.messages));break;case "remove":if(!c)return delete g[d.name],h;var f={};b.each(c.split(/\s/),function(a,b){f[b]=h[b];delete h[b]});return f}}d=b.validator.normalizeRules(b.extend({},b.validator.metadataRules(d),b.validator.classRules(d),b.validator.attributeRules(d),b.validator.staticRules(d)),d);if(d.required)e=
d.required,delete d.required,d=b.extend({required:e},d);return d}});b.extend(b.expr[":"],{blank:function(a){return!b.trim(a.value)},filled:function(a){return!!b.trim(a.value)},unchecked:function(a){return!a.checked}});b.format=function(a,c){if(arguments.length==1)return function(){var c=b.makeArray(arguments);c.unshift(a);return b.format.apply(this,c)};arguments.length>2&&c.constructor!=Array&&(c=b.makeArray(arguments).slice(1));c.constructor!=Array&&(c=[c]);b.each(c,function(b,c){a=a.replace(RegExp("\\{"+
b+"\\}","g"),c)});return a};b.validator=function(a,c){this.settings=b.extend({},b.validator.defaults,a);this.currentForm=c;this.init()};b.extend(b.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",errorElement:"label",focusInvalid:!0,errorContainer:b([]),errorLabelContainer:b([]),onsubmit:!0,ignore:[],ignoreTitle:!1,onfocusin:function(a){this.lastActive=a;this.settings.focusCleanup&&!this.blockFocusCleanup&&(this.settings.unhighlight&&this.settings.unhighlight.call(this,a,this.settings.errorClass),
this.errorsFor(a).hide())},onfocusout:function(a){!this.checkable(a)&&(a.name in this.submitted||!this.optional(a))&&this.element(a)},onkeyup:function(a){(a.name in this.submitted||a==this.lastElement)&&this.element(a)},onclick:function(a){a.name in this.submitted&&this.element(a)},highlight:function(a,c){b(a).addClass(c)},unhighlight:function(a,c){b(a).removeClass(c)}},setDefaults:function(a){b.extend(b.validator.defaults,a)},messages:{required:"This field is required.",remote:"Please fix this field.",
email:"Please enter a valid email address",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",dateDE:"Bitte geben Sie ein g\u00fcltiges Datum ein.",number:"Please enter a valid number.",numberDE:"Bitte geben Sie eine Nummer ein.",digits:"Please enter only digits",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:b.format("Please enter no more than {0} characters."),
minlength:b.format("Please enter at least {0} characters."),rangelength:b.format("Please enter a value between {0} and {1} characters long."),range:b.format("Please enter a value between {0} and {1}."),max:b.format("Please enter a value less than or equal to {0}."),min:b.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:!1,prototype:{init:function(){function a(a){var c=b.data(this[0].form,"validator");c.settings["on"+a.type]&&c.settings["on"+a.type].call(c,this[0])}this.labelContainer=
b(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||b(this.currentForm);this.containers=b(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var c=this.groups={};b.each(this.settings.groups,function(a,d){b.each(d.split(/\s/),function(b,d){c[d]=a})});var d=this.settings.rules;b.each(d,function(a,c){d[a]=b.validator.normalizeRule(c)});
b(this.currentForm).delegate("focusin focusout keyup",":text, :password, :file, select, textarea",a).delegate("click",":radio, :checkbox",a);this.settings.invalidHandler&&b(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)},form:function(){this.checkForm();b.extend(this.submitted,this.errorMap);this.invalid=b.extend({},this.errorMap);this.valid()||b(this.currentForm).triggerHandler("invalid-form",[this]);this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();
for(var a=0,b=this.currentElements=this.elements();b[a];a++)this.check(b[a]);return this.valid()},element:function(a){this.lastElement=a=this.clean(a);this.prepareElement(a);this.currentElements=b(a);var c=this.check(a);c?delete this.invalid[a.name]:this.invalid[a.name]=!0;if(!this.numberOfInvalids())this.toHide=this.toHide.add(this.containers);this.showErrors();return c},showErrors:function(a){if(a){b.extend(this.errorMap,a);this.errorList=[];for(var c in a)this.errorList.push({message:a[c],element:this.findByName(c)[0]});
this.successList=b.grep(this.successList,function(b){return!(b.name in a)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){b.fn.resetForm&&b(this.currentForm).resetForm();this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(a){var b=0,d;for(d in a)b++;return b},hideErrors:function(){this.addWrapper(this.toHide).hide()},
valid:function(){return this.size()==0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{b(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus()}catch(a){}},findLastActive:function(){var a=this.lastActive;return a&&b.grep(this.errorList,function(b){return b.element.name==a.name}).length==1&&a},elements:function(){var a=this,c={};return b([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&
a.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in c||!a.objectLength(b(this).rules()))return!1;return c[this.name]=!0})},clean:function(a){return b(a)[0]},errors:function(){return b(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=b([]);this.toHide=b([]);this.formSubmitted=!1;this.currentElements=b([])},prepareForm:function(){this.reset();this.toHide=
this.errors().add(this.containers)},prepareElement:function(a){this.reset();this.toHide=this.errorsFor(a)},check:function(a){a=this.clean(a);this.checkable(a)&&(a=this.findByName(a.name)[0]);var c=b(a).rules(),d=!1;for(method in c){var e={method:method,parameters:c[method]};try{var g=b.validator.methods[method].call(this,a.value,a,e.parameters);if(g=="dependency-mismatch")d=!0;else{d=!1;if(g=="pending"){this.toHide=this.toHide.not(this.errorsFor(a));return}if(!g)return this.formatAndAdd(a,e),!1}}catch(h){throw this.settings.debug&&
window.console&&console.log("exception occured when checking element "+a.id+", check the '"+e.method+"' method"),h;}}if(!d)return this.objectLength(c)&&this.successList.push(a),!0},customMetaMessage:function(a,c){if(b.metadata){var d=this.settings.meta?b(a).metadata()[this.settings.meta]:b(a).metadata();return d&&d.messages&&d.messages[c]}},customMessage:function(a,b){var d=this.settings.messages[a];return d&&(d.constructor==String?d:d[b])},findDefined:function(){for(var a=0;a<arguments.length;a++)if(arguments[a]!==
void 0)return arguments[a]},defaultMessage:function(a,c){return this.findDefined(this.customMessage(a.name,c),this.customMetaMessage(a,c),!this.settings.ignoreTitle&&a.title||void 0,b.validator.messages[c],"<strong>Warning: No message defined for "+a.name+"</strong>")},formatAndAdd:function(a,b){var d=this.defaultMessage(a,b.method);typeof d=="function"&&(d=d.call(this,b.parameters,a));this.errorList.push({message:d,element:a});this.errorMap[a.name]=d;this.submitted[a.name]=d},addWrapper:function(a){this.settings.wrapper&&
(a=a.add(a.parents(this.settings.wrapper)));return a},defaultShowErrors:function(){for(var a=0;this.errorList[a];a++){var b=this.errorList[a];this.settings.highlight&&this.settings.highlight.call(this,b.element,this.settings.errorClass);this.showLabel(b.element,b.message)}if(this.errorList.length)this.toShow=this.toShow.add(this.containers);if(this.settings.success)for(a=0;this.successList[a];a++)this.showLabel(this.successList[a]);if(this.settings.unhighlight){a=0;for(b=this.validElements();b[a];a++)this.settings.unhighlight.call(this,
b[a],this.settings.errorClass)}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return b(this.errorList).map(function(){return this.element})},showLabel:function(a,c){var d=this.errorsFor(a);d.length?(d.removeClass().addClass(this.settings.errorClass),d.attr("generated")&&d.html(c)):(d=b("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(a),
generated:!0}).addClass(this.settings.errorClass).html(c||""),this.settings.wrapper&&(d=d.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()),this.labelContainer.append(d).length||(this.settings.errorPlacement?this.settings.errorPlacement(d,b(a)):d.insertAfter(a)));!c&&this.settings.success&&(d.text(""),typeof this.settings.success=="string"?d.addClass(this.settings.success):this.settings.success(d));this.toShow=this.toShow.add(d)},errorsFor:function(a){return this.errors().filter("[for='"+
this.idOrName(a)+"']")},idOrName:function(a){return this.groups[a.name]||(this.checkable(a)?a.name:a.id||a.name)},checkable:function(a){return/radio|checkbox/i.test(a.type)},findByName:function(a){var c=this.currentForm;return b(document.getElementsByName(a)).map(function(b,e){return e.form==c&&e.name==a&&e||null})},getLength:function(a,c){switch(c.nodeName.toLowerCase()){case "select":return b("option:selected",c).length;case "input":if(this.checkable(c))return this.findByName(c.name).filter(":checked").length}return a.length},
depend:function(a,b){return this.dependTypes[typeof a]?this.dependTypes[typeof a](a,b):!0},dependTypes:{"boolean":function(a){return a},string:function(a,c){return!!b(a,c.form).length},"function":function(a,b){return a(b)}},optional:function(a){return!b.validator.methods.required.call(this,b.trim(a.value),a)&&"dependency-mismatch"},startRequest:function(a){this.pending[a.name]||(this.pendingRequest++,this.pending[a.name]=!0)},stopRequest:function(a,c){this.pendingRequest--;if(this.pendingRequest<
0)this.pendingRequest=0;delete this.pending[a.name];c&&this.pendingRequest==0&&this.formSubmitted&&this.form()?b(this.currentForm).submit():!c&&this.pendingRequest==0&&this.formSubmitted&&b(this.currentForm).triggerHandler("invalid-form",[this])},previousValue:function(a){return b.data(a,"previousValue")||b.data(a,"previousValue",previous={old:null,valid:!0,message:this.defaultMessage(a,"remote")})}},classRuleSettings:{required:{required:!0},email:{email:!0},url:{url:!0},date:{date:!0},dateISO:{dateISO:!0},
dateDE:{dateDE:!0},number:{number:!0},numberDE:{numberDE:!0},digits:{digits:!0},creditcard:{creditcard:!0}},addClassRules:function(a,c){a.constructor==String?this.classRuleSettings[a]=c:b.extend(this.classRuleSettings,a)},classRules:function(a){var c={};(a=b(a).attr("class"))&&b.each(a.split(" "),function(){this in b.validator.classRuleSettings&&b.extend(c,b.validator.classRuleSettings[this])});return c},attributeRules:function(a){var c={},a=b(a);for(method in b.validator.methods){var d=a.attr(method);
d&&(c[method]=d)}c.maxlength&&/-1|2147483647|524288/.test(c.maxlength)&&delete c.maxlength;return c},metadataRules:function(a){if(!b.metadata)return{};var c=b.data(a.form,"validator").settings.meta;return c?b(a).metadata()[c]:b(a).metadata()},staticRules:function(a){var c={},d=b.data(a.form,"validator");d.settings.rules&&(c=b.validator.normalizeRule(d.settings.rules[a.name])||{});return c},normalizeRules:function(a,c){b.each(a,function(d,e){if(e===!1)delete a[d];else if(e.param||e.depends){var g=
!0;switch(typeof e.depends){case "string":g=!!b(e.depends,c.form).length;break;case "function":g=e.depends.call(c,c)}g?a[d]=e.param!==void 0?e.param:!0:delete a[d]}});b.each(a,function(d,e){a[d]=b.isFunction(e)?e(c):e});b.each(["minlength","maxlength","min","max"],function(){a[this]&&(a[this]=Number(a[this]))});b.each(["rangelength","range"],function(){a[this]&&(a[this]=[Number(a[this][0]),Number(a[this][1])])});if(b.validator.autoCreateRanges){if(a.min&&a.max)a.range=[a.min,a.max],delete a.min,delete a.max;
if(a.minlength&&a.maxlength)a.rangelength=[a.minlength,a.maxlength],delete a.minlength,delete a.maxlength}a.messages&&delete a.messages;return a},normalizeRule:function(a){if(typeof a=="string"){var c={};b.each(a.split(/\s/),function(){c[this]=!0});a=c}return a},addMethod:function(a,c,d){b.validator.methods[a]=c;b.validator.messages[a]=d;c.length<3&&b.validator.addClassRules(a,b.validator.normalizeRule(a))},methods:{required:function(a,c,d){if(!this.depend(d,c))return"dependency-mismatch";switch(c.nodeName.toLowerCase()){case "select":return a=
b("option:selected",c),a.length>0&&(c.type=="select-multiple"||(b.browser.msie&&!a[0].attributes.value.specified?a[0].text:a[0].value).length>0);case "input":if(this.checkable(c))return this.getLength(a,c)>0;default:return b.trim(a).length>0}},remote:function(a,c,d){if(this.optional(c))return"dependency-mismatch";var e=this.previousValue(c);this.settings.messages[c.name]||(this.settings.messages[c.name]={});this.settings.messages[c.name].remote=typeof e.message=="function"?e.message(a):e.message;
d=typeof d=="string"&&{url:d}||d;if(e.old!==a){e.old=a;var g=this;this.startRequest(c);var h={};h[c.name]=a;b.ajax(b.extend(!0,{url:d,mode:"abort",port:"validate"+c.name,dataType:"json",data:h,success:function(a){if(a){var b=g.formSubmitted;g.prepareElement(c);g.formSubmitted=b;g.successList.push(c);g.showErrors()}else b={},b[c.name]=a||g.defaultMessage(c,"remote"),g.showErrors(b);e.valid=a;g.stopRequest(c,a)}},d));return"pending"}else if(this.pending[c.name])return"pending";return e.valid},minlength:function(a,
c,d){return this.optional(c)||this.getLength(b.trim(a),c)>=d},maxlength:function(a,c,d){return this.optional(c)||this.getLength(b.trim(a),c)<=d},rangelength:function(a,c,d){a=this.getLength(b.trim(a),c);return this.optional(c)||a>=d[0]&&a<=d[1]},min:function(a,b,d){return this.optional(b)||a>=d},max:function(a,b,d){return this.optional(b)||a<=d},range:function(a,b,d){return this.optional(b)||a>=d[0]&&a<=d[1]},email:function(a,b){return this.optional(b)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(a)},
url:function(a,b){return this.optional(b)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(a)},
date:function(a,b){var d=new Date;return this.optional(b)||!/Invalid|NaN/.test(new Date(d.toLocaleDateString(a)))},dateISO:function(a,b){return this.optional(b)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(a)},dateDE:function(a,b){return this.optional(b)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(a)},numberDE:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(a)},digits:function(a,
b){return this.optional(b)||/^\d+$/.test(a)},creditcard:function(a,b){if(this.optional(b))return"dependency-mismatch";if(/[^0-9-]+/.test(a))return!1;var d=0,e=0,g=!1,a=a.replace(/\D/g,"");for(n=a.length-1;n>=0;n--){e=a.charAt(n);e=parseInt(e,10);if(g&&(e*=2)>9)e-=9;d+=e;g=!g}return d%10==0},accept:function(a,b,d){d=typeof d=="string"?d:"png|jpe?g|gif";return this.optional(b)||a.match(RegExp(".("+d+")$","i"))},equalTo:function(a,c,d){return a==b(d).val()}}})})(jQuery);
(function(b){var a=b.ajax,c={};b.ajax=function(d){var d=b.extend(d,b.extend({},b.ajaxSettings,d)),e=d.port;if(d.mode=="abort")return c[e]&&c[e].abort(),c[e]=a.apply(this,arguments);return a.apply(this,arguments)}})(jQuery);
(function(b){b.each({focus:"focusin",blur:"focusout"},function(a,c){b.event.special[c]={setup:function(){if(b.browser.msie)return!1;this.addEventListener(a,b.event.special[c].handler,!0)},teardown:function(){if(b.browser.msie)return!1;this.removeEventListener(a,b.event.special[c].handler,!0)},handler:function(a){arguments[0]=b.event.fix(a);arguments[0].type=c;return b.event.handle.apply(this,arguments)}}});b.extend(b.fn,{delegate:function(a,c,d){return this.bind(a,function(a){var g=b(a.target);if(g.is(c))return d.apply(g,
arguments)})},triggerEvent:function(a,c){return this.triggerHandler(a,[b.event.fix({type:a,target:c})])}})})(jQuery);
(function(b){function a(c,e,g,h){if(!e.busy){var f=c[0].parentNode,i=c[e.currSlide],j=c[e.nextSlide];if(f.cycleTimeout!==0||g){if(g||!f.cyclePause){e.before.length&&b.each(e.before,function(a,b){b.apply(j,[i,j,e,h])});g=function(){b.browser.msie&&this.style.removeAttribute("filter");b.each(e.after,function(a,b){b.apply(j,[i,j,e,h])})};if(e.nextSlide!=e.currSlide)e.busy=1,b.fn.cycle.custom(i,j,e,g);g=e.nextSlide+1==c.length;e.nextSlide=g?0:e.nextSlide+1;e.currSlide=g?c.length-1:e.nextSlide-1}if(e.timeout)f.cycleTimeout=
setTimeout(function(){a(c,e,0,!e.rev)},e.timeout)}}}function c(b,c,g){var h=b[0].parentNode,f=h.cycleTimeout;if(f)clearTimeout(f),h.cycleTimeout=0;c.nextSlide=c.currSlide+g;if(c.nextSlide<0)c.nextSlide=b.length-1;else if(c.nextSlide>=b.length)c.nextSlide=0;a(b,c,1,g>=0);return!1}b.fn.cycle=function(d){return this.each(function(){d=d||{};this.cycleTimeout&&clearTimeout(this.cycleTimeout);this.cyclePause=this.cycleTimeout=0;var e=b(this),g=d.slideExpr?b(d.slideExpr,this):e.children(),h=g.get();if(h.length<
2)window.console&&window.console.log&&window.console.log("terminating; too few slides: "+h.length);else{var f=b.extend({},b.fn.cycle.defaults,d||{},b.metadata?e.metadata():b.meta?e.data():{});f.before=f.before?[f.before]:[];f.after=f.after?[f.after]:[];f.after.unshift(function(){f.busy=0});var i=this.className;f.width=parseInt((i.match(/w:(\d+)/)||[])[1])||f.width;f.height=parseInt((i.match(/h:(\d+)/)||[])[1])||f.height;f.timeout=parseInt((i.match(/t:(\d+)/)||[])[1])||f.timeout;e.css("position")==
"static"&&e.css("position","relative");f.width&&e.width(f.width);f.height&&f.height!="auto"&&e.height(f.height);g.css({position:"absolute",top:0,left:0}).hide().each(function(a){b(this).css("z-index",h.length-a)});b(h[0]).css("opacity",1).show();b.browser.msie&&h[0].style.removeAttribute("filter");f.fit&&f.width&&g.width(f.width);f.fit&&f.height&&f.height!="auto"&&g.height(f.height);f.pause&&e.hover(function(){this.cyclePause=1},function(){this.cyclePause=0});b.fn.cycle.transitions.fade(e,g,f);g.each(function(){var a=
b(this);this.cycleH=f.fit&&f.height?f.height:a.height();this.cycleW=f.fit&&f.width?f.width:a.width()});g.not(":eq(0)").css({opacity:0});f.cssFirst&&b(g[0]).css(f.cssFirst);if(f.timeout){if(f.speed.constructor==String)f.speed={slow:600,fast:200}[f.speed]||400;for(f.sync||(f.speed/=2);f.timeout-f.speed<250;)f.timeout+=f.speed}f.speedIn=f.speed;f.speedOut=f.speed;f.slideCount=h.length;f.currSlide=0;f.nextSlide=1;e=g[0];f.before.length&&f.before[0].apply(e,[e,e,f,!0]);f.after.length>1&&f.after[1].apply(e,
[e,e,f,!0]);if(f.click&&!f.next)f.next=f.click;f.next&&b(f.next).bind("click",function(){return c(h,f,f.rev?-1:1)});f.prev&&b(f.prev).bind("click",function(){return c(h,f,f.rev?1:-1)});if(f.timeout)this.cycleTimeout=setTimeout(function(){a(h,f,0,!f.rev)},f.timeout+(f.delay||0))}})};b.fn.cycle.custom=function(a,c,g,h){var f=b(a),i=b(c);i.css({opacity:0});var j=function(){i.animate({opacity:1},g.speedIn,g.easeIn,h)};f.animate({opacity:0},g.speedOut,g.easeOut,function(){f.css({display:"none"});g.sync||
j()});g.sync&&j()};b.fn.cycle.transitions={fade:function(a,c,g){c.not(":eq(0)").css("opacity",0);g.before.push(function(){b(this).show()})}};b.fn.cycle.ver=function(){return"Lite-1.0"};b.fn.cycle.defaults={timeout:4E3,speed:1E3,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null}})(jQuery);
var ddsmoothmenu={arrowimages:{down:["downarrowclass","/resources/images/down.gif",23],right:["rightarrowclass",""]},transition:{overtime:200,outtime:200},shadow:{enable:0,offsetx:5,offsety:5},showhidedelay:{showdelay:100,hidedelay:200},detectwebkit:navigator.userAgent.toLowerCase().indexOf("applewebkit")!=-1,detectie6:document.all&&!window.XMLHttpRequest,css3support:window.msPerformance||!document.all&&document.querySelector,getajaxmenu:function(b,a){var c=b("#"+a.contentsource[0]);c.html("Loading Menu...");
b.ajax({url:a.contentsource[1],async:!0,error:function(a){c.html("Error fetching content. Server Response: "+a.responseText)},success:function(d){c.html(d);ddsmoothmenu.buildmenu(b,a)}})},buildmenu:function(b,a){var c=ddsmoothmenu,d=b("#"+a.mainmenuid+">ul");d.parent().get(0).className=a.classname||"ddsmoothmenu";var e=d.find("ul").parent();e.hover(function(){b(this).children("a:eq(0)").addClass("selected")},function(){b(this).children("a:eq(0)").removeClass("selected")});e.each(function(d){var f=
b(this).css({zIndex:100-d}),e=b(this).find("ul:eq(0)").css({display:"block"});e.data("timers",{});this._dimensions={w:this.offsetWidth,h:this.offsetHeight,subulw:e.outerWidth(),subulh:e.outerHeight()};this.istopheader=f.parents("ul").length==1?!0:!1;e.css({top:this.istopheader&&a.orientation!="v"?this._dimensions.h+"px":0});f.children("a:eq(0)").css(this.istopheader?{paddingRight:c.arrowimages.down[2]}:{}).append('<img src="'+(this.istopheader&&a.orientation!="v"?c.arrowimages.down[1]:c.arrowimages.right[1])+
'" class="'+(this.istopheader&&a.orientation!="v"?c.arrowimages.down[0]:c.arrowimages.right[0])+'" style="border:0;" />');if(c.shadow.enable&&!c.css3support)this._shadowoffset={x:this.istopheader?e.offset().left+c.shadow.offsetx:this._dimensions.w,y:this.istopheader?e.offset().top+c.shadow.offsety:f.position().top},$parentshadow=this.istopheader?b(document.body):f.parents("li:eq(0)").get(0).$shadow,this.$shadow=b('<div class="ddshadow'+(this.istopheader?" toplevelshadow":"")+'"></div>').prependTo($parentshadow).css({left:this._shadowoffset.x+
"px",top:this._shadowoffset.y+"px"});f.hover(function(){var d=f.get(0);clearTimeout(e.data("timers").hidetimer);e.data("timers").showtimer=setTimeout(function(){d._offsets={left:f.offset().left,top:f.offset().top};var g=d.istopheader&&a.orientation!="v"?0:d._dimensions.w,g=d._offsets.left+g+d._dimensions.subulw>b(window).width()?d.istopheader&&a.orientation!="v"?-d._dimensions.subulw+d._dimensions.w:-d._dimensions.w:g;if(e.queue().length<=1&&(e.css({left:g+"px",width:d._dimensions.subulw+"px"}).animate({height:"show",
opacity:"show"},ddsmoothmenu.transition.overtime),c.shadow.enable&&!c.css3support)){var g=d.istopheader?e.offset().left+ddsmoothmenu.shadow.offsetx:g,o=d.istopheader?e.offset().top+c.shadow.offsety:d._shadowoffset.y;!d.istopheader&&ddsmoothmenu.detectwebkit&&d.$shadow.css({opacity:1});d.$shadow.css({overflow:"",width:d._dimensions.subulw+"px",left:g+"px",top:o+"px"}).animate({height:d._dimensions.subulh+"px"},ddsmoothmenu.transition.overtime)}},ddsmoothmenu.showhidedelay.showdelay)},function(){var a=
f.get(0);clearTimeout(e.data("timers").showtimer);e.data("timers").hidetimer=setTimeout(function(){e.animate({height:"hide",opacity:"hide"},ddsmoothmenu.transition.outtime);c.shadow.enable&&!c.css3support&&(ddsmoothmenu.detectwebkit&&a.$shadow.children("div:eq(0)").css({opacity:0}),a.$shadow.css({overflow:"hidden"}).animate({height:0},ddsmoothmenu.transition.outtime))},ddsmoothmenu.showhidedelay.hidedelay)})});if(c.shadow.enable&&c.css3support)for(var e=b("#"+a.mainmenuid+" ul li ul"),g=parseInt(c.shadow.offsetx)+
"px "+parseInt(c.shadow.offsety)+"px 5px #aaa",h=["boxShadow","MozBoxShadow","WebkitBoxShadow","MsBoxShadow"],f=0;f<h.length;f++)e.css(h[f],g);d.find("ul").css({display:"none",visibility:"visible"})},init:function(b){if(typeof b.customtheme=="object"&&b.customtheme.length==2){var a="#"+b.mainmenuid;document.write('<style type="text/css">\n'+(b.orientation=="v"?a:a+", "+a)+" ul li a {background:"+b.customtheme[0]+";}\n"+a+" ul li a:hover {background:"+b.customtheme[1]+";}\n</style>")}this.shadow.enable=
document.all&&!window.XMLHttpRequest?!1:this.shadow.enable;jQuery(document).ready(function(a){typeof b.contentsource=="object"?ddsmoothmenu.getajaxmenu(a,b):ddsmoothmenu.buildmenu(a,b)})}};
Cufon.registerFont({w:184,face:{"font-family":"myriadpro","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 3 4 3 2 2 4",ascent:"270",descent:"-90","x-height":"4",bbox:"-17 -270 302 90","underline-thickness":"18","underline-position":"-18",stemh:"24",stemv:"32","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:76,k:{T:15,V:13,W:13,Y:17}},"!":{d:"54,-69r-25,0r-5,-174r35,0xm41,4v-12,0,-21,-9,-21,-22v0,-13,9,-23,22,-23v13,0,21,10,21,23v0,13,-9,22,-22,22",w:82},'"':{d:"18,-249r32,0r-6,86r-20,0xm72,-249r31,0r-6,86r-19,0",
w:121,k:{T:-6,J:21,M:2,C:1,G:1,O:1,Q:1,V:-6,W:-6,Y:-1,A:22,f:-9,g:4,c:3,d:3,e:3,o:3,q:3,t:-9,v:-8,w:-8,y:-8,",":41,".":41}},"#":{d:"68,-92r37,0r7,-52r-37,0xm55,0r-21,0r9,-71r-30,0r0,-21r33,0r7,-52r-31,0r0,-21r34,0r10,-69r21,0r-10,69r38,0r9,-69r21,0r-9,69r30,0r0,21r-33,0r-6,52r31,0r0,21r-35,0r-9,71r-21,0r9,-71r-38,0",w:178},$:{d:"101,31r-23,0r0,-36v-21,0,-41,-7,-54,-16r8,-24v25,20,97,24,95,-20v0,-20,-14,-32,-41,-43v-37,-14,-59,-32,-59,-63v0,-30,21,-53,54,-58r0,-36r22,0r0,35v21,1,36,7,47,13r-9,24v-8,-4,-22,-13,-45,-13v-28,0,-38,16,-38,31v0,18,12,31,44,41v72,23,76,113,-1,127r0,38"},
"%":{d:"68,-238v32,0,53,26,53,70v0,49,-25,73,-55,73v-30,0,-55,-23,-55,-70v0,-47,25,-73,57,-73xm66,-219v-19,0,-30,24,-30,53v0,30,10,52,30,52v21,0,30,-22,30,-53v0,-29,-8,-52,-30,-52xm83,4r-20,0r138,-242r20,0xm220,-141v32,0,54,25,54,70v0,49,-26,74,-56,74v-30,0,-55,-24,-55,-71v0,-47,25,-73,57,-73xm219,-122v-19,0,-31,23,-31,53v0,30,11,52,31,52v21,0,30,-22,30,-53v0,-28,-8,-52,-30,-52",w:285},"&":{d:"217,0r-38,0r-22,-23v-44,49,-146,26,-146,-41v0,-34,22,-55,48,-72v-36,-40,-23,-109,41,-111v30,0,54,20,54,52v0,28,-20,43,-54,66r59,67v11,-17,19,-40,24,-71r29,0v-6,38,-17,69,-35,90xm41,-69v0,53,74,63,100,27r-68,-76v-13,9,-32,23,-32,49xm98,-225v-42,2,-35,59,-12,79v24,-14,40,-27,40,-48v0,-15,-8,-31,-28,-31",
w:217},"(":{d:"70,-250r25,0v-26,36,-45,82,-45,148v0,64,20,110,45,146r-25,0v-23,-30,-47,-77,-47,-147v0,-71,24,-117,47,-147",w:102,k:{T:-17,J:-6,C:4,G:4,O:4,Q:4,V:-18,W:-18,X:-4,Y:-15,A:4,j:-20}},")":{d:"32,44r-25,0v57,-62,59,-232,0,-294r25,0v23,30,47,76,47,147v0,71,-24,117,-47,147",w:102},"*":{d:"97,-247r21,13r-34,45r55,-7r0,25v-18,-1,-39,-7,-55,-6r35,43r-23,13v-8,-16,-13,-35,-23,-50r-23,50r-20,-13v11,-16,25,-28,34,-45r-53,8r0,-25v17,1,38,7,53,6r-34,-44r22,-13v8,16,13,36,23,51",w:149},"+":{d:"96,-192r23,0r0,85r81,0r0,22r-81,0r0,85r-23,0r0,-85r-82,0r0,-22r82,0r0,-85",
w:214},",":{d:"28,42r-22,3v8,-22,17,-61,21,-87r36,-3v-9,31,-25,70,-35,87",w:74,k:{'"':37,"'":37}},"-":{d:"11,-109r89,0r0,23r-89,0r0,-23",w:110,k:{T:18,J:7,C:-5,G:-5,O:-5,Q:-5,V:4,W:4,X:8,Y:18,A:1,g:-5,c:-6,d:-6,e:-6,o:-6,q:-6,v:2,w:2,y:2}},".":{d:"40,4v-12,0,-21,-10,-21,-23v0,-13,8,-22,21,-22v13,0,22,9,22,22v0,13,-9,23,-22,23",w:74,k:{'"':37,"'":37}},"/":{d:"24,14r-24,0r100,-261r25,0",w:123},0:{d:"95,-238v49,0,77,43,77,118v0,80,-30,124,-81,124v-46,0,-78,-43,-78,-120v0,-79,34,-122,82,-122xm93,-213v-27,0,-48,33,-48,97v0,61,19,95,48,95v32,0,47,-37,47,-97v0,-58,-14,-95,-47,-95"},
1:{d:"85,0r-1,-204r-40,21r-7,-24v25,-10,40,-31,79,-27r0,234r-31,0"},2:{d:"166,0r-150,0v-4,-27,13,-32,25,-44v58,-58,87,-87,87,-122v0,-24,-11,-46,-46,-46v-21,0,-39,11,-50,20r-10,-22v16,-13,39,-24,66,-24v50,0,72,35,72,68v0,47,-56,99,-99,144r105,0r0,26"},3:{d:"15,-12r9,-24v9,5,30,14,52,14v40,0,53,-25,53,-45v-1,-39,-38,-50,-79,-47r0,-24v35,2,66,-5,70,-39v5,-40,-68,-42,-88,-20r-8,-23v13,-9,36,-18,61,-18v82,0,87,90,24,111v27,8,52,26,52,61v0,37,-29,70,-85,70v-26,0,-49,-8,-61,-16"},4:{d:"144,0r-30,0r0,-64r-109,0r0,-21r105,-149r34,0r0,145r33,0r0,25r-33,0r0,64xm114,-89r0,-114v-22,44,-50,75,-77,114r77,0"},
5:{d:"58,-147v56,-6,99,17,103,71v5,69,-93,99,-146,66r8,-25v31,22,110,16,106,-37v7,-41,-52,-59,-100,-50r15,-112r112,0r0,27r-89,0"},6:{d:"150,-238r0,26v-62,-1,-101,39,-105,85v34,-49,128,-27,128,48v0,43,-29,83,-78,83v-50,0,-83,-39,-83,-100v0,-89,51,-139,138,-142xm141,-77v0,-66,-97,-70,-97,-11v0,39,18,67,51,67v27,0,46,-23,46,-56"},7:{d:"21,-234r147,0r0,21r-102,213r-33,0r102,-208r-114,0r0,-26"},8:{d:"60,-122v-66,-28,-39,-118,35,-116v77,2,93,84,29,112v27,14,47,33,47,62v0,41,-34,68,-79,68v-91,0,-104,-102,-32,-126xm93,-19v28,0,46,-18,46,-42v0,-28,-19,-42,-51,-51v-55,12,-58,91,5,93xm93,-215v-26,0,-41,17,-41,37v0,23,18,36,45,43v42,-9,52,-78,-4,-80"},
9:{d:"35,4r0,-26v59,3,99,-34,104,-86v-36,49,-124,20,-124,-47v0,-44,32,-83,80,-83v95,0,90,167,37,208v-27,21,-56,34,-97,34xm46,-157v0,60,94,67,94,14v0,-40,-15,-71,-48,-71v-27,0,-46,24,-46,57"},":":{d:"40,-123v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22xm40,4v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22",w:74},";":{d:"28,42r-22,2v8,-22,18,-59,22,-86r35,-4v-9,31,-25,71,-35,88xm42,-123v-12,0,-20,-9,-20,-22v0,-13,9,-23,21,-23v13,0,21,10,21,23v0,13,-9,22,-22,22",
w:74},"<":{d:"24,-86r0,-19r167,-87r0,25r-141,72r141,70r0,25",w:214},"=":{d:"200,-121r-186,0r0,-22r186,0r0,22xm200,-51r-186,0r0,-21r186,0r0,21",w:214},">":{d:"191,-106r0,20r-167,86r0,-25r142,-71r-142,-71r0,-25",w:214},"?":{d:"79,-69r-28,0v-17,-43,45,-87,47,-121v2,-34,-50,-39,-71,-20r-9,-23v36,-29,121,-9,112,39v3,44,-64,75,-51,125xm64,4v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22",w:146},"@":{d:"117,-43v36,0,47,-52,52,-89v-40,-13,-76,21,-75,62v0,16,7,27,23,27xm183,8r6,15v-78,40,-174,-3,-174,-98v0,-74,52,-138,132,-138v63,0,104,44,104,104v0,54,-30,86,-63,86v-17,0,-25,-15,-29,-32v-20,43,-87,45,-89,-14v-2,-58,63,-103,124,-78r-13,66v-5,27,-1,40,11,40v18,1,39,-25,39,-66v0,-53,-31,-90,-87,-90v-59,0,-108,47,-108,120v0,82,81,120,147,85",
w:265},A:{d:"153,-76r-86,0r-26,76r-32,0r83,-243r37,0r83,243r-33,0xm73,-101r74,0r-25,-70v-6,-15,-6,-32,-13,-44v-9,39,-24,77,-36,114",w:220,k:{T:28,J:-7,M:1,C:5,G:5,O:5,Q:5,U:10,V:19,W:19,X:5,Y:28,a:-1,f:3,g:4,b:1,h:1,k:1,l:1,j:1,i:1,m:1,n:1,p:1,r:1,c:4,d:4,e:4,o:4,q:4,s:2,t:4,u:4,v:8,w:8,y:8,z:-5,"-":1,")":3,"]":3,"}":3,'"':21,"'":21}},B:{d:"180,-69v0,70,-85,76,-153,68r0,-238v57,-10,144,-11,144,55v0,25,-18,43,-41,54v23,5,50,25,50,61xm59,-218r0,78v42,4,80,-8,80,-41v0,-38,-46,-43,-80,-37xm59,-116r0,92v40,6,89,-1,88,-45v0,-42,-42,-50,-88,-47",
w:195,k:{T:3,V:-1,W:-1,Y:5,c:-1,d:-1,e:-1,o:-1,q:-1,v:-1,w:-1,y:-1,"-":-2,",":5,".":5}},C:{d:"190,-33r7,25v-11,6,-35,12,-65,12v-68,0,-119,-43,-119,-123v0,-97,99,-152,184,-117r-8,26v-67,-29,-143,7,-143,90v0,81,75,116,144,87",w:208,k:{T:-10,J:-1,C:8,G:8,O:8,Q:8,V:-4,W:-4,Y:-1,A:-1,a:3,i:1,m:1,n:1,p:1,r:1,c:4,d:4,e:4,o:4,q:4,u:4,v:7,w:7,y:7,z:-1,")":-6,"]":-6,"}":-6}},D:{d:"227,-127v0,107,-90,142,-200,126r0,-238v103,-18,200,8,200,112xm59,-216r0,192v81,9,135,-25,135,-102v0,-69,-60,-107,-135,-90",w:239,
k:{T:9,X:10,Y:10,A:5,f:-6,g:-2,j:-2,c:-1,d:-1,e:-1,o:-1,q:-1,t:-6,u:-1,v:-5,w:-5,y:-5,z:1,x:2,"-":-5,")":3,"]":3,"}":3,",":12,".":12}},E:{d:"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0",w:177,k:{T:-6,J:-6,V:-3,W:-3,Y:-1,g:2,c:1,d:1,e:1,o:1,q:1,t:1,u:3,v:3,w:3,y:3,z:-1,",":1,".":1}},F:{d:"27,0r0,-243r131,0r0,27r-99,0r0,80r91,0r0,26r-91,0r0,110r-32,0",w:175,k:{J:31,M:6,A:28,a:16,g:6,b:6,h:6,k:6,l:6,i:9,m:9,n:9,p:9,r:9,c:11,d:11,e:11,o:11,q:11,u:13,v:8,w:8,y:8,":":5,
";":5,",":35,".":35}},G:{d:"138,3v-73,1,-125,-46,-125,-123v0,-94,102,-150,192,-114r-8,26v-66,-30,-151,5,-151,87v0,78,68,114,135,91r0,-72r-49,0r0,-25r80,0r0,116v-14,5,-41,14,-74,14",w:232,k:{a:-3,c:-2,d:-2,e:-2,o:-2,q:-2}},H:{d:"27,-243r32,0r0,102r117,0r0,-102r32,0r0,243r-32,0r0,-114r-117,0r0,114r-32,0r0,-243",w:234,k:{Y:3,f:-4,b:-4,h:-4,k:-4,l:-4,j:-3,i:-4,m:-4,n:-4,p:-4,r:-4,t:-6,v:-3,w:-3,y:-3,z:-4,x:-2}},I:{d:"27,-243r32,0r0,243r-32,0r0,-243",w:86,k:{Y:3,f:-4,b:-4,h:-4,k:-4,l:-4,j:-3,i:-4,m:-4,
n:-4,p:-4,r:-4,t:-6,v:-3,w:-3,y:-3,z:-4,x:-2}},J:{d:"77,-83r0,-160r31,0r0,163v1,79,-50,94,-107,78r5,-25v39,10,71,5,71,-56",w:133,k:{v:-4,w:-4,y:-4,")":-15,"]":-15,"}":-15,",":4,".":4}},K:{d:"27,0r0,-243r32,0r1,117v29,-41,62,-78,93,-117r39,0r-88,103r95,140r-37,0r-80,-119r-23,26r0,93r-32,0",w:195,k:{T:-8,J:-14,C:6,G:6,O:6,Q:6,V:-5,W:-5,Y:3,A:-4,Z:-7,a:-6,g:2,b:-4,h:-4,k:-4,l:-4,i:-4,m:-4,n:-4,p:-4,r:-4,u:2,v:6,w:6,y:6,":":-8,";":-8,"-":6,")":-8,"]":-8,"}":-8,",":-6,".":-6}},L:{d:"27,0r0,-243r32,0r0,217r103,0r0,26r-135,0",
w:169,k:{T:32,J:-4,C:14,G:14,O:14,Q:14,U:13,V:21,W:21,Y:30,c:5,d:5,e:5,o:5,q:5,t:1,u:5,v:10,w:10,y:10,"-":15,'"':35,"'":35}},M:{d:"238,0r-11,-211v-9,28,-18,59,-30,92r-43,118r-24,0r-40,-116v-13,-34,-18,-67,-28,-94r-11,211r-30,0r17,-243r40,0r66,199v17,-63,47,-137,69,-199r40,0r16,243r-31,0",w:289,k:{T:4,A:4,a:-2,j:-4,i:-4,m:-4,n:-4,p:-4,r:-4,c:-2,d:-2,e:-2,o:-2,q:-2,u:-1,v:-3,w:-3,y:-3,"-":-2}},N:{d:"57,0r-30,0r0,-243r35,0r77,123v19,28,32,56,45,79v-6,-60,-3,-135,-4,-202r30,0r0,243r-32,0r-77,-123v-18,-27,-32,-57,-46,-81",
w:236,k:{Y:3,f:-4,b:-4,h:-4,k:-4,l:-4,j:-3,i:-4,m:-4,n:-4,p:-4,r:-4,t:-6,v:-3,w:-3,y:-3,z:-4,x:-2}},O:{d:"125,-247v67,0,110,51,110,123v0,83,-51,128,-113,128v-64,0,-109,-51,-109,-124v0,-77,47,-127,112,-127xm124,-221v-52,0,-78,48,-78,101v0,52,28,98,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-78,-99",w:248,k:{T:9,X:10,Y:10,A:5,f:-6,g:-2,j:-2,c:-1,d:-1,e:-1,o:-1,q:-1,t:-6,u:-1,v:-5,w:-5,y:-5,z:1,x:2,"-":-5,")":3,"]":3,"}":3,",":12,".":12}},P:{d:"177,-174v0,61,-55,87,-118,77r0,97r-32,0r0,-240v64,-11,150,-6,150,66xm59,-217r0,94v42,11,86,-7,86,-49v0,-43,-48,-54,-86,-45",
w:191,k:{J:27,M:4,X:5,Y:3,A:30,Z:11,a:9,g:9,b:2,h:2,k:2,l:2,i:6,m:6,n:6,p:6,r:6,c:9,d:9,e:9,o:9,q:9,s:8,t:-2,u:5,v:-1,w:-1,y:-1,":":4,";":4,"-":6,",":50,".":50}},Q:{d:"228,36r-108,-32v-58,-2,-107,-45,-107,-123v0,-78,47,-128,113,-128v66,0,109,51,109,123v0,65,-32,99,-69,118v24,6,50,11,71,15xm124,-22v50,0,78,-45,78,-100v0,-49,-26,-99,-77,-99v-53,0,-79,48,-79,101v0,52,28,98,78,98",w:248,k:{T:9,X:10,Y:10,A:5,f:-6,g:-2,j:-2,c:-1,d:-1,e:-1,o:-1,q:-1,t:-6,u:-1,v:-5,w:-5,y:-5,z:1,x:2,"-":-5,")":3,"]":3,"}":3,
",":12,".":12}},R:{d:"27,-239v64,-11,150,-9,150,61v0,33,-23,51,-46,62v37,3,43,98,54,116r-32,0v-4,-7,-10,-28,-16,-58v-8,-44,-32,-49,-78,-47r0,105r-32,0r0,-239xm59,-217r0,88v46,4,86,-6,86,-46v0,-43,-50,-50,-86,-42",w:193,k:{T:-3,C:-1,G:-1,O:-1,Q:-1,V:-6,W:-6,X:-2,Y:4,A:-2,a:-4,b:-3,h:-3,k:-3,l:-3,i:-4,m:-4,n:-4,p:-4,r:-4,c:-1,d:-1,e:-1,o:-1,q:-1,t:-7,v:-5,w:-5,y:-5}},S:{d:"15,-12r8,-26v29,24,107,22,107,-26v0,-22,-12,-40,-46,-48v-88,-22,-82,-136,15,-135v24,0,43,6,53,12r-9,26v-8,-5,-23,-12,-45,-12v-33,0,-46,20,-46,37v0,23,14,36,48,46v88,26,83,142,-23,142v-23,0,-49,-7,-62,-16",
w:177,k:{a:-1,j:1,c:-2,d:-2,e:-2,o:-2,q:-2,t:1,v:3,w:3,y:3,"-":-2}},T:{d:"73,0r0,-216r-73,0r0,-27r179,0r0,27r-74,0r0,216r-32,0",w:178,k:{i:16,T:-14,J:15,C:10,G:10,O:10,Q:10,V:-14,W:-14,X:-8,Y:-10,A:27,S:2,a:23,g:23,b:3,h:3,k:3,l:3,m:16,n:16,p:16,r:16,c:26,d:26,e:26,o:26,q:26,s:19,u:16,v:14,w:14,y:14,z:18,x:12,":":9,";":9,"-":18,")":-22,"]":-22,"}":-22,'"':-6,"'":-6,",":22,".":22}},U:{d:"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-24,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143",
w:232,k:{A:12,a:1,f:-3,s:2,t:-1,v:1,w:1,y:1,z:2,x:3,",":10,".":10}},V:{d:"115,0r-34,0r-80,-243r34,0r65,211v17,-69,46,-144,68,-211r34,0",w:200,k:{T:-12,J:8,V:-6,W:-6,A:21,a:12,g:3,b:2,h:2,k:2,l:2,i:6,m:6,n:6,p:6,r:6,c:12,d:12,e:12,o:12,q:12,s:9,t:-3,u:6,v:1,w:1,y:1,z:1,":":6,";":6,"-":5,")":-20,"]":-20,"}":-20,'"':-7,"'":-7,",":20,".":20}},W:{d:"100,0r-33,0r-62,-243r34,0r47,207r52,-207r33,0r30,123v8,28,10,60,17,84r52,-207r32,0r-69,243r-33,0r-30,-126v-9,-30,-11,-58,-17,-80v-12,65,-37,141,-53,206",w:304,
k:{T:-12,J:8,V:-6,W:-6,A:21,a:12,g:3,b:2,h:2,k:2,l:2,i:6,m:6,n:6,p:6,r:6,c:12,d:12,e:12,o:12,q:12,s:9,t:-3,u:6,v:1,w:1,y:1,z:1,":":6,";":6,"-":5,")":-20,"]":-20,"}":-20,'"':-7,"'":-7,",":20,".":20}},X:{d:"197,0r-37,0r-60,-102r-55,102r-36,0r74,-123r-71,-120r36,0r56,98r54,-98r37,0r-74,118",w:205,k:{T:-3,J:-1,C:10,G:10,O:10,Q:10,V:-3,W:-3,X:5,Y:-2,A:3,a:2,c:4,d:4,e:4,o:4,q:4,u:3,v:7,w:7,y:7,"-":8}},Y:{d:"113,0r-32,0r0,-103r-77,-140r36,0r59,117v17,-38,41,-79,60,-117r35,0r-81,140r0,103",w:194,k:{T:-12,
J:19,M:4,C:13,G:13,O:13,Q:13,V:-10,W:-10,X:1,Y:-1,A:29,S:5,B:3,D:3,E:3,F:3,H:3,I:3,K:3,L:3,N:3,P:3,R:3,a:25,g:14,b:3,h:3,k:3,l:3,i:5,m:5,n:5,p:5,r:5,c:27,d:27,e:27,o:27,q:27,s:19,t:7,u:19,v:10,w:10,y:10,z:9,x:9,":":12,";":12,"-":18,")":-20,"]":-20,"}":-20,'"':-3,"'":-3,",":34,".":34}},Z:{d:"11,0r0,-18r134,-198r-123,0r0,-27r164,0r0,19r-134,198r136,0r0,26r-177,0",w:199,k:{J:-3,C:8,G:8,O:8,Q:8,X:2,c:4,d:4,e:4,o:4,q:4,u:3,v:3,w:3,y:3,"-":10}},"[":{d:"95,40r-66,0r0,-287r66,0r0,20r-41,0r0,248r41,0r0,19",
w:102,k:{T:-17,J:-6,C:4,G:4,O:4,Q:4,V:-18,W:-18,X:-4,Y:-15,A:4,j:-20}},"\\":{d:"123,14r-24,0r-98,-261r24,0",w:122},"]":{d:"7,-247r66,0r0,287r-66,0r0,-19r41,0r0,-248r-41,0r0,-20",w:102},"^":{d:"193,-68r-25,0r-61,-140r-60,140r-25,0r74,-166r23,0",w:214},_:{d:"0,27r180,0r0,18r-180,0r0,-18",w:180},a:{d:"82,-178v95,3,58,96,69,178r-28,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-41,-39,-43v-17,0,-34,5,-46,13r-7,-22v14,-9,35,-15,57,-15xm74,-19v38,-2,48,-28,44,-70v-35,-1,-74,5,-74,39v0,21,14,31,30,31",
w:173},b:{d:"25,0r1,-256r32,0r0,110v36,-60,134,-30,134,57v0,93,-96,123,-138,61r-2,28r-27,0xm107,-153v-35,-1,-53,36,-49,83v3,31,23,48,49,49v33,0,52,-27,52,-67v0,-35,-18,-65,-52,-65",w:204,k:{T:14,v:3,w:3,y:3,z:3,x:5,"-":-5,")":1,"]":1,"}":1,'"':4,"'":4,",":9,".":9}},c:{d:"145,-30r5,24v-8,4,-27,10,-50,10v-53,0,-86,-36,-86,-89v0,-70,73,-113,137,-83r-7,24v-42,-24,-106,5,-98,57v-4,57,55,78,99,57",w:161,k:{T:4,f:-1,c:2,d:2,e:2,o:2,q:2,t:-5,v:-6,w:-6,y:-6,"-":-2,",":4,".":4}},d:{d:"145,-256r31,0r2,256r-28,0v-2,-9,0,-22,-3,-30v-32,62,-133,31,-133,-55v0,-86,90,-120,131,-67r0,-104xm97,-22v35,1,48,-34,48,-81v0,-31,-19,-50,-47,-50v-33,0,-52,29,-52,67v0,35,17,64,51,64",
w:203,k:{",":4,".":4}},e:{d:"166,-81r-122,0v-2,64,66,69,108,51r6,23v-11,5,-31,11,-59,11v-54,0,-85,-35,-85,-88v0,-53,30,-94,81,-94v63,0,75,53,71,97xm44,-104r93,0v0,-20,-8,-51,-44,-51v-32,0,-46,29,-49,51",w:180,k:{T:12,x:1,"-":-10,",":4,".":4}},f:{d:"30,-174v-6,-58,35,-101,89,-81r-4,25v-36,-15,-60,13,-54,56r42,0r0,24r-42,0r0,150r-31,0r0,-150r-25,0r0,-24r25,0",w:105,k:{g:4,c:5,d:5,e:5,o:5,q:5,s:3,t:-4,":":-12,";":-12,")":-37,"]":-37,"}":-37,'"':-20,"'":-20,",":12,".":12}},g:{d:"175,-26v0,95,-78,120,-146,87r8,-25v44,31,124,12,106,-66v-9,16,-28,29,-55,29v-43,0,-74,-37,-74,-85v0,-90,99,-117,134,-62r1,-26r28,0v-4,41,-2,102,-2,148xm97,-25v37,1,51,-35,47,-80v-3,-29,-18,-47,-46,-48v-30,0,-52,26,-52,66v0,34,17,62,51,62",
w:201,k:{T:12,f:-1,i:2,m:2,n:2,p:2,r:2,",":5,".":5}},h:{d:"103,-152v-63,0,-42,91,-45,152r-32,0r0,-256r32,0r1,109v29,-45,116,-51,116,43r0,104r-32,0v-6,-59,22,-152,-40,-152",w:199,k:{T:18,t:1,v:5,w:5,y:5,'"':3,"'":3}},i:{d:"58,0r-32,0r0,-174r32,0r0,174xm42,-243v12,0,20,9,20,20v0,11,-8,19,-21,19v-12,0,-19,-8,-19,-19v0,-11,8,-20,20,-20",w:84},j:{d:"-17,51v42,-8,47,-15,47,-79r0,-146r32,0v-8,98,36,248,-75,250xm46,-243v12,0,20,9,20,20v0,10,-8,19,-21,19v-12,0,-19,-9,-19,-19v0,-11,8,-20,20,-20",w:87,k:{",":4,
".":4}},k:{d:"58,-256r0,162v20,-28,45,-53,67,-80r38,0r-67,71r76,103r-38,0r-60,-84r-16,18r0,66r-32,0r0,-256r32,0",w:168,k:{T:7,a:-6,b:-6,h:-6,k:-6,l:-6,i:-6,m:-6,n:-6,p:-6,r:-6,u:-1,v:-5,w:-5,y:-5,":":-4,";":-4,"-":4,",":-5,".":-5}},l:{d:"26,0r0,-256r32,0r0,256r-32,0",w:84,k:{",":4,".":4}},m:{d:"99,-152v-59,0,-39,92,-42,152r-31,0r-1,-174r28,0v1,9,-1,21,2,28v15,-39,91,-43,105,3v28,-50,114,-57,115,41r0,102r-31,0v-4,-55,18,-152,-37,-152v-59,0,-37,93,-41,152r-31,0v-5,-56,20,-152,-36,-152",w:300,k:{T:18,
t:1,v:5,w:5,y:5,'"':3,"'":3}},n:{d:"103,-152v-63,0,-42,91,-45,152r-32,0r-1,-174r28,0r2,29v27,-45,119,-55,120,41r0,104r-32,0v-6,-59,22,-152,-40,-152",w:199,k:{T:18,t:1,v:5,w:5,y:5,'"':3,"'":3}},o:{d:"100,-178v50,0,84,36,84,89v0,64,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-16,-67,-53,-67",w:197,k:{T:14,v:3,w:3,y:3,z:3,x:5,"-":-5,")":1,"]":1,"}":1,'"':4,"'":4,",":9,".":9}},p:{d:"26,71r-1,-245r28,0r2,30v37,-62,137,-33,137,54v0,91,-90,121,-134,67r0,94r-32,0xm108,-153v-36,0,-50,35,-50,82v0,32,23,50,49,50v33,0,52,-27,52,-67v0,-35,-18,-65,-51,-65",
w:204,k:{T:14,v:3,w:3,y:3,z:3,x:5,"-":-5,")":1,"]":1,"}":1,'"':4,"'":4,",":9,".":9}},q:{d:"145,71r-1,-98v-34,58,-130,28,-130,-57v0,-96,94,-119,133,-64r1,-26r30,0r-2,245r-31,0xm97,-21v37,0,48,-36,48,-83v0,-30,-19,-49,-47,-49v-33,0,-52,28,-52,67v0,35,16,65,51,65",w:202,k:{T:11,",":3,".":3}},r:{d:"112,-147v-68,-12,-53,82,-54,147r-32,0r-1,-174r28,0v1,11,-1,25,2,34v10,-25,30,-42,57,-37r0,30",w:117,k:{T:5,a:2,f:-11,g:3,b:-1,h:-1,k:-1,l:-1,i:-1,m:-1,n:-1,p:-1,r:-1,c:4,d:4,e:4,o:4,q:4,t:-9,v:-9,w:-9,y:-9,
z:-3,x:-6,":":-3,";":-3,"-":2,",":19,".":19}},s:{d:"14,-8r8,-24v18,15,76,19,76,-14v0,-15,-8,-24,-32,-31v-69,-20,-59,-99,13,-101v18,0,34,5,43,11r-8,23v-13,-12,-64,-17,-64,13v0,14,8,23,32,30v67,18,58,108,-19,105v-19,0,-37,-5,-49,-12",w:142,k:{T:9,",":4,".":4}},t:{d:"108,0v-40,13,-75,-6,-75,-55r0,-95r-27,0r0,-24r27,0r0,-33r31,-9r0,42r46,0r0,24r-46,0r0,94v-3,31,19,38,43,32",w:119,k:{g:2,c:2,d:2,e:2,o:2,q:2,v:-3,w:-3,y:-3,"-":2,",":1,".":1}},u:{d:"96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v4,57,-19,152,39,152",
w:198,k:{T:11,",":3,".":3}},v:{d:"5,-174r34,0r49,142r48,-142r34,0r-69,174r-30,0",w:173,k:{T:11,a:1,g:4,c:4,d:4,e:4,o:4,q:4,s:2,v:-4,w:-4,y:-4,":":-9,";":-9,"-":1,",":14,".":14}},w:{d:"6,-174r33,0r37,144v11,-49,29,-97,44,-144r27,0r43,144v8,-48,26,-98,38,-144r32,0r-57,174r-28,0r-43,-140v-11,50,-29,93,-44,140r-29,0",w:264,k:{T:11,a:1,g:4,c:4,d:4,e:4,o:4,q:4,s:2,v:-4,w:-4,y:-4,":":-9,";":-9,"-":1,",":14,".":14}},x:{d:"6,-174r35,0r44,65r41,-65r35,0r-59,84r60,90r-35,0r-46,-69v-13,24,-29,46,-43,69r-35,0r62,-89",
w:166,k:{T:8,c:5,d:5,e:5,o:5,q:5,s:2,t:-5,v:-5,w:-5,y:-5,"-":2}},y:{d:"13,53v25,-9,45,-29,57,-58r-67,-169r35,0r50,138r46,-138r33,0v-41,86,-59,232,-146,253",w:169,k:{T:11,a:1,g:4,c:4,d:4,e:4,o:4,q:4,s:2,v:-4,w:-4,y:-4,":":-9,";":-9,"-":1,",":14,".":14}},z:{d:"6,0r0,-18r102,-131r-94,0r0,-25r132,0r0,20r-100,129r102,0r0,25r-142,0",w:154,k:{T:7,c:3,d:3,e:3,o:3,q:3,v:-9,w:-9,y:-9}},"{":{d:"33,-9v-1,-33,28,-83,-23,-86r0,-18v51,-3,22,-53,23,-87v1,-35,25,-49,60,-47r0,20v-74,-7,6,111,-56,123v61,7,-19,127,56,125r0,19v-35,1,-59,-10,-60,-49",
w:102,k:{T:-17,J:-6,C:4,G:4,O:4,Q:4,V:-18,W:-18,X:-4,Y:-15,A:4,j:-20}},"|":{d:"31,-270r24,0r0,360r-24,0r0,-360",w:86},"}":{d:"69,-200v1,35,-28,84,23,87r0,18v-50,3,-22,52,-23,86v-1,39,-25,51,-60,49r0,-19v72,8,-3,-112,56,-125v-60,-7,19,-126,-56,-123r0,-20v35,-1,59,12,60,47",w:102},"~":{d:"197,-129v-1,98,-90,33,-137,23v-13,0,-21,8,-21,30r-21,0v-1,-36,17,-54,42,-54v24,0,72,32,96,31v13,0,20,-10,20,-30r21,0",w:214},"'":{d:"18,-249r32,0r-6,86r-20,0",w:67,k:{T:-6,J:21,M:2,C:1,G:1,O:1,Q:1,V:-6,W:-6,Y:-1,A:22,
f:-9,g:4,c:3,d:3,e:3,o:3,q:3,t:-9,v:-8,w:-8,y:-8,",":41,".":41}},"`":{d:"8,-249r34,0r32,51r-22,0",w:108},"\u00a0":{w:76,k:{T:15,V:13,W:13,Y:17}}}});
Cufon.registerFont({w:199,face:{"font-family":"myriadpro","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 3 3 4 3 2 2 4",ascent:"270",descent:"-90","x-height":"4",bbox:"-14 -270 315 90","underline-thickness":"18","underline-position":"-18",stemh:"40",stemv:"55","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:72,k:{T:14,V:13,W:13,Y:14}},"!":{d:"69,-80r-41,0r-8,-163r57,0xm48,4v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,32,14,32,33v0,19,-13,33,-32,33",w:96},'"':{d:"13,-249r48,0r-8,97r-32,0xm82,-249r48,0r-8,97r-32,0",
w:142,k:{T:-3,J:21,C:3,G:3,O:3,Q:3,V:-3,W:-3,X:-1,Y:-3,A:17,f:-9,g:7,c:5,d:5,e:5,o:5,q:5,t:-8,v:-2,w:-2,y:-2,",":45,".":45}},"#":{d:"80,-98r33,0r6,-40r-33,0xm66,0r-33,0r10,-64r-30,0r0,-34r35,0r6,-40r-30,0r0,-33r35,0r9,-63r32,0r-9,63r33,0r9,-63r32,0r-9,63r29,0r0,33r-34,0r-6,40r30,0r0,34r-35,0r-9,64r-33,0r10,-64r-33,0",w:198},$:{d:"117,31r-36,0r0,-34v-24,-1,-47,-7,-61,-15r11,-42v20,14,94,28,94,-7v0,-14,-10,-25,-38,-31v-80,-17,-88,-116,-4,-130r0,-34r35,0r0,31v24,1,40,6,53,12r-11,41v-8,-11,-83,-24,-83,8v0,12,12,21,44,30v83,23,77,120,-4,134r0,37"},
"%":{d:"76,-238v40,0,62,30,62,70v0,49,-31,74,-65,74v-36,0,-63,-27,-63,-71v0,-42,26,-73,66,-73xm74,-208v-16,0,-24,18,-24,42v0,24,9,43,25,43v15,0,23,-16,23,-43v0,-24,-7,-42,-24,-42xm105,4r-29,0r135,-242r29,0xm244,-141v40,0,63,30,63,70v0,49,-31,74,-65,74v-35,0,-63,-26,-63,-70v0,-42,25,-74,65,-74xm243,-111v-16,0,-24,19,-24,42v0,24,9,42,24,42v15,0,23,-16,23,-42v0,-24,-6,-42,-23,-42",w:316},"&":{d:"177,-190v0,25,-18,45,-48,64v14,16,29,33,41,45v10,-15,17,-37,20,-59r49,0v-6,37,-18,68,-40,92r43,48r-64,0v-5,-5,-10,-11,-16,-17v-16,12,-37,21,-66,21v-105,0,-105,-107,-39,-140v-35,-42,-17,-111,55,-111v37,0,65,22,65,57xm63,-74v0,36,53,50,74,26v-15,-15,-35,-38,-55,-60v-10,8,-19,18,-19,34xm131,-189v0,-12,-7,-26,-22,-24v-30,4,-25,43,-4,60v18,-12,26,-22,26,-36",
w:244},"(":{d:"63,-249r38,0v-47,59,-48,232,0,291r-38,0v-19,-28,-41,-76,-41,-145v0,-70,22,-118,41,-146",w:113,k:{T:-8,J:-4,C:8,G:8,O:8,Q:8,V:-10,W:-10,X:-2,Y:-11,A:7,j:-18}},")":{d:"51,42r-38,0v46,-58,47,-233,0,-291r38,0v19,28,41,75,41,146v0,70,-22,117,-41,145",w:113},"*":{d:"103,-247r31,18r-39,47r58,-11r0,36v-19,-2,-41,-9,-58,-9r39,45r-32,18r-21,-55r-21,55r-31,-18v11,-15,30,-31,38,-46r-56,10r0,-36v18,2,40,10,56,10r-38,-45r32,-19v8,18,12,39,21,56",w:163},"+":{d:"90,-192r35,0r0,79r75,0r0,33r-75,0r0,80r-35,0r0,-80r-76,0r0,-33r76,0r0,-79",
w:214},",":{d:"37,40r-37,3v12,-32,22,-69,27,-102r55,-4v-12,37,-28,75,-45,103",w:93,k:{'"':44,"'":44}},"-":{d:"11,-113r94,0r0,37r-94,0r0,-37",w:115,k:{T:20,J:2,C:-4,G:-4,O:-4,Q:-4,V:9,W:9,X:6,Y:22,A:2,g:-1,c:-6,d:-6,e:-6,o:-6,q:-6}},".":{d:"50,4v-18,0,-32,-14,-32,-33v0,-20,13,-34,32,-34v19,0,32,14,32,34v0,19,-12,33,-32,33",w:93,k:{'"':44,"'":44}},"/":{d:"42,14r-36,0r77,-261r36,0",w:119},0:{d:"101,-238v62,0,87,56,87,120v0,72,-30,122,-89,122v-60,0,-87,-55,-87,-121v0,-68,29,-121,89,-121xm100,-197v-20,0,-33,25,-33,80v0,54,12,80,33,80v21,0,33,-27,33,-80v0,-52,-11,-80,-33,-80"},
1:{d:"85,0r-1,-185r-44,21r-9,-41r62,-29r45,0r0,234r-53,0"},2:{d:"181,0r-166,0r0,-33v38,-35,115,-99,107,-127v4,-44,-69,-38,-88,-15r-16,-39v17,-13,46,-24,77,-24v53,0,82,31,82,73v0,49,-50,88,-84,120r88,0r0,45"},3:{d:"14,-12r11,-42v19,16,100,25,97,-16v-2,-30,-35,-36,-69,-34r0,-39v29,1,60,0,63,-27v3,-34,-69,-26,-84,-11r-11,-39v14,-9,42,-18,73,-18v87,0,103,90,34,113v28,5,51,27,51,58v0,41,-37,71,-96,71v-30,0,-55,-8,-69,-16"},4:{d:"164,0r-52,0r0,-56r-104,0r0,-35r88,-143r68,0r0,137r28,0r0,41r-28,0r0,56xm59,-98v15,3,36,0,53,1r0,-95v-16,33,-34,64,-53,94"},
5:{d:"76,-153v56,-6,106,20,105,75v0,44,-38,82,-101,82v-28,0,-52,-6,-65,-13r10,-41v26,14,101,21,100,-25v8,-33,-56,-43,-98,-36r15,-123r129,0r0,45r-90,0"},6:{d:"165,-237r0,42v-53,-3,-98,25,-97,56v43,-38,122,-14,122,58v0,46,-36,85,-86,85v-113,0,-113,-155,-51,-207v28,-24,65,-36,112,-34xm100,-118v-20,1,-35,12,-35,34v0,25,13,48,38,48v19,0,32,-18,32,-42v0,-22,-12,-40,-35,-40"},7:{d:"18,-234r165,0r0,35r-97,199r-58,0r97,-189r-107,0r0,-45"},8:{d:"98,4v-99,0,-110,-95,-45,-125v-66,-33,-27,-121,49,-117v88,4,98,79,43,113v75,28,43,129,-47,129xm100,-34v19,0,32,-12,32,-29v0,-21,-15,-33,-36,-39v-38,7,-39,67,4,68xm99,-201v-19,0,-28,13,-28,27v0,16,14,26,33,32v30,-6,35,-59,-5,-59"},
9:{d:"32,-39v51,4,92,-18,99,-59v-40,37,-120,10,-120,-56v0,-46,37,-84,88,-84v109,0,107,160,48,209v-28,23,-67,35,-115,32r0,-42xm98,-120v20,0,33,-7,33,-29v0,-25,-8,-49,-34,-49v-18,0,-32,17,-32,41v0,20,11,37,33,37"},":":{d:"50,-112v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,32,13,32,33v0,19,-12,33,-32,33xm50,4v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,32,13,32,33v0,19,-12,33,-32,33",w:93},";":{d:"37,40r-36,3v12,-32,21,-69,26,-102r55,-4v-12,37,-28,75,-45,103xm52,-112v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,32,13,32,33v0,19,-12,33,-32,33",
w:93},"<":{d:"21,-80r0,-31r173,-81r0,39r-131,58r131,57r0,38",w:214},"=":{d:"200,-117r-186,0r0,-33r186,0r0,33xm200,-42r-186,0r0,-34r186,0r0,34",w:214},">":{d:"194,-112r0,33r-173,79r0,-38r133,-58r-133,-57r0,-39",w:214},"?":{d:"147,-191v1,48,-54,62,-49,112r-48,0v-13,-38,38,-72,41,-103v2,-28,-45,-25,-61,-11r-13,-39v13,-8,34,-15,60,-15v48,0,70,26,70,56xm72,4v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,33,14,33,33v0,19,-13,33,-33,33",w:160},"@":{d:"129,-52v24,0,33,-44,36,-72v-31,-9,-54,17,-54,49v0,14,6,23,18,23xm190,4r7,20v-82,36,-180,-3,-179,-100v0,-73,54,-137,135,-137v64,0,109,44,109,104v0,53,-30,86,-69,86v-17,0,-29,-9,-31,-28v-22,40,-87,39,-87,-19v0,-60,68,-104,127,-75r-11,67v-4,21,-1,31,9,31v15,1,35,-19,35,-61v0,-47,-30,-83,-86,-83v-55,0,-103,43,-103,112v0,81,77,113,144,83",
w:277},A:{d:"150,-62r-70,0r-17,62r-57,0r74,-243r72,0r76,243r-60,0xm88,-103r54,0r-28,-99",w:236,k:{T:30,J:-5,C:9,G:9,O:9,Q:9,U:13,V:21,W:21,X:9,Y:34,Z:-2,f:5,g:5,b:2,h:2,k:2,l:2,j:2,i:2,m:2,n:2,p:2,r:2,c:5,d:5,e:5,o:5,q:5,s:1,t:7,u:5,v:11,w:11,y:11,x:1,"-":3,")":6,"]":6,"}":6,'"':17,"'":17}},B:{d:"204,-71v0,60,-45,73,-121,74v-27,0,-47,-2,-59,-4r0,-238v61,-8,171,-17,171,56v0,21,-12,42,-39,52v28,7,48,29,48,60xm78,-203r0,56v32,2,65,-5,62,-29v5,-26,-36,-31,-62,-27xm78,-107r0,68v31,4,68,-1,68,-34v0,-30,-33,-36,-68,-34",
w:217,k:{T:6,V:4,W:4,Y:12,A:1,c:-2,d:-2,e:-2,o:-2,q:-2,v:2,w:2,y:2,a:-1,"-":-4,",":5,".":5}},C:{d:"194,-50r8,44v-10,5,-33,10,-62,10v-84,0,-127,-53,-127,-122v0,-106,104,-150,192,-117r-12,43v-54,-23,-123,-3,-123,71v0,67,65,94,124,71",w:214,k:{T:-5,J:-4,C:11,G:11,O:11,Q:11,V:-3,W:-3,X:-1,Y:-3,A:-4,b:1,h:1,k:1,l:1,i:1,m:1,n:1,p:1,r:1,c:7,d:7,e:7,o:7,q:7,u:7,v:12,w:12,y:12,a:4,z:-3,")":-3,"]":-3,"}":-3,'"':-2,"'":-2}},D:{d:"238,-127v5,116,-104,141,-214,126r0,-238v20,-3,47,-5,74,-5v91,0,136,34,140,117xm78,-200r0,159v62,7,102,-19,102,-84v0,-59,-44,-85,-102,-75",
w:250,k:{T:10,V:3,W:3,X:12,Y:13,A:6,f:-4,g:-1,b:-1,h:-1,k:-1,l:-1,i:-1,m:-1,n:-1,p:-1,r:-1,t:-5,u:-2,v:-4,w:-4,y:-4,x:4,z:1,"-":-4,")":7,"]":7,"}":7,",":14,".":14}},E:{d:"168,-147r0,44r-89,0r0,58r100,0r0,45r-155,0r0,-243r150,0r0,45r-95,0r0,51r89,0",w:192,k:{T:-2,J:-8,V:-3,W:-3,f:2,g:3,b:-1,h:-1,k:-1,l:-1,j:2,c:1,d:1,e:1,o:1,q:1,s:-1,t:2,u:4,v:4,w:4,y:4,z:-2,",":3,".":3}},F:{d:"24,0r0,-243r148,0r0,45r-93,0r0,56r87,0r0,44r-87,0r0,98r-55,0",w:189,k:{J:25,A:24,M:5,g:3,b:5,h:5,k:5,l:5,i:7,m:7,n:7,p:7,
r:7,c:9,d:9,e:9,o:9,q:9,u:10,v:7,w:7,y:7,a:14,":":6,";":6,",":32,".":32}},G:{d:"145,3v-83,1,-128,-44,-132,-121v-6,-107,115,-149,206,-116r-12,45v-53,-25,-137,-9,-137,68v0,60,47,89,104,76r0,-51r-38,0r0,-43r90,0r0,128v-17,6,-49,14,-81,14",w:245,k:{b:-1,h:-1,k:-1,l:-1,i:-1,m:-1,n:-1,p:-1,r:-1,c:-2,d:-2,e:-2,o:-2,q:-2,u:-1,v:3,w:3,y:3,a:-3}},H:{d:"24,-243r55,0r0,94r90,0r0,-94r55,0r0,243r-55,0r0,-102r-90,0r0,102r-55,0r0,-243",w:248,k:{Y:6,f:-2,b:-1,h:-1,k:-1,l:-1,i:-1,m:-1,n:-1,p:-1,r:-1,c:1,d:1,e:1,o:1,
q:1,s:1,t:-3,x:1,z:-1}},I:{d:"24,-243r55,0r0,243r-55,0r0,-243",w:102,k:{Y:6,f:-2,b:-1,h:-1,k:-1,l:-1,i:-1,m:-1,n:-1,p:-1,r:-1,c:1,d:1,e:1,o:1,q:1,s:1,t:-3,x:1,z:-1}},J:{d:"71,-90r0,-153r55,0r0,154v2,86,-58,104,-126,87r6,-44v34,9,65,7,65,-44",w:147,k:{v:-1,w:-1,y:-1,a:2,")":-5,"]":-5,"}":-5,",":3,".":3}},K:{d:"24,0r0,-243r54,0r1,108r71,-108r68,0r-80,104r84,139r-64,0r-59,-105r-21,26r0,79r-54,0",w:221,k:{T:-2,J:-10,C:12,G:12,O:12,Q:12,Y:5,Z:-6,A:-5,g:5,c:6,d:6,e:6,o:6,q:6,u:7,v:15,w:15,y:15,":":-3,";":-3,
"-":8,")":-3,"]":-3,"}":-3,'"':-1,"'":-1,",":-3,".":-3}},L:{d:"24,0r0,-243r55,0r0,197r96,0r0,46r-151,0",w:183,k:{T:37,J:-10,C:14,G:14,O:14,Q:14,U:11,V:23,W:23,Y:32,A:-2,f:1,j:1,c:3,d:3,e:3,o:3,q:3,t:2,u:4,v:13,w:13,y:13,a:-1,"-":6,'"':36,"'":36}},M:{d:"233,0r-7,-193r-57,189r-43,0r-26,-94v-8,-29,-16,-63,-22,-95r-9,193r-51,0r16,-243r73,0r24,81v10,27,12,63,22,87v13,-58,31,-114,48,-168r72,0r13,243r-53,0",w:304,k:{T:5,A:1,j:-1,i:-2,m:-2,n:-2,p:-2,r:-2,c:-1,d:-1,e:-1,o:-1,q:-1,a:-1,"-":-1}},N:{d:"74,0r-50,0r0,-243r64,0r50,89v15,25,28,58,41,83v-6,-52,-5,-113,-5,-172r51,0r0,243r-58,0r-52,-94v-15,-25,-29,-59,-43,-85",
w:248,k:{Y:6,f:-2,b:-1,h:-1,k:-1,l:-1,i:-1,m:-1,n:-1,p:-1,r:-1,c:1,d:1,e:1,o:1,q:1,s:1,t:-3,x:1,z:-1}},O:{d:"131,-247v75,0,115,56,115,123v0,80,-48,128,-119,128v-72,0,-114,-55,-114,-124v0,-73,47,-127,118,-127xm130,-203v-37,0,-59,35,-59,82v0,48,22,81,59,81v37,0,58,-35,58,-82v0,-44,-20,-81,-58,-81",w:258,k:{T:10,V:3,W:3,X:12,Y:13,A:6,f:-4,g:-1,b:-1,h:-1,k:-1,l:-1,i:-1,m:-1,n:-1,p:-1,r:-1,t:-5,u:-2,v:-4,w:-4,y:-4,x:4,z:1,"-":-4,")":7,"]":7,"}":7,",":14,".":14}},P:{d:"198,-169v2,64,-54,89,-120,82r0,87r-54,0r0,-239v17,-3,41,-5,74,-5v62,-1,98,21,100,75xm78,-201r0,72v33,6,68,-8,66,-38v4,-30,-37,-41,-66,-34",
w:209,k:{J:27,V:3,W:3,X:10,Y:7,Z:3,A:22,M:5,g:9,i:3,m:3,n:3,p:3,r:3,c:9,d:9,e:9,o:9,q:9,s:8,t:-4,u:4,v:-3,w:-3,y:-3,a:6,":":4,";":4,"-":5,")":1,"]":1,"}":1,",":52,".":52}},Q:{d:"231,42v-41,-10,-70,-32,-112,-38v-54,-8,-106,-44,-106,-124v0,-73,45,-127,118,-127v74,0,115,56,115,123v0,57,-28,92,-57,110v18,5,39,9,58,13xm130,-40v37,0,58,-34,58,-82v0,-45,-21,-81,-58,-81v-37,0,-59,36,-59,82v0,46,22,81,59,81",w:258,k:{T:10,V:3,W:3,X:12,Y:13,A:6,f:-4,g:-1,b:-1,h:-1,k:-1,l:-1,i:-1,m:-1,n:-1,p:-1,r:-1,t:-5,u:-2,
v:-4,w:-4,y:-4,x:4,z:1,"-":-4,")":7,"]":7,"}":7,",":14,".":14}},R:{d:"97,-244v61,-1,99,17,101,70v1,32,-24,50,-43,60v35,8,40,92,52,114r-56,0v-4,-7,-10,-27,-17,-57v-8,-38,-21,-39,-56,-38r0,95r-54,0r0,-239v18,-3,43,-5,73,-5xm78,-202r0,67v35,3,65,-6,65,-35v0,-31,-37,-36,-65,-32",w:213,k:{J:-2,C:1,G:1,O:1,Q:1,U:2,V:2,W:2,X:-3,Y:7,A:-3,b:-3,h:-3,k:-3,l:-3,i:-4,m:-4,n:-4,p:-4,r:-4,t:-4,v:-1,w:-1,y:-1,a:-3}},S:{d:"14,-12r12,-45v21,16,99,29,99,-11v0,-15,-12,-24,-41,-34v-40,-14,-67,-37,-67,-72v0,-41,35,-72,92,-72v28,0,48,5,62,12r-12,44v-13,-13,-86,-20,-86,12v0,15,12,24,45,34v96,30,81,150,-35,148v-28,0,-55,-8,-69,-16",
w:194,k:{b:1,h:1,k:1,l:1,j:3,c:-3,d:-3,e:-3,o:-3,q:-3,t:2,v:5,w:5,y:5,a:-3,"-":-4}},T:{d:"71,0r0,-197r-66,0r0,-46r187,0r0,46r-66,0r0,197r-55,0",w:197,k:{i:19,T:-8,J:19,C:10,G:10,O:10,Q:10,V:-10,W:-10,X:-6,Y:-3,A:26,M:1,S:3,g:22,b:4,h:4,k:4,l:4,m:19,n:19,p:19,r:19,c:29,d:29,e:29,o:29,q:29,s:26,u:19,v:19,w:19,y:19,x:5,a:24,z:21,":":13,";":13,"-":22,")":-11,"]":-11,"}":-11,'"':-3,"'":-3,",":30,".":30}},U:{d:"24,-243r54,0v6,70,-25,203,44,203v70,0,38,-133,45,-203r55,0r0,136v0,75,-38,111,-101,111v-61,0,-97,-34,-97,-111r0,-136",
w:245,k:{A:11,f:-2,s:5,v:2,w:2,y:2,x:4,a:2,z:3,",":8,".":8}},V:{d:"145,0r-64,0r-78,-243r60,0r30,103v10,28,12,61,23,87v14,-66,35,-127,52,-190r59,0",w:228,k:{T:-8,J:14,C:3,G:3,O:3,Q:3,V:-2,W:-2,A:19,S:3,g:3,b:3,h:3,k:3,l:3,i:10,m:10,n:10,p:10,r:10,c:15,d:15,e:15,o:15,q:15,s:14,t:3,u:11,v:5,w:5,y:5,a:15,":":8,";":8,"-":9,")":-10,"]":-10,"}":-10,'"':-5,"'":-5,",":25,".":25}},W:{d:"123,0r-60,0r-58,-243r59,0r34,185r36,-185r58,0r33,184r34,-184r56,0r-63,243r-59,0r-21,-104v-6,-23,-6,-50,-12,-75v-9,64,-25,119,-37,179",
w:319,k:{T:-8,J:14,C:3,G:3,O:3,Q:3,V:-2,W:-2,A:19,S:3,g:3,b:3,h:3,k:3,l:3,i:10,m:10,n:10,p:10,r:10,c:15,d:15,e:15,o:15,q:15,s:14,t:3,u:11,v:5,w:5,y:5,a:15,":":8,";":8,"-":9,")":-10,"]":-10,"}":-10,'"':-5,"'":-5,",":25,".":25}},X:{d:"215,0r-63,0r-45,-87v-10,27,-27,59,-39,87r-62,0r70,-123r-68,-120r63,0r41,85v11,-31,24,-57,37,-85r62,0r-68,119",w:220,k:{T:-2,J:-4,C:14,G:14,O:14,Q:14,V:-3,W:-3,X:4,Y:-4,A:5,i:1,m:1,n:1,p:1,r:1,c:7,d:7,e:7,o:7,q:7,u:4,v:13,w:13,y:13,a:3,"-":6,'"':-1,"'":-1}},Y:{d:"135,0r-55,0r0,-99r-77,-144r63,0r44,105r43,-105r62,0r-80,142r0,101",
w:217,k:{J:25,C:17,G:17,O:17,Q:17,V:-7,W:-7,X:8,Y:9,A:33,M:8,S:10,B:6,D:6,E:6,F:6,H:6,I:6,K:6,L:6,N:6,P:6,R:6,g:29,b:5,h:5,k:5,l:5,i:8,m:8,n:8,p:8,r:8,c:39,d:39,e:39,o:39,q:39,s:23,t:16,u:26,v:19,w:19,y:19,x:20,a:33,z:18,":":18,";":18,"-":22,")":-12,"]":-12,"}":-12,'"':-3,"'":-3,",":42,".":42}},Z:{d:"9,0r0,-30r115,-167r-105,0r0,-46r176,0r0,32r-113,166r115,0r0,45r-188,0",w:207,k:{J:-8,C:8,G:8,O:8,Q:8,X:2,Y:-2,A:-3,c:3,d:3,e:3,o:3,q:3,u:4,v:6,w:6,y:6,a:-1,"-":3}},"[":{d:"98,40r-74,0r0,-287r74,0r0,30r-34,0r0,227r34,0r0,30",
w:113,k:{T:-8,J:-4,C:8,G:8,O:8,Q:8,V:-10,W:-10,X:-2,Y:-11,A:7,j:-18}},"\\":{d:"113,14r-36,0r-73,-261r37,0",w:118},"]":{d:"15,-247r74,0r0,287r-74,0r0,-30r34,0r0,-227r-34,0r0,-30",w:113},"^":{d:"199,-64r-39,0r-53,-128r-53,128r-39,0r76,-170r33,0",w:214},_:{d:"0,27r180,0r0,18r-180,0r0,-18",w:180},a:{d:"91,-180v104,-2,69,97,80,180r-49,0v-2,-6,-1,-14,-4,-18v-28,40,-108,20,-108,-32v0,-46,42,-67,104,-67v4,-37,-62,-26,-81,-12r-10,-36v12,-7,36,-15,68,-15xm64,-55v0,35,52,19,52,-9r0,-19v-29,0,-52,7,-52,28",w:190},
b:{d:"21,0r1,-256r55,0r0,101v40,-51,126,-19,126,64v0,63,-40,95,-80,95v-22,1,-40,-9,-54,-28r-2,24r-46,0xm148,-89v0,-54,-68,-68,-71,-12v-2,34,4,61,33,62v23,0,38,-18,38,-50",w:215,k:{T:18,g:-1,c:-1,d:-1,e:-1,o:-1,q:-1,v:3,w:3,y:3,x:9,z:3,"-":-6,")":3,"]":3,"}":3,'"':7,"'":7,",":12,".":12}},c:{d:"148,-45r6,40v-62,26,-150,-7,-142,-81v-6,-64,69,-113,142,-87r-8,41v-32,-15,-78,0,-78,43v0,45,45,59,80,44",w:162,k:{T:5,f:-3,c:4,d:4,e:4,o:4,q:4,t:-6,v:-5,w:-5,y:-5,a:-1,"-":-4,'"':-2,"'":-2,",":3,".":3}},d:{d:"138,-256r55,0r1,256r-49,0v-2,-8,0,-20,-3,-26v-39,59,-130,24,-130,-60v0,-81,77,-119,126,-75r0,-95xm67,-88v0,58,71,64,71,10v0,-33,-3,-59,-33,-60v-25,0,-38,22,-38,50",
w:214,k:{",":3,".":3}},e:{d:"177,-71r-113,0v2,40,66,39,98,26r8,37v-68,30,-158,3,-158,-78v0,-45,28,-94,89,-94v64,0,84,54,76,109xm64,-108r65,0v0,-13,-6,-36,-31,-36v-23,0,-33,22,-34,36",w:190,k:{T:15,v:2,w:2,y:2,x:4,"-":-11,'"':1,"'":1,",":6,".":6}},f:{d:"28,-176v-5,-57,42,-98,100,-80r-2,42v-27,-8,-48,6,-43,38r35,0r0,40r-35,0r0,136r-55,0r0,-136r-23,0r0,-40r23,0",w:122,k:{g:3,c:4,d:4,e:4,o:4,q:4,s:2,t:-5,":":-10,";":-10,"-":1,")":-26,"]":-26,"}":-26,'"':-15,"'":-15,",":14,".":14}},g:{d:"189,-26v11,91,-86,123,-162,88r11,-42v32,22,111,20,96,-44v-41,51,-122,10,-122,-63v0,-81,87,-122,129,-68r2,-21r47,0xm67,-89v0,52,67,65,67,11v0,-32,-3,-61,-31,-61v-20,0,-36,18,-36,50",
w:210,k:{T:12,",":6,".":6}},h:{d:"106,-136v-50,0,-22,88,-29,136r-55,0r0,-256r55,0r0,101v34,-44,112,-30,112,52r0,103r-55,0r0,-97v0,-23,-7,-39,-28,-39",w:210,k:{T:21,t:2,v:7,w:7,y:7,'"':5,"'":5}},i:{d:"77,0r-55,0r0,-176r55,0r0,176xm50,-252v18,0,28,12,28,27v0,15,-11,27,-29,27v-17,0,-28,-12,-28,-27v0,-15,11,-27,29,-27",w:98},j:{d:"-14,35v38,-6,43,-14,43,-69r0,-142r55,0v-7,107,36,260,-93,253xm57,-252v18,0,28,12,28,27v0,15,-11,27,-29,27v-17,0,-29,-12,-29,-27v0,-15,12,-27,30,-27",w:104,k:{",":4,".":4}},
k:{d:"77,-256r0,154v15,-27,33,-49,49,-74r66,0r-63,71r72,105r-68,0r-43,-72r-13,17r0,55r-55,0r0,-256r55,0",w:195,k:{T:10,g:5,b:-4,h:-4,k:-4,l:-4,i:-4,m:-4,n:-4,p:-4,r:-4,c:5,d:5,e:5,o:5,q:5,v:-1,w:-1,y:-1,a:-2,":":-1,";":-1,"-":2,",":-1,".":-1}},l:{d:"22,0r0,-256r55,0r0,256r-55,0",w:99,k:{",":3,".":3}},m:{d:"103,-136v-50,0,-21,88,-28,136r-53,0r-1,-176r46,0v2,7,0,18,3,24v8,-12,23,-28,53,-28v23,0,41,12,49,30v31,-48,116,-42,116,46r0,104r-53,0r0,-96v0,-26,-8,-40,-26,-40v-47,0,-20,89,-27,136r-53,0r0,-99v0,-22,-8,-37,-26,-37",
w:309,k:{T:21,t:2,v:7,w:7,y:7,'"':5,"'":5}},n:{d:"107,-136v-51,0,-23,87,-30,136r-55,0r-1,-176r47,0v2,7,0,18,4,24v7,-12,24,-28,54,-28v36,0,63,24,63,76r0,104r-55,0r0,-98v0,-23,-7,-38,-27,-38",w:210,k:{T:21,t:2,v:7,w:7,y:7,'"':5,"'":5}},o:{d:"106,-180v54,0,90,37,90,90v0,64,-46,94,-93,94v-51,0,-91,-34,-91,-91v0,-57,37,-93,94,-93xm104,-141v-26,0,-36,27,-36,53v0,30,13,53,36,53v22,0,35,-22,35,-54v0,-26,-10,-52,-35,-52",w:207,k:{T:18,g:-1,c:-1,d:-1,e:-1,o:-1,q:-1,v:3,w:3,y:3,x:9,z:3,"-":-6,")":3,"]":3,"}":3,
'"':7,"'":7,",":12,".":12}},p:{d:"22,71r-1,-247r47,0r3,24v42,-55,132,-25,132,62v0,86,-81,119,-126,74r0,87r-55,0xm148,-88v0,-56,-67,-66,-71,-12v-2,33,4,62,33,62v24,0,38,-20,38,-50",w:215,k:{T:18,g:-1,c:-1,d:-1,e:-1,o:-1,q:-1,v:3,w:3,y:3,x:9,z:3,"-":-6,")":3,"]":3,"}":3,'"':7,"'":7,",":12,".":12}},q:{d:"12,-86v0,-88,86,-122,128,-69r1,-21r53,0r-1,247r-55,0r-1,-93v-41,54,-125,19,-125,-64xm67,-88v0,56,68,66,71,12v2,-33,-3,-61,-33,-62v-25,0,-38,22,-38,50",w:214,k:{T:13,",":3,".":3}},r:{d:"130,-128v-31,-5,-53,8,-53,39r0,89r-55,0r-1,-176r46,0v2,10,-2,26,4,32v13,-30,32,-39,59,-35r0,51",
w:136,k:{T:7,f:-10,g:3,b:1,h:1,k:1,l:1,c:3,d:3,e:3,o:3,q:3,t:-8,u:1,v:-6,w:-6,y:-6,x:-5,a:4,z:-3,":":1,";":1,",":23,".":23}},s:{d:"12,-9r10,-39v13,9,68,24,70,-1v0,-9,-5,-14,-25,-20v-81,-23,-59,-111,21,-111v21,0,38,5,49,10r-9,38v-11,-7,-57,-20,-59,4v0,9,6,13,28,20v74,22,60,116,-28,112v-23,0,-44,-6,-57,-13",w:156,k:{T:13,",":4,".":4}},t:{d:"121,-1v-47,14,-91,-3,-91,-63r0,-72r-24,0r0,-40r24,0r0,-33r53,-15r0,48r39,0r0,40r-39,0v4,39,-17,108,38,94r0,41",w:132,k:{g:2,c:2,d:2,e:2,o:2,q:2,v:-2,w:-2,y:-2,",":3,
".":3}},u:{d:"76,-81v-7,51,57,52,57,10r0,-105r55,0r1,176r-47,0v-2,-8,0,-19,-4,-25v-7,11,-23,29,-55,29v-36,0,-62,-23,-62,-77r0,-103r55,0r0,95",w:209,k:{T:13,",":3,".":3}},v:{d:"3,-176r60,0v13,40,19,88,35,125v7,-43,21,-84,32,-125r58,0r-66,176r-55,0",w:190,k:{T:13,g:5,c:5,d:5,e:5,o:5,q:5,s:6,v:-7,w:-7,y:-7,a:3,":":-2,";":-2,"-":3,",":17,".":17}},w:{d:"4,-176r56,0r25,130r31,-130r43,0r32,130v6,-45,16,-88,25,-130r54,0r-54,176r-51,0r-29,-117v-6,47,-18,77,-29,117r-52,0",w:273,k:{T:13,g:5,c:5,d:5,e:5,o:5,
q:5,s:6,v:-7,w:-7,y:-7,a:3,":":-2,";":-2,"-":3,",":17,".":17}},x:{d:"3,-176r61,0v11,18,20,39,32,56r29,-56r60,0r-58,84r58,92r-62,0v-11,-19,-19,-41,-32,-58r-30,58r-60,0r60,-90",w:186,k:{T:10,c:8,d:8,e:8,o:8,q:8,s:3,t:-5,v:-7,w:-7,y:-7,"-":1}},y:{d:"20,33v22,-5,58,-22,47,-48r-65,-161r61,0r36,119r30,-119r58,0v-40,93,-59,246,-155,256",w:188,k:{T:13,g:5,c:5,d:5,e:5,o:5,q:5,s:6,v:-7,w:-7,y:-7,a:3,":":-2,";":-2,"-":3,",":17,".":17}},z:{d:"8,0r0,-31r55,-70v10,-12,18,-21,28,-31r-77,0r0,-44r144,0r0,33r-53,67v-10,11,-19,22,-29,32r85,0r0,44r-153,0",
w:168,k:{T:10,c:3,d:3,e:3,o:3,q:3,v:-3,w:-3,y:-3}},"{":{d:"34,-9v-2,-34,25,-76,-23,-81r0,-27v47,-4,21,-47,23,-81v2,-39,28,-52,68,-49r0,31v-63,-6,7,108,-56,113v37,2,31,51,27,87v-2,19,8,28,29,26r0,30v-40,2,-66,-8,-68,-49",w:113,k:{T:-8,J:-4,C:8,G:8,O:8,Q:8,V:-10,W:-10,X:-2,Y:-11,A:7,j:-18}},"|":{d:"32,-270r38,0r0,360r-38,0r0,-360",w:101},"}":{d:"79,-198v2,34,-25,77,23,81r0,27v-47,5,-21,47,-23,81v-2,40,-28,51,-67,49r0,-30v62,5,-8,-109,55,-114v-37,-2,-30,-51,-27,-87v2,-18,-8,-27,-28,-25r0,-31v40,-2,65,11,67,49",
w:113},"~":{d:"151,-67v-25,0,-64,-30,-84,-32v-9,0,-16,7,-17,30r-35,0v0,-48,22,-67,51,-67v25,0,64,29,84,31v8,0,14,-7,15,-29r34,0v2,51,-21,67,-48,67",w:214},"'":{d:"13,-249r48,0r-8,97r-32,0",w:73,k:{T:-3,J:21,C:3,G:3,O:3,Q:3,V:-3,W:-3,X:-1,Y:-3,A:17,f:-9,g:7,c:5,d:5,e:5,o:5,q:5,t:-8,v:-2,w:-2,y:-2,",":45,".":45}},"`":{d:"1,-253r51,0r31,55r-38,0",w:108},"\u00a0":{w:72,k:{T:14,V:13,W:13,Y:14}}}});
(function(b){b.fn.lightBox=function(a){function c(){b("body").append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+a.imageLoading+'"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="'+
a.imageBtnClose+'"></a></div></div></div></div>');var c=j();b("#jquery-overlay").css({backgroundColor:a.overlayBgColor,opacity:a.overlayOpacity,width:c[0],height:c[1]}).fadeIn();var d=l();b("#jquery-lightbox").css({top:d[1]+c[3]/10,left:d[0]}).show();b("#jquery-overlay,#jquery-lightbox").click(function(){i()});b("#lightbox-loading-link,#lightbox-secNav-btnClose").click(function(){i();return!1});b(window).resize(function(){var a=j();b("#jquery-overlay").css({width:a[0],height:a[1]});var c=l();b("#jquery-lightbox").css({top:c[1]+
a[3]/10,left:c[0]})})}function d(){b("#lightbox-loading").show();a.fixedNavigation?b("#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide():b("#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide();var c=new Image;c.onload=function(){b("#lightbox-image").attr("src",a.imageArray[a.activeImage][0]);e(c.width,c.height);c.onload=function(){}};c.src=a.imageArray[a.activeImage][0]}
function e(c,d){var e=b("#lightbox-container-image-box").width(),f=b("#lightbox-container-image-box").height(),h=c+a.containerBorderSize*2,i=d+a.containerBorderSize*2;e-=h;f-=i;b("#lightbox-container-image-box").animate({width:h,height:i},a.containerResizeSpeed,function(){g()});e==0&&f==0&&(b.browser.msie?m(250):m(100));b("#lightbox-container-image-data-box").css({width:c});b("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({height:d+a.containerBorderSize*2})}function g(){b("#lightbox-loading").hide();
b("#lightbox-image").fadeIn(function(){b("#lightbox-container-image-data-box").slideDown("fast");b("#lightbox-image-details-caption").hide();a.imageArray[a.activeImage][1]&&b("#lightbox-image-details-caption").html(a.imageArray[a.activeImage][1]).show();a.imageArray.length>1&&b("#lightbox-image-details-currentNumber").html(a.txtImage+" "+(a.activeImage+1)+" "+a.txtOf+" "+a.imageArray.length).show();h()});if(a.imageArray.length-1>a.activeImage)objNext=new Image,objNext.src=a.imageArray[a.activeImage+
1][0];if(a.activeImage>0)objPrev=new Image,objPrev.src=a.imageArray[a.activeImage-1][0]}function h(){b("#lightbox-nav").show();b("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({background:"transparent url("+a.imageBlank+") no-repeat"});a.activeImage!=0&&(a.fixedNavigation?b("#lightbox-nav-btnPrev").css({background:"url("+a.imageBtnPrev+") left 15% no-repeat"}).unbind().bind("click",function(){a.activeImage-=1;d();return!1}):b("#lightbox-nav-btnPrev").unbind().hover(function(){b(this).css({background:"url("+
a.imageBtnPrev+") left 15% no-repeat"})},function(){b(this).css({background:"transparent url("+a.imageBlank+") no-repeat"})}).show().bind("click",function(){a.activeImage-=1;d();return!1}));a.activeImage!=a.imageArray.length-1&&(a.fixedNavigation?b("#lightbox-nav-btnNext").css({background:"url("+a.imageBtnNext+") right 15% no-repeat"}).unbind().bind("click",function(){a.activeImage+=1;d();return!1}):b("#lightbox-nav-btnNext").unbind().hover(function(){b(this).css({background:"url("+a.imageBtnNext+
") right 15% no-repeat"})},function(){b(this).css({background:"transparent url("+a.imageBlank+") no-repeat"})}).show().bind("click",function(){a.activeImage+=1;d();return!1}));f()}function f(){b(document).keydown(function(c){c==null?(keycode=event.keyCode,escapeKey=27):(keycode=c.keyCode,escapeKey=c.DOM_VK_ESCAPE);key=String.fromCharCode(keycode).toLowerCase();(key==a.keyToClose||key=="x"||keycode==escapeKey)&&i();if((key==a.keyToPrev||keycode==37)&&a.activeImage!=0)a.activeImage-=1,d(),b(document).unbind();
if((key==a.keyToNext||keycode==39)&&a.activeImage!=a.imageArray.length-1)a.activeImage+=1,d(),b(document).unbind()})}function i(){b("#jquery-lightbox").remove();b("#jquery-overlay").fadeOut(function(){b("#jquery-overlay").remove()});b("embed, object, select").css({visibility:"visible"})}function j(){var a,b;window.innerHeight&&window.scrollMaxY?(a=window.innerWidth+window.scrollMaxX,b=window.innerHeight+window.scrollMaxY):document.body.scrollHeight>document.body.offsetHeight?(a=document.body.scrollWidth,
b=document.body.scrollHeight):(a=document.body.offsetWidth,b=document.body.offsetHeight);var c,d;if(self.innerHeight)c=document.documentElement.clientWidth?document.documentElement.clientWidth:self.innerWidth,d=self.innerHeight;else if(document.documentElement&&document.documentElement.clientHeight)c=document.documentElement.clientWidth,d=document.documentElement.clientHeight;else if(document.body)c=document.body.clientWidth,d=document.body.clientHeight;pageHeight=b<d?d:b;pageWidth=a<c?a:c;return arrayPageSize=
[pageWidth,pageHeight,c,d]}function l(){var a,b;if(self.pageYOffset)b=self.pageYOffset,a=self.pageXOffset;else if(document.documentElement&&document.documentElement.scrollTop)b=document.documentElement.scrollTop,a=document.documentElement.scrollLeft;else if(document.body)b=document.body.scrollTop,a=document.body.scrollLeft;return arrayPageScroll=[a,b]}function m(a){var b=new Date;do var c=new Date;while(c-b<a)}var a=jQuery.extend({overlayBgColor:"#000",overlayOpacity:0.8,fixedNavigation:!1,imageLoading:"/resources/images/lightbox-ico-loading.gif",
imageBtnPrev:"resources/images/lightbox-btn-prev.gif",imageBtnNext:"/resources/images/lightbox-btn-next.gif",imageBtnClose:"/resources/images/lightbox-btn-close.gif",imageBlank:"/resources/images/lightbox-blank.gif",containerBorderSize:10,containerResizeSpeed:400,txtImage:"Image",txtOf:"of",keyToClose:"c",keyToPrev:"p",keyToNext:"n",imageArray:[],activeImage:0},a),k=this;return this.unbind("click").click(function(){b("embed, object, select").css({visibility:"hidden"});c();a.imageArray.length=0;a.activeImage=
0;if(k.length==1)a.imageArray.push([this.getAttribute("href"),this.getAttribute("title")]);else for(var e=0;e<k.length;e++)k[e].getAttribute("rel")==this.getAttribute("rel")&&a.imageArray.push([k[e].getAttribute("href"),k[e].getAttribute("title")]);for(;a.imageArray[a.activeImage][0]!=this.getAttribute("href");)a.activeImage++;d();return!1})}})(jQuery);
