/*jQuery JavaScript Library v1.4.2. Copyright 2010, John Resig. Includes Sizzle.js. Copyright 2010, The Dojo Foundation.*/
(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);
/*SWF Object Licence: 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 Cycle Plugin. Copyright (c) 2007-2010 M. Alsup. Version: 2.88*/
(function ($) { var ver = "2.88"; if ($.support == undefined) { $.support = { opacity: !($.browser.msie) }; } function debug(s) { if ($.fn.cycle.debug) { log(s); } } function log() { if (window.console && window.console.log) { window.console.log("[cycle] " + Array.prototype.join.call(arguments, " ")); } } $.fn.cycle = function (options, arg2) { var o = { s: this.selector, c: this.context }; if (this.length === 0 && options != "stop") { if (!$.isReady && o.s) { log("DOM not ready, queuing slideshow"); $(function () { $(o.s, o.c).cycle(options, arg2); }); return this; } log("terminating; zero elements found by selector" + ($.isReady ? "" : " (DOM not ready)")); return this; } return this.each(function () { var opts = handleArguments(this, options, arg2); if (opts === false) { return; } opts.updateActivePagerLink = opts.updateActivePagerLink || $.fn.cycle.updateActivePagerLink; if (this.cycleTimeout) { clearTimeout(this.cycleTimeout); } this.cycleTimeout = this.cyclePause = 0; var $cont = $(this); var $slides = opts.slideExpr ? $(opts.slideExpr, this) : $cont.children(); var els = $slides.get(); if (els.length < 2) { log("terminating; too few slides: " + els.length); return; } var opts2 = buildOptions($cont, $slides, els, opts, o); if (opts2 === false) { return; } var startTime = opts2.continuous ? 10 : getTimeout(els[opts2.currSlide], els[opts2.nextSlide], opts2, !opts2.rev); if (startTime) { startTime += (opts2.delay || 0); if (startTime < 10) { startTime = 10; } debug("first timeout: " + startTime); this.cycleTimeout = setTimeout(function () { go(els, opts2, 0, (!opts2.rev && !opts.backwards)); }, startTime); } }); }; function handleArguments(cont, options, arg2) { if (cont.cycleStop == undefined) { cont.cycleStop = 0; } if (options === undefined || options === null) { options = {}; } if (options.constructor == String) { switch (options) { case "destroy": case "stop": var opts = $(cont).data("cycle.opts"); if (!opts) { return false; } cont.cycleStop++; if (cont.cycleTimeout) { clearTimeout(cont.cycleTimeout); } cont.cycleTimeout = 0; $(cont).removeData("cycle.opts"); if (options == "destroy") { destroy(opts); } return false; case "toggle": cont.cyclePause = (cont.cyclePause === 1) ? 0 : 1; checkInstantResume(cont.cyclePause, arg2, cont); return false; case "pause": cont.cyclePause = 1; return false; case "resume": cont.cyclePause = 0; checkInstantResume(false, arg2, cont); return false; case "prev": case "next": var opts = $(cont).data("cycle.opts"); if (!opts) { log('options not found, "prev/next" ignored'); return false; } $.fn.cycle[options](opts); return false; default: options = { fx: options }; } return options; } else { if (options.constructor == Number) { var num = options; options = $(cont).data("cycle.opts"); if (!options) { log("options not found, can not advance slide"); return false; } if (num < 0 || num >= options.elements.length) { log("invalid slide index: " + num); return false; } options.nextSlide = num; if (cont.cycleTimeout) { clearTimeout(cont.cycleTimeout); cont.cycleTimeout = 0; } if (typeof arg2 == "string") { options.oneTimeFx = arg2; } go(options.elements, options, 1, num >= options.currSlide); return false; } } return options; function checkInstantResume(isPaused, arg2, cont) { if (!isPaused && arg2 === true) { var options = $(cont).data("cycle.opts"); if (!options) { log("options not found, can not resume"); return false; } if (cont.cycleTimeout) { clearTimeout(cont.cycleTimeout); cont.cycleTimeout = 0; } go(options.elements, options, 1, (!opts.rev && !opts.backwards)); } } } function removeFilter(el, opts) { if (!$.support.opacity && opts.cleartype && el.style.filter) { try { el.style.removeAttribute("filter"); } catch (smother) { } } } function destroy(opts) { if (opts.next) { $(opts.next).unbind(opts.prevNextEvent); } if (opts.prev) { $(opts.prev).unbind(opts.prevNextEvent); } if (opts.pager || opts.pagerAnchorBuilder) { $.each(opts.pagerAnchors || [], function () { this.unbind().remove(); }); } opts.pagerAnchors = null; if (opts.destroy) { opts.destroy(opts); } } function buildOptions($cont, $slides, els, options, o) { var opts = $.extend({}, $.fn.cycle.defaults, options || {}, $.metadata ? $cont.metadata() : $.meta ? $cont.data() : {}); if (opts.autostop) { opts.countdown = opts.autostopCount || els.length; } var cont = $cont[0]; $cont.data("cycle.opts", opts); opts.$cont = $cont; opts.stopCount = cont.cycleStop; opts.elements = els; opts.before = opts.before ? [opts.before] : []; opts.after = opts.after ? [opts.after] : []; opts.after.unshift(function () { opts.busy = 0; }); if (!$.support.opacity && opts.cleartype) { opts.after.push(function () { removeFilter(this, opts); }); } if (opts.continuous) { opts.after.push(function () { go(els, opts, 0, (!opts.rev && !opts.backwards)); }); } saveOriginalOpts(opts); if (!$.support.opacity && opts.cleartype && !opts.cleartypeNoBg) { clearTypeFix($slides); } if ($cont.css("position") == "static") { $cont.css("position", "relative"); } if (opts.width) { $cont.width(opts.width); } if (opts.height && opts.height != "auto") { $cont.height(opts.height); } if (opts.startingSlide) { opts.startingSlide = parseInt(opts.startingSlide); } else { if (opts.backwards) { opts.startingSlide = els.length - 1; } } if (opts.random) { opts.randomMap = []; for (var i = 0; i < els.length; i++) { opts.randomMap.push(i); } opts.randomMap.sort(function (a, b) { return Math.random() - 0.5; }); opts.randomIndex = 1; opts.startingSlide = opts.randomMap[1]; } else { if (opts.startingSlide >= els.length) { opts.startingSlide = 0; } } opts.currSlide = opts.startingSlide || 0; var first = opts.startingSlide; $slides.css({ position: "absolute", top: 0, left: 0 }).hide().each(function (i) { var z; if (opts.backwards) { z = first ? i <= first ? els.length + (i - first) : first - i : els.length - i; } else { z = first ? i >= first ? els.length - (i - first) : first - i : els.length - i; } $(this).css("z-index", z); }); $(els[first]).css("opacity", 1).show(); removeFilter(els[first], opts); if (opts.fit && opts.width) { $slides.width(opts.width); } if (opts.fit && opts.height && opts.height != "auto") { $slides.height(opts.height); } var reshape = opts.containerResize && !$cont.innerHeight(); if (reshape) { var maxw = 0, maxh = 0; for (var j = 0; j < els.length; j++) { var $e = $(els[j]), e = $e[0], w = $e.outerWidth(), h = $e.outerHeight(); if (!w) { w = e.offsetWidth || e.width || $e.attr("width"); } if (!h) { h = e.offsetHeight || e.height || $e.attr("height"); } maxw = w > maxw ? w : maxw; maxh = h > maxh ? h : maxh; } if (maxw > 0 && maxh > 0) { $cont.css({ width: maxw + "px", height: maxh + "px" }); } } if (opts.pause) { $cont.hover(function () { this.cyclePause++; }, function () { this.cyclePause--; }); } if (supportMultiTransitions(opts) === false) { return false; } var requeue = false; options.requeueAttempts = options.requeueAttempts || 0; $slides.each(function () { var $el = $(this); this.cycleH = (opts.fit && opts.height) ? opts.height : ($el.height() || this.offsetHeight || this.height || $el.attr("height") || 0); this.cycleW = (opts.fit && opts.width) ? opts.width : ($el.width() || this.offsetWidth || this.width || $el.attr("width") || 0); if ($el.is("img")) { var loadingIE = ($.browser.msie && this.cycleW == 28 && this.cycleH == 30 && !this.complete); var loadingFF = ($.browser.mozilla && this.cycleW == 34 && this.cycleH == 19 && !this.complete); var loadingOp = ($.browser.opera && ((this.cycleW == 42 && this.cycleH == 19) || (this.cycleW == 37 && this.cycleH == 17)) && !this.complete); var loadingOther = (this.cycleH == 0 && this.cycleW == 0 && !this.complete); if (loadingIE || loadingFF || loadingOp || loadingOther) { if (o.s && opts.requeueOnImageNotLoaded && ++options.requeueAttempts < 100) { log(options.requeueAttempts, " - img slide not loaded, requeuing slideshow: ", this.src, this.cycleW, this.cycleH); setTimeout(function () { $(o.s, o.c).cycle(options); }, opts.requeueTimeout); requeue = true; return false; } else { log("could not determine size of image: " + this.src, this.cycleW, this.cycleH); } } } return true; }); if (requeue) { return false; } opts.cssBefore = opts.cssBefore || {}; opts.animIn = opts.animIn || {}; opts.animOut = opts.animOut || {}; $slides.not(":eq(" + first + ")").css(opts.cssBefore); if (opts.cssFirst) { $($slides[first]).css(opts.cssFirst); } if (opts.timeout) { opts.timeout = parseInt(opts.timeout); if (opts.speed.constructor == String) { opts.speed = $.fx.speeds[opts.speed] || parseInt(opts.speed); } if (!opts.sync) { opts.speed = opts.speed / 2; } var buffer = opts.fx == "shuffle" ? 500 : 250; while ((opts.timeout - opts.speed) < buffer) { opts.timeout += opts.speed; } } if (opts.easing) { opts.easeIn = opts.easeOut = opts.easing; } if (!opts.speedIn) { opts.speedIn = opts.speed; } if (!opts.speedOut) { opts.speedOut = opts.speed; } opts.slideCount = els.length; opts.currSlide = opts.lastSlide = first; if (opts.random) { if (++opts.randomIndex == els.length) { opts.randomIndex = 0; } opts.nextSlide = opts.randomMap[opts.randomIndex]; } else { if (opts.backwards) { opts.nextSlide = opts.startingSlide == 0 ? (els.length - 1) : opts.startingSlide - 1; } else { opts.nextSlide = opts.startingSlide >= (els.length - 1) ? 0 : opts.startingSlide + 1; } } if (!opts.multiFx) { var init = $.fn.cycle.transitions[opts.fx]; if ($.isFunction(init)) { init($cont, $slides, opts); } else { if (opts.fx != "custom" && !opts.multiFx) { log("unknown transition: " + opts.fx, "; slideshow terminating"); return false; } } } var e0 = $slides[first]; if (opts.before.length) { opts.before[0].apply(e0, [e0, e0, opts, true]); } if (opts.after.length > 1) { opts.after[1].apply(e0, [e0, e0, opts, true]); } if (opts.next) { $(opts.next).bind(opts.prevNextEvent, function () { return advance(opts, opts.rev ? -1 : 1); }); } if (opts.prev) { $(opts.prev).bind(opts.prevNextEvent, function () { return advance(opts, opts.rev ? 1 : -1); }); } if (opts.pager || opts.pagerAnchorBuilder) { buildPager(els, opts); } exposeAddSlide(opts, els); return opts; } function saveOriginalOpts(opts) { opts.original = { before: [], after: [] }; opts.original.cssBefore = $.extend({}, opts.cssBefore); opts.original.cssAfter = $.extend({}, opts.cssAfter); opts.original.animIn = $.extend({}, opts.animIn); opts.original.animOut = $.extend({}, opts.animOut); $.each(opts.before, function () { opts.original.before.push(this); }); $.each(opts.after, function () { opts.original.after.push(this); }); } function supportMultiTransitions(opts) { var i, tx, txs = $.fn.cycle.transitions; if (opts.fx.indexOf(",") > 0) { opts.multiFx = true; opts.fxs = opts.fx.replace(/\s*/g, "").split(","); for (i = 0; i < opts.fxs.length; i++) { var fx = opts.fxs[i]; tx = txs[fx]; if (!tx || !txs.hasOwnProperty(fx) || !$.isFunction(tx)) { log("discarding unknown transition: ", fx); opts.fxs.splice(i, 1); i--; } } if (!opts.fxs.length) { log("No valid transitions named; slideshow terminating."); return false; } } else { if (opts.fx == "all") { opts.multiFx = true; opts.fxs = []; for (p in txs) { tx = txs[p]; if (txs.hasOwnProperty(p) && $.isFunction(tx)) { opts.fxs.push(p); } } } } if (opts.multiFx && opts.randomizeEffects) { var r1 = Math.floor(Math.random() * 20) + 30; for (i = 0; i < r1; i++) { var r2 = Math.floor(Math.random() * opts.fxs.length); opts.fxs.push(opts.fxs.splice(r2, 1)[0]); } debug("randomized fx sequence: ", opts.fxs); } return true; } function exposeAddSlide(opts, els) { opts.addSlide = function (newSlide, prepend) { var $s = $(newSlide), s = $s[0]; if (!opts.autostopCount) { opts.countdown++; } els[prepend ? "unshift" : "push"](s); if (opts.els) { opts.els[prepend ? "unshift" : "push"](s); } opts.slideCount = els.length; $s.css("position", "absolute"); $s[prepend ? "prependTo" : "appendTo"](opts.$cont); if (prepend) { opts.currSlide++; opts.nextSlide++; } if (!$.support.opacity && opts.cleartype && !opts.cleartypeNoBg) { clearTypeFix($s); } if (opts.fit && opts.width) { $s.width(opts.width); } if (opts.fit && opts.height && opts.height != "auto") { $slides.height(opts.height); } s.cycleH = (opts.fit && opts.height) ? opts.height : $s.height(); s.cycleW = (opts.fit && opts.width) ? opts.width : $s.width(); $s.css(opts.cssBefore); if (opts.pager || opts.pagerAnchorBuilder) { $.fn.cycle.createPagerAnchor(els.length - 1, s, $(opts.pager), els, opts); } if ($.isFunction(opts.onAddSlide)) { opts.onAddSlide($s); } else { $s.hide(); } }; } $.fn.cycle.resetState = function (opts, fx) { fx = fx || opts.fx; opts.before = []; opts.after = []; opts.cssBefore = $.extend({}, opts.original.cssBefore); opts.cssAfter = $.extend({}, opts.original.cssAfter); opts.animIn = $.extend({}, opts.original.animIn); opts.animOut = $.extend({}, opts.original.animOut); opts.fxFn = null; $.each(opts.original.before, function () { opts.before.push(this); }); $.each(opts.original.after, function () { opts.after.push(this); }); var init = $.fn.cycle.transitions[fx]; if ($.isFunction(init)) { init(opts.$cont, $(opts.elements), opts); } }; function go(els, opts, manual, fwd) { if (manual && opts.busy && opts.manualTrump) { debug("manualTrump in go(), stopping active transition"); $(els).stop(true, true); opts.busy = false; } if (opts.busy) { debug("transition active, ignoring new tx request"); return; } var p = opts.$cont[0], curr = els[opts.currSlide], next = els[opts.nextSlide]; if (p.cycleStop != opts.stopCount || p.cycleTimeout === 0 && !manual) { return; } if (!manual && !p.cyclePause && !opts.bounce && ((opts.autostop && (--opts.countdown <= 0)) || (opts.nowrap && !opts.random && opts.nextSlide < opts.currSlide))) { if (opts.end) { opts.end(opts); } return; } var changed = false; if ((manual || !p.cyclePause) && (opts.nextSlide != opts.currSlide)) { changed = true; var fx = opts.fx; curr.cycleH = curr.cycleH || $(curr).height(); curr.cycleW = curr.cycleW || $(curr).width(); next.cycleH = next.cycleH || $(next).height(); next.cycleW = next.cycleW || $(next).width(); if (opts.multiFx) { if (opts.lastFx == undefined || ++opts.lastFx >= opts.fxs.length) { opts.lastFx = 0; } fx = opts.fxs[opts.lastFx]; opts.currFx = fx; } if (opts.oneTimeFx) { fx = opts.oneTimeFx; opts.oneTimeFx = null; } $.fn.cycle.resetState(opts, fx); if (opts.before.length) { $.each(opts.before, function (i, o) { if (p.cycleStop != opts.stopCount) { return; } o.apply(next, [curr, next, opts, fwd]); }); } var after = function () { $.each(opts.after, function (i, o) { if (p.cycleStop != opts.stopCount) { return; } o.apply(next, [curr, next, opts, fwd]); }); }; debug("tx firing; currSlide: " + opts.currSlide + "; nextSlide: " + opts.nextSlide); opts.busy = 1; if (opts.fxFn) { opts.fxFn(curr, next, opts, after, fwd, manual && opts.fastOnEvent); } else { if ($.isFunction($.fn.cycle[opts.fx])) { $.fn.cycle[opts.fx](curr, next, opts, after, fwd, manual && opts.fastOnEvent); } else { $.fn.cycle.custom(curr, next, opts, after, fwd, manual && opts.fastOnEvent); } } } if (changed || opts.nextSlide == opts.currSlide) { opts.lastSlide = opts.currSlide; if (opts.random) { opts.currSlide = opts.nextSlide; if (++opts.randomIndex == els.length) { opts.randomIndex = 0; } opts.nextSlide = opts.randomMap[opts.randomIndex]; if (opts.nextSlide == opts.currSlide) { opts.nextSlide = (opts.currSlide == opts.slideCount - 1) ? 0 : opts.currSlide + 1; } } else { if (opts.backwards) { var roll = (opts.nextSlide - 1) < 0; if (roll && opts.bounce) { opts.backwards = !opts.backwards; opts.nextSlide = 1; opts.currSlide = 0; } else { opts.nextSlide = roll ? (els.length - 1) : opts.nextSlide - 1; opts.currSlide = roll ? 0 : opts.nextSlide + 1; } } else { var roll = (opts.nextSlide + 1) == els.length; if (roll && opts.bounce) { opts.backwards = !opts.backwards; opts.nextSlide = els.length - 2; opts.currSlide = els.length - 1; } else { opts.nextSlide = roll ? 0 : opts.nextSlide + 1; opts.currSlide = roll ? els.length - 1 : opts.nextSlide - 1; } } } } if (changed && opts.pager) { opts.updateActivePagerLink(opts.pager, opts.currSlide, opts.activePagerClass); } var ms = 0; if (opts.timeout && !opts.continuous) { ms = getTimeout(els[opts.currSlide], els[opts.nextSlide], opts, fwd); } else { if (opts.continuous && p.cyclePause) { ms = 10; } } if (ms > 0) { p.cycleTimeout = setTimeout(function () { go(els, opts, 0, (!opts.rev && !opts.backwards)); }, ms); } } $.fn.cycle.updateActivePagerLink = function (pager, currSlide, clsName) { $(pager).each(function () { $(this).children().removeClass(clsName).eq(currSlide).addClass(clsName); }); }; function getTimeout(curr, next, opts, fwd) { if (opts.timeoutFn) { var t = opts.timeoutFn.call(curr, curr, next, opts, fwd); while ((t - opts.speed) < 250) { t += opts.speed; } debug("calculated timeout: " + t + "; speed: " + opts.speed); if (t !== false) { return t; } } return opts.timeout; } $.fn.cycle.next = function (opts) { advance(opts, opts.rev ? -1 : 1); }; $.fn.cycle.prev = function (opts) { advance(opts, opts.rev ? 1 : -1); }; function advance(opts, val) { var els = opts.elements; var p = opts.$cont[0], timeout = p.cycleTimeout; if (timeout) { clearTimeout(timeout); p.cycleTimeout = 0; } if (opts.random && val < 0) { opts.randomIndex--; if (--opts.randomIndex == -2) { opts.randomIndex = els.length - 2; } else { if (opts.randomIndex == -1) { opts.randomIndex = els.length - 1; } } opts.nextSlide = opts.randomMap[opts.randomIndex]; } else { if (opts.random) { opts.nextSlide = opts.randomMap[opts.randomIndex]; } else { opts.nextSlide = opts.currSlide + val; if (opts.nextSlide < 0) { if (opts.nowrap) { return false; } opts.nextSlide = els.length - 1; } else { if (opts.nextSlide >= els.length) { if (opts.nowrap) { return false; } opts.nextSlide = 0; } } } } var cb = opts.onPrevNextEvent || opts.prevNextClick; if ($.isFunction(cb)) { cb(val > 0, opts.nextSlide, els[opts.nextSlide]); } go(els, opts, 1, val >= 0); return false; } function buildPager(els, opts) { var $p = $(opts.pager); $.each(els, function (i, o) { $.fn.cycle.createPagerAnchor(i, o, $p, els, opts); }); opts.updateActivePagerLink(opts.pager, opts.startingSlide, opts.activePagerClass); } $.fn.cycle.createPagerAnchor = function (i, el, $p, els, opts) { var a; if ($.isFunction(opts.pagerAnchorBuilder)) { a = opts.pagerAnchorBuilder(i, el); debug("pagerAnchorBuilder(" + i + ", el) returned: " + a); } else { a = '<a href="#">' + (i + 1) + "</a>"; } if (!a) { return; } var $a = $(a); if ($a.parents("body").length === 0) { var arr = []; if ($p.length > 1) { $p.each(function () { var $clone = $a.clone(true); $(this).append($clone); arr.push($clone[0]); }); $a = $(arr); } else { $a.appendTo($p); } } opts.pagerAnchors = opts.pagerAnchors || []; opts.pagerAnchors.push($a); $a.bind(opts.pagerEvent, function (e) { e.preventDefault(); opts.nextSlide = i; var p = opts.$cont[0], timeout = p.cycleTimeout; if (timeout) { clearTimeout(timeout); p.cycleTimeout = 0; } var cb = opts.onPagerEvent || opts.pagerClick; if ($.isFunction(cb)) { cb(opts.nextSlide, els[opts.nextSlide]); } go(els, opts, 1, opts.currSlide < i); }); if (!/^click/.test(opts.pagerEvent) && !opts.allowPagerClickBubble) { $a.bind("click.cycle", function () { return false; }); } if (opts.pauseOnPagerHover) { $a.hover(function () { opts.$cont[0].cyclePause++; }, function () { opts.$cont[0].cyclePause--; }); } }; $.fn.cycle.hopsFromLast = function (opts, fwd) { var hops, l = opts.lastSlide, c = opts.currSlide; if (fwd) { hops = c > l ? c - l : opts.slideCount - l; } else { hops = c < l ? l - c : l + opts.slideCount - c; } return hops; }; function clearTypeFix($slides) { debug("applying clearType background-color hack"); function hex(s) { s = parseInt(s).toString(16); return s.length < 2 ? "0" + s : s; } function getBg(e) { for (; e && e.nodeName.toLowerCase() != "html"; e = e.parentNode) { var v = $.css(e, "background-color"); if (v.indexOf("rgb") >= 0) { var rgb = v.match(/\d+/g); return "#" + hex(rgb[0]) + hex(rgb[1]) + hex(rgb[2]); } if (v && v != "transparent") { return v; } } return "#ffffff"; } $slides.each(function () { $(this).css("background-color", getBg(this)); }); } $.fn.cycle.commonReset = function (curr, next, opts, w, h, rev) { $(opts.elements).not(curr).hide(); opts.cssBefore.opacity = 1; opts.cssBefore.display = "block"; if (w !== false && next.cycleW > 0) { opts.cssBefore.width = next.cycleW; } if (h !== false && next.cycleH > 0) { opts.cssBefore.height = next.cycleH; } opts.cssAfter = opts.cssAfter || {}; opts.cssAfter.display = "none"; $(curr).css("zIndex", opts.slideCount + (rev === true ? 1 : 0)); $(next).css("zIndex", opts.slideCount + (rev === true ? 0 : 1)); }; $.fn.cycle.custom = function (curr, next, opts, cb, fwd, speedOverride) { var $l = $(curr), $n = $(next); var speedIn = opts.speedIn, speedOut = opts.speedOut, easeIn = opts.easeIn, easeOut = opts.easeOut; $n.css(opts.cssBefore); if (speedOverride) { if (typeof speedOverride == "number") { speedIn = speedOut = speedOverride; } else { speedIn = speedOut = 1; } easeIn = easeOut = null; } var fn = function () { $n.animate(opts.animIn, speedIn, easeIn, cb); }; $l.animate(opts.animOut, speedOut, easeOut, function () { if (opts.cssAfter) { $l.css(opts.cssAfter); } if (!opts.sync) { fn(); } }); if (opts.sync) { fn(); } }; $.fn.cycle.transitions = { fade: function ($cont, $slides, opts) { $slides.not(":eq(" + opts.currSlide + ")").css("opacity", 0); opts.before.push(function (curr, next, opts) { $.fn.cycle.commonReset(curr, next, opts); opts.cssBefore.opacity = 0; }); opts.animIn = { opacity: 1 }; opts.animOut = { opacity: 0 }; opts.cssBefore = { top: 0, left: 0 }; } }; $.fn.cycle.ver = function () { return ver; }; $.fn.cycle.defaults = { fx: "fade", timeout: 4000, timeoutFn: null, continuous: 0, speed: 1000, speedIn: null, speedOut: null, next: null, prev: null, onPrevNextEvent: null, prevNextEvent: "click.cycle", pager: null, onPagerEvent: null, pagerEvent: "click.cycle", allowPagerClickBubble: false, pagerAnchorBuilder: null, before: null, after: null, end: null, easing: null, easeIn: null, easeOut: null, shuffle: null, animIn: null, animOut: null, cssBefore: null, cssAfter: null, fxFn: null, height: "auto", startingSlide: 0, sync: 1, random: 0, fit: 0, containerResize: 1, pause: 0, pauseOnPagerHover: 0, autostop: 0, autostopCount: 0, delay: 0, slideExpr: null, cleartype: !$.support.opacity, cleartypeNoBg: false, nowrap: 0, fastOnEvent: 0, randomizeEffects: 1, rev: 0, manualTrump: true, requeueOnImageNotLoaded: true, requeueTimeout: 250, activePagerClass: "activeSlide", updateActivePagerLink: null, backwards: false }; })(jQuery);
/*jQuery Cycle Plugin Transition Definitions. Copyright (c) 2007-2010 M. Alsup. Version: 2.72*/
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);/*SimpleModal 1.3.5 - jQuery Plugin Copyright (c) 2010 Eric Martin*/
(function ($) { var ie6 = $.browser.msie && parseInt($.browser.version) == 6 && typeof window['XMLHttpRequest'] != "object", ieQuirks = null, w = []; $.modal = function (data, options) { return $.modal.impl.init(data, options); }; $.modal.close = function () { $.modal.impl.close(); }; $.fn.modal = function (options) { return $.modal.impl.init(this, options); }; $.modal.defaults = { appendTo: 'body', focus: true, opacity: 50, overlayId: 'simplemodal-overlay', overlayCss: {}, containerId: 'simplemodal-container', containerCss: {}, dataId: 'simplemodal-data', dataCss: {}, minHeight: null, minWidth: null, maxHeight: null, maxWidth: null, autoResize: false, autoPosition: true, zIndex: 1000, close: true, closeHTML: '<a class="close" title='+locClose+'></a>', closeClass: 'simplemodal-close', escClose: true, overlayClose: false, position: null, persist: false, modal: true, onOpen: null, onShow: null, onClose: null }; $.modal.impl = { o: null, d: {}, init: function (data, options) { var s = this; if (s.d.data) { return false; } ieQuirks = $.browser.msie && !$.boxModel; s.o = $.extend({}, $.modal.defaults, options); s.zIndex = s.o.zIndex; s.occb = false; if (typeof data == 'object') { data = data instanceof jQuery ? data : $(data); s.d.placeholder = false; if (data.parent().parent().size() > 0) { data.before($('<span></span>').attr('id', 'simplemodal-placeholder').css({ display: 'none' })); s.d.placeholder = true; s.display = data.css('display'); if (!s.o.persist) { s.d.orig = data.clone(true); } } } else if (typeof data == 'string' || typeof data == 'number') { data = $('<div></div>').html(data); } else { alert('SimpleModal Error: Unsupported data type: ' + typeof data); return s; } s.create(data); data = null; s.open(); if ($.isFunction(s.o.onShow)) { s.o.onShow.apply(s, [s.d]); } return s; }, create: function (data) { var s = this; w = s.getDimensions(); if (s.o.modal && ie6) { s.d.iframe = $('<iframe src="javascript:false;"></iframe>').css($.extend(s.o.iframeCss, { display: 'none', opacity: 0, position: 'fixed', height: w[0], width: w[1], zIndex: s.o.zIndex, top: 0, left: 0 })).appendTo(s.o.appendTo); } s.d.overlay = $('<div></div>').attr('id', s.o.overlayId).addClass('simplemodal-overlay').css($.extend(s.o.overlayCss, { display: 'none', opacity: s.o.opacity / 100, height: s.o.modal ? w[0] : 0, width: s.o.modal ? w[1] : 0, position: 'fixed', left: 0, top: 0, zIndex: s.o.zIndex + 1 })).appendTo(s.o.appendTo); s.d.container = $('<div></div>').attr('id', s.o.containerId).addClass('simplemodal-container').css($.extend(s.o.containerCss, { display: 'none', position: 'fixed', zIndex: s.o.zIndex + 2 })).append(s.o.close && s.o.closeHTML ? $(s.o.closeHTML).addClass(s.o.closeClass) : '').appendTo(s.o.appendTo); s.d.wrap = $('<div></div>').attr('tabIndex', -1).addClass('simplemodal-wrap').css({ height: '100%', outline: 0, width: '100%' }).appendTo(s.d.container); s.d.data = data.attr('id', data.attr('id') || s.o.dataId).addClass('simplemodal-data').css($.extend(s.o.dataCss, { display: 'none' })).appendTo('body'); data = null; s.setContainerDimensions(); s.d.data.appendTo(s.d.wrap); if (ie6 || ieQuirks) { s.fixIE(); } }, bindEvents: function () { var s = this; $('.' + s.o.closeClass).bind('click.simplemodal', function (e) { e.preventDefault(); s.close(); }); if (s.o.modal && s.o.close && s.o.overlayClose) { s.d.overlay.bind('click.simplemodal', function (e) { e.preventDefault(); s.close(); }); } $(document).bind('keydown.simplemodal', function (e) { if (s.o.modal && s.o.focus && e.keyCode == 9) { s.watchTab(e); } else if ((s.o.close && s.o.escClose) && e.keyCode == 27) { e.preventDefault(); s.close(); } }); $(window).bind('resize.simplemodal', function () { w = s.getDimensions(); s.setContainerDimensions(true); if (ie6 || ieQuirks) { s.fixIE(); } else if (s.o.modal) { s.d.iframe && s.d.iframe.css({ height: w[0], width: w[1] }); s.d.overlay.css({ height: w[0], width: w[1] }); } }); }, unbindEvents: function () { $('.' + this.o.closeClass).unbind('click.simplemodal'); $(document).unbind('keydown.simplemodal'); $(window).unbind('resize.simplemodal'); this.d.overlay.unbind('click.simplemodal'); }, fixIE: function () { var s = this, p = s.o.position; $.each([s.d.iframe || null, !s.o.modal ? null : s.d.overlay, s.d.container], function (i, el) { if (el) { var bch = 'document.body.clientHeight', bcw = 'document.body.clientWidth', bsh = 'document.body.scrollHeight', bsl = 'document.body.scrollLeft', bst = 'document.body.scrollTop', bsw = 'document.body.scrollWidth', ch = 'document.documentElement.clientHeight', cw = 'document.documentElement.clientWidth', sl = 'document.documentElement.scrollLeft', st = 'document.documentElement.scrollTop', s = el[0].style; s.position = 'absolute'; if (i < 2) { s.removeExpression('height'); s.removeExpression('width'); s.setExpression('height', '' + bsh + ' > ' + bch + ' ? ' + bsh + ' : ' + bch + ' + "px"'); s.setExpression('width', '' + bsw + ' > ' + bcw + ' ? ' + bsw + ' : ' + bcw + ' + "px"'); } else { var te, le; if (p && p.constructor == Array) { var top = p[0] ? typeof p[0] == 'number' ? p[0].toString() : p[0].replace(/px/, '') : el.css('top').replace(/px/, ''); te = top.indexOf('%') == -1 ? top + ' + (t = ' + st + ' ? ' + st + ' : ' + bst + ') + "px"' : parseInt(top.replace(/%/, '')) + ' * ((' + ch + ' || ' + bch + ') / 100) + (t = ' + st + ' ? ' + st + ' : ' + bst + ') + "px"'; if (p[1]) { var left = typeof p[1] == 'number' ? p[1].toString() : p[1].replace(/px/, ''); le = left.indexOf('%') == -1 ? left + ' + (t = ' + sl + ' ? ' + sl + ' : ' + bsl + ') + "px"' : parseInt(left.replace(/%/, '')) + ' * ((' + cw + ' || ' + bcw + ') / 100) + (t = ' + sl + ' ? ' + sl + ' : ' + bsl + ') + "px"'; } } else { te = '(' + ch + ' || ' + bch + ') / 2 - (this.offsetHeight / 2) + (t = ' + st + ' ? ' + st + ' : ' + bst + ') + "px"'; le = '(' + cw + ' || ' + bcw + ') / 2 - (this.offsetWidth / 2) + (t = ' + sl + ' ? ' + sl + ' : ' + bsl + ') + "px"'; } s.removeExpression('top'); s.removeExpression('left'); s.setExpression('top', te); s.setExpression('left', le); } } }); }, focus: function (pos) { var s = this, p = pos || 'first'; var input = $(':input:enabled:visible:' + p, s.d.wrap); input.length > 0 ? input.focus() : s.d.wrap.focus(); }, getDimensions: function () { var el = $(window); var h = $.browser.opera && $.browser.version > '9.5' && $.fn.jquery <= '1.2.6' ? document.documentElement['clientHeight'] : $.browser.opera && $.browser.version < '9.5' && $.fn.jquery > '1.2.6' ? window.innerHeight : el.height(); return [h, el.width()]; }, getVal: function (v) { return v == 'auto' ? 0 : v.indexOf('%') > 0 ? v : parseInt(v.replace(/px/, '')); }, setContainerDimensions: function (resize) { var s = this; if (!resize || (resize && s.o.autoResize)) { var ch = $.browser.opera ? s.d.container.height() : s.getVal(s.d.container.css('height')), cw = $.browser.opera ? s.d.container.width() : s.getVal(s.d.container.css('width')), dh = s.d.data.outerHeight(true), dw = s.d.data.outerWidth(true); var mh = s.o.maxHeight && s.o.maxHeight < w[0] ? s.o.maxHeight : w[0], mw = s.o.maxWidth && s.o.maxWidth < w[1] ? s.o.maxWidth : w[1]; if (!ch) { if (!dh) { ch = s.o.minHeight; } else { if (dh > mh) { ch = mh; } else if (dh < s.o.minHeight) { ch = s.o.minHeight; } else { ch = dh; } } } else { ch = ch > mh ? mh : ch; } if (!cw) { if (!dw) { cw = s.o.minWidth; } else { if (dw > mw) { cw = mw; } else if (dw < s.o.minWidth) { cw = s.o.minWidth; } else { cw = dw; } } } else { cw = cw > mw ? mw : cw; } s.d.container.css({ height: ch, width: cw }); if (dh > ch || dw > cw) { s.d.wrap.css({ overflow: 'auto' }); } } if (s.o.autoPosition) { s.setPosition(); } }, setPosition: function () { var s = this, top, left, hc = (w[0] / 2) - (s.d.container.outerHeight(true) / 2), vc = (w[1] / 2) - (s.d.container.outerWidth(true) / 2); if (s.o.position && Object.prototype.toString.call(s.o.position) === "[object Array]") { top = s.o.position[0] || hc; left = s.o.position[1] || vc; } else { top = hc; left = vc; } s.d.container.css({ left: left, top: top }); }, watchTab: function (e) { var s = this; if ($(e.target).parents('.simplemodal-container').length > 0) { s.inputs = $(':input:enabled:visible:first, :input:enabled:visible:last', s.d.data[0]); if ((!e.shiftKey && e.target == s.inputs[s.inputs.length - 1]) || (e.shiftKey && e.target == s.inputs[0]) || s.inputs.length == 0) { e.preventDefault(); var pos = e.shiftKey ? 'last' : 'first'; setTimeout(function () { s.focus(pos); }, 10); } } else { e.preventDefault(); setTimeout(function () { s.focus(); }, 10); } }, open: function () { var s = this; s.d.iframe && s.d.iframe.show(); if ($.isFunction(s.o.onOpen)) { s.o.onOpen.apply(s, [s.d]); } else { s.d.overlay.show(); s.d.container.show(); s.d.data.show(); } s.focus(); s.bindEvents(); }, close: function () { var s = this; if (!s.d.data) { return false; } s.unbindEvents(); if ($.isFunction(s.o.onClose) && !s.occb) { s.occb = true; s.o.onClose.apply(s, [s.d]); } else { if (s.d.placeholder) { var ph = $('#simplemodal-placeholder'); if (s.o.persist) { ph.replaceWith(s.d.data.removeClass('simplemodal-data').css('display', s.display)); } else { s.d.data.hide().remove(); ph.replaceWith(s.d.orig); } } else { s.d.data.hide().remove(); } s.d.container.hide().remove(); s.d.overlay.hide().remove(); s.d.iframe && s.d.iframe.hide().remove(); s.d = {}; } } }; })(jQuery);/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());/*Copyright 1990-1993 Bitstream Inc.  All rights reserved.*/
Cufon.registerFont({"w":129,"face":{"font-family":"Humanst521 Cn BT","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 5 6 2 2 4 3 2 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-7 -338 339 85","underline-thickness":"19.8633","underline-position":"-30.7617","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":66},"!":{"d":"36,3v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm54,-204v0,46,-7,90,-16,129r-4,0v-10,-38,-17,-87,-17,-134v0,-22,1,-38,19,-40v18,2,18,21,18,45","w":71},"\"":{"d":"83,-252r0,97r-18,0r0,-97r18,0xm35,-252r0,97r-18,0r0,-97r18,0","w":100},"#":{"d":"171,-152r-46,0r-17,49r47,0xm161,-256r-29,85r46,0r30,-85r23,0r-30,85r55,0r-6,19r-56,0r-17,49r60,0r-7,19r-60,0r-30,84r-22,0r30,-84r-47,0r-31,84r-22,0r30,-84r-57,0r6,-19r58,0r17,-49r-62,0r6,-19r63,0r30,-85r22,0","w":276},"$":{"d":"57,-221v-30,10,-22,53,0,68r0,-68xm76,-26v31,-9,23,-58,0,-72r0,72xm57,2v-19,0,-34,-2,-47,-9r0,-29v13,7,29,12,47,13r0,-91v-22,-24,-49,-40,-48,-79v0,-33,18,-49,48,-54r0,-14r19,0r0,12v15,1,28,2,39,8r0,27v-13,-5,-23,-10,-39,-10r0,88v29,22,50,38,50,77v0,35,-20,53,-50,60r0,35r-19,0r0,-34","w":132},"%":{"d":"163,-107v-22,4,-22,87,1,90v24,-3,21,-86,-1,-90xm163,4v-31,0,-39,-30,-39,-66v0,-36,9,-65,39,-65v31,0,41,30,41,67v0,36,-10,64,-41,64xm52,-229v-17,3,-15,20,-15,45v0,24,-2,41,15,44v17,-3,15,-19,15,-44v0,-24,2,-42,-15,-45xm52,-118v-31,0,-41,-29,-40,-66v0,-36,9,-66,40,-66v31,0,40,29,40,67v0,36,-10,65,-40,65xm27,4r138,-254r24,0r-138,254r-24,0","w":216},"&":{"d":"80,-224v-26,4,-16,41,-6,59v17,-14,35,-49,6,-59xm64,-120v-31,20,-26,112,20,88v5,-4,10,-9,14,-16xm148,-124v-2,28,-10,51,-19,74r24,50r-33,0r-9,-19v-32,48,-103,11,-98,-50v3,-36,15,-60,37,-79v-22,-32,-22,-102,28,-102v26,0,45,21,45,46v0,30,-17,45,-37,63r26,57v5,-12,6,-25,8,-40r28,0","w":156},"'":{"d":"35,-252r0,97r-18,0r0,-97r18,0","w":51},"(":{"d":"96,-250v-56,86,-57,246,0,332r-17,0v-34,-45,-57,-98,-57,-167v0,-69,24,-119,57,-165r17,0","w":103},")":{"d":"24,-250v73,80,74,253,0,332r-16,0v56,-87,55,-245,0,-332r16,0","w":103},"*":{"d":"126,-237r17,17r-49,37r61,-8r0,24r-61,-8r49,37r-17,17r-37,-49r8,60r-24,0r8,-60r-37,49r-18,-17r49,-37r-61,8r0,-24r61,8r-49,-38r18,-17r37,49r-8,-60r24,0r-8,60","w":169},"+":{"d":"159,-215r0,99r96,0r0,17r-96,0r0,99r-17,0r0,-99r-97,0r0,-17r97,0r0,-99r17,0","w":299},",":{"d":"17,50v1,-18,13,-25,10,-47v-20,-5,-17,-40,4,-40v27,1,28,45,14,63v-6,9,-16,18,-28,24","w":66},"-":{"d":"15,-68r0,-26r67,0r0,26r-67,0","w":96,"k":{"\u015b":-7,"\u015a":-7,"\u0159":-7,"\u0158":-7,"o":-7,"Y":15,"W":8,"V":16,"T":20,"O":-7,"J":-7,"G":-7,"C":-7}},".":{"d":"33,3v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,21,9,21,20v0,11,-10,20,-21,20","w":66},"\/":{"d":"-3,33r87,-283r22,0r-87,283r-22,0","w":93},"0":{"d":"67,-223v-37,11,-25,131,-18,174v3,17,10,26,18,26v35,-14,25,-135,18,-175v-3,-16,-10,-25,-18,-25xm67,4v-48,-5,-55,-64,-55,-127v0,-64,8,-120,55,-127v47,6,54,64,54,127v0,63,-7,121,-54,127","w":133},"1":{"d":"38,0r0,-246r30,0r0,246r-30,0","w":106},"2":{"d":"103,-184v-5,62,-28,98,-57,156r62,0r0,28r-102,0r0,-6v31,-54,59,-110,65,-172v4,-40,-36,-50,-61,-32r0,-30v42,-26,98,2,93,56","w":124},"3":{"d":"102,-69v0,54,-43,90,-92,67r0,-31v29,19,61,2,61,-37v0,-27,-12,-46,-36,-47r0,-28v22,-2,34,-16,34,-42v0,-30,-30,-43,-52,-27r0,-29v39,-20,84,7,81,54v-2,31,-13,47,-37,56v26,7,41,30,41,64","w":124},"4":{"d":"29,-90r48,0r0,-113v-14,40,-32,76,-48,113xm8,-67r0,-28r69,-155r28,0r0,160r15,0r0,23r-15,0r0,67r-28,0r0,-67r-69,0","w":132},"5":{"d":"109,-73v2,54,-43,93,-94,71r0,-31v29,21,63,-3,63,-41v0,-33,-19,-50,-53,-45r0,-127r77,0r0,28r-48,0r0,72v37,4,53,33,55,73","w":128},"6":{"d":"65,-124v-32,3,-29,99,0,102v28,-5,30,-98,0,-102xm64,4v-78,-13,-51,-150,-19,-200r25,-50r33,0r-49,98v44,-13,62,26,61,74v-1,41,-15,77,-51,78"},"7":{"d":"24,0r49,-217r-65,0r0,-29r100,0r-55,251","w":122},"8":{"d":"67,-224v-29,1,-27,78,0,79v27,-2,27,-77,0,-79xm67,-113v-33,1,-31,87,-1,90v31,-1,34,-89,1,-90xm66,4v-61,0,-70,-115,-22,-133v-42,-20,-32,-121,22,-121v56,0,64,99,24,121v47,20,38,133,-24,133","w":133},"9":{"d":"65,-122v30,-4,28,-97,0,-101v-30,3,-31,99,0,101xm65,-250v55,0,58,87,43,140v-10,36,-32,77,-49,110r-32,0r49,-98v-43,15,-63,-25,-62,-73v1,-41,14,-79,51,-79"},":":{"d":"36,3v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm36,-125v-11,0,-20,-9,-20,-20v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20","w":71},";":{"d":"20,50v1,-18,12,-26,10,-47v-20,-6,-18,-40,4,-40v43,12,16,81,-14,87xm36,-125v-11,0,-20,-9,-20,-20v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20","w":71},"<":{"d":"253,-180r-179,73r179,72r0,20r-207,-85r0,-14r207,-86r0,20","w":299},"=":{"d":"255,-83r0,17r-210,0r0,-17r210,0xm255,-149r0,18r-210,0r0,-18r210,0","w":299},">":{"d":"253,-114r0,14r-207,85r0,-20r180,-72r-180,-73r0,-20","w":299},"?":{"d":"43,3v-11,0,-21,-9,-21,-20v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm29,-249v74,-1,64,71,30,122v-16,24,-21,42,-20,64v-46,-29,12,-99,16,-133v3,-25,-27,-28,-42,-15","w":97},"@":{"d":"102,-80v-7,-70,90,-134,126,-67r11,-22r16,0r-27,115v0,10,7,17,19,16v50,-4,72,-48,73,-100v2,-63,-59,-104,-125,-102v-94,3,-149,58,-154,150v-7,128,167,153,250,91r7,10v-31,22,-67,39,-115,39v-97,0,-162,-49,-162,-144v0,-100,71,-162,175,-162v81,0,143,40,143,119v0,66,-33,115,-97,115v-22,0,-37,-10,-33,-32v-10,18,-26,31,-52,32v-37,0,-52,-21,-55,-58xm123,-78v0,41,44,51,70,29v20,-17,23,-49,31,-77v-4,-19,-17,-35,-38,-35v-38,0,-63,41,-63,83","w":360},"A":{"d":"49,-83r35,0r-17,-116xm4,0r46,-246r33,0r46,246r-31,0r-9,-54r-45,0r-9,54r-31,0","w":133,"k":{"w":6,"v":6,"Y":6,"W":6,"V":6,"T":10,";":-7,":":-7,".":-11,",":-11}},"B":{"d":"94,-182v0,-26,-14,-37,-41,-35r0,73v28,2,41,-11,41,-38xm98,-73v0,-29,-14,-44,-45,-42r0,86v30,1,46,-13,45,-44xm93,-133v60,19,41,140,-29,133r-41,0r0,-246v57,-4,102,9,101,62v-1,26,-12,40,-31,51","w":147,"k":{"W":10,"V":6,"-":-10}},"C":{"d":"80,-25v14,-1,23,-9,33,-18r0,32v-60,45,-100,-29,-100,-110v0,-86,29,-154,100,-118r0,32v-51,-38,-72,9,-68,81v3,55,0,93,35,101","w":124},"D":{"d":"109,-123v0,-56,-6,-94,-56,-94r0,188v49,0,56,-39,56,-94xm141,-123v0,87,-29,132,-119,123r0,-246v89,-9,119,36,119,123","w":155,"k":{"Y":6}},"E":{"d":"23,0r0,-246r88,0r0,29r-58,0r0,74r54,0r0,29r-54,0r0,85r61,0r0,29r-91,0"},"F":{"d":"23,0r0,-246r76,0r0,29r-45,0r0,74r40,0r0,29r-40,0r0,114r-31,0","w":110,"k":{"\u0139":6,"u":8,"r":11,"A":6,";":8,":":8,".":38,",":38}},"G":{"d":"45,-121v0,54,12,107,62,94r0,-77r-23,0r0,-29r52,0r0,123v-68,45,-123,-26,-123,-112v0,-70,20,-125,79,-128v20,0,32,7,44,17r0,35v-12,-13,-23,-24,-44,-23v-40,3,-47,48,-47,100","w":154,"k":{"Y":6,"T":6,"-":-8}},"H":{"d":"23,0r0,-246r30,0r0,108r50,0r0,-108r30,0r0,246r-30,0r0,-110r-50,0r0,110r-30,0","w":156},"I":{"d":"25,0r0,-246r30,0r0,246r-30,0","w":81},"J":{"d":"58,18v2,42,-20,61,-61,53r-3,-28v23,5,33,-1,33,-30r0,-259r31,0r0,264","w":82},"K":{"d":"23,0r0,-246r30,0r0,120r35,-120r33,0r-42,121r51,125r-34,0r-43,-121r0,121r-30,0","w":130,"k":{"\u015a":6,"\u0158":6,"y":6,"Y":6,"W":6,"O":6,"C":6}},"L":{"d":"24,0r0,-246r31,0r0,216r60,0r0,30r-91,0","w":116,"k":{"\u015a":6,"\u0158":6,"\u0139":-13,"y":13,"Y":15,"W":16,"V":13,"U":6,"T":20,"O":6,"A":-13,"-":13}},"M":{"d":"23,0r0,-246r29,0r36,96v10,-34,24,-63,36,-96r29,0r0,246r-29,0r2,-184r-38,93r-38,-93v4,58,1,123,2,184r-29,0","w":175},"N":{"d":"23,-246r26,0r58,165v-5,-51,-1,-110,-2,-165r28,0r0,246r-26,0r-57,-163r2,163r-29,0r0,-246","w":156},"O":{"d":"79,-222v-32,6,-34,52,-34,99v0,48,2,93,34,99v32,-6,35,-52,35,-99v0,-48,-4,-92,-35,-99xm80,4v-55,0,-67,-60,-67,-127v0,-67,12,-127,67,-127v54,0,66,61,66,127v0,67,-11,127,-66,127","w":159,"k":{";":-7,":":-7,".":15,"-":-7,",":15}},"P":{"d":"94,-177v0,-26,-14,-41,-40,-40v1,26,-2,55,1,79v25,0,39,-14,39,-39xm126,-179v0,42,-27,73,-72,69r0,110r-31,0r0,-246v60,-5,104,12,103,67","w":135,"k":{"\u015b":13,"\u0159":13,"\u0139":11,"u":6,"s":6,"r":6,"o":13,"n":6,"i":6,"e":13,"a":13,"A":11,";":10,":":10,".":53,"-":21,",":53}},"Q":{"d":"80,-222v-32,6,-35,52,-35,99v0,47,3,92,35,99v32,-6,34,-52,34,-99v-1,-47,-4,-91,-34,-99xm99,-1v8,14,29,31,43,15r6,5r-23,31v-29,-6,-46,-24,-61,-48v-41,-16,-51,-61,-51,-125v1,-67,12,-127,67,-127v54,0,66,61,66,127v0,60,-10,106,-47,122","w":159},"R":{"d":"82,-176v0,-23,-7,-42,-29,-41r0,76v21,1,29,-13,29,-35xm102,0v-13,-38,-9,-107,-49,-113r0,113r-30,0r0,-246v56,-6,91,15,90,66v0,25,-10,43,-28,52v33,21,35,83,48,128r-31,0","w":136,"k":{"W":6,".":-7,"-":10,",":-7}},"S":{"d":"97,-52v0,43,-48,72,-83,47r0,-34v14,20,56,19,53,-13v-4,-41,-54,-98,-54,-145v0,-41,41,-66,77,-46r0,30v-14,-14,-49,-12,-46,15v4,44,53,112,53,146","w":113},"T":{"d":"44,0r0,-217r-39,0r0,-29r109,0r0,29r-39,0r0,217r-31,0","w":118,"k":{"\u015b":21,"\u0159":21,"\u0139":10,"y":21,"w":21,"u":21,"s":21,"r":21,"o":21,"e":21,"c":21,"a":21,"C":6,"A":10,";":23,":":23,".":20,"-":20,",":20}},"U":{"d":"77,4v-35,0,-56,-25,-55,-62r0,-188r31,0r0,188v0,19,6,33,24,33v18,0,25,-13,25,-33r0,-188r31,0r0,188v1,37,-20,63,-56,62","w":155},"V":{"d":"52,0r-47,-246r32,0r26,172r27,-172r32,0r-47,246r-23,0","w":126,"k":{"\u015b":13,"\u0159":13,"\u0139":6,"y":6,"u":13,"o":13,"e":13,"a":13,"A":6,";":11,":":11,".":26,"-":16,",":26}},"W":{"d":"5,-246r31,0r31,179r30,-179r24,0r31,179v6,-63,20,-119,30,-179r31,0r-50,246r-25,0r-28,-173r-29,173r-26,0","w":218,"k":{"\u015b":13,"\u0159":13,"\u0139":6,"y":6,"u":13,"r":16,"o":13,"e":13,"a":13,"A":6,";":8,":":8,".":24,"-":8,",":24}},"X":{"d":"4,0r45,-130r-40,-116r31,0r27,86r25,-86r32,0r-40,116r45,130r-32,0r-30,-94r-30,94r-33,0","w":133},"Y":{"d":"3,-246r32,0r25,91r25,-91r32,0r-42,132r0,114r-30,0r0,-114","w":119,"k":{"\u015b":20,"\u0159":20,"\u0139":6,"u":20,"o":20,"i":6,"e":20,"a":18,"A":6,";":18,":":18,".":28,"-":15,",":28}},"Z":{"d":"10,0r57,-217r-53,0r0,-29r91,0r-57,217r57,0r0,29r-95,0","w":116,"k":{"-":6}},"[":{"d":"32,75r0,-321r67,0r0,19r-39,0r0,284r39,0r0,18r-67,0","w":105},"\\":{"d":"-7,-250r22,0r88,283r-23,0","w":93},"]":{"d":"6,75r0,-18r39,0r0,-284r-39,0r0,-19r66,0r0,321r-66,0","w":105},"^":{"d":"192,-256r93,98r-25,0r-80,-80r-81,80r-25,0r94,-98r24,0","w":360},"_":{"d":"180,67r0,18r-180,0r0,-18r180,0","w":180},"`":{"d":"110,-185r-17,0r-40,-49r28,0","w":180},"a":{"d":"37,-40v2,29,31,17,38,-1r0,-42v-19,12,-35,21,-38,43xm117,-10v-11,16,-40,18,-42,-7v-16,31,-69,23,-65,-19v4,-39,29,-48,65,-68v10,-54,-46,-36,-61,-12r0,-30v22,-31,88,-25,88,23r0,92v0,5,0,7,5,7v4,-1,7,-4,10,-8r0,22","w":123},"b":{"d":"65,-21v47,-14,23,-163,-19,-107r0,94v5,7,11,12,19,13xm119,-81v0,51,-35,110,-73,72r0,9r-27,0r0,-246r27,0r0,93v40,-38,73,21,73,72"},"c":{"d":"38,-80v-3,38,28,73,56,48r0,28v-47,25,-84,-21,-84,-75v0,-58,33,-104,84,-80r0,27v-31,-23,-61,11,-56,52","w":103},"d":{"d":"65,-141v-49,11,-24,163,18,107r0,-94v-4,-7,-9,-13,-18,-13xm11,-81v0,-51,34,-111,72,-72r0,-93r28,0r0,246r-28,0r0,-9v-40,38,-72,-20,-72,-72"},"e":{"d":"53,-142v-16,2,-14,24,-15,45r31,0v-1,-22,1,-43,-16,-45xm38,-74v-7,43,33,67,55,37r0,27v-42,36,-83,-11,-83,-73v0,-44,9,-83,44,-83v39,0,44,46,43,92r-59,0","w":107},"f":{"d":"79,-223v-34,-4,-29,30,-29,61r17,0r0,25r-17,0r0,137r-27,0r0,-137r-14,0r0,-25r14,0v-4,-51,5,-91,56,-85r0,24","w":75,"k":{"y":-7,"w":-7,".":6,",":6}},"g":{"d":"60,-140v-17,0,-20,16,-20,37v0,21,2,38,20,38v26,0,25,-75,0,-75xm61,58v15,1,29,-10,29,-24v0,-31,-59,-34,-58,0v0,16,12,24,29,24xm33,0v-24,-9,-20,-44,5,-50v-36,-22,-33,-121,27,-112r50,0r0,23r-21,0v19,35,8,97,-34,96v-11,2,-17,7,-17,12v15,19,71,19,71,62v0,33,-24,49,-56,51v-52,4,-68,-66,-25,-82","w":122},"h":{"d":"85,-117v4,-37,-39,-26,-39,-5r0,122r-27,0r0,-246r27,0r0,100v17,-34,66,-22,66,28r0,118r-27,0r0,-117","w":130},"i":{"d":"34,-212v-10,0,-17,-8,-17,-17v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,17,-17,17xm20,0r0,-162r27,0r0,162r-27,0","w":67},"j":{"d":"36,-211v-21,0,-21,-35,0,-35v21,0,23,36,0,35xm5,55v14,-2,18,-9,18,-26r0,-191r27,0r0,196v0,30,-16,47,-45,48r0,-27","w":69},"k":{"d":"19,0r0,-246r27,0r0,161r41,-77r30,0r-43,77r49,85r-31,0r-46,-83r0,83r-27,0","w":124,"k":{"u":6}},"l":{"d":"20,0r0,-246r27,0r0,246r-27,0","w":67},"m":{"d":"85,-117v4,-38,-34,-25,-39,-5r0,122r-27,0r0,-162r27,0r0,16v10,-26,56,-26,63,3v9,-13,17,-23,34,-23v61,0,28,108,36,166r-27,0r0,-117v4,-34,-35,-28,-40,-5r0,122r-27,0r0,-117","w":196},"n":{"d":"86,-117v4,-34,-40,-29,-40,-5r0,122r-27,0r0,-162r27,0r0,16v17,-35,67,-21,67,28r0,118r-27,0r0,-117","w":130},"o":{"d":"60,-140v-32,7,-31,111,0,118v32,-6,33,-112,0,-118xm60,3v-38,0,-50,-39,-50,-84v0,-45,12,-85,50,-85v38,0,51,40,51,85v0,45,-13,84,-51,84","w":121,"k":{"-":-7}},"p":{"d":"119,-81v0,51,-34,109,-73,72r0,91r-27,0r0,-244r27,0r0,9v40,-38,73,21,73,72xm64,-22v49,-11,24,-164,-18,-106r0,94v5,7,8,12,18,12"},"q":{"d":"65,-142v-48,12,-26,161,18,108r0,-94v-5,-7,-10,-13,-18,-14xm11,-81v-6,-51,34,-111,72,-72r0,-9r28,0r0,244r-28,0r0,-91v-38,37,-78,-21,-72,-72"},"r":{"d":"90,-131v-49,-16,-44,74,-43,131r-27,0r0,-162r26,0r0,41v8,-29,19,-55,47,-39","w":95,"k":{"z":-7,"y":-7,"w":-7,"v":-7,".":23,"-":6,",":23}},"s":{"d":"84,-36v0,39,-48,49,-71,27r0,-31v10,13,38,27,43,4v0,-25,-42,-59,-42,-94v0,-33,41,-46,63,-27r0,26v-8,-10,-34,-16,-36,3v4,24,43,57,43,92","w":95},"t":{"d":"78,-2v-27,13,-54,5,-54,-35r0,-100r-22,0v19,-23,36,-45,50,-70r0,45r26,0r0,25r-26,0r0,101v-2,17,16,14,26,9r0,25","w":85},"u":{"d":"85,-17v-16,34,-67,22,-67,-27r0,-118r27,0r0,117v-4,34,40,27,40,5r0,-122r27,0r0,162r-27,0r0,-17","w":130},"v":{"d":"3,-162r29,0v8,35,20,66,25,103v6,-36,16,-69,25,-103r29,0r-51,165r-6,0","w":114,"k":{".":21,",":21}},"w":{"d":"3,-162r29,0r21,99v6,-35,17,-66,26,-99r7,0r26,99r21,-99r29,0r-45,165r-7,0r-28,-103v-6,38,-18,69,-27,103r-7,0","w":164,"k":{".":20,",":20}},"x":{"d":"2,0r39,-86r-34,-76r29,0r21,53r20,-53r30,0r-35,76r39,86r-30,0r-24,-60r-25,60r-30,0","w":113},"y":{"d":"11,82r34,-113r-43,-131r30,0r26,89r24,-89r29,0r-72,244r-28,0","w":113,"k":{".":18,",":18}},"z":{"d":"7,0r52,-138r-48,0r0,-24r85,0r-52,138r53,0r0,24r-90,0","w":105},"{":{"d":"83,-152v-1,-64,-6,-118,67,-108r0,19v-90,-19,-7,137,-80,148v41,6,34,55,34,103v0,37,9,45,46,44r0,19v-71,9,-69,-42,-67,-108v1,-38,-15,-50,-52,-49r0,-19v37,1,53,-10,52,-49","w":180},"|":{"d":"100,-275r0,360r-19,0r0,-360r19,0","w":180},"}":{"d":"30,-260v71,-9,70,42,68,108v-1,38,14,50,52,49r0,19v-56,-8,-52,40,-52,92v0,54,-15,66,-68,65r0,-19v90,19,6,-138,81,-147v-42,-6,-34,-54,-35,-103v0,-38,-10,-46,-46,-45r0,-19","w":180},"~":{"d":"147,-117v47,20,88,15,122,-15r0,20v-32,26,-78,32,-122,12v-51,-23,-79,-7,-116,17r0,-20v34,-24,69,-34,116,-14","w":299},"\u0139":{"d":"26,-267r29,-49r28,0r-40,49r-17,0xm24,0r0,-246r31,0r0,216r60,0r0,30r-91,0","w":116,"k":{"w":6,"v":6,"Y":6,"W":6,"V":6,"T":10,";":-7,":":-7,".":-11,",":-11}},"\u0143":{"d":"58,-270r29,-49r28,0r-40,49r-17,0xm23,-246r26,0r58,165v-5,-51,-1,-110,-2,-165r28,0r0,246r-26,0r-57,-163r2,163r-29,0r0,-246","w":156},"\u0155":{"d":"49,-184r29,-49r28,0r-40,49r-17,0xm90,-131v-49,-16,-44,74,-43,131r-27,0r0,-162r26,0r0,41v8,-29,19,-55,47,-39","w":95},"\u0103":{"d":"99,-229v4,39,-46,48,-70,29v-7,-6,-10,-16,-11,-29r15,0v1,14,11,19,26,19v15,0,24,-5,25,-19r15,0xm37,-40v2,29,31,17,38,-1r0,-42v-19,12,-35,21,-38,43xm117,-10v-11,16,-40,18,-42,-7v-16,31,-69,23,-65,-19v4,-39,29,-48,65,-68v10,-54,-46,-36,-61,-12r0,-30v22,-31,88,-25,88,23r0,92v0,5,0,7,5,7v4,-1,7,-4,10,-8r0,22","w":123},"\u013a":{"d":"25,-274r29,-49r28,0r-40,49r-17,0xm20,0r0,-246r27,0r0,246r-27,0","w":67},"\u0119":{"d":"75,72v-62,10,-54,-57,-17,-74r10,0v-12,10,-22,23,-23,40v-1,16,15,14,30,14r0,20xm53,-142v-16,2,-14,24,-15,45r31,0v-1,-22,1,-43,-16,-45xm38,-74v-7,43,33,67,55,37r0,27v-42,36,-83,-11,-83,-73v0,-44,9,-83,44,-83v39,0,44,46,43,92r-59,0","w":107},"\u011b":{"d":"15,-234r17,0r24,32r24,-32r18,0r-28,49r-28,0xm53,-142v-16,2,-14,24,-15,45r31,0v-1,-22,1,-43,-16,-45xm38,-74v-7,43,33,67,55,37r0,27v-42,36,-83,-11,-83,-73v0,-44,9,-83,44,-83v39,0,44,46,43,92r-59,0","w":107},"\u010f":{"d":"126,-232v1,-18,12,-26,10,-47v-21,-5,-18,-40,4,-40v43,12,16,81,-14,87xm68,-141v-49,11,-24,163,18,107r0,-94v-4,-7,-9,-13,-18,-13xm14,-81v0,-51,34,-111,72,-72r0,-93r28,0r0,246r-28,0r0,-9v-40,38,-72,-20,-72,-72"},"\u0144":{"d":"45,-185r29,-49r28,0r-40,49r-17,0xm86,-117v4,-34,-40,-29,-40,-5r0,122r-27,0r0,-162r27,0r0,16v17,-35,67,-21,67,28r0,118r-27,0r0,-117","w":130},"\u0148":{"d":"24,-234r17,0r25,32r24,-32r17,0r-28,49r-27,0xm86,-117v4,-34,-40,-29,-40,-5r0,122r-27,0r0,-162r27,0r0,16v17,-35,67,-21,67,28r0,118r-27,0r0,-117","w":130},"\u0151":{"d":"69,-185r23,-49r25,0r-35,49r-13,0xm32,-185r20,-49r25,0r-31,49r-14,0xm60,-140v-32,7,-31,111,0,118v32,-6,33,-112,0,-118xm60,3v-38,0,-50,-39,-50,-84v0,-45,12,-85,50,-85v38,0,51,40,51,85v0,45,-13,84,-51,84","w":121},"\u016f":{"d":"66,-237v-10,-1,-20,9,-19,19v-1,10,10,19,19,19v9,0,19,-10,19,-19v0,-9,-9,-20,-19,-19xm66,-182v-19,0,-36,-17,-36,-36v0,-19,17,-35,36,-35v19,0,35,16,35,35v0,19,-16,36,-35,36xm85,-17v-16,34,-67,22,-67,-27r0,-118r27,0r0,117v-4,34,40,27,40,5r0,-122r27,0r0,162r-27,0r0,-17","w":130},"\u0171":{"d":"72,-187r23,-49r25,0r-34,49r-14,0xm36,-187r19,-49r25,0r-31,49r-13,0xm85,-17v-16,34,-67,22,-67,-27r0,-118r27,0r0,117v-4,34,40,27,40,5r0,-122r27,0r0,162r-27,0r0,-17","w":130},"\u0158":{"d":"20,-314r17,0r25,32r24,-32r17,0r-27,48r-28,0xm82,-176v0,-23,-7,-42,-29,-41r0,76v21,1,29,-13,29,-35xm102,0v-13,-38,-9,-107,-49,-113r0,113r-30,0r0,-246v56,-6,91,15,90,66v0,25,-10,43,-28,52v33,21,35,83,48,128r-31,0","w":136,"k":{";":-7,":":-7,".":15,"-":-7,",":15}},"\u0104":{"d":"72,40v2,-21,14,-43,41,-45v-13,9,-23,22,-24,39v-1,16,15,14,30,14r0,20v-27,1,-50,-3,-47,-28xm49,-83r35,0r-17,-116xm4,0r46,-246r33,0r46,246r-31,0r-9,-54r-45,0r-9,54r-31,0","w":133},"\u0159":{"d":"21,-234r17,0r25,32r24,-32r17,0r-28,48r-27,0xm90,-131v-49,-16,-44,74,-43,131r-27,0r0,-162r26,0r0,41v8,-29,19,-55,47,-39","w":95,"k":{"-":-7}},"\u017c":{"d":"53,-192v-10,0,-17,-6,-17,-16v0,-10,8,-17,17,-17v8,0,16,9,16,17v0,9,-6,16,-16,16xm7,0r52,-138r-48,0r0,-24r85,0r-52,138r53,0r0,24r-90,0","w":105},"\u0154":{"d":"42,-266r28,-48r29,0r-40,48r-17,0xm82,-176v0,-23,-7,-42,-29,-41r0,76v21,1,29,-13,29,-35xm102,0v-13,-38,-9,-107,-49,-113r0,113r-30,0r0,-246v56,-6,91,15,90,66v0,25,-10,43,-28,52v33,21,35,83,48,128r-31,0","w":136},"\u0102":{"d":"107,-314v4,39,-46,50,-70,30v-7,-6,-10,-17,-11,-30r15,1v1,14,11,19,26,19v15,0,24,-5,25,-19xm49,-83r35,0r-17,-116xm4,0r46,-246r33,0r46,246r-31,0r-9,-54r-45,0r-9,54r-31,0","w":133},"\u0150":{"d":"88,-270r23,-49r25,0r-35,49r-13,0xm51,-270r20,-49r24,0r-30,49r-14,0xm79,-222v-32,6,-34,52,-34,99v0,48,2,93,34,99v32,-6,35,-52,35,-99v0,-48,-4,-92,-35,-99xm80,4v-55,0,-67,-60,-67,-127v0,-67,12,-127,67,-127v54,0,66,61,66,127v0,67,-11,127,-66,127","w":159},"\u015a":{"d":"37,-270r29,-49r28,0r-40,49r-17,0xm97,-52v0,43,-48,72,-83,47r0,-34v14,20,56,19,53,-13v-4,-41,-54,-98,-54,-145v0,-41,41,-66,77,-46r0,30v-14,-14,-49,-12,-46,15v4,44,53,112,53,146","w":113},"\u015b":{"d":"28,-185r28,-49r29,0r-40,49r-17,0xm84,-36v0,39,-48,49,-71,27r0,-31v10,13,38,27,43,4v0,-25,-42,-59,-42,-94v0,-33,41,-46,63,-27r0,26v-8,-10,-34,-16,-36,3v4,24,43,57,43,92","w":95},"\u017a":{"d":"32,-185r29,-49r28,0r-40,49r-17,0xm7,0r52,-138r-48,0r0,-24r85,0r-52,138r53,0r0,24r-90,0","w":105},"\u0118":{"d":"41,40v5,-20,14,-43,42,-45v-17,9,-41,51,-6,54r12,0r0,20v-27,2,-49,-3,-48,-29xm23,0r0,-246r88,0r0,29r-58,0r0,74r54,0r0,29r-54,0r0,85r61,0r0,29r-91,0"},"\u010e":{"d":"34,-316r18,0r24,32r24,-32r17,0r-27,49r-28,0xm109,-123v0,-56,-6,-94,-56,-94r0,188v49,0,56,-39,56,-94xm141,-123v0,87,-29,132,-119,123r0,-246v89,-9,119,36,119,123","w":155},"\u011a":{"d":"26,-319r17,0r24,32r24,-32r18,0r-28,49r-27,0xm23,0r0,-246r88,0r0,29r-58,0r0,74r54,0r0,29r-54,0r0,85r61,0r0,29r-91,0"},"\u0147":{"d":"37,-319r17,0r24,32r24,-32r18,0r-28,49r-27,0xm23,-246r26,0r58,165v-5,-51,-1,-110,-2,-165r28,0r0,246r-26,0r-57,-163r2,163r-29,0r0,-246","w":156},"\u0170":{"d":"86,-270r23,-49r25,0r-35,49r-13,0xm49,-270r20,-49r25,0r-31,49r-14,0xm77,4v-35,0,-56,-25,-55,-62r0,-188r31,0r0,188v0,19,6,33,24,33v18,0,25,-13,25,-33r0,-188r31,0r0,188v1,37,-20,63,-56,62","w":155},"\u016e":{"d":"78,-322v-10,-1,-19,9,-19,20v0,9,10,19,19,19v9,0,19,-10,19,-19v0,-10,-9,-20,-19,-20xm78,-267v-19,0,-36,-16,-36,-35v0,-19,17,-36,36,-36v19,0,35,17,35,36v0,19,-16,35,-35,35xm77,4v-35,0,-56,-25,-55,-62r0,-188r31,0r0,188v0,19,6,33,24,33v18,0,25,-13,25,-33r0,-188r31,0r0,188v1,37,-20,63,-56,62","w":155},"\u017b":{"d":"75,-292v0,22,-33,19,-33,0v0,-9,8,-17,16,-17v9,0,17,8,17,17xm10,0r57,-217r-53,0r0,-29r91,0r-57,217r57,0r0,29r-95,0","w":116},"\u0141":{"d":"26,0r0,-102r-24,17r0,-30r24,-16r0,-115r30,0r0,99r30,-21r0,30r-30,20r0,88r61,0r0,30r-91,0","w":118,"k":{"\u015a":6,"\u0158":6,"\u0139":-13,"y":13,"Y":15,"W":16,"V":13,"U":6,"T":20,"O":6,"A":-13,"-":13}},"\u0142":{"d":"22,0r0,-106r-20,14r0,-24r20,-13r0,-117r27,0r0,102r20,-14r0,24r-20,13r0,121r-27,0","w":70},"\u0160":{"d":"15,-319r18,0r24,32r24,-32r17,0r-27,49r-28,0xm97,-52v0,43,-48,72,-83,47r0,-34v14,20,56,19,53,-13v-4,-41,-54,-98,-54,-145v0,-41,41,-66,77,-46r0,30v-14,-14,-49,-12,-46,15v4,44,53,112,53,146","w":113},"\u0161":{"d":"6,-234r17,0r25,32r24,-32r17,0r-27,49r-28,0xm84,-36v0,39,-48,49,-71,27r0,-31v10,13,38,27,43,4v0,-25,-42,-59,-42,-94v0,-33,41,-46,63,-27r0,26v-8,-10,-34,-16,-36,3v4,24,43,57,43,92","w":95},"\u017d":{"d":"17,-319r17,0r24,32r24,-32r18,0r-28,49r-27,0xm10,0r57,-217r-53,0r0,-29r91,0r-57,217r57,0r0,29r-95,0","w":116},"\u017e":{"d":"11,-234r17,0r25,32r24,-32r17,0r-28,49r-27,0xm7,0r52,-138r-48,0r0,-24r85,0r-52,138r53,0r0,24r-90,0","w":105},"\u0110":{"d":"111,-123v0,-57,-6,-94,-57,-94r0,81r28,0r0,25r-28,0r0,82v50,1,57,-39,57,-94xm143,-123v0,87,-30,132,-119,123r0,-111r-22,0r0,-25r22,0r0,-110v89,-9,119,36,119,123","w":156,"k":{"Y":6}},"\u0162":{"d":"100,37v2,35,-46,36,-71,24r0,-15v17,2,50,16,51,-9v0,-11,-14,-15,-26,-12r0,-32r12,0v1,5,-3,15,2,16v18,0,32,10,32,28xm44,0r0,-217r-39,0r0,-29r109,0r0,29r-39,0r0,217r-31,0","w":118},"\u0163":{"d":"89,41v1,35,-44,36,-72,25r0,-16v18,5,52,14,52,-9v0,-11,-13,-14,-26,-12r0,-32r12,0v1,5,-3,15,2,16v18,0,32,10,32,28xm78,-2v-27,13,-54,5,-54,-35r0,-100r-22,0v19,-23,36,-45,50,-70r0,45r26,0r0,25r-26,0r0,101v-2,17,16,14,26,9r0,25","w":85},"\u0105":{"d":"59,43v1,-21,15,-34,31,-46r11,0v-12,9,-23,22,-24,39v-2,16,14,15,30,15r0,20v-27,1,-49,-3,-48,-28xm37,-40v2,29,31,17,38,-1r0,-42v-19,12,-35,21,-38,43xm117,-10v-11,16,-40,18,-42,-7v-16,31,-69,23,-65,-19v4,-39,29,-48,65,-68v10,-54,-46,-36,-61,-12r0,-30v22,-31,88,-25,88,23r0,92v0,5,0,7,5,7v4,-1,7,-4,10,-8r0,22","w":123},"\u013d":{"d":"69,-231v1,-18,12,-26,10,-47v-21,-5,-18,-40,4,-40v43,12,16,81,-14,87xm24,0r0,-246r31,0r0,216r60,0r0,30r-91,0","w":116},"\u013e":{"d":"62,-232v1,-18,12,-27,10,-47v-20,-6,-19,-40,4,-40v28,0,28,45,14,63v-6,9,-16,18,-28,24xm20,0r0,-246r27,0r0,246r-27,0","w":67},"\u0179":{"d":"41,-270r29,-49r28,0r-40,49r-17,0xm10,0r57,-217r-53,0r0,-29r91,0r-57,217r57,0r0,29r-95,0","w":116},"\u0164":{"d":"25,-319r17,0r24,32r24,-32r18,0r-28,49r-28,0xm44,0r0,-217r-39,0r0,-29r109,0r0,29r-39,0r0,217r-31,0","w":118},"\u0165":{"d":"70,-192v1,-18,13,-25,10,-47v-20,-6,-17,-40,4,-40v27,1,28,45,14,63v-6,9,-16,18,-28,24xm78,-2v-27,13,-54,5,-54,-35r0,-100r-22,0v19,-23,36,-45,50,-70r0,45r26,0r0,25r-26,0r0,101v-2,17,16,14,26,9r0,25","w":85},"\u015e":{"d":"94,44v1,35,-46,36,-72,24r0,-15v18,2,52,15,52,-9v0,-11,-14,-15,-26,-12r0,-32r12,0v1,5,-3,15,2,16v18,0,32,10,32,28xm97,-52v0,43,-48,72,-83,47r0,-34v14,20,56,19,53,-13v-4,-41,-54,-98,-54,-145v0,-41,41,-66,77,-46r0,30v-14,-14,-49,-12,-46,15v4,44,53,112,53,146","w":113},"\u015f":{"d":"85,44v1,35,-46,36,-72,24r0,-15v18,2,52,15,52,-9v0,-11,-14,-15,-26,-12r0,-32r12,0v1,5,-3,15,2,16v18,0,32,10,32,28xm84,-36v0,39,-48,49,-71,27r0,-31v10,13,38,27,43,4v0,-25,-42,-59,-42,-94v0,-33,41,-46,63,-27r0,26v-8,-10,-34,-16,-36,3v4,24,43,57,43,92","w":95},"\u0106":{"d":"56,-270r29,-49r28,0r-40,49r-17,0xm80,-25v14,-1,23,-9,33,-18r0,32v-60,45,-100,-29,-100,-110v0,-86,29,-154,100,-118r0,32v-51,-38,-72,9,-68,81v3,55,0,93,35,101","w":124},"\u0107":{"d":"41,-185r29,-49r28,0r-40,49r-17,0xm38,-80v-3,38,28,73,56,48r0,28v-47,25,-84,-21,-84,-75v0,-58,33,-104,84,-80r0,27v-31,-23,-61,11,-56,52","w":103},"\u010c":{"d":"35,-319r17,0r24,32r24,-32r18,0r-28,49r-27,0xm80,-25v14,-1,23,-9,33,-18r0,32v-60,45,-100,-29,-100,-110v0,-86,29,-154,100,-118r0,32v-51,-38,-72,9,-68,81v3,55,0,93,35,101","w":124},"\u010d":{"d":"20,-234r17,0r24,32r24,-32r18,0r-28,49r-28,0xm38,-80v-3,38,28,73,56,48r0,28v-47,25,-84,-21,-84,-75v0,-58,33,-104,84,-80r0,27v-31,-23,-61,11,-56,52","w":103},"\u0111":{"d":"65,-141v-49,12,-24,163,18,107r0,-94v-4,-7,-9,-13,-18,-13xm11,-81v0,-51,34,-111,72,-72r0,-43r-28,0r0,-20r28,0r0,-30r27,0r0,30r20,0r0,20r-20,0r0,196r-27,0r0,-9v-40,38,-72,-20,-72,-72","w":131},"\u00a0":{"w":66}}});
Cufon.registerFont({"w":180,"face":{"font-family":"Humanst521 Cn BT","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 2 2 4 2 2 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-11 -351 345 85","underline-thickness":"31.2891","underline-position":"-24.9609","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":92},"!":{"d":"78,-211v0,48,-10,94,-21,138r-14,0v-11,-44,-21,-89,-21,-138v-1,-23,8,-39,28,-39v20,0,29,16,28,39xm50,4v-15,0,-30,-14,-30,-29v-1,-15,15,-30,30,-30v15,0,31,15,30,30v0,15,-15,29,-30,29","w":100},"\"":{"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":"68,-1v-22,-1,-35,-9,-52,-20r0,-52v16,14,29,25,51,27v12,1,23,-9,21,-21v-7,-42,-77,-67,-73,-119v3,-33,22,-53,53,-59r0,-20r28,0r0,20v15,2,27,6,40,13r0,45v-17,-9,-30,-16,-49,-17v-12,-1,-19,6,-19,17v14,37,77,68,77,120v0,34,-21,57,-49,64r0,33r-28,0r0,-31","w":156},"%":{"d":"198,-109v-23,5,-23,79,0,84v24,-3,25,-81,0,-84xm198,4v-34,0,-50,-33,-50,-71v0,-38,16,-72,50,-72v34,0,50,33,50,72v0,39,-16,71,-50,71xm50,-4r138,-250r21,12r-137,250xm61,-221v-24,5,-23,80,0,85v23,-4,23,-81,0,-85xm61,-107v-67,0,-67,-144,0,-143v33,0,50,33,50,71v0,38,-16,72,-50,72","w":259},"&":{"d":"109,-214v-25,1,-16,32,-3,44v19,-7,30,-40,3,-44xm82,-108v-34,13,-21,79,18,60v4,-2,9,-5,13,-10xm206,-130v-6,27,-19,46,-35,70r36,60r-59,0r-12,-19v-16,13,-33,22,-58,23v-38,2,-69,-33,-67,-71v1,-37,24,-59,51,-76v-30,-39,-11,-107,46,-107v33,0,59,21,58,53v-1,31,-18,44,-40,62r20,32v6,-10,9,-17,13,-27r47,0","w":219},"'":{"d":"14,-253r34,0r0,98r-34,0r0,-98","w":61},"(":{"d":"108,-250v-61,74,-61,255,0,329r-32,0v-37,-42,-67,-95,-67,-164v0,-69,31,-123,67,-165r32,0","w":113},")":{"d":"5,79v61,-74,61,-255,0,-329r32,0v37,43,68,96,68,165v0,68,-32,122,-68,164r-32,0","w":113},"*":{"d":"89,-167r8,54r-29,0r8,-53r-31,43r-21,-21r44,-32r-54,9r0,-29r54,8r-44,-32r21,-20r31,43r-8,-53r29,0r-8,53r31,-43r21,20r-44,32r53,-8r0,29r-53,-9r44,32r-21,21","w":164},"+":{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},",":{"d":"41,-54v37,2,36,60,15,82v-11,11,-24,20,-41,24v1,-22,19,-26,17,-51v-27,-6,-22,-56,9,-55","w":87},"-":{"d":"9,-62r0,-43r94,0r0,43r-94,0","w":111,"k":{"\u015b":-7,"\u015a":-13,"\u0159":-7,"\u0158":-13,"\u0139":-11,"o":-7,"Y":28,"X":13,"W":20,"V":21,"T":20,"Q":-17,"O":-13,"J":-13,"G":-13,"C":-7,"A":-11}},".":{"d":"44,3v-15,0,-28,-12,-28,-28v0,-15,13,-28,28,-28v16,0,28,12,28,28v0,15,-13,28,-28,28","w":87},"\/":{"d":"0,33r87,-283r26,0r-87,283r-26,0","w":100},"0":{"d":"92,-204v-27,6,-30,40,-30,81v0,42,2,76,30,82v28,-6,30,-41,30,-82v0,-42,-2,-75,-30,-81xm92,4v-57,0,-81,-61,-81,-127v0,-66,24,-127,81,-127v57,0,81,61,81,127v0,66,-24,127,-81,127","w":184},"1":{"d":"26,0r0,-246r50,0r0,246r-50,0","w":101},"2":{"d":"140,-181v-5,54,-31,90,-60,136r73,0r0,45r-149,0v40,-58,78,-104,85,-168v5,-44,-53,-40,-76,-19r0,-46v46,-33,134,-18,127,52","w":162},"3":{"d":"137,-70v4,66,-79,92,-133,61r0,-45v27,19,82,23,82,-20v0,-24,-16,-34,-41,-34v2,-13,-4,-32,2,-41v21,-1,36,-11,36,-31v0,-36,-51,-31,-74,-17r0,-43v52,-23,124,-6,124,56v0,27,-13,43,-33,53v24,11,35,29,37,61","w":148},"4":{"d":"94,-102r0,-90v-13,34,-34,60,-51,90r51,0xm94,0r0,-63r-88,0r0,-42r90,-145r46,0r0,147r21,0r0,40r-21,0r0,63r-48,0","w":171},"5":{"d":"148,-74v0,70,-78,94,-136,67r0,-43v29,16,84,15,84,-25v0,-34,-41,-40,-74,-32r5,-139r116,0r0,44r-74,0v1,17,-3,38,0,53v47,0,79,28,79,75","w":162},"6":{"d":"90,-118v-21,0,-26,16,-26,39v0,23,5,39,26,39v20,0,26,-17,26,-39v0,-22,-6,-38,-26,-39xm88,4v-47,0,-77,-38,-77,-87v0,-33,43,-120,75,-167r55,0r-54,93v49,-7,80,29,80,76v1,48,-33,85,-79,85","w":178},"7":{"d":"28,-15r63,-186r-82,0r0,-45r147,0r0,10r-83,239","w":160},"8":{"d":"88,-109v-19,0,-29,15,-29,37v1,22,8,39,29,39v20,0,29,-16,29,-39v0,-23,-8,-37,-29,-37xm88,-214v-17,1,-22,16,-22,36v0,19,6,34,22,35v28,0,31,-71,0,-71xm88,4v-80,0,-106,-108,-43,-135v-51,-29,-23,-127,43,-118v66,-7,95,87,44,118v23,11,36,30,36,62v0,45,-33,73,-80,73","w":176},"9":{"d":"86,-128v19,0,27,-17,27,-39v0,-22,-8,-38,-27,-38v-21,0,-26,17,-26,38v0,22,6,38,26,39xm88,-250v47,0,77,38,77,87v0,33,-42,120,-75,167r-54,0r53,-93v-50,8,-80,-29,-80,-76v0,-48,33,-85,79,-85","w":178},":":{"d":"46,3v-15,0,-28,-12,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28xm46,-107v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,14,-13,28,-28,28","w":91},";":{"d":"45,-107v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28xm44,-54v36,2,35,60,14,82v-11,11,-24,20,-41,24v1,-22,19,-26,17,-51v-28,-6,-21,-57,10,-55","w":91},"<":{"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":"115,-192v0,56,-56,65,-50,120r-13,0v-31,-35,2,-82,8,-116v5,-26,-33,-28,-48,-14r11,-44v45,-13,92,7,92,54xm58,4v-15,0,-29,-14,-29,-29v0,-15,14,-30,29,-30v15,-1,31,15,30,30v0,15,-15,29,-30,29","w":130},"@":{"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":"70,-92r37,0r-19,-85xm-1,0r60,-246r58,0r63,246r-55,0r-11,-51r-52,0r-10,51r-53,0","w":177,"k":{"w":6,"v":6,"Y":13,"W":11,"V":13,"U":6,"T":15,"S":-7,"C":6,"A":-13,";":-7,":":-7,".":-7,"-":-11,",":-7}},"B":{"d":"124,-74v0,-30,-19,-35,-49,-34r0,68v31,3,49,-5,49,-34xm118,-176v0,-27,-16,-32,-43,-30r0,59v27,1,43,-4,43,-29xm180,-73v3,79,-79,75,-158,73r0,-246v71,-1,152,-7,151,62v-1,25,-12,39,-30,50v22,12,36,30,37,61","w":193,"k":{"Y":6,"W":6,"V":6,"-":-10}},"C":{"d":"118,-45v20,0,31,-8,47,-18r0,50v-72,49,-153,-16,-153,-108v0,-92,70,-158,151,-116r0,45v-13,-7,-25,-13,-40,-13v-40,0,-54,37,-54,83v0,43,13,77,49,77","w":177,"k":{"-":-8}},"D":{"d":"95,-46v59,0,62,-155,0,-155r-18,0r0,155r18,0xm196,-123v0,74,-32,124,-111,123r-63,0r0,-246r63,0v80,-1,111,49,111,123","w":207,"k":{"\u0139":6,"Y":13,"W":6,"V":6,"A":6,"-":-11}},"E":{"d":"22,0r0,-246r139,0r0,43r-84,0r0,56r77,0r0,42r-77,0r0,61r85,0r0,44r-140,0","w":177},"F":{"d":"22,0r0,-246r125,0r0,43r-70,0r0,55r68,0r0,43r-68,0r0,105r-55,0","w":162,"k":{"\u0139":13,"u":6,"r":6,"A":13,";":8,":":8,".":58,",":58}},"G":{"d":"68,-122v0,50,22,93,67,73r0,-43r-25,0r0,-41r80,0r0,109v-20,17,-42,28,-75,28v-68,0,-103,-52,-103,-123v0,-100,91,-164,171,-112r0,50v-19,-12,-32,-23,-57,-23v-42,0,-58,35,-58,82","w":208,"k":{"Y":6,"W":6,"T":6,"-":-8}},"H":{"d":"22,0r0,-246r55,0r0,98r56,0r0,-98r55,0r0,246r-55,0r0,-104r-56,0r0,104r-55,0","w":209,"k":{".":6,",":6}},"I":{"d":"23,0r0,-246r56,0r0,246r-56,0","w":101},"J":{"d":"80,-7v3,63,-29,96,-86,81r-3,-47v25,5,33,-6,33,-34r0,-239r56,0r0,239","w":102,"k":{"-":-7}},"K":{"d":"22,0r0,-246r55,0r0,117r58,-117r55,0r-57,117r72,129r-62,0r-66,-117r0,117r-55,0","w":198,"k":{"\u015a":13,"\u0158":13,"y":11,"Y":13,"W":13,"U":6,"T":13,"O":13,"C":13,"-":11}},"L":{"d":"22,0r0,-246r56,0r0,202r84,0r0,44r-140,0","w":164,"k":{"\u015a":13,"\u0158":13,"\u0139":-13,"y":13,"Y":26,"W":20,"V":20,"U":6,"T":20,"O":13,"A":-13,"-":6}},"M":{"d":"22,0r0,-246r51,0r53,99r53,-99r51,0r0,246r-53,0r0,-154r-47,89r-9,0r-45,-87r0,152r-54,0","w":251},"N":{"d":"22,0r0,-246r51,0r67,134r0,-134r51,0r0,246r-47,0r-71,-140r0,140r-51,0","w":209},"O":{"d":"105,-203v-32,0,-37,40,-37,80v0,40,5,80,37,80v32,0,38,-40,38,-80v0,-41,-6,-80,-38,-80xm105,4v-62,0,-93,-59,-93,-127v0,-69,31,-127,93,-127v62,0,94,58,94,127v0,69,-31,126,-94,127","w":210,"k":{"\u0139":6,"Y":6,"X":6,"V":6,"A":6,";":-7,":":-7,".":15,"-":-17,",":15}},"P":{"d":"122,-172v0,-26,-17,-33,-45,-31r0,60v28,0,45,-2,45,-29xm176,-172v0,56,-38,74,-99,70r0,102r-55,0r0,-246v78,-3,154,-4,154,74","w":185,"k":{"\u015b":13,"\u0159":13,"\u0139":20,"s":6,"r":6,"o":13,"n":6,"e":13,"a":13,"A":20,";":10,":":10,".":73,"-":28,",":73}},"Q":{"d":"105,-203v-32,0,-37,40,-37,80v0,40,5,80,37,80v32,0,38,-40,38,-80v0,-41,-6,-80,-38,-80xm139,-4v9,15,37,26,55,14r4,4v-13,13,-15,36,-35,42v-37,-2,-61,-26,-80,-55v-46,-13,-71,-62,-71,-124v0,-69,31,-125,93,-127v113,-4,125,214,34,246","w":210,"k":{"-":-17}},"R":{"d":"121,-175v0,-25,-18,-29,-45,-28r0,56v27,1,45,-2,45,-28xm126,0v-16,-35,-9,-103,-50,-105r0,105r-54,0r0,-246v75,-3,155,-4,154,68v0,31,-16,49,-40,57v29,25,33,82,49,121r-59,0","w":188,"k":{"Y":6}},"S":{"d":"145,-65v0,68,-87,88,-129,48r0,-54v15,13,30,26,51,28v37,-7,16,-42,-6,-64v-31,-30,-43,-39,-46,-81v-4,-60,79,-77,121,-47r0,46v-19,-11,-62,-33,-68,0v11,36,77,73,77,124","w":158},"T":{"d":"53,0r0,-202r-50,0r0,-44r156,0r0,44r-50,0r0,202r-56,0","w":162,"k":{"\u015b":24,"\u0159":24,"\u0139":16,"y":24,"w":24,"u":24,"s":24,"r":24,"o":24,"e":24,"c":24,"a":24,"C":13,"A":16,";":36,":":36,".":36,"-":20,",":36}},"U":{"d":"105,4v-54,0,-84,-31,-84,-85r0,-165r56,0r0,166v0,25,5,36,28,36v23,0,28,-11,28,-36r0,-166r55,0r0,165v0,55,-29,85,-83,85","w":209,"k":{"\u0139":6,"A":6}},"V":{"d":"73,4r-79,-250r57,0r32,119v1,6,2,11,2,16v8,-46,24,-91,35,-135r57,0r-81,250r-23,0","w":171,"k":{"\u015b":20,"\u015a":6,"\u0159":20,"\u0158":6,"\u0139":15,"y":10,"u":20,"o":20,"e":20,"a":20,"O":6,"A":15,";":18,":":18,".":46,"-":16,",":46}},"W":{"d":"78,4r-86,-250r56,0r44,140r50,-140r40,0r49,139r46,-139r53,0r-87,250r-23,0r-58,-168r-59,168r-25,0","w":322,"k":{"\u015b":20,"\u0159":20,"\u0139":13,"y":6,"u":13,"r":13,"o":20,"i":-7,"e":20,"a":20,"A":13,";":21,":":21,".":44,"-":18,",":44}},"X":{"d":"-8,0r69,-130r-62,-116r60,0r32,66r33,-66r60,0r-62,115r71,131r-60,0r-41,-80r-40,80r-60,0","w":184,"k":{"\u015a":6,"\u0158":6,"O":6,"C":6,"-":11}},"Y":{"d":"58,0r0,-112r-69,-134r60,0r36,74r31,-74r58,0r-60,132r0,114r-56,0","w":167,"k":{"\u015b":28,"\u015a":6,"\u0159":28,"\u0158":6,"\u0139":13,"u":28,"o":28,"e":28,"a":28,"O":6,"C":6,"A":13,";":31,":":31,".":34,"-":23,",":34}},"Z":{"d":"0,0r85,-202r-75,0r0,-44r151,0r-85,202r83,0r0,44r-159,0","w":165,"k":{"-":6}},"[":{"d":"13,75r0,-321r91,0r0,37r-45,0r0,247r45,0r0,37r-91,0","w":113},"\\":{"d":"-4,-250r26,0r87,283r-27,0","w":100},"]":{"d":"100,-246r0,321r-91,0r0,-37r45,0r0,-247r-45,0r0,-37r91,0","w":113},"^":{"d":"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36"},"`":{"d":"115,-189r-21,0r-50,-62r35,0"},"a":{"d":"55,-50v-2,23,28,19,37,8r0,-40v-20,7,-35,12,-37,32xm158,-12v-18,17,-58,26,-63,-6v-22,32,-90,29,-86,-20v4,-44,37,-51,83,-69v1,-16,-1,-28,-17,-27v-24,1,-40,11,-55,24r0,-37v30,-31,121,-40,121,31r0,72v1,11,12,4,17,0r0,32","w":162},"b":{"d":"121,-82v5,-39,-31,-63,-54,-36r0,69v21,26,59,6,54,-33xm171,-83v7,62,-61,112,-105,68r-3,15r-45,0r0,-246r49,0r0,91v47,-40,111,9,104,72"},"c":{"d":"60,-83v-5,45,44,57,74,35r0,40v-57,32,-125,-6,-125,-75v0,-67,66,-109,122,-76r0,39v-30,-21,-76,-7,-71,37","w":143},"d":{"d":"59,-82v-5,39,31,60,55,36r0,-72v-23,-26,-60,-4,-55,36xm71,-170v19,0,32,7,43,17r0,-93r48,0r0,246r-46,0r-1,-15v-41,46,-106,-3,-106,-68v0,-43,23,-88,62,-87"},"e":{"d":"81,-138v-18,0,-20,18,-21,37v13,-2,32,4,41,-2v-1,-20,-3,-35,-20,-35xm60,-77v-4,49,51,53,83,33r0,32v-57,33,-134,8,-134,-69v0,-50,26,-89,73,-89v46,0,71,42,65,93r-87,0","w":158},"f":{"d":"105,-209v-30,-6,-39,11,-36,42r19,0r0,31r-19,0r0,136r-49,0r0,-136r-16,0r0,-31r16,0v-3,-57,28,-89,85,-79r0,37","w":92,"k":{"y":-7,"w":-7,"t":-7,".":6,",":6}},"g":{"d":"115,34v0,-17,-15,-20,-34,-20v-20,0,-36,3,-36,21v0,24,70,28,70,-1xm77,-134v-17,0,-21,13,-21,32v0,20,4,33,21,33v18,0,21,-12,21,-33v0,-20,-3,-32,-21,-32xm35,1v-30,-6,-25,-51,4,-55v-17,-9,-28,-26,-28,-51v-1,-67,77,-65,147,-62r0,31r-31,0v32,33,7,93,-36,93v-9,3,-39,2,-39,12v0,6,10,10,30,10v41,0,75,15,75,50v0,40,-37,54,-82,54v-39,0,-74,-12,-74,-45v0,-20,16,-30,34,-37","w":164},"h":{"d":"95,-132v-45,0,-23,85,-28,132r-49,0r0,-246r49,0r0,100v13,-15,24,-24,48,-24v68,0,43,103,48,170r-49,0r0,-98v0,-21,-2,-34,-19,-34","w":179},"i":{"d":"43,-193v-15,0,-29,-12,-29,-28v1,-15,13,-28,29,-28v15,0,28,13,28,28v0,16,-13,28,-28,28xm18,0r0,-167r49,0r0,167r-49,0","w":85},"j":{"d":"43,-193v-15,1,-29,-14,-29,-28v0,-15,14,-28,29,-28v15,0,28,13,28,28v0,16,-13,28,-28,28xm-5,35v19,-8,22,-14,23,-40r0,-162r49,0r0,176v0,43,-21,67,-59,73","w":84},"k":{"d":"18,0r0,-246r48,0r0,158r46,-79r51,0r-47,81r54,86r-55,0r-49,-82r0,82r-48,0","w":167},"l":{"d":"19,0r0,-246r48,0r0,246r-48,0","w":86},"m":{"d":"66,-146v18,-31,76,-31,89,4v14,-17,26,-28,51,-28v67,0,41,104,46,170r-48,0r0,-98v7,-45,-45,-39,-45,-8r0,106r-47,0r0,-98v6,-44,-46,-40,-46,-8r0,106r-48,0r0,-167r47,0","w":269},"n":{"d":"95,-132v-47,5,-24,85,-29,132r-48,0r0,-167r48,0r1,21v27,-42,95,-26,95,41r0,105r-48,0r0,-98v-1,-20,-3,-32,-19,-34","w":179},"o":{"d":"87,3v-49,0,-78,-34,-78,-86v0,-52,28,-87,78,-87v50,0,78,35,78,87v0,52,-29,86,-78,86xm87,-134v-39,0,-39,101,0,101v35,0,41,-101,0,-101","w":173,"k":{"-":-7}},"p":{"d":"121,-84v6,-39,-32,-62,-54,-36r0,72v23,25,59,3,54,-36xm171,-83v7,64,-60,114,-104,69r0,96r-49,0r0,-249r47,0r1,15v41,-45,115,4,105,69"},"q":{"d":"60,-84v-5,39,30,61,54,36r0,-69v-20,-27,-60,-6,-54,33xm9,-83v-7,-63,62,-113,106,-69r2,-15r45,0r0,249r-48,0r0,-93v-48,38,-111,-10,-105,-72"},"r":{"d":"126,-114v-52,-25,-62,49,-59,114r-49,0r0,-167r47,0r0,56v9,-38,34,-77,72,-48","w":135,"k":{"z":-7,"y":-7,"x":-7,"w":-13,"v":-13,"u":-7,"f":-7,".":36,",":36}},"s":{"d":"118,-81v45,69,-55,106,-104,70r0,-39v16,9,30,17,51,17v23,0,21,-24,1,-29v-36,-20,-52,-19,-54,-57v-3,-54,73,-62,110,-36r0,35v-15,-9,-32,-17,-52,-17v-25,0,-20,21,3,29v18,6,38,17,45,27","w":140},"t":{"d":"116,-11v-34,26,-94,18,-94,-40r0,-85r-22,0r0,-7r63,-75r8,0r0,51r44,0r0,31r-44,0r0,75v-2,30,29,24,45,12r0,38","w":119},"u":{"d":"85,-35v16,0,20,-11,28,-25r0,-107r48,0r0,167r-48,0r0,-21v-27,42,-96,27,-96,-40r0,-106r48,0r0,99v1,20,3,33,20,33","w":179},"v":{"d":"62,3r-66,-170r52,0r28,90v7,-33,19,-61,29,-90r47,0r-64,170r-26,0","w":149,"k":{".":28,",":28}},"w":{"d":"55,3r-58,-170r48,0v8,31,19,54,24,90v8,-31,19,-60,29,-90r32,0r29,90v7,-32,17,-60,26,-90r47,0r-60,170r-26,0r-32,-105v-8,38,-23,70,-34,105r-25,0","w":228,"k":{".":26,"-":-7,",":26}},"x":{"d":"-4,0r49,-85r-49,-82r55,0r22,41r22,-41r56,0r-50,81r52,86r-55,0r-23,-44r-25,44r-54,0","w":150},"y":{"d":"8,82r44,-113r-56,-136r51,0r30,75r28,-75r51,0r-98,249r-50,0","w":150,"k":{".":31,"-":6,",":31}},"z":{"d":"-1,0r68,-129r-57,0r0,-38r130,0r-68,129r64,0r0,38r-137,0","w":143},"{":{"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"},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360"},"}":{"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"},"~":{"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},"\u0139":{"d":"33,-273r36,-62r35,0r-50,62r-21,0xm22,0r0,-246r56,0r0,202r84,0r0,44r-140,0","w":164,"k":{"w":6,"v":6,"Y":13,"W":11,"V":13,"U":6,"T":15,"S":-7,"C":6,";":-7,":":-7,".":-7,"-":-11,",":-7}},"\u0143":{"d":"80,-265r35,-62r36,0r-50,62r-21,0xm22,0r0,-246r51,0r67,134r0,-134r51,0r0,246r-47,0r-71,-140r0,140r-51,0","w":209},"\u0155":{"d":"65,-189r36,-62r35,0r-50,62r-21,0xm126,-114v-52,-25,-62,49,-59,114r-49,0r0,-167r47,0r0,56v9,-38,34,-77,72,-48","w":135},"\u0103":{"d":"133,-245v4,48,-57,64,-88,38v-9,-7,-14,-21,-15,-38r19,1v-1,26,39,29,56,18v5,-4,7,-10,8,-18xm55,-50v-2,23,28,19,37,8r0,-40v-20,7,-35,12,-37,32xm158,-12v-18,17,-58,26,-63,-6v-22,32,-90,29,-86,-20v4,-44,37,-51,83,-69v1,-16,-1,-28,-17,-27v-24,1,-40,11,-55,24r0,-37v30,-31,121,-40,121,31r0,72v1,11,12,4,17,0r0,32","w":162},"\u013a":{"d":"30,-276r36,-62r35,0r-50,62r-21,0xm19,0r0,-246r48,0r0,246r-48,0","w":86},"\u0119":{"d":"58,48v1,-23,14,-34,32,-48r15,0v-12,11,-23,20,-24,39v-1,16,16,14,31,14r0,25v-29,1,-55,-3,-54,-30xm81,-138v-18,0,-20,18,-21,37v13,-2,32,4,41,-2v-1,-20,-3,-35,-20,-35xm60,-77v-4,49,51,53,83,33r0,32v-57,33,-134,8,-134,-69v0,-50,26,-89,73,-89v46,0,71,42,65,93r-87,0","w":158},"\u011b":{"d":"30,-251r21,0r31,40r30,-40r22,0r-35,62r-34,0xm81,-138v-18,0,-20,18,-21,37v13,-2,32,4,41,-2v-1,-20,-3,-35,-20,-35xm60,-77v-4,49,51,53,83,33r0,32v-57,33,-134,8,-134,-69v0,-50,26,-89,73,-89v46,0,71,42,65,93r-87,0","w":158},"\u010f":{"d":"202,-345v38,2,36,60,14,82v-11,11,-24,19,-41,23v1,-21,19,-25,17,-50v-27,-7,-22,-57,10,-55xm59,-82v-5,39,31,60,55,36r0,-72v-23,-26,-60,-4,-55,36xm71,-170v19,0,32,7,43,17r0,-93r48,0r0,246r-46,0r-1,-15v-41,46,-106,-3,-106,-68v0,-43,23,-88,62,-87","w":199},"\u0144":{"d":"66,-189r35,-62r36,0r-50,62r-21,0xm95,-132v-47,5,-24,85,-29,132r-48,0r0,-167r48,0r1,21v27,-42,95,-26,95,41r0,105r-48,0r0,-98v-1,-20,-3,-32,-19,-34","w":179},"\u0148":{"d":"39,-251r21,0r31,40r30,-40r22,0r-35,62r-35,0xm95,-132v-47,5,-24,85,-29,132r-48,0r0,-167r48,0r1,21v27,-42,95,-26,95,41r0,105r-48,0r0,-98v-1,-20,-3,-32,-19,-34","w":179},"\u0151":{"d":"97,-189r29,-62r31,0r-43,62r-17,0xm52,-189r24,-62r31,0r-38,62r-17,0xm87,3v-49,0,-78,-34,-78,-86v0,-52,28,-87,78,-87v50,0,78,35,78,87v0,52,-29,86,-78,86xm87,-134v-39,0,-39,101,0,101v35,0,41,-101,0,-101","w":173},"\u016f":{"d":"90,-254v-13,0,-24,10,-24,23v-1,13,11,25,24,24v13,0,23,-12,23,-24v0,-11,-11,-23,-23,-23xm90,-186v-24,0,-45,-20,-45,-45v0,-23,22,-44,45,-44v23,0,44,21,44,44v0,23,-21,45,-44,45xm85,-35v16,0,20,-11,28,-25r0,-107r48,0r0,167r-48,0r0,-21v-27,42,-96,27,-96,-40r0,-106r48,0r0,99v1,20,3,33,20,33","w":179},"\u0171":{"d":"100,-189r29,-62r31,0r-43,62r-17,0xm54,-189r25,-62r31,0r-39,62r-17,0xm85,-35v16,0,20,-11,28,-25r0,-107r48,0r0,167r-48,0r0,-21v-27,42,-96,27,-96,-40r0,-106r48,0r0,99v1,20,3,33,20,33","w":179},"\u0158":{"d":"32,-336r21,0r31,40r30,-40r22,0r-35,61r-35,0xm121,-175v0,-25,-18,-29,-45,-28r0,56v27,1,45,-2,45,-28xm126,0v-16,-35,-9,-103,-50,-105r0,105r-54,0r0,-246v75,-3,155,-4,154,68v0,31,-16,49,-40,57v29,25,33,82,49,121r-59,0","w":188,"k":{"\u0139":6,"Y":6,"X":6,"V":6,"A":6,";":-7,":":-7,".":15,"-":-17,",":15}},"\u0104":{"d":"119,45v2,-23,14,-34,32,-48r15,0v-12,11,-23,20,-24,39v-1,17,16,12,31,13r0,26v-29,1,-55,-2,-54,-30xm70,-92r37,0r-19,-85xm-1,0r60,-246r58,0r63,246r-55,0r-11,-51r-52,0r-10,51r-53,0","w":177},"\u0159":{"d":"27,-251r21,0r31,40r30,-40r22,0r-35,62r-34,0xm126,-114v-52,-25,-62,49,-59,114r-49,0r0,-167r47,0r0,56v9,-38,34,-77,72,-48","w":135,"k":{"-":-7}},"\u017c":{"d":"72,-197v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,20,10,21,21v0,12,-9,21,-21,21xm-1,0r68,-129r-57,0r0,-38r130,0r-68,129r64,0r0,38r-137,0","w":143},"\u0154":{"d":"59,-275r35,-61r36,0r-50,61r-21,0xm121,-175v0,-25,-18,-29,-45,-28r0,56v27,1,45,-2,45,-28xm126,0v-16,-35,-9,-103,-50,-105r0,105r-54,0r0,-246v75,-3,155,-4,154,68v0,31,-16,49,-40,57v29,25,33,82,49,121r-59,0","w":188},"\u0102":{"d":"140,-320v5,49,-59,62,-88,37v-9,-7,-13,-21,-14,-38r19,1v2,18,11,24,32,24v21,0,29,-7,32,-24r19,0xm70,-92r37,0r-19,-85xm-1,0r60,-246r58,0r63,246r-55,0r-11,-51r-52,0r-10,51r-53,0","w":177},"\u0150":{"d":"114,-265r29,-62r31,0r-43,62r-17,0xm69,-265r24,-62r31,0r-38,62r-17,0xm105,-203v-32,0,-37,40,-37,80v0,40,5,80,37,80v32,0,38,-40,38,-80v0,-41,-6,-80,-38,-80xm105,4v-62,0,-93,-59,-93,-127v0,-69,31,-127,93,-127v62,0,94,58,94,127v0,69,-31,126,-94,127","w":210},"\u015a":{"d":"54,-265r36,-62r35,0r-50,62r-21,0xm145,-65v0,68,-87,88,-129,48r0,-54v15,13,30,26,51,28v37,-7,16,-42,-6,-64v-31,-30,-43,-39,-46,-81v-4,-60,79,-77,121,-47r0,46v-19,-11,-62,-33,-68,0v11,36,77,73,77,124","w":158},"\u015b":{"d":"45,-189r36,-62r35,0r-50,62r-21,0xm118,-81v45,69,-55,106,-104,70r0,-39v16,9,30,17,51,17v23,0,21,-24,1,-29v-36,-20,-52,-19,-54,-57v-3,-54,73,-62,110,-36r0,35v-15,-9,-32,-17,-52,-17v-25,0,-20,21,3,29v18,6,38,17,45,27","w":140},"\u017a":{"d":"47,-183r35,-62r36,0r-50,62r-21,0xm-1,0r68,-129r-57,0r0,-38r130,0r-68,129r64,0r0,38r-137,0","w":143},"\u0118":{"d":"68,45v1,-23,15,-34,33,-48r14,0v-12,12,-23,21,-24,39v-1,16,17,13,32,13r0,26v-29,1,-57,-3,-55,-30xm22,0r0,-246r139,0r0,43r-84,0r0,56r77,0r0,42r-77,0r0,61r85,0r0,44r-140,0","w":177},"\u010e":{"d":"48,-335r21,0r30,41r31,-41r21,0r-34,62r-35,0xm95,-46v59,0,62,-155,0,-155r-18,0r0,155r18,0xm196,-123v0,74,-32,124,-111,123r-63,0r0,-246r63,0v80,-1,111,49,111,123","w":207},"\u011a":{"d":"40,-327r22,0r30,40r30,-40r22,0r-35,62r-34,0xm22,0r0,-246r139,0r0,43r-84,0r0,56r77,0r0,42r-77,0r0,61r85,0r0,44r-140,0","w":177},"\u0147":{"d":"53,-327r21,0r31,40r30,-40r22,0r-35,62r-34,0xm22,0r0,-246r51,0r67,134r0,-134r51,0r0,246r-47,0r-71,-140r0,140r-51,0","w":209},"\u0170":{"d":"115,-265r29,-62r31,0r-43,62r-17,0xm69,-265r25,-62r31,0r-39,62r-17,0xm105,4v-54,0,-84,-31,-84,-85r0,-165r56,0r0,166v0,25,5,36,28,36v23,0,28,-11,28,-36r0,-166r55,0r0,165v0,55,-29,85,-83,85","w":209},"\u016e":{"d":"105,-330v-13,0,-24,10,-24,23v-1,13,11,24,24,24v13,0,23,-11,23,-24v0,-12,-11,-23,-23,-23xm105,-262v-24,0,-45,-20,-45,-45v0,-23,22,-44,45,-44v23,0,44,21,44,44v0,23,-21,45,-44,45xm105,4v-54,0,-84,-31,-84,-85r0,-165r56,0r0,166v0,25,5,36,28,36v23,0,28,-11,28,-36r0,-166r55,0r0,165v0,55,-29,85,-83,85","w":209},"\u017b":{"d":"83,-273v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21xm0,0r85,-202r-75,0r0,-44r151,0r-85,202r83,0r0,44r-159,0","w":165},"\u0141":{"d":"24,0r0,-92r-22,15r0,-46r22,-15r0,-108r55,0r0,81r43,-28r0,46r-43,28r0,75r85,0r0,44r-140,0","w":166,"k":{"\u015a":13,"\u0158":13,"\u0139":-13,"y":13,"Y":26,"W":20,"V":20,"U":6,"T":20,"O":13,"A":-13,"-":6}},"\u0142":{"d":"20,0r0,-102r-19,13r0,-33r19,-13r0,-111r49,0r0,90r19,-13r0,34r-19,12r0,123r-49,0","w":89},"\u0160":{"d":"27,-327r22,0r30,40r31,-40r21,0r-34,62r-35,0xm145,-65v0,68,-87,88,-129,48r0,-54v15,13,30,26,51,28v37,-7,16,-42,-6,-64v-31,-30,-43,-39,-46,-81v-4,-60,79,-77,121,-47r0,46v-19,-11,-62,-33,-68,0v11,36,77,73,77,124","w":158},"\u0161":{"d":"18,-251r22,0r30,40r30,-40r22,0r-35,62r-34,0xm118,-81v45,69,-55,106,-104,70r0,-39v16,9,30,17,51,17v23,0,21,-24,1,-29v-36,-20,-52,-19,-54,-57v-3,-54,73,-62,110,-36r0,35v-15,-9,-32,-17,-52,-17v-25,0,-20,21,3,29v18,6,38,17,45,27","w":140},"\u017d":{"d":"31,-327r22,0r30,40r30,-40r22,0r-35,62r-34,0xm0,0r85,-202r-75,0r0,-44r151,0r-85,202r83,0r0,44r-159,0","w":165},"\u017e":{"d":"20,-251r21,0r31,40r30,-40r22,0r-35,62r-35,0xm-1,0r68,-129r-57,0r0,-38r130,0r-68,129r64,0r0,38r-137,0","w":143},"\u0110":{"d":"97,-46v61,-2,60,-153,0,-155r-20,0r0,55r33,0r0,40r-33,0r0,60r20,0xm198,-123v0,75,-32,124,-112,123r-63,0r0,-106r-21,0r0,-40r21,0r0,-100r63,0v80,-1,112,48,112,123","w":209,"k":{"\u0139":6,"Y":13,"W":6,"V":6,"A":6,"-":-11}},"\u0162":{"d":"134,47v-1,40,-58,37,-90,25r0,-18v21,3,62,18,65,-7v2,-15,-17,-17,-33,-15r0,-35r13,0r0,18v27,-1,45,7,45,32xm53,0r0,-202r-50,0r0,-44r156,0r0,44r-50,0r0,202r-56,0","w":162},"\u0163":{"d":"119,47v0,41,-58,36,-89,25r0,-18v21,4,59,17,65,-7v0,-16,-17,-17,-33,-15r0,-35r13,0r0,18v26,-1,44,8,44,32xm116,-11v-34,26,-94,18,-94,-40r0,-85r-22,0r0,-7r63,-75r8,0r0,51r44,0r0,31r-44,0r0,75v-2,30,29,24,45,12r0,38","w":119},"\u0105":{"d":"76,47v2,-23,15,-34,33,-49r14,0v-12,12,-22,21,-24,39v-1,17,16,14,32,14r0,25v-29,1,-57,-2,-55,-29xm55,-50v-2,23,28,19,37,8r0,-40v-20,7,-35,12,-37,32xm158,-12v-18,17,-58,26,-63,-6v-22,32,-90,29,-86,-20v4,-44,37,-51,83,-69v1,-16,-1,-28,-17,-27v-24,1,-40,11,-55,24r0,-37v30,-31,121,-40,121,31r0,72v1,11,12,4,17,0r0,32","w":162},"\u013d":{"d":"117,-332v38,2,36,60,14,82v-11,11,-24,19,-41,23v1,-21,19,-25,17,-50v-27,-7,-22,-57,10,-55xm22,0r0,-246r56,0r0,202r84,0r0,44r-140,0","w":164},"\u013e":{"d":"105,-343v37,2,34,60,14,82v-11,11,-24,19,-41,23v1,-21,19,-26,17,-51v-29,-6,-20,-56,10,-54xm19,0r0,-246r48,0r0,246r-48,0","w":100},"\u0179":{"d":"58,-265r36,-62r35,0r-50,62r-21,0xm0,0r85,-202r-75,0r0,-44r151,0r-85,202r83,0r0,44r-159,0","w":165},"\u0164":{"d":"35,-335r21,0r31,41r30,-41r22,0r-35,62r-34,0xm53,0r0,-202r-50,0r0,-44r156,0r0,44r-50,0r0,202r-56,0","w":162},"\u0165":{"d":"107,-307v37,2,36,60,15,82v-11,11,-24,19,-41,23v1,-20,19,-25,16,-50v-26,-7,-21,-57,10,-55xm116,-11v-34,26,-94,18,-94,-40r0,-85r-22,0r0,-7r63,-75r8,0r0,51r44,0r0,31r-44,0r0,75v-2,30,29,24,45,12r0,38","w":129},"\u015e":{"d":"126,50v0,41,-58,36,-90,25r0,-18v14,3,30,6,44,7v12,0,21,-2,21,-14v0,-16,-15,-15,-32,-15r0,-35r13,0r0,18v26,-1,44,8,44,32xm145,-65v0,68,-87,88,-129,48r0,-54v15,13,30,26,51,28v37,-7,16,-42,-6,-64v-31,-30,-43,-39,-46,-81v-4,-60,79,-77,121,-47r0,46v-19,-11,-62,-33,-68,0v11,36,77,73,77,124","w":158},"\u015f":{"d":"117,50v0,41,-58,36,-90,25r0,-18v14,3,30,6,44,7v12,0,22,-2,21,-14v0,-16,-16,-15,-33,-15r0,-35r14,0r0,18v26,-1,44,8,44,32xm118,-81v45,69,-55,106,-104,70r0,-39v16,9,30,17,51,17v23,0,21,-24,1,-29v-36,-20,-52,-19,-54,-57v-3,-54,73,-62,110,-36r0,35v-15,-9,-32,-17,-52,-17v-25,0,-20,21,3,29v18,6,38,17,45,27","w":140},"\u0106":{"d":"83,-265r36,-62r35,0r-50,62r-21,0xm118,-45v20,0,31,-8,47,-18r0,50v-72,49,-153,-16,-153,-108v0,-92,70,-158,151,-116r0,45v-13,-7,-25,-13,-40,-13v-40,0,-54,37,-54,83v0,43,13,77,49,77","w":177},"\u0107":{"d":"59,-189r36,-62r36,0r-50,62r-22,0xm60,-83v-5,45,44,57,74,35r0,40v-57,32,-125,-6,-125,-75v0,-67,66,-109,122,-76r0,39v-30,-21,-76,-7,-71,37","w":143},"\u010c":{"d":"56,-327r22,0r30,40r31,-40r21,0r-34,62r-35,0xm118,-45v20,0,31,-8,47,-18r0,50v-72,49,-153,-16,-153,-108v0,-92,70,-158,151,-116r0,45v-13,-7,-25,-13,-40,-13v-40,0,-54,37,-54,83v0,43,13,77,49,77","w":177},"\u010d":{"d":"33,-251r21,0r31,40r30,-40r21,0r-34,62r-35,0xm60,-83v-5,45,44,57,74,35r0,40v-57,32,-125,-6,-125,-75v0,-67,66,-109,122,-76r0,39v-30,-21,-76,-7,-71,37","w":143},"\u0111":{"d":"59,-82v-5,39,31,60,55,36r0,-72v-23,-26,-60,-4,-55,36xm9,-83v-7,-63,60,-114,105,-70r0,-41r-43,0r0,-28r43,0r0,-24r48,0r0,24r18,0r0,28r-18,0r0,194r-46,0r-1,-15v-41,46,-114,-3,-106,-68","w":182},"\u00a0":{"w":92}}})
Cufon.registerFont({ "w": 181, "face": { "font-family": "Humanst521 Lt BT", "font-weight": 400, "font-stretch": "normal", "units-per-em": "360", "panose-1": "2 4 7 6 4 5 5 4 2 4", "ascent": "288", "descent": "-72", "x-height": "3", "bbox": "-20 -351 339 85", "underline-thickness": "12.6562", "underline-position": "-34.2773", "unicode-range": "U+0020-U+017E" }, "glyphs": { " ": { "w": 90 }, "!": { "d": "40,-70r-5,-176r22,0r-6,176r-11,0xm34,0r0,-36r23,0r0,36r-23,0", "w": 90 }, "\"": { "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": "98,-19v42,2,71,-44,42,-74v-8,-8,-22,-14,-42,-20r0,94xm82,-227v-42,-3,-68,41,-38,69v9,8,21,13,38,18r0,-87xm171,-66v0,40,-32,65,-73,66r0,40r-16,0r0,-40v-30,-1,-54,-14,-72,-30r0,-22v21,18,40,31,72,33r0,-99v-39,-13,-67,-26,-69,-66v-2,-36,32,-59,69,-60r0,-26r16,0r0,26v28,-1,47,10,64,22r0,20v-20,-14,-36,-24,-64,-25r0,93v43,12,73,24,73,68" }, "%": { "d": "232,-112v-27,0,-50,23,-50,50v0,27,23,49,50,49v27,0,49,-23,49,-49v0,-26,-22,-50,-49,-50xm232,4v-37,0,-67,-29,-67,-66v0,-37,30,-67,67,-67v37,0,66,30,66,67v0,36,-30,66,-66,66xm64,4r165,-254r19,0r-166,254r-18,0xm80,-233v-28,0,-49,23,-49,50v0,27,22,50,49,50v26,0,49,-23,49,-50v0,-27,-22,-50,-49,-50xm80,-117v-37,0,-67,-30,-67,-66v0,-36,31,-67,67,-67v36,0,67,31,67,67v0,36,-30,66,-67,66", "w": 311 }, "&": { "d": "31,-58v-2,39,50,54,82,34v11,-6,23,-16,32,-29r-61,-64v-29,12,-51,27,-53,59xm96,-225v-30,0,-48,35,-29,60v5,8,13,17,23,26v24,-12,42,-23,44,-50v1,-22,-15,-36,-38,-36xm203,-124v-6,28,-18,49,-33,69r51,55r-26,0r-37,-38v-19,24,-44,41,-83,41v-37,0,-66,-24,-66,-60v0,-38,31,-61,61,-75v-16,-17,-28,-30,-29,-57v-1,-31,25,-53,57,-53v31,0,56,22,55,52v-1,34,-23,51,-51,64r55,58v12,-16,19,-34,25,-56r21,0", "w": 222 }, "'": { "d": "33,-252r0,97r-15,0r0,-97r15,0", "w": 50 }, "(": { "d": "11,-85v0,-73,30,-122,70,-165r17,0v-40,44,-67,91,-67,165v0,74,28,121,67,165r-17,0v-39,-44,-69,-91,-70,-165", "w": 100 }, ")": { "d": "90,-85v0,72,-31,121,-70,165r-18,0v40,-44,68,-92,68,-165v0,-73,-28,-121,-68,-165r18,0v39,44,70,92,70,165", "w": 100 }, "*": { "d": "70,-107r8,-66r-43,52r-12,-13r52,-42r-67,6r0,-17r67,7r-52,-43r12,-12r43,52r-8,-67r19,0r-8,67r43,-52r12,12r-52,43r67,-7r0,17r-67,-6r52,42r-12,13r-43,-52r8,66r-19,0", "w": 159 }, "+": { "d": "157,-215r0,101r98,0r0,14r-98,0r0,100r-14,0r0,-100r-98,0r0,-14r98,0r0,-101r14,0", "w": 299 }, ",": { "d": "34,42v-3,-20,12,-22,10,-42r-10,0r0,-36r23,0v1,35,1,65,-23,78", "w": 90 }, "-": { "d": "17,-73r0,-17r86,0r0,17r-86,0", "w": 119, "k": { "\u015b": -7, "\u015a": -13, "\u0159": -7, "\u0158": -13, "\u0139": 6, "o": -7, "Y": 28, "X": 13, "W": 20, "V": 21, "T": 33, "O": -13, "J": -20, "G": -13, "C": -7, "A": 6} }, ".": { "d": "34,0r0,-36r23,0r0,36r-23,0", "w": 90 }, "\/": { "d": "16,33r-17,0r104,-283r17,0", "w": 100 }, "0": { "d": "91,-232v-82,4,-81,214,0,218v82,-4,80,-214,0,-218xm91,4v-107,0,-106,-253,0,-254v107,0,106,253,0,254" }, "1": { "d": "82,0r0,-246r18,0r0,246r-18,0" }, "2": { "d": "147,-178v-7,66,-47,106,-92,160r115,0r0,18r-155,0r0,-3v53,-56,105,-103,113,-176v6,-58,-81,-69,-110,-29r0,-20v41,-43,136,-17,129,50" }, "3": { "d": "149,-68v3,65,-82,89,-132,59r0,-19v39,27,115,16,113,-39v-2,-35,-25,-55,-63,-54r0,-18v33,-2,60,-16,60,-48v0,-50,-75,-58,-106,-29r0,-18v40,-32,124,-15,124,46v0,31,-16,49,-42,57v28,10,44,28,46,63" }, "4": { "d": "118,-110r0,-102r-85,102r85,0xm118,0r0,-93r-111,0r0,-8r123,-148r7,0r0,139r35,0r0,17r-35,0r0,93r-19,0" }, "5": { "d": "159,-76v0,71,-89,103,-139,62r0,-21v37,36,119,25,119,-40v0,-51,-49,-69,-99,-57r0,-114r105,0r0,18r-86,0r0,77v59,-8,100,20,100,75" }, "6": { "d": "93,4v-83,0,-88,-115,-47,-175v19,-27,44,-54,79,-79r9,12v-45,34,-79,68,-92,123v41,-40,123,-16,123,49v0,41,-29,70,-72,70xm146,-63v4,-59,-79,-69,-106,-30v-6,44,15,79,54,79v30,0,50,-21,52,-49" }, "7": { "d": "41,-3r104,-225r-135,0r0,-18r161,0r-113,251" }, "8": { "d": "20,-66v0,-31,15,-48,37,-61v-54,-27,-33,-123,34,-123v66,0,89,96,34,122v21,14,37,31,37,62v2,40,-32,70,-71,70v-40,0,-72,-30,-71,-70xm91,-233v-26,0,-48,22,-48,48v0,25,23,49,48,49v26,0,48,-23,48,-49v0,-26,-22,-48,-48,-48xm91,-120v-28,0,-52,26,-52,54v0,29,24,53,52,53v29,1,52,-24,52,-53v0,-30,-23,-54,-52,-54" }, "9": { "d": "88,-250v82,1,89,116,47,175v-19,27,-44,54,-79,79r-10,-12v45,-33,80,-68,93,-123v-42,40,-124,16,-124,-49v0,-42,30,-70,73,-70xm35,-183v0,61,79,68,106,30v6,-45,-15,-79,-55,-79v-29,0,-51,19,-51,49" }, ":": { "d": "34,-127r0,-35r23,0r0,35r-23,0xm34,0r0,-36r23,0r0,36r-23,0", "w": 90 }, ";": { "d": "34,-127r0,-35r23,0r0,35r-23,0xm34,42v-3,-20,12,-22,10,-42r-10,0r0,-36r23,0v1,35,1,65,-23,78", "w": 90 }, "<": { "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": "95,-198v0,54,-64,86,-40,132r-6,5v-45,-39,21,-84,27,-137v5,-39,-42,-46,-56,-18v-6,-13,8,-34,30,-34v26,0,45,24,45,52xm38,0r0,-36r24,0r0,36r-24,0", "w": 114 }, "@": { "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,-102r94,0r-47,-112xm-9,0r107,-248r8,0r107,248r-21,0r-36,-86r-108,0r-36,86r-21,0", "w": 203, "k": { "\u015a": 6, "\u0158": 6, "Y": 26, "W": 20, "V": 20, "U": 6, "T": 33, "Q": 6, "O": 6, "G": 6, "C": 6, ";": -7, ":": -7, "-": 8} }, "B": { "d": "162,-66v-1,-50,-58,-54,-113,-51r0,100v55,1,114,4,113,-49xm142,-182v1,-45,-44,-52,-93,-48r0,97v49,4,93,-4,93,-49xm184,-63v0,69,-78,65,-155,63r0,-246v66,-3,134,0,133,62v-1,29,-14,44,-35,55v34,9,57,28,57,66", "w": 196, "k": { "Y": 6, "W": 6, "V": 6, "-": -10} }, "C": { "d": "36,-123v-4,103,121,136,197,84r0,21v-26,13,-51,22,-86,22v-81,-2,-130,-51,-133,-128v-4,-110,129,-156,219,-103r0,20v-28,-15,-52,-26,-86,-26v-67,0,-108,44,-111,110", "w": 244, "k": { "-": -8} }, "D": { "d": "225,-123v0,-67,-41,-108,-116,-105r-59,0r0,211r59,0v75,2,116,-38,116,-106xm247,-123v0,77,-49,123,-133,123r-85,0r0,-246r85,0v86,-2,133,46,133,123", "w": 263, "k": { "\u0139": 6, "Y": 6, "W": 6, "V": 6, "A": 6, "-": -11} }, "E": { "d": "29,0r0,-246r133,0r0,16r-113,0r0,97r109,0r0,16r-109,0r0,100r116,0r0,17r-136,0", "w": 177 }, "F": { "d": "29,0r0,-246r125,0r0,17r-105,0r0,90r95,0r0,17r-95,0r0,122r-20,0", "w": 160, "k": { "\u015b": 13, "\u0159": 13, "\u0139": 26, "u": 13, "r": 20, "o": 13, "i": 13, "e": 13, "a": 13, "A": 26, ";": 15, ":": 15, ".": 71, "-": 18, ",": 71} }, "G": { "d": "36,-123v-4,92,101,135,178,93r0,-66r-52,0r0,-17r71,0r0,95v-26,13,-51,22,-86,22v-81,-2,-130,-51,-133,-128v-4,-110,129,-156,219,-103r0,20v-28,-15,-52,-26,-86,-26v-67,0,-108,44,-111,110", "w": 257, "k": { "Y": 6, "T": 6, "-": -8} }, "H": { "d": "29,0r0,-246r20,0r0,114r163,0r0,-114r20,0r0,246r-20,0r0,-115r-163,0r0,115r-20,0", "w": 261, "k": { ".": 6, ",": 6} }, "I": { "d": "30,0r0,-246r21,0r0,246r-21,0", "w": 81 }, "J": { "d": "-14,53v37,2,45,-14,45,-53r0,-246r21,0r0,244v1,50,-17,78,-63,73", "w": 82, "k": { "-": 6} }, "K": { "d": "30,0r0,-246r20,0r0,121r117,-121r25,0r-116,121r129,125r-27,0r-128,-123r0,123r-20,0", "w": 195, "k": { "\u015b": 6, "\u015a": 13, "\u0159": 6, "\u0158": 13, "y": 13, "u": 6, "o": 6, "e": 6, "a": 6, "Y": 13, "W": 13, "U": 6, "T": 13, "O": 13, "C": 13, "-": 18} }, "L": { "d": "30,0r0,-246r20,0r0,229r116,0r0,17r-136,0", "w": 170, "k": { "\u015b": 6, "\u015a": 20, "\u0159": 6, "\u0158": 20, "y": 13, "u": 6, "o": 6, "e": 6, "a": 6, "Y": 26, "W": 20, "V": 20, "U": 6, "T": 20, "O": 20, "-": 6} }, "M": { "d": "29,0r0,-246r20,0r92,113r92,-113r20,0r0,246r-20,0r0,-217r-92,114r-92,-114r0,217r-20,0", "w": 282 }, "N": { "d": "29,0r0,-246r20,0r180,215r0,-215r20,0r0,246r-18,0r-182,-217r0,217r-20,0", "w": 277 }, "O": { "d": "144,-233v-64,0,-108,44,-108,110v0,65,43,110,108,110v64,0,107,-44,107,-110v0,-66,-43,-110,-107,-110xm144,4v-78,0,-130,-52,-130,-128v0,-76,54,-126,130,-126v76,0,129,50,129,127v0,77,-52,127,-129,127", "w": 286, "k": { "\u0139": 6, "Y": 13, "X": 6, "V": 6, "A": 6, ";": -7, ":": -7, ".": 15, "-": -10, ",": 15} }, "P": { "d": "148,-181v0,-49,-48,-50,-99,-48r0,98v52,2,99,0,99,-50xm170,-180v0,59,-56,72,-121,66r0,114r-20,0r0,-246v71,-2,141,-3,141,66", "w": 180, "k": { "\u015b": 20, "\u0159": 20, "\u0139": 20, "u": 13, "s": 13, "r": 13, "o": 20, "n": 13, "i": 6, "e": 20, "a": 20, "A": 20, ";": 16, ":": 16, ".": 86, "-": 28, ",": 86} }, "Q": { "d": "144,-233v-64,0,-108,44,-108,110v0,65,44,110,108,110v64,0,107,-44,107,-110v0,-66,-43,-110,-107,-110xm158,3v30,17,68,41,103,20v6,9,-14,19,-18,29v-48,-4,-81,-23,-116,-49v-63,-9,-115,-58,-113,-127v2,-75,54,-126,129,-126v77,0,128,51,130,127v2,69,-52,118,-115,126", "w": 286 }, "R": { "d": "148,-184v1,-46,-49,-47,-99,-45r0,94v57,2,97,0,99,-49xm170,-184v-1,33,-19,51,-47,60v40,31,58,84,89,124r-22,0v-24,-35,-45,-75,-73,-106v-12,-13,-40,-12,-68,-12r0,118r-20,0r0,-246v69,-2,142,-3,141,62", "w": 201, "k": { "\u015b": 6, "\u0159": 6, "y": 6, "u": 6, "o": 6, "e": 6, "a": -13, "Y": 6, "T": 6, "-": 10} }, "S": { "d": "18,-184v0,-63,82,-81,127,-49r0,22v-32,-29,-108,-27,-108,26v0,66,116,41,116,121v0,69,-92,85,-136,46r0,-24v31,34,116,41,115,-23v-1,-66,-114,-45,-114,-119", "w": 164 }, "T": { "d": "94,0r0,-228r-92,0r0,-18r205,0r0,18r-92,0r0,228r-21,0", "w": 209, "k": { "\u015b": 63, "\u0159": 63, "\u0139": 33, "y": 63, "w": 56, "u": 61, "s": 56, "r": 56, "o": 63, "i": 10, "e": 63, "c": 63, "a": 56, "C": 20, "A": 33, ";": 23, ":": 23, ".": 60, "-": 33, ",": 60} }, "U": { "d": "128,5v-63,0,-102,-43,-101,-108r0,-143r20,0r0,144v-1,50,31,86,81,86v50,0,82,-36,82,-86r0,-144r20,0r0,143v0,64,-39,108,-102,108", "w": 256, "k": { "\u0139": 6, "A": 6} }, "V": { "d": "-8,-246r22,0r84,206r85,-206r21,0r-104,250r-3,0", "w": 195, "k": { "\u015b": 20, "\u015a": 6, "\u0159": 20, "\u0158": 6, "\u0139": 20, "y": 10, "u": 20, "o": 20, "e": 20, "a": 20, "O": 6, "A": 20, ";": 24, ":": 24, ".": 60, "-": 29, ",": 60} }, "W": { "d": "90,-41r73,-205r7,0r75,205r72,-205r22,0r-92,250r-4,0r-76,-206r-75,206r-4,0r-94,-250r22,0", "w": 333, "k": { "\u015b": 20, "\u0159": 20, "\u0139": 20, "y": 6, "u": 20, "r": 13, "o": 20, "i": 6, "e": 20, "a": 20, "A": 20, ";": 21, ":": 21, ".": 44, "-": 21, ",": 44} }, "X": { "d": "-3,0r111,-127r-104,-119r25,0r91,104r92,-104r26,0r-105,119r112,127r-26,0r-98,-113r-99,113r-25,0", "w": 241, "k": { "\u015a": 6, "\u0158": 6, "O": 6, "C": 6, "-": 18} }, "Y": { "d": "88,0r0,-132r-96,-114r25,0r81,97r81,-97r24,0r-95,114r0,132r-20,0", "w": 195, "k": { "\u015b": 53, "\u015a": 13, "\u0159": 53, "\u0158": 13, "\u0139": 26, "u": 38, "o": 53, "i": 6, "e": 53, "a": 40, "O": 13, "C": 6, "A": 26, ";": 38, ":": 38, ".": 55, "-": 43, ",": 55} }, "Z": { "d": "3,0r0,-8r185,-222r-174,0r0,-16r206,0r0,8r-184,221r184,0r0,17r-217,0", "w": 225, "k": { "-": 6} }, "[": { "d": "38,59r64,0r0,17r-83,0r0,-322r83,0r0,17r-64,0r0,288", "w": 100 }, "\\": { "d": "84,33r-104,-283r16,0r105,283r-17,0", "w": 100 }, "]": { "d": "62,59r0,-288r-64,0r0,-17r83,0r0,322r-83,0r0,-17r64,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", "w": 180 }, "`": { "d": "96,-185r-47,-62r26,0r37,62r-16,0", "w": 180 }, "a": { "d": "28,-39v0,39,59,29,76,6r0,-50v-38,-1,-76,13,-76,44xm147,-12v-11,13,-42,26,-42,-4v-26,29,-96,28,-95,-22v2,-44,44,-58,94,-60v2,-32,-3,-55,-36,-52v-21,1,-35,9,-50,20r0,-18v34,-28,104,-28,104,37r0,85v2,17,10,11,21,1r3,-3", "w": 148 }, "b": { "d": "92,-149v-25,1,-37,12,-51,28r0,93v41,33,106,0,106,-57v0,-35,-22,-64,-55,-64xm167,-86v0,74,-79,109,-144,77r0,-237r18,0r0,104v42,-48,126,-18,126,56", "w": 177 }, "c": { "d": "32,-81v0,56,64,87,107,54r0,20v-55,29,-127,-9,-127,-74v0,-60,63,-103,123,-78r0,20v-43,-28,-103,7,-103,58", "w": 145 }, "d": { "d": "31,-82v-7,58,69,90,105,50r0,-99v-35,-40,-112,-10,-105,49xm10,-81v-6,-67,74,-109,126,-70r0,-95r17,0r0,246r-17,0r0,-12v-51,38,-133,-2,-126,-69", "w": 176 }, "e": { "d": "93,-14v27,-1,43,-11,62,-24r0,20v-19,11,-36,21,-62,22v-49,1,-80,-38,-80,-88v0,-48,29,-82,75,-82v43,0,72,34,70,79v-41,2,-90,-4,-126,2v0,39,24,71,61,71xm137,-103v-2,-39,-54,-63,-85,-34v-10,9,-16,20,-18,34r103,0", "w": 172 }, "f": { "d": "98,-231v-46,-11,-60,19,-55,69r30,0r0,15r-30,0r0,147r-19,0r0,-147r-28,0r0,-15r28,0v-4,-59,16,-96,74,-85r0,16", "w": 73, "k": { ".": 13, ",": 13} }, "g": { "d": "131,36v-1,-40,-112,-40,-110,3v2,41,112,39,110,-3xm74,-147v-23,0,-42,19,-42,43v0,23,19,41,42,41v23,1,42,-19,42,-42v0,-23,-19,-43,-42,-42xm25,-24v0,-14,15,-24,29,-27v-65,-21,-45,-124,35,-111r60,0r0,15r-35,0v22,15,27,58,7,78v-9,21,-75,22,-80,45v-1,8,16,14,41,16v41,4,66,7,66,43v0,38,-32,47,-75,47v-38,0,-69,-10,-69,-43v0,-24,19,-37,43,-40v-12,-3,-22,-9,-22,-23", "w": 150 }, "h": { "d": "95,-149v-27,0,-42,16,-54,35r0,114r-18,0r0,-246r18,0r0,110v28,-47,114,-35,114,37r0,99r-19,0v-4,-58,19,-149,-41,-149", "w": 175 }, "i": { "d": "23,-216r0,-30r18,0r0,30r-18,0xm23,0r0,-162r18,0r0,162r-18,0", "w": 64 }, "j": { "d": "24,-216r0,-30r18,0r0,30r-18,0xm-12,66v29,-2,35,-15,36,-47r0,-181r18,0r0,182v0,40,-13,58,-49,62", "w": 65 }, "k": { "d": "130,0r-87,-86r76,-76r24,0r-76,75r87,87r-24,0xm23,0r0,-246r18,0r0,246r-18,0", "w": 148 }, "l": { "d": "23,0r0,-246r18,0r0,246r-18,0", "w": 64 }, "m": { "d": "91,-149v-26,0,-40,16,-51,35r0,114r-18,0r0,-162r18,0r0,26v19,-36,91,-40,104,4v16,-19,30,-32,58,-33v73,-2,54,95,56,165r-19,0v-4,-58,19,-149,-39,-149v-25,0,-41,16,-51,35r0,114r-18,0v-4,-58,18,-149,-40,-149", "w": 278 }, "n": { "d": "94,-149v-27,0,-42,16,-54,35r0,114r-18,0r0,-162r18,0r0,26v28,-47,113,-35,113,37r0,99r-18,0v-4,-58,19,-149,-41,-149", "w": 174 }, "o": { "d": "95,-149v-35,-1,-64,31,-64,68v0,36,29,68,64,68v35,0,65,-31,65,-68v0,-37,-29,-68,-65,-68xm95,3v-47,1,-84,-37,-84,-84v0,-47,38,-85,84,-85v46,0,87,39,85,85v-2,49,-33,83,-85,84", "w": 190, "k": { "-": -7} }, "p": { "d": "146,-81v7,-58,-70,-90,-105,-50r0,100v35,40,112,8,105,-50xm166,-81v7,67,-73,108,-125,69r0,94r-18,0r0,-244r18,0r0,11v51,-38,132,3,125,70", "w": 176 }, "q": { "d": "31,-81v-7,58,69,90,105,50r0,-100v-35,-40,-112,-9,-105,50xm10,-81v-6,-67,74,-109,126,-70r0,-11r17,0r0,244r-17,0r0,-94v-51,38,-134,-2,-126,-69", "w": 176 }, "r": { "d": "115,-136v-31,-25,-58,3,-73,33r0,103r-18,0r0,-162r18,0r0,40v18,-31,49,-58,83,-31", "w": 119, "k": { ".": 36, "-": 13, ",": 36} }, "s": { "d": "113,-43v0,51,-69,58,-101,32r0,-19v20,19,82,29,82,-11v0,-37,-81,-30,-81,-80v0,-46,65,-57,95,-31r0,18v-21,-17,-78,-26,-78,12v0,44,83,26,83,79", "w": 124 }, "t": { "d": "95,-4v-30,13,-66,9,-66,-36r0,-107r-35,0r0,-15r36,0r0,-38v6,-5,7,-14,17,-15r0,53r44,0r0,15r-44,0r0,107v-5,34,30,30,48,19r0,17", "w": 95 }, "u": { "d": "39,-71v-9,72,77,69,96,24r0,-115r18,0r0,162r-18,0r0,-25v-30,45,-114,35,-114,-38r0,-99r18,0r0,91", "w": 174 }, "v": { "d": "71,3r-73,-165r20,0r59,135r57,-135r18,0r-69,165r-12,0", "w": 151, "k": { ".": 28, ",": 28} }, "w": { "d": "67,3r-69,-165r19,0r54,133r52,-133r10,0r48,133r57,-133r20,0r-73,165r-10,0r-48,-132r-50,132r-10,0", "w": 257, "k": { ".": 26, "-": -7, ",": 26} }, "x": { "d": "-1,0r65,-83r-64,-79r22,0r54,66r53,-66r21,0r-62,80r67,82r-23,0r-56,-69r-56,69r-21,0", "w": 153 }, "y": { "d": "70,-32r-68,-130r20,0r58,110r54,-110r18,0r-119,244r-19,0", "w": 151, "k": { ".": 31, "-": 6, ",": 31} }, "z": { "d": "4,0r0,-7r106,-138r-98,0r0,-17r128,0r0,7r-106,138r106,0r0,17r-136,0", "w": 148 }, "{": { "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", "w": 180 }, "|": { "d": "98,-275r0,360r-16,0r0,-360r16,0", "w": 180 }, "}": { "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", "w": 180 }, "~": { "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 }, "\u0139": { "d": "53,-277r-17,0r37,-61r27,0xm30,0r0,-246r20,0r0,229r116,0r0,17r-136,0", "w": 170, "k": { "\u015a": 6, "\u0158": 6, "Y": 26, "W": 20, "V": 20, "U": 6, "T": 33, "Q": 6, "O": 6, "G": 6, "C": 6, ";": -7, ":": -7, "-": 8} }, "\u0143": { "d": "135,-270r-17,0r37,-61r27,0xm29,0r0,-246r20,0r180,215r0,-215r20,0r0,246r-18,0r-182,-217r0,217r-20,0", "w": 277 }, "\u0155": { "d": "73,-185r-16,0r37,-62r26,0xm115,-136v-31,-25,-58,3,-73,33r0,103r-18,0r0,-162r18,0r0,40v18,-31,49,-58,83,-31", "w": 119 }, "\u0103": { "d": "121,-239v4,45,-54,59,-83,35v-9,-7,-13,-19,-14,-35r14,0v2,19,13,26,34,26v22,0,32,-7,34,-26r15,0xm28,-39v0,39,59,29,76,6r0,-50v-38,-1,-76,13,-76,44xm147,-12v-11,13,-42,26,-42,-4v-26,29,-96,28,-95,-22v2,-44,44,-58,94,-60v2,-32,-3,-55,-36,-52v-21,1,-35,9,-50,20r0,-18v34,-28,104,-28,104,37r0,85v2,17,10,11,21,1r3,-3", "w": 148 }, "\u013a": { "d": "45,-277r-17,0r37,-61r27,0xm23,0r0,-246r18,0r0,246r-18,0", "w": 64 }, "\u0119": { "d": "53,46v1,-21,17,-34,32,-46r10,0v-13,11,-24,24,-25,41v-1,16,16,17,33,16r0,18v-29,1,-51,-3,-50,-29xm93,-14v27,-1,43,-11,62,-24r0,20v-19,11,-36,21,-62,22v-49,1,-80,-38,-80,-88v0,-48,29,-82,75,-82v43,0,72,34,70,79v-41,2,-90,-4,-126,2v0,39,24,71,61,71xm137,-103v-2,-39,-54,-63,-85,-34v-10,9,-16,20,-18,34r103,0", "w": 172 }, "\u011b": { "d": "135,-247r-35,62r-27,0r-35,-62r16,0r32,46r33,-46r16,0xm93,-14v27,-1,43,-11,62,-24r0,20v-19,11,-36,21,-62,22v-49,1,-80,-38,-80,-88v0,-48,29,-82,75,-82v43,0,72,34,70,79v-41,2,-90,-4,-126,2v0,39,24,71,61,71xm137,-103v-2,-39,-54,-63,-85,-34v-10,9,-16,20,-18,34r103,0", "w": 172 }, "\u010f": { "d": "166,-232v-3,-20,12,-22,10,-42r-10,0r0,-36r23,0v1,35,1,65,-23,78xm31,-82v-7,58,69,90,105,50r0,-99v-35,-40,-112,-10,-105,49xm10,-81v-6,-67,74,-109,126,-70r0,-95r17,0r0,246r-17,0r0,-12v-51,38,-133,-2,-126,-69", "w": 176 }, "\u0144": { "d": "82,-185r-16,0r37,-62r27,0xm94,-149v-27,0,-42,16,-54,35r0,114r-18,0r0,-162r18,0r0,26v28,-47,113,-35,113,37r0,99r-18,0v-4,-58,19,-149,-41,-149", "w": 174 }, "\u0148": { "d": "137,-247r-35,62r-27,0r-35,-62r16,0r32,46r33,-46r16,0xm94,-149v-27,0,-42,16,-54,35r0,114r-18,0r0,-162r18,0r0,26v28,-47,113,-35,113,37r0,99r-18,0v-4,-58,19,-149,-41,-149", "w": 174 }, "\u0151": { "d": "106,-185r29,-62r24,0r-40,62r-13,0xm65,-185r26,-62r23,0r-36,62r-13,0xm95,-149v-35,-1,-64,31,-64,68v0,36,29,68,64,68v35,0,65,-31,65,-68v0,-37,-29,-68,-65,-68xm95,3v-47,1,-84,-37,-84,-84v0,-47,38,-85,84,-85v46,0,87,39,85,85v-2,49,-33,83,-85,84", "w": 190 }, "\u016f": { "d": "86,-250v-15,0,-27,12,-27,26v0,14,13,26,27,26v13,0,26,-13,26,-26v0,-14,-12,-26,-26,-26xm86,-182v-24,0,-43,-19,-43,-42v0,-23,19,-44,43,-43v23,0,42,19,42,43v1,23,-19,43,-42,42xm39,-71v-9,72,77,69,96,24r0,-115r18,0r0,162r-18,0r0,-25v-30,45,-114,35,-114,-38r0,-99r18,0r0,91", "w": 174 }, "\u0171": { "d": "96,-185r30,-62r23,0r-40,62r-13,0xm55,-185r26,-62r23,0r-36,62r-13,0xm39,-71v-9,72,77,69,96,24r0,-115r18,0r0,162r-18,0r0,-25v-30,45,-114,35,-114,-38r0,-99r18,0r0,91", "w": 174 }, "\u0158": { "d": "137,-329r-35,61r-27,0r-35,-61r16,0r32,46r33,-46r16,0xm148,-184v1,-46,-49,-47,-99,-45r0,94v57,2,97,0,99,-49xm170,-184v-1,33,-19,51,-47,60v40,31,58,84,89,124r-22,0v-24,-35,-45,-75,-73,-106v-12,-13,-40,-12,-68,-12r0,118r-20,0r0,-246v69,-2,142,-3,141,62", "w": 201, "k": { "\u0139": 6, "Y": 13, "X": 6, "V": 6, "A": 6, ";": -7, ":": -7, ".": 15, "-": -10, ",": 15} }, "\u0104": { "d": "160,40v1,-21,16,-35,32,-47r11,0v-13,11,-24,24,-25,42v-1,16,16,15,32,15r0,18v-28,1,-50,-2,-50,-28xm55,-102r94,0r-47,-112xm-9,0r107,-248r8,0r107,248r-21,0r-36,-86r-108,0r-36,86r-21,0", "w": 203 }, "\u0159": { "d": "127,-247r-35,62r-26,0r-36,-62r17,0r32,46r32,-46r16,0xm115,-136v-31,-25,-58,3,-73,33r0,103r-18,0r0,-162r18,0r0,40v18,-31,49,-58,83,-31", "w": 119, "k": { "-": -7} }, "\u017c": { "d": "61,-198r0,-31r27,0r0,31r-27,0xm4,0r0,-7r106,-138r-98,0r0,-17r128,0r0,7r-106,138r106,0r0,17r-136,0", "w": 148 }, "\u0154": { "d": "83,-268r-17,0r37,-61r27,0xm148,-184v1,-46,-49,-47,-99,-45r0,94v57,2,97,0,99,-49xm170,-184v-1,33,-19,51,-47,60v40,31,58,84,89,124r-22,0v-24,-35,-45,-75,-73,-106v-12,-13,-40,-12,-68,-12r0,118r-20,0r0,-246v69,-2,142,-3,141,62", "w": 201 }, "\u0102": { "d": "150,-323v5,46,-55,58,-83,35v-9,-7,-12,-19,-13,-35r14,0v1,19,14,25,34,26v22,0,32,-7,34,-26r14,0xm55,-102r94,0r-47,-112xm-9,0r107,-248r8,0r107,248r-21,0r-36,-86r-108,0r-36,86r-21,0", "w": 203 }, "\u0150": { "d": "154,-270r30,-61r23,0r-40,61r-13,0xm113,-270r26,-61r23,0r-36,61r-13,0xm144,-233v-64,0,-108,44,-108,110v0,65,43,110,108,110v64,0,107,-44,107,-110v0,-66,-43,-110,-107,-110xm144,4v-78,0,-130,-52,-130,-128v0,-76,54,-126,130,-126v76,0,129,50,129,127v0,77,-52,127,-129,127", "w": 286 }, "\u015a": { "d": "77,-270r-17,0r37,-61r27,0xm18,-184v0,-63,82,-81,127,-49r0,22v-32,-29,-108,-27,-108,26v0,66,116,41,116,121v0,69,-92,85,-136,46r0,-24v31,34,116,41,115,-23v-1,-66,-114,-45,-114,-119", "w": 164 }, "\u015b": { "d": "57,-185r-16,0r36,-62r27,0xm113,-43v0,51,-69,58,-101,32r0,-19v20,19,82,29,82,-11v0,-37,-81,-30,-81,-80v0,-46,65,-57,95,-31r0,18v-21,-17,-78,-26,-78,12v0,44,83,26,83,79", "w": 124 }, "\u017a": { "d": "68,-185r-16,0r37,-62r27,0xm4,0r0,-7r106,-138r-98,0r0,-17r128,0r0,7r-106,138r106,0r0,17r-136,0", "w": 148 }, "\u0118": { "d": "65,41v0,-20,17,-34,33,-46r10,0v-13,11,-24,23,-25,41v-1,17,15,16,32,16r0,18v-29,2,-50,-4,-50,-29xm29,0r0,-246r133,0r0,16r-113,0r0,97r109,0r0,16r-109,0r0,100r116,0r0,17r-136,0", "w": 177 }, "\u010e": { "d": "175,-334r-35,62r-27,0r-35,-62r16,0r32,46r33,-46r16,0xm225,-123v0,-67,-41,-108,-116,-105r-59,0r0,211r59,0v75,2,116,-38,116,-106xm247,-123v0,77,-49,123,-133,123r-85,0r0,-246r85,0v86,-2,133,46,133,123", "w": 263 }, "\u011a": { "d": "145,-331r-35,61r-27,0r-35,-61r16,0r32,46r32,-46r17,0xm29,0r0,-246r133,0r0,16r-113,0r0,97r109,0r0,16r-109,0r0,100r116,0r0,17r-136,0", "w": 177 }, "\u0147": { "d": "189,-331r-35,61r-27,0r-35,-61r16,0r32,46r33,-46r16,0xm29,0r0,-246r20,0r180,215r0,-215r20,0r0,246r-18,0r-182,-217r0,217r-20,0", "w": 277 }, "\u0170": { "d": "139,-270r29,-61r24,0r-40,61r-13,0xm98,-270r26,-61r23,0r-36,61r-13,0xm128,5v-63,0,-102,-43,-101,-108r0,-143r20,0r0,144v-1,50,31,86,81,86v50,0,82,-36,82,-86r0,-144r20,0r0,143v0,64,-39,108,-102,108", "w": 256 }, "\u016e": { "d": "128,-335v-14,0,-26,13,-26,27v0,13,13,26,26,26v14,0,27,-12,27,-26v0,-14,-13,-27,-27,-27xm128,-266v-23,0,-41,-20,-42,-42v0,-23,18,-43,42,-43v24,0,43,19,43,43v0,24,-20,42,-43,42xm128,5v-63,0,-102,-43,-101,-108r0,-143r20,0r0,144v-1,50,31,86,81,86v50,0,82,-36,82,-86r0,-144r20,0r0,143v0,64,-39,108,-102,108", "w": 256 }, "\u017b": { "d": "99,-282r0,-31r27,0r0,31r-27,0xm3,0r0,-8r185,-222r-174,0r0,-16r206,0r0,8r-184,221r184,0r0,17r-217,0", "w": 225 }, "\u0141": { "d": "32,0r0,-108r-32,22r0,-19r32,-22r0,-119r20,0r0,107r61,-42r0,19r-61,43r0,102r116,0r0,17r-136,0", "w": 172, "k": { "\u015b": 6, "\u015a": 20, "\u0159": 6, "\u0158": 20, "y": 13, "u": 6, "o": 6, "e": 6, "a": 6, "Y": 26, "W": 20, "V": 20, "U": 6, "T": 20, "O": 20, "-": 6} }, "\u0142": { "d": "24,0r0,-114r-24,17r0,-17r24,-18r0,-114r19,0r0,105r24,-17r0,17r-24,18r0,123r-19,0", "w": 67 }, "\u0160": { "d": "131,-331r-35,61r-27,0r-35,-61r16,0r32,46r33,-46r16,0xm18,-184v0,-63,82,-81,127,-49r0,22v-32,-29,-108,-27,-108,26v0,66,116,41,116,121v0,69,-92,85,-136,46r0,-24v31,34,116,41,115,-23v-1,-66,-114,-45,-114,-119", "w": 164 }, "\u0161": { "d": "111,-247r-35,62r-27,0r-35,-62r16,0r33,46r32,-46r16,0xm113,-43v0,51,-69,58,-101,32r0,-19v20,19,82,29,82,-11v0,-37,-81,-30,-81,-80v0,-46,65,-57,95,-31r0,18v-21,-17,-78,-26,-78,12v0,44,83,26,83,79", "w": 124 }, "\u017d": { "d": "161,-331r-35,61r-27,0r-35,-61r16,0r33,46r32,-46r16,0xm3,0r0,-8r185,-222r-174,0r0,-16r206,0r0,8r-184,221r184,0r0,17r-217,0", "w": 225 }, "\u017e": { "d": "123,-247r-35,62r-27,0r-35,-62r16,0r32,46r33,-46r16,0xm4,0r0,-7r106,-138r-98,0r0,-17r128,0r0,7r-106,138r106,0r0,17r-136,0", "w": 148 }, "\u0110": { "d": "226,-123v0,-91,-73,-114,-175,-105r0,96r69,0r0,17r-69,0r0,98v101,8,175,-13,175,-106xm248,-123v0,76,-48,123,-132,123r-86,0r0,-115r-30,0r0,-17r30,0r0,-114r86,0v85,-2,132,47,132,123", "w": 264, "k": { "\u0139": 6, "Y": 6, "W": 6, "V": 6, "A": 6, "-": -11} }, "\u0162": { "d": "150,45v0,39,-55,33,-85,24r0,-14v22,4,62,17,65,-9v2,-17,-17,-21,-34,-18r0,-33r11,0r0,20v25,-1,42,8,43,30xm94,0r0,-228r-92,0r0,-18r205,0r0,18r-92,0r0,228r-21,0", "w": 209 }, "\u0163": { "d": "104,50v0,39,-55,33,-85,24r0,-14v21,5,63,16,65,-10v1,-17,-15,-19,-34,-18r0,-32r12,0v1,6,-3,17,2,20v24,0,40,8,40,30xm95,-4v-30,13,-66,9,-66,-36r0,-107r-35,0r0,-15r36,0r0,-38v6,-5,7,-14,17,-15r0,53r44,0r0,15r-44,0r0,107v-5,34,30,30,48,19r0,17", "w": 95 }, "\u0105": { "d": "80,42v1,-21,16,-35,32,-47r11,0v-13,11,-25,24,-26,42v-1,16,16,15,33,15r0,18v-28,1,-50,-2,-50,-28xm28,-39v0,39,59,29,76,6r0,-50v-38,-1,-76,13,-76,44xm147,-12v-11,13,-42,26,-42,-4v-26,29,-96,28,-95,-22v2,-44,44,-58,94,-60v2,-32,-3,-55,-36,-52v-21,1,-35,9,-50,20r0,-18v34,-28,104,-28,104,37r0,85v2,17,10,11,21,1r3,-3", "w": 148 }, "\u013d": { "d": "62,-225v-3,-21,12,-22,9,-43r-9,0r0,-36r23,0v1,36,1,66,-23,79xm30,0r0,-246r20,0r0,229r116,0r0,17r-136,0", "w": 170 }, "\u013e": { "d": "51,-229v-3,-21,13,-21,10,-42r-10,0r0,-36r24,0v1,36,1,66,-24,78xm23,0r0,-246r18,0r0,246r-18,0", "w": 64 }, "\u0179": { "d": "107,-270r-16,0r36,-61r27,0xm3,0r0,-8r185,-222r-174,0r0,-16r206,0r0,8r-184,221r184,0r0,17r-217,0", "w": 225 }, "\u0164": { "d": "153,-334r-35,62r-27,0r-35,-62r16,0r32,46r33,-46r16,0xm94,0r0,-228r-92,0r0,-18r205,0r0,18r-92,0r0,228r-21,0", "w": 209 }, "\u0165": { "d": "62,-199v-3,-21,13,-21,10,-42r-10,0r0,-36r24,0v1,36,0,65,-24,78xm95,-4v-30,13,-66,9,-66,-36r0,-107r-35,0r0,-15r36,0r0,-38v6,-5,7,-14,17,-15r0,53r44,0r0,15r-44,0r0,107v-5,34,30,30,48,19r0,17", "w": 95 }, "\u015e": { "d": "125,50v0,39,-55,33,-85,24r0,-14v21,5,63,16,65,-10v1,-17,-15,-19,-34,-18r0,-32r11,0r0,20v25,-1,42,8,43,30xm18,-184v0,-63,82,-81,127,-49r0,22v-32,-29,-108,-27,-108,26v0,66,116,41,116,121v0,69,-92,85,-136,46r0,-24v31,34,116,41,115,-23v-1,-66,-114,-45,-114,-119", "w": 164 }, "\u015f": { "d": "105,50v0,39,-55,33,-85,24r0,-14v21,5,63,16,65,-10v1,-17,-14,-19,-33,-18r0,-32r11,0v1,6,-3,17,2,20v24,0,40,8,40,30xm113,-43v0,51,-69,58,-101,32r0,-19v20,19,82,29,82,-11v0,-37,-81,-30,-81,-80v0,-46,65,-57,95,-31r0,18v-21,-17,-78,-26,-78,12v0,44,83,26,83,79", "w": 124 }, "\u0106": { "d": "136,-270r-16,0r37,-61r27,0xm36,-123v-4,103,121,136,197,84r0,21v-26,13,-51,22,-86,22v-81,-2,-130,-51,-133,-128v-4,-110,129,-156,219,-103r0,20v-28,-15,-52,-26,-86,-26v-67,0,-108,44,-111,110", "w": 244 }, "\u0107": { "d": "83,-185r-16,0r37,-62r27,0xm32,-81v0,56,64,87,107,54r0,20v-55,29,-127,-9,-127,-74v0,-60,63,-103,123,-78r0,20v-43,-28,-103,7,-103,58", "w": 145 }, "\u010c": { "d": "191,-331r-35,61r-27,0r-35,-61r16,0r32,46r33,-46r16,0xm36,-123v-4,103,121,136,197,84r0,21v-26,13,-51,22,-86,22v-81,-2,-130,-51,-133,-128v-4,-110,129,-156,219,-103r0,20v-28,-15,-52,-26,-86,-26v-67,0,-108,44,-111,110", "w": 244 }, "\u010d": { "d": "138,-247r-35,62r-27,0r-35,-62r16,0r32,46r33,-46r16,0xm32,-81v0,56,64,87,107,54r0,20v-55,29,-127,-9,-127,-74v0,-60,63,-103,123,-78r0,20v-43,-28,-103,7,-103,58", "w": 145 }, "\u0111": { "d": "31,-82v-7,58,69,90,105,50r0,-99v-35,-40,-112,-10,-105,49xm10,-81v0,-66,74,-109,126,-70r0,-46r-52,0r0,-14r52,0r0,-35r17,0r0,35r27,0r0,14r-27,0r0,197r-17,0r0,-12v-51,38,-126,-3,-126,-69", "w": 176 }, "\u00a0": { "w": 90}} });/*Copyright � 2006 The Monotype Corporation. All Rights Reserved. Impact is a trademark of Stephenson Blake (Holdings) Ltd.*/
Cufon.registerFont({"w":188,"face":{"font-family":"Impact","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 8 6 3 9 2 5 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-25 -368.038 293 95","underline-thickness":"17.9297","underline-position":"-27.0703","unicode-range":"U+0020-U+017F"},"glyphs":{" ":{"w":63},"!":{"d":"91,-285r-12,215r-55,0r-11,-215r78,0xm85,-57r0,57r-67,0r0,-57r67,0","w":97},"\"":{"d":"16,-193v-7,-27,-12,-56,-10,-92r54,0v2,35,-2,64,-8,92r-36,0xm82,-193v-6,-28,-11,-56,-9,-92r54,0v2,35,-3,65,-9,92r-36,0","w":133},"#":{"d":"6,-187r54,0r15,-67r33,0r-14,67r62,0r15,-67r33,0r-15,67r30,0r0,34r-36,0r-11,53r47,0r0,33r-53,0r-15,67r-33,0r14,-67r-63,0r-13,67r-34,0r14,-67r-30,0r0,-33r37,0r11,-53r-48,0r0,-34xm87,-153r-11,53r63,0r11,-53r-63,0","w":225},"$":{"d":"114,-286v45,5,71,33,65,84r-71,0v-1,-20,5,-42,-13,-42v-19,0,-14,37,-6,44v28,28,98,44,98,115v0,52,-25,80,-73,86r0,27r-32,0r0,-28v-48,-6,-76,-38,-71,-102r71,0v3,28,-8,59,12,60v23,2,14,-42,11,-53v-30,-43,-99,-48,-96,-119v1,-45,28,-67,73,-72r0,-23r32,0r0,23","w":197},"%":{"d":"194,-290r-111,295r-27,0r111,-295r27,0xm58,-290v57,-3,53,46,53,103v0,38,-15,49,-50,52v-60,5,-55,-45,-55,-101v0,-39,16,-52,52,-54xm59,-160v9,0,6,-5,7,-16r0,-73v0,-12,1,-15,-7,-16v-8,1,-7,5,-8,16r0,72v1,12,-3,17,8,17xm190,-153v57,0,53,46,53,103v0,39,-15,53,-50,53v-37,0,-55,-12,-55,-50v0,-56,-5,-106,52,-106xm191,-22v8,-1,7,-5,7,-16r0,-73v0,-12,1,-16,-7,-17v-8,1,-7,6,-8,17r0,72v1,12,0,16,8,17","w":249},"&":{"d":"93,-243v64,0,90,75,46,115r25,45r38,-25r0,48r-20,13r25,47r-65,0r-9,-16v-51,43,-127,20,-127,-48v0,-33,15,-48,40,-58v-54,-35,-24,-121,47,-121xm92,-204v-21,4,-11,35,1,46v13,-15,19,-40,-1,-46xm86,-86v-16,12,-20,44,3,46v6,0,12,-3,20,-8","w":207},"'":{"d":"16,-193v-7,-27,-12,-56,-10,-92r54,0v2,35,-2,64,-8,92r-36,0","w":66},"(":{"d":"15,-215v-8,-71,28,-70,91,-70r0,37v-28,1,-27,3,-27,33r0,146v1,29,0,31,27,32r0,37v-62,-1,-91,3,-91,-70r0,-145","w":112,"k":{"A":-9}},")":{"d":"34,-215v0,-31,0,-32,-28,-33r0,-37v62,0,92,-1,92,70r0,145v7,72,-28,70,-92,70r0,-37v28,0,28,-3,28,-32r0,-146","w":112},"*":{"d":"62,-285r0,29r26,-9r8,20r-26,11r16,24r-17,13r-18,-24r-18,24r-18,-13r16,-24r-26,-11r8,-20r27,9r0,-29r22,0","w":101},"+":{"d":"11,-163r63,0r0,-64r43,0r0,64r64,0r0,42r-64,0r0,63r-43,0r0,-63r-63,0r0,-42","w":191},",":{"d":"54,-56v4,50,-8,86,-48,92r0,-20v7,-4,11,-9,12,-16r-12,0r0,-56r48,0","w":60},"-":{"d":"100,-141r0,49r-94,0r0,-49r94,0","w":105},"\u00ad":{"d":"100,-141r0,49r-94,0r0,-49r94,0","w":105},".":{"d":"60,-58r0,58r-54,0r0,-58r54,0","w":66},"\/":{"d":"140,-290r-84,295r-54,0r85,-295r53,0","w":142},"0":{"d":"95,-290v62,0,85,30,85,102r0,95v4,68,-21,98,-80,98v-64,0,-87,-27,-87,-94r0,-99v-4,-71,21,-102,82,-102xm96,-38v15,-2,13,-11,13,-33r0,-141v-2,-22,4,-33,-12,-34v-15,2,-13,11,-13,34r0,139v1,25,-4,32,12,35","w":193},"1":{"d":"51,-153v4,-54,-4,-51,-49,-53r0,-33v34,-7,60,-23,78,-46r42,0r0,285r-71,0r0,-153","w":137},"2":{"d":"172,-216v0,77,-30,78,-84,167r78,0r0,49r-157,0r0,-41v59,-106,80,-112,96,-182v0,-14,-4,-23,-16,-23v-22,-1,-15,35,-16,58r-64,0v-3,-65,18,-101,77,-102v52,-1,86,28,86,74","w":180,"k":{"4":7}},"3":{"d":"175,-215v0,34,-7,41,-29,54v30,13,31,25,32,76v1,63,-23,91,-83,91v-72,0,-90,-38,-84,-119r71,0v4,26,-10,75,12,75v20,0,13,-32,13,-59v0,-31,-8,-38,-42,-37r0,-41v44,4,42,-11,42,-47v0,-16,0,-24,-13,-24v-19,-1,-10,30,-12,49r-71,0v-4,-65,12,-95,77,-93v62,2,87,20,87,75","w":190,"k":{"7":4}},"4":{"d":"158,-285r0,186r20,0r0,49r-20,0r0,50r-72,0r0,-50r-84,0r0,-49r61,-186r95,0xm86,-99r0,-121r-31,121r31,0","w":179,"k":{"7":7,"1":8}},"5":{"d":"96,-166v-12,2,-14,8,-13,25r-71,0r3,-144r153,0r0,46r-88,0r0,48v11,-13,25,-19,42,-19v63,0,60,56,60,120v0,68,-22,94,-84,95v-67,0,-92,-36,-86,-112r71,0v3,31,-8,66,15,69v26,-4,8,-65,13,-101v-1,-17,-1,-26,-15,-27","w":193,"k":{"7":11,"2":7,"1":11}},"6":{"d":"13,-120v0,-99,-7,-170,85,-170v56,0,86,24,85,81r-71,0v0,-17,3,-39,-15,-37v-25,2,-8,50,-13,78v30,-47,115,-15,99,53v7,78,-12,122,-82,120v-77,-2,-88,-36,-88,-125xm98,-38v23,-4,14,-55,14,-82v0,-17,-1,-26,-14,-27v-25,4,-14,52,-14,78v0,20,-1,29,14,31","w":194,"k":{"7":5,"2":4}},"7":{"d":"138,-285r0,62r-46,223r-70,0r50,-233r-70,0r0,-52r136,0","w":140,"k":{"7":-7,"4":7,"3":-4,"1":-8}},"8":{"d":"178,-215v0,34,-7,40,-30,54v28,14,32,25,33,78v1,65,-23,88,-85,88v-62,0,-86,-23,-84,-91v1,-37,1,-61,28,-75v-19,-9,-25,-29,-26,-56v-1,-51,29,-73,81,-73v59,0,83,22,83,75xm96,-178v18,2,12,-27,12,-45v0,-16,1,-22,-12,-23v-19,-1,-12,27,-12,45v0,15,1,22,12,23xm97,-38v21,0,13,-42,13,-66v0,-17,-1,-27,-14,-27v-22,0,-13,41,-13,64v0,19,0,29,14,29","w":192},"9":{"d":"183,-125v19,114,-49,150,-135,121v-26,-9,-35,-36,-35,-72r71,0v0,18,-2,38,15,38v25,-5,9,-51,13,-79v-30,47,-115,15,-99,-53v-7,-78,12,-120,82,-120v92,0,92,66,88,165xm98,-246v-24,3,-12,55,-14,82v-2,18,2,25,14,26v26,-3,9,-53,14,-78v-1,-20,0,-28,-14,-30","w":194},":":{"d":"66,-185r0,58r-53,0r0,-58r53,0xm66,-58r0,58r-53,0r0,-58r53,0","w":72},";":{"d":"66,-185r0,58r-53,0r0,-58r53,0xm63,-56v4,49,-6,85,-47,92r0,-20v7,-4,11,-9,12,-16r-12,0r0,-56r47,0","w":72},"\u037e":{"d":"66,-185r0,58r-53,0r0,-58r53,0xm63,-56v4,49,-6,85,-47,92r0,-20v7,-4,11,-9,12,-16r-12,0r0,-56r47,0","w":72},"<":{"d":"181,-57r-170,-70r0,-36r170,-71r0,47r-105,42r105,41r0,47","w":191},"=":{"d":"11,-197r170,0r0,43r-170,0r0,-43xm11,-130r170,0r0,43r-170,0r0,-43","w":191},">":{"d":"11,-234r170,71r0,35r-170,71r0,-46r105,-42r-105,-42r0,-47","w":191},"?":{"d":"98,-249v-19,1,-10,31,-12,56r-71,0v-3,-70,22,-98,83,-98v74,0,90,53,84,135v12,64,-62,97,-96,54r0,30r-66,0r0,-78r64,0v0,11,4,16,12,16v25,-1,8,-57,13,-89v-1,-15,2,-26,-11,-26xm86,-57r0,57r-66,0r0,-57r66,0"},"@":{"d":"56,-123v-9,-69,70,-154,116,-87r3,-20r35,0r-23,145v0,5,2,7,6,7v34,-6,54,-43,54,-86v1,-59,-40,-101,-98,-100v-70,0,-117,54,-117,128v0,72,47,123,115,123v38,0,67,-14,89,-33r36,0v-25,34,-72,58,-125,59v-81,1,-141,-63,-141,-147v0,-87,55,-159,143,-157v80,2,119,49,124,127v4,60,-42,114,-90,116v-15,0,-25,-7,-28,-21v-35,46,-108,8,-99,-54xm137,-208v-32,1,-45,58,-45,95v-1,19,9,40,26,40v37,-2,44,-62,44,-99v0,-19,-7,-36,-25,-36","w":278},"A":{"d":"143,-285r42,285r-76,0r-4,-51r-26,0r-4,51r-77,0r38,-285r107,0xm103,-102v-4,-32,-7,-72,-11,-119v-8,54,-12,94,-14,119r25,0","w":182,"k":{"\u0178":22,"}":-9,"z":-9,"x":-9,"]":-9,"Z":-9,"Y":22,"X":-9,"W":7,"V":8,"T":20,"J":-9,"A":-9,"\/":-9,".":-9,",":-9,")":-9}},"B":{"d":"187,-93v2,71,-6,93,-87,93r-85,0r0,-285v85,1,174,-15,167,81v-3,36,-9,42,-39,50v33,9,43,21,44,61xm89,-173v33,8,24,-30,22,-55v-5,-8,-8,-7,-22,-8r0,63xm89,-49v37,7,24,-48,20,-75v-3,-3,-9,-4,-20,-4r0,79","w":198},"C":{"d":"99,-291v76,0,95,47,89,131r-74,0v-4,-28,11,-82,-13,-82v-17,0,-13,11,-14,34r0,132v1,22,-2,31,13,34v23,-1,11,-45,14,-72r74,0v4,81,-17,120,-87,120v-67,0,-88,-32,-88,-107r0,-83v-6,-74,23,-107,86,-107","w":199},"D":{"d":"186,-85v4,72,-14,85,-78,85r-93,0r0,-285r55,0v93,0,116,8,116,101r0,99xm89,-49v28,-1,23,-9,23,-41r-1,-135v-3,-9,-8,-11,-22,-11r0,187","w":198},"E":{"d":"15,-285r123,0r0,57r-49,0r0,54r46,0r0,54r-46,0r0,63r54,0r0,57r-128,0r0,-285","w":149,"k":{"T":5}},"F":{"d":"15,-285r125,0r0,57r-51,0r0,54r45,0r0,54r-45,0r0,120r-74,0r0,-285","w":143,"k":{"\u0178":-8,"Y":-8,"W":-7,"V":-8,"A":7,".":19,",":19}},"G":{"d":"96,-291v66,0,94,37,89,111r-74,0v-3,-26,7,-62,-13,-62v-14,0,-11,11,-11,32r0,137v0,20,-2,29,12,31v22,-1,11,-43,14,-68r-15,0r0,-43r87,0r0,153r-47,0r-7,-20v-9,16,-24,26,-46,26v-54,0,-72,-38,-72,-104r0,-84v-6,-76,20,-109,83,-109","w":198},"H":{"d":"185,-285r0,285r-74,0r0,-120r-22,0r0,120r-74,0r0,-285r74,0r0,102r22,0r0,-102r74,0","w":199},"I":{"d":"89,-285r0,285r-74,0r0,-285r74,0","w":103},"J":{"d":"3,-50v23,6,28,-9,28,-34r0,-201r74,0r0,191v3,72,-2,94,-65,94r-37,0r0,-50","w":119},"K":{"d":"191,-285r-42,129r46,156r-76,0r-30,-122r0,122r-74,0r0,-285r74,0r0,111r33,-111r69,0","w":193,"k":{"\u0152":7,"}":-5,"]":-5,"Z":-7,"S":5,"Q":7,"O":7,"J":-5,"C":7,"A":-7,".":-8,",":-8,")":-5}},"L":{"d":"89,-285r0,228r45,0r0,57r-119,0r0,-285r74,0","w":136,"k":{"\u0178":23,"\u0152":5,"y":9,"Z":-5,"Y":23,"X":-5,"W":13,"V":15,"T":26,"S":2,"Q":5,"O":5,"G":5,"C":5,"A":-9,".":-10,",":-10}},"M":{"d":"243,-285r0,285r-65,0r0,-192r-25,192r-46,0r-28,-188r0,188r-64,0r0,-285r96,0r19,133r17,-133r96,0","w":258},"N":{"d":"180,-285r0,285r-65,0r-38,-129r0,129r-62,0r0,-285r62,0r41,129r0,-129r62,0","w":194},"O":{"d":"98,-291v90,-3,86,75,86,173v0,85,-15,121,-86,124v-91,4,-85,-77,-85,-173v0,-85,14,-121,85,-124xm98,-42v16,-4,12,-13,12,-39r0,-130v-2,-19,4,-31,-11,-31v-14,0,-12,9,-12,31r0,132v2,25,-4,34,11,37","w":196},"P":{"d":"174,-205v7,70,-15,97,-85,90r0,115r-74,0r0,-285v83,1,172,-15,159,80xm89,-163v34,7,24,-45,19,-69v-3,-3,-9,-4,-19,-4r0,73","w":180,"k":{"J":14,"A":9,"\/":27,".":46,",":46}},"Q":{"d":"138,-14v-3,22,27,11,46,14r0,34v-41,-5,-105,17,-98,-34v-56,-4,-73,-34,-73,-102r0,-89v-4,-67,24,-100,82,-100v61,0,93,30,89,99v-5,72,21,172,-46,178xm98,-42v16,-4,12,-13,12,-39r0,-130v-2,-19,4,-31,-11,-31v-14,0,-12,9,-12,31r0,132v2,25,-4,34,11,37","w":196},"R":{"d":"139,-149v38,13,42,20,41,74r0,75r-69,0v-1,-38,3,-92,-3,-123v-2,-4,-9,-5,-19,-5r0,128r-74,0r0,-285r52,0v84,-2,113,5,113,78v0,42,-5,54,-41,58xm89,-173v31,8,24,-40,17,-59v-3,-3,-8,-4,-17,-4r0,63","w":193},"S":{"d":"89,-291v59,0,90,23,83,93r-69,0v-1,-17,5,-44,-12,-44v-17,0,-15,32,-9,43v43,43,96,44,96,126v0,60,-31,78,-82,79v-65,2,-92,-34,-85,-108r69,0v3,21,-8,59,13,60v22,1,15,-49,8,-56v-29,-30,-92,-45,-92,-113v0,-60,27,-80,80,-80","w":186},"T":{"d":"164,-285r0,57r-44,0r0,228r-74,0r0,-228r-44,0r0,-57r162,0","w":165,"k":{"\u0178":-9,"y":-7,"w":-7,"v":-7,"e":15,"c":15,"a":15,"Z":2,"Y":-9,"W":-8,"V":-9,"J":16,"A":14,"\/":27,".":30,"-":24,",":30}},"U":{"d":"98,-42v14,-2,11,-12,11,-33r0,-210r74,0r0,191v5,71,-22,100,-82,100v-72,0,-87,-32,-87,-122r0,-169r74,0r0,214v1,18,-2,27,10,29","w":196},"V":{"d":"191,-285r-38,285r-112,0r-43,-285r78,0v9,78,15,145,19,199r17,-199r79,0","k":{"\u0178":-9,"y":-7,"Y":-9,"J":10,"A":5,"\/":13,".":14,",":14}},"W":{"d":"293,-285r-33,285r-92,0v-8,-44,-16,-93,-22,-149v-3,24,-10,73,-21,149r-92,0r-33,-285r72,0r15,196v3,-50,10,-115,21,-196r77,0r16,202v4,-69,10,-136,20,-202r72,0","w":293,"k":{"\u0178":-7,"y":-5,"Y":-7,"J":10,"A":4,"\/":15,".":12,",":12}},"X":{"d":"165,-285r-26,126r39,159r-69,0v-8,-28,-15,-63,-22,-104r-15,104r-72,0r27,-159r-27,-126r72,0v1,17,11,58,15,78r16,-78r62,0","w":173,"k":{"J":-7,"A":-9,".":-13,",":-13}},"Y":{"d":"172,-285r-54,182r0,103r-68,0r0,-103r-52,-182r68,0v11,55,17,93,18,112v4,-30,10,-68,20,-112r68,0","w":170,"k":{"\u0153":16,"s":12,"q":11,"o":16,"g":12,"e":16,"d":11,"c":16,"a":16,"J":16,"A":18,"\/":30,".":31,",":31}},"Z":{"d":"139,-285r0,57r-56,171r56,0r0,57r-137,0r0,-41r57,-187r-50,0r0,-57r130,0","w":142,"k":{"y":-9,"A":-7,".":-8,",":-8}},"[":{"d":"95,-285r0,44r-16,0r0,197r16,0r0,44r-80,0r0,-285r80,0","w":101,"k":{"A":-9}},"\\":{"d":"2,-290r53,0r85,295r-53,0","w":142},"]":{"d":"6,0r0,-44r16,0r0,-197r-16,0r0,-44r81,0r0,285r-81,0","w":101},"^":{"d":"2,-144r66,-141r39,0r65,141r-50,0r-35,-86r-35,86r-50,0","w":174},"_":{"d":"-2,27r203,0r0,18r-203,0r0,-18","w":198},"`":{"d":"0,-311r63,0r31,47r-36,0","w":120},"a":{"d":"87,-196v-19,-1,-8,31,-11,53r-67,0v-5,-64,22,-94,81,-94v76,0,80,31,80,120r0,117r-69,0r0,-21v-19,41,-92,33,-92,-31v0,-53,7,-59,50,-77v35,-15,40,-5,40,-38v0,-18,1,-28,-12,-29xm88,-37v22,0,7,-49,11,-74v-19,15,-23,17,-23,45v0,18,-2,29,12,29","w":181},"b":{"d":"176,-65v11,69,-63,88,-92,47r-5,18r-66,0r0,-285r71,0r0,68v10,-13,23,-19,43,-20v77,-5,38,104,49,172xm95,-37v13,-3,10,-12,10,-32r0,-98v0,-18,2,-28,-11,-29v-13,2,-10,10,-10,29r0,101v1,19,-2,27,11,29","w":187},"c":{"d":"11,-154v-19,-95,124,-108,152,-42v5,12,7,29,7,51r-67,0v-2,-19,6,-51,-11,-51v-12,0,-10,9,-10,24r0,110v0,13,1,25,12,25v20,0,10,-37,12,-59r64,0v3,67,-19,97,-80,100v-86,5,-81,-74,-79,-158","w":178},"d":{"d":"11,-171v-14,-68,61,-82,92,-47r0,-67r71,0r0,285r-71,0r0,-17v-30,37,-106,23,-92,-45r0,-109xm92,-37v14,-2,10,-10,11,-30r0,-108v-1,-14,1,-21,-11,-21v-11,0,-10,7,-10,21r0,115v1,15,-1,21,10,23","w":187},"e":{"d":"89,-237v72,-1,90,46,84,125r-91,0v4,24,-10,71,11,75v20,-1,11,-38,13,-60r67,0v5,66,-18,101,-79,101v-58,-1,-83,-26,-83,-89r0,-68v-3,-57,26,-83,78,-84xm92,-196v-18,-1,-7,25,-10,46r20,0v-2,-19,5,-45,-10,-46","w":184},"f":{"d":"15,-228v-7,-60,34,-57,88,-57r0,36v-27,1,-30,-3,-30,21r30,0r0,37r-17,0r0,191r-71,0r0,-191r-14,0r0,-37r14,0","w":104,"k":{"y":-9,"w":-7,"v":-8}},"g":{"d":"11,-175v-12,-66,64,-78,92,-41r5,-17r66,0r0,179v6,76,-24,92,-88,94v-45,1,-75,-12,-75,-57r68,0v0,10,4,16,12,16v18,0,12,-24,13,-42v-34,31,-93,17,-93,-47r0,-85xm92,-68v14,-2,11,-11,11,-31r0,-72v-1,-17,2,-24,-10,-25v-11,1,-11,9,-11,25r0,78v0,17,-2,24,10,25","w":186},"h":{"d":"95,-196v-12,2,-11,12,-11,30r0,166r-71,0r0,-285r71,0r0,64v40,-33,109,-13,93,60r0,161r-71,0r0,-164v-2,-21,3,-29,-11,-32"},"i":{"d":"86,-285r0,37r-73,0r0,-37r73,0xm86,-233r0,233r-73,0r0,-233r73,0","w":98},"j":{"d":"88,-285r0,37r-73,0r0,-37r73,0xm-1,-5v26,1,16,-5,16,-38r0,-190r73,0r0,184v8,74,-21,85,-89,82r0,-38","w":100},"k":{"d":"166,-233r-29,93r37,140r-68,0r-22,-102r0,102r-71,0r0,-285r71,0r0,120r22,-68r60,0","w":172},"l":{"d":"86,-285r0,285r-73,0r0,-285r73,0","w":98},"m":{"d":"94,-196v-15,0,-12,19,-12,34r0,162r-69,0r0,-233r70,0r-1,22v15,-33,72,-36,90,0v10,-16,23,-26,45,-26v41,0,50,25,49,71r0,166r-69,0r0,-152v-2,-28,5,-40,-12,-44v-16,4,-12,16,-12,44r0,152r-68,0r0,-148v-3,-32,5,-43,-11,-48","w":277},"n":{"d":"95,-196v-15,3,-11,12,-11,38r0,158r-71,0r0,-233r72,0r-1,21v10,-16,21,-25,44,-25v42,0,48,25,48,74r0,163r-71,0r0,-162v-2,-23,5,-32,-10,-34"},"o":{"d":"90,-237v56,2,86,24,83,86r0,57v4,68,-21,98,-80,98v-61,0,-82,-23,-82,-90v0,-82,-3,-155,79,-151xm92,-37v11,-2,10,-8,10,-24r0,-108v-2,-18,3,-26,-10,-27v-13,1,-10,9,-10,27r0,105v1,17,-2,25,10,27","w":184},"p":{"d":"129,4v-21,0,-35,-10,-45,-24r0,53r-71,0r0,-266r72,0r-1,20v10,-14,25,-23,46,-24v70,-1,41,101,46,167v3,48,-7,74,-47,74xm95,-37v13,-2,10,-10,10,-28r0,-100v-2,-21,5,-31,-10,-31v-15,0,-11,12,-11,31r0,96v2,20,-4,31,11,32","w":186},"q":{"d":"11,-173v-10,-68,67,-81,92,-40r1,-20r70,0r0,266r-71,0r0,-52v-12,17,-17,22,-41,23v-75,1,-41,-106,-51,-177xm92,-37v13,-2,11,-9,11,-28r0,-105v-1,-15,0,-25,-11,-26v-12,2,-10,9,-10,26r0,104v1,20,-2,26,10,29","w":186},"r":{"d":"126,-155v-42,1,-43,13,-42,63r0,92r-71,0r0,-233r71,0r-3,30v10,-22,25,-33,45,-34r0,82","w":128,"k":{"y":-7,"w":-7,"v":-7,"t":-7,"f":-7,".":25,",":25}},"s":{"d":"81,-237v53,3,83,19,77,78r-63,0v-2,-18,5,-38,-11,-37v-18,1,-16,36,-2,42v28,22,81,30,81,85v0,54,-26,72,-74,73v-57,1,-85,-24,-80,-86r63,0v1,20,-4,43,12,45v20,3,15,-34,10,-41v-4,-6,-79,-41,-80,-57v-22,-55,5,-106,67,-102","w":169},"t":{"d":"110,0v-65,1,-94,4,-94,-72r0,-119r-15,0r0,-37r15,0r0,-36r72,0r0,36r19,0r0,37r-19,0r0,125v1,28,-6,28,22,28r0,38","w":109,"k":{"z":-8,"y":-7,"v":-7,".":-11,",":-11}},"u":{"d":"93,-37v18,-2,11,-12,11,-39r0,-157r71,0r0,233r-72,0r1,-19v-9,14,-22,23,-43,23v-46,0,-49,-27,-49,-80r0,-157r71,0r0,158v2,26,-6,35,10,38"},"v":{"d":"81,-63r15,-170r63,0r-33,233r-92,0r-36,-233r63,0","w":157,"k":{"z":-4,"y":-11,"t":-10,"f":-10,".":7,",":7}},"w":{"d":"242,-233r-28,233r-77,0v-4,-28,-9,-65,-15,-112r-16,112r-77,0r-30,-233r61,0v0,6,6,50,16,133v1,-8,5,-52,15,-133r59,0r15,133v2,-39,7,-83,16,-133r61,0","w":240,"k":{"z":-2,"y":-9,"f":-8}},"x":{"d":"153,-233r-28,111r34,122r-69,0v-7,-31,-11,-57,-15,-79v-5,28,-10,54,-16,79r-59,0r31,-122r-31,-111r59,0v9,48,15,75,16,81v7,-40,11,-67,15,-81r63,0","w":156,"k":{"y":-5,".":-8,",":-8}},"y":{"d":"15,-5v30,1,29,-2,22,-33r-39,-195r64,0r24,157r11,-157r64,0r-28,223v-6,48,-61,44,-118,43r0,-38","w":161,"k":{"z":-2,"x":-7,"v":-7,"t":-7,"f":-7,".":7,",":7}},"z":{"d":"123,-233r0,51r-52,135r52,0r0,47r-121,0r0,-49r54,-138r-48,0r0,-46r115,0","w":126,"k":{"z":-7,"y":-8,"w":-7,"v":-9,"t":-5,"f":-5,".":-8,",":-8}},"{":{"d":"45,-21v0,-50,2,-69,-39,-74r0,-42v35,-3,39,-17,39,-61v0,-68,18,-89,82,-87r0,42v-30,1,-35,1,-36,26v-3,61,1,75,-33,101v33,16,32,64,33,112v5,13,12,15,35,15r0,42v-59,2,-81,-13,-81,-74","w":133,"k":{"A":-9}},"|":{"d":"30,-285r38,0r0,332r-38,0r0,-332","w":97},"}":{"d":"88,-210v0,51,-3,68,39,73r0,42v-34,3,-39,19,-39,62v0,67,-16,89,-81,86r0,-42v29,-1,34,-1,35,-26v3,-61,0,-76,33,-101v-29,-20,-29,-33,-32,-81v-2,-42,5,-43,-37,-46r0,-42v59,-1,82,14,82,75","w":133},"~":{"d":"131,-158v23,-2,26,-11,48,-29r0,49v-41,42,-74,13,-120,0v-13,0,-29,9,-49,28r0,-48v17,-15,34,-23,51,-23v14,0,56,24,70,23"},"\u0152":{"d":"13,-186v-9,-85,40,-99,118,-99r104,0r0,57r-50,0r0,54r48,0r0,54r-48,0r0,63r56,0r0,57r-111,0v-76,11,-117,-14,-117,-93r0,-93xm98,-45v16,-4,12,-15,13,-43r0,-131v0,-14,-4,-20,-12,-20v-16,-2,-11,18,-12,33r0,114v3,31,-5,42,11,47","w":247,"k":{"T":5}},"\u0153":{"d":"137,-223v55,-35,141,-1,128,77r0,34r-92,0v3,25,-9,71,11,75v21,-1,12,-38,14,-60r67,0v15,85,-61,121,-128,90v-60,27,-142,4,-126,-80r0,-51v-16,-89,65,-118,126,-85xm92,-37v13,-2,10,-11,10,-29r0,-97v-2,-21,4,-31,-10,-33v-12,2,-10,9,-10,26r0,102v1,23,-5,28,10,31xm183,-196v-17,0,-8,29,-10,46r21,0v-1,-17,5,-46,-11,-46","w":275},"\u0178":{"d":"70,-339r0,45r-46,0r0,-45r46,0xm147,-339r0,45r-46,0r0,-45r46,0xm172,-285r-54,182r0,103r-68,0r0,-103r-52,-182r68,0v11,55,17,93,18,112v4,-30,10,-68,20,-112r68,0","w":170,"k":{"\u0153":16,"s":12,"q":11,"o":16,"g":12,"e":16,"d":11,"c":16,"a":16,"J":16,"A":18,"\/":30,".":31,",":31}},"\u0131":{"d":"86,-233r0,233r-73,0r0,-233r73,0","w":98},"\u0141":{"d":"91,-178r43,-9r0,30r-43,10r0,90r45,0r0,57r-119,0r0,-131r-15,4r0,-31r15,-3r0,-124r74,0r0,107","w":137},"\u0142":{"d":"88,-184r12,-3r0,30r-12,4r0,153r-73,0r0,-131r-13,4r0,-31r13,-3r0,-124r73,0r0,101","w":102},"\u0160":{"d":"94,-320r20,-23r48,0r-43,49r-49,0r-46,-49r50,0xm89,-291v59,0,90,23,83,93r-69,0v-1,-17,5,-44,-12,-44v-17,0,-15,32,-9,43v43,43,96,44,96,126v0,60,-31,78,-82,79v-65,2,-92,-34,-85,-108r69,0v3,21,-8,59,13,60v22,1,15,-49,8,-56v-29,-30,-92,-45,-92,-113v0,-60,27,-80,80,-80","w":186},"\u0161":{"d":"86,-275r20,-23r47,0r-42,49r-50,0r-45,-49r49,0xm81,-237v53,3,83,19,77,78r-63,0v-2,-18,5,-38,-11,-37v-18,1,-16,36,-2,42v28,22,81,30,81,85v0,54,-26,72,-74,73v-57,1,-85,-24,-80,-86r63,0v1,20,-4,43,12,45v20,3,15,-34,10,-41v-4,-6,-79,-41,-80,-57v-22,-55,5,-106,67,-102","w":169},"\u017d":{"d":"73,-320r19,-23r48,0r-42,49r-50,0r-45,-49r49,0xm139,-285r0,57r-56,171r56,0r0,57r-137,0r0,-41r57,-187r-50,0r0,-57r130,0","w":142},"\u017e":{"d":"61,-275r20,-23r47,0r-42,49r-49,0r-46,-49r50,0xm123,-233r0,51r-52,135r52,0r0,47r-121,0r0,-49r54,-138r-48,0r0,-46r115,0","w":126},"\u0110":{"d":"188,-85v4,72,-14,85,-78,85r-93,0r0,-142r-15,0r0,-31r15,0r0,-112r55,0v93,0,116,8,116,101r0,99xm91,-49v28,-1,23,-8,23,-41r-1,-135v-3,-9,-8,-11,-22,-11r0,63r11,0r0,31r-11,0r0,93","w":201},"\u00d0":{"d":"188,-85v4,72,-14,85,-78,85r-93,0r0,-142r-15,0r0,-31r15,0r0,-112r55,0v93,0,116,8,116,101r0,99xm91,-49v28,-1,23,-8,23,-41r-1,-135v-3,-9,-8,-11,-22,-11r0,63r11,0r0,31r-11,0r0,93","w":201},"\u011e":{"d":"149,-347v4,47,-56,71,-86,39v-9,-9,-13,-23,-14,-39r30,0v1,16,8,24,20,24v12,0,19,-8,20,-24r30,0xm96,-291v66,0,94,37,89,111r-74,0v-3,-26,7,-62,-13,-62v-14,0,-11,11,-11,32r0,137v0,20,-2,29,12,31v22,-1,11,-43,14,-68r-15,0r0,-43r87,0r0,153r-47,0r-7,-20v-9,16,-24,26,-46,26v-54,0,-72,-38,-72,-104r0,-84v-6,-76,20,-109,83,-109","w":198},"\u011f":{"d":"143,-302v5,47,-57,70,-86,38v-8,-10,-13,-22,-14,-38r30,0v1,16,8,24,20,24v12,0,19,-8,20,-24r30,0xm11,-175v-12,-66,64,-78,92,-41r5,-17r66,0r0,179v6,76,-24,92,-88,94v-45,1,-75,-12,-75,-57r68,0v0,10,4,16,12,16v18,0,12,-24,13,-42v-34,31,-93,17,-93,-47r0,-85xm92,-68v14,-2,11,-11,11,-31r0,-72v-1,-17,2,-24,-10,-25v-11,1,-11,9,-11,25r0,78v0,17,-2,24,10,25","w":186},"\u0130":{"d":"75,-339r0,45r-46,0r0,-45r46,0xm89,-285r0,285r-74,0r0,-285r74,0","w":103},"\u015e":{"d":"178,-73v0,58,-29,75,-79,79r0,3v13,0,27,9,26,23v0,37,-66,47,-72,5r26,0v3,12,19,10,19,-3v0,-9,-8,-12,-19,-11r0,-18v-55,-7,-73,-41,-68,-107r69,0v3,21,-8,59,13,60v20,1,16,-50,7,-56v-28,-30,-91,-45,-91,-113v0,-60,27,-80,80,-80v59,0,90,23,83,93r-69,0v-1,-17,5,-45,-12,-44v-16,-3,-15,33,-9,43v43,43,96,44,96,126","w":186},"\u015f":{"d":"163,-69v0,53,-22,71,-72,73r0,5v13,0,26,10,25,23v1,38,-65,47,-72,5r26,0v3,12,20,10,20,-3v0,-10,-9,-12,-20,-11r0,-20v-46,-6,-64,-28,-61,-85r63,0v1,20,-4,43,12,45v20,3,15,-34,10,-41v-4,-6,-79,-41,-80,-57v-22,-55,5,-106,67,-102v53,3,83,19,77,78r-63,0v-2,-18,5,-37,-11,-37v-17,0,-16,36,-2,42v28,22,81,30,81,85","w":169},"\u0106":{"d":"160,-341r-58,47r-35,0r31,-47r62,0xm99,-291v76,0,95,47,89,131r-74,0v-4,-28,11,-82,-13,-82v-17,0,-13,11,-14,34r0,132v1,22,-2,31,13,34v23,-1,11,-45,14,-72r74,0v4,81,-17,120,-87,120v-67,0,-88,-32,-88,-107r0,-83v-6,-74,23,-107,86,-107","w":199},"\u0107":{"d":"150,-297r-58,48r-36,0r31,-48r63,0xm11,-154v-19,-95,124,-108,152,-42v5,12,7,29,7,51r-67,0v-2,-19,6,-51,-11,-51v-12,0,-10,9,-10,24r0,110v0,13,1,25,12,25v20,0,10,-37,12,-59r64,0v3,67,-19,97,-80,100v-86,5,-81,-74,-79,-158","w":178},"\u010c":{"d":"102,-320r19,-23r48,0r-43,49r-49,0r-45,-49r49,0xm99,-291v76,0,95,47,89,131r-74,0v-4,-28,11,-82,-13,-82v-17,0,-13,11,-14,34r0,132v1,22,-2,31,13,34v23,-1,11,-45,14,-72r74,0v4,81,-17,120,-87,120v-67,0,-88,-32,-88,-107r0,-83v-6,-74,23,-107,86,-107","w":199},"\u010d":{"d":"91,-275r20,-23r47,0r-42,49r-50,0r-45,-49r49,0xm11,-154v-19,-95,124,-108,152,-42v5,12,7,29,7,51r-67,0v-2,-19,6,-51,-11,-51v-12,0,-10,9,-10,24r0,110v0,13,1,25,12,25v20,0,10,-37,12,-59r64,0v3,67,-19,97,-80,100v-86,5,-81,-74,-79,-158","w":178},"\u0111":{"d":"11,-62v9,-69,-25,-177,48,-175v17,0,32,6,44,19r0,-28r-44,0r0,-30r44,0r0,-9r71,0r0,9r13,0r0,30r-13,0r0,246r-71,0r0,-17v-36,39,-101,22,-92,-45xm92,-37v14,-2,10,-10,11,-30r0,-108v-1,-14,1,-21,-11,-21v-11,0,-10,7,-10,21r0,115v1,15,-1,21,10,23","w":187},"\u0100":{"d":"159,-324r0,30r-140,0r0,-30r140,0xm143,-285r42,285r-76,0r-4,-51r-26,0r-4,51r-77,0r38,-285r107,0xm103,-102v-4,-32,-7,-72,-11,-119v-8,54,-12,94,-14,119r25,0","w":182},"\u0101":{"d":"163,-279r0,30r-140,0r0,-30r140,0xm87,-196v-19,-1,-8,31,-11,53r-67,0v-5,-64,22,-94,81,-94v76,0,80,31,80,120r0,117r-69,0r0,-21v-19,41,-92,33,-92,-31v0,-53,7,-59,50,-77v35,-15,40,-5,40,-38v0,-18,1,-28,-12,-29xm88,-37v22,0,7,-49,11,-74v-19,15,-23,17,-23,45v0,18,-2,29,12,29","w":181},"\u0102":{"d":"139,-347v4,47,-56,71,-86,39v-9,-9,-13,-23,-14,-39r30,0v1,16,8,24,20,24v12,0,19,-8,20,-24r30,0xm143,-285r42,285r-76,0r-4,-51r-26,0r-4,51r-77,0r38,-285r107,0xm103,-102v-4,-32,-7,-72,-11,-119v-8,54,-12,94,-14,119r25,0","w":182},"\u0103":{"d":"139,-302v5,47,-57,70,-86,38v-8,-10,-13,-22,-14,-38r30,0v1,16,8,24,20,24v12,0,19,-8,20,-24r30,0xm87,-196v-19,-1,-8,31,-11,53r-67,0v-5,-64,22,-94,81,-94v76,0,80,31,80,120r0,117r-69,0r0,-21v-19,41,-92,33,-92,-31v0,-53,7,-59,50,-77v35,-15,40,-5,40,-38v0,-18,1,-28,-12,-29xm88,-37v22,0,7,-49,11,-74v-19,15,-23,17,-23,45v0,18,-2,29,12,29","w":181},"\u0104":{"d":"179,48v-25,14,-64,10,-65,-20v0,-10,4,-19,14,-28r-19,0r-4,-51r-26,0r-4,51r-77,0r38,-285r107,0r42,285r-30,0v-10,10,-16,18,-16,24v1,16,20,11,33,6xm78,-102r25,0v-5,-42,-8,-82,-11,-119v-6,46,-11,85,-14,119","w":182},"\u0105":{"d":"90,-232v119,0,71,130,80,232r-23,0v-10,10,-15,18,-15,24v1,16,20,11,33,6r7,18v-25,14,-64,10,-65,-20v0,-10,4,-19,14,-28r-20,0r0,-21v-8,16,-19,18,-42,21v-59,8,-56,-67,-42,-106v5,-12,69,-32,74,-37v10,-5,14,-53,-3,-53v-21,0,-9,35,-12,53r-66,0v-4,-64,16,-89,80,-89xm76,-62v-2,26,23,35,23,10r0,-59v-19,16,-20,16,-23,49","w":181},"\u0108":{"d":"99,-317r-21,23r-49,0r45,-49r50,0r42,49r-47,0xm99,-291v76,0,95,47,89,131r-74,0v-4,-28,11,-82,-13,-82v-17,0,-13,11,-14,34r0,132v1,22,-2,31,13,34v23,-1,11,-45,14,-72r74,0v4,81,-17,120,-87,120v-67,0,-88,-32,-88,-107r0,-83v-6,-74,23,-107,86,-107","w":199},"\u0109":{"d":"89,-272r-21,23r-49,0r45,-49r49,0r43,49r-48,0xm11,-154v-19,-95,124,-108,152,-42v5,12,7,29,7,51r-67,0v-2,-19,6,-51,-11,-51v-12,0,-10,9,-10,24r0,110v0,13,1,25,12,25v20,0,10,-37,12,-59r64,0v3,67,-19,97,-80,100v-86,5,-81,-74,-79,-158","w":178},"\u010a":{"d":"120,-339r0,45r-46,0r0,-45r46,0xm99,-291v76,0,95,47,89,131r-74,0v-4,-28,11,-82,-13,-82v-17,0,-13,11,-14,34r0,132v1,22,-2,31,13,34v23,-1,11,-45,14,-72r74,0v4,81,-17,120,-87,120v-67,0,-88,-32,-88,-107r0,-83v-6,-74,23,-107,86,-107","w":199},"\u010b":{"d":"111,-295r0,46r-46,0r0,-46r46,0xm11,-154v-19,-95,124,-108,152,-42v5,12,7,29,7,51r-67,0v-2,-19,6,-51,-11,-51v-12,0,-10,9,-10,24r0,110v0,13,1,25,12,25v20,0,10,-37,12,-59r64,0v3,67,-19,97,-80,100v-86,5,-81,-74,-79,-158","w":178},"\u010e":{"d":"97,-320r20,-23r47,0r-42,49r-50,0r-45,-49r49,0xm186,-85v4,72,-14,85,-78,85r-93,0r0,-285r55,0v93,0,116,8,116,101r0,99xm89,-49v28,-1,23,-9,23,-41r-1,-135v-3,-9,-8,-11,-22,-11r0,187","w":198},"\u010f":{"d":"190,-285r48,0v3,46,-11,75,-48,82r0,-21v7,-4,11,-10,12,-16r-12,0r0,-45xm11,-171v-14,-68,61,-82,92,-47r0,-67r71,0r0,285r-71,0r0,-17v-30,37,-106,23,-92,-45r0,-109xm92,-37v14,-2,10,-10,11,-30r0,-108v-1,-14,1,-21,-11,-21v-11,0,-10,7,-10,21r0,115v1,15,-1,21,10,23","w":237},"\u0112":{"d":"147,-324r0,30r-139,0r0,-30r139,0xm15,-285r123,0r0,57r-49,0r0,54r46,0r0,54r-46,0r0,63r54,0r0,57r-128,0r0,-285","w":149},"\u0113":{"d":"162,-279r0,30r-140,0r0,-30r140,0xm89,-237v72,-1,90,46,84,125r-91,0v4,24,-10,71,11,75v20,-1,11,-38,13,-60r67,0v5,66,-18,101,-79,101v-58,-1,-83,-26,-83,-89r0,-68v-3,-57,26,-83,78,-84xm92,-196v-18,-1,-7,25,-10,46r20,0v-2,-19,5,-45,-10,-46","w":184},"\u0114":{"d":"128,-347v6,47,-56,70,-85,39v-9,-9,-13,-23,-14,-39r30,0v1,16,8,24,20,24v12,0,19,-8,20,-24r29,0xm15,-285r123,0r0,57r-49,0r0,54r46,0r0,54r-46,0r0,63r54,0r0,57r-128,0r0,-285","w":149},"\u0115":{"d":"139,-302v5,47,-57,70,-86,38v-8,-10,-12,-22,-13,-38r29,0v1,16,8,24,20,24v12,0,19,-8,20,-24r30,0xm89,-237v72,-1,90,46,84,125r-91,0v4,24,-10,71,11,75v20,-1,11,-38,13,-60r67,0v5,66,-18,101,-79,101v-58,-1,-83,-26,-83,-89r0,-68v-3,-57,26,-83,78,-84xm92,-196v-18,-1,-7,25,-10,46r20,0v-2,-19,5,-45,-10,-46","w":184},"\u0116":{"d":"102,-339r0,45r-45,0r0,-45r45,0xm15,-285r123,0r0,57r-49,0r0,54r46,0r0,54r-46,0r0,63r54,0r0,57r-128,0r0,-285","w":149},"\u0117":{"d":"111,-295r0,46r-46,0r0,-46r46,0xm89,-237v72,-1,90,46,84,125r-91,0v4,24,-10,71,11,75v20,-1,11,-38,13,-60r67,0v5,66,-18,101,-79,101v-58,-1,-83,-26,-83,-89r0,-68v-3,-57,26,-83,78,-84xm92,-196v-18,-1,-7,25,-10,46r20,0v-2,-19,5,-45,-10,-46","w":184},"\u0118":{"d":"151,48v-25,14,-64,10,-65,-20v0,-10,4,-19,14,-28r-85,0r0,-285r123,0r0,57r-49,0r0,55r46,0r0,53r-46,0r0,63r54,0r0,57r-17,0v-10,10,-15,18,-15,24v1,16,20,11,33,6","w":149},"\u0119":{"d":"92,-37v23,0,11,-39,14,-61r67,0v4,58,-11,95,-65,98v-10,10,-15,18,-15,24v1,17,20,11,33,6r7,18v-26,14,-64,10,-66,-20v0,-10,5,-19,15,-28v-50,-4,-72,-28,-72,-85r0,-68v-2,-55,24,-80,79,-80v75,0,89,44,84,121r-92,0v3,24,-9,71,11,75xm92,-196v-17,1,-9,29,-11,46r21,0v-2,-20,7,-46,-10,-46","w":184},"\u011a":{"d":"79,-320r19,-23r48,0r-43,49r-49,0r-45,-49r49,0xm15,-285r123,0r0,57r-49,0r0,54r46,0r0,54r-46,0r0,63r54,0r0,57r-128,0r0,-285","w":149},"\u011b":{"d":"89,-275r20,-23r48,0r-43,49r-49,0r-45,-49r49,0xm89,-237v72,-1,90,46,84,125r-91,0v4,24,-10,71,11,75v20,-1,11,-38,13,-60r67,0v5,66,-18,101,-79,101v-58,-1,-83,-26,-83,-89r0,-68v-3,-57,26,-83,78,-84xm92,-196v-18,-1,-7,25,-10,46r20,0v-2,-19,5,-45,-10,-46","w":184},"\u011c":{"d":"100,-317r-21,23r-49,0r45,-49r50,0r42,49r-48,0xm96,-291v66,0,94,37,89,111r-74,0v-3,-26,7,-62,-13,-62v-14,0,-11,11,-11,32r0,137v0,20,-2,29,12,31v22,-1,11,-43,14,-68r-15,0r0,-43r87,0r0,153r-47,0r-7,-20v-9,16,-24,26,-46,26v-54,0,-72,-38,-72,-104r0,-84v-6,-76,20,-109,83,-109","w":198},"\u011d":{"d":"97,-272r-20,23r-50,0r46,-49r49,0r43,49r-48,0xm11,-175v-12,-66,64,-78,92,-41r5,-17r66,0r0,179v6,76,-24,92,-88,94v-45,1,-75,-12,-75,-57r68,0v0,10,4,16,12,16v18,0,12,-24,13,-42v-34,31,-93,17,-93,-47r0,-85xm92,-68v14,-2,11,-11,11,-31r0,-72v-1,-17,2,-24,-10,-25v-11,1,-11,9,-11,25r0,78v0,17,-2,24,10,25","w":186},"\u0120":{"d":"122,-339r0,45r-46,0r0,-45r46,0xm96,-291v66,0,94,37,89,111r-74,0v-3,-26,7,-62,-13,-62v-14,0,-11,11,-11,32r0,137v0,20,-2,29,12,31v22,-1,11,-43,14,-68r-15,0r0,-43r87,0r0,153r-47,0r-7,-20v-9,16,-24,26,-46,26v-54,0,-72,-38,-72,-104r0,-84v-6,-76,20,-109,83,-109","w":198},"\u0121":{"d":"120,-295r0,46r-46,0r0,-46r46,0xm11,-175v-12,-66,64,-78,92,-41r5,-17r66,0r0,179v6,76,-24,92,-88,94v-45,1,-75,-12,-75,-57r68,0v0,10,4,16,12,16v18,0,12,-24,13,-42v-34,31,-93,17,-93,-47r0,-85xm92,-68v14,-2,11,-11,11,-31r0,-72v-1,-17,2,-24,-10,-25v-11,1,-11,9,-11,25r0,78v0,17,-2,24,10,25","w":186},"\u0122":{"d":"75,14r48,0v3,46,-11,74,-48,81r0,-20v7,-4,11,-10,12,-16r-12,0r0,-45xm96,-291v66,0,94,37,89,111r-74,0v-3,-26,7,-62,-13,-62v-14,0,-11,11,-11,32r0,137v0,20,-2,29,12,31v22,-1,11,-43,14,-68r-15,0r0,-43r87,0r0,153r-47,0r-7,-20v-9,16,-24,26,-46,26v-54,0,-72,-38,-72,-104r0,-84v-6,-76,20,-109,83,-109","w":198},"\u0123":{"d":"71,-249v-4,-49,7,-85,47,-92r0,20v-7,4,-10,9,-11,16r11,0r0,56r-47,0xm11,-175v-12,-66,64,-78,92,-41r5,-17r66,0r0,179v6,76,-24,92,-88,94v-45,1,-75,-12,-75,-57r68,0v0,10,4,16,12,16v18,0,12,-24,13,-42v-34,31,-93,17,-93,-47r0,-85xm92,-68v14,-2,11,-11,11,-31r0,-72v-1,-17,2,-24,-10,-25v-11,1,-11,9,-11,25r0,78v0,17,-2,24,10,25","w":186},"\u0124":{"d":"100,-317r-21,23r-49,0r45,-49r50,0r42,49r-47,0xm185,-285r0,285r-74,0r0,-120r-22,0r0,120r-74,0r0,-285r74,0r0,102r22,0r0,-102r74,0","w":199},"\u0125":{"d":"97,-317r-21,23r-49,0r45,-49r49,0r43,49r-48,0xm95,-196v-12,2,-11,12,-11,30r0,166r-71,0r0,-285r71,0r0,64v40,-33,109,-13,93,60r0,161r-71,0r0,-164v-2,-21,3,-29,-11,-32"},"\u0126":{"d":"15,-247r0,-38r74,0r0,38r22,0r0,-38r74,0r0,38r12,0r0,31r-12,0r0,216r-74,0r0,-120r-22,0r0,120r-74,0r0,-216r-13,0r0,-31r13,0xm89,-216r0,33r22,0r0,-33r-22,0","w":199},"\u0127":{"d":"95,-196v-12,2,-12,11,-12,29r0,167r-70,0r0,-244r-13,0r0,-30r13,0r0,-11r70,0r0,11r17,0r0,30r-17,0r0,23v9,-8,24,-12,43,-12v44,0,51,22,51,72r0,161r-71,0r0,-164v-1,-19,2,-29,-11,-32"},"\u0128":{"d":"126,-327v-13,45,-65,29,-99,16v-9,0,-15,5,-21,17r-28,-18v22,-49,61,-32,101,-19v10,0,16,-5,19,-16xm89,-285r0,285r-74,0r0,-285r74,0","w":103},"\u0129":{"d":"124,-282v-14,43,-65,30,-100,16v-9,0,-15,5,-21,17r-28,-18v22,-48,61,-33,101,-20v10,0,16,-5,19,-16xm86,-233r0,233r-73,0r0,-233r73,0","w":98},"\u012a":{"d":"122,-324r0,30r-140,0r0,-30r140,0xm89,-285r0,285r-74,0r0,-285r74,0","w":103},"\u012b":{"d":"119,-279r0,30r-140,0r0,-30r140,0xm86,-233r0,233r-73,0r0,-233r73,0","w":98},"\u012c":{"d":"101,-347v4,47,-56,71,-86,39v-9,-9,-13,-23,-14,-39r30,0v1,16,8,24,20,24v12,0,19,-8,20,-24r30,0xm89,-285r0,285r-74,0r0,-285r74,0","w":103},"\u012d":{"d":"99,-302v5,47,-57,70,-86,38v-8,-10,-12,-22,-13,-38r30,0v1,16,7,24,19,24v12,0,19,-8,20,-24r30,0xm86,-233r0,233r-73,0r0,-233r73,0","w":98},"\u012e":{"d":"93,48v-26,14,-64,10,-66,-20v0,-10,5,-19,15,-28r-27,0r0,-285r74,0r0,285r-21,0v-10,10,-15,18,-15,24v1,16,20,11,33,6","w":103},"\u012f":{"d":"89,48v-25,14,-64,10,-65,-20v0,-10,4,-19,14,-28r-25,0r0,-233r73,0r0,233r-21,0v-10,10,-16,18,-16,24v1,16,20,11,33,6","w":98},"\u0132":{"d":"15,0r0,-285r74,0r0,285r-74,0xm108,-50v18,3,28,-1,28,-22r0,-213r75,0r0,222v6,69,-40,63,-103,63r0,-50","w":225},"\u0133":{"d":"13,-248r0,-37r73,0r0,37r-73,0xm113,-248r0,-37r74,0r0,37r-74,0xm13,0r0,-233r73,0r0,233r-73,0xm98,-5v18,3,15,-7,15,-22r0,-206r74,0r0,206v3,58,-33,61,-89,60r0,-38","w":199},"\u0134":{"d":"67,-317r-21,23r-49,0r45,-49r50,0r42,49r-47,0xm3,-50v23,6,28,-9,28,-34r0,-201r74,0r0,191v3,72,-2,94,-65,94r-37,0r0,-50","w":119},"\u0135":{"d":"70,-264r-20,-23r-20,23r-50,0r46,-50r49,0r43,50r-48,0xm-1,-5v18,1,16,-3,16,-22r0,-206r73,0r0,206v3,58,-33,61,-89,60r0,-38","w":100},"\u0136":{"d":"81,14r47,0v3,46,-10,74,-47,81r0,-20v7,-4,10,-10,11,-16r-11,0r0,-45xm191,-285r-42,129r46,156r-76,0r-30,-122r0,122r-74,0r0,-285r74,0r0,111r33,-111r69,0","w":193},"\u0137":{"d":"70,14r48,0v3,46,-11,74,-48,81r0,-20v7,-4,11,-10,12,-16r-12,0r0,-45xm166,-233r-29,93r37,140r-68,0r-22,-102r0,102r-71,0r0,-285r71,0r0,120r22,-68r60,0","w":172},"\u0138":{"d":"83,-144r39,-89r61,0r-44,102r48,131r-69,0r-35,-103r0,103r-70,0r0,-233r70,0r0,89","w":186},"\u0139":{"d":"122,-341r-58,47r-36,0r31,-47r63,0xm89,-285r0,228r45,0r0,57r-119,0r0,-285r74,0","w":136},"\u013a":{"d":"110,-341r-58,47r-35,0r30,-47r63,0xm86,-285r0,285r-73,0r0,-285r73,0","w":98},"\u013b":{"d":"56,14r48,0v3,46,-11,74,-48,81r0,-20v7,-4,11,-10,12,-16r-12,0r0,-45xm89,-285r0,228r45,0r0,57r-119,0r0,-285r74,0","w":136},"\u013c":{"d":"25,14r48,0v3,46,-11,74,-48,81r0,-20v7,-4,11,-10,12,-16r-12,0r0,-45xm86,-285r0,285r-73,0r0,-285r73,0","w":98},"\u013d":{"d":"105,-285r48,0v3,46,-11,75,-48,82r0,-21v7,-4,11,-10,12,-16r-12,0r0,-45xm89,-285r0,228r45,0r0,57r-119,0r0,-285r74,0","w":155},"\u013e":{"d":"103,-285r48,0v3,46,-11,75,-48,82r0,-21v7,-4,11,-10,12,-16r-12,0r0,-45xm86,-285r0,285r-73,0r0,-285r73,0","w":154},"\u013f":{"d":"147,-216r0,46r-46,0r0,-46r46,0xm89,-285r0,228r45,0r0,57r-119,0r0,-285r74,0","w":153},"\u0140":{"d":"147,-216r0,46r-46,0r0,-46r46,0xm86,-285r0,285r-73,0r0,-285r73,0","w":153},"\u0143":{"d":"154,-341r-58,47r-36,0r31,-47r63,0xm180,-285r0,285r-65,0r-38,-129r0,129r-62,0r0,-285r62,0r41,129r0,-129r62,0","w":194},"\u0144":{"d":"145,-297r-57,48r-36,0r31,-48r62,0xm95,-196v-15,3,-11,12,-11,38r0,158r-71,0r0,-233r72,0r-1,21v10,-16,21,-25,44,-25v42,0,48,25,48,74r0,163r-71,0r0,-162v-2,-23,5,-32,-10,-34"},"\u0145":{"d":"73,14r48,0v3,46,-11,74,-48,81r0,-20v7,-4,11,-10,12,-16r-12,0r0,-45xm180,-285r0,285r-65,0r-38,-129r0,129r-62,0r0,-285r62,0r41,129r0,-129r62,0","w":194},"\u0146":{"d":"70,14r48,0v3,46,-11,74,-48,81r0,-20v7,-4,11,-10,12,-16r-12,0r0,-45xm95,-196v-15,3,-11,12,-11,38r0,158r-71,0r0,-233r72,0r-1,21v10,-16,21,-25,44,-25v42,0,48,25,48,74r0,163r-71,0r0,-162v-2,-23,5,-32,-10,-34"},"\u0147":{"d":"95,-320r19,-23r48,0r-42,49r-50,0r-45,-49r49,0xm180,-285r0,285r-65,0r-38,-129r0,129r-62,0r0,-285r62,0r41,129r0,-129r62,0","w":194},"\u0148":{"d":"93,-275r19,-23r48,0r-42,49r-50,0r-45,-49r49,0xm95,-196v-15,3,-11,12,-11,38r0,158r-71,0r0,-233r72,0r-1,21v10,-16,21,-25,44,-25v42,0,48,25,48,74r0,163r-71,0r0,-162v-2,-23,5,-32,-10,-34"},"\u0149":{"d":"2,-285r48,0v3,46,-11,75,-48,82r0,-21v7,-4,11,-10,12,-16r-12,0r0,-45xm142,-195v-15,3,-11,12,-11,38r0,158r-71,0r0,-233r72,0r-1,21v10,-16,21,-25,44,-25v42,0,48,25,48,74r0,163r-71,0r0,-162v-2,-23,5,-32,-10,-34","w":235},"\u014a":{"d":"185,-167v1,89,13,176,-82,167r0,-37v9,-2,8,-9,8,-23r0,-151v5,-28,-14,-43,-22,-19r0,230r-74,0r0,-285r74,0r0,15v12,-16,58,-18,72,-2v23,27,23,39,24,105","w":199},"\u014b":{"d":"128,-235v43,0,52,25,48,72v-8,90,40,227,-86,207r0,-37v18,-1,14,0,15,-23r0,-146v-1,-22,5,-31,-10,-34v-17,3,-12,15,-12,38r0,158r-70,0r0,-233r72,0r-2,21v10,-16,25,-23,45,-23"},"\u014c":{"d":"167,-324r0,30r-140,0r0,-30r140,0xm98,-290v90,-3,86,75,86,173v0,85,-15,121,-86,124v-91,4,-85,-77,-85,-173v0,-85,14,-121,85,-124xm98,-41v16,-4,12,-13,12,-39r0,-130v-2,-19,4,-31,-11,-31v-14,0,-12,9,-12,31r0,132v2,25,-4,34,11,37","w":196},"\u014d":{"d":"162,-279r0,30r-140,0r0,-30r140,0xm90,-237v56,2,86,24,83,86r0,57v4,68,-21,98,-80,98v-61,0,-82,-23,-82,-90v0,-82,-3,-155,79,-151xm92,-37v11,-2,10,-8,10,-24r0,-108v-2,-18,3,-26,-10,-27v-13,1,-10,9,-10,27r0,105v1,17,-2,25,10,27","w":184},"\u014e":{"d":"147,-347v4,47,-56,71,-86,39v-9,-9,-13,-23,-14,-39r30,0v1,16,8,24,20,24v12,0,19,-8,20,-24r30,0xm98,-290v90,-3,86,75,86,173v0,85,-15,121,-86,124v-91,4,-85,-77,-85,-173v0,-85,14,-121,85,-124xm98,-41v16,-4,12,-13,12,-39r0,-130v-2,-19,4,-31,-11,-31v-14,0,-12,9,-12,31r0,132v2,25,-4,34,11,37","w":196},"\u014f":{"d":"140,-302v5,47,-57,70,-86,38v-8,-10,-13,-22,-14,-38r30,0v1,16,8,24,20,24v12,0,19,-8,20,-24r30,0xm90,-237v56,2,86,24,83,86r0,57v4,68,-21,98,-80,98v-61,0,-82,-23,-82,-90v0,-82,-3,-155,79,-151xm92,-37v11,-2,10,-8,10,-24r0,-108v-2,-18,3,-26,-10,-27v-13,1,-10,9,-10,27r0,105v1,17,-2,25,10,27","w":184},"\u0150":{"d":"109,-348r-43,54r-26,0r21,-54r48,0xm177,-348r-42,54r-26,0r21,-54r47,0xm98,-290v90,-3,86,75,86,173v0,85,-15,121,-86,124v-91,4,-85,-77,-85,-173v0,-85,14,-121,85,-124xm98,-41v16,-4,12,-13,12,-39r0,-130v-2,-19,4,-31,-11,-31v-14,0,-12,9,-12,31r0,132v2,25,-4,34,11,37","w":196},"\u0151":{"d":"102,-303r-43,54r-26,0r21,-54r48,0xm170,-303r-42,54r-26,0r20,-54r48,0xm90,-237v56,2,86,24,83,86r0,57v4,68,-21,98,-80,98v-61,0,-82,-23,-82,-90v0,-82,-3,-155,79,-151xm92,-37v11,-2,10,-8,10,-24r0,-108v-2,-18,3,-26,-10,-27v-13,1,-10,9,-10,27r0,105v1,17,-2,25,10,27","w":184},"\u0154":{"d":"149,-364r-58,47r-36,0r31,-47r63,0xm139,-149v38,13,42,20,41,74r0,75r-69,0v-1,-38,3,-92,-3,-123v-2,-4,-9,-5,-19,-5r0,128r-74,0r0,-285r52,0v84,-2,113,5,113,78v0,42,-5,54,-41,58xm89,-173v31,8,24,-40,17,-59v-3,-3,-8,-4,-17,-4r0,63","w":193},"\u0155":{"d":"120,-311r-58,47r-35,0r31,-47r62,0xm126,-155v-42,1,-43,13,-42,63r0,92r-71,0r0,-233r71,0r-3,30v10,-22,25,-33,45,-34r0,82","w":128},"\u0156":{"d":"73,14r48,0v3,46,-11,74,-48,81r0,-20v7,-4,11,-10,12,-16r-12,0r0,-45xm139,-149v38,13,42,20,41,74r0,75r-69,0v-1,-38,3,-92,-3,-123v-2,-4,-9,-5,-19,-5r0,128r-74,0r0,-285r52,0v84,-2,113,5,113,78v0,42,-5,54,-41,58xm89,-173v31,8,24,-40,17,-59v-3,-3,-8,-4,-17,-4r0,63","w":193},"\u0157":{"d":"24,14r48,0v3,46,-11,74,-48,81r0,-20v7,-4,11,-10,12,-16r-12,0r0,-45xm126,-155v-42,1,-43,13,-42,63r0,92r-71,0r0,-233r71,0r-3,30v10,-22,25,-33,45,-34r0,82","w":128},"\u0158":{"d":"92,-320r20,-23r47,0r-42,49r-49,0r-46,-49r50,0xm139,-149v38,13,42,20,41,74r0,75r-69,0v-1,-38,3,-92,-3,-123v-2,-4,-9,-5,-19,-5r0,128r-74,0r0,-285r52,0v84,-2,113,5,113,78v0,42,-5,54,-41,58xm89,-173v31,8,24,-40,17,-59v-3,-3,-8,-4,-17,-4r0,63","w":193},"\u0159":{"d":"65,-275r19,-23r48,0r-42,49r-50,0r-45,-49r49,0xm126,-155v-42,1,-43,13,-42,63r0,92r-71,0r0,-233r71,0r-3,30v10,-22,25,-33,45,-34r0,82","w":128},"\u015a":{"d":"150,-341r-58,47r-36,0r31,-47r63,0xm89,-290v59,0,90,23,83,93r-69,0v-1,-17,5,-44,-12,-44v-17,0,-15,32,-9,43v43,43,96,44,96,126v0,60,-31,78,-82,79v-65,2,-92,-34,-85,-108r69,0v3,21,-8,59,13,60v22,1,15,-49,8,-56v-29,-30,-92,-45,-92,-113v0,-60,27,-80,80,-80","w":186},"\u015b":{"d":"143,-297r-58,48r-36,0r31,-48r63,0xm81,-237v53,3,83,19,77,78r-63,0v-2,-18,5,-38,-11,-37v-18,1,-16,36,-2,42v28,22,81,30,81,85v0,54,-26,72,-74,73v-57,1,-85,-24,-80,-86r63,0v1,20,-4,43,12,45v20,3,15,-34,10,-41v-4,-6,-79,-41,-80,-57v-22,-55,5,-106,67,-102","w":169},"\u015c":{"d":"89,-317r-21,23r-49,0r45,-49r50,0r42,49r-47,0xm89,-290v59,0,90,23,83,93r-69,0v-1,-17,5,-44,-12,-44v-17,0,-15,32,-9,43v43,43,96,44,96,126v0,60,-31,78,-82,79v-65,2,-92,-34,-85,-108r69,0v3,21,-8,59,13,60v22,1,15,-49,8,-56v-29,-30,-92,-45,-92,-113v0,-60,27,-80,80,-80","w":186},"\u015d":{"d":"82,-272r-21,23r-49,0r45,-49r49,0r43,49r-48,0xm81,-237v53,3,83,19,77,78r-63,0v-2,-18,5,-38,-11,-37v-18,1,-16,36,-2,42v28,22,81,30,81,85v0,54,-26,72,-74,73v-57,1,-85,-24,-80,-86r63,0v1,20,-4,43,12,45v20,3,15,-34,10,-41v-4,-6,-79,-41,-80,-57v-22,-55,5,-106,67,-102","w":169},"\u0162":{"d":"93,45v0,-11,-8,-13,-19,-12r0,-35r21,0r0,22v13,0,26,10,25,23v0,37,-66,47,-72,5r26,0v3,11,21,10,19,-3xm164,-285r0,57r-44,0r0,228r-74,0r0,-228r-44,0r0,-57r162,0","w":165},"\u0163":{"d":"84,46v0,-10,-8,-11,-19,-11r0,-36r21,0r0,22v13,0,26,10,25,23v1,37,-65,48,-72,6r26,0v3,11,19,9,19,-4xm110,0v-65,1,-94,4,-94,-72r0,-119r-15,0r0,-37r15,0r0,-36r72,0r0,36r19,0r0,37r-19,0r0,125v1,28,-6,28,22,28r0,38","w":109},"\u0164":{"d":"83,-320r19,-23r48,0r-42,49r-50,0r-45,-49r49,0xm164,-285r0,57r-44,0r0,228r-74,0r0,-228r-44,0r0,-57r162,0","w":165},"\u0165":{"d":"118,-285r48,0v3,46,-11,75,-48,82r0,-21v7,-4,11,-10,12,-16r-12,0r0,-45xm110,0v-65,1,-94,4,-94,-72r0,-119r-15,0r0,-37r15,0r0,-36r72,0r0,36r19,0r0,37r-19,0r0,125v1,28,-6,28,22,28r0,38","w":165},"\u0166":{"d":"46,-160r0,-68r-44,0r0,-57r162,0r0,57r-44,0r0,68r28,0r0,30r-28,0r0,130r-74,0r0,-130r-28,0r0,-30r28,0","w":165},"\u0167":{"d":"110,0v-65,2,-104,1,-93,-72r0,-58r-16,0r0,-30r16,0r0,-31r-16,0r0,-36r16,0r0,-38r71,0r0,38r19,0r0,36r-19,0r0,31r18,0r0,30r-18,0r0,64v-1,25,-2,29,22,29r0,37","w":109},"\u0168":{"d":"171,-327v-13,45,-65,29,-99,16v-9,0,-15,5,-21,17r-28,-18v22,-49,61,-32,101,-19v10,0,16,-5,19,-16xm98,-45v14,-2,11,-12,11,-33r0,-210r74,0r0,191v5,71,-22,100,-82,100v-72,0,-87,-32,-87,-122r0,-169r74,0r0,214v1,18,-2,27,10,29","w":196},"\u0169":{"d":"165,-282v-14,43,-64,30,-99,16v-9,0,-15,5,-21,17r-28,-18v21,-49,61,-32,101,-20v10,0,16,-5,19,-16xm93,-39v18,-2,11,-12,11,-39r0,-157r71,0r0,233r-72,0r1,-19v-9,14,-22,23,-43,23v-46,0,-49,-27,-49,-80r0,-157r71,0r0,158v2,26,-6,35,10,38"},"\u016a":{"d":"168,-324r0,30r-140,0r0,-30r140,0xm98,-45v14,-2,11,-12,11,-33r0,-210r74,0r0,191v5,71,-22,100,-82,100v-72,0,-87,-32,-87,-122r0,-169r74,0r0,214v1,18,-2,27,10,29","w":196},"\u016b":{"d":"163,-279r0,30r-140,0r0,-30r140,0xm93,-37v18,-2,11,-12,11,-39r0,-157r71,0r0,233r-72,0r1,-19v-9,14,-22,23,-43,23v-46,0,-49,-27,-49,-80r0,-157r71,0r0,158v2,26,-6,35,10,38"},"\u016c":{"d":"147,-347v6,47,-56,70,-85,39v-9,-9,-13,-23,-14,-39r30,0v1,16,8,24,20,24v12,0,19,-8,20,-24r29,0xm98,-45v14,-2,11,-12,11,-33r0,-210r74,0r0,191v5,71,-22,100,-82,100v-72,0,-87,-32,-87,-122r0,-169r74,0r0,214v1,18,-2,27,10,29","w":196},"\u016d":{"d":"143,-302v5,47,-57,70,-86,38v-8,-10,-12,-22,-13,-38r29,0v1,16,8,24,20,24v12,0,19,-8,20,-24r30,0xm93,-37v18,-2,11,-12,11,-39r0,-157r71,0r0,233r-72,0r1,-19v-9,14,-22,23,-43,23v-46,0,-49,-27,-49,-80r0,-157r71,0r0,158v2,26,-6,35,10,38"},"\u016e":{"d":"60,-330v0,-20,17,-39,38,-38v20,0,36,17,36,38v0,20,-16,36,-36,36v-21,0,-38,-16,-38,-36xm97,-315v18,0,20,-29,0,-29v-7,-1,-15,7,-14,14v0,8,7,15,14,15xm98,-45v14,-2,11,-12,11,-33r0,-210r74,0r0,191v5,71,-22,100,-82,100v-72,0,-87,-32,-87,-122r0,-169r74,0r0,214v1,18,-2,27,10,29","w":196},"\u016f":{"d":"56,-286v0,-20,17,-37,37,-37v20,0,37,16,37,37v0,20,-17,37,-37,37v-20,0,-37,-17,-37,-37xm107,-285v0,-8,-7,-15,-14,-15v-18,0,-20,29,0,29v7,1,15,-7,14,-14xm93,-37v18,-2,11,-12,11,-39r0,-157r71,0r0,233r-72,0r1,-19v-9,14,-22,23,-43,23v-46,0,-49,-27,-49,-80r0,-157r71,0r0,158v2,26,-6,35,10,38"},"\u0170":{"d":"105,-348r-42,54r-27,0r21,-54r48,0xm173,-348r-42,54r-26,0r21,-54r47,0xm98,-45v14,-2,11,-12,11,-33r0,-210r74,0r0,191v5,71,-22,100,-82,100v-72,0,-87,-32,-87,-122r0,-169r74,0r0,214v1,18,-2,27,10,29","w":196},"\u0171":{"d":"100,-303r-42,54r-26,0r20,-54r48,0xm169,-303r-43,54r-26,0r21,-54r48,0xm93,-37v18,-2,11,-12,11,-39r0,-157r71,0r0,233r-72,0r1,-19v-9,14,-22,23,-43,23v-46,0,-49,-27,-49,-80r0,-157r71,0r0,158v2,26,-6,35,10,38"},"\u0172":{"d":"137,48v-25,14,-64,10,-65,-20v0,-9,5,-19,15,-28v-55,-3,-73,-30,-73,-94r0,-191r74,0r0,220v0,16,1,21,10,23v11,-2,10,-9,11,-27r0,-216r74,0r0,204v2,54,-20,79,-71,81v-10,10,-14,18,-14,24v1,17,20,11,32,6","w":196},"\u0173":{"d":"192,48v-26,14,-64,10,-66,-20v0,-10,5,-19,15,-28r-38,0r1,-20v-12,16,-19,20,-48,20v-44,0,-45,-28,-44,-76r0,-157r70,0r0,180v0,11,4,16,11,16v10,0,11,-7,11,-20r0,-176r71,0r0,233v-22,2,-34,33,-11,35v6,0,12,-2,20,-5","w":187},"\u0174":{"d":"147,-317r-21,23r-49,0r45,-49r49,0r43,49r-48,0xm293,-285r-33,285r-92,0v-8,-44,-16,-93,-22,-149v-3,24,-10,73,-21,149r-92,0r-33,-285r72,0r15,196v3,-50,10,-115,21,-196r77,0r16,202v4,-69,10,-136,20,-202r72,0","w":293},"\u0175":{"d":"121,-272r-21,23r-49,0r45,-49r50,0r42,49r-47,0xm242,-233r-28,233r-77,0v-4,-28,-9,-65,-15,-112r-16,112r-77,0r-30,-233r61,0v0,6,6,50,16,133v1,-8,5,-52,15,-133r59,0r15,133v2,-39,7,-83,16,-133r61,0","w":240},"\u0176":{"d":"85,-317r-20,23r-50,0r46,-49r49,0r43,49r-48,0xm172,-285r-54,182r0,103r-68,0r0,-103r-52,-182r68,0v11,55,17,93,18,112v4,-30,10,-68,20,-112r68,0","w":170},"\u0177":{"d":"80,-272r-21,23r-49,0r45,-49r49,0r43,49r-48,0xm15,-5v30,1,29,-2,22,-33r-39,-195r64,0r24,157r11,-157r64,0r-28,223v-6,48,-61,44,-118,43r0,-38","w":161},"\u0179":{"d":"126,-341r-58,47r-35,0r31,-47r62,0xm139,-285r0,57r-56,171r56,0r0,57r-137,0r0,-41r57,-187r-50,0r0,-57r130,0","w":142},"\u017a":{"d":"120,-297r-58,48r-35,0r31,-48r62,0xm123,-233r0,51r-52,135r52,0r0,47r-121,0r0,-49r54,-138r-48,0r0,-46r115,0","w":126},"\u017b":{"d":"96,-339r0,45r-46,0r0,-45r46,0xm139,-285r0,57r-56,171r56,0r0,57r-137,0r0,-41r57,-187r-50,0r0,-57r130,0","w":142},"\u017c":{"d":"86,-295r0,46r-45,0r0,-46r45,0xm123,-233r0,51r-52,135r52,0r0,47r-121,0r0,-49r54,-138r-48,0r0,-46r115,0","w":126},"\u017f":{"d":"13,-190v-6,-75,21,-102,90,-101r0,42v-16,-1,-19,6,-20,29r0,220r-70,0r0,-190","w":103},"\u00a0":{"w":63}}});
/*global $, document, handlers, Cufon, event, setInterval, window, streamHigh, streamLow, streamInfo*/

/*convert px unit to integer.*/
function intFromPx(v) {
    if (v) {
        return v.replace("px", "");
    }
}

function activeBack() {
    $(".page-active-back").height($(".page-body-container").outerHeight());
}

/*show and hide playlist and lastplayed*/
function showPlaylist() {
    $("#tabs1 .loader").show();
    $.get(handlers + "GetPlaylistSection.ashx", function (data) {
        if (data) {
            $("#tabs1").replaceWith(data);
            Cufon.replace("#tabs1 .header .title", { fontFamily: 'Humanst521 Lt BT', hover: false });
            $("#tabs1 .loader").hide();
        }
    });
}

function showLastPlayed() {
    $("#tabs1 .loader").show();
    $.get(handlers + "GetLastPlayedSection.ashx", function (data) {
        if (data) {
            $("#tabs1").replaceWith(data);
            Cufon.replace("#tabs1 .header .title", { fontFamily: 'Humanst521 Lt BT', hover: false });
            $("#tabs1 .loader").hide();
        }
    });
}

/*weather*/
function getWeatherData(location) {
    $(".weather .loader").show();
    $.get(handlers + "GetWeatherData.ashx", { id: location }, function (data) {
        if (data) {
            $("#tabs2").replaceWith(data);
            $(".weather .loader").hide();
        }
    });
}

/*polls*/
function castPollVote(poll, page) {
    $(".poll .loader").show();
    var answers = $(".poll .radio input:checked");
    if (answers.length > 0) {
        $.get(handlers + "CastPollVote.ashx", { poll: poll, answer: answers.val() }, function (data) {
            if (data) {
                $("#tabs3").replaceWith(data);
                $(".poll .loader").hide();
            }

        });
    } else {
        $.get(handlers + "GetPollSection.ashx", { poll: poll, page: page }, function (data) {
            if (data) {
                $("#tabs3").replaceWith(data);
                $(".poll .loader").hide();
            }

        });
    }
}

function getPollResults(poll) {
    $(".poll .loader").show();
    $.get(handlers + "GetPollResults.ashx", { poll: poll }, function (data) {
        if (data) {
            $("#tabs3").replaceWith(data);
            $(".poll .loader").hide();
        }
    });
}

/*cycle*/
function cycleArticle() {
    if ($(".article .media .photos .items").children().length > 0 && $(".article .media .photos").is(":visible")) {
        $(".article .media .photos .items").cycle({
            fx: "scrollHorz",
            speed: 1000,
            timeout: 0,
            next: ".next",
            prev: ".prev"
        });
    }
}

/*now playing*/
function hoverTopSections() {
    $(".page-top .item a").hover(
        function () {
            $(this).parent().parent().addClass("hover");
        },
        function () {
            $(this).parent().parent().removeClass("hover");
        }
    );
}

function checkStream() {
    $.getJSON(streamInfo, { url: streamHigh }, function (data) {
        if (data) {
            var elem = $("#streamHQ div");
            elem.attr("title", data.longDescription);
            elem.attr("class", data.status.toLowerCase());
            elem.fadeIn();
        }
    });
    $.getJSON(streamInfo, { url: streamLow }, function (data) {
        if (data) {
            var elem = $("#streamLQ div");
            elem.attr("title", data.longDescription);
            elem.attr("class", data.status.toLowerCase());
            elem.fadeIn();
        }
    });
}

function getNowPlayingSection() {
    $.get(handlers + "GetNowPlayingSection.ashx", function (data) {
        if (data) {
            $("#top-live").replaceWith(data);
            hoverTopSections();
        }
    });
}

/*on air*/
function getCurrentShowSection() {
    $.get(handlers + "GetCurrentShowSection.ashx", function (data) {
        if (data) {
            $("#top-air").replaceWith(data);
            hoverTopSections();
        }
    });
}

function changeMediaTab() {
    $(".article .media > div").hide();
    $(".article .media ." + $(this).attr("rel")).show();
    $(".article .tabs a").removeClass("active");
    $(this).addClass("active");
    Cufon.replace(".article .tabs a", { fontFamily: 'Impact', hover: true, fontStretch: "102%" });
    cycleArticle();
    activeBack();
}

/*like song*/
function likeSong(id, event) {
    var caller = $(event.target);
    $.get(handlers + "LikeSong.ashx", { id: id }, function (data) {
        if (data) {
            caller.find("span").html(data);
        }
    });
}

/*startup*/
$(document).ready(function () {
    /*cycle featured*/
    if ($(".box-featured .items").children().length > 0) {
        $(".box-featured .items").cycle({
            fx: "scrollHorz",
            speed: 1000,
            timeout: 6000,
            activePagerClass: "active",
            pauseOnPagerHover: true,
            allowPagerClickBubble: true,
            pager: ".box-featured .navigation",
            pagerEvent: "mouseover",
            pagerAnchorBuilder: function (idx, slide) {
                return ".box-featured .navigation a:eq(" + idx + ")";
            }
        });
    }
    /*cycle article gallery*/
    cycleArticle();
    /*sync thumb and text links*/
    $(".box-section .item .text").hover(
        function () {
            $(this).prev().children(0).addClass("hover");
        },
        function () {
            $(this).prev().children(0).removeClass("hover");
        }
    );
    $(".box-side .item .text a").hover(
        function () {
            $(this).parent().prev().children(0).children(0).addClass("hover");
        },
        function () {
            $(this).parent().prev().children(0).children(0).removeClass("hover");
        }
    );
    hoverTopSections();
    /*set article tabs*/
    $(".article .tabs a").click(changeMediaTab);
    /*set timers*/
    setInterval(getNowPlayingSection, 20000);
    setInterval(getCurrentShowSection, 60000);
    /*popup banner*/
    if ($("#popup").children().length > 0) {
        $("#popup").modal();
    }
    /*trigger article media*/
    $(".article .tabs a").eq(0).click();
    /*active back height*/
    $(".page-body-container").resize(activeBack);
});

$(window).load(function () {
    activeBack();
    checkStream();
});
