function convertEntities(b){var d,a;d=function(c){if(/&[^;]+;/.test(c)){var f=document.createElement("div");f.innerHTML=c;return!f.firstChild?c:f.firstChild.nodeValue}return c};if(typeof b==="string"){return d(b)}else{if(typeof b==="object"){for(a in b){if(typeof b[a]==="string"){b[a]=d(b[a])}}}}return b};;
/*
 * jQuery JavaScript Library v1.4.2
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */
(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b==="find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(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(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" "," ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.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 originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.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){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=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|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case"only":case"first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case"last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case"nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m==="="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j={},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?a:b+"></"+d+">"},F={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,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(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,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration==="number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(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;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<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>";a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);;var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return!a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();;function addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){if(oldonload){oldonload();}
func();}}}
addLoadEvent(function(){var lhid=document.createElement('input');lhid.setAttribute('type','hidden');lhid.setAttribute('name','lang');lhid.setAttribute('value',icl_lang);src=document.getElementById('searchform');if(src){src.appendChild(lhid);src.action=icl_home;}});function icl_retry_mtr(a){var id=a.getAttribute('id');spl=id.split('_');var loc=location.href.replace(/#(.*)$/,'').replace(/(&|\?)(retry_mtr)=([0-9]+)/g,'').replace(/&nonce=([0-9a-z]+)(&|$)/g,'');if(-1==loc.indexOf('?')){url_glue='?';}else{url_glue='&';}
location.href=loc+url_glue+'retry_mtr='+spl[3]+'&nonce='+spl[4];return false;};function css_browser_selector(u){var ua=u.toLowerCase(),is=function(t){return ua.indexOf(t)>-1;},g='gecko',w='webkit',s='safari',o='opera',h=document.getElementsByTagName('html')[0],b=[(!(/opera|webtv/i.test(ua))&&/msie\s(\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?g+' ff2':is('firefox/3.5')?g+' ff3 ff3_5':is('firefox/3')?g+' ff3':is('gecko/')?g:is('opera')?o+(/version\/(\d+)/.test(ua)?' '+o+RegExp.$1:(/opera(\s|\/)(\d+)/.test(ua)?' '+o+RegExp.$2:'')):is('konqueror')?'konqueror':is('chrome')?w+' chrome':is('iron')?w+' iron':is('applewebkit/')?w+' '+s+(/version\/(\d+)/.test(ua)?' '+s+RegExp.$1:''):is('mozilla/')?g:'',is('j2me')?'mobile':is('iphone')?'iphone':is('ipod')?'ipod':is('mac')?'mac':is('darwin')?'mac':is('webtv')?'webtv':is('win')?'win':is('freebsd')?'freebsd':(is('x11')||is('linux'))?'linux':'','js'];c=b.join(' ');h.className+=' '+c;return c;};css_browser_selector(navigator.userAgent);(function(a){a("html").addClass("stylish-select");Array.prototype.indexOf=function(c,d){for(var b=(d||0);b<this.length;b++){if(this[b]==c){return b}}};a.fn.extend({getSetSSValue:function(b){if(b){a(this).val(b).change();return this}else{return a(this).find(":selected").val()}},resetSS:function(){var b=a(this).data("ssOpts");$this=a(this);$this.next().remove();$this.unbind().sSelect(b)}});a.fn.sSelect=function(b){return this.each(function(){var i={defaultText:"Empresas",animationSpeed:0,ddMaxHeight:""};var l=a.extend(i,b),e=a(this),j=a('<div class="selectedTxt"></div>'),r=a('<div class="newListSelected" tabindex="0"></div>'),z=a('<ul class="newList"></ul>'),t=-1,d=-1,m=[],w=false,v=false,x;a(this).data("ssOpts",b);r.insertAfter(e);j.prependTo(r);z.appendTo(r);e.hide();if(e.children("optgroup").length==0){e.children().each(function(B){var C=a(this).text();var A=a(this).val();m.push(C.charAt(0).toLowerCase());if(a(this).attr("selected")==true){l.defaultText=C;d=B}z.append(a('<li><a href="JavaScript:void(0);">'+C+"</a></li>").data("key",A))});x=z.children().children()}else{e.children("optgroup").each(function(){var A=a(this).attr("label"),C=a('<li class="newListOptionTitle">'+A+"</li>");C.appendTo(z);var B=a("<ul></ul>");B.appendTo(C);a(this).children().each(function(){++t;var E=a(this).text();var D=a(this).val();m.push(E.charAt(0).toLowerCase());if(a(this).attr("selected")==true){l.defaultText=E;d=t}B.append(a('<li><a href="JavaScript:void(0);">'+E+"</a></li>").data("key",D))})});x=z.find("ul li a")}var o=z.height(),n=r.height(),y=x.length;if(d!=-1){h(d,true)}else{j.text(l.defaultText)}function p(){var B=r.offset().top,A=jQuery(window).height(),C=jQuery(window).scrollTop();if(o>parseInt(l.ddMaxHeight)){o=parseInt(l.ddMaxHeight)}B=B-C;if(B+o>=A){z.css({top:"-"+o+"px",height:o});e.onTop=true}else{z.css({top:n+"px",height:o});e.onTop=false}}p();a(window).resize(function(){p()});a(window).scroll(function(){p()});function s(){r.css("position","relative")}function c(){r.css("position","static")}j.click(function(A){A.stopPropagation();a(".newList").not(a(this).next()).hide().parent().removeClass("newListSelFocus");z.toggle();s();x.eq(d).focus()});x.click(function(B){var A=a(B.target);d=x.index(A);v=true;h(d);z.hide();r.css("position","static")});x.hover(function(B){var A=a(B.target);A.addClass("newListHover")},function(B){var A=a(B.target);A.removeClass("newListHover")});function h(A,D){x.removeClass("hiLite").eq(A).addClass("hiLite");if(z.is(":visible")){x.eq(A).focus()}var C=x.eq(A).text();var B=x.eq(A).parent().data("key");if(D==true){e.val(B);j.text(C);return false}e.val(B);e.change();j.text(C)}e.change(function(A){$targetInput=a(A.target);if(v==true){v=false;return false}$currentOpt=$targetInput.find(":selected");d=$targetInput.find("option").index($currentOpt);h(d,true)});function q(A){A.onkeydown=function(D){var C;if(D==null){C=event.keyCode}else{C=D.which}v=true;switch(C){case 40:case 39:u();return false;break;case 38:case 37:k();return false;break;case 33:case 36:g();return false;break;case 34:case 35:f();return false;break;case 13:case 27:z.hide();c();return false;break}keyPressed=String.fromCharCode(C).toLowerCase();var B=m.indexOf(keyPressed);if(typeof B!="undefined"){++d;d=m.indexOf(keyPressed,d);if(d==-1||d==null||w!=keyPressed){d=m.indexOf(keyPressed)}h(d);w=keyPressed;return false}}}function u(){if(d<(y-1)){++d;h(d)}}function k(){if(d>0){--d;h(d)}}function g(){d=0;h(d)}function f(){d=y-1;h(d)}r.click(function(){q(this)});r.focus(function(){a(this).addClass("newListSelFocus");q(this)});r.blur(function(){a(this).removeClass("newListSelFocus")});a("body").click(function(){r.removeClass("newListSelFocus");z.hide();c()});j.hover(function(B){var A=a(B.target);A.parent().addClass("newListSelHover")},function(B){var A=a(B.target);A.parent().removeClass("newListSelHover")});z.css("left","0").hide()})}})(jQuery);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:
 * \(c\) Copyright TYPADELIC 2002. All rights reserved. www.typadelic.com
 */
Cufon.registerFont({"w":132,"face":{"font-family":"BlackJack","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 4 3 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"7","bbox":"-67.1268 -357.682 349 188","underline-thickness":"14.76","underline-position":"-60.12","unicode-range":"U+0020-U+E008"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"99,-238v16,-28,-23,-64,-33,-26v-15,54,-12,127,-15,188v7,11,16,-2,16,-10xm49,-33v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15","w":113},"\"":{"d":"76,-236v4,26,-1,63,11,73v5,0,6,-5,7,-9r6,-64v0,-5,-6,-14,-13,-12v-7,-1,-11,7,-11,12xm59,-227v9,-25,-24,-27,-23,-9r5,63v2,4,1,10,7,10v5,0,6,-5,6,-9","w":110},"$":{"d":"134,-87v27,15,35,58,-3,68xm114,-148v-18,-14,-42,-42,-21,-67v6,-6,13,-12,21,-16r0,83xm114,-14v-33,12,-67,5,-99,4v-4,0,-4,3,-4,7v16,21,71,9,103,6v-4,16,5,45,15,23r1,-28v27,-9,55,-21,55,-56v0,-36,-30,-52,-50,-72r4,-112v16,-1,58,-10,45,12v-7,8,-33,28,-11,35v35,1,66,-57,17,-61v-18,-2,-33,0,-50,2v-1,-15,4,-34,-11,-34v-18,1,-15,21,-15,39v-31,8,-63,22,-63,60v0,45,37,65,63,86r0,89","w":227},"%":{"d":"72,4v-4,7,4,14,11,10r137,-282v1,-10,-16,-14,-23,-6xm22,-182v-1,27,9,49,36,49v44,0,67,-40,67,-84v0,-27,-8,-52,-36,-52v-43,0,-66,42,-67,87xm43,-168v-3,-38,14,-77,47,-84v16,2,21,18,22,33v-4,34,-20,71,-53,74v-13,1,-15,-12,-16,-23xm166,-49v-1,27,9,49,36,49v43,0,67,-40,67,-84v0,-27,-8,-51,-36,-51v-44,0,-66,41,-67,86xm187,-35v-2,-38,14,-76,47,-83v17,0,20,17,22,32v-4,34,-20,71,-53,74v-13,1,-15,-12,-16,-23","w":290,"k":{"&":-11}},"&":{"d":"166,-3v-1,-11,-22,-28,-9,-34v8,-6,21,-23,4,-27v-8,2,-14,9,-17,15r-39,-78v25,-17,55,-33,55,-72v0,-26,-19,-40,-46,-40v-54,0,-66,64,-43,103v-25,21,-53,41,-55,83v-2,61,86,64,117,30v4,13,20,39,33,20xm89,-147v-13,-29,-10,-78,28,-78v42,15,-5,70,-28,78xm126,-37v-19,20,-85,41,-85,-8v0,-35,25,-55,45,-73","w":177},"'":{"d":"59,-227v9,-25,-24,-27,-23,-9r5,63v2,4,1,10,7,10v5,0,6,-5,6,-9","w":70},"(":{"d":"86,18v17,-18,-23,-33,-27,-53v-21,-44,-25,-111,-2,-159v15,-32,37,-61,63,-83v3,-5,0,-13,-6,-12v-52,35,-103,85,-103,166v0,68,31,112,75,141","w":131},")":{"d":"46,-289v-6,-1,-7,7,-6,12v49,35,65,131,35,200v-15,34,-42,58,-64,86v-1,4,2,9,6,9v52,-36,104,-86,104,-167v0,-67,-30,-112,-75,-140","w":131},"*":{"d":"109,-169v11,8,29,43,41,22v-7,-13,-21,-22,-30,-33v15,-3,44,8,46,-8v-4,-14,-31,-4,-46,-7v10,-11,22,-20,30,-33v0,-6,-8,-12,-14,-6r-27,28v-3,-16,8,-44,-8,-47v-14,4,-4,32,-7,47v-12,-10,-19,-24,-34,-30v-6,-1,-10,8,-5,13r28,28v-15,3,-43,-7,-47,7v3,16,32,5,47,8v-10,11,-23,19,-30,33v-1,6,7,11,13,6r28,-28v2,16,-6,42,7,47v15,-3,5,-31,8,-47","w":177},"+":{"d":"84,-50r49,0r0,-13r-49,0r0,-50r-13,0r0,50r-49,0r0,13r49,0r0,51r13,0r0,-51","w":154},",":{"d":"62,-31v-26,6,-6,54,-26,68v0,2,1,3,3,3v20,-8,33,-34,36,-59v0,-8,-5,-12,-13,-12","w":101},"-":{"d":"142,-82v-42,7,-90,-12,-106,8v14,21,81,4,114,1v5,-5,-1,-10,-8,-9","w":173},".":{"d":"49,-33v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15","w":91},"\/":{"d":"12,4v-4,7,4,14,10,10r137,-282v1,-11,-15,-13,-22,-6v-46,89,-82,186,-125,278","w":159},"0":{"d":"118,-201v-68,0,-102,64,-105,134v-2,42,15,76,55,76v66,0,105,-63,105,-130v0,-41,-13,-80,-55,-80xm119,-179v76,33,18,174,-49,174v-24,0,-29,-30,-29,-56v0,-53,26,-111,78,-118","w":185},"1":{"d":"67,-151v-4,59,-27,104,-39,157v58,25,40,-90,64,-138v4,-22,14,-42,22,-61v-4,-14,-32,-11,-37,1v-16,22,-38,42,-62,56v-11,12,1,20,13,12","w":124},"2":{"d":"172,-23v-16,53,-90,7,-135,25v-14,7,-38,2,-19,-16v40,-37,104,-76,104,-147v0,-54,-77,-33,-82,4v2,13,-17,18,-16,3v3,-37,34,-55,72,-58v57,-3,72,64,39,103v-25,29,-56,62,-83,85v37,-14,86,26,113,-6v4,0,7,3,7,7","w":179},"3":{"d":"-25,61v4,15,26,17,46,17v73,0,140,-40,140,-112v0,-49,-39,-68,-83,-74v19,-13,43,-25,45,-55v-7,-47,-100,-32,-106,6v-1,9,15,15,18,4v6,-19,53,-41,53,-7v0,40,-49,42,-63,69v2,11,18,4,30,5v40,2,74,18,74,57v0,69,-80,106,-146,83v-3,1,-9,1,-8,7","w":168},"4":{"d":"116,31v4,-27,12,-48,18,-73v23,-1,51,0,57,-18v-5,-17,-34,-2,-52,-4v6,-22,18,-56,20,-82v-4,-17,-23,-8,-23,5r-20,79v-22,-1,-53,5,-68,-3v25,-56,65,-101,96,-148v-1,-19,-25,-8,-30,1r-94,135v-20,23,-3,41,27,40r65,-2r-15,70v1,12,17,11,19,0","w":196},"5":{"d":"154,-8v36,-76,-47,-113,-121,-112v3,-15,10,-34,17,-45r87,-3v17,-1,40,-5,32,-23r-120,3v-23,15,-27,54,-35,84v0,14,17,7,31,8v43,2,80,15,80,59v0,66,-77,102,-138,78v-5,1,-11,2,-11,8v2,17,23,16,41,16v63,-1,116,-29,137,-73","w":173},"6":{"d":"69,-109v3,-17,31,-25,54,-25v34,1,56,22,56,56v0,49,-45,88,-94,88v-77,0,-78,-104,-47,-160v23,-41,53,-86,101,-103v6,-2,11,8,5,11v-59,28,-94,92,-94,170v0,31,10,62,40,64v36,2,61,-24,61,-60v0,-46,-49,-53,-82,-41","w":186},"7":{"d":"29,52v-5,16,-11,33,7,34v31,-11,31,-56,44,-85v27,-58,52,-112,82,-166v10,-18,0,-29,-24,-29r-112,2v-7,1,-13,5,-13,13v0,8,7,8,13,9v36,0,67,-7,103,-6v-20,81,-78,146,-100,228","w":165},"8":{"d":"166,-194v0,5,3,14,9,14v6,0,11,-9,12,-14v-2,-32,-37,-39,-68,-39v-44,0,-101,17,-81,64v8,20,23,36,37,52v-25,19,-57,39,-59,80v-2,32,23,49,53,49v41,0,74,-22,74,-63v0,-30,-19,-48,-32,-67v19,-17,46,-28,60,-49v-8,-14,-23,6,-32,8r-40,25v-11,-15,-31,-34,-35,-57v4,-39,97,-45,102,-3xm116,-49v6,49,-74,66,-74,12v0,-33,30,-46,47,-65v12,14,25,30,27,53","w":183},"9":{"d":"118,-72v8,17,-33,26,-52,26v-32,0,-55,-22,-55,-56v0,-50,44,-89,94,-89v76,0,79,104,47,161v-22,40,-54,84,-101,103v-13,0,-7,-10,0,-14v55,-28,89,-91,89,-167v0,-31,-10,-62,-41,-64v-36,-1,-60,24,-60,60v0,42,45,57,79,40","w":184},":":{"d":"49,-33v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15xm63,-126v-18,1,-16,32,2,32v11,0,13,-8,13,-18v1,-8,-7,-15,-15,-14","w":105},";":{"d":"72,-126v-18,1,-17,34,2,32v11,1,13,-8,13,-18v0,-7,-7,-14,-15,-14xm62,-31v-26,6,-6,54,-26,68v0,2,1,3,3,3v20,-8,33,-34,36,-59v0,-8,-5,-12,-13,-12","w":114},"\u037e":{"d":"72,-126v-18,1,-17,34,2,32v11,1,13,-8,13,-18v0,-7,-7,-14,-15,-14xm62,-31v-26,6,-6,54,-26,68v0,2,1,3,3,3v20,-8,33,-34,36,-59v0,-8,-5,-12,-13,-12","w":114},"<":{"d":"22,-55r125,52r0,-14r-105,-42r105,-43r0,-13r-125,51r0,9","w":168},"=":{"d":"22,-69r127,0r0,-12r-127,0r0,12xm22,-31r127,0r0,-13r-127,0r0,13","w":171},">":{"d":"22,-4r125,-51r0,-9r-125,-52r0,14r105,43r-105,42r0,13","w":168},"?":{"d":"58,0v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15v-18,1,-17,34,2,33xm54,-74v-1,9,8,20,14,10v10,-75,102,-81,102,-164v0,-35,-24,-50,-58,-50v-32,0,-55,20,-58,52v-1,17,15,49,27,29v-18,-21,-9,-63,24,-62v18,1,31,14,31,32v0,75,-76,82,-82,153","w":180},"A":{"d":"100,-104v13,-26,20,-57,34,-82v6,21,2,53,7,76xm144,-96v8,42,16,98,63,102v36,-7,59,-35,71,-66v0,-3,-3,-6,-6,-6v-21,15,-38,61,-73,45v-15,-18,-19,-51,-24,-79v15,-4,37,0,40,-15v-6,-12,-28,0,-41,-1v-4,-47,-2,-94,1,-141v0,-6,-3,-14,-9,-14v-47,4,-30,58,-53,91r-43,101v-24,42,-40,109,-102,97v-4,0,-8,2,-8,6v69,40,109,-58,133,-112","w":258},"B":{"d":"172,-76v-4,-39,-51,-47,-83,-58v34,-13,75,-28,83,-67v-9,-33,-59,-30,-99,-33v2,-15,5,-30,10,-42v-26,-10,-41,18,-43,43v-17,5,-44,-1,-52,13v7,12,31,-2,49,1v-17,71,-26,147,-32,228v7,12,33,6,34,-8v59,-7,122,-22,133,-77xm53,-125v39,9,89,13,97,53v-12,39,-65,44,-108,52v-1,-39,5,-73,11,-105xm69,-220v39,-1,107,9,71,44v-18,18,-57,27,-84,34","w":190},"C":{"d":"242,-67v-12,-16,-19,12,-27,19v-22,38,-112,60,-135,9v-32,-72,-4,-193,68,-208v41,2,25,61,15,86v0,5,5,6,9,6v22,-4,21,-36,22,-61v1,-32,-18,-51,-49,-51v-84,0,-119,79,-119,162v0,66,32,117,99,117v60,0,97,-34,117,-79","w":217},"D":{"d":"15,10v6,12,36,8,34,-9v68,-10,124,-41,150,-92v40,-80,-24,-161,-115,-155v1,-11,15,-28,2,-33v-21,1,-31,16,-35,35v-16,0,-35,0,-39,11v5,9,26,1,37,0v-11,81,-32,153,-34,243xm82,-233v89,-8,142,103,77,161v-28,25,-64,44,-109,51v4,-77,19,-143,32,-212","w":220},"E":{"d":"22,-94v-22,6,-34,-16,-15,-25v6,-2,13,-4,18,-4v21,-64,42,-146,119,-146v23,0,40,15,39,39v0,6,0,13,-7,12v-14,-7,-10,-36,-33,-32v-54,9,-63,72,-80,119v28,-4,73,-11,103,-5v-14,27,-73,18,-107,34v-5,53,16,112,73,94v29,-9,48,-33,63,-57v4,-3,11,0,10,6v-19,42,-56,76,-111,76v-58,0,-72,-52,-72,-111","w":185},"F":{"d":"198,-125v-4,-11,-24,-2,-33,0r12,-102v23,-7,65,-1,61,-33v-41,3,-108,19,-161,23v-28,2,-63,8,-65,38v4,22,9,47,32,50v9,-14,-37,-56,3,-61r95,-13v3,36,-6,71,-11,104v-14,7,-47,-4,-49,15v6,14,32,0,46,1v-9,47,-18,101,-64,111v-21,4,-24,-29,-39,-17v4,20,18,31,40,31v69,0,83,-72,97,-132v11,-4,31,-6,36,-15","w":207},"G":{"d":"118,-207v26,-24,71,12,74,-12v-18,-47,-98,-18,-121,6v-36,38,-74,86,-74,154v0,29,8,58,37,58v57,0,85,-64,110,-104v-4,65,-13,136,-48,171v-22,22,-51,1,-67,-10v-4,0,-5,4,-5,7v8,28,57,36,81,16v61,-52,69,-160,78,-263v1,-14,-21,-16,-25,-5v-24,66,-55,136,-117,164v-33,-23,2,-87,15,-114v14,-27,37,-54,62,-68","w":207},"H":{"d":"12,1v30,19,46,-48,58,-77v-26,16,-53,41,-58,77xm211,-134v32,-6,90,2,59,22v-20,-3,-39,-12,-64,-6v-13,28,-27,83,-10,114v1,5,-5,7,-8,7v-35,-17,-17,-85,-6,-117v-30,6,-55,13,-80,25v-18,48,-25,110,-79,122v-57,-6,-19,-84,5,-99v14,-13,29,-23,45,-33r16,-105v-1,-24,-7,-53,-35,-43v-6,-1,-12,-7,-3,-12v8,-4,20,-8,31,-9v62,8,35,110,24,157v26,-7,52,-18,82,-20v22,-55,48,-109,86,-149v8,-7,16,0,10,8v-31,38,-56,85,-73,138","w":255},"I":{"d":"0,-5v25,42,88,2,103,-25v26,-48,49,-111,49,-182v0,-30,-5,-59,-36,-59v-60,13,-97,65,-97,133v0,11,3,23,14,24v16,-6,-2,-21,0,-35v3,-50,29,-86,69,-99v31,14,12,70,7,106v-7,47,-24,99,-50,129v-16,19,-38,12,-53,3v-3,-1,-6,3,-6,5","w":164},"J":{"d":"131,-97v10,-38,15,-77,15,-123v0,-36,-25,-65,-59,-44v-41,25,-74,61,-73,126v0,11,4,23,15,24v16,-4,-1,-22,1,-34v3,-51,28,-86,69,-100v30,11,15,70,11,101v-3,20,-9,40,-14,60v-43,41,-95,91,-95,174v0,30,32,32,48,15v39,-41,60,-110,74,-175v9,-5,27,-13,21,-25v-5,-2,-8,1,-13,1xm35,79v-9,15,-20,9,-18,-7v6,-56,42,-102,73,-134v-13,47,-32,104,-55,141","w":168},"K":{"d":"0,15v2,-100,10,-200,45,-271v39,-10,21,32,14,55v-10,32,-15,66,-19,102r105,-136v12,-12,26,-2,15,13r-107,143v28,20,59,38,101,43v3,0,8,3,8,5v-1,11,-7,17,-19,18v-38,-6,-80,-29,-108,-45v-14,25,9,84,-26,86v-8,1,-8,-7,-9,-13","w":167},"L":{"d":"167,-217v0,-44,-37,-77,-68,-43v-42,47,-35,147,-54,216v0,29,-56,21,-26,54v27,1,58,-20,97,-7v55,19,97,-13,109,-56v0,-2,-4,-5,-6,-5v-22,18,-38,62,-85,47v-20,-6,-39,-14,-62,-15v18,-65,19,-158,44,-216v5,-10,10,-14,16,-14v24,-1,14,38,28,47v6,0,7,-1,7,-8","w":205},"M":{"d":"95,-109v5,54,-8,122,33,138v53,-20,67,-98,98,-137v2,43,-1,95,38,102v31,-9,52,-37,63,-67v0,-2,-4,-5,-6,-5v-21,11,-21,48,-51,51v-16,-3,-16,-28,-17,-45v-3,-48,10,-85,12,-129v0,-7,0,-15,-8,-15v-29,3,-17,46,-36,65r-76,142v-1,1,-3,2,-4,2v-8,-7,-6,-34,-6,-48r0,-167v-1,-13,-3,-25,-17,-24v-42,2,-18,44,-26,80v-14,64,-31,134,-68,174v-13,13,-24,15,-42,11v-4,0,-7,3,-7,7v0,8,8,9,16,9v72,-8,82,-90,104,-144","w":299},"N":{"d":"-20,26v2,9,14,9,25,9v80,-9,74,-108,92,-178v29,50,31,140,101,150v52,-35,42,-144,51,-226v0,-5,-1,-13,-7,-12v-24,14,-7,92,-19,137v-7,27,-6,59,-23,73v-49,-39,-63,-123,-80,-195v0,-6,-4,-15,-12,-14v-39,3,-20,47,-27,82v-12,57,-15,123,-49,156v-12,12,-24,13,-44,11v-3,0,-9,2,-8,7","w":270},"O":{"d":"113,-263v-80,0,-107,92,-107,176v0,53,17,101,72,101v87,0,117,-83,125,-170v-5,-49,-9,-110,-67,-104v-8,1,-16,-3,-23,-3xm90,-9v-82,-7,-46,-139,-18,-181v15,-23,29,-49,62,-49v41,0,46,51,50,90v-8,67,-29,130,-94,140","w":220},"P":{"d":"40,-259v74,1,153,64,110,136v-22,36,-68,58,-115,68v-3,21,-6,40,-6,66v0,8,-10,12,-19,13v-20,-4,-9,-45,-9,-64v0,-66,14,-126,34,-177v8,-19,36,-9,30,12v-13,43,-24,86,-28,137v46,-12,102,-32,102,-85v0,-51,-45,-76,-96,-81v-8,0,-19,-2,-20,-9v2,-11,5,-16,17,-16","w":162},"Q":{"d":"149,-47v-28,-33,-85,-50,-85,-108v0,-44,28,-78,70,-84v74,14,55,157,15,192xm46,-124v10,49,58,62,86,93v-10,12,-28,20,-47,20v-48,0,-55,-70,-39,-113xm146,-19v12,11,15,22,14,45v2,11,13,5,15,-2v4,-23,-3,-43,-14,-56v24,-31,43,-70,42,-124v-1,-51,-11,-109,-67,-104v-89,-12,-131,75,-131,163v0,55,15,111,71,111v32,0,52,-17,70,-33","w":220},"R":{"d":"40,-259v60,6,122,23,122,85v0,63,-62,93,-116,108v31,20,63,38,106,43v3,0,8,2,8,5v0,12,-7,19,-19,19v-37,-7,-82,-28,-108,-46v-10,23,8,68,-24,69v-18,-6,-8,-45,-8,-64v0,-66,14,-126,34,-178v22,-22,37,1,26,26v-15,32,-21,76,-25,114v45,-14,103,-31,103,-85v0,-49,-49,-66,-97,-71v-9,0,-18,-2,-20,-9v3,-9,5,-17,18,-16","w":162},"S":{"d":"147,-244v14,-2,40,-1,26,15v-8,8,-32,26,-11,34v34,1,66,-59,17,-61v-63,-3,-139,7,-139,67v0,74,90,78,108,139v-11,47,-89,45,-136,39v-7,-1,-13,0,-12,8v5,13,29,11,46,11v59,0,128,-8,128,-66v0,-68,-87,-73,-100,-135v5,-34,38,-46,73,-51","w":200},"T":{"d":"27,-9v6,32,54,41,78,18v50,-46,60,-144,59,-236v21,-9,63,0,58,-32v-41,2,-123,25,-178,25v-55,0,-53,77,-8,85v8,-14,-21,-26,-17,-48v18,-27,72,-17,110,-26v2,80,-3,171,-38,219v-18,25,-46,4,-58,-9v-2,0,-5,1,-6,4","w":204},"U":{"d":"44,-70v0,30,14,52,36,30v47,-47,81,-114,106,-181v2,-8,26,-11,23,2v-15,68,-39,141,-36,225v-1,6,-2,14,-10,13v-20,-26,-7,-93,-5,-136v-29,44,-49,102,-110,114v-52,-5,-38,-83,-36,-134v9,-34,5,-88,41,-96v10,-2,16,5,13,16v-13,43,-22,92,-22,147","w":214},"V":{"d":"94,7v-12,0,-10,-11,-12,-21v-13,-77,-44,-149,-82,-202v2,-18,21,-27,33,-10v35,48,60,108,75,175v34,-70,70,-134,111,-194v9,-5,20,7,12,15v-45,73,-90,142,-121,224v-1,9,-6,12,-16,13","w":216},"W":{"d":"146,-226v45,-13,21,33,22,72v1,49,9,99,31,129v37,11,44,-37,56,-64v20,-44,29,-104,18,-162v-1,-4,4,-7,8,-6v41,78,-8,218,-64,259v-77,19,-85,-102,-82,-182v-46,49,-72,126,-107,186v-8,4,-25,3,-23,-9v31,-65,25,-174,0,-239v18,-25,36,5,40,26v7,37,16,79,12,125v26,-50,56,-95,89,-135","w":307},"X":{"d":"208,-6v-4,-15,-21,4,-27,-12v-21,-29,-31,-77,-40,-117v24,-36,52,-69,86,-96v2,-5,1,-14,-5,-12v-41,12,-65,55,-87,85v-10,-39,-17,-88,-64,-88v-36,0,-60,22,-72,49v0,3,2,9,7,8v17,-17,64,-44,81,-5v10,22,13,50,19,74v-25,37,-51,86,-88,112v-25,-6,-30,26,-8,27v50,-19,73,-76,103,-114v15,41,22,105,73,105v11,-1,20,-6,22,-16","w":226},"Y":{"d":"193,-238v-27,1,-21,31,-31,49v-28,49,-46,111,-85,147v-24,23,-38,-4,-38,-38v0,-55,8,-107,18,-153v-18,-27,-37,7,-42,28v-9,35,-11,76,-11,118v0,37,5,80,42,82v64,-11,83,-79,110,-127v-9,80,-20,163,-67,205v-25,13,-46,-6,-61,-15v-4,0,-5,1,-5,5v7,28,52,41,77,21v76,-60,86,-190,102,-310v-1,-6,-2,-12,-9,-12","w":211},"Z":{"d":"26,-182v25,-24,86,-29,135,-20v-35,64,-87,117,-126,174v-14,8,-28,31,-3,37v37,-9,87,-4,130,-4v22,0,27,-23,32,-40v0,-4,-5,-7,-9,-6v-26,26,-84,22,-137,24r88,-112v20,-32,46,-58,61,-94v1,-4,-4,-7,-7,-7r-151,1v-12,7,-20,24,-23,40v-1,6,5,7,10,7","w":197},"^":{"d":"150,-213r18,0r-63,-68r-20,0r-63,68r18,0r55,-55","w":189},"_":{"d":"-6,37r177,0r0,-13r-177,0r0,13","w":164},"`":{"d":"54,-205v-2,-12,-25,-38,-32,-12v10,26,30,41,46,60v9,5,13,-7,7,-11","w":99},"a":{"d":"72,-48v-3,35,13,70,46,51v23,-14,40,-36,53,-61v-2,-13,-13,-5,-15,2v-14,16,-29,43,-54,48v-13,-1,-11,-23,-12,-35v-2,-23,8,-41,12,-61v-36,-14,-36,74,-74,84v-5,0,-4,-5,-4,-9v0,-54,38,-77,69,-101v1,-6,-7,-11,-12,-11v-49,6,-81,54,-81,103v0,18,5,37,22,38v24,-5,39,-32,50,-48","w":151},"b":{"d":"45,8v53,0,88,-70,66,-123v16,3,44,-15,20,-20r-64,5v-15,-3,-19,19,-5,20v22,1,38,9,36,32v-3,32,-16,61,-43,71v-33,-16,-15,-87,-10,-124v8,-63,36,-110,49,-170v-8,-19,-35,3,-40,17r-17,53v-14,52,-30,106,-30,169v1,33,6,70,38,70","w":147},"c":{"d":"8,-53v-1,34,14,61,46,61v54,0,83,-35,102,-74v-2,-13,-15,-3,-16,3v-17,23,-35,51,-73,51v-21,0,-30,-16,-29,-37v2,-32,12,-74,42,-80v22,4,-4,37,6,43v27,-7,25,-62,-11,-58v-45,5,-65,45,-67,91"},"d":{"d":"26,-3v29,-3,50,-30,66,-46v2,32,23,70,58,49v25,-15,44,-38,56,-66v0,-3,-2,-8,-5,-8v-24,16,-31,57,-67,61v-17,-4,-13,-36,-16,-55v25,-53,63,-117,60,-193v-2,-44,-42,-22,-53,2v-17,39,-34,85,-35,141v-5,-6,-11,-8,-18,-8v-44,5,-67,45,-67,89v0,16,6,32,21,34xm160,-265v10,58,-26,121,-44,167v11,-59,9,-132,44,-167xm90,-71v-15,17,-36,45,-62,52v-10,-35,24,-78,61,-83","w":182},"e":{"d":"3,-44v0,28,12,49,40,49v50,0,82,-32,96,-73v-24,-7,-32,48,-63,51v-27,15,-56,-3,-43,-37v27,-12,50,-38,56,-70v-1,-12,-8,-23,-21,-21v-43,5,-65,56,-65,101xm34,-67v6,-21,14,-54,33,-62v18,23,-18,49,-33,62","w":115},"f":{"d":"36,94v69,-5,74,-134,36,-176v18,1,42,-1,34,-19v-18,-1,-49,6,-69,-1v10,-76,44,-135,68,-199v-10,-24,-40,0,-46,17v-31,91,-57,185,-53,301v1,32,1,72,30,77xm37,80v-29,-30,-10,-108,-5,-155v32,15,43,61,35,107v-3,19,-9,46,-30,48","w":125},"g":{"d":"53,-34v-12,10,-33,12,-30,-6v8,-48,39,-83,89,-90v13,-2,25,16,33,7v-19,-36,-88,-15,-106,9v-15,20,-33,39,-34,73v0,20,6,34,26,34v38,0,58,-41,76,-66v3,70,-11,139,-43,180v-6,6,-13,9,-21,9v-12,1,-9,-16,-19,-16v-8,0,-10,10,-6,16v28,37,82,-3,90,-32v24,-47,31,-118,31,-186v0,-28,-30,-8,-35,4v-9,23,-32,48,-51,64","w":169},"h":{"d":"16,-112v0,43,-28,104,0,127v31,-16,34,-62,57,-88v14,-16,23,-45,43,-53v9,24,-7,68,-2,102v2,16,3,35,18,36v45,-5,70,-42,87,-76v0,-6,-7,-10,-11,-4v-16,21,-32,52,-62,59v-8,0,-10,-9,-10,-17v0,-30,8,-60,7,-90v0,-16,-4,-32,-20,-32v-50,13,-67,68,-91,107v11,-97,77,-144,71,-255v-2,-37,-46,-19,-49,2v-24,47,-38,118,-38,182xm41,-131v8,-54,13,-145,47,-168v6,64,-24,122,-47,168","w":195},"i":{"d":"80,-33v-10,19,-45,36,-45,-1v0,-32,9,-52,14,-79v0,-5,-2,-8,-8,-8v-30,2,-30,38,-33,67v-3,37,17,80,52,56v25,-17,54,-42,59,-75v-17,-7,-23,30,-39,40xm45,-143v17,1,25,-32,5,-33v-17,-1,-25,32,-5,33","w":94},"j":{"d":"54,-118v-8,-22,-26,-1,-30,11v-3,33,-24,47,-34,73v16,14,28,-22,37,-35v-3,16,6,43,-6,51v-39,26,-82,59,-88,118v-3,44,48,45,71,19v43,-50,51,-144,50,-237xm-5,95v-7,15,-37,42,-46,13v2,-57,44,-85,76,-115v-5,36,-17,74,-30,102xm38,-183v-19,0,-20,36,0,36v19,0,20,-36,0,-36","w":82},"k":{"d":"10,-37v0,30,-7,67,13,76v20,-13,5,-59,16,-90v29,10,49,30,80,38v14,-3,3,-18,-4,-21r-71,-40r78,-70v6,-5,2,-16,-5,-15v-32,20,-50,45,-78,71v7,-71,24,-134,41,-195v0,-16,-24,-11,-29,-2v-33,64,-41,157,-41,248","w":142},"l":{"d":"34,-73v28,-59,66,-111,70,-194v2,-38,-36,-37,-52,-12v-32,49,-49,119,-46,197v2,47,15,119,66,89v26,-15,47,-42,58,-72v-19,-16,-26,31,-44,41v-8,8,-17,16,-29,16v-24,-4,-22,-39,-23,-65xm84,-282v16,59,-29,123,-51,169v0,-63,16,-121,40,-163v3,-4,7,-6,11,-6","w":107},"m":{"d":"222,-20v-6,-40,25,-107,-18,-119v-47,10,-58,77,-88,95v-4,-33,12,-115,-31,-87v-19,12,-30,35,-43,54v3,-32,19,-50,24,-79v-56,-24,-54,90,-65,150v3,14,18,5,20,-3v21,-33,38,-71,62,-100v6,-6,13,-10,13,1v0,36,-6,86,13,106v37,-27,43,-91,85,-113v22,28,-23,116,27,128v38,-7,62,-37,80,-64v0,-3,-1,-8,-5,-7v-24,12,-34,47,-65,52v-7,0,-8,-7,-9,-14","w":285},"n":{"d":"99,-128v-29,7,-48,46,-63,64v3,-29,16,-50,19,-80v1,-15,-17,-15,-24,-6v-19,25,-15,63,-25,99v-5,19,-6,37,-6,55v0,9,12,12,17,5v25,-35,37,-83,72,-108v13,21,-16,92,28,96v34,-6,54,-36,69,-61v7,-6,-3,-22,-9,-12v-14,21,-25,49,-52,55v-33,-6,12,-90,-26,-107","w":162},"o":{"d":"76,-136v-47,0,-67,50,-67,95v0,25,10,47,35,48v45,-8,66,-44,66,-94v0,-27,-7,-49,-34,-49xm36,-31v-2,-35,9,-75,40,-82v16,1,19,17,19,33v0,35,-12,62,-42,69v-12,0,-16,-9,-17,-20"},"p":{"d":"112,-108v-6,42,-28,101,-73,85v-1,-54,24,-85,62,-102v10,-1,10,9,11,17xm37,-13v10,15,33,19,57,19v53,0,79,-32,96,-70v-2,-14,-12,-4,-14,2v-18,29,-44,58,-90,54v33,-13,49,-52,49,-93v0,-21,-6,-41,-30,-39v-31,2,-47,32,-63,50v4,-20,4,-44,-16,-47v-22,11,-10,57,-18,88v-15,62,-41,120,-41,199v0,27,29,35,40,11v20,-45,25,-113,30,-174xm12,-5v-5,57,-5,121,-26,163v-11,-50,11,-121,26,-163","w":168},"q":{"d":"64,167v24,-27,22,-97,18,-144v-5,46,-30,99,-18,144xm60,188v-17,-3,-20,-27,-20,-45v0,-80,26,-146,46,-210v-15,24,-29,64,-62,69v-35,-7,-22,-61,-9,-86v15,-29,35,-59,73,-66v13,-2,13,15,5,20v-32,22,-68,56,-67,107v37,7,41,-81,77,-93v32,9,-2,52,-1,77r-6,28v41,8,62,-27,77,-56v3,-8,14,-3,12,4v-13,37,-41,71,-89,70v7,61,11,158,-36,181","w":163},"r":{"d":"39,-99v47,6,-7,105,45,112v35,-8,59,-40,74,-68v1,-7,-6,-11,-11,-5v-17,21,-31,47,-59,56v-6,1,-7,-8,-7,-13v0,-24,8,-43,9,-65v1,-31,-30,-33,-43,-50v0,-18,5,-41,-11,-45v-24,5,-26,53,-12,70v-3,30,-23,50,-34,73v0,3,2,5,5,5v25,-12,33,-43,44,-70","w":140},"s":{"d":"54,-173v22,6,8,40,4,55v13,31,48,73,25,114v28,-7,49,-36,63,-56v4,-5,13,-4,12,4v-24,46,-63,84,-136,73v-10,-2,-22,-6,-24,-18v8,-14,21,9,38,4v52,-5,20,-79,4,-101v-12,25,-21,56,-45,69v-3,0,-5,-2,-5,-5v13,-32,47,-54,38,-97v2,-19,8,-39,26,-42","w":140},"t":{"d":"37,-76v10,-34,39,-56,46,-95v13,-4,31,-3,34,-15v-3,-10,-20,0,-30,-2v6,-19,9,-42,8,-66v0,-11,-4,-22,-16,-22v-41,0,-50,63,-62,97v-14,-3,-29,18,-10,21v3,0,5,0,7,-1v-4,28,-9,57,-5,87v4,36,7,81,44,86v41,-9,66,-45,81,-80v0,-2,-2,-6,-5,-5v-25,17,-32,58,-69,63v-22,-4,-21,-44,-23,-68xm42,-182v9,-23,13,-74,39,-75v3,24,-3,52,-9,71v-9,3,-19,3,-30,4xm34,-105v2,-20,2,-40,6,-57v8,-3,17,-3,26,-5v-9,22,-18,46,-32,62","w":111},"u":{"d":"41,-130v-39,5,-34,58,-34,99v0,18,7,37,26,35v35,-3,53,-37,70,-58v-2,27,-2,61,23,64v38,-9,64,-44,79,-78v0,-4,-1,-7,-5,-7v-23,18,-35,59,-66,69v-27,-24,1,-86,7,-117v-31,-18,-36,53,-60,72v-12,15,-24,35,-44,40v-6,1,-7,-11,-7,-15v1,-36,12,-66,19,-96v0,-5,-2,-8,-8,-8","w":180},"v":{"d":"25,-123v-6,-13,-24,-4,-25,7v22,31,40,75,48,119v5,8,22,4,19,-8v19,-40,47,-87,69,-121v-1,-11,-16,-10,-19,-1v-21,30,-33,59,-52,90v-7,-33,-21,-64,-40,-86","w":143},"w":{"d":"35,-23v-8,-36,18,-73,25,-99v-11,-20,-33,2,-36,18v-4,26,-22,51,-18,82v6,42,45,10,59,-6v12,-13,24,-26,35,-40v3,35,3,79,39,82v44,-5,45,-62,47,-110v1,-17,-16,-46,-22,-22v14,28,12,97,-17,112v-20,-12,-16,-54,-21,-82v5,-15,-15,-23,-23,-12v-21,28,-38,60,-68,77","w":208},"x":{"d":"178,-65v5,-8,-2,-20,-9,-11v-15,21,-26,48,-56,53v-14,-6,-21,-30,-25,-44v13,-23,30,-37,39,-65v0,-3,-2,-6,-5,-6v-18,17,-24,36,-40,56v-8,-18,-9,-43,-32,-46v-25,10,-34,50,-45,74v3,9,8,5,14,-4v9,-14,16,-38,27,-49v10,13,11,35,17,52v-12,17,-33,42,-41,62v0,6,12,10,15,4r32,-50v8,17,16,37,38,39v37,-5,55,-39,71,-65","w":153},"y":{"d":"12,110v0,63,73,34,84,2v34,-50,37,-131,37,-214v0,-22,-15,-26,-25,-12v-22,32,-44,65,-78,85v-4,0,-3,-4,-3,-8v1,-31,17,-52,22,-78v1,-8,-8,-15,-15,-15v-28,13,-29,62,-30,99v0,11,7,19,18,19v36,-9,64,-47,83,-74r1,76v-38,29,-94,59,-94,120xm42,134v-22,-3,-15,-38,-7,-54v15,-30,46,-56,69,-75v-9,53,-16,113,-62,129","w":163},"z":{"d":"29,-108v-2,24,-29,42,-26,64v1,1,2,2,4,2v17,-11,27,-40,33,-61v4,-14,45,-21,45,-1v0,34,-32,47,-45,71v5,19,30,24,33,45v-38,22,-79,49,-82,105v0,20,13,32,33,32v84,0,109,-143,47,-184v16,-20,40,-37,43,-69v4,-38,-50,-32,-71,-18v0,-11,-7,-23,-19,-22v-12,0,-21,7,-21,20v0,13,12,17,26,16xm22,-134v7,-2,13,15,4,16v-10,2,-18,-15,-4,-16xm20,134v-32,-10,-5,-58,9,-70v13,-12,31,-25,48,-33v3,50,-16,93,-57,103","w":135},"|":{"d":"22,28r14,0r0,-283r-14,0r0,283","w":57},"~":{"d":"22,-215v30,-30,62,22,92,-5r0,-14v-30,30,-62,-23,-92,6r0,13","w":135},"\u00c4":{"d":"134,-186v4,23,4,51,7,76r-41,6v13,-26,20,-57,34,-82xm144,-96v8,42,16,98,63,102v36,-6,58,-36,71,-66v0,-3,-3,-6,-6,-6v-20,16,-38,61,-73,45v-15,-18,-19,-51,-24,-79v14,-4,37,0,40,-15v-6,-12,-28,0,-41,-1v-4,-47,-1,-95,1,-142v1,-22,-29,-10,-37,-2v-24,89,-61,182,-108,251v-14,20,-33,36,-62,27v-4,0,-8,2,-8,6v68,39,110,-58,133,-112xm128,-319v-18,1,-16,32,2,32v11,0,13,-8,13,-18v0,-7,-7,-14,-15,-14xm166,-301v0,7,7,14,14,14v12,0,13,-9,14,-18v0,-7,-8,-14,-16,-14v-9,0,-12,9,-12,18","w":258},"\u00c5":{"d":"134,-186v4,23,4,51,7,76r-41,6v13,-26,20,-57,34,-82xm144,-96v8,42,16,98,63,102v36,-6,58,-36,71,-66v0,-3,-3,-6,-6,-6v-20,16,-38,61,-73,45v-15,-18,-19,-51,-24,-79v14,-4,37,0,40,-15v-6,-12,-28,0,-41,-1v-4,-47,-1,-95,1,-142v1,-22,-29,-10,-37,-2v-24,89,-61,182,-108,251v-14,20,-33,36,-62,27v-4,0,-8,2,-8,6v68,39,110,-58,133,-112xm137,-309v0,13,6,26,19,25v20,-2,30,-20,32,-40v-1,-13,-4,-27,-19,-26v-21,1,-30,20,-32,41xm151,-298v0,-18,4,-36,19,-39v16,9,1,41,-14,43v-3,0,-5,-1,-5,-4","w":258},"\u00c7":{"d":"98,56v11,22,51,6,51,-21v0,-10,-1,-18,-4,-25v45,-11,81,-36,97,-77v-12,-16,-20,11,-27,19v-18,20,-44,39,-80,39v-54,-1,-72,-41,-68,-96v4,-64,21,-130,81,-142v41,2,25,60,15,86v-2,6,5,6,9,6v22,-4,21,-36,22,-61v1,-32,-18,-51,-49,-51v-84,0,-119,79,-119,162v0,66,32,115,99,117v12,16,4,43,-20,36v-4,0,-7,5,-7,8","w":217},"\u00c9":{"d":"22,-94v-21,6,-35,-15,-15,-24r18,-5v20,-65,43,-146,119,-146v23,0,40,15,39,39v0,6,0,13,-7,12v-14,-7,-10,-36,-33,-32v-53,9,-63,72,-80,119v27,-4,76,-10,103,-5v0,8,-5,12,-12,13v-31,5,-66,14,-95,21v-3,47,8,97,53,97v41,0,65,-33,83,-60v4,-3,11,0,10,6v-18,40,-55,76,-111,76v-58,0,-71,-52,-72,-111xm157,-334v2,-13,25,-38,32,-13v-9,27,-31,40,-46,60v-10,6,-11,-5,-7,-11v5,-12,15,-24,21,-36","w":185},"\u00d1":{"d":"-20,26v2,9,14,9,25,9v81,-8,73,-109,92,-178v29,50,31,140,101,150v52,-35,46,-152,50,-233v-7,-11,-18,-4,-16,10r-9,122v-5,26,-5,59,-23,73v-49,-40,-63,-123,-80,-195v0,-6,-4,-15,-12,-14v-44,6,-17,62,-30,107v-17,61,-12,148,-90,142v-3,0,-9,2,-8,7xm161,-262v18,2,17,22,40,20v16,2,35,-22,21,-33v-9,4,-6,17,-21,15v-19,-2,-19,-20,-40,-19v-17,1,-30,13,-31,30v0,3,2,5,5,5v8,-5,10,-20,26,-18","w":270},"\u00d6":{"d":"152,-261v-36,-4,-68,-3,-91,22v-41,46,-75,147,-40,220v9,19,28,35,57,33v86,-7,125,-83,125,-170v0,-46,-9,-100,-51,-105xm90,-9v-81,-8,-46,-138,-18,-181v15,-23,29,-49,62,-49v41,0,46,51,50,90v-8,67,-29,130,-94,140xm94,-297v-1,7,7,15,14,14v11,0,13,-9,14,-18v0,-8,-8,-15,-16,-15v-10,0,-13,10,-12,19xm157,-316v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15","w":220},"\u00dc":{"d":"209,-219v-17,68,-38,143,-36,225v-1,6,-2,14,-10,13v-20,-27,-8,-93,-5,-136v-29,46,-49,100,-110,114v-71,-19,-34,-168,-11,-222v5,-12,36,-12,29,8v-15,43,-22,101,-22,158v0,49,43,18,60,-7v30,-41,55,-91,77,-139v2,-12,6,-23,19,-23v6,0,9,3,9,9xm94,-258v0,8,6,16,14,15v11,0,13,-9,14,-19v0,-7,-8,-14,-16,-14v-9,0,-12,9,-12,18xm157,-276v-18,1,-17,33,2,33v11,0,13,-9,13,-19v0,-7,-7,-14,-15,-14","w":214},"\u00e1":{"d":"99,8v38,-6,56,-38,72,-66v-2,-13,-13,-5,-15,2v-14,16,-29,43,-54,48v-13,-1,-11,-23,-12,-35v-2,-24,8,-41,12,-61v-27,-16,-32,43,-50,61v-9,9,-17,29,-28,20v-3,-59,37,-82,69,-107v1,-6,-7,-11,-12,-11v-50,8,-81,51,-81,103v0,18,4,37,22,38v25,-5,37,-31,50,-48v0,27,3,54,27,56xm88,-205v3,-13,26,-38,33,-12v-14,24,-29,45,-51,61v-14,-12,15,-33,18,-49","w":151},"\u00e0":{"d":"99,8v38,-6,56,-38,72,-66v-2,-13,-13,-5,-15,2v-14,16,-29,43,-54,48v-13,-1,-11,-23,-12,-35v-2,-24,8,-41,12,-61v-27,-16,-32,43,-50,61v-9,9,-17,29,-28,20v-3,-59,37,-82,69,-107v1,-6,-7,-11,-12,-11v-50,8,-81,51,-81,103v0,18,4,37,22,38v25,-5,37,-31,50,-48v0,27,3,54,27,56xm62,-205v-3,-12,-26,-38,-33,-12v10,26,32,40,46,60v9,5,13,-6,7,-11","w":151},"\u00e2":{"d":"99,8v38,-6,56,-38,72,-66v-2,-13,-13,-5,-15,2v-14,16,-29,43,-54,48v-13,-1,-11,-23,-12,-35v-2,-24,8,-41,12,-61v-27,-16,-32,43,-50,61v-9,9,-17,29,-28,20v-3,-59,37,-82,69,-107v1,-6,-7,-11,-12,-11v-50,8,-81,51,-81,103v0,18,4,37,22,38v25,-5,37,-31,50,-48v0,27,3,54,27,56xm75,-197v-1,-2,-7,-3,-8,0v-15,18,-34,31,-46,52v-1,6,7,6,9,3r41,-33v14,11,25,26,42,35v6,-1,4,-8,1,-12","w":151},"\u00e4":{"d":"99,8v38,-6,56,-38,72,-66v-2,-13,-13,-5,-15,2v-14,16,-29,43,-54,48v-13,-1,-11,-23,-12,-35v-2,-24,8,-41,12,-61v-27,-16,-32,43,-50,61v-9,9,-17,29,-28,20v-3,-59,37,-82,69,-107v1,-6,-7,-11,-12,-11v-50,8,-81,51,-81,103v0,18,4,37,22,38v25,-5,37,-31,50,-48v0,27,3,54,27,56xm49,-190v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15xm99,-190v-18,1,-17,34,2,33v11,0,13,-8,13,-18v0,-8,-7,-16,-15,-15","w":151},"\u00e3":{"d":"99,8v38,-6,56,-38,72,-66v-2,-13,-13,-5,-15,2v-14,16,-29,43,-54,48v-13,-1,-11,-23,-12,-35v-2,-24,8,-41,12,-61v-27,-16,-32,43,-50,61v-9,9,-17,29,-28,20v-3,-59,37,-82,69,-107v1,-6,-7,-11,-12,-11v-50,8,-81,51,-81,103v0,18,4,37,22,38v25,-5,37,-31,50,-48v0,27,3,54,27,56xm57,-172v18,2,17,22,39,20v17,3,36,-21,22,-33v-10,3,-6,17,-22,15v-18,-2,-18,-20,-39,-19v-17,1,-31,13,-32,30v0,3,2,5,5,5v8,-6,11,-20,27,-18","w":151},"\u00e5":{"d":"99,8v38,-6,56,-38,72,-66v-2,-13,-13,-5,-15,2v-14,16,-29,43,-54,48v-13,-1,-11,-23,-12,-35v-2,-24,8,-41,12,-61v-27,-16,-32,43,-50,61v-9,9,-17,29,-28,20v-3,-59,37,-82,69,-107v1,-6,-7,-11,-12,-11v-50,8,-81,51,-81,103v0,18,4,37,22,38v25,-5,37,-31,50,-48v0,27,3,54,27,56xm108,-212v-20,-22,-48,9,-47,33v1,12,6,25,19,25v25,-2,38,-33,28,-58xm76,-169v-8,-20,25,-57,25,-26v0,14,-7,29,-21,30v-3,0,-4,-1,-4,-4","w":151},"\u00e7":{"d":"35,44v14,20,58,1,49,-32v0,-3,-1,-6,-2,-9v33,-12,61,-36,74,-69v-2,-13,-15,-3,-16,3v-17,23,-35,51,-73,51v-21,0,-30,-16,-29,-37v1,-34,13,-73,42,-80v22,4,-4,37,6,43v27,-7,25,-62,-11,-58v-45,5,-65,45,-67,91v-1,37,18,66,57,60v9,16,-3,36,-23,29v-4,0,-7,5,-7,8"},"\u00e9":{"d":"3,-44v0,26,12,49,40,49v50,0,82,-32,96,-73v0,-2,-3,-4,-5,-4v-24,21,-37,59,-80,60v-23,2,-26,-23,-21,-42v26,-13,50,-38,56,-70v-1,-12,-8,-23,-21,-21v-45,6,-65,54,-65,101xm34,-67v6,-22,13,-54,33,-62v18,23,-18,49,-33,62xm85,-208v2,-13,25,-38,32,-13v-9,27,-31,40,-46,60v-10,6,-11,-5,-7,-11v5,-12,15,-24,21,-36","w":115},"\u00e8":{"d":"3,-44v0,26,12,49,40,49v50,0,82,-32,96,-73v0,-2,-3,-4,-5,-4v-24,21,-37,59,-80,60v-23,2,-26,-23,-21,-42v26,-13,50,-38,56,-70v-1,-12,-8,-23,-21,-21v-45,6,-65,54,-65,101xm34,-67v6,-22,13,-54,33,-62v18,23,-18,49,-33,62xm51,-208v0,-19,-40,-36,-30,-5v15,20,28,39,48,54v14,-15,-15,-33,-18,-49","w":115},"\u00ea":{"d":"3,-44v0,26,12,49,40,49v50,0,82,-32,96,-73v0,-2,-3,-4,-5,-4v-24,21,-37,59,-80,60v-23,2,-26,-23,-21,-42v26,-13,50,-38,56,-70v-1,-12,-8,-23,-21,-21v-45,6,-65,54,-65,101xm34,-67v6,-22,13,-54,33,-62v18,23,-18,49,-33,62xm68,-204v-2,-2,-7,-3,-9,0v-15,18,-34,31,-46,52v0,6,7,6,10,3r40,-34v15,12,26,27,43,36v5,-1,5,-8,1,-12","w":115},"\u00eb":{"d":"3,-44v0,26,12,49,40,49v50,0,82,-32,96,-73v0,-2,-3,-4,-5,-4v-24,21,-37,59,-80,60v-23,2,-26,-23,-21,-42v26,-13,50,-38,56,-70v-1,-12,-8,-23,-21,-21v-45,6,-65,54,-65,101xm34,-67v6,-22,13,-54,33,-62v18,23,-18,49,-33,62xm45,-193v-18,1,-16,32,2,32v11,0,13,-8,13,-18v1,-8,-7,-15,-15,-14xm95,-193v-17,2,-15,34,3,32v11,1,13,-8,13,-18v0,-7,-8,-15,-16,-14","w":115},"\u00ed":{"d":"80,-33v-11,19,-45,36,-45,-1v0,-32,9,-52,14,-79v0,-5,-2,-8,-7,-8v-32,1,-31,38,-34,67v-3,37,17,80,52,56v25,-17,54,-41,59,-75v-17,-7,-24,30,-39,40xm49,-187v2,-12,25,-38,32,-12v-10,26,-31,40,-46,60v-9,5,-13,-7,-7,-11","w":94},"\u00ec":{"d":"80,-33v-11,19,-45,36,-45,-1v0,-32,9,-52,14,-79v0,-5,-2,-8,-7,-8v-32,1,-31,38,-34,67v-3,37,17,80,52,56v25,-17,54,-41,59,-75v-17,-7,-24,30,-39,40xm22,-187v-2,-13,-26,-38,-33,-12v14,24,29,45,51,61v14,-12,-15,-33,-18,-49","w":94},"\u00ee":{"d":"80,-33v-11,19,-45,36,-45,-1v0,-32,9,-52,14,-79v0,-5,-2,-8,-7,-8v-32,1,-31,38,-34,67v-3,37,17,80,52,56v25,-17,54,-41,59,-75v-17,-7,-24,30,-39,40xm42,-190v-1,-2,-7,-3,-8,0v-15,18,-34,31,-46,52v0,6,7,6,10,3r40,-33v15,12,27,25,43,36v6,-1,4,-9,0,-13","w":94},"\u00ef":{"d":"80,-33v-11,19,-45,36,-45,-1v0,-32,9,-52,14,-79v0,-5,-2,-8,-7,-8v-32,1,-31,38,-34,67v-3,37,17,80,52,56v25,-17,54,-41,59,-75v-17,-7,-24,30,-39,40xm15,-172v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15xm53,-153v-1,7,7,15,14,14v11,0,13,-9,14,-18v0,-8,-8,-15,-16,-15v-10,0,-13,10,-12,19","w":94},"\u00f1":{"d":"186,-64v7,-6,-3,-22,-9,-12v-14,21,-25,49,-52,55v-32,-4,9,-97,-26,-107v-31,9,-45,44,-63,64v3,-29,17,-50,19,-80v2,-15,-16,-15,-24,-6v-21,38,-24,99,-31,154v-1,9,12,12,17,5v25,-36,37,-83,72,-108v13,21,-16,93,28,96v34,-6,55,-36,69,-61xm64,-190v18,2,17,22,39,20v17,3,36,-21,22,-33v-9,4,-7,17,-22,15v-18,-2,-18,-20,-39,-19v-17,1,-31,13,-32,30v0,3,2,5,5,5v8,-6,11,-20,27,-18","w":162},"\u00f3":{"d":"76,-136v-47,0,-67,50,-67,95v0,25,10,47,35,48v45,-8,66,-44,66,-94v0,-27,-7,-49,-34,-49xm36,-31v-1,-34,10,-76,40,-82v16,1,19,17,19,33v0,35,-12,62,-42,69v-12,0,-16,-9,-17,-20xm95,-198v2,-12,27,-36,33,-12v-9,26,-32,41,-46,60v-11,7,-11,-5,-7,-11"},"\u00f2":{"d":"76,-136v-47,0,-67,50,-67,95v0,25,10,47,35,48v45,-8,66,-44,66,-94v0,-27,-7,-49,-34,-49xm36,-31v-1,-34,10,-76,40,-82v16,1,19,17,19,33v0,35,-12,62,-42,69v-12,0,-16,-9,-17,-20xm62,-198v-2,-12,-27,-36,-33,-12v9,26,32,41,46,60v11,7,11,-5,7,-11"},"\u00f4":{"d":"76,-136v-47,0,-67,50,-67,95v0,25,10,47,35,48v45,-8,66,-44,66,-94v0,-27,-7,-49,-34,-49xm36,-31v-1,-34,10,-76,40,-82v16,1,19,17,19,33v0,35,-12,62,-42,69v-12,0,-16,-9,-17,-20xm82,-201v-1,-2,-7,-1,-8,0v-15,18,-35,31,-46,52v-1,6,7,6,9,3r41,-33v15,12,26,27,43,36v5,-2,3,-9,0,-13"},"\u00f6":{"d":"76,-136v-47,0,-67,50,-67,95v0,25,10,47,35,48v45,-8,66,-44,66,-94v0,-27,-7,-49,-34,-49xm36,-31v-1,-34,10,-76,40,-82v16,1,19,17,19,33v0,35,-12,62,-42,69v-12,0,-16,-9,-17,-20xm42,-171v0,8,7,15,15,14v11,0,13,-8,13,-18v0,-8,-8,-15,-16,-15v-10,0,-12,10,-12,19xm105,-190v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15"},"\u00f5":{"d":"76,-136v-47,0,-67,50,-67,95v0,25,10,47,35,48v45,-8,66,-44,66,-94v0,-27,-7,-49,-34,-49xm36,-31v-1,-34,10,-76,40,-82v16,1,19,17,19,33v0,35,-12,62,-42,69v-12,0,-16,-9,-17,-20xm60,-168v18,3,18,19,40,19v15,0,27,-10,26,-27v0,-4,-2,-5,-5,-5v-9,3,-7,16,-21,15v-19,-2,-19,-20,-40,-19v-17,1,-29,13,-31,29v0,3,2,6,5,6v8,-6,8,-21,26,-18"},"\u00fa":{"d":"41,-130v-38,6,-34,58,-34,99v0,18,7,37,26,35v34,-3,53,-36,70,-58v-2,27,-2,61,23,64v38,-9,64,-44,79,-78v0,-4,-1,-7,-5,-7v-23,18,-36,58,-66,69v-27,-24,1,-86,7,-117v-32,-18,-38,58,-64,77v-12,14,-20,31,-40,35v-6,1,-7,-9,-7,-15v2,-35,12,-66,19,-96v0,-5,-2,-8,-8,-8xm132,-206v-13,24,-30,46,-51,61v-13,-19,22,-45,28,-67v6,-10,24,-7,23,6","w":180},"\u00f9":{"d":"41,-130v-38,6,-34,58,-34,99v0,18,7,37,26,35v34,-3,53,-36,70,-58v-2,27,-2,61,23,64v38,-9,64,-44,79,-78v0,-4,-1,-7,-5,-7v-23,18,-36,58,-66,69v-27,-24,1,-86,7,-117v-32,-18,-38,58,-64,77v-12,14,-20,31,-40,35v-6,1,-7,-9,-7,-15v2,-35,12,-66,19,-96v0,-5,-2,-8,-8,-8xm40,-206v12,25,29,46,51,61v11,-20,-23,-44,-29,-67v-6,-10,-23,-7,-22,6","w":180},"\u00fb":{"d":"41,-130v-38,6,-34,58,-34,99v0,18,7,37,26,35v34,-3,53,-36,70,-58v-2,27,-2,61,23,64v38,-9,64,-44,79,-78v0,-4,-1,-7,-5,-7v-23,18,-36,58,-66,69v-27,-24,1,-86,7,-117v-32,-18,-38,58,-64,77v-12,14,-20,31,-40,35v-6,1,-7,-9,-7,-15v2,-35,12,-66,19,-96v0,-5,-2,-8,-8,-8xm89,-204v-1,-2,-7,-3,-8,0v-15,18,-34,31,-46,52v0,6,7,6,10,3r40,-34v15,12,26,27,43,36v5,-1,3,-8,0,-12","w":180},"\u00fc":{"d":"41,-130v-38,6,-34,58,-34,99v0,18,7,37,26,35v34,-3,53,-36,70,-58v-2,27,-2,61,23,64v38,-9,64,-44,79,-78v0,-4,-1,-7,-5,-7v-23,18,-36,58,-66,69v-27,-24,1,-86,7,-117v-32,-18,-38,58,-64,77v-12,14,-20,31,-40,35v-6,1,-7,-9,-7,-15v2,-35,12,-66,19,-96v0,-5,-2,-8,-8,-8xm62,-190v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15xm112,-190v-18,1,-17,34,2,33v11,0,13,-8,13,-18v0,-8,-7,-16,-15,-15","w":180},"\u00a3":{"d":"88,-113v16,-2,37,-1,47,-10v-4,-12,-29,-4,-45,-5v8,-42,11,-90,30,-120v4,-6,8,-8,12,-8v24,-1,14,38,28,47v6,0,7,-2,7,-8v-1,-29,-9,-56,-37,-58v-59,12,-62,85,-71,146v-17,-2,-52,-3,-35,16r33,1v-8,36,-2,86,-39,94v-16,3,-7,29,6,30v37,-21,87,-11,133,-4v37,-4,57,-31,68,-61v0,-2,-4,-5,-6,-5v-22,18,-38,62,-85,47v-20,-6,-39,-14,-62,-15v9,-22,12,-62,16,-87","w":225},"\u2022":{"d":"50,-108v-30,3,-25,55,4,55v18,0,22,-14,22,-31v0,-13,-13,-25,-26,-24","w":108},"\u00ae":{"d":"68,-169v27,1,51,-23,50,-48v-1,-29,-20,-46,-49,-48v-25,-1,-47,23,-47,47v1,26,18,49,46,49xm31,-217v0,-22,16,-39,38,-39v24,1,40,15,40,39v0,24,-16,39,-40,39v-23,0,-37,-15,-38,-39xm81,-213v20,-8,10,-33,-12,-31r-19,0r0,54r13,0r0,-22v16,1,5,29,30,22xm63,-233v14,-3,22,11,6,12v-8,2,-6,-6,-6,-12","w":139},"\u00a9":{"d":"22,-97v0,60,39,100,99,100v60,0,101,-39,101,-100v0,-60,-39,-100,-101,-100v-60,0,-99,39,-99,100xm35,-97v0,-52,35,-87,86,-87v53,0,87,35,87,87v0,52,-35,86,-87,86v-51,0,-86,-35,-86,-86xm68,-96v-9,66,92,85,102,20r-19,0v-5,15,-12,25,-28,25v-24,0,-34,-19,-34,-46v0,-45,48,-65,60,-25r20,0v-18,-65,-107,-37,-101,26","w":243},"\u2122":{"d":"118,-196r12,0r0,-51r-18,0r-10,31r-13,-31r-17,0r0,51r12,0r0,-38r15,38r5,0r14,-38r0,38xm46,-237r16,0r0,-10r-44,0r0,10r15,0r0,41r13,0r0,-41","w":147},"\u00b4":{"d":"45,-205v2,-13,26,-38,33,-12v-14,24,-29,45,-51,61v-15,-13,16,-32,18,-49","w":99},"\u00a8":{"d":"22,-171v-1,7,7,15,14,14v11,0,13,-9,14,-18v0,-8,-8,-15,-16,-15v-10,0,-13,10,-12,19xm85,-190v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15","w":121},"\u00c6":{"d":"332,-67v-16,-16,-22,21,-37,28v-19,22,-72,39,-95,10v-15,-18,-23,-42,-21,-75v37,-9,80,-12,113,-26v6,-6,-1,-11,-10,-10r-98,7v16,-50,32,-113,85,-124v24,-5,21,24,34,32v7,1,7,-6,7,-12v0,-24,-16,-41,-40,-39v-54,4,-79,49,-99,89r4,-71v0,-22,-29,-10,-37,-2v-24,89,-61,182,-108,251v-14,20,-33,36,-62,27v-4,0,-8,2,-8,6v68,39,110,-58,133,-112r51,-8v8,51,20,106,77,106v56,0,92,-36,111,-77xm134,-186v4,23,4,51,7,76r-41,6v13,-26,20,-57,34,-82","w":312},"\u00b1":{"d":"92,-68r57,0r0,-12r-57,0r0,-37r-12,0r0,37r-58,0r0,12r58,0r0,37r12,0r0,-37xm22,1r127,0r0,-12r-127,0r0,12","w":171},"\u00e6":{"d":"113,5v49,0,75,-33,94,-67v0,-5,1,-11,-5,-10v-24,21,-35,60,-80,60v-22,1,-26,-22,-21,-42v27,-12,50,-38,56,-70v-3,-37,-50,-16,-58,2v-28,29,-35,81,-71,102v-5,0,-4,-5,-4,-9v0,-54,38,-77,69,-101v1,-6,-7,-11,-12,-11v-49,6,-81,54,-81,103v0,18,5,37,22,38v25,-5,37,-32,50,-48v2,29,10,53,41,53xm135,-129v18,21,-17,51,-33,62v6,-21,14,-54,33,-62","w":183},"\u00bf":{"d":"123,-206v-11,0,-13,9,-14,18v0,8,8,16,16,15v18,-1,17,-34,-2,-33xm126,-132v2,-14,-12,-20,-14,-6v-12,71,-101,78,-101,160v0,36,24,50,58,50v32,0,56,-20,58,-52v1,-16,-15,-50,-27,-29v18,20,9,64,-25,62v-19,0,-30,-14,-30,-32v0,-74,73,-83,81,-153","w":180},"\u00a1":{"d":"14,30v-7,20,-4,52,24,40v28,-45,16,-131,24,-201v-6,-10,-16,1,-16,9xm64,-175v18,-1,17,-33,-2,-33v-11,0,-13,9,-13,19v0,7,7,14,15,14","w":113},"\u00ac":{"d":"138,-59r0,35r11,0r0,-47r-127,0r0,12r116,0","w":171},"\u00ab":{"d":"97,-5v7,7,21,4,16,-8r-54,-49v18,-18,42,-30,57,-51v-1,-9,-15,-3,-19,0r-73,46v-3,2,-3,8,0,10xm169,-5v7,7,21,4,16,-8r-54,-49v18,-18,42,-30,57,-51v-1,-9,-15,-3,-19,0r-73,46v-3,2,-3,8,0,10","w":209},"\u00bb":{"d":"112,-5v-7,7,-21,4,-16,-8r54,-49r-54,-45v-7,-7,2,-13,10,-9v27,15,52,33,79,49v4,2,4,8,0,10xm40,-5v-7,7,-21,4,-16,-8r54,-49r-54,-45v-7,-7,2,-13,10,-9v27,15,52,33,79,49v4,2,4,8,0,10","w":209},"\u2026":{"d":"49,-33v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15xm157,-33v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15xm265,-33v-18,1,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15","w":301},"\u00c0":{"d":"134,-186v4,23,4,51,7,76r-41,6v13,-26,20,-57,34,-82xm144,-96v8,42,16,98,63,102v36,-6,58,-36,71,-66v0,-3,-3,-6,-6,-6v-20,16,-38,61,-73,45v-15,-18,-19,-51,-24,-79v14,-4,37,0,40,-15v-6,-12,-28,0,-41,-1v-4,-47,-1,-95,1,-142v1,-22,-29,-10,-37,-2v-24,89,-61,182,-108,251v-14,20,-33,36,-62,27v-4,0,-8,2,-8,6v68,39,110,-58,133,-112xm141,-334v0,-19,-40,-36,-30,-5v15,20,28,39,48,54v14,-15,-15,-33,-18,-49","w":258},"\u00c3":{"d":"134,-186v4,23,4,51,7,76r-41,6v13,-26,20,-57,34,-82xm144,-96v8,42,16,98,63,102v36,-6,58,-36,71,-66v0,-3,-3,-6,-6,-6v-20,16,-38,61,-73,45v-15,-18,-19,-51,-24,-79v14,-4,37,0,40,-15v-6,-12,-28,0,-41,-1v-4,-47,-1,-95,1,-142v1,-22,-29,-10,-37,-2v-24,89,-61,182,-108,251v-14,20,-33,36,-62,27v-4,0,-8,2,-8,6v68,39,110,-58,133,-112xm140,-302v17,2,17,22,39,20v17,3,36,-21,22,-33v-10,3,-7,17,-22,16v-19,-2,-18,-22,-39,-20v-16,2,-31,12,-32,30v0,3,1,6,5,5v4,1,5,-2,5,-5v0,-8,12,-14,22,-13","w":258},"\u00d5":{"d":"152,-261v-36,-4,-68,-3,-91,22v-41,46,-75,147,-40,220v9,19,28,35,57,33v86,-7,125,-83,125,-170v0,-46,-9,-100,-51,-105xm90,-9v-81,-8,-46,-138,-18,-181v15,-23,29,-49,62,-49v41,0,46,51,50,90v-8,67,-29,130,-94,140xm114,-294v18,3,18,19,40,19v15,0,27,-10,26,-27v0,-4,-2,-5,-5,-5v-9,3,-7,16,-21,15v-19,-2,-19,-20,-40,-19v-17,1,-29,13,-31,29v0,3,2,6,5,6v8,-6,8,-21,26,-18","w":220},"\u0152":{"d":"78,14v48,0,72,-29,92,-59v9,33,26,62,68,62v56,0,92,-34,111,-76v-19,-17,-30,37,-55,42v-11,6,-22,12,-38,12v-46,-2,-55,-51,-53,-97r95,-21v14,-1,18,-15,-1,-15v-31,0,-64,2,-90,7v18,-48,26,-110,80,-119v23,-4,20,25,33,32v7,1,7,-6,7,-12v1,-24,-16,-39,-39,-39v-48,0,-70,39,-90,71v-8,-32,-18,-69,-62,-62v-95,-12,-130,81,-130,173v0,53,17,101,72,101xm90,-9v-81,0,-47,-138,-19,-180v13,-34,72,-75,99,-24v16,30,9,62,-1,90v-11,1,-28,4,-28,17v-1,13,13,12,25,12r0,19v-15,31,-34,66,-76,66","w":329},"\u0153":{"d":"44,7v26,0,40,-18,51,-35v5,19,15,34,38,33v50,-3,82,-32,96,-73v-24,-7,-32,48,-63,51v-27,15,-56,-3,-43,-37v27,-12,50,-38,56,-70v-1,-12,-8,-21,-21,-21v-27,2,-37,24,-49,42v-4,-17,-12,-34,-33,-33v-46,4,-67,50,-67,95v0,25,10,48,35,48xm157,-129v18,23,-18,49,-33,62v6,-21,14,-54,33,-62xm36,-31v-1,-34,10,-76,40,-82v16,1,19,17,19,33v0,35,-12,62,-42,69v-12,0,-16,-9,-17,-20","w":205},"\u201c":{"d":"38,-178v-6,-21,4,-39,11,-53v-20,-6,-36,33,-38,57v0,8,4,11,12,11v8,1,15,-8,15,-15xm81,-178v-5,-21,4,-40,12,-53v-21,-6,-37,33,-39,57v0,8,4,11,12,11v8,1,17,-7,15,-15","w":114},"\u201d":{"d":"91,-219v6,22,-4,40,-12,53v0,2,1,3,3,3v20,-8,34,-33,36,-59v0,-8,-5,-12,-13,-12v-7,0,-14,7,-14,15xm62,-234v-26,6,-6,54,-26,68v0,2,1,3,3,3v20,-8,33,-34,36,-59v0,-8,-5,-12,-13,-12","w":128},"\u2018":{"d":"38,-178v-6,-22,4,-40,11,-53v-20,-6,-37,33,-38,57v0,8,4,11,12,11v8,1,15,-8,15,-15","w":70},"\u2019":{"d":"62,-234v-26,6,-6,54,-26,68v0,2,1,3,3,3v21,-8,33,-34,36,-59v-1,-8,-5,-12,-13,-12","w":85},"\u00f7":{"d":"86,-106v-14,0,-16,24,0,23v6,0,11,-5,11,-11v0,-6,-5,-12,-11,-12xm86,-36v-14,0,-16,24,0,23v6,0,11,-5,11,-11v0,-6,-5,-12,-11,-12xm22,-53r127,0r0,-12r-127,0r0,12","w":171},"\u00ff":{"d":"12,110v-3,63,73,35,84,2v32,-48,40,-122,38,-203v-1,-14,0,-33,-13,-33v-36,25,-49,73,-91,95v-10,-30,15,-59,19,-86v1,-8,-8,-15,-15,-15v-28,12,-29,63,-30,99v9,41,57,-2,68,-15v10,-12,26,-28,33,-40r1,76v-38,29,-91,59,-94,120xm42,134v-22,-3,-15,-38,-7,-54v15,-30,47,-56,69,-75v-9,53,-16,113,-62,129xm58,-190v-18,1,-17,34,2,33v11,0,13,-8,13,-18v0,-8,-7,-16,-15,-15xm96,-171v0,8,7,15,15,14v11,0,13,-8,13,-18v0,-8,-8,-15,-16,-15v-10,0,-12,10,-12,19","w":163},"\u0178":{"d":"46,-5v64,-11,83,-79,110,-127v-8,78,-21,164,-67,205v-25,13,-46,-6,-61,-15v-3,0,-5,2,-5,6v12,39,76,31,97,2v52,-70,69,-183,82,-292v0,-9,-6,-14,-15,-11v-34,39,-45,113,-80,156v-16,19,-23,42,-50,48v-20,-3,-17,-30,-18,-52v0,-53,8,-104,18,-148v-18,-27,-38,7,-42,28v-7,34,-11,77,-11,118v0,37,5,80,42,82xm92,-287v-17,2,-17,33,2,33v11,0,13,-8,13,-18v0,-7,-8,-15,-15,-15xm142,-287v-17,1,-16,33,2,33v12,0,13,-9,14,-18v0,-8,-8,-15,-16,-15","w":211},"\u2039":{"d":"97,-5v7,7,21,4,16,-8r-54,-49v18,-18,42,-30,57,-51v-1,-9,-15,-3,-19,0r-73,46v-3,2,-3,8,0,10","w":137},"\u203a":{"d":"40,-5v-7,7,-21,4,-16,-8r54,-49r-54,-45v-7,-7,2,-13,10,-9v27,15,52,33,79,49v4,2,4,8,0,10","w":137},"\u00c2":{"d":"134,-186v4,23,4,51,7,76r-41,6v13,-26,20,-57,34,-82xm144,-96v8,42,16,98,63,102v36,-6,58,-36,71,-66v0,-3,-3,-6,-6,-6v-20,16,-38,61,-73,45v-15,-18,-19,-51,-24,-79v14,-4,37,0,40,-15v-6,-12,-28,0,-41,-1v-4,-47,-1,-95,1,-142v1,-22,-29,-10,-37,-2v-24,89,-61,182,-108,251v-14,20,-33,36,-62,27v-4,0,-8,2,-8,6v68,39,110,-58,133,-112xm108,-285v-9,5,-1,17,6,10r40,-34v15,12,26,27,43,36v5,0,5,-9,1,-12v-15,-15,-26,-35,-44,-47v-18,13,-30,32,-46,47","w":258},"\u00ca":{"d":"22,-94v-21,6,-35,-15,-15,-24r18,-5v20,-65,43,-146,119,-146v23,0,40,15,39,39v0,6,0,13,-7,12v-14,-7,-10,-36,-33,-32v-53,9,-63,72,-80,119v27,-4,76,-10,103,-5v0,8,-5,12,-12,13v-31,5,-66,14,-95,21v-3,47,8,97,53,97v41,0,65,-33,83,-60v4,-3,11,0,10,6v-18,40,-55,76,-111,76v-58,0,-71,-52,-72,-111xm147,-330v-1,-2,-7,-3,-8,0v-15,18,-34,31,-46,52v-1,6,7,6,9,3r41,-34v14,12,25,27,42,36v5,-1,5,-8,1,-12","w":185},"\u00c1":{"d":"134,-186v4,23,4,51,7,76r-41,6v13,-26,20,-57,34,-82xm144,-96v8,42,16,98,63,102v36,-6,58,-36,71,-66v0,-3,-3,-6,-6,-6v-20,16,-38,61,-73,45v-15,-18,-19,-51,-24,-79v14,-4,37,0,40,-15v-6,-12,-28,0,-41,-1v-4,-47,-1,-95,1,-142v1,-22,-29,-10,-37,-2v-24,89,-61,182,-108,251v-14,20,-33,36,-62,27v-4,0,-8,2,-8,6v68,39,110,-58,133,-112xm171,-334v-1,-19,40,-36,30,-5v-15,20,-28,39,-48,54v-14,-15,15,-32,18,-49","w":258},"\u00cb":{"d":"22,-94v-21,6,-35,-15,-15,-24r18,-5v20,-65,43,-146,119,-146v23,0,40,15,39,39v0,6,0,13,-7,12v-14,-7,-10,-36,-33,-32v-53,9,-63,72,-80,119v27,-4,76,-10,103,-5v0,8,-5,12,-12,13v-31,5,-66,14,-95,21v-3,47,8,97,53,97v41,0,65,-33,83,-60v4,-3,11,0,10,6v-18,40,-55,76,-111,76v-58,0,-71,-52,-72,-111xm113,-316v-17,2,-16,33,3,33v11,0,13,-8,13,-18v0,-8,-8,-16,-16,-15xm164,-316v-18,1,-17,34,2,33v11,0,13,-8,13,-18v0,-7,-7,-16,-15,-15","w":185},"\u00c8":{"d":"22,-94v-21,6,-35,-15,-15,-24r18,-5v20,-65,43,-146,119,-146v23,0,40,15,39,39v0,6,0,13,-7,12v-14,-7,-10,-36,-33,-32v-53,9,-63,72,-80,119v27,-4,76,-10,103,-5v0,8,-5,12,-12,13v-31,5,-66,14,-95,21v-3,47,8,97,53,97v41,0,65,-33,83,-60v4,-3,11,0,10,6v-18,40,-55,76,-111,76v-58,0,-71,-52,-72,-111xm130,-334v1,-19,-40,-36,-30,-5v15,20,28,39,48,54v14,-15,-15,-33,-18,-49","w":185},"\u00cd":{"d":"33,0v-16,2,-24,-19,-33,-5v30,45,100,-1,109,-35v25,-46,43,-105,43,-172v0,-30,-5,-59,-36,-59v-59,13,-98,64,-97,133v0,11,3,23,14,24v16,-5,-1,-23,0,-35v3,-50,29,-86,69,-99v41,48,-6,163,-28,214v-8,18,-21,31,-41,34xm131,-334v2,-13,26,-38,33,-13v-9,27,-32,40,-46,60v-11,7,-11,-5,-7,-11","w":164},"\u00ce":{"d":"33,0v-16,2,-24,-19,-33,-5v30,45,100,-1,109,-35v25,-46,43,-105,43,-172v0,-30,-5,-59,-36,-59v-59,13,-98,64,-97,133v0,11,3,23,14,24v16,-5,-1,-23,0,-35v3,-50,29,-86,69,-99v41,48,-6,163,-28,214v-8,18,-21,31,-41,34xm118,-330v-1,-2,-7,-3,-8,0v-15,18,-34,31,-46,52v-1,6,7,6,9,3r41,-34v15,12,26,27,43,36v5,-1,3,-8,0,-12","w":164},"\u00cf":{"d":"33,0v-16,2,-24,-19,-33,-5v30,45,100,-1,109,-35v25,-46,43,-105,43,-172v0,-30,-5,-59,-36,-59v-59,13,-98,64,-97,133v0,11,3,23,14,24v16,-5,-1,-23,0,-35v3,-50,29,-86,69,-99v41,48,-6,163,-28,214v-8,18,-21,31,-41,34xm85,-319v-18,1,-17,34,2,32v11,1,13,-8,13,-18v0,-7,-7,-14,-15,-14xm135,-319v-18,1,-16,32,2,32v11,0,13,-8,13,-18v1,-8,-7,-15,-15,-14","w":164},"\u00cc":{"d":"33,0v-16,2,-24,-19,-33,-5v30,45,100,-1,109,-35v25,-46,43,-105,43,-172v0,-30,-5,-59,-36,-59v-59,13,-98,64,-97,133v0,11,3,23,14,24v16,-5,-1,-23,0,-35v3,-50,29,-86,69,-99v41,48,-6,163,-28,214v-8,18,-21,31,-41,34xm98,-334v-2,-13,-26,-38,-33,-13v9,27,32,40,46,60v11,7,11,-5,7,-11","w":164},"\u00d3":{"d":"152,-261v-36,-4,-68,-3,-91,22v-41,46,-75,147,-40,220v9,19,28,35,57,33v86,-7,125,-83,125,-170v0,-46,-9,-100,-51,-105xm90,-9v-81,-8,-46,-138,-18,-181v15,-23,29,-49,62,-49v41,0,46,51,50,90v-8,67,-29,130,-94,140xm149,-327v2,-13,28,-38,33,-12v-13,26,-31,46,-51,61v-13,-14,15,-33,18,-49","w":220},"\u00d4":{"d":"152,-261v-36,-4,-68,-3,-91,22v-41,46,-75,147,-40,220v9,19,28,35,57,33v86,-7,125,-83,125,-170v0,-46,-9,-100,-51,-105xm90,-9v-81,-8,-46,-138,-18,-181v15,-23,29,-49,62,-49v41,0,46,51,50,90v-8,67,-29,130,-94,140xm136,-330v-1,-2,-7,-3,-8,0v-15,18,-34,31,-46,52v-1,6,7,6,9,3r41,-34v15,12,26,27,43,36v5,-1,3,-8,0,-12","w":220},"\u00d2":{"d":"152,-261v-36,-4,-68,-3,-91,22v-41,46,-75,147,-40,220v9,19,28,35,57,33v86,-7,125,-83,125,-170v0,-46,-9,-100,-51,-105xm90,-9v-81,-8,-46,-138,-18,-181v15,-23,29,-49,62,-49v41,0,46,51,50,90v-8,67,-29,130,-94,140xm119,-327v-3,-13,-26,-38,-33,-12v14,24,30,47,52,61v13,-15,-16,-33,-19,-49","w":220},"\u00da":{"d":"209,-219v-17,68,-38,143,-36,225v-1,6,-2,14,-10,13v-20,-27,-8,-93,-5,-136v-29,46,-49,100,-110,114v-71,-19,-34,-168,-11,-222v5,-12,36,-12,29,8v-15,43,-22,101,-22,158v0,49,43,18,60,-7v30,-41,55,-91,77,-139v2,-12,6,-23,19,-23v6,0,9,3,9,9xm135,-288v0,-19,41,-35,30,-4v-16,18,-28,40,-48,54v-14,-15,18,-32,18,-50","w":214},"\u00db":{"d":"209,-219v-17,68,-38,143,-36,225v-1,6,-2,14,-10,13v-20,-27,-8,-93,-5,-136v-29,46,-49,100,-110,114v-71,-19,-34,-168,-11,-222v5,-12,36,-12,29,8v-15,43,-22,101,-22,158v0,49,43,18,60,-7v30,-41,55,-91,77,-139v2,-12,6,-23,19,-23v6,0,9,3,9,9xm132,-305v-1,-2,-7,-3,-8,0v-15,18,-34,31,-46,52v0,6,7,6,10,3r40,-33v15,11,26,26,43,35v6,-1,4,-8,0,-12","w":214},"\u00d9":{"d":"209,-219v-17,68,-38,143,-36,225v-1,6,-2,14,-10,13v-20,-27,-8,-93,-5,-136v-29,46,-49,100,-110,114v-71,-19,-34,-168,-11,-222v5,-12,36,-12,29,8v-15,43,-22,101,-22,158v0,49,43,18,60,-7v30,-41,55,-91,77,-139v2,-12,6,-23,19,-23v6,0,9,3,9,9xm116,-291v-2,-13,-28,-38,-33,-12v13,26,31,46,51,61v13,-14,-15,-33,-18,-49","w":214},"\u02c6":{"d":"25,-166v-6,6,0,17,6,9r41,-33v14,12,25,27,42,36v5,0,5,-9,1,-12v-15,-15,-26,-34,-43,-47v-18,13,-31,32,-47,47","w":139},"\u02dc":{"d":"53,-176v18,2,17,22,40,20v16,2,35,-22,21,-33v-8,4,-7,17,-21,16v-19,-2,-19,-22,-40,-20v-16,2,-31,12,-31,30v0,3,1,6,5,5v9,-4,9,-21,26,-18","w":140},"\u02da":{"d":"22,-186v0,12,5,25,18,25v31,0,47,-59,14,-67v-21,1,-31,21,-32,42xm36,-176v-5,-22,19,-55,26,-27v-1,14,-13,40,-26,27","w":93},"\ue000":{"d":"1,-48v21,13,32,-33,39,-55v5,-14,45,-21,45,-1v0,34,-33,48,-45,71v7,18,29,25,33,45v-38,22,-79,49,-82,105v0,20,13,33,33,32v84,-1,108,-142,47,-184v15,-20,40,-37,43,-69v3,-38,-50,-32,-71,-18v0,-11,-7,-23,-19,-22v-12,0,-21,7,-21,20v0,12,14,17,26,16v-5,21,-21,40,-28,60xm22,-134v7,-1,13,15,4,16v-12,2,-17,-16,-4,-16xm20,134v-32,-10,-5,-58,9,-70v14,-12,30,-25,48,-33v3,50,-16,93,-57,103xm123,-201v7,-3,3,-16,-4,-11v-18,10,-32,24,-48,35v-17,-12,-30,-27,-49,-36v-7,0,-4,10,0,12v17,15,29,35,49,47v20,-13,34,-32,52,-47","w":135},"\ue001":{"d":"34,8v40,-10,94,-2,138,-4v10,-8,20,-23,22,-39v-18,-18,-30,24,-65,15r-81,3r88,-112v20,-32,46,-58,61,-94v-26,-19,-100,0,-152,-8v-17,5,-25,24,-29,42v13,21,28,-13,47,-13v28,0,71,-6,98,0v-41,68,-89,131,-140,187v-9,10,2,26,13,23xm170,-291v7,-3,3,-16,-4,-11v-18,10,-32,24,-49,35v-16,-12,-29,-27,-48,-36v-6,0,-4,10,-1,12v17,15,30,34,49,47v21,-12,34,-32,53,-47","w":197},"\ue002":{"d":"54,-173v22,6,8,40,4,55v13,32,48,72,25,114v30,-8,47,-34,63,-56v4,-5,13,-4,12,4v-25,45,-63,84,-136,73v-10,-2,-22,-6,-24,-18v8,-14,21,9,38,4v52,-5,20,-79,4,-101v-12,25,-21,56,-45,69v-3,0,-5,-2,-5,-5v13,-30,48,-55,38,-97v2,-18,8,-39,26,-42xm105,-237v7,-3,3,-16,-4,-11v-18,10,-32,24,-48,35v-17,-12,-30,-27,-49,-36v-7,0,-4,10,0,12v17,15,29,35,49,47v20,-13,34,-32,52,-47","w":140},"\ue003":{"d":"147,-244v14,-2,40,-1,26,14v-7,8,-32,27,-11,35v35,1,66,-59,17,-61v-63,-3,-139,7,-139,67v0,74,90,78,108,139v-12,51,-95,42,-144,40v-4,0,-4,3,-4,7v4,14,29,11,46,11v59,0,128,-8,128,-66v0,-68,-87,-73,-100,-135v5,-34,38,-46,73,-51xm199,-316v7,-3,3,-16,-4,-11v-18,10,-32,23,-49,34v-16,-11,-29,-26,-48,-35v-7,0,-3,9,-1,12v17,15,29,35,49,47v21,-12,34,-32,53,-47","w":200},"\ue004":{"d":"12,110v-3,63,73,35,84,2v32,-48,40,-122,38,-203v-1,-14,0,-33,-13,-33v-36,25,-49,73,-91,95v-10,-30,15,-59,19,-86v1,-8,-8,-15,-15,-15v-28,12,-29,63,-30,99v9,41,57,-2,68,-15v10,-12,26,-28,33,-40r1,76v-38,29,-91,59,-94,120xm42,134v-22,-3,-15,-38,-7,-54v15,-30,47,-56,69,-75v-9,53,-16,113,-62,129xm95,-201v2,-13,28,-38,33,-12v-13,26,-31,46,-51,61v-13,-14,15,-33,18,-49","w":163},"\ue005":{"d":"46,-5v64,-11,83,-79,110,-127v-8,78,-21,164,-67,205v-25,13,-46,-6,-61,-15v-3,0,-5,2,-5,6v12,39,76,31,97,2v52,-70,69,-183,82,-292v0,-9,-6,-14,-15,-11v-34,39,-45,113,-80,156v-16,19,-23,42,-50,48v-20,-3,-17,-30,-18,-52v0,-53,8,-104,18,-148v-18,-27,-38,7,-42,28v-7,34,-11,77,-11,118v0,37,5,80,42,82xm128,-306v0,-19,40,-34,30,-4v-16,18,-27,41,-49,54v-12,-16,15,-34,19,-50","w":211},"\ue006":{"d":"132,3r9,-9r-50,-50r50,-51r-9,-9r-51,50r-50,-50r-9,9r50,51r-50,50r9,10r50,-51","w":162},"\ue007":{"d":"33,-1r0,-128r-11,0r0,128r11,0xm33,-160r0,-128r-11,0r0,128r11,0","w":55},"\ue008":{"d":"22,-59r127,0r0,-12r-127,0r0,12","w":171}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2009 by Morice Kastoun. All rights reserved.
 * 
 * Manufacturer:
 * Morice Kastoun
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Oceania","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 3 0 0 0 0 0 3","ascent":"274","descent":"-86","x-height":"1","bbox":"-33 -345.054 430 79.0248","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":86,"k":{"l":-7,"A":-4}},"#":{"d":"192,-153r-33,0r-11,64r32,0r-7,43r-33,0r-8,46r-28,0r8,-46r-38,0r-8,46r-28,0r8,-46r-34,0r7,-43r35,0r11,-64r-34,0r7,-42r35,0r7,-43r28,0r-8,43r39,0r8,-43r27,0r-8,43r33,0xm93,-153r-12,64r39,0r11,-64r-38,0","w":210},"$":{"d":"26,-182v-4,-66,57,-89,120,-70r12,-36r18,0r-13,39v8,2,18,1,25,0r-5,43v-14,1,-21,1,-33,-3r-21,61v41,8,70,29,72,73v2,68,-55,90,-120,74r-12,34r-18,0r13,-39v-14,-3,-24,-4,-34,-4v0,-14,3,-34,5,-43v16,-2,27,2,43,7r21,-63v-43,-8,-71,-28,-73,-73xm134,-214v-28,-11,-62,-4,-61,29v0,18,13,30,39,35xm94,-41v28,9,59,5,59,-31v0,-18,-12,-30,-37,-35","w":217},"%":{"d":"124,0r-28,0r101,-251r28,0xm69,-246v42,0,58,34,58,78v0,37,-20,70,-58,68v-36,-2,-53,-36,-53,-79v0,-36,20,-67,53,-67xm73,-216v-24,-1,-27,24,-26,49v1,20,7,38,26,37v32,-1,33,-85,0,-86xm241,-143v42,-1,59,35,59,79v0,37,-20,69,-59,67v-36,-2,-53,-35,-53,-78v0,-36,20,-67,53,-68xm246,-113v-23,-1,-27,24,-26,49v1,20,6,38,26,37v33,-1,32,-85,0,-86","w":315},"&":{"d":"171,-34v-44,64,-153,41,-153,-38v0,-41,19,-64,51,-81v-13,-19,-24,-33,-26,-57v-1,-36,32,-63,68,-63v35,-1,67,27,66,62v-2,34,-21,52,-47,68r32,40v11,-36,37,-75,85,-59r0,40v-38,-14,-46,23,-55,50r62,72r-55,0xm94,-122v-44,11,-37,92,15,80v13,-3,24,-12,34,-24xm103,-174v24,-3,49,-57,7,-60v-30,3,-28,41,-7,60","w":246},"\u2019":{"d":"10,-206v20,-11,29,-9,29,-32v-15,1,-22,-4,-22,-18v0,-16,10,-25,29,-25v21,0,31,13,31,37v0,27,-15,48,-46,65","w":87,"k":{"s":23,"m":11,"d":25}},"(":{"d":"117,-271v-64,77,-65,243,0,321r-41,0v-30,-41,-53,-96,-53,-160v0,-65,23,-120,53,-161r41,0","w":129},")":{"d":"13,50v63,-78,63,-242,0,-321r40,0v68,75,68,246,0,321r-40,0","w":129},"*":{"d":"153,-205r-48,13r32,37r-32,22r-26,-41r-26,41r-32,-22r32,-37r-48,-13r12,-36r46,18r-3,-48r38,0r-2,48r45,-18","w":158},"+":{"d":"115,-76r0,72r-39,0r0,-72r-60,0r0,-39r60,0r0,-72r39,0r0,72r59,0r0,39r-59,0","w":190},",":{"d":"8,41v23,-17,33,-16,33,-46v-13,1,-19,-5,-19,-19v0,-17,9,-26,28,-26v21,0,32,13,32,38v0,33,-17,59,-51,79","w":102},"-":{"d":"8,-77r0,-37r74,0r0,37r-74,0","w":90},".":{"d":"51,3v-18,0,-28,-9,-28,-27v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,27,-28,27","w":102},"\/":{"d":"31,50r-38,0r112,-314r39,0","w":128},"0":{"d":"121,4v-58,0,-98,-57,-98,-121v0,-63,38,-114,98,-114v61,0,95,52,95,120v0,62,-37,116,-95,115xm120,-44v33,0,43,-36,43,-73v0,-33,-12,-67,-42,-67v-32,0,-45,36,-45,73v0,34,14,67,44,67","w":239},"1":{"d":"132,-217r0,217r-54,0r0,-174r-41,40r-27,-35r70,-62","w":167,"k":{"2":-7}},"2":{"d":"115,-236v63,-3,100,78,53,124r-67,66r88,0r0,46r-155,0r-13,-43r102,-96v25,-17,14,-47,-11,-50v-24,4,-41,27,-57,41r-34,-35v25,-27,50,-51,94,-53","w":212,"k":{"3":-10}},"3":{"d":"104,-233v44,-2,86,32,85,74v0,27,-11,47,-33,59v25,14,37,35,37,63v0,91,-143,98,-180,33r34,-41v13,24,33,37,58,37v23,1,34,-13,36,-36v2,-34,-35,-35,-70,-33r0,-43v34,1,65,2,65,-33v0,-45,-57,-34,-75,-13r-12,12r-32,-42v23,-21,51,-36,87,-37","w":218},"4":{"d":"219,-5r-32,0r0,42r-52,0r0,-42r-99,0r-22,-52v36,-59,63,-129,110,-176r61,0v-48,49,-78,117,-112,180r62,0r0,-76r52,0r0,76r32,0r0,48","w":233,"k":{"5":-3}},"5":{"d":"212,-53v0,97,-148,122,-184,39r47,-26v12,48,89,36,82,-17v5,-54,-63,-53,-76,-18r-48,-12r0,-145r164,0r-13,47r-98,0r0,66v17,-17,27,-27,55,-28v46,-1,71,44,71,94","w":232,"k":{"6":-13}},"6":{"d":"117,4v-84,0,-101,-73,-96,-165v4,-68,31,-113,102,-113v28,0,49,5,64,16r-17,45v-38,-34,-110,-12,-95,54v12,-16,29,-28,56,-28v52,-1,82,40,81,95v-1,56,-38,96,-95,96xm117,-41v28,0,42,-16,42,-50v0,-34,-14,-52,-42,-52v-28,0,-42,18,-42,52v0,34,14,50,42,50","w":233},"7":{"d":"197,-231r15,38r-111,229r-60,0r112,-220v-34,6,-80,-17,-88,18r-8,18r-47,-20v17,-25,20,-63,65,-63r122,0","w":219,"k":{"8":-4}},"8":{"d":"190,-142v18,15,34,32,34,62v0,49,-48,83,-99,83v-53,0,-102,-35,-101,-84v1,-33,11,-44,33,-61v-16,-15,-25,-33,-25,-56v-1,-46,44,-75,93,-75v49,0,90,30,90,75v0,27,-10,41,-25,56xm84,-193v0,24,15,33,43,33v24,0,36,-11,36,-33v0,-23,-13,-34,-39,-34v-27,0,-40,11,-40,34xm169,-81v1,-27,-18,-37,-50,-37v-26,0,-40,13,-40,37v0,24,15,36,45,36v30,0,45,-12,45,-36","w":245,"k":{"9":-10}},"9":{"d":"116,-242v83,0,101,73,96,165v-4,68,-32,113,-102,114v-28,0,-49,-5,-64,-16r17,-45v39,33,109,11,95,-54v-13,16,-30,28,-56,28v-51,0,-82,-40,-81,-95v1,-57,37,-97,95,-97xm116,-197v-28,0,-42,17,-42,51v0,34,14,51,42,51v28,0,42,-17,42,-51v0,-34,-14,-51,-42,-51","w":232},":":{"d":"51,-138v-18,0,-28,-8,-28,-26v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,26,-28,26xm51,3v-18,0,-28,-9,-28,-27v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,27,-28,27","w":102},";":{"d":"8,41v23,-17,33,-16,33,-46v-13,1,-19,-5,-19,-19v0,-17,9,-26,28,-26v21,0,32,13,32,38v0,33,-17,59,-51,79xm51,-138v-18,0,-28,-8,-28,-26v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,26,-28,26","w":102},"<":{"d":"114,0r-86,-96r86,-95r48,0r0,4r-82,91r82,92r0,4r-48,0","w":190},"=":{"d":"23,-33r0,-38r145,0r0,38r-145,0xm23,-122r0,-38r145,0r0,38r-145,0","w":190},">":{"d":"77,-191r85,95r-85,96r-49,0r0,-4r83,-91r-83,-92r0,-4r49,0","w":190},"?":{"d":"17,-245v34,-42,135,-37,135,34v0,60,-76,53,-66,124r-40,0v-9,-55,13,-84,48,-103v20,-11,12,-42,-15,-42v-16,0,-30,9,-42,27xm66,3v-19,0,-29,-9,-29,-27v0,-18,10,-27,29,-27v19,0,29,9,29,27v0,18,-10,27,-29,27","w":166},"@":{"d":"318,-140v0,61,-35,109,-87,111v-22,1,-32,-10,-43,-20v-40,33,-92,27,-92,-33v0,-68,52,-128,111,-90r2,-9r37,0r-20,114v0,6,5,9,12,9v32,-3,47,-41,47,-82v0,-65,-35,-98,-105,-98v-82,0,-128,63,-128,149v0,99,76,131,160,101r3,30v-105,34,-197,-10,-197,-131v0,-104,61,-178,162,-178v85,0,138,44,138,127xm203,-149v-42,-25,-69,21,-67,64v1,34,30,30,53,14","w":336},"A":{"d":"151,-270r91,270r-56,0r-23,-73r-79,0r-24,73r-56,0r91,-270r56,0xm151,-116v-9,-36,-23,-68,-28,-108v-3,42,-19,72,-28,108r56,0","w":245,"k":{"z":4,"y":7,"w":7,"v":10,"u":4,"s":4,"r":4,"q":4,"o":4,"n":3,"m":3,"l":3,"k":4,"i":4,"h":4,"g":4,"e":4,"d":4,"b":4,"a":4,"Y":25,"V":18,"T":21,"S":4,"R":6,"P":1,"N":4,"G":5,"B":3}},"B":{"d":"231,-74v1,88,-109,75,-197,74r0,-270r101,0v46,-1,86,26,86,67v0,31,-11,51,-31,64v22,12,41,34,41,65xm87,-45v40,0,87,8,87,-36v0,-39,-49,-32,-87,-32r0,68xm168,-192v-2,-36,-43,-35,-81,-33r0,68v39,0,83,6,81,-35","w":251,"k":{"z":3,"v":7,"t":1,"r":1,"j":4,"h":1,"A":7}},"C":{"d":"220,-36v-38,43,-130,57,-171,3v-57,-74,-31,-239,80,-239v35,0,64,12,86,36r-37,38v-12,-13,-25,-25,-50,-24v-48,0,-54,51,-54,105v0,72,75,91,108,43","w":229,"k":{"y":8,"w":5,"u":4,"t":3,"s":3,"r":3,"o":7,"n":4,"m":5,"l":4,"i":7,"h":3,"e":6,"d":5,"a":6,"K":4,"A":1}},"D":{"d":"242,-148v0,85,-30,148,-104,148r-103,0r0,-270r103,0v65,-1,104,54,104,122xm188,-116v0,-55,-1,-107,-52,-106r-48,0r0,174r49,0v34,0,52,-30,51,-68","w":265,"k":{"z":4,"n":4,"m":4,"j":7,"A":7}},"E":{"d":"34,0r0,-270r168,0r0,48r-115,0r0,63r103,0r0,46r-103,0r0,65r111,0r7,48r-171,0","w":221,"k":{"y":4,"v":7,"u":3,"n":3,"l":3,"k":3,"j":6,"f":1,"e":6,"d":7,"c":5,"O":1,"A":-3}},"F":{"d":"35,-270r163,0r0,47r-110,0r0,63r98,0r0,46r-98,0r0,114r-53,0r0,-270","w":212,"k":{"y":13,"u":17,"s":8,"r":10,"o":11,"m":11,"l":8,"j":11,"i":7,"h":10,"e":14,"a":20,"A":14}},"G":{"d":"130,4v-79,-1,-117,-71,-106,-164v-8,-103,128,-158,205,-90r-33,42v-12,-13,-34,-22,-57,-22v-54,2,-66,56,-62,120v3,40,20,68,58,68v36,0,61,-26,56,-68r-54,0r-8,-46r115,0v10,97,-25,161,-114,160","w":266,"k":{"z":3,"n":1,"m":1,"j":7}},"H":{"d":"35,0r0,-270r52,0r0,116r105,0r0,-116r53,0r0,270r-53,0r0,-108r-105,0r0,108r-52,0","w":276,"k":{"y":3,"u":3,"r":3,"o":3,"i":1,"g":1,"e":3,"a":3}},"I":{"d":"35,0r0,-270r53,0r0,270r-53,0","w":122,"k":{"x":3,"v":3,"u":1,"s":3,"r":1,"q":1,"o":6,"n":1,"m":4,"j":9,"h":5,"g":6,"d":7,"c":8,"b":4,"a":6}},"J":{"d":"92,-5v1,44,-35,77,-83,66r3,-44v18,6,27,-3,27,-26r0,-261r53,0r0,265","w":125,"k":{"u":4,"o":4,"n":4,"m":4,"i":6,"h":3,"e":5,"a":6}},"K":{"d":"248,-3v-73,24,-89,-63,-127,-104r-33,44r0,63r-53,0r0,-270r53,0r0,133r100,-133r62,0r-95,121r62,90v6,10,17,13,31,10r0,46","w":260,"k":{"y":18,"w":10,"u":13,"r":9,"o":12,"l":4,"i":7,"h":7,"e":13,"a":10,"U":1}},"L":{"d":"34,0r0,-270r53,0r0,223r121,0r-10,47r-164,0","w":214,"k":{"y":14,"u":12,"t":8,"o":10,"h":6,"e":7,"a":9,"W":13,"O":18}},"M":{"d":"291,0r-53,0r0,-192v-11,69,-36,124,-52,188r-51,0v-17,-63,-41,-119,-52,-188r0,192r-53,0r0,-270r73,0v18,73,46,136,58,216r1,-23r57,-193r72,0r0,270","w":318},"N":{"d":"241,-270r0,270r-48,0r-102,-165r-4,-18r0,183r-53,0r0,-270r49,0r102,162r3,17r0,-179r53,0","w":266,"k":{"y":-3,"A":-4}},"O":{"d":"135,-273v64,-1,114,51,114,116v0,95,-34,159,-114,161v-63,1,-114,-52,-114,-116v0,-95,33,-159,114,-161xm134,-44v53,0,61,-53,61,-115v0,-37,-26,-67,-61,-67v-53,1,-60,54,-60,115v0,36,25,67,60,67","w":270,"k":{"z":6,"x":7,"w":6,"v":3,"u":1,"n":1,"c":3,"a":4,"O":-4}},"P":{"d":"229,-182v0,51,-39,97,-89,96r-52,0r0,86r-53,0r0,-271r105,0v48,-1,89,41,89,89xm175,-181v0,-41,-42,-48,-87,-43r0,90v47,4,87,-3,87,-47","w":244,"k":{"y":3,"w":4,"v":6,"u":11,"s":12,"r":4,"o":13,"n":7,"l":4,"j":14,"i":8,"h":6,"g":13,"f":4,"d":17,"a":17,"S":4,"P":4,"E":1,"A":17}},"Q":{"d":"135,-273v61,0,114,53,114,116v0,76,-12,128,-66,151v18,5,32,32,57,21r1,39v-59,19,-73,-43,-124,-51v-67,-12,-96,-71,-96,-160v0,-63,52,-116,114,-116xm134,-226v-55,0,-60,56,-60,119v0,34,25,64,60,64v56,0,61,-56,61,-119v0,-36,-27,-64,-61,-64","w":267},"R":{"d":"233,0v-60,22,-76,-50,-106,-83v-9,-11,-23,-8,-40,-8r0,91r-52,0r0,-270r107,0v87,-6,120,132,41,166v-2,1,-5,3,-7,4v21,11,21,59,57,51r0,49xm176,-180v0,-22,-17,-42,-40,-42r-49,0r0,84v45,3,90,1,89,-42","w":252,"k":{"w":4,"u":6,"s":6,"r":5,"o":7,"j":4,"i":1,"h":3,"e":6,"d":7,"a":4,"T":5,"N":1}},"S":{"d":"218,-99v33,103,-125,129,-191,70r19,-50v17,19,46,37,76,37v25,0,41,-9,43,-32v-12,-53,-118,-36,-133,-94v-16,-65,26,-110,95,-105v34,2,64,12,89,31r-26,47v-21,-22,-41,-32,-70,-34v-42,-3,-55,50,-16,63v43,14,100,25,114,67","w":235,"k":{"z":4,"y":5,"w":8,"v":9,"u":4,"t":4,"r":3,"o":1,"n":5,"m":4,"l":4,"k":4,"i":4,"h":3,"T":11}},"T":{"d":"81,0r0,-222r-70,0r0,-48r197,0r0,48r-74,0r0,222r-53,0","w":219,"k":{"z":31,"y":31,"x":31,"w":32,"u":45,"s":38,"r":38,"o":42,"m":40,"i":15,"h":10,"g":25,"e":48,"d":38,"c":32,"a":44,"S":10,"O":11,"I":6,"A":21}},"U":{"d":"136,-43v88,-4,47,-142,56,-227r54,0r0,161v2,64,-47,113,-109,113v-62,0,-109,-49,-109,-113r0,-161r53,0r0,167v0,32,22,61,55,60","w":272,"k":{"z":3,"x":4,"r":4,"p":3,"o":3,"n":6,"m":7,"l":1,"k":3,"i":3,"h":3,"g":4,"e":3,"d":3,"a":1}},"V":{"d":"237,-270r-77,270r-70,0r-82,-270r55,0r60,201r2,23v11,-82,39,-148,57,-224r55,0","w":245,"k":{"u":17,"s":4,"o":20,"l":4,"i":14,"h":3,"e":20,"a":24}},"W":{"d":"78,0r-72,-270v16,-3,38,0,56,-1v16,71,41,133,49,212v9,-74,28,-137,41,-207r55,0v14,70,36,132,44,207v8,-78,32,-140,46,-212r55,0r-67,271r-66,0v-12,-64,-33,-119,-39,-189v-4,71,-24,125,-35,189r-67,0","w":358,"k":{"u":12,"r":8,"o":10,"i":4,"h":3,"e":15,"a":14,"A":3}},"X":{"d":"244,-270r-85,131v26,29,40,88,84,95r0,44v-64,22,-84,-58,-113,-93r-3,-16v-12,44,-40,71,-58,109r-64,0r90,-138r-90,-132r65,0v18,34,43,61,56,100v11,-41,41,-64,55,-100r63,0","w":250,"k":{"y":13,"e":7,"a":5}},"Y":{"d":"228,-270r-79,156v-13,28,-5,75,-7,114r-54,0v-2,-38,8,-86,-6,-114r-80,-156r58,0v17,46,47,79,55,134v6,-56,39,-87,55,-134r58,0","w":230,"k":{"y":9,"u":26,"s":35,"p":23,"o":44,"i":13,"e":34,"c":41,"a":34,"O":17,"E":7,"A":27}},"Z":{"d":"72,-48r140,0r0,48r-182,0r-23,-48r144,-175r-131,0r0,-47r180,0r15,48","w":230,"k":{"u":3,"o":9,"e":14,"a":9}},"[":{"d":"34,50r0,-314r86,0r-3,35r-37,0r0,244r37,0r3,35r-86,0","w":129},"\\":{"d":"105,50r-112,-314r38,0r113,314r-39,0","w":137},"]":{"d":"95,-264r0,314r-86,0r3,-35r38,0r0,-244r-38,0r-3,-35r86,0","w":129},"^":{"d":"125,-175r-30,-81r-29,81r-38,0v9,-35,25,-63,36,-96r62,0v12,33,28,61,37,96r-38,0","w":190},"_":{"d":"12,59r0,-33r156,0r0,33r-156,0"},"\u2018":{"d":"77,-255v-20,11,-27,9,-28,32v15,-1,22,5,22,19v0,16,-10,24,-29,24v-21,0,-32,-13,-32,-37v0,-27,16,-48,47,-65","w":87},"a":{"d":"107,-196v47,-1,84,34,83,81r0,115r-48,0r-1,-17v-39,39,-121,15,-121,-47v0,-55,82,-79,121,-43v10,-62,-65,-59,-96,-29r-14,-42v23,-12,43,-18,76,-18xm102,-36v24,0,39,-7,39,-26v0,-19,-15,-25,-39,-25v-22,0,-33,8,-33,25v0,17,11,26,33,26","w":213,"k":{"z":3,"y":4,"x":1,"w":4,"v":4,"t":6,"s":3,"r":1,"p":-3,"n":1,"m":1,"l":3,"j":7,"i":-1,"h":1,"g":-3,"f":4,"d":4,"c":4,"b":1}},"b":{"d":"204,-123v7,67,-10,123,-69,123v-24,0,-41,-7,-53,-22r-2,22r-51,0r0,-262r53,-9r0,99v39,-46,128,-14,122,49xm116,-154v-35,1,-35,39,-35,77v0,26,12,38,35,38v38,0,36,-39,35,-77v0,-25,-12,-38,-35,-38","w":232,"k":{"z":7,"y":9,"w":4,"v":10,"u":1,"t":7,"s":5,"r":5,"q":3,"p":4,"o":4,"n":5,"m":9,"l":5,"k":6,"j":15,"i":7,"h":8,"g":4,"f":7,"e":5,"d":11,"c":8,"b":4,"a":8,"?":4}},"c":{"d":"80,-84v-4,56,69,49,91,19r13,43v-64,52,-176,12,-158,-88v-5,-77,99,-111,157,-66r-17,42v-25,-28,-90,-27,-86,25r0,25","w":200,"k":{"z":3,"y":1,"w":4,"v":4,"u":9,"t":6,"r":11,"q":5,"p":3,"o":13,"n":7,"m":6,"l":6,"k":8,"i":11,"h":7,"g":7,"f":3,"e":12,"d":10,"c":17,"b":6,"a":7}},"d":{"d":"28,-71v0,-67,11,-122,69,-123v23,0,41,7,54,22r0,-91r52,-10r0,273r-51,0r-2,-23v-36,47,-122,15,-122,-48xm151,-77v0,-38,0,-75,-35,-77v-38,-2,-36,39,-35,77v0,26,12,38,35,38v23,0,35,-12,35,-38","w":229,"k":{"z":1,"y":-1,"r":1,"o":1,"l":1,"j":7,"i":1,"g":-3,"e":1,"d":3,"c":6,"a":3}},"e":{"d":"186,-18v-64,42,-163,15,-163,-84v0,-54,37,-94,91,-94v45,0,83,24,83,65v0,53,-62,56,-121,53v2,57,90,37,112,9xm119,-156v-25,1,-46,14,-43,42v27,-2,73,9,72,-20v0,-14,-10,-22,-29,-22","w":219,"k":{"z":4,"y":7,"x":10,"w":4,"v":8,"u":4,"t":4,"s":4,"r":4,"p":3,"n":7,"m":7,"l":3,"k":6,"j":11,"i":3,"h":9,"g":3,"f":4,"e":4,"d":8,"c":11,"b":4,"a":5}},"f":{"d":"152,-225v-24,-19,-67,-8,-60,31r60,0r0,37r-60,0r0,157r-53,0r1,-157r-27,0r0,-37r27,0v-6,-64,55,-92,113,-73","w":159,"k":{"u":4,"t":3,"s":4,"r":2,"o":14,"n":9,"l":1,"j":6,"i":5,"h":3,"g":9,"f":3,"e":11,"d":15,"c":13,"a":12,",":10}},"g":{"d":"22,-71v0,-67,9,-122,68,-123v24,0,42,8,54,23r1,-23r52,0r0,180v9,89,-89,112,-152,75r7,-48v19,15,39,23,60,23v31,0,34,-26,32,-58v-39,46,-122,14,-122,-49xm109,-40v37,0,37,-41,35,-80v-1,-23,-14,-35,-35,-35v-38,0,-35,40,-34,77v0,25,11,38,34,38","w":222,"k":{"y":-3,"u":-1,"n":3,"m":3,"l":-3,"h":4,"g":-1,"d":3,"c":4,"b":1}},"h":{"d":"84,-167v30,-49,123,-26,123,37r0,130r-52,0v-6,-55,21,-148,-35,-148v-58,0,-30,93,-36,148r-53,0r0,-266r53,-7r0,106","w":235,"k":{"y":8,"u":3,"t":7,"s":3,"o":4,"n":7,"m":1,"l":1,"k":1,"i":3,"h":6,"f":5,"e":4,"d":7,"b":1,"a":3}},"i":{"d":"31,0r0,-190r53,-7r0,197r-53,0xm59,-222v-21,1,-32,-9,-32,-29v0,-21,11,-30,32,-29v19,0,29,10,29,29v0,19,-10,29,-29,29","w":115,"k":{"x":4,"w":3,"v":4,"t":1,"s":6,"r":5,"q":-1,"p":3,"o":7,"n":9,"m":4,"l":5,"k":6,"j":11,"i":3,"h":9,"g":1,"e":6,"d":7,"c":10,"b":3,"a":5}},"j":{"d":"90,-10v4,63,-32,92,-90,81r0,-42v22,7,38,3,37,-24r0,-195r53,-7r0,187xm65,-222v-21,1,-32,-9,-32,-29v0,-21,11,-30,32,-29v19,0,29,10,29,29v0,19,-10,29,-29,29","w":122,"k":{"u":4,"s":4,"p":6,"o":6,"k":1,"j":8,"i":3,"h":7,"e":7,"d":9,"b":4,"a":4}},"k":{"d":"81,0r-53,0r0,-266r53,-7r0,159r69,-80r60,0r-71,82v21,21,29,74,69,64r0,44v-58,27,-74,-42,-104,-74r-23,24r0,54","w":216,"k":{"u":5,"s":4,"o":11,"n":3,"m":4,"l":4,"i":5,"h":6,"e":11,"d":10,"c":10,"b":4,"a":8}},"l":{"d":"84,0r-53,0r0,-265r53,-7r0,272","w":115,"k":{"z":4,"y":3,"v":4,"u":4,"t":3,"s":5,"o":4,"n":3,"m":4,"l":3,"i":6,"h":1,"f":5,"e":9,"d":13,"c":7,"b":3,"a":7}},"m":{"d":"193,-156v25,-59,120,-44,120,26r0,130r-52,0r0,-113v0,-23,-10,-35,-31,-35v-21,0,-32,11,-32,34r0,114r-53,0r0,-113v0,-23,-10,-35,-31,-35v-21,0,-31,11,-31,34r0,114r-53,0r0,-188r53,-7r0,32v25,-45,91,-40,110,7","w":341,"k":{"y":4,"w":4,"t":6,"s":3,"p":1,"o":4,"n":1,"m":6,"l":1,"k":1,"i":1,"f":5,"e":3,"d":7,"c":7,"b":1,"a":4}},"n":{"d":"84,-166v29,-50,124,-27,124,36r0,130r-53,0v-6,-55,22,-148,-35,-148v-57,0,-30,93,-36,148r-53,0r0,-188r53,-7r0,29","w":235,"k":{"y":4,"x":7,"t":4,"s":4,"o":1,"n":1,"m":1,"l":1,"k":1,"j":6,"i":3,"h":1,"f":4,"e":3,"d":7,"c":8,"b":1,"a":1,"\u2019":8}},"o":{"d":"116,1v-58,-1,-94,-41,-94,-106v0,-49,42,-92,92,-91v57,1,94,42,94,107v0,51,-41,91,-92,90xm75,-109v0,39,5,69,41,69v36,0,40,-30,40,-69v0,-30,-15,-45,-42,-45v-27,0,-39,15,-39,45","w":228,"k":{"z":3,"y":4,"x":14,"w":6,"v":10,"u":1,"t":7,"s":4,"r":3,"q":-1,"o":1,"n":7,"m":4,"l":5,"k":1,"j":7,"h":3,"f":4,"d":3,"c":4,"b":4}},"p":{"d":"201,-124v6,68,-9,125,-69,125v-24,0,-41,-7,-53,-20r0,90r-53,7r0,-264r51,-9r2,23v36,-47,129,-16,122,48xm78,-118v0,38,-2,78,35,78v39,0,36,-40,35,-78v0,-25,-12,-38,-35,-38v-23,0,-35,13,-35,38","w":226,"k":{"z":3,"y":5,"u":4,"t":7,"s":6,"r":4,"p":1,"m":6,"l":6,"j":11,"i":3,"h":4,"g":3,"f":8,"e":3,"d":6,"b":1,"a":4}},"q":{"d":"18,-71v0,-68,10,-123,69,-124v24,0,41,8,53,23r2,-23r51,0r0,258r-53,13r0,-97v-37,46,-122,13,-122,-50xm106,-40v36,0,35,-39,35,-78v0,-26,-12,-38,-35,-38v-39,0,-36,40,-35,78v0,25,12,38,35,38","w":220,"k":{"u":3}},"r":{"d":"80,-158v7,-23,38,-46,67,-33r-5,48v-32,-13,-62,7,-62,43r0,100r-52,0r0,-188r52,-7r0,37","w":156,"k":{"z":11,"y":3,"x":3,"v":5,"u":10,"t":3,"s":8,"r":8,"p":4,"o":18,"n":11,"m":7,"l":7,"k":8,"i":7,"h":1,"g":11,"e":14,"d":17,"c":18,"b":8,"a":17,".":15,",":14}},"s":{"d":"179,-58v0,74,-104,68,-152,41r5,-49v26,14,41,26,74,27v27,2,31,-28,4,-34v-39,-9,-83,-18,-84,-65v-2,-72,102,-67,148,-38r-6,47v-26,-17,-42,-24,-66,-26v-27,-3,-35,28,-6,35v35,9,83,18,83,62","w":194,"k":{"y":1,"v":5,"u":1,"t":4,"s":4,"m":1,"l":3,"k":1,"i":3,"h":3,"f":3,"e":4,"c":7,"a":3}},"t":{"d":"91,-80v-4,45,31,42,53,27v0,23,6,46,-21,50v-51,8,-85,-12,-85,-67r0,-88r-31,0r0,-37r31,0r0,-57r53,-7r0,64r59,0r0,37r-59,0r0,78","w":166,"k":{"z":4,"y":-3,"w":8,"u":6,"t":7,"s":1,"r":6,"o":11,"m":7,"i":6,"h":8,"f":7,"e":13,"d":11,"c":18,"b":6,"a":10,"\u2019":-3}},"u":{"d":"149,-28v-29,51,-123,27,-123,-36r0,-130r52,0v6,56,-21,149,36,149v56,0,29,-94,35,-149r53,0r0,194r-50,0","w":225,"k":{"y":-1,"s":1,"r":-3,"p":-3,"n":-2,"m":1,"j":4,"i":-1,"g":-4,"d":1,"c":4}},"v":{"d":"127,0r-54,0r-65,-195r56,0v11,49,31,88,35,145v4,-58,25,-96,37,-145r56,0","w":199,"k":{"y":1,"v":6,"u":4,"s":6,"o":11,"i":7,"e":12,"d":10,"a":15}},"w":{"d":"227,0r-56,0v-8,-41,-23,-76,-26,-123v-4,46,-18,82,-27,123r-56,0r-56,-194r54,0r33,141v4,-53,20,-94,30,-141r43,0r30,141v4,-60,22,-90,33,-141r54,0","w":289,"k":{"y":-3,"s":4,"r":3,"o":7,"n":6,"l":1,"k":3,"i":3,"h":3,"g":3,"e":6,"c":13,"a":10}},"x":{"d":"202,0r-60,0v-12,-27,-33,-45,-37,-80v-2,33,-27,59,-37,80r-60,0r63,-96r-63,-98r60,0v12,27,33,45,37,81v3,-36,25,-54,37,-81r60,0r-63,98v23,31,41,63,63,96","w":207,"k":{"u":6,"o":13,"n":3,"m":6,"i":3,"e":13,"b":3}},"y":{"d":"92,-86v3,6,4,44,7,18v6,-45,24,-86,34,-126r55,0r-72,217v-13,42,-51,56,-95,41r3,-43v26,6,41,12,48,-23r-69,-192r56,0","w":190,"k":{"z":3,"u":3,"t":-7,"s":6,"o":3,"i":5,"h":4,"g":3,"f":3,"e":7,"d":10,"c":10,"a":7,",":4,"\u2019":-11}},"z":{"d":"30,0r-12,-46r97,-105r-83,0r-8,-43r152,0v-2,32,8,53,-16,68r-77,83r97,0r0,43r-150,0","w":199,"k":{"y":-3,"u":3,"o":7,"e":7,"c":11,"a":7}},"{":{"d":"66,-214v5,27,42,40,42,71v0,20,-13,32,-40,35r0,3v58,2,41,60,13,80v-13,9,-27,40,4,40r29,0r0,35v-57,7,-109,-16,-85,-69v8,-16,32,-32,35,-54v2,-18,-25,-16,-45,-16r0,-36v49,10,54,-26,25,-50v-37,-32,-21,-98,43,-89r27,0r0,35v-19,1,-51,-5,-48,15","w":129},"|":{"d":"32,79r0,-355r36,0r0,355r-36,0","w":99},"}":{"d":"78,-48v41,33,37,107,-36,98r-27,0r0,-35v26,3,64,-1,42,-29v-28,-22,-63,-85,4,-91r0,-3v-67,-6,-31,-72,-4,-91v10,-14,8,-30,-13,-30r-29,0r0,-35v58,-7,111,17,85,69v-8,17,-33,32,-35,55v-2,18,26,15,45,15r0,36v-38,-7,-61,18,-32,41","w":129},"~":{"d":"169,-89v-46,51,-102,-35,-147,16r0,-39v31,-33,73,3,108,3v11,0,24,-7,39,-20r0,40","w":190},"\u00a1":{"d":"37,-111r35,0r4,83r0,100r-43,0r0,-100xm55,-201v18,0,27,9,27,27v0,17,-9,26,-27,26v-18,0,-28,-9,-28,-26v0,-18,10,-27,28,-27","w":109},"\u00a2":{"d":"75,-17v-79,-37,-52,-197,40,-187v8,0,17,1,24,2r10,-29r17,0r-12,33v10,3,19,7,26,12r-12,39v-9,-6,-19,-11,-27,-14r-39,113v28,7,51,-11,68,-23r13,41v-26,19,-58,27,-94,19r-11,31r-16,0xm126,-165v-56,-16,-64,72,-38,109","w":211},"\u00a3":{"d":"117,-102v11,21,10,45,-1,62r75,0r0,40r-167,0r0,-40v46,8,73,-29,41,-62r-39,0r0,-32r20,0v-40,-64,-1,-139,74,-139v33,0,58,12,75,35r-32,28v-17,-35,-92,-31,-88,17v1,18,14,45,23,59r82,0r-14,32r-49,0","w":210},"\u2044":{"d":"-4,0r-29,0r95,-264r29,0","w":57},"\u00a5":{"d":"108,-141v12,-50,37,-84,54,-129r53,0v-17,32,-18,32,-35,66v-16,32,-15,32,-32,68r37,0r0,20r-47,0v-3,8,-5,16,-6,25r53,0r0,20r-54,0r0,71r-45,0r0,-71r-53,0r0,-20r52,0v-1,-9,-2,-17,-6,-25r-46,0r0,-20r36,0r-65,-134r51,0v17,43,41,81,53,129","w":218},"\u0192":{"d":"177,-226v-23,-6,-50,-4,-50,22r0,53r52,0r0,38r-52,0v3,87,12,185,-93,161r2,-39v24,5,48,2,48,-22r0,-100r-48,0r0,-38r48,0v-9,-77,14,-132,95,-114","w":210},"\u00a7":{"d":"72,-205v-3,28,24,28,47,30v60,5,78,61,46,99v46,49,-13,129,-89,95v-13,-2,-23,-4,-39,-4r4,-39v29,-1,44,11,72,11v16,-1,25,-8,25,-20v0,-33,-73,-21,-90,-43v-25,-17,-22,-65,-2,-84v-45,-46,9,-123,86,-93v15,6,26,5,42,2r-7,38v-31,8,-83,-29,-95,8xm138,-117v3,-29,-62,-36,-66,-8v-3,20,17,29,40,29v16,0,25,-8,26,-21","w":206},"\u00a4":{"d":"167,-11r-18,-20v-25,17,-62,17,-87,0r-19,20r-22,-22r18,-19v-19,-29,-19,-69,0,-98r-18,-20r22,-22r19,20v25,-16,62,-16,87,0r18,-20r23,22r-19,20v19,29,19,69,0,98r19,19xm105,-154v-31,0,-47,18,-47,53v0,35,16,53,47,53v32,0,47,-18,47,-53v0,-35,-15,-53,-47,-53","w":210},"'":{"d":"60,-172r-39,0r-3,-99r46,0","w":81},"\u201c":{"d":"150,-254v-20,11,-27,9,-28,32v14,-1,22,4,22,18v0,16,-11,25,-30,25v-21,0,-31,-13,-31,-37v0,-27,15,-48,46,-65xm77,-254v-20,11,-27,9,-28,32v15,-1,22,4,22,18v0,16,-10,25,-29,25v-21,0,-32,-13,-32,-37v0,-27,16,-48,47,-65","w":160},"\u00ab":{"d":"64,-15r-51,-83r51,-83r39,0r-44,83r44,83r-39,0xm148,-15r-52,-83r52,-83r38,0r-43,83r43,83r-38,0","w":199},"\u2039":{"d":"65,-15r-52,-83r52,-83r39,0r-44,83r44,83r-39,0","w":117},"\u203a":{"d":"52,-15r-39,0r44,-83r-44,-83r39,0r52,83","w":117},"\u2013":{"d":"12,-77r0,-37r156,0r0,37r-156,0"},"\u2020":{"d":"117,-158r0,158r-37,0r0,-158r-67,0r0,-35r67,0r0,-71r37,0r0,71r67,0r0,35r-67,0","w":198},"\u2021":{"d":"117,-64r0,64r-37,0r0,-64r-67,0r0,-35r67,0r0,-67r-67,0r0,-35r67,0r0,-63r37,0r0,63r67,0r0,35r-67,0r0,67r67,0r0,35r-67,0","w":198},"\u00b7":{"d":"51,-69v-18,0,-28,-9,-28,-27v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,27,-28,27","w":102},"\u00b6":{"d":"12,-157v0,-84,89,-97,163,-77r0,260r-33,0r0,-232v-7,-2,-13,-3,-20,-3r0,235r-33,0r0,-105v-57,2,-77,-21,-77,-78","w":201},"\u2022":{"d":"42,-48r0,-95r96,0r0,95r-96,0"},"\u201a":{"d":"10,25v20,-11,29,-9,29,-32v-15,1,-22,-5,-22,-19v0,-16,10,-24,29,-24v21,0,31,13,31,37v0,27,-15,47,-46,64","w":87},"\u201e":{"d":"10,25v20,-11,29,-9,29,-32v-15,1,-22,-5,-22,-19v0,-16,10,-24,29,-24v21,0,31,13,31,37v0,27,-15,47,-46,64xm83,25v20,-11,27,-9,28,-32v-14,1,-22,-6,-22,-19v0,-16,10,-24,29,-24v21,0,32,13,32,37v0,27,-15,47,-46,64","w":160},"\u201d":{"d":"83,-206v20,-11,27,-9,28,-32v-14,1,-22,-4,-22,-18v0,-16,10,-25,29,-25v21,0,32,13,32,37v0,27,-15,48,-46,65xm10,-206v20,-11,29,-9,29,-32v-15,1,-22,-4,-22,-18v0,-16,10,-25,29,-25v21,0,31,13,31,37v0,27,-15,48,-46,65","w":160},"\u00bb":{"d":"135,-15r-39,0r44,-83r-44,-83r39,0r51,83xm52,-15r-39,0r44,-83r-44,-83r39,0r51,83","w":199},"\u2026":{"d":"135,3v-18,0,-28,-9,-28,-27v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,27,-28,27xm218,3v-18,0,-28,-9,-28,-27v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,27,-28,27xm51,3v-18,0,-28,-9,-28,-27v0,-18,10,-26,28,-26v19,0,28,8,28,26v0,18,-9,27,-28,27","w":269},"\u2030":{"d":"124,0r-28,0r101,-251r28,0xm69,-246v42,0,58,34,58,78v0,37,-20,70,-58,68v-36,-2,-53,-36,-53,-79v0,-36,20,-67,53,-67xm73,-216v-24,-1,-27,24,-26,49v1,20,7,38,26,37v32,-1,33,-85,0,-86xm241,-143v42,-1,59,35,59,79v0,37,-20,69,-59,67v-36,-2,-53,-35,-53,-78v0,-36,20,-67,53,-68xm246,-113v-23,-1,-27,24,-26,49v1,20,6,38,26,37v33,-1,32,-85,0,-86xm372,-143v41,-1,58,35,58,79v0,37,-20,69,-58,67v-36,-2,-53,-35,-53,-78v0,-36,20,-67,53,-68xm376,-113v-23,-1,-27,24,-26,49v0,20,6,38,26,37v33,-1,32,-85,0,-86","w":445},"\u00bf":{"d":"145,51v-38,42,-130,30,-130,-36v0,-48,52,-54,63,-90r3,-34r36,0v6,47,-4,80,-38,95v-22,9,-32,47,0,50v21,2,33,-7,51,-23xm97,-198v18,0,28,9,28,26v0,17,-10,25,-28,25v-18,0,-28,-8,-28,-25v0,-17,9,-26,28,-26","w":163},"`":{"d":"92,-210r-43,-54r53,0v9,19,22,33,29,54r-39,0"},"\u00b4":{"d":"87,-217r-38,0v6,-22,20,-35,29,-54r53,0"},"\u02c6":{"d":"111,-217r-22,-39r-21,39r-37,0v6,-21,20,-35,28,-54r62,0v9,19,21,33,28,54r-38,0"},"\u02dc":{"d":"23,-217v-2,-55,49,-59,79,-31v13,7,21,2,22,-17r33,0v2,54,-49,60,-79,32v-12,-7,-22,-2,-23,16r-32,0"},"\u00af":{"d":"42,-226r0,-38r96,0r0,38r-96,0"},"\u02d8":{"d":"148,-271v-6,36,-19,56,-58,56v-33,0,-53,-18,-59,-56r32,0v2,36,51,36,54,0r31,0"},"\u02d9":{"d":"90,-221v-18,0,-27,-8,-27,-25v0,-17,9,-25,27,-25v18,0,26,8,26,25v0,17,-8,25,-26,25"},"\u00a8":{"d":"54,-221v-15,0,-22,-7,-22,-22v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,22,-22,22xm126,-221v-15,0,-22,-7,-22,-22v0,-15,7,-22,22,-22v14,0,22,7,22,22v0,15,-7,22,-22,22"},"\u02da":{"d":"90,-215v-31,0,-46,-11,-46,-33v0,-22,15,-34,46,-34v30,0,46,12,46,34v0,22,-16,33,-46,33xm90,-264v-11,0,-16,6,-16,16v0,10,5,15,16,15v11,0,17,-5,17,-15v0,-10,-6,-16,-17,-16"},"\u00b8":{"d":"98,46v-2,-15,-9,-9,-29,-16r8,-34r22,0r-5,20v22,6,33,17,33,32v0,34,-42,34,-74,28r5,-25v15,3,38,10,40,-5"},"\u02dd":{"d":"91,-217v5,-22,19,-35,27,-54r49,0r-41,54r-35,0xm18,-217v6,-22,20,-35,28,-54r48,0r-41,54r-35,0"},"\u02db":{"d":"123,74v-31,10,-78,6,-74,-29v4,-37,25,-37,62,-60r19,5v-26,22,-40,23,-46,50v1,17,19,16,34,10"},"\u02c7":{"d":"69,-271r22,39r21,-39r37,0v-6,22,-20,35,-28,54r-62,0v-9,-19,-22,-33,-28,-54r38,0"},"\u2014":{"d":"12,-77r0,-37r336,0r0,37r-336,0","w":360},"\u00c6":{"d":"167,0r0,-113r-79,0r-37,113r-48,0r92,-270r227,0r0,41r-110,0v4,27,-13,75,18,75r79,0r0,40r-84,0v-23,3,-9,48,-13,72r107,0r5,42r-157,0xm125,-231r-25,79r71,0v-7,-19,-3,-53,-4,-79r-42,0","w":340},"\u00aa":{"d":"23,-252v40,-28,110,-16,110,41r0,80r-33,0r-1,-13v-26,30,-84,12,-84,-31v0,-39,57,-57,84,-27v9,-47,-46,-45,-67,-23xm72,-156v17,1,27,-4,27,-18v0,-14,-10,-19,-27,-18v-15,0,-23,6,-23,18v0,12,8,18,23,18","w":153},"\u0141":{"d":"80,-41r112,0r-8,41r-149,0r0,-104r-20,11r0,-38r20,-10r0,-129r45,0r0,104r29,-15r0,37r-29,16r0,87","w":201},"\u00d8":{"d":"53,-27v-62,-74,-42,-245,82,-245v24,0,45,7,62,20r23,-36r18,0r-30,46v59,71,43,245,-83,245v-24,0,-44,-7,-61,-20r-24,36r-17,0xm131,-231v-72,0,-70,105,-51,161r92,-143v-10,-12,-24,-18,-41,-18xm131,-40v69,0,69,-106,50,-159r-92,142v11,11,25,17,42,17","w":261},"\u0152":{"d":"21,-121v0,-90,29,-155,114,-152v22,0,41,6,58,17r0,-14r156,0r0,42r-111,0v3,26,-12,71,18,71r80,0r0,40r-85,0v-24,4,-9,50,-13,75r107,0r5,42r-157,0r0,-14v-20,13,-40,17,-68,17v-66,0,-104,-55,-104,-124xm131,-40v51,0,61,-47,61,-105v0,-48,-17,-86,-60,-87v-53,0,-62,48,-62,108v0,48,18,84,61,84","w":362},"\u00ba":{"d":"82,-130v-41,-1,-66,-29,-66,-74v0,-35,29,-63,65,-63v40,0,65,29,65,74v0,36,-28,63,-64,63xm53,-207v0,28,4,48,29,48v24,0,27,-21,27,-48v0,-21,-9,-32,-28,-32v-18,0,-28,11,-28,32","w":164},"\u00e6":{"d":"159,-171v42,-45,139,-23,139,43v0,41,-34,53,-82,50v-16,0,-32,5,-33,18v12,42,86,23,109,-3r-2,45v-26,23,-95,30,-129,5v-35,-2,-52,16,-87,15v-37,-1,-56,-28,-56,-66v0,-53,84,-78,119,-40v9,-67,-56,-61,-95,-34r-11,-42v36,-17,101,-24,128,9xm62,-64v-8,40,42,28,75,22v3,-31,-12,-45,-44,-45v-18,0,-29,8,-31,23xm230,-155v-36,0,-52,14,-48,51v14,-19,75,7,73,-29v0,-15,-8,-22,-25,-22","w":316},"\u0131":{"d":"31,0r0,-191r44,0r0,191r-44,0","w":105},"\u0142":{"d":"96,-181r0,37r-19,12r0,132r-46,0r0,-105r-19,12r0,-38r19,-12r0,-137r46,0r0,110","w":105},"\u00f8":{"d":"48,-15v-60,-53,-34,-179,60,-179v14,0,28,4,41,11r21,-34r16,0r-26,42v28,23,29,52,29,97v0,63,-74,104,-131,70r-21,35r-15,0xm129,-150v-43,-24,-67,13,-67,70v0,10,2,20,7,29xm79,-41v29,22,69,-2,66,-39v-2,-22,2,-44,-7,-59","w":208},"\u0153":{"d":"166,-169v40,-48,140,-27,140,42v0,41,-34,50,-82,50v-15,0,-32,4,-33,17v10,43,88,24,109,-3r-2,46v-31,28,-106,30,-133,-3v-50,50,-151,14,-147,-59v-21,-97,85,-150,148,-90xm99,-34v41,0,46,-31,46,-73v0,-30,-15,-52,-46,-50v-32,2,-37,38,-37,76v0,24,15,47,37,47xm237,-155v-36,0,-51,15,-47,52v12,-20,73,6,73,-29v0,-15,-9,-23,-26,-23","w":320},"\u00df":{"d":"182,-222v0,45,-81,73,-28,111v20,15,41,28,43,59v3,57,-60,66,-107,46r8,-37v19,7,21,9,38,11v39,-9,6,-44,-12,-52v-47,-21,-29,-82,0,-105v20,-16,23,-53,-18,-53v-23,0,-35,11,-35,33r0,209r-43,0r0,-208v0,-54,25,-72,80,-72v49,0,74,20,74,58","w":210},"\u017d":{"d":"85,-284v-8,-15,-20,-24,-25,-42r36,0r19,29r19,-29r34,0v-4,18,-17,27,-24,42r-59,0xm75,-48r140,0r0,48r-182,0r-23,-48r144,-175r-132,0r1,-47r180,0r15,48","w":229},"\u017e":{"d":"75,-264r22,39r22,-39r37,0v-6,22,-20,35,-29,54r-61,0v-9,-19,-23,-32,-29,-54r38,0xm24,0r-12,-46r97,-105r-83,0r-8,-43r152,0v-2,32,8,53,-16,68r-77,83r97,-1r0,44r-150,0","w":189},"\u20ac":{"d":"89,-96v-1,56,62,71,100,42r14,41v-19,10,-37,18,-63,17v-55,0,-93,-47,-98,-100r-20,0r0,-22r19,0r0,-32r-19,0r0,-21r20,0v3,-76,82,-127,158,-88r-15,42v-46,-30,-92,1,-96,46r91,0r-5,21r-87,0r0,32r92,0r-5,22r-86,0","w":214},"\u0160":{"d":"91,-284v-7,-15,-20,-24,-24,-42r35,0r19,29r19,-29r34,0v-4,18,-17,27,-24,42r-59,0xm221,-99v30,107,-130,129,-194,72r18,-50v24,23,51,34,80,34v48,0,58,-47,11,-62v-48,-15,-110,-23,-110,-88v-1,-92,130,-95,186,-47r-26,46v-21,-23,-102,-50,-108,2v18,54,126,32,143,93","w":231},"\u2122":{"d":"49,-238v-7,-5,-23,-1,-34,-2r-1,-23v17,1,36,-2,49,4v13,-6,32,-3,50,-4r0,23v-11,2,-32,-5,-37,4r0,109r-27,0r0,-111xm277,-263r0,136r-27,0r0,-100v-6,35,-20,61,-29,92r-23,0v-9,-31,-24,-57,-29,-92r0,100r-27,0r0,-136r37,0r30,95r31,-95r37,0","w":299},"\u0161":{"d":"78,-264r22,39r22,-39r37,0v-6,22,-20,35,-29,54r-61,0v-9,-19,-23,-32,-29,-54r38,0xm139,-106v67,24,35,115,-37,108v-30,-3,-57,-9,-78,-19r4,-49v26,14,41,25,75,27v26,2,30,-28,4,-34v-38,-9,-84,-17,-84,-65v0,-72,102,-66,148,-38r-6,47v-23,-16,-44,-29,-78,-24v-20,3,-15,26,7,33","w":186},"\u0178":{"d":"81,-287v-14,0,-21,-6,-21,-19v0,-13,7,-20,21,-20v14,0,21,7,21,20v0,13,-7,19,-21,19xm150,-287v-14,0,-21,-6,-21,-19v0,-13,7,-20,21,-20v14,0,21,7,21,20v0,13,-7,19,-21,19xm228,-270r-79,156v-13,28,-5,75,-7,114r-54,0v-2,-38,8,-86,-6,-114r-80,-156r58,0v17,46,47,79,55,134v6,-56,39,-87,55,-134r58,0","w":231},"\u00a0":{"w":73},"\u00a6":{"d":"32,0r0,-108r36,0r0,108r-36,0xm32,-156r0,-108r36,0r0,108r-36,0","w":99},"\u00a9":{"d":"255,-132v0,78,-43,128,-119,128v-76,0,-120,-50,-120,-128v0,-77,44,-129,120,-129v77,-1,119,50,119,129xm38,-132v0,68,33,108,98,108v65,0,98,-36,98,-108v0,-72,-33,-108,-98,-108v-65,0,-98,36,-98,108xm111,-146v0,29,0,55,27,55v9,0,29,-10,37,-17r10,28v-45,35,-121,7,-105,-64v-4,-50,64,-72,103,-44r-9,27v-18,-16,-63,-22,-63,15","w":271},"\u00ac":{"d":"149,-41r0,-61r-128,0r0,-39r169,0r0,100r-41,0","w":210},"\u2212":{"d":"22,-80r0,-32r136,0r0,32r-136,0"},"\u00ae":{"d":"147,-199v0,40,-26,68,-65,68v-39,0,-65,-28,-65,-68v0,-39,26,-68,65,-68v39,0,65,27,65,68xm31,-199v0,34,18,56,51,56v34,0,51,-19,51,-56v0,-38,-17,-57,-51,-57v-34,0,-51,19,-51,57xm58,-233v24,-1,47,0,47,22v0,9,-4,15,-12,20v4,5,4,15,14,12v5,13,-10,17,-18,8v-5,-7,-4,-20,-17,-18r0,23r-14,0r0,-67xm91,-211v-1,-10,-9,-9,-19,-9r0,18v10,1,20,0,19,-9","w":163},"\u00b0":{"d":"72,-163v-39,0,-58,-18,-58,-54v0,-36,20,-54,58,-54v39,0,58,18,58,54v0,36,-19,54,-58,54xm72,-244v-17,0,-25,9,-25,27v0,18,8,27,25,27v17,0,25,-9,25,-27v0,-18,-8,-27,-25,-27","w":144},"\u00b1":{"d":"168,0r-145,0r0,-35r145,0r0,35xm77,-101r-54,0r0,-35r54,0r0,-55r37,0r0,55r54,0r0,35r-54,0r0,55r-37,0r0,-55","w":190},"\u00b2":{"d":"81,-345v42,-2,66,52,35,83r-45,44r59,0r0,31r-103,0r-9,-29r68,-64v23,-19,-3,-43,-22,-27r-24,21r-22,-24v24,-23,34,-34,63,-35","w":155},"\u00b3":{"d":"19,-321v29,-34,109,-31,111,24v0,17,-7,30,-21,38v45,24,19,89,-34,89v-27,0,-46,-9,-58,-28r22,-26v9,24,52,35,59,4v5,-24,-20,-26,-45,-24r0,-27v23,1,44,2,42,-23v-2,-33,-45,-18,-55,0","w":157},"\u00b5":{"d":"161,2v-22,-34,-57,11,-86,-7r0,83r-44,0r0,-272r44,0r0,120v-5,58,46,11,74,33r0,-153r44,0r0,192","w":222},"\u00b9":{"d":"103,-331r0,144r-35,0r0,-115r-27,26r-19,-23r47,-42","w":149},"\u00bc":{"d":"145,0r-29,0r95,-264r29,0xm110,-255r0,144r-35,0r0,-114r-28,26r-18,-23r46,-42xm353,-29r-22,0r0,29r-34,0r0,-29r-67,0r-15,-35v24,-41,41,-87,74,-119r41,0v-32,33,-53,79,-75,122r42,0r0,-51r34,0r0,51r22,0r0,32","w":368},"\u00bd":{"d":"145,0r-29,0r95,-264r29,0xm110,-255r0,144r-35,0r0,-114r-28,26r-18,-23r46,-42xm288,-158v42,-2,66,52,35,83r-44,44r58,0r0,31r-103,0r-9,-28r69,-65v16,-12,8,-31,-8,-33v-16,2,-28,18,-38,27r-23,-23v24,-23,34,-34,63,-36","w":363},"\u00be":{"d":"153,0r-29,0r95,-264r29,0xm360,-29r-22,0r0,29r-35,0r0,-29r-67,0r-15,-35v24,-41,41,-87,75,-119r41,0v-32,34,-53,79,-76,122r42,0r0,-51r35,0r0,51r22,0r0,32xm19,-244v29,-34,110,-30,111,24v0,17,-7,30,-21,38v45,24,19,89,-34,89v-27,0,-46,-9,-58,-28r22,-26v9,24,52,37,59,4v5,-24,-20,-26,-45,-24r0,-27v23,1,44,2,42,-23v-2,-33,-45,-18,-55,0","w":379},"\u00c0":{"d":"103,-284r-38,-42r48,0v9,15,22,25,28,42r-38,0xm151,-270r91,270r-56,0r-23,-73r-79,0r-24,73r-56,0r91,-270r56,0xm95,-116r56,0v-9,-36,-23,-68,-28,-108v-3,42,-19,72,-28,108","w":245},"\u00c1":{"d":"103,-284v6,-17,20,-27,28,-42r48,0r-38,42r-38,0xm151,-270r91,270r-56,0r-23,-73r-79,0r-24,73r-56,0r91,-270r56,0xm95,-116r56,0v-9,-36,-23,-68,-28,-108v-3,42,-19,72,-28,108","w":244},"\u00c2":{"d":"152,-326v7,15,19,25,24,42r-35,0r-19,-28r-19,28r-35,0v5,-17,18,-27,25,-42r59,0xm151,-270r91,270r-56,0r-23,-73r-79,0r-24,73r-56,0r91,-270r56,0xm95,-116r56,0v-9,-36,-23,-68,-28,-108v-3,42,-19,72,-28,108","w":245},"\u00c3":{"d":"180,-326v2,45,-42,45,-70,26v-10,-7,-17,-1,-19,13r-30,0v-1,-45,43,-47,70,-26v11,5,18,1,19,-13r30,0xm151,-270r91,270r-56,0r-23,-73r-79,0r-24,73r-56,0r91,-270r56,0xm95,-116r56,0v-9,-36,-23,-68,-28,-108v-3,42,-19,72,-28,108","w":245},"\u00c4":{"d":"87,-287v-14,0,-20,-6,-20,-19v0,-13,7,-20,21,-20v14,0,21,7,21,20v0,13,-8,19,-22,19xm157,-287v-14,0,-21,-6,-21,-19v0,-13,7,-20,21,-20v14,0,21,7,21,20v0,13,-7,19,-21,19xm151,-270r91,270r-56,0r-23,-73r-79,0r-24,73r-56,0r91,-270r56,0xm95,-116r56,0v-9,-36,-23,-68,-28,-108v-3,42,-19,72,-28,108","w":245},"\u00c5":{"d":"123,-285v-29,0,-43,-10,-43,-30v0,-20,15,-30,44,-30v29,0,43,10,43,30v0,20,-15,30,-44,30xm123,-329v-10,0,-15,5,-15,14v0,9,5,13,15,13v11,0,16,-4,16,-13v0,-9,-5,-14,-16,-14xm151,-270r91,270r-56,0r-23,-73r-79,0r-24,73r-56,0r91,-270r56,0xm95,-116r56,0v-9,-36,-23,-68,-28,-108v-3,42,-19,72,-28,108","w":245},"\u00c7":{"d":"206,-26v-24,14,-50,30,-85,29r-3,13v22,6,33,17,33,32v0,34,-43,34,-75,28r5,-25v15,3,39,11,41,-5v-3,-14,-9,-9,-29,-16r7,-29v-112,-16,-112,-282,25,-274v30,2,56,10,80,27r-24,39v-15,-12,-36,-23,-60,-23v-48,1,-58,59,-53,116v-10,73,67,94,112,52r6,-3","w":216},"\u00c8":{"d":"106,-284r-38,-42r49,0v8,15,21,25,27,42r-38,0xm35,0r0,-270r168,0r0,48r-115,0r0,63r102,0r0,46r-102,0r0,65r111,0r7,48r-171,0","w":219},"\u00c9":{"d":"90,-284v6,-17,20,-27,28,-42r48,0r-38,42r-38,0xm35,0r0,-270r168,0r0,48r-115,0r0,63r102,0r0,46r-102,0r0,65r111,0r7,48r-171,0","w":219},"\u00ca":{"d":"148,-326v8,15,20,25,25,42r-36,0r-19,-28r-19,28r-34,0v5,-17,18,-27,25,-42r58,0xm35,0r0,-270r168,0r0,48r-115,0r0,63r102,0r0,46r-102,0r0,65r111,0r7,48r-171,0","w":219},"\u00cb":{"d":"82,-287v-14,0,-21,-6,-21,-19v0,-13,7,-20,21,-20v14,0,21,7,21,20v0,13,-7,19,-21,19xm152,-287v-14,0,-22,-6,-22,-19v0,-13,8,-20,22,-20v14,0,20,7,20,20v0,13,-6,19,-20,19xm35,0r0,-270r168,0r0,48r-115,0r0,63r102,0r0,46r-102,0r0,65r111,0r7,48r-171,0","w":218},"\u00cc":{"d":"43,-284r-38,-42r49,0v8,15,21,25,27,42r-38,0xm87,0r-52,0r0,-265r52,-7r0,272","w":122},"\u00cd":{"d":"40,-284v6,-17,20,-27,28,-42r49,0r-39,42r-38,0xm87,0r-52,0r0,-265r52,-7r0,272","w":118},"\u00ce":{"d":"91,-326v7,15,18,25,23,42r-34,0r-18,-29r-18,29r-34,0v5,-17,17,-27,24,-42r57,0xm87,0r-52,0r0,-265r52,-7r0,272","w":121},"\u00cf":{"d":"26,-283v-13,0,-20,-7,-20,-20v0,-13,6,-19,20,-19v14,0,21,6,21,19v0,13,-7,20,-21,20xm94,-283v-14,0,-21,-7,-21,-20v0,-13,7,-19,21,-19v14,0,20,6,20,19v0,13,-6,20,-20,20xm87,0r-52,0r0,-265r52,-7r0,272","w":120},"\u00d0":{"d":"234,-152v0,86,-25,152,-100,152r-99,0r0,-121r-29,0r0,-35r29,0r0,-114r99,0v62,-1,100,55,100,118xm132,-42v55,2,56,-51,55,-110v-1,-47,-11,-77,-54,-77r-53,0r0,73r49,0r0,35r-49,0r0,79r52,0","w":255},"\u00d1":{"d":"197,-325v1,45,-44,45,-70,25v-11,-5,-18,-1,-19,13r-30,0v-1,-44,42,-46,70,-26v10,7,18,3,19,-12r30,0xm241,-270r0,270r-48,0r-102,-165r-4,-18r0,183r-53,0r0,-270r49,0r102,159r3,17r0,-176r53,0","w":270},"\u00d2":{"d":"114,-284r-37,-42r48,0v9,15,22,25,28,42r-39,0xm135,-273v64,-1,114,51,114,116v0,95,-34,159,-114,161v-63,1,-114,-52,-114,-116v0,-95,33,-159,114,-161xm134,-44v53,0,61,-53,61,-115v0,-37,-26,-67,-61,-67v-53,1,-60,54,-60,115v0,36,25,67,60,67","w":269},"\u00d3":{"d":"110,-284v6,-17,20,-27,28,-42r48,0r-38,42r-38,0xm135,-273v64,-1,114,51,114,116v0,95,-34,159,-114,161v-63,1,-114,-52,-114,-116v0,-95,33,-159,114,-161xm134,-44v53,0,61,-53,61,-115v0,-37,-26,-67,-61,-67v-53,1,-60,54,-60,115v0,36,25,67,60,67","w":268},"\u00d4":{"d":"164,-326v8,15,20,25,25,42r-36,0r-19,-28r-19,28r-34,0v5,-17,17,-27,24,-42r59,0xm135,-273v64,-1,114,51,114,116v0,95,-34,159,-114,161v-63,1,-114,-52,-114,-116v0,-95,33,-159,114,-161xm134,-44v53,0,61,-53,61,-115v0,-37,-26,-67,-61,-67v-53,1,-60,54,-60,115v0,36,25,67,60,67","w":268},"\u00d5":{"d":"189,-326v1,45,-43,45,-71,26v-10,-7,-17,-1,-19,13r-30,0v0,-44,42,-46,71,-26v10,7,17,1,18,-13r31,0xm239,-148v0,90,-28,154,-114,151v-75,-2,-104,-66,-104,-151v0,-73,39,-124,114,-124v65,0,104,55,104,124xm131,-40v51,0,60,-48,60,-105v0,-48,-17,-86,-60,-86v-54,-1,-61,49,-61,108v0,49,17,83,61,83","w":257},"\u00d6":{"d":"100,-287v-14,0,-21,-6,-21,-19v0,-13,7,-20,21,-20v14,0,21,7,21,20v0,13,-7,19,-21,19xm170,-287v-14,0,-22,-6,-22,-19v0,-13,8,-20,22,-20v14,0,20,7,20,20v0,13,-6,19,-20,19xm135,-273v64,-1,114,51,114,116v0,95,-34,159,-114,161v-63,1,-114,-52,-114,-116v0,-95,33,-159,114,-161xm134,-44v53,0,61,-53,61,-115v0,-37,-26,-67,-61,-67v-53,1,-60,54,-60,115v0,36,25,67,60,67","w":267},"\u00d7":{"d":"147,-19r-52,-51r-51,51r-26,-26r51,-51r-51,-51r27,-27r50,51r51,-51r26,27r-50,51r51,51","w":190},"\u00d9":{"d":"125,-284r-38,-42r48,0v9,15,22,25,28,42r-38,0xm141,-43v33,0,56,-28,55,-60r0,-167r54,0r0,161v2,64,-47,113,-109,113v-62,0,-108,-50,-108,-113r0,-161r53,0r0,167v0,32,22,60,55,60","w":276},"\u00da":{"d":"114,-284v6,-17,20,-27,28,-42r48,0r-38,42r-38,0xm141,-43v33,0,56,-28,55,-60r0,-167r54,0r0,161v2,64,-47,113,-109,113v-62,0,-108,-50,-108,-113r0,-161r53,0r0,167v0,32,22,60,55,60","w":280},"\u00db":{"d":"171,-326v7,15,19,25,24,42r-35,0r-19,-28r-19,28r-35,0v5,-17,18,-27,25,-42r59,0xm141,-43v33,0,56,-28,55,-60r0,-167r54,0r0,161v2,64,-47,113,-109,113v-62,0,-108,-50,-108,-113r0,-161r53,0r0,167v0,32,22,60,55,60","w":277},"\u00dc":{"d":"107,-287v-14,0,-21,-6,-21,-19v0,-13,7,-20,21,-20v14,0,21,7,21,20v0,13,-7,19,-21,19xm176,-287v-14,0,-21,-6,-21,-19v0,-13,7,-20,21,-20v14,0,21,7,21,20v0,13,-7,19,-21,19xm141,-43v33,0,56,-28,55,-60r0,-167r54,0r0,161v2,64,-47,113,-109,113v-62,0,-108,-50,-108,-113r0,-161r53,0r0,167v0,32,22,60,55,60","w":275},"\u00dd":{"d":"92,-276v5,-19,20,-28,28,-43r48,0r-38,43r-38,0xm228,-270r-79,156v-13,28,-5,75,-7,114r-54,0v-2,-38,8,-86,-6,-114r-80,-156r58,0v17,46,47,79,55,134v6,-56,39,-87,55,-134r58,0","w":231},"\u00de":{"d":"211,-135v0,69,-52,93,-127,87r0,48r-49,0r0,-264r49,0r0,45v76,-5,127,13,127,84xm159,-135v0,-44,-32,-46,-75,-44r0,91v44,2,75,0,75,-47","w":229},"\u00e0":{"d":"91,-210r-43,-54r52,0v9,19,23,33,30,54r-39,0xm29,-177v59,-37,160,-19,160,62r0,115r-48,0r-2,-17v-38,39,-121,14,-121,-47v0,-54,82,-80,121,-43v11,-64,-67,-58,-96,-29xm100,-36v25,0,40,-6,40,-26v0,-20,-15,-25,-40,-25v-22,0,-32,8,-32,25v0,17,10,26,32,26","w":206},"\u00e1":{"d":"117,-210r-39,0v7,-21,20,-35,29,-54r53,0xm29,-177v59,-37,160,-19,160,62r0,115r-48,0r-2,-17v-38,39,-121,14,-121,-47v0,-54,82,-80,121,-43v11,-64,-67,-58,-96,-29xm100,-36v25,0,40,-6,40,-26v0,-20,-15,-25,-40,-25v-22,0,-32,8,-32,25v0,17,10,26,32,26","w":206},"\u00e2":{"d":"130,-210r-22,-39r-22,39r-37,0v6,-21,20,-35,28,-54r62,0v9,19,21,33,28,54r-37,0xm29,-177v59,-37,160,-19,160,62r0,115r-48,0r-2,-17v-38,39,-121,14,-121,-47v0,-54,82,-80,121,-43v11,-64,-67,-58,-96,-29xm100,-36v25,0,40,-6,40,-26v0,-20,-15,-25,-40,-25v-22,0,-32,8,-32,25v0,17,10,26,32,26","w":207},"\u00e3":{"d":"40,-210v-1,-54,49,-60,79,-31v13,7,21,2,22,-16r33,0v2,55,-49,60,-79,31v-12,-7,-21,-2,-22,16r-33,0xm29,-177v59,-37,160,-19,160,62r0,115r-48,0r-2,-17v-38,39,-121,14,-121,-47v0,-54,82,-80,121,-43v11,-64,-67,-58,-96,-29xm100,-36v25,0,40,-6,40,-26v0,-20,-15,-25,-40,-25v-22,0,-32,8,-32,25v0,17,10,26,32,26","w":209},"\u00e4":{"d":"71,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,23,-22,23xm142,-213v-15,0,-22,-8,-22,-23v0,-15,8,-22,23,-22v14,0,21,7,21,22v0,15,-7,23,-22,23xm29,-177v59,-37,160,-19,160,62r0,115r-48,0r-2,-17v-38,39,-121,14,-121,-47v0,-54,82,-80,121,-43v11,-64,-67,-58,-96,-29xm100,-36v25,0,40,-6,40,-26v0,-20,-15,-25,-40,-25v-22,0,-32,8,-32,25v0,17,10,26,32,26","w":209},"\u00e5":{"d":"104,-208v-31,0,-46,-11,-46,-33v0,-22,15,-33,46,-33v30,0,46,11,46,33v0,22,-16,33,-46,33xm104,-256v-11,0,-16,5,-16,15v0,10,5,15,16,15v11,0,17,-5,17,-15v0,-10,-6,-15,-17,-15xm29,-177v59,-37,160,-19,160,62r0,115r-48,0r-2,-17v-38,39,-121,14,-121,-47v0,-54,82,-80,121,-43v11,-64,-67,-58,-96,-29xm100,-36v25,0,40,-6,40,-26v0,-20,-15,-25,-40,-25v-22,0,-32,8,-32,25v0,17,10,26,32,26","w":208},"\u00e7":{"d":"63,-116v-4,49,10,95,58,76v13,-4,26,-14,36,-22r14,42v-20,15,-43,22,-69,22r-3,12v46,7,44,66,-6,64v-12,0,-24,-2,-36,-4r5,-25v15,4,38,12,41,-5v-4,-13,-9,-8,-29,-15r7,-30v-44,-10,-63,-51,-63,-112v0,-44,37,-81,85,-81v26,0,48,5,65,17r-12,39v-30,-24,-89,-28,-93,22","w":176},"\u00e8":{"d":"84,-210r-43,-54r52,0v9,19,23,33,30,54r-39,0xm181,-18v-64,42,-163,15,-163,-84v0,-54,37,-94,91,-94v45,0,83,24,83,65v0,53,-62,56,-121,53v2,57,90,37,112,9xm114,-156v-25,1,-46,14,-43,42v27,-2,73,9,72,-20v0,-14,-10,-22,-29,-22","w":208},"\u00e9":{"d":"121,-210r-39,0v7,-21,21,-35,30,-54r53,0xm181,-18v-64,42,-163,15,-163,-84v0,-54,37,-94,91,-94v45,0,83,24,83,65v0,53,-62,56,-121,53v2,57,90,37,112,9xm114,-156v-25,1,-46,14,-43,42v27,-2,73,9,72,-20v0,-14,-10,-22,-29,-22","w":208},"\u00ea":{"d":"129,-210r-22,-39r-22,39r-37,0v6,-21,20,-35,28,-54r62,0v9,19,21,33,28,54r-37,0xm181,-18v-64,42,-163,15,-163,-84v0,-54,37,-94,91,-94v45,0,83,24,83,65v0,53,-62,56,-121,53v2,57,90,37,112,9xm114,-156v-25,1,-46,14,-43,42v27,-2,73,9,72,-20v0,-14,-10,-22,-29,-22","w":208},"\u00eb":{"d":"70,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,23,-22,23xm141,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v14,0,22,7,22,22v0,15,-7,23,-22,23xm181,-18v-64,42,-163,15,-163,-84v0,-54,37,-94,91,-94v45,0,83,24,83,65v0,53,-62,56,-121,53v2,57,90,37,112,9xm114,-156v-25,1,-46,14,-43,42v27,-2,73,9,72,-20v0,-14,-10,-22,-29,-22","w":208},"\u00ec":{"d":"36,-210r-44,-54r53,0v9,19,23,33,30,54r-39,0xm31,0r0,-191r44,-6r0,197r-44,0","w":105},"\u00ed":{"d":"69,-210r-38,0v7,-21,20,-35,29,-54r53,0xm31,0r0,-190r44,-6r0,196r-44,0","w":105},"\u00ee":{"d":"72,-210r-20,-39r-19,39r-33,0v6,-21,17,-35,25,-54r55,0v8,19,19,34,25,54r-33,0xm31,0r0,-191r44,-6r0,197r-44,0","w":105},"\u00ef":{"d":"21,-213v-13,0,-20,-8,-20,-23v0,-15,7,-22,20,-22v14,0,21,7,21,22v0,15,-7,23,-21,23xm84,-213v-14,0,-20,-8,-20,-23v0,-15,6,-22,20,-22v14,0,21,7,21,22v0,15,-7,23,-21,23xm31,0r0,-191r44,-6r0,197r-44,0","w":105},"\u00f0":{"d":"188,-104v0,68,-22,108,-85,108v-56,0,-85,-32,-85,-96v0,-68,38,-104,106,-91v-6,-12,-13,-24,-22,-37r-26,15r-13,-19r26,-15v-4,-6,-10,-14,-18,-24r41,-17r15,19r23,-13r13,19r-23,13v28,44,48,79,48,138xm103,-32v49,0,40,-71,33,-114v-45,-12,-71,1,-71,54v0,40,13,60,38,60","w":206},"\u00f1":{"d":"55,-210v-1,-54,49,-60,79,-31v13,7,21,2,23,-16r32,0v2,54,-48,60,-78,31v-13,-6,-22,-3,-23,16r-33,0xm84,-163v30,-55,123,-31,123,33r0,130r-52,0v-6,-55,21,-148,-35,-148v-58,0,-30,93,-36,148r-53,0r0,-188r53,-7r0,32","w":228},"\u00f2":{"d":"89,-210r-44,-54r53,0v9,19,22,33,29,54r-38,0xm201,-105v3,63,-34,105,-91,106v-58,0,-92,-42,-92,-106v0,-52,40,-91,91,-91v52,0,89,40,92,91xm71,-109v0,39,4,69,39,69v34,0,38,-31,38,-69v0,-30,-13,-45,-39,-45v-25,0,-38,15,-38,45","w":217},"\u00f3":{"d":"126,-210r-38,0v7,-21,20,-35,29,-54r53,0xm201,-105v3,63,-34,105,-91,106v-58,0,-92,-42,-92,-106v0,-52,40,-91,91,-91v52,0,89,40,92,91xm71,-109v0,39,4,69,39,69v34,0,38,-31,38,-69v0,-30,-13,-45,-39,-45v-25,0,-38,15,-38,45","w":217},"\u00f4":{"d":"131,-210r-22,-39r-22,39r-37,0v7,-21,20,-35,29,-54r61,0v9,19,22,33,29,54r-38,0xm201,-105v3,63,-34,105,-91,106v-58,0,-92,-42,-92,-106v0,-52,40,-91,91,-91v52,0,89,40,92,91xm71,-109v0,39,4,69,39,69v34,0,38,-31,38,-69v0,-30,-13,-45,-39,-45v-25,0,-38,15,-38,45","w":218},"\u00f5":{"d":"41,-210v-1,-54,49,-60,79,-31v13,7,21,2,23,-16r32,0v1,55,-49,59,-79,31v-12,-7,-21,-2,-22,16r-33,0xm201,-105v3,63,-34,105,-91,106v-58,0,-92,-42,-92,-106v0,-52,40,-91,91,-91v52,0,89,40,92,91xm71,-109v0,39,4,69,39,69v34,0,38,-31,38,-69v0,-30,-13,-45,-39,-45v-25,0,-38,15,-38,45","w":218},"\u00f6":{"d":"74,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,23,-22,23xm145,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v14,0,22,7,22,22v0,15,-7,23,-22,23xm201,-105v3,63,-34,105,-91,106v-58,0,-92,-42,-92,-106v0,-52,40,-91,91,-91v52,0,89,40,92,91xm71,-109v0,39,4,69,39,69v34,0,38,-31,38,-69v0,-30,-13,-45,-39,-45v-25,0,-38,15,-38,45","w":218},"\u00f7":{"d":"197,-88r-179,0r0,-17r179,0r0,17xm107,-3v-18,0,-28,-8,-28,-26v0,-18,9,-26,28,-26v19,0,28,8,28,26v0,18,-9,26,-28,26xm107,-136v-18,0,-28,-9,-28,-27v0,-18,9,-26,28,-26v19,0,28,8,28,26v0,18,-9,27,-28,27","w":213},"\u00f9":{"d":"98,-210r-43,-54r52,0v9,19,23,33,30,54r-39,0xm154,-31v-30,55,-123,31,-123,-33r0,-130r52,0v6,55,-21,149,35,149v57,0,30,-94,36,-149r53,0r0,193r-50,0","w":235},"\u00fa":{"d":"134,-210r-39,0v7,-21,21,-35,30,-54r52,0xm154,-31v-30,55,-123,31,-123,-33r0,-130r52,0v6,55,-21,149,35,149v57,0,30,-94,36,-149r53,0r0,194r-50,0","w":236},"\u00fb":{"d":"139,-210r-22,-39r-22,39r-37,0v6,-21,20,-35,28,-54r62,0v9,19,21,33,28,54r-37,0xm154,-31v-30,55,-123,31,-123,-33r0,-130r52,0v6,55,-21,149,35,149v57,0,30,-94,36,-149r53,0r0,193r-50,0","w":235},"\u00fc":{"d":"84,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,23,-22,23xm156,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v14,0,21,7,21,22v0,15,-6,23,-21,23xm154,-31v-30,55,-123,31,-123,-33r0,-130r52,0v6,55,-21,149,35,149v57,0,30,-94,36,-149r53,0r0,193r-50,0","w":233},"\u00fd":{"d":"116,-210r-38,0v7,-21,20,-35,29,-54r53,0xm94,-86v3,6,4,44,7,18v6,-45,24,-86,34,-126r55,0r-72,217v-13,42,-51,56,-95,41r4,-43v26,6,40,11,48,-23r-70,-192r57,0","w":193},"\u00fe":{"d":"74,-173v41,-48,131,-2,121,64v11,75,-31,136,-96,103v-37,-10,-22,42,-25,72r-43,13r0,-353r43,-6r0,107xm75,-36v26,-16,76,25,76,-32v0,-41,7,-88,-37,-88v-56,0,-35,71,-39,120","w":212},"\u00ff":{"d":"62,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v15,0,22,7,22,22v0,15,-7,23,-22,23xm134,-213v-15,0,-22,-8,-22,-23v0,-15,7,-22,22,-22v14,0,22,7,22,22v0,15,-7,23,-22,23xm92,-86v3,6,4,44,7,18v6,-45,24,-86,34,-126r55,0r-72,217v-13,42,-51,56,-95,41r3,-43v26,6,41,12,48,-23r-69,-192r56,0","w":191},"\"":{"d":"60,-172r-39,0r-3,-99r46,0xm131,-172r-39,0r-4,-99r47,0","w":152},"!":{"d":"72,-87r-35,0r-4,-83r0,-100r44,0r0,100xm55,3v-18,0,-28,-9,-28,-27v0,-17,10,-26,28,-26v18,0,27,9,27,26v0,18,-9,27,-27,27","w":109}}});if(icl_lang!="el"&&icl_lang!="ru"&&icl_lang!="pl"){Cufon.replace('div#global-navigation h5, div.post h1, div.post h2, div#banner h1, a.button5 , a.button4 , div#steps div.bottom ul li div.details h3, div#features h1, .button1 a, div.testimonials blockquote h1 ,  div#partners h2, a.button3, a.pay_button, div#breadcrumbs h1 , a.button6, div.rooms_step2 ul li h3 h5, span.subtext, div#accordion h4',{fontFamily:'Oceania',hover:'true'});Cufon.replace('#main_navi li',{fontFamily:'Oceania',hover:'true'});Cufon.replace('#faqindex h2',{fontFamily:'Oceania',hover:'true'});Cufon.replace('div#news-pramotions h1',{fontFamily:'Oceania',dropShadow:'#fff 12px 12px'});Cufon.replace('div#dashboard div#poker-school h1, div#poker-school h1, ',{fontFamily:'BlackJack'});Cufon.replace('div#intro h1 ,div#intro h2 , div#intro div.box2 p, div.button2-glow a.button2',{fontFamily:'Oceania',hover:'true',textShadow:'1px 1px #000'})
Cufon.replace('div.button1-glow a.button1 ',{fontFamily:'Oceania',hover:'true',textShadow:'1px 1px #ffba75'});}
$.noConflict();jQuery(document).ready(function($){var boxheight=300;$('#selectbox').sSelect().change(function(){window.location.href=$("#selectbox").getSetSSValue();});var startin=$('#accordion').height()+20;$('#sidebar .download-box').attr("top",startin+"px");$(window).scroll(function(){var top=((($(window).scrollTop()-boxheight)<=startin)?startin:(($(window).scrollTop()<($('div#content div.inner-content').height()-boxheight))?$(window).scrollTop()-boxheight+30:($('div#content div.inner-content').height()-boxheight)));$('#sidebar .download-box').animate({top:top+"px"},{queue:false,duration:400});});});jQuery.fn.log=function(msg){console.log("%s: %o",msg,this);return this;};function set_gfl_wiz_hight(){var boxh=parseInt($wj(".table1:last").height());var wiztblh=parseInt($wj(".scrollable:eq(0)").height());if(boxh>400){alert('boxh = '+boxh+'wiztblh = '+wiztblh);if(wiztblh-boxh<70){jQuery("#mainu").animate({height:[(wiztblh+(boxh-400)),'linear']},'1000','linear');jQuery(".scrollable:eq(0)").height(wiztblh+(boxh-400));}}}
jQuery.fn.center=function($){var viewportWidth=jQuery(window).width(),viewportHeight=jQuery(window).height(),$foo=jQuery(this),elWidth=$foo.width(),elHeight=$foo.height(),elOffset=$foo.offset();jQuery('html, body').animate({scrollTop:(elOffset.top+(elHeight/2)-(viewportHeight/2)),scrollLeft:(elOffset.left+(elWidth/2)-(viewportWidth/2))},{duration:1000,queue:false});}
function setCookieWithName(name,value){try{flash_ready();}catch(e){return;}
CB_Cookie.set(name,value);}
function readCookieWithName(name){return CB_Cookie.get(name);}
function readCookie(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length);}
return null;}
function SetCData(){var SessionAffCode=readCookie("_MH[AFFCODE]");var SessionGUID=readCookie("_MH[GUID]");var SessionLang=readCookie("_icl_current_language");if(SessionAffCode!=null){setCookieWithName("mh_calculator_affiliate_code",SessionAffCode);}
if(SessionLang!=null){setCookieWithName("mh_calculator_language",SessionLang);}
if(readCookieWithName("mh_calculator_guid")==''&&SessionGUID!=null){setCookieWithName("mh_calculator_guid",SessionGUID);}}
function redirectWithTimeout(url,timeout){timeout=timeout||2000;setTimeout('window.location.href="'+url+'"',timeout);};(function(c){function p(e,b,a){var d=this,l=e.add(this),h=e.find(a.tabs),i=b.jquery?b:e.children(b),j;h.length||(h=e.children());i.length||(i=e.parent().find(b));i.length||(i=c(b));c.extend(this,{click:function(f,g){var k=h.eq(f);if(typeof f=="string"&&f.replace("#","")){k=h.filter("[href*="+f.replace("#","")+"]");f=Math.max(h.index(k),0)}if(a.rotate){var n=h.length-1;if(f<0)return d.click(n,g);if(f>n)return d.click(0,g)}if(!k.length){if(j>=0)return d;f=a.initialIndex;k=h.eq(f)}if(f===j)return d;g=g||c.Event();g.type="onBeforeClick";l.trigger(g,[f]);if(!g.isDefaultPrevented()){o[a.effect].call(d,f,function(){g.type="onClick";l.trigger(g,[f])});j=f;h.removeClass(a.current);k.addClass(a.current);return d}},getConf:function(){return a},getTabs:function(){return h},getPanes:function(){return i},getCurrentPane:function(){return i.eq(j)},getCurrentTab:function(){return h.eq(j)},getIndex:function(){return j},next:function(){return d.click(j+1)},prev:function(){return d.click(j-1)},destroy:function(){h.unbind(a.event).removeClass(a.current);i.find("a[href^=#]").unbind("click.T");return d}});c.each("onBeforeClick,onClick".split(","),function(f,g){c.isFunction(a[g])&&c(d).bind(g,a[g]);d[g]=function(k){c(d).bind(g,k);return d}});if(a.history&&c.fn.history){c.tools.history.init(h);a.event="history"}h.each(function(f){c(this).bind(a.event,function(g){d.click(f,g);return g.preventDefault()})});i.find("a[href^=#]").bind("click.T",function(f){d.click(c(this).attr("href"),f)});if(location.hash)d.click(location.hash);else if(a.initialIndex===0||a.initialIndex>0)d.click(a.initialIndex)}c.tools=c.tools||{version:"1.2.3"};c.tools.tabs={conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",rotate:false,history:false},addEffect:function(e,b){o[e]=b}};var o={"default":function(e,b){this.getPanes().hide().eq(e).show();b.call()},fade:function(e,b){var a=this.getConf(),d=a.fadeOutSpeed,l=this.getPanes();d?l.fadeOut(d):l.hide();l.eq(e).fadeIn(a.fadeInSpeed,b)},slide:function(e,b){this.getPanes().slideUp(200);this.getPanes().eq(e).slideDown(400,b)},ajax:function(e,b){this.getPanes().eq(0).load(this.getTabs().eq(e).attr("href"),b)}},m;c.tools.tabs.addEffect("horizontal",function(e,b){m||(m=this.getPanes().eq(0).width());this.getCurrentPane().animate({width:0},function(){c(this).hide()});this.getPanes().eq(e).animate({width:m},function(){c(this).show();b.call()})});c.fn.tabs=function(e,b){var a=this.data("tabs");if(a){a.destroy();this.removeData("tabs")}if(c.isFunction(b))b={onBeforeClick:b};b=c.extend({},c.tools.tabs.conf,b);this.each(function(){a=new p(c(this),e,b);c(this).data("tabs",a)});return b.api?a:this}})(jQuery);(function(f){function p(a,b,c){var h=c.relative?a.position().top:a.offset().top,e=c.relative?a.position().left:a.offset().left,i=c.position[0];h-=b.outerHeight()-c.offset[0];e+=a.outerWidth()+c.offset[1];var j=b.outerHeight()+a.outerHeight();if(i=="center")h+=j/2;if(i=="bottom")h+=j;i=c.position[1];a=b.outerWidth()+a.outerWidth();if(i=="center")e-=a/2;if(i=="left")e-=a;return{top:h,left:e}}function t(a,b){var c=this,h=a.add(c),e,i=0,j=0,m=a.attr("title"),q=n[b.effect],k,r=a.is(":input"),u=r&&a.is(":checkbox, :radio, select, :button, :submit"),s=a.attr("type"),l=b.events[s]||b.events[r?u?"widget":"input":"def"];if(!q)throw'Nonexistent effect "'+b.effect+'"';l=l.split(/,\s*/);if(l.length!=2)throw"Tooltip: bad events configuration for "+s;a.bind(l[0],function(d){clearTimeout(i);if(b.predelay)j=setTimeout(function(){c.show(d)},b.predelay);else c.show(d)}).bind(l[1],function(d){clearTimeout(j);if(b.delay)i=setTimeout(function(){c.hide(d)},b.delay);else c.hide(d)});if(m&&b.cancelDefault){a.removeAttr("title");a.data("title",m)}f.extend(c,{show:function(d){if(!e){if(m)e=f(b.layout).addClass(b.tipClass).appendTo(document.body).hide().append(m);else if(b.tip)e=f(b.tip).eq(0);else{e=a.next();e.length||(e=a.parent().next())}if(!e.length)throw"Cannot find tooltip for "+a;}if(c.isShown())return c;e.stop(true,true);var g=p(a,e,b);d=d||f.Event();d.type="onBeforeShow";h.trigger(d,[g]);if(d.isDefaultPrevented())return c;g=p(a,e,b);e.css({position:"absolute",top:g.top,left:g.left});k=true;q[0].call(c,function(){d.type="onShow";k="full";h.trigger(d)});g=b.events.tooltip.split(/,\s*/);e.bind(g[0],function(){clearTimeout(i);clearTimeout(j)});g[1]&&!a.is("input:not(:checkbox, :radio), textarea")&&e.bind(g[1],function(o){o.relatedTarget!=a[0]&&a.trigger(l[1].split(" ")[0])});return c},hide:function(d){if(!e||!c.isShown())return c;d=d||f.Event();d.type="onBeforeHide";h.trigger(d);if(!d.isDefaultPrevented()){k=false;n[b.effect][1].call(c,function(){d.type="onHide";k=false;h.trigger(d)});return c}},isShown:function(d){return d?k=="full":k},getConf:function(){return b},getTip:function(){return e},getTrigger:function(){return a}});f.each("onHide,onBeforeShow,onShow,onBeforeHide".split(","),function(d,g){f.isFunction(b[g])&&f(c).bind(g,b[g]);c[g]=function(o){f(c).bind(g,o);return c}})}f.tools=f.tools||{version:"1.2.3"};f.tools.tooltip={conf:{effect:"toggle",fadeOutSpeed:"fast",predelay:0,delay:30,opacity:1,tip:0,position:["top","center"],offset:[0,0],relative:false,cancelDefault:true,events:{def:"mouseenter,mouseleave",input:"focus,blur",widget:"focus mouseenter,blur mouseleave",tooltip:"mouseenter,mouseleave"},layout:"<div/>",tipClass:"tooltip"},addEffect:function(a,b,c){n[a]=[b,c]}};var n={toggle:[function(a){var b=this.getConf(),c=this.getTip();b=b.opacity;b<1&&c.css({opacity:b});c.show();a.call()},function(a){this.getTip().hide();a.call()}],fade:[function(a){var b=this.getConf();this.getTip().fadeTo(b.fadeInSpeed,b.opacity,a)},function(a){this.getTip().fadeOut(this.getConf().fadeOutSpeed,a)}]};f.fn.tooltip=function(a){var b=this.data("tooltip");if(b)return b;a=f.extend(true,{},f.tools.tooltip.conf,a);if(typeof a.position=="string")a.position=a.position.split(/,?\s/);this.each(function(){b=new t(f(this),a);f(this).data("tooltip",b)});return a.api?b:this}})(jQuery);(function(d){var i=d.tools.tooltip;d.extend(i.conf,{direction:"up",bounce:false,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!d.browser.msie});var e={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};i.addEffect("slide",function(g){var a=this.getConf(),f=this.getTip(),b=a.slideFade?{opacity:a.opacity}:{},c=e[a.direction]||e.up;b[c[1]]=c[0]+"="+a.slideOffset;a.slideFade&&f.css({opacity:0});f.show().animate(b,a.slideInSpeed,g)},function(g){var a=this.getConf(),f=a.slideOffset,b=a.slideFade?{opacity:0}:{},c=e[a.direction]||e.up,h=""+c[0];if(a.bounce)h=h=="+"?"-":"+";b[c[1]]=h+"="+f;this.getTip().animate(b,a.slideOutSpeed,function(){d(this).hide();g.call()})})})(jQuery);(function(g){function j(a){var c=g(window),d=c.width()+c.scrollLeft(),h=c.height()+c.scrollTop();return[a.offset().top<=c.scrollTop(),d<=a.offset().left+a.width(),h<=a.offset().top+a.height(),c.scrollLeft()>=a.offset().left]}function k(a){for(var c=a.length;c--;)if(a[c])return false;return true}var i=g.tools.tooltip;i.dynamic={conf:{classNames:"top right bottom left"}};g.fn.dynamic=function(a){if(typeof a=="number")a={speed:a};a=g.extend({},i.dynamic.conf,a);var c=a.classNames.split(/\s/),d;this.each(function(){var h=g(this).tooltip().onBeforeShow(function(e,f){e=this.getTip();var b=this.getConf();d||(d=[b.position[0],b.position[1],b.offset[0],b.offset[1],g.extend({},b)]);g.extend(b,d[4]);b.position=[d[0],d[1]];b.offset=[d[2],d[3]];e.css({visibility:"hidden",position:"absolute",top:f.top,left:f.left}).show();f=j(e);if(!k(f)){if(f[2]){g.extend(b,a.top);b.position[0]="top";e.addClass(c[0])}if(f[3]){g.extend(b,a.right);b.position[1]="right";e.addClass(c[1])}if(f[0]){g.extend(b,a.bottom);b.position[0]="bottom";e.addClass(c[2])}if(f[1]){g.extend(b,a.left);b.position[1]="left";e.addClass(c[3])}if(f[0]||f[2])b.offset[0]*=-1;if(f[1]||f[3])b.offset[1]*=-1}e.css({visibility:"visible"}).hide()});h.onBeforeShow(function(){var e=this.getConf();this.getTip();setTimeout(function(){e.position=[d[0],d[1]];e.offset=[d[2],d[3]]},0)});h.onHide(function(){var e=this.getTip();e.removeClass(a.classNames)});ret=h});return a.api?ret:this}})(jQuery);(function(e){function n(f,c){var a=e(c);return a.length<2?a:f.parent().find(c)}function t(f,c){var a=this,l=f.add(a),g=f.children(),k=0,m=c.vertical;j||(j=a);if(g.length>1)g=e(c.items,f);e.extend(a,{getConf:function(){return c},getIndex:function(){return k},getSize:function(){return a.getItems().size()},getNaviButtons:function(){return o.add(p)},getRoot:function(){return f},getItemWrap:function(){return g},getItems:function(){return g.children(c.item).not("."+c.clonedClass)},move:function(b,d){return a.seekTo(k+
b,d)},next:function(b){return a.move(1,b)},prev:function(b){return a.move(-1,b)},begin:function(b){return a.seekTo(0,b)},end:function(b){return a.seekTo(a.getSize()-1,b)},focus:function(){return j=a},addItem:function(b){b=e(b);if(c.circular){e(".cloned:last").before(b);e(".cloned:first").replaceWith(b.clone().addClass(c.clonedClass))}else g.append(b);l.trigger("onAddItem",[b]);return a},seekTo:function(b,d,h){if(c.circular&&b===0&&k==-1&&d!==0)return a;if(!c.circular&&b<0||b>a.getSize()||b<-1)return a;var i=b;if(b.jquery)b=a.getItems().index(b);else i=a.getItems().eq(b);var q=e.Event("onBeforeSeek");if(!h){l.trigger(q,[b,d]);if(q.isDefaultPrevented()||!i.length)return a}i=m?{top:-i.position().top}:{left:-i.position().left};k=b;j=a;if(d===undefined)d=c.speed;g.animate(i,d,c.easing,h||function(){l.trigger("onSeek",[b])});return a}});e.each(["onBeforeSeek","onSeek","onAddItem"],function(b,d){e.isFunction(c[d])&&e(a).bind(d,c[d]);a[d]=function(h){e(a).bind(d,h);return a}});if(c.circular){var r=a.getItems().slice(-1).clone().prependTo(g),s=a.getItems().eq(1).clone().appendTo(g);r.add(s).addClass(c.clonedClass);a.onBeforeSeek(function(b,d,h){if(!b.isDefaultPrevented())if(d==-1){a.seekTo(r,h,function(){a.end(0)});return b.preventDefault()}else d==a.getSize()&&a.seekTo(s,h,function(){a.begin(0)})});a.seekTo(0,0)}var o=n(f,c.prev).click(function(){a.prev()}),p=n(f,c.next).click(function(){a.next()});!c.circular&&a.getSize()>1&&a.onBeforeSeek(function(b,d){setTimeout(function(){if(!b.isDefaultPrevented()){o.toggleClass(c.disabledClass,d<=0);p.toggleClass(c.disabledClass,d>=a.getSize()-1)}},1)});c.mousewheel&&e.fn.mousewheel&&f.mousewheel(function(b,d){if(c.mousewheel){a.move(d<0?1:-1,c.wheelSpeed||50);return false}});c.keyboard&&e(document).bind("keydown.scrollable",function(b){if(!(!c.keyboard||b.altKey||b.ctrlKey||e(b.target).is(":input")))if(!(c.keyboard!="static"&&j!=a)){var d=b.keyCode;if(m&&(d==38||d==40)){a.move(d==38?-1:1);return b.preventDefault()}if(!m&&(d==37||d==39)){a.move(d==37?-1:1);return b.preventDefault()}}});e(a).trigger("onBeforeSeek",[c.initialIndex])}e.tools=e.tools||{version:"1.2.3"};e.tools.scrollable={conf:{activeClass:"active",circular:false,clonedClass:"cloned",disabledClass:"disabled",easing:"swing",initialIndex:0,item:null,items:".items",keyboard:true,mousewheel:false,next:".next",prev:".prev",speed:400,vertical:false,wheelSpeed:0}};var j;e.fn.scrollable=function(f){var c=this.data("scrollable");if(c)return c;f=e.extend({},e.tools.scrollable.conf,f);this.each(function(){c=new t(e(this),f);e(this).data("scrollable",c)});return f.api?c:this}})(jQuery);(function(c){var g=c.tools.scrollable;g.autoscroll={conf:{autoplay:true,interval:3E3,autopause:true}};c.fn.autoscroll=function(d){if(typeof d=="number")d={interval:d};var b=c.extend({},g.autoscroll.conf,d),h;this.each(function(){var a=c(this).data("scrollable");if(a)h=a;var e,i,f=true;a.play=function(){if(!e){f=false;e=setInterval(function(){a.next()},b.interval);a.next()}};a.pause=function(){e=clearInterval(e)};a.stop=function(){a.pause();f=true};b.autopause&&a.getRoot().add(a.getNaviButtons()).hover(function(){a.pause();clearInterval(i)},function(){f||(i=setTimeout(a.play,b.interval))});b.autoplay&&setTimeout(a.play,b.interval)});return b.api?h:this}})(jQuery);(function(d){function p(c,g){var h=d(g);return h.length<2?h:c.parent().find(g)}var m=d.tools.scrollable;m.navigator={conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,idPrefix:null,history:false}};d.fn.navigator=function(c){if(typeof c=="string")c={navi:c};c=d.extend({},m.navigator.conf,c);var g;this.each(function(){function h(a,b,i){e.seekTo(b);if(j){if(location.hash)location.hash=a.attr("href").replace("#","")}else return i.preventDefault()}function f(){return k.find(c.naviItem||"> *")}function n(a){var b=d("<"+(c.naviItem||"a")+"/>").click(function(i){h(d(this),a,i)}).attr("href","#"+a);a===0&&b.addClass(l);c.indexed&&b.text(a+1);c.idPrefix&&b.attr("id",c.idPrefix+a);return b.appendTo(k)}function o(a,b){a=f().eq(b.replace("#",""));a.length||(a=f().filter("[href="+b+"]"));a.click()}var e=d(this).data("scrollable"),k=p(e.getRoot(),c.navi),q=e.getNaviButtons(),l=c.activeClass,j=c.history&&d.fn.history;if(e)g=e;e.getNaviButtons=function(){return q.add(k)};f().length?f().each(function(a){d(this).click(function(b){h(d(this),a,b)})}):d.each(e.getItems(),function(a){n(a)});e.onBeforeSeek(function(a,b){setTimeout(function(){if(!a.isDefaultPrevented()){var i=f().eq(b);!a.isDefaultPrevented()&&i.length&&f().removeClass(l).eq(b).addClass(l)}},1)});e.onAddItem(function(a,b){b=n(e.getItems().index(b));j&&b.history(o)});j&&f().history(o)});return c.api?g:this}})(jQuery);(function(a){function t(d,b){var c=this,i=d.add(c),o=a(window),k,f,m,g=a.tools.expose&&(b.mask||b.expose),n=Math.random().toString().slice(10);if(g){if(typeof g=="string")g={color:g};g.closeOnClick=g.closeOnEsc=false}var p=b.target||d.attr("rel");f=p?a(p):d;if(!f.length)throw"Could not find Overlay: "+p;d&&d.index(f)==-1&&d.click(function(e){c.load(e);return e.preventDefault()});a.extend(c,{load:function(e){if(c.isOpened())return c;var h=q[b.effect];if(!h)throw'Overlay: cannot find effect : "'+b.effect+'"';b.oneInstance&&a.each(s,function(){this.close(e)});e=e||a.Event();e.type="onBeforeLoad";i.trigger(e);if(e.isDefaultPrevented())return c;m=true;g&&a(f).expose(g);var j=b.top,r=b.left,u=f.outerWidth({margin:true}),v=f.outerHeight({margin:true});if(typeof j=="string")j=j=="center"?Math.max((o.height()-v)/2,0):parseInt(j,10)/100*o.height();if(r=="center")r=Math.max((o.width()-u)/2,0);h[0].call(c,{top:j,left:r},function(){if(m){e.type="onLoad";i.trigger(e)}});g&&b.closeOnClick&&a.mask.getMask().one("click",c.close);b.closeOnClick&&a(document).bind("click."+n,function(l){a(l.target).parents(f).length||c.close(l)});b.closeOnEsc&&a(document).bind("keydown."+n,function(l){l.keyCode==27&&c.close(l)});return c},close:function(e){if(!c.isOpened())return c;e=e||a.Event();e.type="onBeforeClose";i.trigger(e);if(!e.isDefaultPrevented()){m=false;q[b.effect][1].call(c,function(){e.type="onClose";i.trigger(e)});a(document).unbind("click."+n).unbind("keydown."+n);g&&a.mask.close();return c}},getOverlay:function(){return f},getTrigger:function(){return d},getClosers:function(){return k},isOpened:function(){return m},getConf:function(){return b}});a.each("onBeforeLoad,onStart,onLoad,onBeforeClose,onClose".split(","),function(e,h){a.isFunction(b[h])&&a(c).bind(h,b[h]);c[h]=function(j){a(c).bind(h,j);return c}});k=f.find(b.close||".close");if(!k.length&&!b.close){k=a('<a class="close"></a>');f.prepend(k)}k.click(function(e){c.close(e)});b.load&&c.load()}a.tools=a.tools||{version:"1.2.3"};a.tools.overlay={addEffect:function(d,b,c){q[d]=[b,c]},conf:{close:null,closeOnClick:true,closeOnEsc:true,closeSpeed:"fast",effect:"default",fixed:!a.browser.msie||a.browser.version>6,left:"center",load:false,mask:null,oneInstance:true,speed:"normal",target:null,top:"10%"}};var s=[],q={};a.tools.overlay.addEffect("default",function(d,b){var c=this.getConf(),i=a(window);if(!c.fixed){d.top+=i.scrollTop();d.left+=i.scrollLeft()}d.position=c.fixed?"fixed":"absolute";this.getOverlay().css(d).fadeIn(c.speed,b)},function(d){this.getOverlay().fadeOut(this.getConf().closeSpeed,d)});a.fn.overlay=function(d){var b=this.data("overlay");if(b)return b;if(a.isFunction(d))d={onBeforeLoad:d};d=a.extend(true,{},a.tools.overlay.conf,d);this.each(function(){b=new t(a(this),d);s.push(b);a(this).data("overlay",b)});return d.api?b:this}})(jQuery);(function(i){function j(b){var d=b.offset();return{top:d.top+b.height()/2,left:d.left+b.width()/2}}var k=i.tools.overlay,f=i(window);i.extend(k.conf,{start:{top:null,left:null},fadeInSpeed:"fast",zIndex:9999});function n(b,d){var a=this.getOverlay(),c=this.getConf(),g=this.getTrigger(),o=this,l=a.outerWidth({margin:true}),h=a.data("img");if(!h){var e=a.css("backgroundImage");if(!e)throw"background-image CSS property not set for overlay";e=e.slice(e.indexOf("(")+1,e.indexOf(")")).replace(/\"/g,"");a.css("backgroundImage","none");h=i('<img src="'+e+'"/>');h.css({border:0,display:"none"}).width(l);i("body").append(h);a.data("img",h)}e=c.start.top||Math.round(f.height()/2);var m=c.start.left||Math.round(f.width()/2);if(g){g=j(g);e=g.top;m=g.left}h.css({position:"absolute",top:e,left:m,width:0,zIndex:c.zIndex}).show();b.top+=f.scrollTop();b.left+=f.scrollLeft();b.position="absolute";a.css(b);h.animate({top:a.css("top"),left:a.css("left"),width:l},c.speed,function(){if(c.fixed){b.top-=f.scrollTop();b.left-=f.scrollLeft();b.position="fixed";h.add(a).css(b)}a.css("zIndex",c.zIndex+1).fadeIn(c.fadeInSpeed,function(){o.isOpened()&&!i(this).index(a)?d.call():a.hide()})})}function p(b){var d=this.getOverlay().hide(),a=this.getConf(),c=this.getTrigger();d=d.data("img");var g={top:a.start.top,left:a.start.left,width:0};c&&i.extend(g,j(c));a.fixed&&d.css({position:"absolute"}).animate({top:"+="+f.scrollTop(),left:"+="+f.scrollLeft()},0);d.animate(g,a.closeSpeed,b)}k.addEffect("apple",n,p)})(jQuery);(function(d){function v(a,b,c){var k=a.offset().top,f=a.offset().left,l=c.position.split(/,?\s+/),g=l[0];l=l[1];k-=b.outerHeight()-c.offset[0];f+=a.outerWidth()+c.offset[1];c=b.outerHeight()+a.outerHeight();if(g=="center")k+=c/2;if(g=="bottom")k+=c;a=a.outerWidth();if(l=="center")f-=(a+b.outerWidth())/2;if(l=="left")f-=a;return{top:k,left:f}}function w(a){function b(){return this.getAttribute("type")==a}b.key="[type="+a+"]";return b}function s(a,b,c){function k(g,e,j){if(!(!c.grouped&&g.length)){var h;if(j===false||d.isArray(j)){h=i.messages[e.key||e]||i.messages["*"];h=h[c.lang]||i.messages["*"].en;(e=h.match(/\$\d/g))&&d.isArray(j)&&d.each(e,function(n){h=h.replace(this,j[n])})}else h=j[c.lang]||j;g.push(h)}}var f=this,l=b.add(f);a=a.not(":button, :image, :reset, :submit");d.extend(f,{getConf:function(){return c},getForm:function(){return b},getInputs:function(){return a},invalidate:function(g,e){if(!e){var j=[];d.each(g,function(h,n){h=a.filter("[name="+h+"]");if(h.length){h.trigger("OI",[n]);j.push({input:h,messages:[n]})}});g=j;e=d.Event()}e.type="onFail";l.trigger(e,[g]);e.isDefaultPrevented()||q[c.effect][0].call(f,g,e);return f},reset:function(g){g=g||a;g.removeClass(c.errorClass).each(function(){var e=d(this).data("msg.el");if(e){e.remove();d(this).data("msg.el",null)}}).unbind(c.errorInputEvent||"");return f},destroy:function(){b.unbind(c.formEvent).unbind("reset.V");a.unbind(c.inputEvent||"").unbind("change.V");return f.reset()},checkValidity:function(g,e){g=g||a;g=g.not(":disabled");if(!g.length)return true;e=e||d.Event();e.type="onBeforeValidate";l.trigger(e,[g]);if(e.isDefaultPrevented())return e.result;var j=[],h=c.errorInputEvent+".v";g.each(function(){var p=[],m=d(this).unbind(h).data("messages",p);d.each(t,function(){var o=this,r=o[0];if(m.filter(r).length){o=o[1].call(f,m,m.val());if(o!==true){e.type="onBeforeFail";l.trigger(e,[m,r]);if(e.isDefaultPrevented())return false;var u=m.attr(c.messageAttr);if(u){p=[u];return false}else k(p,r,o)}}});if(p.length){j.push({input:m,messages:p});m.trigger("OI",[p]);c.errorInputEvent&&m.bind(h,function(o){f.checkValidity(m,o)})}if(c.singleError&&j.length)return false});var n=q[c.effect];if(!n)throw'Validator: cannot find effect "'+c.effect+'"';if(j.length){f.invalidate(j,e);return false}else{n[1].call(f,g,e);e.type="onSuccess";l.trigger(e,[g]);g.unbind(h)}return true}});d.each("onBeforeValidate,onBeforeFail,onFail,onSuccess".split(","),function(g,e){d.isFunction(c[e])&&d(f).bind(e,c[e]);f[e]=function(j){d(f).bind(e,j);return f}});c.formEvent&&b.bind(c.formEvent,function(g){if(!f.checkValidity(null,g))return g.preventDefault()});b.bind("reset.V",function(){f.reset()});a[0]&&a[0].validity&&a.each(function(){this.oninvalid=function(){return false}});if(b[0])b[0].checkValidity=f.checkValidity;c.inputEvent&&a.bind(c.inputEvent,function(g){f.checkValidity(d(this),g)});a.filter(":checkbox, select").filter("[required]").bind("change.V",function(g){var e=d(this);if(this.checked||e.is("select")&&d(this).val())q[c.effect][1].call(f,e,g)})}d.tools=d.tools||{version:"1.2.3"};var x=/\[type=([a-z]+)\]/,y=/^-?[0-9]*(\.[0-9]+)?$/,z=/^([a-z0-9_\.\-\+]+)@([\da-z\.\-]+)\.([a-z\.]{2,6})$/i,A=/^(https?:\/\/)?([\da-z\.\-]+)\.([a-z\.]{2,6})([\/\w \.\-]*)*\/?$/i,i;i=d.tools.validator={conf:{grouped:false,effect:"default",errorClass:"invalid",inputEvent:null,errorInputEvent:"keyup",formEvent:"submit",lang:"en",message:"<div/>",messageAttr:"data-message",messageClass:"error",offset:[0,0],position:"center right",singleError:false,speed:"normal"},messages:{"*":{en:"Please correct this value"}},localize:function(a,b){d.each(b,function(c,k){i.messages[c]=i.messages[c]||{};i.messages[c][a]=k})},localizeFn:function(a,b){i.messages[a]=i.messages[a]||{};d.extend(i.messages[a],b)},fn:function(a,b,c){if(d.isFunction(b))c=b;else{if(typeof b=="string")b={en:b};this.messages[a.key||a]=b}if(b=x.exec(a))a=w(b[1]);t.push([a,c])},addEffect:function(a,b,c){q[a]=[b,c]}};var t=[],q={"default":[function(a){var b=this.getConf();d.each(a,function(c,k){c=k.input;c.addClass(b.errorClass);var f=c.data("msg.el");if(!f){f=d(b.message).addClass(b.messageClass).appendTo(document.body);c.data("msg.el",f)}f.css({visibility:"hidden"}).find("span").remove();d.each(k.messages,function(l,g){d("<span/>").html(g).appendTo(f)});f.outerWidth()==f.parent().width()&&f.add(f.find("p")).css({display:"inline"});k=v(c,f,b);f.css({visibility:"visible",position:"absolute",top:k.top,left:k.left}).fadeIn(b.speed)})},function(a){var b=this.getConf();a.removeClass(b.errorClass).each(function(){var c=d(this).data("msg.el");c&&c.css({visibility:"hidden"})})}]};d.each("email,url,number".split(","),function(a,b){d.expr[":"][b]=function(c){return c.getAttribute("type")===b}});d.fn.oninvalid=function(a){return this[a?"bind":"trigger"]("OI",a)};i.fn(":email","Please enter a valid email address",function(a,b){return!b||z.test(b)});i.fn(":url","Please enter a valid URL",function(a,b){return!b||A.test(b)});i.fn(":number","Please enter a numeric value.",function(a,b){return y.test(b)});i.fn("[max]","Please enter a value smaller than $1",function(a,b){if(d.tools.dateinput&&a.is(":date"))return true;a=a.attr("max");return parseFloat(b)<=parseFloat(a)?true:[a]});i.fn("[min]","Please enter a value larger than $1",function(a,b){if(d.tools.dateinput&&a.is(":date"))return true;a=a.attr("min");return parseFloat(b)>=parseFloat(a)?true:[a]});i.fn("[required]","Please complete this mandatory field.",function(a,b){if(a.is(":checkbox"))return a.is(":checked");return!!b});i.fn("[pattern]",function(a){var b=new RegExp("^"+a.attr("pattern")+"$");return b.test(a.val())});d.fn.validator=function(a){var b=this.data("validator");if(b){b.destroy();this.removeData("validator")}a=d.extend(true,{},i.conf,a);if(this.is("form"))return this.each(function(){var c=d(this);b=new s(c.find(":input"),c,a);c.data("validator",b)});else{b=new s(this,this.eq(0).closest("form"),a);return this.data("validator",b)}}})(jQuery);(function(){function f(a,b){if(b)for(key in b)if(b.hasOwnProperty(key))a[key]=b[key];return a}function l(a,b){var c=[];for(var d in a)if(a.hasOwnProperty(d))c[d]=b(a[d]);return c}function m(a,b,c){if(e.isSupported(b.version))a.innerHTML=e.getHTML(b,c);else if(b.expressInstall&&e.isSupported([6,65]))a.innerHTML=e.getHTML(f(b,{src:b.expressInstall}),{MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title});else{if(!a.innerHTML.replace(/\s/g,"")){a.innerHTML="<h2>Flash version "+
b.version+" or greater is required</h2><h3>"+(g[0]>0?"Your version is "+g:"You have no flash plugin installed")+"</h3>"+(a.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='"+k+"'>here</a></p>");if(a.tagName=="A")a.onclick=function(){location.href=k}}if(b.onFail){var d=b.onFail.call(this);if(typeof d=="string")a.innerHTML=d}}if(h)window[b.id]=document.getElementById(b.id);f(this,{getRoot:function(){return a},getOptions:function(){return b},getConf:function(){return c},getApi:function(){return a.firstChild}})}var h=document.all,k="http://www.adobe.com/go/getflashplayer",n=typeof jQuery=="function",o=/(\d+)[^\d]+(\d+)[^\d]*(\d*)/,i={width:"100%",height:"100%",id:"_"+(""+Math.random()).slice(9),allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:[3,0],onFail:null,expressInstall:null,w3c:false,cachebusting:false};window.attachEvent&&window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}});window.flashembed=function(a,b,c){if(typeof a=="string")a=document.getElementById(a.replace("#",""));if(a){if(typeof b=="string")b={src:b};return new m(a,f(f({},i),b),c)}};var e=f(window.flashembed,{conf:i,getVersion:function(){var a;try{a=navigator.plugins["Shockwave Flash"].description.slice(16)}catch(b){try{var c=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");a=c&&c.GetVariable("$version")}catch(d){}}return(a=o.exec(a))?[a[1],a[3]]:[0,0]},asString:function(a){if(a===null||a===undefined)return null;var b=typeof a;if(b=="object"&&a.push)b="array";switch(b){case"string":a=a.replace(new RegExp('(["\\\\])',"g"),"\\$1");a=a.replace(/^\s?(\d+\.?\d+)%/,"$1pct");return'"'+a+'"';case"array":return"["+l(a,function(d){return e.asString(d)}).join(",")+"]";case"function":return'"function()"';case"object":b=[];for(var c in a)a.hasOwnProperty(c)&&b.push('"'+c+'":'+e.asString(a[c]));return"{"+b.join(",")+"}"}return String(a).replace(/\s/g," ").replace(/\'/g,'"')},getHTML:function(a,b){a=f({},a);var c='<object width="'+
a.width+'" height="'+a.height+'" id="'+a.id+'" name="'+a.id+'"';if(a.cachebusting)a.src+=(a.src.indexOf("?")!=-1?"&":"?")+Math.random();c+=a.w3c||!h?' data="'+a.src+'" type="application/x-shockwave-flash"':' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';c+=">";if(a.w3c||h)c+='<param name="movie" value="'+a.src+'" />';a.width=a.height=a.id=a.w3c=a.src=null;a.onFail=a.version=a.expressInstall=null;for(var d in a)if(a[d])c+='<param name="'+d+'" value="'+a[d]+'" />';a="";if(b){for(var j in b)if(b[j]){d=b[j];a+=j+"="+(/function|object/.test(typeof d)?e.asString(d):d)+"&"}a=a.slice(0,-1);c+='<param name="flashvars" value=\''+a+"' />"}c+="</object>";return c},isSupported:function(a){return g[0]>a[0]||g[0]==a[0]&&g[1]>=a[1]}}),g=e.getVersion();if(n){jQuery.tools=jQuery.tools||{version:"1.2.3"};jQuery.tools.flashembed={conf:i};jQuery.fn.flashembed=function(a,b){return this.each(function(){$(this).data("flashembed",flashembed(this,a,b))})}}})();(function(b){function h(c){if(c){var a=d.contentWindow.document;a.open().close();a.location.hash=c}}var g,d,f,i;b.tools=b.tools||{version:"1.2.3"};b.tools.history={init:function(c){if(!i){if(b.browser.msie&&b.browser.version<"8"){if(!d){d=b("<iframe/>").attr("src","javascript:false;").hide().get(0);b("body").append(d);setInterval(function(){var a=d.contentWindow.document;a=a.location.hash;g!==a&&b.event.trigger("hash",a)},100);h(location.hash||"#")}}else setInterval(function(){var a=location.hash;a!==g&&b.event.trigger("hash",a)},100);f=!f?c:f.add(c);c.click(function(a){var e=b(this).attr("href");d&&h(e);if(e.slice(0,1)!="#"){location.href="#"+e;return a.preventDefault()}});i=true}}};b(window).bind("hash",function(c,a){a?f.filter(function(){var e=b(this).attr("href");return e==a||e==a.replace("#","")}).trigger("history",[a]):f.eq(0).trigger("history",[a]);g=a;window.location.hash=g});b.fn.history=function(c){b.tools.history.init(this);return this.bind("history",c)}})(jQuery);(function(b){function k(){if(b.browser.msie){var a=b(document).height(),d=b(window).height();return[window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,a-d<20?d:a]}return[b(document).width(),b(document).height()]}function h(a){if(a)return a.call(b.mask)}b.tools=b.tools||{version:"1.2.3"};var l;l=b.tools.expose={conf:{maskId:"exposeMask",loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,closeOnEsc:true,zIndex:9998,opacity:0.8,startOpacity:0,color:"#fff",onLoad:null,onClose:null}};var c,i,f,g,j;b.mask={load:function(a,d){if(f)return this;if(typeof a=="string")a={color:a};a=a||g;g=a=b.extend(b.extend({},l.conf),a);c=b("#"+a.maskId);if(!c.length){c=b("<div/>").attr("id",a.maskId);b("body").append(c)}var m=k();c.css({position:"absolute",top:0,left:0,width:m[0],height:m[1],display:"none",opacity:a.startOpacity,zIndex:a.zIndex});a.color&&c.css("backgroundColor",a.color);if(h(a.onBeforeLoad)===false)return this;a.closeOnEsc&&b(document).bind("keydown.mask",function(e){e.keyCode==27&&b.mask.close(e)});a.closeOnClick&&c.bind("click.mask",function(e){b.mask.close(e)});b(window).bind("resize.mask",function(){b.mask.fit()});if(d&&d.length){j=d.eq(0).css("zIndex");b.each(d,function(){var e=b(this);/relative|absolute|fixed/i.test(e.css("position"))||e.css("position","relative")});i=d.css({zIndex:Math.max(a.zIndex+1,j=="auto"?0:j)})}c.css({display:"block"}).fadeTo(a.loadSpeed,a.opacity,function(){b.mask.fit();h(a.onLoad)});f=true;return this},close:function(){if(f){if(h(g.onBeforeClose)===false)return this;c.fadeOut(g.closeSpeed,function(){h(g.onClose);i&&i.css({zIndex:j})});b(document).unbind("keydown.mask");c.unbind("click.mask");b(window).unbind("resize.mask");f=false}return this},fit:function(){if(f){var a=k();c.css({width:a[0],height:a[1]})}},getMask:function(){return c},isLoaded:function(){return f},getConf:function(){return g},getExposed:function(){return i}};b.fn.mask=function(a){b.mask.load(a);return this};b.fn.expose=function(a){b.mask.load(a,this);return this}})(jQuery);(function(b){function c(a){switch(a.type){case"mousemove":return b.extend(a.data,{clientX:a.clientX,clientY:a.clientY,pageX:a.pageX,pageY:a.pageY});case"DOMMouseScroll":b.extend(a,a.data);a.delta=-a.detail/3;break;case"mousewheel":a.delta=a.wheelDelta/120;break}a.type="wheel";return b.event.handle.call(this,a,a.delta)}b.fn.mousewheel=function(a){return this[a?"bind":"trigger"]("wheel",a)};b.event.special.wheel={setup:function(){b.event.add(this,d,c,{})},teardown:function(){b.event.remove(this,d,c)}};var d=!b.browser.mozilla?"mousewheel":"DOMMouseScroll"+(b.browser.version<"1.9"?" mousemove":"")})(jQuery);;(function($){$.fn.lightbox_me=function(options){return this.each(function(){var
opts=$.extend({},$.fn.lightbox_me.defaults,options),$overlay=$('div.'+opts.classPrefix+'_overlay'),$self=$(this),$iframe=$('iframe#lb_iframe'),ie6=($.browser.msie&&$.browser.version<7);if($overlay.length>0){$overlay[0].removeModal();}else{$overlay=$('<div class="'+opts.classPrefix+'_overlay" style="display:none;"/>');}
$iframe=($iframe.length>0)?$iframe:$iframe=$('<iframe id="lb_iframe" style="z-index: '+(opts.zIndex+1)+'; display: none; border: none; margin: 0; padding: 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0;"/>');if(ie6){var src=/^https/i.test(window.location.href||'')?'javascript:false':'about:blank';$iframe.attr('src',src);$('body').append($iframe);}
$('body').append($self).append($overlay);setSelfPosition();$self.css({left:'50%',marginLeft:($self.outerWidth()/2)*-1,zIndex:(opts.zIndex+3)});setOverlayHeight();$overlay.css({position:'absolute',width:'100%',top:0,left:0,right:0,bottom:0,zIndex:(opts.zIndex+2)}).css(opts.overlayCSS);if($overlay.is(":hidden")){$overlay.fadeIn(opts.overlaySpeed,function(){$self[opts.appearEffect](opts.lightboxSpeed,function(){setOverlayHeight();opts.onLoad()});});}else{$self[opts.appearEffect](opts.lightboxSpeed,function(){setOverlayHeight();opts.onLoad()});}
$(window).resize(setOverlayHeight).resize(setSelfPosition).scroll(setSelfPosition).keydown(observeEscapePress);$self.find(opts.closeSelector).click(function(){removeModal(true);return false;});$overlay.click(function(){if(opts.closeClick){removeModal(true);return false;}});$self.bind('close',function(){removeModal(true)});$self.bind('resize',setSelfPosition);$overlay[0].removeModal=removeModal;function removeModal(removeO){$self[opts.disappearEffect](opts.lightboxDisappearSpeed,function(){if(removeO){removeOverlay();}
opts.destroyOnClose?$self.remove():$self.hide()
$self.find(opts.closeSelector).unbind('click');$self.unbind('close');$self.unbind('resize');$(window).unbind('scroll',setSelfPosition);$(window).unbind('resize',setSelfPosition);});}
function removeOverlay(){$overlay.fadeOut(opts.overlayDisappearSpeed,function(){$(window).unbind('resize',setOverlayHeight);$overlay.remove();$overlay.unbind('click');opts.onClose();})}
function observeEscapePress(e){if((e.keyCode==27||(e.DOM_VK_ESCAPE==27&&e.which==0))&&opts.closeEsc)removeModal(true);}
function setOverlayHeight(){if($(window).height()<$(document).height()){$overlay.css({height:$(document).height()+'px'});}else{$overlay.css({height:'100%'});if(ie6){$('html,body').css('height','100%');}}}
function setSelfPosition(){var s=$self[0].style;if(($self.height()+80>=$(window).height())&&($self.css('position')!='absolute'||ie6)){var topOffset=$(document).scrollTop()+40;$self.css({position:'absolute',top:topOffset+'px',marginTop:0})
if(ie6){s.removeExpression('top');}}else if($self.height()+80<$(window).height()){if(ie6){s.position='absolute';if(opts.centered){s.setExpression('top','(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"')
s.marginTop=0;}else{var top=(opts.modalCSS&&opts.modalCSS.top)?parseInt(opts.modalCSS.top):0;s.setExpression('top','((blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + '+top+') + "px"')}}else{if(opts.centered){$self.css({position:'fixed',top:'50%',marginTop:($self.outerHeight()/2)*-1})}else{$self.css({position:'fixed'}).css(opts.modalCSS);}}}}});};$.fn.lightbox_me.defaults={appearEffect:"fadeIn",overlaySpeed:300,lightboxSpeed:"fast",disappearEffect:"fadeOut",overlayDisappearSpeed:300,lightboxDisappearSpeed:"fast",closeSelector:".close",closeClick:true,closeEsc:true,destroyOnClose:false,onLoad:function(){},onClose:function(){},classPrefix:'lb',zIndex:999,centered:false,modalCSS:{top:'40px'},overlayCSS:{background:'black',opacity:.6}}})(jQuery);;var cookie_id='CBCookie';var CB_Cookie={init:function(cookie_id)
{this.cookie_id=cookie_id;this.flash_cookie_ready=false;this.flash_cookie_able=false;this.flash_cookie=null;this.flash_alert=false;this.flash_is_ready();},flash_is_ready:function()
{if(!document.getElementById||!document.getElementById(this.cookie_id))return;if(!this.get_movie(this.cookie_id))return;this.flash_cookie_ready=true;this.flash_cookie_able=this.flash_cookie.f_cookie_able();},is_able:function()
{if(!this.flash_alert&&!(this.flash_cookie_ready&&this.flash_cookie_able))
{this.flash_alert=true;}
return(this.flash_cookie_ready&&this.flash_cookie_able);},del:function(key)
{if(!this.is_able())return;this.flash_cookie.f_delete_cookie(key);},get:function(key)
{if(!this.is_able())return;var ret=this.flash_cookie.f_get_cookie(key);return((ret=='null')?'':ret);},set:function(key,val)
{if(!this.is_able())return;try{this.flash_cookie.f_set_cookie(key,val);}catch(e){}},get_movie:function()
{if(navigator.appName.indexOf("Microsoft")!=-1)
{this.flash_cookie=window[this.cookie_id];}
else
{this.flash_cookie=document[this.cookie_id];}
return((this.flash_cookie)?true:false);}};function flash_ready()
{CB_Cookie.init(cookie_id);}
