/*
 * jQuery JavaScript Library v1.6.2
 * http://jquery.com/
 *
 * Copyright 2011, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2011, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Thu Jun 30 14:16:56 2011 -0400
 */
(function(window,undefined){var document=window.document,navigator=window.navigator,location=window.location;var jQuery=(function(){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context,rootjQuery);},_jQuery=window.jQuery,_$=window.$,rootjQuery,quickExpr=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,rnotwhite=/\S/,trimLeft=/^\s+/,trimRight=/\s+$/,rdigit=/\d/,rsingleTag=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,rvalidchars=/^[\],:{}\s]*$/,rvalidescape=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,rvalidtokens=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,rvalidbraces=/(?:^|:|,)(?:\s*\[)+/g,rwebkit=/(webkit)[ \/]([\w.]+)/,ropera=/(opera)(?:.*version)?[ \/]([\w.]+)/,rmsie=/(msie) ([\w.]+)/,rmozilla=/(mozilla)(?:.*? rv:([\w.]+))?/,rdashAlpha=/-([a-z])/ig,fcamelCase=function(all,letter){return letter.toUpperCase();},userAgent=navigator.userAgent,browserMatch,readyList,DOMContentLoaded,toString=Object.prototype.toString,hasOwn=Object.prototype.hasOwnProperty,push=Array.prototype.push,slice=Array.prototype.slice,trim=String.prototype.trim,indexOf=Array.prototype.indexOf,class2type={};jQuery.fn=jQuery.prototype={constructor:jQuery,init:function(selector,context,rootjQuery){var match,elem,ret,doc;if(!selector){return this;}
if(selector.nodeType){this.context=this[0]=selector;this.length=1;return this;}
if(selector==="body"&&!context&&document.body){this.context=document;this[0]=document.body;this.selector=selector;this.length=1;return this;}
if(typeof selector==="string"){if(selector.charAt(0)==="<"&&selector.charAt(selector.length-1)===">"&&selector.length>=3){match=[null,selector,null];}else{match=quickExpr.exec(selector);}
if(match&&(match[1]||!context)){if(match[1]){context=context instanceof jQuery?context[0]:context;doc=(context?context.ownerDocument||context:document);ret=rsingleTag.exec(selector);if(ret){if(jQuery.isPlainObject(context)){selector=[document.createElement(ret[1])];jQuery.fn.attr.call(selector,context,true);}else{selector=[doc.createElement(ret[1])];}}else{ret=jQuery.buildFragment([match[1]],[doc]);selector=(ret.cacheable?jQuery.clone(ret.fragment):ret.fragment).childNodes;}
return jQuery.merge(this,selector);}else{elem=document.getElementById(match[2]);if(elem&&elem.parentNode){if(elem.id!==match[2]){return rootjQuery.find(selector);}
this.length=1;this[0]=elem;}
this.context=document;this.selector=selector;return this;}}else if(!context||context.jquery){return(context||rootjQuery).find(selector);}else{return this.constructor(context).find(selector);}}else if(jQuery.isFunction(selector)){return rootjQuery.ready(selector);}
if(selector.selector!==undefined){this.selector=selector.selector;this.context=selector.context;}
return jQuery.makeArray(selector,this);},selector:"",jquery:"1.6.2",length:0,size:function(){return this.length;},toArray:function(){return slice.call(this,0);},get:function(num){return num==null?this.toArray():(num<0?this[this.length+num]:this[num]);},pushStack:function(elems,name,selector){var ret=this.constructor();if(jQuery.isArray(elems)){push.apply(ret,elems);}else{jQuery.merge(ret,elems);}
ret.prevObject=this;ret.context=this.context;if(name==="find"){ret.selector=this.selector+(this.selector?" ":"")+selector;}else if(name){ret.selector=this.selector+"."+name+"("+selector+")";}
return ret;},each:function(callback,args){return jQuery.each(this,callback,args);},ready:function(fn){jQuery.bindReady();readyList.done(fn);return this;},eq:function(i){return i===-1?this.slice(i):this.slice(i,+i+1);},first:function(){return this.eq(0);},last:function(){return this.eq(-1);},slice:function(){return this.pushStack(slice.apply(this,arguments),"slice",slice.call(arguments).join(","));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},end:function(){return this.prevObject||this.constructor(null);},push:push,sort:[].sort,splice:[].splice};jQuery.fn.init.prototype=jQuery.fn;jQuery.extend=jQuery.fn.extend=function(){var options,name,src,copy,copyIsArray,clone,target=arguments[0]||{},i=1,length=arguments.length,deep=false;if(typeof target==="boolean"){deep=target;target=arguments[1]||{};i=2;}
if(typeof target!=="object"&&!jQuery.isFunction(target)){target={};}
if(length===i){target=this;--i;}
for(;i<length;i++){if((options=arguments[i])!=null){for(name in options){src=target[name];copy=options[name];if(target===copy){continue;}
if(deep&&copy&&(jQuery.isPlainObject(copy)||(copyIsArray=jQuery.isArray(copy)))){if(copyIsArray){copyIsArray=false;clone=src&&jQuery.isArray(src)?src:[];}else{clone=src&&jQuery.isPlainObject(src)?src:{};}
target[name]=jQuery.extend(deep,clone,copy);}else if(copy!==undefined){target[name]=copy;}}}}
return target;};jQuery.extend({noConflict:function(deep){if(window.$===jQuery){window.$=_$;}
if(deep&&window.jQuery===jQuery){window.jQuery=_jQuery;}
return jQuery;},isReady:false,readyWait:1,holdReady:function(hold){if(hold){jQuery.readyWait++;}else{jQuery.ready(true);}},ready:function(wait){if((wait===true&&!--jQuery.readyWait)||(wait!==true&&!jQuery.isReady)){if(!document.body){return setTimeout(jQuery.ready,1);}
jQuery.isReady=true;if(wait!==true&&--jQuery.readyWait>0){return;}
readyList.resolveWith(document,[jQuery]);if(jQuery.fn.trigger){jQuery(document).trigger("ready").unbind("ready");}}},bindReady:function(){if(readyList){return;}
readyList=jQuery._Deferred();if(document.readyState==="complete"){return setTimeout(jQuery.ready,1);}
if(document.addEventListener){document.addEventListener("DOMContentLoaded",DOMContentLoaded,false);window.addEventListener("load",jQuery.ready,false);}else if(document.attachEvent){document.attachEvent("onreadystatechange",DOMContentLoaded);window.attachEvent("onload",jQuery.ready);var toplevel=false;try{toplevel=window.frameElement==null;}catch(e){}
if(document.documentElement.doScroll&&toplevel){doScrollCheck();}}},isFunction:function(obj){return jQuery.type(obj)==="function";},isArray:Array.isArray||function(obj){return jQuery.type(obj)==="array";},isWindow:function(obj){return obj&&typeof obj==="object"&&"setInterval"in obj;},isNaN:function(obj){return obj==null||!rdigit.test(obj)||isNaN(obj);},type:function(obj){return obj==null?String(obj):class2type[toString.call(obj)]||"object";},isPlainObject:function(obj){if(!obj||jQuery.type(obj)!=="object"||obj.nodeType||jQuery.isWindow(obj)){return false;}
if(obj.constructor&&!hasOwn.call(obj,"constructor")&&!hasOwn.call(obj.constructor.prototype,"isPrototypeOf")){return false;}
var key;for(key in obj){}
return key===undefined||hasOwn.call(obj,key);},isEmptyObject:function(obj){for(var name in obj){return false;}
return true;},error:function(msg){throw msg;},parseJSON:function(data){if(typeof data!=="string"||!data){return null;}
data=jQuery.trim(data);if(window.JSON&&window.JSON.parse){return window.JSON.parse(data);}
if(rvalidchars.test(data.replace(rvalidescape,"@").replace(rvalidtokens,"]").replace(rvalidbraces,""))){return(new Function("return "+data))();}
jQuery.error("Invalid JSON: "+data);},parseXML:function(data,xml,tmp){if(window.DOMParser){tmp=new DOMParser();xml=tmp.parseFromString(data,"text/xml");}else{xml=new ActiveXObject("Microsoft.XMLDOM");xml.async="false";xml.loadXML(data);}
tmp=xml.documentElement;if(!tmp||!tmp.nodeName||tmp.nodeName==="parsererror"){jQuery.error("Invalid XML: "+data);}
return xml;},noop:function(){},globalEval:function(data){if(data&&rnotwhite.test(data)){(window.execScript||function(data){window["eval"].call(window,data);})(data);}},camelCase:function(string){return string.replace(rdashAlpha,fcamelCase);},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()===name.toUpperCase();},each:function(object,callback,args){var name,i=0,length=object.length,isObj=length===undefined||jQuery.isFunction(object);if(args){if(isObj){for(name in object){if(callback.apply(object[name],args)===false){break;}}}else{for(;i<length;){if(callback.apply(object[i++],args)===false){break;}}}}else{if(isObj){for(name in object){if(callback.call(object[name],name,object[name])===false){break;}}}else{for(;i<length;){if(callback.call(object[i],i,object[i++])===false){break;}}}}
return object;},trim:trim?function(text){return text==null?"":trim.call(text);}:function(text){return text==null?"":text.toString().replace(trimLeft,"").replace(trimRight,"");},makeArray:function(array,results){var ret=results||[];if(array!=null){var type=jQuery.type(array);if(array.length==null||type==="string"||type==="function"||type==="regexp"||jQuery.isWindow(array)){push.call(ret,array);}else{jQuery.merge(ret,array);}}
return ret;},inArray:function(elem,array){if(indexOf){return indexOf.call(array,elem);}
for(var i=0,length=array.length;i<length;i++){if(array[i]===elem){return i;}}
return-1;},merge:function(first,second){var i=first.length,j=0;if(typeof second.length==="number"){for(var l=second.length;j<l;j++){first[i++]=second[j];}}else{while(second[j]!==undefined){first[i++]=second[j++];}}
first.length=i;return first;},grep:function(elems,callback,inv){var ret=[],retVal;inv=!!inv;for(var i=0,length=elems.length;i<length;i++){retVal=!!callback(elems[i],i);if(inv!==retVal){ret.push(elems[i]);}}
return ret;},map:function(elems,callback,arg){var value,key,ret=[],i=0,length=elems.length,isArray=elems instanceof jQuery||length!==undefined&&typeof length==="number"&&((length>0&&elems[0]&&elems[length-1])||length===0||jQuery.isArray(elems));if(isArray){for(;i<length;i++){value=callback(elems[i],i,arg);if(value!=null){ret[ret.length]=value;}}}else{for(key in elems){value=callback(elems[key],key,arg);if(value!=null){ret[ret.length]=value;}}}
return ret.concat.apply([],ret);},guid:1,proxy:function(fn,context){if(typeof context==="string"){var tmp=fn[context];context=fn;fn=tmp;}
if(!jQuery.isFunction(fn)){return undefined;}
var args=slice.call(arguments,2),proxy=function(){return fn.apply(context,args.concat(slice.call(arguments)));};proxy.guid=fn.guid=fn.guid||proxy.guid||jQuery.guid++;return proxy;},access:function(elems,key,value,exec,fn,pass){var length=elems.length;if(typeof key==="object"){for(var k in key){jQuery.access(elems,k,key[k],exec,fn,value);}
return elems;}
if(value!==undefined){exec=!pass&&exec&&jQuery.isFunction(value);for(var i=0;i<length;i++){fn(elems[i],key,exec?value.call(elems[i],i,fn(elems[i],key)):value,pass);}
return elems;}
return length?fn(elems[0],key):undefined;},now:function(){return(new Date()).getTime();},uaMatch:function(ua){ua=ua.toLowerCase();var match=rwebkit.exec(ua)||ropera.exec(ua)||rmsie.exec(ua)||ua.indexOf("compatible")<0&&rmozilla.exec(ua)||[];return{browser:match[1]||"",version:match[2]||"0"};},sub:function(){function jQuerySub(selector,context){return new jQuerySub.fn.init(selector,context);}
jQuery.extend(true,jQuerySub,this);jQuerySub.superclass=this;jQuerySub.fn=jQuerySub.prototype=this();jQuerySub.fn.constructor=jQuerySub;jQuerySub.sub=this.sub;jQuerySub.fn.init=function init(selector,context){if(context&&context instanceof jQuery&&!(context instanceof jQuerySub)){context=jQuerySub(context);}
return jQuery.fn.init.call(this,selector,context,rootjQuerySub);};jQuerySub.fn.init.prototype=jQuerySub.fn;var rootjQuerySub=jQuerySub(document);return jQuerySub;},browser:{}});jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(i,name){class2type["[object "+name+"]"]=name.toLowerCase();});browserMatch=jQuery.uaMatch(userAgent);if(browserMatch.browser){jQuery.browser[browserMatch.browser]=true;jQuery.browser.version=browserMatch.version;}
if(jQuery.browser.webkit){jQuery.browser.safari=true;}
if(rnotwhite.test("\xA0")){trimLeft=/^[\s\xA0]+/;trimRight=/[\s\xA0]+$/;}
rootjQuery=jQuery(document);if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener("DOMContentLoaded",DOMContentLoaded,false);jQuery.ready();};}else if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",DOMContentLoaded);jQuery.ready();}};}
function doScrollCheck(){if(jQuery.isReady){return;}
try{document.documentElement.doScroll("left");}catch(e){setTimeout(doScrollCheck,1);return;}
jQuery.ready();}
return jQuery;})();var
promiseMethods="done fail isResolved isRejected promise then always pipe".split(" "),sliceDeferred=[].slice;jQuery.extend({_Deferred:function(){var
callbacks=[],fired,firing,cancelled,deferred={done:function(){if(!cancelled){var args=arguments,i,length,elem,type,_fired;if(fired){_fired=fired;fired=0;}
for(i=0,length=args.length;i<length;i++){elem=args[i];type=jQuery.type(elem);if(type==="array"){deferred.done.apply(deferred,elem);}else if(type==="function"){callbacks.push(elem);}}
if(_fired){deferred.resolveWith(_fired[0],_fired[1]);}}
return this;},resolveWith:function(context,args){if(!cancelled&&!fired&&!firing){args=args||[];firing=1;try{while(callbacks[0]){callbacks.shift().apply(context,args);}}
finally{fired=[context,args];firing=0;}}
return this;},resolve:function(){deferred.resolveWith(this,arguments);return this;},isResolved:function(){return!!(firing||fired);},cancel:function(){cancelled=1;callbacks=[];return this;}};return deferred;},Deferred:function(func){var deferred=jQuery._Deferred(),failDeferred=jQuery._Deferred(),promise;jQuery.extend(deferred,{then:function(doneCallbacks,failCallbacks){deferred.done(doneCallbacks).fail(failCallbacks);return this;},always:function(){return deferred.done.apply(deferred,arguments).fail.apply(this,arguments);},fail:failDeferred.done,rejectWith:failDeferred.resolveWith,reject:failDeferred.resolve,isRejected:failDeferred.isResolved,pipe:function(fnDone,fnFail){return jQuery.Deferred(function(newDefer){jQuery.each({done:[fnDone,"resolve"],fail:[fnFail,"reject"]},function(handler,data){var fn=data[0],action=data[1],returned;if(jQuery.isFunction(fn)){deferred[handler](function(){returned=fn.apply(this,arguments);if(returned&&jQuery.isFunction(returned.promise)){returned.promise().then(newDefer.resolve,newDefer.reject);}else{newDefer[action](returned);}});}else{deferred[handler](newDefer[action]);}});}).promise();},promise:function(obj){if(obj==null){if(promise){return promise;}
promise=obj={};}
var i=promiseMethods.length;while(i--){obj[promiseMethods[i]]=deferred[promiseMethods[i]];}
return obj;}});deferred.done(failDeferred.cancel).fail(deferred.cancel);delete deferred.cancel;if(func){func.call(deferred,deferred);}
return deferred;},when:function(firstParam){var args=arguments,i=0,length=args.length,count=length,deferred=length<=1&&firstParam&&jQuery.isFunction(firstParam.promise)?firstParam:jQuery.Deferred();function resolveFunc(i){return function(value){args[i]=arguments.length>1?sliceDeferred.call(arguments,0):value;if(!(--count)){deferred.resolveWith(deferred,sliceDeferred.call(args,0));}};}
if(length>1){for(;i<length;i++){if(args[i]&&jQuery.isFunction(args[i].promise)){args[i].promise().then(resolveFunc(i),deferred.reject);}else{--count;}}
if(!count){deferred.resolveWith(deferred,args);}}else if(deferred!==firstParam){deferred.resolveWith(deferred,length?[firstParam]:[]);}
return deferred.promise();}});jQuery.support=(function(){var div=document.createElement("div"),documentElement=document.documentElement,all,a,select,opt,input,marginDiv,support,fragment,body,testElementParent,testElement,testElementStyle,tds,events,eventName,i,isSupported;div.setAttribute("className","t");div.innerHTML="   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>";all=div.getElementsByTagName("*");a=div.getElementsByTagName("a")[0];if(!all||!all.length||!a){return{};}
select=document.createElement("select");opt=select.appendChild(document.createElement("option"));input=div.getElementsByTagName("input")[0];support={leadingWhitespace:(div.firstChild.nodeType===3),tbody:!div.getElementsByTagName("tbody").length,htmlSerialize:!!div.getElementsByTagName("link").length,style:/top/.test(a.getAttribute("style")),hrefNormalized:(a.getAttribute("href")==="/a"),opacity:/^0.55$/.test(a.style.opacity),cssFloat:!!a.style.cssFloat,checkOn:(input.value==="on"),optSelected:opt.selected,getSetAttribute:div.className!=="t",submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true};input.checked=true;support.noCloneChecked=input.cloneNode(true).checked;select.disabled=true;support.optDisabled=!opt.disabled;try{delete div.test;}catch(e){support.deleteExpando=false;}
if(!div.addEventListener&&div.attachEvent&&div.fireEvent){div.attachEvent("onclick",function(){support.noCloneEvent=false;});div.cloneNode(true).fireEvent("onclick");}
input=document.createElement("input");input.value="t";input.setAttribute("type","radio");support.radioValue=input.value==="t";input.setAttribute("checked","checked");div.appendChild(input);fragment=document.createDocumentFragment();fragment.appendChild(div.firstChild);support.checkClone=fragment.cloneNode(true).cloneNode(true).lastChild.checked;div.innerHTML="";div.style.width=div.style.paddingLeft="1px";body=document.getElementsByTagName("body")[0];testElement=document.createElement(body?"div":"body");testElementStyle={visibility:"hidden",width:0,height:0,border:0,margin:0};if(body){jQuery.extend(testElementStyle,{position:"absolute",left:-1000,top:-1000});}
for(i in testElementStyle){testElement.style[i]=testElementStyle[i];}
testElement.appendChild(div);testElementParent=body||documentElement;testElementParent.insertBefore(testElement,testElementParent.firstChild);support.appendChecked=input.checked;support.boxModel=div.offsetWidth===2;if("zoom"in div.style){div.style.display="inline";div.style.zoom=1;support.inlineBlockNeedsLayout=(div.offsetWidth===2);div.style.display="";div.innerHTML="<div style='width:4px;'></div>";support.shrinkWrapBlocks=(div.offsetWidth!==2);}
div.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";tds=div.getElementsByTagName("td");isSupported=(tds[0].offsetHeight===0);tds[0].style.display="";tds[1].style.display="none";support.reliableHiddenOffsets=isSupported&&(tds[0].offsetHeight===0);div.innerHTML="";if(document.defaultView&&document.defaultView.getComputedStyle){marginDiv=document.createElement("div");marginDiv.style.width="0";marginDiv.style.marginRight="0";div.appendChild(marginDiv);support.reliableMarginRight=(parseInt((document.defaultView.getComputedStyle(marginDiv,null)||{marginRight:0}).marginRight,10)||0)===0;}
testElement.innerHTML="";testElementParent.removeChild(testElement);if(div.attachEvent){for(i in{submit:1,change:1,focusin:1}){eventName="on"+i;isSupported=(eventName in div);if(!isSupported){div.setAttribute(eventName,"return;");isSupported=(typeof div[eventName]==="function");}
support[i+"Bubbles"]=isSupported;}}
testElement=fragment=select=opt=body=marginDiv=div=input=null;return support;})();jQuery.boxModel=jQuery.support.boxModel;var rbrace=/^(?:\{.*\}|\[.*\])$/,rmultiDash=/([a-z])([A-Z])/g;jQuery.extend({cache:{},uuid:0,expando:"jQuery"+(jQuery.fn.jquery+Math.random()).replace(/\D/g,""),noData:{"embed":true,"object":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000","applet":true},hasData:function(elem){elem=elem.nodeType?jQuery.cache[elem[jQuery.expando]]:elem[jQuery.expando];return!!elem&&!isEmptyDataObject(elem);},data:function(elem,name,data,pvt){if(!jQuery.acceptData(elem)){return;}
var internalKey=jQuery.expando,getByName=typeof name==="string",thisCache,isNode=elem.nodeType,cache=isNode?jQuery.cache:elem,id=isNode?elem[jQuery.expando]:elem[jQuery.expando]&&jQuery.expando;if((!id||(pvt&&id&&!cache[id][internalKey]))&&getByName&&data===undefined){return;}
if(!id){if(isNode){elem[jQuery.expando]=id=++jQuery.uuid;}else{id=jQuery.expando;}}
if(!cache[id]){cache[id]={};if(!isNode){cache[id].toJSON=jQuery.noop;}}
if(typeof name==="object"||typeof name==="function"){if(pvt){cache[id][internalKey]=jQuery.extend(cache[id][internalKey],name);}else{cache[id]=jQuery.extend(cache[id],name);}}
thisCache=cache[id];if(pvt){if(!thisCache[internalKey]){thisCache[internalKey]={};}
thisCache=thisCache[internalKey];}
if(data!==undefined){thisCache[jQuery.camelCase(name)]=data;}
if(name==="events"&&!thisCache[name]){return thisCache[internalKey]&&thisCache[internalKey].events;}
return getByName?thisCache[jQuery.camelCase(name)]||thisCache[name]:thisCache;},removeData:function(elem,name,pvt){if(!jQuery.acceptData(elem)){return;}
var internalKey=jQuery.expando,isNode=elem.nodeType,cache=isNode?jQuery.cache:elem,id=isNode?elem[jQuery.expando]:jQuery.expando;if(!cache[id]){return;}
if(name){var thisCache=pvt?cache[id][internalKey]:cache[id];if(thisCache){delete thisCache[name];if(!isEmptyDataObject(thisCache)){return;}}}
if(pvt){delete cache[id][internalKey];if(!isEmptyDataObject(cache[id])){return;}}
var internalCache=cache[id][internalKey];if(jQuery.support.deleteExpando||cache!=window){delete cache[id];}else{cache[id]=null;}
if(internalCache){cache[id]={};if(!isNode){cache[id].toJSON=jQuery.noop;}
cache[id][internalKey]=internalCache;}else if(isNode){if(jQuery.support.deleteExpando){delete elem[jQuery.expando];}else if(elem.removeAttribute){elem.removeAttribute(jQuery.expando);}else{elem[jQuery.expando]=null;}}},_data:function(elem,name,data){return jQuery.data(elem,name,data,true);},acceptData:function(elem){if(elem.nodeName){var match=jQuery.noData[elem.nodeName.toLowerCase()];if(match){return!(match===true||elem.getAttribute("classid")!==match);}}
return true;}});jQuery.fn.extend({data:function(key,value){var data=null;if(typeof key==="undefined"){if(this.length){data=jQuery.data(this[0]);if(this[0].nodeType===1){var attr=this[0].attributes,name;for(var i=0,l=attr.length;i<l;i++){name=attr[i].name;if(name.indexOf("data-")===0){name=jQuery.camelCase(name.substring(5));dataAttr(this[0],name,data[name]);}}}}
return data;}else if(typeof key==="object"){return this.each(function(){jQuery.data(this,key);});}
var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value===undefined){data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data===undefined&&this.length){data=jQuery.data(this[0],key);data=dataAttr(this[0],key,data);}
return data===undefined&&parts[1]?this.data(parts[0]):data;}else{return this.each(function(){var $this=jQuery(this),args=[parts[0],value];$this.triggerHandler("setData"+parts[1]+"!",args);jQuery.data(this,key,value);$this.triggerHandler("changeData"+parts[1]+"!",args);});}},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});}});function dataAttr(elem,key,data){if(data===undefined&&elem.nodeType===1){var name="data-"+key.replace(rmultiDash,"$1-$2").toLowerCase();data=elem.getAttribute(name);if(typeof data==="string"){try{data=data==="true"?true:data==="false"?false:data==="null"?null:!jQuery.isNaN(data)?parseFloat(data):rbrace.test(data)?jQuery.parseJSON(data):data;}catch(e){}
jQuery.data(elem,key,data);}else{data=undefined;}}
return data;}
function isEmptyDataObject(obj){for(var name in obj){if(name!=="toJSON"){return false;}}
return true;}
function handleQueueMarkDefer(elem,type,src){var deferDataKey=type+"defer",queueDataKey=type+"queue",markDataKey=type+"mark",defer=jQuery.data(elem,deferDataKey,undefined,true);if(defer&&(src==="queue"||!jQuery.data(elem,queueDataKey,undefined,true))&&(src==="mark"||!jQuery.data(elem,markDataKey,undefined,true))){setTimeout(function(){if(!jQuery.data(elem,queueDataKey,undefined,true)&&!jQuery.data(elem,markDataKey,undefined,true)){jQuery.removeData(elem,deferDataKey,true);defer.resolve();}},0);}}
jQuery.extend({_mark:function(elem,type){if(elem){type=(type||"fx")+"mark";jQuery.data(elem,type,(jQuery.data(elem,type,undefined,true)||0)+1,true);}},_unmark:function(force,elem,type){if(force!==true){type=elem;elem=force;force=false;}
if(elem){type=type||"fx";var key=type+"mark",count=force?0:((jQuery.data(elem,key,undefined,true)||1)-1);if(count){jQuery.data(elem,key,count,true);}else{jQuery.removeData(elem,key,true);handleQueueMarkDefer(elem,type,"mark");}}},queue:function(elem,type,data){if(elem){type=(type||"fx")+"queue";var q=jQuery.data(elem,type,undefined,true);if(data){if(!q||jQuery.isArray(data)){q=jQuery.data(elem,type,jQuery.makeArray(data),true);}else{q.push(data);}}
return q||[];}},dequeue:function(elem,type){type=type||"fx";var queue=jQuery.queue(elem,type),fn=queue.shift(),defer;if(fn==="inprogress"){fn=queue.shift();}
if(fn){if(type==="fx"){queue.unshift("inprogress");}
fn.call(elem,function(){jQuery.dequeue(elem,type);});}
if(!queue.length){jQuery.removeData(elem,type+"queue",true);handleQueueMarkDefer(elem,type,"queue");}}});jQuery.fn.extend({queue:function(type,data){if(typeof type!=="string"){data=type;type="fx";}
if(data===undefined){return jQuery.queue(this[0],type);}
return this.each(function(){var queue=jQuery.queue(this,type,data);if(type==="fx"&&queue[0]!=="inprogress"){jQuery.dequeue(this,type);}});},dequeue:function(type){return this.each(function(){jQuery.dequeue(this,type);});},delay:function(time,type){time=jQuery.fx?jQuery.fx.speeds[time]||time:time;type=type||"fx";return this.queue(type,function(){var elem=this;setTimeout(function(){jQuery.dequeue(elem,type);},time);});},clearQueue:function(type){return this.queue(type||"fx",[]);},promise:function(type,object){if(typeof type!=="string"){object=type;type=undefined;}
type=type||"fx";var defer=jQuery.Deferred(),elements=this,i=elements.length,count=1,deferDataKey=type+"defer",queueDataKey=type+"queue",markDataKey=type+"mark",tmp;function resolve(){if(!(--count)){defer.resolveWith(elements,[elements]);}}
while(i--){if((tmp=jQuery.data(elements[i],deferDataKey,undefined,true)||(jQuery.data(elements[i],queueDataKey,undefined,true)||jQuery.data(elements[i],markDataKey,undefined,true))&&jQuery.data(elements[i],deferDataKey,jQuery._Deferred(),true))){count++;tmp.done(resolve);}}
resolve();return defer.promise();}});var rclass=/[\n\t\r]/g,rspace=/\s+/,rreturn=/\r/g,rtype=/^(?:button|input)$/i,rfocusable=/^(?:button|input|object|select|textarea)$/i,rclickable=/^a(?:rea)?$/i,rboolean=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,rinvalidChar=/\:|^on/,formHook,boolHook;jQuery.fn.extend({attr:function(name,value){return jQuery.access(this,name,value,true,jQuery.attr);},removeAttr:function(name){return this.each(function(){jQuery.removeAttr(this,name);});},prop:function(name,value){return jQuery.access(this,name,value,true,jQuery.prop);},removeProp:function(name){name=jQuery.propFix[name]||name;return this.each(function(){try{this[name]=undefined;delete this[name];}catch(e){}});},addClass:function(value){var classNames,i,l,elem,setClass,c,cl;if(jQuery.isFunction(value)){return this.each(function(j){jQuery(this).addClass(value.call(this,j,this.className));});}
if(value&&typeof value==="string"){classNames=value.split(rspace);for(i=0,l=this.length;i<l;i++){elem=this[i];if(elem.nodeType===1){if(!elem.className&&classNames.length===1){elem.className=value;}else{setClass=" "+elem.className+" ";for(c=0,cl=classNames.length;c<cl;c++){if(!~setClass.indexOf(" "+classNames[c]+" ")){setClass+=classNames[c]+" ";}}
elem.className=jQuery.trim(setClass);}}}}
return this;},removeClass:function(value){var classNames,i,l,elem,className,c,cl;if(jQuery.isFunction(value)){return this.each(function(j){jQuery(this).removeClass(value.call(this,j,this.className));});}
if((value&&typeof value==="string")||value===undefined){classNames=(value||"").split(rspace);for(i=0,l=this.length;i<l;i++){elem=this[i];if(elem.nodeType===1&&elem.className){if(value){className=(" "+elem.className+" ").replace(rclass," ");for(c=0,cl=classNames.length;c<cl;c++){className=className.replace(" "+classNames[c]+" "," ");}
elem.className=jQuery.trim(className);}else{elem.className="";}}}}
return this;},toggleClass:function(value,stateVal){var type=typeof value,isBool=typeof stateVal==="boolean";if(jQuery.isFunction(value)){return this.each(function(i){jQuery(this).toggleClass(value.call(this,i,this.className,stateVal),stateVal);});}
return this.each(function(){if(type==="string"){var className,i=0,self=jQuery(this),state=stateVal,classNames=value.split(rspace);while((className=classNames[i++])){state=isBool?state:!self.hasClass(className);self[state?"addClass":"removeClass"](className);}}else if(type==="undefined"||type==="boolean"){if(this.className){jQuery._data(this,"__className__",this.className);}
this.className=this.className||value===false?"":jQuery._data(this,"__className__")||"";}});},hasClass:function(selector){var className=" "+selector+" ";for(var i=0,l=this.length;i<l;i++){if((" "+this[i].className+" ").replace(rclass," ").indexOf(className)>-1){return true;}}
return false;},val:function(value){var hooks,ret,elem=this[0];if(!arguments.length){if(elem){hooks=jQuery.valHooks[elem.nodeName.toLowerCase()]||jQuery.valHooks[elem.type];if(hooks&&"get"in hooks&&(ret=hooks.get(elem,"value"))!==undefined){return ret;}
ret=elem.value;return typeof ret==="string"?ret.replace(rreturn,""):ret==null?"":ret;}
return undefined;}
var isFunction=jQuery.isFunction(value);return this.each(function(i){var self=jQuery(this),val;if(this.nodeType!==1){return;}
if(isFunction){val=value.call(this,i,self.val());}else{val=value;}
if(val==null){val="";}else if(typeof val==="number"){val+="";}else if(jQuery.isArray(val)){val=jQuery.map(val,function(value){return value==null?"":value+"";});}
hooks=jQuery.valHooks[this.nodeName.toLowerCase()]||jQuery.valHooks[this.type];if(!hooks||!("set"in hooks)||hooks.set(this,val,"value")===undefined){this.value=val;}});}});jQuery.extend({valHooks:{option:{get:function(elem){var val=elem.attributes.value;return!val||val.specified?elem.value:elem.text;}},select:{get:function(elem){var value,index=elem.selectedIndex,values=[],options=elem.options,one=elem.type==="select-one";if(index<0){return null;}
for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected&&(jQuery.support.optDisabled?!option.disabled:option.getAttribute("disabled")===null)&&(!option.parentNode.disabled||!jQuery.nodeName(option.parentNode,"optgroup"))){value=jQuery(option).val();if(one){return value;}
values.push(value);}}
if(one&&!values.length&&options.length){return jQuery(options[index]).val();}
return values;},set:function(elem,value){var values=jQuery.makeArray(value);jQuery(elem).find("option").each(function(){this.selected=jQuery.inArray(jQuery(this).val(),values)>=0;});if(!values.length){elem.selectedIndex=-1;}
return values;}}},attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attrFix:{tabindex:"tabIndex"},attr:function(elem,name,value,pass){var nType=elem.nodeType;if(!elem||nType===3||nType===8||nType===2){return undefined;}
if(pass&&name in jQuery.attrFn){return jQuery(elem)[name](value);}
if(!("getAttribute"in elem)){return jQuery.prop(elem,name,value);}
var ret,hooks,notxml=nType!==1||!jQuery.isXMLDoc(elem);if(notxml){name=jQuery.attrFix[name]||name;hooks=jQuery.attrHooks[name];if(!hooks){if(rboolean.test(name)){hooks=boolHook;}else if(formHook&&name!=="className"&&(jQuery.nodeName(elem,"form")||rinvalidChar.test(name))){hooks=formHook;}}}
if(value!==undefined){if(value===null){jQuery.removeAttr(elem,name);return undefined;}else if(hooks&&"set"in hooks&&notxml&&(ret=hooks.set(elem,value,name))!==undefined){return ret;}else{elem.setAttribute(name,""+value);return value;}}else if(hooks&&"get"in hooks&&notxml&&(ret=hooks.get(elem,name))!==null){return ret;}else{ret=elem.getAttribute(name);return ret===null?undefined:ret;}},removeAttr:function(elem,name){var propName;if(elem.nodeType===1){name=jQuery.attrFix[name]||name;if(jQuery.support.getSetAttribute){elem.removeAttribute(name);}else{jQuery.attr(elem,name,"");elem.removeAttributeNode(elem.getAttributeNode(name));}
if(rboolean.test(name)&&(propName=jQuery.propFix[name]||name)in elem){elem[propName]=false;}}},attrHooks:{type:{set:function(elem,value){if(rtype.test(elem.nodeName)&&elem.parentNode){jQuery.error("type property can't be changed");}else if(!jQuery.support.radioValue&&value==="radio"&&jQuery.nodeName(elem,"input")){var val=elem.value;elem.setAttribute("type",value);if(val){elem.value=val;}
return value;}}},tabIndex:{get:function(elem){var attributeNode=elem.getAttributeNode("tabIndex");return attributeNode&&attributeNode.specified?parseInt(attributeNode.value,10):rfocusable.test(elem.nodeName)||rclickable.test(elem.nodeName)&&elem.href?0:undefined;}},value:{get:function(elem,name){if(formHook&&jQuery.nodeName(elem,"button")){return formHook.get(elem,name);}
return name in elem?elem.value:null;},set:function(elem,value,name){if(formHook&&jQuery.nodeName(elem,"button")){return formHook.set(elem,value,name);}
elem.value=value;}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(elem,name,value){var nType=elem.nodeType;if(!elem||nType===3||nType===8||nType===2){return undefined;}
var ret,hooks,notxml=nType!==1||!jQuery.isXMLDoc(elem);if(notxml){name=jQuery.propFix[name]||name;hooks=jQuery.propHooks[name];}
if(value!==undefined){if(hooks&&"set"in hooks&&(ret=hooks.set(elem,value,name))!==undefined){return ret;}else{return(elem[name]=value);}}else{if(hooks&&"get"in hooks&&(ret=hooks.get(elem,name))!==undefined){return ret;}else{return elem[name];}}},propHooks:{}});boolHook={get:function(elem,name){return jQuery.prop(elem,name)?name.toLowerCase():undefined;},set:function(elem,value,name){var propName;if(value===false){jQuery.removeAttr(elem,name);}else{propName=jQuery.propFix[name]||name;if(propName in elem){elem[propName]=true;}
elem.setAttribute(name,name.toLowerCase());}
return name;}};if(!jQuery.support.getSetAttribute){jQuery.attrFix=jQuery.propFix;formHook=jQuery.attrHooks.name=jQuery.attrHooks.title=jQuery.valHooks.button={get:function(elem,name){var ret;ret=elem.getAttributeNode(name);return ret&&ret.nodeValue!==""?ret.nodeValue:undefined;},set:function(elem,value,name){var ret=elem.getAttributeNode(name);if(ret){ret.nodeValue=value;return value;}}};jQuery.each(["width","height"],function(i,name){jQuery.attrHooks[name]=jQuery.extend(jQuery.attrHooks[name],{set:function(elem,value){if(value===""){elem.setAttribute(name,"auto");return value;}}});});}
if(!jQuery.support.hrefNormalized){jQuery.each(["href","src","width","height"],function(i,name){jQuery.attrHooks[name]=jQuery.extend(jQuery.attrHooks[name],{get:function(elem){var ret=elem.getAttribute(name,2);return ret===null?undefined:ret;}});});}
if(!jQuery.support.style){jQuery.attrHooks.style={get:function(elem){return elem.style.cssText.toLowerCase()||undefined;},set:function(elem,value){return(elem.style.cssText=""+value);}};}
if(!jQuery.support.optSelected){jQuery.propHooks.selected=jQuery.extend(jQuery.propHooks.selected,{get:function(elem){var parent=elem.parentNode;if(parent){parent.selectedIndex;if(parent.parentNode){parent.parentNode.selectedIndex;}}}});}
if(!jQuery.support.checkOn){jQuery.each(["radio","checkbox"],function(){jQuery.valHooks[this]={get:function(elem){return elem.getAttribute("value")===null?"on":elem.value;}};});}
jQuery.each(["radio","checkbox"],function(){jQuery.valHooks[this]=jQuery.extend(jQuery.valHooks[this],{set:function(elem,value){if(jQuery.isArray(value)){return(elem.checked=jQuery.inArray(jQuery(elem).val(),value)>=0);}}});});var rnamespaces=/\.(.*)$/,rformElems=/^(?:textarea|input|select)$/i,rperiod=/\./g,rspaces=/ /g,rescape=/[^\w\s.|`]/g,fcleanup=function(nm){return nm.replace(rescape,"\\$&");};jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType===3||elem.nodeType===8){return;}
if(handler===false){handler=returnFalse;}else if(!handler){return;}
var handleObjIn,handleObj;if(handler.handler){handleObjIn=handler;handler=handleObjIn.handler;}
if(!handler.guid){handler.guid=jQuery.guid++;}
var elemData=jQuery._data(elem);if(!elemData){return;}
var events=elemData.events,eventHandle=elemData.handle;if(!events){elemData.events=events={};}
if(!eventHandle){elemData.handle=eventHandle=function(e){return typeof jQuery!=="undefined"&&(!e||jQuery.event.triggered!==e.type)?jQuery.event.handle.apply(eventHandle.elem,arguments):undefined;};}
eventHandle.elem=elem;types=types.split(" ");var type,i=0,namespaces;while((type=types[i++])){handleObj=handleObjIn?jQuery.extend({},handleObjIn):{handler:handler,data:data};if(type.indexOf(".")>-1){namespaces=type.split(".");type=namespaces.shift();handleObj.namespace=namespaces.slice(0).sort().join(".");}else{namespaces=[];handleObj.namespace="";}
handleObj.type=type;if(!handleObj.guid){handleObj.guid=handler.guid;}
var handlers=events[type],special=jQuery.event.special[type]||{};if(!handlers){handlers=events[type]=[];if(!special.setup||special.setup.call(elem,data,namespaces,eventHandle)===false){if(elem.addEventListener){elem.addEventListener(type,eventHandle,false);}else if(elem.attachEvent){elem.attachEvent("on"+type,eventHandle);}}}
if(special.add){special.add.call(elem,handleObj);if(!handleObj.handler.guid){handleObj.handler.guid=handler.guid;}}
handlers.push(handleObj);jQuery.event.global[type]=true;}
elem=null;},global:{},remove:function(elem,types,handler,pos){if(elem.nodeType===3||elem.nodeType===8){return;}
if(handler===false){handler=returnFalse;}
var ret,type,fn,j,i=0,all,namespaces,namespace,special,eventType,handleObj,origType,elemData=jQuery.hasData(elem)&&jQuery._data(elem),events=elemData&&elemData.events;if(!elemData||!events){return;}
if(types&&types.type){handler=types.handler;types=types.type;}
if(!types||typeof types==="string"&&types.charAt(0)==="."){types=types||"";for(type in events){jQuery.event.remove(elem,type+types);}
return;}
types=types.split(" ");while((type=types[i++])){origType=type;handleObj=null;all=type.indexOf(".")<0;namespaces=[];if(!all){namespaces=type.split(".");type=namespaces.shift();namespace=new RegExp("(^|\\.)"+
jQuery.map(namespaces.slice(0).sort(),fcleanup).join("\\.(?:.*\\.)?")+"(\\.|$)");}
eventType=events[type];if(!eventType){continue;}
if(!handler){for(j=0;j<eventType.length;j++){handleObj=eventType[j];if(all||namespace.test(handleObj.namespace)){jQuery.event.remove(elem,origType,handleObj.handler,j);eventType.splice(j--,1);}}
continue;}
special=jQuery.event.special[type]||{};for(j=pos||0;j<eventType.length;j++){handleObj=eventType[j];if(handler.guid===handleObj.guid){if(all||namespace.test(handleObj.namespace)){if(pos==null){eventType.splice(j--,1);}
if(special.remove){special.remove.call(elem,handleObj);}}
if(pos!=null){break;}}}
if(eventType.length===0||pos!=null&&eventType.length===1){if(!special.teardown||special.teardown.call(elem,namespaces)===false){jQuery.removeEvent(elem,type,elemData.handle);}
ret=null;delete events[type];}}
if(jQuery.isEmptyObject(events)){var handle=elemData.handle;if(handle){handle.elem=null;}
delete elemData.events;delete elemData.handle;if(jQuery.isEmptyObject(elemData)){jQuery.removeData(elem,undefined,true);}}},customEvent:{"getData":true,"setData":true,"changeData":true},trigger:function(event,data,elem,onlyHandlers){var type=event.type||event,namespaces=[],exclusive;if(type.indexOf("!")>=0){type=type.slice(0,-1);exclusive=true;}
if(type.indexOf(".")>=0){namespaces=type.split(".");type=namespaces.shift();namespaces.sort();}
if((!elem||jQuery.event.customEvent[type])&&!jQuery.event.global[type]){return;}
event=typeof event==="object"?event[jQuery.expando]?event:new jQuery.Event(type,event):new jQuery.Event(type);event.type=type;event.exclusive=exclusive;event.namespace=namespaces.join(".");event.namespace_re=new RegExp("(^|\\.)"+namespaces.join("\\.(?:.*\\.)?")+"(\\.|$)");if(onlyHandlers||!elem){event.preventDefault();event.stopPropagation();}
if(!elem){jQuery.each(jQuery.cache,function(){var internalKey=jQuery.expando,internalCache=this[internalKey];if(internalCache&&internalCache.events&&internalCache.events[type]){jQuery.event.trigger(event,data,internalCache.handle.elem);}});return;}
if(elem.nodeType===3||elem.nodeType===8){return;}
event.result=undefined;event.target=elem;data=data!=null?jQuery.makeArray(data):[];data.unshift(event);var cur=elem,ontype=type.indexOf(":")<0?"on"+type:"";do{var handle=jQuery._data(cur,"handle");event.currentTarget=cur;if(handle){handle.apply(cur,data);}
if(ontype&&jQuery.acceptData(cur)&&cur[ontype]&&cur[ontype].apply(cur,data)===false){event.result=false;event.preventDefault();}
cur=cur.parentNode||cur.ownerDocument||cur===event.target.ownerDocument&&window;}while(cur&&!event.isPropagationStopped());if(!event.isDefaultPrevented()){var old,special=jQuery.event.special[type]||{};if((!special._default||special._default.call(elem.ownerDocument,event)===false)&&!(type==="click"&&jQuery.nodeName(elem,"a"))&&jQuery.acceptData(elem)){try{if(ontype&&elem[type]){old=elem[ontype];if(old){elem[ontype]=null;}
jQuery.event.triggered=type;elem[type]();}}catch(ieError){}
if(old){elem[ontype]=old;}
jQuery.event.triggered=undefined;}}
return event.result;},handle:function(event){event=jQuery.event.fix(event||window.event);var handlers=((jQuery._data(this,"events")||{})[event.type]||[]).slice(0),run_all=!event.exclusive&&!event.namespace,args=Array.prototype.slice.call(arguments,0);args[0]=event;event.currentTarget=this;for(var j=0,l=handlers.length;j<l;j++){var handleObj=handlers[j];if(run_all||event.namespace_re.test(handleObj.namespace)){event.handler=handleObj.handler;event.data=handleObj.data;event.handleObj=handleObj;var ret=handleObj.handler.apply(this,args);if(ret!==undefined){event.result=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}
if(event.isImmediatePropagationStopped()){break;}}}
return event.result;},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(event){if(event[jQuery.expando]){return event;}
var originalEvent=event;event=jQuery.Event(originalEvent);for(var i=this.props.length,prop;i;){prop=this.props[--i];event[prop]=originalEvent[prop];}
if(!event.target){event.target=event.srcElement||document;}
if(event.target.nodeType===3){event.target=event.target.parentNode;}
if(!event.relatedTarget&&event.fromElement){event.relatedTarget=event.fromElement===event.target?event.toElement:event.fromElement;}
if(event.pageX==null&&event.clientX!=null){var eventDocument=event.target.ownerDocument||document,doc=eventDocument.documentElement,body=eventDocument.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc&&doc.clientLeft||body&&body.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc&&doc.clientTop||body&&body.clientTop||0);}
if(event.which==null&&(event.charCode!=null||event.keyCode!=null)){event.which=event.charCode!=null?event.charCode:event.keyCode;}
if(!event.metaKey&&event.ctrlKey){event.metaKey=event.ctrlKey;}
if(!event.which&&event.button!==undefined){event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));}
return event;},guid:1E8,proxy:jQuery.proxy,special:{ready:{setup:jQuery.bindReady,teardown:jQuery.noop},live:{add:function(handleObj){jQuery.event.add(this,liveConvert(handleObj.origType,handleObj.selector),jQuery.extend({},handleObj,{handler:liveHandler,guid:handleObj.handler.guid}));},remove:function(handleObj){jQuery.event.remove(this,liveConvert(handleObj.origType,handleObj.selector),handleObj);}},beforeunload:{setup:function(data,namespaces,eventHandle){if(jQuery.isWindow(this)){this.onbeforeunload=eventHandle;}},teardown:function(namespaces,eventHandle){if(this.onbeforeunload===eventHandle){this.onbeforeunload=null;}}}}};jQuery.removeEvent=document.removeEventListener?function(elem,type,handle){if(elem.removeEventListener){elem.removeEventListener(type,handle,false);}}:function(elem,type,handle){if(elem.detachEvent){elem.detachEvent("on"+type,handle);}};jQuery.Event=function(src,props){if(!this.preventDefault){return new jQuery.Event(src,props);}
if(src&&src.type){this.originalEvent=src;this.type=src.type;this.isDefaultPrevented=(src.defaultPrevented||src.returnValue===false||src.getPreventDefault&&src.getPreventDefault())?returnTrue:returnFalse;}else{this.type=src;}
if(props){jQuery.extend(this,props);}
this.timeStamp=jQuery.now();this[jQuery.expando]=true;};function returnFalse(){return false;}
function returnTrue(){return true;}
jQuery.Event.prototype={preventDefault:function(){this.isDefaultPrevented=returnTrue;var e=this.originalEvent;if(!e){return;}
if(e.preventDefault){e.preventDefault();}else{e.returnValue=false;}},stopPropagation:function(){this.isPropagationStopped=returnTrue;var e=this.originalEvent;if(!e){return;}
if(e.stopPropagation){e.stopPropagation();}
e.cancelBubble=true;},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=returnTrue;this.stopPropagation();},isDefaultPrevented:returnFalse,isPropagationStopped:returnFalse,isImmediatePropagationStopped:returnFalse};var withinElement=function(event){var related=event.relatedTarget,inside=false,eventType=event.type;event.type=event.data;if(related!==this){if(related){inside=jQuery.contains(this,related);}
if(!inside){jQuery.event.handle.apply(this,arguments);event.type=eventType;}}},delegate=function(event){event.type=event.data;jQuery.event.handle.apply(this,arguments);};jQuery.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(orig,fix){jQuery.event.special[orig]={setup:function(data){jQuery.event.add(this,fix,data&&data.selector?delegate:withinElement,orig);},teardown:function(data){jQuery.event.remove(this,fix,data&&data.selector?delegate:withinElement);}};});if(!jQuery.support.submitBubbles){jQuery.event.special.submit={setup:function(data,namespaces){if(!jQuery.nodeName(this,"form")){jQuery.event.add(this,"click.specialSubmit",function(e){var elem=e.target,type=elem.type;if((type==="submit"||type==="image")&&jQuery(elem).closest("form").length){trigger("submit",this,arguments);}});jQuery.event.add(this,"keypress.specialSubmit",function(e){var elem=e.target,type=elem.type;if((type==="text"||type==="password")&&jQuery(elem).closest("form").length&&e.keyCode===13){trigger("submit",this,arguments);}});}else{return false;}},teardown:function(namespaces){jQuery.event.remove(this,".specialSubmit");}};}
if(!jQuery.support.changeBubbles){var changeFilters,getVal=function(elem){var type=elem.type,val=elem.value;if(type==="radio"||type==="checkbox"){val=elem.checked;}else if(type==="select-multiple"){val=elem.selectedIndex>-1?jQuery.map(elem.options,function(elem){return elem.selected;}).join("-"):"";}else if(jQuery.nodeName(elem,"select")){val=elem.selectedIndex;}
return val;},testChange=function testChange(e){var elem=e.target,data,val;if(!rformElems.test(elem.nodeName)||elem.readOnly){return;}
data=jQuery._data(elem,"_change_data");val=getVal(elem);if(e.type!=="focusout"||elem.type!=="radio"){jQuery._data(elem,"_change_data",val);}
if(data===undefined||val===data){return;}
if(data!=null||val){e.type="change";e.liveFired=undefined;jQuery.event.trigger(e,arguments[1],elem);}};jQuery.event.special.change={filters:{focusout:testChange,beforedeactivate:testChange,click:function(e){var elem=e.target,type=jQuery.nodeName(elem,"input")?elem.type:"";if(type==="radio"||type==="checkbox"||jQuery.nodeName(elem,"select")){testChange.call(this,e);}},keydown:function(e){var elem=e.target,type=jQuery.nodeName(elem,"input")?elem.type:"";if((e.keyCode===13&&!jQuery.nodeName(elem,"textarea"))||(e.keyCode===32&&(type==="checkbox"||type==="radio"))||type==="select-multiple"){testChange.call(this,e);}},beforeactivate:function(e){var elem=e.target;jQuery._data(elem,"_change_data",getVal(elem));}},setup:function(data,namespaces){if(this.type==="file"){return false;}
for(var type in changeFilters){jQuery.event.add(this,type+".specialChange",changeFilters[type]);}
return rformElems.test(this.nodeName);},teardown:function(namespaces){jQuery.event.remove(this,".specialChange");return rformElems.test(this.nodeName);}};changeFilters=jQuery.event.special.change.filters;changeFilters.focus=changeFilters.beforeactivate;}
function trigger(type,elem,args){var event=jQuery.extend({},args[0]);event.type=type;event.originalEvent={};event.liveFired=undefined;jQuery.event.handle.call(elem,event);if(event.isDefaultPrevented()){args[0].preventDefault();}}
if(!jQuery.support.focusinBubbles){jQuery.each({focus:"focusin",blur:"focusout"},function(orig,fix){var attaches=0;jQuery.event.special[fix]={setup:function(){if(attaches++===0){document.addEventListener(orig,handler,true);}},teardown:function(){if(--attaches===0){document.removeEventListener(orig,handler,true);}}};function handler(donor){var e=jQuery.event.fix(donor);e.type=fix;e.originalEvent={};jQuery.event.trigger(e,null,e.target);if(e.isDefaultPrevented()){donor.preventDefault();}}});}
jQuery.each(["bind","one"],function(i,name){jQuery.fn[name]=function(type,data,fn){var handler;if(typeof type==="object"){for(var key in type){this[name](key,data,type[key],fn);}
return this;}
if(arguments.length===2||data===false){fn=data;data=undefined;}
if(name==="one"){handler=function(event){jQuery(this).unbind(event,handler);return fn.apply(this,arguments);};handler.guid=fn.guid||jQuery.guid++;}else{handler=fn;}
if(type==="unload"&&name!=="one"){this.one(type,data,fn);}else{for(var i=0,l=this.length;i<l;i++){jQuery.event.add(this[i],type,handler,data);}}
return this;};});jQuery.fn.extend({unbind:function(type,fn){if(typeof type==="object"&&!type.preventDefault){for(var key in type){this.unbind(key,type[key]);}}else{for(var i=0,l=this.length;i<l;i++){jQuery.event.remove(this[i],type,fn);}}
return this;},delegate:function(selector,types,data,fn){return this.live(types,data,fn,selector);},undelegate:function(selector,types,fn){if(arguments.length===0){return this.unbind("live");}else{return this.die(types,null,fn,selector);}},trigger:function(type,data){return this.each(function(){jQuery.event.trigger(type,data,this);});},triggerHandler:function(type,data){if(this[0]){return jQuery.event.trigger(type,data,this[0],true);}},toggle:function(fn){var args=arguments,guid=fn.guid||jQuery.guid++,i=0,toggler=function(event){var lastToggle=(jQuery.data(this,"lastToggle"+fn.guid)||0)%i;jQuery.data(this,"lastToggle"+fn.guid,lastToggle+1);event.preventDefault();return args[lastToggle].apply(this,arguments)||false;};toggler.guid=guid;while(i<args.length){args[i++].guid=guid;}
return this.click(toggler);},hover:function(fnOver,fnOut){return this.mouseenter(fnOver).mouseleave(fnOut||fnOver);}});var liveMap={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};jQuery.each(["live","die"],function(i,name){jQuery.fn[name]=function(types,data,fn,origSelector){var type,i=0,match,namespaces,preType,selector=origSelector||this.selector,context=origSelector?this:jQuery(this.context);if(typeof types==="object"&&!types.preventDefault){for(var key in types){context[name](key,data,types[key],selector);}
return this;}
if(name==="die"&&!types&&origSelector&&origSelector.charAt(0)==="."){context.unbind(origSelector);return this;}
if(data===false||jQuery.isFunction(data)){fn=data||returnFalse;data=undefined;}
types=(types||"").split(" ");while((type=types[i++])!=null){match=rnamespaces.exec(type);namespaces="";if(match){namespaces=match[0];type=type.replace(rnamespaces,"");}
if(type==="hover"){types.push("mouseenter"+namespaces,"mouseleave"+namespaces);continue;}
preType=type;if(liveMap[type]){types.push(liveMap[type]+namespaces);type=type+namespaces;}else{type=(liveMap[type]||type)+namespaces;}
if(name==="live"){for(var j=0,l=context.length;j<l;j++){jQuery.event.add(context[j],"live."+liveConvert(type,selector),{data:data,selector:selector,handler:fn,origType:type,origHandler:fn,preType:preType});}}else{context.unbind("live."+liveConvert(type,selector),fn);}}
return this;};});function liveHandler(event){var stop,maxLevel,related,match,handleObj,elem,j,i,l,data,close,namespace,ret,elems=[],selectors=[],events=jQuery._data(this,"events");if(event.liveFired===this||!events||!events.live||event.target.disabled||event.button&&event.type==="click"){return;}
if(event.namespace){namespace=new RegExp("(^|\\.)"+event.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");}
event.liveFired=this;var live=events.live.slice(0);for(j=0;j<live.length;j++){handleObj=live[j];if(handleObj.origType.replace(rnamespaces,"")===event.type){selectors.push(handleObj.selector);}else{live.splice(j--,1);}}
match=jQuery(event.target).closest(selectors,event.currentTarget);for(i=0,l=match.length;i<l;i++){close=match[i];for(j=0;j<live.length;j++){handleObj=live[j];if(close.selector===handleObj.selector&&(!namespace||namespace.test(handleObj.namespace))&&!close.elem.disabled){elem=close.elem;related=null;if(handleObj.preType==="mouseenter"||handleObj.preType==="mouseleave"){event.type=handleObj.preType;related=jQuery(event.relatedTarget).closest(handleObj.selector)[0];if(related&&jQuery.contains(elem,related)){related=elem;}}
if(!related||related!==elem){elems.push({elem:elem,handleObj:handleObj,level:close.level});}}}}
for(i=0,l=elems.length;i<l;i++){match=elems[i];if(maxLevel&&match.level>maxLevel){break;}
event.currentTarget=match.elem;event.data=match.handleObj.data;event.handleObj=match.handleObj;ret=match.handleObj.origHandler.apply(match.elem,arguments);if(ret===false||event.isPropagationStopped()){maxLevel=match.level;if(ret===false){stop=false;}
if(event.isImmediatePropagationStopped()){break;}}}
return stop;}
function liveConvert(type,selector){return(type&&type!=="*"?type+".":"")+selector.replace(rperiod,"`").replace(rspaces,"&");}
jQuery.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(i,name){jQuery.fn[name]=function(data,fn){if(fn==null){fn=data;data=null;}
return arguments.length>0?this.bind(name,data,fn):this.trigger(name);};if(jQuery.attrFn){jQuery.attrFn[name]=true;}});
/*
 * Sizzle CSS Selector Engine
 *  Copyright 2011, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true,rBackslash=/\\/g,rNonWord=/\W/;[0,0].sort(function(){baseHasDuplicate=false;return 0;});var Sizzle=function(selector,context,results,seed){results=results||[];context=context||document;var origContext=context;if(context.nodeType!==1&&context.nodeType!==9){return[];}
if(!selector||typeof selector!=="string"){return results;}
var m,set,checkSet,extra,ret,cur,pop,i,prune=true,contextXML=Sizzle.isXML(context),parts=[],soFar=selector;do{chunker.exec("");m=chunker.exec(soFar);if(m){soFar=m[3];parts.push(m[1]);if(m[2]){extra=m[3];break;}}}while(m);if(parts.length>1&&origPOS.exec(selector)){if(parts.length===2&&Expr.relative[parts[0]]){set=posProcess(parts[0]+parts[1],context);}else{set=Expr.relative[parts[0]]?[context]:Sizzle(parts.shift(),context);while(parts.length){selector=parts.shift();if(Expr.relative[selector]){selector+=parts.shift();}
set=posProcess(selector,set);}}}else{if(!seed&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&!Expr.match.ID.test(parts[parts.length-1])){ret=Sizzle.find(parts.shift(),context,contextXML);context=ret.expr?Sizzle.filter(ret.expr,ret.set)[0]:ret.set[0];}
if(context){ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&(parts[0]==="~"||parts[0]==="+")&&context.parentNode?context.parentNode:context,contextXML);set=ret.expr?Sizzle.filter(ret.expr,ret.set):ret.set;if(parts.length>0){checkSet=makeArray(set);}else{prune=false;}
while(parts.length){cur=parts.pop();pop=cur;if(!Expr.relative[cur]){cur="";}else{pop=parts.pop();}
if(pop==null){pop=context;}
Expr.relative[cur](checkSet,pop,contextXML);}}else{checkSet=parts=[];}}
if(!checkSet){checkSet=set;}
if(!checkSet){Sizzle.error(cur||selector);}
if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet);}else if(context&&context.nodeType===1){for(i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&Sizzle.contains(context,checkSet[i]))){results.push(set[i]);}}}else{for(i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){results.push(set[i]);}}}}else{makeArray(checkSet,results);}
if(extra){Sizzle(extra,origContext,results,seed);Sizzle.uniqueSort(results);}
return results;};Sizzle.uniqueSort=function(results){if(sortOrder){hasDuplicate=baseHasDuplicate;results.sort(sortOrder);if(hasDuplicate){for(var i=1;i<results.length;i++){if(results[i]===results[i-1]){results.splice(i--,1);}}}}
return results;};Sizzle.matches=function(expr,set){return Sizzle(expr,null,null,set);};Sizzle.matchesSelector=function(node,expr){return Sizzle(expr,null,null,[node]).length>0;};Sizzle.find=function(expr,context,isXML){var set;if(!expr){return[];}
for(var i=0,l=Expr.order.length;i<l;i++){var match,type=Expr.order[i];if((match=Expr.leftMatch[type].exec(expr))){var left=match[1];match.splice(1,1);if(left.substr(left.length-1)!=="\\"){match[1]=(match[1]||"").replace(rBackslash,"");set=Expr.find[type](match,context,isXML);if(set!=null){expr=expr.replace(Expr.match[type],"");break;}}}}
if(!set){set=typeof context.getElementsByTagName!=="undefined"?context.getElementsByTagName("*"):[];}
return{set:set,expr:expr};};Sizzle.filter=function(expr,set,inplace,not){var match,anyFound,old=expr,result=[],curLoop=set,isXMLFilter=set&&set[0]&&Sizzle.isXML(set[0]);while(expr&&set.length){for(var type in Expr.filter){if((match=Expr.leftMatch[type].exec(expr))!=null&&match[2]){var found,item,filter=Expr.filter[type],left=match[1];anyFound=false;match.splice(1,1);if(left.substr(left.length-1)==="\\"){continue;}
if(curLoop===result){result=[];}
if(Expr.preFilter[type]){match=Expr.preFilter[type](match,curLoop,inplace,result,not,isXMLFilter);if(!match){anyFound=found=true;}else if(match===true){continue;}}
if(match){for(var i=0;(item=curLoop[i])!=null;i++){if(item){found=filter(item,match,i,curLoop);var pass=not^!!found;if(inplace&&found!=null){if(pass){anyFound=true;}else{curLoop[i]=false;}}else if(pass){result.push(item);anyFound=true;}}}}
if(found!==undefined){if(!inplace){curLoop=result;}
expr=expr.replace(Expr.match[type],"");if(!anyFound){return[];}
break;}}}
if(expr===old){if(anyFound==null){Sizzle.error(expr);}else{break;}}
old=expr;}
return curLoop;};Sizzle.error=function(msg){throw"Syntax error, unrecognized expression: "+msg;};var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href");},type:function(elem){return elem.getAttribute("type");}},relative:{"+":function(checkSet,part){var isPartStr=typeof part==="string",isTag=isPartStr&&!rNonWord.test(part),isPartStrNotTag=isPartStr&&!isTag;if(isTag){part=part.toLowerCase();}
for(var i=0,l=checkSet.length,elem;i<l;i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}
checkSet[i]=isPartStrNotTag||elem&&elem.nodeName.toLowerCase()===part?elem||false:elem===part;}}
if(isPartStrNotTag){Sizzle.filter(part,checkSet,true);}},">":function(checkSet,part){var elem,isPartStr=typeof part==="string",i=0,l=checkSet.length;if(isPartStr&&!rNonWord.test(part)){part=part.toLowerCase();for(;i<l;i++){elem=checkSet[i];if(elem){var parent=elem.parentNode;checkSet[i]=parent.nodeName.toLowerCase()===part?parent:false;}}}else{for(;i<l;i++){elem=checkSet[i];if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part;}}
if(isPartStr){Sizzle.filter(part,checkSet,true);}}},"":function(checkSet,part,isXML){var nodeCheck,doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!rNonWord.test(part)){part=part.toLowerCase();nodeCheck=part;checkFn=dirNodeCheck;}
checkFn("parentNode",part,doneName,checkSet,nodeCheck,isXML);},"~":function(checkSet,part,isXML){var nodeCheck,doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!rNonWord.test(part)){part=part.toLowerCase();nodeCheck=part;checkFn=dirNodeCheck;}
checkFn("previousSibling",part,doneName,checkSet,nodeCheck,isXML);}},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m&&m.parentNode?[m]:[];}},NAME:function(match,context){if(typeof context.getElementsByName!=="undefined"){var ret=[],results=context.getElementsByName(match[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===match[1]){ret.push(results[i]);}}
return ret.length===0?null:ret;}},TAG:function(match,context){if(typeof context.getElementsByTagName!=="undefined"){return context.getElementsByTagName(match[1]);}}},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(rBackslash,"")+" ";if(isXML){return match;}
for(var i=0,elem;(elem=curLoop[i])!=null;i++){if(elem){if(not^(elem.className&&(" "+elem.className+" ").replace(/[\t\n\r]/g," ").indexOf(match)>=0)){if(!inplace){result.push(elem);}}else if(inplace){curLoop[i]=false;}}}
return false;},ID:function(match){return match[1].replace(rBackslash,"");},TAG:function(match,curLoop){return match[1].replace(rBackslash,"").toLowerCase();},CHILD:function(match){if(match[1]==="nth"){if(!match[2]){Sizzle.error(match[0]);}
match[2]=match[2].replace(/^\+|\s*/g,'');var test=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(match[2]==="even"&&"2n"||match[2]==="odd"&&"2n+1"||!/\D/.test(match[2])&&"0n+"+match[2]||match[2]);match[2]=(test[1]+(test[2]||1))-0;match[3]=test[3]-0;}
else if(match[2]){Sizzle.error(match[0]);}
match[0]=done++;return match;},ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1]=match[1].replace(rBackslash,"");if(!isXML&&Expr.attrMap[name]){match[1]=Expr.attrMap[name];}
match[4]=(match[4]||match[5]||"").replace(rBackslash,"");if(match[2]==="~="){match[4]=" "+match[4]+" ";}
return match;},PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if((chunker.exec(match[3])||"").length>1||/^\w/.test(match[3])){match[3]=Sizzle(match[3],null,null,curLoop);}else{var ret=Sizzle.filter(match[3],curLoop,inplace,true^not);if(!inplace){result.push.apply(result,ret);}
return false;}}else if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true;}
return match;},POS:function(match){match.unshift(true);return match;}},filters:{enabled:function(elem){return elem.disabled===false&&elem.type!=="hidden";},disabled:function(elem){return elem.disabled===true;},checked:function(elem){return elem.checked===true;},selected:function(elem){if(elem.parentNode){elem.parentNode.selectedIndex;}
return elem.selected===true;},parent:function(elem){return!!elem.firstChild;},empty:function(elem){return!elem.firstChild;},has:function(elem,i,match){return!!Sizzle(match[3],elem).length;},header:function(elem){return(/h\d/i).test(elem.nodeName);},text:function(elem){var attr=elem.getAttribute("type"),type=elem.type;return elem.nodeName.toLowerCase()==="input"&&"text"===type&&(attr===type||attr===null);},radio:function(elem){return elem.nodeName.toLowerCase()==="input"&&"radio"===elem.type;},checkbox:function(elem){return elem.nodeName.toLowerCase()==="input"&&"checkbox"===elem.type;},file:function(elem){return elem.nodeName.toLowerCase()==="input"&&"file"===elem.type;},password:function(elem){return elem.nodeName.toLowerCase()==="input"&&"password"===elem.type;},submit:function(elem){var name=elem.nodeName.toLowerCase();return(name==="input"||name==="button")&&"submit"===elem.type;},image:function(elem){return elem.nodeName.toLowerCase()==="input"&&"image"===elem.type;},reset:function(elem){var name=elem.nodeName.toLowerCase();return(name==="input"||name==="button")&&"reset"===elem.type;},button:function(elem){var name=elem.nodeName.toLowerCase();return name==="input"&&"button"===elem.type||name==="button";},input:function(elem){return(/input|select|textarea|button/i).test(elem.nodeName);},focus:function(elem){return elem===elem.ownerDocument.activeElement;}},setFilters:{first:function(elem,i){return i===0;},last:function(elem,i,match,array){return i===array.length-1;},even:function(elem,i){return i%2===0;},odd:function(elem,i){return i%2===1;},lt:function(elem,i,match){return i<match[3]-0;},gt:function(elem,i,match){return i>match[3]-0;},nth:function(elem,i,match){return match[3]-0===i;},eq:function(elem,i,match){return match[3]-0===i;}},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name];if(filter){return filter(elem,i,match,array);}else if(name==="contains"){return(elem.textContent||elem.innerText||Sizzle.getText([elem])||"").indexOf(match[3])>=0;}else if(name==="not"){var not=match[3];for(var j=0,l=not.length;j<l;j++){if(not[j]===elem){return false;}}
return true;}else{Sizzle.error(name);}},CHILD:function(elem,match){var type=match[1],node=elem;switch(type){case"only":case"first":while((node=node.previousSibling)){if(node.nodeType===1){return false;}}
if(type==="first"){return true;}
node=elem;case"last":while((node=node.nextSibling)){if(node.nodeType===1){return false;}}
return true;case"nth":var first=match[2],last=match[3];if(first===1&&last===0){return true;}
var doneName=match[0],parent=elem.parentNode;if(parent&&(parent.sizcache!==doneName||!elem.nodeIndex)){var count=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++count;}}
parent.sizcache=doneName;}
var diff=elem.nodeIndex-last;if(first===0){return diff===0;}else{return(diff%first===0&&diff/first>=0);}}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match;},TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName.toLowerCase()===match;},CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(match)>-1;},ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](elem):elem[name]!=null?elem[name]:elem.getAttribute(name),value=result+"",type=match[2],check=match[4];return result==null?type==="!=":type==="="?value===check:type==="*="?value.indexOf(check)>=0:type==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:type==="!="?value!==check:type==="^="?value.indexOf(check)===0:type==="$="?value.substr(value.length-check.length)===check:type==="|="?value===check||value.substr(0,check.length+1)===check+"-":false;},POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name];if(filter){return filter(elem,i,match,array);}}}};var origPOS=Expr.match.POS,fescape=function(all,num){return"\\"+(num-0+1);};for(var type in Expr.match){Expr.match[type]=new RegExp(Expr.match[type].source+(/(?![^\[]*\])(?![^\(]*\))/.source));Expr.leftMatch[type]=new RegExp(/(^(?:.|\r|\n)*?)/.source+Expr.match[type].source.replace(/\\(\d+)/g,fescape));}
var makeArray=function(array,results){array=Array.prototype.slice.call(array,0);if(results){results.push.apply(results,array);return results;}
return array;};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType;}catch(e){makeArray=function(array,results){var i=0,ret=results||[];if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array);}else{if(typeof array.length==="number"){for(var l=array.length;i<l;i++){ret.push(array[i]);}}else{for(;array[i];i++){ret.push(array[i]);}}}
return ret;};}
var sortOrder,siblingCheck;if(document.documentElement.compareDocumentPosition){sortOrder=function(a,b){if(a===b){hasDuplicate=true;return 0;}
if(!a.compareDocumentPosition||!b.compareDocumentPosition){return a.compareDocumentPosition?-1:1;}
return a.compareDocumentPosition(b)&4?-1:1;};}else{sortOrder=function(a,b){if(a===b){hasDuplicate=true;return 0;}else if(a.sourceIndex&&b.sourceIndex){return a.sourceIndex-b.sourceIndex;}
var al,bl,ap=[],bp=[],aup=a.parentNode,bup=b.parentNode,cur=aup;if(aup===bup){return siblingCheck(a,b);}else if(!aup){return-1;}else if(!bup){return 1;}
while(cur){ap.unshift(cur);cur=cur.parentNode;}
cur=bup;while(cur){bp.unshift(cur);cur=cur.parentNode;}
al=ap.length;bl=bp.length;for(var i=0;i<al&&i<bl;i++){if(ap[i]!==bp[i]){return siblingCheck(ap[i],bp[i]);}}
return i===al?siblingCheck(a,bp[i],-1):siblingCheck(ap[i],b,1);};siblingCheck=function(a,b,ret){if(a===b){return ret;}
var cur=a.nextSibling;while(cur){if(cur===b){return-1;}
cur=cur.nextSibling;}
return 1;};}
Sizzle.getText=function(elems){var ret="",elem;for(var i=0;elems[i];i++){elem=elems[i];if(elem.nodeType===3||elem.nodeType===4){ret+=elem.nodeValue;}else if(elem.nodeType!==8){ret+=Sizzle.getText(elem.childNodes);}}
return ret;};(function(){var form=document.createElement("div"),id="script"+(new Date()).getTime(),root=document.documentElement;form.innerHTML="<a name='"+id+"'/>";root.insertBefore(form,root.firstChild);if(document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?m.id===match[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===match[1]?[m]:undefined:[];}};Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAttributeNode("id");return elem.nodeType===1&&node&&node.nodeValue===match;};}
root.removeChild(form);root=form=null;})();(function(){var div=document.createElement("div");div.appendChild(document.createComment(""));if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagName(match[1]);if(match[1]==="*"){var tmp=[];for(var i=0;results[i];i++){if(results[i].nodeType===1){tmp.push(results[i]);}}
results=tmp;}
return results;};}
div.innerHTML="<a href='#'></a>";if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2);};}
div=null;})();if(document.querySelectorAll){(function(){var oldSizzle=Sizzle,div=document.createElement("div"),id="__sizzle__";div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return;}
Sizzle=function(query,context,extra,seed){context=context||document;if(!seed&&!Sizzle.isXML(context)){var match=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(query);if(match&&(context.nodeType===1||context.nodeType===9)){if(match[1]){return makeArray(context.getElementsByTagName(query),extra);}else if(match[2]&&Expr.find.CLASS&&context.getElementsByClassName){return makeArray(context.getElementsByClassName(match[2]),extra);}}
if(context.nodeType===9){if(query==="body"&&context.body){return makeArray([context.body],extra);}else if(match&&match[3]){var elem=context.getElementById(match[3]);if(elem&&elem.parentNode){if(elem.id===match[3]){return makeArray([elem],extra);}}else{return makeArray([],extra);}}
try{return makeArray(context.querySelectorAll(query),extra);}catch(qsaError){}}else if(context.nodeType===1&&context.nodeName.toLowerCase()!=="object"){var oldContext=context,old=context.getAttribute("id"),nid=old||id,hasParent=context.parentNode,relativeHierarchySelector=/^\s*[+~]/.test(query);if(!old){context.setAttribute("id",nid);}else{nid=nid.replace(/'/g,"\\$&");}
if(relativeHierarchySelector&&hasParent){context=context.parentNode;}
try{if(!relativeHierarchySelector||hasParent){return makeArray(context.querySelectorAll("[id='"+nid+"'] "+query),extra);}}catch(pseudoError){}finally{if(!old){oldContext.removeAttribute("id");}}}}
return oldSizzle(query,context,extra,seed);};for(var prop in oldSizzle){Sizzle[prop]=oldSizzle[prop];}
div=null;})();}
(function(){var html=document.documentElement,matches=html.matchesSelector||html.mozMatchesSelector||html.webkitMatchesSelector||html.msMatchesSelector;if(matches){var disconnectedMatch=!matches.call(document.createElement("div"),"div"),pseudoWorks=false;try{matches.call(document.documentElement,"[test!='']:sizzle");}catch(pseudoError){pseudoWorks=true;}
Sizzle.matchesSelector=function(node,expr){expr=expr.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!Sizzle.isXML(node)){try{if(pseudoWorks||!Expr.match.PSEUDO.test(expr)&&!/!=/.test(expr)){var ret=matches.call(node,expr);if(ret||!disconnectedMatch||node.document&&node.document.nodeType!==11){return ret;}}}catch(e){}}
return Sizzle(expr,null,null,[node]).length>0;};}})();(function(){var div=document.createElement("div");div.innerHTML="<div class='test e'></div><div class='test'></div>";if(!div.getElementsByClassName||div.getElementsByClassName("e").length===0){return;}
div.lastChild.className="e";if(div.getElementsByClassName("e").length===1){return;}
Expr.order.splice(1,0,"CLASS");Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined"&&!isXML){return context.getElementsByClassName(match[1]);}};div=null;})();function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var match=false;elem=elem[dir];while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1&&!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(elem.nodeName.toLowerCase()===cur){match=elem;break;}
elem=elem[dir];}
checkSet[i]=match;}}}
function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var match=false;elem=elem[dir];while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1){if(!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(typeof cur!=="string"){if(elem===cur){match=true;break;}}else if(Sizzle.filter(cur,[elem]).length>0){match=elem;break;}}
elem=elem[dir];}
checkSet[i]=match;}}}
if(document.documentElement.contains){Sizzle.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):true);};}else if(document.documentElement.compareDocumentPosition){Sizzle.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16);};}else{Sizzle.contains=function(){return false;};}
Sizzle.isXML=function(elem){var documentElement=(elem?elem.ownerDocument||elem:0).documentElement;return documentElement?documentElement.nodeName!=="HTML":false;};var posProcess=function(selector,context){var match,tmpSet=[],later="",root=context.nodeType?[context]:context;while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];selector=selector.replace(Expr.match.PSEUDO,"");}
selector=Expr.relative[selector]?selector+"*":selector;for(var i=0,l=root.length;i<l;i++){Sizzle(selector,root[i],tmpSet);}
return Sizzle.filter(later,tmpSet);};jQuery.find=Sizzle;jQuery.expr=Sizzle.selectors;jQuery.expr[":"]=jQuery.expr.filters;jQuery.unique=Sizzle.uniqueSort;jQuery.text=Sizzle.getText;jQuery.isXMLDoc=Sizzle.isXML;jQuery.contains=Sizzle.contains;})();var runtil=/Until$/,rparentsprev=/^(?:parents|prevUntil|prevAll)/,rmultiselector=/,/,isSimple=/^.[^:#\[\.,]*$/,slice=Array.prototype.slice,POS=jQuery.expr.match.POS,guaranteedUnique={children:true,contents:true,next:true,prev:true};jQuery.fn.extend({find:function(selector){var self=this,i,l;if(typeof selector!=="string"){return jQuery(selector).filter(function(){for(i=0,l=self.length;i<l;i++){if(jQuery.contains(self[i],this)){return true;}}});}
var ret=this.pushStack("","find",selector),length,n,r;for(i=0,l=this.length;i<l;i++){length=ret.length;jQuery.find(selector,this[i],ret);if(i>0){for(n=length;n<ret.length;n++){for(r=0;r<length;r++){if(ret[r]===ret[n]){ret.splice(n--,1);break;}}}}}
return ret;},has:function(target){var targets=jQuery(target);return this.filter(function(){for(var i=0,l=targets.length;i<l;i++){if(jQuery.contains(this,targets[i])){return true;}}});},not:function(selector){return this.pushStack(winnow(this,selector,false),"not",selector);},filter:function(selector){return this.pushStack(winnow(this,selector,true),"filter",selector);},is:function(selector){return!!selector&&(typeof selector==="string"?jQuery.filter(selector,this).length>0:this.filter(selector).length>0);},closest:function(selectors,context){var ret=[],i,l,cur=this[0];if(jQuery.isArray(selectors)){var match,selector,matches={},level=1;if(cur&&selectors.length){for(i=0,l=selectors.length;i<l;i++){selector=selectors[i];if(!matches[selector]){matches[selector]=POS.test(selector)?jQuery(selector,context||this.context):selector;}}
while(cur&&cur.ownerDocument&&cur!==context){for(selector in matches){match=matches[selector];if(match.jquery?match.index(cur)>-1:jQuery(cur).is(match)){ret.push({selector:selector,elem:cur,level:level});}}
cur=cur.parentNode;level++;}}
return ret;}
var pos=POS.test(selectors)||typeof selectors!=="string"?jQuery(selectors,context||this.context):0;for(i=0,l=this.length;i<l;i++){cur=this[i];while(cur){if(pos?pos.index(cur)>-1:jQuery.find.matchesSelector(cur,selectors)){ret.push(cur);break;}else{cur=cur.parentNode;if(!cur||!cur.ownerDocument||cur===context||cur.nodeType===11){break;}}}}
ret=ret.length>1?jQuery.unique(ret):ret;return this.pushStack(ret,"closest",selectors);},index:function(elem){if(!elem||typeof elem==="string"){return jQuery.inArray(this[0],elem?jQuery(elem):this.parent().children());}
return jQuery.inArray(elem.jquery?elem[0]:elem,this);},add:function(selector,context){var set=typeof selector==="string"?jQuery(selector,context):jQuery.makeArray(selector&&selector.nodeType?[selector]:selector),all=jQuery.merge(this.get(),set);return this.pushStack(isDisconnected(set[0])||isDisconnected(all[0])?all:jQuery.unique(all));},andSelf:function(){return this.add(this.prevObject);}});function isDisconnected(node){return!node||!node.parentNode||node.parentNode.nodeType===11;}
jQuery.each({parent:function(elem){var parent=elem.parentNode;return parent&&parent.nodeType!==11?parent:null;},parents:function(elem){return jQuery.dir(elem,"parentNode");},parentsUntil:function(elem,i,until){return jQuery.dir(elem,"parentNode",until);},next:function(elem){return jQuery.nth(elem,2,"nextSibling");},prev:function(elem){return jQuery.nth(elem,2,"previousSibling");},nextAll:function(elem){return jQuery.dir(elem,"nextSibling");},prevAll:function(elem){return jQuery.dir(elem,"previousSibling");},nextUntil:function(elem,i,until){return jQuery.dir(elem,"nextSibling",until);},prevUntil:function(elem,i,until){return jQuery.dir(elem,"previousSibling",until);},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},children:function(elem){return jQuery.sibling(elem.firstChild);},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}},function(name,fn){jQuery.fn[name]=function(until,selector){var ret=jQuery.map(this,fn,until),args=slice.call(arguments);if(!runtil.test(name)){selector=until;}
if(selector&&typeof selector==="string"){ret=jQuery.filter(selector,ret);}
ret=this.length>1&&!guaranteedUnique[name]?jQuery.unique(ret):ret;if((this.length>1||rmultiselector.test(selector))&&rparentsprev.test(name)){ret=ret.reverse();}
return this.pushStack(ret,name,args.join(","));};});jQuery.extend({filter:function(expr,elems,not){if(not){expr=":not("+expr+")";}
return elems.length===1?jQuery.find.matchesSelector(elems[0],expr)?[elems[0]]:[]:jQuery.find.matches(expr,elems);},dir:function(elem,dir,until){var matched=[],cur=elem[dir];while(cur&&cur.nodeType!==9&&(until===undefined||cur.nodeType!==1||!jQuery(cur).is(until))){if(cur.nodeType===1){matched.push(cur);}
cur=cur[dir];}
return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir]){if(cur.nodeType===1&&++num===result){break;}}
return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType===1&&n!==elem){r.push(n);}}
return r;}});function winnow(elements,qualifier,keep){qualifier=qualifier||0;if(jQuery.isFunction(qualifier)){return jQuery.grep(elements,function(elem,i){var retVal=!!qualifier.call(elem,i,elem);return retVal===keep;});}else if(qualifier.nodeType){return jQuery.grep(elements,function(elem,i){return(elem===qualifier)===keep;});}else if(typeof qualifier==="string"){var filtered=jQuery.grep(elements,function(elem){return elem.nodeType===1;});if(isSimple.test(qualifier)){return jQuery.filter(qualifier,filtered,!keep);}else{qualifier=jQuery.filter(qualifier,filtered);}}
return jQuery.grep(elements,function(elem,i){return(jQuery.inArray(elem,qualifier)>=0)===keep;});}
var rinlinejQuery=/ jQuery\d+="(?:\d+|null)"/g,rleadingWhitespace=/^\s+/,rxhtmlTag=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,rtagName=/<([\w:]+)/,rtbody=/<tbody/i,rhtml=/<|&#?\w+;/,rnocache=/<(?:script|object|embed|option|style)/i,rchecked=/checked\s*(?:[^=]|=\s*.checked.)/i,rscriptType=/\/(java|ecma)script/i,rcleanScript=/^\s*<!(?:\[CDATA\[|\-\-)/,wrapMap={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,"",""]};wrapMap.optgroup=wrapMap.option;wrapMap.tbody=wrapMap.tfoot=wrapMap.colgroup=wrapMap.caption=wrapMap.thead;wrapMap.th=wrapMap.td;if(!jQuery.support.htmlSerialize){wrapMap._default=[1,"div<div>","</div>"];}
jQuery.fn.extend({text:function(text){if(jQuery.isFunction(text)){return this.each(function(i){var self=jQuery(this);self.text(text.call(this,i,self.text()));});}
if(typeof text!=="object"&&text!==undefined){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));}
return jQuery.text(this);},wrapAll:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapAll(html.call(this,i));});}
if(this[0]){var wrap=jQuery(html,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){wrap.insertBefore(this[0]);}
wrap.map(function(){var elem=this;while(elem.firstChild&&elem.firstChild.nodeType===1){elem=elem.firstChild;}
return elem;}).append(this);}
return this;},wrapInner:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapInner(html.call(this,i));});}
return this.each(function(){var self=jQuery(this),contents=self.contents();if(contents.length){contents.wrapAll(html);}else{self.append(html);}});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},unwrap:function(){return this.parent().each(function(){if(!jQuery.nodeName(this,"body")){jQuery(this).replaceWith(this.childNodes);}}).end();},append:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.appendChild(elem);}});},prepend:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.insertBefore(elem,this.firstChild);}});},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this);});}else if(arguments.length){var set=jQuery(arguments[0]);set.push.apply(set,this.toArray());return this.pushStack(set,"before",arguments);}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});}else if(arguments.length){var set=this.pushStack(this,"after",arguments);set.push.apply(set,jQuery(arguments[0]).toArray());return set;}},remove:function(selector,keepData){for(var i=0,elem;(elem=this[i])!=null;i++){if(!selector||jQuery.filter(selector,[elem]).length){if(!keepData&&elem.nodeType===1){jQuery.cleanData(elem.getElementsByTagName("*"));jQuery.cleanData([elem]);}
if(elem.parentNode){elem.parentNode.removeChild(elem);}}}
return this;},empty:function(){for(var i=0,elem;(elem=this[i])!=null;i++){if(elem.nodeType===1){jQuery.cleanData(elem.getElementsByTagName("*"));}
while(elem.firstChild){elem.removeChild(elem.firstChild);}}
return this;},clone:function(dataAndEvents,deepDataAndEvents){dataAndEvents=dataAndEvents==null?false:dataAndEvents;deepDataAndEvents=deepDataAndEvents==null?dataAndEvents:deepDataAndEvents;return this.map(function(){return jQuery.clone(this,dataAndEvents,deepDataAndEvents);});},html:function(value){if(value===undefined){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(rinlinejQuery,""):null;}else if(typeof value==="string"&&!rnocache.test(value)&&(jQuery.support.leadingWhitespace||!rleadingWhitespace.test(value))&&!wrapMap[(rtagName.exec(value)||["",""])[1].toLowerCase()]){value=value.replace(rxhtmlTag,"<$1></$2>");try{for(var i=0,l=this.length;i<l;i++){if(this[i].nodeType===1){jQuery.cleanData(this[i].getElementsByTagName("*"));this[i].innerHTML=value;}}}catch(e){this.empty().append(value);}}else if(jQuery.isFunction(value)){this.each(function(i){var self=jQuery(this);self.html(value.call(this,i,self.html()));});}else{this.empty().append(value);}
return this;},replaceWith:function(value){if(this[0]&&this[0].parentNode){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this),old=self.html();self.replaceWith(value.call(this,i,old));});}
if(typeof value!=="string"){value=jQuery(value).detach();}
return this.each(function(){var next=this.nextSibling,parent=this.parentNode;jQuery(this).remove();if(next){jQuery(next).before(value);}else{jQuery(parent).append(value);}});}else{return this.length?this.pushStack(jQuery(jQuery.isFunction(value)?value():value),"replaceWith",value):this;}},detach:function(selector){return this.remove(selector,true);},domManip:function(args,table,callback){var results,first,fragment,parent,value=args[0],scripts=[];if(!jQuery.support.checkClone&&arguments.length===3&&typeof value==="string"&&rchecked.test(value)){return this.each(function(){jQuery(this).domManip(args,table,callback,true);});}
if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);args[0]=value.call(this,i,table?self.html():undefined);self.domManip(args,table,callback);});}
if(this[0]){parent=value&&value.parentNode;if(jQuery.support.parentNode&&parent&&parent.nodeType===11&&parent.childNodes.length===this.length){results={fragment:parent};}else{results=jQuery.buildFragment(args,this,scripts);}
fragment=results.fragment;if(fragment.childNodes.length===1){first=fragment=fragment.firstChild;}else{first=fragment.firstChild;}
if(first){table=table&&jQuery.nodeName(first,"tr");for(var i=0,l=this.length,lastIndex=l-1;i<l;i++){callback.call(table?root(this[i],first):this[i],results.cacheable||(l>1&&i<lastIndex)?jQuery.clone(fragment,true,true):fragment);}}
if(scripts.length){jQuery.each(scripts,evalScript);}}
return this;}});function root(elem,cur){return jQuery.nodeName(elem,"table")?(elem.getElementsByTagName("tbody")[0]||elem.appendChild(elem.ownerDocument.createElement("tbody"))):elem;}
function cloneCopyEvent(src,dest){if(dest.nodeType!==1||!jQuery.hasData(src)){return;}
var internalKey=jQuery.expando,oldData=jQuery.data(src),curData=jQuery.data(dest,oldData);if((oldData=oldData[internalKey])){var events=oldData.events;curData=curData[internalKey]=jQuery.extend({},oldData);if(events){delete curData.handle;curData.events={};for(var type in events){for(var i=0,l=events[type].length;i<l;i++){jQuery.event.add(dest,type+(events[type][i].namespace?".":"")+events[type][i].namespace,events[type][i],events[type][i].data);}}}}}
function cloneFixAttributes(src,dest){var nodeName;if(dest.nodeType!==1){return;}
if(dest.clearAttributes){dest.clearAttributes();}
if(dest.mergeAttributes){dest.mergeAttributes(src);}
nodeName=dest.nodeName.toLowerCase();if(nodeName==="object"){dest.outerHTML=src.outerHTML;}else if(nodeName==="input"&&(src.type==="checkbox"||src.type==="radio")){if(src.checked){dest.defaultChecked=dest.checked=src.checked;}
if(dest.value!==src.value){dest.value=src.value;}}else if(nodeName==="option"){dest.selected=src.defaultSelected;}else if(nodeName==="input"||nodeName==="textarea"){dest.defaultValue=src.defaultValue;}
dest.removeAttribute(jQuery.expando);}
jQuery.buildFragment=function(args,nodes,scripts){var fragment,cacheable,cacheresults,doc;if(nodes&&nodes[0]){doc=nodes[0].ownerDocument||nodes[0];}
if(!doc.createDocumentFragment){doc=document;}
if(args.length===1&&typeof args[0]==="string"&&args[0].length<512&&doc===document&&args[0].charAt(0)==="<"&&!rnocache.test(args[0])&&(jQuery.support.checkClone||!rchecked.test(args[0]))){cacheable=true;cacheresults=jQuery.fragments[args[0]];if(cacheresults&&cacheresults!==1){fragment=cacheresults;}}
if(!fragment){fragment=doc.createDocumentFragment();jQuery.clean(args,doc,fragment,scripts);}
if(cacheable){jQuery.fragments[args[0]]=cacheresults?fragment:1;}
return{fragment:fragment,cacheable:cacheable};};jQuery.fragments={};jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(selector){var ret=[],insert=jQuery(selector),parent=this.length===1&&this[0].parentNode;if(parent&&parent.nodeType===11&&parent.childNodes.length===1&&insert.length===1){insert[original](this[0]);return this;}else{for(var i=0,l=insert.length;i<l;i++){var elems=(i>0?this.clone(true):this).get();jQuery(insert[i])[original](elems);ret=ret.concat(elems);}
return this.pushStack(ret,name,insert.selector);}};});function getAll(elem){if("getElementsByTagName"in elem){return elem.getElementsByTagName("*");}else if("querySelectorAll"in elem){return elem.querySelectorAll("*");}else{return[];}}
function fixDefaultChecked(elem){if(elem.type==="checkbox"||elem.type==="radio"){elem.defaultChecked=elem.checked;}}
function findInputs(elem){if(jQuery.nodeName(elem,"input")){fixDefaultChecked(elem);}else if("getElementsByTagName"in elem){jQuery.grep(elem.getElementsByTagName("input"),fixDefaultChecked);}}
jQuery.extend({clone:function(elem,dataAndEvents,deepDataAndEvents){var clone=elem.cloneNode(true),srcElements,destElements,i;if((!jQuery.support.noCloneEvent||!jQuery.support.noCloneChecked)&&(elem.nodeType===1||elem.nodeType===11)&&!jQuery.isXMLDoc(elem)){cloneFixAttributes(elem,clone);srcElements=getAll(elem);destElements=getAll(clone);for(i=0;srcElements[i];++i){cloneFixAttributes(srcElements[i],destElements[i]);}}
if(dataAndEvents){cloneCopyEvent(elem,clone);if(deepDataAndEvents){srcElements=getAll(elem);destElements=getAll(clone);for(i=0;srcElements[i];++i){cloneCopyEvent(srcElements[i],destElements[i]);}}}
srcElements=destElements=null;return clone;},clean:function(elems,context,fragment,scripts){var checkScriptType;context=context||document;if(typeof context.createElement==="undefined"){context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;}
var ret=[],j;for(var i=0,elem;(elem=elems[i])!=null;i++){if(typeof elem==="number"){elem+="";}
if(!elem){continue;}
if(typeof elem==="string"){if(!rhtml.test(elem)){elem=context.createTextNode(elem);}else{elem=elem.replace(rxhtmlTag,"<$1></$2>");var tag=(rtagName.exec(elem)||["",""])[1].toLowerCase(),wrap=wrapMap[tag]||wrapMap._default,depth=wrap[0],div=context.createElement("div");div.innerHTML=wrap[1]+elem+wrap[2];while(depth--){div=div.lastChild;}
if(!jQuery.support.tbody){var hasBody=rtbody.test(elem),tbody=tag==="table"&&!hasBody?div.firstChild&&div.firstChild.childNodes:wrap[1]==="<table>"&&!hasBody?div.childNodes:[];for(j=tbody.length-1;j>=0;--j){if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length){tbody[j].parentNode.removeChild(tbody[j]);}}}
if(!jQuery.support.leadingWhitespace&&rleadingWhitespace.test(elem)){div.insertBefore(context.createTextNode(rleadingWhitespace.exec(elem)[0]),div.firstChild);}
elem=div.childNodes;}}
var len;if(!jQuery.support.appendChecked){if(elem[0]&&typeof(len=elem.length)==="number"){for(j=0;j<len;j++){findInputs(elem[j]);}}else{findInputs(elem);}}
if(elem.nodeType){ret.push(elem);}else{ret=jQuery.merge(ret,elem);}}
if(fragment){checkScriptType=function(elem){return!elem.type||rscriptType.test(elem.type);};for(i=0;ret[i];i++){if(scripts&&jQuery.nodeName(ret[i],"script")&&(!ret[i].type||ret[i].type.toLowerCase()==="text/javascript")){scripts.push(ret[i].parentNode?ret[i].parentNode.removeChild(ret[i]):ret[i]);}else{if(ret[i].nodeType===1){var jsTags=jQuery.grep(ret[i].getElementsByTagName("script"),checkScriptType);ret.splice.apply(ret,[i+1,0].concat(jsTags));}
fragment.appendChild(ret[i]);}}}
return ret;},cleanData:function(elems){var data,id,cache=jQuery.cache,internalKey=jQuery.expando,special=jQuery.event.special,deleteExpando=jQuery.support.deleteExpando;for(var i=0,elem;(elem=elems[i])!=null;i++){if(elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()]){continue;}
id=elem[jQuery.expando];if(id){data=cache[id]&&cache[id][internalKey];if(data&&data.events){for(var type in data.events){if(special[type]){jQuery.event.remove(elem,type);}else{jQuery.removeEvent(elem,type,data.handle);}}
if(data.handle){data.handle.elem=null;}}
if(deleteExpando){delete elem[jQuery.expando];}else if(elem.removeAttribute){elem.removeAttribute(jQuery.expando);}
delete cache[id];}}}});function evalScript(i,elem){if(elem.src){jQuery.ajax({url:elem.src,async:false,dataType:"script"});}else{jQuery.globalEval((elem.text||elem.textContent||elem.innerHTML||"").replace(rcleanScript,"/*$0*/"));}
if(elem.parentNode){elem.parentNode.removeChild(elem);}}
var ralpha=/alpha\([^)]*\)/i,ropacity=/opacity=([^)]*)/,rupper=/([A-Z]|^ms)/g,rnumpx=/^-?\d+(?:px)?$/i,rnum=/^-?\d/,rrelNum=/^[+\-]=/,rrelNumFilter=/[^+\-\.\de]+/g,cssShow={position:"absolute",visibility:"hidden",display:"block"},cssWidth=["Left","Right"],cssHeight=["Top","Bottom"],curCSS,getComputedStyle,currentStyle;jQuery.fn.css=function(name,value){if(arguments.length===2&&value===undefined){return this;}
return jQuery.access(this,name,value,true,function(elem,name,value){return value!==undefined?jQuery.style(elem,name,value):jQuery.css(elem,name);});};jQuery.extend({cssHooks:{opacity:{get:function(elem,computed){if(computed){var ret=curCSS(elem,"opacity","opacity");return ret===""?"1":ret;}else{return elem.style.opacity;}}}},cssNumber:{"fillOpacity":true,"fontWeight":true,"lineHeight":true,"opacity":true,"orphans":true,"widows":true,"zIndex":true,"zoom":true},cssProps:{"float":jQuery.support.cssFloat?"cssFloat":"styleFloat"},style:function(elem,name,value,extra){if(!elem||elem.nodeType===3||elem.nodeType===8||!elem.style){return;}
var ret,type,origName=jQuery.camelCase(name),style=elem.style,hooks=jQuery.cssHooks[origName];name=jQuery.cssProps[origName]||origName;if(value!==undefined){type=typeof value;if(type==="number"&&isNaN(value)||value==null){return;}
if(type==="string"&&rrelNum.test(value)){value=+value.replace(rrelNumFilter,"")+parseFloat(jQuery.css(elem,name));type="number";}
if(type==="number"&&!jQuery.cssNumber[origName]){value+="px";}
if(!hooks||!("set"in hooks)||(value=hooks.set(elem,value))!==undefined){try{style[name]=value;}catch(e){}}}else{if(hooks&&"get"in hooks&&(ret=hooks.get(elem,false,extra))!==undefined){return ret;}
return style[name];}},css:function(elem,name,extra){var ret,hooks;name=jQuery.camelCase(name);hooks=jQuery.cssHooks[name];name=jQuery.cssProps[name]||name;if(name==="cssFloat"){name="float";}
if(hooks&&"get"in hooks&&(ret=hooks.get(elem,true,extra))!==undefined){return ret;}else if(curCSS){return curCSS(elem,name);}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}
callback.call(elem);for(name in options){elem.style[name]=old[name];}}});jQuery.curCSS=jQuery.css;jQuery.each(["height","width"],function(i,name){jQuery.cssHooks[name]={get:function(elem,computed,extra){var val;if(computed){if(elem.offsetWidth!==0){return getWH(elem,name,extra);}else{jQuery.swap(elem,cssShow,function(){val=getWH(elem,name,extra);});}
return val;}},set:function(elem,value){if(rnumpx.test(value)){value=parseFloat(value);if(value>=0){return value+"px";}}else{return value;}}};});if(!jQuery.support.opacity){jQuery.cssHooks.opacity={get:function(elem,computed){return ropacity.test((computed&&elem.currentStyle?elem.currentStyle.filter:elem.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":computed?"1":"";},set:function(elem,value){var style=elem.style,currentStyle=elem.currentStyle;style.zoom=1;var opacity=jQuery.isNaN(value)?"":"alpha(opacity="+value*100+")",filter=currentStyle&&currentStyle.filter||style.filter||"";style.filter=ralpha.test(filter)?filter.replace(ralpha,opacity):filter+" "+opacity;}};}
jQuery(function(){if(!jQuery.support.reliableMarginRight){jQuery.cssHooks.marginRight={get:function(elem,computed){var ret;jQuery.swap(elem,{"display":"inline-block"},function(){if(computed){ret=curCSS(elem,"margin-right","marginRight");}else{ret=elem.style.marginRight;}});return ret;}};}});if(document.defaultView&&document.defaultView.getComputedStyle){getComputedStyle=function(elem,name){var ret,defaultView,computedStyle;name=name.replace(rupper,"-$1").toLowerCase();if(!(defaultView=elem.ownerDocument.defaultView)){return undefined;}
if((computedStyle=defaultView.getComputedStyle(elem,null))){ret=computedStyle.getPropertyValue(name);if(ret===""&&!jQuery.contains(elem.ownerDocument.documentElement,elem)){ret=jQuery.style(elem,name);}}
return ret;};}
if(document.documentElement.currentStyle){currentStyle=function(elem,name){var left,ret=elem.currentStyle&&elem.currentStyle[name],rsLeft=elem.runtimeStyle&&elem.runtimeStyle[name],style=elem.style;if(!rnumpx.test(ret)&&rnum.test(ret)){left=style.left;if(rsLeft){elem.runtimeStyle.left=elem.currentStyle.left;}
style.left=name==="fontSize"?"1em":(ret||0);ret=style.pixelLeft+"px";style.left=left;if(rsLeft){elem.runtimeStyle.left=rsLeft;}}
return ret===""?"auto":ret;};}
curCSS=getComputedStyle||currentStyle;function getWH(elem,name,extra){var val=name==="width"?elem.offsetWidth:elem.offsetHeight,which=name==="width"?cssWidth:cssHeight;if(val>0){if(extra!=="border"){jQuery.each(which,function(){if(!extra){val-=parseFloat(jQuery.css(elem,"padding"+this))||0;}
if(extra==="margin"){val+=parseFloat(jQuery.css(elem,extra+this))||0;}else{val-=parseFloat(jQuery.css(elem,"border"+this+"Width"))||0;}});}
return val+"px";}
val=curCSS(elem,name,name);if(val<0||val==null){val=elem.style[name]||0;}
val=parseFloat(val)||0;if(extra){jQuery.each(which,function(){val+=parseFloat(jQuery.css(elem,"padding"+this))||0;if(extra!=="padding"){val+=parseFloat(jQuery.css(elem,"border"+this+"Width"))||0;}
if(extra==="margin"){val+=parseFloat(jQuery.css(elem,extra+this))||0;}});}
return val+"px";}
if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.hidden=function(elem){var width=elem.offsetWidth,height=elem.offsetHeight;return(width===0&&height===0)||(!jQuery.support.reliableHiddenOffsets&&(elem.style.display||jQuery.css(elem,"display"))==="none");};jQuery.expr.filters.visible=function(elem){return!jQuery.expr.filters.hidden(elem);};}
var r20=/%20/g,rbracket=/\[\]$/,rCRLF=/\r?\n/g,rhash=/#.*$/,rheaders=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,rinput=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,rlocalProtocol=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,rnoContent=/^(?:GET|HEAD)$/,rprotocol=/^\/\//,rquery=/\?/,rscript=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,rselectTextarea=/^(?:select|textarea)/i,rspacesAjax=/\s+/,rts=/([?&])_=[^&]*/,rurl=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,_load=jQuery.fn.load,prefilters={},transports={},ajaxLocation,ajaxLocParts;try{ajaxLocation=location.href;}catch(e){ajaxLocation=document.createElement("a");ajaxLocation.href="";ajaxLocation=ajaxLocation.href;}
ajaxLocParts=rurl.exec(ajaxLocation.toLowerCase())||[];function addToPrefiltersOrTransports(structure){return function(dataTypeExpression,func){if(typeof dataTypeExpression!=="string"){func=dataTypeExpression;dataTypeExpression="*";}
if(jQuery.isFunction(func)){var dataTypes=dataTypeExpression.toLowerCase().split(rspacesAjax),i=0,length=dataTypes.length,dataType,list,placeBefore;for(;i<length;i++){dataType=dataTypes[i];placeBefore=/^\+/.test(dataType);if(placeBefore){dataType=dataType.substr(1)||"*";}
list=structure[dataType]=structure[dataType]||[];list[placeBefore?"unshift":"push"](func);}}};}
function inspectPrefiltersOrTransports(structure,options,originalOptions,jqXHR,dataType,inspected){dataType=dataType||options.dataTypes[0];inspected=inspected||{};inspected[dataType]=true;var list=structure[dataType],i=0,length=list?list.length:0,executeOnly=(structure===prefilters),selection;for(;i<length&&(executeOnly||!selection);i++){selection=list[i](options,originalOptions,jqXHR);if(typeof selection==="string"){if(!executeOnly||inspected[selection]){selection=undefined;}else{options.dataTypes.unshift(selection);selection=inspectPrefiltersOrTransports(structure,options,originalOptions,jqXHR,selection,inspected);}}}
if((executeOnly||!selection)&&!inspected["*"]){selection=inspectPrefiltersOrTransports(structure,options,originalOptions,jqXHR,"*",inspected);}
return selection;}
jQuery.fn.extend({load:function(url,params,callback){if(typeof url!=="string"&&_load){return _load.apply(this,arguments);}else if(!this.length){return this;}
var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}
var type="GET";if(params){if(jQuery.isFunction(params)){callback=params;params=undefined;}else if(typeof params==="object"){params=jQuery.param(params,jQuery.ajaxSettings.traditional);type="POST";}}
var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(jqXHR,status,responseText){responseText=jqXHR.responseText;if(jqXHR.isResolved()){jqXHR.done(function(r){responseText=r;});self.html(selector?jQuery("<div>").append(responseText.replace(rscript,"")).find(selector):responseText);}
if(callback){self.each(callback,[responseText,status,jqXHR]);}}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return this.elements?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||rselectTextarea.test(this.nodeName)||rinput.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:jQuery.isArray(val)?jQuery.map(val,function(val,i){return{name:elem.name,value:val.replace(rCRLF,"\r\n")};}):{name:elem.name,value:val.replace(rCRLF,"\r\n")};}).get();}});jQuery.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});jQuery.each(["get","post"],function(i,method){jQuery[method]=function(url,data,callback,type){if(jQuery.isFunction(data)){type=type||callback;callback=data;data=undefined;}
return jQuery.ajax({type:method,url:url,data:data,success:callback,dataType:type});};});jQuery.extend({getScript:function(url,callback){return jQuery.get(url,undefined,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},ajaxSetup:function(target,settings){if(!settings){settings=target;target=jQuery.extend(true,jQuery.ajaxSettings,settings);}else{jQuery.extend(true,target,jQuery.ajaxSettings,settings);}
for(var field in{context:1,url:1}){if(field in settings){target[field]=settings[field];}else if(field in jQuery.ajaxSettings){target[field]=jQuery.ajaxSettings[field];}}
return target;},ajaxSettings:{url:ajaxLocation,isLocal:rlocalProtocol.test(ajaxLocParts[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":window.String,"text html":true,"text json":jQuery.parseJSON,"text xml":jQuery.parseXML}},ajaxPrefilter:addToPrefiltersOrTransports(prefilters),ajaxTransport:addToPrefiltersOrTransports(transports),ajax:function(url,options){if(typeof url==="object"){options=url;url=undefined;}
options=options||{};var
s=jQuery.ajaxSetup({},options),callbackContext=s.context||s,globalEventContext=callbackContext!==s&&(callbackContext.nodeType||callbackContext instanceof jQuery)?jQuery(callbackContext):jQuery.event,deferred=jQuery.Deferred(),completeDeferred=jQuery._Deferred(),statusCode=s.statusCode||{},ifModifiedKey,requestHeaders={},requestHeadersNames={},responseHeadersString,responseHeaders,transport,timeoutTimer,parts,state=0,fireGlobals,i,jqXHR={readyState:0,setRequestHeader:function(name,value){if(!state){var lname=name.toLowerCase();name=requestHeadersNames[lname]=requestHeadersNames[lname]||name;requestHeaders[name]=value;}
return this;},getAllResponseHeaders:function(){return state===2?responseHeadersString:null;},getResponseHeader:function(key){var match;if(state===2){if(!responseHeaders){responseHeaders={};while((match=rheaders.exec(responseHeadersString))){responseHeaders[match[1].toLowerCase()]=match[2];}}
match=responseHeaders[key.toLowerCase()];}
return match===undefined?null:match;},overrideMimeType:function(type){if(!state){s.mimeType=type;}
return this;},abort:function(statusText){statusText=statusText||"abort";if(transport){transport.abort(statusText);}
done(0,statusText);return this;}};function done(status,statusText,responses,headers){if(state===2){return;}
state=2;if(timeoutTimer){clearTimeout(timeoutTimer);}
transport=undefined;responseHeadersString=headers||"";jqXHR.readyState=status?4:0;var isSuccess,success,error,response=responses?ajaxHandleResponses(s,jqXHR,responses):undefined,lastModified,etag;if(status>=200&&status<300||status===304){if(s.ifModified){if((lastModified=jqXHR.getResponseHeader("Last-Modified"))){jQuery.lastModified[ifModifiedKey]=lastModified;}
if((etag=jqXHR.getResponseHeader("Etag"))){jQuery.etag[ifModifiedKey]=etag;}}
if(status===304){statusText="notmodified";isSuccess=true;}else{try{success=ajaxConvert(s,response);statusText="success";isSuccess=true;}catch(e){statusText="parsererror";error=e;}}}else{error=statusText;if(!statusText||status){statusText="error";if(status<0){status=0;}}}
jqXHR.status=status;jqXHR.statusText=statusText;if(isSuccess){deferred.resolveWith(callbackContext,[success,statusText,jqXHR]);}else{deferred.rejectWith(callbackContext,[jqXHR,statusText,error]);}
jqXHR.statusCode(statusCode);statusCode=undefined;if(fireGlobals){globalEventContext.trigger("ajax"+(isSuccess?"Success":"Error"),[jqXHR,s,isSuccess?success:error]);}
completeDeferred.resolveWith(callbackContext,[jqXHR,statusText]);if(fireGlobals){globalEventContext.trigger("ajaxComplete",[jqXHR,s]);if(!(--jQuery.active)){jQuery.event.trigger("ajaxStop");}}}
deferred.promise(jqXHR);jqXHR.success=jqXHR.done;jqXHR.error=jqXHR.fail;jqXHR.complete=completeDeferred.done;jqXHR.statusCode=function(map){if(map){var tmp;if(state<2){for(tmp in map){statusCode[tmp]=[statusCode[tmp],map[tmp]];}}else{tmp=map[jqXHR.status];jqXHR.then(tmp,tmp);}}
return this;};s.url=((url||s.url)+"").replace(rhash,"").replace(rprotocol,ajaxLocParts[1]+"//");s.dataTypes=jQuery.trim(s.dataType||"*").toLowerCase().split(rspacesAjax);if(s.crossDomain==null){parts=rurl.exec(s.url.toLowerCase());s.crossDomain=!!(parts&&(parts[1]!=ajaxLocParts[1]||parts[2]!=ajaxLocParts[2]||(parts[3]||(parts[1]==="http:"?80:443))!=(ajaxLocParts[3]||(ajaxLocParts[1]==="http:"?80:443))));}
if(s.data&&s.processData&&typeof s.data!=="string"){s.data=jQuery.param(s.data,s.traditional);}
inspectPrefiltersOrTransports(prefilters,s,options,jqXHR);if(state===2){return false;}
fireGlobals=s.global;s.type=s.type.toUpperCase();s.hasContent=!rnoContent.test(s.type);if(fireGlobals&&jQuery.active++===0){jQuery.event.trigger("ajaxStart");}
if(!s.hasContent){if(s.data){s.url+=(rquery.test(s.url)?"&":"?")+s.data;}
ifModifiedKey=s.url;if(s.cache===false){var ts=jQuery.now(),ret=s.url.replace(rts,"$1_="+ts);s.url=ret+((ret===s.url)?(rquery.test(s.url)?"&":"?")+"_="+ts:"");}}
if(s.data&&s.hasContent&&s.contentType!==false||options.contentType){jqXHR.setRequestHeader("Content-Type",s.contentType);}
if(s.ifModified){ifModifiedKey=ifModifiedKey||s.url;if(jQuery.lastModified[ifModifiedKey]){jqXHR.setRequestHeader("If-Modified-Since",jQuery.lastModified[ifModifiedKey]);}
if(jQuery.etag[ifModifiedKey]){jqXHR.setRequestHeader("If-None-Match",jQuery.etag[ifModifiedKey]);}}
jqXHR.setRequestHeader("Accept",s.dataTypes[0]&&s.accepts[s.dataTypes[0]]?s.accepts[s.dataTypes[0]]+(s.dataTypes[0]!=="*"?", */*; q=0.01":""):s.accepts["*"]);for(i in s.headers){jqXHR.setRequestHeader(i,s.headers[i]);}
if(s.beforeSend&&(s.beforeSend.call(callbackContext,jqXHR,s)===false||state===2)){jqXHR.abort();return false;}
for(i in{success:1,error:1,complete:1}){jqXHR[i](s[i]);}
transport=inspectPrefiltersOrTransports(transports,s,options,jqXHR);if(!transport){done(-1,"No Transport");}else{jqXHR.readyState=1;if(fireGlobals){globalEventContext.trigger("ajaxSend",[jqXHR,s]);}
if(s.async&&s.timeout>0){timeoutTimer=setTimeout(function(){jqXHR.abort("timeout");},s.timeout);}
try{state=1;transport.send(requestHeaders,done);}catch(e){if(status<2){done(-1,e);}else{jQuery.error(e);}}}
return jqXHR;},param:function(a,traditional){var s=[],add=function(key,value){value=jQuery.isFunction(value)?value():value;s[s.length]=encodeURIComponent(key)+"="+encodeURIComponent(value);};if(traditional===undefined){traditional=jQuery.ajaxSettings.traditional;}
if(jQuery.isArray(a)||(a.jquery&&!jQuery.isPlainObject(a))){jQuery.each(a,function(){add(this.name,this.value);});}else{for(var prefix in a){buildParams(prefix,a[prefix],traditional,add);}}
return s.join("&").replace(r20,"+");}});function buildParams(prefix,obj,traditional,add){if(jQuery.isArray(obj)){jQuery.each(obj,function(i,v){if(traditional||rbracket.test(prefix)){add(prefix,v);}else{buildParams(prefix+"["+(typeof v==="object"||jQuery.isArray(v)?i:"")+"]",v,traditional,add);}});}else if(!traditional&&obj!=null&&typeof obj==="object"){for(var name in obj){buildParams(prefix+"["+name+"]",obj[name],traditional,add);}}else{add(prefix,obj);}}
jQuery.extend({active:0,lastModified:{},etag:{}});function ajaxHandleResponses(s,jqXHR,responses){var contents=s.contents,dataTypes=s.dataTypes,responseFields=s.responseFields,ct,type,finalDataType,firstDataType;for(type in responseFields){if(type in responses){jqXHR[responseFields[type]]=responses[type];}}
while(dataTypes[0]==="*"){dataTypes.shift();if(ct===undefined){ct=s.mimeType||jqXHR.getResponseHeader("content-type");}}
if(ct){for(type in contents){if(contents[type]&&contents[type].test(ct)){dataTypes.unshift(type);break;}}}
if(dataTypes[0]in responses){finalDataType=dataTypes[0];}else{for(type in responses){if(!dataTypes[0]||s.converters[type+" "+dataTypes[0]]){finalDataType=type;break;}
if(!firstDataType){firstDataType=type;}}
finalDataType=finalDataType||firstDataType;}
if(finalDataType){if(finalDataType!==dataTypes[0]){dataTypes.unshift(finalDataType);}
return responses[finalDataType];}}
function ajaxConvert(s,response){if(s.dataFilter){response=s.dataFilter(response,s.dataType);}
var dataTypes=s.dataTypes,converters={},i,key,length=dataTypes.length,tmp,current=dataTypes[0],prev,conversion,conv,conv1,conv2;for(i=1;i<length;i++){if(i===1){for(key in s.converters){if(typeof key==="string"){converters[key.toLowerCase()]=s.converters[key];}}}
prev=current;current=dataTypes[i];if(current==="*"){current=prev;}else if(prev!=="*"&&prev!==current){conversion=prev+" "+current;conv=converters[conversion]||converters["* "+current];if(!conv){conv2=undefined;for(conv1 in converters){tmp=conv1.split(" ");if(tmp[0]===prev||tmp[0]==="*"){conv2=converters[tmp[1]+" "+current];if(conv2){conv1=converters[conv1];if(conv1===true){conv=conv2;}else if(conv2===true){conv=conv1;}
break;}}}}
if(!(conv||conv2)){jQuery.error("No conversion from "+conversion.replace(" "," to "));}
if(conv!==true){response=conv?conv(response):conv2(conv1(response));}}}
return response;}
var jsc=jQuery.now(),jsre=/(\=)\?(&|$)|\?\?/i;jQuery.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return jQuery.expando+"_"+(jsc++);}});jQuery.ajaxPrefilter("json jsonp",function(s,originalSettings,jqXHR){var inspectData=s.contentType==="application/x-www-form-urlencoded"&&(typeof s.data==="string");if(s.dataTypes[0]==="jsonp"||s.jsonp!==false&&(jsre.test(s.url)||inspectData&&jsre.test(s.data))){var responseContainer,jsonpCallback=s.jsonpCallback=jQuery.isFunction(s.jsonpCallback)?s.jsonpCallback():s.jsonpCallback,previous=window[jsonpCallback],url=s.url,data=s.data,replace="$1"+jsonpCallback+"$2";if(s.jsonp!==false){url=url.replace(jsre,replace);if(s.url===url){if(inspectData){data=data.replace(jsre,replace);}
if(s.data===data){url+=(/\?/.test(url)?"&":"?")+s.jsonp+"="+jsonpCallback;}}}
s.url=url;s.data=data;window[jsonpCallback]=function(response){responseContainer=[response];};jqXHR.always(function(){window[jsonpCallback]=previous;if(responseContainer&&jQuery.isFunction(previous)){window[jsonpCallback](responseContainer[0]);}});s.converters["script json"]=function(){if(!responseContainer){jQuery.error(jsonpCallback+" was not called");}
return responseContainer[0];};s.dataTypes[0]="json";return"script";}});jQuery.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(text){jQuery.globalEval(text);return text;}}});jQuery.ajaxPrefilter("script",function(s){if(s.cache===undefined){s.cache=false;}
if(s.crossDomain){s.type="GET";s.global=false;}});jQuery.ajaxTransport("script",function(s){if(s.crossDomain){var script,head=document.head||document.getElementsByTagName("head")[0]||document.documentElement;return{send:function(_,callback){script=document.createElement("script");script.async="async";if(s.scriptCharset){script.charset=s.scriptCharset;}
script.src=s.url;script.onload=script.onreadystatechange=function(_,isAbort){if(isAbort||!script.readyState||/loaded|complete/.test(script.readyState)){script.onload=script.onreadystatechange=null;if(head&&script.parentNode){head.removeChild(script);}
script=undefined;if(!isAbort){callback(200,"success");}}};head.insertBefore(script,head.firstChild);},abort:function(){if(script){script.onload(0,1);}}};}});var
xhrOnUnloadAbort=window.ActiveXObject?function(){for(var key in xhrCallbacks){xhrCallbacks[key](0,1);}}:false,xhrId=0,xhrCallbacks;function createStandardXHR(){try{return new window.XMLHttpRequest();}catch(e){}}
function createActiveXHR(){try{return new window.ActiveXObject("Microsoft.XMLHTTP");}catch(e){}}
jQuery.ajaxSettings.xhr=window.ActiveXObject?function(){return!this.isLocal&&createStandardXHR()||createActiveXHR();}:createStandardXHR;(function(xhr){jQuery.extend(jQuery.support,{ajax:!!xhr,cors:!!xhr&&("withCredentials"in xhr)});})(jQuery.ajaxSettings.xhr());if(jQuery.support.ajax){jQuery.ajaxTransport(function(s){if(!s.crossDomain||jQuery.support.cors){var callback;return{send:function(headers,complete){var xhr=s.xhr(),handle,i;if(s.username){xhr.open(s.type,s.url,s.async,s.username,s.password);}else{xhr.open(s.type,s.url,s.async);}
if(s.xhrFields){for(i in s.xhrFields){xhr[i]=s.xhrFields[i];}}
if(s.mimeType&&xhr.overrideMimeType){xhr.overrideMimeType(s.mimeType);}
if(!s.crossDomain&&!headers["X-Requested-With"]){headers["X-Requested-With"]="XMLHttpRequest";}
try{for(i in headers){xhr.setRequestHeader(i,headers[i]);}}catch(_){}
xhr.send((s.hasContent&&s.data)||null);callback=function(_,isAbort){var status,statusText,responseHeaders,responses,xml;try{if(callback&&(isAbort||xhr.readyState===4)){callback=undefined;if(handle){xhr.onreadystatechange=jQuery.noop;if(xhrOnUnloadAbort){delete xhrCallbacks[handle];}}
if(isAbort){if(xhr.readyState!==4){xhr.abort();}}else{status=xhr.status;responseHeaders=xhr.getAllResponseHeaders();responses={};xml=xhr.responseXML;if(xml&&xml.documentElement){responses.xml=xml;}
responses.text=xhr.responseText;try{statusText=xhr.statusText;}catch(e){statusText="";}
if(!status&&s.isLocal&&!s.crossDomain){status=responses.text?200:404;}else if(status===1223){status=204;}}}}catch(firefoxAccessException){if(!isAbort){complete(-1,firefoxAccessException);}}
if(responses){complete(status,statusText,responses,responseHeaders);}};if(!s.async||xhr.readyState===4){callback();}else{handle=++xhrId;if(xhrOnUnloadAbort){if(!xhrCallbacks){xhrCallbacks={};jQuery(window).unload(xhrOnUnloadAbort);}
xhrCallbacks[handle]=callback;}
xhr.onreadystatechange=callback;}},abort:function(){if(callback){callback(0,1);}}};}});}
var elemdisplay={},iframe,iframeDoc,rfxtypes=/^(?:toggle|show|hide)$/,rfxnum=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,timerId,fxAttrs=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],fxNow,requestAnimationFrame=window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame;jQuery.fn.extend({show:function(speed,easing,callback){var elem,display;if(speed||speed===0){return this.animate(genFx("show",3),speed,easing,callback);}else{for(var i=0,j=this.length;i<j;i++){elem=this[i];if(elem.style){display=elem.style.display;if(!jQuery._data(elem,"olddisplay")&&display==="none"){display=elem.style.display="";}
if(display===""&&jQuery.css(elem,"display")==="none"){jQuery._data(elem,"olddisplay",defaultDisplay(elem.nodeName));}}}
for(i=0;i<j;i++){elem=this[i];if(elem.style){display=elem.style.display;if(display===""||display==="none"){elem.style.display=jQuery._data(elem,"olddisplay")||"";}}}
return this;}},hide:function(speed,easing,callback){if(speed||speed===0){return this.animate(genFx("hide",3),speed,easing,callback);}else{for(var i=0,j=this.length;i<j;i++){if(this[i].style){var display=jQuery.css(this[i],"display");if(display!=="none"&&!jQuery._data(this[i],"olddisplay")){jQuery._data(this[i],"olddisplay",display);}}}
for(i=0;i<j;i++){if(this[i].style){this[i].style.display="none";}}
return this;}},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2,callback){var bool=typeof fn==="boolean";if(jQuery.isFunction(fn)&&jQuery.isFunction(fn2)){this._toggle.apply(this,arguments);}else if(fn==null||bool){this.each(function(){var state=bool?fn:jQuery(this).is(":hidden");jQuery(this)[state?"show":"hide"]();});}else{this.animate(genFx("toggle",3),fn,fn2,callback);}
return this;},fadeTo:function(speed,to,easing,callback){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:to},speed,easing,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);if(jQuery.isEmptyObject(prop)){return this.each(optall.complete,[false]);}
prop=jQuery.extend({},prop);return this[optall.queue===false?"each":"queue"](function(){if(optall.queue===false){jQuery._mark(this);}
var opt=jQuery.extend({},optall),isElement=this.nodeType===1,hidden=isElement&&jQuery(this).is(":hidden"),name,val,p,display,e,parts,start,end,unit;opt.animatedProperties={};for(p in prop){name=jQuery.camelCase(p);if(p!==name){prop[name]=prop[p];delete prop[p];}
val=prop[name];if(jQuery.isArray(val)){opt.animatedProperties[name]=val[1];val=prop[name]=val[0];}else{opt.animatedProperties[name]=opt.specialEasing&&opt.specialEasing[name]||opt.easing||'swing';}
if(val==="hide"&&hidden||val==="show"&&!hidden){return opt.complete.call(this);}
if(isElement&&(name==="height"||name==="width")){opt.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(jQuery.css(this,"display")==="inline"&&jQuery.css(this,"float")==="none"){if(!jQuery.support.inlineBlockNeedsLayout){this.style.display="inline-block";}else{display=defaultDisplay(this.nodeName);if(display==="inline"){this.style.display="inline-block";}else{this.style.display="inline";this.style.zoom=1;}}}}}
if(opt.overflow!=null){this.style.overflow="hidden";}
for(p in prop){e=new jQuery.fx(this,opt,p);val=prop[p];if(rfxtypes.test(val)){e[val==="toggle"?hidden?"show":"hide":val]();}else{parts=rfxnum.exec(val);start=e.cur();if(parts){end=parseFloat(parts[2]);unit=parts[3]||(jQuery.cssNumber[p]?"":"px");if(unit!=="px"){jQuery.style(this,p,(end||1)+unit);start=((end||1)/e.cur())*start;jQuery.style(this,p,start+unit);}
if(parts[1]){end=((parts[1]==="-="?-1:1)*end)+start;}
e.custom(start,end,unit);}else{e.custom(start,val,"");}}}
return true;});},stop:function(clearQueue,gotoEnd){if(clearQueue){this.queue([]);}
this.each(function(){var timers=jQuery.timers,i=timers.length;if(!gotoEnd){jQuery._unmark(true,this);}
while(i--){if(timers[i].elem===this){if(gotoEnd){timers[i](true);}
timers.splice(i,1);}}});if(!gotoEnd){this.dequeue();}
return this;}});function createFxNow(){setTimeout(clearFxNow,0);return(fxNow=jQuery.now());}
function clearFxNow(){fxNow=undefined;}
function genFx(type,num){var obj={};jQuery.each(fxAttrs.concat.apply([],fxAttrs.slice(0,num)),function(){obj[this]=type;});return obj;}
jQuery.each({slideDown:genFx("show",1),slideUp:genFx("hide",1),slideToggle:genFx("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(name,props){jQuery.fn[name]=function(speed,easing,callback){return this.animate(props,speed,easing,callback);};});jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&typeof speed==="object"?jQuery.extend({},speed):{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&!jQuery.isFunction(easing)&&easing};opt.duration=jQuery.fx.off?0:typeof opt.duration==="number"?opt.duration:opt.duration in jQuery.fx.speeds?jQuery.fx.speeds[opt.duration]:jQuery.fx.speeds._default;opt.old=opt.complete;opt.complete=function(noUnmark){if(jQuery.isFunction(opt.old)){opt.old.call(this);}
if(opt.queue!==false){jQuery.dequeue(this);}else if(noUnmark!==false){jQuery._unmark(this);}};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;options.orig=options.orig||{};}});jQuery.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this);}
(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop];}
var parsed,r=jQuery.css(this.elem,this.prop);return isNaN(parsed=parseFloat(r))?!r||r==="auto"?0:r:parsed;},custom:function(from,to,unit){var self=this,fx=jQuery.fx,raf;this.startTime=fxNow||createFxNow();this.start=from;this.end=to;this.unit=unit||this.unit||(jQuery.cssNumber[this.prop]?"":"px");this.now=this.start;this.pos=this.state=0;function t(gotoEnd){return self.step(gotoEnd);}
t.elem=this.elem;if(t()&&jQuery.timers.push(t)&&!timerId){if(requestAnimationFrame){timerId=true;raf=function(){if(timerId){requestAnimationFrame(raf);fx.tick();}};requestAnimationFrame(raf);}else{timerId=setInterval(fx.tick,fx.interval);}}},show:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());jQuery(this.elem).show();},hide:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(gotoEnd){var t=fxNow||createFxNow(),done=true,elem=this.elem,options=this.options,i,n;if(gotoEnd||t>=options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();options.animatedProperties[this.prop]=true;for(i in options.animatedProperties){if(options.animatedProperties[i]!==true){done=false;}}
if(done){if(options.overflow!=null&&!jQuery.support.shrinkWrapBlocks){jQuery.each(["","X","Y"],function(index,value){elem.style["overflow"+value]=options.overflow[index];});}
if(options.hide){jQuery(elem).hide();}
if(options.hide||options.show){for(var p in options.animatedProperties){jQuery.style(elem,p,options.orig[p]);}}
options.complete.call(elem);}
return false;}else{if(options.duration==Infinity){this.now=t;}else{n=t-this.startTime;this.state=n/options.duration;this.pos=jQuery.easing[options.animatedProperties[this.prop]](this.state,n,0,1,options.duration);this.now=this.start+((this.end-this.start)*this.pos);}
this.update();}
return true;}};jQuery.extend(jQuery.fx,{tick:function(){for(var timers=jQuery.timers,i=0;i<timers.length;++i){if(!timers[i]()){timers.splice(i--,1);}}
if(!timers.length){jQuery.fx.stop();}},interval:13,stop:function(){clearInterval(timerId);timerId=null;},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(fx){jQuery.style(fx.elem,"opacity",fx.now);},_default:function(fx){if(fx.elem.style&&fx.elem.style[fx.prop]!=null){fx.elem.style[fx.prop]=(fx.prop==="width"||fx.prop==="height"?Math.max(0,fx.now):fx.now)+fx.unit;}else{fx.elem[fx.prop]=fx.now;}}}});if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.animated=function(elem){return jQuery.grep(jQuery.timers,function(fn){return elem===fn.elem;}).length;};}
function defaultDisplay(nodeName){if(!elemdisplay[nodeName]){var body=document.body,elem=jQuery("<"+nodeName+">").appendTo(body),display=elem.css("display");elem.remove();if(display==="none"||display===""){if(!iframe){iframe=document.createElement("iframe");iframe.frameBorder=iframe.width=iframe.height=0;}
body.appendChild(iframe);if(!iframeDoc||!iframe.createElement){iframeDoc=(iframe.contentWindow||iframe.contentDocument).document;iframeDoc.write((document.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>");iframeDoc.close();}
elem=iframeDoc.createElement(nodeName);iframeDoc.body.appendChild(elem);display=jQuery.css(elem,"display");body.removeChild(iframe);}
elemdisplay[nodeName]=display;}
return elemdisplay[nodeName];}
var rtable=/^t(?:able|d|h)$/i,rroot=/^(?:body|html)$/i;if("getBoundingClientRect"in document.documentElement){jQuery.fn.offset=function(options){var elem=this[0],box;if(options){return this.each(function(i){jQuery.offset.setOffset(this,options,i);});}
if(!elem||!elem.ownerDocument){return null;}
if(elem===elem.ownerDocument.body){return jQuery.offset.bodyOffset(elem);}
try{box=elem.getBoundingClientRect();}catch(e){}
var doc=elem.ownerDocument,docElem=doc.documentElement;if(!box||!jQuery.contains(docElem,elem)){return box?{top:box.top,left:box.left}:{top:0,left:0};}
var body=doc.body,win=getWindow(doc),clientTop=docElem.clientTop||body.clientTop||0,clientLeft=docElem.clientLeft||body.clientLeft||0,scrollTop=win.pageYOffset||jQuery.support.boxModel&&docElem.scrollTop||body.scrollTop,scrollLeft=win.pageXOffset||jQuery.support.boxModel&&docElem.scrollLeft||body.scrollLeft,top=box.top+scrollTop-clientTop,left=box.left+scrollLeft-clientLeft;return{top:top,left:left};};}else{jQuery.fn.offset=function(options){var elem=this[0];if(options){return this.each(function(i){jQuery.offset.setOffset(this,options,i);});}
if(!elem||!elem.ownerDocument){return null;}
if(elem===elem.ownerDocument.body){return jQuery.offset.bodyOffset(elem);}
jQuery.offset.initialize();var computedStyle,offsetParent=elem.offsetParent,prevOffsetParent=elem,doc=elem.ownerDocument,docElem=doc.documentElement,body=doc.body,defaultView=doc.defaultView,prevComputedStyle=defaultView?defaultView.getComputedStyle(elem,null):elem.currentStyle,top=elem.offsetTop,left=elem.offsetLeft;while((elem=elem.parentNode)&&elem!==body&&elem!==docElem){if(jQuery.offset.supportsFixedPosition&&prevComputedStyle.position==="fixed"){break;}
computedStyle=defaultView?defaultView.getComputedStyle(elem,null):elem.currentStyle;top-=elem.scrollTop;left-=elem.scrollLeft;if(elem===offsetParent){top+=elem.offsetTop;left+=elem.offsetLeft;if(jQuery.offset.doesNotAddBorder&&!(jQuery.offset.doesAddBorderForTableAndCells&&rtable.test(elem.nodeName))){top+=parseFloat(computedStyle.borderTopWidth)||0;left+=parseFloat(computedStyle.borderLeftWidth)||0;}
prevOffsetParent=offsetParent;offsetParent=elem.offsetParent;}
if(jQuery.offset.subtractsBorderForOverflowNotVisible&&computedStyle.overflow!=="visible"){top+=parseFloat(computedStyle.borderTopWidth)||0;left+=parseFloat(computedStyle.borderLeftWidth)||0;}
prevComputedStyle=computedStyle;}
if(prevComputedStyle.position==="relative"||prevComputedStyle.position==="static"){top+=body.offsetTop;left+=body.offsetLeft;}
if(jQuery.offset.supportsFixedPosition&&prevComputedStyle.position==="fixed"){top+=Math.max(docElem.scrollTop,body.scrollTop);left+=Math.max(docElem.scrollLeft,body.scrollLeft);}
return{top:top,left:left};};}
jQuery.offset={initialize:function(){var body=document.body,container=document.createElement("div"),innerDiv,checkDiv,table,td,bodyMarginTop=parseFloat(jQuery.css(body,"marginTop"))||0,html="<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>";jQuery.extend(container.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});container.innerHTML=html;body.insertBefore(container,body.firstChild);innerDiv=container.firstChild;checkDiv=innerDiv.firstChild;td=innerDiv.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(checkDiv.offsetTop!==5);this.doesAddBorderForTableAndCells=(td.offsetTop===5);checkDiv.style.position="fixed";checkDiv.style.top="20px";this.supportsFixedPosition=(checkDiv.offsetTop===20||checkDiv.offsetTop===15);checkDiv.style.position=checkDiv.style.top="";innerDiv.style.overflow="hidden";innerDiv.style.position="relative";this.subtractsBorderForOverflowNotVisible=(checkDiv.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(body.offsetTop!==bodyMarginTop);body.removeChild(container);jQuery.offset.initialize=jQuery.noop;},bodyOffset:function(body){var top=body.offsetTop,left=body.offsetLeft;jQuery.offset.initialize();if(jQuery.offset.doesNotIncludeMarginInBodyOffset){top+=parseFloat(jQuery.css(body,"marginTop"))||0;left+=parseFloat(jQuery.css(body,"marginLeft"))||0;}
return{top:top,left:left};},setOffset:function(elem,options,i){var position=jQuery.css(elem,"position");if(position==="static"){elem.style.position="relative";}
var curElem=jQuery(elem),curOffset=curElem.offset(),curCSSTop=jQuery.css(elem,"top"),curCSSLeft=jQuery.css(elem,"left"),calculatePosition=(position==="absolute"||position==="fixed")&&jQuery.inArray("auto",[curCSSTop,curCSSLeft])>-1,props={},curPosition={},curTop,curLeft;if(calculatePosition){curPosition=curElem.position();curTop=curPosition.top;curLeft=curPosition.left;}else{curTop=parseFloat(curCSSTop)||0;curLeft=parseFloat(curCSSLeft)||0;}
if(jQuery.isFunction(options)){options=options.call(elem,i,curOffset);}
if(options.top!=null){props.top=(options.top-curOffset.top)+curTop;}
if(options.left!=null){props.left=(options.left-curOffset.left)+curLeft;}
if("using"in options){options.using.call(elem,props);}else{curElem.css(props);}}};jQuery.fn.extend({position:function(){if(!this[0]){return null;}
var elem=this[0],offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=rroot.test(offsetParent[0].nodeName)?{top:0,left:0}:offsetParent.offset();offset.top-=parseFloat(jQuery.css(elem,"marginTop"))||0;offset.left-=parseFloat(jQuery.css(elem,"marginLeft"))||0;parentOffset.top+=parseFloat(jQuery.css(offsetParent[0],"borderTopWidth"))||0;parentOffset.left+=parseFloat(jQuery.css(offsetParent[0],"borderLeftWidth"))||0;return{top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};},offsetParent:function(){return this.map(function(){var offsetParent=this.offsetParent||document.body;while(offsetParent&&(!rroot.test(offsetParent.nodeName)&&jQuery.css(offsetParent,"position")==="static")){offsetParent=offsetParent.offsetParent;}
return offsetParent;});}});jQuery.each(["Left","Top"],function(i,name){var method="scroll"+name;jQuery.fn[method]=function(val){var elem,win;if(val===undefined){elem=this[0];if(!elem){return null;}
win=getWindow(elem);return win?("pageXOffset"in win)?win[i?"pageYOffset":"pageXOffset"]:jQuery.support.boxModel&&win.document.documentElement[method]||win.document.body[method]:elem[method];}
return this.each(function(){win=getWindow(this);if(win){win.scrollTo(!i?val:jQuery(win).scrollLeft(),i?val:jQuery(win).scrollTop());}else{this[method]=val;}});};});function getWindow(elem){return jQuery.isWindow(elem)?elem:elem.nodeType===9?elem.defaultView||elem.parentWindow:false;}
jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn["inner"+name]=function(){var elem=this[0];return elem&&elem.style?parseFloat(jQuery.css(elem,type,"padding")):null;};jQuery.fn["outer"+name]=function(margin){var elem=this[0];return elem&&elem.style?parseFloat(jQuery.css(elem,type,margin?"margin":"border")):null;};jQuery.fn[type]=function(size){var elem=this[0];if(!elem){return size==null?null:this;}
if(jQuery.isFunction(size)){return this.each(function(i){var self=jQuery(this);self[type](size.call(this,i,self[type]()));});}
if(jQuery.isWindow(elem)){var docElemProp=elem.document.documentElement["client"+name];return elem.document.compatMode==="CSS1Compat"&&docElemProp||elem.document.body["client"+name]||docElemProp;}else if(elem.nodeType===9){return Math.max(elem.documentElement["client"+name],elem.body["scroll"+name],elem.documentElement["scroll"+name],elem.body["offset"+name],elem.documentElement["offset"+name]);}else if(size===undefined){var orig=jQuery.css(elem,type),ret=parseFloat(orig);return jQuery.isNaN(ret)?orig:ret;}else{return this.css(type,typeof size==="string"?size:size+"px");}};});window.jQuery=window.$=jQuery;})(window);;(function($){$.path={}
var V={rotate:function(p,degrees){var radians=degrees*3.141592654/180
var c=Math.cos(radians),s=Math.sin(radians)
return[c*p[0]-s*p[1],s*p[0]+c*p[1]]},scale:function(p,n){return[n*p[0],n*p[1]]},add:function(a,b){return[a[0]+b[0],a[1]+b[1]]},minus:function(a,b){return[a[0]-b[0],a[1]-b[1]]}}
$.path.bezier=function(params){params.start=$.extend({angle:0,length:0.3333},params.start)
params.end=$.extend({angle:0,length:0.3333},params.end)
this.p1=[params.start.x,params.start.y];this.p4=[params.end.x,params.end.y];var v14=V.minus(this.p4,this.p1)
var v12=V.scale(v14,params.start.length)
v12=V.rotate(v12,params.start.angle)
this.p2=V.add(this.p1,v12)
var v41=V.scale(v14,-1)
var v43=V.scale(v41,params.end.length)
v43=V.rotate(v43,params.end.angle)
this.p3=V.add(this.p4,v43)
this.f1=function(t){return(t*t*t);}
this.f2=function(t){return(3*t*t*(1-t));}
this.f3=function(t){return(3*t*(1-t)*(1-t));}
this.f4=function(t){return((1-t)*(1-t)*(1-t));}
this.css=function(p){var f1=this.f1(p),f2=this.f2(p),f3=this.f3(p),f4=this.f4(p)
var x=this.p1[0]*f1+this.p2[0]*f2+this.p3[0]*f3+this.p4[0]*f4;var y=this.p1[1]*f1+this.p2[1]*f2+this.p3[1]*f3+this.p4[1]*f4;return{top:y+"px",left:x+"px"}}}
$.path.arc=function(params){for(var i in params)
this[i]=params[i]
this.dir=this.dir||1
while(this.start>this.end&&this.dir>0)
this.start-=360
while(this.start<this.end&&this.dir<0)
this.start+=360
this.css=function(p){var a=this.start*(p)+this.end*(1-(p))
a=a*3.1415927/180
var x=Math.sin(a)*this.radius+this.center[0]
var y=Math.cos(a)*this.radius+this.center[1]
return{top:y+"px",left:x+"px"}}};$.fx.step.path=function(fx){var css=fx.end.css(1-fx.pos)
for(var i in css)
fx.elem.style[i]=css[i];}})(jQuery);(function($){$.fn.slides=function(option){option=$.extend({},$.fn.slides.option,option);return this.each(function(){$('.'+option.container,$(this)).children().wrapAll('<div class="slides_control"/>');var elem=$(this),control=$('.slides_control',elem),total=control.children().size(),width=control.children().outerWidth(),height=control.children().outerHeight(),start=option.start-1,effect=option.effect.indexOf(',')<0?option.effect:option.effect.replace(' ','').split(',')[0],paginationEffect=option.effect.indexOf(',')<0?effect:option.effect.replace(' ','').split(',')[1],next=0,prev=0,number=0,current=0,loaded,active,clicked,position,direction,imageParent,pauseTimeout,playInterval;function animate(direction,effect,clicked){if(!active&&loaded){active=true;option.animationStart(current+1);switch(direction){case'next':prev=current;next=current+1;next=total===next?0:next;position=width*2;direction=-width*2;current=next;break;case'prev':prev=current;next=current-1;next=next===-1?total-1:next;position=0;direction=0;current=next;break;case'pagination':next=parseInt(clicked,10);prev=$('.'+option.paginationClass+' li.'+option.currentClass+' a',elem).attr('href').match('[^#/]+$');if(next>prev){position=width*2;direction=-width*2;}else{position=0;direction=0;}
current=next;break;}
if(effect==='fade'){if(option.crossfade){control.children(':eq('+next+')',elem).css({zIndex:10}).fadeIn(option.fadeSpeed,option.fadeEasing,function(){if(option.autoHeight){control.animate({height:control.children(':eq('+next+')',elem).outerHeight()},option.autoHeightSpeed,function(){control.children(':eq('+prev+')',elem).css({display:'none',zIndex:0});control.children(':eq('+next+')',elem).css({zIndex:0});option.animationComplete(next+1);active=false;});}else{control.children(':eq('+prev+')',elem).css({display:'none',zIndex:0});control.children(':eq('+next+')',elem).css({zIndex:0});option.animationComplete(next+1);active=false;}});}else{control.children(':eq('+prev+')',elem).fadeOut(option.fadeSpeed,option.fadeEasing,function(){if(option.autoHeight){control.animate({height:control.children(':eq('+next+')',elem).outerHeight()},option.autoHeightSpeed,function(){control.children(':eq('+next+')',elem).fadeIn(option.fadeSpeed,option.fadeEasing);});}else{control.children(':eq('+next+')',elem).fadeIn(option.fadeSpeed,option.fadeEasing,function(){if($.browser.msie){$(this).get(0).style.removeAttribute('filter');}});}
option.animationComplete(next+1);active=false;});}}else{control.children(':eq('+next+')').css({left:position,display:'block'});if(option.autoHeight){control.animate({left:direction,height:control.children(':eq('+next+')').outerHeight()},option.slideSpeed,option.slideEasing,function(){control.css({left:-width});control.children(':eq('+next+')').css({left:width,zIndex:5});control.children(':eq('+prev+')').css({left:width,display:'none',zIndex:0});option.animationComplete(next+1);active=false;});}else{control.children(':eq('+prev+')').fadeOut("fast");control.animate({left:direction},option.slideSpeed,option.slideEasing,function(){control.css({left:-width});control.children(':eq('+next+')').css({left:width,zIndex:5});control.children(':eq('+prev+')').css({left:width,display:'none',zIndex:0});option.animationComplete(next+1);active=false;});}}
if(option.pagination){$('.'+option.paginationClass+' li.'+option.currentClass,elem).removeClass(option.currentClass);$('.'+option.paginationClass+' li:eq('+next+')',elem).addClass(option.currentClass);}}}
function stop(){clearInterval(elem.data('interval'));}
function pause(){if(option.pause){clearTimeout(elem.data('pause'));clearInterval(elem.data('interval'));pauseTimeout=setTimeout(function(){clearTimeout(elem.data('pause'));playInterval=setInterval(function(){animate("next",effect);},option.play);elem.data('interval',playInterval);},option.pause);elem.data('pause',pauseTimeout);}else{stop();}}
if(total<2){return;}
if(start<0){start=0;}
if(start>total){start=total-1;}
if(option.start){current=start;}
if(option.randomize){control.randomize();}
$('.'+option.container,elem).css({overflow:'hidden',position:'relative'});control.children().css({position:'absolute',top:0,left:control.children().outerWidth(),zIndex:0,display:'none'});control.css({position:'relative',width:(width*3),height:height,left:-width});$('.'+option.container,elem).css({display:'block'});if(option.autoHeight){control.children().css({height:'auto'});control.animate({height:control.children(':eq('+start+')').outerHeight()},option.autoHeightSpeed);}
if(option.preload&&control.find('img').length){$('.'+option.container,elem).css({background:'url('+option.preloadImage+') no-repeat 50% 50%'});var img=control.find('img:eq('+start+')').attr('src')+'?'+(new Date()).getTime();if($('img',elem).parent().attr('class')!='slides_control'){imageParent=control.children(':eq(0)')[0].tagName.toLowerCase();}else{imageParent=control.find('img:eq('+start+')');}
control.find('img:eq('+start+')').attr('src',img).load(function(){control.find(imageParent+':eq('+start+')').fadeIn(option.fadeSpeed,option.fadeEasing,function(){$(this).css({zIndex:5});$('.'+option.container,elem).css({background:''});loaded=true;option.slidesLoaded();});});}else{control.children(':eq('+start+')').fadeIn(option.fadeSpeed,option.fadeEasing,function(){loaded=true;option.slidesLoaded();});}
if(option.bigTarget){control.children().css({cursor:'pointer'});control.children().click(function(){animate('next',effect);return false;});}
if(option.hoverPause&&option.play){control.bind('mouseover',function(){stop();});control.bind('mouseleave',function(){pause();});}
if(option.generateNextPrev){$('.'+option.container,elem).after('<a href="#" class="'+option.prev+'">Prev</a>');$('.'+option.prev,elem).after('<a href="#" class="'+option.next+'">Next</a>');}
$('.'+option.next,elem).click(function(e){e.preventDefault();if(option.play){pause();}
animate('next',effect);});$('.'+option.prev,elem).click(function(e){e.preventDefault();if(option.play){pause();}
animate('prev',effect);});if(option.generatePagination){if(option.prependPagination){elem.prepend('<ul class='+option.paginationClass+'></ul>');}else{elem.append('<ul class='+option.paginationClass+'></ul>');}
control.children().each(function(){$('.'+option.paginationClass,elem).append('<li><a href="#'+number+'">'+(number+1)+'</a></li>');number++;});}else{$('.'+option.paginationClass+' li a',elem).each(function(){$(this).attr('href','#'+number);number++;});}
$('.'+option.paginationClass+' li:eq('+start+')',elem).addClass(option.currentClass);$('.'+option.paginationClass+' li a',elem).click(function(){if(option.play){pause();}
clicked=$(this).attr('href').match('[^#/]+$');if(current!=clicked){animate('pagination',paginationEffect,clicked);}
return false;});$('a.link',elem).click(function(){if(option.play){pause();}
clicked=$(this).attr('href').match('[^#/]+$')-1;if(current!=clicked){animate('pagination',paginationEffect,clicked);}
return false;});if(option.play){playInterval=setInterval(function(){animate('next',effect);},option.play);elem.data('interval',playInterval);}});};$.fn.slides.option={preload:false,preloadImage:'/img/loading.gif',container:'slides_container',generateNextPrev:false,next:'next',prev:'prev',pagination:true,generatePagination:true,prependPagination:false,paginationClass:'pagination',currentClass:'current',fadeSpeed:350,fadeEasing:'',slideSpeed:350,slideEasing:'',start:1,effect:'slide',crossfade:false,randomize:false,play:0,pause:0,hoverPause:false,autoHeight:false,autoHeightSpeed:350,bigTarget:false,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}};$.fn.randomize=function(callback){function randomizeOrder(){return(Math.round(Math.random())-0.5);}
return($(this).each(function(){var $this=$(this);var $children=$this.children();var childCount=$children.length;if(childCount>1){$children.hide();var indices=[];for(i=0;i<childCount;i++){indices[indices.length]=i;}
indices=indices.sort(randomizeOrder);$.each(indices,function(j,k){var $child=$children.eq(k);var $clone=$child.clone(true);$clone.show().appendTo($this);if(callback!==undefined){callback($child,$clone);}
$child.remove();});}}));};})(jQuery);(function($){$.fn.tipsy=function(options){options=$.extend({},$.fn.tipsy.defaults,options);return this.each(function(){var opts=$.fn.tipsy.elementOptions(this,options);$(this).hover(function(){$.data(this,'cancel.tipsy',true);var tip=$.data(this,'active.tipsy');if(!tip){tip=$('<div class="tipsy"><div class="tipsy-inner"/></div>');tip.css({position:'absolute',zIndex:100000});$.data(this,'active.tipsy',tip);}
if($(this).attr('title')||typeof($(this).attr('original-title'))!='string'){$(this).attr('original-title',$(this).attr('title')||'').removeAttr('title');}
var title;if(typeof opts.title=='string'){title=$(this).attr(opts.title=='title'?'original-title':opts.title);}else if(typeof opts.title=='function'){title=opts.title.call(this);}
tip.find('.tipsy-inner')[opts.html?'html':'text'](title||opts.fallback);var pos=$.extend({},$(this).offset(),{width:this.offsetWidth,height:this.offsetHeight});tip.get(0).className='tipsy';tip.remove().css({top:0,left:0,visibility:'hidden',display:'block'}).appendTo(document.body);var actualWidth=tip[0].offsetWidth,actualHeight=tip[0].offsetHeight;var gravity=(typeof opts.gravity=='function')?opts.gravity.call(this):opts.gravity;switch(gravity.charAt(0)){case'n':tip.css({top:pos.top+pos.height,left:pos.left+pos.width/2-actualWidth/2}).addClass('tipsy-north');break;case's':tip.css({top:pos.top-actualHeight,left:pos.left+pos.width/2-actualWidth/2}).addClass('tipsy-south');break;case'e':tip.css({top:pos.top+pos.height/2-actualHeight/2,left:pos.left-actualWidth}).addClass('tipsy-east');break;case'w':tip.css({top:pos.top+pos.height/2-actualHeight/2,left:pos.left+pos.width}).addClass('tipsy-west');break;}
if(opts.fade){tip.css({opacity:0,display:'block',visibility:'visible'}).animate({opacity:0.8});}else{tip.css({visibility:'visible'});}},function(){$.data(this,'cancel.tipsy',false);var self=this;setTimeout(function(){if($.data(this,'cancel.tipsy'))return;var tip=$.data(self,'active.tipsy');if(opts.fade){tip.stop().fadeOut(function(){$(this).remove();});}else{tip.remove();}},100);});});};$.fn.tipsy.elementOptions=function(ele,options){return $.metadata?$.extend({},options,$(ele).metadata()):options;};$.fn.tipsy.defaults={fade:false,fallback:'',gravity:'n',html:false,title:'title'};$.fn.tipsy.autoNS=function(){return $(this).offset().top>($(document).scrollTop()+$(window).height()/2)?'s':'n';};$.fn.tipsy.autoWE=function(){return $(this).offset().left>($(document).scrollLeft()+$(window).width()/2)?'e':'w';};})(jQuery);(function($){$.extend($.fn,{validate:function(options){if(!this.length){options&&options.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return;}
var validator=$.data(this[0],'validator');if(validator){return validator;}
this.attr('novalidate','novalidate');validator=new $.validator(options,this[0]);$.data(this[0],'validator',validator);if(validator.settings.onsubmit){var inputsAndButtons=this.find("input, button");inputsAndButtons.filter(".cancel").click(function(){validator.cancelSubmit=true;});if(validator.settings.submitHandler){inputsAndButtons.filter(":submit").click(function(){validator.submitButton=this;});}
this.submit(function(event){if(validator.settings.debug)
event.preventDefault();function handle(){if(validator.settings.submitHandler){if(validator.submitButton){var hidden=$("<input type='hidden'/>").attr("name",validator.submitButton.name).val(validator.submitButton.value).appendTo(validator.currentForm);}
validator.settings.submitHandler.call(validator,validator.currentForm);if(validator.submitButton){hidden.remove();}
return false;}
return true;}
if(validator.cancelSubmit){validator.cancelSubmit=false;return handle();}
if(validator.form()){if(validator.pendingRequest){validator.formSubmitted=true;return false;}
return handle();}else{validator.focusInvalid();return false;}});}
return validator;},valid:function(){if($(this[0]).is('form')){return this.validate().form();}else{var valid=true;var validator=$(this[0].form).validate();this.each(function(){valid&=validator.element(this);});return valid;}},removeAttrs:function(attributes){var result={},$element=this;$.each(attributes.split(/\s/),function(index,value){result[value]=$element.attr(value);$element.removeAttr(value);});return result;},rules:function(command,argument){var element=this[0];if(command){var settings=$.data(element.form,'validator').settings;var staticRules=settings.rules;var existingRules=$.validator.staticRules(element);switch(command){case"add":$.extend(existingRules,$.validator.normalizeRule(argument));staticRules[element.name]=existingRules;if(argument.messages)
settings.messages[element.name]=$.extend(settings.messages[element.name],argument.messages);break;case"remove":if(!argument){delete staticRules[element.name];return existingRules;}
var filtered={};$.each(argument.split(/\s/),function(index,method){filtered[method]=existingRules[method];delete existingRules[method];});return filtered;}}
var data=$.validator.normalizeRules($.extend({},$.validator.metadataRules(element),$.validator.classRules(element),$.validator.attributeRules(element),$.validator.staticRules(element)),element);if(data.required){var param=data.required;delete data.required;data=$.extend({required:param},data);}
return data;}});$.extend($.expr[":"],{blank:function(a){return!$.trim(""+a.value);},filled:function(a){return!!$.trim(""+a.value);},unchecked:function(a){return!a.checked;}});$.validator=function(options,form){this.settings=$.extend(true,{},$.validator.defaults,options);this.currentForm=form;this.init();};$.validator.format=function(source,params){if(arguments.length==1)
return function(){var args=$.makeArray(arguments);args.unshift(source);return $.validator.format.apply(this,args);};if(arguments.length>2&&params.constructor!=Array){params=$.makeArray(arguments).slice(1);}
if(params.constructor!=Array){params=[params];}
$.each(params,function(i,n){source=source.replace(new RegExp("\\{"+i+"\\}","g"),n);});return source;};$.extend($.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:$([]),errorLabelContainer:$([]),onsubmit:true,ignore:":hidden",ignoreTitle:false,onfocusin:function(element,event){this.lastActive=element;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,element,this.settings.errorClass,this.settings.validClass);this.addWrapper(this.errorsFor(element)).hide();}},onfocusout:function(element,event){if(!this.checkable(element)&&(element.name in this.submitted||!this.optional(element))){this.element(element);}},onkeyup:function(element,event){if(element.name in this.submitted||element==this.lastElement){this.element(element);}},onclick:function(element,event){if(element.name in this.submitted)
this.element(element);else if(element.parentNode.name in this.submitted)
this.element(element.parentNode);},highlight:function(element,errorClass,validClass){if(element.type==='radio'){this.findByName(element.name).addClass(errorClass).removeClass(validClass);}else{$(element).addClass(errorClass).removeClass(validClass);}},unhighlight:function(element,errorClass,validClass){if(element.type==='radio'){this.findByName(element.name).removeClass(errorClass).addClass(validClass);}else{$(element).removeClass(errorClass).addClass(validClass);}}},setDefaults:function(settings){$.extend($.validator.defaults,settings);},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:$.validator.format("Please enter no more than {0} characters."),minlength:$.validator.format("Please enter at least {0} characters."),rangelength:$.validator.format("Please enter a value between {0} and {1} characters long."),range:$.validator.format("Please enter a value between {0} and {1}."),max:$.validator.format("Please enter a value less than or equal to {0}."),min:$.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=$(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||$(this.currentForm);this.containers=$(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var groups=(this.groups={});$.each(this.settings.groups,function(key,value){$.each(value.split(/\s/),function(index,name){groups[name]=key;});});var rules=this.settings.rules;$.each(rules,function(key,value){rules[key]=$.validator.normalizeRule(value);});function delegate(event){var validator=$.data(this[0].form,"validator"),eventType="on"+event.type.replace(/^validate/,"");validator.settings[eventType]&&validator.settings[eventType].call(validator,this[0],event);}
$(this.currentForm).validateDelegate("[type='text'], [type='password'], [type='file'], select, textarea, "+"[type='number'], [type='search'] ,[type='tel'], [type='url'], "+"[type='email'], [type='datetime'], [type='date'], [type='month'], "+"[type='week'], [type='time'], [type='datetime-local'], "+"[type='range'], [type='color'] ","focusin focusout keyup",delegate).validateDelegate("[type='radio'], [type='checkbox'], select, option","click",delegate);if(this.settings.invalidHandler)
$(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler);},form:function(){this.checkForm();$.extend(this.submitted,this.errorMap);this.invalid=$.extend({},this.errorMap);if(!this.valid())
$(this.currentForm).triggerHandler("invalid-form",[this]);this.showErrors();return this.valid();},checkForm:function(){this.prepareForm();for(var i=0,elements=(this.currentElements=this.elements());elements[i];i++){this.check(elements[i]);}
return this.valid();},element:function(element){element=this.validationTargetFor(this.clean(element));this.lastElement=element;this.prepareElement(element);this.currentElements=$(element);var result=this.check(element);if(result){delete this.invalid[element.name];}else{this.invalid[element.name]=true;}
if(!this.numberOfInvalids()){this.toHide=this.toHide.add(this.containers);}
this.showErrors();return result;},showErrors:function(errors){if(errors){$.extend(this.errorMap,errors);this.errorList=[];for(var name in errors){this.errorList.push({message:errors[name],element:this.findByName(name)[0]});}
this.successList=$.grep(this.successList,function(element){return!(element.name in errors);});}
this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors();},resetForm:function(){if($.fn.resetForm)
$(this.currentForm).resetForm();this.submitted={};this.lastElement=null;this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass);},numberOfInvalids:function(){return this.objectLength(this.invalid);},objectLength:function(obj){var count=0;for(var i in obj)
count++;return count;},hideErrors:function(){this.addWrapper(this.toHide).hide();},valid:function(){return this.size()==0;},size:function(){return this.errorList.length;},focusInvalid:function(){if(this.settings.focusInvalid){try{$(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin");}catch(e){}}},findLastActive:function(){var lastActive=this.lastActive;return lastActive&&$.grep(this.errorList,function(n){return n.element.name==lastActive.name;}).length==1&&lastActive;},elements:function(){var validator=this,rulesCache={};return $(this.currentForm).find("input, select, textarea").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&validator.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in rulesCache||!validator.objectLength($(this).rules()))
return false;rulesCache[this.name]=true;return true;});},clean:function(selector){return $(selector)[0];},errors:function(){return $(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext);},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=$([]);this.toHide=$([]);this.currentElements=$([]);},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers);},prepareElement:function(element){this.reset();this.toHide=this.errorsFor(element);},check:function(element){element=this.validationTargetFor(this.clean(element));var rules=$(element).rules();var dependencyMismatch=false;for(var method in rules){var rule={method:method,parameters:rules[method]};try{var result=$.validator.methods[method].call(this,element.value.replace(/\r/g,""),element,rule.parameters);if(result=="dependency-mismatch"){dependencyMismatch=true;continue;}
dependencyMismatch=false;if(result=="pending"){this.toHide=this.toHide.not(this.errorsFor(element));return;}
if(!result){this.formatAndAdd(element,rule);return false;}}catch(e){this.settings.debug&&window.console&&console.log("exception occured when checking element "+element.id
+", check the '"+rule.method+"' method",e);throw e;}}
if(dependencyMismatch)
return;if(this.objectLength(rules))
this.successList.push(element);return true;},customMetaMessage:function(element,method){if(!$.metadata)
return;var meta=this.settings.meta?$(element).metadata()[this.settings.meta]:$(element).metadata();return meta&&meta.messages&&meta.messages[method];},customMessage:function(name,method){var m=this.settings.messages[name];return m&&(m.constructor==String?m:m[method]);},findDefined:function(){for(var i=0;i<arguments.length;i++){if(arguments[i]!==undefined)
return arguments[i];}
return undefined;},defaultMessage:function(element,method){return this.findDefined(this.customMessage(element.name,method),this.customMetaMessage(element,method),!this.settings.ignoreTitle&&element.title||undefined,$.validator.messages[method],"<strong>Warning: No message defined for "+element.name+"</strong>");},formatAndAdd:function(element,rule){var message=this.defaultMessage(element,rule.method),theregex=/\$?\{(\d+)\}/g;if(typeof message=="function"){message=message.call(this,rule.parameters,element);}else if(theregex.test(message)){message=jQuery.format(message.replace(theregex,'{$1}'),rule.parameters);}
this.errorList.push({message:message,element:element});this.errorMap[element.name]=message;this.submitted[element.name]=message;},addWrapper:function(toToggle){if(this.settings.wrapper)
toToggle=toToggle.add(toToggle.parent(this.settings.wrapper));return toToggle;},defaultShowErrors:function(){for(var i=0;this.errorList[i];i++){var error=this.errorList[i];this.settings.highlight&&this.settings.highlight.call(this,error.element,this.settings.errorClass,this.settings.validClass);this.showLabel(error.element,error.message);}
if(this.errorList.length){this.toShow=this.toShow.add(this.containers);}
if(this.settings.success){for(var i=0;this.successList[i];i++){this.showLabel(this.successList[i]);}}
if(this.settings.unhighlight){for(var i=0,elements=this.validElements();elements[i];i++){this.settings.unhighlight.call(this,elements[i],this.settings.errorClass,this.settings.validClass);}}
this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show();},validElements:function(){return this.currentElements.not(this.invalidElements());},invalidElements:function(){return $(this.errorList).map(function(){return this.element;});},showLabel:function(element,message){var label=this.errorsFor(element);if(label.length){label.removeClass(this.settings.validClass).addClass(this.settings.errorClass);label.attr("generated")&&label.html(message);}else{label=$("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(element),generated:true}).addClass(this.settings.errorClass).html(message||"");if(this.settings.wrapper){label=label.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();}
if(!this.labelContainer.append(label).length)
this.settings.errorPlacement?this.settings.errorPlacement(label,$(element)):label.insertAfter(element);}
if(!message&&this.settings.success){label.text("");typeof this.settings.success=="string"?label.addClass(this.settings.success):this.settings.success(label);}
this.toShow=this.toShow.add(label);},errorsFor:function(element){var name=this.idOrName(element);return this.errors().filter(function(){return $(this).attr('for')==name;});},idOrName:function(element){return this.groups[element.name]||(this.checkable(element)?element.name:element.id||element.name);},validationTargetFor:function(element){if(this.checkable(element)){element=this.findByName(element.name).not(this.settings.ignore)[0];}
return element;},checkable:function(element){return /radio|checkbox/i.test(element.type);},findByName:function(name){var form=this.currentForm;return $(document.getElementsByName(name)).map(function(index,element){return element.form==form&&element.name==name&&element||null;});},getLength:function(value,element){switch(element.nodeName.toLowerCase()){case'select':return $("option:selected",element).length;case'input':if(this.checkable(element))
return this.findByName(element.name).filter(':checked').length;}
return value.length;},depend:function(param,element){return this.dependTypes[typeof param]?this.dependTypes[typeof param](param,element):true;},dependTypes:{"boolean":function(param,element){return param;},"string":function(param,element){return!!$(param,element.form).length;},"function":function(param,element){return param(element);}},optional:function(element){return!$.validator.methods.required.call(this,$.trim(element.value),element)&&"dependency-mismatch";},startRequest:function(element){if(!this.pending[element.name]){this.pendingRequest++;this.pending[element.name]=true;}},stopRequest:function(element,valid){this.pendingRequest--;if(this.pendingRequest<0)
this.pendingRequest=0;delete this.pending[element.name];if(valid&&this.pendingRequest==0&&this.formSubmitted&&this.form()){$(this.currentForm).submit();this.formSubmitted=false;}else if(!valid&&this.pendingRequest==0&&this.formSubmitted){$(this.currentForm).triggerHandler("invalid-form",[this]);this.formSubmitted=false;}},previousValue:function(element){return $.data(element,"previousValue")||$.data(element,"previousValue",{old:null,valid:true,message:this.defaultMessage(element,"remote")});}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(className,rules){className.constructor==String?this.classRuleSettings[className]=rules:$.extend(this.classRuleSettings,className);},classRules:function(element){var rules={};var classes=$(element).attr('class');classes&&$.each(classes.split(' '),function(){if(this in $.validator.classRuleSettings){$.extend(rules,$.validator.classRuleSettings[this]);}});return rules;},attributeRules:function(element){var rules={};var $element=$(element);for(var method in $.validator.methods){var value;if(method==='required'&&typeof $.fn.prop==='function'){value=$element.prop(method);}else{value=$element.attr(method);}
if(value){rules[method]=value;}else if($element[0].getAttribute("type")===method){rules[method]=true;}}
if(rules.maxlength&&/-1|2147483647|524288/.test(rules.maxlength)){delete rules.maxlength;}
return rules;},metadataRules:function(element){if(!$.metadata)return{};var meta=$.data(element.form,'validator').settings.meta;return meta?$(element).metadata()[meta]:$(element).metadata();},staticRules:function(element){var rules={};var validator=$.data(element.form,'validator');if(validator.settings.rules){rules=$.validator.normalizeRule(validator.settings.rules[element.name])||{};}
return rules;},normalizeRules:function(rules,element){$.each(rules,function(prop,val){if(val===false){delete rules[prop];return;}
if(val.param||val.depends){var keepRule=true;switch(typeof val.depends){case"string":keepRule=!!$(val.depends,element.form).length;break;case"function":keepRule=val.depends.call(element,element);break;}
if(keepRule){rules[prop]=val.param!==undefined?val.param:true;}else{delete rules[prop];}}});$.each(rules,function(rule,parameter){rules[rule]=$.isFunction(parameter)?parameter(element):parameter;});$.each(['minlength','maxlength','min','max'],function(){if(rules[this]){rules[this]=Number(rules[this]);}});$.each(['rangelength','range'],function(){if(rules[this]){rules[this]=[Number(rules[this][0]),Number(rules[this][1])];}});if($.validator.autoCreateRanges){if(rules.min&&rules.max){rules.range=[rules.min,rules.max];delete rules.min;delete rules.max;}
if(rules.minlength&&rules.maxlength){rules.rangelength=[rules.minlength,rules.maxlength];delete rules.minlength;delete rules.maxlength;}}
if(rules.messages){delete rules.messages;}
return rules;},normalizeRule:function(data){if(typeof data=="string"){var transformed={};$.each(data.split(/\s/),function(){transformed[this]=true;});data=transformed;}
return data;},addMethod:function(name,method,message){$.validator.methods[name]=method;$.validator.messages[name]=message!=undefined?message:$.validator.messages[name];if(method.length<3){$.validator.addClassRules(name,$.validator.normalizeRule(name));}},methods:{required:function(value,element,param){if(!this.depend(param,element))
return"dependency-mismatch";switch(element.nodeName.toLowerCase()){case'select':var val=$(element).val();return val&&val.length>0;case'input':if(this.checkable(element))
return this.getLength(value,element)>0;default:return $.trim(value).length>0;}},remote:function(value,element,param){if(this.optional(element))
return"dependency-mismatch";var previous=this.previousValue(element);if(!this.settings.messages[element.name])
this.settings.messages[element.name]={};previous.originalMessage=this.settings.messages[element.name].remote;this.settings.messages[element.name].remote=previous.message;param=typeof param=="string"&&{url:param}||param;if(this.pending[element.name]){return"pending";}
if(previous.old===value){return previous.valid;}
previous.old=value;var validator=this;this.startRequest(element);var data={};data[element.name]=value;$.ajax($.extend(true,{url:param,mode:"abort",port:"validate"+element.name,dataType:"json",data:data,success:function(response){validator.settings.messages[element.name].remote=previous.originalMessage;var valid=response===true;if(valid){var submitted=validator.formSubmitted;validator.prepareElement(element);validator.formSubmitted=submitted;validator.successList.push(element);validator.showErrors();}else{var errors={};var message=response||validator.defaultMessage(element,"remote");errors[element.name]=previous.message=$.isFunction(message)?message(value):message;validator.showErrors(errors);}
previous.valid=valid;validator.stopRequest(element,valid);}},param));return"pending";},minlength:function(value,element,param){return this.optional(element)||this.getLength($.trim(value),element)>=param;},maxlength:function(value,element,param){return this.optional(element)||this.getLength($.trim(value),element)<=param;},rangelength:function(value,element,param){var length=this.getLength($.trim(value),element);return this.optional(element)||(length>=param[0]&&length<=param[1]);},min:function(value,element,param){return this.optional(element)||value>=param;},max:function(value,element,param){return this.optional(element)||value<=param;},range:function(value,element,param){return this.optional(element)||(value>=param[0]&&value<=param[1]);},email:function(value,element){return this.optional(element)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i.test(value);},url:function(value,element){return this.optional(element)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(value);},date:function(value,element){return this.optional(element)||!/Invalid|NaN/.test(new Date(value));},dateISO:function(value,element){return this.optional(element)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(value);},number:function(value,element){return this.optional(element)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(value);},digits:function(value,element){return this.optional(element)||/^\d+$/.test(value);},creditcard:function(value,element){if(this.optional(element))
return"dependency-mismatch";if(/[^0-9 -]+/.test(value))
return false;var nCheck=0,nDigit=0,bEven=false;value=value.replace(/\D/g,"");for(var n=value.length-1;n>=0;n--){var cDigit=value.charAt(n);var nDigit=parseInt(cDigit,10);if(bEven){if((nDigit*=2)>9)
nDigit-=9;}
nCheck+=nDigit;bEven=!bEven;}
return(nCheck%10)==0;},accept:function(value,element,param){param=typeof param=="string"?param.replace(/,/g,'|'):"png|jpe?g|gif";return this.optional(element)||value.match(new RegExp(".("+param+")$","i"));},equalTo:function(value,element,param){var target=$(param).unbind(".validate-equalTo").bind("blur.validate-equalTo",function(){$(element).valid();});return value==target.val();}}});$.format=$.validator.format;})(jQuery);;(function($){var pendingRequests={};if($.ajaxPrefilter){$.ajaxPrefilter(function(settings,_,xhr){var port=settings.port;if(settings.mode=="abort"){if(pendingRequests[port]){pendingRequests[port].abort();}
pendingRequests[port]=xhr;}});}else{var ajax=$.ajax;$.ajax=function(settings){var mode=("mode"in settings?settings:$.ajaxSettings).mode,port=("port"in settings?settings:$.ajaxSettings).port;if(mode=="abort"){if(pendingRequests[port]){pendingRequests[port].abort();}
return(pendingRequests[port]=ajax.apply(this,arguments));}
return ajax.apply(this,arguments);};}})(jQuery);;(function($){if(!jQuery.event.special.focusin&&!jQuery.event.special.focusout&&document.addEventListener){$.each({focus:'focusin',blur:'focusout'},function(original,fix){$.event.special[fix]={setup:function(){this.addEventListener(original,handler,true);},teardown:function(){this.removeEventListener(original,handler,true);},handler:function(e){arguments[0]=$.event.fix(e);arguments[0].type=fix;return $.event.handle.apply(this,arguments);}};function handler(e){e=$.event.fix(e);e.type=fix;return $.event.handle.call(this,e);}});};$.extend($.fn,{validateDelegate:function(delegate,type,handler){return this.bind(type,function(event){var target=$(event.target);if(target.is(delegate)){return handler.apply(target,arguments);}});}});})(jQuery);jQuery.fn.googleMaps=function(options){if(!window.GBrowserIsCompatible||!GBrowserIsCompatible()){return this;}
var opts=$.extend({},$.googleMaps.defaults,options);return this.each(function(){$.googleMaps.gMap=new GMap2(this,opts);$.googleMaps.mapsConfiguration(opts);});};$.googleMaps={mapsConfiguration:function(opts){if(opts.geocode){geocoder=new GClientGeocoder();geocoder.getLatLng(opts.geocode,function(center){if(!center){alert(address+" not found");}
else{$.googleMaps.gMap.setCenter(center,opts.depth);$.googleMaps.latitude=center.x;$.googleMaps.longitude=center.y;}});}
else{var center=$.googleMaps.mapLatLong(opts.latitude,opts.longitude);$.googleMaps.gMap.setCenter(center,opts.depth);}
if(opts.polyline)
$.googleMaps.gMap.addOverlay($.googleMaps.mapPolyLine(opts.polyline));if(opts.geodesic){$.googleMaps.mapGeoDesic(opts.geodesic);}
if(opts.pan){opts.pan=$.googleMaps.mapPanOptions(opts.pan);window.setTimeout(function(){$.googleMaps.gMap.panTo($.googleMaps.mapLatLong(opts.pan.panLatitude,opts.pan.panLongitude));},opts.pan.timeout);}
if(opts.layer)
$.googleMaps.gMap.addOverlay(new GLayer(opts.layer));if(opts.markers)
$.googleMaps.mapMarkers(center,opts.markers);if(opts.controls.type||opts.controls.zoom||opts.controls.mapType){$.googleMaps.mapControls(opts.controls);}
else{if(!opts.controls.hide)
$.googleMaps.gMap.setUIToDefault();}
if(opts.scroll)
$.googleMaps.gMap.enableScrollWheelZoom();else if(!opts.scroll)
$.googleMaps.gMap.disableScrollWheelZoom();if(opts.controls.localSearch)
$.googleMaps.gMap.enableGoogleBar();else
$.googleMaps.gMap.disableGoogleBar();if(opts.feed)
$.googleMaps.gMap.addOverlay(new GGeoXml(opts.feed));if(opts.trafficInfo){var trafficOptions={incidents:true};trafficInfo=new GTrafficOverlay(trafficOptions);$.googleMaps.gMap.addOverlay(trafficInfo);}
if(opts.directions){$.googleMaps.directions=new GDirections($.googleMaps.gMap,opts.directions.panel);$.googleMaps.directions.load(opts.directions.route);}
if(opts.streetViewOverlay){svOverlay=new GStreetviewOverlay();$.googleMaps.gMap.addOverlay(svOverlay);}},mapGeoDesic:function(options){geoDesicDefaults={startLatitude:37.4419,startLongitude:-122.1419,endLatitude:37.4519,endLongitude:-122.1519,color:'#ff0000',pixels:2,opacity:10}
options=$.extend({},geoDesicDefaults,options);var polyOptions={geodesic:true};var polyline=new GPolyline([new GLatLng(options.startLatitude,options.startLongitude),new GLatLng(options.endLatitude,options.endLongitude)],options.color,options.pixels,options.opacity,polyOptions);$.googleMaps.gMap.addOverlay(polyline);},localSearchControl:function(options){var controlLocation=$.googleMaps.mapControlsLocation(options.location);$.googleMaps.gMap.addControl(new $.googleMaps.gMap.LocalSearch(),new GControlPosition(controlLocation,new GSize(options.x,options.y)));},getLatitude:function(){return $.googleMaps.latitude;},getLongitude:function(){return $.googleMaps.longitude;},directions:{},latitude:'',longitude:'',latlong:{},maps:{},marker:{},gMap:{},defaults:{latitude:37.4419,longitude:-122.1419,depth:13,scroll:true,trafficInfo:false,streetViewOverlay:false,controls:{hide:false,localSearch:false},layer:null},mapPolyLine:function(options){polylineDefaults={startLatitude:37.4419,startLongitude:-122.1419,endLatitude:37.4519,endLongitude:-122.1519,color:'#ff0000',pixels:2}
options=$.extend({},polylineDefaults,options);return new GPolyline([$.googleMaps.mapLatLong(options.startLatitude,options.startLongitude),$.googleMaps.mapLatLong(options.endLatitude,options.endLongitude)],options.color,options.pixels);},mapLatLong:function(latitude,longitude){return new GLatLng(latitude,longitude);},mapPanOptions:function(options){var panDefaults={panLatitude:37.4569,panLongitude:-122.1569,timeout:0}
return options=$.extend({},panDefaults,options);},mapMarkersOptions:function(icon){var gIcon=new GIcon(G_DEFAULT_ICON);if(icon.image)
gIcon.image=icon.image;if(icon.shadow)
gIcon.shadow=icon.shadow;if(icon.iconSize)
gIcon.iconSize=new GSize(icon.iconSize);if(icon.shadowSize)
gIcon.shadowSize=new GSize(icon.shadowSize);if(icon.iconAnchor)
gIcon.iconAnchor=new GPoint(icon.iconAnchor);if(icon.infoWindowAnchor)
gIcon.infoWindowAnchor=new GPoint(icon.infoWindowAnchor);if(icon.dragCrossImage)
gIcon.dragCrossImage=icon.dragCrossImage;if(icon.dragCrossSize)
gIcon.dragCrossSize=new GSize(icon.dragCrossSize);if(icon.dragCrossAnchor)
gIcon.dragCrossAnchor=new GPoint(icon.dragCrossAnchor);if(icon.maxHeight)
gIcon.maxHeight=icon.maxHeight;if(icon.PrintImage)
gIcon.PrintImage=icon.PrintImage;if(icon.mozPrintImage)
gIcon.mozPrintImage=icon.mozPrintImage;if(icon.PrintShadow)
gIcon.PrintShadow=icon.PrintShadow;if(icon.transparent)
gIcon.transparent=icon.transparent;return gIcon;},mapMarkers:function(center,markers){if(typeof(markers.length)=='undefined')
markers=[markers];var j=0;for(i=0;i<markers.length;i++){var gIcon=null;if(markers[i].icon){gIcon=$.googleMaps.mapMarkersOptions(markers[i].icon);}
if(markers[i].geocode){var geocoder=new GClientGeocoder();geocoder.getLatLng(markers[i].geocode,function(center){if(!center)
alert(address+" not found");else
$.googleMaps.marker[i]=new GMarker(center,{draggable:markers[i].draggable,icon:gIcon});});}
else if(markers[i].latitude&&markers[i].longitude){center=$.googleMaps.mapLatLong(markers[i].latitude,markers[i].longitude);$.googleMaps.marker[i]=new GMarker(center,{draggable:markers[i].draggable,icon:gIcon});}
$.googleMaps.gMap.addOverlay($.googleMaps.marker[i]);if(markers[i].info){$(markers[i].info.layer).hide();if(markers[i].info.popup)
$.googleMaps.marker[i].openInfoWindowHtml($(markers[i].info.layer).html());else
$.googleMaps.marker[i].bindInfoWindowHtml($(markers[i].info.layer).html().toString());}}},mapControlsLocation:function(location){switch(location){case'G_ANCHOR_TOP_RIGHT':return G_ANCHOR_TOP_RIGHT;break;case'G_ANCHOR_BOTTOM_RIGHT':return G_ANCHOR_BOTTOM_RIGHT;break;case'G_ANCHOR_TOP_LEFT':return G_ANCHOR_TOP_LEFT;break;case'G_ANCHOR_BOTTOM_LEFT':return G_ANCHOR_BOTTOM_LEFT;break;}
return;},mapControl:function(control){switch(control){case'GLargeMapControl3D':return new GLargeMapControl3D();break;case'GLargeMapControl':return new GLargeMapControl();break;case'GSmallMapControl':return new GSmallMapControl();break;case'GSmallZoomControl3D':return new GSmallZoomControl3D();break;case'GSmallZoomControl':return new GSmallZoomControl();break;case'GScaleControl':return new GScaleControl();break;case'GMapTypeControl':return new GMapTypeControl();break;case'GHierarchicalMapTypeControl':return new GHierarchicalMapTypeControl();break;case'GOverviewMapControl':return new GOverviewMapControl();break;case'GNavLabelControl':return new GNavLabelControl();break;}
return;},mapTypeControl:function(type){switch(type){case'G_NORMAL_MAP':return G_NORMAL_MAP;break;case'G_SATELLITE_MAP':return G_SATELLITE_MAP;break;case'G_HYBRID_MAP':return G_HYBRID_MAP;break;}
return;},mapControls:function(options){controlsDefaults={type:{location:'G_ANCHOR_TOP_RIGHT',x:10,y:10,control:'GMapTypeControl'},zoom:{location:'G_ANCHOR_TOP_LEFT',x:10,y:10,control:'GLargeMapControl3D'}};options=$.extend({},controlsDefaults,options);options.type=$.extend({},controlsDefaults.type,options.type);options.zoom=$.extend({},controlsDefaults.zoom,options.zoom);if(options.type){var controlLocation=$.googleMaps.mapControlsLocation(options.type.location);var controlPosition=new GControlPosition(controlLocation,new GSize(options.type.x,options.type.y));$.googleMaps.gMap.addControl($.googleMaps.mapControl(options.type.control),controlPosition);}
if(options.zoom){var controlLocation=$.googleMaps.mapControlsLocation(options.zoom.location);var controlPosition=new GControlPosition(controlLocation,new GSize(options.zoom.x,options.zoom.y))
$.googleMaps.gMap.addControl($.googleMaps.mapControl(options.zoom.control),controlPosition);}
if(options.mapType){if(options.mapType.length>=1){for(i=0;i<options.mapType.length;i++){if(options.mapType[i].remove)
$.googleMaps.gMap.removeMapType($.googleMaps.mapTypeControl(options.mapType[i].remove));if(options.mapType[i].add)
$.googleMaps.gMap.addMapType($.googleMaps.mapTypeControl(options.mapType[i].add));}}
else{if(options.mapType.add)
$.googleMaps.gMap.addMapType($.googleMaps.mapTypeControl(options.mapType.add));if(options.mapType.remove)
$.googleMaps.gMap.removeMapType($.googleMaps.mapTypeControl(options.mapType.remove));}}},geoCode:function(options){geocoder=new GClientGeocoder();geocoder.getLatLng(options.address,function(point){if(!point)
alert(address+" not found");else
$.googleMaps.gMap.setCenter(point,options.depth);});}};
/*
 * Copyright (c) 2011 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version ${Version}
 */
var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})(),root:function(){return document.documentElement||document.body;},strict:(function(){var doctype;if(document.compatMode=='BackCompat')return false;doctype=document.doctype;if(doctype){return!/frameset|transitional/i.test(doctype.publicId);}
doctype=document.firstChild;if(doctype.nodeType!=8||/^DOCTYPE.+(transitional|frameset)/i.test(doctype.data)){return false;}
return true;})()};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el;},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/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}[value]||1;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'));}catch(e){}
container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported;}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el;},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase();},lowercase:function(s){return s.toLowerCase();},capitalize:function(s){return s.replace(/(?:^|\s)./g,function($0){return $0.toUpperCase();});}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text;};})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement,simple){if(simple)return text.replace(wsStart,'').replace(wsEnd,'');if(previousElement){if(previousElement.nodeName.toLowerCase()=='br'){text=text.replace(wsStart,'');}}
if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(wsStart,'');if(!node.nextSibling)text=text.replace(wsEnd,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var links=elementsByTagName('link'),styles=elementsByTagName('style');var checkTypes={'':1,'text/css':1};function isContainerReady(el){if(!checkTypes[el.type.toLowerCase()])return true;return el.disabled||isSheetReady(el.sheet,el.media||'screen');}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search;}}}}
catch(e){}
return true;}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;}
for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=(function(glyphs){var key,fallbacks={'\u2011':'\u002d','\u00ad':'\u2011'};for(key in fallbacks){if(!hasOwnProperty(fallbacks,key))continue;if(!glyphs[key])glyphs[key]=glyphs[fallbacks[key]];}
return glyphs;})(data.glyphs);this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,w,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
w=glyph.w;if(isNaN(w))w=+this.w;if(w>0){w+=letterSpacing;if(wordSeparators[chr])w+=wordSpacing;}
width+=jumps[++j]=~~w;kerning=glyph.k;}
jumps.total=width;return jumps;};}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>=weight&&b>=weight)?a<b:a>b:(a<=weight&&b<=weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){try{if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
catch(e){}
return false;}
function onOverOut(e){var related=e.relatedTarget;if(related&&contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){if(!e)e=window.event;trigger(e.target||e.srcElement,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;if(hoverState){options=merge(options,options.hover);options._mediatorMode=1;}
api.replace(el,options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};this.detach=function(el){if(el.onmouseenter===undefined){removeEvent(el,'mouseover',onOverOut);removeEvent(el,'mouseout',onOverOut);}
else{removeEvent(el,'mouseenter',onEnterLeave);removeEvent(el,'mouseleave',onEnterLeave);}};}
function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values;}
this.add=function(key,args){map[key]=list.push(args)-1;};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true);};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,listener);}}
function attach(el,options){if(options._mediatorMode)return el;var storage=sharedStorage.get(el);var oldOptions=storage.options;if(oldOptions){if(oldOptions===options)return el;if(oldOptions.hover)hoverHandler.detach(el);}
if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function removeEvent(el,type,listener){if(el.removeEventListener){el.removeEventListener(type,listener,false);}
else if(el.detachEvent){el.detachEvent('on'+type,listener);}}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;if(options.ignoreClass&&options.ignoreClass.test(el.className))return;if(options.onBeforeReplace)options.onBeforeReplace(el,options);var replace=!options.textless[name],simple=(options.trim==='simple');var style=CSS.getStyle(attach(el,options)).extend(options);if(parseFloat(style.get('fontSize'))===0)return;var font=getFont(el,style),node,type,next,anchor,text,lastElement;var isShy=options.softHyphens,anyShy=false,pos,shy,reShy=/\u00ad/g;var modifyText=options.modifyText;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(isShy&&el.nodeName.toLowerCase()!=TAG_SHY){pos=node.data.indexOf('\u00ad');if(pos>=0){node.splitText(pos);next=node.nextSibling;next.deleteData(0,1);shy=document.createElement(TAG_SHY);shy.appendChild(document.createTextNode('\u00ad'));el.insertBefore(shy,next);next=shy;anyShy=true;}}
if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){text=anchor.data;if(!isShy)text=text.replace(reShy,'');text=CSS.whiteSpace(text,style,anchor,lastElement,simple);if(modifyText)text=modifyText(text,anchor,el,options);el.replaceChild(process(font,text,style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}
if(isShy&&anyShy){updateShy(el);if(!trackingShy)addEvent(window,'resize',updateShyOnResize);trackingShy=true;}
if(options.onAfterReplace)options.onAfterReplace(el,options);}
function updateShy(context){var shys,shy,parent,glue,newGlue,next,prev,i;shys=context.getElementsByTagName(TAG_SHY);for(i=0;shy=shys[i];++i){shy.className=C_SHY_DISABLED;glue=parent=shy.parentNode;if(glue.nodeName.toLowerCase()!=TAG_GLUE){newGlue=document.createElement(TAG_GLUE);newGlue.appendChild(shy.previousSibling);parent.insertBefore(newGlue,shy);newGlue.appendChild(shy);}
else{glue=glue.parentNode;if(glue.nodeName.toLowerCase()==TAG_GLUE){parent=glue.parentNode;while(glue.firstChild){parent.insertBefore(glue.firstChild,glue);}
parent.removeChild(glue);}}}
for(i=0;shy=shys[i];++i){shy.className='';glue=shy.parentNode;parent=glue.parentNode;next=glue.nextSibling||parent.nextSibling;prev=(next.nodeName.toLowerCase()==TAG_GLUE)?glue:shy.previousSibling;if(prev.offsetTop>=next.offsetTop){shy.className=C_SHY_DISABLED;if(prev.offsetTop<next.offsetTop){newGlue=document.createElement(TAG_GLUE);parent.insertBefore(newGlue,glue);newGlue.appendChild(glue);newGlue.appendChild(next);}}}}
function updateShyOnResize(){if(ignoreResize)return;CSS.addClass(DOM.root(),C_VIEWPORT_RESIZING);clearTimeout(shyTimer);shyTimer=setTimeout(function(){ignoreResize=true;CSS.removeClass(DOM.root(),C_VIEWPORT_RESIZING);updateShy(document);ignoreResize=false;},100);}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var TAG_GLUE='cufonglue';var TAG_SHY='cufonshy';var C_SHY_DISABLED='cufon-shy-disabled';var C_VIEWPORT_RESIZING='cufon-viewport-resizing';var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var trackingShy=false;var shyTimer;var ignoreResize=false;var engines={},fonts={},defaultOptions={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,noscript:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},ignoreClass:null,modifyText:null,onAfterReplace:null,onBeforeReplace:null,printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.glow&&glow.dom&&glow.dom.get)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',softHyphens:true,textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none',trim:'advanced'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api;};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready');});initialized=true;}
if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.ignoreClass=='string'){options.ignoreClass=new RegExp('(?:^|\\s)(?:'+options.ignoreClass.replace(/\s+/g,'|')+')(?:\\s|$)');}
if(typeof options.textShadow=='string'){options.textShadow=CSS.textShadow(options.textShadow);}
if(typeof options.color=='string'&&/^-/.test(options.color)){options.textGradient=CSS.gradient(options.color);}
else delete options.textGradient;if(typeof elements=='string'){if(!ignoreHistory)replaceHistory.add(elements,arguments);elements=[elements];}
else if(elements.nodeType)elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(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:'+
(HAS_BROKEN_LINEHEIGHT?'middle':'text-bottom')+';}'+'cufon cufontext{position:absolute;left:-10000in;font-size:1px;text-align:left;}'+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'a cufon{cursor:pointer}'+'}'+'@media print{'+'cufon cufoncanvas{display:none;}'+'}'+'</style>').replace(/;/g,'!important;'));function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(!isNaN(value)||/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));}
return value;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='none';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=jumps[j++];}
var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover);}
vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight;}
else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height));}
if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px';}}
return wrapper;};})());Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+'@media screen,projection{'+'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;text-align:left;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'cufon canvas{position:relative;}':'cufon canvas{position:absolute;}')+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'}'+'@media print{'+'cufon{padding:0;}'+'cufon canvas{display:none;}'+'}').replace(/;/g,'!important;')));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.max(Math.ceil(size.convert(stretchedWidth)),0)+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;var pixelRatio=window.devicePixelRatio||1;if(pixelRatio!=1){canvas.width=canvasWidth*pixelRatio;canvas.height=canvasHeight*pixelRatio;g.scale(pixelRatio,pixelRatio);}
g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(jumps[++j],0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();return wrapper;};})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2009 Microsoft Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Ebrima is either a registered trademark or a trademark of Microsoft Corporation
 * in the United States and/or other countries.
 * 
 * Manufacturer:
 * Microsoft Corporation
 * 
 * Vendor URL:
 * http://www.microsoft.com/typography
 * 
 * License information:
 * http://www.microsoft.com/typography/fonts/
 */
Cufon.registerFont({"w":217,"face":{"font-family":"Ebrima","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-39 -385 360 85.3349","underline-thickness":"20.918","underline-position":"-20.918","unicode-range":"U+0021-U+2219"},"glyphs":{" ":{"w":99},"\u00a0":{"w":99},"A":{"d":"250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0","w":253},"a":{"d":"28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22","w":193},"\u00c0":{"d":"250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0xm161,-275r-40,0r-55,-57r49,0","w":253},"\u00e0":{"d":"28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22xm136,-208r-40,0r-55,-57r49,0","w":193},"\u00c1":{"d":"250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0xm182,-332r-55,57r-40,0r45,-57r50,0","w":253},"\u00e1":{"d":"28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22xm157,-265r-55,57r-40,0r45,-57r50,0","w":193},"\u00c2":{"d":"189,-275r-36,0r-28,-33r-26,33r-36,0r41,-58r44,0xm250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0","w":253},"\u00e2":{"d":"161,-208r-37,0r-27,-34r-26,34r-37,0r42,-58r43,0xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22","w":193},"\u01cd":{"d":"190,-331r-42,57r-43,0r-42,-57r36,0r28,33r27,-33r36,0xm250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0","w":253},"\u01ce":{"d":"157,-264r-42,57r-43,0r-41,-57r36,0r27,33r27,-33r36,0xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22","w":193},"\u00c3":{"d":"100,-327v14,-1,37,16,50,16v9,0,14,-6,14,-19r25,0v2,29,-11,51,-36,51v-16,0,-41,-15,-51,-15v-9,0,-14,6,-14,19r-25,0v1,-29,11,-50,37,-52xm250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0","w":253},"\u00e3":{"d":"70,-260v14,-1,37,16,50,16v9,0,14,-6,14,-19r25,0v2,29,-11,51,-36,51v-16,0,-40,-15,-51,-15v-9,0,-14,6,-14,19r-25,0v1,-29,11,-50,37,-52xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22","w":193},"\u00c4":{"d":"250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0xm193,-300v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm112,-300v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":253},"\u00e4":{"d":"28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22xm166,-233v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm85,-233v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":193},"\u01de":{"d":"250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0xm178,-336r-103,0r0,-31r103,0r0,31xm193,-300v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm112,-300v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":253},"\u01df":{"d":"28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22xm166,-233v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm85,-233v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24xm150,-270r-103,0r0,-31r103,0r0,31","w":193},"\u0100":{"d":"250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0xm177,-275r-103,0r0,-31r103,0r0,31","w":253},"\u0101":{"d":"28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22xm147,-208r-103,0r0,-31r103,0r0,31","w":193},"\u0102":{"d":"186,-329v1,50,-68,70,-102,39v-11,-10,-17,-23,-17,-39r32,0v1,30,55,32,55,0r32,0xm250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0","w":253},"\u0103":{"d":"160,-262v1,50,-69,71,-102,38v-11,-10,-17,-22,-17,-38r32,0v1,30,55,32,55,0r32,0xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22","w":193},"\u00c5":{"d":"127,-312v36,0,59,38,35,64r88,248r-61,0r-18,-56r-90,0r-18,56r-61,0r90,-247v-24,-24,-1,-65,35,-65xm145,-272v0,-11,-8,-17,-19,-17v-11,0,-17,7,-18,17v0,11,6,17,18,17v11,0,19,-6,19,-17xm157,-103r-32,-102v-6,38,-21,67,-31,102r63,0","w":253},"\u00e5":{"d":"144,-247v0,22,-20,39,-43,39v-23,0,-42,-16,-42,-38v0,-23,19,-39,43,-39v25,0,42,15,42,38xm119,-247v0,-10,-7,-17,-18,-16v-11,0,-17,5,-17,16v0,11,6,17,17,17v10,0,18,-7,18,-17xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22","w":193},"\u01fa":{"d":"176,-373r-46,43r-35,0r32,-43r49,0xm127,-312v36,0,59,38,35,64r88,248r-61,0r-18,-56r-90,0r-18,56r-61,0r90,-247v-24,-24,-1,-65,35,-65xm145,-272v0,-11,-8,-17,-19,-17v-11,0,-17,7,-18,17v0,11,6,17,18,17v11,0,19,-6,19,-17xm157,-103r-32,-102v-6,38,-21,67,-31,102r63,0","w":253},"\u01fb":{"d":"144,-240v0,22,-20,39,-43,39v-23,0,-42,-16,-42,-38v0,-23,19,-39,43,-39v25,0,42,15,42,38xm119,-240v0,-10,-7,-17,-18,-16v-11,0,-17,5,-17,16v0,11,6,17,17,17v10,0,18,-7,18,-17xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22xm157,-349r-55,57r-40,0r45,-57r50,0","w":193},"\u0202":{"d":"66,-275v-2,-50,68,-70,102,-39v11,10,17,23,17,39r-32,0v-1,-32,-55,-32,-55,0r-32,0xm250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0","w":253},"\u0203":{"d":"33,-208v-2,-50,68,-70,102,-39v11,10,17,23,17,39r-32,0v-1,-32,-55,-32,-55,0r-32,0xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22","w":193},"\u0226":{"d":"153,-300v0,14,-11,25,-26,25v-16,0,-28,-11,-28,-25v0,-15,12,-23,28,-23v15,0,26,8,26,23xm250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0","w":253},"\u0227":{"d":"124,-234v0,13,-11,24,-27,24v-15,0,-27,-11,-27,-24v0,-14,12,-23,27,-23v15,0,27,9,27,23xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22","w":193},"\u01e0":{"d":"153,-298v0,14,-11,24,-26,24v-15,0,-28,-10,-28,-24v0,-15,13,-24,28,-24v15,0,26,9,26,24xm250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0xm178,-331r-103,0r0,-31r103,0r0,31","w":253},"\u01e1":{"d":"124,-233v0,14,-12,26,-27,25v-14,0,-27,-11,-27,-25v0,-14,12,-23,27,-23v15,0,27,9,27,23xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22xm149,-265r-103,0r0,-31r103,0r0,31","w":193},"\u0200":{"d":"179,-275r-37,0r-43,-57r43,0xm113,-275r-37,0r-44,-57r44,0xm250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0","w":253},"\u0201":{"d":"155,-208r-37,0r-44,-57r44,0xm89,-208r-37,0r-44,-57r44,0xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22","w":193},"\u0104":{"d":"189,37v-2,12,16,13,25,9r1,24v-23,10,-58,2,-55,-27v4,-29,19,-48,56,-43v-14,11,-25,21,-27,37xm250,0r-61,0r-18,-56r-90,0r-18,56r-61,0r92,-252r67,0xm158,-100r-33,-107v-6,40,-22,71,-32,107r65,0","w":253},"\u0105":{"d":"121,37v-2,12,16,13,25,9r1,24v-23,9,-58,2,-55,-27v3,-29,19,-48,56,-43v-14,11,-25,21,-27,37xm28,-169v54,-27,145,-21,145,61r0,108r-52,0v-1,-8,2,-20,-1,-26v-23,47,-110,38,-110,-24v0,-54,58,-64,111,-67v-2,-47,-66,-30,-93,-10r0,-42xm86,-35v24,-1,39,-21,35,-50v-24,3,-62,2,-60,28v1,13,10,23,25,22","w":193},"\u0245":{"d":"246,0r-62,0r-55,-183v-3,-6,0,-18,-6,-23v-16,71,-41,137,-60,206r-61,0r89,-252r69,0","w":249},"\u00c6":{"d":"325,0r-151,0r0,-56r-83,0r-25,56r-66,0r127,-252r192,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46xm174,-100r0,-106r-14,0r-49,106r63,0","w":336},"\u00e6":{"d":"150,-161v50,-50,148,-14,138,64r0,23r-117,0v0,47,70,46,102,25r0,40v-41,19,-115,20,-137,-18v-30,46,-126,43,-126,-23v0,-55,55,-62,111,-63v-1,-50,-63,-36,-93,-15r0,-41v40,-19,99,-24,122,8xm237,-108v4,-38,-34,-50,-54,-28v-7,7,-11,17,-12,28r66,0xm86,-35v23,0,38,-19,35,-46v-24,3,-60,3,-60,26v0,12,13,20,25,20","w":298},"\u01fc":{"d":"325,0r-151,0r0,-56r-83,0r-25,56r-66,0r127,-252r192,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46xm174,-100r0,-106r-14,0r-49,106r63,0xm268,-332r-55,57r-40,0r45,-57r50,0","w":336},"\u01fd":{"d":"150,-161v50,-50,148,-14,138,64r0,23r-117,0v0,47,70,46,102,25r0,40v-41,19,-115,20,-137,-18v-30,46,-126,43,-126,-23v0,-55,55,-62,111,-63v-1,-50,-63,-36,-93,-15r0,-41v40,-19,99,-24,122,8xm237,-108v4,-38,-34,-50,-54,-28v-7,7,-11,17,-12,28r66,0xm86,-35v23,0,38,-19,35,-46v-24,3,-60,3,-60,26v0,12,13,20,25,20xm208,-265r-55,57r-40,0r45,-57r50,0","w":298},"\u01e2":{"d":"325,0r-151,0r0,-56r-83,0r-25,56r-66,0r127,-252r192,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46xm174,-100r0,-106r-14,0r-49,106r63,0xm273,-278r-103,0r0,-31r103,0r0,31","w":336},"\u01e3":{"d":"150,-161v50,-50,148,-14,138,64r0,23r-117,0v0,47,70,46,102,25r0,40v-41,19,-115,20,-137,-18v-30,46,-126,43,-126,-23v0,-55,55,-62,111,-63v-1,-50,-63,-36,-93,-15r0,-41v40,-19,99,-24,122,8xm237,-108v4,-38,-34,-50,-54,-28v-7,7,-11,17,-12,28r66,0xm86,-35v23,0,38,-19,35,-46v-24,3,-60,3,-60,26v0,12,13,20,25,20xm201,-212r-103,0r0,-31r103,0r0,31","w":298},"B":{"d":"218,-75v0,48,-40,75,-92,75r-97,0r0,-252v76,2,178,-15,179,59v0,31,-26,49,-49,58v32,3,59,26,59,60xm86,-150v32,2,62,-2,62,-32v0,-26,-31,-30,-62,-28r0,60xm158,-76v0,-33,-36,-34,-72,-32r0,66v36,2,73,0,72,-34","w":230},"b":{"d":"211,-95v10,79,-84,132,-132,74r0,21r-56,0r0,-266r56,0r1,113v40,-62,143,-24,131,58xm117,-142v-30,0,-39,28,-39,64v0,22,16,40,36,40v28,-1,40,-25,40,-56v-1,-28,-11,-48,-37,-48","w":223},"\u0181":{"d":"272,-75v0,48,-40,75,-92,75r-97,0r0,-210v-35,-5,-49,26,-37,57r-51,0v-17,-57,24,-101,82,-99v78,3,184,-17,185,59v0,31,-26,49,-49,58v32,3,59,26,59,60xm140,-150v32,2,62,-2,62,-32v0,-26,-31,-30,-62,-28r0,60xm212,-76v0,-33,-36,-34,-72,-32r0,66v36,2,73,0,72,-34","w":285},"C":{"d":"73,-125v0,75,80,100,137,64r0,52v-18,9,-43,13,-73,13v-77,1,-124,-50,-124,-125v0,-102,96,-160,197,-126r0,55v-57,-35,-137,-6,-137,67","w":224},"c":{"d":"69,-89v0,50,56,64,91,38r0,44v-63,31,-147,-4,-147,-79v0,-78,76,-116,147,-90r0,47v-35,-28,-91,-10,-91,40","w":172},"\u0106":{"d":"73,-125v0,75,80,100,137,64r0,52v-18,9,-43,13,-73,13v-77,1,-124,-50,-124,-125v0,-102,96,-160,197,-126r0,55v-57,-35,-137,-6,-137,67xm204,-332r-55,57r-40,0r45,-57r50,0","w":224},"\u0107":{"d":"69,-89v0,50,56,64,91,38r0,44v-63,31,-147,-4,-147,-79v0,-78,76,-116,147,-90r0,47v-35,-28,-91,-10,-91,40xm163,-265r-55,57r-40,0r45,-57r50,0","w":172},"\u0108":{"d":"204,-275r-37,0r-27,-33r-26,33r-37,0r42,-58r43,0xm73,-125v0,75,80,100,137,64r0,52v-18,9,-43,13,-73,13v-77,1,-124,-50,-124,-125v0,-102,96,-160,197,-126r0,55v-57,-35,-137,-6,-137,67","w":224},"\u0109":{"d":"168,-208r-37,0r-28,-34r-25,34r-37,0r41,-58r44,0xm69,-89v0,50,56,64,91,38r0,44v-63,31,-147,-4,-147,-79v0,-78,76,-116,147,-90r0,47v-35,-28,-91,-10,-91,40","w":172},"\u010c":{"d":"204,-333r-41,58r-44,0r-41,-58r36,0r27,33r27,-33r36,0xm73,-125v0,75,80,100,137,64r0,52v-18,9,-43,13,-73,13v-77,1,-124,-50,-124,-125v0,-102,96,-160,197,-126r0,55v-57,-35,-137,-6,-137,67","w":224},"\u010d":{"d":"167,-266r-42,58r-43,0r-42,-58r36,0r28,33r27,-33r36,0xm69,-89v0,50,56,64,91,38r0,44v-63,31,-147,-4,-147,-79v0,-78,76,-116,147,-90r0,47v-35,-28,-91,-10,-91,40","w":172},"\u010a":{"d":"171,-300v0,14,-12,25,-27,25v-15,0,-27,-11,-27,-25v0,-14,12,-23,27,-23v15,0,27,9,27,23xm73,-125v0,75,80,100,137,64r0,52v-18,9,-43,13,-73,13v-77,1,-124,-50,-124,-125v0,-102,96,-160,197,-126r0,55v-57,-35,-137,-6,-137,67","w":224},"\u010b":{"d":"134,-233v0,14,-12,26,-27,25v-14,0,-27,-11,-27,-25v0,-14,12,-23,27,-23v15,0,27,9,27,23xm69,-89v0,50,56,64,91,38r0,44v-63,31,-147,-4,-147,-79v0,-78,76,-116,147,-90r0,47v-35,-28,-91,-10,-91,40","w":172},"\u00c7":{"d":"73,-125v0,75,80,100,137,64r0,52v-18,9,-43,13,-73,13v-77,1,-124,-50,-124,-125v0,-102,96,-160,197,-126r0,55v-57,-35,-137,-6,-137,67xm107,79r0,-24v14,3,36,1,34,-12v1,-10,-13,-12,-26,-11r0,-32r30,0r0,14v22,1,33,11,33,30v0,28,-33,40,-71,35","w":224},"\u00e7":{"d":"69,-89v0,50,56,64,91,38r0,44v-63,31,-147,-4,-147,-79v0,-78,76,-116,147,-90r0,47v-35,-28,-91,-10,-91,40xm75,79r0,-24v14,3,36,1,34,-12v1,-10,-13,-12,-26,-11r0,-32r30,0r0,14v22,1,33,11,33,30v0,28,-33,40,-71,35","w":172},"\u0187":{"d":"173,-252v6,-29,45,-47,79,-35r0,43v-35,-18,-48,19,-42,53v-61,-36,-137,-11,-137,66v0,75,80,100,137,64r0,52v-18,9,-43,13,-73,13v-77,1,-124,-50,-124,-125v0,-87,68,-152,160,-131","w":225},"\u0188":{"d":"130,-183v4,-26,38,-44,70,-33r0,40v-30,-16,-45,15,-40,46v-36,-25,-91,-10,-91,41v0,50,56,64,91,38r0,44v-63,31,-147,-4,-147,-79v0,-66,47,-105,117,-97","w":173},"D":{"d":"252,-129v1,79,-54,129,-134,129r-89,0r0,-252r89,0v90,0,134,41,134,123xm193,-128v0,-58,-42,-84,-107,-78r0,160v67,7,107,-22,107,-82","w":265},"d":{"d":"13,-86v0,-56,30,-98,82,-98v24,0,38,10,49,25r0,-107r56,0r0,266r-56,0v-1,-8,2,-19,-1,-25v-41,60,-130,20,-130,-61xm107,-38v28,0,38,-29,38,-63v0,-23,-15,-41,-37,-41v-26,1,-39,24,-39,54v0,29,12,50,38,50","w":222},"\u010e":{"d":"189,-333r-42,58r-43,0r-41,-58r36,0r27,33r27,-33r36,0xm252,-129v1,79,-54,129,-134,129r-89,0r0,-252r89,0v90,0,134,41,134,123xm193,-128v0,-58,-42,-84,-107,-78r0,160v67,7,107,-22,107,-82","w":265},"\u010f":{"d":"13,-86v0,-56,30,-98,82,-98v24,0,38,10,49,25r0,-107r56,0r0,266r-56,0v-1,-8,2,-19,-1,-25v-41,60,-130,20,-130,-61xm107,-38v28,0,38,-29,38,-63v0,-23,-15,-41,-37,-41v-26,1,-39,24,-39,54v0,29,12,50,38,50xm278,-266r-30,61r-34,0r16,-61r48,0","w":266},"\u0110":{"d":"252,-129v1,79,-54,129,-134,129r-89,0r0,-103r-29,0r0,-47r29,0r0,-102r89,0v90,0,134,41,134,123xm193,-128v0,-58,-42,-84,-107,-78r0,56r47,0r0,47r-47,0r0,57v67,7,107,-22,107,-82","w":265},"\u0111":{"d":"13,-86v0,-56,30,-98,82,-98v24,0,38,10,49,25r0,-47r-58,0r0,-36r58,0r0,-24r56,0r0,24r25,0r0,36r-25,0r0,206r-56,0v-1,-8,2,-19,-1,-25v-41,60,-130,20,-130,-61xm107,-38v28,0,38,-29,38,-63v0,-23,-15,-41,-37,-41v-26,1,-39,24,-39,54v0,29,12,50,38,50","w":227},"\u0189":{"d":"252,-129v1,79,-54,129,-134,129r-89,0r0,-103r-29,0r0,-47r29,0r0,-102r89,0v90,0,134,41,134,123xm193,-128v0,-58,-42,-84,-107,-78r0,56r47,0r0,47r-47,0r0,57v67,7,107,-22,107,-82","w":265},"\u018a":{"d":"306,-129v1,79,-54,129,-134,129r-89,0r0,-206v-33,-4,-49,23,-37,53r-51,0v-18,-57,26,-99,82,-99r95,0v90,0,134,41,134,123xm247,-128v0,-58,-42,-84,-107,-78r0,160v67,7,107,-22,107,-82","w":319},"E":{"d":"180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46","w":191},"e":{"d":"103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0","w":194},"\u00c8":{"d":"180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46xm135,-275r-40,0r-55,-57r49,0","w":191},"\u00e8":{"d":"103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0xm140,-208r-40,0r-55,-57r49,0","w":194},"\u00c9":{"d":"180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46xm164,-332r-55,57r-40,0r45,-57r50,0","w":191},"\u00e9":{"d":"103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0xm162,-265r-55,57r-40,0r45,-57r50,0","w":194},"\u00ca":{"d":"164,-275r-37,0r-27,-33r-26,33r-37,0r42,-58r43,0xm180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46","w":191},"\u00ea":{"d":"167,-208r-37,0r-27,-34r-26,34r-37,0r42,-58r43,0xm103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0","w":194},"\u011a":{"d":"168,-333r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46","w":191},"\u011b":{"d":"164,-266r-41,58r-44,0r-41,-58r36,0r27,33r27,-33r36,0xm103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0","w":194},"\u00cb":{"d":"180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46xm170,-300v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm89,-300v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":191},"\u00eb":{"d":"103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0xm169,-233v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm88,-233v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":194},"\u0112":{"d":"180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46xm152,-275r-103,0r0,-31r103,0r0,31","w":191},"\u0113":{"d":"103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0xm152,-208r-103,0r0,-31r103,0r0,31","w":194},"\u0114":{"d":"163,-329v1,50,-68,70,-102,39v-11,-10,-17,-23,-17,-39r32,0v1,30,55,32,55,0r32,0xm180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46","w":191},"\u0115":{"d":"160,-262v2,50,-69,71,-101,38v-11,-10,-17,-22,-17,-38r31,0v1,30,55,32,55,0r32,0xm103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0","w":194},"\u0206":{"d":"43,-275v-2,-50,68,-70,102,-39v11,10,17,23,17,39r-32,0v-1,-32,-55,-32,-55,0r-32,0xm180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46","w":191},"\u0207":{"d":"40,-208v-2,-50,67,-71,101,-39v11,10,17,23,17,39r-32,0v0,-32,-54,-32,-55,0r-31,0xm103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0","w":194},"\u0116":{"d":"130,-300v0,14,-11,25,-26,25v-16,0,-28,-11,-28,-25v0,-15,12,-23,28,-23v15,0,26,8,26,23xm180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46","w":191},"\u0117":{"d":"131,-233v0,14,-11,26,-26,25v-14,0,-27,-11,-27,-25v-1,-15,12,-23,27,-23v15,0,26,8,26,23xm103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0","w":194},"\u0204":{"d":"155,-275r-37,0r-44,-57r44,0xm89,-275r-37,0r-44,-57r44,0xm180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46","w":191},"\u0205":{"d":"157,-208r-37,0r-44,-57r44,0xm91,-208r-37,0r-45,-57r44,0xm103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0","w":194},"\u0228":{"d":"180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46xm77,79r0,-24v14,3,36,1,34,-12v1,-10,-13,-12,-26,-11r0,-32r30,0r0,14v22,1,33,11,33,30v0,28,-33,40,-71,35","w":191},"\u0229":{"d":"103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0xm72,79r0,-24v14,3,36,1,34,-12v1,-10,-13,-12,-26,-11r0,-32r30,0r0,14v22,1,33,11,33,30v0,28,-33,40,-71,35","w":194},"\u0118":{"d":"136,37v-2,13,16,13,26,9r0,24v-23,9,-58,2,-55,-27v4,-29,19,-48,56,-43v-14,11,-25,21,-27,37xm180,0r-151,0r0,-252r145,0r0,46r-88,0r0,56r82,0r0,46r-82,0r0,58r94,0r0,46","w":191},"\u0119":{"d":"117,37v-1,12,16,13,25,9r0,24v-23,9,-59,2,-55,-27v3,-28,19,-48,56,-43v-14,11,-24,20,-26,37xm103,-184v61,-1,88,43,82,110r-117,0v-1,47,70,46,101,25r0,40v-65,32,-156,7,-156,-78v0,-57,37,-97,90,-97xm134,-108v3,-38,-34,-50,-55,-28v-7,7,-11,17,-12,28r67,0","w":194},"\u018e":{"d":"163,0r-151,0r0,-46r94,0r0,-57r-83,0r0,-46r83,0r0,-57r-89,0r0,-46r146,0r0,252","w":191},"\u01dd":{"d":"92,4v-61,1,-88,-43,-82,-110r117,0v1,-47,-71,-46,-102,-25r0,-40v65,-31,157,-7,157,78v0,57,-37,97,-90,97xm127,-72r-66,0v-4,39,34,50,55,28v7,-7,10,-17,11,-28","w":194},"\u018f":{"d":"134,4v-81,-1,-128,-62,-120,-153r185,0v-10,-72,-102,-76,-156,-34r0,-51v24,-15,53,-22,86,-22v83,-1,132,46,132,127v1,77,-51,134,-127,133xm75,-104v0,53,65,82,102,45v11,-11,19,-26,22,-45r-124,0","w":273},"\u0190":{"d":"156,-105v-38,0,-82,-3,-83,30v-2,39,86,35,115,17r0,50v-65,25,-174,15,-174,-62v0,-35,24,-54,51,-63v-28,-9,-43,-27,-43,-53v0,-68,99,-83,162,-60r0,50v-28,-15,-103,-20,-102,16v-4,25,38,30,74,28r0,47","w":200},"F":{"d":"175,-206r-89,0r0,62r81,0r0,46r-81,0r0,98r-57,0r0,-252r146,0r0,46","w":187},"f":{"d":"38,-180v-9,-68,39,-103,103,-87r0,43v-31,-13,-54,5,-47,44r41,0r0,41r-41,0r0,139r-56,0r0,-139r-30,0r0,-41r30,0","w":137},"\u0191":{"d":"86,-9v3,60,-49,94,-106,76r0,-49v24,11,49,4,49,-28r0,-242r146,0r0,46r-89,0r0,62r81,0r0,46r-81,0r0,89","w":187},"\u0192":{"d":"38,-180v-9,-68,39,-103,103,-87r0,43v-32,-13,-54,5,-47,44r41,0r0,41r-41,0v2,102,15,239,-103,206r0,-44v26,16,48,5,47,-34r0,-128r-30,0r0,-41r30,0","w":137},"G":{"d":"73,-125v0,62,50,96,106,76r0,-49r-51,0r0,-46r108,0r0,127v-25,14,-55,21,-92,21v-81,1,-131,-47,-131,-126v0,-107,109,-159,211,-123r0,53v-58,-36,-151,-15,-151,67","w":255},"g":{"d":"13,-85v-11,-79,84,-133,131,-74r0,-21r56,0r0,159v8,91,-93,126,-171,95r0,-47v48,32,126,19,115,-53v-39,61,-142,21,-131,-59xm107,-38v29,-1,38,-29,38,-63v0,-21,-15,-42,-36,-41v-27,1,-40,25,-40,55v-1,27,12,49,38,49","w":222},"\u01f4":{"d":"73,-125v0,62,50,96,106,76r0,-49r-51,0r0,-46r108,0r0,127v-25,14,-55,21,-92,21v-81,1,-131,-47,-131,-126v0,-107,109,-159,211,-123r0,53v-58,-36,-151,-15,-151,67xm213,-331r-55,57r-40,0r45,-57r50,0","w":255},"\u01f5":{"d":"13,-85v-11,-79,84,-133,131,-74r0,-21r56,0r0,159v8,91,-93,126,-171,95r0,-47v48,32,126,19,115,-53v-39,61,-142,21,-131,-59xm107,-38v29,-1,38,-29,38,-63v0,-21,-15,-42,-36,-41v-27,1,-40,25,-40,55v-1,27,12,49,38,49xm176,-265r-55,57r-40,0r45,-57r50,0","w":222},"\u011c":{"d":"210,-275r-36,0r-28,-33r-26,33r-36,0r41,-58r44,0xm73,-125v0,62,50,96,106,76r0,-49r-51,0r0,-46r108,0r0,127v-25,14,-55,21,-92,21v-81,1,-131,-47,-131,-126v0,-107,109,-159,211,-123r0,53v-58,-36,-151,-15,-151,67","w":255},"\u011d":{"d":"175,-208r-37,0r-28,-34r-25,34r-37,0r41,-58r44,0xm13,-85v-11,-79,84,-133,131,-74r0,-21r56,0r0,159v8,91,-93,126,-171,95r0,-47v48,32,126,19,115,-53v-39,61,-142,21,-131,-59xm107,-38v29,-1,38,-29,38,-63v0,-21,-15,-42,-36,-41v-27,1,-40,25,-40,55v-1,27,12,49,38,49","w":222},"\u01e6":{"d":"203,-333r-41,58r-44,0r-41,-58r36,0r27,33r27,-33r36,0xm73,-125v0,62,50,96,106,76r0,-49r-51,0r0,-46r108,0r0,127v-25,14,-55,21,-92,21v-81,1,-131,-47,-131,-126v0,-107,109,-159,211,-123r0,53v-58,-36,-151,-15,-151,67","w":255},"\u01e7":{"d":"170,-264r-42,57r-43,0r-42,-57r36,0r28,33r27,-33r36,0xm13,-85v-11,-79,84,-133,131,-74r0,-21r56,0r0,159v8,91,-93,126,-171,95r0,-47v48,32,126,19,115,-53v-39,61,-142,21,-131,-59xm107,-38v29,-1,38,-29,38,-63v0,-21,-15,-42,-36,-41v-27,1,-40,25,-40,55v-1,27,12,49,38,49","w":222},"\u011e":{"d":"201,-329v1,50,-68,70,-102,39v-11,-10,-17,-23,-17,-39r32,0v1,30,55,32,55,0r32,0xm73,-125v0,62,50,96,106,76r0,-49r-51,0r0,-46r108,0r0,127v-25,14,-55,21,-92,21v-81,1,-131,-47,-131,-126v0,-107,109,-159,211,-123r0,53v-58,-36,-151,-15,-151,67","w":255},"\u011f":{"d":"171,-262v1,50,-69,71,-102,38v-11,-10,-17,-22,-17,-38r32,0v1,30,55,32,55,0r32,0xm13,-85v-11,-79,84,-133,131,-74r0,-21r56,0r0,159v8,91,-93,126,-171,95r0,-47v48,32,126,19,115,-53v-39,61,-142,21,-131,-59xm107,-38v29,-1,38,-29,38,-63v0,-21,-15,-42,-36,-41v-27,1,-40,25,-40,55v-1,27,12,49,38,49","w":222},"\u0120":{"d":"171,-300v0,14,-12,25,-27,25v-15,0,-27,-11,-27,-25v0,-14,12,-23,27,-23v15,0,27,9,27,23xm73,-125v0,62,50,96,106,76r0,-49r-51,0r0,-46r108,0r0,127v-25,14,-55,21,-92,21v-81,1,-131,-47,-131,-126v0,-107,109,-159,211,-123r0,53v-58,-36,-151,-15,-151,67","w":255},"\u0121":{"d":"138,-233v0,15,-12,26,-27,25v-14,0,-27,-11,-27,-25v0,-14,12,-23,27,-23v15,0,27,8,27,23xm13,-85v-11,-79,84,-133,131,-74r0,-21r56,0r0,159v8,91,-93,126,-171,95r0,-47v48,32,126,19,115,-53v-39,61,-142,21,-131,-59xm107,-38v29,-1,38,-29,38,-63v0,-21,-15,-42,-36,-41v-27,1,-40,25,-40,55v-1,27,12,49,38,49","w":222},"\u0122":{"d":"73,-125v0,62,50,96,106,76r0,-49r-51,0r0,-46r108,0r0,127v-25,14,-55,21,-92,21v-81,1,-131,-47,-131,-126v0,-107,109,-159,211,-123r0,53v-58,-36,-151,-15,-151,67xm171,21r-30,61r-34,0r16,-61r48,0","w":255},"\u0123":{"d":"13,-85v-11,-79,84,-133,131,-74r0,-21r56,0r0,159v8,91,-93,126,-171,95r0,-47v48,32,126,19,115,-53v-39,61,-142,21,-131,-59xm107,-38v29,-1,38,-29,38,-63v0,-21,-15,-42,-36,-41v-27,1,-40,25,-40,55v-1,27,12,49,38,49xm144,-270r-16,62r-47,0r29,-62r34,0","w":222},"\u01e4":{"d":"73,-125v0,61,47,98,106,79r0,-14r-51,0r0,-34r51,0r0,-17r-51,0r0,-38r108,0r0,55r24,0r0,34r-24,0r0,43v-25,14,-55,21,-92,21v-81,1,-131,-47,-131,-126v0,-107,109,-159,211,-123r0,53v-58,-36,-151,-15,-151,67","w":255},"\u01e5":{"d":"21,-103v7,-46,29,-80,80,-81v22,0,39,8,50,25r0,-21r56,0r0,77r19,0r0,30r-19,0v9,98,-21,160,-113,158v-24,0,-44,-4,-58,-11r0,-47v48,32,126,20,115,-53v-13,20,-31,30,-56,30v-48,-1,-70,-32,-75,-77r-18,0r0,-30r19,0xm152,-103v1,-32,-38,-52,-62,-29v-7,7,-11,17,-13,29r75,0xm77,-73v1,31,39,46,61,25v7,-6,11,-14,13,-25r-74,0","w":229},"\u0193":{"d":"188,-252v6,-30,44,-47,78,-35r0,43v-35,-18,-48,19,-42,53v-61,-37,-151,-16,-151,66v0,62,50,97,106,76r0,-49r-51,0r0,-46r108,0r0,127v-25,14,-55,21,-92,21v-81,1,-131,-47,-131,-126v0,-92,77,-151,175,-130","w":256},"\u0194":{"d":"119,85v-47,0,-79,-42,-61,-87v3,-9,17,-33,25,-48r-81,-202r63,0r46,129v2,6,5,18,10,36r57,-165r61,0r-81,201v14,23,31,56,30,75v-1,34,-32,61,-69,61xm120,-10v-8,15,-12,25,-12,32v0,12,4,18,12,18v21,-6,13,-29,0,-50","w":240},"H":{"d":"247,0r-57,0r0,-103r-104,0r0,103r-57,0r0,-252r57,0r0,100r104,0r0,-100r57,0r0,252","w":275},"h":{"d":"112,-142v-53,0,-27,90,-33,142r-56,0r0,-266r56,0r1,113v32,-53,116,-38,116,42r0,111r-55,0v-6,-49,19,-142,-29,-142","w":216},"\u0124":{"d":"201,-275r-36,0r-28,-33r-26,33r-36,0r41,-58r44,0xm247,0r-57,0r0,-103r-104,0r0,103r-57,0r0,-252r57,0r0,100r104,0r0,-100r57,0r0,252","w":275},"\u0125":{"d":"178,-282r-36,0r-28,-33r-26,33r-36,0r41,-57r43,0xm112,-142v-53,0,-27,90,-33,142r-56,0r0,-266r56,0r1,113v32,-53,116,-38,116,42r0,111r-55,0v-6,-49,19,-142,-29,-142","w":216},"\u021e":{"d":"201,-333r-42,58r-43,0r-41,-58r36,0r27,33r27,-33r36,0xm247,0r-57,0r0,-103r-104,0r0,103r-57,0r0,-252r57,0r0,100r104,0r0,-100r57,0r0,252","w":275},"\u021f":{"d":"171,-339r-42,57r-44,0r-41,-57r36,0r27,33r28,-33r36,0xm112,-142v-53,0,-27,90,-33,142r-56,0r0,-266r56,0r1,113v32,-53,116,-38,116,42r0,111r-55,0v-6,-49,19,-142,-29,-142","w":216},"\u0126":{"d":"276,-179r-29,0r0,179r-57,0r0,-103r-104,0r0,103r-57,0r0,-179r-29,0r0,-36r29,0r0,-37r57,0r0,37r104,0r0,-37r57,0r0,37r29,0r0,36xm190,-152r0,-27r-104,0r0,27r104,0","w":275},"\u0127":{"d":"118,-137v-52,0,-28,86,-33,137r-55,0r0,-207r-25,0r0,-28r25,0r0,-31r55,0r0,31r58,0r0,28r-58,0v1,19,-2,41,1,58v33,-52,116,-39,116,42r0,107r-55,0v-5,-48,18,-137,-29,-137","w":221},"I":{"d":"107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0","w":114},"i":{"d":"83,-237v0,18,-15,29,-31,29v-17,1,-32,-12,-32,-29v0,-18,14,-29,32,-29v17,0,31,11,31,29xm79,0r-56,0r0,-180r56,0r0,180","w":102},"\u00cc":{"d":"107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0xm94,-275r-40,0r-55,-57r49,0","w":114},"\u00ec":{"d":"79,0r-56,0r0,-180r56,0r0,180xm91,-208r-40,0r-55,-57r49,0","w":102},"\u00cd":{"d":"107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0xm115,-332r-55,57r-40,0r45,-57r50,0","w":114},"\u00ed":{"d":"79,0r-56,0r0,-180r56,0r0,180xm108,-265r-55,57r-40,0r45,-57r50,0","w":102},"\u00ce":{"d":"122,-275r-37,0r-28,-33r-25,33r-37,0r42,-58r43,0xm107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0","w":114},"\u00ee":{"d":"116,-208r-37,0r-27,-34r-26,34r-37,0r42,-58r43,0xm79,0r-56,0r0,-180r56,0r0,180","w":102},"\u01cf":{"d":"121,-333r-42,58r-43,0r-42,-58r36,0r28,33r27,-33r36,0xm107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0","w":114},"\u01d0":{"d":"115,-266r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm79,0r-56,0r0,-180r56,0r0,180","w":102},"\u0128":{"d":"31,-327v14,-1,37,16,50,16v9,0,14,-6,14,-19r25,0v2,29,-11,51,-36,51v-16,0,-41,-15,-51,-15v-9,0,-14,6,-14,19r-25,0v1,-29,11,-50,37,-52xm107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0","w":114},"\u0129":{"d":"25,-260v14,-1,37,16,50,16v9,0,14,-6,14,-19r25,0v2,29,-11,51,-36,51v-16,0,-40,-15,-51,-15v-9,0,-14,6,-14,19r-25,0v1,-29,11,-50,37,-52xm79,0r-56,0r0,-180r56,0r0,180","w":102},"\u00cf":{"d":"107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0xm126,-300v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm45,-300v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":114},"\u00ef":{"d":"79,0r-56,0r0,-180r56,0r0,180xm120,-233v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm39,-233v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":102},"\u012a":{"d":"107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0xm109,-275r-103,0r0,-31r103,0r0,31","w":114},"\u012b":{"d":"79,0r-56,0r0,-180r56,0r0,180xm103,-208r-103,0r0,-31r103,0r0,31","w":102},"\u012c":{"d":"117,-329v1,50,-68,70,-102,39v-11,-10,-17,-23,-17,-39r32,0v0,31,54,31,55,0r32,0xm107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0","w":114},"\u012d":{"d":"111,-262v1,50,-69,71,-102,38v-11,-10,-17,-22,-17,-38r32,0v1,30,55,32,55,0r32,0xm79,0r-56,0r0,-180r56,0r0,180","w":102},"\u020a":{"d":"-2,-275v-2,-50,68,-70,102,-39v11,10,17,23,17,39r-32,0v-1,-32,-55,-32,-55,0r-32,0xm107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0","w":114},"\u020b":{"d":"-8,-208v-2,-50,67,-71,101,-39v11,10,17,23,17,39r-31,0v0,-32,-55,-32,-56,0r-31,0xm79,0r-56,0r0,-180r56,0r0,180","w":102},"\u0208":{"d":"112,-275r-37,0r-44,-57r44,0xm46,-275r-37,0r-44,-57r44,0xm107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0","w":114},"\u0209":{"d":"108,-208r-37,0r-43,-57r43,0xm42,-208r-37,0r-44,-57r44,0xm79,0r-56,0r0,-180r56,0r0,180","w":102},"\u012e":{"d":"59,37v-1,12,16,13,25,9r0,24v-23,9,-59,2,-55,-27v3,-28,19,-48,56,-43v-14,11,-24,20,-26,37xm107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0","w":114},"\u012f":{"d":"52,37v-2,12,16,13,25,9r1,24v-23,9,-60,3,-56,-27v3,-28,19,-47,57,-43v-14,11,-25,21,-27,37xm83,-237v0,18,-15,29,-31,29v-17,1,-32,-12,-32,-29v0,-18,14,-29,32,-29v17,0,31,11,31,29xm79,0r-56,0r0,-180r56,0r0,180","w":102},"\u0130":{"d":"84,-300v0,14,-12,25,-27,25v-15,0,-27,-11,-27,-25v0,-14,12,-23,27,-23v15,0,27,9,27,23xm107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0","w":114},"\u0131":{"d":"79,0r-56,0r0,-180r56,0r0,180","w":102},"\u0197":{"d":"107,-252r0,44r-21,0r0,56r23,0r0,48r-23,0r0,60r21,0r0,44r-99,0r0,-44r21,0r0,-60r-23,0r0,-48r23,0r0,-56r-21,0r0,-44r99,0","w":114},"\u0132":{"d":"107,-252r0,44r-21,0r0,164r21,0r0,44r-99,0r0,-44r21,0r0,-164r-21,0r0,-44r99,0xm248,-252v1,125,23,293,-128,250r0,-54v34,24,71,9,71,-46r0,-150r57,0","w":274},"\u0133":{"d":"83,-237v0,18,-15,29,-31,29v-17,1,-32,-12,-32,-29v0,-18,14,-29,32,-29v17,0,31,11,31,29xm79,0r-56,0r0,-180r56,0r0,180xm198,-237v0,18,-15,29,-31,29v-17,1,-32,-12,-32,-29v0,-18,14,-29,32,-29v17,0,31,11,31,29xm194,-180v-5,112,35,295,-102,259r0,-43v26,14,47,3,46,-35r0,-181r56,0"},"\u0196":{"d":"128,-2v-54,17,-99,-2,-99,-68r0,-182r57,0r0,177v-2,29,22,36,42,25r0,48","w":135},"J":{"d":"134,-252v1,125,23,293,-128,250r0,-54v34,24,71,9,71,-46r0,-150r57,0","w":160},"j":{"d":"83,-237v0,18,-15,29,-31,29v-17,1,-32,-12,-32,-29v0,-18,14,-29,32,-29v17,0,31,11,31,29xm79,-180v-5,112,35,295,-102,259r0,-43v26,14,47,3,46,-35r0,-181r56,0","w":102},"\u0237":{"d":"79,-180v-5,112,35,295,-102,259r0,-43v26,14,47,3,46,-35r0,-181r56,0","w":102},"\u0134":{"d":"169,-275r-37,0r-28,-33r-25,33r-37,0r41,-58r44,0xm134,-252v1,125,23,293,-128,250r0,-54v34,24,71,9,71,-46r0,-150r57,0","w":160},"\u0135":{"d":"114,-208r-36,0r-28,-34r-26,34r-36,0r41,-58r44,0xm79,-180v-5,112,35,295,-102,259r0,-43v26,14,47,3,46,-35r0,-181r56,0","w":102},"\u0248":{"d":"134,-113v8,86,-47,135,-128,111r0,-54v37,27,79,3,71,-57r-40,0r0,-36r40,0r0,-103r57,0r0,103r21,0r0,36r-21,0","w":160},"\u0249":{"d":"79,-73v9,90,-11,182,-102,152r0,-43v26,14,47,3,46,-35r0,-74r-18,0r0,-28r18,0r0,-79r56,0r0,79r18,0r0,28r-18,0xm83,-237v0,18,-15,29,-31,29v-17,1,-32,-12,-32,-29v0,-18,14,-29,32,-29v17,0,31,11,31,29","w":102},"K":{"d":"238,0r-71,0r-81,-123r0,123r-57,0r0,-252r57,0r0,119r77,-119r68,0r-88,120","w":233},"k":{"d":"204,0r-67,0r-58,-89r0,89r-56,0r0,-266r56,0r1,169r53,-83r66,0r-64,85","w":201},"\u01e8":{"d":"184,-333r-42,58r-43,0r-42,-58r36,0r28,33r27,-33r36,0xm238,0r-71,0r-81,-123r0,123r-57,0r0,-252r57,0r0,119r77,-119r68,0r-88,120","w":233},"\u01e9":{"d":"171,-333r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm204,0r-67,0r-58,-89r0,89r-56,0r0,-266r56,0r1,169r53,-83r66,0r-64,85","w":201},"\u0136":{"d":"238,0r-71,0r-81,-123r0,123r-57,0r0,-252r57,0r0,119r77,-119r68,0r-88,120xm156,21r-30,61r-34,0r16,-61r48,0","w":233},"\u0137":{"d":"204,0r-67,0r-58,-89r0,89r-56,0r0,-266r56,0r1,169r53,-83r66,0r-64,85xm134,21r-29,61r-34,0r16,-61r47,0","w":201},"\u0198":{"d":"238,0r-71,0r-81,-121r0,121r-57,0r0,-252r57,0r0,117v23,-33,54,-92,80,-111v16,-11,39,-13,60,-6r0,50v-42,-23,-60,47,-83,71","w":233},"\u0199":{"d":"204,0r-67,0r-58,-89r0,89r-56,0r0,-200v-4,-59,45,-82,97,-66r0,42v-20,-9,-41,-4,-41,24r1,103r53,-83r66,0r-64,85","w":201},"L":{"d":"179,0r-150,0r0,-252r57,0r0,206r93,0r0,46","w":184},"l":{"d":"79,0r-56,0r0,-266r56,0r0,266","w":102},"\u0139":{"d":"179,0r-150,0r0,-252r57,0r0,206r93,0r0,46xm159,-332r-55,57r-40,0r45,-57r50,0","w":184},"\u013a":{"d":"79,0r-56,0r0,-266r56,0r0,266xm115,-346r-55,57r-40,0r45,-57r50,0","w":102},"\u013d":{"d":"179,0r-150,0r0,-252r57,0r0,206r93,0r0,46xm185,-252r-29,61r-34,0r15,-61r48,0","w":184},"\u013e":{"d":"79,0r-56,0r0,-266r56,0r0,266xm161,-266r-29,61r-34,0r15,-61r48,0","w":131},"\u013b":{"d":"179,0r-150,0r0,-252r57,0r0,206r93,0r0,46xm128,21r-30,61r-34,0r16,-61r48,0","w":184},"\u013c":{"d":"79,0r-56,0r0,-266r56,0r0,266xm76,21r-30,61r-34,0r16,-61r48,0","w":102},"\u013f":{"d":"172,-139v0,14,-11,24,-27,24v-15,0,-27,-11,-27,-24v0,-14,12,-23,27,-23v15,0,27,8,27,23xm179,0r-150,0r0,-252r57,0r0,206r93,0r0,46","w":184},"\u0140":{"d":"156,-128v0,13,-12,24,-27,24v-15,0,-27,-11,-27,-24v0,-14,12,-24,27,-24v15,0,27,10,27,24xm79,0r-56,0r0,-266r56,0r0,266","w":155},"\u0141":{"d":"179,0r-150,0r0,-82r-29,15r0,-46r29,-15r0,-124r57,0r0,96r49,-26r0,46r-49,26r0,64r93,0r0,46","w":184},"\u0142":{"d":"107,-133r-24,16r0,117r-55,0r0,-83r-23,15r0,-46r23,-14r0,-138r55,0r0,104r24,-16r0,45","w":113},"\u023d":{"d":"108,-117r-22,0r0,71r93,0r0,46r-150,0r0,-117r-24,0r0,-30r24,0r0,-105r57,0r0,105r22,0r0,30","w":184},"\u019a":{"d":"114,-121r-28,0r0,121r-55,0r0,-121r-27,0r0,-36r27,0r0,-109r55,0r0,109r28,0r0,36","w":117},"M":{"d":"316,0r-56,0r1,-205v-18,76,-45,134,-67,205r-47,0v-22,-70,-51,-128,-68,-205r1,205r-51,0r0,-252r83,0r51,149v5,11,5,26,10,36r62,-185r81,0r0,252","w":344},"m":{"d":"79,-152v19,-36,95,-48,111,1v30,-53,119,-44,119,39r0,112r-55,0v-6,-49,19,-139,-29,-142v-49,6,-26,90,-31,142r-55,0v-6,-49,20,-142,-29,-142v-51,0,-25,91,-31,142r-56,0r0,-180r56,0r0,28","w":329},"N":{"d":"256,0r-58,0r-117,-179r1,179r-53,0r0,-252r61,0r113,174r-1,-174r54,0r0,252","w":284},"n":{"d":"112,-142v-53,0,-27,90,-33,142r-56,0r0,-180r56,0v1,9,-2,21,1,28v31,-54,117,-40,117,42r0,110r-55,0v-5,-49,19,-142,-30,-142"},"\u01f8":{"d":"256,0r-58,0r-117,-179r1,179r-53,0r0,-252r61,0r113,174r-1,-174r54,0r0,252xm163,-275r-40,0r-55,-57r49,0","w":284},"\u01f9":{"d":"112,-142v-53,0,-27,90,-33,142r-56,0r0,-180r56,0v1,9,-2,21,1,28v31,-54,117,-40,117,42r0,110r-55,0v-5,-49,19,-142,-30,-142xm135,-208r-40,0r-55,-57r49,0"},"\u0143":{"d":"256,0r-58,0r-117,-179r1,179r-53,0r0,-252r61,0r113,174r-1,-174r54,0r0,252xm201,-332r-55,57r-40,0r45,-57r50,0","w":284},"\u0144":{"d":"112,-142v-53,0,-27,90,-33,142r-56,0r0,-180r56,0v1,9,-2,21,1,28v31,-54,117,-40,117,42r0,110r-55,0v-5,-49,19,-142,-30,-142xm171,-265r-55,57r-40,0r45,-57r50,0"},"\u0147":{"d":"206,-333r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm256,0r-58,0r-117,-179r1,179r-53,0r0,-252r61,0r113,174r-1,-174r54,0r0,252","w":284},"\u0148":{"d":"176,-266r-42,58r-43,0r-42,-58r36,0r27,33r28,-33r36,0xm112,-142v-53,0,-27,90,-33,142r-56,0r0,-180r56,0v1,9,-2,21,1,28v31,-54,117,-40,117,42r0,110r-55,0v-5,-49,19,-142,-30,-142"},"\u00d1":{"d":"122,-327v15,-1,38,16,51,16v9,0,14,-6,14,-19r25,0v1,28,-11,49,-36,51v-16,1,-41,-15,-52,-15v-9,0,-14,6,-14,19r-24,0v0,-29,10,-50,36,-52xm256,0r-58,0r-117,-179r1,179r-53,0r0,-252r61,0r113,174r-1,-174r54,0r0,252","w":284},"\u00f1":{"d":"83,-260v15,-1,38,17,51,16v9,0,13,-6,13,-19r26,0v1,28,-12,49,-37,51v-16,1,-40,-15,-51,-15v-9,0,-14,6,-14,19r-25,0v1,-29,11,-50,37,-52xm112,-142v-53,0,-27,90,-33,142r-56,0r0,-180r56,0v1,9,-2,21,1,28v31,-54,117,-40,117,42r0,110r-55,0v-5,-49,19,-142,-30,-142"},"\u0145":{"d":"256,0r-58,0r-117,-179r1,179r-53,0r0,-252r61,0r113,174r-1,-174r54,0r0,252xm174,21r-30,61r-34,0r16,-61r48,0","w":284},"\u0146":{"d":"112,-142v-53,0,-27,90,-33,142r-56,0r0,-180r56,0v1,9,-2,21,1,28v31,-54,117,-40,117,42r0,110r-55,0v-5,-49,19,-142,-30,-142xm141,21r-30,61r-34,0r16,-61r48,0"},"\u0149":{"d":"57,-258r-34,78r-34,0r20,-78r48,0xm141,-142v-53,0,-27,90,-33,142r-56,0r0,-180r56,0v1,9,-2,21,1,28v31,-54,117,-40,117,42r0,110r-55,0v-5,-49,19,-142,-30,-142","w":246},"\u014a":{"d":"167,-256v83,-2,85,84,85,174v0,68,-46,102,-108,83r0,-44v22,12,51,7,51,-25v0,-60,9,-139,-50,-139v-35,0,-59,31,-59,67r0,140r-57,0r0,-252r57,0r0,42v19,-31,47,-46,81,-46","w":281},"\u014b":{"d":"112,-142v-53,0,-27,90,-33,142r-56,0r0,-180r56,0v1,9,-2,21,1,28v31,-54,117,-40,117,42v0,96,7,215,-102,179r0,-44v26,16,50,4,47,-34v-3,-47,17,-133,-30,-133"},"\u019d":{"d":"82,-179v-6,109,36,281,-102,245r0,-49v24,11,49,4,49,-28r0,-241r61,0r113,174r-1,-174r54,0r0,252r-58,0","w":284},"\u0220":{"d":"167,-256v58,1,85,42,85,105r0,234r-57,0r0,-222v0,-46,-16,-68,-50,-68v-35,-1,-59,30,-59,67r0,140r-57,0r0,-252r57,0r0,42v19,-31,47,-46,81,-46","w":281},"\u019e":{"d":"112,-142v-53,0,-27,90,-33,142r-56,0r0,-180r56,0v1,9,-2,21,1,28v31,-54,117,-40,117,42r0,193r-55,0r0,-183v0,-28,-10,-42,-30,-42"},"O":{"d":"260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80","w":272},"o":{"d":"207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51","w":220},"\u00d2":{"d":"260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80xm171,-275r-40,0r-55,-57r49,0","w":272},"\u00f2":{"d":"207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51xm150,-208r-40,0r-55,-57r49,0","w":219},"\u00d3":{"d":"260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80xm195,-332r-55,57r-40,0r45,-57r50,0","w":272},"\u00f3":{"d":"207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51xm170,-265r-55,57r-40,0r45,-57r50,0","w":219},"\u00d4":{"d":"202,-275r-36,0r-28,-33r-26,33r-36,0r41,-58r43,0xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80","w":272},"\u00f4":{"d":"174,-208r-37,0r-27,-34r-26,34r-37,0r42,-58r43,0xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51","w":219},"\u01d1":{"d":"200,-333r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80","w":272},"\u01d2":{"d":"173,-266r-41,58r-44,0r-41,-58r36,0r27,33r27,-33r36,0xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51","w":220},"\u00d5":{"d":"112,-327v15,-1,38,16,51,16v9,0,13,-6,13,-19r26,0v1,28,-12,49,-37,51v-16,1,-40,-15,-51,-15v-9,0,-14,6,-14,19r-25,0v1,-29,11,-50,37,-52xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80","w":272},"\u00f5":{"d":"83,-260v15,-1,38,16,51,16v9,0,14,-6,14,-19r25,0v1,28,-11,49,-36,51v-16,1,-41,-15,-51,-15v-9,0,-14,6,-14,19r-25,0v0,-29,10,-50,36,-52xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51","w":219},"\u022c":{"d":"260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80xm190,-333r-103,0r0,-30r103,0r0,30xm76,-278v-4,-51,58,-42,86,-28v9,0,13,-5,13,-14r25,0v4,55,-56,41,-85,28v-9,0,-14,5,-14,14r-25,0","w":272},"\u022d":{"d":"207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51xm161,-266r-103,0r0,-30r103,0r0,30xm48,-211v-5,-52,57,-42,85,-28v9,0,14,-5,14,-14r25,0v4,55,-57,40,-86,28v-9,0,-13,5,-13,14r-25,0","w":220},"\u00d6":{"d":"260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80xm204,-300v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm123,-300v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":272},"\u00f6":{"d":"207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51xm178,-233v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm97,-233v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":219},"\u022a":{"d":"260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80xm188,-337r-103,0r0,-31r103,0r0,31xm204,-300v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm123,-300v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":272},"\u022b":{"d":"207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51xm163,-267r-103,0r0,-31r103,0r0,31xm178,-228v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm97,-228v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":220},"\u014c":{"d":"260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80xm188,-275r-103,0r0,-31r103,0r0,31","w":272},"\u014d":{"d":"207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51xm161,-208r-103,0r0,-31r103,0r0,31","w":220},"\u014e":{"d":"196,-329v1,50,-68,70,-102,39v-11,-10,-17,-23,-17,-39r32,0v1,30,55,32,55,0r32,0xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80","w":272},"\u014f":{"d":"169,-262v1,50,-68,71,-101,38v-11,-10,-17,-22,-17,-38r31,0v0,31,55,31,56,0r31,0xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51","w":220},"\u020e":{"d":"77,-275v-2,-50,68,-70,102,-39v11,10,17,23,17,39r-32,0v-1,-32,-55,-32,-55,0r-32,0xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80","w":272},"\u020f":{"d":"52,-208v-2,-50,67,-71,101,-39v11,10,17,23,17,39r-31,0v0,-32,-55,-32,-56,0r-31,0xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51","w":220},"\u022e":{"d":"163,-300v0,15,-12,25,-27,25v-15,0,-27,-11,-27,-25v0,-14,12,-23,27,-23v15,0,27,8,27,23xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80","w":272},"\u022f":{"d":"137,-233v0,14,-12,26,-27,25v-14,0,-27,-11,-27,-25v0,-14,12,-23,27,-23v15,0,27,9,27,23xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51","w":220},"\u0230":{"d":"163,-298v1,14,-12,24,-27,24v-15,0,-27,-11,-27,-24v0,-14,12,-24,27,-24v15,0,28,9,27,24xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80xm188,-331r-103,0r0,-31r103,0r0,31","w":272},"\u0231":{"d":"137,-233v0,14,-12,26,-27,25v-14,0,-27,-11,-27,-25v0,-14,12,-23,27,-23v15,0,27,9,27,23xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51xm161,-265r-103,0r0,-31r103,0r0,31","w":220},"\u020c":{"d":"194,-275r-37,0r-43,-57r43,0xm128,-275r-37,0r-44,-57r44,0xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80","w":272},"\u020d":{"d":"168,-208r-37,0r-43,-57r43,0xm103,-208r-37,0r-45,-57r44,0xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51","w":220},"\u0150":{"d":"224,-332r-44,57r-37,0r38,-57r43,0xm158,-332r-44,57r-37,0r37,-57r44,0xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80","w":272},"\u0151":{"d":"194,-265r-44,57r-37,0r38,-57r43,0xm128,-265r-44,57r-37,0r37,-57r44,0xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51","w":220},"\u01ea":{"d":"142,37v-2,13,16,13,26,9r0,24v-23,9,-58,2,-55,-27v3,-28,19,-47,56,-43v-14,11,-25,21,-27,37xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80","w":272},"\u01eb":{"d":"115,37v-2,13,16,13,26,9r0,24v-23,9,-58,2,-55,-27v4,-29,19,-48,56,-43v-14,11,-25,21,-27,37xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51","w":220},"\u01ec":{"d":"142,37v-2,13,16,13,26,9r0,24v-23,9,-58,2,-55,-27v3,-28,19,-47,56,-43v-14,11,-25,21,-27,37xm260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm200,-125v0,-47,-19,-83,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80xm188,-275r-103,0r0,-31r103,0r0,31","w":272},"\u01ed":{"d":"115,37v-2,13,16,13,26,9r0,24v-23,9,-58,2,-55,-27v4,-29,19,-48,56,-43v-14,11,-25,21,-27,37xm207,-92v0,60,-39,96,-98,96v-59,0,-96,-35,-96,-93v0,-60,40,-95,99,-95v58,0,95,36,95,92xm111,-142v-28,1,-42,21,-42,52v0,35,14,52,42,52v27,0,40,-17,40,-53v0,-34,-13,-51,-40,-51xm161,-208r-103,0r0,-31r103,0r0,31","w":220},"\u019f":{"d":"260,-128v0,77,-50,132,-125,132v-72,0,-122,-53,-122,-127v0,-76,50,-133,126,-133v73,0,121,54,121,128xm198,-147v-1,-52,-65,-79,-102,-44v-11,11,-18,25,-21,44r123,0xm75,-104v2,50,64,78,103,44v11,-10,18,-25,21,-44r-124,0","w":272},"\u00d8":{"d":"231,-216v65,78,16,220,-96,220v-28,0,-53,-7,-74,-23r-25,30r-22,-19r26,-30v-62,-80,-12,-218,99,-218v27,0,51,7,71,21r23,-27r22,18xm179,-199v-52,-36,-110,8,-110,74v0,17,2,33,8,45xm94,-56v48,41,110,-1,110,-68v0,-19,-3,-36,-9,-51","w":272},"\u00f8":{"d":"31,-30v-44,-64,-4,-155,81,-155v21,0,40,5,55,15r24,-26r21,18r-24,26v45,62,8,156,-79,156v-23,0,-42,-5,-57,-15r-24,25r-21,-19xm136,-139v-42,-25,-84,17,-67,70xm152,-114r-70,71v34,19,78,4,73,-48v0,-9,-1,-16,-3,-23","w":220},"\u01fe":{"d":"231,-216v65,78,16,220,-96,220v-28,0,-53,-7,-74,-23r-25,30r-22,-19r26,-30v-62,-80,-12,-218,99,-218v27,0,51,7,71,21r23,-27r22,18xm179,-199v-52,-36,-110,8,-110,74v0,17,2,33,8,45xm94,-56v48,41,110,-1,110,-68v0,-19,-3,-36,-9,-51xm202,-332r-55,57r-40,0r45,-57r50,0","w":272},"\u01ff":{"d":"31,-30v-44,-64,-4,-155,81,-155v21,0,40,5,55,15r24,-26r21,18r-24,26v45,62,8,156,-79,156v-23,0,-42,-5,-57,-15r-24,25r-21,-19xm136,-139v-42,-25,-84,17,-67,70xm152,-114r-70,71v34,19,78,4,73,-48v0,-9,-1,-16,-3,-23xm169,-265r-55,57r-40,0r45,-57r50,0","w":220},"\u0186":{"d":"212,-131v0,102,-96,160,-197,126r0,-55v58,35,137,6,137,-67v0,-75,-80,-100,-137,-64r0,-52v19,-9,43,-13,73,-13v77,-1,124,50,124,125","w":225},"\u0152":{"d":"13,-123v0,-95,71,-150,171,-129r137,0r0,46r-88,0r0,57r82,0r0,46r-82,0r0,57r94,0r0,46r-146,0v-95,22,-168,-32,-168,-123xm73,-125v0,59,49,99,101,71r0,-144v-52,-28,-101,12,-101,73","w":338},"\u0153":{"d":"243,-184v59,-1,86,45,80,110r-118,0v-1,47,71,46,102,25r0,40v-42,22,-106,17,-131,-20v-45,64,-174,30,-163,-60v-12,-92,117,-125,164,-65v14,-21,36,-30,66,-30xm271,-108v3,-38,-34,-50,-54,-28v-6,7,-11,17,-12,28r66,0xm151,-91v0,-29,-13,-51,-40,-51v-28,0,-42,22,-42,52v0,34,14,52,42,52v27,0,40,-18,40,-53","w":332},"P":{"d":"213,-172v0,62,-55,92,-127,85r0,87r-57,0r0,-252r89,0v64,0,95,26,95,80xm86,-208r0,78v38,3,67,-6,67,-40v0,-34,-29,-41,-67,-38","w":221},"p":{"d":"211,-95v9,78,-84,133,-132,74r0,104r-56,0r0,-263r56,0v1,8,-2,21,1,27v40,-62,143,-24,131,58xm117,-142v-29,0,-39,28,-39,62v0,23,14,42,36,42v28,-1,40,-25,40,-56v0,-32,-12,-48,-37,-48","w":223},"\u01a4":{"d":"267,-172v-1,62,-54,92,-127,85r0,87r-57,0r0,-208v-34,-5,-49,25,-37,55r-51,0v-18,-57,26,-99,82,-99r95,0v64,0,95,26,95,80xm140,-208r0,78v38,3,67,-6,67,-40v0,-34,-29,-41,-67,-38","w":275},"\u01a5":{"d":"211,-95v9,78,-84,133,-132,74r0,104r-56,0r0,-283v-4,-59,45,-82,97,-66r0,42v-20,-9,-43,-4,-41,24v1,15,-2,34,1,47v40,-62,143,-24,131,58xm117,-142v-29,0,-39,28,-39,62v0,23,14,42,36,42v28,-1,40,-25,40,-56v0,-32,-12,-48,-37,-48","w":223},"Q":{"d":"200,-125v1,-47,-19,-82,-62,-82v-42,0,-65,35,-65,81v0,45,21,82,63,81v43,0,64,-34,64,-80xm260,-128v0,62,-31,107,-77,123v19,24,54,41,95,29r0,47v-71,21,-120,-28,-151,-67v-72,-5,-111,-53,-114,-127v-2,-78,51,-133,127,-133v73,0,120,53,120,128","w":272},"q":{"d":"13,-86v-11,-79,83,-131,131,-73r0,-21r56,0r0,263r-56,0r-1,-108v-41,60,-143,19,-130,-61xm106,-38v30,0,39,-28,39,-62v0,-23,-14,-42,-36,-42v-27,1,-40,25,-40,55v0,27,13,49,37,49","w":222},"\u024a":{"d":"193,-125v0,-46,-17,-81,-59,-82v-40,0,-61,38,-61,81v0,43,20,81,59,81v41,0,61,-34,61,-80xm120,-256v32,-1,59,16,77,40r0,-36r53,0r0,256v-1,29,26,34,46,21r0,44v-53,17,-103,-8,-99,-66r0,-40v-18,25,-47,41,-81,41v-65,0,-103,-58,-103,-127v0,-75,37,-133,107,-133","w":278},"\u024b":{"d":"13,-86v0,-56,30,-98,82,-98v24,0,38,10,49,25r0,-21r56,0r0,184v-1,30,25,34,45,21r0,44v-67,21,-111,-19,-102,-94v-41,60,-130,20,-130,-61xm107,-38v28,0,38,-29,38,-63v0,-23,-15,-41,-37,-41v-26,1,-39,24,-39,54v0,29,12,50,38,50","w":222},"R":{"d":"211,-184v-3,41,-26,60,-57,71v42,24,58,75,86,113r-65,0r-56,-88v-7,-9,-18,-10,-33,-9r0,97r-57,0r0,-252v81,-1,187,-10,182,68xm86,-139v35,3,65,-6,65,-37v0,-31,-30,-37,-65,-34r0,71","w":235},"r":{"d":"141,-130v-33,-16,-62,6,-62,44r0,86r-56,0r0,-180r56,0v1,10,-2,25,1,33v10,-28,31,-41,61,-34r0,51","w":143},"\u0154":{"d":"211,-184v-3,41,-26,60,-57,71v42,24,58,75,86,113r-65,0r-56,-88v-7,-9,-18,-10,-33,-9r0,97r-57,0r0,-252v81,-1,187,-10,182,68xm86,-139v35,3,65,-6,65,-37v0,-31,-30,-37,-65,-34r0,71xm172,-332r-55,57r-40,0r45,-57r50,0","w":235},"\u0155":{"d":"141,-130v-33,-16,-62,6,-62,44r0,86r-56,0r0,-180r56,0v1,10,-2,25,1,33v10,-28,31,-41,61,-34r0,51xm136,-265r-55,57r-40,0r45,-57r50,0","w":143},"\u0158":{"d":"175,-333r-42,58r-43,0r-41,-58r36,0r27,33r27,-33r36,0xm211,-184v-3,41,-26,60,-57,71v42,24,58,75,86,113r-65,0r-56,-88v-7,-9,-18,-10,-33,-9r0,97r-57,0r0,-252v81,-1,187,-10,182,68xm86,-139v35,3,65,-6,65,-37v0,-31,-30,-37,-65,-34r0,71","w":235},"\u0159":{"d":"139,-266r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm141,-130v-33,-16,-62,6,-62,44r0,86r-56,0r0,-180r56,0v1,10,-2,25,1,33v10,-28,31,-41,61,-34r0,51","w":143},"\u0212":{"d":"50,-275v-2,-50,68,-70,102,-39v11,10,17,23,17,39r-32,0v0,-32,-54,-32,-55,0r-32,0xm211,-184v-3,41,-26,60,-57,71v42,24,58,75,86,113r-65,0r-56,-88v-7,-9,-18,-10,-33,-9r0,97r-57,0r0,-252v81,-1,187,-10,182,68xm86,-139v35,3,65,-6,65,-37v0,-31,-30,-37,-65,-34r0,71","w":235},"\u0213":{"d":"24,-208v-2,-50,67,-71,101,-39v11,10,17,23,17,39r-32,0v0,-32,-54,-32,-55,0r-31,0xm141,-130v-33,-16,-62,6,-62,44r0,86r-56,0r0,-180r56,0v1,10,-2,25,1,33v10,-28,31,-41,61,-34r0,51","w":143},"\u0210":{"d":"166,-275r-37,0r-43,-57r43,0xm101,-275r-38,0r-44,-57r44,0xm211,-184v-3,41,-26,60,-57,71v42,24,58,75,86,113r-65,0r-56,-88v-7,-9,-18,-10,-33,-9r0,97r-57,0r0,-252v81,-1,187,-10,182,68xm86,-139v35,3,65,-6,65,-37v0,-31,-30,-37,-65,-34r0,71","w":235},"\u0211":{"d":"128,-208r-37,0r-43,-57r43,0xm63,-208r-37,0r-45,-57r44,0xm141,-130v-33,-16,-62,6,-62,44r0,86r-56,0r0,-180r56,0v1,10,-2,25,1,33v10,-28,31,-41,61,-34r0,51","w":143},"\u0156":{"d":"211,-184v-3,41,-26,60,-57,71v42,24,58,75,86,113r-65,0r-56,-88v-7,-9,-18,-10,-33,-9r0,97r-57,0r0,-252v81,-1,187,-10,182,68xm86,-139v35,3,65,-6,65,-37v0,-31,-30,-37,-65,-34r0,71xm149,21r-29,61r-34,0r15,-61r48,0","w":235},"\u0157":{"d":"141,-130v-33,-16,-62,6,-62,44r0,86r-56,0r0,-180r56,0v1,10,-2,25,1,33v10,-28,31,-41,61,-34r0,51xm104,21r-29,61r-34,0r15,-61r48,0","w":143},"\u024c":{"d":"211,-184v-3,41,-26,60,-57,71v42,24,58,75,86,113r-65,0r-56,-88v-7,-9,-18,-10,-33,-9r0,97r-57,0r0,-100r-24,0r0,-36r24,0r0,-116v81,-1,187,-10,182,68xm86,-139v35,3,65,-6,65,-37v0,-31,-30,-37,-65,-34r0,71","w":235},"\u024d":{"d":"141,-130v-33,-16,-66,7,-62,44r28,0r0,28r-28,0r0,58r-56,0r0,-58r-18,0r0,-28r18,0r0,-94r56,0v1,10,-2,25,1,33v10,-28,31,-41,61,-34r0,51","w":143},"S":{"d":"185,-98v35,99,-98,122,-168,88r0,-56v17,16,42,23,70,26v36,4,57,-33,27,-50v-39,-23,-97,-33,-98,-91v-2,-77,98,-86,162,-66r0,53v-15,-11,-35,-16,-60,-18v-33,-3,-58,29,-29,47v33,21,83,29,96,67","w":201},"s":{"d":"121,-100v59,34,16,104,-54,104v-20,0,-38,-3,-55,-9r0,-45v15,10,32,15,53,17v27,3,44,-22,18,-32v-33,-11,-71,-18,-71,-62v-1,-59,77,-65,127,-50r0,43v-17,-11,-66,-25,-73,3v6,22,38,21,55,31","w":158},"\u015a":{"d":"185,-98v35,99,-98,122,-168,88r0,-56v17,16,42,23,70,26v36,4,57,-33,27,-50v-39,-23,-97,-33,-98,-91v-2,-77,98,-86,162,-66r0,53v-15,-11,-35,-16,-60,-18v-33,-3,-58,29,-29,47v33,21,83,29,96,67xm155,-332r-55,57r-40,0r45,-57r50,0","w":201},"\u015b":{"d":"121,-100v59,34,16,104,-54,104v-20,0,-38,-3,-55,-9r0,-45v15,10,32,15,53,17v27,3,44,-22,18,-32v-33,-11,-71,-18,-71,-62v-1,-59,77,-65,127,-50r0,43v-17,-11,-66,-25,-73,3v6,22,38,21,55,31xm140,-265r-55,57r-40,0r45,-57r50,0","w":158},"\u015c":{"d":"162,-275r-36,0r-28,-33r-26,33r-36,0r41,-58r44,0xm185,-98v35,99,-98,122,-168,88r0,-56v17,16,42,23,70,26v36,4,57,-33,27,-50v-39,-23,-97,-33,-98,-91v-2,-77,98,-86,162,-66r0,53v-15,-11,-35,-16,-60,-18v-33,-3,-58,29,-29,47v33,21,83,29,96,67","w":201},"\u015d":{"d":"145,-208r-36,0r-28,-34r-26,34r-36,0r41,-58r44,0xm121,-100v59,34,16,104,-54,104v-20,0,-38,-3,-55,-9r0,-45v15,10,32,15,53,17v27,3,44,-22,18,-32v-33,-11,-71,-18,-71,-62v-1,-59,77,-65,127,-50r0,43v-17,-11,-66,-25,-73,3v6,22,38,21,55,31","w":158},"\u0160":{"d":"171,-333r-42,58r-43,0r-42,-58r36,0r28,33r27,-33r36,0xm185,-98v35,99,-98,122,-168,88r0,-56v17,16,42,23,70,26v36,4,57,-33,27,-50v-39,-23,-97,-33,-98,-91v-2,-77,98,-86,162,-66r0,53v-15,-11,-35,-16,-60,-18v-33,-3,-58,29,-29,47v33,21,83,29,96,67","w":201},"\u0161":{"d":"143,-266r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm121,-100v59,34,16,104,-54,104v-20,0,-38,-3,-55,-9r0,-45v15,10,32,15,53,17v27,3,44,-22,18,-32v-33,-11,-71,-18,-71,-62v-1,-59,77,-65,127,-50r0,43v-17,-11,-66,-25,-73,3v6,22,38,21,55,31","w":158},"\u015e":{"d":"185,-98v35,99,-98,122,-168,88r0,-56v17,16,42,23,70,26v36,4,57,-33,27,-50v-39,-23,-97,-33,-98,-91v-2,-77,98,-86,162,-66r0,53v-15,-11,-35,-16,-60,-18v-33,-3,-58,29,-29,47v33,21,83,29,96,67xm73,79r0,-24v14,3,36,1,34,-12v1,-10,-13,-12,-26,-11r0,-32r30,0r0,14v22,1,33,11,33,30v0,28,-33,40,-71,35","w":201},"\u015f":{"d":"121,-100v59,34,16,104,-54,104v-20,0,-38,-3,-55,-9r0,-45v15,10,32,15,53,17v27,3,44,-22,18,-32v-33,-11,-71,-18,-71,-62v-1,-59,77,-65,127,-50r0,43v-17,-11,-66,-25,-73,3v6,22,38,21,55,31xm49,79r0,-24v14,3,36,1,34,-12v1,-10,-13,-12,-26,-11r0,-32r30,0r0,14v22,1,33,11,33,30v0,28,-33,40,-71,35","w":158},"\u0218":{"d":"185,-98v35,99,-98,122,-168,88r0,-56v17,16,42,23,70,26v36,4,57,-33,27,-50v-39,-23,-97,-33,-98,-91v-2,-77,98,-86,162,-66r0,53v-15,-11,-35,-16,-60,-18v-33,-3,-58,29,-29,47v33,21,83,29,96,67xm128,21r-29,61r-34,0r15,-61r48,0","w":201},"\u0219":{"d":"121,-100v59,34,16,104,-54,104v-20,0,-38,-3,-55,-9r0,-45v15,10,32,15,53,17v27,3,44,-22,18,-32v-33,-11,-71,-18,-71,-62v-1,-59,77,-65,127,-50r0,43v-17,-11,-66,-25,-73,3v6,22,38,21,55,31xm107,21r-30,61r-34,0r16,-61r48,0","w":158},"\u00df":{"d":"216,-71v0,56,-59,90,-120,70r0,-46v25,17,65,9,63,-26v-1,-31,-26,-44,-60,-45r0,-39v44,5,58,-70,12,-71v-22,0,-32,14,-32,43r0,185r-56,0r0,-184v0,-53,36,-87,91,-87v46,0,83,26,83,69v0,29,-20,54,-45,60v43,8,64,32,64,71","w":226},"\u01a9":{"d":"198,0r-191,0r0,-30r82,-98r-77,-92r0,-32r175,0r0,47r-95,0r62,75r-68,84r112,0r0,46","w":204},"T":{"d":"206,-206r-72,0r0,206r-57,0r0,-206r-72,0r0,-46r201,0r0,46","w":210},"t":{"d":"132,-2v-43,16,-96,2,-96,-55r0,-82r-29,0r0,-41r29,0r0,-39r56,-16r0,55r40,0r0,41r-40,0v2,41,-15,122,40,96r0,41","w":140},"\u0164":{"d":"169,-333r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm206,-206r-72,0r0,206r-57,0r0,-206r-72,0r0,-46r201,0r0,46","w":210},"\u0165":{"d":"132,-2v-43,16,-96,2,-96,-55r0,-82r-29,0r0,-41r29,0r0,-39r56,-16r0,55r40,0r0,41r-40,0v2,41,-15,122,40,96r0,41xm196,-266r-30,61r-34,0r16,-61r48,0","w":184},"\u0162":{"d":"206,-206r-72,0r0,206r-57,0r0,-206r-72,0r0,-46r201,0r0,46xm75,79r0,-24v14,3,36,1,34,-12v1,-10,-13,-12,-26,-11r0,-32r30,0r0,14v22,1,33,11,33,30v0,28,-33,40,-71,35","w":210},"\u0163":{"d":"132,-2v-43,16,-96,2,-96,-55r0,-82r-29,0r0,-41r29,0r0,-39r56,-16r0,55r40,0r0,41r-40,0v2,41,-15,122,40,96r0,41xm59,79r0,-24v14,3,36,1,34,-12v1,-10,-13,-12,-26,-11r0,-32r30,0r0,14v22,1,33,11,33,30v0,28,-33,40,-71,35","w":140},"\u021a":{"d":"206,-206r-72,0r0,206r-57,0r0,-206r-72,0r0,-46r201,0r0,46xm136,21r-30,61r-34,0r16,-61r48,0","w":210},"\u021b":{"d":"132,-2v-43,16,-96,2,-96,-55r0,-82r-29,0r0,-41r29,0r0,-39r56,-16r0,55r40,0r0,41r-40,0v2,41,-15,122,40,96r0,41xm113,21r-30,61r-34,0r16,-61r48,0","w":140},"\u0166":{"d":"206,-206r-72,0r0,64r42,0r0,47r-42,0r0,95r-57,0r0,-95r-42,0r0,-47r42,0r0,-64r-72,0r0,-46r201,0r0,46","w":210},"\u0167":{"d":"132,-2v-43,16,-103,1,-96,-55r0,-21r-25,0r0,-36r25,0r0,-25r-29,0r0,-41r29,0r0,-39r56,-16r0,55r40,0r0,41r-40,0r0,25r38,0r0,36r-38,0v-5,32,14,50,40,35r0,41","w":140},"\u01ac":{"d":"0,-157v-16,-55,24,-95,81,-95r143,0r0,46r-72,0r0,206r-57,0r0,-206v-36,-5,-59,15,-47,49r-48,0","w":229},"\u01ad":{"d":"36,-180v-8,-66,35,-108,96,-85r0,42v-28,-17,-47,6,-41,43r41,0r0,41r-41,0v2,41,-14,122,41,96r0,41v-43,16,-96,2,-96,-55r0,-82r-29,0r0,-41r29,0","w":140},"\u01ae":{"d":"182,66v-56,20,-105,-12,-105,-74r0,-198r-72,0r0,-46r201,0r0,46r-72,0r0,196v-2,31,25,39,48,28r0,48","w":211},"\u00d0":{"d":"252,-129v1,79,-54,129,-134,129r-89,0r0,-103r-29,0r0,-47r29,0r0,-102r89,0v90,0,134,41,134,123xm193,-128v0,-58,-42,-84,-107,-78r0,56r47,0r0,47r-47,0r0,57v67,7,107,-22,107,-82","w":265},"\u00f0":{"d":"13,-90v0,-66,65,-118,121,-80v-10,-17,-22,-31,-35,-42r-51,25r-14,-24r42,-21v-18,-15,-34,-25,-47,-34v40,3,61,-11,85,17r48,-24r13,24r-38,19v42,34,64,77,64,131v0,59,-38,103,-96,103v-58,0,-92,-37,-92,-94xm107,-38v25,0,37,-25,37,-53v0,-34,-12,-51,-36,-51v-26,0,-39,22,-39,52v0,29,12,51,38,52","w":213},"\u00de":{"d":"213,-135v-2,62,-55,93,-127,86r0,49r-57,0r0,-252r57,0r0,37v75,-5,129,14,127,80xm86,-171r0,78v38,3,67,-6,67,-40v0,-34,-29,-41,-67,-38","w":221},"\u00fe":{"d":"211,-95v9,78,-84,133,-132,74r0,104r-56,0r0,-349r56,0r1,113v40,-62,143,-24,131,58xm117,-142v-29,0,-39,28,-39,62v0,23,14,42,36,42v28,-1,40,-25,40,-56v0,-32,-12,-48,-37,-48","w":223},"U":{"d":"234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143","w":260},"u":{"d":"106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142"},"\u00d9":{"d":"234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143xm162,-275r-40,0r-55,-57r49,0","w":260},"\u00f9":{"d":"106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142xm138,-208r-40,0r-55,-57r49,0"},"\u00da":{"d":"234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143xm191,-332r-55,57r-40,0r45,-57r50,0","w":260},"\u00fa":{"d":"106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142xm172,-265r-55,57r-40,0r45,-57r50,0"},"\u00db":{"d":"193,-275r-36,0r-28,-33r-26,33r-36,0r41,-58r44,0xm234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143","w":260},"\u00fb":{"d":"171,-208r-37,0r-28,-34r-25,34r-37,0r41,-58r44,0xm106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142"},"\u01d3":{"d":"200,-333r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143","w":260},"\u01d4":{"d":"172,-266r-41,58r-44,0r-41,-58r36,0r27,33r27,-33r36,0xm106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142"},"\u0168":{"d":"104,-327v14,-1,37,16,50,16v9,0,14,-6,14,-19r25,0v2,29,-11,51,-36,51v-16,0,-41,-15,-51,-15v-9,0,-14,6,-14,19r-25,0v1,-29,11,-50,37,-52xm234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143","w":260},"\u0169":{"d":"82,-260v15,-1,38,16,51,16v9,0,14,-6,14,-19r25,0v1,28,-11,49,-36,51v-16,1,-41,-15,-51,-15v-9,0,-15,6,-15,19r-24,0v0,-29,10,-50,36,-52xm106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142"},"\u00dc":{"d":"234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143xm198,-300v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm117,-300v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":260},"\u00fc":{"d":"106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142xm176,-233v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm95,-233v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24"},"\u01db":{"d":"234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143xm156,-327r-40,0r-55,-57r49,0xm194,-296v0,10,-9,19,-21,19v-12,0,-22,-7,-22,-19v0,-11,10,-18,22,-18v11,0,21,7,21,18xm117,-296v0,11,-10,19,-22,19v-12,0,-21,-8,-21,-19v0,-11,10,-18,21,-18v12,0,22,7,22,18","w":260},"\u01dc":{"d":"106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142xm135,-261r-40,0r-55,-56r49,0xm173,-229v0,10,-10,19,-21,19v-11,0,-22,-8,-22,-19v0,-12,10,-19,22,-19v12,0,21,8,21,19xm95,-229v0,10,-10,19,-21,19v-11,0,-21,-8,-21,-19v0,-11,9,-19,21,-19v12,0,21,7,21,19"},"\u01d7":{"d":"234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143xm197,-384r-55,57r-40,0r45,-57r50,0xm183,-296v0,12,-9,19,-21,19v-12,0,-21,-9,-21,-19v0,-11,10,-18,21,-18v11,0,21,7,21,18xm106,-296v0,11,-9,19,-21,19v-12,0,-21,-9,-21,-19v0,-11,10,-18,21,-18v11,0,21,7,21,18","w":260},"\u01d8":{"d":"106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142xm175,-317r-55,56r-39,0r45,-56r49,0xm162,-229v0,11,-10,19,-21,19v-11,0,-21,-9,-21,-19v0,-11,9,-19,21,-19v12,0,21,8,21,19xm85,-229v0,11,-10,19,-21,19v-11,0,-21,-9,-21,-19v0,-11,9,-19,21,-19v12,0,21,8,21,19"},"\u01d9":{"d":"234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143xm193,-385r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm185,-296v0,12,-9,19,-21,19v-11,0,-21,-9,-21,-19v0,-11,9,-19,21,-19v12,0,21,8,21,19xm115,-296v0,12,-9,19,-21,19v-11,0,-21,-9,-21,-19v0,-11,9,-19,21,-19v12,0,21,7,21,19","w":260},"\u01da":{"d":"106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142xm172,-318r-42,57r-44,0r-41,-57r36,0r27,33r28,-33r36,0xm164,-229v0,12,-10,19,-21,19v-11,0,-21,-9,-21,-19v0,-11,9,-19,21,-19v12,0,21,8,21,19xm94,-229v0,12,-10,19,-21,19v-11,0,-21,-9,-21,-19v0,-11,9,-19,21,-19v12,0,21,8,21,19"},"\u01d5":{"d":"234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143xm183,-337r-103,0r0,-31r103,0r0,31xm198,-300v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm117,-300v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":260},"\u01d6":{"d":"106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142xm161,-267r-103,0r0,-31r103,0r0,31xm176,-228v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm95,-228v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24"},"\u016a":{"d":"234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143xm181,-275r-103,0r0,-31r103,0r0,31","w":260},"\u016b":{"d":"106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142xm160,-208r-103,0r0,-31r103,0r0,31"},"\u016c":{"d":"189,-329v1,49,-67,70,-101,39v-11,-10,-17,-23,-17,-39r31,0v0,31,55,31,56,0r31,0xm234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143","w":260},"\u016d":{"d":"168,-262v1,50,-69,71,-102,38v-11,-10,-16,-22,-16,-38r31,0v1,30,55,32,55,0r32,0xm106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142"},"\u0216":{"d":"71,-275v-2,-50,67,-71,101,-39v11,10,17,23,17,39r-31,0v0,-32,-55,-32,-56,0r-31,0xm234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143","w":260},"\u0217":{"d":"50,-208v-2,-50,68,-70,102,-39v11,10,17,23,17,39r-32,0v-1,-32,-55,-32,-55,0r-32,0xm106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142"},"\u016e":{"d":"172,-314v0,23,-20,39,-43,39v-22,0,-41,-16,-41,-38v-1,-24,18,-39,42,-39v25,0,42,15,42,38xm147,-314v0,-10,-7,-17,-18,-16v-11,0,-17,5,-17,16v0,11,6,17,17,17v10,0,18,-7,18,-17xm234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143","w":260},"\u016f":{"d":"151,-247v0,22,-20,39,-43,39v-22,0,-41,-15,-41,-38v0,-24,18,-39,42,-39v25,0,42,15,42,38xm126,-247v0,-10,-7,-17,-18,-16v-11,0,-17,5,-17,16v0,11,6,17,17,17v10,0,18,-7,18,-17xm106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142"},"\u0214":{"d":"184,-275r-37,0r-43,-57r43,0xm118,-275r-37,0r-44,-57r44,0xm234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143","w":260},"\u0215":{"d":"163,-208r-37,0r-44,-57r44,0xm97,-208r-37,0r-44,-57r44,0xm106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142"},"\u0170":{"d":"215,-332r-45,57r-37,0r38,-57r44,0xm148,-332r-43,57r-37,0r37,-57r43,0xm234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143","w":260},"\u0171":{"d":"192,-265r-45,57r-37,0r38,-57r44,0xm125,-265r-43,57r-38,0r38,-57r43,0xm106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142"},"\u0172":{"d":"137,37v-2,12,16,13,25,9r0,24v-23,9,-59,2,-55,-27v3,-28,19,-47,57,-43v-14,11,-25,21,-27,37xm234,-109v0,76,-35,113,-106,113v-68,0,-102,-37,-102,-111r0,-145r57,0r0,146v0,41,16,61,48,61v31,0,47,-20,47,-59r0,-148r56,0r0,143","w":260},"\u0173":{"d":"140,37v-1,12,16,13,25,9r0,24v-23,9,-59,2,-55,-27v3,-28,19,-48,57,-43v-14,11,-25,20,-27,37xm106,-38v53,0,27,-90,33,-142r55,0r0,180r-55,0v-1,-8,2,-21,-1,-27v-33,53,-117,38,-117,-44r0,-109r55,0v6,49,-20,142,30,142"},"\u0244":{"d":"234,-113v1,78,-34,117,-106,117v-70,0,-104,-40,-102,-117r-21,0r0,-36r21,0r0,-103r57,0r0,103r95,0r0,-103r56,0r0,103r21,0r0,36r-21,0xm131,-45v34,0,49,-26,47,-68r-95,0v-2,43,14,68,48,68","w":260},"\u01b2":{"d":"267,-142v0,80,-55,146,-133,146v-70,0,-105,-37,-105,-110r0,-146r57,0v8,75,-28,207,50,207v48,1,73,-45,73,-95v0,-50,-27,-83,-71,-63r0,-47v77,-24,129,28,129,108","w":281},"\u01b1":{"d":"137,-44v40,0,65,-31,64,-72v0,-33,-15,-63,-45,-90r0,-46r105,0r0,46r-60,0v40,23,60,56,60,100v1,67,-54,110,-123,110v-70,0,-125,-41,-124,-109v0,-45,21,-78,62,-101r-62,0r0,-46r106,0r0,46v-31,26,-46,57,-46,92v-1,39,26,70,63,70","w":275},"V":{"d":"239,-252r-87,252r-64,0r-86,-252r61,0r59,200v15,-70,39,-133,57,-200r60,0","w":240},"v":{"d":"195,-180r-67,180r-63,0r-64,-180r59,0r38,143v9,-48,27,-97,39,-143r58,0","w":195},"W":{"d":"359,-252r-67,252r-63,0v-15,-64,-36,-121,-46,-190v-12,65,-32,126,-48,190r-66,0r-66,-252r62,0r36,168v3,6,0,20,4,29v11,-70,35,-131,51,-197r61,0r41,169v3,5,1,18,5,27v7,-70,26,-130,38,-196r58,0","w":361},"w":{"d":"284,-180r-52,180r-58,0r-31,-128v-6,48,-22,84,-32,128r-57,0r-51,-180r56,0r29,137v7,-50,23,-90,34,-137r53,0r31,138v7,-48,18,-92,27,-138r51,0","w":287},"\u0174":{"d":"244,-275r-36,0r-28,-33r-26,33r-36,0r41,-58r44,0xm359,-252r-67,252r-63,0v-15,-64,-36,-121,-46,-190v-12,65,-32,126,-48,190r-66,0r-66,-252r62,0r36,168v3,6,0,20,4,29v11,-70,35,-131,51,-197r61,0r41,169v3,5,1,18,5,27v7,-70,26,-130,38,-196r58,0","w":361},"\u0175":{"d":"207,-208r-37,0r-27,-34r-26,34r-37,0r42,-58r43,0xm284,-180r-52,180r-58,0r-31,-128v-6,48,-22,84,-32,128r-57,0r-51,-180r56,0r29,137v7,-50,23,-90,34,-137r53,0r31,138v7,-48,18,-92,27,-138r51,0","w":287},"X":{"d":"235,0r-68,0v-17,-33,-35,-62,-49,-99v-11,36,-33,67,-49,99r-68,0r80,-126r-73,-126r69,0r44,97v11,-34,33,-66,48,-97r64,0r-76,125","w":235},"x":{"d":"197,-180r-59,87r59,93r-64,0r-34,-65r-34,65r-64,0r61,-90r-57,-90r64,0r34,67r34,-67r60,0","w":198},"Y":{"d":"219,-252r-82,162r0,90r-57,0r0,-89r-80,-163r65,0r47,115v11,-44,32,-76,47,-115r60,0","w":218},"y":{"d":"195,-180r-73,194v-23,59,-56,82,-113,66r0,-44v19,11,46,7,54,-14r9,-22r-73,-180r62,0r39,134v11,-46,27,-90,40,-134r55,0","w":193},"\u00dd":{"d":"219,-252r-82,162r0,90r-57,0r0,-89r-80,-163r65,0r47,115v11,-44,32,-76,47,-115r60,0xm159,-332r-55,57r-40,0r45,-57r50,0","w":218},"\u00fd":{"d":"195,-180r-73,194v-23,59,-56,82,-113,66r0,-44v19,11,46,7,54,-14r9,-22r-73,-180r62,0r39,134v11,-46,27,-90,40,-134r55,0xm147,-265r-55,57r-40,0r45,-57r50,0","w":193},"\u0176":{"d":"172,-275r-36,0r-28,-33r-26,33r-36,0r41,-58r44,0xm219,-252r-82,162r0,90r-57,0r0,-89r-80,-163r65,0r47,115v11,-44,32,-76,47,-115r60,0","w":218},"\u0177":{"d":"160,-208r-36,0r-28,-34r-26,34r-36,0r41,-58r43,0xm195,-180r-73,194v-23,59,-56,82,-113,66r0,-44v19,11,46,7,54,-14r9,-22r-73,-180r62,0r39,134v11,-46,27,-90,40,-134r55,0","w":193},"\u0178":{"d":"219,-252r-82,162r0,90r-57,0r0,-89r-80,-163r65,0r47,115v11,-44,32,-76,47,-115r60,0xm178,-300v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm97,-300v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":218},"\u00ff":{"d":"195,-180r-73,194v-23,59,-56,82,-113,66r0,-44v19,11,46,7,54,-14r9,-22r-73,-180r62,0r39,134v11,-46,27,-90,40,-134r55,0xm167,-233v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm86,-233v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":193},"\u0232":{"d":"219,-252r-82,162r0,90r-57,0r0,-89r-80,-163r65,0r47,115v11,-44,32,-76,47,-115r60,0xm161,-275r-103,0r0,-31r103,0r0,31","w":218},"\u0233":{"d":"195,-180r-73,194v-23,59,-56,82,-113,66r0,-44v19,11,46,7,54,-14r9,-22r-73,-180r62,0r39,134v11,-46,27,-90,40,-134r55,0xm148,-208r-103,0r0,-31r103,0r0,31","w":193},"\u024e":{"d":"219,-252r-22,42r16,0r0,37r-34,0r-42,83r0,90r-57,0r0,-89r-42,-84r-33,0r0,-37r16,0r-21,-42r65,0r18,42r57,0r19,-42r60,0xm99,-173r13,36v3,-16,7,-24,12,-36r-25,0","w":218},"\u024f":{"d":"195,-180r-19,50r12,0r0,28r-22,0v-34,71,-49,217,-157,182r0,-44v19,11,46,7,54,-14r9,-22r-41,-102r-26,0r0,-28r15,0r-21,-50r62,0r15,50r48,0r16,-50r55,0xm85,-102r15,56v3,-18,11,-39,16,-56r-31,0","w":193},"\u01b3":{"d":"226,-252r0,50v-23,-14,-36,6,-44,23r-45,89r0,90r-57,0r0,-89r-80,-163r65,0r47,115v11,-39,26,-75,48,-104v11,-15,42,-20,66,-11","w":222},"\u01b4":{"d":"220,-136v-26,-13,-38,-4,-52,27v-32,75,-45,223,-159,189r0,-44v31,19,58,-7,63,-36r-73,-180r62,0r39,134v18,-67,29,-158,120,-134r0,44","w":214},"Z":{"d":"210,0r-203,0r0,-33r129,-173r-119,0r0,-46r193,0r0,32r-127,174r127,0r0,46","w":218},"z":{"d":"166,0r-162,0r0,-23r91,-116r-82,0r0,-41r152,0r0,27r-85,112r86,0r0,41","w":172},"\u0179":{"d":"210,0r-203,0r0,-33r129,-173r-119,0r0,-46r193,0r0,32r-127,174r127,0r0,46xm170,-332r-55,57r-40,0r45,-57r50,0","w":218},"\u017a":{"d":"166,0r-162,0r0,-23r91,-116r-82,0r0,-41r152,0r0,27r-85,112r86,0r0,41xm147,-265r-55,57r-40,0r45,-57r50,0","w":172},"\u017d":{"d":"174,-333r-42,58r-43,0r-42,-58r36,0r28,33r27,-33r36,0xm210,0r-203,0r0,-33r129,-173r-119,0r0,-46r193,0r0,32r-127,174r127,0r0,46","w":218},"\u017e":{"d":"153,-266r-42,58r-43,0r-41,-58r36,0r27,33r27,-33r36,0xm166,0r-162,0r0,-23r91,-116r-82,0r0,-41r152,0r0,27r-85,112r86,0r0,41","w":172},"\u017b":{"d":"139,-300v0,14,-11,25,-26,25v-15,0,-27,-10,-27,-25v0,-15,12,-23,27,-23v15,0,26,8,26,23xm210,0r-203,0r0,-33r129,-173r-119,0r0,-46r193,0r0,32r-127,174r127,0r0,46","w":218},"\u017c":{"d":"117,-233v0,14,-12,26,-27,25v-14,0,-27,-11,-27,-25v0,-14,12,-23,27,-23v15,0,27,9,27,23xm166,0r-162,0r0,-23r91,-116r-82,0r0,-41r152,0r0,27r-85,112r86,0r0,41","w":172},"\u01b5":{"d":"210,0r-203,0r0,-33r54,-72r-31,0r0,-46r66,0r40,-55r-119,0r0,-46r193,0r0,32r-50,69r39,0r0,46r-73,0r-43,59r127,0r0,46","w":218},"\u01b6":{"d":"166,0r-162,0r0,-23r40,-51r-20,0r0,-34r46,0r25,-31r-82,0r0,-41r152,0r0,27r-34,45r24,0r0,34r-50,0r-25,33r86,0r0,41","w":172},"\u01b7":{"d":"228,-25v2,100,-135,138,-221,89r0,-56v46,41,161,43,161,-32v0,-49,-53,-62,-111,-58r0,-33r80,-91r-127,0r0,-46r203,0r0,32r-84,94v54,7,99,43,99,101","w":240},"\u01ee":{"d":"170,-333r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm228,-25v2,100,-135,138,-221,89r0,-56v46,41,161,43,161,-32v0,-49,-53,-62,-111,-58r0,-33r80,-91r-127,0r0,-46r203,0r0,32r-84,94v54,7,99,43,99,101","w":240},"\u01ef":{"d":"143,-266r-42,58r-44,0r-41,-58r36,0r27,33r28,-33r36,0xm175,-3v2,79,-113,110,-179,71r0,-48v33,32,123,34,123,-21v0,-37,-40,-46,-84,-43r0,-23r61,-72r-94,0r0,-41r160,0r0,27r-63,73v43,7,75,31,76,77","w":178},"\u01b8":{"d":"73,-24v-2,75,117,72,161,34r0,54v-84,47,-223,15,-221,-85v0,-58,45,-97,99,-105r-84,-94r0,-32r203,0r0,46r-127,0r80,91r0,33v-58,-3,-110,8,-111,58","w":240},"\u01b9":{"d":"59,-1v0,55,89,51,123,23r0,46v-65,36,-178,15,-178,-66v0,-45,36,-74,76,-82r-64,-73r0,-27r161,0r0,41r-94,0r61,72r0,23v-44,-3,-85,6,-85,43","w":178},"\u01c0":{"d":"81,85r-44,0r0,-360r44,0r0,360","w":117},"\u01c1":{"d":"162,85r-45,0r0,-360r45,0r0,360xm81,85r-44,0r0,-360r44,0r0,360","w":198},"\u01c2":{"d":"175,-41r-60,0r0,126r-44,0r0,-126r-60,0r0,-41r60,0r0,-47r-60,0r0,-41r60,0r0,-105r44,0r0,105r60,0r0,41r-60,0r0,47r60,0r0,41","w":186},"\u01c3":{"d":"88,-252r-7,174r-45,0r-6,-174r58,0xm91,-25v0,16,-14,29,-32,29v-18,0,-32,-13,-32,-29v0,-17,14,-29,32,-29v18,0,32,12,32,29","w":117},",":{"d":"76,-44r-26,89r-43,0r18,-89r51,0","w":97},";":{"d":"82,-153v0,19,-14,29,-33,29v-17,1,-32,-13,-32,-29v-1,-19,15,-29,33,-29v18,0,32,12,32,29xm76,-44r-26,89r-43,0r18,-89r51,0","w":97},":":{"d":"81,-153v0,19,-14,29,-33,29v-17,1,-32,-13,-32,-29v0,-17,15,-29,33,-29v18,0,32,12,32,29xm81,-25v0,19,-14,28,-33,29v-18,1,-32,-13,-32,-29v0,-17,15,-29,33,-29v17,1,32,12,32,29","w":97},".":{"d":"81,-25v0,19,-14,28,-33,29v-18,1,-32,-13,-32,-29v0,-17,15,-29,33,-29v17,1,32,12,32,29","w":97},"\u2026":{"d":"306,-25v0,19,-14,28,-33,29v-18,1,-32,-13,-32,-29v-1,-18,15,-29,33,-29v18,0,32,12,32,29xm197,-25v-1,18,-14,28,-33,29v-18,1,-32,-13,-32,-29v0,-17,14,-29,32,-29v18,0,33,12,33,29xm87,-25v0,19,-14,28,-33,29v-17,1,-31,-13,-31,-29v0,-17,14,-29,32,-29v18,0,32,12,32,29","w":328},"!":{"d":"88,-252r-7,174r-45,0r-6,-174r58,0xm91,-25v0,16,-14,29,-32,29v-18,0,-32,-13,-32,-29v0,-17,14,-29,32,-29v18,0,32,12,32,29","w":117},"\u00a1":{"d":"91,-155v0,17,-15,28,-32,28v-17,0,-32,-11,-32,-28v0,-16,14,-29,32,-29v18,0,32,13,32,29xm89,72r-59,0r7,-174r45,0","w":117},"?":{"d":"95,-185v0,-43,-68,-22,-84,-2r0,-53v45,-28,140,-23,140,47v0,61,-76,61,-59,120r-46,0v-1,-5,-3,-15,-3,-21v-3,-49,52,-47,52,-91xm104,-25v0,16,-14,29,-32,29v-18,0,-33,-13,-33,-29v0,-16,15,-29,33,-29v18,0,32,12,32,29","w":157},"\u00bf":{"d":"9,12v0,-61,75,-60,59,-119r46,0v19,60,-43,67,-49,112v4,43,67,21,84,2r0,53v-46,28,-140,22,-140,-48xm56,-155v0,-18,14,-29,32,-29v18,0,33,13,33,29v0,16,-16,29,-33,29v-17,0,-32,-12,-32,-29","w":157},"(":{"d":"130,57r-45,0v-76,-81,-76,-226,0,-309r45,0v-72,90,-72,220,0,309","w":132},")":{"d":"48,57r-45,0v72,-90,72,-218,0,-309r46,0v75,84,75,228,-1,309","w":132},"[":{"d":"121,57r-83,0r0,-309r83,0r0,35r-37,0r0,239r37,0r0,35","w":132},"]":{"d":"95,57r-83,0r0,-35r37,0r0,-239r-37,0r0,-35r83,0r0,309","w":132},"{":{"d":"63,-98v49,12,0,124,55,122r0,33v-68,4,-73,-39,-73,-106v0,-22,-8,-32,-26,-32r0,-33v50,1,7,-103,44,-123v11,-10,29,-15,55,-15r0,33v-34,-3,-28,36,-28,68v0,28,-9,46,-27,53","w":132},"}":{"d":"15,-252v67,-3,73,38,73,105v0,22,8,33,26,33r0,33v-51,-2,-7,105,-44,124v-11,9,-29,14,-55,14r0,-33v56,2,4,-110,55,-122v-28,-8,-28,-51,-27,-91v0,-20,-9,-30,-28,-30r0,-33","w":132},"|":{"d":"81,85r-44,0r0,-360r44,0r0,360","w":117},"\/":{"d":"164,-252r-123,294r-50,0r123,-294r50,0","w":159},"\\":{"d":"169,42r-49,0r-120,-294r49,0","w":156},"'":{"d":"76,-255r-6,77r-35,0r-5,-77r46,0","w":105},"\"":{"d":"147,-255r-6,78r-35,0r-6,-78r47,0xm77,-255r-5,77r-36,0r-5,-77r46,0","w":177},"\u2018":{"d":"85,-258r-20,78r-48,0r33,-78r35,0","w":104},"\u2019":{"d":"88,-258r-34,78r-34,0r20,-78r48,0","w":104},"\u201c":{"d":"158,-258r-20,78r-48,0r33,-78r35,0xm85,-258r-20,78r-48,0r33,-78r35,0","w":177},"\u201d":{"d":"161,-258r-34,78r-34,0r20,-78r48,0xm88,-258r-34,78r-34,0r20,-78r48,0","w":177},"\u00ab":{"d":"200,-35r-47,0r-58,-59r58,-61r47,0r-59,61xm114,-35r-47,0r-58,-59r58,-61r47,0r-59,61","w":209},"\u00bb":{"d":"200,-94r-58,59r-47,0r59,-59r-59,-61r47,0xm114,-94r-57,59r-48,0r59,-59r-58,-61r47,0","w":209},"*":{"d":"152,-185r-48,6r34,37r-32,22r-24,-44r-24,44r-32,-22r34,-37r-48,-6r13,-36r44,19r-7,-50r41,0r-8,50r44,-19","w":163},"\u2219":{"d":"81,-115v0,19,-14,28,-33,29v-18,1,-32,-13,-32,-29v0,-17,15,-29,33,-29v17,1,32,12,32,29","w":97},"\u00b7":{"d":"81,-115v0,19,-14,28,-33,29v-18,1,-32,-13,-32,-29v0,-17,15,-29,33,-29v17,1,32,12,32,29","w":97},"&":{"d":"208,-92v21,-25,33,-67,23,-105r48,0v12,60,-17,109,-46,140v13,19,44,24,67,12r0,41v-36,18,-85,2,-100,-23v-48,45,-191,47,-187,-46v2,-42,30,-60,61,-73v-15,-13,-31,-26,-31,-52v0,-41,34,-58,77,-58v40,0,73,16,73,55v0,30,-22,47,-45,57v26,12,44,29,60,52xm69,-75v0,55,85,38,107,13v-17,-28,-40,-47,-70,-61v-19,9,-37,22,-37,48xm115,-165v27,-2,43,-53,5,-54v-36,-2,-30,46,-5,54","w":305},"@":{"d":"237,-32v-24,0,-36,-15,-41,-33v-21,60,-98,32,-98,-33v0,-48,29,-90,70,-91v17,0,29,7,33,21r2,-17r40,0v-5,50,-8,82,-8,97v0,16,4,25,13,25v23,0,33,-35,32,-67v0,-56,-39,-94,-99,-94v-67,0,-117,54,-117,121v0,95,103,128,183,90r0,33v-101,40,-223,-11,-223,-124v0,-86,67,-151,155,-151v79,0,141,47,141,123v0,56,-32,100,-83,100xm162,-63v37,3,54,-90,12,-95v-37,-1,-54,89,-12,95","w":343},"\u00a9":{"d":"292,-126v0,73,-61,130,-135,130v-76,0,-134,-54,-134,-129v0,-73,60,-131,135,-131v75,0,134,55,134,130xm269,-126v0,-62,-49,-111,-111,-111v-63,0,-112,48,-112,111v0,63,50,111,112,111v61,0,111,-51,111,-111xm121,-125v0,46,60,62,91,35r0,38v-59,33,-134,-5,-134,-70v0,-68,70,-110,133,-80r0,41v-32,-26,-90,-12,-90,36","w":314},"\u00ae":{"d":"292,-126v0,73,-61,130,-135,130v-76,0,-134,-54,-134,-129v0,-73,60,-131,135,-131v75,0,134,55,134,130xm269,-126v0,-62,-49,-111,-111,-111v-63,0,-112,48,-112,111v0,63,50,111,112,111v61,0,111,-51,111,-111xm226,-46r-44,0v-12,-22,-9,-70,-46,-63r0,63r-37,0r0,-162v54,-1,121,-5,121,46v0,23,-15,35,-38,43v26,6,32,50,44,73xm136,-178r0,41v22,1,44,1,44,-21v0,-18,-22,-21,-44,-20","w":314},"\u2122":{"d":"245,-136r-26,0v-1,-25,2,-55,-1,-78r-28,78r-24,0r-26,-78r0,78r-26,0r0,-116r38,0r28,80r30,-80r35,0r0,116xm102,-230r-31,0r0,94r-27,0r0,-94r-31,0r0,-22r89,0r0,22","w":277},"\u00a7":{"d":"45,-170v-36,-36,-3,-92,51,-92v16,0,32,4,46,10r0,44v-16,-11,-32,-17,-46,-17v-22,0,-30,20,-15,30v20,14,87,37,77,71v0,20,-9,36,-26,48v39,36,-3,88,-55,88v-19,0,-36,-4,-51,-12r0,-44v21,12,40,19,55,19v28,0,29,-30,5,-37v-48,-15,-88,-69,-41,-108xm76,-152v-27,24,3,48,29,55v27,-25,-3,-48,-29,-55","w":174},"\u00b6":{"d":"16,-200v-1,-29,23,-53,52,-52r98,0r0,28r-20,0r0,224r-31,0r0,-224r-21,0r0,224r-31,0r0,-147v-26,-1,-47,-25,-47,-53","w":183},"\u00ad":{"d":"121,-77r-96,0r0,-38r96,0r0,38","w":145},"-":{"d":"121,-77r-96,0r0,-38r96,0r0,38","w":145},"\u2013":{"d":"180,-77r-180,0r0,-38r180,0r0,38","w":180},"\u2014":{"d":"360,-77r-360,0r0,-38r360,0r0,38","w":360},"#":{"d":"207,-188r-7,32r-33,0r-9,43r36,0r-8,32r-35,0r-14,61r-35,0r13,-61r-40,0r-13,61r-35,0r12,-61r-32,0r6,-32r33,0r9,-43r-35,0r6,-32r36,0r13,-62r36,0r-13,62r40,0r14,-62r35,0r-13,62r33,0xm132,-156r-41,0r-10,43r41,0","w":213},"0":{"d":"195,-128v0,76,-25,132,-93,132v-60,0,-90,-42,-90,-126v1,-77,25,-134,95,-134v59,0,88,42,88,128xm105,-214v-24,0,-36,31,-36,91v0,57,11,85,35,85v23,0,35,-29,35,-88v0,-59,-12,-88,-34,-88","w":207},"1":{"d":"189,0r-159,0r0,-44r52,0r0,-157r-54,12r0,-45r109,-22r0,212r52,0r0,44","w":207},"2":{"d":"31,-235v53,-38,157,-27,157,51v0,51,-70,104,-105,138r102,0r0,46r-166,0r0,-43v32,-32,78,-69,103,-104v18,-25,11,-65,-28,-65v-22,0,-43,9,-63,26r0,-49","w":207},"3":{"d":"187,-72v4,74,-101,91,-161,64r0,-49v28,23,104,33,104,-16v0,-33,-40,-37,-78,-35r0,-42v36,2,70,-4,70,-33v0,-42,-61,-36,-87,-15r0,-45v51,-26,144,-15,144,49v0,34,-19,53,-50,63v33,3,56,26,58,59","w":207},"4":{"d":"198,-54r-31,0r0,54r-50,0r0,-54r-110,0r0,-35r106,-163r54,0r0,159r31,0r0,39xm117,-93r-1,-104v-16,37,-43,70,-63,104r64,0","w":207},"5":{"d":"187,-82v0,76,-91,104,-158,75r0,-47v33,24,100,25,102,-23v2,-39,-52,-41,-95,-34r0,-141r140,0r0,45r-93,0r0,51v60,-8,104,20,104,74","w":207},"6":{"d":"18,-113v0,-98,64,-166,159,-136r0,46v-53,-32,-113,11,-104,68v36,-54,122,-22,122,51v0,49,-37,88,-87,88v-62,0,-90,-50,-90,-117xm108,-38v21,0,33,-19,33,-42v0,-27,-11,-41,-33,-41v-20,0,-34,17,-34,38v0,22,12,46,34,45","w":207},"7":{"d":"192,-226r-89,226r-58,0r89,-207r-117,0r0,-45r175,0r0,26","w":207},"8":{"d":"100,4v-47,0,-86,-25,-86,-69v-1,-31,19,-51,51,-67v-77,-27,-39,-124,40,-124v45,0,82,22,82,63v0,29,-18,47,-48,62v30,7,54,30,54,63v0,49,-39,72,-93,72xm105,-216v-40,1,-39,55,0,64v38,-9,42,-64,0,-64xm104,-36v52,-2,47,-63,-2,-74v-46,11,-46,73,2,74","w":207},"9":{"d":"191,-138v0,103,-67,167,-163,133r0,-46v26,18,74,18,93,-7v9,-13,18,-35,15,-56v-36,51,-122,15,-122,-53v0,-54,37,-90,89,-89v60,1,88,50,88,118xm135,-168v0,-23,-12,-46,-34,-46v-21,0,-33,20,-33,42v0,24,11,40,34,41v21,1,33,-16,33,-37","w":207},"\u00b9":{"d":"127,-155r-99,0r0,-31r31,0r0,-83r-34,7r0,-32r72,-14r0,122r30,0r0,31","w":141},"\u00b2":{"d":"29,-295v43,-34,120,0,89,57v-6,10,-36,37,-50,51r59,0r0,32r-106,0r0,-28v19,-25,58,-39,63,-75v-6,-28,-37,-17,-55,1r0,-38","w":145},"\u00b3":{"d":"126,-200v1,45,-65,60,-103,39r0,-32v18,14,62,20,65,-6v2,-18,-29,-19,-51,-18r0,-29v20,1,47,1,46,-17v-2,-25,-41,-16,-55,-4r0,-31v31,-19,93,-13,93,29v0,18,-11,27,-26,35v20,5,31,16,31,34","w":145},"%":{"d":"139,-192v0,41,-25,67,-63,68v-36,0,-60,-25,-60,-63v0,-41,26,-69,64,-69v39,0,59,24,59,64xm79,-225v-17,0,-26,12,-26,36v0,22,9,34,25,34v17,0,25,-12,25,-35v0,-23,-8,-35,-24,-35xm260,-252r-165,252r-42,0r163,-252r44,0xm296,-65v0,41,-25,69,-63,69v-36,0,-60,-25,-60,-63v0,-41,26,-69,64,-69v38,0,59,24,59,63xm260,-63v0,-19,-8,-33,-25,-34v-17,0,-25,12,-25,36v0,22,8,34,25,34v17,0,25,-13,25,-36","w":312},"\u00bc":{"d":"324,-31r-19,0r0,31r-37,0r0,-31r-70,0r0,-25r62,-94r45,0r0,92r19,0r0,27xm268,-58r-1,-61v-11,21,-25,41,-37,61r38,0xm119,-103r-99,0r0,-30r31,0r0,-84r-34,7r0,-31r72,-15r0,123r30,0r0,30xm265,-252r-157,252r-43,0r157,-252r43,0","w":342},"\u00bd":{"d":"226,-139v42,-35,121,-1,89,56v-4,12,-36,38,-50,52r59,0r0,31r-106,0r0,-28v19,-25,58,-39,63,-75v-6,-28,-37,-17,-55,1r0,-37xm119,-103r-99,0r0,-30r31,0r0,-84r-34,7r0,-31r72,-15r0,123r30,0r0,30xm265,-252r-157,252r-43,0r157,-252r43,0","w":347},"\u00be":{"d":"333,-31r-20,0r0,31r-37,0r0,-31r-70,0r0,-25r62,-94r45,0r0,92r20,0r0,27xm276,-58v-1,-20,3,-50,-1,-61r-36,61r37,0xm126,-147v1,45,-65,60,-103,39r0,-32v18,14,62,20,65,-6v2,-18,-29,-19,-51,-18r0,-29v20,1,47,1,46,-17v-2,-25,-41,-17,-55,-5r0,-31v31,-19,94,-12,93,29v0,17,-9,29,-26,35v20,5,31,17,31,35xm275,-252r-157,252r-42,0r156,-252r43,0","w":352},"+":{"d":"213,-85r-68,0r0,67r-35,0r0,-67r-68,0r0,-36r68,0r0,-68r35,0r0,68r68,0r0,36","w":254},"\u00b1":{"d":"213,-122r-68,0r0,68r-35,0r0,-68r-67,0r0,-36r67,0r0,-68r35,0r0,68r68,0r0,36xm213,0r-171,0r0,-36r171,0r0,36","w":254},"\u00d7":{"d":"213,-44r-26,26r-59,-60r-60,60r-25,-26r59,-59r-59,-60r24,-25r61,60r60,-60r24,26r-59,59","w":254},"\u00f7":{"d":"153,-173v0,13,-12,24,-25,24v-13,1,-24,-11,-24,-24v0,-13,11,-25,24,-25v15,0,25,11,25,25xm213,-85r-171,0r0,-36r171,0r0,36xm152,-32v1,14,-11,23,-24,24v-13,1,-25,-11,-25,-24v0,-14,12,-26,25,-26v15,-1,24,12,24,26","w":254},"=":{"d":"213,-123r-171,0r0,-36r171,0r0,36xm213,-47r-171,0r0,-35r171,0r0,35","w":254},"<":{"d":"210,-11r-165,-75r0,-28r165,-79r0,42r-118,51r118,47r0,42","w":254},">":{"d":"210,-88r-165,75r0,-42r118,-48r-118,-50r0,-42r165,78r0,29","w":254},"\u00ac":{"d":"213,-47r-35,0r0,-68r-136,0r0,-36r171,0r0,104","w":254},"\u00b0":{"d":"120,-207v0,27,-23,50,-50,50v-26,0,-50,-24,-50,-50v0,-27,23,-49,50,-49v27,0,50,21,50,49xm93,-207v0,-12,-11,-23,-23,-23v-12,0,-23,11,-23,23v0,11,11,23,23,23v12,0,23,-12,23,-23","w":136},"^":{"d":"220,-107r-43,0r-51,-103r-48,103r-42,0r75,-149r29,0","w":254},"~":{"d":"163,-107v14,0,23,-13,22,-29r36,0v-1,37,-20,61,-55,64v-29,3,-90,-61,-96,2r-36,0v1,-37,20,-61,56,-64v21,-2,59,27,73,27","w":254},"\u00a6":{"d":"81,-120r-44,0r0,-155r44,0r0,155xm81,85r-44,0r0,-158r44,0r0,158","w":117},"_":{"d":"149,52r-149,0r0,-21r149,0r0,21","w":149},"\u00aa":{"d":"92,-141v-21,32,-79,22,-79,-20v0,-37,41,-44,79,-47v-2,-31,-46,-21,-67,-7r0,-31v41,-20,105,-14,105,43r0,77r-38,0r0,-15xm69,-150v16,0,26,-15,23,-35v-16,2,-42,3,-42,19v0,10,7,16,19,16","w":147},"\u00ba":{"d":"151,-191v-1,43,-27,68,-70,69v-43,0,-69,-25,-69,-67v-1,-42,29,-67,71,-67v41,0,68,26,68,65xm82,-225v-19,0,-29,12,-29,36v0,24,10,36,29,36v19,0,28,-13,28,-37v0,-24,-9,-35,-28,-35","w":164},"\u00a4":{"d":"191,-63r-25,26r-25,-25v-23,15,-59,15,-82,0r-25,25r-25,-26r25,-24v-16,-26,-16,-55,0,-81r-25,-24r25,-26r25,25v23,-15,59,-15,82,0r25,-25r25,26r-25,24v16,26,16,55,0,81xm143,-128v1,-22,-22,-42,-43,-42v-23,0,-42,19,-42,42v-1,23,19,43,42,42v24,0,42,-19,43,-42","w":200},"$":{"d":"190,-70v0,43,-30,65,-72,69r0,38r-25,0r0,-37v-24,0,-46,-6,-67,-17r0,-48v13,10,45,22,67,23r0,-64v-43,-17,-69,-29,-71,-76v-2,-39,33,-67,71,-70r0,-33r25,0r0,32v25,1,44,5,56,12r0,48v-16,-10,-35,-17,-56,-19r0,67v42,16,72,29,72,75xm93,-155r0,-56v-35,6,-31,45,0,56xm118,-96r0,53v36,-6,33,-43,0,-53","w":207},"\u00a2":{"d":"30,-115v0,-56,35,-93,86,-98r0,-37r29,0r0,37v13,1,23,3,31,8r0,47v-9,-7,-19,-11,-31,-12r0,101v13,-2,22,-6,31,-12r0,45v-9,5,-18,7,-31,9r0,34r-29,0r0,-33v-49,-2,-86,-37,-86,-89xm116,-70r0,-98v-46,9,-45,89,0,98","w":207},"\u00a3":{"d":"59,-146v-13,-83,47,-130,121,-102r0,46v-27,-20,-73,-18,-69,29r0,27r47,0r0,38r-47,0v2,33,-5,50,-27,65r112,0r0,43r-171,0r0,-40v30,-7,36,-32,34,-68r-30,0r0,-38r30,0","w":207},"\u00a5":{"d":"203,-252r-62,113r44,0r0,33r-53,0r0,27r53,0r0,33r-53,0r0,46r-54,0r0,-46r-56,0r0,-33r56,0r0,-27r-56,0r0,-33r45,0r-60,-113r57,0r44,100r42,-100r53,0","w":207},"`":{"d":"105,-208r-40,0r-55,-57r49,0","w":113},"\u00b4":{"d":"105,-265r-55,57r-40,0r45,-57r50,0","w":109},"\u00a8":{"d":"150,-233v0,14,-12,25,-27,25v-15,0,-27,-10,-27,-25v0,-15,12,-24,27,-24v15,-1,27,11,27,24xm69,-233v0,16,-12,25,-27,25v-15,1,-27,-11,-27,-25v0,-13,12,-24,27,-24v15,0,27,10,27,24","w":166},"\u02c9":{"d":"112,-208r-103,0r0,-31r103,0r0,31","w":121},"\u00af":{"d":"112,-208r-103,0r0,-31r103,0r0,31","w":121},"\u00b8":{"d":"9,79r0,-24v14,3,36,1,34,-12v1,-10,-13,-12,-26,-11r0,-32r30,0r0,14v22,1,33,11,33,30v0,28,-33,40,-71,35","w":77},"\u03bc":{"d":"204,0r-57,0v-4,-7,-2,-19,-5,-27v-7,31,-44,41,-63,20r0,76r-56,0r0,-249r56,0r0,104v0,24,10,36,30,36v50,0,27,-91,32,-140r56,0v2,55,-6,140,7,180","w":220},"\u00b5":{"d":"204,0r-57,0v-4,-7,-2,-19,-5,-27v-7,31,-44,41,-63,20r0,76r-56,0r0,-249r56,0r0,104v0,24,10,36,30,36v50,0,27,-91,32,-140r56,0v2,55,-6,140,7,180","w":220}}});Cufon.replace('#nav a, h1, h2, h3, h4, .sub, .portfolio-kop, #mid strong',{hover:true});Cufon.replace('.subnav > a',{textShadow:'#000000 1px 1px',hover:true});$(function(){var plot=[];var step=0;var left=26;var offsetLogo=$("#logo").offset();var top=offsetLogo.top+($("#logo").height()/2);for(i=0;i<6;i++){plot[i]=[(100*Math.cos(degToRad(step)))+left,(100*Math.sin(degToRad(step)))+top];step=step+60;}
$("#logo").mouseenter(function(){var ico=["leafgm","leafhtml","leafandroid"];var ico=shuffle(ico);$(".leaf").remove();for(i=0;i<6;i++){var bezier_params={start:{x:left,y:top,angle:60},end:{x:plot[i][0],y:plot[i][1],angle:-60,length:0.25}}
$('<div class="leaf '+ico[0]+'" />').appendTo("#header").animate({path:new $.path.bezier(bezier_params),opacity:0},800);}});var lasttags;$("#nav a").hover(function(){if(tags=$(this).attr("title")){$(this).attr("tags",$(this).attr("title"));$(this).attr("title",'');var mytags=tags.split(" ");$(".balloons").hide().each(function(cnt,item){randomnumber=Math.floor(Math.random()*11)+"000";});Cufon.replace('.balloons');}},function(){$(this).attr("title",$(this).attr("tags"));});$(".subnav li a").hover(function(){$(this).animate({'padding-right':'24px'},200);},function(){$(this).animate({'padding-right':'12px'},100);});var startSlide=1;$('#slides').slides({preload:true,crossfade:true,generatePagination:true,play:10000,pause:2500,hoverPause:true,start:startSlide,animationComplete:function(current){window.location.hash='#'+current;}});$(window).resize(function(){resizeSlides();});resizeSlides();function resizeSlides(){var left=($(document).width()-980)/2;$(".slide").css("margin-left",left+"px");}
$("#skills a").hover(function(){var pos=$(this).css("background-position");$(this).attr("pos",pos);pos=pos.split(" ");$(this).css("background-position",pos[0]+" -25px");},function(){$(this).css("background-position",$(this).attr("pos"));});$("#skills a, #social-home img").tipsy({gravity:$.fn.tipsy.autoNS});var Sticky=function($obj,opts){$(window).scroll(function(e){Sticky.onScroll(e,$obj,opts);});}
Sticky.onScroll=function(e,$o,opts){var iScrollTop=$(window).scrollTop()+18;var sClass="sticky";if(!$o.data(sClass)){$o.data(sClass,{css:{position:$o.css('position'),top:$o.css('top')},offset:$o.offset()});}
var oOrig=$o.data(sClass);var bIsSticky=$o.hasClass(sClass);if(iScrollTop>oOrig.offset.top&&!bIsSticky){$o.css({position:'fixed',top:0}).addClass(sClass);}else if(iScrollTop<oOrig.offset.top&&bIsSticky){$o.css(oOrig.css).removeClass(sClass);}}
if($("#left_container").length){Sticky($("#left_container"));}
$("#callmesubm").hover(function(){$(".callmediv").css("background-position","22px -28px");},function(){$(".callmediv").css("background-position","22px 0px");});$("#callmetxt").focus();var send=0;$("#callme").validate({errorLabelContainer:$("div.frmerrors"),rules:{tel:{required:true,minlength:10,number:true}},messages:{tel:"Vul een 10 cijferig telefoonnummer in."},success:function(){send=1;}});$("#callme").submit(function(){if(send==1){$.get("/async/phone/tel/"+$("#callmetxt").val());$("#callmetxt").val('');alert("Binnen kantoortijden bellen wij u zo spoedig mogelijk terug.");}});var width=$(document).width();var updating=false;$(window).resize(function(){width=$(document).width();});$(document).mousemove(function(e){if(!updating){updatePos(e);}});$(".p1, .p2, .p3").each(function(){var left=$(this).css("left").replace("px","");$(this).attr("left",Math.round(left));});function updatePos(e){updating=true;var mid=Math.round(width/2);var step1=Math.round(mid/8);var pix1=Math.round((mid-e.clientX)/(step1));var step2=Math.round(mid/6);var pix2=Math.round((mid-e.clientX)/(step2));var step3=Math.round(mid/4);var pix3=Math.round((mid-e.clientX)/(step3));$(".p1, .p2, .p3").each(function(){if($(this).hasClass("p1")){$(this).css("left",(parseInt($(this).attr("left"))+pix1)+"px");}
if($(this).hasClass("p2")){$(this).css("left",(parseInt($(this).attr("left"))-pix2)+"px");}
if($(this).hasClass("p3")){$(this).css("left",(parseInt($(this).attr("left"))-pix3)+"px");}})
setTimeout(function(){updating=false;},50);}
var map_latitude=52.023811480502474;var map_longitude=4.651739001274109;jQuery('#map').googleMaps({latitude:map_latitude,longitude:map_longitude,depth:11,markers:{latitude:map_latitude,longitude:map_longitude},controls:{mapType:[{remove:'G_SATELLITE_MAP'},{remove:'G_HYBRID_MAP'}]}});});shuffle=function(o){for(var j,x,i=o.length;i;j=parseInt(Math.random()*i),x=o[--i],o[i]=o[j],o[j]=x);return o;};function degToRad(angle){return((angle*Math.PI)/180);}
function radToDeg(angle){return((angle*180)/Math.PI);}
function fadeBalloon(elem,txt){var randomnumber=parseInt((Math.floor(Math.random()*3)+1)+"000");$(elem).stop();$("span",elem).html(txt)
var left=rand(400,800);$(elem).css({opacity:0,top:"70px",left:left+"px"}).show();$(elem).animate({opacity:1,top:"50px"},randomnumber);var offset=$(elem).offset();}
function rand(min,max){var argc=arguments.length;if(argc===0){min=0;max=2147483647;}else if(argc===1){throw new Error('Warning: rand() expects exactly 2 parameters, 1 given');}
return Math.floor(Math.random()*(max-min+1))+min;}
