/*
 * jQuery JavaScript Library v1.6
 * http://jquery.com/
 *
 * Copyright 2011, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2011, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Mon May 2 13:50:00 2011 -0400
 */
(function(a,b){function cw(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function ct(a){if(!ch[a]){var b=f("<"+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d===""){ci||(ci=c.createElement("iframe"),ci.frameBorder=ci.width=ci.height=0),c.body.appendChild(ci);if(!cj||!ci.createElement)cj=(ci.contentWindow||ci.contentDocument).document,cj.write("<!doctype><html><body></body></html>");b=cj.createElement(a),cj.body.appendChild(b),d=f.css(b,"display"),c.body.removeChild(ci)}ch[a]=d}return ch[a]}function cs(a,b){var c={};f.each(cn.concat.apply([],cn.slice(0,b)),function(){c[this]=a});return c}function cr(){co=b}function cq(){setTimeout(cr,0);return co=f.now()}function cg(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function cf(){try{return new a.XMLHttpRequest}catch(b){}}function b_(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function b$(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function bZ(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bD.test(a)?d(a,e):bZ(a+"["+(typeof e=="object"||f.isArray(e)?b:"")+"]",e,c,d)});else if(!c&&b!=null&&typeof b=="object")for(var e in b)bZ(a+"["+e+"]",b[e],c,d);else d(a,b)}function bY(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bS,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bY(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bY(a,c,d,e,"*",g));return l}function bX(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bO),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bB(a,b,c){var d=b==="width"?bv:bw,e=b==="width"?a.offsetWidth:a.offsetHeight;if(c==="border")return e;f.each(d,function(){c||(e-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?e+=parseFloat(f.css(a,"margin"+this))||0:e-=parseFloat(f.css(a,"border"+this+"Width"))||0});return e}function bl(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval(b.text||b.textContent||b.innerHTML||""),b.parentNode&&b.parentNode.removeChild(b)}function bk(a){f.nodeName(a,"input")?bj(a):a.getElementsByTagName&&f.grep(a.getElementsByTagName("input"),bj)}function bj(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bi(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bh(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bg(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g=d.events;e=e[c]=f.extend({},d);if(g){delete e.handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i<j;i++)f.event.add(b,h+(g[h][i].namespace?".":"")+g[h][i].namespace,g[h][i],g[h][i].data)}}}}function bf(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function W(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(R.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function V(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function N(a,b){return(a&&a!=="*"?a+".":"")+b.replace(z,"`").replace(A,"&")}function M(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;i<s.length;i++)g=s[i],g.origType.replace(x,"")===a.type?q.push(g.selector):s.splice(i--,1);e=f(a.target).closest(q,a.currentTarget);for(j=0,k=e.length;j<k;j++){m=e[j];for(i=0;i<s.length;i++){g=s[i];if(m.selector===g.selector&&(!n||n.test(g.namespace))&&!m.elem.disabled){h=m.elem,d=null;if(g.preType==="mouseenter"||g.preType==="mouseleave")a.type=g.preType,d=f(a.relatedTarget).closest(g.selector)[0],d&&f.contains(h,d)&&(d=h);(!d||d!==h)&&p.push({elem:h,handleObj:g,level:m.level})}}}for(j=0,k=p.length;j<k;j++){e=p[j];if(c&&e.level>c)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function K(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function E(){return!0}function D(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){name="data-"+c.replace(j,"$1-$2").toLowerCase(),d=a.getAttribute(name);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(e){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function H(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(H,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=d.userAgent,x,y,z,A=Object.prototype.toString,B=Object.prototype.hasOwnProperty,C=Array.prototype.push,D=Array.prototype.slice,E=String.prototype.trim,F=Array.prototype.indexOf,G={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)==="<"&&a.charAt(a.length-1)===">"&&a.length>=3?g=[null,a,null]:g=i.exec(a);if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6",length:0,size:function(){return this.length},toArray:function(){return D.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?C.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),y.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(D.apply(this,arguments),"slice",D.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:C,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;y.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!y){y=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",z,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",z),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&H()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):G[A.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;if(a.constructor&&!B.call(a,"constructor")&&!B.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a);return c===b||B.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(b,c,d){a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),d=c.documentElement,(!d||!d.nodeName||d.nodeName==="parsererror")&&e.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:E?function(a){return a==null?"":E.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?C.call(c,a):e.merge(c,a)}return c},inArray:function(a,b){if(F)return F.call(b,a);for(var c=0,d=b.length;c<d;c++)if(b[c]===a)return c;return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=D.call(arguments,2),g=function(){return a.apply(c,f.concat(D.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h){var i=a.length;if(typeof c=="object"){for(var j in c)e.access(a,j,c[j],f,g,d);return a}if(d!==b){f=!h&&f&&e.isFunction(d);for(var k=0;k<i;k++)g(a[k],c,f?d.call(a[k],k,g(a[k],c)):d,h);return a}return i?g(a[0],c):b},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=s.exec(a)||t.exec(a)||u.exec(a)||a.indexOf("compatible")<0&&v.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(c,d){d&&d instanceof e&&!(d instanceof a)&&(d=a(d));return e.fn.init.call(this,c,d,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){G["[object "+b+"]"]=b.toLowerCase()}),x=e.uaMatch(w),x.browser&&(e.browser[x.browser]=!0,e.browser.version=x.version),e.browser.webkit&&(e.browser.safari=!0),j.test(" ")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?z=function(){c.removeEventListener("DOMContentLoaded",z,!1),e.ready()}:c.attachEvent&&(z=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",z),e.ready())});return e}(),g="done fail isResolved isRejected promise then always pipe".split(" "),h=[].slice;f.extend({_Deferred:function(){var a=[],b,c,d,e={done:function(){if(!d){var c=arguments,g,h,i,j,k;b&&(k=b,b=0);for(g=0,h=c.length;g<h;g++)i=c[g],j=f.type(i),j==="array"?e.done.apply(e,i):j==="function"&&a.push(i);k&&e.resolveWith(k[0],k[1])}return this},resolveWith:function(e,f){if(!d&&!b&&!c){f=f||[],c=1;try{while(a[0])a.shift().apply(e,f)}finally{b=[e,f],c=0}}return this},resolve:function(){e.resolveWith(this,arguments);return this},isResolved:function(){return!!c||!!b},cancel:function(){d=1,a=[];return this}};return e},Deferred:function(a){var b=f._Deferred(),c=f._Deferred(),d;f.extend(b,{then:function(a,c){b.done(a).fail(c);return this},always:function(){return b.done.apply(b,arguments).fail.apply(this,arguments)},fail:c.done,rejectWith:c.resolveWith,reject:c.resolve,isRejected:c.isResolved,pipe:function(a,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[c,"reject"]},function(a,c){var e=c[0],g=c[1],h;f.isFunction(e)?b[a](function(){h=e.apply(this,arguments),f.isFunction(h.promise)?h.promise().then(d.resolve,d.reject):d[g](h)}):b[a](d[g])})}).promise()},promise:function(a){if(a==null){if(d)return d;d=a={}}var c=g.length;while(c--)a[g[c]]=b[g[c]];return a}}),b.done(c.cancel).fail(b.cancel),delete b.cancel,a&&a.call(b,b);return b},when:function(a){function i(a){return function(c){b[a]=arguments.length>1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c<d;c++)b[c]&&f.isFunction(b[c].promise)?b[c].promise().then(i(c),g.reject):--e;e||g.resolveWith(g,b)}else g!==a&&g.resolveWith(g,d?[a]:[]);return g.promise()}}),f.support=function(){var a=c.createElement("div"),b,d,e,f,g,h,i,j,k,l,m,n,o,p,q;a.setAttribute("className","t"),a.innerHTML="   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",b=a.getElementsByTagName("*"),d=a.getElementsByTagName("a")[0];if(!b||!b.length||!d)return{};e=c.createElement("select"),f=e.appendChild(c.createElement("option")),g=a.getElementsByTagName("input")[0],i={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(d.getAttribute("style")),hrefNormalized:d.getAttribute("href")==="/a",opacity:/^0.55$/.test(d.style.opacity),cssFloat:!!d.style.cssFloat,checkOn:g.value==="on",optSelected:f.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},g.checked=!0,i.noCloneChecked=g.cloneNode(!0).checked,e.disabled=!0,i.optDisabled=!f.disabled;try{delete a.test}catch(r){i.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function click(){i.noCloneEvent=!1,a.detachEvent("onclick",click)}),a.cloneNode(!0).fireEvent("onclick")),g=c.createElement("input"),g.value="t",g.setAttribute("type","radio"),i.radioValue=g.value==="t",g.setAttribute("checked","checked"),a.appendChild(g),j=c.createDocumentFragment(),j.appendChild(a.firstChild),i.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",k=c.createElement("body"),l={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"};for(p in l)k.style[p]=l[p];k.appendChild(a),c.documentElement.appendChild(k),i.appendChecked=g.checked,i.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,i.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="<div style='width:4px;'></div>",i.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>",m=a.getElementsByTagName("td"),q=m[0].offsetHeight===0,m[0].style.display="",m[1].style.display="none",i.reliableHiddenOffsets=q&&m[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(h=c.createElement("div"),h.style.width="0",h.style.marginRight="0",a.appendChild(h),i.reliableMarginRight=(parseInt(c.defaultView.getComputedStyle(h,null).marginRight,10)||0)===0),k.innerHTML="",c.documentElement.removeChild(k);if(a.attachEvent)for(p in{submit:1,change:1,focusin:1})o="on"+p,q=o in a,q||(a.setAttribute(o,"return;"),q=typeof a[o]=="function"),i[p+"Bubbles"]=q;return i}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([a-z])([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g=f.expando,h=typeof c=="string",i,j=a.nodeType,k=j?f.cache:a,l=j?a[f.expando]:a[f.expando]&&f.expando;if((!l||e&&l&&!k[l][g])&&h&&d===b)return;l||(j?a[f.expando]=l=++f.uuid:l=f.expando),k[l]||(k[l]={},j||(k[l].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?k[l][g]=f.extend(k[l][g],c):k[l]=f.extend(k[l],c);i=k[l],e&&(i[g]||(i[g]={}),i=i[g]),d!==b&&(i[c]=d);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[c]:i}},removeData:function(b,c,d){if(!!f.acceptData(b)){var e=f.expando,g=b.nodeType,h=g?f.cache:b,i=g?b[f.expando]:f.expando;if(!h[i])return;if(c){var j=d?h[i][e]:h[i];if(j){delete j[c];if(!l(j))return}}if(d){delete h[i][e];if(!l(h[i]))return}var k=h[i][e];f.support.deleteExpando||h!=a?delete h[i]:h[i]=null,k?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=k):g&&(f.support.deleteExpando?delete b[f.expando]:b.removeAttribute?b.removeAttribute(f.expando):b[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h<i;h++)g=e[h].name,g.indexOf("data-")===0&&(g=f.camelCase(g.substring(5)),k(this[0],g,d[g]))}}return d}if(typeof a=="object")return this.each(function(){f.data(this,a)});var j=a.split(".");j[1]=j[1]?"."+j[1]:"";if(c===b){d=this.triggerHandler("getData"+j[1]+"!",[j[0]]),d===b&&this.length&&(d=f.data(this[0],a),d=k(this[0],a,d));return d===b&&j[1]?this.data(j[0]):d}return this.each(function(){var b=f(this),d=[j[0],c];b.triggerHandler("setData"+j[1]+"!",d),f.data(this,a,c),b.triggerHandler("changeData"+j[1]+"!",d)})},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,c){a&&(c=(c||"fx")+"mark",f.data(a,c,(f.data(a,c,b,!0)||0)+1,!0))},_unmark:function(a,c,d){a!==!0&&(d=c,c=a,a=!1);if(c){d=d||"fx";var e=d+"mark",g=a?0:(f.data(c,e,b,!0)||1)-1;g?f.data(c,e,g,!0):(f.removeData(c,e,!0),m(c,d,"mark"))}},queue:function(a,c,d){if(a){c=(c||"fx")+"queue";var e=f.data(a,c,b,!0);d&&(!e||f.isArray(d)?e=f.data(a,c,f.makeArray(d),!0):e.push(d));return e||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e;d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),d.call(a,function(){f.dequeue(a,b)})),c.length||(f.removeData(a,b+"queue",!0),m(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){typeof a!="string"&&(c=a,a="fx");if(c===b)return f.queue(this[0],a);return this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(){var c=this;setTimeout(function(){f.dequeue(c,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function l(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark";while(g--)if(tmp=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f._Deferred(),!0))h++,tmp.done(l);l();return d.promise()}});var n=/[\n\t\r]/g,o=/\s+/,p=/\r/g,q=/^(?:button|input)$/i,r=/^(?:button|input|object|select|textarea)$/i,s=/^a(?:rea)?$/i,t=/^(?:data-|aria-)/,u=/\:/,v;f.fn.extend({attr:function(a,b){return f.access(this,a,b,!0,f.attr)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,a,b,!0,f.prop)},removeProp:function(a){return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.addClass(a.call(this,b,c.attr("class")||""))});if(a&&typeof a=="string"){var b=(a||"").split(o);for(var c=0,d=this.length;c<d;c++){var e=this[c];if(e.nodeType===1)if(!e.className)e.className=a;else{var g=" "+e.className+" ",h=e.className;for(var i=0,j=b.length;i<j;i++)g.indexOf(" "+b[i]+" ")<0&&(h+=" "+b[i]);e.className=f.trim(h)}}}return this},removeClass:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.removeClass(a.call(this,b,c.attr("class")))});if(a&&typeof a=="string"||a===b){var c=(a||"").split(o);for(var d=0,e=this.length;d<e;d++){var g=this[d];if(g.nodeType===1&&g.className)if(a){var h=(" "+g.className+" ").replace(n," ");for(var i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){var d=f(this);d.toggleClass(a.call(this,c,d.attr("class"),b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(o);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ";for(var c=0,d=this.length;c<d;c++)if((" "+this[c].className+" ").replace(n," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;return(e.value||"").replace(p,"")}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||"set"in c&&c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b=a.selectedIndex,c=[],d=a.options,e=a.type==="select-one";if(b<0)return null;for(var g=e?b:0,h=e?b+1:d.length;g<h;g++){var i=d[g];if(i.selected&&(f.support.optDisabled?!i.disabled:i.getAttribute("disabled")===null)&&(!i.parentNode.disabled||!f.nodeName(i.parentNode,"optgroup"))){value=f(i).val();if(e)return value;c.push(value)}}if(e&&!c.length&&d.length)return f(d[b]).val();return c},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex",readonly:"readOnly"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);var h,i,j=g!==1||!f.isXMLDoc(a);c=j&&f.attrFix[c]||c,i=f.attrHooks[c]||(v&&(f.nodeName(a,"form")||u.test(c))?v:b);if(d!==b){if(d===null||d===!1&&!t.test(c)){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;d===!0&&!t.test(c)&&(d=c),a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j)return i.get(a,c);h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){a.nodeType===1&&(b=f.attrFix[b]||b,f.support.getSetAttribute?a.removeAttribute(b):(f.attr(a,b,""),a.removeAttributeNode(a.getAttributeNode(b))))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.getAttribute("value");a.setAttribute("type",b),c&&(a.value=c);return b}}},tabIndex:{get:function(a){var c=a.getAttributeNode("tabIndex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}}},propFix:{},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);c=i&&f.propFix[c]||c,h=f.propHooks[c];return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==b?g:a[c]},propHooks:{}}),f.support.getSetAttribute||(f.attrFix=f.extend(f.attrFix,{"for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder"}),v=f.attrHooks.name=f.attrHooks.value=f.valHooks.button={get:function(a,c){var d;if(c==="value"&&!f.nodeName(a,"button"))return a.getAttribute(c);d=a.getAttributeNode(c);return d&&d.specified?d.nodeValue:b},set:function(a,b,c){var d=a.getAttributeNode(c);if(d){d.nodeValue=b;return b}}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var w=Object.prototype.hasOwnProperty,x=/\.(.*)$/,y=/^(?:textarea|input|select)$/i,z=/\./g,A=/ /g,B=/[^\w\s.|`]/g,C=function(a){return a.replace(B,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=D;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=D);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),C).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j<p.length;j++){q=p[j];if(l||n.test(q.namespace))f.event.remove(a,r,q.handler,j),p.splice(j--,1)}continue}o=f.event.special[h]||{};for(j=e||0;j<p.length;j++){q=p[j];if(d.guid===q.guid){if(l||n.test(q.namespace))e==null&&p.splice(j--,1),o.remove&&o.remove.call(a,q);if(e!=null)break}}if(p.length===0||e!=null&&p.length===1)(!o.teardown||o.teardown.call(a,m)===!1)&&f.removeEvent(a,h,s.handle),g=null,delete t[h]}if(f.isEmptyObject(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,f.isEmptyObject(s)&&f.removeData(a,b,!0)}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){var h=c.type||c,i=[],j;h.indexOf("!")>=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h<i;h++){var j=d[h];if(e||c.namespace_re.test(j.namespace)){c.handler=j.handler,c.data=j.data,c.handleObj=j;var k=j.handler.apply(this,g);k!==b&&(c.result=k,k===!1&&(c.preventDefault(),c.stopPropagation()));if(c.isImmediatePropagationStopped())break}}return c.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[f.expando])return a;var d=a;a=f.Event(d);for(var e=this.props.length,g;e;)g=this.props[--e],a[g]=d[g];a.target||(a.target=a.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),!a.relatedTarget&&a.fromElement&&(a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement);if(a.pageX==null&&a.clientX!=null){var h=a.target.ownerDocument||c,i=h.documentElement,j=h.body;a.pageX=a.clientX+(i&&i.scrollLeft||j&&j.scrollLeft||0)-(i&&i.clientLeft||j&&j.clientLeft||0),a.pageY=a.clientY+(i&&i.scrollTop||j&&j.scrollTop||0)-(i&&i.clientTop||j&&j.clientTop||0)}a.which==null&&(a.charCode!=null||a.keyCode!=null)&&(a.which=a.charCode!=null?a.charCode:a.keyCode),!a.metaKey&&a.ctrlKey&&(a.metaKey=a.ctrlKey),!a.which&&a.button!==b&&(a.which=a.button&1?1:a.button&2?3:a.button&4?2:0);return a},guid:1e8,proxy:f.proxy,special:{ready:{setup:f.bindReady,teardown:f.noop},live:{add:function(a){f.event.add(this,N(a.origType,a.selector),f.extend({},a,{handler:M,guid:a.handler.guid}))},remove:function(a){f.event.remove(this,N(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}}},f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!this.preventDefault)return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?E:D):this.type=a,b&&f.extend(this,b),this.timeStamp=f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=E;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=E;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=E,this.stopPropagation()},isDefaultPrevented:D,isPropagationStopped:D,isImmediatePropagationStopped:D};var F=function(a){var b=a.relatedTarget;try{if(b&&b!==c&&!b.parentNode)return;while(b&&b!==this)b=b.parentNode;b!==this&&(a.type=a.data,f.event.handle.apply(this,arguments))}catch(d){}},G=function(a){a.type=a.data,f.event.handle.apply(this,arguments)};f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={setup:function(c){f.event.add(this,b,c&&c.selector?G:F,a)},teardown:function(a){f.event.remove(this,b,a&&a.selector?G:F)}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(a,b){if(!f.nodeName(this,"form"))f.event.add(this,"click.specialSubmit",function(a){var b=a.target,c=b.type;(c==="submit"||c==="image")&&f(b).closest("form").length&&K("submit",this,arguments)}),f.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,c=b.type;(c==="text"||c==="password")&&f(b).closest("form").length&&a.keyCode===13&&K("submit",this,arguments)});else return!1},teardown:function(a){f.event.remove(this,".specialSubmit")}});if(!f.support.changeBubbles){var H,I=function(a){var b=a.type,c=a.value;b==="radio"||b==="checkbox"?c=a.checked:b==="select-multiple"?c=a.selectedIndex>-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},J=function J(a){var c=a.target,d,e;if(!!y.test(c.nodeName)&&!c.readOnly){d=f._data(c,"_change_data"),e=I(c),(a.type!=="focusout"||c.type!=="radio")&&f._data(c,"_change_data",e);if(d===b||e===d)return;if(d!=null||e)a.type="change",a.liveFired=b,f.event.trigger(a,arguments[1],c)}};f.event.special.change={filters:{focusout:J,beforedeactivate:J,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&J.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&J.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",I(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in H)f.event.add(this,c+".specialChange",H[c]);return y.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return y.test(this.nodeName)}},H=f.event.special.change.filters,H.focus=H.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i<j;i++)f.event.add(this[i],a,g,d);return this}}),f.fn.extend({unbind:function(a,b){if(typeof a=="object"&&!a.preventDefault)for(var c in a)this.unbind(c,a[c]);else for(var d=0,e=this.length;d<e;d++)f.event.remove(this[d],a,b);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f.data(this,"lastToggle"+a.guid)||0)%d;f.data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var L={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};f.each(["live","die"],function(a,c){f.fn[c]=function(a,d,e,g){var h,i=0,j,k,l,m=g||this.selector,n=g?this:f(this.context);if(typeof a=="object"&&!a.preventDefault){for(var o in a)n[c](o,d,a[o],m);return this}if(c==="die"&&!a&&g&&g.charAt(0)==="."){n.unbind(g);return this}if(d===!1||f.isFunction(d))e=d||D,d=b;a=(a||"").split(" ");while((h=a[i++])!=null){j=x.exec(h),k="",j&&(k=j[0],h=h.replace(x,""));if(h==="hover"){a.push("mouseenter"+k,"mouseleave"+k);continue}l=h,L[h]?(a.push(L[h]+k),h=h+k):h=(L[h]||h)+k;if(c==="live")for(var p=0,q=n.length;p<q;p++)f.event.add(n[p],"live."+N(h,m),{data:d,selector:m,handler:e,origType:h,origHandler:e,preType:l});else n.unbind("live."+N(h,m),e)}return this}}),f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}if(i.nodeType===1){f||(i.sizcache=c,i.sizset=g);if(typeof b!="string"){if(i===b){j=!0;break}}else if(k.filter(b,[i]).length>0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}i.nodeType===1&&!f&&(i.sizcache=c,i.sizset=g);if(i.nodeName.toLowerCase()===b){j=i;break}i=i[a]}d[g]=j}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},k.matches=function(a,b){return k(a,null,null,b)},k.matchesSelector=function(a,b){return k(b,null,null,[a]).length>0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e<f;e++){var g,h=l.order[e];if(g=l.leftMatch[h].exec(a)){var j=g[1];g.splice(1,1);if(j.substr(j.length-1)!=="\\"){g[1]=(g[1]||"").replace(i,""),d=l.find[h](g,b,c);if(d!=null){a=a.replace(l.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},k.filter=function(a,c,d,e){var f,g,h=a,i=[],j=c,m=c&&c[0]&&k.isXML(c[0]);while(a&&c.length){for(var n in l.filter)if((f=l.leftMatch[n].exec(a))!=null&&f[2]){var o,p,q=l.filter[n],r=f[1];g=!1,f.splice(1,1);if(r.substr(r.length-1)==="\\")continue;j===i&&(i=[]);if(l.preFilter[n]){f=l.preFilter[n](f,j,d,i,e,m);if(!f)g=o=!0;else if(f===!0)continue}if(f)for(var s=0;(p=j[s])!=null;s++)if(p){o=q(p,f,s,j);var t=e^!!o;d&&o!=null?t?g=!0:j[s]=!1:t&&(i.push(p),g=!0)}if(o!==b){d||(j=i),a=a.replace(l.match[n],"");if(!g)return[];break}}if(a===h)if(g==null)k.error(a);else break;h=a}return j},k.error=function(a){throw"Syntax error, unrecognized expression: "+a};var l=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!j.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&k.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&k.filter(b,a,!0)}},"":function(a,b,c){var e,f=d++,g=u;typeof b=="string"&&!j.test(b)&&(b=b.toLowerCase(),e=b,g=t),g("parentNode",b,f,a,e,c)},"~":function(a,b,c){var e,f=d++,g=u;typeof b=="string"&&!j.test(b)&&(b=b.toLowerCase(),e=b,g=t),g("previousSibling",b,f,a,e,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(i,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){return a.nodeName.toLowerCase()==="input"&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}k.error(e)},CHILD:function(a,b){var c=b[1],d=a;switch(c){case"only":case"first":while(d=d.previousSibling)if(d.nodeType===1)return!1;if(c==="first")return!0;d=a;case"last":while(d=d.nextSibling)if(d.nodeType===1)return!1;return!0;case"nth":var e=b[2],f=b[3];if(e===1&&f===0)return!0;var g=b[0],h=a.parentNode;if(h&&(h.sizcache!==g||!a.nodeIndex)){var i=0;for(d=h.firstChild;d;d=d.nextSibling)d.nodeType===1&&(d.nodeIndex=++i);h.sizcache=g}var j=a.nodeIndex-f;return e===0?j===0:j%e===0&&j/e>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c<f;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var r,s;c.documentElement.compareDocumentPosition?r=function(a,b){if(a===b){g=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(r=function(a,b){var c,d,e=[],f=[],h=a.parentNode,i=b.parentNode,j=h;if(a===b){g=!0;return 0}if(h===i)return s(a,b);if(!h)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return s(e[k],f[k]);return k===c?s(a,f[k],-1):s(e[k],b,1)},s=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),k.getText=function(a){var b="",c;for(var d=0;a[d];d++)c=a[d],c.nodeType===3||c.nodeType===4?b+=c.nodeValue:c.nodeType!==8&&(b+=k.getText(c.childNodes));return b},function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g<h;g++)k(a,f[g],d);return k.filter(e,d)};f.find=k,f.expr=k.selectors,f.expr[":"]=f.expr.filters,f.unique=k.uniqueSort,f.text=k.getText,f.isXMLDoc=k.isXML,f.contains=k.contains}();var O=/Until$/,P=/^(?:parents|prevUntil|prevAll)/,Q=/,/,R=/^.[^:#\[\.,]*$/,S=Array.prototype.slice,T=f.expr.match.POS,U={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(W(this,a,!1),"not",a)},filter:function(a){return this.pushStack(W(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d<e;d++)i=a[d],j[i]||(j[i]=T.test(i)?f(i,b||this.context):i);while(g&&g.ownerDocument&&g!==b){for(i in j)h=j[i],(h.jquery?h.index(g)>-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=T.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(l?l.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a=="string")return f.inArray(this[0],a?f(a):this.parent().children());return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(V(c[0])||V(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=S.call(arguments);O.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!U[a]?f.unique(e):e,(this.length>1||Q.test(d))&&P.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var X=/ jQuery\d+="(?:\d+|null)"/g,Y=/^\s+/,Z=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,$=/<([\w:]+)/,_=/<tbody/i,ba=/<|&#?\w+;/,bb=/<(?:script|object|embed|option|style)/i,bc=/checked\s*(?:[^=]|=\s*.checked.)/i,bd=/\/(java|ecma)script/i,be={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};be.optgroup=be.option,be.tbody=be.tfoot=be.colgroup=be.caption=be.thead,be.th=be.td,f.support.htmlSerialize||(be._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(X,""):null;if(typeof a=="string"&&!bb.test(a)&&(f.support.leadingWhitespace||!Y.test(a))&&!be[($.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Z,"<$1></$2>");try{for(var c=0,d=this.length;c<d;c++)this[c].nodeType===1&&(f.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=a)}catch(e){this.empty().append(a)}}else f.isFunction(a)?this.each(function(b){var c=f(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bc.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bf(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,bl)}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i=b&&b[0]?b[0].ownerDocument||b[0]:c;a.length===1&&typeof a[0]=="string"&&a[0].length<512&&i===c&&a[0].charAt(0)==="<"&&!bb.test(a[0])&&(f.support.checkClone||!bc.test(a[0]))&&(g=!0,h=f.fragments[a[0]],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean(a,i,e,d)),g&&(f.fragments[a[0]]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bh(a,d),e=bi(a),g=bi(d);for(h=0;e[h];++h)bh(e[h],g[h])}if(b){bg(a,d);if(c){e=bi(a),g=bi(d);for(h=0;e[h];++h)bg(e[h],g[h])}}return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[];for(var i=0,j;(j=a[i])!=null;i++){typeof j=="number"&&(j+="");if(!j)continue;if(typeof j=="string")if(!ba.test(j))j=b.createTextNode(j);else{j=j.replace(Z,"<$1></$2>");var k=($.exec(j)||["",""])[1].toLowerCase(),l=be[k]||be._default,m=l[0],n=b.createElement("div");n.innerHTML=l[1]+j+l[2];while(m--)n=n.lastChild;if(!f.support.tbody){var o=_.test(j),p=k==="table"&&!o?n.firstChild&&n.firstChild.childNodes:l[1]==="<table>"&&!o?n.childNodes:[];for(var q=p.length-1;q>=0;--q)f.nodeName(p[q],"tbody")&&!p[q].childNodes.length&&p[q].parentNode.removeChild(p[q])}!f.support.leadingWhitespace&&Y.test(j)&&n.insertBefore(b.createTextNode(Y.exec(j)[0]),n.firstChild),j=n.childNodes}var r;if(!f.support.appendChecked)if(j[0]&&typeof(r=j.length)=="number")for(i=0;i<r;i++)bk(j[i]);else bk(j);j.nodeType?h.push(j):h=f.merge(h,j)}if(d){g=function(a){return!a.type||bd.test(a.type)};for(i=0;h[i];i++)if(e&&f.nodeName(h[i],"script")&&(!h[i].type||h[i].type.toLowerCase()==="text/javascript"))e.push(h[i].parentNode?h[i].parentNode.removeChild(h[i]):h[i]);else{if(h[i].nodeType===1){var s=f.grep(h[i].getElementsByTagName("script"),g);h.splice.apply(h,[i+1,0].concat(s))}d.appendChild(h[i])}}return h},cleanData:function(a){var b,c,d=f.cache,e=f.expando,g=f.event.special,h=f.support.deleteExpando;for(var i=0,j;(j=a[i])!=null;i++){if(j.nodeName&&f.noData[j.nodeName.toLowerCase()])continue;c=j[f.expando];if(c){b=d[c]&&d[c][e];if(b&&b.events){for(var k in b.events)g[k]?f.event.remove(j,k):f.removeEvent(j,k,b.handle);b.handle&&(b.handle.elem=null)}h?delete j[f.expando]:j.removeAttribute&&j.removeAttribute(f.expando),delete d[c]}}}});var bm=/alpha\([^)]*\)/i,bn=/opacity=([^)]*)/,bo=/-([a-z])/ig,bp=/([A-Z]|^ms)/g,bq=/^-?\d+(?:px)?$/i,br=/^-?\d/,bs=/^[+\-]=/,bt=/[^+\-\.\de]+/g,bu={position:"absolute",visibility:"hidden",display:"block"},bv=["Left","Right"],bw=["Top","Bottom"],bx,by,bz,bA=function(a,b){return b.toUpperCase()};f.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return f.access(this,a,c,!0,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)})},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bx(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{zIndex:!0,fontWeight:!0,opacity:!0,zoom:!0,lineHeight:!0,widows:!0,orphans:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d;if(h==="number"&&isNaN(d)||d==null)return;h==="string"&&bs.test(d)&&(d=+d.replace(bt,"")+parseFloat(f.css(a,c))),h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(bx)return bx(a,c)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]},camelCase:function(a){return a.replace(bo,bA)}}),f.curCSS=f.css,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){var e;if(c){a.offsetWidth!==0?e=bB(a,b,d):f.swap(a,bu,function(){e=bB(a,b,d)});if(e<=0){e=bx(a,b,b),e==="0px"&&bz&&(e=bz(a,b,b));if(e!=null)return e===""||e==="auto"?"0px":e}if(e<0||e==null){e=a.style[b];return e===""||e==="auto"?"0px":e}return typeof e=="string"?e:e+"px"}},set:function(a,b){if(!bq.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bn.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle;c.zoom=1;var e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.filter=bm.test(g)?g.replace(bm,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bx(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(by=function(a,c){var d,e,g;c=c.replace(bp,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bz=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bq.test(d)&&br.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bx=by||bz,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bC=/%20/g,bD=/\[\]$/,bE=/\r?\n/g,bF=/#.*$/,bG=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bH=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bI=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,bJ=/^(?:GET|HEAD)$/,bK=/^\/\//,bL=/\?/,bM=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bN=/^(?:select|textarea)/i,bO=/\s+/,bP=/([?&])_=[^&]*/,bQ=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bR=f.fn.load,bS={},bT={},bU,bV;try{bU=e.href}catch(bW){bU=c.createElement("a"),bU.href="",bU=bU.href}bV=bQ.exec(bU.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bR)return bR.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bM,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bN.test(this.nodeName)||bH.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bE,"\r\n")}}):{name:b.name,value:c.replace(bE,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSettings,b));for(var c in{context:1,url:1})c in b?a[c]=b[c]:c in f.ajaxSettings&&(a[c]=f.ajaxSettings[c]);return a},ajaxSettings:{url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML}},ajaxPrefilter:bX(bS),ajaxTransport:bX(bT),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a?4:0;var o,r,u,w=l?b$(d,v,l):b,x,y;if(a>=200&&a<300||a===304){if(d.ifModified){if(x=v.getResponseHeader("Last-Modified"))f.lastModified[k]=x;if(y=v.getResponseHeader("Etag"))f.etag[k]=y}if(a===304)c="notmodified",o=!0;else try{r=b_(d,w),c="success",o=!0}catch(z){c="parsererror",u=z}}else{u=c;if(!c||a)c="error",a<0&&(a=0)}v.status=a,v.statusText=c,o?h.resolveWith(e,[r,c,v]):h.rejectWith(e,[v,c,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,c]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bG.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bF,"").replace(bK,bV[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bO),d.crossDomain==null&&(r=bQ.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bV[1]&&r[2]==bV[2]&&(r[3]||(r[1]==="http:"?80:443))==(bV[3]||(bV[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bY(bS,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bJ.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bL.test(d.url)?"&":"?")+d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bP,"$1_="+x);d.url=y+(y===d.url?(bL.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", */*; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bY(bT,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){status<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)bZ(g,a[g],c,e);return d.join("&").replace(bC,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var ca=f.now(),cb=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+ca++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cb.test(b.url)||e&&cb.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cb,l),b.url===j&&(e&&(k=k.replace(cb,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cc=a.ActiveXObject?function(){for(var a in ce)ce[a](0,1)}:!1,cd=0,ce;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&cf()||cg()}:cf,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cc&&delete ce[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cd,cc&&(ce||(ce={},f(a).unload(cc)),ce[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ch={},ci,cj,ck=/^(?:toggle|show|hide)$/,cl=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cm,cn=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],co,cp=a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cs("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),e===""&&f.css(d,"display")==="none"&&f._data(d,"olddisplay",ct(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(cs("hide",3),a,b,c);for(var d=0,e=this.length;d<e;d++)if(this[d].style){var g=f.css(this[d],"display");g!=="none"&&!f._data(this[d],"olddisplay")&&f._data(this[d],"olddisplay",g)}for(d=0;d<e;d++)this[d].style&&(this[d].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(cs("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);return this[e.queue===!1?"each":"queue"](function(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]),h=a[g];if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(f.support.inlineBlockNeedsLayout?(j=ct(this.nodeName),j==="inline"?this.style.display="inline-block":(this.style.display="inline",this.style.zoom=1)):this.style.display="inline-block")),b.animatedProperties[g]=f.isArray(h)?h[1]:b.specialEasing&&b.specialEasing[g]||b.easing||"swing"}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)k=new f.fx(this,b,i),h=a[i],ck.test(h)?k[h==="toggle"?d?"show":"hide":h]():(l=cl.exec(h),m=k.cur(),l?(n=parseFloat(l[2]),o=l[3]||(f.cssNumber[g]?"":"px"),o!=="px"&&(f.style(this,i,(n||1)+o),m=(n||1)/k.cur()*m,f.style(this,i,m+o)),l[1]&&(n=(l[1]==="-="?-1:1)*n+m),k.custom(m,n,o)):k.custom(m,h,""));return!0})},stop:function(a,b){a&&this.queue([]),this.each(function(){var a=f.timers,c=a.length;b||f._unmark(!0,this);while(c--)a[c].elem===this&&(b&&a[c](!0),a.splice(c,1))}),b||this.dequeue();return this}}),f.each({slideDown:cs("show",1),slideUp:cs("hide",1),slideToggle:cs("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default,d.old=d.complete,d.complete=function(a){d.queue!==!1?f.dequeue(this):a!==!1&&f._unmark(this),f.isFunction(d.old)&&d.old.call(this)};return d},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,b,c){function h(a){return d.step(a)}var d=this,e=f.fx,g;this.startTime=co||cq(),this.start=a,this.end=b,this.unit=c||this.unit||(f.cssNumber[this.prop]?"":"px"),this.now=this.start,this.pos=this.state=0,h.elem=this.elem,h()&&f.timers.push(h)&&!cm&&(cp?(cm=1,g=function(){cm&&(cp(g),e.tick())},cp(g)):cm=setInterval(e.tick,e.interval))},show:function(){this.options.orig[this.prop]=f.style(this.elem,this.prop),this.options.show=!0,this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b=co||cq(),c=!0,d=this.elem,e=this.options,g,h;if(a||b>=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a=f.timers,b=a.length;while(b--)a[b]()||a.splice(b,1);a.length||f.fx.stop()},interval:13,stop:function(){clearInterval(cm),cm=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit:a.elem[a.prop]=a.now}}}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var cu=/^t(?:able|d|h)$/i,cv=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?f.fn.offset=function(a){var b=this[0],c;if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);try{c=b.getBoundingClientRect()}catch(d){}var e=b.ownerDocument,g=e.documentElement;if(!c||!f.contains(g,b))return c?{top:c.top,left:c.left}:{top:0,left:0};var h=e.body,i=cw(e),j=g.clientTop||h.clientTop||0,k=g.clientLeft||h.clientLeft||0,l=i.pageYOffset||f.support.boxModel&&g.scrollTop||h.scrollTop,m=i.pageXOffset||f.support.boxModel&&g.scrollLeft||h.scrollLeft,n=c.top+l-j,o=c.left+m-k;return{top:n,left:o}}:f.fn.offset=function(a){var b=this[0];if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);f.offset.initialize();var c,d=b.offsetParent,e=b,g=b.ownerDocument,h=g.documentElement,i=g.body,j=g.defaultView,k=j?j.getComputedStyle(b,null):b.currentStyle,l=b.offsetTop,m=b.offsetLeft;while((b=b.parentNode)&&b!==i&&b!==h){if(f.offset.supportsFixedPosition&&k.position==="fixed")break;c=j?j.getComputedStyle(b,null):b.currentStyle,l-=b.scrollTop,m-=b.scrollLeft,b===d&&(l+=b.offsetTop,m+=b.offsetLeft,f.offset.doesNotAddBorder&&(!f.offset.doesAddBorderForTableAndCells||!cu.test(b.nodeName))&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),e=d,d=b.offsetParent),f.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),k=c}if(k.position==="relative"||k.position==="static")l+=i.offsetTop,m+=i.offsetLeft;f.offset.supportsFixedPosition&&k.position==="fixed"&&(l+=Math.max(h.scrollTop,i.scrollTop),m+=Math.max(h.scrollLeft,i.scrollLeft));return{top:l,left:m}},f.offset={initialize:function(){var a=c.body,b=c.createElement("div"),d,e,g,h,i=parseFloat(f.css(a,"marginTop"))||0,j="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cv.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cv.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cw(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cw(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){return this[0]?parseFloat(f.css(this[0],d,"padding")):null},f.fn["outer"+c]=function(a){return this[0]?parseFloat(f.css(this[0],d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c];return e.document.compatMode==="CSS1Compat"&&g||e.document.body["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var h=f.css(e,d),i=parseFloat(h);return f.isNaN(i)?h:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window);;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 2004 Process Type Foundry. All rights reserved.
 */
Cufon.registerFont({"w":1273,"face":{"font-family":"Klavika","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"1536","descent":"-512","x-height":"20","bbox":"-23 -1737 1819 430","underline-thickness":"40","underline-position":"-231","unicode-range":"U+0020-U+0178"},"glyphs":{" ":{"w":440},"!":{"d":"184,0r0,-236r176,0r0,236r-176,0xm186,-737r0,-668r172,0r0,668r-32,348r-107,0","w":544},"\"":{"d":"143,-903r0,-502r142,0r0,502r-142,0xm483,-903r0,-502r142,0r0,502r-142,0","w":768},"#":{"d":"123,-354r8,-129r266,0r21,-381r-271,0r7,-129r272,0r18,-330r140,0r-19,330r367,0r18,-330r140,0r-19,330r264,0r-8,129r-264,0r-21,381r269,0r-8,129r-267,0r-16,354r-139,0r16,-354r-371,0r-22,354r-139,0r22,-354r-264,0xm537,-483r366,0r21,-381r-367,0","w":1447,"k":{"7":-31,"4":-31,"1":-31,")":20}},"$":{"d":"928,-342v-3,252,-88,337,-328,358r0,215r-151,0r0,-213v-112,-7,-221,-29,-326,-67r22,-139v125,38,248,57,367,57v198,0,235,-24,244,-209v10,-203,-104,-202,-262,-258v-150,-53,-247,-98,-288,-144v-41,-46,-61,-129,-61,-249v0,-252,96,-335,347,-350r0,-213r151,0r0,215v105,4,193,15,264,34r-16,146v-117,-22,-228,-33,-332,-33v-189,0,-242,21,-242,205v0,75,15,125,37,153v39,49,326,130,398,164v77,37,148,95,166,178v8,35,10,85,10,150","w":1060,"k":{"7":-31,"4":-31,"1":-31}},"%":{"d":"404,-639v-207,0,-299,-87,-302,-279r0,-188v3,-192,95,-278,302,-278v207,0,298,86,301,278r0,188v-3,192,-94,279,-301,279xm404,-1262v-113,0,-162,43,-162,150r0,201v2,107,49,149,162,149v113,0,161,-43,161,-149r0,-201v-2,-107,-48,-150,-161,-150xm516,-33r551,-1351r123,51r-553,1353xm1309,20v-208,0,-297,-85,-301,-278r0,-188v3,-192,94,-279,301,-279v208,0,298,85,301,279r0,188v-3,193,-94,278,-301,278xm1309,-602v-112,0,-162,43,-162,149r0,201v2,107,49,150,162,150v113,0,161,-43,161,-150r0,-201v-2,-107,-48,-149,-161,-149","w":1722,"k":{"}":20,"]":20,"4":-41,"1":41,")":51}},"&":{"d":"582,20v-276,-1,-421,-76,-428,-327r0,-125v0,-142,60,-229,180,-262v-101,-41,-152,-121,-152,-242r0,-141v7,-234,146,-307,410,-307v130,0,255,12,375,36r-17,142v-120,-19,-239,-29,-356,-29v-164,0,-235,29,-240,178r0,137v0,108,62,162,185,162r661,0r0,148r-201,0r0,573v-137,38,-276,57,-417,57xm545,-610v-149,1,-217,44,-219,186r0,98v4,163,77,197,256,197v93,0,177,-8,254,-25r0,-456r-291,0","w":1261},"'":{"d":"143,-903r0,-502r142,0r0,502r-142,0","w":428},"(":{"d":"315,-622v0,372,101,594,267,855r-123,82v-421,-550,-421,-1327,0,-1876r123,82v-165,262,-267,483,-267,857","w":622,"k":{"x":-10,"v":20,"q":20,"m":20,"j":-82,"g":10,"d":41,"X":-31,"V":-41,"Q":31,"@":82,"?":-10,"9":20,"8":25,"7":-41,"6":20,"5":-10,"4":41,"3":-20,"2":-20,"1":20,"0":41,"+":61,"*":20,"%":20,"$":20,"#":41}},")":{"d":"307,-622v0,-372,-101,-595,-266,-857r123,-82v420,550,420,1327,0,1876r-123,-82v165,-262,266,-481,266,-855","w":622},"*":{"d":"102,-1030r0,-96r297,0r-161,-250r77,-51r168,260r168,-260r78,51r-162,250r299,0r0,96r-295,0r160,246r-80,49r-168,-260r-168,260r-79,-49r159,-246r-293,0","w":968,"k":{"}":20,")":20,",":307,".":307,":":133,";":133}},"+":{"d":"123,-426r0,-143r340,0r0,-346r151,0r0,346r340,0r0,143r-340,0r0,346r-151,0r0,-346r-340,0","w":1077,"k":{"}":82,"]":20,")":61}},",":{"d":"143,207r86,-207r-59,0r0,-236r176,0r0,236r-123,246","w":520,"k":{"V":184,"v":123,"x":-10,"Q":31,")":41,"}":41,"*":205,"]":20,"@":61,"1":143,"4":92,"7":10,"%":164,"C":31,"\u00c7":31,"O":31,"\u00d2":31,"\u00d3":31,"\u00d4":31,"\u00d5":31,"\u00d6":31,"\u00d8":31,"T":225,"U":41,"\u00d9":41,"\u00da":41,"\u00db":41,"\u00dc":41,"W":184,"Y":266,"\u00dd":266,"\u0178":266,"o":31,"\u00f3":31,"\u00f8":31,"y":92,"\u00fd":92,"f":92,"G":31,"A":-20,"\u00c0":-20,"\u00c1":-20,"\u00c2":-20,"\u00c3":-20,"\u00c4":-20,"\u00c5":-20,"t":72,"w":61,"J":31}},"-":{"d":"123,-500r0,-141r512,0r0,141r-512,0","w":757,"k":{"V":102,"X":133,"x":51,")":72,"}":61,"]":61,"M":16,"1":102,"4":-10,"7":113,"j":10,"2":51,"3":31,"5":31,"9":31,"T":215,"W":72,"Y":174,"\u00dd":174,"\u0178":174,"f":61,"z":10,"A":72,"\u00c0":72,"\u00c1":72,"\u00c2":72,"\u00c3":72,"\u00c4":72,"\u00c5":72,"c":-20,"\u00e7":-20,"t":41,"a":10,"\u00e1":10,"\u00e6":10,"Z":51,"S":61,"J":31}},".":{"d":"174,0r0,-236r176,0r0,236r-176,0","w":524,"k":{"V":184,"v":123,"x":-10,"Q":31,")":41,"}":41,"*":205,"]":20,"@":61,"1":143,"4":92,"7":10,"%":164,"C":31,"\u00c7":31,"O":31,"\u00d2":31,"\u00d3":31,"\u00d4":31,"\u00d5":31,"\u00d6":31,"\u00d8":31,"T":225,"U":41,"\u00d9":41,"\u00da":41,"\u00db":41,"\u00dc":41,"W":184,"Y":266,"\u00dd":266,"\u0178":266,"o":31,"\u00f3":31,"\u00f8":31,"y":92,"\u00fd":92,"f":92,"G":31,"A":-20,"\u00c0":-20,"\u00c1":-20,"\u00c2":-20,"\u00c3":-20,"\u00c4":-20,"\u00c5":-20,"t":72,"w":61,"J":31}},"\/":{"d":"123,240r504,-1624r164,0r-506,1624r-162,0","w":913,"k":{"x":20,"q":61,"p":61,"m":61,"g":72,"d":72,"V":-31,"Q":20,"M":20,"9":31,"8":51,"7":-31,"6":31,"4":61,"1":-10,"0":51,"A":123,"\u00c0":123,"\u00c1":123,"\u00c2":123,"\u00c3":123,"\u00c4":123,"\u00c5":123,"C":31,"\u00c7":31,"G":31,"O":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"S":31,"T":-41,"W":-31,"Y":-20,"\u00dd":-20,"\u0178":-20,"n":61,"a":82,"\u00e1":82,"\u00e6":82,"c":61,"\u00e7":61,"e":72,"\u00e9":72,"f":10,"o":82,"\u00f3":82,"\u00f8":82,"s":82,"t":20,"u":51,"\u00fa":51,"w":31,"z":31,"r":61,"y":10,"\u00fd":10}},"0":{"d":"143,-334r0,-655v0,-236,141,-354,422,-354v281,0,422,118,422,354r0,655v0,236,-141,354,-422,354v-281,0,-422,-118,-422,-354xm565,-1192v-174,0,-250,58,-250,221r0,619v3,164,76,220,250,221v174,0,250,-58,250,-221r0,-619v-3,-164,-76,-220,-250,-221","w":1130,"k":{"}":10,"7":6,"2":6,"\/":41,")":41}},"1":{"d":"20,-1116r359,-207r153,0r0,1323r-172,0r0,-1126r-264,147","w":716,"k":{"\\":-51,"7":-31}},"2":{"d":"451,-1343v295,-1,399,84,399,364v0,82,-12,153,-41,209v-88,170,-353,446,-494,618r547,0r0,152r-760,0r0,-158r353,-407v98,-116,160,-198,185,-247v35,-66,41,-123,38,-210v-6,-159,-61,-168,-242,-168v-98,0,-199,15,-303,45r-24,-147v113,-34,227,-51,342,-51","w":995,"k":{"}":-20,"\\":10,"7":-14,"4":68,"3":-10,"\/":-10,"-":41}},"3":{"d":"854,-291v-7,245,-161,309,-434,311v-130,1,-236,-13,-318,-40r19,-144v95,22,195,33,299,33v172,0,256,-24,262,-176r0,-103v-1,-133,-71,-178,-207,-178r-280,0r0,-151r258,0v142,0,200,-42,204,-170r0,-119v-4,-138,-71,-164,-221,-164v-87,0,-184,10,-289,31r-18,-146v104,-25,208,-37,311,-36v253,1,382,66,389,290r0,121v-3,150,-44,210,-155,264v116,37,179,96,180,244r0,133","w":997,"k":{"7":6,"5":10,"1":16,"\/":41}},"4":{"d":"45,-326r0,-170r571,-827r232,0r0,850r190,0r0,147r-190,0r0,326r-172,0r0,-326r-631,0xm215,-473r461,0r0,-676","w":1099,"k":{"]":-20,"9":10,"5":10,"1":31,",":31,".":31,"\u00ab":-41}},"5":{"d":"883,-319v-7,257,-135,339,-420,339v-135,0,-250,-16,-344,-47r18,-139v97,23,205,35,324,35v186,0,246,-29,250,-199v2,-90,1,-187,-44,-226v-74,-64,-356,-37,-497,-48r0,-719r696,0r0,152r-524,0r0,419v116,3,189,5,219,7v217,9,318,98,322,307r0,119","w":1015,"k":{"]":-31,"\\":-20,"9":6,"7":-4,"1":14,"\/":31}},"6":{"d":"936,-432v6,311,-70,452,-393,452v-267,0,-400,-105,-400,-315r0,-586v5,-359,163,-458,537,-462v85,0,160,8,225,24r-18,143v-59,-12,-119,-18,-180,-18v-296,0,-386,39,-394,315r0,168v86,-31,177,-47,273,-47v246,1,346,91,350,326xm766,-432v-2,-136,-54,-175,-197,-176v-83,0,-169,18,-256,55r0,234v2,150,75,188,230,188v163,0,219,-36,223,-188r0,-113","w":1048,"k":{"}":-41,"]":-20,"\\":-10,"9":16,"5":4,"2":4,"1":10,"\/":41,")":-20}},"7":{"d":"51,-1171r0,-152r813,0r0,145r-545,1178r-174,0r543,-1171r-637,0","w":901,"k":{"}":-41,"]":-41,"\\":-51,"@":20,"?":-51,"9":10,"8":41,"7":-10,"6":16,"4":78,"1":-25,"0":10,"\/":154,")":-41,",":215,".":215,":":92,";":92,"-":82,"\u00ab":72,"\u00bb":51}},"8":{"d":"557,20v-301,1,-438,-89,-424,-385v8,-182,93,-235,242,-311v-150,-72,-207,-140,-207,-346v0,-215,130,-323,389,-322v280,2,402,119,389,375v-9,168,-77,226,-213,293v168,80,255,144,248,371v-7,254,-148,323,-424,325xm557,-127v191,2,256,-43,256,-231v0,-57,-16,-101,-49,-130v-33,-29,-102,-66,-207,-110v-105,42,-174,78,-207,108v-42,38,-52,99,-49,179v5,157,83,182,256,184xm557,-1198v-174,0,-221,62,-221,233v0,52,15,93,44,122v29,29,88,62,177,98v89,-35,147,-68,177,-97v43,-41,47,-107,44,-188v-4,-129,-74,-168,-221,-168","w":1114,"k":{"}":10,"\\":41,"9":6,"3":10,"1":25,"\/":41,")":25}},"9":{"d":"463,-565v-270,0,-359,-119,-350,-391v9,-277,99,-387,393,-387v266,0,399,107,399,321r0,580v-5,359,-163,458,-536,462v-85,0,-160,-8,-226,-24r17,-143v59,12,119,18,182,18v296,0,385,-39,393,-315r0,-168v-86,31,-177,47,-272,47xm506,-1192v-163,0,-219,36,-223,188r0,113v2,136,54,175,196,176v83,0,169,-18,256,-55r0,-234v-2,-150,-74,-188,-229,-188","w":1048,"k":{"}":10,"\\":10,"9":10,"7":10,"6":10,"5":10,"3":10,"2":10,"\/":51,")":20,",":41,".":41}},":":{"d":"174,0r0,-236r176,0r0,236r-176,0xm174,-627r0,-235r176,0r0,235r-176,0","w":524,"k":{"}":41,"v":31,"V":133,"Q":20,"M":20,"7":10,"4":-20,"1":41,"*":61,")":51,"A":-10,"\u00c0":-10,"\u00c1":-10,"\u00c2":-10,"\u00c3":-10,"\u00c4":-10,"\u00c5":-10,"O":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"T":205,"W":113,"Y":174,"\u00dd":174,"\u0178":174,"w":20,"U":10,"\u00d9":10,"\u00da":10,"\u00db":10,"\u00dc":10}},";":{"d":"143,207r86,-207r-59,0r0,-236r176,0r0,236r-123,246xm170,-627r0,-235r176,0r0,235r-176,0","w":520},"<":{"d":"102,-446r0,-107r846,-467r62,113r-748,407r748,408r-62,112","w":1142},"=":{"d":"143,-248r0,-127r756,0r0,127r-756,0xm143,-612r0,-127r756,0r0,127r-756,0","w":1042},">":{"d":"133,-92r748,-408r-748,-407r62,-113r845,467r0,107r-845,466","w":1142},"?":{"d":"670,-1049v0,-193,-36,-223,-238,-223v-111,0,-210,10,-297,31r-22,-148v93,-25,203,-37,331,-36v306,3,398,80,398,368v0,264,-20,285,-185,410r-247,188r-99,-131r104,-77v88,-65,201,-145,235,-214v15,-29,20,-86,20,-168xm309,0r0,-236r176,0r0,236r-176,0","w":974},"@":{"d":"850,20v-447,0,-727,-267,-727,-702v0,-399,273,-702,667,-702v375,0,621,206,621,563v1,239,-127,413,-367,413v-85,0,-143,-24,-174,-73v-69,38,-140,57,-211,57v-106,0,-167,-63,-145,-168v27,-131,24,-316,116,-378v107,-72,283,-47,414,16r-75,430v22,8,49,12,80,12v168,3,234,-138,235,-305v0,-285,-195,-451,-493,-451v-314,0,-537,259,-537,586v0,366,221,586,600,586v116,0,238,-26,365,-78r36,102v-113,61,-248,92,-405,92xm635,-604v-11,51,9,69,67,69v60,0,113,-16,158,-47r53,-305v-98,-32,-221,-43,-239,62","w":1523,"k":{"}":41,"]":20,")":41,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,",":82,".":82}},"A":{"d":"57,0r461,-1364r238,0r461,1364r-179,0r-112,-328r-580,0r-110,328r-179,0xm393,-481r488,0r-244,-756"},"B":{"d":"1067,-293v1,193,-140,293,-338,293r-555,0r0,-1364r526,0v215,0,322,92,322,277r0,157v0,113,-52,189,-156,228v120,20,201,105,201,245r0,164xm350,-152r355,0v124,0,186,-52,186,-155r0,-144v0,-112,-66,-167,-197,-167r-344,0r0,466xm350,-770r312,0v123,0,184,-53,184,-160r0,-153v0,-86,-52,-129,-156,-129r-340,0r0,442","w":1169,"k":{"v":-4,"]":-20,"\\":-20,"V":20,"\/":20,"T":20,"Y":37,"\u00dd":37,"\u0178":37,"y":-4,"\u00fd":-4,"\u00ab":-31}},"C":{"d":"610,20v-306,1,-467,-115,-467,-401r0,-602v4,-285,163,-402,467,-401v121,0,236,12,344,36r-18,152v-108,-19,-215,-29,-320,-29v-215,0,-297,47,-297,252r0,582v4,205,83,252,297,252v105,0,212,-10,320,-29r18,152v-108,25,-223,37,-344,36","w":1056,"k":{"\u00ae":-31,"}":-72,"x":-10,"v":51,"q":27,"d":27,"]":-61,"\\":-41,"X":-25,"V":-10,"Q":31,"?":-41,"\/":10,"*":-41,")":-51,"A":-25,"\u00c0":-25,"\u00c1":-25,"\u00c2":-25,"\u00c3":-25,"\u00c4":-25,"\u00c5":-25,"C":27,"\u00c7":27,"G":27,"O":31,"\u00d2":31,"\u00d3":31,"\u00d4":31,"\u00d5":31,"\u00d6":31,"\u00d8":31,"a":20,"\u00e1":20,"\u00e6":20,"c":37,"\u00e7":37,"e":37,"\u00e9":37,"o":37,"\u00f3":37,"\u00f8":37,"t":10,"u":20,"\u00fa":20,"w":10,"-":92,"y":41,"\u00fd":41}},"D":{"d":"174,0r0,-1364r477,0v292,0,439,130,439,391r0,582v0,261,-146,391,-439,391r-477,0xm913,-961v-3,-179,-77,-245,-268,-245r-295,0r0,1048r295,0v191,0,268,-67,268,-245r0,-558","w":1222,"k":{"x":-4,"v":-14,"X":20,"V":20,"\/":41,")":20,"A":27,"\u00c0":27,"\u00c1":27,"\u00c2":27,"\u00c3":27,"\u00c4":27,"\u00c5":27,"T":20,"W":10,"Y":37,"\u00dd":37,"\u0178":37,"w":-10,",":41,".":41}},"E":{"d":"174,0r0,-1364r803,0r0,158r-627,0r0,428r582,0r0,157r-582,0r0,463r629,0r0,158r-805,0","w":1105,"k":{"}":-41,"x":-10,"]":-20,"\\":-20,"X":-20,"Q":20,"\/":-20,")":-31,"A":-25,"\u00c0":-25,"\u00c1":-25,"\u00c2":-25,"\u00c3":-25,"\u00c4":-25,"\u00c5":-25,"C":16,"\u00c7":16,"G":16,"O":16,"\u00d2":16,"\u00d3":16,"\u00d4":16,"\u00d5":16,"\u00d6":16,"\u00d8":16,"Y":-10,"\u00dd":-10,"\u0178":-10,"a":10,"\u00e1":10,"\u00e6":10,"o":10,"\u00f3":10,"\u00f8":10,"-":-10}},"F":{"d":"174,0r0,-1364r811,0r0,158r-635,0r0,454r592,0r0,158r-592,0r0,594r-176,0","w":1067,"k":{"\u00ae":-41,"}":-51,"d":14,"]":-51,"\\":-51,"V":-25,"Q":10,"?":-41,"\/":82,"*":-51,")":-41,"A":92,"\u00c0":92,"\u00c1":92,"\u00c2":92,"\u00c3":92,"\u00c4":92,"\u00c5":92,"C":10,"\u00c7":10,"G":10,"O":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"W":-31,"Y":-51,"\u00dd":-51,"\u0178":-51,"a":14,"\u00e1":14,"\u00e6":14,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"o":10,"\u00f3":10,"\u00f8":10,"s":10,"u":10,"\u00fa":10,"w":-10,",":195,".":195,":":20,";":20,"-":-10,"\u00ab":-31}},"G":{"d":"598,20v-314,0,-455,-110,-455,-401r0,-600v4,-299,161,-402,478,-403v125,0,251,14,378,43r-20,151v-135,-23,-258,-35,-367,-35v-211,0,-293,52,-293,252r0,582v5,199,72,250,285,252v87,0,173,-8,256,-25r0,-463r170,0r0,588v-135,39,-279,59,-432,59","w":1183,"k":{"}":-61,"]":-51,"\\":-31,")":-20,"A":-10,"\u00c0":-10,"\u00c1":-10,"\u00c2":-10,"\u00c3":-10,"\u00c4":-10,"\u00c5":-10,"Y":14,"\u00dd":14,"\u0178":14,"-":-10}},"H":{"d":"174,0r0,-1364r176,0r0,588r604,0r0,-588r176,0r0,1364r-176,0r0,-618r-604,0r0,618r-176,0","w":1304},"I":{"d":"184,0r0,-1364r176,0r0,1364r-176,0","w":544},"J":{"d":"-18,281v94,-90,149,-147,166,-172v17,-25,26,-61,26,-109r0,-1364r176,0r0,1370v0,78,-12,136,-37,174v-25,38,-98,113,-221,226","w":524},"K":{"d":"174,0r0,-1364r176,0r0,1364r-176,0xm393,-694r492,-670r207,0r-500,670r541,694r-211,0","w":1204,"k":{"}":-31,"x":-10,"v":72,"q":51,"p":10,"m":10,"g":47,"d":51,"]":-31,"X":-10,"Q":61,"@":92,"\/":-10,")":-10,"A":-20,"\u00c0":-20,"\u00c1":-20,"\u00c2":-20,"\u00c3":-20,"\u00c4":-20,"\u00c5":-20,"C":55,"\u00c7":55,"G":55,"O":61,"\u00d2":61,"\u00d3":61,"\u00d4":61,"\u00d5":61,"\u00d6":61,"\u00d8":61,"n":10,"a":51,"\u00e1":51,"\u00e6":51,"c":51,"\u00e7":51,"e":55,"\u00e9":55,"o":55,"\u00f3":55,"\u00f8":55,"s":31,"t":31,"u":51,"\u00fa":51,"w":31,",":-10,".":-10,":":20,";":20,"-":205,"y":61,"\u00fd":61,"\u00ab":51,"\u00bb":20,"U":25,"\u00d9":25,"\u00da":25,"\u00db":25,"\u00dc":25}},"L":{"d":"174,0r0,-1364r176,0r0,1206r592,0r0,158r-768,0","w":1024,"k":{"\u00ae":307,"}":-31,"x":-31,"v":92,"q":4,"d":10,"\\":102,"X":-10,"V":160,"Q":51,"@":41,"?":72,"\/":-31,"*":348,"!":-20,"A":-45,"\u00c0":-45,"\u00c1":-45,"\u00c2":-45,"\u00c3":-45,"\u00c4":-45,"\u00c5":-45,"C":31,"\u00c7":31,"G":31,"O":51,"\u00d2":51,"\u00d3":51,"\u00d4":51,"\u00d5":51,"\u00d6":51,"\u00d8":51,"T":225,"W":123,"Y":215,"\u00dd":215,"\u0178":215,"a":10,"\u00e1":10,"\u00e6":10,"c":10,"\u00e7":10,"e":10,"\u00e9":10,"f":61,"o":14,"\u00f3":14,"\u00f8":14,"t":45,"u":10,"\u00fa":10,"w":61,",":-20,".":-20,":":20,";":20,"-":287,"y":92,"\u00fd":92,"\u00ab":20,"\u00bb":10,"U":51,"\u00d9":51,"\u00da":51,"\u00db":51,"\u00dc":51}},"M":{"d":"154,0r47,-1364r223,0r393,1055r393,-1055r224,0r47,1364r-170,0r-27,-1106r-348,930r-238,0r-348,-930r-26,1106r-170,0","w":1634,"k":{"x":-10,"\\":-10,"\/":20,"A":-10,"\u00c0":-10,"\u00c1":-10,"\u00c2":-10,"\u00c3":-10,"\u00c4":-10,"\u00c5":-10,"a":10,"\u00e1":10,"\u00e6":10,"e":4,"\u00e9":4,"o":4,"\u00f3":4,"\u00f8":4,":":20,";":20,"-":16,"\u00ab":10,"\u00bb":31}},"N":{"d":"174,0r0,-1364r242,0r594,1167r0,-1167r168,0r0,1364r-242,0r-594,-1161r0,1161r-168,0","w":1351},"O":{"d":"637,20v-303,0,-494,-142,-494,-413r0,-578v5,-270,191,-413,494,-413v303,0,493,142,493,413r0,578v-5,270,-190,413,-493,413xm319,-397v0,175,105,262,317,262v212,0,318,-87,318,-262r0,-570v0,-175,-106,-262,-318,-262v-212,0,-317,87,-317,262r0,570","k":{"V":27,"X":20,"\/":51,"\\":-10,")":31,"}":20,"]":20,"T":37,"W":12,"Y":31,"\u00dd":31,"\u0178":31,",":31,".":31,":":20,";":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"Z":10}},"P":{"d":"1063,-825v-5,241,-133,338,-395,338r-318,0r0,487r-176,0r0,-1364r494,0v261,-1,390,97,395,336r0,203xm887,-1026v-3,-147,-68,-180,-225,-180r-312,0r0,561r312,0v157,-2,225,-34,225,-180r0,-201","w":1140,"k":{"}":-20,"x":-31,"v":-51,"]":-20,"\\":-51,"X":31,"V":-4,"\/":102,"*":-82,"!":-20,"A":92,"\u00c0":92,"\u00c1":92,"\u00c2":92,"\u00c3":92,"\u00c4":92,"\u00c5":92,"W":-10,"Z":25,"a":10,"\u00e1":10,"\u00e6":10,"f":-20,"t":-31,"w":-41,",":276,".":276,":":31,";":31,"-":10,"y":-41,"\u00fd":-41}},"Q":{"d":"1130,-393v-3,228,-137,372,-356,401r115,260r-158,72r-141,-322v-272,-9,-447,-154,-447,-411r0,-578v5,-270,191,-413,494,-413v303,0,493,142,493,413r0,578xm319,-397v0,175,105,262,317,262v212,0,318,-87,318,-262r0,-570v0,-175,-106,-262,-318,-262v-212,0,-317,87,-317,262r0,570","k":{"}":20,"]":20,"\\":10,"X":20,"V":27,"\/":51,")":31,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"T":37,"W":12,"Y":31,"\u00dd":31,"\u0178":31,",":31,".":31,":":20,";":20}},"R":{"d":"694,-1364v261,-1,391,97,396,336r0,197v0,171,-73,276,-218,317r355,514r-203,0r-340,-494r-334,0r0,494r-176,0r0,-1364r520,0xm913,-1026v-3,-147,-67,-180,-225,-180r-338,0r0,557r338,0v157,-2,225,-34,225,-180r0,-197","w":1294,"k":{"}":-20,"x":-31,"v":10,"q":10,"d":6,"\\":10,"V":66,"Q":35,"!":-20,"A":-16,"\u00c0":-16,"\u00c1":-16,"\u00c2":-16,"\u00c3":-16,"\u00c4":-16,"\u00c5":-16,"C":25,"\u00c7":25,"G":25,"O":35,"\u00d2":35,"\u00d3":35,"\u00d4":35,"\u00d5":35,"\u00d6":35,"\u00d8":35,"T":61,"W":31,"Y":82,"\u00dd":82,"\u0178":82,"a":14,"\u00e1":14,"\u00e6":14,"c":10,"\u00e7":10,"e":16,"\u00e9":16,"o":16,"\u00f3":16,"\u00f8":16,"u":10,"\u00fa":10,",":-10,".":-10,":":10,";":10,"-":76,"y":20,"\u00fd":20,"\u00ab":20,"U":25,"\u00d9":25,"\u00da":25,"\u00db":25,"\u00dc":25}},"S":{"d":"586,-1229v-202,0,-258,19,-264,203v-2,67,-6,148,32,178v61,49,135,60,238,86v158,40,249,49,326,140v64,75,53,125,55,270v3,199,-59,308,-218,348v-191,48,-469,25,-632,-47r29,-144v127,39,253,60,380,60v199,0,265,-31,265,-213v0,-102,12,-127,-37,-176v-63,-62,-121,-58,-246,-88v-190,-45,-318,-73,-358,-244v-9,-40,-11,-99,-11,-176v0,-277,134,-350,437,-352v133,0,255,15,368,45r-14,149v-115,-26,-231,-39,-350,-39","w":1105,"k":{"}":-31,"\\":-31,"\/":31,"A":6,"\u00c0":6,"\u00c1":6,"\u00c2":6,"\u00c3":6,"\u00c4":6,"\u00c5":6,"a":4,"\u00e1":4,"\u00e6":4,"e":10,"\u00e9":10,"t":4,"u":10,"\u00fa":10,"y":10,"\u00fd":10,"\u00ab":-41}},"T":{"d":"41,-1206r0,-158r991,0r0,158r-407,0r0,1206r-176,0r0,-1206r-408,0","w":1073,"k":{"V":-20,"v":154,"x":143,"Q":37,"\/":154,"\\":-51,")":-31,"}":-20,"?":-61,"!":-31,"*":-61,"\u00ae":-61,"d":143,"g":154,"q":154,"]":-31,"m":154,"p":154,"M":10,"C":35,"\u00c7":35,"O":37,"\u00d2":37,"\u00d3":37,"\u00d4":37,"\u00d5":37,"\u00d6":37,"\u00d8":37,"W":-20,"Y":-31,"\u00dd":-31,"\u0178":-31,"e":147,"\u00e9":147,"o":147,"\u00f3":147,"\u00f8":147,"y":154,"\u00fd":154,"f":41,"z":154,"G":35,",":225,".":225,":":205,";":205,"\u00ab":102,"\u00bb":123,"-":215,"A":113,"\u00c0":113,"\u00c1":113,"\u00c2":113,"\u00c3":113,"\u00c4":113,"\u00c5":113,"c":143,"\u00e7":143,"t":61,"u":154,"\u00fa":154,"a":143,"\u00e1":143,"\u00e6":143,"w":143,"n":154,"r":174,"s":164,"S":4}},"U":{"d":"647,20v-303,0,-483,-133,-483,-403r0,-981r176,0r0,971v0,171,102,256,307,256v205,0,307,-85,307,-256r0,-971r176,0r0,981v-6,269,-181,403,-483,403","w":1294,"k":{"\/":61,"\\":-31,"Y":-4,"\u00dd":-4,"\u0178":-4,",":41,".":41,":":10,";":10,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20}},"V":{"d":"37,-1364r170,0r399,1210r400,-1210r170,0r-451,1364r-238,0","w":1212,"k":{"\u00ae":-61,"}":-31,"x":10,"q":72,"p":61,"m":61,"g":61,"d":72,"]":-20,"\\":-51,"V":-31,"Q":27,"?":-51,"\/":143,"*":-61,")":-41,"!":-20,"A":113,"\u00c0":113,"\u00c1":113,"\u00c2":113,"\u00c3":113,"\u00c4":113,"\u00c5":113,"C":25,"\u00c7":25,"G":20,"O":27,"\u00d2":27,"\u00d3":27,"\u00d4":27,"\u00d5":27,"\u00d6":27,"\u00d8":27,"S":6,"T":-31,"W":-41,"Y":-41,"\u00dd":-41,"\u0178":-41,"n":61,"a":82,"\u00e1":82,"\u00e6":82,"c":61,"\u00e7":61,"e":82,"\u00e9":82,"o":82,"\u00f3":82,"\u00f8":82,"s":78,"t":10,"u":57,"\u00fa":57,",":184,".":184,":":133,";":133,"-":102,"z":41,"r":72,"\u00ab":61,"\u00bb":82}},"W":{"d":"41,-1364r172,0r311,1196r283,-1196r246,0r282,1196r312,-1196r172,0r-359,1364r-248,0r-282,-1219r-283,1219r-248,0","w":1859,"k":{"V":-25,"x":10,"Q":12,"\/":123,"\\":-41,")":-31,"}":-31,"?":-20,"!":-31,"*":-51,"d":51,"g":51,"q":51,"]":-31,"m":41,"p":41,"C":10,"\u00c7":10,"O":12,"\u00d2":12,"\u00d3":12,"\u00d4":12,"\u00d5":12,"\u00d6":12,"\u00d8":12,"T":-41,"W":-31,"Y":-51,"\u00dd":-51,"\u0178":-51,"e":68,"\u00e9":68,"o":68,"\u00f3":68,"\u00f8":68,"y":6,"\u00fd":6,"z":31,"G":10,",":184,".":184,":":113,";":113,"\u00ab":51,"\u00bb":61,"-":72,"A":72,"\u00c0":72,"\u00c1":72,"\u00c2":72,"\u00c3":72,"\u00c4":72,"\u00c5":72,"c":47,"\u00e7":47,"u":35,"\u00fa":35,"a":61,"\u00e1":61,"\u00e6":61,"n":41,"r":45,"s":72}},"X":{"d":"61,0r443,-692r-428,-672r188,0r338,533r340,-533r188,0r-430,672r445,692r-189,0r-354,-553r-352,553r-189,0","w":1206,"k":{"}":-31,"x":-20,"v":41,"q":20,"g":20,"d":20,"]":-31,"\\":-20,"V":-10,"Q":20,"?":-20,"\/":10,")":-31,"!":-51,"A":-10,"\u00c0":-10,"\u00c1":-10,"\u00c2":-10,"\u00c3":-10,"\u00c4":-10,"\u00c5":-10,"C":20,"\u00c7":20,"G":20,"O":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"T":-6,"W":-10,"Y":-20,"\u00dd":-20,"\u0178":-20,"a":25,"\u00e1":25,"\u00e6":25,"c":20,"\u00e7":20,"e":31,"\u00e9":31,"o":37,"\u00f3":37,"\u00f8":37,"u":10,"\u00fa":10,"-":133,"y":41,"\u00fd":41,"\u00ab":41,"\u00bb":51}},"Y":{"d":"20,-1364r185,0r356,762r357,-762r184,0r-453,952r0,412r-176,0r0,-412","w":1122,"k":{"V":-10,"v":51,"x":72,"Q":31,"\/":174,"\\":-31,")":-31,"}":-31,"?":-31,"*":-31,"d":133,"g":143,"q":133,"]":-10,"m":113,"p":113,"M":10,"C":51,"\u00c7":51,"O":31,"\u00d2":31,"\u00d3":31,"\u00d4":31,"\u00d5":31,"\u00d6":31,"\u00d8":31,"T":-20,"W":-20,"Y":-31,"\u00dd":-31,"\u0178":-31,"e":154,"\u00e9":154,"o":154,"\u00f3":154,"\u00f8":154,"y":51,"\u00fd":51,"f":31,"z":123,"G":45,",":266,".":266,":":174,";":174,"\u00ab":92,"\u00bb":123,"-":174,"A":119,"\u00c0":119,"\u00c1":119,"\u00c2":119,"\u00c3":119,"\u00c4":119,"\u00c5":119,"c":143,"\u00e7":143,"t":31,"u":113,"\u00fa":113,"a":133,"\u00e1":133,"\u00e6":133,"w":51,"Z":20,"n":113,"r":123,"s":147,"S":16}},"Z":{"d":"143,0r0,-152r703,-1060r-690,0r0,-152r884,0r0,152r-704,1060r719,0r0,152r-912,0","w":1187,"k":{"v":20,"q":31,"g":20,"d":31,"Q":20,")":-31,"C":16,"\u00c7":16,"G":16,"O":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"a":25,"\u00e1":25,"\u00e6":25,"c":31,"\u00e7":31,"e":41,"\u00e9":41,"o":41,"\u00f3":41,"\u00f8":41,"t":20,"u":20,"\u00fa":20,"w":10,"-":143,"y":31,"\u00fd":31,"\u00ab":20}},"[":{"d":"195,258r0,-1876r397,0r0,148r-225,0r0,1581r225,0r0,147r-397,0","w":632,"k":{"x":-20,"p":-41,"j":-113,"g":-31,"X":-31,"V":-20,"Q":20,"@":31,"7":-31,"6":20,"4":31,"3":-20,"2":-20,"1":10,"+":20,"*":10,"%":10,"#":20,"A":10,"\u00c0":10,"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c4":10,"\u00c5":10,"C":20,"\u00c7":20,"G":20,"J":-82,"O":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"S":10,"T":-31,"W":-31,"Y":-10,"\u00dd":-10,"\u0178":-10,"o":10,"\u00f3":10,"\u00f8":10,",":20,".":20,"-":61,"z":-20}},"\\":{"d":"123,-1384r164,0r504,1624r-162,0","w":903,"k":{"v":51,"p":-20,"j":-61,"g":-41,"d":20,"X":31,"V":154,"Q":41,"M":20,"9":41,"8":41,"7":61,"6":61,"5":31,"4":72,"3":20,"2":31,"1":113,"0":61,"C":41,"\u00c7":41,"G":41,"J":-82,"O":41,"\u00d2":41,"\u00d3":41,"\u00d4":41,"\u00d5":41,"\u00d6":41,"\u00d8":41,"S":41,"T":154,"W":133,"Y":174,"\u00dd":174,"\u0178":174,"a":10,"\u00e1":10,"\u00e6":10,"c":20,"\u00e7":20,"e":20,"\u00e9":20,"f":41,"o":20,"\u00f3":20,"\u00f8":20,"s":10,"t":20,"u":10,"\u00fa":10,"w":31,"y":20,"\u00fd":20,"U":61,"\u00d9":61,"\u00da":61,"\u00db":61,"\u00dc":61}},"]":{"d":"41,111r225,0r0,-1581r-225,0r0,-148r397,0r0,1876r-397,0r0,-147","w":632},"^":{"d":"92,-836r305,-569r148,0r305,569r-123,64r-256,-483r-256,483","w":942},"_":{"d":"-2,20r885,0r0,80r-885,0r0,-80","w":880},"`":{"d":"143,-1296r74,-115v63,52,156,114,281,186r-70,107v-103,-55,-198,-114,-285,-178","w":641},"a":{"d":"492,-1018v260,1,378,83,378,324r0,694r-145,0r-10,-74v-90,63,-198,94,-324,94v-176,1,-264,-95,-264,-286v1,-206,98,-281,305,-281r266,0r0,-155v-3,-139,-67,-168,-217,-168v-95,0,-195,11,-299,32r-18,-137v109,-29,219,-43,328,-43xm444,-403v-105,1,-145,30,-145,133v0,114,23,143,141,143v87,0,173,-27,258,-82r0,-194r-254,0","w":1009,"k":{"x":-20,"\\":10,")":20,"w":-16}},"b":{"d":"944,-352v-7,274,-123,373,-424,372v-125,1,-244,-12,-356,-38r0,-1387r172,-25r0,482v87,-47,192,-70,315,-70v195,0,293,104,293,311r0,355xm772,-713v-1,-108,-50,-153,-162,-153v-79,-1,-170,24,-274,75r0,646v63,9,128,14,196,14v177,0,240,-53,240,-215r0,-367","w":1062,"k":{"\/":31,")":20,"-":-20}},"c":{"d":"500,20v-287,0,-398,-96,-398,-362r0,-313v5,-262,115,-364,398,-363v94,0,173,10,237,31r-14,143v-71,-15,-144,-23,-219,-22v-168,3,-230,41,-230,204r0,326v3,164,61,205,230,205v75,0,148,-8,219,-23r16,144v-64,21,-144,31,-239,30","w":837,"k":{"}":-41,"x":-10,"v":-6,"]":-41,"\/":-10,")":-10,"e":6,"\u00e9":6,"o":6,"\u00f3":6,"\u00f8":6,"w":-6,"-":10,"y":-6,"\u00fd":-6,"\u00bb":-20}},"d":{"d":"127,-285r0,-407v0,-217,108,-326,324,-326v90,0,185,10,284,31r0,-418r172,-25r0,1430r-145,0r-14,-90v-91,74,-201,110,-330,110v-194,0,-291,-102,-291,-305xm461,-866v-117,1,-161,55,-162,174r0,407v2,111,38,154,154,154v100,0,194,-40,282,-119r0,-586v-103,-21,-194,-31,-274,-30","w":1071,"k":{"}":-51,"]":-51,"\\":-31,")":-20}},"e":{"d":"508,20v-268,2,-395,-114,-395,-366r0,-299v0,-249,130,-373,391,-373v250,0,375,126,375,377r0,209r-594,0r0,84v4,175,54,221,237,221v91,0,197,-16,316,-47r22,137v-104,38,-221,57,-352,57xm504,-874v-186,0,-231,109,-219,299r428,0v8,-186,-21,-299,-209,-299","w":985,"k":{"}":-10,"x":-6,"v":4,"]":-51,"\\":10,"a":4,"\u00e1":4,"\u00e6":4,"-":-10,"y":4,"\u00fd":4}},"f":{"d":"543,-1303v-106,0,-133,32,-133,138r0,168r284,0r-14,143r-270,0r0,854r-172,0r0,-854r-177,0r0,-143r177,0r0,-185v0,-176,94,-264,282,-264v73,0,140,10,203,29r-14,133v-64,-12,-119,-19,-166,-19","w":722,"k":{"v":-20,"x":-20,"\/":82,"\\":-92,")":-72,"}":-92,"?":-72,"!":-41,"*":-102,"\u00ae":-82,"d":10,"g":10,"q":10,"]":-123,"@":-41,"e":20,"\u00e9":20,"o":20,"\u00f3":20,"\u00f8":20,"y":-20,"\u00fd":-20,",":174,".":174,":":20,";":20,"\u00ab":10,"-":51,"c":16,"\u00e7":16,"a":25,"\u00e1":25,"\u00e6":25,"w":-31,"s":20}},"g":{"d":"872,-676v18,300,-187,415,-493,379v-48,39,-72,75,-72,107v0,34,22,51,66,57v159,21,388,14,475,98v38,37,57,93,57,170v0,112,-28,189,-86,229v-120,83,-526,75,-713,13r25,-135v116,27,227,41,334,41v121,0,198,-9,230,-28v32,-19,48,-56,48,-112v0,-99,-42,-98,-147,-108r-264,-25v-130,-11,-195,-71,-195,-182v0,-69,31,-128,94,-176v-103,-57,-143,-167,-139,-328v7,-243,129,-343,389,-342v67,0,123,7,168,21r287,0r0,100r-119,23v34,48,50,114,55,198xm481,-877v-178,-2,-232,67,-227,246v5,158,64,196,227,199v169,2,234,-71,228,-242v-5,-153,-69,-201,-228,-203","w":1003,"k":{"}":-61,"x":-31,"v":-31,"j":-51,"]":-72,"\\":-20,"\/":-31,"*":-51,")":-20,"w":-20,",":20,".":20,"y":-31,"\u00fd":-31,"\u00ab":-10,"\u00bb":-10}},"h":{"d":"670,-854v-99,0,-256,61,-334,102r0,752r-172,0r0,-1405r172,-25r0,517v145,-69,273,-105,385,-105v145,0,217,85,217,254r0,764r-172,0r0,-762v0,-61,-32,-92,-96,-92","w":1091,"k":{"}":20,"\\":10}},"i":{"d":"164,0r0,-997r172,0r0,997r-172,0xm164,-1157r0,-248r172,0r0,248r-172,0","w":499},"j":{"d":"0,293v79,-71,127,-117,142,-140v15,-23,22,-56,22,-100r0,-1050r172,0r0,1060v0,69,-11,121,-34,155v-23,34,-89,100,-198,196xm164,-1157r0,-248r172,0r0,248r-172,0","w":489,"k":{"\/":10}},"k":{"d":"164,0r0,-1405r172,-25r0,1430r-172,0xm379,-504r352,-493r199,0r-357,493r373,504r-203,0","w":991,"k":{"x":-20,"v":-10,"d":6,"\\":20,"a":6,"\u00e1":6,"\u00e6":6,"c":10,"\u00e7":10,"e":16,"\u00e9":16,"o":16,"\u00f3":16,"\u00f8":16,"w":-10,"-":92,"y":-10,"\u00fd":-10,"\u00ab":31}},"l":{"d":"164,0r0,-1405r172,-25r0,1430r-172,0","w":499},"m":{"d":"670,-854v-99,0,-256,58,-334,100r0,754r-172,0r0,-997r139,0r16,86v147,-71,281,-106,402,-107v97,0,160,36,190,107v147,-71,285,-107,412,-107v145,0,217,85,217,254r0,764r-172,0r0,-762v0,-61,-32,-92,-96,-92v-106,0,-252,55,-334,100r0,754r-172,0r0,-762v0,-61,-32,-92,-96,-92","w":1693,"k":{"\\":10}},"n":{"d":"670,-854v-99,0,-256,58,-334,100r0,754r-172,0r0,-997r139,0r16,86v147,-71,281,-107,402,-107v145,0,217,85,217,254r0,764r-172,0r0,-762v0,-61,-32,-92,-96,-92","w":1091,"k":{"\\":10}},"o":{"d":"518,20v-259,0,-405,-135,-405,-374r0,-289v3,-238,146,-375,405,-375v259,0,406,137,406,375r0,289v-3,238,-148,374,-406,374xm285,-348v0,146,77,219,233,219v156,0,234,-73,234,-219r0,-301v0,-146,-78,-219,-234,-219v-156,0,-233,73,-233,219r0,301","w":1036,"k":{"v":10,"\/":31,"\\":10,")":31,"}":20,"]":10,",":20,".":20}},"p":{"d":"164,428r0,-1425r145,0r15,90v93,-74,202,-111,329,-111v194,0,291,102,291,305r0,408v0,217,-108,326,-323,325v-90,0,-185,-10,-285,-30r0,413xm772,-713v-2,-112,-37,-153,-154,-153v-99,-1,-193,39,-282,118r0,586v103,21,194,31,274,31v117,-1,161,-55,162,-174r0,-408","w":1071,"k":{"}":10,"\\":31,"\/":31,")":20}},"q":{"d":"119,-645v7,-274,123,-374,424,-373v125,0,244,13,356,39r0,1382r-172,25r0,-477v-87,47,-192,69,-315,69v-195,0,-293,-104,-293,-311r0,-354xm530,-866v-177,1,-239,52,-239,215r0,366v1,108,50,154,162,154v79,0,171,-25,274,-76r0,-645v-63,-9,-128,-14,-197,-14","w":1062,"k":{"}":-31,"]":-41,"\\":10}},"r":{"d":"164,0r0,-997r149,0r11,139v83,-65,175,-119,274,-160r23,158v-82,39,-177,97,-285,172r0,688r-172,0","w":630,"k":{"}":-51,"x":-25,"v":-45,"]":-61,"\\":-20,"\/":20,"*":-51,")":-20,"a":6,"\u00e1":6,"\u00e6":6,"c":-6,"\u00e7":-6,"e":-6,"\u00e9":-6,"f":-10,"t":-16,"w":-41,",":102,".":102,":":10,";":10,"-":10,"y":-45,"\u00fd":-45,"\u00bb":-41}},"s":{"d":"784,-268v0,232,-91,288,-344,288v-119,0,-224,-18,-317,-53r22,-135v95,27,190,41,285,41v140,0,184,-8,184,-135v0,-55,-10,-90,-30,-106v-20,-16,-80,-37,-178,-62v-120,-30,-196,-64,-226,-102v-30,-38,-45,-110,-45,-218v0,-212,110,-266,344,-268v104,0,198,12,283,35r-12,141v-98,-19,-190,-29,-277,-28v-126,2,-168,13,-168,125v0,150,30,130,170,172v124,37,195,38,261,106v52,53,48,92,48,199","w":899,"k":{"]":-31,"\/":20,")":20,":":10,";":10,"-":10}},"t":{"d":"475,20v-170,-2,-248,-59,-248,-227r0,-647r-176,0r0,-143r176,0r0,-246r172,-25r0,271r283,0r-14,143r-269,0r0,618v2,85,15,110,103,111v42,0,95,-8,160,-25r22,134v-67,25,-136,37,-209,36","w":755,"k":{"}":-41,"x":-20,"v":-10,"]":-20,"\\":-31,"\/":-31,"o":4,"\u00f3":4,"\u00f8":4,"w":-14,"-":41,"y":-10,"\u00fd":-10,"\u00bb":-20}},"u":{"d":"422,-143v99,0,256,-59,334,-101r0,-753r172,0r0,997r-140,0r-16,-86v-147,71,-281,106,-401,106v-145,1,-217,-84,-217,-253r0,-764r172,0r0,761v0,61,32,93,96,93","w":1091},"v":{"d":"16,-997r170,0r275,856r274,-856r170,0r-330,997r-229,0","w":921,"k":{"x":-20,"v":-10,"\/":61,"*":-41,")":20,"a":16,"\u00e1":16,"\u00e6":16,"f":-10,"o":10,"\u00f3":10,"\u00f8":10,"t":-25,"w":-10,",":123,".":123,":":31,";":31,"y":-10,"\u00fd":-10}},"w":{"d":"37,-997r164,0r166,827r241,-827r209,0r242,827r166,-827r164,0r-213,997r-222,0r-241,-846r-242,846r-221,0","w":1425,"k":{"v":-20,"x":-10,"\/":31,"\\":-10,")":10,"*":-41,"y":-20,"\u00fd":-20,"f":-4,",":61,".":61,":":20,";":20,"t":-10,"a":10,"\u00e1":10,"\u00e6":10,"w":-20}},"x":{"d":"37,0r328,-502r-322,-495r178,0r238,366r237,-366r178,0r-323,495r330,502r-181,0r-241,-371r-240,371r-182,0","w":917,"k":{"}":-31,"x":-10,"v":-14,"]":-20,"\\":-10,"*":-41,")":-10,"w":-14,",":-10,".":-10,"-":45,"y":-14,"\u00fd":-14}},"y":{"d":"16,-997r170,0r273,860r276,-860r170,0r-330,997r-141,403r-162,0r140,-403r-72,0","w":917,"k":{"x":-20,"v":-10,"\\":-31,"\/":51,"*":-82,"a":16,"\u00e1":16,"\u00e6":16,"e":4,"\u00e9":4,"f":-10,"t":-25,"w":-10,",":113,".":113,"y":-10,"\u00fd":-10}},"z":{"d":"123,0r0,-139r508,-719r-498,0r0,-139r688,0r-2,139r-508,719r516,0r0,139r-704,0","w":940,"k":{"]":-20,"a":6,"\u00e1":6,"\u00e6":6,"-":20}},"{":{"d":"246,-508v5,-79,-51,-91,-133,-86r0,-139v81,5,133,-6,133,-86r0,-529v3,-193,51,-268,241,-270r134,0r0,145r-123,0v-59,1,-79,22,-80,82r0,494v-2,148,-23,218,-137,233v116,7,137,108,137,234r0,493v-11,109,110,77,203,82r0,146r-134,0v-191,-2,-241,-77,-241,-271r0,-528","w":641,"k":{"x":-31,"q":10,"p":-41,"m":10,"j":-102,"d":20,"X":-31,"V":-31,"Q":20,"@":61,"9":10,"8":10,"7":-51,"4":20,"3":-20,"2":-31,"0":10,"+":82,"*":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"C":20,"\u00c7":20,"G":20,"J":-82,"O":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"T":-20,"W":-31,"Y":-31,"\u00dd":-31,"\u0178":-31,"n":10,"a":20,"\u00e1":20,"\u00e6":20,"c":10,"\u00e7":10,"e":20,"\u00e9":20,"f":20,"o":20,"\u00f3":20,"\u00f8":20,",":41,".":41,":":41,";":41,"-":61,"r":10}},"|":{"d":"205,430r0,-2048r117,0r0,2048r-117,0","w":526},"}":{"d":"395,20v-3,193,-51,269,-241,271r-134,0r0,-146r123,0v59,-1,80,-21,80,-82r0,-493v2,-148,23,-218,137,-234v-116,-6,-137,-107,-137,-233r0,-494v11,-109,-110,-77,-203,-82r0,-145r134,0v190,2,241,77,241,270r0,529v-5,79,51,91,133,86r0,139v-81,-5,-133,6,-133,86r0,528","w":641},"~":{"d":"352,-565v-98,7,-108,69,-151,155r-109,-53v54,-133,105,-239,262,-239v49,0,108,26,174,76v66,50,115,75,146,75v54,0,99,-45,116,-77v8,-16,20,-43,33,-79r109,50v-53,161,-140,241,-260,241v-132,0,-207,-135,-320,-149","w":1024},"\u00a0":{"w":440},"\u00a1":{"d":"184,-762r0,-235r176,0r0,235r-176,0xm186,-260r33,-348r107,0r32,348r0,663r-172,0r0,-663","w":544},"\u00a2":{"d":"412,-166v-220,-23,-299,-127,-299,-358r0,-314v3,-227,84,-333,299,-356r0,-190r137,0r0,184v74,4,139,13,194,26r-10,144v-68,-12,-141,-19,-219,-19v-169,0,-229,41,-229,205r0,326v3,164,60,205,229,205v71,0,144,-6,219,-19r12,144v-61,17,-127,25,-196,26r0,182r-137,0r0,-186","w":868,"k":{"7":-41,"4":-20,"1":-41}},"\u00a3":{"d":"631,-1196v-157,0,-219,27,-219,174v0,83,29,175,88,274r393,0r-6,136r-350,0v11,26,16,57,16,94v0,125,-58,248,-174,368r579,0r0,150r-788,0r0,-150v141,-112,211,-235,211,-368v0,-37,-6,-68,-19,-94r-219,0r0,-136r179,0v-55,-90,-82,-185,-82,-284v0,-240,132,-309,391,-311v109,0,218,14,325,43r-20,141v-95,-25,-197,-37,-305,-37","w":1091,"k":{"7":-51,"3":-31,"2":-31,"1":-20}},"\u00a4":{"d":"143,-268r131,-131v-23,-37,-34,-85,-34,-144r0,-288v0,-56,11,-103,34,-142r-131,-131r107,-106r141,141v89,-41,261,-41,357,0r141,-141r106,106r-131,131v23,38,35,85,35,142r0,288v0,59,-12,107,-35,144r131,131r-106,106r-141,-141v-87,41,-270,41,-357,2r-141,139xm569,-961v-131,0,-176,35,-176,158r0,234v3,123,45,157,176,157v129,0,176,-34,176,-157r0,-234v-2,-123,-46,-158,-176,-158","w":1138},"\u00a5":{"d":"41,-1323r184,0r338,721r338,-721r184,0r-286,600r211,0r0,121r-269,0r-90,190r359,0r0,121r-359,0r0,291r-176,0r0,-291r-356,0r0,-121r356,0r-92,-190r-264,0r0,-121r207,0","w":1126,"k":{"7":-82,"3":-31,"2":-31,"1":-61}},"\u00a6":{"d":"205,-424r117,0r0,854r-117,0r0,-854xm205,-764r0,-854r117,0r0,854r-117,0","w":526},"\u00a7":{"d":"430,-1251v-101,0,-129,20,-129,116v0,233,81,597,244,1090r-144,45v-172,-491,-258,-876,-258,-1153v0,-181,96,-229,291,-231v105,0,206,17,303,51r-22,123v-119,-27,-214,-41,-285,-41xm995,150v0,181,-96,229,-291,231v-105,0,-206,-17,-303,-51r23,-123v119,27,214,41,285,41v101,0,129,-20,129,-117v0,-233,-81,-596,-244,-1089r143,-46v172,491,258,876,258,1154","w":1128},"\u00a8":{"d":"143,-1149r0,-170r160,0r0,170r-160,0xm498,-1149r0,-170r159,0r0,170r-159,0","w":800},"\u00a9":{"d":"823,20v-400,0,-700,-310,-700,-702v0,-393,298,-702,700,-702v405,0,703,306,703,702v0,394,-299,702,-703,702xm823,-1264v-335,0,-573,254,-573,582v0,328,239,582,573,582v337,0,576,-251,576,-582v0,-331,-239,-582,-576,-582xm846,-326v-179,-1,-266,-54,-266,-221r0,-282v3,-167,86,-221,266,-222v69,0,135,9,196,27r-12,109v-61,-13,-121,-21,-180,-21v-114,0,-143,12,-143,119r0,258v3,107,29,119,143,119v59,0,119,-7,180,-21r12,109v-61,18,-127,27,-196,26","w":1648},"\u00aa":{"d":"379,-1425v162,1,233,49,233,200r0,428r-90,0r-6,-45v-55,38,-121,58,-199,58v-109,0,-163,-60,-163,-177v0,-127,61,-174,188,-174r164,0r0,-96v-2,-87,-39,-102,-133,-104v-53,0,-115,7,-185,22r-12,-86v63,-18,130,-27,203,-26xm506,-1047v-101,9,-253,-37,-246,82v4,70,14,90,86,91v55,0,108,-17,160,-52r0,-121","w":776},"\u00ab":{"d":"82,-500r260,-395r119,78r-209,317r209,318r-119,78xm479,-500r260,-395r119,78r-209,317r209,318r-119,78","w":991,"k":{"V":82,"X":51,"M":31,"1":51,"7":10,"T":123,"W":61,"Y":123,"\u00dd":123,"\u0178":123,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"t":-10,"S":31,"J":20}},"\u00ac":{"d":"123,-469r0,-143r831,0r0,489r-151,0r0,-346r-680,0","w":1128},"\u00ad":{"d":"123,-500r0,-141r512,0r0,141r-512,0","w":757},"\u00ae":{"d":"483,-684v-214,0,-370,-161,-370,-370v0,-209,156,-371,370,-371v214,0,369,162,369,371v0,209,-155,370,-369,370xm483,-1343v-174,0,-284,120,-284,288v0,168,110,289,284,289v175,0,283,-121,283,-289v0,-168,-109,-288,-283,-288xm369,-893r0,-340r133,0v91,-1,106,48,106,137v0,35,-16,62,-49,80r90,123r-69,0r-84,-113r-70,0r0,113r-57,0xm549,-1098v0,-47,4,-82,-49,-82r-74,0r0,121v50,-2,123,13,123,-39","w":964},"\u00af":{"d":"133,-1139r0,-121r494,0r0,121r-494,0","w":759},"\u00b0":{"d":"356,-877v-142,0,-233,-98,-233,-233v0,-135,92,-233,233,-233v142,0,234,98,234,233v0,135,-93,233,-234,233xm356,-1251v-83,0,-129,60,-129,141v0,81,46,141,129,141v83,0,129,-60,129,-141v0,-81,-46,-141,-129,-141","w":712},"\u00b1":{"d":"143,0r0,-135r832,0r0,135r-832,0xm143,-614r0,-144r340,0r0,-346r152,0r0,346r340,0r0,144r-340,0r0,346r-152,0r0,-346r-340,0","w":1118},"\u00b2":{"d":"371,-1343v185,0,258,65,258,249v0,47,-6,85,-21,115v-48,93,-198,263,-276,361r299,0r0,120r-488,0r0,-106r203,-242v68,-82,109,-136,124,-162v20,-35,24,-65,22,-112v-3,-87,-37,-99,-132,-99v-56,0,-119,9,-190,27r-20,-117v69,-23,143,-34,221,-34","w":794},"\u00b3":{"d":"637,-694v-7,168,-83,212,-268,213v-77,0,-148,-9,-215,-27r14,-108v71,12,140,18,207,18v94,-1,126,-15,129,-98r0,-68v0,-61,-38,-92,-115,-92r-188,0r0,-117r190,0v64,0,96,-28,96,-84r0,-82v-2,-75,-41,-88,-125,-88v-73,0,-135,5,-186,15r-10,-109v60,-15,128,-23,203,-22v168,2,247,40,252,194v4,115,-3,193,-89,231v92,27,110,106,105,224","w":790},"\u00b4":{"d":"143,-1225v124,-73,218,-135,281,-186r74,115v-87,64,-182,123,-285,178","w":641},"\u00b5":{"d":"422,-143v99,0,256,-59,334,-101r0,-753r172,0r0,997r-140,0r-16,-86v-168,76,-292,117,-446,102r0,387r-172,0r0,-1400r172,0r0,772v1,55,33,82,96,82","w":1091},"\u00b6":{"d":"559,-510v-237,5,-426,-189,-426,-426v0,-237,189,-434,426,-428r0,854xm508,322v97,-91,155,-149,174,-173v19,-24,29,-49,29,-75r0,-1438r147,0r0,1444v0,48,-12,87,-34,117v-22,30,-97,106,-226,227","w":1052},"\u00b7":{"d":"174,-543r0,-235r176,0r0,235r-176,0","w":524},"\u00b8":{"d":"502,244v0,168,-228,189,-369,129r21,-84v81,27,234,38,237,-43v3,-60,-88,-72,-147,-49r-60,-27r43,-197r99,0r-29,142v111,-23,205,19,205,129","w":634},"\u00b9":{"d":"113,-1184r243,-139r111,0r0,829r-137,0r0,-669r-166,84","w":681},"\u00ba":{"d":"403,-784v-162,0,-249,-84,-249,-232r0,-178v2,-148,88,-231,249,-231v159,0,250,84,250,231r0,178v-2,147,-91,232,-250,232xm258,-1012v0,90,48,135,145,135v95,0,144,-45,144,-135r0,-186v0,-90,-48,-135,-144,-135v-97,0,-145,45,-145,135r0,186","w":806},"\u00bb":{"d":"133,-182r209,-318r-209,-317r119,-78r260,395r-260,396xm530,-182r209,-318r-209,-317r119,-78r260,395r-260,396","w":991,"k":{"V":61,"X":41,"*":41,"M":10,"1":41,"4":-41,"7":31,"%":20,"9":20,"T":102,"W":51,"Y":92,"\u00dd":92,"\u0178":92,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"Z":20,"S":20}},"\u00bc":{"d":"123,-1184r244,-139r110,0r0,829r-137,0r0,-669r-166,84xm457,20r569,-1411r113,48r-568,1411xm934,-178r0,-113r323,-538r189,0r0,538r121,0r0,113r-121,0r0,178r-131,0r0,-178r-381,0xm1077,-291r238,0r0,-416","w":1710},"\u00bd":{"d":"123,-1184r244,-139r110,0r0,829r-137,0r0,-669r-166,84xm455,20r569,-1411r113,48r-568,1411xm1319,-846v185,-1,258,66,258,250v0,47,-6,86,-21,115v-49,93,-199,262,-276,360r299,0r0,121r-487,0r0,-106r202,-242v68,-82,109,-136,124,-162v20,-35,23,-66,22,-113v-2,-86,-37,-98,-131,-98v-56,0,-120,9,-191,27r-20,-117v69,-23,143,-35,221,-35","w":1742},"\u00be":{"d":"637,-694v-7,168,-83,212,-268,213v-77,0,-148,-9,-215,-27r14,-108v71,12,140,18,207,18v94,-1,126,-15,129,-98r0,-68v0,-61,-38,-92,-115,-92r-188,0r0,-117r190,0v64,0,96,-28,96,-84r0,-82v-2,-75,-41,-88,-125,-88v-73,0,-135,5,-186,15r-10,-109v60,-15,128,-23,203,-22v168,2,247,40,252,194v4,115,-3,193,-89,231v92,27,110,106,105,224xm532,20r570,-1411r112,48r-567,1411xm1006,-178r0,-113r323,-538r189,0r0,538r120,0r0,113r-120,0r0,178r-132,0r0,-178r-380,0xm1149,-291r237,0r0,-416","w":1781},"\u00bf":{"d":"530,424v-306,0,-397,-80,-397,-369v0,-264,20,-284,184,-409r248,-189r99,131r-104,77v-88,65,-202,145,-236,214v-15,29,-19,86,-19,168v0,193,36,223,238,223v111,0,210,-10,297,-30r22,147v-93,25,-203,37,-332,37xm489,-762r0,-235r177,0r0,235r-177,0","w":974},"\u00c0":{"d":"57,0r461,-1364r238,0r461,1364r-179,0r-112,-328r-580,0r-110,328r-179,0xm393,-481r488,0r-244,-756xm395,-1618r78,-119v75,56,161,112,256,168r-70,113v-98,-49,-186,-103,-264,-162"},"\u00c1":{"d":"57,0r461,-1364r238,0r461,1364r-179,0r-112,-328r-580,0r-110,328r-179,0xm393,-481r488,0r-244,-756xm561,-1569v95,-56,181,-112,256,-168r78,119v-78,59,-166,113,-264,162"},"\u00c2":{"d":"57,0r461,-1364r238,0r461,1364r-179,0r-112,-328r-580,0r-110,328r-179,0xm381,-1552v98,-60,183,-118,256,-174v73,56,158,114,256,174r-53,96v-59,-27,-126,-66,-203,-115v-77,49,-144,88,-203,115xm393,-481r488,0r-244,-756"},"\u00c3":{"d":"57,0r461,-1364r238,0r461,1364r-179,0r-112,-328r-580,0r-110,328r-179,0xm766,-1479v-58,0,-182,-75,-231,-75v-31,0,-67,22,-107,67r-74,-69v51,-82,112,-123,183,-123v54,0,191,75,229,75v35,0,66,-20,92,-61r84,57v-39,86,-98,129,-176,129xm393,-481r488,0r-244,-756"},"\u00c4":{"d":"57,0r461,-1364r238,0r461,1364r-179,0r-112,-328r-580,0r-110,328r-179,0xm375,-1483r0,-159r164,0r0,159r-164,0xm393,-481r488,0r-244,-756xm737,-1483r0,-159r164,0r0,159r-164,0"},"\u00c5":{"d":"57,0r461,-1364r238,0r461,1364r-179,0r-112,-328r-580,0r-110,328r-179,0xm393,-481r488,0r-244,-756xm637,-1427v-86,0,-141,-59,-141,-140v0,-83,54,-141,141,-141v87,0,143,58,143,141v0,81,-57,140,-143,140xm575,-1567v0,44,20,66,61,66v41,0,62,-22,62,-66v0,-45,-21,-68,-62,-68v-41,0,-61,23,-61,68"},"\u00c6":{"d":"57,0r461,-1364r1065,0r0,158r-774,0r143,428r586,0r0,157r-532,0r157,463r422,0r0,158r-547,0r-112,-328r-580,0r-110,328r-179,0xm393,-481r488,0r-244,-756","w":1718},"\u00c7":{"d":"530,16v-257,-16,-387,-139,-387,-397r0,-602v4,-285,163,-402,467,-401v121,0,236,12,344,36r-18,152v-108,-19,-215,-29,-320,-29v-215,0,-297,47,-297,252r0,582v4,205,83,252,297,252v105,0,212,-10,320,-29r18,152v-100,22,-208,34,-325,36r-23,109v113,-23,211,19,205,129v-6,107,-85,160,-205,160v-57,0,-112,-10,-164,-31r21,-84v81,28,234,40,237,-43v3,-60,-88,-70,-147,-49r-59,-27","w":1056},"\u00c8":{"d":"174,0r0,-1364r803,0r0,158r-627,0r0,428r582,0r0,157r-582,0r0,463r629,0r0,158r-805,0xm356,-1618r78,-119v75,56,161,112,256,168r-69,113v-99,-49,-187,-103,-265,-162","w":1105},"\u00c9":{"d":"174,0r0,-1364r803,0r0,158r-627,0r0,428r582,0r0,157r-582,0r0,463r629,0r0,158r-805,0xm469,-1569v95,-56,181,-112,256,-168r78,119v-78,59,-166,113,-264,162","w":1105},"\u00ca":{"d":"174,0r0,-1364r803,0r0,158r-627,0r0,428r582,0r0,157r-582,0r0,463r629,0r0,158r-805,0xm338,-1552v98,-60,183,-118,256,-174v73,56,158,114,256,174r-53,96v-59,-27,-126,-66,-203,-115v-77,49,-144,88,-203,115","w":1105},"\u00cb":{"d":"174,0r0,-1364r803,0r0,158r-627,0r0,428r582,0r0,157r-582,0r0,463r629,0r0,158r-805,0xm311,-1483r0,-159r164,0r0,159r-164,0xm674,-1483r0,-159r164,0r0,159r-164,0","w":1105},"\u00cc":{"d":"23,-1618r77,-119v75,56,161,112,256,168r-69,113v-98,-49,-186,-103,-264,-162xm184,0r0,-1364r176,0r0,1364r-176,0","w":544},"\u00cd":{"d":"184,0r0,-1364r176,0r0,1364r-176,0xm197,-1569v95,-56,181,-112,256,-168r77,119v-78,59,-166,113,-264,162","w":544},"\u00ce":{"d":"16,-1552v98,-60,183,-118,256,-174v73,56,158,114,256,174r-53,96v-59,-27,-126,-66,-203,-115v-77,49,-144,88,-202,115xm184,0r0,-1364r176,0r0,1364r-176,0","w":544},"\u00cf":{"d":"10,-1483r0,-159r164,0r0,159r-164,0xm184,0r0,-1364r176,0r0,1364r-176,0xm373,-1483r0,-159r164,0r0,159r-164,0","w":544},"\u00d0":{"d":"82,-621r0,-143r162,0r0,-600r477,0v292,0,438,130,438,391r0,582v0,261,-146,391,-438,391r-477,0r0,-621r-162,0xm983,-961v-3,-178,-78,-245,-268,-245r-295,0r0,442r270,0r0,143r-270,0r0,463r295,0v191,0,268,-67,268,-245r0,-558","w":1292},"\u00d1":{"d":"174,0r0,-1364r242,0r594,1167r0,-1167r168,0r0,1364r-242,0r-594,-1161r0,1161r-168,0xm811,-1479v-58,0,-182,-75,-231,-75v-31,0,-67,22,-107,67r-74,-69v51,-82,112,-123,183,-123v54,0,191,75,229,75v35,0,66,-20,92,-61r84,57v-39,86,-98,129,-176,129","w":1351},"\u00d2":{"d":"637,20v-303,0,-494,-142,-494,-413r0,-578v5,-270,191,-413,494,-413v303,0,493,142,493,413r0,578v-5,270,-190,413,-493,413xm319,-397v0,175,105,262,317,262v212,0,318,-87,318,-262r0,-570v0,-175,-106,-262,-318,-262v-212,0,-317,87,-317,262r0,570xm399,-1618r78,-119v75,56,161,112,256,168r-69,113v-99,-49,-187,-103,-265,-162","k":{"V":27,"X":20,"\/":51,"\\":-10,")":31,"}":20,"]":20,"T":37,"W":12,"Y":31,"\u00dd":31,"\u0178":31,",":31,".":31,":":20,";":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"Z":10}},"\u00d3":{"d":"637,20v-303,0,-494,-142,-494,-413r0,-578v5,-270,191,-413,494,-413v303,0,493,142,493,413r0,578v-5,270,-190,413,-493,413xm319,-397v0,175,105,262,317,262v212,0,318,-87,318,-262r0,-570v0,-175,-106,-262,-318,-262v-212,0,-317,87,-317,262r0,570xm543,-1569v95,-56,181,-112,256,-168r78,119v-78,59,-166,113,-265,162","k":{"V":27,"X":20,"\/":51,"\\":-10,")":31,"}":20,"]":20,"T":37,"W":12,"Y":31,"\u00dd":31,"\u0178":31,",":31,".":31,":":20,";":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"Z":10}},"\u00d4":{"d":"637,20v-303,0,-494,-142,-494,-413r0,-578v5,-270,191,-413,494,-413v303,0,493,142,493,413r0,578v-5,270,-190,413,-493,413xm319,-397v0,175,105,262,317,262v212,0,318,-87,318,-262r0,-570v0,-175,-106,-262,-318,-262v-212,0,-317,87,-317,262r0,570xm381,-1552v98,-60,183,-118,256,-174v73,56,158,114,256,174r-53,96v-59,-27,-126,-66,-203,-115v-77,49,-144,88,-203,115","k":{"V":27,"X":20,"\/":51,"\\":-10,")":31,"}":20,"]":20,"T":37,"W":12,"Y":31,"\u00dd":31,"\u0178":31,",":31,".":31,":":20,";":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"Z":10}},"\u00d5":{"d":"637,20v-303,0,-494,-142,-494,-413r0,-578v5,-270,191,-413,494,-413v303,0,493,142,493,413r0,578v-5,270,-190,413,-493,413xm319,-397v0,175,105,262,317,262v212,0,318,-87,318,-262r0,-570v0,-175,-106,-262,-318,-262v-212,0,-317,87,-317,262r0,570xm756,-1479v-59,0,-182,-75,-232,-75v-31,0,-67,22,-106,67r-74,-69v52,-82,113,-123,182,-123v54,0,192,75,230,75v35,0,66,-20,92,-61r84,57v-39,86,-98,129,-176,129","k":{"V":27,"X":20,"\/":51,"\\":-10,")":31,"}":20,"]":20,"T":37,"W":12,"Y":31,"\u00dd":31,"\u0178":31,",":31,".":31,":":20,";":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"Z":10}},"\u00d6":{"d":"637,20v-303,0,-494,-142,-494,-413r0,-578v5,-270,191,-413,494,-413v303,0,493,142,493,413r0,578v-5,270,-190,413,-493,413xm319,-397v0,175,105,262,317,262v212,0,318,-87,318,-262r0,-570v0,-175,-106,-262,-318,-262v-212,0,-317,87,-317,262r0,570xm375,-1483r0,-159r164,0r0,159r-164,0xm737,-1483r0,-159r164,0r0,159r-164,0","k":{"V":27,"X":20,"\/":51,"\\":-10,")":31,"}":20,"]":20,"T":37,"W":12,"Y":31,"\u00dd":31,"\u0178":31,",":31,".":31,":":20,";":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"Z":10}},"\u00d7":{"d":"143,-207r289,-289r-289,-290r103,-101r289,287r290,-287r103,101r-289,290r289,289r-103,103r-290,-289r-289,289","w":1071},"\u00d8":{"d":"1130,-393v-5,270,-190,413,-493,413v-124,0,-226,-22,-305,-67r-99,170r-90,-53r105,-181v-69,-71,-105,-165,-105,-282r0,-578v5,-270,191,-413,494,-413v124,0,226,22,305,67r98,-170r90,53r-104,183v69,71,104,164,104,280r0,578xm319,-397v0,44,8,84,23,121r518,-898v-56,-37,-130,-55,-223,-55v-211,0,-318,87,-318,262r0,570xm414,-190v52,37,126,55,223,55v211,0,317,-87,317,-262r0,-570v0,-47,-8,-87,-24,-120","k":{"V":27,"X":20,"\/":51,"\\":-10,")":31,"}":20,"]":20,"T":37,"W":12,"Y":31,"\u00dd":31,"\u0178":31,",":31,".":31,":":20,";":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20,"Z":10}},"\u00d9":{"d":"647,20v-303,0,-483,-133,-483,-403r0,-981r176,0r0,971v0,171,102,256,307,256v205,0,307,-85,307,-256r0,-971r176,0r0,981v-6,269,-181,403,-483,403xm430,-1618r78,-119v75,56,161,112,256,168r-70,113v-98,-49,-186,-103,-264,-162","w":1294,"k":{"\/":61,"\\":-31,"Y":-4,"\u00dd":-4,"\u0178":-4,",":41,".":41,":":10,";":10,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20}},"\u00da":{"d":"647,20v-303,0,-483,-133,-483,-403r0,-981r176,0r0,971v0,171,102,256,307,256v205,0,307,-85,307,-256r0,-971r176,0r0,981v-6,269,-181,403,-483,403xm543,-1569v95,-56,181,-112,256,-168r78,119v-78,59,-166,113,-265,162","w":1294,"k":{"\/":61,"\\":-31,"Y":-4,"\u00dd":-4,"\u0178":-4,",":41,".":41,":":10,";":10,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20}},"\u00db":{"d":"647,20v-303,0,-483,-133,-483,-403r0,-981r176,0r0,971v0,171,102,256,307,256v205,0,307,-85,307,-256r0,-971r176,0r0,981v-6,269,-181,403,-483,403xm391,-1552v98,-60,183,-118,256,-174v73,56,158,114,256,174r-53,96v-59,-27,-126,-66,-203,-115v-77,49,-144,88,-203,115","w":1294,"k":{"\/":61,"\\":-31,"Y":-4,"\u00dd":-4,"\u0178":-4,",":41,".":41,":":10,";":10,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20}},"\u00dc":{"d":"647,20v-303,0,-483,-133,-483,-403r0,-981r176,0r0,971v0,171,102,256,307,256v205,0,307,-85,307,-256r0,-971r176,0r0,981v-6,269,-181,403,-483,403xm385,-1483r0,-159r164,0r0,159r-164,0xm748,-1483r0,-159r163,0r0,159r-163,0","w":1294,"k":{"\/":61,"\\":-31,"Y":-4,"\u00dd":-4,"\u0178":-4,",":41,".":41,":":10,";":10,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u00c5":20}},"\u00dd":{"d":"20,-1364r185,0r356,762r357,-762r184,0r-453,952r0,412r-176,0r0,-412xm481,-1569v95,-56,181,-112,256,-168r78,119v-78,59,-166,113,-264,162","w":1122,"k":{"V":-10,"v":51,"x":72,"Q":31,"\/":174,"\\":-31,")":-31,"}":-31,"?":-31,"*":-31,"d":133,"g":143,"q":133,"]":-10,"m":113,"p":113,"M":10,"C":51,"\u00c7":51,"O":31,"\u00d2":31,"\u00d3":31,"\u00d4":31,"\u00d5":31,"\u00d6":31,"\u00d8":31,"T":-20,"W":-20,"Y":-31,"\u00dd":-31,"\u0178":-31,"e":154,"\u00e9":154,"o":154,"\u00f3":154,"\u00f8":154,"y":51,"\u00fd":51,"f":31,"z":123,"G":45,",":266,".":266,":":174,";":174,"\u00ab":92,"\u00bb":123,"-":174,"A":119,"\u00c0":119,"\u00c1":119,"\u00c2":119,"\u00c3":119,"\u00c4":119,"\u00c5":119,"c":143,"\u00e7":143,"t":31,"u":113,"\u00fa":113,"a":133,"\u00e1":133,"\u00e6":133,"w":51,"Z":20,"n":113,"r":123,"s":147,"S":16}},"\u00de":{"d":"1063,-590v-5,241,-133,338,-395,338r-318,0r0,252r-176,0r0,-1364r176,0r0,236r318,0v261,-1,390,97,395,335r0,203xm887,-791v-3,-147,-68,-180,-225,-180r-312,0r0,561r312,0v157,-2,225,-33,225,-180r0,-201","w":1134},"\u00df":{"d":"565,-1300v-157,1,-219,66,-219,229r0,1071r-172,0r0,-1071v-1,-240,147,-375,392,-375v228,0,378,111,378,315v0,81,-30,168,-82,267v-55,103,-80,140,-64,218v25,46,75,85,134,126v83,60,135,105,154,135v19,30,28,78,28,145v0,200,-82,259,-301,260v-85,0,-162,-11,-231,-34r20,-133v63,15,128,23,197,22v104,-2,147,-16,147,-106v0,-44,-9,-75,-22,-95v-24,-35,-248,-178,-272,-230v-50,-110,-30,-210,34,-325v59,-107,86,-127,86,-250v0,-113,-69,-170,-207,-169","w":1216},"\u00e0":{"d":"492,-1018v260,1,378,83,378,324r0,694r-145,0r-10,-74v-90,63,-198,94,-324,94v-176,1,-264,-95,-264,-286v1,-206,98,-281,305,-281r266,0r0,-155v-3,-139,-67,-168,-217,-168v-95,0,-195,11,-299,32r-18,-137v109,-29,219,-43,328,-43xm293,-1296r74,-115v63,52,156,114,280,186r-69,107v-103,-55,-198,-114,-285,-178xm444,-403v-105,1,-145,30,-145,133v0,114,23,143,141,143v87,0,173,-27,258,-82r0,-194r-254,0","w":1009},"\u00e1":{"d":"492,-1018v260,1,378,83,378,324r0,694r-145,0r-10,-74v-90,63,-198,94,-324,94v-176,1,-264,-95,-264,-286v1,-206,98,-281,305,-281r266,0r0,-155v-3,-139,-67,-168,-217,-168v-95,0,-195,11,-299,32r-18,-137v109,-29,219,-43,328,-43xm444,-403v-105,1,-145,30,-145,133v0,114,23,143,141,143v87,0,173,-27,258,-82r0,-194r-254,0xm371,-1225v124,-73,217,-135,280,-186r74,115v-87,64,-182,123,-285,178","w":1009},"\u00e2":{"d":"492,-1018v260,1,378,83,378,324r0,694r-145,0r-10,-74v-90,63,-198,94,-324,94v-176,1,-264,-95,-264,-286v1,-206,98,-281,305,-281r266,0r0,-155v-3,-139,-67,-168,-217,-168v-95,0,-195,11,-299,32r-18,-137v109,-29,219,-43,328,-43xm236,-1200v90,-53,181,-118,272,-193v91,75,182,140,272,193r-61,96v-86,-47,-156,-92,-211,-137v-55,45,-125,91,-211,137xm444,-403v-105,1,-145,30,-145,133v0,114,23,143,141,143v87,0,173,-27,258,-82r0,-194r-254,0","w":1009},"\u00e3":{"d":"492,-1018v260,1,378,83,378,324r0,694r-145,0r-10,-74v-90,63,-198,94,-324,94v-176,1,-264,-95,-264,-286v1,-206,98,-281,305,-281r266,0r0,-155v-3,-139,-67,-168,-217,-168v-95,0,-195,11,-299,32r-18,-137v109,-29,219,-43,328,-43xm645,-1126v-58,0,-183,-76,-231,-76v-31,0,-67,22,-107,67r-74,-69v52,-82,113,-123,183,-123v54,0,190,76,229,76v35,0,66,-21,92,-62r84,58v-39,86,-98,129,-176,129xm444,-403v-105,1,-145,30,-145,133v0,114,23,143,141,143v87,0,173,-27,258,-82r0,-194r-254,0","w":1009},"\u00e4":{"d":"492,-1018v260,1,378,83,378,324r0,694r-145,0r-10,-74v-90,63,-198,94,-324,94v-176,1,-264,-95,-264,-286v1,-206,98,-281,305,-281r266,0r0,-155v-3,-139,-67,-168,-217,-168v-95,0,-195,11,-299,32r-18,-137v109,-29,219,-43,328,-43xm266,-1149r0,-170r160,0r0,170r-160,0xm444,-403v-105,1,-145,30,-145,133v0,114,23,143,141,143v87,0,173,-27,258,-82r0,-194r-254,0xm621,-1149r0,-170r159,0r0,170r-159,0","w":1009},"\u00e5":{"d":"492,-1018v260,1,378,83,378,324r0,694r-145,0r-10,-74v-90,63,-198,94,-324,94v-176,1,-264,-95,-264,-286v1,-206,98,-281,305,-281r266,0r0,-155v-3,-139,-67,-168,-217,-168v-95,0,-195,11,-299,32r-18,-137v109,-29,219,-43,328,-43xm444,-403v-105,1,-145,30,-145,133v0,114,23,143,141,143v87,0,173,-27,258,-82r0,-194r-254,0xm508,-1102v-92,0,-152,-61,-152,-150v0,-89,60,-149,152,-149v93,0,151,60,151,149v0,89,-59,150,-151,150xm508,-1325v-41,0,-68,31,-68,73v0,42,27,74,68,74v42,0,67,-32,67,-74v0,-42,-25,-73,-67,-73","w":1009},"\u00e6":{"d":"401,20v-200,0,-274,-93,-274,-286v0,-206,98,-281,305,-281r266,0r0,-155v-3,-139,-67,-168,-217,-168v-95,0,-195,11,-299,32r-18,-137v214,-56,503,-76,631,57v71,-67,169,-100,295,-100v250,0,375,126,374,377r0,209r-594,0r0,106v9,159,64,199,238,199v91,0,196,-16,315,-47r23,137v-196,75,-567,95,-676,-59v-107,78,-230,116,-369,116xm444,-403v-105,1,-145,30,-145,133v0,114,23,143,141,143v89,0,180,-26,275,-78v-15,-60,-18,-125,-17,-198r-254,0xm1090,-874v-185,0,-233,109,-220,299r428,0v8,-186,-20,-299,-208,-299","w":1570},"\u00e7":{"d":"401,14v-220,-23,-299,-125,-299,-356r0,-313v5,-262,115,-364,398,-363v94,0,173,10,237,31r-14,143v-71,-15,-144,-23,-219,-22v-168,3,-230,41,-230,204r0,326v3,164,61,205,230,205v75,0,148,-8,219,-23r16,144v-64,21,-144,31,-239,30r-23,109v111,-23,211,19,205,129v-5,107,-85,160,-205,160v-57,0,-112,-10,-164,-31r21,-84v81,28,234,40,237,-43v3,-60,-88,-70,-147,-49r-59,-27","w":837},"\u00e8":{"d":"508,20v-268,2,-395,-114,-395,-366r0,-299v0,-249,130,-373,391,-373v250,0,375,126,375,377r0,209r-594,0r0,84v4,175,54,221,237,221v91,0,197,-16,316,-47r22,137v-104,38,-221,57,-352,57xm279,-1296r73,-115v63,52,156,114,281,186r-70,107v-102,-55,-197,-114,-284,-178xm504,-874v-186,0,-231,109,-219,299r428,0v8,-186,-21,-299,-209,-299","w":985},"\u00e9":{"d":"508,20v-268,2,-395,-114,-395,-366r0,-299v0,-249,130,-373,391,-373v250,0,375,126,375,377r0,209r-594,0r0,84v4,175,54,221,237,221v91,0,197,-16,316,-47r22,137v-104,38,-221,57,-352,57xm504,-874v-186,0,-231,109,-219,299r428,0v8,-186,-21,-299,-209,-299xm375,-1225v124,-73,217,-135,280,-186r74,115v-87,64,-182,123,-285,178","w":985},"\u00ea":{"d":"508,20v-268,2,-395,-114,-395,-366r0,-299v0,-249,130,-373,391,-373v250,0,375,126,375,377r0,209r-594,0r0,84v4,175,54,221,237,221v91,0,197,-16,316,-47r22,137v-104,38,-221,57,-352,57xm246,-1200v90,-53,181,-118,272,-193v91,75,182,140,273,193r-62,96v-86,-47,-156,-92,-211,-137v-55,45,-125,91,-211,137xm504,-874v-186,0,-231,109,-219,299r428,0v8,-186,-21,-299,-209,-299","w":985},"\u00eb":{"d":"508,20v-268,2,-395,-114,-395,-366r0,-299v0,-249,130,-373,391,-373v250,0,375,126,375,377r0,209r-594,0r0,84v4,175,54,221,237,221v91,0,197,-16,316,-47r22,137v-104,38,-221,57,-352,57xm258,-1149r0,-170r160,0r0,170r-160,0xm504,-874v-186,0,-231,109,-219,299r428,0v8,-186,-21,-299,-209,-299xm612,-1149r0,-170r160,0r0,170r-160,0","w":985},"\u00ec":{"d":"4,-1296r74,-115v63,52,156,114,280,186r-69,107v-103,-55,-198,-114,-285,-178xm164,0r0,-997r172,0r0,997r-172,0","w":499},"\u00ed":{"d":"164,0r0,-997r172,0r0,997r-172,0xm166,-1225v124,-73,217,-135,280,-186r74,115v-87,64,-182,123,-284,178","w":499},"\u00ee":{"d":"-23,-1200v90,-53,181,-118,273,-193v91,75,182,140,272,193r-61,96v-86,-47,-156,-92,-211,-137v-55,45,-125,91,-211,137xm164,0r0,-997r172,0r0,997r-172,0","w":499},"\u00ef":{"d":"-6,-1149r0,-170r160,0r0,170r-160,0xm164,0r0,-997r172,0r0,997r-172,0xm348,-1149r0,-170r160,0r0,170r-160,0","w":499},"\u00f0":{"d":"928,-336v-4,236,-141,356,-398,356v-265,0,-397,-119,-397,-356r0,-229v4,-270,88,-380,363,-381v95,0,182,22,260,67v-9,-115,-63,-208,-162,-280r-176,127r-60,-78r148,-107v-48,-26,-118,-55,-211,-86r43,-133v109,31,208,74,295,127r135,-96r59,78r-108,78v139,116,209,280,209,493r0,420xm510,-799v-146,1,-205,64,-205,209r0,228v4,171,43,233,225,233v182,0,226,-63,226,-233r0,-357v-75,-53,-157,-80,-246,-80","w":1060},"\u00f1":{"d":"670,-854v-99,0,-256,58,-334,100r0,754r-172,0r0,-997r139,0r16,86v147,-71,281,-107,402,-107v145,0,217,85,217,254r0,764r-172,0r0,-762v0,-61,-32,-92,-96,-92xm674,-1126v-59,0,-183,-76,-232,-76v-31,0,-67,22,-106,67r-74,-69v52,-82,113,-123,182,-123v54,0,191,76,230,76v35,0,66,-21,92,-62r84,58v-39,86,-98,129,-176,129","w":1091},"\u00f2":{"d":"518,20v-259,0,-405,-135,-405,-374r0,-289v3,-238,146,-375,405,-375v259,0,406,137,406,375r0,289v-3,238,-148,374,-406,374xm260,-1296r74,-115v63,52,156,114,280,186r-69,107v-103,-55,-198,-114,-285,-178xm285,-348v0,146,77,219,233,219v156,0,234,-73,234,-219r0,-301v0,-146,-78,-219,-234,-219v-156,0,-233,73,-233,219r0,301","w":1036},"\u00f3":{"d":"518,20v-259,0,-405,-135,-405,-374r0,-289v3,-238,146,-375,405,-375v259,0,406,137,406,375r0,289v-3,238,-148,374,-406,374xm285,-348v0,146,77,219,233,219v156,0,234,-73,234,-219r0,-301v0,-146,-78,-219,-234,-219v-156,0,-233,73,-233,219r0,301xm389,-1225v124,-73,218,-135,281,-186r73,115v-87,64,-182,123,-284,178","w":1036,"k":{"v":10,"\/":31,"\\":10,")":31,"}":20,"]":10,",":20,".":20}},"\u00f4":{"d":"518,20v-259,0,-405,-135,-405,-374r0,-289v3,-238,146,-375,405,-375v259,0,406,137,406,375r0,289v-3,238,-148,374,-406,374xm246,-1200v90,-53,181,-118,272,-193v91,75,182,140,273,193r-62,96v-86,-47,-156,-92,-211,-137v-55,45,-125,91,-211,137xm285,-348v0,146,77,219,233,219v156,0,234,-73,234,-219r0,-301v0,-146,-78,-219,-234,-219v-156,0,-233,73,-233,219r0,301","w":1036},"\u00f5":{"d":"518,20v-259,0,-405,-135,-405,-374r0,-289v3,-238,146,-375,405,-375v259,0,406,137,406,375r0,289v-3,238,-148,374,-406,374xm647,-1126v-58,0,-183,-76,-231,-76v-31,0,-67,22,-107,67r-73,-69v51,-82,111,-123,182,-123v53,0,191,76,229,76v35,0,66,-21,92,-62r84,58v-39,86,-98,129,-176,129xm285,-348v0,146,77,219,233,219v156,0,234,-73,234,-219r0,-301v0,-146,-78,-219,-234,-219v-156,0,-233,73,-233,219r0,301","w":1036},"\u00f6":{"d":"518,20v-259,0,-405,-135,-405,-374r0,-289v3,-238,146,-375,405,-375v259,0,406,137,406,375r0,289v-3,238,-148,374,-406,374xm262,-1149r0,-170r160,0r0,170r-160,0xm285,-348v0,146,77,219,233,219v156,0,234,-73,234,-219r0,-301v0,-146,-78,-219,-234,-219v-156,0,-233,73,-233,219r0,301xm616,-1149r0,-170r160,0r0,170r-160,0","w":1036},"\u00f7":{"d":"133,-428r0,-139r836,0r0,139r-836,0xm465,-63r0,-193r172,0r0,193r-172,0xm465,-739r0,-193r172,0r0,193r-172,0","w":1101},"\u00f8":{"d":"924,-354v-3,238,-148,374,-406,374v-97,0,-178,-18,-244,-55r-86,137r-75,-47r92,-145v-61,-63,-92,-151,-92,-264r0,-289v3,-238,146,-375,405,-375v95,0,176,18,242,55r88,-137r76,47r-93,146v61,65,93,153,93,264r0,289xm285,-649v0,132,-16,301,16,405r373,-583v-38,-27,-90,-41,-156,-41v-155,0,-233,73,-233,219xm360,-168v38,26,91,39,158,39v155,0,234,-73,234,-219r0,-301v0,-39,-6,-74,-19,-105","w":1036,"k":{"v":10,"\/":31,"\\":10,")":31,"}":20,"]":10,",":20,".":20}},"\u00f9":{"d":"422,-143v99,0,256,-59,334,-101r0,-753r172,0r0,997r-140,0r-16,-86v-147,71,-281,106,-401,106v-145,1,-217,-84,-217,-253r0,-764r172,0r0,761v0,61,32,93,96,93xm317,-1296r74,-115v63,52,156,114,281,186r-70,107v-103,-55,-198,-114,-285,-178","w":1091},"\u00fa":{"d":"422,-143v99,0,256,-59,334,-101r0,-753r172,0r0,997r-140,0r-16,-86v-147,71,-281,106,-401,106v-145,1,-217,-84,-217,-253r0,-764r172,0r0,761v0,61,32,93,96,93xm412,-1225v124,-73,217,-135,280,-186r74,115v-87,64,-182,123,-285,178","w":1091},"\u00fb":{"d":"422,-143v99,0,256,-59,334,-101r0,-753r172,0r0,997r-140,0r-16,-86v-147,71,-281,106,-401,106v-145,1,-217,-84,-217,-253r0,-764r172,0r0,761v0,61,32,93,96,93xm272,-1200v90,-53,181,-118,273,-193v91,75,182,140,272,193r-61,96v-86,-47,-156,-92,-211,-137v-55,45,-125,91,-211,137","w":1091},"\u00fc":{"d":"422,-143v99,0,256,-59,334,-101r0,-753r172,0r0,997r-140,0r-16,-86v-147,71,-281,106,-401,106v-145,1,-217,-84,-217,-253r0,-764r172,0r0,761v0,61,32,93,96,93xm293,-1149r0,-170r160,0r0,170r-160,0xm647,-1149r0,-170r160,0r0,170r-160,0","w":1091},"\u00fd":{"d":"16,-997r170,0r273,860r276,-860r170,0r-330,997r-141,403r-162,0r140,-403r-72,0xm332,-1225v124,-73,217,-135,280,-186r74,115v-87,64,-182,123,-285,178","w":917},"\u00fe":{"d":"164,428r0,-1833r172,-25r0,515v89,-68,194,-103,317,-103v194,0,291,102,291,305r0,408v0,217,-108,326,-323,325v-90,0,-185,-10,-285,-30r0,413xm772,-713v-2,-112,-37,-153,-154,-153v-99,-1,-193,39,-282,118r0,586v103,21,194,31,274,31v117,-1,161,-55,162,-174r0,-408","w":1071},"\u00ff":{"d":"16,-997r170,0r273,860r276,-860r170,0r-330,997r-141,403r-162,0r140,-403r-72,0xm211,-1149r0,-170r160,0r0,170r-160,0xm565,-1149r0,-170r160,0r0,170r-160,0","w":917},"\u0152":{"d":"637,0v-303,6,-494,-143,-494,-414r0,-536v5,-270,191,-414,494,-414r1092,0r0,158r-627,0r0,428r581,0r0,157r-581,0r0,463r629,0r0,158r-1094,0xm319,-418v0,175,106,262,318,262r289,0r0,-1052r-289,0v-211,0,-318,87,-318,262r0,528","w":1863},"\u0153":{"d":"924,-338v4,168,59,211,237,211v91,0,197,-16,316,-47r22,137v-194,74,-553,94,-670,-51v-69,73,-173,108,-311,108v-259,0,-405,-135,-405,-374r0,-289v3,-238,146,-375,405,-375v139,0,245,38,316,113v64,-75,167,-113,309,-113v250,0,375,126,375,377r0,209r-594,0r0,94xm285,-348v0,146,77,219,233,219v156,0,234,-69,234,-207r0,-313v0,-146,-78,-219,-234,-219v-156,0,-233,73,-233,219r0,301xm1143,-874v-186,0,-231,109,-219,299r428,0v8,-186,-21,-299,-209,-299","w":1624},"\u0178":{"d":"20,-1364r185,0r356,762r357,-762r184,0r-453,952r0,412r-176,0r0,-412xm299,-1483r0,-159r164,0r0,159r-164,0xm662,-1483r0,-159r163,0r0,159r-163,0","w":1122,"k":{"V":-10,"v":51,"x":72,"Q":31,"\/":174,"\\":-31,")":-31,"}":-31,"?":-31,"*":-31,"d":133,"g":143,"q":133,"]":-10,"m":113,"p":113,"M":10,"C":51,"\u00c7":51,"O":31,"\u00d2":31,"\u00d3":31,"\u00d4":31,"\u00d5":31,"\u00d6":31,"\u00d8":31,"T":-20,"W":-20,"Y":-31,"\u00dd":-31,"\u0178":-31,"e":154,"\u00e9":154,"o":154,"\u00f3":154,"\u00f8":154,"y":51,"\u00fd":51,"f":31,"z":123,"G":45,",":266,".":266,":":174,";":174,"\u00ab":92,"\u00bb":123,"-":174,"A":119,"\u00c0":119,"\u00c1":119,"\u00c2":119,"\u00c3":119,"\u00c4":119,"\u00c5":119,"c":143,"\u00e7":143,"t":31,"u":113,"\u00fa":113,"a":133,"\u00e1":133,"\u00e6":133,"w":51,"Z":20,"n":113,"r":123,"s":147,"S":16}}}});;var stepcarousel={ajaxloadingmsg:'<div style="margin: 1em; font-weight: bold"><img src="ajaxloadr.gif" style="vertical-align: middle" /> Fetching Content. Please wait...</div>',defaultbuttonsfade:0.4,configholder:{},getCSSValue:function(val){return(val=="auto")?0:parseInt(val)},getremotepanels:function($,config){config.$belt.html(this.ajaxloadingmsg)
$.ajax({url:config.contenttype[1],async:true,error:function(ajaxrequest){config.$belt.html('Error fetching content.<br />Server Response: '+ajaxrequest.responseText)},success:function(content){config.$belt.html(content)
config.$panels=config.$gallery.find('.'+config.panelclass)
stepcarousel.alignpanels($,config)}})},getoffset:function(what,offsettype){return(what.offsetParent)?what[offsettype]+this.getoffset(what.offsetParent,offsettype):what[offsettype]},getCookie:function(Name){var re=new RegExp(Name+"=[^;]+","i");if(document.cookie.match(re))
return document.cookie.match(re)[0].split("=")[1]
return null},setCookie:function(name,value){document.cookie=name+"="+value},fadebuttons:function(config,currentpanel){config.$leftnavbutton.fadeTo('fast',currentpanel==0?this.defaultbuttonsfade:1)
config.$rightnavbutton.fadeTo('fast',currentpanel==config.lastvisiblepanel?this.defaultbuttonsfade:1)},addnavbuttons:function(config,currentpanel){config.$leftnavbutton=$('<img src="'+config.defaultbuttons.leftnav[0]+'">').css({zIndex:50,position:'absolute',left:config.offsets.left+config.defaultbuttons.leftnav[1]+'px',top:config.offsets.top+config.defaultbuttons.leftnav[2]+'px',cursor:'hand',cursor:'pointer'}).attr({title:'Back '+config.defaultbuttons.moveby+' panels'}).appendTo('body')
config.$rightnavbutton=$('<img src="'+config.defaultbuttons.rightnav[0]+'">').css({zIndex:50,position:'absolute',left:config.offsets.left+config.$gallery.get(0).offsetWidth+config.defaultbuttons.rightnav[1]+'px',top:config.offsets.top+config.defaultbuttons.rightnav[2]+'px',cursor:'hand',cursor:'pointer'}).attr({title:'Forward '+config.defaultbuttons.moveby+' panels'}).appendTo('body')
config.$leftnavbutton.bind('click',function(){stepcarousel.stepBy(config.galleryid,-config.defaultbuttons.moveby)})
config.$rightnavbutton.bind('click',function(){stepcarousel.stepBy(config.galleryid,config.defaultbuttons.moveby)})
if(config.panelbehavior.wraparound==false){this.fadebuttons(config,currentpanel)}
return config.$leftnavbutton.add(config.$rightnavbutton)},stopautostep:function(config){clearTimeout(config.steptimer)
clearTimeout(config.resumeautostep)},alignpanels:function($,config){var paneloffset=0
config.paneloffsets=[paneloffset]
config.panelwidths=[]
config.$panels.each(function(index){var $currentpanel=$(this)
$currentpanel.css({float:'none',position:'absolute',left:paneloffset+'px'})
$currentpanel.bind('click',function(e){return config.onpanelclick(e.target)})
paneloffset+=stepcarousel.getCSSValue($currentpanel.css('marginRight'))+parseInt($currentpanel.get(0).offsetWidth||$currentpanel.css('width'))
config.paneloffsets.push(paneloffset)
config.panelwidths.push(paneloffset-config.paneloffsets[config.paneloffsets.length-2])})
config.paneloffsets.pop()
var addpanelwidths=0
var lastpanelindex=config.$panels.length-1
config.lastvisiblepanel=lastpanelindex
for(var i=config.$panels.length-1;i>=0;i--){addpanelwidths+=(i==lastpanelindex?config.panelwidths[lastpanelindex]:config.paneloffsets[i+1]-config.paneloffsets[i])
if(config.gallerywidth>addpanelwidths){config.lastvisiblepanel=i}}
config.$belt.css({width:paneloffset+'px'})
config.currentpanel=(config.panelbehavior.persist)?parseInt(this.getCookie(window[config.galleryid+"persist"])):0
config.currentpanel=(typeof config.currentpanel=="number"&&config.currentpanel<config.$panels.length)?config.currentpanel:0
if(config.currentpanel!=0){var endpoint=config.paneloffsets[config.currentpanel]+(config.currentpanel==0?0:config.beltoffset)
config.$belt.css({left:-endpoint+'px'})}
if(config.defaultbuttons.enable==true){var $navbuttons=this.addnavbuttons(config,config.currentpanel)
$(window).bind("load resize",function(){config.offsets={left:stepcarousel.getoffset(config.$gallery.get(0),"offsetLeft"),top:stepcarousel.getoffset(config.$gallery.get(0),"offsetTop")}
config.$leftnavbutton.css({left:config.offsets.left+config.defaultbuttons.leftnav[1]+'px',top:config.offsets.top+config.defaultbuttons.leftnav[2]+'px'})
config.$rightnavbutton.css({left:config.offsets.left+config.$gallery.get(0).offsetWidth+config.defaultbuttons.rightnav[1]+'px',top:config.offsets.top+config.defaultbuttons.rightnav[2]+'px'})})}
if(config.autostep&&config.autostep.enable){var $carouselparts=config.$gallery.add(typeof $navbuttons!="undefined"?$navbuttons:null)
$carouselparts.bind('click',function(){stepcarousel.stopautostep(config)
config.autostep.status="stopped"})
$carouselparts.hover(function(){stepcarousel.stopautostep(config)
config.autostep.hoverstate="over"},function(){if(config.steptimer&&config.autostep.hoverstate=="over"&&config.autostep.status!="stopped"){config.resumeautostep=setTimeout(function(){stepcarousel.autorotate(config.galleryid)
config.autostep.hoverstate="out"},500)}})
config.steptimer=setTimeout(function(){stepcarousel.autorotate(config.galleryid)},config.autostep.pause)}
this.statusreport(config.galleryid)
config.oninit()
config.onslideaction(this)},stepTo:function(galleryid,pindex){var config=stepcarousel.configholder[galleryid]
if(typeof config=="undefined"){alert("There's an error with your set up of Carousel Viewer \""+galleryid+"\"!")
return}
stepcarousel.stopautostep(config)
var pindex=Math.min(pindex-1,config.paneloffsets.length-1)
var endpoint=config.paneloffsets[pindex]+(pindex==0?0:config.beltoffset)
if(config.panelbehavior.wraparound==false&&config.defaultbuttons.enable==true){this.fadebuttons(config,pindex)}
config.$belt.animate({left:-endpoint+'px'},config.panelbehavior.speed,function(){config.onslideaction(this)})
config.currentpanel=pindex
this.statusreport(galleryid)},stepBy:function(galleryid,steps){var config=stepcarousel.configholder[galleryid]
if(typeof config=="undefined"){alert("There's an error with your set up of Carousel Viewer \""+galleryid+"\"!")
return}
stepcarousel.stopautostep(config)
var direction=(steps>0)?'forward':'back'
var pindex=config.currentpanel+steps
if(config.panelbehavior.wraparound==false){pindex=(direction=="back"&&pindex<=0)?0:(direction=="forward")?Math.min(pindex,config.lastvisiblepanel):pindex
if(config.defaultbuttons.enable==true){stepcarousel.fadebuttons(config,pindex)}}
else{if(pindex>config.lastvisiblepanel&&direction=="forward"){pindex=(config.currentpanel<config.lastvisiblepanel)?config.lastvisiblepanel:0}
else if(pindex<0&&direction=="back"){pindex=(config.currentpanel>0)?0:config.lastvisiblepanel}}
var endpoint=config.paneloffsets[pindex]+(pindex==0?0:config.beltoffset)
if(pindex==0&&direction=='forward'||config.currentpanel==0&&direction=='back'&&config.panelbehavior.wraparound==true){config.$belt.animate({left:-config.paneloffsets[config.currentpanel]-(direction=='forward'?100:-30)+'px'},'normal',function(){config.$belt.animate({left:-endpoint+'px'},config.panelbehavior.speed,function(){config.onslideaction(this)})})}
else
config.$belt.animate({left:-endpoint+'px'},config.panelbehavior.speed,function(){config.onslideaction(this)})
config.currentpanel=pindex
this.statusreport(galleryid)},autorotate:function(galleryid){var config=stepcarousel.configholder[galleryid]
if(config.$gallery.attr('_ismouseover')!="yes"){this.stepBy(galleryid,config.autostep.moveby)}
config.steptimer=setTimeout(function(){stepcarousel.autorotate(galleryid)},config.autostep.pause)},statusreport:function(galleryid){var config=stepcarousel.configholder[galleryid]
var startpoint=config.currentpanel
var visiblewidth=0
for(var endpoint=startpoint;endpoint<config.paneloffsets.length;endpoint++){visiblewidth+=config.panelwidths[endpoint]
if(visiblewidth>config.gallerywidth){break}}
startpoint+=1
endpoint=(endpoint+1==startpoint)?startpoint:endpoint
var valuearray=[startpoint,endpoint,config.panelwidths.length]
for(var i=0;i<config.statusvars.length;i++){window[config.statusvars[i]]=valuearray[i]
config.$statusobjs[i].text(valuearray[i]+" ")}},setup:function(config){document.write('<style type="text/css">\n#'+config.galleryid+'{overflow: hidden;}\n</style>')
jQuery(document).ready(function($){config.$gallery=$('#'+config.galleryid)
config.gallerywidth=config.$gallery.width()
config.offsets={left:stepcarousel.getoffset(config.$gallery.get(0),"offsetLeft"),top:stepcarousel.getoffset(config.$gallery.get(0),"offsetTop")}
config.$belt=config.$gallery.find('.'+config.beltclass)
config.$panels=config.$gallery.find('.'+config.panelclass)
config.panelbehavior.wraparound=(config.autostep&&config.autostep.enable)?true:config.panelbehavior.wraparound
config.onpanelclick=(typeof config.onpanelclick=="undefined")?function(target){}:config.onpanelclick
config.onslideaction=(typeof config.onslide=="undefined")?function(){}:function(beltobj){$(beltobj).stop();config.onslide()}
config.oninit=(typeof config.oninit=="undefined")?function(){}:config.oninit
config.beltoffset=stepcarousel.getCSSValue(config.$belt.css('marginLeft'))
config.statusvars=config.statusvars||[]
config.$statusobjs=[$('#'+config.statusvars[0]),$('#'+config.statusvars[1]),$('#'+config.statusvars[2])]
config.currentpanel=0
stepcarousel.configholder[config.galleryid]=config
if(config.contenttype[0]=="ajax"&&typeof config.contenttype[1]!="undefined")
stepcarousel.getremotepanels($,config)
else
stepcarousel.alignpanels($,config)})
jQuery(window).bind('unload',function(){if(config.panelbehavior.persist){stepcarousel.setCookie(window[config.galleryid+"persist"],config.currentpanel)}
jQuery.each(config,function(ai,oi){oi=null})
config=null})}};function form_cotiza(){shown=($("#form_lateral").css('right')=='-710px')?false:true;if(!shown){$('.btn_of').fadeIn("slow");$('#form_lateral').css('display','block');$('#form_lateral').animate({right:'+=710'},500);$('#modulo_lateral').animate({right:'+=710'},500);}else{$('.btn_of').fadeOut("slow");$('#modulo_lateral').animate({right:'-=710'},500);$('#form_lateral').animate({right:'-=710'},500);setTimeout(function(){$('#form_lateral').css('display','none');},600);}}
$(function(){$('.dropdown').each(function(){$(this).parent().eq(0).hover(function(){$('.dropdown:eq(0)',this).fadeIn();},function(){$('.dropdown:eq(0)',this).fadeOut();});});});function mostrar_body(historia_id){shown=($("#body_historia_"+historia_id).css("display")=="none")?false:true;if(shown){$("#body_historia_"+historia_id).slideUp("slow");}
else{$("#body_historia_"+historia_id).slideDown('slow');}}
$(function(){$('#detalle_servicios a.modulo').each(function(){$(this).parent().eq(0).hover(function(){$('#detalle_servicios a.modulo:eq(0)',this).fadeIn();},function(){$('#detalle_servicios a.modulo:eq(0)',this).fadeOut();});});});for(var i=0;i<document.links.length;i++){document.links[i].onfocus=function(){this.blur();};};;window.Modernizr=function(a,b,c){function E(){e.inputtypes=function(a){for(var d=0,e,f,h,i=a.length;d<i;d++)l.setAttribute("type",f=a[d]),e=l.type!=="text",e&&(l.value=m,l.style.cssText="position:absolute;visibility:hidden;",/^range$/.test(f)&&l.style.WebkitAppearance!==c?(g.appendChild(l),h=b.defaultView,e=h.getComputedStyle&&h.getComputedStyle(l,null).WebkitAppearance!=="textfield"&&l.offsetHeight!==0,g.removeChild(l)):/^(search|tel)$/.test(f)||(/^(url|email)$/.test(f)?e=l.checkValidity&&l.checkValidity()===!1:/^color$/.test(f)?(g.appendChild(l),g.offsetWidth,e=l.value!=m,g.removeChild(l)):e=l.value!=m)),r[a[d]]=!!e;return r}("search tel url email datetime date month week time datetime-local number range color".split(" "))}function D(a,b){var c=a.charAt(0).toUpperCase()+a.substr(1),d=(a+" "+p.join(c+" ")+c).split(" ");return C(d,b)}function C(a,b){for(var d in a)if(k[a[d]]!==c)return b=="pfx"?a[d]:!0;return!1}function B(a,b){return!!~(""+a).indexOf(b)}function A(a,b){return typeof a===b}function z(a,b){return y(o.join(a+";")+(b||""))}function y(a){k.cssText=a}var d="2.0.6",e={},f=!0,g=b.documentElement,h=b.head||b.getElementsByTagName("head")[0],i="modernizr",j=b.createElement(i),k=j.style,l=b.createElement("input"),m=":)",n=Object.prototype.toString,o=" -webkit- -moz- -o- -ms- -khtml- ".split(" "),p="Webkit Moz O ms Khtml".split(" "),q={},r={},s={},t=[],u=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=A(e[d],"function"),A(e[d],c)||(e[d]=c),e.removeAttribute(d))),e=null;return f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),v,w={}.hasOwnProperty,x;!A(w,c)&&!A(w.call,c)?x=function(a,b){return w.call(a,b)}:x=function(a,b){return b in a&&A(a.constructor.prototype[b],c)},q.rgba=function(){y("background-color:rgba(150,255,150,.5)");return B(k.backgroundColor,"rgba")},q.borderradius=function(){return D("borderRadius")},q.opacity=function(){z("opacity:.55");return/^0.55$/.test(k.opacity)};for(var F in q)x(q,F)&&(v=F.toLowerCase(),e[v]=q[F](),t.push((e[v]?"":"no-")+v));e.input||E(),y(""),j=l=null,a.attachEvent&&function(){var a=b.createElement("div");a.innerHTML="<elem></elem>";return a.childNodes.length!==1}()&&function(a,b){function s(a){var b=-1;while(++b<g)a.createElement(f[b])}a.iepp=a.iepp||{};var d=a.iepp,e=d.html5elements||"abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",f=e.split("|"),g=f.length,h=new RegExp("(^|\\s)("+e+")","gi"),i=new RegExp("<(/*)("+e+")","gi"),j=/^\s*[\{\}]\s*$/,k=new RegExp("(^|[^\\n]*?\\s)("+e+")([^\\n]*)({[\\n\\w\\W]*?})","gi"),l=b.createDocumentFragment(),m=b.documentElement,n=m.firstChild,o=b.createElement("body"),p=b.createElement("style"),q=/print|all/,r;d.getCSS=function(a,b){if(a+""===c)return"";var e=-1,f=a.length,g,h=[];while(++e<f){g=a[e];if(g.disabled)continue;b=g.media||b,q.test(b)&&h.push(d.getCSS(g.imports,b),g.cssText),b="all"}return h.join("")},d.parseCSS=function(a){var b=[],c;while((c=k.exec(a))!=null)b.push(((j.exec(c[1])?"\n":c[1])+c[2]+c[3]).replace(h,"$1.iepp_$2")+c[4]);return b.join("\n")},d.writeHTML=function(){var a=-1;r=r||b.body;while(++a<g){var c=b.getElementsByTagName(f[a]),d=c.length,e=-1;while(++e<d)c[e].className.indexOf("iepp_")<0&&(c[e].className+=" iepp_"+f[a])}l.appendChild(r),m.appendChild(o),o.className=r.className,o.id=r.id,o.innerHTML=r.innerHTML.replace(i,"<$1font")},d._beforePrint=function(){p.styleSheet.cssText=d.parseCSS(d.getCSS(b.styleSheets,"all")),d.writeHTML()},d.restoreHTML=function(){o.innerHTML="",m.removeChild(o),m.appendChild(r)},d._afterPrint=function(){d.restoreHTML(),p.styleSheet.cssText=""},s(b),s(l);d.disablePP||(n.insertBefore(p,n.firstChild),p.media="print",p.className="iepp-printshim",a.attachEvent("onbeforeprint",d._beforePrint),a.attachEvent("onafterprint",d._afterPrint))}(a,b),e._version=d,e._prefixes=o,e._domPrefixes=p,e.hasEvent=u,e.testProp=function(a){return C([a])},e.testAllProps=D,g.className=g.className.replace(/\bno-js\b/,"")+(f?" js "+t.join(" "):"");return e}(this,this.document),function(a,b,c){function k(a){return!a||a=="loaded"||a=="complete"}function j(){var a=1,b=-1;while(p.length-++b)if(p[b].s&&!(a=p[b].r))break;a&&g()}function i(a){var c=b.createElement("script"),d;c.src=a.s,c.onreadystatechange=c.onload=function(){!d&&k(c.readyState)&&(d=1,j(),c.onload=c.onreadystatechange=null)},m(function(){d||(d=1,j())},H.errorTimeout),a.e?c.onload():n.parentNode.insertBefore(c,n)}function h(a){var c=b.createElement("link"),d;c.href=a.s,c.rel="stylesheet",c.type="text/css";if(!a.e&&(w||r)){var e=function(a){m(function(){if(!d)try{a.sheet.cssRules.length?(d=1,j()):e(a)}catch(b){b.code==1e3||b.message=="security"||b.message=="denied"?(d=1,m(function(){j()},0)):e(a)}},0)};e(c)}else c.onload=function(){d||(d=1,m(function(){j()},0))},a.e&&c.onload();m(function(){d||(d=1,j())},H.errorTimeout),!a.e&&n.parentNode.insertBefore(c,n)}function g(){var a=p.shift();q=1,a?a.t?m(function(){a.t=="c"?h(a):i(a)},0):(a(),j()):q=0}function f(a,c,d,e,f,h){function i(){!o&&k(l.readyState)&&(r.r=o=1,!q&&j(),l.onload=l.onreadystatechange=null,m(function(){u.removeChild(l)},0))}var l=b.createElement(a),o=0,r={t:d,s:c,e:h};l.src=l.data=c,!s&&(l.style.display="none"),l.width=l.height="0",a!="object"&&(l.type=d),l.onload=l.onreadystatechange=i,a=="img"?l.onerror=i:a=="script"&&(l.onerror=function(){r.e=r.r=1,g()}),p.splice(e,0,r),u.insertBefore(l,s?null:n),m(function(){o||(u.removeChild(l),r.r=r.e=o=1,j())},H.errorTimeout)}function e(a,b,c){var d=b=="c"?z:y;q=0,b=b||"j",C(a)?f(d,a,b,this.i++,l,c):(p.splice(this.i++,0,a),p.length==1&&g());return this}function d(){var a=H;a.loader={load:e,i:0};return a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=r&&!s,u=s?l:n.parentNode,v=a.opera&&o.call(a.opera)=="[object Opera]",w="webkitAppearance"in l.style,x=w&&"async"in b.createElement("script"),y=r?"object":v||x?"img":"script",z=w?"img":y,A=Array.isArray||function(a){return o.call(a)=="[object Array]"},B=function(a){return Object(a)===a},C=function(a){return typeof a=="string"},D=function(a){return o.call(a)=="[object Function]"},E=[],F={},G,H;H=function(a){function f(a){var b=a.split("!"),c=E.length,d=b.pop(),e=b.length,f={url:d,origUrl:d,prefixes:b},g,h;for(h=0;h<e;h++)g=F[b[h]],g&&(f=g(f));for(h=0;h<c;h++)f=E[h](f);return f}function e(a,b,e,g,h){var i=f(a),j=i.autoCallback;if(!i.bypass){b&&(b=D(b)?b:b[a]||b[g]||b[a.split("/").pop().split("?")[0]]);if(i.instead)return i.instead(a,b,e,g,h);e.load(i.url,i.forceCSS||!i.forceJS&&/css$/.test(i.url)?"c":c,i.noexec),(D(b)||D(j))&&e.load(function(){d(),b&&b(i.origUrl,h,g),j&&j(i.origUrl,h,g)})}}function b(a,b){function c(a){if(C(a))e(a,h,b,0,d);else if(B(a))for(i in a)a.hasOwnProperty(i)&&e(a[i],h,b,i,d)}var d=!!a.test,f=d?a.yep:a.nope,g=a.load||a.both,h=a.callback,i;c(f),c(g),a.complete&&b.load(a.complete)}var g,h,i=this.yepnope.loader;if(C(a))e(a,0,i,0);else if(A(a))for(g=0;g<a.length;g++)h=a[g],C(h)?e(h,0,i,0):A(h)?H(h):B(h)&&b(h,i);else B(a)&&b(a,i)},H.addPrefix=function(a,b){F[a]=b},H.addFilter=function(a){E.push(a)},H.errorTimeout=1e4,b.readyState==null&&b.addEventListener&&(b.readyState="loading",b.addEventListener("DOMContentLoaded",G=function(){b.removeEventListener("DOMContentLoaded",G,0),b.readyState="complete"},0)),a.yepnope=d()}(this,this.document),Modernizr.load=function(){yepnope.apply(window,[].slice.call(arguments,0))};;if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;
