﻿/*
 * 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(d,c){var a=function(b,c){return new a.fn.init(b,c)},Fb=d.jQuery,Wb=d.$,b=d.document,o,ub=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,zb=/^.[^:#\[\.,]*$/,vb=/\S/,Nb=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,sb=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,wb=navigator.userAgent,n,Q=false,l=[],h,A=Object.prototype.toString,r=Object.prototype.hasOwnProperty,F=Array.prototype.push,q=Array.prototype.slice,cb=Array.prototype.indexOf;a.fn=a.prototype={init:function(d,e){var g,h,f,i;if(!d)return this;if(d.nodeType){this.context=this[0]=d;this.length=1;return this}if(d==="body"&&!e){this.context=b;this[0]=b.body;this.selector="body";this.length=1;return this}if(typeof d==="string"){g=ub.exec(d);if(g&&(g[1]||!e))if(g[1]){i=e?e.ownerDocument||e:b;f=sb.exec(d);if(f)if(a.isPlainObject(e)){d=[b.createElement(f[1])];a.fn.attr.call(d,e,true)}else d=[i.createElement(f[1])];else{f=I([g[1]],[i]);d=(f.cacheable?f.fragment.cloneNode(true):f.fragment).childNodes}return a.merge(this,d)}else{h=b.getElementById(g[2]);if(h){if(h.id!==g[2])return o.find(d);this.length=1;this[0]=h}this.context=b;this.selector=d;return this}else if(!e&&/^\w+$/.test(d)){this.selector=d;this.context=b;d=b.getElementsByTagName(d);return a.merge(this,d)}else return!e||e.jquery?(e||o).find(d):a(e).find(d)}else if(a.isFunction(d))return o.ready(d);if(d.selector!==c){this.selector=d.selector;this.context=d.context}return a.makeArray(d,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return q.call(this,0)},"get":function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(c,d,e){var b=a();if(a.isArray(c))F.apply(b,c);else a.merge(b,c);b.prevObject=this;b.context=this.context;if(d==="find")b.selector=this.selector+(this.selector?" ":"")+e;else if(d)b.selector=this.selector+"."+d+"("+e+")";return b},each:function(b,c){return a.each(this,b,c)},ready:function(c){a.bindReady();if(a.isReady)c.call(b,a);else l&&l.push(c);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(q.apply(this,arguments),"slice",q.call(arguments).join(","))},map:function(b){return this.pushStack(a.map(this,function(a,c){return b.call(a,c,a)}))},end:function(){return this.prevObject||a(null)},push:F,sort:[].sort,splice:[].splice};a.fn.init.prototype=a.fn;a.extend=a.fn.extend=function(){var b=arguments[0]||{},e=1,j=arguments.length,i=false,h,f,g,d;if(typeof b==="boolean"){i=b;b=arguments[1]||{};e=2}if(typeof b!=="object"&&!a.isFunction(b))b={};if(j===e){b=this;--e}for(;e<j;e++)if((h=arguments[e])!=null)for(f in h){g=b[f];d=h[f];if(b===d)continue;if(i&&d&&(a.isPlainObject(d)||a.isArray(d))){var k=g&&(a.isPlainObject(g)||a.isArray(g))?g:a.isArray(d)?[]:{};b[f]=a.extend(i,k,d)}else if(d!==c)b[f]=d}return b};a.extend({noConflict:function(b){d.$=Wb;if(b)d.jQuery=Fb;return a},isReady:false,ready:function(){if(!a.isReady){if(!b.body)return setTimeout(a.ready,13);a.isReady=true;if(l){var c,d=0;while(c=l[d++])c.call(b,a);l=null}a.fn.triggerHandler&&a(b).triggerHandler("ready")}},bindReady:function(){if(Q)return;Q=true;if(b.readyState==="complete")return a.ready();if(b.addEventListener){b.addEventListener("DOMContentLoaded",h,false);d.addEventListener("load",a.ready,false)}else if(b.attachEvent){b.attachEvent("onreadystatechange",h);d.attachEvent("onload",a.ready);var c=false;try{c=d.frameElement==null}catch(e){}b.documentElement.doScroll&&c&&J()}},isFunction:function(a){return A.call(a)==="[object Function]"},isArray:function(a){return A.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||A.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!r.call(a,"constructor")&&!r.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===c||r.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(b){if(typeof b!=="string"||!b)return null;b=a.trim(b);if(/^[\],:{}\s]*$/.test(b.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return d.JSON&&d.JSON.parse?d.JSON.parse(b):new Function("return "+b)();else a.error("Invalid JSON: "+b)},noop:function(){},globalEval:function(d){if(d&&vb.test(d)){var e=b.getElementsByTagName("head")[0]||b.documentElement,c=b.createElement("script");c.type="text/javascript";if(a.support.scriptEval)c.appendChild(b.createTextNode(d));else c.text=d;e.insertBefore(c,e.firstChild);e.removeChild(c)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(b,f,i){var d,e=0,g=b.length,j=g===c||a.isFunction(b);if(i){if(j){for(d in b)if(f.apply(b[d],i)===false)break}else for(;e<g;)if(f.apply(b[e++],i)===false)break}else if(j){for(d in b)if(f.call(b[d],d,b[d])===false)break}else for(var h=b[0];e<g&&f.call(h,e,h)!==false;h=b[++e]);return b},trim:function(a){return(a||"").replace(Nb,"")},makeArray:function(b,d){var c=d||[];if(b!=null)if(b.length==null||typeof b==="string"||a.isFunction(b)||typeof b!=="function"&&b.setInterval)F.call(c,b);else a.merge(c,b);return c},inArray:function(c,a){if(a.indexOf)return a.indexOf(c);for(var b=0,d=a.length;b<d;b++)if(a[b]===c)return b;return-1},merge:function(b,a){var e=b.length,d=0;if(typeof a.length==="number")for(var f=a.length;d<f;d++)b[e++]=a[d];else while(a[d]!==c)b[e++]=a[d++];b.length=e;return b},grep:function(b,d,f){for(var c=[],a=0,e=b.length;a<e;a++)!f!==!d(b[a],a)&&c.push(b[a]);return c},map:function(d,e,g){for(var a=[],c,b=0,f=d.length;b<f;b++){c=e(d[b],b,g);if(c!=null)a[a.length]=c}return a.concat.apply([],a)},guid:1,proxy:function(d,b,e){if(arguments.length===2)if(typeof b==="string"){e=d;d=e[b];b=c}else if(b&&!a.isFunction(b)){e=b;b=c}if(!b&&d)b=function(){return d.apply(e||this,arguments)};if(d)b.guid=d.guid=d.guid||b.guid||a.guid++;return b},uaMatch:function(a){a=a.toLowerCase();var b=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},browser:{}});n=a.uaMatch(wb);if(n.browser){a.browser[n.browser]=true;a.browser.version=n.version}if(a.browser.webkit)a.browser.safari=true;if(cb)a.inArray=function(b,a){return cb.call(a,b)};o=a(b);if(b.addEventListener)h=function(){b.removeEventListener("DOMContentLoaded",h,false);a.ready()};else if(b.attachEvent)h=function(){if(b.readyState==="complete"){b.detachEvent("onreadystatechange",h);a.ready()}};function J(){if(a.isReady)return;try{b.documentElement.doScroll("left")}catch(c){setTimeout(J,1);return}a.ready()}function pb(c,b){if(b.src)a.ajax({url:b.src,async:false,dataType:"script"});else a.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function B(b,d,f,g,h,j){var i=b.length;if(typeof d==="object"){for(var k in d)B(b,k,d[k],g,h,f);return b}if(f!==c){g=!j&&g&&a.isFunction(f);for(var e=0;e<i;e++)h(b[e],d,g?f.call(b[e],e,h(b[e],d)):f,j);return b}return i?h(b[0],d):c}function g(){return(new Date).getTime()}(function(){a.support={};var h=b.documentElement,e=b.createElement("script"),c=b.createElement("div"),j="script"+g();c.style.display="none";c.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var i=c.getElementsByTagName("*"),f=c.getElementsByTagName("a")[0];if(!i||!i.length||!f)return;a.support={leadingWhitespace:c.firstChild.nodeType===3,tbody:!c.getElementsByTagName("tbody").length,htmlSerialize:!!c.getElementsByTagName("link").length,style:/red/.test(f.getAttribute("style")),hrefNormalized:f.getAttribute("href")==="/a",opacity:/^0.55$/.test(f.style.opacity),cssFloat:!!f.style.cssFloat,checkOn:c.getElementsByTagName("input")[0].value==="on",optSelected:b.createElement("select").appendChild(b.createElement("option")).selected,parentNode:c.removeChild(c.appendChild(b.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};e.type="text/javascript";try{e.appendChild(b.createTextNode("window."+j+"=1;"))}catch(n){}h.insertBefore(e,h.firstChild);if(d[j]){a.support.scriptEval=true;delete d[j]}try{delete e.test}catch(n){a.support.deleteExpando=false}h.removeChild(e);if(c.attachEvent&&c.fireEvent){c.attachEvent("onclick",function m(){a.support.noCloneEvent=false;c.detachEvent("onclick",m)});c.cloneNode(true).fireEvent("onclick")}c=b.createElement("div");c.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var l=b.createDocumentFragment();l.appendChild(c.firstChild);a.support.checkClone=l.cloneNode(true).cloneNode(true).lastChild.checked;a(function(){var c=b.createElement("div");c.style.width=c.style.paddingLeft="1px";b.body.appendChild(c);a.boxModel=a.support.boxModel=c.offsetWidth===2;b.body.removeChild(c).style.display="none";c=null});var k=function(a){var c=b.createElement("div");a="on"+a;var d=a in c;if(!d){c.setAttribute(a,"return;");d=typeof c[a]==="function"}c=null;return d};a.support.submitBubbles=k("submit");a.support.changeBubbles=k("change");h=e=c=i=f=null})();a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var f="jQuery"+g(),Sb=0,S={};a.extend({cache:{},expando:f,noData:{embed:true,object:true,applet:true},data:function(e,g,j){if(e.nodeName&&a.noData[e.nodeName.toLowerCase()])return;e=e==d?S:e;var b=e[f],i=a.cache,h;if(!b&&typeof g==="string"&&j===c)return null;if(!b)b=++Sb;if(typeof g==="object"){e[f]=b;h=i[b]=a.extend(true,{},g)}else if(!i[b]){e[f]=b;i[b]={}}h=i[b];if(j!==c)h[g]=j;return typeof g==="string"?h[g]:h},removeData:function(b,g){if(b.nodeName&&a.noData[b.nodeName.toLowerCase()])return;b=b==d?S:b;var h=b[f],e=a.cache,c=e[h];if(g){if(c){delete c[g];a.isEmptyObject(c)&&a.removeData(b)}}else{if(a.support.deleteExpando)delete b[a.expando];else b.removeAttribute&&b.removeAttribute(a.expando);delete e[h]}}});a.fn.extend({data:function(d,f){if(typeof d==="undefined"&&this.length)return a.data(this[0]);else if(typeof d==="object")return this.each(function(){a.data(this,d)});var b=d.split(".");b[1]=b[1]?"."+b[1]:"";if(f===c){var e=this.triggerHandler("getData"+b[1]+"!",[b[0]]);if(e===c&&this.length)e=a.data(this[0],d);return e===c&&b[1]?this.data(b[0]):e}else return this.trigger("setData"+b[1]+"!",[b[0],f]).each(function(){a.data(this,d,f)})},removeData:function(b){return this.each(function(){a.removeData(this,b)})}});a.extend({queue:function(e,d,c){if(!e)return;d=(d||"fx")+"queue";var b=a.data(e,d);if(!c)return b||[];if(!b||a.isArray(c))b=a.data(e,d,a.makeArray(c));else b.push(c);return b},dequeue:function(e,b){b=b||"fx";var d=a.queue(e,b),c=d.shift();if(c==="inprogress")c=d.shift();if(c){b==="fx"&&d.unshift("inprogress");c.call(e,function(){a.dequeue(e,b)})}}});a.fn.extend({queue:function(b,d){if(typeof b!=="string"){d=b;b="fx"}return d===c?a.queue(this[0],b):this.each(function(){var c=a.queue(this,b,d);b==="fx"&&c[0]!=="inprogress"&&a.dequeue(this,b)})},dequeue:function(b){return this.each(function(){a.dequeue(this,b)})},delay:function(b,c){b=a.fx?a.fx.speeds[b]||b:b;c=c||"fx";return this.queue(c,function(){var d=this;setTimeout(function(){a.dequeue(d,c)},b)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var hb=/[\n\t]/g,E=/\s+/,Db=/\r/g,ob=/href|src|style/,Ob=/(button|input)/i,rb=/(button|input|object|select|textarea)/i,qb=/^(a|area)$/i,P=/radio|checkbox/;a.fn.extend({attr:function(c,b){return B(this,c,b,true,a.attr)},removeAttr:function(b){return this.each(function(){a.attr(this,b,"");this.nodeType===1&&this.removeAttribute(b)})},addClass:function(b){if(a.isFunction(b))return this.each(function(d){var c=a(this);c.addClass(b.call(this,d,c.attr("class")))});if(b&&typeof b==="string")for(var e=(b||"").split(E),f=0,j=this.length;f<j;f++){var c=this[f];if(c.nodeType===1)if(!c.className)c.className=b;else{for(var h=" "+c.className+" ",g=c.className,d=0,i=e.length;d<i;d++)if(h.indexOf(" "+e[d]+" ")<0)g+=" "+e[d];c.className=a.trim(g)}}return this},removeClass:function(b){if(a.isFunction(b))return this.each(function(d){var c=a(this);c.removeClass(b.call(this,d,c.attr("class")))});if(b&&typeof b==="string"||b===c)for(var h=(b||"").split(E),g=0,j=this.length;g<j;g++){var d=this[g];if(d.nodeType===1&&d.className)if(b){for(var e=(" "+d.className+" ").replace(hb," "),f=0,i=h.length;f<i;f++)e=e.replace(" "+h[f]+" "," ");d.className=a.trim(e)}else d.className=""}return this},toggleClass:function(b,c){var d=typeof b,e=typeof c==="boolean";return a.isFunction(b)?this.each(function(e){var d=a(this);d.toggleClass(b.call(this,e,d.attr("class"),c),c)}):this.each(function(){if(d==="string"){var f,j=0,h=a(this),g=c,i=b.split(E);while(f=i[j++]){g=e?g:!h.hasClass(f);h[g?"addClass":"removeClass"](f)}}else if(d==="undefined"||d==="boolean"){this.className&&a.data(this,"__className__",this.className);this.className=this.className||b===false?"":a.data(this,"__className__")||""}})},hasClass:function(c){for(var b=" "+c+" ",a=0,d=this.length;a<d;a++)if((" "+this[a].className+" ").replace(hb," ").indexOf(b)>-1)return true;return false},val:function(d){if(d===c){var b=this[0];if(b){if(a.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(a.nodeName(b,"select")){var e=b.selectedIndex,j=[],h=b.options,f=b.type==="select-one";if(e<0)return null;for(var g=f?e:0,l=f?e+1:h.length;g<l;g++){var i=h[g];if(i.selected){d=a(i).val();if(f)return d;j.push(d)}}return j}return P.test(b.type)&&!a.support.checkOn?b.getAttribute("value")===null?"on":b.value:(b.value||"").replace(Db,"")}return c}var k=a.isFunction(d);return this.each(function(f){var e=a(this),b=d;if(this.nodeType!==1)return;if(k)b=d.call(this,f,e.val());if(typeof b==="number")b+="";if(a.isArray(b)&&P.test(this.type))this.checked=a.inArray(e.val(),b)>=0;else if(a.nodeName(this,"select")){var c=a.makeArray(b);a("option",this).each(function(){this.selected=a.inArray(a(this).val(),c)>=0});if(!c.length)this.selectedIndex=-1}else this.value=b})}});a.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(b,d,e,l){if(!b||b.nodeType===3||b.nodeType===8)return c;if(l&&d in a.attrFn)return a(b)[d](e);var f=b.nodeType!==1||!a.isXMLDoc(b),i=e!==c;d=f&&a.props[d]||d;if(b.nodeType===1){var j=ob.test(d);if(d==="selected"&&!a.support.optSelected){var g=b.parentNode;if(g){g.selectedIndex;if(g.parentNode)g.parentNode.selectedIndex}}if(d in b&&f&&!j){if(i){d==="type"&&Ob.test(b.nodeName)&&b.parentNode&&a.error("type property can't be changed");b[d]=e}if(a.nodeName(b,"form")&&b.getAttributeNode(d))return b.getAttributeNode(d).nodeValue;if(d==="tabIndex"){var h=b.getAttributeNode("tabIndex");return h&&h.specified?h.value:rb.test(b.nodeName)||qb.test(b.nodeName)&&b.href?0:c}return b[d]}if(!a.support.style&&f&&d==="style"){if(i)b.style.cssText=""+e;return b.style.cssText}i&&b.setAttribute(d,""+e);var k=!a.support.hrefNormalized&&f&&j?b.getAttribute(d,2):b.getAttribute(d);return k===null?c:k}return a.style(b,d,e)}});var k=/\.(.*)$/,yb=function(a){return a.replace(/[^\w\s\.\|`]/g,function(a){return"\\"+a})};a.event={add:function(b,n,g,p){if(b.nodeType===3||b.nodeType===8)return;if(b.setInterval&&(b!==d&&!b.frameElement))b=d;var k,f;if(g.handler){k=g;g=k.handler}if(!g.guid)g.guid=a.guid++;var j=a.data(b);if(!j)return;var o=j.events=j.events||{},h=j.handle;if(!h)j.handle=h=function(){return typeof a!=="undefined"&&!a.event.triggered?a.event.handle.apply(h.elem,arguments):c};h.elem=b;n=n.split(" ");var e,q=0,i;while(e=n[q++]){f=k?a.extend({},k):{handler:g,data:p};if(e.indexOf(".")>-1){i=e.split(".");e=i.shift();f.namespace=i.slice(0).sort().join(".")}else{i=[];f.namespace=""}f.type=e;f.guid=g.guid;var m=o[e],l=a.event.special[e]||{};if(!m){m=o[e]=[];if(!l.setup||l.setup.call(b,p,i,h)===false)if(b.addEventListener)b.addEventListener(e,h,false);else b.attachEvent&&b.attachEvent("on"+e,h)}if(l.add){l.add.call(b,f);if(!f.handler.guid)f.handler.guid=g.guid}m.push(f);a.event.global[e]=true}b=null},global:{},remove:function(e,b,o,m){if(e.nodeType===3||e.nodeType===8)return;var r,c,t,s=0,l,i,n,j,d,g,p,h=a.data(e),k=h&&h.events;if(!h||!k)return;if(b&&b.type){o=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(c in k)a.event.remove(e,c+b);return}b=b.split(" ");while(c=b[s++]){p=c;g=null;l=c.indexOf(".")<0;i=[];if(!l){i=c.split(".");c=i.shift();n=new RegExp("(^|\\.)"+a.map(i.slice(0).sort(),yb).join("\\.(?:.*\\.)?")+"(\\.|$)")}d=k[c];if(!d)continue;if(!o){for(var f=0;f<d.length;f++){g=d[f];if(l||n.test(g.namespace)){a.event.remove(e,p,g.handler,f);d.splice(f--,1)}}continue}j=a.event.special[c]||{};for(var f=m||0;f<d.length;f++){g=d[f];if(o.guid===g.guid){if(l||n.test(g.namespace)){m==null&&d.splice(f--,1);j.remove&&j.remove.call(e,g)}if(m!=null)break}}if(d.length===0||m!=null&&d.length===1){(!j.teardown||j.teardown.call(e,i)===false)&&O(e,c,h.handle);r=null;delete k[c]}}if(a.isEmptyObject(k)){var q=h.handle;if(q)q.elem=null;delete h.events;delete h.handle;a.isEmptyObject(h)&&a.removeData(e)}},trigger:function(b,h,d){var e=b.type||b,m=arguments[3];if(!m){b=typeof b==="object"?b[f]?b:a.extend(a.Event(e),b):a.Event(e);if(e.indexOf("!")>=0){b.type=e=e.slice(0,-1);b.exclusive=true}if(!d){b.stopPropagation();a.event.global[e]&&a.each(a.cache,function(){this.events&&this.events[e]&&a.event.trigger(b,h,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return c;b.result=c;b.target=d;h=a.makeArray(h);h.unshift(b)}b.currentTarget=d;var k=a.data(d,"handle");k&&k.apply(d,h);var l=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&a.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,h)===false)b.result=false}catch(o){}if(!b.isPropagationStopped()&&l)a.event.trigger(b,h,l,true);else if(!b.isDefaultPrevented()){var g=b.target,i,n=a.nodeName(g,"a")&&e==="click",j=a.event.special[e]||{};if((!j._default||j._default.call(d,b)===false)&&!n&&!(g&&g.nodeName&&a.noData[g.nodeName.toLowerCase()])){try{if(g[e]){i=g["on"+e];if(i)g["on"+e]=null;a.event.triggered=true;g[e]()}}catch(o){}if(i)g["on"+e]=i;a.event.triggered=false}}},handle:function(b){var h,f,g,k,l;b=arguments[0]=a.event.fix(b||d.event);b.currentTarget=this;h=b.type.indexOf(".")<0&&!b.exclusive;if(!h){g=b.type.split(".");b.type=g.shift();k=new RegExp("(^|\\.)"+g.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}var l=a.data(this,"events"),f=l[b.type];if(l&&f){f=f.slice(0);for(var j=0,m=f.length;j<m;j++){var e=f[j];if(h||k.test(e.namespace)){b.handler=e.handler;b.data=e.data;b.handleObj=e;var i=e.handler.apply(this,arguments);if(i!==c){b.result=i;if(i===false){b.preventDefault();b.stopPropagation()}}if(b.isImmediatePropagationStopped())break}}}return b.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(d){if(d[f])return d;var i=d;d=a.Event(i);for(var j=this.props.length,h;j;){h=this.props[--j];d[h]=i[h]}if(!d.target)d.target=d.srcElement||b;if(d.target.nodeType===3)d.target=d.target.parentNode;if(!d.relatedTarget&&d.fromElement)d.relatedTarget=d.fromElement===d.target?d.toElement:d.fromElement;if(d.pageX==null&&d.clientX!=null){var g=b.documentElement,e=b.body;d.pageX=d.clientX+(g&&g.scrollLeft||e&&e.scrollLeft||0)-(g&&g.clientLeft||e&&e.clientLeft||0);d.pageY=d.clientY+(g&&g.scrollTop||e&&e.scrollTop||0)-(g&&g.clientTop||e&&e.clientTop||0)}if(!d.which&&(d.charCode||d.charCode===0?d.charCode:d.keyCode))d.which=d.charCode||d.keyCode;if(!d.metaKey&&d.ctrlKey)d.metaKey=d.ctrlKey;if(!d.which&&d.button!==c)d.which=d.button&1?1:d.button&2?3:d.button&4?2:0;return d},guid:1e8,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(b){a.event.add(this,b.origType,a.extend({},b,{handler:N}))},remove:function(b){var c=true,d=b.origType.replace(k,"");a.each(a.data(this,"events").live||[],function(){if(d===this.origType.replace(k,"")){c=false;return false}});c&&a.event.remove(this,b.origType,N)}},beforeunload:{setup:function(c,b,a){if(this.setInterval)this.onbeforeunload=a;return false},teardown:function(b,a){if(this.onbeforeunload===a)this.onbeforeunload=null}}}};var O=b.removeEventListener?function(b,c,a){b.removeEventListener(c,a,false)}:function(b,c,a){b.detachEvent("on"+c,a)};a.Event=function(b){if(!this.preventDefault)return new a.Event(b);if(b&&b.type){this.originalEvent=b;this.type=b.type}else this.type=b;this.timeStamp=g();this[f]=true};function u(){return false}function x(){return true}a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=x;var a=this.originalEvent;if(!a)return;a.preventDefault&&a.preventDefault();a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=x;var a=this.originalEvent;if(!a)return;a.stopPropagation&&a.stopPropagation();a.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=x;this.stopPropagation()},isDefaultPrevented:u,isPropagationStopped:u,isImmediatePropagationStopped:u};var L=function(c){var b=c.relatedTarget;try{while(b&&b!==this)b=b.parentNode;if(b!==this){c.type=c.data;a.event.handle.apply(this,arguments)}}catch(d){}},W=function(b){b.type=b.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(b,c){a.event.special[b]={setup:function(d){a.event.add(this,c,d&&d.selector?W:L,b)},teardown:function(b){a.event.remove(this,c,b&&b.selector?W:L)}}});if(!a.support.submitBubbles)a.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){a.event.add(this,"click.specialSubmit",function(d){var b=d.target,c=b.type;if((c==="submit"||c==="image")&&a(b).closest("form").length)return eb("submit",this,arguments)});a.event.add(this,"keypress.specialSubmit",function(d){var b=d.target,c=b.type;if((c==="text"||c==="password")&&a(b).closest("form").length&&d.keyCode===13)return eb("submit",this,arguments)})}else return false},teardown:function(){a.event.remove(this,".specialSubmit")}};if(!a.support.changeBubbles){var z=/textarea|input|select/i,s,fb=function(b){var d=b.type,c=b.value;if(d==="radio"||d==="checkbox")c=b.checked;else if(d==="select-multiple")c=b.selectedIndex>-1?a.map(b.options,function(a){return a.selected}).join("-"):"";else if(b.nodeName.toLowerCase()==="select")c=b.selectedIndex;return c},y=function(f){var b=f.target,d,e;if(!z.test(b.nodeName)||b.readOnly)return;d=a.data(b,"_change_data");e=fb(b);(f.type!=="focusout"||b.type!=="radio")&&a.data(b,"_change_data",e);if(d===c||e===d)return;if(d!=null||e){f.type="change";return a.event.trigger(f,arguments[1],b)}};a.event.special.change={filters:{focusout:y,click:function(c){var a=c.target,b=a.type;if(b==="radio"||b==="checkbox"||a.nodeName.toLowerCase()==="select")return y.call(this,c)},keydown:function(a){var c=a.target,b=c.type;if(a.keyCode===13&&c.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(b==="checkbox"||b==="radio")||b==="select-multiple")return y.call(this,a)},beforeactivate:function(c){var b=c.target;a.data(b,"_change_data",fb(b))}},setup:function(){if(this.type==="file")return false;for(var b in s)a.event.add(this,b+".specialChange",s[b]);return z.test(this.nodeName)},teardown:function(){a.event.remove(this,".specialChange");return z.test(this.nodeName)}};s=a.event.special.change.filters}function eb(d,c,b){b[0].type=d;return a.event.handle.apply(c,b)}b.addEventListener&&a.each({focus:"focusin",blur:"focusout"},function(c,d){a.event.special[d]={setup:function(){this.addEventListener(c,b,true)},teardown:function(){this.removeEventListener(c,b,true)}};function b(b){b=a.event.fix(b);b.type=d;return a.event.handle.call(this,b)}});a.each(["bind","one"],function(d,b){a.fn[b]=function(e,d,f){if(typeof e==="object"){for(var i in e)this[b](i,d,e[i],f);return this}if(a.isFunction(d)){f=d;d=c}var h=b==="one"?a.proxy(f,function(b){a(this).unbind(b,h);return f.apply(this,arguments)}):f;if(e==="unload"&&b!=="one")this.one(e,d,f);else for(var g=0,j=this.length;g<j;g++)a.event.add(this[g],e,h,d);return this}});a.fn.extend({unbind:function(b,e){if(typeof b==="object"&&!b.preventDefault)for(var d in b)this.unbind(d,b[d]);else for(var c=0,f=this.length;c<f;c++)a.event.remove(this[c],b,e);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(c,b){return this.each(function(){a.event.trigger(c,b,this)})},triggerHandler:function(d,c){if(this[0]){var b=a.Event(d);b.preventDefault();b.stopPropagation();a.event.trigger(b,c,this[0]);return b.result}},toggle:function(b){var c=arguments,d=1;while(d<c.length)a.proxy(b,c[d++]);return this.click(a.proxy(b,function(f){var e=(a.data(this,"lastToggle"+b.guid)||0)%d;a.data(this,"lastToggle"+b.guid,e+1);f.preventDefault();return c[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var db={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};a.each(["live","die"],function(d,b){a.fn[b]=function(f,g,h,l){var d,o=0,j,e,n,i=l||this.selector,m=l?this:a(this.context);if(a.isFunction(g)){h=g;g=c}f=(f||"").split(" ");while((d=f[o++])!=null){j=k.exec(d);e="";if(j){e=j[0];d=d.replace(k,"")}if(d==="hover"){f.push("mouseenter"+e,"mouseleave"+e);continue}n=d;if(d==="focus"||d==="blur"){f.push(db[d]+e);d=d+e}else d=(db[d]||d)+e;if(b==="live")m.each(function(){a.event.add(this,M(d,i),{data:g,selector:i,handler:h,origType:d,origHandler:h,preType:n})});else m.unbind(M(d,i),h)}return this}});function N(b){var o,l=[],n=[],p=arguments,h,c,d,m,f,e,i,q,j=a.data(this,"events");if(b.liveFired===this||!j||!j.live||b.button&&b.type==="click")return;b.liveFired=this;var g=j.live.slice(0);for(f=0;f<g.length;f++){d=g[f];if(d.origType.replace(k,"")===b.type)n.push(d.selector);else g.splice(f--,1)}c=a(b.target).closest(n,b.currentTarget);for(e=0,i=c.length;e<i;e++)for(f=0;f<g.length;f++){d=g[f];if(c[e].selector===d.selector){m=c[e].elem;h=null;if(d.preType==="mouseenter"||d.preType==="mouseleave")h=a(b.relatedTarget).closest(d.selector)[0];(!h||h!==m)&&l.push({elem:m,handleObj:d})}}for(e=0,i=l.length;e<i;e++){c=l[e];b.currentTarget=c.elem;b.data=c.handleObj.data;b.handleObj=c.handleObj;if(c.handleObj.origHandler.apply(c.elem,p)===false){o=false;break}}return o}function M(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}a.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(c,b){a.fn[b]=function(a){return a?this.bind(b,a):this.trigger(b)};if(a.attrFn)a.attrFn[b]=true});d.attachEvent&&!d.addEventListener&&d.attachEvent("onunload",function(){for(var b in a.cache)if(a.cache[b].handle)try{a.event.remove(a.cache[b].handle.elem)}catch(c){}});
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var l=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,n=0,t=Object.prototype.toString,g=false,o=true;[0,0].sort(function(){o=false;return 0});var f=function(k,c,i,v){i=i||[];var A=c=c||b;if(c.nodeType!==1&&c.nodeType!==9)return[];if(!k||typeof k!=="string")return i;var a=[],p,m,d,x,y=true,s=j(c),z=k;while((l.exec(""),p=l.exec(z))!==null){z=p[3];a.push(p[1]);if(p[2]){x=p[3];break}}if(a.length>1&&u.exec(k))if(a.length===2&&e.relative[a[0]])m=q(a[0]+a[1],c);else{m=e.relative[a[0]]?[c]:f(a.shift(),c);while(a.length){k=a.shift();if(e.relative[k])k+=a.shift();m=q(k,m)}}else{if(!v&&a.length>1&&c.nodeType===9&&!s&&e.match.ID.test(a[0])&&!e.match.ID.test(a[a.length-1])){var n=f.find(a.shift(),c,s);c=n.expr?f.filter(n.expr,n.set)[0]:n.set[0]}if(c){var n=v?{expr:a.pop(),"set":h(v)}:f.find(a.pop(),a.length===1&&(a[0]==="~"||a[0]==="+")&&c.parentNode?c.parentNode:c,s);m=n.expr?f.filter(n.expr,n.set):n.set;if(a.length>0)d=h(m);else y=false;while(a.length){var o=a.pop(),w=o;if(!e.relative[o])o="";else w=a.pop();if(w==null)w=c;e.relative[o](d,w,s)}}else d=a=[]}if(!d)d=m;!d&&f.error(o||k);if(t.call(d)==="[object Array]")if(!y)i.push.apply(i,d);else if(c&&c.nodeType===1)for(var g=0;d[g]!=null;g++)d[g]&&(d[g]===true||d[g].nodeType===1&&r(c,d[g]))&&i.push(m[g]);else for(var g=0;d[g]!=null;g++)d[g]&&d[g].nodeType===1&&i.push(m[g]);else h(d,i);if(x){f(x,A,i,v);f.uniqueSort(i)}return i};f.uniqueSort=function(a){if(i){g=o;a.sort(i);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a};f.matches=function(a,b){return f(a,null,null,b)};f.find=function(b,g,i){var c,a;if(!b)return[];for(var f=0,j=e.order.length;f<j;f++){var d=e.order[f],a;if(a=e.leftMatch[d].exec(b)){var h=a[1];a.splice(1,1);if(h.substr(h.length-1)!=="\\"){a[1]=(a[1]||"").replace(/\\/g,"");c=e.find[d](a,g,i);if(c!=null){b=b.replace(e.match[d],"");break}}}}if(!c)c=g.getElementsByTagName("*");return{"set":c,expr:b}};f.filter=function(b,l,o,r){var s=b,h=[],d=l,a,g,t=l&&l[0]&&j(l[0]);while(b&&l.length){for(var k in e.filter)if((a=e.leftMatch[k].exec(b))!=null&&a[2]){var u=e.filter[k],i,m,p=a[1];g=false;a.splice(1,1);if(p.substr(p.length-1)==="\\")continue;if(d===h)h=[];if(e.preFilter[k]){a=e.preFilter[k](a,d,o,h,r,t);if(!a)g=i=true;else if(a===true)continue}if(a)for(var n=0;(m=d[n])!=null;n++)if(m){i=u(m,a,n,d);var q=r^!!i;if(o&&i!=null)if(q)g=true;else d[n]=false;else if(q){h.push(m);g=true}}if(i!==c){if(!o)d=h;b=b.replace(e.match[k],"");if(!g)return[];break}}if(b===s)if(g==null)f.error(b);else break;s=b}return d};f.error=function(a){throw"Syntax error, unrecognized expression: "+a;};var e=f.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(a){return a.getAttribute("href")}},relative:{"+":function(c,b){var g=typeof b==="string",h=g&&!/\W/.test(b),e=g&&!h;if(h)b=b.toLowerCase();for(var d=0,i=c.length,a;d<i;d++)if(a=c[d]){while((a=a.previousSibling)&&a.nodeType!==1);c[d]=e||a&&a.nodeName.toLowerCase()===b?a||false:a===b}e&&f.filter(b,c,true)},">":function(b,c){var e=typeof c==="string";if(e&&!/\W/.test(c)){c=c.toLowerCase();for(var a=0,h=b.length;a<h;a++){var d=b[a];if(d){var g=d.parentNode;b[a]=g.nodeName.toLowerCase()===c?g:false}}}else{for(var a=0,h=b.length;a<h;a++){var d=b[a];if(d)b[a]=e?d.parentNode:d.parentNode===c}e&&f.filter(c,b,true)}},"":function(d,a,f){var e=n++,b=s;if(typeof a==="string"&&!/\W/.test(a)){var c=a=a.toLowerCase();b=p}b("parentNode",a,e,d,c,f)},"~":function(d,a,f){var e=n++,b=s;if(typeof a==="string"&&!/\W/.test(a)){var c=a=a.toLowerCase();b=p}b("previousSibling",a,e,d,c,f)}},find:{ID:function(d,a,c){if(typeof a.getElementById!=="undefined"&&!c){var b=a.getElementById(d[1]);return b?[b]:[]}},NAME:function(e,d){if(typeof d.getElementsByName!=="undefined"){for(var c=[],b=d.getElementsByName(e[1]),a=0,f=b.length;a<f;a++)b[a].getAttribute("name")===e[1]&&c.push(b[a]);return c.length===0?null:c}},TAG:function(b,a){return a.getElementsByTagName(b[1])}},preFilter:{CLASS:function(b,d,e,f,h,g){b=" "+b[1].replace(/\\/g,"")+" ";if(g)return b;for(var c=0,a;(a=d[c])!=null;c++)if(a)if(h^(a.className&&(" "+a.className+" ").replace(/[\t\n]/g," ").indexOf(b)>=0))!e&&f.push(a);else if(e)d[c]=false;return false},ID:function(a){return a[1].replace(/\\/g,"")},TAG:function(a){return a[1].toLowerCase()},CHILD:function(a){if(a[1]==="nth"){var b=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0;a[3]=b[3]-0}a[0]=n++;return a},ATTR:function(a,d,f,g,h,c){var b=a[1].replace(/\\/g,"");if(!c&&e.attrMap[b])a[1]=e.attrMap[b];if(a[2]==="~=")a[4]=" "+a[4]+" ";return a},PSEUDO:function(a,b,c,d,g){if(a[1]==="not")if((l.exec(a[3])||"").length>1||/^\w/.test(a[3]))a[3]=f(a[3],null,null,b);else{var h=f.filter(a[3],b,c,true^g);!c&&d.push.apply(d,h);return false}else if(e.match.POS.test(a[0])||e.match.CHILD.test(a[0]))return true;return a},POS:function(a){a.unshift(true);return a}},filters:{enabled:function(a){return a.disabled===false&&a.type!=="hidden"},disabled:function(a){return a.disabled===true},checked:function(a){return a.checked===true},selected:function(a){a.parentNode.selectedIndex;return a.selected===true},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(b,c,a){return!!f(a[3],b).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){return"text"===a.type},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(b,a){return a===0},last:function(d,b,c,a){return b===a.length-1},even:function(b,a){return a%2===0},odd:function(b,a){return a%2===1},lt:function(c,b,a){return b<a[3]-0},gt:function(c,b,a){return b>a[3]-0},nth:function(c,b,a){return a[3]-0===b},eq:function(c,b,a){return a[3]-0===b}},filter:{PSEUDO:function(a,b,d,i){var c=b[1],g=e.filters[c];if(g)return g(a,d,b,i);else if(c==="contains")return(a.textContent||a.innerText||m([a])||"").indexOf(b[3])>=0;else if(c==="not"){for(var h=b[3],d=0,j=h.length;d<j;d++)if(h[d]===a)return false;return true}else f.error("Syntax error, unrecognized expression: "+c)},CHILD:function(b,e){var i=e[1],a=b;switch(i){case"only":case"first":while(a=a.previousSibling)if(a.nodeType===1)return false;if(i==="first")return true;a=b;case"last":while(a=a.nextSibling)if(a.nodeType===1)return false;return true;case"nth":var d=e[2],h=e[3];if(d===1&&h===0)return true;var g=e[0],c=b.parentNode;if(c&&(c.sizcache!==g||!b.nodeIndex)){var j=0;for(a=c.firstChild;a;a=a.nextSibling)if(a.nodeType===1)a.nodeIndex=++j;c.sizcache=g}var f=b.nodeIndex-h;return d===0?f===0:f%d===0&&f/d>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(b,a){return a==="*"&&b.nodeType===1||b.nodeName.toLowerCase()===a},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(f,h){var d=h[1],g=e.attrHandle[d]?e.attrHandle[d](f):f[d]!=null?f[d]:f.getAttribute(d),b=g+"",c=h[2],a=h[4];return g==null?c==="!=":c==="="?b===a:c==="*="?b.indexOf(a)>=0:c==="~="?(" "+b+" ").indexOf(a)>=0:!a?b&&g!==false:c==="!="?b!==a:c==="^="?b.indexOf(a)===0:c==="$="?b.substr(b.length-a.length)===a:c==="|="?b===a||b.substr(0,a.length+1)===a+"-":false},POS:function(d,b,g,c){var f=b[2],a=e.setFilters[f];if(a)return a(d,g,b,c)}}},u=e.match.POS;for(var k in e.match){e.match[k]=new RegExp(e.match[k].source+/(?![^\[]*\])(?![^\(]*\))/.source);e.leftMatch[k]=new RegExp(/(^(?:.|\r|\n)*?)/.source+e.match[k].source.replace(/\\(\d+)/g,function(b,a){return"\\"+(a-0+1)}))}var h=function(b,a){b=Array.prototype.slice.call(b,0);if(a){a.push.apply(a,b);return a}return b};try{Array.prototype.slice.call(b.documentElement.childNodes,0)[0].nodeType}catch(v){h=function(a,d){var c=d||[];if(t.call(a)==="[object Array]")Array.prototype.push.apply(c,a);else if(typeof a.length==="number")for(var b=0,e=a.length;b<e;b++)c.push(a[b]);else for(var b=0;a[b];b++)c.push(a[b]);return c}}var i;if(b.documentElement.compareDocumentPosition)i=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b)g=true;return a.compareDocumentPosition?-1:1}var c=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(c===0)g=true;return c};else if("sourceIndex"in b.documentElement)i=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b)g=true;return a.sourceIndex?-1:1}var c=a.sourceIndex-b.sourceIndex;if(c===0)g=true;return c};else if(b.createRange)i=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b)g=true;return a.ownerDocument?-1:1}var c=a.ownerDocument.createRange(),d=b.ownerDocument.createRange();c.setStart(a,0);c.setEnd(a,0);d.setStart(b,0);d.setEnd(b,0);var e=c.compareBoundaryPoints(Range.START_TO_END,d);if(e===0)g=true;return e};function m(d){for(var b="",a,c=0;d[c];c++){a=d[c];if(a.nodeType===3||a.nodeType===4)b+=a.nodeValue;else if(a.nodeType!==8)b+=m(a.childNodes)}return b}(function(){var a=b.createElement("div"),f="script"+(new Date).getTime();a.innerHTML="<a name='"+f+"'/>";var d=b.documentElement;d.insertBefore(a,d.firstChild);if(b.getElementById(f)){e.find.ID=function(b,d,e){if(typeof d.getElementById!=="undefined"&&!e){var a=d.getElementById(b[1]);return a?a.id===b[1]||typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id").nodeValue===b[1]?[a]:c:[]}};e.filter.ID=function(a,c){var b=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&b&&b.nodeValue===c}}d.removeChild(a);d=a=null})();(function(){var a=b.createElement("div");a.appendChild(b.createComment(""));if(a.getElementsByTagName("*").length>0)e.find.TAG=function(c,e){var a=e.getElementsByTagName(c[1]);if(c[1]==="*"){for(var d=[],b=0;a[b];b++)a[b].nodeType===1&&d.push(a[b]);a=d}return a};a.innerHTML="<a href='#'></a>";if(a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!=="#")e.attrHandle.href=function(a){return a.getAttribute("href",2)};a=null})();b.querySelectorAll&&(function(){var c=f,a=b.createElement("div");a.innerHTML="<p class='TEST'></p>";if(a.querySelectorAll&&a.querySelectorAll(".TEST").length===0)return;f=function(e,a,d,f){a=a||b;if(!f&&a.nodeType===9&&!j(a))try{return h(a.querySelectorAll(e),d)}catch(g){}return c(e,a,d,f)};for(var d in c)f[d]=c[d];a=null})();(function(){var a=b.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!a.getElementsByClassName||a.getElementsByClassName("e").length===0)return;a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;e.order.splice(1,0,"CLASS");e.find.CLASS=function(c,a,b){if(typeof a.getElementsByClassName!=="undefined"&&!b)return a.getElementsByClassName(c[1])};a=null})();function p(f,h,e,c,j,g){for(var b=0,i=c.length;b<i;b++){var a=c[b];if(a){a=a[f];var d=false;while(a){if(a.sizcache===e){d=c[a.sizset];break}if(a.nodeType===1&&!g){a.sizcache=e;a.sizset=b}if(a.nodeName.toLowerCase()===h){d=a;break}a=a[f]}c[b]=d}}}function s(h,e,g,c,k,i){for(var b=0,j=c.length;b<j;b++){var a=c[b];if(a){a=a[h];var d=false;while(a){if(a.sizcache===g){d=c[a.sizset];break}if(a.nodeType===1){if(!i){a.sizcache=g;a.sizset=b}if(typeof e!=="string"){if(a===e){d=true;break}}else if(f.filter(e,[a]).length>0){d=a;break}}a=a[h]}c[b]=d}}}var r=b.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16)}:function(a,b){return a!==b&&(a.contains?a.contains(b):true)},j=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":false},q=function(a,b){var d=[],g="",h,i=b.nodeType?[b]:b;while(h=e.match.PSEUDO.exec(a)){g+=h[0];a=a.replace(e.match.PSEUDO,"")}a=e.relative[a]?a+"*":a;for(var c=0,j=i.length;c<j;c++)f(a,i[c],d);return f.filter(g,d)};a.find=f;a.expr=f.selectors;a.expr[":"]=a.expr.filters;a.unique=f.uniqueSort;a.text=m;a.isXMLDoc=j;a.contains=r;return;d.Sizzle=f})();var Kb=/Until$/,mb=/^(?:parents|prevUntil|prevAll)/,lb=/,/,q=Array.prototype.slice,ib=function(c,b,d){if(a.isFunction(b))return a.grep(c,function(a,c){return!!b.call(a,c,a)===d});else if(b.nodeType)return a.grep(c,function(a){return a===b===d});else if(typeof b==="string"){var e=a.grep(c,function(a){return a.nodeType===1});if(zb.test(b))return a.filter(b,e,!d);else b=a.filter(b,e)}return a.grep(c,function(c){return a.inArray(c,b)>=0===d})};a.fn.extend({find:function(g){for(var b=this.pushStack("","find",g),e=0,c=0,h=this.length;c<h;c++){e=b.length;a.find(g,this[c],b);if(c>0)for(var d=e;d<b.length;d++)for(var f=0;f<e;f++)if(b[f]===b[d]){b.splice(d--,1);break}}return b},has:function(c){var b=a(c);return this.filter(function(){for(var c=0,d=b.length;c<d;c++)if(a.contains(this,b[c]))return true})},not:function(a){return this.pushStack(ib(this,a,false),"not",a)},filter:function(a){return this.pushStack(ib(this,a,true),"filter",a)},is:function(b){return!!b&&a.filter(b,this).length>0},closest:function(d,f){if(a.isArray(d)){var j=[],c=this[0],g,e={},b;if(c&&d.length){for(var h=0,k=d.length;h<k;h++){b=d[h];if(!e[b])e[b]=a.expr.match.POS.test(b)?a(b,f||this.context):b}while(c&&c.ownerDocument&&c!==f){for(b in e){g=e[b];if(g.jquery?g.index(c)>-1:a(c).is(g)){j.push({selector:b,elem:c});delete e[b]}}c=c.parentNode}}return j}var i=a.expr.match.POS.test(d)?a(d,f||this.context):null;return this.map(function(c,b){while(b&&b.ownerDocument&&b!==f){if(i?i.index(b)>-1:a(b).is(d))return b;b=b.parentNode}return null})},index:function(b){return!b||typeof b==="string"?a.inArray(this[0],b?a(b):this.parent().children()):a.inArray(b.jquery?b[0]:b,this)},add:function(b,e){var d=typeof b==="string"?a(b,e||this.context):a.makeArray(b),c=a.merge(this.get(),d);return this.pushStack(H(d[0])||H(c[0])?c:a.unique(c))},andSelf:function(){return this.add(this.prevObject)}});function H(a){return!a||!a.parentNode||a.parentNode.nodeType===11}a.each({parent:function(b){var a=b.parentNode;return a&&a.nodeType!==11?a:null},parents:function(b){return a.dir(b,"parentNode")},parentsUntil:function(c,d,b){return a.dir(c,"parentNode",b)},next:function(b){return a.nth(b,2,"nextSibling")},prev:function(b){return a.nth(b,2,"previousSibling")},nextAll:function(b){return a.dir(b,"nextSibling")},prevAll:function(b){return a.dir(b,"previousSibling")},nextUntil:function(c,d,b){return a.dir(c,"nextSibling",b)},prevUntil:function(c,d,b){return a.dir(c,"previousSibling",b)},siblings:function(b){return a.sibling(b.parentNode.firstChild,b)},children:function(b){return a.sibling(b.firstChild)},contents:function(b){return a.nodeName(b,"iframe")?b.contentDocument||b.contentWindow.document:a.makeArray(b.childNodes)}},function(b,c){a.fn[b]=function(f,e){var d=a.map(this,c,f);if(!Kb.test(b))e=f;if(e&&typeof e==="string")d=a.filter(e,d);d=this.length>1?a.unique(d):d;if((this.length>1||lb.test(e))&&mb.test(b))d=d.reverse();return this.pushStack(d,b,q.call(arguments).join(","))}});a.extend({filter:function(b,c,d){if(d)b=":not("+b+")";return a.find.matches(b,c)},dir:function(g,f,e){var d=[],b=g[f];while(b&&b.nodeType!==9&&(e===c||b.nodeType!==1||!a(b).is(e))){b.nodeType===1&&d.push(b);b=b[f]}return d},nth:function(a,b,c){b=b||1;for(var d=0;a;a=a[c])if(a.nodeType===1&&++d===b)break;return a},sibling:function(a,c){for(var b=[];a;a=a.nextSibling)a.nodeType===1&&a!==c&&b.push(a);return b}});var K=/ jQuery\d+="(?:\d+|null)"/g,m=/^\s+/,V=/(<([\w:]+)[^>]*?)\/>/g,nb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,ab=/<([\w:]+)/,Jb=/<tbody/i,Mb=/<|&#?\w+;/,Y=/<script|<object|<embed|<option|<style/i,X=/checked\s*(?:[^=]|=\s*.checked.)/i,T=function(c,b,a){return nb.test(a)?c:b+"></"+a+">"},e={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,"",""]};e.optgroup=e.option;e.tbody=e.tfoot=e.colgroup=e.caption=e.thead;e.th=e.td;if(!a.support.htmlSerialize)e._default=[1,"div<div>","</div>"];a.fn.extend({text:function(d){return a.isFunction(d)?this.each(function(c){var b=a(this);b.text(d.call(this,c,b.text()))}):typeof d!=="object"&&d!==c?this.empty().append((this[0]&&this[0].ownerDocument||b).createTextNode(d)):a.text(this)},wrapAll:function(b){if(a.isFunction(b))return this.each(function(c){a(this).wrapAll(b.call(this,c))});if(this[0]){var c=a(b,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&c.insertBefore(this[0]);c.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(b){return a.isFunction(b)?this.each(function(c){a(this).wrapInner(b.call(this,c))}):this.each(function(){var d=a(this),c=d.contents();if(c.length)c.wrapAll(b);else d.append(b)})},wrap:function(b){return this.each(function(){a(this).wrapAll(b)})},unwrap:function(){return this.parent().each(function(){!a.nodeName(this,"body")&&a(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(a){this.parentNode.insertBefore(a,this)});else if(arguments.length){var b=a(arguments[0]);b.push.apply(b,this.toArray());return this.pushStack(b,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,this.nextSibling)});else if(arguments.length){var b=this.pushStack(this,"after",arguments);b.push.apply(b,a(arguments[0]).toArray());return b}},remove:function(c,e){for(var d=0,b;(b=this[d])!=null;d++)if(!c||a.filter(c,[b]).length){if(!e&&b.nodeType===1){a.cleanData(b.getElementsByTagName("*"));a.cleanData([b])}b.parentNode&&b.parentNode.removeChild(b)}return this},empty:function(){for(var c=0,b;(b=this[c])!=null;c++){b.nodeType===1&&a.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(c){var b=this.map(function(){if(!a.support.noCloneEvent&&!a.isXMLDoc(this)){var b=this.outerHTML,c=this.ownerDocument;if(!b){var d=c.createElement("div");d.appendChild(this.cloneNode(true));b=d.innerHTML}return a.clean([b.replace(K,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(m,"")],c)[0]}else return this.cloneNode(true)});if(c===true){G(this,b);G(this.find("*"),b.find("*"))}return b},html:function(b){if(b===c)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(K,""):null;else if(typeof b==="string"&&!Y.test(b)&&(a.support.leadingWhitespace||!m.test(b))&&!e[(ab.exec(b)||["",""])[1].toLowerCase()]){b=b.replace(V,T);try{for(var d=0,f=this.length;d<f;d++)if(this[d].nodeType===1){a.cleanData(this[d].getElementsByTagName("*"));this[d].innerHTML=b}}catch(g){this.empty().append(b)}}else if(a.isFunction(b))this.each(function(e){var c=a(this),d=c.html();c.empty().append(function(){return b.call(this,e,d)})});else this.empty().append(b);return this},replaceWith:function(b){if(this[0]&&this[0].parentNode){if(a.isFunction(b))return this.each(function(e){var c=a(this),d=c.html();c.replaceWith(b.call(this,e,d))});if(typeof b!=="string")b=a(b).detach();return this.each(function(){var c=this.nextSibling,d=this.parentNode;a(this).remove();if(c)a(c).before(b);else a(d).append(b)})}else return this.pushStack(a(a.isFunction(b)?b():b),"replaceWith",b)},detach:function(a){return this.remove(a,true)},domManip:function(h,d,k){var j,g,e=h[0],l=[],b,f;if(!a.support.checkClone&&arguments.length===3&&typeof e==="string"&&X.test(e))return this.each(function(){a(this).domManip(h,d,k,true)});if(a.isFunction(e))return this.each(function(f){var b=a(this);h[0]=e.call(this,f,d?b.html():c);b.domManip(h,d,k)});if(this[0]){f=e&&e.parentNode;if(a.support.parentNode&&f&&f.nodeType===11&&f.childNodes.length===this.length)j={fragment:f};else j=I(h,this,l);b=j.fragment;if(b.childNodes.length===1)g=b=b.firstChild;else g=b.firstChild;if(g){d=d&&a.nodeName(g,"tr");for(var i=0,n=this.length;i<n;i++)k.call(d?m(this[i],g):this[i],i>0||j.cacheable||this.length>1?b.cloneNode(true):b)}l.length&&a.each(l,pb)}return this;function m(b){return a.nodeName(b,"table")?b.getElementsByTagName("tbody")[0]||b.appendChild(b.ownerDocument.createElement("tbody")):b}}});function G(b,d){var c=0;d.each(function(){if(this.nodeName!==(b[c]&&b[c].nodeName))return;var f=a.data(b[c++]),g=a.data(this,f),d=f&&f.events;if(d){delete g.handle;g.events={};for(var e in d)for(var h in d[e])a.event.add(this,e,d[e][h],d[e][h].data)}})}function I(c,f,i){var d,g,e,h=f&&f[0]?f[0].ownerDocument||f[0]:b;if(c.length===1&&typeof c[0]==="string"&&c[0].length<512&&h===b&&!Y.test(c[0])&&(a.support.checkClone||!X.test(c[0]))){g=true;e=a.fragments[c[0]];if(e)if(e!==1)d=e}if(!d){d=h.createDocumentFragment();a.clean(c,h,d,i)}if(g)a.fragments[c[0]]=e?d:1;return{fragment:d,cacheable:g}}a.fragments={};a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(c,b){a.fn[c]=function(i){var g=[],d=a(i),f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{for(var e=0,j=d.length;e<j;e++){var h=(e>0?this.clone(true):this).get();a.fn[b].apply(a(d[e]),h);g=g.concat(h)}return this.pushStack(g,c,d.selector)}}});a.extend({clean:function(r,g,l,o){g=g||b;if(typeof g.createElement==="undefined")g=g.ownerDocument||g[0]&&g[0].ownerDocument||b;for(var d=[],f=0,c;(c=r[f])!=null;f++){if(typeof c==="number")c+="";if(!c)continue;if(typeof c==="string"&&!Mb.test(c))c=g.createTextNode(c);else if(typeof c==="string"){c=c.replace(V,T);var p=(ab.exec(c)||["",""])[1].toLowerCase(),k=e[p]||e._default,q=k[0],h=g.createElement("div");h.innerHTML=k[1]+c+k[2];while(q--)h=h.lastChild;if(!a.support.tbody)for(var n=Jb.test(c),j=p==="table"&&!n?h.firstChild&&h.firstChild.childNodes:k[1]==="<table>"&&!n?h.childNodes:[],i=j.length-1;i>=0;--i)a.nodeName(j[i],"tbody")&&!j[i].childNodes.length&&j[i].parentNode.removeChild(j[i]);!a.support.leadingWhitespace&&m.test(c)&&h.insertBefore(g.createTextNode(m.exec(c)[0]),h.firstChild);c=h.childNodes}if(c.nodeType)d.push(c);else d=a.merge(d,c)}if(l)for(var f=0;d[f];f++)if(o&&a.nodeName(d[f],"script")&&(!d[f].type||d[f].type.toLowerCase()==="text/javascript"))o.push(d[f].parentNode?d[f].parentNode.removeChild(d[f]):d[f]);else{d[f].nodeType===1&&d.splice.apply(d,[f+1,0].concat(a.makeArray(d[f].getElementsByTagName("script"))));l.appendChild(d[f])}return d},cleanData:function(j){for(var c,d,f=a.cache,i=a.event.special,h=a.support.deleteExpando,g=0,b;(b=j[g])!=null;g++){d=b[a.expando];if(d){c=f[d];if(c.events)for(var e in c.events)if(i[e])a.event.remove(b,e);else O(b,e,c.handle);if(h)delete b[a.expando];else b.removeAttribute&&b.removeAttribute(a.expando);delete f[d]}}}});var Ab=/z-?index|font-?weight|opacity|zoom|line-?height/i,gb=/alpha\([^)]*\)/,Z=/opacity=([^)]*)/,C=/float/i,w=/-([a-z])/ig,Lb=/([A-Z])/g,Ib=/^-?\d+(?:px)?$/i,Qb=/^-?\d/,Cb={position:"absolute",visibility:"hidden",display:"block"},xb=["Left","Right"],tb=["Top","Bottom"],jb=b.defaultView&&b.defaultView.getComputedStyle,R=a.support.cssFloat?"cssFloat":"styleFloat",v=function(b,a){return a.toUpperCase()};a.fn.css=function(d,b){return B(this,d,b,true,function(e,d,b){if(b===c)return a.curCSS(e,d);if(typeof b==="number"&&!Ab.test(d))b+="px";a.style(e,d,b)})};a.extend({style:function(f,b,e){if(!f||f.nodeType===3||f.nodeType===8)return c;if((b==="width"||b==="height")&&parseFloat(e)<0)e=c;var d=f.style||f,i=e!==c;if(!a.support.opacity&&b==="opacity"){if(i){d.zoom=1;var g=parseInt(e,10)+""==="NaN"?"":"alpha(opacity="+e*100+")",h=d.filter||a.curCSS(f,"filter")||"";d.filter=gb.test(h)?h.replace(gb,g):g}return d.filter&&d.filter.indexOf("opacity=")>=0?parseFloat(Z.exec(d.filter)[1])/100+"":""}if(C.test(b))b=R;b=b.replace(w,v);if(i)d[b]=e;return d[b]},css:function(b,c,g,e){if(c==="width"||c==="height"){var d,h=Cb,i=c==="width"?xb:tb;function f(){d=c==="width"?b.offsetWidth:b.offsetHeight;if(e==="border")return;a.each(i,function(){if(!e)d-=parseFloat(a.curCSS(b,"padding"+this,true))||0;if(e==="margin")d+=parseFloat(a.curCSS(b,"margin"+this,true))||0;else d-=parseFloat(a.curCSS(b,"border"+this+"Width",true))||0})}if(b.offsetWidth!==0)f();else a.swap(b,h,f);return Math.max(0,Math.round(d))}return a.curCSS(b,c,g)},curCSS:function(d,b,j){var c,e=d.style,l;if(!a.support.opacity&&b==="opacity"&&d.currentStyle){c=Z.test(d.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return c===""?"1":c}if(C.test(b))b=R;if(!j&&e&&e[b])c=e[b];else if(jb){if(C.test(b))b="float";b=b.replace(Lb,"-$1").toLowerCase();var g=d.ownerDocument.defaultView;if(!g)return null;var f=g.getComputedStyle(d,null);if(f)c=f.getPropertyValue(b);if(b==="opacity"&&c==="")c="1"}else if(d.currentStyle){var h=b.replace(w,v);c=d.currentStyle[b]||d.currentStyle[h];if(!Ib.test(c)&&Qb.test(c)){var k=e.left,i=d.runtimeStyle.left;d.runtimeStyle.left=d.currentStyle.left;e.left=h==="fontSize"?"1em":c||0;c=e.pixelLeft+"px";e.left=k;d.runtimeStyle.left=i}}return c},swap:function(b,c,e){var d={};for(var a in c){d[a]=b.style[a];b.style[a]=c[a]}e.call(b);for(var a in c)b.style[a]=d[a]}});if(a.expr&&a.expr.filters){a.expr.filters.hidden=function(b){var d=b.offsetWidth,c=b.offsetHeight,e=b.nodeName.toLowerCase()==="tr";return d===0&&c===0&&!e?true:d>0&&c>0&&!e?false:a.curCSS(b,"display")==="none"};a.expr.filters.visible=function(b){return!a.expr.filters.hidden(b)}}var Tb=g(),Eb=/<script(.|\s)*?\/script>/gi,kb=/select|textarea/i,Hb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,j=/=\?(&|$)/,D=/\?/,Vb=/(\?|&)_=.*?(&|$)/,Rb=/^(\w+:)?\/\/([^\/?#]+)/,Ub=/%20/g,Pb=a.fn.load;a.fn.extend({load:function(c,b,d){if(typeof c!=="string")return Pb.call(this,c);else if(!this.length)return this;var e=c.indexOf(" ");if(e>=0){var f=c.slice(e,c.length);c=c.slice(0,e)}var h="GET";if(b)if(a.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=a.param(b,a.ajaxSettings.traditional);h="POST"}var g=this;a.ajax({url:c,type:h,dataType:"html",data:b,complete:function(b,c){(c==="success"||c==="notmodified")&&g.html(f?a("<div />").append(b.responseText.replace(Eb,"")).find(f):b.responseText);d&&g.each(d,[b.responseText,c,b])}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||kb.test(this.nodeName)||Hb.test(this.type))}).map(function(d,c){var b=a(this).val();return b==null?null:a.isArray(b)?a.map(b,function(a){return{name:c.name,value:a}}):{name:c.name,value:b}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(c,b){a.fn[b]=function(a){return this.bind(b,a)}});a.extend({"get":function(e,b,c,d){if(a.isFunction(b)){d=d||c;c=b;b=null}return a.ajax({type:"GET",url:e,data:b,success:c,dataType:d})},getScript:function(c,b){return a.get(c,null,b,"script")},getJSON:function(d,c,b){return a.get(d,c,b,"json")},post:function(e,b,c,d){if(a.isFunction(b)){d=d||c;c=b;b={}}return a.ajax({type:"POST",url:e,data:b,success:c,dataType:d})},ajaxSetup:function(b){a.extend(a.ajaxSettings,b)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:d.XMLHttpRequest&&(d.location.protocol!=="file:"||!d.ActiveXObject)?function(){return new d.XMLHttpRequest}:function(){try{return new d.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(n){var e=a.extend(true,{},a.ajaxSettings,n),i,l,v,s=n&&n.context||e,k=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=a.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(k==="GET"){if(!j.test(e.url))e.url+=(D.test(e.url)?"&":"?")+(e.jsonp||"callback")+"=?"}else if(!e.data||!j.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&j.test(e.data)||j.test(e.url))){i=e.jsonpCallback||"jsonp"+Tb++;if(e.data)e.data=(e.data+"").replace(j,"="+i+"$1");e.url=e.url.replace(j,"="+i+"$1");e.dataType="script";d[i]=d[i]||function(a){v=a;t();p();d[i]=c;try{delete d[i]}catch(b){}m&&m.removeChild(h)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===false&&k==="GET"){var z=g(),y=e.url.replace(Vb,"$1_="+z+"$2");e.url=y+(y===e.url?(D.test(e.url)?"&":"?")+"_="+z:"")}if(e.data&&k==="GET")e.url+=(D.test(e.url)?"&":"?")+e.data;e.global&&!a.active++&&a.event.trigger("ajaxStart");var q=Rb.exec(e.url),w=q&&(q[1]&&q[1]!==location.protocol||q[2]!==location.host);if(e.dataType==="script"&&k==="GET"&&w){var m=b.getElementsByTagName("head")[0]||b.documentElement,h=b.createElement("script");h.src=e.url;if(e.scriptCharset)h.charset=e.scriptCharset;if(!i){var x=false;h.onload=h.onreadystatechange=function(){if(!x&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){x=true;t();p();h.onload=h.onreadystatechange=null;m&&h.parentNode&&m.removeChild(h)}}}m.insertBefore(h,m.firstChild);return c}var o=false,f=e.xhr();if(!f)return;if(e.username)f.open(k,e.url,e.async,e.username,e.password);else f.open(k,e.url,e.async);try{(e.data||n&&n.contentType)&&f.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){a.lastModified[e.url]&&f.setRequestHeader("If-Modified-Since",a.lastModified[e.url]);a.etag[e.url]&&f.setRequestHeader("If-None-Match",a.etag[e.url])}!w&&f.setRequestHeader("X-Requested-With","XMLHttpRequest");f.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(B){}if(e.beforeSend&&e.beforeSend.call(s,f,e)===false){e.global&&!--a.active&&a.event.trigger("ajaxStop");f.abort();return false}e.global&&u("ajaxSend",[f,e]);var r=f.onreadystatechange=function(b){if(!f||f.readyState===0||b==="abort"){!o&&p();o=true;if(f)f.onreadystatechange=a.noop}else if(!o&&f&&(f.readyState===4||b==="timeout")){o=true;f.onreadystatechange=a.noop;l=b==="timeout"?"timeout":!a.httpSuccess(f)?"error":e.ifModified&&a.httpNotModified(f,e.url)?"notmodified":"success";var c;if(l==="success")try{v=a.httpData(f,e.dataType,e)}catch(d){l="parsererror";c=d}if(l==="success"||l==="notmodified")!i&&t();else a.handleError(e,f,l,c);p();b==="timeout"&&f.abort();if(e.async)f=null}};try{var A=f.abort;f.abort=function(){f&&A.call(f);r("abort")}}catch(B){}e.async&&e.timeout>0&&setTimeout(function(){f&&!o&&r("timeout")},e.timeout);try{f.send(k==="POST"||k==="PUT"||k==="DELETE"?e.data:null)}catch(B){a.handleError(e,f,null,B);p()}!e.async&&r();function t(){e.success&&e.success.call(s,v,l,f);e.global&&u("ajaxSuccess",[f,e])}function p(){e.complete&&e.complete.call(s,f,l);e.global&&u("ajaxComplete",[f,e]);e.global&&!--a.active&&a.event.trigger("ajaxStop")}function u(c,b){(e.context?a(e.context):a.event).trigger(c,b)}return f},handleError:function(b,c,e,d){b.error&&b.error.call(b.context||b,c,e,d);b.global&&(b.context?a(b.context):a.event).trigger("ajaxError",[c,b,d])},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(b,e){var c=b.getResponseHeader("Last-Modified"),d=b.getResponseHeader("Etag");if(c)a.lastModified[e]=c;if(d)a.etag[e]=d;return b.status===304||b.status===0},httpData:function(d,c,f){var e=d.getResponseHeader("content-type")||"",g=c==="xml"||!c&&e.indexOf("xml")>=0,b=g?d.responseXML:d.responseText;g&&b.documentElement.nodeName==="parsererror"&&a.error("parsererror");if(f&&f.dataFilter)b=f.dataFilter(b,c);if(typeof b==="string")if(c==="json"||!c&&e.indexOf("json")>=0)b=a.parseJSON(b);else(c==="script"||!c&&e.indexOf("javascript")>=0)&&a.globalEval(b);return b},param:function(b,d){var g=[];if(d===c)d=a.ajaxSettings.traditional;if(a.isArray(b)||b.jquery)a.each(b,function(){f(this.name,this.value)});else for(var h in b)e(h,b[h]);return g.join("&").replace(Ub,"+");function e(c,b){if(a.isArray(b))a.each(b,function(g,b){if(d||/\[\]$/.test(c))f(c,b);else e(c+"["+(typeof b==="object"||a.isArray(b)?g:"")+"]",b)});else if(!d&&b!=null&&typeof b==="object")a.each(b,function(a,b){e(c+"["+a+"]",b)});else f(c,b)}function f(c,b){b=a.isFunction(b)?b():b;g[g.length]=encodeURIComponent(c)+"="+encodeURIComponent(b)}}});var t={},Bb=/toggle|show|hide/,Gb=/^([+-]=)?([\d+-.]+)(.*)$/,p,bb=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(f,h){if(f||f===0)return this.animate(i("show",3),f,h);else{for(var b=0,l=this.length;b<l;b++){var j=a.data(this[b],"olddisplay");this[b].style.display=j||"";if(a.css(this[b],"display")==="none"){var d=this[b].nodeName,c;if(t[d])c=t[d];else{var g=a("<"+d+" />").appendTo("body");c=g.css("display");if(c==="none")c="block";g.remove();t[d]=c}a.data(this[b],"olddisplay",c)}}for(var e=0,k=this.length;e<k;e++)this[e].style.display=a.data(this[e],"olddisplay")||"";return this}},hide:function(c,f){if(c||c===0)return this.animate(i("hide",3),c,f);else{for(var b=0,h=this.length;b<h;b++){var e=a.data(this[b],"olddisplay");!e&&e!=="none"&&a.data(this[b],"olddisplay",a.css(this[b],"display"))}for(var d=0,g=this.length;d<g;d++)this[d].style.display="none";return this}},_toggle:a.fn.toggle,toggle:function(b,d){var c=typeof b==="boolean";if(a.isFunction(b)&&a.isFunction(d))this._toggle.apply(this,arguments);else if(b==null||c)this.each(function(){var d=c?b:a(this).is(":hidden");a(this)[d?"show":"hide"]()});else this.animate(i("toggle",3),b,d);return this},fadeTo:function(b,c,a){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:c},b,a)},animate:function(b,f,e,d){var c=a.speed(f,e,d);return a.isEmptyObject(b)?this.each(c.complete):this[c.queue===false?"each":"queue"](function(){var e=a.extend({},c),d,f=this.nodeType===1&&a(this).is(":hidden"),h=this;for(d in b){var g=d.replace(w,v);if(d!==g){b[g]=b[d];delete b[d];d=g}if(b[d]==="hide"&&f||b[d]==="show"&&!f)return e.complete.call(this);if((d==="height"||d==="width")&&this.style){e.display=a.css(this,"display");e.overflow=this.style.overflow}if(a.isArray(b[d])){(e.specialEasing=e.specialEasing||{})[d]=b[d][1];b[d]=b[d][0]}}if(e.overflow!=null)this.style.overflow="hidden";e.curAnim=a.extend({},b);a.each(b,function(l,i){var j=new a.fx(h,e,l);if(Bb.test(i))j[i==="toggle"?f?"show":"hide":i](b);else{var d=Gb.exec(i),c=j.cur(true)||0;if(d){var g=parseFloat(d[2]),k=d[3]||"px";if(k!=="px"){h.style[l]=(g||1)+k;c=(g||1)/j.cur(true)*c;h.style[l]=c+k}if(d[1])g=(d[1]==="-="?-1:1)*g+c;j.custom(c,g,k)}else j.custom(c,i,"")}});return true})},stop:function(d,c){var b=a.timers;d&&this.queue([]);this.each(function(){for(var a=b.length-1;a>=0;a--)if(b[a].elem===this){c&&b[a](true);b.splice(a,1)}});!c&&this.dequeue();return this}});a.each({slideDown:i("show",1),slideUp:i("hide",1),slideToggle:i("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(c,b){a.fn[c]=function(c,a){return this.animate(b,c,a)}});a.extend({speed:function(c,d,e){var b=c&&typeof c==="object"?c:{complete:e||!e&&d||a.isFunction(c)&&c,duration:c,easing:e&&d||d&&!a.isFunction(d)&&d};b.duration=a.fx.off?0:typeof b.duration==="number"?b.duration:a.fx.speeds[b.duration]||a.fx.speeds._default;b.old=b.complete;b.complete=function(){b.queue!==false&&a(this).dequeue();a.isFunction(b.old)&&b.old.call(this)};return b},easing:{linear:function(c,d,a,b){return a+b*c},swing:function(c,d,a,b){return(-Math.cos(c*Math.PI)/2+.5)*b+a}},timers:[],fx:function(b,a,c){this.options=a;this.elem=b;this.prop=c;if(!a.orig)a.orig={}}});a.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(a.fx.step[this.prop]||a.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(c){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var b=parseFloat(a.css(this.elem,this.prop,c));return b&&b>-1e4?b:parseFloat(a.curCSS(this.elem,this.prop))||0},custom:function(c,f,e){this.startTime=g();this.start=c;this.end=f;this.unit=e||this.unit||"px";this.now=this.start;this.pos=this.state=0;var d=this;function b(a){return d.step(a)}b.elem=this.elem;if(b()&&a.timers.push(b)&&!p)p=setInterval(a.fx.tick,13)},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());a(this.elem).show()},hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(j){var f=g(),b=true;if(j||f>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var k in this.options.curAnim)if(this.options.curAnim[k]!==true)b=false;if(b){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var c=a.data(this.elem,"olddisplay");this.elem.style.display=c?c:this.options.display;if(a.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&a(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)a.style(this.elem,e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{var d=f-this.startTime;this.state=d/this.options.duration;var i=this.options.specialEasing&&this.options.specialEasing[this.prop],h=this.options.easing||(a.easing.swing?"swing":"linear");this.pos=a.easing[i||h](this.state,d,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};a.extend(a.fx,{tick:function(){for(var b=a.timers,c=0;c<b.length;c++)!b[c]()&&b.splice(c--,1);!b.length&&a.fx.stop()},stop:function(){clearInterval(p);p=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(b){a.style(b.elem,"opacity",b.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(a.expr&&a.expr.filters)a.expr.filters.animated=function(b){return a.grep(a.timers,function(a){return b===a.elem}).length};function i(c,d){var b={};a.each(bb.concat.apply([],bb.slice(0,d)),function(){b[this]=c});return b}if("getBoundingClientRect"in b.documentElement)a.fn.offset=function(e){var b=this[0];if(e)return this.each(function(b){a.offset.setOffset(this,e,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return a.offset.bodyOffset(b);var f=b.getBoundingClientRect(),g=b.ownerDocument,d=g.body,c=g.documentElement,i=c.clientTop||d.clientTop||0,h=c.clientLeft||d.clientLeft||0,k=f.top+(self.pageYOffset||a.support.boxModel&&c.scrollTop||d.scrollTop)-i,j=f.left+(self.pageXOffset||a.support.boxModel&&c.scrollLeft||d.scrollLeft)-h;return{top:k,left:j}};else a.fn.offset=function(l){var b=this[0];if(l)return this.each(function(b){a.offset.setOffset(this,l,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return a.offset.bodyOffset(b);a.offset.initialize();var i=b.offsetParent,m=b,k=b.ownerDocument,c,j=k.documentElement,g=k.body,h=k.defaultView,f=h?h.getComputedStyle(b,null):b.currentStyle,e=b.offsetTop,d=b.offsetLeft;while((b=b.parentNode)&&b!==g&&b!==j){if(a.offset.supportsFixedPosition&&f.position==="fixed")break;c=h?h.getComputedStyle(b,null):b.currentStyle;e-=b.scrollTop;d-=b.scrollLeft;if(b===i){e+=b.offsetTop;d+=b.offsetLeft;if(a.offset.doesNotAddBorder&&!(a.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){e+=parseFloat(c.borderTopWidth)||0;d+=parseFloat(c.borderLeftWidth)||0}m=i,i=b.offsetParent}if(a.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"){e+=parseFloat(c.borderTopWidth)||0;d+=parseFloat(c.borderLeftWidth)||0}f=c}if(f.position==="relative"||f.position==="static"){e+=g.offsetTop;d+=g.offsetLeft}if(a.offset.supportsFixedPosition&&f.position==="fixed"){e+=Math.max(j.scrollTop,g.scrollTop);d+=Math.max(j.scrollLeft,g.scrollLeft)}return{top:e,left:d}};a.offset={initialize:function(){var f=b.body,d=b.createElement("div"),e,c,i,g,h=parseFloat(a.curCSS(f,"marginTop",true))||0,j="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";a.extend(d.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});d.innerHTML=j;f.insertBefore(d,f.firstChild);e=d.firstChild;c=e.firstChild;g=e.nextSibling.firstChild.firstChild;this.doesNotAddBorder=c.offsetTop!==5;this.doesAddBorderForTableAndCells=g.offsetTop===5;c.style.position="fixed",c.style.top="20px";this.supportsFixedPosition=c.offsetTop===20||c.offsetTop===15;c.style.position=c.style.top="";e.style.overflow="hidden",e.style.position="relative";this.subtractsBorderForOverflowNotVisible=c.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=f.offsetTop!==h;f.removeChild(d);f=d=e=c=i=g=null;a.offset.initialize=a.noop},bodyOffset:function(b){var d=b.offsetTop,c=b.offsetLeft;a.offset.initialize();if(a.offset.doesNotIncludeMarginInBodyOffset){d+=parseFloat(a.curCSS(b,"marginTop",true))||0;c+=parseFloat(a.curCSS(b,"marginLeft",true))||0}return{top:d,left:c}},setOffset:function(c,b,i){if(/static/.test(a.curCSS(c,"position")))c.style.position="relative";var e=a(c),d=e.offset(),h=parseInt(a.curCSS(c,"top",true),10)||0,g=parseInt(a.curCSS(c,"left",true),10)||0;if(a.isFunction(b))b=b.call(c,i,d);var f={top:b.top-d.top+h,left:b.left-d.left+g};if("using"in b)b.using.call(c,f);else e.css(f)}};a.fn.extend({position:function(){if(!this[0])return null;var e=this[0],b=this.offsetParent(),d=this.offset(),c=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(a.curCSS(e,"marginTop",true))||0;d.left-=parseFloat(a.curCSS(e,"marginLeft",true))||0;c.top+=parseFloat(a.curCSS(b[0],"borderTopWidth",true))||0;c.left+=parseFloat(a.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-c.top,left:d.left-c.left}},offsetParent:function(){return this.map(function(){var c=this.offsetParent||b.body;while(c&&(!/^body|html$/i.test(c.nodeName)&&a.css(c,"position")==="static"))c=c.offsetParent;return c})}});a.each(["Left","Top"],function(d,e){var b="scroll"+e;a.fn[b]=function(f){var g=this[0],e;if(!g)return null;if(f!==c)return this.each(function(){e=U(this);if(e)e.scrollTo(!d?f:a(e).scrollLeft(),d?f:a(e).scrollTop());else this[b]=f});else{e=U(g);return e?"pageXOffset"in e?e[d?"pageYOffset":"pageXOffset"]:a.support.boxModel&&e.document.documentElement[b]||e.document.body[b]:g[b]}}});function U(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}a.each(["Height","Width"],function(e,b){var d=b.toLowerCase();a.fn["inner"+b]=function(){return this[0]?a.css(this[0],d,false,"padding"):null};a.fn["outer"+b]=function(b){return this[0]?a.css(this[0],d,false,b?"margin":"border"):null};a.fn[d]=function(f){var e=this[0];return!e?f==null?null:this:a.isFunction(f)?this.each(function(c){var b=a(this);b[d](f.call(this,c,b[d]()))}):"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===c?a.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});d.jQuery=d.$=a})(window);

/*
* Copyright (c) 2009 Simo Kinnunen.
* Licensed under the MIT license.
*
* @version 1.09
*/
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("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 } })()); 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 } })());

/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * URW Software, Copyright 1993 by URW
 */
window.fontItalicLoaded = true;
 
Cufon.registerFont({"w":211,"face":{"font-family":"FrankGotItcTEEBoo","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-22 -319.047 369.038 86","underline-thickness":"24.082","underline-position":"-24.082","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"67,0r-37,0r0,-37r37,0r0,37xm55,-60r-14,0r-13,-180r41,0","w":96},"\"":{"d":"41,-147r-17,0r-5,-93r28,0xm90,-147r-18,0r-5,-93r28,0","w":113},"#":{"d":"200,-170r-4,22r-37,0r-9,50r37,0r-3,22r-38,0r-13,76r-23,0r14,-76r-51,0r-14,76r-23,0r14,-76r-39,0r4,-22r39,0r9,-50r-39,0r4,-22r38,0r13,-70r23,0r-13,70r51,0r12,-70r23,0r-12,70r37,0xm136,-148r-51,0r-8,50r50,0"},"$":{"d":"186,-72v0,41,-27,61,-72,64r0,34r-22,0r0,-34v-40,-6,-64,-20,-75,-55r24,-9v9,25,22,36,51,40r0,-81v-42,-11,-65,-21,-65,-61v0,-37,26,-57,65,-62r0,-29r22,0r0,29v37,4,55,18,68,47r-24,7v-8,-19,-20,-29,-44,-31r0,76v46,9,72,21,72,65xm114,-32v38,3,60,-41,33,-65v-6,-6,-18,-8,-33,-11r0,76xm92,-213v-23,3,-40,14,-40,36v0,19,13,31,40,36r0,-72"},"%":{"d":"13,-180v0,-35,18,-61,50,-62v32,0,49,30,49,63v1,32,-18,61,-49,61v-32,0,-50,-29,-50,-62xm63,-131v41,-1,40,-97,0,-98v-24,0,-31,23,-31,49v-1,26,9,49,31,49xm68,0r-22,0r145,-240r22,0xm147,-60v0,-35,18,-61,50,-62v32,0,49,30,49,63v1,32,-18,61,-49,61v-32,0,-50,-29,-50,-62xm197,-11v41,-1,40,-97,0,-98v-24,0,-31,23,-31,49v-1,26,9,49,31,49","w":259},"&":{"d":"222,-126v-6,32,-24,68,-44,90v13,14,26,13,49,11r0,25v-35,6,-47,3,-66,-19v-44,46,-148,22,-146,-47v1,-39,29,-63,63,-74v-38,-43,-26,-103,30,-105v33,-1,57,19,56,51v-1,36,-20,47,-50,63r50,76v18,-24,27,-41,33,-76xm46,-68v-3,54,72,64,101,31r-58,-85v-26,13,-41,21,-43,54xm109,-222v-42,4,-28,48,-8,73v21,-12,41,-18,41,-44v0,-16,-15,-30,-33,-29","w":239},"'":{"d":"41,-147r-17,0r-5,-93r28,0","w":65},"(":{"d":"85,60r-19,0v-70,-89,-69,-208,0,-300r18,0v-59,92,-59,207,1,300","w":96},")":{"d":"12,-240r18,0v70,88,69,209,1,300r-19,0v60,-91,60,-207,0,-300","w":96},"*":{"d":"92,-174r-4,-66r20,0r-4,66r61,-25r6,20r-64,16r43,50r-17,12r-35,-55r-35,55r-17,-12r43,-50r-64,-16r6,-20","w":196},"+":{"d":"22,-132r70,0r0,-74r27,0r0,74r71,0r0,24r-71,0r0,74r-27,0r0,-74r-70,0r0,-24"},",":{"d":"64,-40r0,36r-26,49r-15,0r20,-45r-18,0r0,-40r39,0","w":89,"k":{"1":14}},"-":{"d":"79,-101r0,22r-79,0r0,-22r79,0","w":79,"k":{"Y":11,"W":-4,"V":-1,"T":9,"A":-12}},".":{"d":"64,-39r0,39r-39,0r0,-39r39,0","w":89,"k":{"1":14}},"\/":{"d":"7,60r-24,0r145,-300r24,0","w":163},"0":{"d":"15,-120v0,-66,30,-125,91,-125v117,0,124,248,1,250v-59,0,-92,-60,-92,-125xm107,-19v84,-2,78,-202,-2,-202v-46,0,-60,47,-60,101v0,49,15,102,62,101","k":{"7":17,"1":13}},"1":{"d":"201,-22r0,22r-168,0r0,-22r72,0r0,-186v-25,26,-36,34,-66,52r0,-30v31,-17,55,-37,73,-59r22,0r0,223r67,0","k":{"9":5,"8":4,"7":25,"6":13,"5":6,"4":10,"3":4,"2":-1,"1":7,"0":13,".":3,",":3}},"2":{"d":"19,-174v4,-94,172,-92,169,2v-2,48,-26,62,-60,93v-21,19,-45,35,-71,54r132,0r0,25r-170,0r0,-25v36,-26,101,-79,119,-98v35,-37,20,-98,-34,-98v-31,0,-55,23,-57,55","k":{"7":14,"4":15,"1":13}},"3":{"d":"162,-66v-1,-40,-44,-50,-92,-47r0,-24v43,2,84,-2,83,-42v0,-26,-23,-43,-51,-42v-28,1,-45,15,-55,39r-27,-7v14,-73,164,-76,164,9v0,28,-21,49,-47,54v32,4,56,26,56,60v2,78,-129,91,-169,38v-5,-6,-9,-15,-13,-26r28,-9v6,57,124,59,123,-3","k":{"7":15,"1":18}},"4":{"d":"159,0r-29,0r0,-57r-119,0r0,-20r110,-168r38,0r0,164r39,0r0,24r-39,0r0,57xm130,-81r0,-140r-87,140r87,0","k":{"7":24,"4":-2,"1":23}},"5":{"d":"106,-138v-29,1,-42,14,-56,33r-24,-5r8,-130r142,0r-3,26r-117,0r-6,78v44,-54,142,-17,142,57v0,95,-154,113,-177,27r26,-9v10,26,26,42,60,42v37,0,62,-25,62,-61v1,-33,-24,-59,-57,-58","k":{"7":16,"1":22}},"6":{"d":"18,-114v2,-71,28,-131,98,-131v38,0,64,18,77,54r-27,7v-15,-47,-79,-47,-102,-8v-12,19,-18,48,-18,84v12,-29,38,-49,72,-49v43,-1,80,36,79,79v0,45,-39,84,-86,83v-60,-1,-95,-54,-93,-119xm169,-76v0,-31,-26,-57,-55,-57v-31,-1,-61,26,-61,58v0,30,27,55,58,55v33,0,58,-25,58,-56","k":{"7":11,"4":-2,"1":15}},"7":{"d":"186,-222v-45,54,-84,125,-85,222r-31,0v2,-91,41,-163,85,-214r-130,0r3,-26r158,0r0,18","k":{":":25,"7":10,"6":23,"4":38,"1":30,".":40}},"8":{"d":"107,5v-52,0,-94,-21,-94,-67v0,-27,19,-47,57,-62v-78,-27,-44,-121,36,-121v46,0,82,21,82,63v0,29,-22,44,-47,53v36,17,56,27,57,66v2,43,-43,68,-91,68xm109,-222v-43,0,-73,37,-40,65v9,8,22,14,38,18v26,-10,55,-14,55,-46v0,-24,-24,-37,-53,-37xm42,-61v0,57,127,59,127,1v0,-33,-33,-41,-66,-52v-41,10,-61,27,-61,51","k":{"7":12,"4":-3,"1":15}},"9":{"d":"193,-126v8,100,-89,172,-161,104v-4,-5,-7,-13,-11,-22r24,-9v13,41,79,46,101,6v11,-20,18,-45,18,-79v-17,26,-33,41,-70,43v-43,1,-79,-35,-79,-79v0,-45,37,-83,83,-83v67,0,90,52,95,119xm159,-165v0,-32,-26,-55,-58,-55v-33,-1,-57,24,-57,57v0,32,25,55,55,56v32,1,60,-27,60,-58","k":{"7":18,"4":2,"1":15}},":":{"d":"64,-40r0,40r-39,0r0,-40r39,0xm64,-178r0,40r-39,0r0,-40r39,0","w":89},";":{"d":"64,-178r0,39r-39,0r0,-39r39,0xm64,-40r0,36r-27,49r-14,0r20,-45r-18,0r0,-40r39,0","w":89},"<":{"d":"168,-204r0,27r-127,58r127,58r0,27r-156,-73r0,-24","w":180},"=":{"d":"22,-164r168,0r0,25r-168,0r0,-25xm22,-107r168,0r0,25r-168,0r0,-25"},">":{"d":"12,-34r0,-27r127,-58r-127,-58r0,-27r156,74r0,23","w":180},"?":{"d":"100,-35r0,35r-35,0r0,-35r35,0xm89,-245v44,-1,75,28,79,69v3,35,-46,61,-69,78v-6,7,-5,24,-5,38r-25,0v-16,-78,68,-62,68,-117v0,-26,-22,-45,-50,-43v-34,2,-47,18,-54,52r-26,-6v7,-44,34,-69,82,-71","w":181},"@":{"d":"70,-117v-6,-54,69,-95,100,-49r2,-17r24,0r-11,97v0,8,4,13,12,13v25,0,35,-34,35,-64v2,-51,-42,-87,-93,-86v-55,1,-103,47,-101,103v3,62,41,103,106,103v35,0,52,-8,79,-20r8,21v-93,51,-217,6,-217,-104v0,-69,57,-125,125,-125v63,0,116,47,115,108v-2,42,-21,85,-61,87v-14,0,-23,-8,-28,-22v-27,47,-103,11,-95,-45xm127,-73v41,1,56,-87,7,-90v-43,-2,-52,86,-7,90","w":268},"A":{"d":"192,0r-31,0r-24,-70r-89,0r-22,70r-25,0r78,-240r34,0xm130,-93r-37,-115r-37,115r74,0","w":198,"k":{"y":9,"w":9,"v":10,"u":7,"t":6,"q":4,"o":5,"e":5,"d":4,"c":4,"Y":22,"W":14,"V":16,"U":9,"T":24,"Q":10,"O":10,"G":10,"C":9,"-":-9}},"B":{"d":"153,-127v81,18,57,127,-28,127r-95,0r0,-240r95,0v76,-11,95,99,28,113xm173,-68v0,-51,-59,-48,-114,-46r0,88v51,-1,114,10,114,-42xm166,-178v0,-47,-60,-37,-107,-38r0,79v49,0,107,6,107,-41","w":217,"k":{"Y":6}},"C":{"d":"112,-21v37,0,52,-24,62,-60r27,6v-11,47,-36,80,-89,80v-67,0,-95,-59,-97,-127v-2,-69,36,-122,100,-123v45,0,73,26,86,77r-28,6v-11,-34,-21,-57,-59,-57v-47,0,-66,46,-66,101v0,50,21,97,64,97","w":208},"D":{"d":"218,-121v0,65,-36,120,-97,121r-91,0r0,-240r81,0v69,1,107,50,107,119xm188,-121v0,-72,-45,-105,-128,-94r0,190r49,0v55,0,79,-44,79,-96","w":232,"k":{"Y":13,"W":7,"V":9,"T":10,"A":8}},"E":{"d":"185,-26r0,26r-155,0r0,-240r152,0r0,26r-122,0r0,77r97,0r0,24r-97,0r0,87r125,0","w":197},"F":{"d":"60,0r-30,0r0,-240r147,0r0,26r-117,0r0,76r97,0r0,24r-97,0r0,114","w":182,"k":{"\u00f9":12,"\u00f5":7,"\u00a5":16,"\u00c1":16,"\u00fa":12,"\u00f3":7,"\u00e9":7,"\u00e1":7,"\u00c4":16,"o":7,"e":7,"a":7,"O":5,"A":16,".":32,"-":-4,",":32}},"G":{"d":"119,-20v39,0,63,-31,58,-76r-60,0r0,-25r91,0r0,124r-19,0r-8,-30v-17,20,-33,32,-67,32v-65,0,-99,-57,-99,-123v0,-97,93,-165,164,-104v12,10,20,27,26,47r-28,7v-7,-31,-27,-50,-60,-51v-50,-1,-70,48,-70,100v0,53,21,99,72,99","w":232,"k":{"Y":13,"A":-2}},"H":{"d":"201,0r-30,0r0,-114r-111,0r0,114r-30,0r0,-240r30,0r0,99r111,0r0,-99r30,0r0,240","w":231},"I":{"d":"60,0r-30,0r0,-240r30,0r0,240","w":90},"J":{"d":"0,-25v43,9,77,5,77,-48r0,-167r30,0r0,167v4,67,-46,89,-107,73r0,-25","w":134,"k":{"A":7}},"K":{"d":"220,0r-33,0r-72,-132r-55,68r0,64r-30,0r0,-240r30,0r0,139r109,-139r32,0r-65,84","w":226,"k":{"y":17,"u":12,"o":10,"e":10,"a":3,"O":13,"G":14,"C":13}},"L":{"d":"172,-26r0,26r-142,0r0,-240r31,0r0,214r111,0","w":176,"k":{"\u00c8":9,"\u00fd":16,"\u00dd":26,"\u00d3":8,"\u00d6":8,"y":16,"u":5,"Y":26,"W":18,"V":24,"T":23,"O":8,"C":9}},"M":{"d":"262,0r-29,0r0,-209r-78,209r-21,0r-78,-209r0,209r-26,0r0,-240r45,0r72,192r71,-192r44,0r0,240","w":291},"N":{"d":"207,0r-29,0r-124,-209r0,209r-24,0r0,-240r38,0r116,196r-1,-196r24,0r0,240","w":236},"O":{"d":"15,-118v-2,-70,36,-126,99,-127v62,-1,100,57,98,123v-1,68,-33,127,-98,127v-66,0,-98,-54,-99,-123xm181,-122v1,-53,-20,-98,-68,-98v-89,1,-91,201,1,200v46,-1,67,-50,67,-102","w":227,"k":{"Y":12,"W":6,"V":8,"T":8,"A":7}},"P":{"d":"193,-168v0,66,-61,77,-133,71r0,97r-30,0r0,-240r85,0v49,-1,78,26,78,72xm163,-168v0,-50,-51,-50,-103,-47r0,93v51,2,103,4,103,-46","w":201,"k":{"\u00a5":15,"\u00c1":15,"\u00c4":15,"o":4,"e":5,"a":1,"A":15,".":36,",":36}},"Q":{"d":"139,0v-4,33,31,36,60,29r0,24v-45,12,-85,-2,-84,-49v-71,-4,-98,-54,-100,-125v-1,-67,35,-121,100,-124v122,-6,132,223,24,245xm182,-120v0,-57,-18,-97,-68,-98v-51,-1,-66,48,-67,100v-1,52,20,97,65,97v50,0,70,-43,70,-99","w":229},"R":{"d":"125,-240v80,-9,101,110,31,129r47,111r-32,0r-44,-104r-69,0r0,104r-28,0r0,-240r95,0xm170,-173v0,-51,-62,-41,-112,-41r0,86v52,0,112,8,112,-45","w":220,"k":{"o":7,"e":7,"Y":7,"W":6,"V":5,"U":5,"T":2,"O":5,"G":5,"C":5,"-":-1}},"S":{"d":"190,-68v0,86,-139,94,-172,34v-5,-7,-9,-17,-14,-30r27,-6v5,58,124,71,128,5v-11,-71,-144,-20,-144,-114v0,-62,89,-84,135,-51v14,10,25,25,32,45r-27,7v-5,-49,-110,-60,-110,-3v0,40,52,37,84,47v40,12,61,32,61,66","w":204,"k":{"Y":9,"W":7,"V":6,"T":4,"A":1}},"T":{"d":"102,0r-30,0r0,-214r-68,0r0,-26r167,0r0,26r-69,0r0,214","w":174,"k":{"\u00fb":13,"\u00f9":15,"\u00f5":11,"\u00d5":8,"\u00a5":21,"\u00fd":2,"\u00d3":8,"\u00c1":21,"\u00fa":24,"\u00f4":5,"\u00f3":20,"\u00ed":-13,"\u00e9":22,"\u00e7":24,"\u00e1":21,"\u00d6":8,"\u00c4":21,"y":23,"w":25,"v":24,"u":26,"o":24,"g":23,"e":24,"c":24,"a":24,"Y":-15,"W":-10,"V":-13,"O":8,"C":7,"A":21}},"U":{"d":"110,-22v39,1,57,-21,57,-61r0,-157r25,0r0,157v1,57,-28,86,-83,88v-117,5,-76,-142,-83,-245r30,0r0,157v-2,42,17,60,54,61","w":218,"k":{"A":7}},"V":{"d":"192,-240r-81,240r-29,0r-81,-240r32,0r66,198r67,-198r26,0","w":193,"k":{"\u00f8":-1,"\u00f9":10,"\u00e0":-1,"\u00ea":14,"\u00ec":13,"\u00ef":13,"\u00b9":11,"\u00d5":8,"\u00a5":14,"\u00fd":-2,"\u00d4":8,"\u00d3":8,"\u00c1":14,"\u00fc":10,"\u00fa":10,"\u00f6":10,"\u00f4":9,"\u00f3":14,"\u00ed":-14,"\u00e9":14,"\u00e4":11,"\u00e1":12,"\u00d6":8,"\u00c4":14,"o":14,"e":14,"a":12,"T":-13,"S":1,"O":8,"C":8,"A":14}},"W":{"d":"287,-240r-57,240r-30,0r-53,-186r-49,186r-30,0r-61,-240r31,0r48,194r51,-194r24,0r55,194r45,-194r26,0","w":294,"k":{"\u00f8":1,"\u00f9":8,"\u00e0":1,"\u00ea":10,"\u00ec":10,"\u00ef":9,"\u00b9":10,"\u00d5":5,"\u00a5":10,"\u00fd":-2,"\u00d4":5,"\u00d3":5,"\u00c1":10,"\u00fc":10,"\u00fa":10,"\u00f6":9,"\u00f4":9,"\u00f3":9,"\u00ed":-11,"\u00e9":10,"\u00e4":10,"\u00e1":10,"\u00d6":5,"\u00c4":10,"u":10,"o":9,"e":10,"a":10,"T":-10,"S":2,"O":5,"C":5,"A":10}},"X":{"d":"177,-240r-68,110r77,130r-34,0r-60,-102r-63,102r-28,0r77,-124r-69,-116r34,0r52,89r54,-89r28,0","w":187},"Y":{"d":"187,-240r-80,139r0,101r-30,0r0,-101r-81,-139r36,0r63,110r65,-110r27,0","w":183,"k":{"u":16,"o":22,"e":22,"a":20,"T":-15,"S":3,"O":12,"C":11,"A":19}},"Z":{"d":"179,-26r0,26r-169,0r0,-26r130,-188r-124,0r0,-24r159,0r0,20r-132,192r136,0","w":187},"[":{"d":"86,60r-62,0r0,-300r62,0r0,18r-38,0r0,263r38,0r0,19","w":96},"\\":{"d":"157,60r-145,-300r24,0r144,300r-23,0","w":163},"]":{"d":"10,-240r63,0r0,300r-63,0r0,-18r39,0r0,-263r-39,0r0,-19","w":96},"^":{"d":"171,-131r-29,0r-52,-88r-52,88r-29,0r63,-110r36,0","w":180},"_":{"d":"0,24r180,0r0,24r-180,0r0,-24","w":180},"`":{"d":"33,-238r11,-21r69,40r-7,14","w":180},"a":{"d":"96,-182v94,-6,57,104,71,182r-28,0v-1,-7,-2,-17,-3,-32v-13,24,-29,36,-62,37v-36,1,-62,-20,-62,-54v0,-57,59,-65,124,-61v2,-39,-10,-50,-45,-51v-28,0,-44,11,-49,32r-25,-4v6,-38,36,-46,79,-49xm80,-17v36,0,63,-34,56,-72v-47,-4,-95,2,-95,41v0,20,17,31,39,31","w":190,"k":{"y":8,"w":8,"v":9}},"b":{"d":"106,5v-28,0,-42,-14,-55,-34r-10,29r-13,0r0,-240r27,0r0,92v13,-21,24,-34,53,-34v50,0,71,40,71,94v0,49,-29,94,-73,93xm103,-159v-40,1,-53,41,-48,89v2,30,20,52,48,52v33,0,48,-31,47,-68v0,-38,-11,-73,-47,-73","w":193,"k":{"y":5,"w":5,"v":6}},"c":{"d":"43,-90v0,38,12,71,45,72v24,0,39,-15,45,-44r25,4v-7,37,-30,63,-69,63v-50,0,-70,-41,-75,-93v-9,-97,129,-133,144,-32r-25,4v-4,-26,-18,-43,-43,-43v-34,0,-47,31,-47,69","w":167,"k":{"k":2,"h":2}},"d":{"d":"87,-182v28,0,38,11,52,29r0,-87r27,0r0,240r-25,0r0,-30v-13,23,-26,35,-56,35v-44,0,-71,-44,-71,-91v0,-52,25,-96,73,-96xm90,-18v40,0,53,-41,49,-91v-2,-32,-20,-51,-48,-51v-32,0,-47,33,-47,69v0,39,12,73,46,73","w":193},"e":{"d":"44,-86v-12,73,83,90,101,33r26,5v-11,31,-37,52,-76,53v-49,0,-81,-40,-81,-93v0,-84,105,-129,146,-58v9,15,13,36,13,60r-129,0xm143,-107v7,-58,-75,-72,-92,-23v-2,6,-4,14,-5,23r97,0","w":187,"k":{"y":6,"x":6,"w":6,"v":7,"t":2}},"f":{"d":"112,-220v-33,-9,-59,3,-54,42r43,0r0,22r-43,0r0,156r-26,0r0,-156r-31,0r0,-22r31,0v-3,-52,29,-76,80,-64r0,22","w":107,"k":{"\u00f9":3,"\u00e0":-3,"\u00b9":1,"\u00fd":-9,"\u00fc":3,"\u00fa":3,"\u00f3":6,"\u00ed":-16,"\u00e9":7,"\u00e1":1,"s":-2,"o":6,"e":7,"a":1}},"g":{"d":"124,-175v4,-23,20,-35,49,-30r0,22v-22,0,-31,2,-34,20v45,48,-6,120,-75,99v-9,-3,-20,9,-19,17v3,20,24,16,55,17v49,1,80,9,80,46v0,34,-30,51,-90,51v-44,0,-79,-11,-81,-47v0,-17,9,-28,27,-35v-25,-13,-21,-54,7,-60v-45,-32,-15,-108,44,-108v13,0,26,3,37,8xm128,-120v1,-23,-16,-41,-40,-41v-24,0,-39,18,-39,40v0,23,16,39,39,39v22,0,40,-16,40,-38xm153,18v0,-35,-64,-18,-98,-25v-12,7,-19,8,-19,24v0,41,117,40,117,1","w":176},"h":{"d":"110,-182v39,0,57,26,57,74r0,108r-28,0v-7,-58,23,-160,-34,-160v-64,0,-49,93,-50,160r-27,0r0,-240r27,0r0,95v13,-22,24,-37,55,-37","w":194,"k":{"\u00fd":8}},"i":{"d":"55,-178r0,178r-27,0r0,-178r27,0xm56,-240r0,31r-30,0r0,-31r30,0","w":82},"j":{"d":"-22,36v28,8,50,1,50,-31r0,-184r27,0r0,184v2,47,-31,64,-77,53r0,-22xm57,-240r0,31r-32,0r0,-31r32,0","w":82},"k":{"d":"174,0r-28,0r-52,-99r-39,44r0,55r-27,0r0,-240r27,0r0,154r83,-92r29,0r-55,63","w":180,"k":{"u":7,"o":9,"g":-5,"e":9,"a":4,".":-2,"-":3,",":-2}},"l":{"d":"55,0r-27,0r0,-240r27,0r0,240","w":82},"m":{"d":"212,-182v35,0,53,26,53,72r0,110r-26,0v-6,-58,22,-159,-35,-159v-26,0,-45,25,-45,59r0,100r-27,0v-7,-57,23,-159,-35,-159v-61,0,-40,96,-43,159r-26,0r0,-178r23,0r0,35v20,-53,94,-49,105,3v10,-24,28,-42,56,-42","w":293},"n":{"d":"109,-182v40,0,59,28,59,79r0,103r-26,0v-7,-58,23,-159,-38,-159v-28,0,-49,29,-49,62r0,97r-27,0r0,-178r25,0r0,33v14,-21,26,-37,56,-37","w":195},"o":{"d":"14,-90v0,-51,31,-92,79,-92v52,0,80,40,80,95v0,51,-33,92,-82,92v-50,1,-77,-44,-77,-95xm143,-89v0,-40,-14,-70,-50,-70v-35,0,-49,29,-49,70v0,43,13,71,49,71v35,0,50,-30,50,-71","w":187,"k":{"y":6,"w":5,"v":7,"t":2}},"p":{"d":"108,5v-30,0,-39,-12,-53,-32r0,87r-27,0r0,-238r24,0r0,35v13,-24,25,-39,56,-39v45,0,71,43,71,92v0,51,-25,94,-71,95xm102,-158v-43,0,-52,45,-47,94v2,24,25,46,47,46v35,0,46,-27,46,-70v0,-39,-13,-70,-46,-70","w":192,"k":{"\u00fd":5}},"q":{"d":"86,-182v31,1,40,11,55,33r10,-31r14,0r0,240r-27,0r0,-92v-34,74,-124,26,-124,-55v0,-50,24,-95,72,-95xm90,-19v36,0,51,-39,48,-84v-2,-33,-19,-57,-47,-57v-31,0,-47,34,-47,70v0,38,13,71,46,71","w":192,"k":{"u":4}},"r":{"d":"115,-156v-72,-4,-60,85,-60,156r-27,0r0,-178r24,0r0,42v14,-30,25,-50,63,-46r0,26","w":118,"k":{"\u00f5":5,"\u00ea":5,"\u00ef":4,"\u00f6":5,"\u00f4":5,"\u00f3":5,"\u00e9":5,"y":-11,"w":-9,"v":-10,"s":-4,"q":4,"o":5,"k":2,"h":2,"g":1,"e":5,"d":4,"c":4,".":20,"-":7,",":20}},"s":{"d":"142,-84v34,41,-5,94,-60,89v-40,-3,-71,-16,-78,-51r26,-6v5,40,92,49,97,5v-8,-50,-119,-12,-116,-83v1,-33,29,-52,66,-52v38,0,61,15,70,45r-25,5v-6,-33,-83,-40,-83,-1v0,40,82,24,103,49","w":166},"t":{"d":"108,-19r0,22v-46,8,-77,-5,-77,-52r0,-107r-31,0r0,-22r31,0r2,-44r25,-2r0,46r40,0r0,22r-40,0r0,112v-1,26,24,30,50,25","w":110,"k":{"\u00ea":6,"\u00b9":-2,"o":5,"e":6,"c":5,"a":-2}},"u":{"d":"89,-18v29,2,51,-28,51,-60r0,-100r27,0r0,178r-24,0r0,-34v-23,63,-115,45,-115,-30r0,-114r27,0v6,57,-22,156,34,160","w":194},"v":{"d":"158,-178r-61,178r-29,0r-64,-178r31,0r49,145r49,-145r25,0","w":162,"k":{"\u00f3":6,"\u00e9":7,"\u00e1":4,"o":6,"e":7,"c":6,"a":4,".":16,"-":-7,",":16}},"w":{"d":"232,-178r-51,178r-22,0r-40,-132r-36,132r-23,0r-53,-178r28,0r38,133r37,-133r20,0r40,133r40,-133r22,0","w":239,"k":{"o":5,"e":5,"c":5,"a":4,".":13,"-":-8,",":13}},"x":{"d":"151,0r-31,0r-46,-72r-46,72r-27,0r60,-92r-54,-86r32,0r38,61r38,-61r27,0r-52,80","w":152,"k":{"q":5,"o":6,"e":7,"a":2}},"y":{"d":"149,-178r-71,199v-10,30,-32,50,-73,39r0,-22v39,9,48,-7,58,-41r-61,-175r28,0r48,134r48,-134r23,0","w":149,"k":{"\u00e8":5,"o":5,"e":5,"a":2,";":-2,":":-3,".":15,"-":-8,",":16}},"z":{"d":"143,-21r0,21r-131,0r0,-21r94,-135r-87,0r0,-22r124,0r0,15r-98,142r98,0","w":152},"{":{"d":"61,-190v0,39,10,91,-22,100v31,10,22,60,22,99v0,25,9,33,33,32r0,19v-66,10,-58,-50,-57,-109v-1,-20,-5,-28,-21,-33r0,-17v54,-15,-23,-156,78,-141r0,19v-24,0,-33,6,-33,31","w":96},"|":{"d":"77,-240r27,0r0,300r-27,0r0,-300","w":180},"}":{"d":"36,10v0,-39,-11,-92,22,-100v-31,-10,-22,-60,-22,-99v0,-24,-9,-33,-33,-32r0,-19v66,-9,58,51,57,109v0,20,4,28,20,33r0,17v-33,5,-20,59,-20,94v0,37,-19,47,-57,47r0,-19v24,0,33,-7,33,-31","w":96},"~":{"d":"157,-212v-20,2,-73,-40,-95,-16v-10,11,-17,31,-29,8v14,-24,20,-38,50,-41v24,-2,71,40,94,16v9,-10,18,-29,30,-7v-13,23,-22,37,-50,40","w":239},"\u00c4":{"d":"192,0r-31,0r-24,-70r-89,0r-22,70r-25,0r78,-240r34,0xm130,-93r-37,-115r-37,115r74,0xm106,-286v-1,-9,9,-19,18,-18v9,-1,19,9,18,18v1,9,-9,19,-18,18v-9,1,-19,-9,-18,-18xm50,-286v-1,-10,9,-18,18,-18v9,0,18,8,18,18v0,10,-9,19,-18,18v-11,1,-18,-9,-18,-18","w":198,"k":{"T":24}},"\u00c7":{"d":"201,-75v-13,46,-33,78,-87,80r-4,14v19,-4,38,8,38,26v0,31,-49,33,-72,18r4,-12v16,9,46,12,48,-7v1,-13,-21,-14,-37,-13r9,-27v-58,-8,-84,-60,-85,-126v-1,-69,36,-122,100,-123v45,0,73,26,86,77r-28,6v-11,-34,-21,-57,-59,-57v-47,0,-66,46,-66,101v0,50,21,97,64,97v37,0,52,-23,62,-60","w":208},"\u00c9":{"d":"185,-26r0,26r-155,0r0,-240r152,0r0,26r-122,0r0,77r97,0r0,24r-97,0r0,87r125,0xm160,-294r-73,31r-8,-14r70,-38","w":197},"\u00d6":{"d":"15,-118v-2,-70,36,-126,99,-127v62,-1,100,57,98,123v-1,68,-33,127,-98,127v-66,0,-98,-54,-99,-123xm181,-122v1,-53,-20,-98,-68,-98v-89,1,-91,201,1,200v46,-1,67,-50,67,-102xm123,-286v-1,-9,9,-19,18,-18v9,-1,19,9,18,18v1,9,-9,19,-18,18v-9,1,-19,-9,-18,-18xm67,-286v-1,-10,9,-18,18,-18v9,0,18,8,18,18v0,10,-9,19,-18,18v-11,1,-18,-9,-18,-18","w":227},"\u00dc":{"d":"110,-22v39,1,57,-21,57,-61r0,-157r25,0r0,157v1,57,-28,86,-83,88v-117,5,-76,-142,-83,-245r30,0r0,157v-2,42,17,60,54,61xm120,-286v-1,-9,9,-19,18,-18v9,-1,19,9,18,18v1,9,-9,19,-18,18v-9,1,-19,-9,-18,-18xm81,-268v-15,0,-22,-20,-12,-30v11,-11,30,-3,31,12v0,9,-9,18,-19,18","w":218},"\u00e1":{"d":"96,-182v94,-6,57,104,71,182r-28,0v-1,-7,-2,-17,-3,-32v-13,24,-29,36,-62,37v-36,1,-62,-20,-62,-54v0,-57,59,-65,124,-61v2,-39,-10,-50,-45,-51v-28,0,-44,11,-49,32r-25,-4v6,-38,36,-46,79,-49xm80,-17v36,0,63,-34,56,-72v-47,-4,-95,2,-95,41v0,20,17,31,39,31xm146,-238r-73,33r-7,-14r70,-40","w":190},"\u00e2":{"d":"96,-182v94,-6,57,104,71,182r-28,0v-1,-7,-2,-17,-3,-32v-13,24,-29,36,-62,37v-36,1,-62,-20,-62,-54v0,-57,59,-65,124,-61v2,-39,-10,-50,-45,-51v-28,0,-44,11,-49,32r-25,-4v6,-38,36,-46,79,-49xm80,-17v36,0,63,-34,56,-72v-47,-4,-95,2,-95,41v0,20,17,31,39,31xm152,-210r-24,4r-34,-24r-32,24r-26,-4r59,-46","w":190},"\u00e4":{"d":"96,-182v94,-6,57,104,71,182r-28,0v-1,-7,-2,-17,-3,-32v-13,24,-29,36,-62,37v-36,1,-62,-20,-62,-54v0,-57,59,-65,124,-61v2,-39,-10,-50,-45,-51v-28,0,-44,11,-49,32r-25,-4v6,-38,36,-46,79,-49xm80,-17v36,0,63,-34,56,-72v-47,-4,-95,2,-95,41v0,20,17,31,39,31xm104,-230v-1,-9,9,-18,18,-18v9,0,18,9,18,18v0,10,-9,19,-18,19v-10,0,-19,-9,-18,-19xm48,-229v-1,-11,9,-18,18,-18v9,0,18,8,18,17v0,9,-9,20,-19,19v-10,1,-17,-9,-17,-18","w":190},"\u00e7":{"d":"158,-58v-8,37,-27,61,-69,63r-3,11v21,0,33,7,34,24v1,29,-43,30,-64,17r4,-11v15,7,40,12,43,-6v2,-12,-19,-13,-34,-12r8,-24v-42,-7,-58,-44,-63,-92v-10,-97,129,-133,144,-32r-25,4v-4,-26,-18,-43,-43,-43v-34,0,-47,31,-47,69v0,38,12,71,45,72v24,0,39,-15,45,-44","w":167},"\u00e9":{"d":"44,-86v-12,73,83,90,101,33r26,5v-11,31,-37,52,-76,53v-49,0,-81,-40,-81,-93v0,-84,105,-129,146,-58v9,15,13,36,13,60r-129,0xm143,-107v7,-58,-75,-72,-92,-23v-2,6,-4,14,-5,23r97,0xm149,-238r-73,33r-7,-14r70,-40","w":187},"\u00eb":{"d":"44,-86v-12,73,83,90,101,33r26,5v-11,31,-37,52,-76,53v-49,0,-81,-40,-81,-93v0,-84,105,-129,146,-58v9,15,13,36,13,60r-129,0xm143,-107v7,-58,-75,-72,-92,-23v-2,6,-4,14,-5,23r97,0xm105,-230v-1,-9,9,-18,18,-18v9,0,18,9,18,18v0,10,-9,19,-18,19v-10,0,-19,-9,-18,-19xm51,-229v-1,-11,9,-18,18,-18v9,-1,19,8,18,17v1,10,-8,20,-18,19v-11,1,-18,-9,-18,-18","w":187},"\u00ed":{"d":"55,-178r0,178r-27,0r0,-178r27,0xm88,-240r-59,35r-9,-14r57,-40","w":82,"k":{"v":2}},"\u00ee":{"d":"55,-178r0,178r-27,0r0,-178r27,0xm89,-210r-23,4r-25,-24r-23,24r-24,-4r48,-46","w":82},"\u00f3":{"d":"14,-90v0,-51,31,-92,79,-92v52,0,80,40,80,95v0,51,-33,92,-82,92v-50,1,-77,-44,-77,-95xm143,-89v0,-40,-14,-70,-50,-70v-35,0,-49,29,-49,70v0,43,13,71,49,71v35,0,50,-30,50,-71xm146,-238r-73,33r-8,-14r70,-40","w":187},"\u00f4":{"d":"14,-90v0,-51,31,-92,79,-92v52,0,80,40,80,95v0,51,-33,92,-82,92v-50,1,-77,-44,-77,-95xm143,-89v0,-40,-14,-70,-50,-70v-35,0,-49,29,-49,70v0,43,13,71,49,71v35,0,50,-30,50,-71xm152,-210r-25,4r-33,-24r-33,24r-26,-4r59,-46","w":187},"\u00f6":{"d":"14,-90v0,-51,31,-92,79,-92v52,0,80,40,80,95v0,51,-33,92,-82,92v-50,1,-77,-44,-77,-95xm143,-89v0,-40,-14,-70,-50,-70v-35,0,-49,29,-49,70v0,43,13,71,49,71v35,0,50,-30,50,-71xm103,-230v-1,-9,9,-18,18,-18v9,0,19,9,19,18v0,9,-10,19,-19,19v-10,0,-19,-9,-18,-19xm47,-229v-1,-11,9,-18,18,-18v9,0,19,7,18,17v1,10,-8,20,-18,19v-11,1,-18,-9,-18,-18","w":187},"\u00fa":{"d":"89,-18v29,2,51,-28,51,-60r0,-100r27,0r0,178r-24,0r0,-34v-23,63,-115,45,-115,-30r0,-114r27,0v6,57,-22,156,34,160xm153,-238r-73,33r-7,-14r69,-40","w":194},"\u00fc":{"d":"89,-18v29,2,51,-28,51,-60r0,-100r27,0r0,178r-24,0r0,-34v-23,63,-115,45,-115,-30r0,-114r27,0v6,57,-22,156,34,160xm107,-230v-1,-9,9,-18,18,-18v9,0,18,9,18,18v0,10,-9,19,-18,19v-10,0,-19,-9,-18,-19xm51,-229v-1,-11,9,-18,18,-18v9,0,18,8,18,17v0,10,-9,20,-19,19v-10,1,-17,-9,-17,-18","w":194},"\u2020":{"d":"93,-240r25,0r0,70r67,0r0,24r-67,0r0,206r-25,0r0,-206r-67,0r0,-24r67,0r0,-70"},"\u00b0":{"d":"58,-197v-1,-26,22,-49,48,-48v26,0,47,22,47,48v0,26,-22,47,-48,47v-25,0,-47,-22,-47,-47xm133,-197v0,-15,-12,-27,-27,-27v-16,0,-28,11,-28,27v0,14,13,27,27,27v16,0,28,-12,28,-27"},"\u00a7":{"d":"154,-50v68,30,23,121,-47,115v-41,-4,-71,-19,-83,-52r31,-5v11,45,104,46,104,-4v0,-55,-130,-27,-128,-95v2,-28,14,-38,34,-53v-52,-24,-26,-101,39,-101v38,0,63,18,73,47r-27,3v-6,-37,-87,-42,-87,1v0,60,119,24,119,96v0,25,-12,33,-28,48xm132,-57v19,-8,35,-34,16,-53v-15,-14,-41,-17,-62,-25v-25,13,-37,36,-18,55v12,12,43,18,64,23"},"\u2022":{"d":"70,-122v0,-26,24,-50,50,-50v27,0,50,23,50,50v0,27,-23,50,-50,50v-26,0,-50,-24,-50,-50","w":239},"\u00b6":{"d":"13,-180v0,-82,102,-56,178,-60r0,17r-24,0r0,283r-18,0r0,-283r-17,0r0,283r-18,0r0,-187v-57,2,-101,-3,-101,-53xm42,-183v0,40,32,40,72,39r0,-79v-42,-2,-72,1,-72,40"},"\u00df":{"d":"105,-229v-31,1,-50,24,-50,58r0,186r-27,0r0,-154r-19,0r0,-22r19,0v2,-55,24,-88,77,-91v34,-1,66,21,66,53v0,38,-44,47,-77,52v3,9,10,8,25,14v44,20,76,25,76,71v0,54,-56,82,-115,64r8,-21v57,26,107,-44,51,-72v-22,-12,-70,-23,-72,-49v1,-10,5,-25,19,-25v27,0,54,-13,55,-36v1,-18,-17,-28,-36,-28","w":204},"\u00ae":{"d":"139,-192v51,-8,67,66,22,78r29,66r-23,0r-28,-61r-39,0r0,61r-22,0r0,-144r61,0xm166,-152v0,-28,-38,-21,-66,-22r0,48v31,0,67,4,66,-26xm8,-120v-1,-67,58,-126,126,-124v66,2,122,53,122,124v0,69,-52,124,-124,124v-73,0,-122,-56,-124,-124xm238,-120v0,-56,-43,-105,-104,-106v-59,-2,-108,47,-108,106v0,56,50,106,106,106v56,0,106,-50,106,-106","w":264},"\u00a9":{"d":"91,-119v0,57,65,78,75,22v5,-1,16,1,21,4v-9,32,-28,48,-57,48v-40,0,-63,-33,-63,-76v0,-79,108,-105,120,-26v-7,0,-16,5,-21,3v-6,-19,-14,-33,-35,-33v-28,0,-40,26,-40,58xm8,-120v-1,-67,58,-126,126,-124v66,2,122,53,122,124v0,69,-52,124,-124,124v-73,0,-122,-56,-124,-124xm238,-120v0,-56,-43,-105,-104,-106v-59,-2,-108,47,-108,106v0,56,50,106,106,106v56,0,106,-50,106,-106","w":264},"\u2122":{"d":"63,-103r-22,0r0,-120r-41,0r0,-17r105,0r0,17r-42,0r0,120xm264,-103r-22,0r0,-109r-43,109r-15,0r-44,-109r0,109r-19,0r0,-137r30,0r42,104r41,-104r30,0r0,137","w":279},"\u00b4":{"d":"147,-238r-73,33r-7,-14r69,-40","w":180},"\u00a8":{"d":"99,-230v1,-22,36,-23,37,0v1,10,-9,19,-18,19v-10,0,-19,-10,-19,-19xm43,-229v0,-10,9,-18,19,-18v9,0,17,7,17,17v0,10,-8,20,-18,19v-10,1,-17,-9,-18,-18","w":180},"\u00b1":{"d":"22,-132r70,0r0,-74r27,0r0,74r71,0r0,24r-71,0r0,74r-27,0r0,-74r-70,0r0,-24xm22,-17r168,0r0,24r-168,0r0,-24"},"\u00b5":{"d":"136,-30v-11,41,-76,46,-93,8r0,82r-26,0r0,-232r26,0v4,63,-19,155,46,155v63,0,45,-91,47,-155r27,0r0,172r-27,0r0,-30","w":180},"\u00ac":{"d":"168,0r-27,0r0,-72r-129,0r0,-24r156,0r0,96","w":180},"\u00ab":{"d":"45,-42r-31,-52r31,-49r15,0r-18,49r18,52r-15,0xm91,-42r-31,-52r31,-49r16,0r-19,49r19,52r-16,0","w":123},"\u00bb":{"d":"79,-143r30,51r-30,50r-16,0r19,-50r-19,-51r16,0xm33,-143r30,51r-30,50r-16,0r19,-50r-19,-51r16,0","w":123},"\u0085":{"d":"64,-39r0,39r-39,0r0,-39r39,0xm153,-39r0,39r-38,0r0,-39r38,0xm243,-39r0,39r-39,0r0,-39r39,0","w":268},"\u2026":{"d":"64,-39r0,39r-39,0r0,-39r39,0xm153,-39r0,39r-38,0r0,-39r38,0xm243,-39r0,39r-39,0r0,-39r39,0","w":268},"\u2013":{"d":"176,-101r0,22r-140,0r0,-22r140,0"},"\u2014":{"d":"239,-101r0,22r-239,0r0,-22r239,0","w":238},"\u201c":{"d":"118,-240r-21,44r16,0r0,32r-35,0r0,-32r28,-44r12,0xm65,-240r-20,44r15,0r0,32r-35,0r0,-32r27,-44r13,0","w":143},"\u201d":{"d":"119,-240v4,39,-16,54,-27,77r-13,0r20,-42r-15,0r0,-35r35,0xm67,-240r0,30r-29,47r-13,0r21,-42r-15,0r0,-35r36,0","w":144},"\u2018":{"d":"25,-162r0,-36r24,-42r12,0r-17,42r17,0r0,36r-36,0","w":86},"\u2019":{"d":"61,-240r0,36r-23,42r-13,0r18,-42r-18,0r0,-36r36,0","w":86},"\u00f7":{"d":"89,-68v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17xm105,-158v-22,0,-19,-33,0,-33v10,0,18,6,18,16v0,10,-8,17,-18,17xm22,-132r168,0r0,24r-168,0r0,-24"},"\u00a4":{"d":"172,-63v-28,24,-75,23,-103,0r-35,34r-16,-16r35,-34v-25,-32,-24,-72,-1,-102r-34,-35r16,-16r34,35v28,-24,74,-25,103,-1r35,-34r16,16r-34,35v23,28,23,73,0,101r35,35r-16,16xm181,-130v0,-33,-28,-61,-61,-61v-33,0,-61,28,-61,61v0,33,28,61,61,61v33,0,61,-28,61,-61","w":239},"\u2039":{"d":"45,-42r-31,-52r31,-49r15,0r-18,49r18,52r-15,0","w":77},"\u203a":{"d":"33,-143r30,51r-30,50r-16,0r19,-50r-19,-51r16,0","w":77},"\u2021":{"d":"93,-240r25,0r0,70r67,0r0,24r-67,0r0,110r67,0r0,24r-67,0r0,72r-25,0r0,-72r-67,0r0,-24r67,0r0,-110r-67,0r0,-24r67,0r0,-70"},"\u00b7":{"d":"64,-111r0,39r-39,0r0,-39r39,0","w":89},"\u2219":{"d":"64,-111r0,39r-39,0r0,-39r39,0","w":89},"\u201a":{"d":"61,-36r0,36r-23,42r-13,0r18,-42r-18,0r0,-36r36,0","w":86},"\u201e":{"d":"119,-35v4,39,-16,54,-27,77r-13,0r20,-42r-15,0r0,-35r35,0xm67,-35r0,30r-29,47r-13,0r21,-42r-15,0r0,-35r36,0","w":144},"\u2030":{"d":"13,-180v0,-35,18,-61,50,-62v32,0,49,30,49,63v1,32,-18,61,-49,61v-32,0,-50,-29,-50,-62xm63,-131v41,-1,40,-97,0,-98v-24,0,-31,23,-31,49v-1,26,9,49,31,49xm68,0r-22,0r145,-240r22,0xm147,-60v0,-35,18,-61,50,-62v32,0,49,30,49,63v1,32,-18,61,-49,61v-32,0,-50,-29,-50,-62xm197,-11v41,-1,40,-97,0,-98v-24,0,-31,23,-31,49v-1,26,9,49,31,49xm270,-60v0,-36,18,-62,50,-62v32,0,49,30,49,63v1,32,-18,61,-49,61v-32,0,-50,-29,-50,-62xm320,-11v42,-1,40,-98,-1,-98v-41,1,-43,98,1,98","w":381},"\u00c2":{"d":"192,0r-31,0r-24,-70r-89,0r-22,70r-25,0r78,-240r34,0xm130,-93r-37,-115r-37,115r74,0xm155,-268r-25,4r-34,-21r-32,21r-26,-4r59,-43","w":198},"\u00c1":{"d":"192,0r-31,0r-24,-70r-89,0r-22,70r-25,0r78,-240r34,0xm130,-93r-37,-115r-37,115r74,0xm153,-294r-72,31r-8,-14r70,-38","w":198,"k":{"T":24}},"\u00cb":{"d":"185,-26r0,26r-155,0r0,-240r152,0r0,26r-122,0r0,77r97,0r0,24r-97,0r0,87r125,0xm116,-286v-1,-9,9,-19,18,-18v9,-1,19,9,18,18v1,9,-9,19,-18,18v-9,1,-19,-9,-18,-18xm60,-286v-1,-10,9,-17,18,-18v9,0,18,9,18,18v0,10,-9,19,-18,18v-11,1,-18,-9,-18,-18","w":197},"\u00cd":{"d":"60,0r-30,0r0,-240r30,0r0,240xm95,-294r-66,31r-7,-14r62,-38","w":90},"\u00ce":{"d":"60,0r-30,0r0,-240r30,0r0,240xm96,-268r-24,4r-27,-21r-27,21r-24,-4r51,-43","w":90},"\u00d3":{"d":"15,-118v-2,-70,36,-126,99,-127v62,-1,100,57,98,123v-1,68,-33,127,-98,127v-66,0,-98,-54,-99,-123xm181,-122v1,-53,-20,-98,-68,-98v-89,1,-91,201,1,200v46,-1,67,-50,67,-102xm168,-294r-73,31r-7,-14r69,-38","w":227},"\u00d4":{"d":"15,-118v-2,-70,36,-126,99,-127v62,-1,100,57,98,123v-1,68,-33,127,-98,127v-66,0,-98,-54,-99,-123xm181,-122v1,-53,-20,-98,-68,-98v-89,1,-91,201,1,200v46,-1,67,-50,67,-102xm172,-268r-25,4r-34,-21r-32,21r-26,-4r59,-43","w":227},"\u00da":{"d":"110,-22v39,1,57,-21,57,-61r0,-157r25,0r0,157v1,57,-28,86,-83,88v-117,5,-76,-142,-83,-245r30,0r0,157v-2,42,17,60,54,61xm167,-294r-73,31r-7,-14r69,-38","w":218},"\u00a2":{"d":"90,-229v21,0,29,-7,33,-24r20,0v-2,44,-58,57,-89,34v-9,-6,-14,-19,-17,-34r20,0v4,17,12,24,33,24","w":180},"\u02d8":{"d":"90,-229v21,0,29,-7,33,-24r20,0v-2,44,-58,57,-89,34v-9,-6,-14,-19,-17,-34r20,0v4,17,12,24,33,24","w":180},"\u00ff":{"d":"71,-230v1,-22,36,-23,37,0v1,10,-9,19,-18,19v-10,0,-19,-10,-19,-19","w":180},"\u02d9":{"d":"71,-230v1,-22,36,-23,37,0v1,10,-9,19,-18,19v-10,0,-19,-10,-19,-19","w":180},"\u00b8":{"d":"58,46v15,7,40,12,43,-6v1,-12,-18,-13,-33,-12r9,-28r12,0r-5,16v21,0,35,8,35,24v0,29,-44,30,-65,17","w":180},"\u00bd":{"d":"114,-240r-57,35r-9,-14r53,-40xm171,-240r-57,35r-8,-14r53,-40","w":180},"\u02dd":{"d":"114,-240r-57,35r-9,-14r53,-40xm171,-240r-57,35r-8,-14r53,-40","w":180},"\u00b2":{"d":"176,49v-21,11,-59,8,-59,-19v0,-14,16,-33,43,-30v-19,7,-36,38,-2,40v4,0,9,-1,15,-2","w":180},"\u02db":{"d":"176,49v-21,11,-59,8,-59,-19v0,-14,16,-33,43,-30v-19,7,-36,38,-2,40v4,0,9,-1,15,-2","w":180},"\u00a1":{"d":"32,-250r24,-3r34,23r32,-23r26,3r-59,46","w":180},"\u02c7":{"d":"32,-250r24,-3r34,23r32,-23r26,3r-59,46","w":180},"\u00a3":{"d":"172,-26r0,26r-141,0r0,-93r-24,23r0,-29r24,-22r0,-119r30,0r0,100r46,-41r0,28r-46,41r0,86r111,0","w":176,"k":{"w":14,"v":17,"W":18,"V":24,"T":23,"O":8}},"\u0141":{"d":"172,-26r0,26r-141,0r0,-93r-24,23r0,-29r24,-22r0,-119r30,0r0,100r46,-41r0,28r-46,41r0,86r111,0","w":176},"\u00b3":{"d":"56,0r-29,0r0,-104r-23,22r0,-26r23,-23r0,-109r29,0r0,93r23,-22r0,27r-23,22r0,120","w":82},"\u0142":{"d":"56,0r-29,0r0,-104r-23,22r0,-26r23,-23r0,-109r29,0r0,93r23,-22r0,27r-23,22r0,120","w":82},"\u0160":{"d":"190,-68v0,86,-139,94,-172,34v-5,-7,-9,-17,-14,-30r27,-6v5,58,124,71,128,5v-11,-71,-144,-20,-144,-114v0,-62,89,-84,135,-51v14,10,25,25,32,45r-27,7v-5,-49,-110,-60,-110,-3v0,40,52,37,84,47v40,12,61,32,61,66xm40,-305r25,-3r33,21r33,-21r25,3r-58,43","w":204},"\u0161":{"d":"142,-84v34,41,-5,94,-60,89v-40,-3,-71,-16,-78,-51r26,-6v5,40,92,49,97,5v-8,-50,-119,-12,-116,-83v1,-33,29,-52,66,-52v38,0,61,15,70,45r-25,5v-6,-33,-83,-40,-83,-1v0,40,82,24,103,49xm21,-250r25,-3r33,23r32,-23r26,3r-58,46","w":166},"\u017d":{"d":"179,-26r0,26r-169,0r0,-26r130,-188r-124,0r0,-24r159,0r0,20r-132,192r136,0xm37,-305r25,-3r34,21r32,-21r26,3r-59,43","w":187},"\u017e":{"d":"143,-21r0,21r-131,0r0,-21r94,-135r-87,0r0,-22r124,0r0,15r-98,142r98,0xm23,-250r24,-3r34,23r32,-23r26,3r-58,46","w":152},"\u00a6":{"d":"77,-240r27,0r0,120r-27,0r0,-120xm77,-55r27,0r0,115r-27,0r0,-115","w":180},"\u00d0":{"d":"218,-121v1,66,-37,120,-98,121r-90,0r0,-115r-24,0r0,-24r24,0r0,-101r81,0v69,1,106,50,107,119xm188,-121v0,-72,-45,-105,-128,-94r0,76r58,0r0,24r-58,0r0,90r49,0v55,0,79,-43,79,-96","w":232},"\u0110":{"d":"218,-121v1,66,-37,120,-98,121r-90,0r0,-115r-24,0r0,-24r24,0r0,-101r81,0v69,1,106,50,107,119xm188,-121v0,-72,-45,-105,-128,-94r0,76r58,0r0,24r-58,0r0,90r49,0v55,0,79,-43,79,-96","w":232},"\u00dd":{"d":"187,-240r-80,139r0,101r-30,0r0,-101r-81,-139r36,0r63,110r65,-110r27,0xm150,-294r-73,31r-7,-14r69,-38","w":183,"k":{"J":22,".":24,"-":11,",":25}},"\u00fd":{"d":"149,-178r-71,199v-10,30,-32,50,-73,39r0,-22v39,9,48,-7,58,-41r-61,-175r28,0r48,134r48,-134r23,0xm135,-238r-73,33r-7,-14r69,-40","w":149,"k":{"\u00e8":5,".":15,",":16}},"\u00ad":{"d":"22,-132r168,0r0,24r-168,0r0,-24"},"\u00d7":{"d":"160,-49r-54,-54r-55,54r-17,-17r54,-54r-54,-55r17,-17r55,55r54,-55r17,17r-54,55r54,54"},"\u00aa":{"d":"190,-68v0,51,-39,74,-93,73r-5,14v20,-4,39,8,39,26v-1,30,-48,34,-72,18r4,-12v15,9,46,12,47,-7v1,-14,-20,-16,-37,-13r10,-27v-43,-7,-67,-29,-79,-68r27,-6v5,58,124,71,128,5v-11,-71,-144,-20,-144,-114v0,-62,89,-84,135,-51v14,10,25,25,32,45r-27,7v-5,-49,-110,-60,-110,-3v0,40,52,37,84,47v40,12,61,32,61,66","w":204},"\u015e":{"d":"190,-68v0,51,-39,74,-93,73r-5,14v20,-4,39,8,39,26v-1,30,-48,34,-72,18r4,-12v15,9,46,12,47,-7v1,-14,-20,-16,-37,-13r10,-27v-43,-7,-67,-29,-79,-68r27,-6v5,58,124,71,128,5v-11,-71,-144,-20,-144,-114v0,-62,89,-84,135,-51v14,10,25,25,32,45r-27,7v-5,-49,-110,-60,-110,-3v0,40,52,37,84,47v40,12,61,32,61,66","w":204},"\u00ba":{"d":"54,46v15,7,40,12,43,-6v2,-12,-19,-13,-34,-12r9,-24v-37,-5,-60,-17,-68,-50r26,-6v5,40,92,49,97,5v-8,-50,-119,-12,-116,-83v1,-33,29,-52,66,-52v38,0,61,15,70,45r-25,5v-6,-33,-83,-40,-83,-1v0,40,82,24,103,49v33,41,-4,96,-59,89r-3,11v21,0,35,8,35,24v0,29,-44,30,-65,17","w":166},"\u015f":{"d":"54,46v15,7,40,12,43,-6v2,-12,-19,-13,-34,-12r9,-24v-37,-5,-60,-17,-68,-50r26,-6v5,40,92,49,97,5v-8,-50,-119,-12,-116,-83v1,-33,29,-52,66,-52v38,0,61,15,70,45r-25,5v-6,-33,-83,-40,-83,-1v0,40,82,24,103,49v33,41,-4,96,-59,89r-3,11v21,0,35,8,35,24v0,29,-44,30,-65,17","w":166},"\u00c6":{"d":"112,-21v37,0,52,-24,62,-60r27,6v-11,47,-36,80,-89,80v-67,0,-95,-59,-97,-127v-2,-69,36,-122,100,-123v45,0,73,26,86,77r-28,6v-11,-34,-21,-57,-59,-57v-47,0,-66,46,-66,101v0,50,21,97,64,97xm170,-294r-73,31r-8,-14r70,-38","w":208},"\u0106":{"d":"112,-21v37,0,52,-24,62,-60r27,6v-11,47,-36,80,-89,80v-67,0,-95,-59,-97,-127v-2,-69,36,-122,100,-123v45,0,73,26,86,77r-28,6v-11,-34,-21,-57,-59,-57v-47,0,-66,46,-66,101v0,50,21,97,64,97xm170,-294r-73,31r-8,-14r70,-38","w":208},"\u00e6":{"d":"43,-90v0,38,12,71,45,72v24,0,39,-15,45,-44r25,4v-7,37,-30,63,-69,63v-50,0,-70,-41,-75,-93v-9,-97,129,-133,144,-32r-25,4v-4,-26,-18,-43,-43,-43v-34,0,-47,31,-47,69xm143,-238r-73,33r-8,-14r70,-40","w":167},"\u0107":{"d":"43,-90v0,38,12,71,45,72v24,0,39,-15,45,-44r25,4v-7,37,-30,63,-69,63v-50,0,-70,-41,-75,-93v-9,-97,129,-133,144,-32r-25,4v-4,-26,-18,-43,-43,-43v-34,0,-47,31,-47,69xm143,-238r-73,33r-8,-14r70,-40","w":167},"\u00c8":{"d":"112,-21v37,0,52,-24,62,-60r27,6v-11,47,-36,80,-89,80v-67,0,-95,-59,-97,-127v-2,-69,36,-122,100,-123v45,0,73,26,86,77r-28,6v-11,-34,-21,-57,-59,-57v-47,0,-66,46,-66,101v0,50,21,97,64,97xm56,-305r25,-3r33,21r33,-21r25,3r-58,43","w":208},"\u010c":{"d":"112,-21v37,0,52,-24,62,-60r27,6v-11,47,-36,80,-89,80v-67,0,-95,-59,-97,-127v-2,-69,36,-122,100,-123v45,0,73,26,86,77r-28,6v-11,-34,-21,-57,-59,-57v-47,0,-66,46,-66,101v0,50,21,97,64,97xm56,-305r25,-3r33,21r33,-21r25,3r-58,43","w":208},"\u00e8":{"d":"43,-90v0,38,12,71,45,72v24,0,39,-15,45,-44r25,4v-7,37,-30,63,-69,63v-50,0,-70,-41,-75,-93v-9,-97,129,-133,144,-32r-25,4v-4,-26,-18,-43,-43,-43v-34,0,-47,31,-47,69xm31,-250r25,-3r33,23r33,-23r25,3r-58,46","w":167},"\u010d":{"d":"43,-90v0,38,12,71,45,72v24,0,39,-15,45,-44r25,4v-7,37,-30,63,-69,63v-50,0,-70,-41,-75,-93v-9,-97,129,-133,144,-32r-25,4v-4,-26,-18,-43,-43,-43v-34,0,-47,31,-47,69xm31,-250r25,-3r33,23r33,-23r25,3r-58,46","w":167},"\u00f0":{"d":"88,-182v27,1,37,10,51,29r0,-46r-51,0r0,-20r51,0r0,-21r27,0r0,21r25,0r0,20r-25,0r0,199r-25,0r0,-30v-13,23,-26,35,-56,35v-44,0,-71,-44,-71,-91v0,-52,25,-96,74,-96xm90,-18v41,0,53,-41,49,-91v-2,-32,-19,-51,-48,-51v-33,0,-47,33,-47,69v0,39,11,73,46,73","w":193},"\u0111":{"d":"88,-182v27,1,37,10,51,29r0,-46r-51,0r0,-20r51,0r0,-21r27,0r0,21r25,0r0,20r-25,0r0,199r-25,0r0,-30v-13,23,-26,35,-56,35v-44,0,-71,-44,-71,-91v0,-52,25,-96,74,-96xm90,-18v41,0,53,-41,49,-91v-2,-32,-19,-51,-48,-51v-33,0,-47,33,-47,69v0,39,11,73,46,73","w":193},"\u00c3":{"d":"192,0r-31,0r-24,-70r-89,0r-22,70r-25,0r78,-240r34,0xm130,-93r-37,-115r-37,115r74,0xm64,-308v2,30,63,30,65,0r20,0v-5,28,-22,43,-52,43v-30,0,-48,-15,-53,-43r20,0","w":198},"\u0102":{"d":"192,0r-31,0r-24,-70r-89,0r-22,70r-25,0r78,-240r34,0xm130,-93r-37,-115r-37,115r74,0xm64,-308v2,30,63,30,65,0r20,0v-5,28,-22,43,-52,43v-30,0,-48,-15,-53,-43r20,0","w":198},"\u00a5":{"d":"207,54v-22,12,-62,8,-61,-21v0,-14,9,-25,28,-33r-13,0r-24,-70r-89,0r-22,70r-25,0r78,-240r34,0r79,240v-14,9,-22,12,-24,28v-1,17,20,19,36,14xm130,-93r-37,-115r-37,115r74,0","w":198,"k":{"T":24}},"\u0104":{"d":"207,54v-22,12,-62,8,-61,-21v0,-14,9,-25,28,-33r-13,0r-24,-70r-89,0r-22,70r-25,0r78,-240r34,0r79,240v-14,9,-22,12,-24,28v-1,17,20,19,36,14xm130,-93r-37,-115r-37,115r74,0","w":198},"\u00cf":{"d":"218,-121v0,65,-36,120,-97,121r-91,0r0,-240r81,0v69,1,107,50,107,119xm188,-121v0,-72,-45,-105,-128,-94r0,190r49,0v55,0,79,-44,79,-96xm51,-305r25,-3r33,21r33,-21r26,3r-59,43","w":232},"\u010e":{"d":"218,-121v0,65,-36,120,-97,121r-91,0r0,-240r81,0v69,1,107,50,107,119xm188,-121v0,-72,-45,-105,-128,-94r0,190r49,0v55,0,79,-44,79,-96xm51,-305r25,-3r33,21r33,-21r26,3r-59,43","w":232},"\u00cc":{"d":"185,-26r0,26r-155,0r0,-240r152,0r0,26r-122,0r0,77r97,0r0,24r-97,0r0,87r125,0xm48,-305r25,-3r34,21r32,-21r26,3r-59,43","w":197},"\u011a":{"d":"185,-26r0,26r-155,0r0,-240r152,0r0,26r-122,0r0,77r97,0r0,24r-97,0r0,87r125,0xm48,-305r25,-3r34,21r32,-21r26,3r-59,43","w":197},"\u00ca":{"d":"200,54v-22,12,-61,7,-60,-21v0,-14,10,-25,28,-33r-138,0r0,-240r152,0r0,26r-122,0r0,77r97,0r0,24r-97,0r0,87r125,0r0,26v-14,9,-21,12,-23,28v-1,16,20,19,35,14","w":197},"\u0118":{"d":"200,54v-22,12,-61,7,-60,-21v0,-14,10,-25,28,-33r-138,0r0,-240r152,0r0,26r-122,0r0,77r97,0r0,24r-97,0r0,87r125,0r0,26v-14,9,-21,12,-23,28v-1,16,20,19,35,14","w":197},"\u00c5":{"d":"172,-26r0,26r-142,0r0,-240r31,0r0,214r111,0xm105,-294r-73,31r-7,-14r69,-38","w":176},"\u0139":{"d":"172,-26r0,26r-142,0r0,-240r31,0r0,214r111,0xm105,-294r-73,31r-7,-14r69,-38","w":176},"\u00bc":{"d":"172,-26r0,26r-142,0r0,-240r31,0r0,214r111,0xm109,-240r30,0r-27,67r-14,0","w":176,"k":{"v":17,"V":4,"T":5,"O":8}},"\u013d":{"d":"172,-26r0,26r-142,0r0,-240r31,0r0,214r111,0xm109,-240r30,0r-27,67r-14,0","w":176},"\u00d1":{"d":"207,0r-29,0r-124,-209r0,209r-24,0r0,-240r38,0r116,196r-1,-196r24,0r0,240xm175,-294r-73,31r-8,-14r70,-38","w":236},"\u0143":{"d":"207,0r-29,0r-124,-209r0,209r-24,0r0,-240r38,0r116,196r-1,-196r24,0r0,240xm175,-294r-73,31r-8,-14r70,-38","w":236},"\u00d2":{"d":"207,0r-29,0r-124,-209r0,209r-24,0r0,-240r38,0r116,196r-1,-196r24,0r0,240xm60,-305r25,-3r33,21r33,-21r26,3r-59,43","w":236},"\u0147":{"d":"207,0r-29,0r-124,-209r0,209r-24,0r0,-240r38,0r116,196r-1,-196r24,0r0,240xm60,-305r25,-3r33,21r33,-21r26,3r-59,43","w":236},"\u00d5":{"d":"15,-118v-2,-70,36,-126,99,-127v62,-1,100,57,98,123v-1,68,-33,127,-98,127v-66,0,-98,-54,-99,-123xm181,-122v1,-53,-20,-98,-68,-98v-89,1,-91,201,1,200v46,-1,67,-50,67,-102xm133,-295r-57,32r-8,-14r53,-38xm193,-295r-57,32r-9,-14r54,-38","w":227},"\u0150":{"d":"15,-118v-2,-70,36,-126,99,-127v62,-1,100,57,98,123v-1,68,-33,127,-98,127v-66,0,-98,-54,-99,-123xm181,-122v1,-53,-20,-98,-68,-98v-89,1,-91,201,1,200v46,-1,67,-50,67,-102xm133,-295r-57,32r-8,-14r53,-38xm193,-295r-57,32r-9,-14r54,-38","w":227},"\u00c0":{"d":"125,-240v80,-9,101,110,31,129r47,111r-32,0r-44,-104r-69,0r0,104r-28,0r0,-240r95,0xm170,-173v0,-51,-62,-41,-112,-41r0,86v52,0,112,8,112,-45xm160,-294r-73,31r-7,-14r69,-38","w":220},"\u0154":{"d":"125,-240v80,-9,101,110,31,129r47,111r-32,0r-44,-104r-69,0r0,104r-28,0r0,-240r95,0xm170,-173v0,-51,-62,-41,-112,-41r0,86v52,0,112,8,112,-45xm160,-294r-73,31r-7,-14r69,-38","w":220},"\u00d8":{"d":"125,-240v80,-9,101,110,31,129r47,111r-32,0r-44,-104r-69,0r0,104r-28,0r0,-240r95,0xm170,-173v0,-51,-62,-41,-112,-41r0,86v52,0,112,8,112,-45xm46,-305r25,-3r34,21r32,-21r26,3r-59,43","w":220},"\u0158":{"d":"125,-240v80,-9,101,110,31,129r47,111r-32,0r-44,-104r-69,0r0,104r-28,0r0,-240r95,0xm170,-173v0,-51,-62,-41,-112,-41r0,86v52,0,112,8,112,-45xm46,-305r25,-3r34,21r32,-21r26,3r-59,43","w":220},"\u015a":{"d":"190,-68v0,86,-139,94,-172,34v-5,-7,-9,-17,-14,-30r27,-6v5,58,124,71,128,5v-11,-71,-144,-20,-144,-114v0,-62,89,-84,135,-51v14,10,25,25,32,45r-27,7v-5,-49,-110,-60,-110,-3v0,40,52,37,84,47v40,12,61,32,61,66xm154,-294r-73,31r-8,-14r70,-38","w":204},"\u0152":{"d":"190,-68v0,86,-139,94,-172,34v-5,-7,-9,-17,-14,-30r27,-6v5,58,124,71,128,5v-11,-71,-144,-20,-144,-114v0,-62,89,-84,135,-51v14,10,25,25,32,45r-27,7v-5,-49,-110,-60,-110,-3v0,40,52,37,84,47v40,12,61,32,61,66xm154,-294r-73,31r-8,-14r70,-38","w":204},"\u0164":{"d":"102,0r-30,0r0,-214r-68,0r0,-26r167,0r0,26r-69,0r0,214xm29,-305r25,-3r33,21r33,-21r26,3r-59,43","w":174},"\u00d9":{"d":"110,-22v39,1,57,-21,57,-61r0,-157r25,0r0,157v1,57,-28,86,-83,88v-117,5,-76,-142,-83,-245r30,0r0,157v-2,42,17,60,54,61xm79,-287v-1,-18,14,-33,32,-32v17,0,31,14,31,32v0,16,-15,31,-31,31v-18,0,-32,-13,-32,-31xm126,-287v0,-8,-7,-16,-15,-16v-10,0,-17,6,-17,16v0,8,9,16,17,16v8,0,15,-8,15,-16","w":218},"\u016e":{"d":"110,-22v39,1,57,-21,57,-61r0,-157r25,0r0,157v1,57,-28,86,-83,88v-117,5,-76,-142,-83,-245r30,0r0,157v-2,42,17,60,54,61xm79,-287v-1,-18,14,-33,32,-32v17,0,31,14,31,32v0,16,-15,31,-31,31v-18,0,-32,-13,-32,-31xm126,-287v0,-8,-7,-16,-15,-16v-10,0,-17,6,-17,16v0,8,9,16,17,16v8,0,15,-8,15,-16","w":218},"\u00db":{"d":"110,-22v39,1,57,-21,57,-61r0,-157r25,0r0,157v1,57,-28,86,-83,88v-117,5,-76,-142,-83,-245r30,0r0,157v-2,42,17,60,54,61xm130,-295r-57,32r-9,-14r54,-38xm190,-295r-57,32r-9,-14r54,-38","w":218},"\u0170":{"d":"110,-22v39,1,57,-21,57,-61r0,-157r25,0r0,157v1,57,-28,86,-83,88v-117,5,-76,-142,-83,-245r30,0r0,157v-2,42,17,60,54,61xm130,-295r-57,32r-9,-14r54,-38xm190,-295r-57,32r-9,-14r54,-38","w":218},"\u0179":{"d":"179,-26r0,26r-169,0r0,-26r130,-188r-124,0r0,-24r159,0r0,20r-132,192r136,0xm153,-294r-73,31r-7,-14r69,-38","w":187},"\u00af":{"d":"179,-26r0,26r-169,0r0,-26r130,-188r-124,0r0,-24r159,0r0,20r-132,192r136,0xm76,-287v0,-9,9,-19,19,-18v10,-1,20,8,19,18v1,10,-9,20,-19,19v-10,1,-19,-10,-19,-19","w":187},"\u017b":{"d":"179,-26r0,26r-169,0r0,-26r130,-188r-124,0r0,-24r159,0r0,20r-132,192r136,0xm76,-287v0,-9,9,-19,19,-18v10,-1,20,8,19,18v1,10,-9,20,-19,19v-10,1,-19,-10,-19,-19","w":187},"\u00de":{"d":"102,0r-30,0r0,-214r-68,0r0,-26r167,0r0,26r-69,0r0,214xm72,19r30,0r-27,67r-15,0","w":174},"\u0162":{"d":"102,0r-30,0r0,-214r-68,0r0,-26r167,0r0,26r-69,0r0,214xm72,19r30,0r-27,67r-15,0","w":174},"\u00e3":{"d":"96,-182v94,-6,57,104,71,182r-28,0v-1,-7,-2,-17,-3,-32v-13,24,-29,36,-62,37v-36,1,-62,-20,-62,-54v0,-57,59,-65,124,-61v2,-39,-10,-50,-45,-51v-28,0,-44,11,-49,32r-25,-4v6,-38,36,-46,79,-49xm80,-17v36,0,63,-34,56,-72v-47,-4,-95,2,-95,41v0,20,17,31,39,31xm94,-229v21,0,29,-7,33,-24r20,0v-2,44,-58,57,-89,34v-9,-6,-13,-19,-16,-34r20,0v4,17,11,25,32,24","w":190},"\u0103":{"d":"96,-182v94,-6,57,104,71,182r-28,0v-1,-7,-2,-17,-3,-32v-13,24,-29,36,-62,37v-36,1,-62,-20,-62,-54v0,-57,59,-65,124,-61v2,-39,-10,-50,-45,-51v-28,0,-44,11,-49,32r-25,-4v6,-38,36,-46,79,-49xm80,-17v36,0,63,-34,56,-72v-47,-4,-95,2,-95,41v0,20,17,31,39,31xm94,-229v21,0,29,-7,33,-24r20,0v-2,44,-58,57,-89,34v-9,-6,-13,-19,-16,-34r20,0v4,17,11,25,32,24","w":190},"\u00b9":{"d":"183,49v-21,11,-60,8,-59,-19v0,-13,8,-22,26,-30r-11,0v-1,-7,-2,-17,-3,-32v-13,24,-29,36,-62,37v-36,1,-62,-20,-62,-54v0,-57,59,-65,124,-61v2,-39,-10,-50,-45,-51v-28,0,-44,11,-49,32r-25,-4v6,-38,36,-46,79,-49v95,-7,57,105,71,182v-19,6,-36,38,-3,40v4,0,9,-1,15,-2xm80,-17v36,0,63,-34,56,-72v-47,-4,-95,2,-95,41v0,20,17,31,39,31","w":190},"\u0105":{"d":"183,49v-21,11,-60,8,-59,-19v0,-13,8,-22,26,-30r-11,0v-1,-7,-2,-17,-3,-32v-13,24,-29,36,-62,37v-36,1,-62,-20,-62,-54v0,-57,59,-65,124,-61v2,-39,-10,-50,-45,-51v-28,0,-44,11,-49,32r-25,-4v6,-38,36,-46,79,-49v95,-7,57,105,71,182v-19,6,-36,38,-3,40v4,0,9,-1,15,-2xm80,-17v36,0,63,-34,56,-72v-47,-4,-95,2,-95,41v0,20,17,31,39,31","w":190},"\u00ef":{"d":"87,-182v28,0,38,11,52,29r0,-87r27,0r0,240r-25,0r0,-30v-13,23,-26,35,-56,35v-44,0,-71,-44,-71,-91v0,-52,25,-96,73,-96xm90,-18v40,0,53,-41,49,-91v-2,-32,-20,-51,-48,-51v-32,0,-47,33,-47,69v0,39,12,73,46,73xm195,-240r29,0r-27,67r-14,0","w":226,"k":{"\u00f9":13,"\u00fc":13,"\u00fa":13,"\u00f3":19,"\u00e9":19,"\u00e1":19,"z":10,"y":1,"u":14,"s":15,"r":13,"o":19,"n":13,"m":13,"e":19,"a":19,".":18,",":19}},"\u010f":{"d":"87,-182v28,0,38,11,52,29r0,-87r27,0r0,240r-25,0r0,-30v-13,23,-26,35,-56,35v-44,0,-71,-44,-71,-91v0,-52,25,-96,73,-96xm90,-18v40,0,53,-41,49,-91v-2,-32,-20,-51,-48,-51v-32,0,-47,33,-47,69v0,39,12,73,46,73xm195,-240r29,0r-27,67r-14,0","w":226},"\u00ec":{"d":"44,-86v-12,73,83,90,101,33r26,5v-11,31,-37,52,-76,53v-49,0,-81,-40,-81,-93v0,-84,105,-129,146,-58v9,15,13,36,13,60r-129,0xm143,-107v7,-58,-75,-72,-92,-23v-2,6,-4,14,-5,23r97,0xm38,-250r25,-3r33,23r32,-23r26,3r-58,46","w":187},"\u011b":{"d":"44,-86v-12,73,83,90,101,33r26,5v-11,31,-37,52,-76,53v-49,0,-81,-40,-81,-93v0,-84,105,-129,146,-58v9,15,13,36,13,60r-129,0xm143,-107v7,-58,-75,-72,-92,-23v-2,6,-4,14,-5,23r97,0xm38,-250r25,-3r33,23r32,-23r26,3r-58,46","w":187},"\u00ea":{"d":"44,-86v-12,73,83,90,101,33r26,5v-7,33,-47,43,-54,72v-1,15,19,18,35,13r4,11v-21,11,-60,8,-60,-19v0,-10,6,-19,18,-26v-61,12,-100,-32,-100,-91v0,-84,105,-129,146,-58v9,15,13,36,13,60r-129,0xm143,-107v7,-58,-75,-72,-92,-23v-2,6,-4,14,-5,23r97,0","w":187},"\u0119":{"d":"44,-86v-12,73,83,90,101,33r26,5v-7,33,-47,43,-54,72v-1,15,19,18,35,13r4,11v-21,11,-60,8,-60,-19v0,-10,6,-19,18,-26v-61,12,-100,-32,-100,-91v0,-84,105,-129,146,-58v9,15,13,36,13,60r-129,0xm143,-107v7,-58,-75,-72,-92,-23v-2,6,-4,14,-5,23r97,0","w":187},"\u00e5":{"d":"55,0r-27,0r0,-240r27,0r0,240xm88,-294r-60,31r-8,-14r58,-38","w":82},"\u013a":{"d":"55,0r-27,0r0,-240r27,0r0,240xm88,-294r-60,31r-8,-14r58,-38","w":82},"\u00be":{"d":"55,0r-27,0r0,-240r27,0r0,240xm84,-240r29,0r-27,67r-14,0","w":113,"k":{"\u00f9":12,"\u00ef":17,"\u00e8":8,"\u00fa":13,"\u00f4":10,"\u00f3":18,"\u00e9":18,"\u00e1":18,"z":9,"v":1,"u":13,"t":-1,"s":14,"p":13,"o":18,"g":17,"f":-1,"e":18,"d":17,"a":18,".":17,",":17}},"\u013e":{"d":"55,0r-27,0r0,-240r27,0r0,240xm84,-240r29,0r-27,67r-14,0","w":113},"\u00f1":{"d":"109,-182v40,0,59,28,59,79r0,103r-26,0v-7,-58,23,-159,-38,-159v-28,0,-49,29,-49,62r0,97r-27,0r0,-178r25,0r0,33v14,-21,26,-37,56,-37xm152,-238r-73,33r-7,-14r69,-40","w":195},"\u0144":{"d":"109,-182v40,0,59,28,59,79r0,103r-26,0v-7,-58,23,-159,-38,-159v-28,0,-49,29,-49,62r0,97r-27,0r0,-178r25,0r0,33v14,-21,26,-37,56,-37xm152,-238r-73,33r-7,-14r69,-40","w":195},"\u00f2":{"d":"109,-182v40,0,59,28,59,79r0,103r-26,0v-7,-58,23,-159,-38,-159v-28,0,-49,29,-49,62r0,97r-27,0r0,-178r25,0r0,33v14,-21,26,-37,56,-37xm39,-250r25,-3r34,23r32,-23r26,3r-59,46","w":195},"\u0148":{"d":"109,-182v40,0,59,28,59,79r0,103r-26,0v-7,-58,23,-159,-38,-159v-28,0,-49,29,-49,62r0,97r-27,0r0,-178r25,0r0,33v14,-21,26,-37,56,-37xm39,-250r25,-3r34,23r32,-23r26,3r-59,46","w":195},"\u00f5":{"d":"14,-90v0,-51,31,-92,79,-92v52,0,80,40,80,95v0,51,-33,92,-82,92v-50,1,-77,-44,-77,-95xm143,-89v0,-40,-14,-70,-50,-70v-35,0,-49,29,-49,70v0,43,13,71,49,71v35,0,50,-30,50,-71xm115,-240r-56,35r-9,-14r53,-40xm173,-240r-57,35r-9,-14r53,-40","w":187},"\u0151":{"d":"14,-90v0,-51,31,-92,79,-92v52,0,80,40,80,95v0,51,-33,92,-82,92v-50,1,-77,-44,-77,-95xm143,-89v0,-40,-14,-70,-50,-70v-35,0,-49,29,-49,70v0,43,13,71,49,71v35,0,50,-30,50,-71xm115,-240r-56,35r-9,-14r53,-40xm173,-240r-57,35r-9,-14r53,-40","w":187},"\u00e0":{"d":"115,-156v-72,-4,-60,85,-60,156r-27,0r0,-178r24,0r0,42v14,-30,25,-50,63,-46r0,26xm121,-238r-68,33r-7,-14r64,-40","w":118,"k":{"z":-2,"v":-10,"t":-12,"s":-4,"p":2,"n":2,"m":2,"d":4,".":20,",":20}},"\u0155":{"d":"115,-156v-72,-4,-60,85,-60,156r-27,0r0,-178r24,0r0,42v14,-30,25,-50,63,-46r0,26xm121,-238r-68,33r-7,-14r64,-40","w":118},"\u0153":{"d":"142,-84v34,41,-5,94,-60,89v-40,-3,-71,-16,-78,-51r26,-6v5,40,92,49,97,5v-8,-50,-119,-12,-116,-83v1,-33,29,-52,66,-52v38,0,61,15,70,45r-25,5v-6,-33,-83,-40,-83,-1v0,40,82,24,103,49xm133,-238r-73,33r-7,-14r69,-40","w":166},"\u0165":{"d":"108,-19r0,22v-46,8,-77,-5,-77,-52r0,-107r-31,0r0,-22r31,0r2,-44r25,-2r0,46r40,0r0,22r-40,0r0,112v-1,26,24,30,50,25xm89,-263r29,0r-27,66r-14,0","w":117},"\u015b":{"d":"108,-19r0,22v-46,8,-77,-5,-77,-52r0,-107r-31,0r0,-22r31,0r2,-44r25,-2r0,46r40,0r0,22r-40,0r0,112v-1,26,24,30,50,25xm89,-263r29,0r-27,66r-14,0","w":117},"\u00f9":{"d":"89,-18v29,2,51,-28,51,-60r0,-100r27,0r0,178r-24,0r0,-34v-23,63,-115,45,-115,-30r0,-114r27,0v6,57,-22,156,34,160xm67,-233v0,-17,14,-31,31,-31v16,0,30,14,30,31v0,15,-15,30,-30,30v-17,0,-31,-14,-31,-30xm113,-233v0,-8,-7,-16,-15,-16v-10,0,-16,7,-16,16v-1,9,8,16,16,16v8,0,15,-8,15,-16","w":194},"\u016f":{"d":"89,-18v29,2,51,-28,51,-60r0,-100r27,0r0,178r-24,0r0,-34v-23,63,-115,45,-115,-30r0,-114r27,0v6,57,-22,156,34,160xm67,-233v0,-17,14,-31,31,-31v16,0,30,14,30,31v0,15,-15,30,-30,30v-17,0,-31,-14,-31,-30xm113,-233v0,-8,-7,-16,-15,-16v-10,0,-16,7,-16,16v-1,9,8,16,16,16v8,0,15,-8,15,-16","w":194},"\u00fb":{"d":"89,-18v29,2,51,-28,51,-60r0,-100r27,0r0,178r-24,0r0,-34v-23,63,-115,45,-115,-30r0,-114r27,0v6,57,-22,156,34,160xm118,-240r-56,35r-9,-14r53,-40xm176,-240r-56,35r-9,-14r53,-40","w":194},"\u0171":{"d":"89,-18v29,2,51,-28,51,-60r0,-100r27,0r0,178r-24,0r0,-34v-23,63,-115,45,-115,-30r0,-114r27,0v6,57,-22,156,34,160xm118,-240r-56,35r-9,-14r53,-40xm176,-240r-56,35r-9,-14r53,-40","w":194},"\u017a":{"d":"143,-21r0,21r-131,0r0,-21r94,-135r-87,0r0,-22r124,0r0,15r-98,142r98,0xm137,-238r-73,33r-8,-14r70,-40","w":152},"\u0178":{"d":"143,-21r0,21r-131,0r0,-21r94,-135r-87,0r0,-22r124,0r0,15r-98,142r98,0xm137,-238r-73,33r-8,-14r70,-40","w":152},"\u00bf":{"d":"143,-21r0,21r-131,0r0,-21r94,-135r-87,0r0,-22r124,0r0,15r-98,142r98,0xm62,-230v-1,-9,9,-18,18,-18v9,0,18,9,18,18v0,10,-9,19,-18,19v-10,0,-19,-9,-18,-19","w":152},"\u017c":{"d":"143,-21r0,21r-131,0r0,-21r94,-135r-87,0r0,-22r124,0r0,15r-98,142r98,0xm62,-230v-1,-9,9,-18,18,-18v9,0,18,9,18,18v0,10,-9,19,-18,19v-10,0,-19,-9,-18,-19","w":152},"\u00fe":{"d":"108,-19r0,22v-46,8,-77,-5,-77,-52r0,-107r-31,0r0,-22r31,0r2,-44r25,-2r0,46r40,0r0,22r-40,0r0,112v-1,26,24,30,50,25xm57,19r29,0r-27,64r-13,0","w":110},"\u0163":{"d":"108,-19r0,22v-46,8,-77,-5,-77,-52r0,-107r-31,0r0,-22r31,0r2,-44r25,-2r0,46r40,0r0,22r-40,0r0,112v-1,26,24,30,50,25xm57,19r29,0r-27,64r-13,0","w":110},"\u00f8":{"d":"115,-156v-72,-4,-60,85,-60,156r-27,0r0,-178r24,0r0,42v14,-30,25,-50,63,-46r0,26xm12,-250r25,-3r31,23r30,-23r26,3r-57,46","w":118,"k":{"\u00f9":1,"\u00ef":4,"\u00fa":2,"\u00f3":5,"\u00ed":-10,"\u00e9":5,"v":-10,"u":2,"o":5,"i":2,"e":5,"d":4,".":20,",":20}},"\u0159":{"d":"115,-156v-72,-4,-60,85,-60,156r-27,0r0,-178r24,0r0,42v14,-30,25,-50,63,-46r0,26xm12,-250r25,-3r31,23r30,-23r26,3r-57,46","w":118}}});

/*
* RunCufon
*/
(function() { window.runCufonLoaded = true; function a() { Cufon.set("fontFamily", "FrankGotItcTEEBoo"); Cufon.replace("h1", { fontSize: "30px" }); Cufon.replace("h2", { fontSize: "25px" }); Cufon.replace(".podstrana-short h3:not(.contactFormTarget h3, .news h3, li.vysvys h3, .downloadFiles h3)", { fontSize: "18px" }) } if (window.Sys && Sys.loader) Sys.loader.registerScript("runCufon", null, a); else a() })();

/*
* jQuery.timers - Timer abstractions for jQuery
* Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com)
* Licensed under the WTFPL (http://sam.zoy.org/wtfpl/).
* Date: 2009/10/16
*
* @author Blair Mitchelmore
* @version 1.2
*
*/
jQuery.fn.extend({everyTime:function(a,b,d,c){return this.each(function(){jQuery.timer.add(this,a,b,d,c)})},oneTime:function(a,b,c){return this.each(function(){jQuery.timer.add(this,a,b,c,1)})},stopTime:function(a,b){return this.each(function(){jQuery.timer.remove(this,a,b)})}});jQuery.extend({timer:{global:[],guid:1,dataKey:"jQuery.timer",regex:/^([0-9]+(?:\.[0-9]*)?)\s*(.*s)?$/,powers:{ms:1,cs:10,ds:100,s:1e3,das:1e4,hs:1e5,ks:1e6},timeParse:function(a){if(a==undefined||a==null)return null;var b=this.regex.exec(jQuery.trim(a.toString()));if(b[2]){var d=parseFloat(b[1]),c=this.powers[b[2]]||1;return d*c}else return a},add:function(e,d,c,b,a){var g=0;if(jQuery.isFunction(c)){if(!a)a=b;b=c;c=d}d=jQuery.timer.timeParse(d);if(typeof d!="number"||isNaN(d)||d<0)return;if(typeof a!="number"||isNaN(a)||a<0)a=0;a=a||0;var f=jQuery.data(e,this.dataKey)||jQuery.data(e,this.dataKey,{});if(!f[c])f[c]={};b.timerID=b.timerID||this.guid++;var h=function(){(++g>a&&a!==0||b.call(e,g)===false)&&jQuery.timer.remove(e,c,b)};h.timerID=b.timerID;if(!f[c][b.timerID])f[c][b.timerID]=window.setInterval(h,d);this.global.push(e)},remove:function(e,b,c){var a=jQuery.data(e,this.dataKey),d;if(a){if(!b)for(b in a)this.remove(e,b,c);else if(a[b]){if(c){if(c.timerID){window.clearInterval(a[b][c.timerID]);delete a[b][c.timerID]}}else for(var c in a[b]){window.clearInterval(a[b][c]);delete a[b][c]}for(d in a[b])break;if(!d){d=null;delete a[b]}}for(d in a)break;!d&&jQuery.removeData(e,this.dataKey)}}}});jQuery(window).bind("unload",function(){jQuery.each(jQuery.timer.global,function(b,a){jQuery.timer.remove(a)})});

/*
* Menu
*/
function execute(){window.menuLoaded=true;$(function(){$("#menu .menu > li").hover(function(c){var b=$(c.currentTarget);$("#menu").stopTime("hideMenu");if(b.hasClass("hovering"))return;a();b.addClass("hovering");b.find(">a").addClass("hovering")},function(c){var b=$(c.currentTarget);if(b.hasClass("hasChild"))$("#menu").oneTime(500,"hideMenu",a);else a()})});function a(){var a=$("#menu .menu > li.hovering");a.removeClass("hovering");a.find(">a").removeClass("hovering")}}if(window.Sys&&Sys.loader)Sys.loader.registerScript("menu",null,execute);else execute();

/*
* searchField - jQuery plugin to display and remove
* a default value in a searchvalue on blur/focus
*
* Copyright (c) 2008 Jďż˝Ă¶rn Zaefferer
* 
* $Id$
*
* Dual licensed under the MIT and GPL licenses:
*   http://www.opensource.org/licenses/mit-license.php
*   http://www.gnu.org/licenses/gpl.html
*
*/
jQuery.fn.searchField=function(){return this.each(function(){var b=b||this.title;if(!b)return;var a=this,c=$(this);if(this.type=="password"){a=$("<input />").insertBefore(this).css("display",$(this).css("display")).attr("size",this.size).attr("title",this.title).attr("class",this.className).addClass("watermark")[0];if(!this.value)$(this).hide();else $(a).hide()}(!a.value||b==this.value)&&$(a).addClass("watermark");if(!this.value||a!=this)a.value=b;$(a).focus(function(){if(a!=c[0]){$(this).hide();c.show().focus()}else if(this.value==b){this.value="";$(this).removeClass("watermark")}});$(this).blur(function(){if(!this.value.length)if(a!=c[0]){$(a).show();c.hide()}else{this.value=b;$(this).addClass("watermark")}});$(this).parents("form:first").submit(function(){if($(a).hasClass("watermark")){$(a).attr("value","");$(a).removeClass("watermark")}})})};

/*
 * jQuery UI 1.8rc2
 *
 * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * Core
 *
 * http://docs.jquery.com/UI
 */
jQuery.ui||function(a){var b=a.browser.mozilla&&parseFloat(a.browser.version)<1.9;a.ui={version:"1.8rc2",plugin:{add:function(e,f,d){var c=a.ui[e].prototype;for(var b in d){c.plugins[b]=c.plugins[b]||[];c.plugins[b].push([f,d[b]])}},call:function(a,e,d){var b=a.plugins[e];if(!b||!a.element[0].parentNode)return;for(var c=0;c<b.length;c++)a.options[b[c][0]]&&b[c][1].apply(a.element,d)}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b)},hasScroll:function(b,e){if(a(b).css("overflow")=="hidden")return false;var c=e&&e=="left"?"scrollLeft":"scrollTop",d=false;if(b[c]>0)return true;b[c]=1;d=b[c]>0;b[c]=0;return d},isOverAxis:function(b,a,c){return b>a&&b<a+c},isOver:function(g,f,e,d,b,c){return a.ui.isOverAxis(g,e,b)&&a.ui.isOverAxis(f,d,c)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};a.fn.extend({_focus:a.fn.focus,focus:function(b,c){return typeof b==="number"?this.each(function(){var d=this;setTimeout(function(){a(d).focus();c&&c.call(d)},b)}):this._focus.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var b;if(a.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position")))b=this.parents().filter(function(){return/(relative|absolute|fixed)/.test(a.curCSS(this,"position",1))&&/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0);else b=this.parents().filter(function(){return/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!b.length?a(document):b},zIndex:function(e){if(e!==undefined)return this.css("zIndex",e);if(this.length){var b=a(this[0]),c,d;while(b.length&&b[0]!==document){c=b.css("position");if(c=="absolute"||c=="relative"||c=="fixed"){d=parseInt(b.css("zIndex"));if(!isNaN(d)&&d!=0)return d}b=b.parent()}}return 0}});a.extend(a.expr[":"],{data:function(c,d,b){return!!a.data(c,b[3])},focusable:function(b){var c=b.nodeName.toLowerCase(),d=a.attr(b,"tabindex");return(/input|select|textarea|button|object/.test(c)?!b.disabled:"a"==c||"area"==c?b.href||!isNaN(d):!isNaN(d))&&!a(b)["area"==c?"parents":"closest"](":hidden").length},tabbable:function(c){var b=a.attr(c,"tabindex");return(isNaN(b)||b>=0)&&a(c).is(":focusable")}})}(jQuery);

/*
 * Widget
 */
(function(a){var b=a.fn.remove;a.fn.remove=function(c,d){return this.each(function(){if(!d)(!c||a.filter(c,[this]).length)&&a("*",this).add(this).each(function(){a(this).triggerHandler("remove")});return b.call(a(this),c,d)})};a.widget=function(b,g,e){var c=b.split(".")[0],f;b=b.split(".")[1];f=c+"-"+b;if(!e){e=g;g=a.Widget}a.expr[":"][f]=function(c){return!!a.data(c,b)};a[c]=a[c]||{};a[c][b]=function(b,a){arguments.length&&this._createWidget(b,a)};var d=new g;d.options=a.extend({},d.options);a[c][b].prototype=a.extend(true,d,{"namespace":c,widgetName:b,widgetEventPrefix:a[c][b].prototype.widgetEventPrefix||b,widgetBaseClass:f},e);a.widget.bridge(b,a[c][b])};a.widget.bridge=function(b,c){a.fn[b]=function(d){var e=typeof d==="string",g=Array.prototype.slice.call(arguments,1),f=this;d=!e&&g.length?a.extend.apply(null,[true,d].concat(g)):d;if(e&&d.substring(0,1)==="_")return f;if(e)this.each(function(){var c=a.data(this,b),e=c&&a.isFunction(c[d])?c[d].apply(c,g):c;if(e!==c&&e!==undefined){f=e;return false}});else this.each(function(){var e=a.data(this,b);if(e){d&&e.option(d);e._init()}else a.data(this,b,new c(d,this))});return f}};a.Widget=function(b,a){arguments.length&&this._createWidget(b,a)};a.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(c,b){this.element=a(b).data(this.widgetName,this);this.options=a.extend(true,{},this.options,a.metadata&&a.metadata.get(b)[this.widgetName],c);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()});this._create();this._init()},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled")},widget:function(){return this.element},option:function(b,e){var c=b,d=this;if(arguments.length===0)return a.extend({},d.options);if(typeof b==="string"){if(e===undefined)return this.options[b];c={};c[b]=e}a.each(c,function(b,a){d._setOption(b,a)});return d},_setOption:function(b,a){this.options[b]=a;b==="disabled"&&this.widget()[a?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",a);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(d,b,c){var f=this.options[d];b=a.Event(b);b.type=(d===this.widgetEventPrefix?d:this.widgetEventPrefix+d).toLowerCase();c=c||{};if(b.originalEvent)for(var g=a.event.props.length,e;g;){e=a.event.props[--g];b[e]=b.originalEvent[e]}this.element.trigger(b,c);return!(a.isFunction(f)&&f.call(this.element[0],b,c)===false||b.isDefaultPrevented())}}})(jQuery);

/*
* Button
*/
(function(a){var b,c="ui-button ui-widget ui-state-default ui-corner-all",d="ui-state-hover ui-state-active ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon ui-button-text-only";a.widget("ui.button",{options:{text:true,label:null,icons:{primary:null,secondary:null}},_create:function(){this._determineButtonType();this.hasTitle=!!this.buttonElement.attr("title");var e=this,d=this.options,g=this.type==="checkbox"||this.type==="radio",h="ui-state-hover"+(!g?" ui-state-active":""),f="ui-state-focus";if(d.label===null)d.label=this.buttonElement.html();this.buttonElement.addClass(c).attr("role","button").bind("mouseenter.button",function(){if(d.disabled)return;a(this).addClass("ui-state-hover");this===b&&a(this).addClass("ui-state-active")}).bind("mouseleave.button",function(){if(d.disabled)return;a(this).removeClass(h)}).bind("focus.button",function(){a(this).addClass(f)}).bind("blur.button",function(){a(this).removeClass(f)});if(this.type==="checkbox")this.buttonElement.bind("click.button",function(){if(d.disabled)return;a(this).toggleClass("ui-state-active");e.element.attr("checked",!e.element[0].checked).click();e.buttonElement.attr("aria-pressed",e.element[0].checked)});else if(this.type==="radio")this.buttonElement.bind("click.button",function(){if(d.disabled)return;a(this).addClass("ui-state-active");e.element.attr("checked",true).click();e.buttonElement.attr("aria-pressed",true);var b=e.element[0],f=b.name,g=b.form,c;if(f){if(g)c=a(g).find("[name="+f+"]");else c=a("[name="+f+"]",b.ownerDocument).filter(function(){return!this.form});c.not(b).map(function(){return a(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pressed",false)}});else{this.buttonElement.bind("mousedown.button",function(){if(d.disabled)return;a(this).addClass("ui-state-active");b=this;a(document).one("mouseup",function(){b=null})}).bind("mouseup.button",function(){if(d.disabled)return;a(this).removeClass("ui-state-active")}).bind("keydown.button",function(b){(b.keyCode==a.ui.keyCode.SPACE||b.keyCode==a.ui.keyCode.ENTER)&&a(this).addClass("ui-state-active")}).bind("keyup.button",function(){a(this).removeClass("ui-state-active")});this.buttonElement.is("a")&&this.buttonElement.keyup(function(b){b.keyCode==a.ui.keyCode.SPACE&&a(this).trigger("click")})}this._resetButton()},_determineButtonType:function(){this.type=this.element.is(":checkbox")?"checkbox":this.element.is(":radio")?"radio":this.element.is("input")?"input":"button";if(this.type==="checkbox"||this.type==="radio"){this.buttonElement=a("[for="+this.element.attr("id")+"]");this.element.hide();var b=this.element.is(":checked");b&&this.buttonElement.addClass("ui-state-active");this.buttonElement.attr("aria-pressed",b)}else this.buttonElement=this.element},widget:function(){return this.buttonElement},destroy:function(){this.buttonElement.removeClass(c+" "+d).removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").html());!this.hasTitle&&this.buttonElement.removeAttr("title");(this.type==="checkbox"||this.type==="radio")&&this.element.show();a.Widget.prototype.destroy.call(this)},_setOption:function(){a.Widget.prototype._setOption.apply(this,arguments);this._resetButton()},_resetButton:function(){if(this.type==="input"){this.options.label&&this.element.val(this.options.label);return}var c=this.buttonElement,e=a("<span></span>").addClass("ui-button-text").html(this.options.label).appendTo(c.empty()).text(),b=this.options.icons,d=b.primary&&b.secondary;if(b.primary||b.secondary){c.addClass("ui-button-text-icon"+(d?"s":""));b.primary&&c.prepend("<span class='ui-button-icon-primary ui-icon "+b.primary+"'></span>");b.secondary&&c.append("<span class='ui-button-icon-secondary ui-icon "+b.secondary+"'></span>");if(!this.options.text){c.addClass(d?"ui-button-icons-only":"ui-button-icon-only").removeClass("ui-button-text-icons ui-button-text-icon");!this.hasTitle&&c.attr("title",e)}}else c.addClass("ui-button-text-only")}});a.widget("ui.buttonset",{_create:function(){this.element.addClass("ui-button-set");this.buttons=this.element.find(":button, :submit, :reset, :checkbox, :radio, a, .ui-button").button().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this,arguments)},destroy:function(){this.element.removeClass("ui-button-set");this.buttons.button("destroy").removeClass("ui-corner-left ui-corner-right");a.Widget.prototype.destroy.call(this)}})})(jQuery);


