function si_contact_captcha_refresh(form_num,type,securimage_url,securimage_show_url) {
   var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
   var string_length = 16;
   var prefix = '';
   for (var i=0; i<string_length; i++) {
		var rnum = Math.floor(Math.random() * chars.length);
		prefix += chars.substring(rnum,rnum+1);
   }
  document.getElementById('si_code_ctf_' + form_num).value = prefix;

  var si_image_ctf = securimage_show_url + prefix;
  document.getElementById('si_image_ctf' + form_num).src = si_image_ctf;

  if(type == 'flash') {
    var si_flash_ctf_url = securimage_url+'/securimage_play.swf?prefix='+prefix+'&bgColor1=#8E9CB6&bgColor2=#fff&iconColor=#000&roundedCorner=5&audio='+securimage_url+'/securimage_play.php?prefix='+prefix;
    var si_flash_ctf = '<object type="application/x-shockwave-flash" data="'+si_flash_ctf_url+'" id="SecurImage_as3_'+form_num+'" width="19" height="19">';
   	    si_flash_ctf += '<param name="allowScriptAccess" value="sameDomain" />';
   	    si_flash_ctf += '<param name="allowFullScreen" value="false" />';
   	    si_flash_ctf += '<param name="movie" value="'+si_flash_ctf_url+'" />';
  	    si_flash_ctf += '<param name="quality" value="high" />';
  	    si_flash_ctf += '<param name="bgcolor" value="#ffffff" />';
  	    si_flash_ctf += '</object>';
       document.getElementById('si_flash_ctf' + form_num).innerHTML = si_flash_ctf;
       return false;
  } else {
   var si_aud_ctf = securimage_url+'/securimage_play.php?prefix='+prefix;
    document.getElementById('si_aud_ctf' + form_num).href = si_aud_ctf;
   }
}

/*!
 * jQuery JavaScript Library v1.4.2
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */
(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=
true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],
d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&
!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=
true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,
parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];
else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,
a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
" ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=
e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=
c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,
function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");
k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&
f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;
if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,
"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,
isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit=
{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};
if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",
e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&
!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];
if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];
for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,
CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},
relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=
l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];
h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},
CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},
text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},
setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=
m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m===
"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,
h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||
!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=
h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:
function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;
c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j=
{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a===
"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",
d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?
a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===
1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?
a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,
""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&
this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||
u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===
1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);
return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",
""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=
c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=
function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=
Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,
"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=
a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=
a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},
serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),
function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,
global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&
e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?
"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=
false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",
c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||
d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);
g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===
1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b===
"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;
if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");
this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],
"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},
animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=
j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);
this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration===
"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||
c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;
this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=
this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,
e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||
c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?
function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=
this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;
k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&
f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);
c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);jQuery.noConflict();


/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * May 2010 - Pick random effect from specified set of effects by toronegro
 * May 2010 - controlNavThumbsFromRel option added by nerd-sh
 * May 2010 - Do not start nivoRun timer if there is only 1 slide by msielski
 * April 2010 - controlNavThumbs option added by Jamie Thompson (http://jamiethompson.co.uk)
 * March 2010 - manualAdvance option added by HelloPablo (http://hellopablo.co.uk)
 */

(function($) {

	$.fn.nivoSlider = function(options) {

		//Defaults are below
		var settings = $.extend({}, $.fn.nivoSlider.defaults, options);

		return this.each(function() {
			//Useful variables. Play carefully.
			var vars = {
				currentSlide: 0,
				currentImage: '',
				totalSlides: 0,
				randAnim: '',
				running: false,
				paused: false,
				stop:false
			};
		
			//Get this slider
			var slider = $(this);
			slider.data('nivo:vars', vars);
			slider.css('position','relative');
			slider.addClass('nivoSlider');
			
			//Find our slider children
			var kids = slider.children();
			kids.each(function() {
				var child = $(this);
				var link = '';
				if(!child.is('img')){
					if(child.is('a')){
						child.addClass('nivo-imageLink');
						link = child;
					}
					child = child.find('img:first');
				}
				//Get img width & height
                var childWidth = child.width();
                if(childWidth == 0) childWidth = child.attr('width');
                var childHeight = child.height();
                if(childHeight == 0) childHeight = child.attr('height');
                //Resize the slider
                if(childWidth > slider.width()){
                    slider.width(childWidth);
                }
                if(childHeight > slider.height()){
                    slider.height(childHeight);
                }
                if(link != ''){
                    link.css('display','none');
                }
                child.css('display','none');
                vars.totalSlides++;
			});
			
			//Set startSlide
			if(settings.startSlide > 0){
				if(settings.startSlide >= vars.totalSlides) settings.startSlide = vars.totalSlides - 1;
				vars.currentSlide = settings.startSlide;
			}
			
			//Get initial image
			if($(kids[vars.currentSlide]).is('img')){
				vars.currentImage = $(kids[vars.currentSlide]);
			} else {
				vars.currentImage = $(kids[vars.currentSlide]).find('img:first');
			}
			
			//Show initial link
			if($(kids[vars.currentSlide]).is('a')){
				$(kids[vars.currentSlide]).css('display','block');
			}
			
			//Set first background
			slider.css('background','url('+ vars.currentImage.attr('src') +') no-repeat');
			
			//Add initial slices
			for(var i = 0; i < settings.slices; i++){
				var sliceWidth = Math.round(slider.width()/settings.slices);
				if(i == settings.slices-1){
					slider.append(
						$('<div class="nivo-slice"></div>').css({ left:(sliceWidth*i)+'px', width:(slider.width()-(sliceWidth*i))+'px' })
					);
				} else {
					slider.append(
						$('<div class="nivo-slice"></div>').css({ left:(sliceWidth*i)+'px', width:sliceWidth+'px' })
					);
				}
			}
			
			//Create caption
			slider.append(
				$('<div class="nivo-caption"><div class="wrap"></div></div>').css({ display:'none', opacity:settings.captionOpacity })
			);			
			//Process initial  caption
			if(vars.currentImage.attr('title') != ''){
                var title = vars.currentImage.attr('title');
                if(title.substr(0,1) == '#') title = $(title).html();
                $('.nivo-caption', slider).html(title);			
                Cufon.replace('h2', { fontFamily: 'Zurich Cn BT' }); 
				$('.nivo-caption', slider).fadeIn(settings.animSpeed);
			}
			
			//In the words of Super Mario "let's a go!"
			var timer = 0;
			if(!settings.manualAdvance && kids.length > 1){
				timer = setInterval(function(){ nivoRun(slider, kids, settings, false); }, settings.pauseTime);
			}

			//Add Direction nav
			if(settings.directionNav){
				slider.append('<div class="nivo-directionNav"><a class="nivo-prevNav">Prev</a><a class="nivo-nextNav">Next</a></div>');
				
				//Hide Direction nav
				if(settings.directionNavHide){
					$('.nivo-directionNav', slider).hide();
					slider.hover(function(){
						$('.nivo-directionNav', slider).show();
					}, function(){
						$('.nivo-directionNav', slider).hide();
					});
				}
				
				$('a.nivo-prevNav', slider).live('click', function(){
					if(vars.running) return false;
					clearInterval(timer);
					timer = '';
					vars.currentSlide-=2;
					nivoRun(slider, kids, settings, 'prev');
				});
				
				$('a.nivo-nextNav', slider).live('click', function(){
					if(vars.running) return false;
					clearInterval(timer);
					timer = '';
					nivoRun(slider, kids, settings, 'next');
				});
			}
			
			//Add Control nav
			if(settings.controlNav){
				var nivoControl = $('<div class="nivo-controlNav"></div>');
				slider.append(nivoControl);
				for(var i = 0; i < kids.length; i++){
					if(settings.controlNavThumbs){
						var child = kids.eq(i);
						if(!child.is('img')){
							child = child.find('img:first');
						}
                        if (settings.controlNavThumbsFromRel) {
                            nivoControl.append('<a class="nivo-control" rel="'+ i +'"><img src="'+ child.attr('rel') + '" alt="" /></a>');
                        } else {
                            nivoControl.append('<a class="nivo-control" rel="'+ i +'"><img src="'+ child.attr('src').replace(settings.controlNavThumbsSearch, settings.controlNavThumbsReplace) +'" alt="" /></a>');
                        }
					} else {
						nivoControl.append('<a class="nivo-control" rel="'+ i +'">'+ (i + 1) +'</a>');
					}
					
				}
				//Set initial active link
				$('.nivo-controlNav a:eq('+ vars.currentSlide +')', slider).addClass('active');
				
				$('.nivo-controlNav a', slider).live('click', function(){
					if(vars.running) return false;
					if($(this).hasClass('active')) return false;
					clearInterval(timer);
					timer = '';
					slider.css('background','url('+ vars.currentImage.attr('src') +') no-repeat');
					vars.currentSlide = $(this).attr('rel') - 1;
					nivoRun(slider, kids, settings, 'control');
				});
			}
			
			//Keyboard Navigation
			if(settings.keyboardNav){
				$(window).keypress(function(event){
					//Left
					if(event.keyCode == '37'){
						if(vars.running) return false;
						clearInterval(timer);
						timer = '';
						vars.currentSlide-=2;
						nivoRun(slider, kids, settings, 'prev');
					}
					//Right
					if(event.keyCode == '39'){
						if(vars.running) return false;
						clearInterval(timer);
						timer = '';
						nivoRun(slider, kids, settings, 'next');
					}
				});
			}
			
			//For pauseOnHover setting
			if(settings.pauseOnHover){
				slider.hover(function(){
					vars.paused = true;
					clearInterval(timer);
					timer = '';
				}, function(){
					vars.paused = false;
					//Restart the timer
					if(timer == '' && !settings.manualAdvance){
						timer = setInterval(function(){ nivoRun(slider, kids, settings, false); }, settings.pauseTime);
					}
				});
			}
			
			//Event when Animation finishes
			slider.bind('nivo:animFinished', function(){ 
				vars.running = false; 
				//Hide child links
				$(kids).each(function(){
					if($(this).is('a')){
						$(this).css('display','none');
					}
				});
				//Show current link
				if($(kids[vars.currentSlide]).is('a')){
					$(kids[vars.currentSlide]).css('display','block');
				}
				//Restart the timer
				if(timer == '' && !vars.paused && !settings.manualAdvance){
					timer = setInterval(function(){ nivoRun(slider, kids, settings, false); }, settings.pauseTime);
				}
				//Trigger the afterChange callback
				settings.afterChange.call(this);
			});
		});
		
		function nivoRun(slider, kids, settings, nudge){
			//Get our vars
			var vars = slider.data('nivo:vars');
			if((!vars || vars.stop) && !nudge) return false;
			
			//Trigger the beforeChange callback
			settings.beforeChange.call(this);
					
			//Set current background before change
			if(!nudge){
				slider.css('background','url('+ vars.currentImage.attr('src') +') no-repeat');
			} else {
				if(nudge == 'prev'){
					slider.css('background','url('+ vars.currentImage.attr('src') +') no-repeat');
				}
				if(nudge == 'next'){
					slider.css('background','url('+ vars.currentImage.attr('src') +') no-repeat');
				}
			}
			vars.currentSlide++;
			if(vars.currentSlide == vars.totalSlides){ 
				vars.currentSlide = 0;
				//Trigger the slideshowEnd callback
				settings.slideshowEnd.call(this);
			}
			if(vars.currentSlide < 0) vars.currentSlide = (vars.totalSlides - 1);
			//Set vars.currentImage
			if($(kids[vars.currentSlide]).is('img')){
				vars.currentImage = $(kids[vars.currentSlide]);
			} else {
				vars.currentImage = $(kids[vars.currentSlide]).find('img:first');
			}
			
			//Set acitve links
			if(settings.controlNav){
				$('.nivo-controlNav a', slider).removeClass('active');
				$('.nivo-controlNav a:eq('+ vars.currentSlide +')', slider).addClass('active');
			}
			
			//Process caption
			if(vars.currentImage.attr('title') != ''){
                var title = vars.currentImage.attr('title');
                if(title.substr(0,1) == '#') title = $(title).html();	
                    
				if($('.nivo-caption', slider).css('display') == 'block'){
					$('.nivo-caption', slider).fadeOut(settings.animSpeed, function(){
						$(this).html(title);
                        Cufon.replace('h2', { fontFamily: 'Zurich Cn BT' }); 
						$(this).fadeIn(settings.animSpeed);
					});
				} else {
					$('.nivo-caption', slider).html(title);
                    Cufon.replace('h2', { fontFamily: 'Zurich Cn BT' }); 
				}					
				$('.nivo-caption', slider).fadeIn(settings.animSpeed);
			} else {
				$('.nivo-caption', slider).fadeOut(settings.animSpeed);
			}
			
			//Set new slice backgrounds
			var  i = 0;
			$('.nivo-slice', slider).each(function(){
				var sliceWidth = Math.round(slider.width()/settings.slices);
				$(this).css({ height:'0px', opacity:'0', 
					background: 'url('+ vars.currentImage.attr('src') +') no-repeat -'+ ((sliceWidth + (i * sliceWidth)) - sliceWidth) +'px 0%' });
				i++;
			});
			
			if(settings.effect == 'random'){
				var anims = new Array("sliceDownRight","sliceDownLeft","sliceUpRight","sliceUpLeft","sliceUpDown","sliceUpDownLeft","fold","fade");
				vars.randAnim = anims[Math.floor(Math.random()*(anims.length + 1))];
				if(vars.randAnim == undefined) vars.randAnim = 'fade';
			}
            
            //Run random effect from specified set (eg: effect:'fold,fade')
            if(settings.effect.indexOf(',') != -1){
                var anims = settings.effect.split(',');
                vars.randAnim = $.trim(anims[Math.floor(Math.random()*anims.length)]);
            }
		
			//Run effects
			vars.running = true;
			if(settings.effect == 'sliceDown' || settings.effect == 'sliceDownRight' || vars.randAnim == 'sliceDownRight' ||
				settings.effect == 'sliceDownLeft' || vars.randAnim == 'sliceDownLeft'){
				var timeBuff = 0;
				var i = 0;
				var slices = $('.nivo-slice', slider);
				if(settings.effect == 'sliceDownLeft' || vars.randAnim == 'sliceDownLeft') slices = $('.nivo-slice', slider)._reverse();
				slices.each(function(){
					var slice = $(this);
					slice.css('top','0px');
					if(i == settings.slices-1){
						setTimeout(function(){
							slice.animate({ height:'100%', opacity:'1.0' }, settings.animSpeed, '', function(){ slider.trigger('nivo:animFinished'); });
						}, (100 + timeBuff));
					} else {
						setTimeout(function(){
							slice.animate({ height:'100%', opacity:'1.0' }, settings.animSpeed);
						}, (100 + timeBuff));
					}
					timeBuff += 50;
					i++;
				});
			} 
			else if(settings.effect == 'sliceUp' || settings.effect == 'sliceUpRight' || vars.randAnim == 'sliceUpRight' ||
					settings.effect == 'sliceUpLeft' || vars.randAnim == 'sliceUpLeft'){
				var timeBuff = 0;
				var i = 0;
				var slices = $('.nivo-slice', slider);
				if(settings.effect == 'sliceUpLeft' || vars.randAnim == 'sliceUpLeft') slices = $('.nivo-slice', slider)._reverse();
				slices.each(function(){
					var slice = $(this);
					slice.css('bottom','0px');
					if(i == settings.slices-1){
						setTimeout(function(){
							slice.animate({ height:'100%', opacity:'1.0' }, settings.animSpeed, '', function(){ slider.trigger('nivo:animFinished'); });
						}, (100 + timeBuff));
					} else {
						setTimeout(function(){
							slice.animate({ height:'100%', opacity:'1.0' }, settings.animSpeed);
						}, (100 + timeBuff));
					}
					timeBuff += 50;
					i++;
				});
			} 
			else if(settings.effect == 'sliceUpDown' || settings.effect == 'sliceUpDownRight' || vars.randAnim == 'sliceUpDown' || 
					settings.effect == 'sliceUpDownLeft' || vars.randAnim == 'sliceUpDownLeft'){
				var timeBuff = 0;
				var i = 0;
				var v = 0;
				var slices = $('.nivo-slice', slider);
				if(settings.effect == 'sliceUpDownLeft' || vars.randAnim == 'sliceUpDownLeft') slices = $('.nivo-slice', slider)._reverse();
				slices.each(function(){
					var slice = $(this);
					if(i == 0){
						slice.css('top','0px');
						i++;
					} else {
						slice.css('bottom','0px');
						i = 0;
					}
					
					if(v == settings.slices-1){
						setTimeout(function(){
							slice.animate({ height:'100%', opacity:'1.0' }, settings.animSpeed, '', function(){ slider.trigger('nivo:animFinished'); });
						}, (100 + timeBuff));
					} else {
						setTimeout(function(){
							slice.animate({ height:'100%', opacity:'1.0' }, settings.animSpeed);
						}, (100 + timeBuff));
					}
					timeBuff += 50;
					v++;
				});
			} 
			else if(settings.effect == 'fold' || vars.randAnim == 'fold'){
				var timeBuff = 0;
				var i = 0;
				$('.nivo-slice', slider).each(function(){
					var slice = $(this);
					var origWidth = slice.width();
					slice.css({ top:'0px', height:'100%', width:'0px' });
					if(i == settings.slices-1){
						setTimeout(function(){
							slice.animate({ width:origWidth, opacity:'1.0' }, settings.animSpeed, '', function(){ slider.trigger('nivo:animFinished'); });
						}, (100 + timeBuff));
					} else {
						setTimeout(function(){
							slice.animate({ width:origWidth, opacity:'1.0' }, settings.animSpeed);
						}, (100 + timeBuff));
					}
					timeBuff += 50;
					i++;
				});
			}  
			else if(settings.effect == 'fade' || vars.randAnim == 'fade'){
				var i = 0;
				$('.nivo-slice', slider).each(function(){
					$(this).css('height','100%');
					if(i == settings.slices-1){
						$(this).animate({ opacity:'1.0' }, (settings.animSpeed*2), '', function(){ slider.trigger('nivo:animFinished'); });
					} else {
						$(this).animate({ opacity:'1.0' }, (settings.animSpeed*2));
					}
					i++;
				});
			}
		}
	};
	
	//Default settings
	$.fn.nivoSlider.defaults = {
		effect:'random',
		slices:15,
		animSpeed:500,
		pauseTime:3000,
		startSlide:0,
		directionNav:true,
		directionNavHide:true,
		controlNav:true,
		controlNavThumbs:false,
        controlNavThumbsFromRel:false,
		controlNavThumbsSearch:'.jpg',
		controlNavThumbsReplace:'_thumb.jpg',
		keyboardNav:true,
		pauseOnHover:true,
		manualAdvance:false,
		captionOpacity:0.8,
		beforeChange: function(){},
		afterChange: function(){},
		slideshowEnd: function(){}
	};
	
	$.fn._reverse = [].reverse;
	
})(jQuery);


/*
	Kwicks for jQuery (version 1.5.1)
	Copyright (c) 2008 Jeremy Martin
	http://www.jeremymartin.name/projects.php?project=kwicks
	
	Licensed under the MIT license:
		http://www.opensource.org/licenses/mit-license.php

	Any and all use of this script must be accompanied by this copyright/license notice in its present form.
*/

(function($){
	$.fn.kwicks = function(options) {
		var defaults = {
			isVertical: false,
			sticky: false,
			defaultKwick: 0,
			event: 'mouseover',
			spacing: 0,
			duration: 500
		};
		var o = $.extend(defaults, options);
		var WoH = (o.isVertical ? 'height' : 'width'); // WoH = Width or Height
		var LoT = (o.isVertical ? 'top' : 'left'); // LoT = Left or Top
		
		return this.each(function() {
			container = $(this);
			var kwicks = container.children('li');
			var normWoH = kwicks.eq(0).css(WoH).replace(/px/,''); // normWoH = Normal Width or Height
			if(!o.max) {
				o.max = (normWoH * kwicks.size()) - (o.min * (kwicks.size() - 1));
			} else {
				o.min = ((normWoH * kwicks.size()) - o.max) / (kwicks.size() - 1);
			}
			// set width of container ul
			if(o.isVertical) {
				container.css({
					width : kwicks.eq(0).css('width'),
					height : (normWoH * kwicks.size()) + (o.spacing * (kwicks.size() - 1)) + 'px'
				});				
			} else {
				container.css({
					width : (normWoH * kwicks.size()) + (o.spacing * (kwicks.size() - 1)) + 'px',
					height : kwicks.eq(0).css('height')
				});				
			}

			// pre calculate left or top values for all kwicks but the first and last
			// i = index of currently hovered kwick, j = index of kwick we're calculating
			var preCalcLoTs = []; // preCalcLoTs = pre-calculated Left or Top's
			for(i = 0; i < kwicks.size(); i++) {
				preCalcLoTs[i] = [];
				// don't need to calculate values for first or last kwick
				for(j = 1; j < kwicks.size() - 1; j++) {
					if(i == j) {
						preCalcLoTs[i][j] = o.isVertical ? j * o.min + (j * o.spacing) : j * o.min + (j * o.spacing);
					} else {
						preCalcLoTs[i][j] = (j <= i ? (j * o.min) : (j-1) * o.min + o.max) + (j * o.spacing);
					}
				}
			}
			
			// loop through all kwick elements
			kwicks.each(function(i) {
				var kwick = $(this);
				// set initial width or height and left or top values
				// set first kwick
				if(i === 0) {
					kwick.css(LoT, '0px');
				} 
				// set last kwick
				else if(i == kwicks.size() - 1) {
					kwick.css(o.isVertical ? 'bottom' : 'right', '0px');
				}
				// set all other kwicks
				else {
					if(o.sticky) {
						kwick.css(LoT, preCalcLoTs[o.defaultKwick][i]);
					} else {
						kwick.css(LoT, (i * normWoH) + (i * o.spacing));
					}
				}
				// correct size in sticky mode
				if(o.sticky) {
					if(o.defaultKwick == i) {
						kwick.css(WoH, o.max + 'px');
						kwick.addClass('active');
					} else {
						kwick.css(WoH, o.min + 'px');
					}
				}
				kwick.css({
					margin: 0,
					position: 'absolute'
				});
				
				kwick.bind(o.event, function() {
					// calculate previous width or heights and left or top values
					var prevWoHs = []; // prevWoHs = previous Widths or Heights
					var prevLoTs = []; // prevLoTs = previous Left or Tops
					kwicks.stop().removeClass('active');
					for(j = 0; j < kwicks.size(); j++) {
						prevWoHs[j] = kwicks.eq(j).css(WoH).replace(/px/, '');
						prevLoTs[j] = kwicks.eq(j).css(LoT).replace(/px/, '');
					}
					var aniObj = {};
					aniObj[WoH] = o.max;
					var maxDif = o.max - prevWoHs[i];
					var prevWoHsMaxDifRatio = prevWoHs[i]/maxDif;
					kwick.addClass('active').animate(aniObj, {
						step: function(now) {
							// calculate animation completeness as percentage
							var percentage = maxDif != 0 ? now/maxDif - prevWoHsMaxDifRatio : 1;
							// adjsut other elements based on percentage
							kwicks.each(function(j) {
								if(j != i) {
									kwicks.eq(j).css(WoH, prevWoHs[j] - ((prevWoHs[j] - o.min) * percentage) + 'px');
								}
								if(j > 0 && j < kwicks.size() - 1) { // if not the first or last kwick
									kwicks.eq(j).css(LoT, prevLoTs[j] - ((prevLoTs[j] - preCalcLoTs[i][j]) * percentage) + 'px');
								}
							});
						},
						duration: o.duration,
						easing: o.easing
					});
				});
			});
			if(!o.sticky) {
				container.bind("mouseleave", function() {
					var prevWoHs = [];
					var prevLoTs = [];
					kwicks.removeClass('active').stop();
					for(i = 0; i < kwicks.size(); i++) {
						prevWoHs[i] = kwicks.eq(i).css(WoH).replace(/px/, '');
						prevLoTs[i] = kwicks.eq(i).css(LoT).replace(/px/, '');
					}
					var aniObj = {};
					aniObj[WoH] = normWoH;
					var normDif = normWoH - prevWoHs[0];
					kwicks.eq(0).animate(aniObj, {
						step: function(now) {
							var percentage = normDif != 0 ? (now - prevWoHs[0])/normDif : 1;
							for(i = 1; i < kwicks.size(); i++) {
								kwicks.eq(i).css(WoH, prevWoHs[i] - ((prevWoHs[i] - normWoH) * percentage) + 'px');
								if(i < kwicks.size() - 1) {
									kwicks.eq(i).css(LoT, prevLoTs[i] - ((prevLoTs[i] - ((i * normWoH) + (i * o.spacing))) * percentage) + 'px');
								}
							}
						},
						duration: o.duration,
						easing: o.easing
					});
				});
			}
		});
	};
})(jQuery);

/**
 * Cookie plugin
 *
 * Copyright (c) 2006 Klaus Hartl (stilbuero.de)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 */

/**
 * Create a cookie with the given name and value and other optional parameters.
 *
 * @example $.cookie('the_cookie', 'the_value');
 * @desc Set the value of a cookie.
 * @example $.cookie('the_cookie', 'the_value', { expires: 7, path: '/', domain: 'jquery.com', secure: true });
 * @desc Create a cookie with all available options.
 * @example $.cookie('the_cookie', 'the_value');
 * @desc Create a session cookie.
 * @example $.cookie('the_cookie', null);
 * @desc Delete a cookie by passing null as value. Keep in mind that you have to use the same path and domain
 *       used when the cookie was set.
 *
 * @param String name The name of the cookie.
 * @param String value The value of the cookie.
 * @param Object options An object literal containing key/value pairs to provide optional cookie attributes.
 * @option Number|Date expires Either an integer specifying the expiration date from now on in days or a Date object.
 *                             If a negative value is specified (e.g. a date in the past), the cookie will be deleted.
 *                             If set to null or omitted, the cookie will be a session cookie and will not be retained
 *                             when the the browser exits.
 * @option String path The value of the path atribute of the cookie (default: path of page that created the cookie).
 * @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie).
 * @option Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will
 *                        require a secure protocol (like HTTPS).
 * @type undefined
 *
 * @name $.cookie
 * @cat Plugins/Cookie
 * @author Klaus Hartl/klaus.hartl@stilbuero.de
 */

/**
 * Get the value of a cookie with the given name.
 *
 * @example $.cookie('the_cookie');
 * @desc Get the value of a cookie.
 *
 * @param String name The name of the cookie.
 * @return The value of the cookie.
 * @type String
 *
 * @name $.cookie
 * @cat Plugins/Cookie
 * @author Klaus Hartl/klaus.hartl@stilbuero.de
 */
jQuery.cookie = function(name, value, options) {
    if (typeof value != 'undefined') { // name and value given, set cookie
        options = options || {};
        if (value === null) {
            value = '';
            options.expires = -1;
        }
        var expires = '';
        if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) {
            var date;
            if (typeof options.expires == 'number') {
                date = new Date();
                date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));
            } else {
                date = options.expires;
            }
            expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE
        }
        // CAUTION: Needed to parenthesize options.path and options.domain
        // in the following expressions, otherwise they evaluate to undefined
        // in the packed version for some reason...
        var path = options.path ? '; path=' + (options.path) : '';
        var domain = options.domain ? '; domain=' + (options.domain) : '';
        var secure = options.secure ? '; secure' : '';
        document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
    } else { // only name given, get cookie
        var cookieValue = null;
        if (document.cookie && document.cookie != '') {
            var cookies = document.cookie.split(';');
            for (var i = 0; i < cookies.length; i++) {
                var cookie = jQuery.trim(cookies[i]);
                // Does this cookie string begin with the name we want?
                if (cookie.substring(0, name.length + 1) == (name + '=')) {
                    cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
                    break;
                }
            }
        }
        return cookieValue;
    }
};

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

(function($) {

	var tmp, loading, overlay, wrap, outer, inner, close, nav_left, nav_right,

		selectedIndex = 0, selectedOpts = {}, selectedArray = [], currentIndex = 0, currentOpts = {}, currentArray = [],

		ajaxLoader = null, imgPreloader = new Image(), imgRegExp = /\.(jpg|gif|png|bmp|jpeg)(.*)?$/i, swfRegExp = /[^\.]\.(swf)\s*$/i,

		loadingTimer, loadingFrame = 1,

		start_pos, final_pos, busy = false, shadow = 20, fx = $.extend($('<div/>')[0], { prop: 0 }), titleh = 0, 

		isIE6 = !$.support.opacity && !window.XMLHttpRequest,

		/*
		 * Private methods 
		 */

		fancybox_abort = function() {
			loading.hide();

			imgPreloader.onerror = imgPreloader.onload = null;

			if (ajaxLoader) {
				ajaxLoader.abort();
			}

			tmp.empty();
		},

		fancybox_error = function() {
			$.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>', {
				'scrolling'		: 'no',
				'padding'		: 20,
				'transitionIn'	: 'none',
				'transitionOut'	: 'none'
			});
		},

		fancybox_get_viewport = function() {
			return [ $(window).width(), $(window).height(), $(document).scrollLeft(), $(document).scrollTop() ];
		},

		fancybox_get_zoom_to = function () {
			var view	= fancybox_get_viewport(),
				to		= {},

				margin = currentOpts.margin,
				resize = currentOpts.autoScale,

				horizontal_space	= (shadow + margin) * 2,
				vertical_space		= (shadow + margin) * 2,
				double_padding		= (currentOpts.padding * 2),
				
				ratio;

			if (currentOpts.width.toString().indexOf('%') > -1) {
				to.width = ((view[0] * parseFloat(currentOpts.width)) / 100) - (shadow * 2) ;
				resize = false;

			} else {
				to.width = currentOpts.width + double_padding;
			}

			if (currentOpts.height.toString().indexOf('%') > -1) {
				to.height = ((view[1] * parseFloat(currentOpts.height)) / 100) - (shadow * 2);
				resize = false;

			} else {
				to.height = currentOpts.height + double_padding;
			}

			if (resize && (to.width > (view[0] - horizontal_space) || to.height > (view[1] - vertical_space))) {
				if (selectedOpts.type == 'image' || selectedOpts.type == 'swf') {
					horizontal_space	+= double_padding;
					vertical_space		+= double_padding;

					ratio = Math.min(Math.min( view[0] - horizontal_space, currentOpts.width) / currentOpts.width, Math.min( view[1] - vertical_space, currentOpts.height) / currentOpts.height);

					to.width	= Math.round(ratio * (to.width	- double_padding)) + double_padding;
					to.height	= Math.round(ratio * (to.height	- double_padding)) + double_padding;

				} else {
					to.width	= Math.min(to.width,	(view[0] - horizontal_space));
					to.height	= Math.min(to.height,	(view[1] - vertical_space));
				}
			}

			to.top	= view[3] + ((view[1] - (to.height	+ (shadow * 2 ))) * 0.5);
			to.left	= view[2] + ((view[0] - (to.width	+ (shadow * 2 ))) * 0.5);

			if (currentOpts.autoScale === false) {
				to.top	= Math.max(view[3] + margin, to.top);
				to.left	= Math.max(view[2] + margin, to.left);
			}

			return to;
		},

		fancybox_format_title = function(title) {
			if (title && title.length) {
				switch (currentOpts.titlePosition) {
					case 'inside':
						return title;
					case 'over':
						return '<span id="fancybox-title-over">' + title + '</span>';
					default:
						return '<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">' + title + '</span><span id="fancybox-title-right"></span></span>';
				}
			}

			return false;
		},

		fancybox_process_title = function() {
			var title	= currentOpts.title,
				width	= final_pos.width - (currentOpts.padding * 2),
				titlec	= 'fancybox-title-' + currentOpts.titlePosition;
				
			$('#fancybox-title').remove();

			titleh = 0;

			if (currentOpts.titleShow === false) {
				return;
			}

			title = $.isFunction(currentOpts.titleFormat) ? currentOpts.titleFormat(title, currentArray, currentIndex, currentOpts) : fancybox_format_title(title);

			if (!title || title === '') {
				return;
			}

			$('<div id="fancybox-title" class="' + titlec + '" />').css({
				'width'			: width,
				'paddingLeft'	: currentOpts.padding,
				'paddingRight'	: currentOpts.padding
			}).html(title).appendTo('body');

			switch (currentOpts.titlePosition) {
				case 'inside':
					titleh = $("#fancybox-title").outerHeight(true) - currentOpts.padding;
					final_pos.height += titleh;
				break;

				case 'over':
					$('#fancybox-title').css('bottom', currentOpts.padding);
				break;

				default:
					$('#fancybox-title').css('bottom', $("#fancybox-title").outerHeight(true) * -1);
				break;
			}

			$('#fancybox-title').appendTo( outer ).hide();
		},

		fancybox_set_navigation = function() {
			$(document).unbind('keydown.fb').bind('keydown.fb', function(e) {
				if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
					e.preventDefault();
					$.fancybox.close();

				} else if (e.keyCode == 37) {
					e.preventDefault();
					$.fancybox.prev();

				} else if (e.keyCode == 39) {
					e.preventDefault();
					$.fancybox.next();
				}
			});

			if ($.fn.mousewheel) {
				wrap.unbind('mousewheel.fb');

				if (currentArray.length > 1) {
					wrap.bind('mousewheel.fb', function(e, delta) {
						e.preventDefault();

						if (busy || delta === 0) {
							return;
						}

						if (delta > 0) {
							$.fancybox.prev();
						} else {
							$.fancybox.next();
						}
					});
				}
			}

			if (!currentOpts.showNavArrows) { return; }

			if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex !== 0) {
				nav_left.show();
			}

			if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex != (currentArray.length -1)) {
				nav_right.show();
			}
		},

		fancybox_preload_images = function() {
			var href, 
				objNext;
				
			if ((currentArray.length -1) > currentIndex) {
				href = currentArray[ currentIndex + 1 ].href;

				if (typeof href !== 'undefined' && href.match(imgRegExp)) {
					objNext = new Image();
					objNext.src = href;
				}
			}

			if (currentIndex > 0) {
				href = currentArray[ currentIndex - 1 ].href;

				if (typeof href !== 'undefined' && href.match(imgRegExp)) {
					objNext = new Image();
					objNext.src = href;
				}
			}
		},

		_finish = function () {
			inner.css('overflow', (currentOpts.scrolling == 'auto' ? (currentOpts.type == 'image' || currentOpts.type == 'iframe' || currentOpts.type == 'swf' ? 'hidden' : 'auto') : (currentOpts.scrolling == 'yes' ? 'auto' : 'visible')));

			if (!$.support.opacity) {
				inner.get(0).style.removeAttribute('filter');
				wrap.get(0).style.removeAttribute('filter');
			}

			$('#fancybox-title').show();

			if (currentOpts.hideOnContentClick)	{
				inner.one('click', $.fancybox.close);
			}
			if (currentOpts.hideOnOverlayClick)	{
				overlay.one('click', $.fancybox.close);
			}

			if (currentOpts.showCloseButton) {
				close.show();
			}

			fancybox_set_navigation();

			$(window).bind("resize.fb", $.fancybox.center);

			if (currentOpts.centerOnScroll) {
				$(window).bind("scroll.fb", $.fancybox.center);
			} else {
				$(window).unbind("scroll.fb");
			}

			if ($.isFunction(currentOpts.onComplete)) {
				currentOpts.onComplete(currentArray, currentIndex, currentOpts);
			}

			busy = false;

			fancybox_preload_images();
		},

		fancybox_draw = function(pos) {
			var width	= Math.round(start_pos.width	+ (final_pos.width	- start_pos.width)	* pos),
				height	= Math.round(start_pos.height	+ (final_pos.height	- start_pos.height)	* pos),

				top		= Math.round(start_pos.top	+ (final_pos.top	- start_pos.top)	* pos),
				left	= Math.round(start_pos.left	+ (final_pos.left	- start_pos.left)	* pos);

			wrap.css({
				'width'		: width		+ 'px',
				'height'	: height	+ 'px',
				'top'		: top		+ 'px',
				'left'		: left		+ 'px'
			});

			width	= Math.max(width - currentOpts.padding * 2, 0);
			height	= Math.max(height - (currentOpts.padding * 2 + (titleh * pos)), 0);

			inner.css({
				'width'		: width		+ 'px',
				'height'	: height	+ 'px'
			});

			if (typeof final_pos.opacity !== 'undefined') {
				wrap.css('opacity', (pos < 0.5 ? 0.5 : pos));
			}
		},

		fancybox_get_obj_pos = function(obj) {
			var pos		= obj.offset();

			pos.top		+= parseFloat( obj.css('paddingTop') )	|| 0;
			pos.left	+= parseFloat( obj.css('paddingLeft') )	|| 0;

			pos.top		+= parseFloat( obj.css('border-top-width') )	|| 0;
			pos.left	+= parseFloat( obj.css('border-left-width') )	|| 0;

			pos.width	= obj.width();
			pos.height	= obj.height();

			return pos;
		},

		fancybox_get_zoom_from = function() {
			var orig = selectedOpts.orig ? $(selectedOpts.orig) : false,
				from = {},
				pos,
				view;

			if (orig && orig.length) {
				pos = fancybox_get_obj_pos(orig);

				from = {
					width	: (pos.width	+ (currentOpts.padding * 2)),
					height	: (pos.height	+ (currentOpts.padding * 2)),
					top		: (pos.top		- currentOpts.padding - shadow),
					left	: (pos.left		- currentOpts.padding - shadow)
				};
				
			} else {
				view = fancybox_get_viewport();

				from = {
					width	: 1,
					height	: 1,
					top		: view[3] + view[1] * 0.5,
					left	: view[2] + view[0] * 0.5
				};
			}

			return from;
		},

		fancybox_show = function() {
			loading.hide();

			if (wrap.is(":visible") && $.isFunction(currentOpts.onCleanup)) {
				if (currentOpts.onCleanup(currentArray, currentIndex, currentOpts) === false) {
					$.event.trigger('fancybox-cancel');

					busy = false;
					return;
				}
			}

			currentArray	= selectedArray;
			currentIndex	= selectedIndex;
			currentOpts		= selectedOpts;

			inner.get(0).scrollTop	= 0;
			inner.get(0).scrollLeft	= 0;

			if (currentOpts.overlayShow) {
				if (isIE6) {
					$('select:not(#fancybox-tmp select)').filter(function() {
						return this.style.visibility !== 'hidden';
					}).css({'visibility':'hidden'}).one('fancybox-cleanup', function() {
						this.style.visibility = 'inherit';
					});
				}

				overlay.css({
					'background-color'	: currentOpts.overlayColor,
					'opacity'			: currentOpts.overlayOpacity
				}).unbind().show();
			}

			final_pos = fancybox_get_zoom_to();

			fancybox_process_title();

			if (wrap.is(":visible")) {
				$( close.add( nav_left ).add( nav_right ) ).hide();

				var pos = wrap.position(),
					equal;

				start_pos = {
					top		:	pos.top ,
					left	:	pos.left,
					width	:	wrap.width(),
					height	:	wrap.height()
				};

				equal = (start_pos.width == final_pos.width && start_pos.height == final_pos.height);

				inner.fadeOut(currentOpts.changeFade, function() {
					var finish_resizing = function() {
						inner.html( tmp.contents() ).fadeIn(currentOpts.changeFade, _finish);
					};
					
					$.event.trigger('fancybox-change');

					inner.empty().css('overflow', 'hidden');

					if (equal) {
						inner.css({
							top			: currentOpts.padding,
							left		: currentOpts.padding,
							width		: Math.max(final_pos.width	- (currentOpts.padding * 2), 1),
							height		: Math.max(final_pos.height	- (currentOpts.padding * 2) - titleh, 1)
						});
						
						finish_resizing();

					} else {
						inner.css({
							top			: currentOpts.padding,
							left		: currentOpts.padding,
							width		: Math.max(start_pos.width	- (currentOpts.padding * 2), 1),
							height		: Math.max(start_pos.height	- (currentOpts.padding * 2), 1)
						});
						
						fx.prop = 0;

						$(fx).animate({ prop: 1 }, {
							 duration	: currentOpts.changeSpeed,
							 easing		: currentOpts.easingChange,
							 step		: fancybox_draw,
							 complete	: finish_resizing
						});
					}
				});

				return;
			}

			wrap.css('opacity', 1);

			if (currentOpts.transitionIn == 'elastic') {
				start_pos = fancybox_get_zoom_from();

				inner.css({
						top			: currentOpts.padding,
						left		: currentOpts.padding,
						width		: Math.max(start_pos.width	- (currentOpts.padding * 2), 1),
						height		: Math.max(start_pos.height	- (currentOpts.padding * 2), 1)
					})
					.html( tmp.contents() );

				wrap.css(start_pos).show();

				if (currentOpts.opacity) {
					final_pos.opacity = 0;
				}

				fx.prop = 0;

				$(fx).animate({ prop: 1 }, {
					 duration	: currentOpts.speedIn,
					 easing		: currentOpts.easingIn,
					 step		: fancybox_draw,
					 complete	: _finish
				});

			} else {
				inner.css({
						top			: currentOpts.padding,
						left		: currentOpts.padding,
						width		: Math.max(final_pos.width	- (currentOpts.padding * 2), 1),
						height		: Math.max(final_pos.height	- (currentOpts.padding * 2) - titleh, 1)
					})
					.html( tmp.contents() );

				wrap.css( final_pos ).fadeIn( currentOpts.transitionIn == 'none' ? 0 : currentOpts.speedIn, _finish );
			}
		},

		fancybox_process_inline = function() {
			tmp.width(	selectedOpts.width );
			tmp.height(	selectedOpts.height );

			if (selectedOpts.width	== 'auto') {
				selectedOpts.width = tmp.width();
			}
			if (selectedOpts.height	== 'auto') {
				selectedOpts.height	= tmp.height();
			}

			fancybox_show();
		},
		
		fancybox_process_image = function() {
			busy = true;

			selectedOpts.width	= imgPreloader.width;
			selectedOpts.height	= imgPreloader.height;

			$("<img />").attr({
				'id'	: 'fancybox-img',
				'src'	: imgPreloader.src,
				'alt'	: selectedOpts.title
			}).appendTo( tmp );

			fancybox_show();
		},

		fancybox_start = function() {
			fancybox_abort();

			var obj	= selectedArray[ selectedIndex ],
				href, 
				type, 
				title,
				str,
				emb,
				selector,
				data;

			selectedOpts = $.extend({}, $.fn.fancybox.defaults, (typeof $(obj).data('fancybox') == 'undefined' ? selectedOpts : $(obj).data('fancybox')));
			title = obj.title || $(obj).title || selectedOpts.title || '';
			
			if (obj.nodeName && !selectedOpts.orig) {
				selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj);
			}

			if (title === '' && selectedOpts.orig) {
				title = selectedOpts.orig.attr('alt');
			}

			if (obj.nodeName && (/^(?:javascript|#)/i).test(obj.href)) {
				href = selectedOpts.href || null;
			} else {
				href = selectedOpts.href || obj.href || null;
			}

			if (selectedOpts.type) {
				type = selectedOpts.type;

				if (!href) {
					href = selectedOpts.content;
				}
				
			} else if (selectedOpts.content) {
				type	= 'html';

			} else if (href) {
				if (href.match(imgRegExp)) {
					type = 'image';

				} else if (href.match(swfRegExp)) {
					type = 'swf';

				} else if ($(obj).hasClass("iframe")) {
					type = 'iframe';

				} else if (href.match(/#/)) {
					obj = href.substr(href.indexOf("#"));

					type = $(obj).length > 0 ? 'inline' : 'ajax';
				} else {
					type = 'ajax';
				}
			} else {
				type = 'inline';
			}

			selectedOpts.type	= type;
			selectedOpts.href	= href;
			selectedOpts.title	= title;

			if (selectedOpts.autoDimensions && selectedOpts.type !== 'iframe' && selectedOpts.type !== 'swf') {
				selectedOpts.width		= 'auto';
				selectedOpts.height		= 'auto';
			}

			if (selectedOpts.modal) {
				selectedOpts.overlayShow		= true;
				selectedOpts.hideOnOverlayClick	= false;
				selectedOpts.hideOnContentClick	= false;
				selectedOpts.enableEscapeButton	= false;
				selectedOpts.showCloseButton	= false;
			}

			if ($.isFunction(selectedOpts.onStart)) {
				if (selectedOpts.onStart(selectedArray, selectedIndex, selectedOpts) === false) {
					busy = false;
					return;
				}
			}

			tmp.css('padding', (shadow + selectedOpts.padding + selectedOpts.margin));

			$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change', function() {
				$(this).replaceWith(inner.children());
			});

			switch (type) {
				case 'html' :
					tmp.html( selectedOpts.content );
					fancybox_process_inline();
				break;

				case 'inline' :
					$('<div class="fancybox-inline-tmp" />').hide().insertBefore( $(obj) ).bind('fancybox-cleanup', function() {
						$(this).replaceWith(inner.children());
					}).bind('fancybox-cancel', function() {
						$(this).replaceWith(tmp.children());
					});

					$(obj).appendTo(tmp);

					fancybox_process_inline();
				break;

				case 'image':
					busy = false;

					$.fancybox.showActivity();

					imgPreloader = new Image();

					imgPreloader.onerror = function() {
						fancybox_error();
					};

					imgPreloader.onload = function() {
						imgPreloader.onerror = null;
						imgPreloader.onload = null;
						fancybox_process_image();
					};

					imgPreloader.src = href;
		
				break;

				case 'swf':
					str = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + selectedOpts.width + '" height="' + selectedOpts.height + '"><param name="movie" value="' + href + '"></param>';
					emb = '';
					
					$.each(selectedOpts.swf, function(name, val) {
						str += '<param name="' + name + '" value="' + val + '"></param>';
						emb += ' ' + name + '="' + val + '"';
					});

					str += '<embed src="' + href + '" type="application/x-shockwave-flash" width="' + selectedOpts.width + '" height="' + selectedOpts.height + '"' + emb + '></embed></object>';

					tmp.html(str);

					fancybox_process_inline();
				break;

				case 'ajax':
					selector	= href.split('#', 2);
					data		= selectedOpts.ajax.data || {};

					if (selector.length > 1) {
						href = selector[0];

						if (typeof data == "string") {
							data += '&selector=' + selector[1];
						} else {
							data.selector = selector[1];
						}
					}

					busy = false;
					$.fancybox.showActivity();

					ajaxLoader = $.ajax($.extend(selectedOpts.ajax, {
						url		: href,
						data	: data,
						error	: fancybox_error,
						success : function(data, textStatus, XMLHttpRequest) {
							if (ajaxLoader.status == 200) {
								tmp.html( data );
								fancybox_process_inline();
							}
						}
					}));

				break;

				case 'iframe' :
					$('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '" frameborder="0" hspace="0" scrolling="' + selectedOpts.scrolling + '" src="' + selectedOpts.href + '"></iframe>').appendTo(tmp);
					fancybox_show();
				break;
			}
		},

		fancybox_animate_loading = function() {
			if (!loading.is(':visible')){
				clearInterval(loadingTimer);
				return;
			}

			$('div', loading).css('top', (loadingFrame * -40) + 'px');

			loadingFrame = (loadingFrame + 1) % 12;
		},

		fancybox_init = function() {
			if ($("#fancybox-wrap").length) {
				return;
			}

			$('body').append(
				tmp			= $('<div id="fancybox-tmp"></div>'),
				loading		= $('<div id="fancybox-loading"><div></div></div>'),
				overlay		= $('<div id="fancybox-overlay"></div>'),
				wrap		= $('<div id="fancybox-wrap"></div>')
			);

			if (!$.support.opacity) {
				wrap.addClass('fancybox-ie');
				loading.addClass('fancybox-ie');
			}

			outer = $('<div id="fancybox-outer"></div>')
				.append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>')
				.appendTo( wrap );

			outer.append(
				inner		= $('<div id="fancybox-inner"></div>'),
				close		= $('<a id="fancybox-close"></a>'),

				nav_left	= $('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),
				nav_right	= $('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>')
			);

			close.click($.fancybox.close);
			loading.click($.fancybox.cancel);

			nav_left.click(function(e) {
				e.preventDefault();
				$.fancybox.prev();
			});

			nav_right.click(function(e) {
				e.preventDefault();
				$.fancybox.next();
			});

			if (isIE6) {
				overlay.get(0).style.setExpression('height',	"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");
				loading.get(0).style.setExpression('top',		"(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");

				outer.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>');
			}
		};

	/*
	 * Public methods 
	 */

	$.fn.fancybox = function(options) {
		$(this)
			.data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {})))
			.unbind('click.fb').bind('click.fb', function(e) {
				e.preventDefault();

				if (busy) {
					return;
				}

				busy = true;

				$(this).blur();

				selectedArray	= [];
				selectedIndex	= 0;

				var rel = $(this).attr('rel') || '';

				if (!rel || rel == '' || rel === 'nofollow') {
					selectedArray.push(this);

				} else {
					selectedArray	= $("a[rel=" + rel + "], area[rel=" + rel + "]");
					selectedIndex	= selectedArray.index( this );
				}

				fancybox_start();

				return false;
			});

		return this;
	};

	$.fancybox = function(obj) {
		if (busy) {
			return;
		}

		busy = true;

		var opts = typeof arguments[1] !== 'undefined' ? arguments[1] : {};

		selectedArray	= [];
		selectedIndex	= opts.index || 0;

		if ($.isArray(obj)) {
			for (var i = 0, j = obj.length; i < j; i++) {
				if (typeof obj[i] == 'object') {
					$(obj[i]).data('fancybox', $.extend({}, opts, obj[i]));
				} else {
					obj[i] = $({}).data('fancybox', $.extend({content : obj[i]}, opts));
				}
			}

			selectedArray = jQuery.merge(selectedArray, obj);

		} else {
			if (typeof obj == 'object') {
				$(obj).data('fancybox', $.extend({}, opts, obj));
			} else {
				obj = $({}).data('fancybox', $.extend({content : obj}, opts));
			}

			selectedArray.push(obj);
		}

		if (selectedIndex > selectedArray.length || selectedIndex < 0) {
			selectedIndex = 0;
		}

		fancybox_start();
	};

	$.fancybox.showActivity = function() {
		clearInterval(loadingTimer);

		loading.show();
		loadingTimer = setInterval(fancybox_animate_loading, 66);
	};

	$.fancybox.hideActivity = function() {
		loading.hide();
	};

	$.fancybox.next = function() {
		return $.fancybox.pos( currentIndex + 1);
	};
	
	$.fancybox.prev = function() {
		return $.fancybox.pos( currentIndex - 1);
	};

	$.fancybox.pos = function(pos) {
		if (busy) {
			return;
		}

		pos = parseInt(pos, 10);

		if (pos > -1 && currentArray.length > pos) {
			selectedIndex = pos;
			fancybox_start();
		}

		if (currentOpts.cyclic && currentArray.length > 1 && pos < 0) {
			selectedIndex = currentArray.length - 1;
			fancybox_start();
		}

		if (currentOpts.cyclic && currentArray.length > 1 && pos >= currentArray.length) {
			selectedIndex = 0;
			fancybox_start();
		}

		return;
	};

	$.fancybox.cancel = function() {
		if (busy) {
			return;
		}

		busy = true;

		$.event.trigger('fancybox-cancel');

		fancybox_abort();

		if (selectedOpts && $.isFunction(selectedOpts.onCancel)) {
			selectedOpts.onCancel(selectedArray, selectedIndex, selectedOpts);
		}

		busy = false;
	};

	// Note: within an iframe use - parent.$.fancybox.close();
	$.fancybox.close = function() {
		if (busy || wrap.is(':hidden')) {
			return;
		}

		busy = true;

		if (currentOpts && $.isFunction(currentOpts.onCleanup)) {
			if (currentOpts.onCleanup(currentArray, currentIndex, currentOpts) === false) {
				busy = false;
				return;
			}
		}

		fancybox_abort();

		$(close.add( nav_left ).add( nav_right )).hide();

		$('#fancybox-title').remove();

		wrap.add(inner).add(overlay).unbind();

		$(window).unbind("resize.fb scroll.fb");
		$(document).unbind('keydown.fb');

		function _cleanup() {
			overlay.fadeOut('fast');

			wrap.hide();

			$.event.trigger('fancybox-cleanup');

			inner.empty();

			if ($.isFunction(currentOpts.onClosed)) {
				currentOpts.onClosed(currentArray, currentIndex, currentOpts);
			}

			currentArray	= selectedOpts	= [];
			currentIndex	= selectedIndex	= 0;
			currentOpts		= selectedOpts	= {};

			busy = false;
		}

		inner.css('overflow', 'hidden');

		if (currentOpts.transitionOut == 'elastic') {
			start_pos = fancybox_get_zoom_from();

			var pos = wrap.position();

			final_pos = {
				top		:	pos.top ,
				left	:	pos.left,
				width	:	wrap.width(),
				height	:	wrap.height()
			};

			if (currentOpts.opacity) {
				final_pos.opacity = 1;
			}

			fx.prop = 1;

			$(fx).animate({ prop: 0 }, {
				 duration	: currentOpts.speedOut,
				 easing		: currentOpts.easingOut,
				 step		: fancybox_draw,
				 complete	: _cleanup
			});

		} else {
			wrap.fadeOut( currentOpts.transitionOut == 'none' ? 0 : currentOpts.speedOut, _cleanup);
		}
	};

	$.fancybox.resize = function() {
		var c, h;
		
		if (busy || wrap.is(':hidden')) {
			return;
		}

		busy = true;

		c = inner.wrapInner("<div style='overflow:auto'></div>").children();
		h = c.height();

		wrap.css({height:	h + (currentOpts.padding * 2) + titleh});
		inner.css({height:	h});

		c.replaceWith(c.children());

		$.fancybox.center();
	};

	$.fancybox.center = function() {
		busy = true;

		var view	= fancybox_get_viewport(),
			margin	= currentOpts.margin,
			to		= {};

		to.top	= view[3] + ((view[1] - ((wrap.height() - titleh) + (shadow * 2 ))) * 0.5);
		to.left	= view[2] + ((view[0] - (wrap.width() + (shadow * 2 ))) * 0.5);

		to.top	= Math.max(view[3] + margin, to.top);
		to.left	= Math.max(view[2] + margin, to.left);

		wrap.css(to);

		busy = false;
	};

	$.fn.fancybox.defaults = {
		padding				:	10,
		margin				:	20,
		opacity				:	false,
		modal				:	false,
		cyclic				:	false,
		scrolling			:	'auto',	// 'auto', 'yes' or 'no'

		width				:	560,
		height				:	340,

		autoScale			:	true,
		autoDimensions		:	true,
		centerOnScroll		:	false,

		ajax				:	{},
		swf					:	{ wmode: 'transparent' },

		hideOnOverlayClick	:	true,
		hideOnContentClick	:	false,

		overlayShow			:	true,
		overlayOpacity		:	0.7,
		overlayColor		:	'#000',

		titleShow			:	true,
		titlePosition		:	'outside',	// 'outside', 'inside' or 'over'
		titleFormat			:	null,

		transitionIn		:	'fade',	// 'elastic', 'fade' or 'none'
		transitionOut		:	'fade',	// 'elastic', 'fade' or 'none'

		speedIn				:	300,
		speedOut			:	300,

		changeSpeed			:	300,
		changeFade			:	'fast',

		easingIn			:	'swing',
		easingOut			:	'swing',

		showCloseButton		:	true,
		showNavArrows		:	true,
		enableEscapeButton	:	true,

		onStart				:	null,
		onCancel			:	null,
		onComplete			:	null,
		onCleanup			:	null,
		onClosed			:	null
	};

	$(document).ready(function() {
		fancybox_init();
	});

})(jQuery);


$j = jQuery.noConflict();
$j(document).ready(function () {   
	// Apply fancybox on all images
	$j("a[href$='gif']").fancybox();
	$j("a[href$='jpg']").fancybox();
	$j("a[href$='png']").fancybox();
	                     
    $j('#menu-main-navigation li').hover(function () {
        $j(this).find('ul:first').css({'visibility': 'visible', 'display': 'none'}).slideDown('fast');
    }, function () {
        $j(this).find('ul:first').css({visibility: 'hidden'});
    });
    
    $j('li.comment').each(function () {
		var reply = $j(this).find('.reply:first');
		$j(this).remove('.reply:first');
		$j(this).find('.vcard:first').prepend(reply);
	});	
    
    $j('#commentform p').each(function () {
        var inputBox = $j(this).find('input');
		$j(this).remove('input');        
        $j(this).prepend(inputBox)
    });
    
    cancelReply = $j('#cancel-comment-reply-link');
	$j('#cancel-comment-reply-link').remove();
	$j('#respond').prepend(cancelReply);

    $j('li.comment div.first').hover(function () {
        $j(this).find('.reply:first').show();
    }, function () {
        $j(this).find('.reply:first').hide();
    });        


    var firstItem = $j('.main-menu').find('li:first');
    if (firstItem.find('strong').length == 0) {        
        var content = firstItem.find('a').text();
        firstItem.find('a').html('<strong>' + content + '</strong>');
    }
    
    $j('.footer-wrap .menu li').each(function (index) {
        $j(this).append('<span class="sep">|</span>');    
    });

    $j('div.footer .rightlnk .sep:last').css({'display': 'none'});
    
    //InitSliderNivo();
    
    InitSliderKwicks();
    
    InitCufon();
});

$j(window).load(function() {
	InitSliderNivo();
});

function InitCufon() {

    // Font replacement
    Cufon.replace('.logo .title', { fontFamily: 'Zurich Cn BT' }); 
    Cufon.replace('.main-menu li strong', { fontFamily: 'Zurich Cn BT', textShadow: '#333333 -1px -2px' }); 

    Cufon.replace('h1', { fontFamily: 'Zurich Cn BT' }); 
    Cufon.replace('h2', { fontFamily: 'Zurich Cn BT' }); 
    Cufon.replace('h3', { fontFamily: 'Zurich Cn BT' }); 
    Cufon.replace('h4', { fontFamily: 'Zurich Cn BT' });

    Cufon.replace('h1 .thin', { fontFamily: 'Zurich LtCn BT' }); 
    Cufon.replace('h2 .thin', { fontFamily: 'Zurich LtCn BT' }); 
    Cufon.replace('h3 .thin', { fontFamily: 'Zurich LtCn BT' }); 
    Cufon.replace('h4 .thin', { fontFamily: 'Zurich LtCn BT' });

    Cufon.replace('.stamp strong', { fontFamily: 'Zurich Cn BT' }); 
    Cufon.replace('.stamp.gold strong', { textShadow: '#584324 -1px -2px' }); 
    Cufon.replace('.stamp.blue strong', { textShadow: '#32B6D9 -1px -2px' }); 

    Cufon.replace('.bigbut .title', { fontFamily: 'Zurich Cn BT', textShadow: '#333333 -1px -2px'});
    Cufon.replace('.bigbut.blue .title', { textShadow: '#32B6D9 -1px -2px' }); 
    Cufon.replace('.bigbut.purple .title', { textShadow: '#AC5F92 -1px -2px' });
    
    Cufon.replace('.portfolio-website .website-name', { fontFamily: 'Zurich Cn BT' }); 

}

function InitSliderNivo() {
	$j('#slider-nivo .slides').nivoSlider({
		effect:'random', //Specify sets like: 'fold,fade,sliceDown'
		slices:15,
		animSpeed:500, //Slide transition speed
		pauseTime:3000,
		startSlide:0, //Set starting Slide (0 index)
		directionNav:false, //Next & Prev
		directionNavHide:true, //Only show on hover
		controlNav:true, //1,2,3...
		controlNavThumbs:false, //Use thumbnails for Control Nav
        controlNavThumbsFromRel:false, //Use image rel for thumbs
		controlNavThumbsSearch: '.jpg', //Replace this with...
		controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
		keyboardNav:true, //Use left & right arrows
		pauseOnHover:true, //Stop animation while hovering
		manualAdvance:false, //Force manual transitions
		captionOpacity:1, //Universal caption opacity
		beforeChange: function(){    
        },
		afterChange: function(){
        },
		slideshowEnd: function(){} //Triggers after all slides have been shown
	});
}

function InitSliderKwicks() {
    $j('#slider-kwicks ul').kwicks({
            max: 800,
            spacing: 0,
			duration: 1000
    });
    $j('#slider-kwicks  li').hover(function () {
            $j('#slider-kwicks ul li').not($j(this)).find('img').stop().show()
            $j('#slider-kwicks ul li').not($j(this)).find('.kwicks-caption').stop().hide();
        },
        function (){
            $j('#slider-kwicks ul li').not($j(this)).find('img').stop().fadeTo('slow', 1);
            $j('#slider-kwicks ul li').not($j(this)).find('.kwicks-caption').stop().show();
    });    
}



$j(document).ready(function () {
   ChangeThemeVariant();
    
   SetStylesheet();
 
   ChangeStylesheet();
 
   FloatThemeBox ();   
});

function ChangeThemeVariant() {
        if ( $j.cookie('theme-variant') == 'light' ) {
            $j('body').removeClass('dark').addClass('light');
        }
        else if ( $j.cookie('theme-variant') == 'dark' ) {
            $j('body').removeClass('light').addClass('dark');
        }
        
        $j('#theme-light').click(function () { 
            $j('body').removeClass('dark').addClass('light'); 
            $j.cookie('theme-variant', 'light', { path: '/' });
            RefreshCufon ();
            return false; 
        });
        
        $j('#theme-dark').click(function () { 
            $j('body').removeClass('light').addClass('dark'); 
            $j.cookie('theme-variant', 'dark', { path: '/' });
            RefreshCufon ();
            return false;
        });
}

function SetStylesheet () {
    if ($j.cookie('stylesheet-color')) {
        $j('#stylesheet-color').attr('href', $j.cookie('stylesheet-color')); 
    }

    if ($j.cookie('stylesheet-bg')) {
        $j('#stylesheet-bg').attr('href', $j.cookie('stylesheet-bg')); 
    }
}

function ChangeStylesheet () {
    
    $j('#sections li a').click(function () {
        sectionName = $j(this).attr('rel');
       
        if ($j('.' + sectionName).is(':visible')) {
            $j('.' + sectionName).hide();
            $j('#page-wrap .homesection:visible:last').addClass('backgroundNone');
        }
        else {
            $j('.' + sectionName).show();
            $j('#page-wrap .homesection').prev('.backgroundNone').removeClass('backgroundNone');
            $j('#page-wrap .homesection:visible:last').addClass('backgroundNone');
        }
            
        return false;
    });
        
    $j('#theme-box a.not').click(function () {        
        /****************
         * Reset
         ****************/
        if ($j(this).attr('id') == 'theme-box-reset') {
            $j.cookie('stylesheet-color', null, { path: '/' });  
            $j.cookie('stylesheet-bg', null, { path: '/' });  
            $j.cookie('theme-variant', null, { path: '/' });  
            
            location.href=$j(this).attr('href');
        }
    
        return false;
    });

    $j('#theme-box a.link').click(function () {        
        /****************
         * Standard Link
         ****************/
        location.href = $j(this).attr('href');
        return false;
    });
    
    $j('#stylesheet-color-setter li a').click(function () {
        path = $j(this).attr('href');        
                
        $j('#stylesheet-color').attr('href', path);
        $j.cookie('stylesheet-color', path, { path: '/' });  

        RefreshCufon ();
                
        return false;
    });
    
    $j('#stylesheet-bg-setter li a').click(function () {
        path = $j(this).attr('href');
                        
        $j('#stylesheet-bg').attr('href', path);        
        $j.cookie('stylesheet-bg', path, { path: '/' });  

        RefreshCufon ();        
        
        return false;
    });
} 

function RefreshCufon () {
    Cufon.refresh('.logo .title');

    Cufon.refresh('h1');    
    Cufon.refresh('h2');
    Cufon.refresh('h3');

    Cufon.refresh('h1 .thin');    
    Cufon.refresh('h2 .thin');
    Cufon.refresh('h3 .thin');   
}

function FloatThemeBox () {
    if ($j.cookie('themebox-status') == 'closed') {
        $j('#theme-box').css({'left': '-116px'});
        $j('#theme-box-closer').removeClass('opened').addClass('closed');       
    }
    
    $j('#theme-box-closer').click(function () {
        if ($j(this).hasClass('opened')) {
            $j('#theme-box').animate({
                'left': '-116px'
            }, 500, function () {
                $j('#theme-box-closer').removeClass('opened').addClass('closed');       
                $j.cookie('themebox-status', 'closed', { path: '/' });
            });
        }
        
        if ($j(this).hasClass('closed')) {
            $j('#theme-box').animate({
                'left': '-0px'
            }, 500, function () {
                $j('#theme-box-closer').removeClass('closed').addClass('opened');       
                $j.cookie('themebox-status', 'opened', { path: '/' });
            });
        }        
    });
    
    var name = '#theme-box';  
    var menuYloc = null; 
    if ($j(name).length) {
        menuYloc = parseInt($j(name).css('top').substring(0,$j(name).css('top').indexOf('px')))      
        $j(window).scroll(function () {
            var offset = menuYloc + $j(document).scrollTop() + 'px';  
            $j(name).animate({top:offset},{duration:500,queue:false});          
        });
    }
}



/* <![CDATA[ */
var shutterSettings = {
	msgLoading: "L O A D I N G",
	msgClose: "Click to Close",
	imageCount: "1"
};
/* ]]> */


/*
Shutter Reloaded for NextGEN Gallery
http://www.laptoptips.ca/javascripts/shutter-reloaded/
Version: 1.3.1
Copyright (C) 2007-2008  Andrew Ozz
Released under the GPL, http://www.gnu.org/copyleft/gpl.html

Acknowledgement: some ideas are from: Shutter by Andrew Sutherland - http://code.jalenack.com, WordPress - http://wordpress.org, Lightbox by Lokesh Dhakar - http://www.huddletogether.com, the icons are from Crystal Project Icons, Everaldo Coelho, http://www.everaldo.com

*/

shutterOnload = function(){shutterReloaded.init('sh');}

if (typeof shutterOnload == 'function') {
	if ('undefined' != typeof jQuery) jQuery(document).ready(function(){shutterOnload();});
	else if( typeof window.onload != 'function' ) window.onload = shutterOnload;
	else {oldonld = window.onload;window.onload = function(){if(oldonld){oldonld();};shutterOnload();}};
}

shutterReloaded = {

	I : function (a) {
		return document.getElementById(a);
	},

	settings : function() {
		var t = this, s = shutterSettings;

		t.imageCount = s.imageCount || 0;
		t.msgLoading = s.msgLoading || 'L O A D I N G';
		t.msgClose = s.msgClose || 'Click to Close';
	},

	init : function (a) {
		var t = this, L, T, ext, i, m, setid, inset, shfile, shMenuPre, k, img;
		shutterLinks = {}, shutterSets = {};
		if ( 'object' != typeof shutterSettings ) shutterSettings = {};

		for ( i = 0; i < document.links.length; i++ ) {
			L = document.links[i];
			ext = ( L.href.indexOf('?') == -1 ) ? L.href.slice(-4).toLowerCase() : L.href.substring( 0, L.href.indexOf('?') ).slice(-4).toLowerCase();
			if ( ext != '.jpg' && ext != '.png' && ext != '.gif' && ext != 'jpeg' ) continue;
			if ( a == 'sh' && L.className.toLowerCase().indexOf('shutter') == -1 ) continue;
			if ( a == 'lb' && L.rel.toLowerCase().indexOf('lightbox') == -1 ) continue;

			if ( L.className.toLowerCase().indexOf('shutterset') != -1 )
			setid = L.className.replace(/\s/g, '_');			
			else if ( L.rel.toLowerCase().indexOf('lightbox[') != -1 )
			setid = L.rel.replace(/\s/g, '_');
			else setid = 0, inset = -1;
			
			if( setid ) {
				if ( ! shutterSets[setid] ) shutterSets[setid] = [];
					inset = shutterSets[setid].push(i);
			}
			
			shfile = L.href.slice(L.href.lastIndexOf('/')+1);
			T = ( L.title && L.title != shfile ) ? L.title : '';
			
			shutterLinks[i] = {link:L.href,num:inset,set:setid,title:T}
			L.onclick = new Function('shutterReloaded.make("' + i + '");return false;');
		}

		t.settings();

	},

	make : function(ln,fs) {
		var t = this, prev, next, prevlink = '', nextlink = '', previmg, nextimg, D, S, W, fsarg = -1, imgNum, NavBar;

		if ( ! t.Top ) {
			if ( typeof window.pageYOffset != 'undefined' ) t.Top = window.pageYOffset;
			else t.Top = (document.documentElement.scrollTop > 0) ? document.documentElement.scrollTop : document.body.scrollTop;
		}

		if ( typeof t.pgHeight == 'undefined' )
			t.pgHeight = Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);

		if ( fs ) t.FS = ( fs > 0 ) ? 1 : 0;
		else t.FS = shutterSettings.FS || 0;

		if ( t.resizing ) t.resizing = null;
		window.onresize = new Function('shutterReloaded.resize("'+ln+'");');

		document.documentElement.style.overflowX = 'hidden';
		if ( ! t.VP ) {
			t._viewPort();
			t.VP = true;
		}

		if ( ! (S = t.I('shShutter')) ) {
			S = document.createElement('div');
			S.setAttribute('id','shShutter');
			document.getElementsByTagName('body')[0].appendChild(S);
			t.hideTags();
		}

		if ( ! (D = t.I('shDisplay')) ) {
			D = document.createElement('div');
			D.setAttribute('id','shDisplay');
			D.style.top = t.Top + 'px';
			document.getElementsByTagName('body')[0].appendChild(D);
		}

		S.style.height = t.pgHeight + 'px';

		var dv = t.textBtns ? ' | ' : '';
		if ( shutterLinks[ln].num > 1 ) {
			prev = shutterSets[shutterLinks[ln].set][shutterLinks[ln].num - 2];
			prevlink = '<a href="#" onclick="shutterReloaded.make('+prev+');return false">&lt;&lt;</a>'+dv;
			previmg = new Image();
			previmg.src = shutterLinks[prev].link;
		} else {
			prevlink = '';
		}

		if ( shutterLinks[ln].num != -1 && shutterLinks[ln].num < (shutterSets[shutterLinks[ln].set].length) ) {
			next = shutterSets[shutterLinks[ln].set][shutterLinks[ln].num];
			nextlink = '<a href="#" onclick="shutterReloaded.make('+next+');return false">&gt;&gt;</a>'+dv;
			nextimg = new Image();
			nextimg.src = shutterLinks[next].link;
		} else {
			nextlink = '';
		}

		imgNum = ( (shutterLinks[ln].num > 0) && t.imageCount ) ? '<div id="shCount">&nbsp;(&nbsp;' + shutterLinks[ln].num + '&nbsp;/&nbsp;' + shutterSets[shutterLinks[ln].set].length + '&nbsp;)&nbsp;</div>' : '';

		NavBar = '<div id="shTitle"><div id="shPrev">' + prevlink + '</div><div id="shNext">' + nextlink + '</div><div id="shName">' + shutterLinks[ln].title + '</div>' + imgNum + '</div>';

		D.innerHTML = '<div id="shWrap"><img src="" id="shTopImg" title="' + t.msgClose + '" onload="shutterReloaded.showImg();" onclick="shutterReloaded.hideShutter();" />' + NavBar +'</div>';
		
		//Google Chrome 4.0.249.78 bug for onload attribute
		document.getElementById('shTopImg').src = shutterLinks[ln].link;
		
		window.setTimeout(function(){shutterReloaded.loading();},2000);
	},

	loading : function() {
		var t = this, S, WB, W;
		if ( (W = t.I('shWrap')) && W.style.visibility == 'visible' ) return;
		if ( ! (S = t.I('shShutter')) ) return;
		if ( t.I('shWaitBar') ) return;
		WB = document.createElement('div');
		WB.setAttribute('id','shWaitBar');
		WB.style.top = t.Top + 'px';
		WB.innerHTML = t.msgLoading;
		S.appendChild(WB);
	},

	hideShutter : function() {
		var t = this, D, S;
		if ( D = t.I('shDisplay') ) D.parentNode.removeChild(D);
		if ( S = t.I('shShutter') ) S.parentNode.removeChild(S);
		t.hideTags(true);
		window.scrollTo(0,t.Top);
		window.onresize = t.FS = t.Top = t.VP = null;
		document.documentElement.style.overflowX = '';
	},

	resize : function(ln) {
		var t = this;

		if ( t.resizing ) return;
		if ( ! t.I('shShutter') ) return;
		var W = t.I('shWrap');
		if ( W ) W.style.visibility = 'hidden';

		window.setTimeout(function(){shutterReloaded.resizing = null},500);
		window.setTimeout(new Function('shutterReloaded.VP = null;shutterReloaded.make("'+ln+'");'),100);
		t.resizing = true;
	},

	_viewPort : function() {
		var t = this;
		var wiH = window.innerHeight ? window.innerHeight : 0;
		var dbH = document.body.clientHeight ? document.body.clientHeight : 0;
		var deH = document.documentElement ? document.documentElement.clientHeight : 0;

		if( wiH > 0 ) {
			t.wHeight = ( (wiH - dbH) > 1 && (wiH - dbH) < 30 ) ? dbH : wiH;
			t.wHeight = ( (t.wHeight - deH) > 1 && (t.wHeight - deH) < 30 ) ? deH : t.wHeight;
		} else t.wHeight = ( deH > 0 ) ? deH : dbH;

		var deW = document.documentElement ? document.documentElement.clientWidth : 0;
		var dbW = window.innerWidth ? window.innerWidth : document.body.clientWidth;
		t.wWidth = ( deW > 1 ) ? deW : dbW;
	},

	showImg : function() {
		var t = this, S = t.I('shShutter'), D = t.I('shDisplay'), TI = t.I('shTopImg'), T = t.I('shTitle'), NB = t.I('shNavBar'), W, WB, wHeight, wWidth, shHeight, maxHeight, itop, mtop, resized = 0;

		if ( ! S ) return;
		if ( (W = t.I('shWrap')) && W.style.visibility == 'visible' ) return;
		if ( WB = t.I('shWaitBar') ) WB.parentNode.removeChild(WB);

		S.style.width = D.style.width = '';
		T.style.width = (TI.width - 4) + 'px';

		shHeight = t.wHeight - 50;

		if ( t.FS ) {
			if ( TI.width > (t.wWidth - 10) )
			S.style.width = D.style.width = TI.width + 10 + 'px';
			document.documentElement.style.overflowX = '';
		} else {
			window.scrollTo(0,t.Top);
			if ( TI.height > shHeight ) {
				TI.width = TI.width * (shHeight / TI.height);
				TI.height = shHeight;
				resized = 1;
			}
			if ( TI.width > (t.wWidth - 16) ) {
				TI.height = TI.height * ((t.wWidth - 16) / TI.width);
				TI.width = t.wWidth - 16;
				resized = 1;
			}
			T.style.width = (TI.width - 4) + 'px';
		}

		maxHeight = t.Top + TI.height + 10;
		if ( maxHeight > t.pgHeight ) S.style.height = maxHeight + 'px';
		window.scrollTo(0,t.Top);

		itop = (shHeight - TI.height) * 0.45;
		mtop = (itop > 3) ? Math.floor(itop) : 3;
		D.style.top = t.Top + mtop + 'px';
		W.style.visibility = 'visible';
	},

	hideTags : function(arg) {
		var sel = document.getElementsByTagName('select');
		var obj = document.getElementsByTagName('object');
		var emb = document.getElementsByTagName('embed');
		var ifr = document.getElementsByTagName('iframe');

		var vis = ( arg ) ? 'visible' : 'hidden';

		for (i = 0; i < sel.length; i++) sel[i].style.visibility = vis;
		for (i = 0; i < obj.length; i++) obj[i].style.visibility = vis;
		for (i = 0; i < emb.length; i++) emb[i].style.visibility = vis;
		for (i = 0; i < ifr.length; i++) ifr[i].style.visibility = vis;
	}
}

/*	SWFObject v2.2 <http://code.google.com/p/swfobject/> 
	is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/
var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return !a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();

jQuery(document).ready(function(){jQuery('a').each(function(){var a=jQuery(this);var href=a.attr('href');if(href==undefined)
return;var url=href.replace('http://','').replace('https://','');var hrefArray=href.split('.').reverse();var extension=hrefArray[0].toLowerCase();var hrefArray=href.split('/').reverse();var domain=hrefArray[2];var downloadTracked=false;if(jQuery.inArray(extension,analyticsFileTypes)!=-1){downloadTracked=true;a.click(function(){if(analyticsEventTracking=='enabled'){_gaq.push(['_trackEvent','Downloads',extension.toUpperCase(),href]);}else
_gaq.push(['_trackPageview',analyticsDownloadsPrefix+url]);});}
if((href.match(/^http/))&&(!href.match(document.domain))&&(downloadTracked==false)){a.click(function(){if(analyticsEventTracking=='enabled'){_gaq.push(['_trackEvent','Outbound Traffic',href.match(/:\/\/(.[^/]+)/)[1],href]);}else
_gaq.push(['_trackPageview',analyticsOutboundPrefix+url]);});}});});


	var analyticsFileTypes = [''];
	var analyticsEventTracking = 'enabled';



	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-17748324-1']);
	_gaq.push(['_trackPageview']);

	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();


/*!
 * Copyright (c) 2010 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());
			};

			// Gecko, Opera, WebKit r26101+

			if (document.addEventListener) {
				document.addEventListener('DOMContentLoaded', perform, false);
				window.addEventListener('pageshow', perform, false); // For cached Gecko pages
			}

			// Old WebKit, Internet Explorer

			if (!window.opera && document.readyState) (function() {
				readyStatus[document.readyState] ? perform() : setTimeout(arguments.callee, 10);
			})();

			// Internet Explorer

			if (document.readyState && document.createStyleSheet) (function() {
				try {
					document.body.doScroll('left');
					perform();
				}
				catch (e) {
					setTimeout(arguments.callee, 1);
				}
			})();

			addEvent(window, 'load', perform); // Fallback

			return function(listener) {
				if (!arguments.length) perform();
				else complete ? listener() : queue.push(listener);
			};

		})(),

		root: function() {
			return document.documentElement || document.body;
		}

	};

	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;
		}),

		// has no direct CSS equivalent.
		// @see http://msdn.microsoft.com/en-us/library/system.windows.fontstretches.aspx
		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) {
			// doesn't work properly with empty quoted strings (""), but
			// it's not worth the extra code.
			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 { // this is cached anyway
				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(/\b./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) {
				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() {

		// don't do anything in Safari 2 (it doesn't recognize any media type)
		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');

		function isContainerReady(el) {
			return el.disabled || isSheetReady(el.sheet, el.media || 'screen');
		}

		function isSheetReady(sheet, media) {
			// in Opera sheet.disabled is true when it's still loading,
			// even though link.disabled is false. they stay in sync if
			// set manually.
			if (!CSS.recognizesMedia(media || 'all')) return true;
			if (!sheet || sheet.disabled) return false;
			try {
				var rules = sheet.cssRules, rule;
				if (rules) {
					// needed for Safari 3 and Chrome 1.0.
					// in standards-conforming browsers cssRules contains @-rules.
					// Chrome 1.0 weirdness: rules[<number larger than .length - 1>]
					// returns the last rule, so a for loop is the only option.
					search: for (var i = 0, l = rules.length; rule = rules[i], i < l; ++i) {
						switch (rule.type) {
							case 2: // @charset
								break;
							case 3: // @import
								if (!isSheetReady(rule.styleSheet, rule.media.mediaText)) return false;
								break;
							default:
								// only @charset can precede @import
								break search;
						}
					}
				}
			}
			catch (e) {} // probably a style sheet from another domain
			return true;
		}

		function allStylesLoaded() {
			// Internet Explorer's style sheet model, there's no need to do anything
			if (document.createStyleSheet) return true;
			// standards-compliant browsers
			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() {
			// getComputedStyle returns null in Gecko if used in an iframe with display: none
			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 = 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; // may have been a String in old fonts
				if (w > 0) {
					w += letterSpacing;
					if (wordSeparators[chr]) w += wordSpacing;
				}
				width += jumps[++j] = ~~w; // get rid of decimals
				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;
			// we don't have to worry about "bolder" and "lighter"
			// because IE's currentStyle returns a numeric value for it,
			// and other browsers use the computed value anyway
			weight = {
				normal: 400,
				bold: 700
			}[weight] || parseInt(weight, 10);
			if (weights[weight]) return weights[weight];
			// http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight
			// Gecko uses x99/x01 for lighter/bolder
			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) {} // probably a XUL element such as a scrollbar
			return false;
		}

		function onOverOut(e) {
			var related = e.relatedTarget;
			// there might be no relatedTarget if the element is right next
			// to the window frame
			if (related && contains(this, related)) return;
			trigger(this, e.type == 'mouseover');
		}

		function onEnterLeave(e) {
			trigger(this, e.type == 'mouseenter');
		}

		function trigger(el, hoverState) {
			// A timeout is needed so that the event can actually "happen"
			// before replace is triggered. This ensures that styles are up
			// to date.
			setTimeout(function() {
				var options = sharedStorage.get(el).options;
				api.replace(el, hoverState ? merge(options, options.hover) : 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);
			}
		};

	}

	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, function() {
				return listener.call(el, window.event);
			});
		}
	}

	function attach(el, options) {
		var storage = sharedStorage.get(el);
		if (storage.options) return 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) {
			// @todo figure out a better way to do this
			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 replaceElement(el, options) {
		var name = el.nodeName.toLowerCase();
		if (options.ignore[name]) return;
		var replace = !options.textless[name];
		var style = CSS.getStyle(attach(el, options)).extend(options);
		// may cause issues if the element contains other elements
		// with larger fontSize, however such cases are rare and can
		// be fixed by using a more specific selector
		if (parseFloat(style.get('fontSize')) === 0) return;
		var font = getFont(el, style), node, type, next, anchor, text, lastElement;
		if (!font) return;
		for (node = el.firstChild; node; node = next) {
			type = node.nodeType;
			next = node.nextSibling;
			if (replace && type == 3) {
				// Node.normalize() is broken in IE 6, 7, 8
				if (anchor) {
					anchor.appendData(node.data);
					el.removeChild(node);
				}
				else anchor = node;
				if (next) continue;
			}
			if (anchor) {
				el.replaceChild(process(font,
					CSS.whiteSpace(anchor.data, style, anchor, lastElement),
					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;
			}
		}
	}

	var HAS_BROKEN_REGEXP = ' '.split(/\s+/).length == 0;

	var sharedStorage = new Storage();
	var hoverHandler = new HoverHandler();
	var replaceHistory = new ReplaceHistory();
	var initialized = false;

	var engines = {}, fonts = {}, defaultOptions = {
		autoDetect: false,
		engine: null,
		//fontScale: 1,
		//fontScaling: false,
		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
		},
		printable: true,
		//rotation: 0,
		//selectable: false,
		selector: (
				window.Sizzle
			||	(window.jQuery && function(query) { return jQuery(query); }) // avoid noConflict issues
			||	(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', // 'none' and 'characters' are also accepted
		textless: {
			dl: 1,
			html: 1,
			ol: 1,
			table: 1,
			tbody: 1,
			thead: 1,
			tfoot: 1,
			tr: 1,
			ul: 1
		},
		textShadow: 'none'
	};

	var separators = {
		// The first pattern may cause unicode characters above
		// code point 255 to be removed in Safari 3.0. Luckily enough
		// Safari 3.0 does not include non-breaking spaces in \s, so
		// we can just use a simple alternative pattern.
		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; // there's no browser support so we'll just stop here
		if (!initialized) {
			CSS.addClass(DOM.root(), 'cufon-active cufon-loading');
			CSS.ready(function() {
				// fires before any replace() calls, but it doesn't really matter
				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.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 (!ignoreHistory) replaceHistory.add(elements, arguments);
		if (elements.nodeType || typeof elements == 'string') 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('canvas', (function() {

	// Safari 2 doesn't support .apply() on native methods

	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');

	// Firefox 2 w/ non-strict doctype (almost standards mode)
	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-indent:-10000in;}' +
			(HAS_INLINE_BLOCK
				? 'cufon canvas{position:relative;}'
				: 'cufon canvas{position:absolute;}') +
		'}' +
		'@media print{' +
			'cufon{padding:0;}' + // Firefox 2
			'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; // there's nothing to render

		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;

		// needed for WebKit and full page zoom
		cStyle.width = canvasWidth + 'px';
		cStyle.height = canvasHeight + 'px';

		// minY has no part in canvas.height
		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;

		// proper horizontal scaling is performed later
		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;

	};

})());

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; // VML isn't supported
	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;}' +
			'a cufon{cursor:pointer}' + // ignore !important here
		'}' +
		'@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);
	}

	// Original by Dead Edwards.
	// Combined with getFontSizeInPixels it also works with relative units.
	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);
			}

			// ie6, for some reason, has trouble rendering the last VML element in the document.
			// we can work around this by injecting a dummy element where needed.
			// @todo find a better solution
			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) {
				// some glyphs may be missing so we can't use i
				shape = canvas.childNodes[j];
				while (shape.firstChild) shape.removeChild(shape.firstChild); // shadow, fill
			}
			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));

			// it's important to not set top/left or IE8 will grind to a halt
			var sStyle = shape.style;
			sStyle.width = roundedShapeWidth;
			sStyle.height = roundedHeight;

			if (shadows) {
				// due to the limitations of the VML shadow element there
				// can only be two visible shadows. opacity is shared
				// for all 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++];
		}

		// addresses flickering issues on :hover

		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'; // no unit
				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;

	};

})());


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1993 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Zurich LtCn BT","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 4 6 2 2 2 4 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-67 -347 360 85","underline-thickness":"15.1172","underline-position":"-26.7188","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":82},"!":{"d":"41,-61r-4,-198r27,0r-5,198r-18,0xm37,0r0,-29r27,0r0,29r-27,0","w":100},"\"":{"d":"79,-252r0,97r-15,0r0,-97r15,0xm33,-252r0,97r-15,0r0,-97r15,0","w":96},"#":{"d":"172,-152r-47,0r-18,49r48,0xm161,-256r-31,88r48,0r31,-88r19,0r-30,88r56,0r-5,16r-57,0r-18,49r61,0r-5,16r-62,0r-30,87r-20,0r31,-87r-47,0r-32,87r-19,0r30,-87r-58,0r5,-16r59,0r18,-49r-64,0r5,-16r65,0r31,-88r19,0","w":276},"$":{"d":"76,-233v-31,-2,-40,43,-24,65v5,7,12,15,24,21r0,-86xm91,-18v37,3,43,-48,28,-73v-4,-7,-14,-16,-28,-23r0,96xm149,-63v1,40,-19,63,-58,63r0,32r-15,0r0,-32v-42,0,-61,-26,-60,-70r22,0v0,32,8,52,38,53r0,-106v-33,-21,-54,-29,-54,-70v0,-36,19,-57,54,-58r0,-27r15,0r0,27v39,2,55,24,53,67r-21,0v1,-31,-6,-46,-32,-49r0,94v39,24,56,27,58,76","w":165},"%":{"d":"58,4r108,-259r16,0r-108,259r-16,0xm57,-140v38,0,37,-99,0,-99v-22,0,-28,21,-28,48v0,29,6,51,28,51xm57,-255v35,0,47,28,47,67v0,37,-12,62,-47,63v-36,0,-48,-25,-48,-65v0,-40,12,-65,48,-65xm183,-11v39,0,37,-99,0,-99v-22,0,-27,21,-27,48v0,29,5,51,27,51xm135,-61v0,-39,12,-65,48,-65v36,0,48,28,48,68v0,38,-13,62,-48,62v-36,0,-48,-26,-48,-65","w":239},"&":{"d":"42,-192v0,39,28,53,71,49r0,-39r23,0r0,39r29,0r0,20r-29,0r0,123v-73,3,-125,-1,-121,-71v1,-36,12,-51,41,-62v-24,-6,-38,-28,-38,-60v0,-50,39,-71,91,-66r0,20v-43,0,-67,7,-67,47xm39,-73v0,46,25,57,74,53r0,-103v-45,-3,-74,8,-74,50","w":166},"'":{"d":"33,-252r0,97r-15,0r0,-97r15,0","w":50},"(":{"d":"81,-263v-29,95,-28,219,2,313r-18,0v-37,-95,-41,-219,-1,-313r17,0","w":100},")":{"d":"39,-263v39,93,37,219,-1,313r-18,0v30,-95,31,-218,2,-313r17,0","w":100},"*":{"d":"83,-197r-20,43r-18,-10r28,-39r-48,4r0,-19r48,3r-28,-38r18,-10r20,43r20,-43r17,10r-27,38r47,-3r0,19r-47,-4r27,39r-17,10","w":165},"+":{"d":"157,-215r0,101r98,0r0,14r-98,0r0,100r-14,0r0,-100r-98,0r0,-14r98,0r0,-101r14,0","w":299},",":{"d":"18,36r15,-65r27,0r-22,65r-20,0","w":82},"-":{"d":"13,-80r0,-20r74,0r0,20r-74,0","w":100,"k":{"\u0111":-7,"\u0153":-7,"\u0152":-7,"\u00f8":-7,"\u00d8":-7,"\u00c6":-10,"x":6,"s":-13,"q":-7,"o":-7,"g":-7,"e":-7,"d":-7,"c":-7,"Y":15,"W":8,"V":16,"T":20,"S":-7,"Q":-7,"O":-7,"J":-7,"G":-7,"C":-7}},".":{"d":"27,0r0,-29r28,0r0,29r-28,0","w":82},"\/":{"d":"5,33r-18,0r104,-295r18,0","w":100},"0":{"d":"17,-125v1,-79,-1,-130,66,-130v66,0,65,50,65,130v0,81,-1,123,-65,130v-65,-6,-66,-51,-66,-130xm82,-14v47,-7,44,-43,44,-111v0,-68,3,-104,-44,-112v-47,7,-43,45,-43,112v0,68,-3,103,43,111","w":165},"1":{"d":"36,-211v18,-10,32,-25,45,-40r21,0r0,251r-23,0r0,-220v-11,14,-25,22,-43,34r0,-25","w":165},"2":{"d":"85,-255v78,0,63,82,30,130r-70,104r101,0r0,21r-127,0r0,-22v34,-59,85,-104,104,-178v0,-23,-15,-35,-38,-35v-29,-1,-41,17,-41,46r-24,0v-1,-42,22,-66,65,-66","w":165},"3":{"d":"76,5v-40,1,-68,-27,-62,-68r22,0v-1,29,13,47,41,47v31,0,40,-18,40,-52v0,-42,-16,-56,-55,-52r0,-20v39,-1,53,-10,53,-49v0,-32,-8,-46,-38,-47v-26,0,-40,17,-38,45r-22,0v-1,-43,19,-59,60,-64v77,-9,80,114,23,125v34,3,41,24,41,63v1,47,-22,71,-65,72","w":165},"4":{"d":"101,0r0,-64r-88,0r0,-27r77,-160r34,0r0,168r28,0r0,19r-28,0r0,64r-23,0xm101,-82r2,-155r-73,155r71,0","w":165},"5":{"d":"80,4v-43,0,-62,-21,-62,-64v7,1,20,-3,24,2v0,27,12,43,38,43v36,0,43,-26,43,-70v12,-59,-67,-73,-80,-29r-22,0r3,-137r112,0r0,19r-91,0r-2,90v10,-11,23,-17,44,-17v43,1,61,27,60,74v-1,58,-13,88,-67,89","w":165},"6":{"d":"84,-236v-47,-1,-40,54,-41,103v6,-14,24,-25,45,-24v46,0,59,29,59,78v0,53,-15,83,-64,83v-67,0,-66,-54,-65,-130v1,-69,-2,-129,64,-128v41,0,62,17,61,59v-7,-1,-17,2,-22,-1v0,-28,-11,-39,-37,-40xm42,-75v0,36,10,60,41,60v33,0,42,-25,41,-64v-1,-37,-6,-58,-39,-58v-33,0,-43,25,-43,62","w":165},"7":{"d":"45,0r79,-229r-104,0r0,-22r125,0r0,28r-75,223r-25,0","w":165},"8":{"d":"17,-64v1,-35,10,-59,38,-65v-55,-15,-43,-133,27,-121v72,-12,82,105,28,121v28,5,38,29,38,65v0,46,-21,68,-65,68v-44,0,-67,-22,-66,-68xm41,-65v0,33,11,51,42,51v29,0,41,-20,41,-51v0,-34,-11,-55,-41,-55v-32,0,-42,20,-42,55xm83,-137v27,0,38,-19,38,-48v0,-29,-10,-47,-39,-47v-29,0,-38,17,-38,47v1,30,11,48,39,48","w":165},"9":{"d":"81,-14v49,2,40,-55,41,-104v-5,16,-23,27,-45,26v-45,0,-59,-30,-59,-79v0,-53,15,-83,64,-83v67,1,65,54,65,130v0,70,2,128,-64,128v-41,0,-61,-18,-60,-59v7,1,17,-2,22,1v0,26,10,39,36,40xm123,-175v0,-35,-10,-59,-41,-59v-33,0,-41,25,-41,63v0,37,7,59,39,59v32,0,43,-26,43,-63","w":165},":":{"d":"30,-152r0,-29r28,0r0,29r-28,0xm30,0r0,-29r28,0r0,29r-28,0","w":87},";":{"d":"30,-152r0,-29r28,0r0,29r-28,0xm14,37r16,-66r28,0r-23,66r-21,0","w":87},"<":{"d":"253,-182r-183,75r183,74r0,16r-207,-85r0,-11r207,-85r0,16","w":299},"=":{"d":"255,-82r0,14r-210,0r0,-14r210,0xm255,-146r0,14r-210,0r0,-14r210,0","w":299},">":{"d":"253,-113r0,11r-207,85r0,-16r184,-74r-184,-75r0,-16","w":299},"?":{"d":"64,-262v73,0,58,100,25,132v-17,16,-13,39,-13,69r-21,0r1,-51v6,-23,38,-59,38,-94v0,-24,-8,-37,-30,-37v-22,0,-27,15,-26,40r-24,0v-2,-38,12,-59,50,-59xm51,0r0,-29r27,0r0,29r-27,0","w":133},"@":{"d":"184,-175v24,0,39,11,45,30r11,-23r14,0r-28,116v-1,11,9,17,21,16v49,-5,75,-49,75,-99v0,-66,-57,-109,-128,-107v-94,3,-151,58,-154,152v-1,79,60,126,142,126v44,0,82,-14,110,-34r5,8v-30,24,-66,39,-114,39v-96,0,-162,-47,-162,-141v0,-103,72,-163,175,-163v81,0,143,41,143,118v0,65,-34,115,-97,115v-22,0,-38,-11,-33,-33v-10,17,-26,33,-51,33v-37,0,-54,-21,-55,-58v-1,-48,36,-96,81,-95xm121,-78v0,42,46,54,73,30v20,-17,23,-50,31,-79v-5,-22,-17,-34,-41,-35v-39,0,-63,41,-63,84","w":360},"A":{"d":"55,-89r88,0r-43,-146xm28,0r-23,0r83,-259r26,0r81,259r-25,0r-21,-69r-100,0","w":200,"k":{"\u201e":-7,"\u201a":-7,"\u2019":16,"\u2018":20,"\u201d":16,"\u201c":20,"y":6,"w":6,"v":10,"Y":20,"W":6,"V":6,"T":24,";":-7,":":-7,".":-11,",":-11}},"B":{"d":"163,-72v0,79,-63,74,-139,72r0,-259v71,1,134,-10,134,65v0,35,-10,52,-38,59v30,7,43,25,43,63xm134,-194v0,-53,-36,-45,-87,-46r0,97v50,1,87,0,87,-51xm138,-73v0,-53,-38,-53,-91,-52r0,106v54,0,91,5,91,-54","w":178,"k":{"\u201e":13,"\u201a":13,"\u2019":6,"\u201d":6,"-":-10}},"C":{"d":"93,-16v33,0,48,-24,47,-60v8,1,19,-2,25,1v0,48,-24,81,-72,79v-68,-3,-73,-53,-73,-133v0,-79,5,-134,74,-134v50,0,69,23,68,74r-24,0v0,-35,-10,-55,-43,-55v-49,0,-51,40,-51,102v0,61,-7,126,49,126","k":{";":-7,":":-7}},"D":{"d":"148,-129v0,-71,0,-114,-71,-111r-29,0r0,220r29,0v70,2,71,-35,71,-109xm173,-129v0,85,-10,130,-91,129r-58,0r0,-259r58,0v82,-2,91,45,91,130","w":192,"k":{"\u201e":26,"\u201a":26,"\u00c5":6,"Y":6,"W":6,"V":6,"A":6,";":-7,":":-7,".":15,",":15}},"E":{"d":"141,0r-117,0r0,-259r117,0r0,20r-93,0r0,96r87,0r0,19r-87,0r0,102r93,0r0,22","w":155,"k":{";":-7,":":-7,".":-7,",":-7}},"F":{"d":"24,0r0,-259r109,0r0,20r-85,0r0,96r79,0r0,19r-79,0r0,124r-24,0","w":140,"k":{"\u201e":33,"\u201a":33,"\u00ab":6,"\u00e6":6,"\u00c5":6,"u":6,"r":10,"a":6,"A":6,".":51,",":51}},"G":{"d":"102,-15v16,0,31,-4,45,-9r0,-94r-51,0r0,-18r75,0r0,129v-25,6,-47,11,-74,11v-72,0,-77,-50,-77,-136v0,-83,6,-129,79,-131v49,-1,74,20,73,68r-22,0v0,-34,-15,-49,-49,-49v-58,0,-56,46,-56,114v0,69,-2,115,57,115","w":190,"k":{"Y":6,"T":6,";":-7,":":-7,".":10,"-":-8,",":10}},"H":{"d":"48,0r-24,0r0,-259r24,0r0,116r100,0r0,-116r23,0r0,259r-23,0r0,-123r-100,0r0,123","w":195},"I":{"d":"25,0r0,-259r23,0r0,259r-23,0","w":73},"J":{"d":"72,4v-46,1,-62,-31,-60,-79r22,0v-1,35,7,60,38,60v40,0,39,-22,40,-74r0,-170r23,0r0,170v2,62,-9,91,-63,93","w":160,"k":{"\u201e":13,"\u201a":13,".":11,",":11}},"K":{"d":"29,0r0,-259r23,0r0,117r95,-117r27,0r-98,121r98,138r-27,0r-95,-132r0,132r-23,0","k":{"\u201e":-11,"\u201a":-11,"\u2018":13,"\u201c":13,"\u0153":6,"\u0152":13,"\u00ab":10,"\u00f8":6,"\u00e6":6,"\u00d8":13,"\u00c5":6,"y":13,"u":6,"o":6,"e":6,"a":6,"Y":13,"W":6,"O":13,"C":13,"A":6,";":-7,":":-7,".":-7,",":-7}},"L":{"d":"28,0r0,-259r24,0r0,239r86,0r0,20r-110,0","w":141,"k":{"\u2019":28,"\u2018":40,"\u201d":28,"\u201c":40,"\u0152":6,"\u00d8":6,"y":13,"Y":21,"W":13,"V":20,"U":6,"T":20,"O":6,";":-7,":":-7,".":-7,"-":13,",":-7}},"M":{"d":"23,0r0,-259r38,0r69,208v2,9,4,20,7,31v21,-84,51,-159,76,-239r38,0r0,259r-22,0r1,-244r-81,244r-26,0r-80,-245r2,245r-22,0","w":274,"k":{"\u2018":6,"\u201c":6}},"N":{"d":"44,-243v8,73,1,163,3,243r-23,0r0,-259r37,0r109,244v-9,-74,-2,-163,-4,-244r23,0r0,259r-35,0","w":213,"k":{"\u201e":6,"\u201a":6,"\u2018":6,"\u201c":6}},"O":{"d":"99,4v-72,0,-79,-48,-79,-134v0,-85,5,-133,79,-133v73,0,80,49,80,133v0,86,-7,134,-80,134xm99,-244v-56,5,-55,42,-55,114v0,73,-1,108,55,114v56,-5,56,-42,56,-114v0,-74,0,-108,-56,-114","w":199,"k":{"\u201e":13,"\u201a":26,"\u2019":-7,"\u201d":-7,"Y":6,"X":6,"T":6,";":-7,":":-7,".":15,"-":-7,",":15}},"P":{"d":"154,-190v0,64,-41,73,-106,70r0,120r-24,0r0,-259v70,-2,130,-6,130,69xm132,-190v0,-52,-34,-53,-84,-51r0,103v50,1,84,2,84,-52","w":160,"k":{"\u201e":60,"\u201a":60,"\u2019":-8,"\u2018":-7,"\u201d":-8,"\u201c":-7,"\u0153":8,"\u00ab":20,"\u00f8":8,"\u00e6":8,"\u00c5":16,"u":6,"s":6,"r":6,"o":8,"n":6,"e":8,"a":8,"A":16,".":66,"-":21,",":66}},"Q":{"d":"99,-263v70,0,81,47,80,123v-1,72,2,100,-33,122v16,-3,32,-2,50,-2r0,20r-96,2v-73,-5,-80,-45,-80,-133v0,-85,5,-132,79,-132xm99,-243v-56,0,-55,40,-55,112v0,65,0,113,55,113v56,0,56,-50,56,-113v0,-73,1,-112,-56,-112","w":199,"k":{";":-7,":":-7,"-":-7}},"R":{"d":"135,0v-11,-47,17,-129,-40,-125r-48,0r0,125r-23,0r0,-259v71,1,134,-10,134,65v0,35,-10,52,-38,59v55,3,26,88,40,135r-25,0xm134,-196v0,-51,-40,-43,-87,-44r0,97v51,1,87,0,87,-53","k":{"\u2019":-7,"\u201d":-7,"\u0153":6,"\u00f8":6,"\u00e6":6,".":-7,",":-7}},"S":{"d":"89,4v-49,0,-72,-27,-69,-77r24,0v-3,37,12,57,46,58v38,2,61,-41,39,-73v-23,-34,-107,-50,-107,-113v0,-40,29,-62,71,-62v46,0,69,24,67,71r-24,0v1,-34,-12,-52,-45,-52v-26,1,-45,16,-45,41v1,66,115,64,115,138v0,44,-28,69,-72,69","k":{";":-7,":":-7,".":6,"-":-11,",":6}},"T":{"d":"65,0r0,-239r-63,0r0,-20r148,0r0,20r-63,0r0,239r-22,0","w":152,"k":{"\u201e":20,"\u201a":20,"\u203a":20,"\u0153":29,"\u0152":6,"\u00bb":20,"\u00ab":20,"\u00f8":29,"\u00e6":29,"\u00d8":6,"\u00c5":24,"y":29,"w":29,"u":29,"s":28,"r":23,"o":29,"e":29,"c":29,"a":29,"O":6,"C":6,"A":24,";":23,":":23,".":33,"-":20,",":33}},"U":{"d":"100,4v-116,4,-65,-161,-76,-263r23,0r0,170v-2,49,11,74,53,74v42,0,53,-26,53,-74r0,-170r23,0r0,170v-1,63,-17,91,-76,93","w":200,"k":{"\u201e":20,"\u201a":20,";":11,":":11,".":8,",":8}},"V":{"d":"73,0r-71,-259r25,0r52,195v4,18,4,19,9,43r65,-238r22,0r-73,259r-29,0","w":177,"k":{"\u201e":46,"\u201a":46,"\u203a":13,"\u0153":13,"\u00bb":13,"\u00ab":20,"\u00f8":13,"\u00e6":13,"\u00c5":11,"u":13,"o":13,"e":13,"a":13,"A":11,";":18,":":18,".":33,"-":16,",":33}},"W":{"d":"69,0r-65,-259r23,0r58,241r50,-241r35,0r53,241r52,-241r22,0r-61,259r-29,0r-55,-243r-52,243r-31,0","w":296,"k":{"\u201e":33,"\u201a":33,"\u203a":6,"\u2019":-7,"\u201d":-7,"\u0153":10,"\u00bb":6,"\u00ab":13,"\u00f8":10,"\u00e6":10,"\u00c5":6,"u":6,"r":10,"o":10,"e":10,"a":10,"A":6,";":15,":":15,".":18,"-":8,",":18}},"X":{"d":"2,0r69,-135r-64,-124r27,0r54,108r56,-108r25,0r-66,124r73,135r-28,0r-61,-118r-59,118r-26,0","w":177,"k":{"\u201e":-7,"\u201a":-7,"\u2018":6,"\u201c":6,"\u0152":6,"\u00d8":6,"O":6,"C":6,";":-7,":":-7,".":-7,",":-7}},"Y":{"d":"72,0r0,-106r-74,-153r27,0r60,129r60,-129r24,0r-73,153r0,106r-24,0","w":167,"k":{"\u201e":33,"\u201a":33,"\u203a":13,"\u0153":23,"\u0152":6,"\u00bb":13,"\u00ab":26,"\u00f8":23,"\u00e6":23,"\u00d8":6,"\u00c5":20,"u":23,"o":23,"e":23,"a":23,"O":6,"C":6,"A":20,";":24,":":24,".":48,"-":15,",":48}},"Z":{"d":"7,0r0,-22r121,-217r-112,0r0,-20r134,0r0,25r-118,213r118,0r0,21r-143,0","w":156,"k":{"\u2018":6,"\u201c":6,";":-7,":":-7,".":-7,"-":6,",":-7}},"[":{"d":"88,53r-51,0r0,-312r51,0r0,15r-30,0r0,282r30,0r0,15","w":100},"\\":{"d":"95,33r-104,-295r18,0r104,295r-18,0","w":100},"]":{"d":"13,53r0,-15r30,0r0,-282r-30,0r0,-15r50,0r0,312r-50,0","w":100},"^":{"d":"190,-256r95,98r-22,0r-83,-83r-83,83r-22,0r94,-98r21,0","w":360},"_":{"d":"180,71r0,14r-180,0r0,-14r180,0"},"`":{"d":"96,-204r-47,-62r26,0r37,62r-16,0"},"a":{"d":"63,-16v40,1,51,-36,46,-79v-49,2,-74,2,-77,43v-1,22,10,36,31,36xm76,-185v87,0,45,107,58,185r-20,0r-2,-25v-23,40,-105,33,-102,-27v3,-50,46,-60,100,-60v2,-34,-4,-58,-38,-56v-22,0,-33,10,-34,31r-21,0v-1,-35,23,-48,59,-48","w":153,"k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"b":{"d":"87,4v-23,0,-34,-9,-45,-25r-2,21r-20,0r1,-259r21,0r0,100v11,-14,23,-25,45,-25v48,0,58,37,58,94v0,56,-9,94,-58,94xm43,-85v-1,40,8,71,41,71v34,0,39,-29,39,-71v0,-52,-1,-77,-40,-81v-36,4,-39,34,-40,81","w":160,"k":{"\u201e":13,"\u201a":13,"\u2019":6,"\u2018":13,"\u201d":6,"\u201c":13,"-":-7}},"c":{"d":"77,-14v25,1,36,-15,37,-40r21,0v-2,37,-20,60,-59,59v-51,-2,-61,-35,-61,-94v0,-60,9,-96,60,-96v38,0,58,19,60,56r-22,0v-2,-23,-12,-39,-35,-39v-39,0,-40,29,-40,77v0,48,2,75,39,77","w":150},"d":{"d":"74,-184v22,0,34,11,45,25r0,-100r21,0r1,259r-21,0r-1,-21v-11,16,-21,25,-45,25v-48,0,-58,-38,-58,-94v0,-57,9,-94,58,-94xm78,-166v-39,4,-40,30,-40,81v0,42,5,71,39,71v33,0,42,-31,41,-71v-1,-47,-4,-76,-40,-81","w":160},"e":{"d":"81,-167v-33,1,-43,24,-42,62r82,0v0,-37,-6,-62,-40,-62xm80,-14v26,1,39,-15,39,-41r24,0v-2,39,-21,60,-62,59v-57,-2,-64,-32,-65,-99v-1,-59,13,-88,65,-90v51,-2,67,41,62,98r-105,0v-2,42,5,73,42,73","w":159,"k":{"-":-7}},"f":{"d":"88,-245v-41,-6,-36,27,-36,64r36,0r0,19r-36,0r0,162r-22,0r0,-162r-30,0r0,-19r30,0v1,-35,-9,-77,28,-80v7,-1,18,-2,30,-2r0,18","w":88,"k":{"\u201e":6,"\u201a":6,"\u2019":-25,"\u2018":-11,"\u201d":-25,"\u201c":-11,".":6,",":6}},"g":{"d":"77,-22v37,0,41,-30,41,-74v0,-40,-7,-71,-40,-71v-36,0,-40,28,-40,71v0,46,3,74,39,74xm74,-185v23,0,34,10,45,25r1,-24r21,0r-1,179v13,70,-62,90,-104,60v-10,-7,-14,-22,-15,-40r24,0v1,24,9,35,34,35v41,0,39,-37,38,-78v-9,15,-21,24,-43,24v-48,0,-58,-36,-58,-93v0,-54,11,-88,58,-88","w":160,"k":{".":6,",":6}},"h":{"d":"84,-166v-63,2,-35,104,-41,166r-22,0r0,-259r22,0r0,100v18,-40,94,-33,94,24r0,135r-22,0r0,-126v-1,-25,-7,-41,-31,-40","w":157,"k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"i":{"d":"20,-232r0,-27r25,0r0,27r-25,0xm21,0r0,-181r23,0r0,181r-23,0","w":65,"k":{"\u2018":6,"\u201c":6}},"j":{"d":"-5,49v24,2,27,-4,27,-29r0,-201r24,0r0,201v1,45,-10,48,-51,49r0,-20xm47,-259r0,27r-26,0r0,-27r26,0","w":66},"k":{"d":"21,0r0,-259r22,0r0,155r63,-77r25,0r-64,78r68,103r-26,0r-66,-99r0,99r-22,0","w":137,"k":{"\u201e":-13,"\u201a":-13,"\u2019":-13,"\u201d":-13,"\u0153":6,"\u00f8":6,"\u00e6":6,"u":6,"o":6,"e":6,"a":6,"-":8}},"l":{"d":"21,0r0,-259r23,0r0,259r-23,0","w":65},"m":{"d":"43,-159v14,-34,82,-35,92,4v8,-18,25,-30,49,-30v76,0,40,116,48,185r-22,0r0,-126v-1,-25,-7,-41,-31,-40v-63,3,-36,104,-42,166r-22,0r0,-126v-1,-25,-7,-41,-31,-40v-63,2,-35,104,-41,166r-22,0r-2,-181r22,0","w":252,"k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"n":{"d":"84,-166v-63,0,-35,104,-41,166r-22,0r-2,-181r22,0r2,22v18,-40,94,-33,94,24r0,135r-22,0r0,-126v0,-26,-7,-40,-31,-40","w":157,"k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"o":{"d":"80,4v-54,0,-64,-34,-64,-94v0,-62,10,-95,64,-95v54,0,63,34,63,95v0,61,-10,94,-63,94xm38,-90v0,48,4,76,42,76v37,0,41,-29,41,-72v0,-50,-2,-81,-41,-81v-39,0,-42,30,-42,77","w":159,"k":{"\u2018":6,"\u201c":6,"-":-7}},"p":{"d":"83,-15v39,-4,40,-30,40,-80v0,-42,-4,-71,-39,-71v-34,0,-42,31,-41,71v1,47,3,76,40,80xm87,4v-21,0,-34,-11,-45,-25r0,89r-21,0r-1,-249r20,0r2,22v11,-16,21,-26,45,-26v49,0,58,39,58,95v0,58,-9,94,-58,94","w":160,"k":{"\u201e":6,"\u201a":6,"\u2019":6,"\u201d":6,"-":-7}},"q":{"d":"118,-96v0,-41,-7,-70,-41,-70v-35,0,-39,28,-39,70v0,51,1,77,40,81v36,-4,40,-34,40,-81xm74,-185v23,0,34,9,45,25r1,-21r21,0r-1,249r-21,0r0,-90v-11,14,-23,25,-45,25v-49,0,-58,-36,-58,-94v0,-56,9,-94,58,-94","w":160},"r":{"d":"93,-166v-73,-4,-43,100,-49,166r-23,0r0,-169v0,-4,-2,-8,-3,-14r23,0r2,26v11,-16,24,-29,50,-28r0,19","w":96,"k":{"\u201e":15,"\u201a":15,"\u2019":-15,"\u201d":-15,".":23,"-":6,",":23}},"s":{"d":"70,4v-38,0,-55,-19,-53,-58r22,0v-1,25,8,40,31,42v40,3,47,-54,12,-65v-26,-15,-61,-22,-61,-62v0,-31,20,-46,51,-46v35,0,51,16,50,52v-6,-1,-17,3,-20,-2v0,-22,-9,-31,-30,-32v-38,-2,-37,48,-6,57v26,15,60,24,60,64v0,33,-22,50,-56,50","w":142,"k":{"-":-7}},"t":{"d":"55,-48v-4,29,14,33,37,27v-1,9,5,23,-8,21v-38,1,-51,-5,-51,-46r0,-117r-28,0r0,-18r28,0r0,-38r22,-11r0,49r37,0r0,18r-37,0r0,115","w":101,"k":{"\u201e":-7,"\u201a":-7,"\u2019":-17,"\u2018":-7,"\u201d":-17,"\u201c":-7}},"u":{"d":"73,-15v63,0,36,-104,42,-166r21,0r2,181r-22,0r-1,-21v-20,38,-94,33,-94,-25r0,-135r21,0r0,126v1,26,7,40,31,40","w":157},"v":{"d":"59,0r-55,-181r25,0r43,160v12,-56,30,-106,44,-160r21,0r-52,181r-26,0","w":142,"k":{"\u201e":21,"\u201a":21,"\u2019":-20,"\u2018":-10,"\u201d":-20,"\u201c":-10,".":21,",":21}},"w":{"d":"69,-16r38,-165r27,0r42,165r40,-165r23,0r-50,181r-28,0r-40,-162r-39,162r-27,0r-51,-181r24,0","w":243,"k":{"\u201e":21,"\u201a":21,"\u2019":-20,"\u2018":-10,"\u201d":-20,"\u201c":-10,".":20,",":20}},"x":{"d":"71,-82v-13,29,-29,55,-43,82r-24,0r53,-98r-43,-83r24,0r34,70v11,-25,25,-47,38,-70r22,0r-47,83r53,98r-25,0","w":142,"k":{"-":11}},"y":{"d":"41,68r21,-70r-58,-179r23,0r46,151r41,-151r22,0r-73,249r-22,0","w":140,"k":{"\u201e":20,"\u201a":20,"\u2019":-20,"\u2018":-13,"\u201d":-20,"\u201c":-13,".":18,",":18}},"z":{"d":"12,0r0,-19r74,-143r-71,0r0,-19r96,0r0,19r-74,143r74,0r0,19r-99,0","w":122},"{":{"d":"84,-151v-1,-64,-6,-118,65,-109v-1,6,4,18,-6,16v-83,-13,-2,140,-75,151v41,6,33,55,34,104v0,39,9,46,47,46v-1,7,4,19,-7,16v-65,7,-58,-48,-58,-108v0,-39,-16,-54,-53,-50r0,-16v39,2,54,-11,53,-50"},"|":{"d":"98,-275r0,360r-16,0r0,-360r16,0"},"}":{"d":"31,-260v69,-8,67,44,65,109v-1,39,14,52,53,50r0,16v-55,-10,-55,39,-53,92v2,53,-13,67,-65,66v1,-7,-4,-18,7,-16v82,14,0,-139,74,-150v-41,-7,-33,-56,-34,-105v0,-39,-10,-46,-47,-46r0,-16"},"~":{"d":"99,-126v26,-2,78,25,102,24v28,-2,46,-12,68,-28r0,16v-33,26,-72,34,-119,14v-48,-22,-83,-12,-119,15r0,-16v21,-14,39,-24,68,-25","w":299},"\u00c4":{"d":"55,-89r88,0r-43,-146xm28,0r-23,0r83,-259r26,0r81,259r-25,0r-21,-69r-100,0xm116,-296r0,-29r25,0r0,29r-25,0xm59,-296r0,-29r25,0r0,29r-25,0","w":200},"\u00c5":{"d":"55,-89r88,0r-43,-146xm28,0r-23,0r83,-258r26,0r81,258r-25,0r-21,-69r-100,0xm102,-332v-13,0,-24,11,-24,24v0,13,11,24,24,24v13,0,24,-11,24,-24v0,-13,-11,-24,-24,-24xm102,-270v-21,0,-38,-17,-38,-38v0,-22,17,-39,38,-39v21,0,38,17,38,39v0,21,-17,38,-38,38","w":200,"k":{"\u201e":-7,"\u201a":-7,"\u2019":16,"\u2018":20,"\u201d":16,"\u201c":20,"y":6,"w":6,"v":10,"Y":20,"W":6,"V":6,"T":24,";":-7,":":-7,".":-11,",":-11}},"\u00c7":{"d":"93,-16v33,0,48,-24,47,-60v8,1,19,-2,25,1v0,48,-24,81,-72,79v-68,-3,-73,-53,-73,-133v0,-79,5,-134,74,-134v50,0,69,23,68,74r-24,0v0,-35,-10,-55,-43,-55v-49,0,-51,40,-51,102v0,61,-7,126,49,126xm132,50v1,40,-55,33,-84,23r0,-13v21,4,62,16,64,-10v1,-17,-14,-19,-33,-18r0,-32r11,0v1,6,-3,17,2,20v24,0,40,8,40,30"},"\u00c9":{"d":"141,0r-117,0r0,-259r117,0r0,20r-93,0r0,96r87,0r0,19r-87,0r0,102r93,0r0,22xm79,-282r-16,0r37,-62r26,0","w":155},"\u00d1":{"d":"44,-243v8,73,1,163,3,243r-23,0r0,-259r37,0r109,244v-9,-74,-2,-163,-4,-244r23,0r0,259r-35,0xm91,-324v19,0,40,18,48,-4r14,0v-5,31,-33,36,-61,23v-9,0,-14,5,-17,12r-14,0v4,-17,12,-31,30,-31","w":213},"\u00d6":{"d":"99,4v-72,0,-79,-48,-79,-134v0,-85,5,-133,79,-133v73,0,80,49,80,133v0,86,-7,134,-80,134xm99,-244v-56,5,-55,42,-55,114v0,73,-1,108,55,114v56,-5,56,-42,56,-114v0,-74,0,-108,-56,-114xm116,-296r0,-29r25,0r0,29r-25,0xm59,-296r0,-29r25,0r0,29r-25,0","w":199},"\u00dc":{"d":"100,4v-116,4,-65,-161,-76,-263r23,0r0,170v-2,49,11,74,53,74v42,0,53,-26,53,-74r0,-170r23,0r0,170v-1,63,-17,91,-76,93xm116,-296r0,-29r25,0r0,29r-25,0xm59,-296r0,-29r25,0r0,29r-25,0","w":200},"\u00e1":{"d":"63,-16v40,1,51,-36,46,-79v-49,2,-74,2,-77,43v-1,22,10,36,31,36xm76,-185v87,0,45,107,58,185r-20,0r-2,-25v-23,40,-105,33,-102,-27v3,-50,46,-60,100,-60v2,-34,-4,-58,-38,-56v-22,0,-33,10,-34,31r-21,0v-1,-35,23,-48,59,-48xm71,-204r-16,0r37,-62r26,0","w":153},"\u00e0":{"d":"63,-16v40,1,51,-36,46,-79v-49,2,-74,2,-77,43v-1,22,10,36,31,36xm76,-185v87,0,45,107,58,185r-20,0r-2,-25v-23,40,-105,33,-102,-27v3,-50,46,-60,100,-60v2,-34,-4,-58,-38,-56v-22,0,-33,10,-34,31r-21,0v-1,-35,23,-48,59,-48xm83,-204r-47,-62r26,0r37,62r-16,0","w":153},"\u00e2":{"d":"63,-16v40,1,51,-36,46,-79v-49,2,-74,2,-77,43v-1,22,10,36,31,36xm76,-185v87,0,45,107,58,185r-20,0r-2,-25v-23,40,-105,33,-102,-27v3,-50,46,-60,100,-60v2,-34,-4,-58,-38,-56v-22,0,-33,10,-34,31r-21,0v-1,-35,23,-48,59,-48xm28,-204r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0","w":153},"\u00e4":{"d":"63,-16v40,1,51,-36,46,-79v-49,2,-74,2,-77,43v-1,22,10,36,31,36xm76,-185v87,0,45,107,58,185r-20,0r-2,-25v-23,40,-105,33,-102,-27v3,-50,46,-60,100,-60v2,-34,-4,-58,-38,-56v-22,0,-33,10,-34,31r-21,0v-1,-35,23,-48,59,-48xm93,-218r0,-29r25,0r0,29r-25,0xm36,-218r0,-29r25,0r0,29r-25,0","w":153},"\u00e3":{"d":"63,-16v40,1,51,-36,46,-79v-49,2,-74,2,-77,43v-1,22,10,36,31,36xm76,-185v87,0,45,107,58,185r-20,0r-2,-25v-23,40,-105,33,-102,-27v3,-50,46,-60,100,-60v2,-34,-4,-58,-38,-56v-22,0,-33,10,-34,31r-21,0v-1,-35,23,-48,59,-48xm61,-246v19,0,40,18,48,-4r14,0v-5,31,-33,36,-61,23v-9,0,-14,5,-17,12r-14,0v4,-17,12,-31,30,-31","w":153},"\u00e5":{"d":"64,-16v40,0,50,-35,47,-79v-49,2,-75,2,-78,43v-1,22,10,36,31,36xm77,-185v86,0,48,112,56,185r-20,0r0,-25v-23,40,-101,33,-101,-27v0,-51,45,-60,99,-60v2,-34,-4,-58,-38,-56v-22,0,-33,10,-33,31r-22,0v0,-34,23,-48,59,-48xm77,-259v-13,0,-24,11,-24,24v0,13,11,24,24,24v13,0,24,-11,24,-24v0,-13,-11,-24,-24,-24xm77,-197v-21,1,-39,-18,-39,-38v0,-21,18,-38,39,-38v21,0,38,17,38,38v0,21,-17,38,-38,38","w":153,"k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"\u00e7":{"d":"77,-14v25,1,36,-15,37,-40r21,0v-2,37,-20,60,-59,59v-51,-2,-61,-35,-61,-94v0,-60,9,-96,60,-96v38,0,58,19,60,56r-22,0v-2,-23,-12,-39,-35,-39v-39,0,-40,29,-40,77v0,48,2,75,39,77xm118,50v1,40,-55,33,-84,23r0,-13v21,4,62,16,64,-10v1,-17,-14,-19,-33,-18r0,-32r11,0v1,6,-3,17,2,20v24,0,40,8,40,30","w":150},"\u00e9":{"d":"81,-167v-33,1,-43,24,-42,62r82,0v0,-37,-6,-62,-40,-62xm80,-14v26,1,39,-15,39,-41r24,0v-2,39,-21,60,-62,59v-57,-2,-64,-32,-65,-99v-1,-59,13,-88,65,-90v51,-2,67,41,62,98r-105,0v-2,42,5,73,42,73xm76,-204r-16,0r37,-62r26,0","w":159},"\u00e8":{"d":"81,-167v-33,1,-43,24,-42,62r82,0v0,-37,-6,-62,-40,-62xm80,-14v26,1,39,-15,39,-41r24,0v-2,39,-21,60,-62,59v-57,-2,-64,-32,-65,-99v-1,-59,13,-88,65,-90v51,-2,67,41,62,98r-105,0v-2,42,5,73,42,73xm88,-204r-47,-62r26,0r37,62r-16,0","w":159},"\u00ea":{"d":"81,-167v-33,1,-43,24,-42,62r82,0v0,-37,-6,-62,-40,-62xm80,-14v26,1,39,-15,39,-41r24,0v-2,39,-21,60,-62,59v-57,-2,-64,-32,-65,-99v-1,-59,13,-88,65,-90v51,-2,67,41,62,98r-105,0v-2,42,5,73,42,73xm33,-204r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0","w":159},"\u00eb":{"d":"81,-167v-33,1,-43,24,-42,62r82,0v0,-37,-6,-62,-40,-62xm80,-14v26,1,39,-15,39,-41r24,0v-2,39,-21,60,-62,59v-57,-2,-64,-32,-65,-99v-1,-59,13,-88,65,-90v51,-2,67,41,62,98r-105,0v-2,42,5,73,42,73xm98,-218r0,-29r25,0r0,29r-25,0xm41,-218r0,-29r25,0r0,29r-25,0","w":159},"\u00ed":{"d":"21,0r0,-181r23,0r0,181r-23,0xm27,-204r-16,0r37,-62r26,0","w":65},"\u00ec":{"d":"21,0r0,-181r23,0r0,181r-23,0xm39,-204r-47,-62r26,0r37,62r-16,0","w":65},"\u00ee":{"d":"21,0r0,-181r23,0r0,181r-23,0xm-16,-204r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0","w":65},"\u00ef":{"d":"21,0r0,-181r23,0r0,181r-23,0xm49,-218r0,-29r25,0r0,29r-25,0xm-8,-218r0,-29r25,0r0,29r-25,0","w":65},"\u00f1":{"d":"84,-166v-63,0,-35,104,-41,166r-22,0r-2,-181r22,0r2,22v18,-40,94,-33,94,24r0,135r-22,0r0,-126v0,-26,-7,-40,-31,-40xm63,-246v19,0,40,18,48,-4r14,0v-5,31,-33,36,-61,23v-9,0,-14,5,-17,12r-14,0v4,-17,12,-31,30,-31","w":157},"\u00f3":{"d":"80,4v-54,0,-64,-34,-64,-94v0,-62,10,-95,64,-95v54,0,63,34,63,95v0,61,-10,94,-63,94xm38,-90v0,48,4,76,42,76v37,0,41,-29,41,-72v0,-50,-2,-81,-41,-81v-39,0,-42,30,-42,77xm74,-204r-16,0r37,-62r26,0","w":159},"\u00f2":{"d":"80,4v-54,0,-64,-34,-64,-94v0,-62,10,-95,64,-95v54,0,63,34,63,95v0,61,-10,94,-63,94xm38,-90v0,48,4,76,42,76v37,0,41,-29,41,-72v0,-50,-2,-81,-41,-81v-39,0,-42,30,-42,77xm86,-204r-47,-62r26,0r37,62r-16,0","w":159},"\u00f4":{"d":"80,4v-54,0,-64,-34,-64,-94v0,-62,10,-95,64,-95v54,0,63,34,63,95v0,61,-10,94,-63,94xm38,-90v0,48,4,76,42,76v37,0,41,-29,41,-72v0,-50,-2,-81,-41,-81v-39,0,-42,30,-42,77xm31,-204r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0","w":159},"\u00f6":{"d":"80,4v-54,0,-64,-34,-64,-94v0,-62,10,-95,64,-95v54,0,63,34,63,95v0,61,-10,94,-63,94xm38,-90v0,48,4,76,42,76v37,0,41,-29,41,-72v0,-50,-2,-81,-41,-81v-39,0,-42,30,-42,77xm96,-218r0,-29r25,0r0,29r-25,0xm39,-218r0,-29r25,0r0,29r-25,0","w":159},"\u00f5":{"d":"80,4v-54,0,-64,-34,-64,-94v0,-62,10,-95,64,-95v54,0,63,34,63,95v0,61,-10,94,-63,94xm38,-90v0,48,4,76,42,76v37,0,41,-29,41,-72v0,-50,-2,-81,-41,-81v-39,0,-42,30,-42,77xm64,-246v19,0,40,18,48,-4r14,0v-5,31,-33,36,-61,23v-9,0,-14,5,-17,12r-14,0v4,-17,12,-31,30,-31","w":159},"\u00fa":{"d":"73,-15v63,0,36,-104,42,-166r21,0r2,181r-22,0r-1,-21v-20,38,-94,33,-94,-25r0,-135r21,0r0,126v1,26,7,40,31,40xm73,-204r-16,0r37,-62r26,0","w":157},"\u00f9":{"d":"73,-15v63,0,36,-104,42,-166r21,0r2,181r-22,0r-1,-21v-20,38,-94,33,-94,-25r0,-135r21,0r0,126v1,26,7,40,31,40xm85,-204r-47,-62r26,0r37,62r-16,0","w":157},"\u00fb":{"d":"73,-15v63,0,36,-104,42,-166r21,0r2,181r-22,0r-1,-21v-20,38,-94,33,-94,-25r0,-135r21,0r0,126v1,26,7,40,31,40xm30,-204r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0","w":157},"\u00fc":{"d":"73,-15v63,0,36,-104,42,-166r21,0r2,181r-22,0r-1,-21v-20,38,-94,33,-94,-25r0,-135r21,0r0,126v1,26,7,40,31,40xm95,-218r0,-29r25,0r0,29r-25,0xm38,-218r0,-29r25,0r0,29r-25,0","w":157},"\u2020":{"d":"72,0r0,-181r-50,0r0,-18r50,0r0,-60r21,0r0,60r51,0r0,18r-51,0r0,181r-21,0","w":165},"\u00b0":{"d":"59,-169v20,0,39,-17,38,-38v0,-20,-18,-37,-38,-37v-20,0,-37,17,-37,37v0,20,17,38,37,38xm11,-207v0,-26,22,-48,48,-48v26,0,48,22,48,48v0,26,-22,48,-48,48v-26,0,-48,-22,-48,-48","w":118},"\u00a2":{"d":"23,-78v0,-67,10,-115,74,-105r7,-32r16,0r-8,35v20,9,28,24,30,51r-21,0v0,-16,-4,-27,-14,-32r-35,146v27,9,51,-10,49,-39r21,0v1,42,-30,67,-74,57r-8,30r-15,0r7,-32v-21,-14,-29,-42,-29,-79xm93,-167v-60,-13,-49,75,-44,125v1,11,5,18,9,21","w":165},"\u00a3":{"d":"99,-234v-43,0,-35,49,-36,91r52,0r0,19r-52,0r0,104r87,0r0,20r-137,0r0,-20r27,0r0,-104r-30,0r0,-19r30,0v-3,-60,-1,-110,60,-110v39,0,56,21,55,61r-24,0v0,-26,-7,-42,-32,-42","w":165},"\u00a7":{"d":"139,-45v2,51,-64,56,-109,43r0,-22v29,11,85,19,87,-20v1,-27,-99,-61,-91,-86v2,-24,19,-32,40,-43v-20,-12,-35,-19,-36,-46v-2,-45,58,-49,97,-37r0,20v-26,-7,-73,-16,-76,16v-3,31,88,40,86,81v-2,23,-17,34,-36,45v22,12,36,22,38,49xm82,-165v-22,12,-45,26,-24,47v6,5,14,9,27,15v20,-11,39,-26,22,-47v-5,-5,-14,-10,-25,-15","w":165},"\u2022":{"d":"106,-82v-28,0,-52,-24,-52,-52v0,-28,24,-52,52,-52v28,0,52,24,52,52v0,28,-24,52,-52,52","w":212},"\u00b6":{"d":"16,-199v-1,-67,78,-63,148,-61r0,11r-23,0r0,249r-12,0r0,-249r-34,0r0,249r-12,0r0,-137v-39,-1,-67,-24,-67,-62"},"\u00df":{"d":"84,-246v-40,1,-41,19,-41,66r0,180r-22,0r0,-199v0,-41,20,-63,60,-63v32,0,57,12,58,41v0,30,-35,58,-38,82v6,28,62,51,62,93v0,45,-61,66,-91,38v-9,-8,-11,-22,-12,-39v7,1,19,-3,22,2v-1,20,10,30,28,30v45,0,32,-51,3,-73v-37,-28,-47,-59,-11,-97v22,-23,21,-62,-18,-61","w":174,"k":{"\u2018":13,"\u201c":13,"-":-7}},"\u00ae":{"d":"194,-163v0,-32,-42,-25,-74,-26r0,55v35,-1,74,7,74,-29xm215,-162v0,21,-16,37,-36,39r34,69r-23,0r-32,-67r-38,0r0,67r-20,0r0,-149v51,1,116,-9,115,41xm150,-11v68,0,116,-47,116,-116v0,-69,-47,-116,-116,-116v-69,0,-116,48,-116,116v0,69,47,116,116,116xm22,-127v0,-77,51,-128,128,-128v77,0,128,51,128,128v0,78,-53,129,-128,129v-76,0,-128,-51,-128,-129","w":299},"\u00a9":{"d":"83,-127v0,-61,59,-102,107,-67v11,8,16,20,18,33r-18,0v-4,-18,-19,-32,-40,-31v-33,1,-46,29,-47,66v0,36,15,63,47,64v22,0,39,-14,42,-34r18,0v-2,29,-29,49,-61,49v-42,-1,-66,-34,-66,-80xm150,-11v68,0,116,-47,116,-116v0,-69,-47,-116,-116,-116v-69,0,-116,48,-116,116v0,69,47,116,116,116xm22,-127v0,-77,51,-128,128,-128v77,0,128,51,128,128v0,78,-53,129,-128,129v-76,0,-128,-51,-128,-129","w":299},"\u2122":{"d":"163,-256r30,78r29,-78r18,0r0,94r-11,0r0,-85r-31,85r-9,0r-33,-85r0,85r-11,0r0,-94r18,0xm122,-256r0,9r-31,0r0,85r-11,0r0,-85r-32,0r0,-9r74,0","w":299},"\u00b4":{"d":"84,-204r-16,0r37,-62r26,0"},"\u00a8":{"d":"106,-218r0,-29r25,0r0,29r-25,0xm49,-218r0,-29r25,0r0,29r-25,0"},"\u2260":{"d":"225,-195r-38,49r68,0r0,14r-77,0r-39,50r116,0r0,14r-125,0r-44,57r-11,-9r38,-48r-68,0r0,-14r76,0r39,-50r-115,0r0,-14r124,0r45,-57","w":299},"\u00c6":{"d":"152,-90r-14,-154r-74,154r88,0xm274,0r-114,0r-7,-70r-99,0r-33,70r-26,0r125,-259r154,0r0,20r-114,0r9,96r100,0r0,19r-98,0r10,102r93,0r0,22","w":289,"k":{";":-7,":":-7,".":-7,"-":-7,",":-7}},"\u00d8":{"d":"99,-244v-75,-3,-54,115,-50,189r93,-168v-8,-14,-22,-21,-43,-21xm99,-16v76,4,54,-116,50,-189r-93,169v11,12,23,19,43,20xm99,4v-25,0,-40,-7,-55,-18r-16,29r-13,-7r18,-34v-13,-28,-13,-65,-13,-117v0,-78,10,-118,79,-120v25,0,41,6,55,17r15,-27r12,9r-16,31v15,28,13,60,14,114v1,76,-12,120,-80,123","w":199,"k":{"\u201e":13,"\u201a":26,"\u2019":-7,"\u201d":-7,"Y":6,"X":6,"T":6,";":-7,":":-7,".":15,"-":-7,",":15}},"\u221e":{"d":"250,-111v0,-39,-42,-65,-67,-34v-8,9,-18,25,-27,47v11,20,24,35,51,36v26,0,43,-22,43,-49xm50,-105v0,38,42,66,67,34v8,-9,18,-25,27,-47v-11,-20,-24,-35,-50,-36v-26,0,-44,22,-44,49xm93,-172v30,1,43,22,54,47v13,-25,26,-47,57,-48v32,-1,54,31,54,65v0,35,-18,65,-51,64v-31,-1,-40,-20,-54,-46v-14,25,-26,45,-56,47v-32,1,-55,-31,-55,-65v0,-35,18,-65,51,-64","w":299},"\u00b1":{"d":"255,-25r0,15r-210,0r0,-15r210,0xm157,-204r0,62r98,0r0,14r-98,0r0,62r-14,0r0,-62r-98,0r0,-14r98,0r0,-62r14,0","w":299},"\u2264":{"d":"253,-23r0,14r-207,0r0,-14r207,0xm253,-190r-183,61r183,62r0,15r-207,-71r0,-12r207,-71r0,16","w":299},"\u2265":{"d":"253,-23r0,14r-207,0r0,-14r207,0xm253,-135r0,12r-207,71r0,-15r184,-62r-184,-61r0,-16","w":299},"\u00a5":{"d":"73,0r0,-103r-66,0r0,-14r59,0r-18,-37r-41,0r0,-14r34,0r-40,-82r26,0r57,124r59,-124r23,0r-39,82r33,0r0,14r-40,0r-18,37r58,0r0,14r-65,0r0,103r-22,0","w":167},"\u00b5":{"d":"126,-25v-14,37,-91,41,-103,0r-21,100r-22,0r56,-262r21,0v-7,44,-20,82,-24,129v-4,48,54,58,79,26v27,-36,32,-104,46,-155r22,0r-34,162v0,10,8,12,19,11v-2,5,0,15,-5,17v-23,7,-39,-4,-34,-28","w":192},"\u2202":{"d":"24,-63v0,-63,89,-107,108,-39v4,-37,14,-110,-23,-115v-14,-1,-37,46,-49,14v0,-15,20,-26,37,-26v44,2,61,45,61,97v0,65,-27,137,-80,137v-34,0,-54,-30,-54,-68xm79,-3v31,0,46,-42,46,-78v0,-26,-9,-45,-32,-45v-33,0,-48,41,-47,80v0,25,10,43,33,43"},"\u2211":{"d":"8,-259r212,0r0,22r-182,0r127,138r-134,147r189,0r0,21r-218,0r0,-22r132,-146r-126,-138r0,-22","w":226},"\u220f":{"d":"29,-259r204,0r0,328r-23,0r0,-306r-157,0r0,306r-24,0r0,-328","w":262},"\u03c0":{"d":"1,-145v7,-31,15,-41,51,-42r146,0r-4,19r-32,0r-26,132v-3,21,18,21,35,17v-1,13,-4,24,-21,22v-48,-3,-34,-54,-25,-97r15,-74r-67,0r-36,168r-21,0r36,-168v-19,-2,-28,7,-30,23r-21,0","w":203},"\u222b":{"d":"26,25v16,-2,16,17,24,24v8,0,13,-10,16,-29v14,-73,-22,-286,67,-292v27,-2,38,39,8,39v-14,4,-20,-18,-24,-22v-8,0,-12,9,-16,28v-15,71,23,288,-67,292v-28,1,-36,-38,-8,-40","w":166},"\u00aa":{"d":"47,-144v30,0,37,-23,35,-55v-37,2,-56,1,-58,30v-1,15,8,25,23,25xm57,-262v63,0,36,72,43,129r-15,0r-1,-17v-18,28,-78,24,-76,-19v2,-36,36,-41,74,-42v1,-25,-3,-40,-28,-39v-16,0,-25,5,-25,21r-16,0v1,-24,16,-33,44,-33","w":115},"\u00ba":{"d":"60,-130v-39,0,-48,-23,-48,-66v0,-44,9,-66,48,-66v39,0,47,23,47,66v0,44,-7,66,-47,66xm29,-196v0,34,3,54,31,54v26,0,30,-21,30,-51v-1,-36,-2,-56,-30,-56v-27,0,-31,20,-31,53","w":119},"\u03a9":{"d":"256,-138v-2,56,-26,90,-63,117r62,0r0,21r-100,0r0,-18v43,-27,75,-61,77,-120v2,-59,-37,-107,-93,-107v-56,0,-93,48,-92,107v2,59,34,93,77,120r0,18r-100,0r0,-21r62,0v-37,-27,-62,-60,-63,-117v-1,-70,48,-128,116,-128v69,0,119,57,117,128","w":278},"\u00e6":{"d":"237,-55v8,69,-105,78,-120,24v-9,20,-29,35,-57,35v-31,1,-49,-23,-48,-55v1,-51,43,-64,99,-61v2,-34,-4,-58,-38,-56v-22,0,-33,10,-33,31r-22,0v-6,-56,88,-61,108,-26v32,-44,122,-19,111,48r0,20r-104,0v-1,43,1,82,41,81v26,0,39,-14,39,-41r24,0xm175,-167v-31,1,-42,22,-42,56r82,0v1,-33,-10,-56,-40,-56xm64,-13v41,0,50,-36,47,-82v-45,0,-78,3,-79,43v0,22,11,39,32,39","w":255,"k":{"-":-7}},"\u00f8":{"d":"80,4v-19,1,-34,-5,-43,-14r-17,27r-10,-8r18,-29v-21,-52,-24,-173,52,-165v19,2,33,4,42,14r17,-24r10,7r-18,27v11,18,12,39,12,75v0,57,-12,88,-63,90xm80,-14v52,2,42,-75,37,-123r-69,108v7,10,16,14,32,15xm79,-167v-51,0,-45,79,-37,125r69,-109v-5,-10,-16,-16,-32,-16","w":159,"k":{"\u2018":6,"\u201c":6,"-":-7}},"\u00bf":{"d":"67,4v-72,0,-59,-97,-26,-130v18,-18,13,-39,14,-71r21,0v12,67,-39,90,-39,144v0,24,8,38,30,38v22,0,27,-16,27,-40v8,2,25,-6,24,7v-2,33,-16,52,-51,52xm80,-259r0,29r-27,0r0,-29r27,0","w":133},"\u00a1":{"d":"60,-198r3,198r-26,0r5,-198r18,0xm64,-259r0,29r-27,0r0,-29r27,0","w":100},"\u00ac":{"d":"255,-150r0,88r-13,0r0,-74r-197,0r0,-14r210,0","w":299},"\u221a":{"d":"222,-286r0,11r-22,0r-105,282r-6,0r-58,-159v-9,2,-21,13,-22,-2r41,-14r49,133r93,-251r30,0","w":222},"\u0192":{"d":"147,-237v-38,-9,-44,52,-53,92r34,0r-4,17r-34,0v-22,65,-17,206,-96,195v3,-6,-1,-20,11,-18v19,4,31,-33,39,-63r25,-114r-34,0r4,-17r33,0v16,-52,8,-123,79,-109","w":165},"\u2248":{"d":"201,-73v30,-2,43,-13,68,-29r0,17v-20,14,-41,24,-68,26v-21,2,-81,-26,-102,-25v-30,2,-44,12,-68,28r0,-16v20,-15,39,-24,68,-26v22,-1,82,26,102,25xm201,-130v29,-3,44,-12,68,-29r0,17v-20,15,-39,23,-68,25v-21,1,-82,-26,-102,-24v-30,1,-44,12,-68,28r0,-16v20,-15,40,-24,68,-26v22,-2,82,26,102,25","w":299},"\u2206":{"d":"203,-21r-86,-217r-86,217r172,0xm133,-259r104,259r-239,0r104,-259r31,0","w":234},"\u00ab":{"d":"120,-21r-21,0r-32,-70r32,-69r21,0r-28,69xm67,-21r-21,0r-33,-70r33,-69r21,0r-28,69","w":133,"k":{"\u00c6":-13,"Y":13,"W":6,"V":13,"T":20,"J":-7}},"\u00bb":{"d":"13,-21r28,-70r-28,-69r21,0r33,69r-33,70r-21,0xm67,-21r27,-70r-27,-69r21,0r32,69r-32,70r-21,0","w":133,"k":{"Y":26,"X":6,"W":13,"V":20,"T":20}},"\u2026":{"d":"46,0r0,-29r28,0r0,29r-28,0xm166,0r0,-29r28,0r0,29r-28,0xm286,0r0,-29r28,0r0,29r-28,0","w":360},"\u00a0":{"w":165},"\u00c0":{"d":"55,-89r88,0r-43,-146xm28,0r-23,0r83,-259r26,0r81,259r-25,0r-21,-69r-100,0xm106,-282r-47,-62r26,0r37,62r-16,0","w":200},"\u00c3":{"d":"55,-89r88,0r-43,-146xm28,0r-23,0r83,-259r26,0r81,259r-25,0r-21,-69r-100,0xm84,-324v19,0,40,18,48,-4r14,0v-5,31,-33,36,-61,23v-9,0,-14,5,-17,12r-14,0v4,-17,12,-31,30,-31","w":200},"\u00d5":{"d":"99,4v-72,0,-79,-48,-79,-134v0,-85,5,-133,79,-133v73,0,80,49,80,133v0,86,-7,134,-80,134xm99,-244v-56,5,-55,42,-55,114v0,73,-1,108,55,114v56,-5,56,-42,56,-114v0,-74,0,-108,-56,-114xm84,-324v19,0,40,18,48,-4r14,0v-5,31,-33,36,-61,23v-9,0,-14,5,-17,12r-14,0v4,-17,12,-31,30,-31","w":199},"\u0152":{"d":"45,-130v-3,88,12,115,99,108r0,-217r-33,-1v-66,-1,-64,39,-66,110xm20,-121v0,-101,17,-138,124,-138r117,0r0,20r-93,0r0,96r87,0r0,19r-87,0r0,102r93,0r0,22r-156,1v-74,1,-85,-43,-85,-122","w":275,"k":{";":-7,":":-7,".":-7,",":-7}},"\u0153":{"d":"247,-55v8,65,-90,77,-115,33v-12,17,-25,26,-52,26v-54,0,-64,-34,-64,-94v0,-62,10,-94,64,-95v27,-1,40,10,52,27v9,-18,27,-27,53,-27v51,-1,67,41,62,98r-104,0v-1,41,3,73,41,73v26,0,41,-14,40,-41r23,0xm80,-167v-40,0,-42,30,-42,81v0,44,4,72,42,72v38,0,41,-29,41,-76v0,-46,-3,-77,-41,-77xm185,-167v-33,1,-43,24,-42,62r82,0v1,-36,-7,-62,-40,-62","w":263,"k":{"-":-7}},"\u2013":{"d":"0,-83r0,-15r180,0r0,15r-180,0"},"\u2014":{"d":"360,-98r0,15r-360,0r0,-15r360,0","w":360},"\u201c":{"d":"57,-259r-16,66r-28,0r23,-66r21,0xm114,-259r-16,66r-28,0r23,-66r21,0","w":127,"k":{"\u0111":26,"\u0152":6,"\u00d8":6,"\u00c6":50,"\u00c5":34,"r":13,"q":26,"g":26,"d":26,"Y":-20,"X":-11,"W":-8,"V":-17,"T":-7,"Q":6,"O":6,"J":48,"A":34}},"\u201d":{"d":"70,-193r16,-66r28,0r-23,66r-21,0xm14,-193r16,-66r27,0r-22,66r-21,0","w":127},"\u2018":{"d":"57,-259r-16,66r-27,0r22,-66r21,0","w":70,"k":{"\u0111":26,"\u0152":15,"\u00d8":15,"\u00c6":50,"\u00c5":34,"r":13,"q":26,"g":26,"d":26,"Y":-20,"X":-11,"W":-8,"V":-17,"T":-7,"Q":6,"O":15,"J":28,"A":34}},"\u2019":{"d":"14,-193r16,-66r27,0r-22,66r-21,0","w":70},"\u00f7":{"d":"133,-46v0,-9,7,-19,17,-18v10,0,17,8,17,18v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17xm255,-114r0,14r-210,0r0,-14r210,0xm150,-150v-21,0,-23,-36,0,-35v10,0,17,7,17,17v0,9,-8,18,-17,18","w":299},"\u25ca":{"d":"89,-248r-68,144r68,145r68,-145xm89,-291r88,187r-88,188r-88,-188","w":177},"\u00ff":{"d":"41,68r21,-70r-58,-179r23,0r46,151r41,-151r22,0r-73,249r-22,0xm86,-218r0,-29r25,0r0,29r-25,0xm29,-218r0,-29r25,0r0,29r-25,0","w":140},"\u0178":{"d":"72,0r0,-106r-74,-153r27,0r60,129r60,-129r24,0r-73,153r0,106r-24,0xm100,-296r0,-29r25,0r0,29r-25,0xm43,-296r0,-29r25,0r0,29r-25,0","w":167},"\u2215":{"d":"-67,4r174,-259r18,0r-175,259r-17,0","w":60},"\u00a4":{"d":"110,-98v31,0,58,-27,58,-58v0,-31,-27,-58,-58,-58v-32,0,-59,26,-59,58v0,32,27,58,59,58xm53,-110v-21,-21,-20,-70,0,-92r-36,-36r10,-10r36,36v22,-21,71,-20,93,0r36,-36r10,10r-36,36v20,22,21,71,0,92r36,37r-10,10r-36,-36v-22,20,-71,21,-93,0r-36,36r-10,-10","w":218},"\u2039":{"d":"66,-21r-21,0r-32,-70r32,-69r21,0r-27,69","w":79,"k":{"\u00c6":-13,"Y":13,"W":6,"V":13,"T":20,"J":-7}},"\u203a":{"d":"13,-21r27,-70r-27,-69r21,0r32,69r-32,70r-21,0","w":79},"\uf001":{"d":"108,0r0,-181r23,0r0,181r-23,0xm107,-232r0,-27r26,0r0,27r-26,0xm86,-245v-41,-6,-37,27,-37,64r37,0r0,19r-37,0r0,162r-21,0r0,-162r-29,0r0,-19r29,0v1,-35,-8,-77,29,-80v7,-1,17,-2,29,-2r0,18","w":152,"k":{"\u2018":6,"\u201c":6}},"\uf002":{"d":"85,-245v-41,-6,-36,28,-36,64r37,0r0,19r-37,0r0,162r-21,0r0,-162r-29,0r0,-19r29,0v1,-35,-8,-77,29,-80v7,-1,16,-2,28,-2r0,18xm109,0r0,-259r22,0r0,259r-22,0","w":152},"\u2021":{"d":"72,0r0,-57r-50,0r0,-17r50,0r0,-107r-50,0r0,-18r50,0r0,-60r21,0r0,60r51,0r0,18r-51,0r0,107r51,0r0,17r-51,0r0,57r-21,0","w":165},"\u00b7":{"d":"40,-109v-8,0,-16,-7,-16,-16v0,-8,8,-17,16,-17v10,0,16,7,16,17v0,10,-7,16,-16,16","w":82},"\u201a":{"d":"7,36r16,-66r27,0r-22,66r-21,0","w":70,"k":{"\uf002":6,"\uf001":6,"\u0152":6,"\u00d8":6,"\u00c6":-13,"\u00c5":-7,"w":15,"v":15,"t":6,"f":6,"Y":20,"X":-15,"W":18,"V":26,"T":16,"O":6,"J":-13,"C":6,"A":-7}},"\u201e":{"d":"64,36r16,-66r27,0r-22,66r-21,0xm7,36r15,-66r28,0r-22,66r-21,0","w":127,"k":{"\uf002":6,"\uf001":6,"\u0152":6,"\u00d8":6,"\u00c6":-13,"\u00c5":-7,"w":15,"v":15,"t":6,"f":6,"Y":20,"X":-15,"W":18,"V":26,"T":16,"O":6,"J":-13,"C":6,"A":-7}},"\u2030":{"d":"255,-61v0,-39,12,-65,48,-65v36,0,48,28,48,68v-1,37,-14,62,-48,62v-36,0,-48,-26,-48,-65xm303,-11v39,0,37,-99,0,-99v-22,0,-28,21,-28,48v0,29,6,51,28,51xm58,4r108,-259r16,0r-108,259r-16,0xm57,-140v38,0,37,-99,0,-99v-22,0,-28,21,-28,48v0,29,6,51,28,51xm57,-255v35,0,47,28,47,67v0,37,-12,62,-47,63v-36,0,-48,-25,-48,-65v0,-40,12,-65,48,-65xm183,-11v39,0,37,-99,0,-99v-22,0,-27,21,-27,48v0,29,5,51,27,51xm135,-61v0,-39,12,-65,48,-65v36,0,48,28,48,68v0,38,-13,62,-48,62v-36,0,-48,-26,-48,-65","w":359},"\u00c2":{"d":"55,-89r88,0r-43,-146xm28,0r-23,0r83,-259r26,0r81,259r-25,0r-21,-69r-100,0xm51,-282r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0","w":200},"\u00ca":{"d":"141,0r-117,0r0,-259r117,0r0,20r-93,0r0,96r87,0r0,19r-87,0r0,102r93,0r0,22xm36,-282r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0","w":155},"\u00c1":{"d":"55,-89r88,0r-43,-146xm28,0r-23,0r83,-259r26,0r81,259r-25,0r-21,-69r-100,0xm94,-282r-16,0r37,-62r26,0","w":200},"\u00cb":{"d":"141,0r-117,0r0,-259r117,0r0,20r-93,0r0,96r87,0r0,19r-87,0r0,102r93,0r0,22xm101,-296r0,-29r25,0r0,29r-25,0xm44,-296r0,-29r25,0r0,29r-25,0","w":155},"\u00c8":{"d":"141,0r-117,0r0,-259r117,0r0,20r-93,0r0,96r87,0r0,19r-87,0r0,102r93,0r0,22xm91,-282r-47,-62r26,0r37,62r-16,0","w":155},"\u00cd":{"d":"25,0r0,-259r23,0r0,259r-23,0xm31,-282r-16,0r37,-62r26,0","w":73},"\u00ce":{"d":"25,0r0,-259r23,0r0,259r-23,0xm-12,-282r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0","w":73},"\u00cf":{"d":"25,0r0,-259r23,0r0,259r-23,0xm53,-296r0,-29r25,0r0,29r-25,0xm-4,-296r0,-29r25,0r0,29r-25,0","w":73},"\u00cc":{"d":"25,0r0,-259r23,0r0,259r-23,0xm43,-282r-47,-62r26,0r37,62r-16,0","w":73},"\u00d3":{"d":"99,4v-72,0,-79,-48,-79,-134v0,-85,5,-133,79,-133v73,0,80,49,80,133v0,86,-7,134,-80,134xm99,-244v-56,5,-55,42,-55,114v0,73,-1,108,55,114v56,-5,56,-42,56,-114v0,-74,0,-108,-56,-114xm94,-282r-16,0r37,-62r26,0","w":199},"\u00d4":{"d":"99,4v-72,0,-79,-48,-79,-134v0,-85,5,-133,79,-133v73,0,80,49,80,133v0,86,-7,134,-80,134xm99,-244v-56,5,-55,42,-55,114v0,73,-1,108,55,114v56,-5,56,-42,56,-114v0,-74,0,-108,-56,-114xm51,-282r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0","w":199},"\uf000":{"d":"205,-284v6,37,-31,78,-58,68v-2,-36,27,-63,58,-68xm224,-130v0,31,18,49,41,59v-21,43,-30,70,-72,77v-9,1,-35,-13,-45,-11v-9,-2,-37,13,-45,11v-54,-12,-79,-76,-83,-136v-3,-49,32,-86,79,-86v13,0,39,12,49,12v20,-7,58,-21,83,-6v10,6,19,12,28,22v-20,14,-35,28,-35,58","w":284},"\u00d2":{"d":"99,4v-72,0,-79,-48,-79,-134v0,-85,5,-133,79,-133v73,0,80,49,80,133v0,86,-7,134,-80,134xm99,-244v-56,5,-55,42,-55,114v0,73,-1,108,55,114v56,-5,56,-42,56,-114v0,-74,0,-108,-56,-114xm106,-282r-47,-62r26,0r37,62r-16,0","w":199},"\u00da":{"d":"100,4v-116,4,-65,-161,-76,-263r23,0r0,170v-2,49,11,74,53,74v42,0,53,-26,53,-74r0,-170r23,0r0,170v-1,63,-17,91,-76,93xm94,-282r-16,0r37,-62r26,0","w":200},"\u00db":{"d":"100,4v-116,4,-65,-161,-76,-263r23,0r0,170v-2,49,11,74,53,74v42,0,53,-26,53,-74r0,-170r23,0r0,170v-1,63,-17,91,-76,93xm51,-282r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0","w":200},"\u00d9":{"d":"100,4v-116,4,-65,-161,-76,-263r23,0r0,170v-2,49,11,74,53,74v42,0,53,-26,53,-74r0,-170r23,0r0,170v-1,63,-17,91,-76,93xm106,-282r-47,-62r26,0r37,62r-16,0","w":200},"\u0131":{"d":"21,0r0,-181r23,0r0,181r-23,0","w":65},"\u02c6":{"d":"41,-204r36,-62r26,0r36,62r-17,0r-32,-46r-32,46r-17,0"},"\u02dc":{"d":"74,-246v19,0,40,18,48,-4r14,0v-5,31,-33,36,-61,23v-9,0,-14,5,-17,12r-14,0v4,-17,12,-31,30,-31"},"\u00af":{"d":"48,-222r0,-21r84,0r0,21r-84,0"},"\u02d8":{"d":"134,-258v5,45,-49,59,-76,35v-8,-7,-11,-19,-12,-35r14,0v2,18,10,25,30,25v20,0,28,-7,30,-25r14,0"},"\u02d9":{"d":"77,-211r0,-29r26,0r0,29r-26,0"},"\u02da":{"d":"90,-271v-14,0,-26,11,-26,26v0,16,12,27,26,27v14,0,26,-12,26,-27v0,-14,-11,-26,-26,-26xm90,-203v-23,1,-42,-19,-42,-42v0,-23,19,-43,42,-42v24,0,43,19,43,42v0,23,-19,42,-43,42"},"\u00b8":{"d":"132,50v1,40,-55,33,-84,23r0,-13v21,4,62,16,64,-10v1,-17,-14,-19,-33,-18r0,-32r11,0v1,6,-3,17,2,20v24,0,40,8,40,30"},"\u02dd":{"d":"155,-252r-41,48r-15,0r28,-48r28,0xm59,-204r26,-48r27,0r-39,48r-14,0"},"\u02db":{"d":"109,69v-60,10,-55,-53,-17,-69r10,0v-12,10,-22,21,-24,38v-1,16,16,14,31,14r0,17"},"\u02c7":{"d":"41,-266r17,0r32,46r32,-46r17,0r-36,62r-26,0"},"\u0141":{"d":"30,0r0,-115r-28,19r0,-19r28,-20r0,-124r24,0r0,111r43,-30r0,19r-43,30r0,109r86,0r0,20r-110,0","w":142,"k":{"\u2019":28,"\u2018":40,"\u201d":28,"\u201c":40,"\u0152":6,"\u00d8":6,"y":13,"Y":21,"W":13,"V":20,"U":6,"T":20,"O":6,";":-7,":":-7,".":-7,"-":13,",":-7}},"\u0142":{"d":"23,0r0,-117r-21,14v-4,-21,12,-22,21,-30r0,-126r22,0r0,115r22,-15r0,15r-22,14r0,130r-22,0","w":68},"\u0160":{"d":"89,4v-49,0,-72,-27,-69,-77r24,0v-3,37,12,57,46,58v38,2,61,-41,39,-73v-23,-34,-107,-50,-107,-113v0,-40,29,-62,71,-62v46,0,69,24,67,71r-24,0v1,-34,-12,-52,-45,-52v-26,1,-45,16,-45,41v1,66,115,64,115,138v0,44,-28,69,-72,69xm41,-344r17,0r32,46r32,-46r17,0r-36,62r-26,0"},"\u0161":{"d":"70,4v-38,0,-55,-19,-53,-58r22,0v-1,25,8,40,31,42v40,3,47,-54,12,-65v-26,-15,-61,-22,-61,-62v0,-31,20,-46,51,-46v35,0,51,16,50,52v-6,-1,-17,3,-20,-2v0,-22,-9,-31,-30,-32v-38,-2,-37,48,-6,57v26,15,60,24,60,64v0,33,-22,50,-56,50xm22,-266r17,0r32,46r32,-46r17,0r-36,62r-26,0","w":142},"\u017d":{"d":"7,0r0,-22r121,-217r-112,0r0,-20r134,0r0,25r-118,213r118,0r0,21r-143,0xm29,-344r17,0r32,46r32,-46r17,0r-36,62r-26,0","w":156},"\u017e":{"d":"12,0r0,-19r74,-143r-71,0r0,-19r96,0r0,19r-74,143r74,0r0,19r-99,0xm12,-266r17,0r32,46r32,-46r17,0r-36,62r-26,0","w":122},"\u00a6":{"d":"98,-72r0,134r-16,0r0,-134r16,0xm98,-252r0,134r-16,0r0,-134r16,0"},"\u00d0":{"d":"150,-129v-1,-70,0,-114,-71,-111r-29,0r0,98r48,0r0,17r-48,0r0,105r29,0v69,2,71,-35,71,-109xm175,-129v0,85,-10,130,-91,129r-58,0r0,-125r-24,0r0,-17r24,0r0,-117r58,0v82,-1,91,45,91,130","w":194,"k":{"\u201e":26,"\u201a":26,"\u00c5":6,"Y":6,"W":6,"V":6,"A":6,";":-7,":":-7,".":15,",":15}},"\u00f0":{"d":"18,-88v0,-69,25,-102,86,-87v-4,-14,-14,-26,-21,-37r-43,15r-5,-14r37,-14v-9,-9,-20,-17,-34,-23r6,-13v17,7,32,18,46,29r41,-15r6,14r-36,14v28,38,41,74,41,138v0,54,-13,85,-62,85v-51,0,-62,-33,-62,-92xm40,-88v0,47,3,75,40,75v35,0,40,-29,40,-70v0,-50,-1,-75,-40,-79v-37,3,-40,28,-40,74","w":157},"\u00dd":{"d":"72,0r0,-106r-74,-153r27,0r60,129r60,-129r24,0r-73,153r0,106r-24,0xm78,-282r-16,0r37,-62r26,0","w":167},"\u00fd":{"d":"41,68r21,-70r-58,-179r23,0r46,151r41,-151r22,0r-73,249r-22,0xm64,-204r-16,0r37,-62r26,0","w":140},"\u00de":{"d":"132,-138v0,-52,-34,-53,-84,-51r0,103v50,1,84,2,84,-52xm154,-138v0,64,-41,73,-106,70r0,68r-24,0r0,-259r24,0r0,52v64,-3,106,4,106,69","w":160},"\u00fe":{"d":"83,-15v39,-4,40,-30,40,-80v0,-43,-4,-71,-40,-71v-32,0,-41,32,-40,71v1,47,3,76,40,80xm87,4v-21,0,-34,-11,-45,-25r0,89r-21,0r0,-327r21,0r0,100v11,-16,21,-26,45,-26v49,0,58,39,58,95v0,58,-9,94,-58,94","w":160},"\u2212":{"d":"255,-114r0,14r-210,0r0,-14r210,0","w":299},"\u00d7":{"d":"150,-117r86,-86r10,10r-86,86r86,85r-10,10r-86,-85r-85,85r-11,-10r86,-85r-86,-86r11,-10","w":299},"\u00b9":{"d":"24,-227v18,-4,19,-26,43,-24r0,151r-15,0r0,-133v-6,9,-17,14,-28,21r0,-15","w":109},"\u00b2":{"d":"56,-253v50,0,42,48,20,78r-46,62r67,0r0,13r-84,0r0,-14v22,-36,56,-62,68,-107v-1,-14,-10,-21,-25,-21v-18,0,-27,10,-27,28v-5,-1,-15,3,-16,-2v0,-25,16,-37,43,-37","w":109},"\u00b3":{"d":"50,-98v-26,0,-43,-13,-41,-40v5,1,12,-2,15,1v0,17,10,27,27,27v20,0,25,-10,26,-31v1,-26,-12,-35,-36,-31r0,-12v25,-1,34,-6,35,-30v0,-20,-6,-28,-25,-28v-17,0,-26,9,-25,27r-15,0v-1,-27,13,-38,40,-38v30,0,39,9,40,38v0,20,-7,33,-25,36v21,2,27,14,27,38v0,28,-15,43,-43,43","w":109},"\u00bc":{"d":"228,0r0,-36r-56,0r0,-15r49,-89r21,0r0,94r18,0r0,10r-18,0r0,36r-14,0xm228,-46r1,-86r-46,86r45,0xm37,4r174,-259r18,0r-175,259r-17,0xm23,-229v16,-4,19,-23,41,-21r0,140r-14,0r0,-124v-7,8,-15,13,-27,20r0,-15","w":268},"\u00bd":{"d":"218,-143v46,0,41,44,19,73r-44,58r63,0r0,12r-80,0r0,-13v21,-33,53,-58,66,-99v-1,-12,-11,-20,-24,-20v-18,0,-26,9,-26,26v-5,-1,-14,2,-15,-2v0,-24,16,-35,41,-35xm37,4r174,-259r18,0r-175,259r-17,0xm23,-229v16,-4,19,-23,41,-21r0,140r-14,0r0,-124v-7,8,-15,13,-27,20r0,-15","w":268},"\u00be":{"d":"228,0r0,-36r-56,0r0,-15r49,-89r21,0r0,94r18,0r0,10r-18,0r0,36r-14,0xm228,-46r1,-86r-46,86r45,0xm37,4r174,-259r18,0r-175,259r-17,0xm48,-108v-24,0,-44,-14,-39,-37v4,1,12,-2,14,1v0,17,9,25,26,25v19,0,25,-10,25,-29v0,-24,-10,-30,-35,-30r0,-11v24,0,34,-5,34,-27v0,-18,-7,-26,-25,-26v-15,0,-24,9,-23,25r-14,0v-1,-25,13,-37,38,-36v46,-8,52,65,14,70v20,2,26,12,26,35v0,26,-14,40,-41,40","w":268},"\u20a3":{"d":"24,0r0,-259r109,0r0,20r-85,0r0,96r79,0r0,19r-79,0r0,124r-24,0xm234,-166v-73,-4,-43,100,-49,166r-23,0r0,-169v0,-4,-2,-8,-3,-14r23,0r2,26v11,-16,24,-29,50,-28r0,19","w":237},"\u011e":{"d":"102,-15v16,0,31,-4,45,-9r0,-94r-51,0r0,-18r75,0r0,129v-25,6,-47,11,-74,11v-72,0,-77,-50,-77,-136v0,-83,6,-129,79,-131v49,-1,74,20,73,68r-22,0v0,-34,-15,-49,-49,-49v-58,0,-56,46,-56,114v0,69,-2,115,57,115xm139,-336v5,45,-49,59,-76,35v-8,-7,-11,-19,-12,-35r14,0v2,18,10,25,30,25v20,0,28,-7,30,-25r14,0","w":190},"\u011f":{"d":"77,-22v37,0,41,-30,41,-74v0,-40,-7,-71,-40,-71v-36,0,-40,28,-40,71v0,46,3,74,39,74xm74,-185v23,0,34,10,45,25r1,-24r21,0r-1,179v13,70,-62,90,-104,60v-10,-7,-14,-22,-15,-40r24,0v1,24,9,35,34,35v41,0,39,-37,38,-78v-9,15,-21,24,-43,24v-48,0,-58,-36,-58,-93v0,-54,11,-88,58,-88xm125,-258v5,45,-49,59,-76,35v-8,-7,-11,-19,-12,-35r14,0v2,18,10,25,30,25v20,0,28,-7,30,-25r14,0","w":160},"\u0130":{"d":"25,0r0,-259r23,0r0,259r-23,0xm24,-289r0,-29r26,0r0,29r-26,0","w":73},"\u015e":{"d":"89,4v-49,0,-72,-27,-69,-77r24,0v-3,37,12,57,46,58v38,2,61,-41,39,-73v-23,-34,-107,-50,-107,-113v0,-40,29,-62,71,-62v46,0,69,24,67,71r-24,0v1,-34,-12,-52,-45,-52v-26,1,-45,16,-45,41v1,66,115,64,115,138v0,44,-28,69,-72,69xm132,50v1,40,-55,33,-84,23r0,-13v21,4,62,16,64,-10v1,-17,-14,-19,-33,-18r0,-32r11,0v1,6,-3,17,2,20v24,0,40,8,40,30"},"\u015f":{"d":"70,4v-38,0,-55,-19,-53,-58r22,0v-1,25,8,40,31,42v40,3,47,-54,12,-65v-26,-15,-61,-22,-61,-62v0,-31,20,-46,51,-46v35,0,51,16,50,52v-6,-1,-17,3,-20,-2v0,-22,-9,-31,-30,-32v-38,-2,-37,48,-6,57v26,15,60,24,60,64v0,33,-22,50,-56,50xm113,50v1,40,-55,33,-84,23r0,-13v21,4,62,16,64,-10v1,-17,-14,-19,-33,-18r0,-32r11,0v1,6,-3,17,2,20v24,0,40,8,40,30","w":142},"\u0106":{"d":"93,-16v33,0,48,-24,47,-60v8,1,19,-2,25,1v0,48,-24,81,-72,79v-68,-3,-73,-53,-73,-133v0,-79,5,-134,74,-134v50,0,69,23,68,74r-24,0v0,-35,-10,-55,-43,-55v-49,0,-51,40,-51,102v0,61,-7,126,49,126xm89,-282r-16,0r37,-62r26,0"},"\u0107":{"d":"77,-14v25,1,36,-15,37,-40r21,0v-2,37,-20,60,-59,59v-51,-2,-61,-35,-61,-94v0,-60,9,-96,60,-96v38,0,58,19,60,56r-22,0v-2,-23,-12,-39,-35,-39v-39,0,-40,29,-40,77v0,48,2,75,39,77xm72,-204r-16,0r37,-62r26,0","w":150},"\u010c":{"d":"93,-16v33,0,48,-24,47,-60v8,1,19,-2,25,1v0,48,-24,81,-72,79v-68,-3,-73,-53,-73,-133v0,-79,5,-134,74,-134v50,0,69,23,68,74r-24,0v0,-35,-10,-55,-43,-55v-49,0,-51,40,-51,102v0,61,-7,126,49,126xm46,-344r17,0r32,46r32,-46r17,0r-36,62r-26,0"},"\u010d":{"d":"77,-14v25,1,36,-15,37,-40r21,0v-2,37,-20,60,-59,59v-51,-2,-61,-35,-61,-94v0,-60,9,-96,60,-96v38,0,58,19,60,56r-22,0v-2,-23,-12,-39,-35,-39v-39,0,-40,29,-40,77v0,48,2,75,39,77xm29,-266r17,0r32,46r32,-46r17,0r-36,62r-26,0","w":150},"\u0111":{"d":"74,-184v22,0,34,10,45,25r0,-56r-46,0r0,-13r46,0r0,-31r21,0r0,31r21,0r0,13r-21,0r1,215r-21,0r-1,-21v-11,15,-22,25,-45,25v-48,0,-58,-37,-58,-94v0,-58,9,-94,58,-94xm78,-166v-39,4,-40,30,-40,81v0,42,5,71,39,71v33,0,42,-30,41,-71v-1,-47,-4,-76,-40,-81","w":162},"\u00ad":{"d":"13,-80r0,-20r74,0r0,20r-74,0","w":100},"\u2219":{"d":"40,-109v-8,0,-16,-7,-16,-16v0,-8,8,-17,16,-17v10,0,16,7,16,17v0,10,-7,16,-16,16","w":82}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1993 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({"w":177,"face":{"font-family":"Zurich Cn BT","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 3 5 2 4 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-60 -347 381 85","underline-thickness":"36.0352","underline-position":"-17.4023","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":88},"!":{"d":"37,0r0,-43r42,0r0,43r-42,0xm40,-69r-7,-190r50,0r-6,190r-37,0","w":116},"\"":{"d":"71,-253r34,0r0,98r-34,0r0,-98xm14,-253r34,0r0,98r-34,0r0,-98","w":119},"#":{"d":"125,-149r-16,43r44,0r15,-43r-43,0xm125,-257r38,0r-25,73r42,0r26,-73r39,0r-26,73r50,0r-13,35r-49,0r-15,42r51,0r-13,36r-51,0r-26,73r-39,0r26,-73r-42,0r-27,73r-38,0r25,-73r-50,0r13,-36r50,0r15,-42r-53,0r13,-35r53,0","w":276},"$":{"d":"97,-37v30,-5,27,-55,0,-63r0,63xm165,-72v3,43,-26,69,-66,72r0,31r-20,0r0,-31v-46,-2,-71,-32,-65,-81r44,0v-1,24,5,39,23,44r0,-70v-41,-23,-66,-31,-66,-77v0,-41,26,-59,64,-65r0,-29r20,0r0,29v42,1,67,26,62,69v-13,-1,-31,2,-42,-1v-1,-21,-5,-31,-22,-34r0,62v42,26,65,33,68,81xm81,-215v-30,5,-27,48,0,56r0,-56"},"%":{"d":"209,-104v-23,0,-28,75,0,76v26,-1,25,-75,0,-76xm69,-227v-25,1,-24,75,0,76v27,0,26,-76,0,-76xm209,-131v38,0,51,24,51,65v0,41,-13,66,-51,66v-38,0,-52,-25,-52,-66v1,-40,14,-65,52,-65xm69,-255v38,0,52,25,52,66v-1,41,-14,66,-52,66v-37,0,-51,-26,-51,-66v0,-40,13,-66,51,-66xm71,4r105,-259r29,0r-106,259r-28,0","w":278},"&":{"d":"78,-188v0,29,12,39,41,37r0,-35r52,0r0,35r32,0r0,37r-32,0r0,114r-83,0v-54,2,-73,-21,-74,-73v1,-36,16,-52,48,-59v-29,-9,-39,-27,-39,-65v-1,-54,35,-65,93,-63r0,41v-26,-1,-38,5,-38,31xm69,-78v0,35,15,39,50,38r0,-74v-33,0,-50,2,-50,36","w":208},"'":{"d":"14,-253r34,0r0,98r-34,0r0,-98","w":61},"(":{"d":"91,-263v-30,110,-30,210,-1,323r-28,0v-19,-55,-38,-108,-38,-166v0,-51,19,-108,37,-157r30,0","w":108},")":{"d":"83,-106v0,58,-18,112,-37,166r-29,0v29,-114,29,-213,-1,-323r30,0v19,50,37,104,37,157","w":108},"*":{"d":"89,-176r-18,46r-31,-18r31,-39r-49,9r0,-37r49,8r-31,-38r31,-18r18,46r17,-46r32,18r-32,38r50,-8r0,37r-50,-8r32,38r-32,18"},"+":{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},",":{"d":"12,35r16,-83r43,0r-28,83r-31,0","w":88},"-":{"d":"6,-66r0,-49r88,0r0,49r-88,0","w":100,"k":{"\u0111":-7,"\u0153":-7,"\u0152":-7,"\u00f8":-7,"\u00d8":-7,"\u00c6":-10,"x":6,"s":-13,"q":-7,"o":-7,"g":-7,"e":-7,"d":-7,"c":-7,"Y":15,"W":8,"V":16,"T":20,"S":-7,"Q":-7,"O":-7,"J":-7,"G":-7,"C":-7}},".":{"d":"23,0r0,-48r43,0r0,48r-43,0","w":88},"\/":{"d":"10,33r-29,0r106,-296r29,0","w":100},"0":{"d":"15,-108v0,-86,-2,-146,74,-147v76,-1,74,65,74,147v0,69,-12,113,-74,113v-61,0,-74,-39,-74,-113xm89,-217v-32,9,-24,34,-24,92v0,58,-8,82,24,92v32,-9,24,-33,24,-92v0,-58,8,-82,-24,-92"},"1":{"d":"28,-212v19,-9,34,-22,50,-39r43,0r0,251r-51,0r0,-191v-14,11,-27,20,-42,26r0,-47"},"2":{"d":"161,-192v-6,70,-42,93,-93,154r94,0r0,38r-147,0r0,-46v44,-55,83,-93,97,-150v0,-13,-7,-22,-21,-22v-18,0,-24,17,-21,36r-50,0v-3,-48,22,-73,68,-73v44,-1,77,21,73,63"},"3":{"d":"85,4v-48,0,-72,-23,-69,-73r51,0v1,23,3,35,22,35v20,0,20,-15,21,-37v1,-35,-11,-43,-46,-41r0,-40v33,0,43,-4,43,-36v0,-20,-4,-33,-21,-33v-15,0,-19,15,-19,32r-49,0v-2,-49,22,-66,70,-66v49,0,69,20,69,68v0,29,-9,48,-32,54v27,8,37,24,36,62v0,52,-23,75,-76,75"},"4":{"d":"94,0r0,-58r-79,0r0,-52r61,-141r67,0r0,156r19,0r0,37r-19,0r0,58r-49,0xm100,-95r2,-124r-49,124r47,0"},"5":{"d":"86,4v-44,0,-69,-19,-68,-63r50,0v0,16,5,27,19,27v32,1,33,-100,3,-100v-14,0,-20,11,-21,26r-48,0r4,-145r126,0r0,39r-79,0r-2,62v10,-10,20,-15,40,-15v42,1,50,34,50,82v0,57,-19,86,-74,87"},"6":{"d":"88,-221v-28,1,-22,43,-21,74v9,-9,23,-16,40,-16v41,0,54,32,54,78v0,56,-20,89,-72,89v-66,0,-71,-42,-73,-118v-2,-88,3,-136,74,-141v39,-3,69,18,67,58r-50,0v0,-15,-5,-24,-19,-24xm89,-128v-32,-3,-23,65,-17,85v2,7,8,11,16,11v21,-2,22,-20,22,-47v0,-28,0,-46,-21,-49"},"7":{"d":"39,0r68,-213r-85,0r0,-38r133,0r0,43r-59,208r-57,0"},"8":{"d":"89,-219v-25,0,-27,69,0,69v15,-1,18,-16,18,-36v0,-17,-4,-32,-18,-33xm89,-112v-29,0,-33,80,0,79v32,0,29,-78,0,-79xm88,4v-82,0,-92,-115,-34,-136v-23,-8,-33,-24,-33,-56v0,-45,23,-67,68,-67v44,0,67,23,67,67v0,32,-10,48,-33,56v25,8,37,32,37,66v0,46,-24,70,-72,70"},"9":{"d":"89,-30v28,0,22,-44,22,-74v-9,10,-23,16,-41,16v-41,-1,-54,-32,-54,-77v0,-56,20,-90,72,-90v65,0,72,41,73,118v2,89,-2,136,-74,141v-40,3,-67,-19,-67,-57r50,0v2,14,6,23,19,23xm89,-122v30,3,22,-66,16,-86v-2,-7,-8,-11,-16,-11v-21,2,-22,21,-22,48v0,29,0,47,22,49"},":":{"d":"25,0r0,-48r43,0r0,48r-43,0xm25,-133r0,-48r43,0r0,48r-43,0","w":93},";":{"d":"10,35r16,-83r43,0r-28,83r-31,0xm26,-133r0,-48r43,0r0,48r-43,0","w":93},"<":{"d":"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35","w":299},"=":{"d":"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35","w":299},">":{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},"?":{"d":"53,0r0,-43r41,0r0,43r-41,0xm74,-263v82,-2,80,91,32,136v-16,15,-15,31,-14,57r-37,0v-10,-60,39,-93,39,-133v0,-15,-5,-24,-19,-24v-20,0,-21,15,-22,38r-44,0v-2,-48,20,-73,65,-74","w":150},"@":{"d":"243,-19v-23,1,-37,-8,-38,-29v-22,46,-118,36,-109,-31v-8,-69,82,-134,127,-76r9,-17r31,0r-27,112v0,9,7,12,17,13v39,-8,58,-44,59,-88v1,-59,-55,-98,-117,-97v-90,3,-147,54,-147,140v0,73,57,120,134,119v43,-1,78,-15,106,-34r14,21v-32,23,-69,40,-120,40v-98,-2,-166,-49,-166,-145v0,-107,72,-169,180,-169v86,0,149,42,149,126v0,64,-37,112,-102,115xm134,-78v0,34,34,41,54,22v16,-15,19,-43,26,-67v-4,-17,-11,-30,-31,-29v-29,0,-49,40,-49,74","w":360},"A":{"d":"82,-98r55,0r-27,-112xm161,0r-14,-58r-75,0r-14,58r-54,0r73,-259r69,0r72,259r-57,0","w":221,"k":{"\u201e":-7,"\u201a":-7,"\u2019":29,"\u2018":20,"\u201d":29,"\u201c":20,"v":6,"Y":16,"W":6,"V":11,"T":21,";":-7,":":-7,".":-11,",":-11}},"B":{"d":"138,-189v0,-32,-31,-31,-63,-30r0,65v35,2,63,1,63,-35xm141,-77v0,-37,-29,-39,-66,-37r0,73v37,2,66,1,66,-36xm195,-73v6,88,-90,72,-172,73r0,-259v75,2,168,-17,168,63v0,31,-15,59,-43,61v30,5,45,29,47,62","w":212,"k":{"\u201e":13,"\u201a":13,"\u2019":6,"\u201d":6,"-":-10}},"C":{"d":"106,-36v24,-1,28,-26,26,-53r55,0v6,57,-24,95,-80,93v-78,-3,-88,-50,-88,-140v0,-80,14,-125,88,-126v54,0,80,29,79,84r-55,0v0,-26,-3,-45,-26,-45v-38,7,-32,37,-32,98v0,54,-2,82,33,89","w":201,"k":{";":-7,":":-7}},"D":{"d":"150,-130v0,-71,-4,-94,-68,-90r0,179v63,3,68,-18,68,-89xm203,-130v0,87,-15,130,-91,130r-85,0r0,-259r85,0v77,2,91,43,91,129","w":221,"k":{"\u201e":26,"\u201a":26,"\u00c5":6,"Y":6,"A":6,";":-7,":":-7,".":15,",":15}},"E":{"d":"23,0r0,-259r140,0r0,40r-85,0r0,62r78,0r0,40r-78,0r0,75r88,0r0,42r-143,0","w":179,"k":{";":-7,":":-7,".":-7,",":-7}},"F":{"d":"23,0r0,-259r134,0r0,40r-79,0r0,62r75,0r0,40r-75,0r0,117r-55,0","w":172,"k":{"\u201e":53,"\u201a":53,"\u00ab":6,"\u00e6":13,"\u00c5":16,"u":6,"r":10,"a":13,"A":16,";":8,":":8,".":51,",":51}},"G":{"d":"73,-130v-2,76,4,105,70,92r0,-58r-30,0r0,-40r80,0r0,131v-29,5,-50,8,-78,9v-86,0,-96,-47,-96,-140v0,-81,14,-126,91,-126v55,0,84,28,83,83r-54,0v1,-29,-6,-46,-31,-47v-39,7,-33,37,-35,96","w":212,"k":{"Y":6,"T":6,";":-7,":":-7,".":10,"-":-8,",":10}},"H":{"d":"77,0r-54,0r0,-259r54,0r0,101r59,0r0,-101r54,0r0,259r-54,0r0,-115r-59,0r0,115","w":213},"I":{"d":"23,0r0,-259r53,0r0,259r-53,0","w":100},"J":{"d":"80,4v-59,0,-79,-29,-76,-91r54,0v-2,25,0,53,22,53v26,0,24,-18,24,-56r0,-169r54,0r0,176v2,62,-18,87,-78,87","w":182,"k":{"\u201e":20,"\u201a":20,".":11,",":11}},"K":{"d":"23,0r0,-259r54,0r0,112r67,-112r57,0r-75,119r75,140r-63,0r-61,-126r0,126r-54,0","w":195,"k":{"\u201e":-11,"\u201a":-11,"\u2018":13,"\u0153":6,"\u00ab":10,"\u00f8":6,"\u00e6":6,"\u00c5":6,"y":13,"Y":6,"W":6,"A":6,";":-7,":":-7,".":-7,",":-7}},"L":{"d":"23,0r0,-259r55,0r0,213r79,0r0,46r-134,0","w":161,"k":{"\u2019":28,"\u2018":40,"\u201d":28,"\u201c":40,"\u0152":6,"\u00d8":6,"y":13,"Y":21,"W":13,"V":20,"U":6,"T":20,"O":6,";":-7,":":-7,".":-7,"-":13,",":-7}},"M":{"d":"23,0r0,-259r83,0r41,180v1,9,3,19,4,32v6,-77,27,-141,40,-212r87,0r0,259r-51,0r5,-242r-54,242r-52,0r-57,-243r7,243r-53,0","w":300,"k":{"\u2018":6,"\u201c":6}},"N":{"d":"66,-229r7,229r-50,0r0,-259r73,0v25,75,58,144,76,224r-7,-224r50,0r0,259r-71,0r-65,-180","w":238,"k":{"\u201e":6,"\u201a":6,"\u2018":6,"\u201c":6}},"O":{"d":"194,-136v0,89,-10,140,-87,140v-77,0,-88,-51,-88,-137v0,-81,12,-130,88,-129v74,1,87,45,87,126xm107,-222v-38,6,-34,36,-34,92v0,58,-3,86,33,94v40,-7,34,-36,34,-97v0,-54,4,-83,-33,-89","w":213,"k":{"\u201e":26,"\u201a":26,"\u2019":-7,"\u201d":-7,"Y":6,"X":6,"T":6,";":-7,":":-7,".":15,"-":-7,",":15}},"P":{"d":"191,-181v1,66,-37,84,-111,77r0,104r-57,0r0,-259r87,0v61,1,80,17,81,78xm136,-183v0,-37,-23,-36,-57,-35r0,72v36,1,57,0,57,-37","w":200,"k":{"\u201e":73,"\u201a":73,"\u2019":-8,"\u2018":-7,"\u201d":-8,"\u201c":-7,"\u0153":8,"\u00ab":20,"\u00f8":8,"\u00e6":11,"\u00c5":16,"u":6,"s":6,"r":6,"o":8,"n":6,"i":6,"e":8,"a":11,"A":16,";":10,":":10,".":66,"-":21,",":66}},"Q":{"d":"107,-262v76,0,87,50,87,133v0,47,-3,76,-23,96v13,-5,29,-5,48,-5r0,38r-114,3v-79,-3,-86,-49,-86,-139v0,-79,14,-126,88,-126xm107,-222v-39,5,-34,35,-34,92v0,58,-4,86,33,94v39,-8,34,-37,34,-97v0,-54,4,-83,-33,-89","w":213,"k":{";":-13,":":-13,".":-13,"-":-7,",":-13}},"R":{"d":"134,0v-11,-24,13,-115,-34,-107r-23,0r0,107r-54,0r0,-259v75,3,166,-18,159,66v-3,38,-9,58,-38,65v59,-1,30,85,46,128r-56,0xm130,-184v0,-34,-18,-36,-53,-35r0,72v34,1,53,-4,53,-37","w":202,"k":{"\u2019":-7,"\u201d":-7,"\u0153":6,"\u00f8":6,"\u00e6":6,".":-7,",":-7}},"S":{"d":"95,4v-57,0,-82,-25,-79,-84r55,0v-13,49,56,59,57,15v-10,-49,-108,-58,-108,-127v0,-45,35,-71,82,-71v54,0,80,24,78,78v-17,-2,-40,4,-53,-2v7,-42,-53,-49,-53,-10v0,46,108,59,108,125v0,52,-32,77,-87,76","w":198,"k":{";":-7,":":-7,".":6,"-":-11,",":6}},"T":{"d":"64,0r0,-217r-59,0r0,-42r174,0r0,42r-59,0r0,217r-56,0","w":181,"k":{"\u201e":33,"\u201a":33,"\u203a":20,"\u0153":29,"\u0152":6,"\u00bb":20,"\u00ab":20,"\u00f8":29,"\u00e6":29,"\u00d8":6,"\u00c5":21,"y":29,"w":29,"u":29,"s":28,"r":23,"o":29,"e":29,"c":29,"a":29,"O":6,"C":6,"A":21,";":23,":":23,".":33,"-":20,",":33}},"U":{"d":"112,-35v35,0,34,-23,34,-68r0,-156r54,0v-8,110,37,263,-89,263v-126,0,-80,-154,-88,-263r54,0r0,156v2,48,-1,68,35,68","w":222,"k":{"\u201e":20,"\u201a":20,";":11,":":11,".":8,",":8}},"V":{"d":"65,0r-65,-259r57,0r41,220v10,-78,27,-149,44,-220r55,0r-68,259r-64,0","w":198,"k":{"\u201e":46,"\u201a":46,"\u203a":13,"\u0153":16,"\u00bb":13,"\u00ab":20,"\u00f8":16,"\u00e6":18,"\u00c5":16,"u":13,"o":16,"e":16,"a":18,"A":16,";":18,":":18,".":33,"-":16,",":33}},"W":{"d":"56,0r-56,-259r57,0r24,156v2,18,4,38,6,60v8,-78,28,-144,42,-216r63,0r30,157v3,17,5,37,8,59r17,-101r25,-115r48,0r-58,259r-60,0r-34,-170v-2,-13,-4,-28,-6,-46r-46,216r-60,0","w":321,"k":{"\u201e":33,"\u201a":33,"\u203a":6,"\u2019":-7,"\u201d":-7,"\u0153":10,"\u00bb":6,"\u00ab":13,"\u00f8":10,"\u00e6":10,"\u00c5":11,"u":6,"r":10,"o":10,"e":10,"a":10,"A":11,";":15,":":15,".":18,"-":8,",":18}},"X":{"d":"140,0r-43,-94r-42,94r-54,0r67,-136r-62,-123r58,0r40,87r38,-87r56,0r-65,128r66,131r-59,0","w":200,"k":{"\u201e":-7,"\u201a":-7,"\u2018":6,"\u201c":6,"\u0152":6,"\u00d8":6,"O":6,"C":6,";":-7,":":-7,".":-7,",":-7}},"Y":{"d":"66,0r0,-98r-68,-161r60,0r38,108r41,-108r57,0r-73,161r0,98r-55,0","w":192,"k":{"\u201e":33,"\u201a":33,"\u203a":13,"\u0153":28,"\u0152":6,"\u00bb":13,"\u00ab":26,"\u00f8":28,"\u00e6":31,"\u00d8":6,"\u00c5":18,"u":23,"o":28,"i":6,"e":28,"a":31,"O":6,"C":6,"A":18,";":24,":":24,".":48,"-":15,",":48}},"Z":{"d":"1,0r0,-45r107,-172r-102,0r0,-42r156,0r0,46r-105,170r109,0r0,43r-165,0","w":166,"k":{"\u2018":6,"\u201c":6,";":-7,":":-7,".":-7,"-":-7,",":-7}},"[":{"d":"102,63r-76,0r0,-322r76,0r0,30r-36,0r0,262r36,0r0,30","w":108},"\\":{"d":"116,33r-29,0r-107,-296r30,0","w":100},"]":{"d":"4,63r0,-30r37,0r0,-262r-37,0r0,-30r76,0r0,322r-76,0","w":108},"^":{"d":"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"38,-268r46,0r34,65r-24,0","w":180},"a":{"d":"89,-159v-16,0,-24,9,-24,25r-47,0v-1,-39,29,-51,71,-51v42,0,66,13,67,52v1,44,-4,95,3,133r-45,0r-4,-21v-25,37,-102,25,-97,-34v4,-51,40,-62,96,-62v0,-22,1,-42,-20,-42xm81,-28v26,0,29,-31,28,-62v-32,1,-48,5,-48,33v0,16,6,29,20,29","w":174,"k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"b":{"d":"89,-153v-29,2,-21,49,-21,80v0,29,0,44,22,47v26,-3,20,-26,20,-66v0,-37,2,-56,-21,-61xm108,4v-19,0,-33,-9,-40,-22r-2,18r-49,0r1,-259r50,0r0,93v9,-13,21,-19,41,-19v46,2,49,36,51,91v1,58,-3,98,-52,98","w":174,"k":{"\u201e":13,"\u201a":13,"\u2019":6,"\u2018":13,"\u201d":6,"\u201c":13,"-":-7}},"c":{"d":"89,-27v17,-1,24,-18,23,-40r50,0v0,48,-25,71,-73,71v-63,0,-74,-28,-75,-98v0,-61,17,-90,75,-91v45,-1,74,24,73,68v-16,-2,-38,4,-50,-2v0,-20,-5,-34,-23,-34v-27,0,-24,23,-24,61v0,39,-2,60,24,65","w":174},"d":{"d":"85,-26v32,0,22,-52,22,-86v0,-22,-4,-40,-22,-41v-24,4,-21,28,-21,65v0,41,-6,62,21,62xm64,-185v21,-1,34,6,43,19r0,-93r49,0r2,259r-50,0r-1,-18v-7,13,-21,22,-40,22v-49,0,-54,-37,-53,-98v1,-55,6,-88,50,-91","w":174},"e":{"d":"89,-156v-20,0,-24,20,-23,43r45,0v1,-23,-2,-43,-22,-43xm89,-27v18,0,23,-18,23,-40r50,0v0,48,-25,71,-73,71v-63,0,-74,-28,-75,-98v0,-61,17,-90,75,-91v60,-2,78,37,73,100r-96,0v0,28,-2,58,23,58","w":174,"k":{"-":-7}},"f":{"d":"108,-226v-29,-7,-35,14,-32,45r32,0r0,30r-32,0r0,151r-50,0r0,-151r-25,0r0,-30r25,0v-7,-65,13,-92,82,-81r0,36","w":109,"k":{"\u201e":6,"\u201a":6,"\u2019":-25,"\u2018":-11,"\u201d":-25,"\u201c":-11,".":6,",":6}},"g":{"d":"85,-28v29,-2,22,-49,22,-81v0,-29,0,-43,-22,-46v-27,3,-21,25,-21,66v0,37,-2,56,21,61xm67,-185v19,0,33,9,40,22r1,-18r50,0v-4,56,-1,118,-2,177v0,55,-17,75,-71,75v-40,0,-68,-15,-67,-52r48,0v0,16,5,21,20,22v27,3,19,-29,21,-56v-11,12,-23,19,-42,19v-45,0,-50,-37,-51,-92v-2,-60,3,-97,53,-97","w":174,"k":{".":6,",":6}},"h":{"d":"91,-154v-14,0,-22,12,-22,26r0,128r-50,0r0,-259r50,0r0,97v18,-38,90,-28,90,25r0,137r-51,0r0,-123v0,-20,-1,-30,-17,-31","k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"i":{"d":"68,-181r0,181r-51,0r0,-181r51,0xm68,-259r0,43r-51,0r0,-43r51,0","w":85,"k":{"\u2018":6,"\u201c":6}},"j":{"d":"70,-259r0,43r-50,0r0,-43r50,0xm5,36v14,-3,15,-8,15,-29r0,-188r50,0r0,193v2,49,-19,62,-65,58r0,-34","w":87},"k":{"d":"20,0r0,-259r50,0r0,152r47,-74r50,0r-53,79r59,102r-55,0r-48,-95r0,95r-50,0","w":174,"k":{"\u201e":-13,"\u201a":-13,"\u2019":-13,"\u201d":-13,"\u0153":6,"\u00f8":6,"o":6,"e":6,"-":8}},"l":{"d":"18,0r0,-259r50,0r0,259r-50,0","w":85},"m":{"d":"69,-162v13,-32,80,-29,87,5v9,-16,20,-28,43,-28v79,-1,40,116,49,185r-51,0r0,-123v-1,-20,1,-30,-16,-31v-14,0,-22,12,-22,26r0,128r-51,0r0,-123v0,-20,-1,-30,-17,-31v-14,0,-22,12,-22,26r0,128r-50,0r-2,-181r51,0","w":265,"k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"n":{"d":"91,-154v-14,0,-22,12,-22,26r0,128r-50,0r-2,-181r51,0r1,19v18,-38,90,-28,90,25r0,137r-51,0r0,-123v0,-20,-1,-30,-17,-31","k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"o":{"d":"14,-94v0,-62,18,-91,76,-91v57,0,73,31,73,91v0,70,-11,98,-74,98v-63,0,-75,-28,-75,-98xm89,-153v-27,4,-24,23,-24,61v0,39,-2,60,24,65v25,-5,24,-28,24,-65v0,-38,2,-56,-24,-61","k":{"\u2018":6,"\u201c":6,"-":-7}},"p":{"d":"90,-155v-32,1,-22,52,-22,86v0,22,4,40,22,41v25,-3,21,-29,21,-65v0,-41,4,-57,-21,-62xm110,4v-20,0,-33,-6,-41,-19r0,83r-50,0r-2,-249r50,0r1,18v7,-13,21,-22,40,-22v49,0,54,36,53,97v-1,56,-5,89,-51,92","w":174,"k":{"\u201e":13,"\u201a":13,"\u2019":6,"\u201d":6,"-":-7}},"q":{"d":"85,-28v29,-2,22,-49,22,-81v0,-29,0,-43,-22,-46v-27,3,-21,25,-21,66v0,37,-2,56,21,61xm67,-185v19,0,33,9,40,22r1,-18r50,0r-2,249r-49,0r0,-83v-9,13,-21,20,-41,20v-46,0,-51,-36,-52,-93v-2,-60,3,-97,53,-97","w":174},"r":{"d":"114,-141v-68,-7,-39,84,-45,141r-50,0r0,-181r44,0r3,24v6,-18,23,-29,48,-28r0,44","w":119,"k":{"\u201e":21,"\u201a":21,"\u2019":-15,"\u201d":-15,".":23,"-":6,",":23}},"s":{"d":"73,2v-40,1,-67,-22,-61,-62r49,0v-8,34,38,45,41,14v-4,-35,-95,-41,-90,-89v3,-33,29,-52,65,-51v41,0,70,16,66,55v-15,-2,-36,4,-47,-2v8,-29,-34,-33,-37,-10v8,33,94,41,91,92v-2,41,-31,53,-77,53","w":161,"k":{"-":-7}},"t":{"d":"73,-52v-1,24,11,23,33,21r0,30v-43,7,-82,3,-82,-45r0,-104r-24,0r0,-31r24,0r0,-30r49,-22r0,52r33,0r0,31r-33,0r0,98","w":109,"k":{"\u201e":-7,"\u201a":13,"\u2019":-17,"\u2018":-7,"\u201d":-17,"\u201c":-7}},"u":{"d":"85,-27v14,0,22,-12,22,-26r0,-128r51,0r1,181r-50,0r-2,-20v-17,39,-89,29,-89,-24r0,-137r51,0r0,123v1,20,-1,30,16,31"},"v":{"d":"51,0r-46,-181r52,0r18,109v2,13,3,27,4,43v5,-42,25,-107,36,-152r49,0r-58,181r-55,0","w":163,"k":{"\u201e":21,"\u201a":21,"\u2019":-20,"\u2018":-10,"\u201d":-20,"\u201c":-10,".":21,",":21}},"w":{"d":"51,0r-47,-181r52,0v7,49,20,94,22,147r37,-147r52,0v11,49,27,93,33,147r27,-147r51,0r-51,181r-54,0v-10,-48,-27,-89,-31,-143v-9,55,-25,94,-38,143r-53,0","w":282,"k":{"\u201e":21,"\u201a":21,"\u2019":-20,"\u2018":-10,"\u201d":-20,"\u201c":-10,".":20,",":20}},"x":{"d":"56,0r-51,0r55,-97r-50,-84r55,0r28,56r30,-56r50,0r-49,85r53,96r-55,0r-32,-67","w":181,"k":{"-":11}},"y":{"d":"36,68r20,-64r-53,-185r51,0r27,130r33,-130r49,0r-75,249r-52,0","w":162,"k":{"\u201e":20,"\u201a":20,"\u2019":-20,"\u2018":-13,"\u201d":-20,"\u201c":-13,".":18,",":18}},"z":{"d":"9,0r0,-39r72,-111r-68,0r0,-31r120,0r0,33r-71,115r71,0r0,33r-124,0","w":142},"{":{"d":"74,-200v-4,-57,29,-60,81,-60r0,37v-78,-16,1,126,-75,130v43,3,37,48,37,94v0,31,8,36,38,35r0,37v-52,1,-81,-3,-81,-60v0,-46,8,-95,-46,-88r0,-37v50,10,49,-40,46,-88","w":180},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360","w":180},"}":{"d":"100,-93v-76,-5,8,-142,-75,-130r0,-37v52,-1,84,4,81,60v-2,46,-6,99,47,88r0,37v-53,-7,-50,40,-47,88v3,58,-29,61,-81,60r0,-37v79,17,0,-125,75,-129","w":180},"~":{"d":"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15","w":299},"\u00c4":{"d":"82,-98r55,0r-27,-112xm161,0r-14,-58r-75,0r-14,58r-54,0r73,-259r69,0r72,259r-57,0xm122,-292r0,-43r39,0r0,43r-39,0xm61,-292r0,-43r39,0r0,43r-39,0","w":221},"\u00c5":{"d":"112,-322v-12,0,-22,9,-22,22v0,12,9,23,22,22v12,0,22,-10,22,-22v0,-12,-10,-22,-22,-22xm82,-98r55,0r-27,-112xm112,-347v47,0,63,71,22,88r12,0r72,259r-57,0r-14,-58r-75,0r-14,58r-54,0r73,-259r12,0v-41,-17,-25,-88,23,-88","w":221,"k":{"\u201e":-7,"\u201a":-7,"\u2019":29,"\u2018":20,"\u201d":29,"\u201c":20,"v":6,"Y":16,"W":6,"V":11,"T":21,";":-7,":":-7,".":-11,",":-11}},"\u00c7":{"d":"106,-36v24,-1,28,-26,26,-53r55,0v6,57,-24,95,-80,93v-78,-3,-88,-50,-88,-140v0,-80,14,-125,88,-126v54,0,80,29,79,84r-55,0v0,-26,-3,-45,-26,-45v-38,7,-32,37,-32,98v0,54,-2,82,33,89xm150,49v1,44,-59,39,-93,28r0,-23v14,4,30,8,45,8v11,0,17,-3,17,-13v0,-13,-16,-12,-31,-12r0,-37r18,0v1,5,-3,15,2,16v26,-1,42,9,42,33","w":201},"\u00c9":{"d":"23,0r0,-259r140,0r0,40r-85,0r0,62r78,0r0,40r-78,0r0,75r88,0r0,42r-143,0xm145,-346r-56,65r-24,0r34,-65r46,0","w":179},"\u00d1":{"d":"66,-229r7,229r-50,0r0,-259r73,0v25,75,58,144,76,224r-7,-224r50,0r0,259r-71,0r-65,-180xm101,-331v18,0,47,20,50,-6r20,0v-4,43,-34,46,-72,34v-9,0,-11,6,-13,14r-19,0v6,-24,10,-42,34,-42","w":238},"\u00d6":{"d":"194,-136v0,89,-10,140,-87,140v-77,0,-88,-51,-88,-137v0,-81,12,-130,88,-129v74,1,87,45,87,126xm107,-222v-38,6,-34,36,-34,92v0,58,-3,86,33,94v40,-7,34,-36,34,-97v0,-54,4,-83,-33,-89xm118,-292r0,-43r39,0r0,43r-39,0xm57,-292r0,-43r39,0r0,43r-39,0","w":213},"\u00dc":{"d":"112,-35v35,0,34,-23,34,-68r0,-156r54,0v-8,110,37,263,-89,263v-126,0,-80,-154,-88,-263r54,0r0,156v2,48,-1,68,35,68xm122,-292r0,-43r39,0r0,43r-39,0xm61,-292r0,-43r39,0r0,43r-39,0","w":222},"\u00e1":{"d":"89,-159v-16,0,-24,9,-24,25r-47,0v-1,-39,29,-51,71,-51v42,0,66,13,67,52v1,44,-4,95,3,133r-45,0r-4,-21v-25,37,-102,25,-97,-34v4,-51,40,-62,96,-62v0,-22,1,-42,-20,-42xm81,-28v26,0,29,-31,28,-62v-32,1,-48,5,-48,33v0,16,6,29,20,29xm145,-268r-56,65r-24,0r34,-65r46,0","w":174},"\u00e0":{"d":"89,-159v-16,0,-24,9,-24,25r-47,0v-1,-39,29,-51,71,-51v42,0,66,13,67,52v1,44,-4,95,3,133r-45,0r-4,-21v-25,37,-102,25,-97,-34v4,-51,40,-62,96,-62v0,-22,1,-42,-20,-42xm81,-28v26,0,29,-31,28,-62v-32,1,-48,5,-48,33v0,16,6,29,20,29xm41,-268r46,0r34,65r-24,0","w":174},"\u00e2":{"d":"89,-159v-16,0,-24,9,-24,25r-47,0v-1,-39,29,-51,71,-51v42,0,66,13,67,52v1,44,-4,95,3,133r-45,0r-4,-21v-25,37,-102,25,-97,-34v4,-51,40,-62,96,-62v0,-22,1,-42,-20,-42xm81,-28v26,0,29,-31,28,-62v-32,1,-48,5,-48,33v0,16,6,29,20,29xm38,-203r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0","w":174},"\u00e4":{"d":"89,-159v-16,0,-24,9,-24,25r-47,0v-1,-39,29,-51,71,-51v42,0,66,13,67,52v1,44,-4,95,3,133r-45,0r-4,-21v-25,37,-102,25,-97,-34v4,-51,40,-62,96,-62v0,-22,1,-42,-20,-42xm81,-28v26,0,29,-31,28,-62v-32,1,-48,5,-48,33v0,16,6,29,20,29xm104,-214r0,-43r39,0r0,43r-39,0xm43,-214r0,-43r39,0r0,43r-39,0","w":174},"\u00e3":{"d":"89,-159v-16,0,-24,9,-24,25r-47,0v-1,-39,29,-51,71,-51v42,0,66,13,67,52v1,44,-4,95,3,133r-45,0r-4,-21v-25,37,-102,25,-97,-34v4,-51,40,-62,96,-62v0,-22,1,-42,-20,-42xm81,-28v26,0,29,-31,28,-62v-32,1,-48,5,-48,33v0,16,6,29,20,29xm75,-253v18,0,47,20,50,-6r20,0v-4,43,-34,46,-72,34v-9,0,-11,6,-13,14r-19,0v6,-24,10,-42,34,-42","w":174},"\u00e5":{"d":"90,-264v-12,0,-22,10,-22,22v0,12,9,22,22,22v12,0,23,-9,22,-22v0,-12,-10,-22,-22,-22xm90,-195v-25,0,-47,-22,-47,-47v0,-25,21,-46,47,-46v26,0,47,21,47,46v0,25,-22,47,-47,47xm81,-28v26,0,29,-31,28,-62v-32,1,-48,5,-48,33v0,16,6,29,20,29xm89,-159v-16,0,-24,9,-24,25r-47,0v-1,-39,29,-51,71,-51v42,0,66,13,67,52v1,44,-4,95,3,133r-45,0r-4,-21v-25,37,-102,25,-97,-34v4,-51,40,-62,96,-62v0,-22,1,-42,-20,-42","w":174,"k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"\u00e7":{"d":"89,-27v17,-1,24,-18,23,-40r50,0v0,48,-25,71,-73,71v-63,0,-74,-28,-75,-98v0,-61,17,-90,75,-91v45,-1,74,24,73,68v-16,-2,-38,4,-50,-2v0,-20,-5,-34,-23,-34v-27,0,-24,23,-24,61v0,39,-2,60,24,65xm132,49v1,44,-59,39,-93,28r0,-23v14,4,30,8,45,8v11,0,17,-3,17,-13v0,-13,-16,-12,-31,-12r0,-37r18,0v1,5,-3,15,2,16v26,-1,42,9,42,33","w":174},"\u00e9":{"d":"89,-156v-20,0,-24,20,-23,43r45,0v1,-23,-2,-43,-22,-43xm89,-27v18,0,23,-18,23,-40r50,0v0,48,-25,71,-73,71v-63,0,-74,-28,-75,-98v0,-61,17,-90,75,-91v60,-2,78,37,73,100r-96,0v0,28,-2,58,23,58xm142,-268r-56,65r-24,0r34,-65r46,0","w":174},"\u00e8":{"d":"89,-156v-20,0,-24,20,-23,43r45,0v1,-23,-2,-43,-22,-43xm89,-27v18,0,23,-18,23,-40r50,0v0,48,-25,71,-73,71v-63,0,-74,-28,-75,-98v0,-61,17,-90,75,-91v60,-2,78,37,73,100r-96,0v0,28,-2,58,23,58xm38,-268r46,0r34,65r-24,0","w":174},"\u00ea":{"d":"89,-156v-20,0,-24,20,-23,43r45,0v1,-23,-2,-43,-22,-43xm89,-27v18,0,23,-18,23,-40r50,0v0,48,-25,71,-73,71v-63,0,-74,-28,-75,-98v0,-61,17,-90,75,-91v60,-2,78,37,73,100r-96,0v0,28,-2,58,23,58xm35,-203r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0","w":174},"\u00eb":{"d":"89,-156v-20,0,-24,20,-23,43r45,0v1,-23,-2,-43,-22,-43xm89,-27v18,0,23,-18,23,-40r50,0v0,48,-25,71,-73,71v-63,0,-74,-28,-75,-98v0,-61,17,-90,75,-91v60,-2,78,37,73,100r-96,0v0,28,-2,58,23,58xm101,-214r0,-43r39,0r0,43r-39,0xm40,-214r0,-43r39,0r0,43r-39,0","w":174},"\u00ed":{"d":"68,-181r0,181r-51,0r0,-181r51,0xm95,-268r-56,65r-24,0r34,-65r46,0","w":85},"\u00ec":{"d":"68,-181r0,181r-51,0r0,-181r51,0xm-9,-268r46,0r34,65r-24,0","w":85},"\u00ee":{"d":"68,-181r0,181r-51,0r0,-181r51,0xm-12,-203r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0","w":85},"\u00ef":{"d":"68,-181r0,181r-51,0r0,-181r51,0xm54,-214r0,-43r39,0r0,43r-39,0xm-7,-214r0,-43r39,0r0,43r-39,0","w":85},"\u00f1":{"d":"91,-154v-14,0,-22,12,-22,26r0,128r-50,0r-2,-181r51,0r1,19v18,-38,90,-28,90,25r0,137r-51,0r0,-123v0,-20,-1,-30,-17,-31xm71,-253v18,0,47,20,50,-6r20,0v-4,43,-34,46,-72,34v-9,0,-11,6,-13,14r-19,0v6,-24,10,-42,34,-42"},"\u00f3":{"d":"14,-94v0,-62,18,-91,76,-91v57,0,73,31,73,91v0,70,-11,98,-74,98v-63,0,-75,-28,-75,-98xm89,-153v-27,4,-24,23,-24,61v0,39,-2,60,24,65v25,-5,24,-28,24,-65v0,-38,2,-56,-24,-61xm141,-268r-56,65r-24,0r34,-65r46,0"},"\u00f2":{"d":"14,-94v0,-62,18,-91,76,-91v57,0,73,31,73,91v0,70,-11,98,-74,98v-63,0,-75,-28,-75,-98xm89,-153v-27,4,-24,23,-24,61v0,39,-2,60,24,65v25,-5,24,-28,24,-65v0,-38,2,-56,-24,-61xm37,-268r46,0r34,65r-24,0"},"\u00f4":{"d":"14,-94v0,-62,18,-91,76,-91v57,0,73,31,73,91v0,70,-11,98,-74,98v-63,0,-75,-28,-75,-98xm89,-153v-27,4,-24,23,-24,61v0,39,-2,60,24,65v25,-5,24,-28,24,-65v0,-38,2,-56,-24,-61xm34,-203r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0"},"\u00f6":{"d":"14,-94v0,-62,18,-91,76,-91v57,0,73,31,73,91v0,70,-11,98,-74,98v-63,0,-75,-28,-75,-98xm89,-153v-27,4,-24,23,-24,61v0,39,-2,60,24,65v25,-5,24,-28,24,-65v0,-38,2,-56,-24,-61xm100,-214r0,-43r39,0r0,43r-39,0xm39,-214r0,-43r39,0r0,43r-39,0"},"\u00f5":{"d":"14,-94v0,-62,18,-91,76,-91v57,0,73,31,73,91v0,70,-11,98,-74,98v-63,0,-75,-28,-75,-98xm89,-153v-27,4,-24,23,-24,61v0,39,-2,60,24,65v25,-5,24,-28,24,-65v0,-38,2,-56,-24,-61xm71,-253v18,0,47,20,50,-6r20,0v-4,43,-34,46,-72,34v-9,0,-11,6,-13,14r-19,0v6,-24,10,-42,34,-42"},"\u00fa":{"d":"85,-27v14,0,22,-12,22,-26r0,-128r51,0r1,181r-50,0r-2,-20v-17,39,-89,29,-89,-24r0,-137r51,0r0,123v1,20,-1,30,16,31xm141,-268r-56,65r-24,0r34,-65r46,0"},"\u00f9":{"d":"85,-27v14,0,22,-12,22,-26r0,-128r51,0r1,181r-50,0r-2,-20v-17,39,-89,29,-89,-24r0,-137r51,0r0,123v1,20,-1,30,16,31xm37,-268r46,0r34,65r-24,0"},"\u00fb":{"d":"85,-27v14,0,22,-12,22,-26r0,-128r51,0r1,181r-50,0r-2,-20v-17,39,-89,29,-89,-24r0,-137r51,0r0,123v1,20,-1,30,16,31xm34,-203r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0"},"\u00fc":{"d":"85,-27v14,0,22,-12,22,-26r0,-128r51,0r1,181r-50,0r-2,-20v-17,39,-89,29,-89,-24r0,-137r51,0r0,123v1,20,-1,30,16,31xm100,-214r0,-43r39,0r0,43r-39,0xm39,-214r0,-43r39,0r0,43r-39,0"},"\u2020":{"d":"68,0r0,-168r-56,0r0,-35r56,0r0,-56r41,0r0,56r56,0r0,35r-56,0r0,168r-41,0"},"\u00b0":{"d":"90,-204v0,-16,-15,-31,-31,-31v-17,0,-30,16,-31,31v0,17,14,31,31,31v16,1,31,-15,31,-31xm6,-204v0,-29,23,-53,53,-53v30,0,54,24,54,53v0,29,-25,54,-54,54v-29,0,-53,-25,-53,-54","w":118},"\u00a2":{"d":"96,-154v-49,-11,-36,73,-29,114xm122,-180v26,10,40,29,40,63r-45,0v-1,-10,-2,-20,-6,-27r-30,117v24,8,38,-13,36,-40v14,1,33,-2,45,1v1,51,-34,76,-87,69r-9,30r-19,0r8,-34v-35,-14,-40,-39,-41,-93v-1,-66,23,-96,88,-90r8,-30r20,0"},"\u00a3":{"d":"99,-220v-29,-2,-16,42,-19,68r44,0r0,36r-44,0r0,79r79,0r0,37r-146,0r0,-37r22,0r0,-79r-22,0r0,-36r22,0v-4,-63,7,-103,64,-103v42,0,62,21,60,63r-39,0v0,-19,-5,-27,-21,-28"},"\u00a7":{"d":"155,-49v3,57,-89,63,-132,42r0,-43v19,8,34,15,56,15v12,0,22,-5,22,-15v-11,-29,-86,-28,-82,-75v2,-23,16,-37,34,-47v-14,-10,-25,-21,-25,-42v-2,-55,79,-58,122,-38r0,41v-21,-9,-33,-14,-53,-16v-10,-1,-19,5,-19,14v12,30,84,31,80,76v-2,24,-12,32,-30,47v15,10,26,20,27,41xm90,-158v-33,5,-31,46,2,51v27,-10,26,-41,-2,-51"},"\u2022":{"d":"106,-82v-28,0,-52,-24,-52,-52v0,-28,24,-52,52,-52v28,0,52,24,52,52v0,28,-24,52,-52,52","w":212},"\u00b6":{"d":"7,-199v-1,-74,92,-61,166,-61r0,20r-20,0r0,240r-27,0r0,-240r-27,0r0,240r-27,0r0,-138v-37,-1,-65,-24,-65,-61","w":180},"\u00df":{"d":"95,-232v-26,0,-28,22,-28,52r0,180r-50,0r0,-190v0,-52,27,-72,81,-72v41,0,69,15,70,53v1,27,-28,41,-32,61v-3,16,51,52,51,89v0,48,-43,68,-95,59r0,-35v22,2,48,2,48,-19v0,-30,-85,-77,-37,-113v24,-18,28,-65,-8,-65","w":191,"k":{"\u2018":13,"\u201c":13,"-":-7}},"\u00ae":{"d":"178,-160v0,-22,-23,-23,-47,-22r0,42v22,0,47,2,47,-20xm153,-204v64,-12,82,68,30,80r32,65r-39,0r-28,-59r-17,0r0,59r-35,0r0,-145r57,0xm259,-127v0,-67,-42,-111,-109,-111v-67,0,-109,46,-109,109v0,65,44,109,109,109v63,0,109,-43,109,-107xm20,-129v0,-80,53,-131,130,-131v79,0,131,52,131,131v0,79,-54,131,-131,131v-77,0,-130,-53,-130,-131","w":299},"\u00a9":{"d":"80,-128v0,-65,65,-100,115,-66v12,9,17,21,18,36r-33,0v-2,-15,-12,-27,-30,-26v-47,1,-48,109,1,108v18,0,28,-12,30,-29r34,0v-1,33,-29,55,-65,54v-44,0,-70,-32,-70,-77xm259,-129v0,-66,-43,-109,-109,-109v-66,0,-109,43,-109,109v0,65,43,109,109,109v65,0,109,-43,109,-109xm20,-129v0,-79,52,-131,130,-131v78,0,131,53,131,131v0,79,-54,131,-131,131v-77,0,-130,-52,-130,-131","w":299},"\u2122":{"d":"141,-257r35,0r22,58r22,-58r34,0r0,96r-24,0r0,-72r-27,72r-10,0r-28,-72r0,72r-24,0r0,-96xm36,-257r86,0r0,20r-30,0r0,76r-26,0r0,-76r-30,0r0,-20","w":299},"\u00b4":{"d":"142,-268r-56,65r-24,0r34,-65r46,0","w":180},"\u00a8":{"d":"101,-214r0,-43r39,0r0,43r-39,0xm40,-214r0,-43r39,0r0,43r-39,0","w":180},"\u2260":{"d":"211,-217r26,21r-27,34r45,0r0,34r-68,0r-34,42r102,0r0,33r-124,0r-43,55r-26,-21r27,-34r-44,0r0,-33r66,0r33,-42r-99,0r0,-34r122,0","w":299},"\u00c6":{"d":"138,0r-9,-57r-67,0r-14,57r-50,0r65,-259r196,0r0,39r-106,0r10,63r89,0r0,40r-81,0r14,75r77,0r0,42r-124,0xm102,-227r-32,130r52,0","w":275,"k":{";":-7,":":-7,".":-7,"-":-7,",":-7}},"\u00d8":{"d":"106,-36v44,0,32,-63,33,-117r-61,92v3,15,13,25,28,25xm107,-222v-47,0,-30,66,-34,129r64,-95v0,-21,-11,-34,-30,-34xm108,4v-25,0,-46,-5,-59,-17r-21,30r-22,-15r26,-38v-12,-27,-13,-54,-13,-101v1,-84,14,-125,90,-126v28,-1,46,8,59,23r20,-28r22,15r-26,37v9,21,10,46,10,81v0,87,-10,135,-86,139","w":213,"k":{"\u201e":26,"\u201a":26,"\u2019":-7,"\u201d":-7,"Y":6,"X":6,"T":6,";":-7,":":-7,".":15,"-":-7,",":15}},"\u221e":{"d":"246,-107v0,-29,-36,-47,-57,-25v-7,7,-15,17,-23,33v11,35,80,37,80,-8xm54,-107v0,29,37,47,58,25v7,-7,15,-18,23,-34v-12,-35,-81,-35,-81,9xm210,-35v-32,0,-41,-19,-59,-45v-14,26,-27,45,-57,45v-34,0,-58,-35,-58,-72v0,-39,19,-72,54,-72v32,0,42,19,59,45v14,-24,27,-46,57,-46v34,0,58,36,58,73v0,38,-19,72,-54,72","w":299},"\u00b1":{"d":"45,-35r210,0r0,35r-210,0r0,-35xm132,-215r36,0r0,57r87,0r0,35r-87,0r0,57r-36,0r0,-57r-87,0r0,-35r87,0r0,-57","w":299},"\u2264":{"d":"45,-34r210,0r0,34r-210,0r0,-34xm255,-218r0,37r-147,46r147,46r0,37r-210,-68r0,-30","w":299},"\u2265":{"d":"45,-34r210,0r0,34r-210,0r0,-34xm46,-218r209,68r0,30r-209,68r0,-37r146,-46r-146,-46r0,-37","w":299},"\u00a5":{"d":"184,-251r-34,72r26,0r0,27r-37,0r-15,31r52,0r0,27r-63,0r0,94r-50,0r0,-94r-61,0r0,-27r50,0r-13,-31r-37,0r0,-27r25,0r-29,-72r56,0r36,104r40,-104r54,0"},"\u00b5":{"d":"130,-21v-10,32,-60,35,-75,6r-16,92r-50,0r47,-269r51,0v-6,41,-15,79,-19,124v-3,36,42,42,57,18v19,-30,23,-98,32,-142r51,0r-34,192r-47,0","w":219},"\u2202":{"d":"13,-67v0,-70,93,-113,121,-49v4,-32,18,-87,-10,-99v-16,0,-64,52,-71,8v1,-19,28,-31,52,-30v49,1,75,48,75,104v0,70,-35,137,-98,137v-40,0,-69,-31,-69,-71xm82,-8v30,0,42,-46,41,-83v1,-24,-7,-42,-26,-42v-30,0,-41,45,-41,83v0,25,6,42,26,42","w":192},"\u2211":{"d":"12,-259r230,0r0,47r-155,0r109,113r-109,121r164,0r0,47r-244,0r0,-30r123,-136r-118,-121r0,-41","w":258},"\u220f":{"d":"26,-259r230,0r0,328r-60,0r0,-277r-109,0r0,277r-61,0r0,-328","w":283},"\u03c0":{"d":"-6,-130v8,-47,23,-62,76,-62r168,0r-7,39r-31,0r-27,153r-50,0r26,-153r-41,0r-27,153r-50,0r26,-153v-17,-1,-23,8,-26,23r-37,0","w":231},"\u222b":{"d":"55,29v0,10,-1,14,5,15v12,0,18,-37,21,-112v4,-101,1,-195,81,-205v38,-5,54,55,14,55v-14,0,-23,-10,-22,-26v0,-5,-3,-8,-6,-8v-12,0,-18,37,-21,111v-4,100,3,194,-80,207v-38,7,-55,-55,-13,-55v11,0,21,8,21,18","w":208},"\u00aa":{"d":"49,-226r-35,0v-1,-29,22,-36,53,-36v31,0,49,8,50,37v1,30,-3,67,3,92r-34,0r-3,-14v-20,26,-76,19,-73,-24v3,-37,30,-44,72,-44v8,-32,-32,-39,-33,-11xm60,-152v19,0,23,-21,22,-43v-24,1,-34,2,-36,23v0,10,5,20,14,20","w":131},"\u00ba":{"d":"10,-198v0,-44,15,-64,58,-64v40,0,56,20,55,64v-1,48,-10,68,-56,68v-47,0,-57,-19,-57,-68xm67,-240v-19,3,-18,17,-18,43v0,28,-1,42,18,45v19,-3,18,-18,18,-45v0,-26,1,-40,-18,-43","w":133},"\u03a9":{"d":"259,-144v0,45,-17,74,-43,99r51,0r0,45r-107,0r0,-51v59,-27,67,-167,-22,-167v-89,0,-80,141,-21,167r0,51r-107,0r0,-45r51,0v-26,-25,-43,-54,-44,-99v-1,-73,48,-121,121,-121v73,0,122,48,121,121","w":276},"\u00e6":{"d":"136,-168v41,-36,129,-13,118,56r0,27r-97,0v0,28,-2,58,23,58v18,0,23,-18,23,-40r51,0v-1,48,-25,71,-74,71v-31,0,-50,-7,-61,-26v-28,38,-109,30,-105,-33v3,-51,41,-62,97,-62v0,-23,0,-43,-21,-42v-16,0,-23,9,-23,25r-47,0v-8,-55,88,-65,116,-34xm181,-156v-21,0,-25,20,-24,43r46,0v1,-23,-2,-42,-22,-43xm82,-28v27,0,31,-30,29,-62v-31,1,-47,5,-48,33v0,16,5,29,19,29","w":266,"k":{"-":-7}},"\u00f8":{"d":"89,-155v-34,0,-24,48,-26,88r49,-63v0,-16,-8,-25,-23,-25xm89,-26v32,-2,23,-40,25,-81r-48,61v2,11,10,21,23,20xm89,4v-23,0,-37,-4,-50,-12r-19,23r-15,-11r22,-27v-12,-18,-13,-38,-13,-74v0,-60,19,-88,75,-88v23,0,40,6,53,17r18,-22r14,12r-20,26v9,16,8,32,9,60v0,67,-13,94,-74,96","k":{"\u2018":6,"\u201c":6,"-":-7}},"\u00bf":{"d":"97,-259r0,43r-41,0r0,-43r41,0xm76,5v-83,0,-80,-92,-32,-137v16,-15,14,-31,14,-57r37,0v10,60,-39,94,-39,133v0,15,6,25,19,25v20,0,21,-15,22,-38r44,0v5,45,-20,74,-65,74","w":150},"\u00a1":{"d":"79,-259r0,43r-41,0r0,-43r41,0xm77,-190r6,190r-49,0r6,-190r37,0","w":116},"\u00ac":{"d":"45,-152r210,0r0,88r-35,0r0,-53r-175,0r0,-35","w":299},"\u221a":{"d":"201,-298r36,0r0,23r-18,0r-104,282r-18,0r-54,-151r-25,9r-5,-20r58,-20r41,116","w":236},"\u0192":{"d":"70,-147v11,-62,19,-126,103,-106r-7,34v-32,-10,-38,41,-46,72r32,0r-8,38r-32,0r-36,153v-10,31,-42,33,-84,30r7,-34v30,0,30,-9,38,-40r25,-109r-36,0r8,-38r36,0"},"\u2248":{"d":"203,-78v29,-1,45,-12,66,-27r0,39v-20,13,-40,23,-67,24v-20,2,-80,-25,-103,-23v-29,2,-46,12,-68,28r0,-39v21,-14,40,-22,68,-25v25,-2,83,24,104,23xm203,-150v28,-2,43,-12,66,-27r0,38v-20,13,-38,24,-66,25v-21,1,-81,-25,-104,-23v-30,3,-43,12,-68,27r0,-38v21,-13,40,-23,68,-25v25,-2,83,24,104,23","w":299},"\u2206":{"d":"125,-195r-57,150r115,0xm99,-259r53,0r99,259r-251,0","w":250},"\u00ab":{"d":"111,-22r-33,-67r33,-69r41,0r-31,69r31,67r-41,0xm49,-22r-34,-67r34,-69r40,0r-30,69r30,67r-40,0","w":167,"k":{"\u00c6":-13,"Y":13,"W":6,"V":13,"T":20,"J":-7}},"\u00bb":{"d":"57,-22r-42,0r31,-67r-31,-69r42,0r33,69xm119,-22r-41,0r31,-67r-31,-69r41,0r33,69","w":167,"k":{"Y":26,"X":6,"W":13,"V":20,"T":20,"J":-13}},"\u2026":{"d":"38,0r0,-48r43,0r0,48r-43,0xm158,0r0,-48r43,0r0,48r-43,0xm279,0r0,-48r43,0r0,48r-43,0","w":360},"\u00a0":{},"\u00c0":{"d":"82,-98r55,0r-27,-112xm161,0r-14,-58r-75,0r-14,58r-54,0r73,-259r69,0r72,259r-57,0xm59,-346r46,0r34,65r-24,0","w":221},"\u00c3":{"d":"82,-98r55,0r-27,-112xm161,0r-14,-58r-75,0r-14,58r-54,0r73,-259r69,0r72,259r-57,0xm93,-331v18,0,47,20,50,-6r20,0v-4,43,-34,46,-72,34v-9,0,-11,6,-13,14r-19,0v6,-24,10,-42,34,-42","w":221},"\u00d5":{"d":"194,-136v0,89,-10,140,-87,140v-77,0,-88,-51,-88,-137v0,-81,12,-130,88,-129v74,1,87,45,87,126xm107,-222v-38,6,-34,36,-34,92v0,58,-3,86,33,94v40,-7,34,-36,34,-97v0,-54,4,-83,-33,-89xm89,-331v18,0,47,20,50,-6r20,0v-4,43,-34,46,-72,34v-9,0,-11,6,-13,14r-19,0v6,-24,10,-42,34,-42","w":213},"\u0152":{"d":"73,-135v0,73,-2,99,74,93r0,-177r-22,0v-53,-2,-52,30,-52,84xm110,-261v56,2,118,1,177,2r0,40r-85,0r0,62r78,0r0,40r-78,0r0,75r88,0r0,42r-178,2v-82,-2,-93,-47,-93,-138v0,-81,14,-128,91,-125","w":302,"k":{";":-7,":":-7,".":-7,",":-7}},"\u0153":{"d":"260,-67v10,70,-84,90,-123,52v-13,13,-27,19,-50,19v-61,0,-72,-30,-73,-98v0,-62,17,-90,75,-91v23,0,38,7,50,19v39,-39,132,-17,121,54r0,27r-97,0v0,28,-2,58,23,58v18,0,23,-18,23,-40r51,0xm187,-155v-21,0,-25,18,-24,42r46,0v1,-22,-2,-42,-22,-42xm90,-153v-27,4,-25,22,-25,61v0,39,-1,60,26,65v27,-4,25,-26,25,-65v0,-39,2,-58,-26,-61","w":272,"k":{"-":-7}},"\u2013":{"d":"0,-72r0,-36r180,0r0,36r-180,0","w":180},"\u2014":{"d":"0,-108r360,0r0,36r-360,0r0,-36","w":360},"\u201c":{"d":"68,-259r-10,69r-47,0r25,-69r32,0xm129,-259r-10,69r-46,0r25,-69r31,0","w":140,"k":{"\u0111":26,"\u0152":15,"\u00d8":15,"\u00c6":29,"\u00c5":28,"r":13,"q":26,"g":26,"d":26,"Y":-20,"X":-11,"W":-8,"V":-17,"T":-7,"Q":6,"O":15,"J":41,"A":28}},"\u201d":{"d":"72,-190r12,-69r46,0r-25,69r-33,0xm11,-190r11,-69r46,0r-24,69r-33,0","w":140},"\u2018":{"d":"68,-259r-11,69r-46,0r25,-69r32,0","w":79,"k":{"\u0111":26,"\u0152":15,"\u00d8":15,"\u00c6":29,"\u00c5":28,"r":13,"q":26,"g":26,"d":26,"Y":-20,"X":-11,"W":-8,"V":-17,"T":-7,"Q":6,"O":15,"J":41,"A":28}},"\u2019":{"d":"11,-190r13,-69r45,0r-24,69r-34,0","w":79},"\u00f7":{"d":"123,-38v0,-14,13,-27,27,-27v14,0,27,13,27,27v0,14,-13,26,-27,26v-14,0,-27,-12,-27,-26xm45,-125r210,0r0,35r-210,0r0,-35xm123,-176v0,-14,13,-27,27,-27v14,0,27,13,27,27v0,14,-13,26,-27,26v-14,0,-27,-12,-27,-26","w":299},"\u25ca":{"d":"89,-248r-68,144r68,145r68,-145xm89,-291r88,187r-88,188r-88,-188"},"\u00ff":{"d":"36,68r20,-64r-53,-185r51,0r27,130r33,-130r49,0r-75,249r-52,0xm92,-214r0,-43r39,0r0,43r-39,0xm31,-214r0,-43r39,0r0,43r-39,0","w":162},"\u0178":{"d":"66,0r0,-98r-68,-161r60,0r38,108r41,-108r57,0r-73,161r0,98r-55,0xm108,-292r0,-43r39,0r0,43r-39,0xm47,-292r0,-43r39,0r0,43r-39,0","w":192},"\u2215":{"d":"-60,4r149,-259r31,0r-149,259r-31,0","w":60},"\u00a4":{"d":"158,-156v0,-25,-23,-48,-48,-48v-25,0,-49,23,-49,48v0,27,22,49,49,49v25,0,48,-23,48,-49xm47,-113v-16,-22,-16,-64,0,-85r-35,-36r18,-19r36,36v21,-18,66,-17,87,0r35,-36r19,19r-36,36v17,20,17,65,0,85r36,36r-19,18r-35,-35v-20,17,-67,17,-87,0r-36,35r-18,-18","w":218},"\u2039":{"d":"44,-22r-33,-67r33,-69r41,0r-31,69r31,67r-41,0","w":95,"k":{"\u00c6":-27,"Y":13,"W":6,"V":13,"T":20,"J":-7}},"\u203a":{"d":"52,-22r-41,0r31,-67r-31,-69r41,0r33,69","w":95},"\uf001":{"d":"107,-226v-29,-7,-35,14,-32,45r32,0r0,30r-32,0r0,151r-51,0r0,-151r-25,0r0,-30r25,0v-8,-66,14,-92,83,-81r0,36xm167,-259r0,43r-51,0r0,-43r51,0xm167,-181r0,181r-51,0r0,-181r51,0","w":186,"k":{"\u2018":6,"\u201c":6}},"\uf002":{"d":"107,-227v-32,-5,-34,16,-32,46r32,0r0,30r-32,0r0,151r-51,0r0,-151r-25,0r0,-30r25,0v-8,-66,14,-92,83,-81r0,35xm117,0r0,-259r50,0r0,259r-50,0","w":186},"\u2021":{"d":"68,0r0,-51r-56,0r0,-33r56,0r0,-85r-56,0r0,-33r56,0r0,-57r41,0r0,57r56,0r0,33r-56,0r0,85r56,0r0,33r-56,0r0,51r-41,0"},"\u00b7":{"d":"44,-100v-14,0,-26,-11,-26,-26v0,-14,12,-25,26,-25v14,0,25,11,25,25v0,14,-11,26,-25,26","w":88},"\u201a":{"d":"5,35r11,-70r46,0r-25,70r-32,0","w":79,"k":{"\uf002":6,"\uf001":6,"\u0152":6,"\u00d8":6,"\u00c6":-13,"\u00c5":-7,"w":15,"v":8,"t":6,"f":6,"Y":20,"X":-15,"W":18,"V":26,"T":16,"O":6,"J":-13,"C":6,"A":-7}},"\u201e":{"d":"72,35r12,-70r46,0r-25,70r-33,0xm11,35r11,-70r46,0r-24,70r-33,0","w":140,"k":{"\uf002":6,"\uf001":6,"\u0152":6,"\u00d8":6,"\u00c6":-13,"\u00c5":-7,"w":15,"v":8,"t":6,"f":6,"Y":20,"X":-15,"W":18,"V":26,"T":16,"O":6,"J":-13,"C":6,"A":-7}},"\u2030":{"d":"329,-104v-25,0,-24,76,0,76v16,0,18,-17,18,-38v0,-21,-2,-38,-18,-38xm209,-104v-23,0,-28,75,0,76v26,-1,25,-75,0,-76xm69,-227v-25,1,-24,75,0,76v27,0,26,-76,0,-76xm329,-131v38,0,52,25,52,65v-1,41,-13,66,-52,66v-38,0,-51,-26,-51,-66v0,-40,13,-65,51,-65xm209,-131v38,0,51,24,51,65v0,41,-13,66,-51,66v-38,0,-52,-25,-52,-66v1,-40,14,-65,52,-65xm69,-255v38,0,52,25,52,66v-1,41,-14,66,-52,66v-37,0,-51,-26,-51,-66v0,-40,13,-66,51,-66xm71,4r105,-259r29,0r-106,259r-28,0","w":398},"\u00c2":{"d":"82,-98r55,0r-27,-112xm161,0r-14,-58r-75,0r-14,58r-54,0r73,-259r69,0r72,259r-57,0xm56,-281r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0","w":221},"\u00ca":{"d":"23,0r0,-259r140,0r0,40r-85,0r0,62r78,0r0,40r-78,0r0,75r88,0r0,42r-143,0xm38,-281r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0","w":179},"\u00c1":{"d":"82,-98r55,0r-27,-112xm161,0r-14,-58r-75,0r-14,58r-54,0r73,-259r69,0r72,259r-57,0xm163,-346r-56,65r-24,0r34,-65r46,0","w":221},"\u00cb":{"d":"23,0r0,-259r140,0r0,40r-85,0r0,62r78,0r0,40r-78,0r0,75r88,0r0,42r-143,0xm104,-292r0,-43r39,0r0,43r-39,0xm43,-292r0,-43r39,0r0,43r-39,0","w":179},"\u00c8":{"d":"23,0r0,-259r140,0r0,40r-85,0r0,62r78,0r0,40r-78,0r0,75r88,0r0,42r-143,0xm41,-346r46,0r34,65r-24,0","w":179},"\u00cd":{"d":"23,0r0,-259r53,0r0,259r-53,0xm102,-346r-56,65r-24,0r34,-65r46,0","w":100},"\u00ce":{"d":"23,0r0,-259r53,0r0,259r-53,0xm-5,-281r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0","w":100},"\u00cf":{"d":"23,0r0,-259r53,0r0,259r-53,0xm61,-292r0,-43r39,0r0,43r-39,0xm0,-292r0,-43r39,0r0,43r-39,0","w":100},"\u00cc":{"d":"23,0r0,-259r53,0r0,259r-53,0xm-2,-346r46,0r34,65r-24,0","w":100},"\u00d3":{"d":"194,-136v0,89,-10,140,-87,140v-77,0,-88,-51,-88,-137v0,-81,12,-130,88,-129v74,1,87,45,87,126xm107,-222v-38,6,-34,36,-34,92v0,58,-3,86,33,94v40,-7,34,-36,34,-97v0,-54,4,-83,-33,-89xm159,-346r-56,65r-24,0r34,-65r46,0","w":213},"\u00d4":{"d":"194,-136v0,89,-10,140,-87,140v-77,0,-88,-51,-88,-137v0,-81,12,-130,88,-129v74,1,87,45,87,126xm107,-222v-38,6,-34,36,-34,92v0,58,-3,86,33,94v40,-7,34,-36,34,-97v0,-54,4,-83,-33,-89xm52,-281r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0","w":213},"\uf000":{"d":"205,-284v6,37,-31,78,-58,68v-2,-36,27,-63,58,-68xm224,-130v0,31,18,49,41,59v-21,43,-30,70,-72,77v-9,1,-35,-13,-45,-11v-9,-2,-37,13,-45,11v-54,-12,-79,-76,-83,-136v-3,-49,32,-86,79,-86v13,0,39,12,49,12v20,-7,58,-21,83,-6v10,6,19,12,28,22v-20,14,-35,28,-35,58","w":284},"\u00d2":{"d":"194,-136v0,89,-10,140,-87,140v-77,0,-88,-51,-88,-137v0,-81,12,-130,88,-129v74,1,87,45,87,126xm107,-222v-38,6,-34,36,-34,92v0,58,-3,86,33,94v40,-7,34,-36,34,-97v0,-54,4,-83,-33,-89xm55,-346r46,0r34,65r-24,0","w":213},"\u00da":{"d":"112,-35v35,0,34,-23,34,-68r0,-156r54,0v-8,110,37,263,-89,263v-126,0,-80,-154,-88,-263r54,0r0,156v2,48,-1,68,35,68xm163,-346r-56,65r-24,0r34,-65r46,0","w":222},"\u00db":{"d":"112,-35v35,0,34,-23,34,-68r0,-156r54,0v-8,110,37,263,-89,263v-126,0,-80,-154,-88,-263r54,0r0,156v2,48,-1,68,35,68xm56,-281r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0","w":222},"\u00d9":{"d":"112,-35v35,0,34,-23,34,-68r0,-156r54,0v-8,110,37,263,-89,263v-126,0,-80,-154,-88,-263r54,0r0,156v2,48,-1,68,35,68xm59,-346r46,0r34,65r-24,0","w":222},"\u0131":{"d":"68,-181r0,181r-51,0r0,-181r51,0","w":85},"\u02c6":{"d":"35,-203r34,-65r42,0r34,65r-24,0r-31,-39r-31,39r-24,0","w":180},"\u02dc":{"d":"72,-253v18,0,47,20,50,-6r20,0v-4,43,-34,46,-72,34v-9,0,-11,6,-13,14r-19,0v6,-24,10,-42,34,-42","w":180},"\u00af":{"d":"43,-222r0,-27r94,0r0,27r-94,0","w":180},"\u02d8":{"d":"140,-262v5,50,-56,69,-86,40v-9,-8,-13,-22,-14,-40r20,0v2,18,11,26,30,26v20,0,28,-8,30,-26r20,0","w":180},"\u02d9":{"d":"69,-213r0,-45r42,0r0,45r-42,0","w":180},"\u02da":{"d":"90,-268v-12,0,-21,9,-21,21v0,12,9,22,21,22v12,0,21,-11,22,-22v0,-11,-10,-21,-22,-21xm90,-200v-26,0,-46,-21,-46,-47v0,-25,21,-46,46,-46v26,0,47,21,47,46v0,25,-21,47,-47,47","w":180},"\u00b8":{"d":"134,49v1,44,-59,39,-93,28r0,-23v14,4,30,8,45,8v11,0,17,-3,17,-13v0,-13,-16,-12,-31,-12r0,-37r18,0v1,5,-3,15,2,16v26,-1,42,9,42,33","w":180},"\u02dd":{"d":"99,-203r27,-65r40,0r-47,65r-20,0xm52,-203r20,-65r39,0r-41,65r-18,0","w":180},"\u02db":{"d":"60,48v2,-23,14,-34,33,-48r17,0v-11,10,-21,20,-22,36v-2,18,17,13,32,14r0,31v-33,1,-62,-1,-60,-33","w":180},"\u02c7":{"d":"35,-268r24,0r31,38r31,-38r24,0r-34,65r-42,0","w":180},"\u0141":{"d":"25,0r0,-98r-27,20r0,-42r27,-20r0,-119r55,0r0,96r43,-30r0,42r-43,30r0,75r79,0r0,46r-134,0","w":164,"k":{"\u2019":28,"\u2018":40,"\u201d":28,"\u201c":40,"\u0152":6,"\u00d8":6,"y":13,"Y":21,"W":13,"V":20,"U":6,"T":20,"O":6,";":-7,":":-7,".":-7,"-":13,",":-7}},"\u0142":{"d":"20,0r0,-105r-22,15r0,-32r22,-15r0,-122r50,0r0,100r22,-15r0,32r-22,16r0,126r-50,0","w":90},"\u0160":{"d":"95,4v-57,0,-82,-25,-79,-84r55,0v-13,49,56,59,57,15v-10,-49,-108,-58,-108,-127v0,-45,35,-71,82,-71v54,0,80,24,78,78v-17,-2,-40,4,-53,-2v7,-42,-53,-49,-53,-10v0,46,108,59,108,125v0,52,-32,77,-87,76xm44,-346r24,0r31,38r31,-38r24,0r-34,65r-42,0","w":198},"\u0161":{"d":"73,2v-40,1,-67,-22,-61,-62r49,0v-8,34,38,45,41,14v-4,-35,-95,-41,-90,-89v3,-33,29,-52,65,-51v41,0,70,16,66,55v-15,-2,-36,4,-47,-2v8,-29,-34,-33,-37,-10v8,33,94,41,91,92v-2,41,-31,53,-77,53xm26,-268r24,0r31,38r31,-38r24,0r-34,65r-42,0","w":161},"\u017d":{"d":"1,0r0,-45r107,-172r-102,0r0,-42r156,0r0,46r-105,170r109,0r0,43r-165,0xm28,-346r24,0r31,38r31,-38r24,0r-34,65r-42,0","w":166},"\u017e":{"d":"9,0r0,-39r72,-111r-68,0r0,-31r120,0r0,33r-71,115r71,0r0,33r-124,0xm16,-268r24,0r31,38r31,-38r24,0r-34,65r-42,0","w":142},"\u00a6":{"d":"72,-72r36,0r0,134r-36,0r0,-134xm72,-252r36,0r0,134r-36,0r0,-134","w":180},"\u00d0":{"d":"153,-130v0,-70,-4,-94,-69,-90r0,63r37,0r0,40r-37,0r0,76v63,4,69,-19,69,-89xm205,-130v0,86,-14,130,-90,130r-86,0r0,-117r-29,0r0,-40r29,0r0,-102r86,0v76,2,90,43,90,129","w":224,"k":{"\u201e":26,"\u201a":26,"\u00c5":6,"Y":6,"W":6,"V":6,"A":6,";":-7,":":-7,".":15,",":15}},"\u00f0":{"d":"14,-85v-2,-62,26,-87,85,-79v-2,-13,-7,-25,-14,-34r-45,18r-9,-20r40,-16v-11,-11,-23,-18,-37,-26r11,-21v22,7,38,20,56,35r41,-17r9,21r-36,14v20,32,33,76,33,125v0,63,-10,89,-67,89v-56,0,-66,-27,-67,-89xm81,-137v-24,3,-21,21,-21,55v0,33,-2,54,21,58v24,-4,22,-23,22,-58v0,-34,2,-52,-22,-55","w":162},"\u00dd":{"d":"66,0r0,-98r-68,-161r60,0r38,108r41,-108r57,0r-73,161r0,98r-55,0xm149,-346r-56,65r-24,0r34,-65r46,0","w":192},"\u00fd":{"d":"36,68r20,-64r-53,-185r51,0r27,130r33,-130r49,0r-75,249r-52,0xm133,-268r-56,65r-24,0r34,-65r46,0","w":162},"\u00de":{"d":"136,-130v0,-37,-23,-37,-57,-36r0,73v36,1,57,0,57,-37xm191,-130v0,66,-37,85,-111,78r0,52r-57,0r0,-259r57,0r0,52v71,-2,111,4,111,77","w":200},"\u00fe":{"d":"90,-155v-32,1,-22,52,-22,86v0,22,4,41,22,41v26,0,21,-32,21,-69v0,-38,3,-53,-21,-58xm111,4v-20,1,-33,-6,-42,-19r0,83r-50,0r0,-327r49,0r0,96v7,-13,21,-22,40,-22v49,0,54,37,53,97v-1,55,-5,90,-50,92","w":174},"\u2212":{"d":"45,-125r210,0r0,35r-210,0r0,-35","w":299},"\u00d7":{"d":"73,-211r79,79r80,-79r24,24r-79,80r79,79r-24,24r-80,-79r-79,79r-24,-24r79,-79r-79,-80","w":299},"\u00b9":{"d":"18,-227v14,-5,22,-13,33,-23r29,0r0,150r-34,0r0,-115v-10,8,-16,13,-28,16r0,-28","w":117},"\u00b2":{"d":"106,-215v-4,43,-27,55,-61,92r62,0r0,23r-97,0r0,-27v28,-33,54,-57,64,-91v0,-8,-5,-13,-14,-13v-12,-1,-14,8,-14,21r-33,0v-2,-29,17,-43,45,-43v28,-1,51,12,48,38","w":117},"\u00b3":{"d":"56,-98v-30,1,-50,-14,-45,-44r33,1v1,14,3,21,15,21v12,0,13,-9,13,-23v0,-22,-8,-24,-30,-24v1,-7,-3,-20,2,-24v33,10,34,-39,13,-42v-9,1,-13,8,-13,19r-32,0v-1,-29,15,-40,46,-39v49,-10,62,62,24,73v18,5,25,14,25,37v-1,32,-18,45,-51,45","w":117},"\u00bc":{"d":"231,0r0,-33r-49,0r0,-28r38,-79r42,0r0,87r12,0r0,20r-12,0r0,33r-31,0xm235,-53r1,-70v-9,25,-20,48,-31,70r30,0xm52,4r149,-259r31,0r-149,259r-31,0xm18,-229v12,-6,20,-11,31,-21r27,0r0,140r-32,0r0,-107v-11,6,-16,11,-26,14r0,-26","w":283},"\u00bd":{"d":"274,-108v0,40,-27,53,-59,87r59,0r0,21r-92,0r0,-25v27,-31,51,-53,60,-85v0,-8,-5,-12,-13,-12v-11,0,-14,8,-13,20v-10,-2,-28,5,-32,-4v1,-25,17,-36,43,-37v27,0,47,10,47,35xm52,4r149,-259r31,0r-149,259r-31,0xm18,-229v12,-6,20,-11,31,-21r27,0r0,140r-32,0r0,-107v-11,6,-16,11,-26,14r0,-26","w":283},"\u00be":{"d":"231,0r0,-33r-49,0r0,-28r38,-79r42,0r0,87r12,0r0,20r-12,0r0,33r-31,0xm235,-53r1,-70v-9,25,-20,48,-31,70r30,0xm52,4r149,-259r31,0r-149,259r-31,0xm54,-108v-30,0,-45,-12,-44,-41r32,0v1,13,3,19,14,20v11,-1,13,-7,13,-21v0,-21,-8,-23,-29,-23v1,-7,-3,-19,2,-22v31,9,33,-36,12,-39v-10,0,-12,8,-12,18r-30,0v-2,-29,14,-37,43,-37v47,-11,60,59,23,68v16,5,24,13,24,35v0,29,-17,43,-48,42","w":283},"\u20a3":{"d":"23,0r0,-259r134,0r0,40r-79,0r0,62r75,0r0,40r-75,0r0,117r-55,0xm287,-141v-68,-7,-39,84,-45,141r-50,0r0,-181r44,0r3,24v6,-18,23,-29,48,-28r0,44","w":292},"\u011e":{"d":"73,-130v-2,76,4,105,70,92r0,-58r-30,0r0,-40r80,0r0,131v-29,5,-50,8,-78,9v-86,0,-96,-47,-96,-140v0,-81,14,-126,91,-126v55,0,84,28,83,83r-54,0v1,-29,-6,-46,-31,-47v-39,7,-33,37,-35,96xm156,-340v5,50,-56,69,-86,40v-9,-8,-13,-22,-14,-40r20,0v2,18,11,26,30,26v20,0,28,-8,30,-26r20,0","w":212},"\u011f":{"d":"85,-28v29,-2,22,-49,22,-81v0,-29,0,-43,-22,-46v-27,3,-21,25,-21,66v0,37,-2,56,21,61xm67,-185v19,0,33,9,40,22r1,-18r50,0v-4,56,-1,118,-2,177v0,55,-17,75,-71,75v-40,0,-68,-15,-67,-52r48,0v0,16,5,21,20,22v27,3,19,-29,21,-56v-11,12,-23,19,-42,19v-45,0,-50,-37,-51,-92v-2,-60,3,-97,53,-97xm138,-262v5,50,-56,69,-86,40v-9,-8,-13,-22,-14,-40r20,0v2,18,11,26,30,26v20,0,28,-8,30,-26r20,0","w":174},"\u0130":{"d":"23,0r0,-259r53,0r0,259r-53,0xm29,-291r0,-45r42,0r0,45r-42,0","w":100},"\u015e":{"d":"95,4v-57,0,-82,-25,-79,-84r55,0v-13,49,56,59,57,15v-10,-49,-108,-58,-108,-127v0,-45,35,-71,82,-71v54,0,80,24,78,78v-17,-2,-40,4,-53,-2v7,-42,-53,-49,-53,-10v0,46,108,59,108,125v0,52,-32,77,-87,76xm143,49v1,44,-59,39,-93,28r0,-23v14,4,30,8,45,8v11,0,17,-3,17,-13v0,-13,-16,-12,-31,-12r0,-37r18,0v1,5,-3,15,2,16v26,-1,42,9,42,33","w":198},"\u015f":{"d":"73,2v-40,1,-67,-22,-61,-62r49,0v-8,34,38,45,41,14v-4,-35,-95,-41,-90,-89v3,-33,29,-52,65,-51v41,0,70,16,66,55v-15,-2,-36,4,-47,-2v8,-29,-34,-33,-37,-10v8,33,94,41,91,92v-2,41,-31,53,-77,53xm125,49v1,44,-59,39,-93,28r0,-23v14,4,30,8,45,8v11,0,17,-3,17,-13v0,-13,-16,-12,-31,-12r0,-37r18,0v1,5,-3,15,2,16v26,-1,42,9,42,33","w":161},"\u0106":{"d":"106,-36v24,-1,28,-26,26,-53r55,0v6,57,-24,95,-80,93v-78,-3,-88,-50,-88,-140v0,-80,14,-125,88,-126v54,0,80,29,79,84r-55,0v0,-26,-3,-45,-26,-45v-38,7,-32,37,-32,98v0,54,-2,82,33,89xm157,-346r-56,65r-24,0r34,-65r46,0","w":201},"\u0107":{"d":"89,-27v17,-1,24,-18,23,-40r50,0v0,48,-25,71,-73,71v-63,0,-74,-28,-75,-98v0,-61,17,-90,75,-91v45,-1,74,24,73,68v-16,-2,-38,4,-50,-2v0,-20,-5,-34,-23,-34v-27,0,-24,23,-24,61v0,39,-2,60,24,65xm142,-268r-56,65r-24,0r34,-65r46,0","w":174},"\u010c":{"d":"106,-36v24,-1,28,-26,26,-53r55,0v6,57,-24,95,-80,93v-78,-3,-88,-50,-88,-140v0,-80,14,-125,88,-126v54,0,80,29,79,84r-55,0v0,-26,-3,-45,-26,-45v-38,7,-32,37,-32,98v0,54,-2,82,33,89xm50,-346r24,0r31,38r31,-38r24,0r-34,65r-42,0","w":201},"\u010d":{"d":"89,-27v17,-1,24,-18,23,-40r50,0v0,48,-25,71,-73,71v-63,0,-74,-28,-75,-98v0,-61,17,-90,75,-91v45,-1,74,24,73,68v-16,-2,-38,4,-50,-2v0,-20,-5,-34,-23,-34v-27,0,-24,23,-24,61v0,39,-2,60,24,65xm35,-268r24,0r31,38r31,-38r24,0r-34,65r-42,0","w":174},"\u0111":{"d":"85,-26v32,-1,22,-52,22,-86v0,-22,-4,-40,-22,-41v-25,4,-21,32,-21,69v0,38,-3,53,21,58xm64,-185v21,-1,34,6,43,19r0,-37r-45,0r0,-30r45,0r0,-26r49,0r0,26r23,0r0,30r-23,0r2,203r-50,0r-1,-18v-7,13,-21,22,-40,22v-49,0,-53,-36,-53,-98v0,-55,6,-88,50,-91"},"\u00ad":{"d":"6,-66r0,-49r88,0r0,49r-88,0","w":100},"\u2219":{"d":"44,-100v-14,0,-26,-11,-26,-26v0,-14,12,-25,26,-25v14,0,25,11,25,25v0,14,-11,26,-25,26","w":88}}});




