/* -------------------------------------------------------------- 
a17.ui.init.js
sustainable a17 js
Copyright 2010 Nobleskine @ AREA 17

Should contain:
— css browser selector

Can contain:
- cufon font technique replacement
- dd belatedPNG for IE6 png fix

Minify before launching in prod
-------------------------------------------------------------- */

/*
CSS Browser Selector v0.3.5 (Feb 05, 2010)
Rafael Lima (http://rafael.adm.br)
http://rafael.adm.br/css_browser_selector
License: http://creativecommons.org/licenses/by/2.5/
Contributors: http://rafael.adm.br/css_browser_selector#contributors
*/
function css_browser_selector(u){var ua = u.toLowerCase(),is=function(t){return ua.indexOf(t)>-1;},g='gecko',w='webkit',s='safari',o='opera',h=document.documentElement,b=[(!(/opera|webtv/i.test(ua))&&/msie\s(\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?g+' ff2':is('firefox/3.5')?g+' ff3 ff3_5':is('firefox/3')?g+' ff3':is('gecko/')?g:is('opera')?o+(/version\/(\d+)/.test(ua)?' '+o+RegExp.$1:(/opera(\s|\/)(\d+)/.test(ua)?' '+o+RegExp.$2:'')):is('konqueror')?'konqueror':is('chrome')?w+' chrome':is('iron')?w+' iron':is('applewebkit/')?w+' '+s+(/version\/(\d+)/.test(ua)?' '+s+RegExp.$1:''):is('mozilla/')?g:'',is('j2me')?'mobile':is('iphone')?'iphone':is('ipod')?'ipod':is('mac')?'mac':is('darwin')?'mac':is('webtv')?'webtv':is('win')?'win':is('freebsd')?'freebsd':(is('x11')||is('linux'))?'linux':'','js']; c = b.join(' '); h.className += ' '+c; return c;}; css_browser_selector(navigator.userAgent);

/*
 RequireJS Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved.
 Available via the MIT, GPL or new BSD license.
 see: http://github.com/jrburke/requirejs for details

 jQuery JavaScript Library v1.4.2
 http://jquery.com/

 Copyright 2010, John Resig
 Dual licensed under the MIT or GPL Version 2 licenses.
 http://jquery.org/license

 Includes Sizzle.js
 http://sizzlejs.com/
 Copyright 2010, The Dojo Foundation
 Released under the MIT, BSD, and GPL Licenses.

 Date: Sat Feb 13 22:33:48 2010 -0500
*/
var require;
(function(){function E(p){return da.call(p)==="[object Function]"}var z={},D,M,ea=[],L,T,Y,Z,fa,Q,ka=/^(complete|loaded)$/;L=!!(typeof window!=="undefined"&&navigator&&document);var da=Object.prototype.toString;if(typeof require!=="undefined")if(E(require))return;else Q=require;require=function(p,q){if(typeof p==="string"&&!E(q))return require.get(p,q);return require.def.apply(require,arguments)};require.def=function(p,q,v,c){var y=null,B,r,I,K;if(typeof p==="string"){B=p.indexOf("!");if(B!==-1){I=
p.substring(0,B);p=p.substring(B+1,p.length)}if(!require.isArray(q)){c=v;v=q;q=[]}c=c||D.ctxName;if((B=D.contexts[c])&&(B.defined[p]||B.waiting[p]))return require}else if(require.isArray(p)){c=v;v=q;q=p;p=null}else if(require.isFunction(p)){v=p;c=q;p=null;q=[]}else{y=p;p=null;if(require.isFunction(q)){c=v;v=q;q=[]}c=c||y.context}c=c||D.ctxName;B=D.contexts[c];if(!B){B={contextName:c,config:{waitSeconds:7,baseUrl:D.baseUrl||"./",paths:{}},waiting:[],specified:{require:true,exports:true,module:true},
loaded:{require:true},defined:{},modifiers:{}};B.defined.require=require;B=D.contexts[c]=B}if(y){if(y.baseUrl)if(y.baseUrl.charAt(y.baseUrl.length-1)!=="/")y.baseUrl+="/";K=B.config.paths;require.mixin(B.config,y,true);if(y.paths){for(r in y.paths)r in z||(K[r]=y.paths[r]);B.config.paths=K}if(y.priority){require(y.priority);B.config.priorityWait=y.priority}if(y.deps||y.callback)require(y.deps||[],y.callback);if(!q)return require}if(q){y=q;q=[];for(r=0;r<y.length;r++)q[r]=require.splitPrefix(y[r],
p)}y=B.waiting.push({name:p,deps:q,callback:v});if(p){B.waiting[p]=y-1;B.specified[p]=true}if(p&&v&&!require.isFunction(v))B.defined[p]=v;if(D.paused||B.config.priorityWait)(D.paused||(D.paused=[])).push([I,p,q,B]);else{require.checkDeps(I,p,q,B);require.checkLoaded(c)}return require};require.mixin=function(p,q,v){for(var c in q)if(!(c in z)&&(!(c in p)||v))p[c]=q[c];return require};require.version="0.11.0";D=require.s={ctxName:"_",contexts:{},isBrowser:L,isPageLoaded:!L,readyCalls:[],doc:L?document:
null};require.isBrowser=D.isBrowser;D.head=L?document.getElementsByTagName("head")[0]:null;require.pause=function(){if(!D.paused)D.paused=[]};require.resume=function(){var p,q,v;if(!D.contexts[D.ctxName].config.priorityWait){if(D.paused){v=D.paused;delete D.paused;for(p=0;q=v[p];p++)require.checkDeps.apply(require,q)}require.checkLoaded(D.ctxName)}};require.checkDeps=function(p,q,v,c){if(!p)for(p=0;q=v[p];p++)if(!c.specified[q.fullName]){c.specified[q.fullName]=true;q.prefix||require.load(q.name,
c.contextName)}};require.isArray=function(p){return da.call(p)==="[object Array]"};require.isFunction=E;require.get=function(p,q){if(p==="exports"||p==="module")throw new Error("require of "+p+" is not allowed.");q=q||D.ctxName;var v=D.contexts[q].defined[p];if(v===undefined)throw new Error("require: module name '"+p+"' has not been loaded yet for context: "+q);return v};require.load=function(p,q){var v=D.contexts[q],c;D.isDone=false;v.loaded[p]=false;c=require.nameToUrl(p,null,q);require.attach(c,
q,p);v.startTime=(new Date).getTime()};require.jsExtRegExp=/\.js$/;require.normalizeName=function(p,q){if(p.charAt(0)==="."){q=q.split("/");q=q.slice(0,q.length-1);p=q.concat(p.split("/"));for(M=0;q=p[M];M++)if(q==="."){p.splice(M,1);M-=1}else if(q===".."){p.splice(M-1,2);M-=2}p=p.join("/")}return p};require.splitPrefix=function(p,q){var v=p.indexOf("!"),c=null;if(v!==-1){c=p.substring(0,v);p=p.substring(v+1,p.length)}if(q)p=require.normalizeName(p,q);return{prefix:c,name:p,fullName:c?c+"!"+p:p}};
require.nameToUrl=function(p,q,v){var c,y,B;v=D.contexts[v].config;if(p.indexOf(":")!==-1||p.charAt(0)==="/"||require.jsExtRegExp.test(p))return p;else if(p.charAt(0)===".")throw new Error("require.nameToUrl does not handle relative module names (ones that start with '.' or '..')");else{c=v.paths;p=p.split("/");for(y=p.length;y>0;y--){B=p.slice(0,y).join("/");if(c[B]){p.splice(0,y,c[B]);break}}q=p.join("/")+(q||".js");return(q.charAt(0)==="/"||q.match(/^\w+:/)?"":v.baseUrl)+q}};require.checkLoaded=
function(p){var q=D.contexts[p||D.ctxName],v=q.config.waitSeconds*1E3,c=v&&q.startTime+v<(new Date).getTime(),y=q.loaded;v=q.waiting;var B="",r=false,I=false,K,S,X,R,oa={};if(!q.isCheckLoaded){if(q.config.priorityWait){S=true;for(R=0;X=q.config.priorityWait[R];R++)if(!q.loaded[X]){S=false;break}if(S){delete q.config.priorityWait;require.resume()}else return}q.isCheckLoaded=true;for(K in y)if(!(K in z)){r=true;if(!y[K])if(c)B+=K+" ";else{I=true;break}}if(!r&&!v.length)q.isCheckLoaded=false;else{if(c&&
B){K=new Error("require.js load timeout for modules: "+B);K.requireType="timeout";K.requireModules=B}if(I){q.isCheckLoaded=false;require.isBrowser&&setTimeout(function(){require.checkLoaded(p)},50)}else{q.waiting=[];q.loaded={};for(R=0;B=v[R];R++)require.exec(B,oa,v,q);q.isCheckLoaded=false;if(q.waiting.length)require.checkLoaded(p);else if(!ea.length){D.ctxName="_";D.isDone=true;require.callReady&&require.callReady()}}}}};require.exec=function(p,q,v,c){if(p){var y=p.name,B=p.callback;B=p.deps;var r,
I,K=c.defined,S,X=[],R=false;if(y){if(q[y]||y in K)return K[y];q[y]=true}if(B)for(r=0;I=B[r];r++){I=I.name;if(I==="exports"){I=K[y]={};R=true}else I=I==="module"?{id:y,uri:y?require.nameToUrl(y,null,c.contextName):undefined}:I in K?K[I]:q[I]?undefined:require.exec(v[v[I]],q,v,c);X.push(I)}if((B=p.callback)&&require.isFunction(B)){S=require.execCb(y,B,X);if(y)if(R)S=K[y];else if(y in K)throw new Error(y+" has already been defined");else K[y]=S}return S}};require.execCb=function(p,q,v){return q.apply(null,
v)};require.onScriptLoad=function(p){var q=p.target||p.srcElement,v;if(p.type==="load"||ka.test(q.readyState)){p=q.getAttribute("data-requirecontext");v=q.getAttribute("data-requiremodule");D.contexts[p].loaded[v]=true;require.checkLoaded(p);q.removeEventListener?q.removeEventListener("load",require.onScriptLoad,false):q.detachEvent("onreadystatechange",require.onScriptLoad)}};require.attach=function(p,q,v){if(require.isBrowser){var c=document.createElement("script");c.type="text/javascript";c.charset=
"utf-8";c.setAttribute("async","async");c.setAttribute("data-requirecontext",q);c.setAttribute("data-requiremodule",v);c.addEventListener?c.addEventListener("load",require.onScriptLoad,false):c.attachEvent("onreadystatechange",require.onScriptLoad);c.src=p;return D.head.appendChild(c)}return null};D.baseUrl=Q&&Q.baseUrl;if(require.isBrowser&&(!D.baseUrl||!D.head)){L=document.getElementsByTagName("script");Y=Q&&Q.baseUrlMatch?Q.baseUrlMatch:/(requireplugins-|require-)?jquery[\-\d\.]*(min)?\.js(\W|$)/i;
for(M=L.length-1;M>-1&&(T=L[M]);M--){if(!D.head)D.head=T.parentNode;if(Z=T.src)if(fa=Z.match(Y)){D.baseUrl=Z.substring(0,fa.index);break}}}if(Q){T=require;T(Q)}})();
(function(E,z){function D(){if(!c.isReady){try{r.documentElement.doScroll("left")}catch(a){setTimeout(D,1);return}c.ready()}}function M(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 ea(a,b,d,f,e,i){var j=a.length;if(typeof b==="object"){for(var o in b)ea(a,o,b[o],f,e,d);return a}if(d!==z){f=!i&&f&&c.isFunction(d);for(o=0;o<j;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,i);return a}return j?
e(a[0],b):z}function L(){return(new Date).getTime()}function T(){return false}function Y(){return true}function Z(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function fa(a){var b,d=[],f=[],e=arguments,i,j,o,k,n,u;j=c.data(this,"events");if(!(a.liveFired===this||!j||!j.live||a.button&&a.type==="click")){a.liveFired=this;var x=j.live.slice(0);for(k=0;k<x.length;k++){j=x[k];j.origType.replace(ga,"")===a.type?f.push(j.selector):x.splice(k--,1)}i=c(a.target).closest(f,a.currentTarget);n=0;for(u=
i.length;n<u;n++)for(k=0;k<x.length;k++){j=x[k];if(i[n].selector===j.selector){o=i[n].elem;f=null;if(j.preType==="mouseenter"||j.preType==="mouseleave")f=c(a.relatedTarget).closest(j.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:j})}}n=0;for(u=d.length;n<u;n++){i=d[n];a.currentTarget=i.elem;a.data=i.handleObj.data;a.handleObj=i.handleObj;if(i.handleObj.origHandler.apply(i.elem,e)===false){b=false;break}}return b}}function Q(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
"&")}function ka(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function da(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 i in f)for(var j in f[i])c.event.add(this,i,f[i][j],f[i][j].data)}}})}function p(a,b,d){var f,e,i;b=b&&b[0]?b[0].ownerDocument||b[0]:r;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===r&&!Da.test(a[0])&&(c.support.checkClone||!Ea.test(a[0]))){e=
true;if(i=c.fragments[a[0]])if(i!==1)f=i}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=i?f:1;return{fragment:f,cacheable:e}}function q(a,b){var d={};c.each(Fa.concat.apply([],Fa.slice(0,b)),function(){d[this]=a});return d}function v(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)},y=E.jQuery,B=E.$,r=E.document,I,K=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,S=/^.[^:#\[\.,]*$/,X=/\S/,R=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,
oa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,ha=navigator.userAgent,Ga=false,$=[],pa=!!(typeof require!=="undefined"&&require.def),aa,qa=Object.prototype.toString,ra=Object.prototype.hasOwnProperty,sa=Array.prototype.push,ia=Array.prototype.slice,Ha=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=r;this[0]=r.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=
K.exec(a))&&(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:r;if(a=oa.exec(a))if(c.isPlainObject(b)){a=[r.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=p([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=r.getElementById(d[2])){if(b.id!==d[2])return I.find(a);this.length=1;this[0]=b}this.context=r;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=r;a=r.getElementsByTagName(a);
return c.merge(this,a)}else return!b||b.jquery?(b||I).find(a):c(b).find(a);else if(c.isFunction(a))return I.ready(a);if(a.selector!==z){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 ia.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)?sa.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&&(!pa||require.s.isDone))a.call(r,c);else{$||($=[]);$.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(ia.apply(this,arguments),
"slice",ia.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:sa,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,i,j,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(i in e){j=
a[i];o=e[i];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){j=j&&(c.isPlainObject(j)||c.isArray(j))?j:c.isArray(o)?[]:{};a[i]=c.extend(f,j,o)}else if(o!==z)a[i]=o}return a};c.extend({noConflict:function(a){E.$=B;if(a)E.jQuery=y;return c},isReady:false,ready:function(){if(!c.isReady){if(!r.body)return setTimeout(c.ready,13);c.isReady=true;c.callReady()}},callReady:function(){if(c.isReady&&(!pa||require.s.isDone)){if($){for(var a,b=0;a=$[b++];)a.call(r,c);$=null}c.fn.triggerHandler&&c(r).triggerHandler("ready")}},
bindReady:function(){if(!Ga){Ga=true;if(r.readyState==="complete")return c.ready();if(r.addEventListener){r.addEventListener("DOMContentLoaded",aa,false);E.addEventListener("load",c.ready,false)}else if(r.attachEvent){r.attachEvent("onreadystatechange",aa);E.attachEvent("onload",c.ready);var a=false;try{a=E.frameElement==null}catch(b){}r.documentElement.doScroll&&a&&D()}}},isFunction:function(a){return qa.call(a)==="[object Function]"},isArray:function(a){return qa.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||
qa.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!ra.call(a,"constructor")&&!ra.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===z||ra.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 E.JSON&&E.JSON.parse?E.JSON.parse(a):(new Function("return "+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&X.test(a)){var b=r.getElementsByTagName("head")[0]||r.documentElement,d=r.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(r.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,i=a.length,j=i===z||c.isFunction(a);if(d)if(j)for(f in a){if(b.apply(a[f],d)===false)break}else for(;e<i;){if(b.apply(a[e++],d)===false)break}else if(j)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<i&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(R,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?sa.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]!==z;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,i=a.length;e<i;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,i=0,j=a.length;i<j;i++){e=b(a[i],i,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=z}else if(b&&!c.isFunction(b)){d=b;b=z}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:{}});ha=c.uaMatch(ha);if(ha.browser){c.browser[ha.browser]=true;c.browser.version=ha.version}if(c.browser.webkit)c.browser.safari=true;if(Ha)c.inArray=function(a,b){return Ha.call(b,a)};I=c(r);if(r.addEventListener)aa=function(){r.removeEventListener("DOMContentLoaded",aa,false);c.ready()};else if(r.attachEvent)aa=function(){if(r.readyState==="complete"){r.detachEvent("onreadystatechange",aa);c.ready()}};(function(){c.support={};var a=r.documentElement,b=r.createElement("script"),d=r.createElement("div"),
f="script"+L();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("*"),i=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!i)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(i.getAttribute("style")),hrefNormalized:i.getAttribute("href")==="/a",opacity:/^0.55$/.test(i.style.opacity),
cssFloat:!!i.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:r.createElement("select").appendChild(r.createElement("option")).selected,parentNode:d.removeChild(d.appendChild(r.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(r.createTextNode("window."+f+"=1;"))}catch(j){}a.insertBefore(b,a.firstChild);if(E[f]){c.support.scriptEval=true;delete E[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=r.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=r.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=r.createElement("div");k.style.width=k.style.paddingLeft="1px";r.body.appendChild(k);
c.boxModel=c.support.boxModel=k.offsetWidth===2;r.body.removeChild(k).style.display="none"});a=function(k){var n=r.createElement("div");k="on"+k;var u=k in n;if(!u){n.setAttribute(k,"return;");u=typeof n[k]==="function"}return u};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=i=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",
frameborder:"frameBorder"};var U="jQuery"+L(),Za=0,Ia={};c.extend({cache:{},expando:U,noData:{embed:true,object:true,applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==E?Ia:a;var f=a[U],e=c.cache;if(!f&&typeof b==="string"&&d===z)return null;f||(f=++Za);if(typeof b==="object"){a[U]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[U]=f;e[f]={}}a=e[f];if(d!==z)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=
a==E?Ia:a;var d=a[U],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===z){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===z&&
this.length)f=c.data(this[0],a);return f===z&&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===z)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 Ja=/[\n\t]/g,ta=/\s+/,$a=/\r/g,ab=/href|src|style/,bb=/(button|input)/i,cb=/(button|input|object|select|textarea)/i,db=/^(a|area)$/i,Ka=/radio|checkbox/;c.fn.extend({attr:function(a,b){return ea(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 u=c(this);u.addClass(a.call(this,n,u.attr("class")))});if(a&&typeof a==="string")for(var b=
(a||"").split(ta),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var i=" "+e.className+" ",j=e.className,o=0,k=b.length;o<k;o++)if(i.indexOf(" "+b[o]+" ")<0)j+=" "+b[o];e.className=c.trim(j)}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===z)for(var b=(a||"").split(ta),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===
1&&e.className)if(a){for(var i=(" "+e.className+" ").replace(Ja," "),j=0,o=b.length;j<o;j++)i=i.replace(" "+b[j]+" "," ");e.className=c.trim(i)}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 i=c(this);i.toggleClass(a.call(this,e,i.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,i=0,j=c(this),o=b,k=a.split(ta);e=k[i++];){o=f?o:!j.hasClass(e);j[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(Ja," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===z){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 i=b?d:0;for(d=b?d+1:e.length;i<d;i++){var j=e[i];if(j.selected){a=c(j).val();if(b)return a;f.push(a)}}return f}if(Ka.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace($a,"")}return z}var o=c.isFunction(a);return this.each(function(k){var n=c(this),u=a;if(this.nodeType===1){if(o)u=a.call(this,k,n.val());if(typeof u==="number")u+="";if(c.isArray(u)&&Ka.test(this.type))this.checked=
c.inArray(n.val(),u)>=0;else if(c.nodeName(this,"select")){var x=c.makeArray(u);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),x)>=0});if(!x.length)this.selectedIndex=-1}else this.value=u}})}});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 z;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==z;b=f&&c.props[b]||b;if(a.nodeType===
1){var i=ab.test(b);if(b in a&&f&&!i){if(e){b==="type"&&bb.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:cb.test(a.nodeName)||db.test(a.nodeName)&&a.href?0:z;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&&i?a.getAttribute(b,2):a.getAttribute(b);return a===null?z:a}return c.style(a,b,d)}});var ga=/\.(.*)$/,eb=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!==E&&!a.frameElement)a=E;var e,i;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(i=c.data(a)){var j=i.events=i.events||{},o=i.handle;if(!o)i.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,
arguments):z};o.elem=a;b=b.split(" ");for(var k,n=0,u;k=b[n++];){i=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){u=k.split(".");k=u.shift();i.namespace=u.slice(0).sort().join(".")}else{u=[];i.namespace=""}i.type=k;i.guid=d.guid;var x=j[k],G=c.event.special[k]||{};if(!x){x=j[k]=[];if(!G.setup||G.setup.call(a,f,u,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(G.add){G.add.call(a,i);if(!i.handler.guid)i.handler.guid=d.guid}x.push(i);
c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,i=0,j,o,k,n,u,x,G=c.data(a),J=G&&G.events;if(G&&J){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in J)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[i++];){n=e;j=e.indexOf(".")<0;o=[];if(!j){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),eb).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(u=J[e])if(d){n=c.event.special[e]||
{};for(H=f||0;H<u.length;H++){x=u[H];if(d.guid===x.guid){if(j||k.test(x.namespace)){f==null&&u.splice(H--,1);n.remove&&n.remove.call(a,x)}if(f!=null)break}}if(u.length===0||f!=null&&u.length===1){if(!n.teardown||n.teardown.call(a,o)===false)La(a,e,G.handle);delete J[e]}}else for(var H=0;H<u.length;H++){x=u[H];if(j||k.test(x.namespace)){c.event.remove(a,n,x.handler,H);u.splice(H--,1)}}}if(c.isEmptyObject(J)){if(b=G.handle)b.elem=null;delete G.events;delete G.handle;c.isEmptyObject(G)&&c.removeData(a)}}}}},
trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[U]?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 z;a.result=z;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(i){}if(!a.isPropagationStopped()&&f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var j,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(j=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(j)f["on"+e]=
j;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||E.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 i=d.length;e<i;e++){var j=d[e];if(b||f.test(j.namespace)){a.handler=j.handler;a.data=j.data;a.handleObj=j;j=j.handler.apply(this,arguments);if(j!==z){a.result=
j;if(j===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[U])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||r;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=r.documentElement;d=r.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!==z)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:fa}))},remove:function(a){var b=true,d=a.origType.replace(ga,"");c.each(c.data(this,"events").live||[],function(){if(d===
this.origType.replace(ga,""))return b=false});b&&c.event.remove(this,a.origType,fa)}},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 La=r.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=L();this[U]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Y;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Y;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Y;this.stopPropagation()},isDefaultPrevented:T,isPropagationStopped:T,isImmediatePropagationStopped:T};
var Ma=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){}},Na=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?Na:Ma,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Na:Ma)}}});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 Z("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 Z("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};if(!c.support.changeBubbles){var ua=/textarea|input|select/i,
va,Oa=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},wa=function(a,b){var d=a.target,f,e;if(!(!ua.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Oa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",e);if(!(f===z||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,
b,d)}}};c.event.special.change={filters:{focusout:wa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return wa.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 wa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",Oa(a))}},setup:function(){if(this.type==="file")return false;
for(var a in va)c.event.add(this,a+".specialChange",va[a]);return ua.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ua.test(this.nodeName)}};va=c.event.special.change.filters}r.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 i in d)this[b](i,f,d[i],e);return this}if(c.isFunction(f)){e=f;f=z}var j=b==="one"?c.proxy(e,function(k){c(this).unbind(k,j);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{i=0;for(var o=this.length;i<o;i++)c.event.add(this[i],d,j,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 Pa={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,i){var j,o=0,k,n,u=i||this.selector,x=i?this:c(this.context);if(c.isFunction(f)){e=f;f=z}for(d=(d||"").split(" ");(j=d[o++])!=null;){i=
ga.exec(j);k="";if(i){k=i[0];j=j.replace(ga,"")}if(j==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=j;if(j==="focus"||j==="blur"){d.push(Pa[j]+k);j+=k}else j=(Pa[j]||j)+k;b==="live"?x.each(function(){c.event.add(this,Q(j,u),{data:f,selector:u,handler:e,origType:j,origHandler:e,preType:n})}):x.unbind(Q(j,u),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});E.attachEvent&&!E.addEventListener&&E.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,t,s){t=0;for(var A=m.length;t<A;t++){var w=m[t];
if(w){w=w[g];for(var F=false;w;){if(w.sizcache===l){F=m[w.sizset];break}if(w.nodeType===1&&!s){w.sizcache=l;w.sizset=t}if(w.nodeName.toLowerCase()===h){F=w;break}w=w[g]}m[t]=F}}}function d(g,h,l,m,t,s){t=0;for(var A=m.length;t<A;t++){var w=m[t];if(w){w=w[g];for(var F=false;w;){if(w.sizcache===l){F=m[w.sizset];break}if(w.nodeType===1){if(!s){w.sizcache=l;w.sizset=t}if(typeof h!=="string"){if(w===h){F=true;break}}else if(k.filter(h,[w]).length>0){F=w;break}}w=w[g]}m[t]=F}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
e=0,i=Object.prototype.toString,j=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var t=h=h||r;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var s=[],A,w,F,ja,V=true,ba=C(h),W=g;(f.exec(""),A=f.exec(W))!==null;){W=A[3];s.push(A[1]);if(A[2]){ja=A[3];break}}if(s.length>1&&u.exec(g))if(s.length===2&&n.relative[s[0]])w=xa(s[0]+s[1],h);else for(w=n.relative[s[0]]?[h]:k(s.shift(),h);s.length;){g=s.shift();if(n.relative[g])g+=s.shift();
w=xa(g,w)}else{if(!m&&s.length>1&&h.nodeType===9&&!ba&&n.match.ID.test(s[0])&&!n.match.ID.test(s[s.length-1])){A=k.find(s.shift(),h,ba);h=A.expr?k.filter(A.expr,A.set)[0]:A.set[0]}if(h){A=m?{expr:s.pop(),set:G(m)}:k.find(s.pop(),s.length===1&&(s[0]==="~"||s[0]==="+")&&h.parentNode?h.parentNode:h,ba);w=A.expr?k.filter(A.expr,A.set):A.set;if(s.length>0)F=G(w);else V=false;for(;s.length;){var N=s.pop();A=N;if(n.relative[N])A=s.pop();else N="";if(A==null)A=h;n.relative[N](F,A,ba)}}else F=[]}F||(F=w);
F||k.error(N||g);if(i.call(F)==="[object Array]")if(V)if(h&&h.nodeType===1)for(g=0;F[g]!=null;g++){if(F[g]&&(F[g]===true||F[g].nodeType===1&&O(h,F[g])))l.push(w[g])}else for(g=0;F[g]!=null;g++)F[g]&&F[g].nodeType===1&&l.push(w[g]);else l.push.apply(l,F);else G(F,l);if(ja){k(ja,t,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(H){j=o;g.sort(H);if(j)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,
t;if(!g)return[];for(var s=0,A=n.order.length;s<A;s++){var w=n.order[s];if(t=n.leftMatch[w].exec(g)){var F=t[1];t.splice(1,1);if(F.substr(F.length-1)!=="\\"){t[1]=(t[1]||"").replace(/\\/g,"");m=n.find[w](t,h,l);if(m!=null){g=g.replace(n.match[w],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var t=g,s=[],A=h,w,F,ja=h&&h[0]&&C(h[0]);g&&h.length;){for(var V in n.filter)if((w=n.leftMatch[V].exec(g))!=null&&w[2]){var ba=n.filter[V],W,N;N=w[1];F=false;
w.splice(1,1);if(N.substr(N.length-1)!=="\\"){if(A===s)s=[];if(n.preFilter[V])if(w=n.preFilter[V](w,A,l,s,m,ja)){if(w===true)continue}else F=W=true;if(w)for(var la=0;(N=A[la])!=null;la++)if(N){W=ba(N,w,la,A);var Qa=m^!!W;if(l&&W!=null)if(Qa)F=true;else A[la]=false;else if(Qa){s.push(N);F=true}}if(W!==z){l||(A=s);g=g.replace(n.match[V],"");if(!F)return[];break}}}if(g===t)if(F==null)k.error(g);else break;t=g}return A};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 t=g.length,s;m<t;m++)if(s=g[m]){for(;(s=s.previousSibling)&&s.nodeType!==1;);g[m]=l||s&&s.nodeName.toLowerCase()===h?s||false:s===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,t=g.length;m<t;m++){var s=g[m];
if(s){l=s.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(t=g.length;m<t;m++)if(s=g[m])g[m]=l?s.parentNode:s.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,t=d;if(typeof h==="string"&&!/\W/.test(h)){var s=h=h.toLowerCase();t=b}t("parentNode",h,m,g,s,l)},"~":function(g,h,l){var m=e++,t=d;if(typeof h==="string"&&!/\W/.test(h)){var s=h=h.toLowerCase();t=b}t("previousSibling",h,m,g,s,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,t=h.length;m<t;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,t,s){g=" "+g[1].replace(/\\/g,"")+" ";if(s)return g;s=0;for(var A;(A=h[s])!=null;s++)if(A)if(t^(A.className&&(" "+A.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||
m.push(A);else if(l)h[s]=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,t,s){h=g[1].replace(/\\/g,"");if(!s&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,t){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^t);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 t=h[1],s=n.filters[t];if(s)return s(g,
l,h,m);else if(t==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(t==="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: "+t)},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 t=
h[3];if(l===1&&t===0)return true;h=h[0];var s=g.parentNode;if(s&&(s.sizcache!==h||!g.nodeIndex)){var A=0;for(m=s.firstChild;m;m=m.nextSibling)if(m.nodeType===1)m.nodeIndex=++A;s.sizcache=h}g=g.nodeIndex-t;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 t=n.setFilters[h[2]];if(t)return t(g,l,h,m)}}},u=n.match.POS;for(var x in n.match){n.match[x]=new RegExp(n.match[x].source+/(?![^\[]*\])(?![^\(]*\))/.source);
n.leftMatch[x]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[x].source.replace(/\\(\d+)/g,function(g,h){return"\\"+(h-0+1)}))}var G=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(r.documentElement.childNodes,0)}catch(J){G=function(g,h){h=h||[];if(i.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 H;
if(r.documentElement.compareDocumentPosition)H=function(g,h){if(!g.compareDocumentPosition||!h.compareDocumentPosition){if(g==h)j=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)j=true;return g};else if("sourceIndex"in r.documentElement)H=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)j=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)j=true;return g};else if(r.createRange)H=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==
h)j=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)j=true;return g};(function(){var g=r.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=r.documentElement;l.insertBefore(g,l.firstChild);if(r.getElementById(h)){n.find.ID=function(m,t,s){if(typeof t.getElementById!=="undefined"&&!s)return(t=
t.getElementById(m[1]))?t.id===m[1]||typeof t.getAttributeNode!=="undefined"&&t.getAttributeNode("id").nodeValue===m[1]?[t]:z:[]};n.filter.ID=function(m,t){var s=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&s&&s.nodeValue===t}}l.removeChild(g);l=g=null})();(function(){var g=r.createElement("div");g.appendChild(r.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})();r.querySelectorAll&&function(){var g=k,h=r.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,t,s,A){t=t||r;if(!A&&t.nodeType===9&&!C(t))try{return G(t.querySelectorAll(m),
s)}catch(w){}return g(m,t,s,A)};for(var l in g)k[l]=g[l];h=null}}();(function(){var g=r.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 O=r.compareDocumentPosition?
function(g,h){return!!(g.compareDocumentPosition(h)&16)}:function(g,h){return g!==h&&(g.contains?g.contains(h):true)},C=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},xa=function(g,h){var l=[],m="",t;for(h=h.nodeType?[h]:h;t=n.match.PSEUDO.exec(g);){m+=t[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;t=0;for(var s=h.length;t<s;t++)k(g,h[t],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=C;c.contains=O})();var fb=/Until$/,gb=/^(?:parents|prevUntil|prevAll)/,hb=/,/;ia=Array.prototype.slice;var Ra=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,i){return!!b.call(e,i,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(S.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 i=d;i<b.length;i++)for(var j=0;j<d;j++)if(b[j]===b[i]){b.splice(i--,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(Ra(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ra(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,i={},j;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){j=a[e];i[j]||(i[j]=c.expr.match.POS.test(j)?c(j,b||this.context):j)}for(;f&&f.ownerDocument&&f!==b;){for(j in i){e=i[j];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:j,elem:f});delete i[j]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,u){for(;u&&u.ownerDocument&&u!==b;){if(k?k.index(u)>-1:c(u).is(a))return u;
u=u.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(ka(a[0])||ka(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);fb.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||hb.test(f))&&gb.test(a))e=e.reverse();return this.pushStack(e,a,ia.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===z||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 Sa=/ jQuery\d+="(?:\d+|null)"/g,ma=/^\s+/,Ta=/(<([\w:]+)[^>]*?)\/>/g,ib=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Ua=/<([\w:]+)/,jb=/<tbody/i,kb=/<|&#?\w+;/,Da=/<script|<object|<embed|<option|<style/i,
Ea=/checked\s*(?:[^=]|=\s*.checked.)/i,Va=function(a,b,d){return ib.test(d)?a:b+"></"+d+">"},P={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,"",""]};P.optgroup=P.option;P.tbody=P.tfoot=P.colgroup=P.caption=P.thead;P.th=P.td;if(!c.support.htmlSerialize)P._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!==z)return this.empty().append((this[0]&&this[0].ownerDocument||r).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(Sa,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(ma,"")],f)[0]}else return this.cloneNode(true)});if(a===true){da(this,b);da(this.find("*"),b.find("*"))}return b},html:function(a){if(a===z)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Sa,
""):null;else if(typeof a==="string"&&!Da.test(a)&&(c.support.leadingWhitespace||!ma.test(a))&&!P[(Ua.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ta,Va);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 i=c(this),j=i.html();i.empty().append(function(){return a.call(this,e,j)})}):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(x){return c.nodeName(x,"table")?x.getElementsByTagName("tbody")[0]||
x.appendChild(x.ownerDocument.createElement("tbody")):x}var e,i,j=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof j==="string"&&Ea.test(j))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(j))return this.each(function(x){var G=c(this);a[0]=j.call(this,x,b?G.html():z);G.domManip(a,b,d)});if(this[0]){e=j&&j.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:p(a,this,o);k=e.fragment;if(i=k.childNodes.length===
1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(i,"tr");for(var n=0,u=this.length;n<u;n++)d.call(b?f(this[n],i):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,M)}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 i=d.length;e<i;e++){var j=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),j);f=f.concat(j)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||r;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||r;for(var e=[],i=0,j;(j=a[i])!=null;i++){if(typeof j==="number")j+="";if(j){if(typeof j==="string"&&!kb.test(j))j=b.createTextNode(j);else if(typeof j==="string"){j=j.replace(Ta,Va);var o=(Ua.exec(j)||["",
""])[1].toLowerCase(),k=P[o]||P._default,n=k[0],u=b.createElement("div");for(u.innerHTML=k[1]+j+k[2];n--;)u=u.lastChild;if(!c.support.tbody){n=jb.test(j);o=o==="table"&&!n?u.firstChild&&u.firstChild.childNodes:k[1]==="<table>"&&!n?u.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&&ma.test(j)&&u.insertBefore(b.createTextNode(ma.exec(j)[0]),u.firstChild);j=u.childNodes}if(j.nodeType)e.push(j);else e=
c.merge(e,j)}}if(d)for(i=0;e[i];i++)if(f&&c.nodeName(e[i],"script")&&(!e[i].type||e[i].type.toLowerCase()==="text/javascript"))f.push(e[i].parentNode?e[i].parentNode.removeChild(e[i]):e[i]);else{e[i].nodeType===1&&e.splice.apply(e,[i+1,0].concat(c.makeArray(e[i].getElementsByTagName("script"))));d.appendChild(e[i])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,i=c.support.deleteExpando,j=0,o;(o=a[j])!=null;j++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
c.event.remove(o,k):La(o,k,b.handle);if(i)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var lb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Wa=/alpha\([^)]*\)/,Xa=/opacity=([^)]*)/,ya=/float/i,za=/-([a-z])/ig,mb=/([A-Z])/g,nb=/^-?\d+(?:px)?$/i,ob=/^-?\d/,pb={position:"absolute",visibility:"hidden",display:"block"},qb=["Left","Right"],rb=["Top","Bottom"],sb=r.defaultView&&r.defaultView.getComputedStyle,Ya=c.support.cssFloat?"cssFloat":"styleFloat",Aa=
function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return ea(this,a,b,true,function(d,f,e){if(e===z)return c.curCSS(d,f);if(typeof e==="number"&&!lb.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 z;if((b==="width"||b==="height")&&parseFloat(d)<0)d=z;var f=a.style||a,e=d!==z;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=
Wa.test(a)?a.replace(Wa,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Xa.exec(f.filter)[1])/100+"":""}if(ya.test(b))b=Ya;b=b.replace(za,Aa);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,i=b==="width"?qb:rb;d=function(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(i,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?d():c.swap(a,pb,d);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=Xa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ya.test(b))b=Ya;if(!d&&e&&e[b])f=e[b];else if(sb){if(ya.test(b))b="float";b=b.replace(mb,"-$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(za,Aa);f=a.currentStyle[b]||a.currentStyle[d];if(!nb.test(f)&&ob.test(f)){b=e.left;var i=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=i}}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 tb=L(),ub=/<script(.|\s)*?\/script>/gi,vb=/select|textarea/i,wb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,ca=/=\?(&|$)/,Ba=/\?/,xb=/(\?|&)_=.*?(&|$)/,yb=/^(\w+:)?\/\/([^\/?#]+)/,zb=/%20/g,Ab=c.fn.load;c.fn.extend({load:function(a,b,
d){if(typeof a!=="string")return Ab.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 i=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(j,o){if(o==="success"||o==="notmodified")i.html(e?c("<div />").append(j.responseText.replace(ub,"")).find(e):j.responseText);d&&i.each(d,[j.responseText,
o,j])}});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||vb.test(this.nodeName)||wb.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:E.XMLHttpRequest&&(E.location.protocol!=="file:"||!E.ActiveXObject)?function(){return new E.XMLHttpRequest}:function(){try{return new E.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,j,C);e.global&&f("ajaxSuccess",[C,e])}function d(){e.complete&&e.complete.call(k,C,j);e.global&&f("ajaxComplete",[C,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(t,s){(e.context?c(e.context):c.event).trigger(t,s)}var e=c.extend(true,{},c.ajaxSettings,a),i,j,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")ca.test(e.url)||(e.url+=(Ba.test(e.url)?
"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!ca.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&ca.test(e.data)||ca.test(e.url))){i=e.jsonpCallback||"jsonp"+tb++;if(e.data)e.data=(e.data+"").replace(ca,"="+i+"$1");e.url=e.url.replace(ca,"="+i+"$1");e.dataType="script";E[i]=E[i]||function(t){o=t;b();d();E[i]=z;try{delete E[i]}catch(s){}G&&G.removeChild(J)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
false&&n==="GET"){var u=L(),x=e.url.replace(xb,"$1_="+u+"$2");e.url=x+(x===e.url?(Ba.test(e.url)?"&":"?")+"_="+u:"")}if(e.data&&n==="GET")e.url+=(Ba.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");u=(u=yb.exec(e.url))&&(u[1]&&u[1]!==location.protocol||u[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&u){var G=r.getElementsByTagName("head")[0]||r.documentElement,J=r.createElement("script");J.src=e.url;if(e.scriptCharset)J.charset=e.scriptCharset;if(!i){var H=
false;J.onload=J.onreadystatechange=function(){if(!H&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){H=true;b();d();J.onload=J.onreadystatechange=null;G&&J.parentNode&&G.removeChild(J)}}}G.insertBefore(J,G.firstChild);return z}var O=false,C=e.xhr();if(C){e.username?C.open(n,e.url,e.async,e.username,e.password):C.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)C.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&C.setRequestHeader("If-Modified-Since",
c.lastModified[e.url]);c.etag[e.url]&&C.setRequestHeader("If-None-Match",c.etag[e.url])}u||C.setRequestHeader("X-Requested-With","XMLHttpRequest");C.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(xa){}if(e.beforeSend&&e.beforeSend.call(k,C,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");C.abort();return false}e.global&&f("ajaxSend",[C,e]);var g=C.onreadystatechange=function(t){if(!C||C.readyState===0||t==="abort"){O||
d();O=true;if(C)C.onreadystatechange=c.noop}else if(!O&&C&&(C.readyState===4||t==="timeout")){O=true;C.onreadystatechange=c.noop;j=t==="timeout"?"timeout":!c.httpSuccess(C)?"error":e.ifModified&&c.httpNotModified(C,e.url)?"notmodified":"success";var s;if(j==="success")try{o=c.httpData(C,e.dataType,e)}catch(A){j="parsererror";s=A}if(j==="success"||j==="notmodified")i||b();else c.handleError(e,C,j,s);d();t==="timeout"&&C.abort();if(e.async)C=null}};try{var h=C.abort;C.abort=function(){C&&h.call(C);
g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){C&&!O&&g("timeout")},e.timeout);try{C.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,C,null,m);d()}e.async||g();return C}},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(j,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(j)?f(j,n):d(j+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(j+"["+k+"]",n)}):f(j,o)}function f(j,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(j)+"="+encodeURIComponent(o)}var e=[];if(b===z)b=c.ajaxSettings.traditional;
if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var i in a)d(i,a[i]);return e.join("&").replace(zb,"+")}});var Ca={},Bb=/toggle|show|hide/,Cb=/^([+-]=)?([\d+-.]+)(.*)$/,na,Fa=[["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(q("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(Ca[d])f=Ca[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();Ca[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(q("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(q("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 i=c.extend({},e),j,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(j in a){var n=j.replace(za,Aa);if(j!==n){a[n]=a[j];delete a[j];j=n}if(a[j]==="hide"&&o||a[j]==="show"&&!o)return i.complete.call(this);if((j==="height"||j==="width")&&this.style){i.display=c.css(this,"display");i.overflow=this.style.overflow}if(c.isArray(a[j])){(i.specialEasing=
i.specialEasing||{})[j]=a[j][1];a[j]=a[j][0]}}if(i.overflow!=null)this.style.overflow="hidden";i.curAnim=c.extend({},a);c.each(a,function(u,x){var G=new c.fx(k,i,u);if(Bb.test(x))G[x==="toggle"?o?"show":"hide":x](a);else{var J=Cb.exec(x),H=G.cur(true)||0;if(J){x=parseFloat(J[2]);var O=J[3]||"px";if(O!=="px"){k.style[u]=(x||1)+O;H=(x||1)/G.cur(true)*H;k.style[u]=H+O}if(J[1])x=(J[1]==="-="?-1:1)*x+H;G.custom(H,x,O)}else G.custom(H,x,"")}});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:q("show",1),slideUp:q("hide",1),slideToggle:q("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(i){return e.step(i)}this.startTime=L();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)&&!na)na=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=L(),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(na);na=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
r.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(u){c.offset.setOffset(this,a,u)});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,i,j=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!==j;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;i=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(i.borderTopWidth)||0;n+=parseFloat(i.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&i.overflow!=="visible"){k+=parseFloat(i.borderTopWidth)||0;n+=parseFloat(i.borderLeftWidth)||0}f=i}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;
n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&f.position==="fixed"){k+=Math.max(j.scrollTop,o.scrollTop);n+=Math.max(j.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=r.body,b=r.createElement("div"),d,f,e,i=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!==i;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(),i=parseInt(c.curCSS(a,"top",true),10)||0,j=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
d,e);d={top:b.top-e.top+i,left:b.left-e.left+j};"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||r.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],i;if(!e)return null;if(f!==z)return this.each(function(){if(i=v(this))i.scrollTo(!a?f:c(i).scrollLeft(),a?f:c(i).scrollTop());else this[d]=f});else return(i=v(e))?"pageXOffset"in i?i[a?"pageYOffset":"pageXOffset"]:
c.support.boxModel&&i.document.documentElement[d]||i.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(i){var j=c(this);j[d](f.call(this,i,j[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===z?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});E.jQuery=E.$=c;if(pa){require.callReady=c.callReady;require.def("jquery",function(){return c});require.def("jQuery",function(){return c})}})(window);

/*
 * Copyright (c) 2010 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version ${Version}
 */
/*
 * 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}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * [c] Copyright 1999, Tobias Frere-Jones. Designed by Tobias Frere-Jones.
 * Produced by The Font Bureau, Inc. All rights reserved.
 */
Cufon.registerFont({"w":331,"face":{"font-family":"Interstate","font-weight":200,"font-stretch":"normal","units-per-em":"600","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"480","descent":"-120","x-height":"7","bbox":"-6 -480 508 118","underline-thickness":"12","underline-position":"-79.8","stemh":"24","stemv":"27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":150},"!":{"d":"86,-223r-6,125r-15,0r-6,-125r0,-197r27,0r0,197xm95,-19v0,12,-11,23,-22,23v-12,0,-22,-11,-22,-23v0,-12,10,-22,22,-22v11,0,22,10,22,22","w":146},"\"":{"d":"208,-420r-6,163r-21,0r-6,-163r33,0xm89,-420r-6,163r-21,0r-6,-163r33,0","w":264},"#":{"d":"362,-116r-76,0r0,116r-27,0r0,-116r-123,0r0,116r-27,0r0,-116r-76,0r0,-26r76,0r0,-136r-76,0r0,-25r76,0r0,-117r27,0r0,117r123,0r0,-117r27,0r0,117r76,0r0,25r-76,0r0,136r76,0r0,26xm259,-142r0,-136r-123,0r0,136r123,0","w":394},"$":{"d":"299,-107v0,65,-50,105,-118,109r0,58r-27,0r0,-58v-49,-3,-88,-20,-119,-48r17,-21v34,28,70,45,117,45v58,0,102,-28,102,-84v0,-47,-26,-69,-110,-100v-90,-34,-118,-58,-118,-116v0,-56,41,-96,111,-100r0,-58r27,0r0,57v49,2,80,18,110,40r-16,22v-31,-23,-61,-37,-108,-37v-66,0,-96,35,-96,75v0,42,19,61,105,93v94,35,123,64,123,123","w":340},"%":{"d":"508,-119v0,77,-37,126,-93,126v-56,0,-92,-48,-92,-125v0,-77,36,-126,93,-126v58,0,92,49,92,125xm416,-420r-261,420r-27,0r261,-420r27,0xm221,-301v0,76,-37,125,-93,125v-56,0,-91,-49,-91,-125v0,-77,35,-126,92,-126v58,0,92,49,92,126xm483,-118v0,-64,-25,-104,-68,-104v-42,0,-67,39,-67,103v0,64,25,104,68,104v43,0,67,-42,67,-103xm197,-301v0,-64,-26,-104,-68,-104v-43,0,-68,40,-68,104v0,64,26,103,68,103v43,0,68,-42,68,-103","w":544},"&":{"d":"350,0r-33,0r-42,-53v-33,40,-75,60,-121,60v-80,0,-119,-47,-119,-111v0,-62,38,-101,99,-132r-14,-18v-23,-31,-41,-55,-41,-89v0,-50,41,-84,98,-84v46,0,78,14,109,37r-14,22v-31,-23,-58,-35,-96,-35v-40,0,-69,24,-69,59v0,28,12,47,33,74r137,175v14,-23,25,-53,35,-87r23,6v-10,39,-25,74,-43,102xm260,-72r-112,-146v-57,27,-86,65,-86,114v0,52,35,87,93,87v41,0,77,-18,105,-55","w":376},"'":{"d":"89,-420r-6,163r-22,0r-5,-163r33,0","w":144},"(":{"d":"168,55r-13,11v-55,-55,-111,-136,-111,-246v0,-116,53,-194,112,-250r11,11v-56,59,-96,131,-96,237v0,104,44,180,97,237","w":209},")":{"d":"165,-184v0,116,-53,194,-112,250r-11,-11v56,-59,96,-131,96,-237v0,-104,-44,-180,-97,-237r13,-11v55,55,111,136,111,246","w":209},"*":{"d":"249,-260r-11,19r-87,-58r6,105r-22,0r6,-105r-87,58r-11,-19r92,-47r-92,-47r11,-19r87,57r-6,-104r22,0r-6,104r87,-57r11,19r-92,47","w":292},"+":{"d":"311,-194r-126,0r0,136r-26,0r0,-136r-126,0r0,-24r126,0r0,-137r26,0r0,137r126,0r0,24","w":343},",":{"d":"84,-55r-26,113r-20,0r11,-113r35,0","w":126},"-":{"d":"159,-206r-128,0r0,-26r128,0r0,26","w":190},".":{"d":"86,-19v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v12,0,23,11,23,24","w":126},"\/":{"d":"226,-474r-177,528r-26,0r176,-528r27,0","w":248},"0":{"d":"350,-210v0,137,-62,217,-156,217v-93,0,-156,-80,-156,-217v0,-137,63,-217,156,-217v94,0,156,80,156,217xm322,-210v0,-119,-47,-192,-128,-192v-81,0,-129,73,-129,192v0,119,48,192,129,192v81,0,128,-73,128,-192","w":387},"1":{"d":"116,0r-27,0r0,-376v-4,10,-38,27,-75,27r0,-23v38,-2,73,-17,81,-49r21,0r0,421","w":175},"2":{"d":"291,0r-263,0v4,-85,45,-133,131,-194v82,-58,100,-81,100,-126v0,-52,-37,-82,-96,-82v-47,0,-80,14,-107,34r-14,-19v31,-23,68,-40,122,-40v71,0,123,35,123,105v0,59,-26,86,-109,145v-88,62,-112,101,-119,151r232,0r0,26","w":335},"3":{"d":"288,-117v0,78,-55,124,-143,124v-46,0,-96,-21,-120,-46r16,-20v26,23,66,41,105,41v74,0,115,-36,115,-98v0,-65,-45,-93,-110,-93r-27,0r0,-24r27,0v61,0,93,-33,93,-83v0,-52,-30,-86,-97,-86v-40,0,-74,18,-91,34r-17,-18v19,-19,59,-41,109,-41v73,0,123,36,123,108v0,64,-38,89,-72,96v43,6,89,36,89,106","w":328},"4":{"d":"332,-107r-62,0r0,107r-25,0r0,-107r-223,0r0,-23r219,-292r29,0r0,291r62,0r0,24xm245,-131r0,-257r-192,257r192,0","w":357},"5":{"d":"317,-134v0,92,-63,141,-154,141v-51,0,-97,-16,-123,-33r13,-23v25,16,66,31,112,31v78,0,125,-46,125,-114v0,-62,-35,-103,-114,-103v-45,0,-77,13,-99,33r-28,-10r16,-208r231,0r0,26r-208,0r-12,167v21,-18,56,-32,102,-32v97,0,139,50,139,125","w":353},"6":{"d":"337,-128v0,83,-63,135,-148,135v-87,0,-148,-48,-148,-162v0,-113,58,-254,230,-270r0,24v-130,16,-190,108,-203,214v18,-40,64,-69,129,-69v78,0,140,42,140,128xm309,-127v0,-68,-47,-104,-118,-104v-73,0,-123,45,-122,104v2,68,48,109,121,109v74,0,119,-47,119,-109","w":366},"7":{"d":"283,-394v-76,95,-146,225,-151,394r-28,0v6,-162,69,-293,147,-394r-237,0r0,-26r269,0r0,26","w":322},"8":{"d":"338,-114v0,79,-61,121,-152,121v-91,0,-151,-41,-151,-120v0,-61,40,-99,102,-110v-47,-11,-84,-40,-84,-95v0,-66,54,-109,134,-109v81,0,133,42,133,108v0,54,-38,84,-85,95v63,12,103,49,103,110xm292,-318v0,-49,-38,-84,-106,-84v-67,0,-106,34,-106,83v0,52,43,84,107,84v63,0,105,-33,105,-83xm311,-113v0,-59,-49,-96,-125,-96v-76,0,-124,36,-124,95v0,60,47,96,125,96v78,0,124,-35,124,-95","w":372},"9":{"d":"325,-265v0,113,-58,254,-230,270r0,-24v131,-16,191,-108,202,-214v-18,40,-62,69,-128,69v-78,0,-140,-42,-140,-128v0,-83,63,-135,148,-135v87,0,148,48,148,162xm297,-293v-2,-68,-48,-109,-121,-109v-74,0,-119,47,-119,109v0,68,47,104,119,104v72,0,122,-45,121,-104","w":366},":":{"d":"86,-295v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v12,0,23,11,23,24xm86,-19v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v12,0,23,11,23,24","w":126},";":{"d":"86,-295v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v12,0,23,11,23,24xm80,-55r-27,113r-19,0r10,-113r36,0","w":126},"<":{"d":"188,-38r-155,-156r0,-24r155,-157r0,34r-134,134r134,135r0,34","w":231},"=":{"d":"297,-257r-247,0r0,-24r247,0r0,24xm297,-131r-247,0r0,-25r247,0r0,25","w":347},">":{"d":"198,-194r-155,156r0,-34r134,-134r-134,-135r0,-34r155,157r0,24","w":231},"?":{"d":"287,-328v0,54,-24,74,-73,111v-41,31,-49,46,-49,119r-28,0v0,-83,11,-99,64,-139v41,-31,58,-49,58,-89v0,-45,-38,-75,-95,-75v-49,0,-83,17,-114,43r-16,-19v31,-28,73,-50,132,-50v72,0,121,36,121,99xm173,-19v0,12,-11,23,-22,23v-12,0,-22,-11,-22,-23v0,-12,10,-22,22,-22v11,0,22,10,22,22","w":334},"@":{"d":"467,-216v0,90,-37,125,-87,125v-30,0,-53,-17,-61,-44v-19,27,-48,44,-83,44v-47,0,-87,-23,-87,-77v0,-51,41,-79,93,-79v32,0,56,9,74,20r0,-39v0,-40,-21,-55,-68,-55v-25,0,-46,6,-66,16r-7,-17v22,-10,46,-18,75,-18v53,0,84,18,84,72r0,111v0,30,16,50,48,50v38,0,67,-30,67,-108v0,-111,-82,-195,-198,-195v-115,0,-199,81,-199,199v0,118,84,201,199,201v33,0,57,-5,86,-19r6,15v-34,16,-58,21,-92,21v-125,0,-217,-92,-217,-217v0,-125,92,-217,217,-217v128,0,216,97,216,211xm316,-154r0,-55v-18,-10,-44,-20,-76,-20v-40,0,-71,22,-71,60v0,41,28,59,69,59v32,0,61,-18,78,-44","w":501},"A":{"d":"361,0r-29,0r-40,-116r-186,0r-41,116r-28,0r147,-421r30,0xm284,-141r-85,-247r-85,247r170,0","w":398},"B":{"d":"328,-122v0,80,-50,122,-135,122r-135,0r0,-420r135,0v61,0,112,29,112,100v0,56,-33,83,-68,91v41,7,91,37,91,107xm277,-319v0,-52,-36,-76,-86,-76r-106,0r0,156r105,0v55,0,87,-31,87,-80xm301,-121v0,-60,-45,-94,-109,-94r-107,0r0,190r110,0v70,0,106,-36,106,-96","w":364},"C":{"d":"335,-51v-30,35,-72,58,-124,58v-101,0,-170,-89,-170,-216v0,-129,71,-218,171,-218v53,0,90,19,119,54r-18,19v-27,-32,-56,-47,-102,-47v-83,0,-142,75,-142,190v0,116,60,192,142,192v43,0,75,-17,106,-51","w":371},"D":{"d":"355,-212v0,150,-78,212,-193,212r-104,0r0,-420r109,0v114,0,188,63,188,208xm328,-211v0,-123,-58,-184,-164,-184r-79,0r0,370r81,0v102,0,162,-55,162,-186","w":396},"E":{"d":"304,0r-246,0r0,-420r237,0r0,25r-210,0r0,159r127,0r0,25r-127,0r0,186r219,0r0,25","w":333},"F":{"d":"289,-395r-204,0r0,166r123,0r0,25r-123,0r0,204r-27,0r0,-420r231,0r0,25","w":313},"G":{"d":"359,-167v0,114,-59,174,-148,174v-101,0,-170,-89,-170,-216v0,-128,71,-218,171,-218v56,0,99,21,125,57r-21,18v-26,-34,-56,-49,-105,-49v-83,0,-142,76,-142,190v0,116,60,192,142,192v77,0,121,-50,121,-144r0,-8r-91,0r0,-25r118,0r0,29","w":397},"H":{"d":"347,0r-28,0r0,-206r-234,0r0,206r-27,0r0,-420r27,0r0,188r234,0r0,-188r28,0r0,420","w":404},"I":{"d":"88,0r-27,0r0,-420r27,0r0,420","w":149},"J":{"d":"281,-143v0,101,-46,150,-132,150v-65,0,-104,-31,-125,-88r25,-11v19,47,49,73,102,73v68,0,103,-38,103,-124r0,-277r27,0r0,277","w":336},"K":{"d":"343,0r-32,0r-137,-230r-89,114r0,116r-27,0r0,-420r27,0r0,265r207,-265r31,0r-130,167","w":369},"L":{"d":"293,0r-235,0r0,-420r27,0r0,395r208,0r0,25","w":323},"M":{"d":"416,0r-27,0r0,-361r-153,368r0,0r-151,-368r0,361r-27,0r0,-420r31,0r148,363r148,-363r31,0r0,420","w":474},"N":{"d":"344,0r-24,0r-235,-373r0,373r-27,0r0,-420r27,0r233,370r0,-370r26,0r0,420","w":402},"O":{"d":"387,-211v0,131,-72,218,-173,218v-101,0,-173,-86,-173,-217v0,-131,73,-217,174,-217v101,0,172,85,172,216xm359,-210v0,-119,-62,-191,-145,-191v-83,0,-145,71,-145,190v0,119,63,192,146,192v83,0,144,-72,144,-191","w":428},"P":{"d":"329,-300v0,82,-54,125,-142,125r-102,0r0,175r-27,0r0,-420r137,0v79,0,134,35,134,120xm301,-299v0,-67,-39,-96,-107,-96r-109,0r0,195r102,0v76,0,114,-33,114,-99","w":356},"Q":{"d":"388,-211v0,84,-30,150,-78,186r24,39r-22,13r-25,-38v-22,11,-46,18,-73,18v-102,0,-173,-85,-173,-216v0,-132,73,-218,174,-218v101,0,173,85,173,216xm360,-209v0,-119,-63,-192,-146,-192v-83,0,-145,71,-145,190v0,119,63,192,146,192v22,0,42,-4,59,-14r-38,-62r22,-14r38,62v39,-31,64,-86,64,-162","w":429},"R":{"d":"333,-305v0,67,-40,104,-104,115r97,190r-32,0r-94,-187r-115,0r0,187r-27,0r0,-420r140,0v78,0,135,32,135,115xm305,-305v0,-65,-40,-90,-108,-90r-112,0r0,183r105,0v76,0,115,-29,115,-93","w":373},"S":{"d":"301,-106v0,69,-55,113,-131,113v-55,0,-100,-20,-135,-51r18,-20v34,29,71,45,118,45v57,0,102,-29,102,-85v0,-46,-27,-70,-110,-101v-91,-34,-118,-60,-118,-118v0,-60,46,-104,125,-104v56,0,90,17,123,41r-18,21v-30,-23,-59,-36,-106,-36v-66,0,-96,36,-96,76v0,43,19,63,105,95v93,34,123,63,123,124","w":345},"T":{"d":"316,-395r-131,0r0,395r-27,0r0,-395r-130,0r0,-25r288,0r0,25","w":344},"U":{"d":"346,-162v0,113,-50,169,-146,169v-95,0,-145,-55,-145,-168r0,-259r27,0r0,258v0,97,41,143,120,143v79,0,116,-45,116,-142r0,-259r28,0r0,258","w":400},"V":{"d":"358,-420r-145,421r-31,0r-145,-421r29,0r131,389r132,-389r29,0","w":394},"W":{"d":"485,-420r-90,421r-32,0r-101,-382r-101,382r-31,0r-90,-421r28,0r78,384r101,-384r32,0r101,384r78,-384r27,0","w":525},"X":{"d":"332,0r-31,0r-117,-194r-118,194r-30,0r133,-219r-122,-201r32,0r105,176r106,-176r30,0r-121,200","w":367},"Y":{"d":"347,-420r-144,247r0,173r-27,0r0,-172r-143,-248r31,0r126,220r126,-220r31,0","w":379},"Z":{"d":"321,0r-284,0r0,-24r253,-372r-241,0r0,-24r272,0r0,24r-253,372r253,0r0,24","w":363},"[":{"d":"161,66r-101,0r0,-486r101,0r0,22r-75,0r0,442r75,0r0,22","w":200},"\\":{"d":"226,54r-27,0r-176,-528r26,0","w":248},"]":{"d":"140,66r-101,0r0,-22r76,0r0,-442r-76,0r0,-22r101,0r0,486","w":200},"^":{"d":"296,-229r-30,0r-101,-162r-101,162r-30,0r121,-191r20,0","w":330},"_":{"d":"300,80r-300,0r0,-22r300,0r0,22","w":300},"`":{"d":"187,-357r-21,0r-78,-88r37,0","w":300},"a":{"d":"270,0r-26,0r0,-47v-24,31,-61,54,-107,54v-52,0,-105,-24,-105,-98v0,-70,57,-101,119,-101v38,0,71,10,93,23r0,-46v0,-60,-27,-84,-83,-84v-36,0,-63,10,-90,24r-10,-21v28,-14,61,-26,102,-26v68,0,107,28,107,104r0,218xm244,-74r0,-73v-24,-14,-54,-23,-95,-23v-53,0,-91,26,-91,78v0,56,39,77,83,77v44,0,80,-25,103,-59","w":319},"b":{"d":"298,-161v0,114,-51,168,-120,168v-43,0,-77,-21,-100,-53r0,46r-26,0r0,-422r26,-15r0,169v23,-31,60,-54,104,-54v67,0,116,48,116,161xm271,-160v0,-94,-37,-138,-96,-138v-40,0,-73,23,-97,57r0,165v22,34,57,59,98,59v60,0,95,-46,95,-143"},"c":{"d":"262,-32v-25,24,-56,39,-98,39v-67,0,-130,-51,-130,-164v0,-115,67,-165,132,-165v43,0,73,15,96,35r-17,20v-22,-19,-44,-31,-81,-31v-55,0,-103,48,-103,139v0,92,45,142,104,142v34,0,59,-13,81,-33","w":295},"d":{"d":"280,0r-26,0r0,-47v-23,31,-59,54,-103,54v-67,0,-117,-48,-117,-161v0,-114,52,-168,120,-168v43,0,77,21,100,53r0,-153r26,-15r0,437xm254,-74r0,-165v-21,-34,-57,-59,-98,-59v-61,0,-95,46,-95,143v0,94,37,138,96,138v39,0,73,-23,97,-57"},"e":{"d":"286,-164v0,7,0,10,-1,14r-224,0v2,85,44,133,102,133v41,0,65,-10,94,-28r12,19v-34,21,-62,33,-109,33v-62,0,-126,-49,-126,-165v0,-103,56,-164,127,-164v76,0,125,61,125,158xm261,-172v-2,-80,-40,-126,-100,-126v-55,0,-96,43,-100,126r200,0","w":322},"f":{"d":"182,-429r-1,25v-9,-4,-21,-7,-37,-7v-23,0,-43,10,-43,47r0,49r74,0r0,22r-74,0r0,293r-26,0r0,-293r-47,0r0,-22r47,0r0,-46v0,-55,29,-74,67,-74v19,0,31,3,40,6","w":205},"g":{"d":"280,-28v0,98,-41,143,-160,146r-9,-23v109,-3,143,-35,143,-120r0,-22v-23,31,-59,54,-103,54v-67,0,-117,-48,-117,-161v0,-114,52,-168,120,-168v43,0,77,21,100,53r0,-46r26,0r0,287xm254,-74r0,-165v-21,-34,-57,-59,-98,-59v-61,0,-95,46,-95,143v0,94,37,138,96,138v39,0,73,-23,97,-57"},"h":{"d":"290,0r-27,0r0,-188v0,-77,-33,-110,-90,-110v-46,0,-95,27,-95,109r0,189r-26,0r0,-422r26,-15r0,175v16,-38,53,-60,100,-60v67,0,112,38,112,129r0,193","w":339},"i":{"d":"87,-403v0,10,-9,19,-19,19v-11,0,-19,-9,-19,-19v0,-11,8,-19,19,-19v10,0,19,8,19,19xm81,0r-26,0r0,-315r26,0r0,315","w":135},"j":{"d":"87,-403v0,10,-9,19,-19,19v-11,0,-19,-9,-19,-19v0,-11,8,-19,19,-19v10,0,19,8,19,19xm81,1v0,68,-16,99,-77,116r-10,-23v50,-15,61,-32,61,-93r0,-316r26,0r0,316","w":135},"k":{"d":"271,0r-29,0r-99,-175r-65,87r0,88r-26,0r0,-422r26,-15r0,313r142,-191r30,0r-90,118","w":296},"l":{"d":"81,0r-26,0r0,-422r26,-15r0,437","w":135},"m":{"d":"482,0r-27,0r0,-188v0,-79,-33,-110,-85,-110v-44,0,-90,27,-90,109r0,189r-26,0r0,-189v0,-79,-35,-109,-87,-109v-44,0,-89,27,-89,109r0,189r-26,0r0,-315r26,0r0,53v15,-39,51,-60,95,-60v53,0,86,31,97,72v15,-46,51,-72,104,-72v64,0,108,38,108,129r0,193","w":526},"n":{"d":"290,0r-27,0r0,-188v0,-77,-33,-110,-90,-110v-46,0,-95,27,-95,109r0,189r-26,0r0,-315r26,0r0,53v16,-38,53,-60,100,-60v67,0,112,38,112,129r0,193","w":339},"o":{"d":"306,-159v0,106,-61,166,-137,166v-76,0,-135,-58,-135,-164v0,-106,61,-165,137,-165v76,0,135,57,135,163xm279,-158v0,-92,-46,-140,-109,-140v-62,0,-109,48,-109,140v0,92,47,141,109,141v63,0,109,-49,109,-141","w":340},"p":{"d":"298,-161v0,114,-51,168,-120,168v-43,0,-77,-21,-100,-53r0,145r-26,15r0,-429r26,0r0,47v23,-31,60,-54,104,-54v67,0,116,48,116,161xm271,-160v0,-94,-37,-138,-96,-138v-40,0,-73,23,-97,57r0,165v22,34,57,59,98,59v60,0,95,-46,95,-143"},"q":{"d":"280,99r-26,15r0,-161v-23,31,-59,54,-103,54v-67,0,-117,-48,-117,-161v0,-114,52,-168,120,-168v43,0,77,21,100,53r0,-46r26,0r0,414xm254,-74r0,-165v-21,-34,-57,-59,-98,-59v-61,0,-95,46,-95,143v0,94,37,138,96,138v39,0,73,-23,97,-57"},"r":{"d":"216,-313r-7,26v-14,-6,-27,-10,-48,-10v-41,0,-83,31,-83,107r0,190r-26,0r0,-315r26,0r0,57v12,-40,50,-64,88,-64v23,0,39,4,50,9","w":237},"s":{"d":"233,-77v0,56,-45,84,-102,84v-41,0,-72,-14,-102,-37r15,-19v25,20,52,33,87,33v49,0,77,-23,77,-61v0,-32,-19,-50,-81,-76v-65,-28,-89,-46,-89,-93v0,-43,37,-76,92,-76v44,0,75,15,96,32r-15,19v-22,-17,-45,-28,-82,-28v-41,0,-65,23,-65,51v0,34,18,48,77,73v62,26,92,47,92,98","w":269},"t":{"d":"173,-29r-1,23v-16,7,-33,11,-56,11v-35,0,-54,-19,-54,-61r0,-237r-40,0r0,-22r40,0r0,-107r27,-15r0,122r83,0r0,22r-83,0r0,233v0,28,10,41,36,41v19,0,33,-3,48,-10","w":208},"u":{"d":"287,0r-26,0r0,-53v-13,39,-53,60,-100,60v-67,0,-112,-38,-112,-129r0,-193r27,0r0,188v0,77,34,110,90,110v46,0,95,-27,95,-109r0,-189r26,0r0,315","w":339},"v":{"d":"280,-315r-116,316r-23,0r-115,-316r29,0r98,284r99,-284r28,0","w":305},"w":{"d":"403,-315r-83,316r-25,0r-79,-276r-80,276r-24,0r-83,-316r27,0r69,275r80,-276r24,0r79,276r69,-275r26,0","w":432},"x":{"d":"262,0r-30,0r-85,-143r-86,143r-28,0r101,-164r-92,-151r29,0r77,128r77,-128r28,0r-92,149","w":295},"y":{"d":"283,-315r-158,426r-27,0r42,-113r-114,-313r28,0r100,283r100,-283r29,0","w":308},"z":{"d":"254,0r-220,0r0,-20r190,-273r-173,0r0,-22r203,0r0,20r-189,273r189,0r0,22","w":294},"{":{"d":"194,66v-71,-4,-106,-37,-106,-118r0,-70v0,-26,-10,-43,-38,-43r-18,0r0,-25r18,0v28,0,38,-17,38,-43r0,-71v0,-81,35,-114,106,-118r0,22v-55,6,-80,29,-80,93r0,65v0,36,-10,55,-35,65v25,9,35,29,35,65r0,63v0,64,25,86,80,92r0,23","w":226},"|":{"d":"100,111r-26,0r0,-591r26,0r0,591","w":174},"}":{"d":"193,-166r-17,0v-28,0,-37,16,-37,43r0,71v0,81,-36,114,-107,118r0,-23v55,-6,80,-28,80,-92r0,-65v0,-36,10,-56,35,-65v-25,-10,-35,-29,-35,-65r0,-63v0,-64,-25,-87,-80,-93r0,-22v71,4,107,37,107,118r0,70v0,27,9,43,37,43r17,0r0,25","w":226},"~":{"d":"289,-248v-19,41,-39,61,-73,61v-22,0,-37,-8,-56,-21v-22,-15,-38,-23,-53,-23v-22,0,-34,13,-49,44r-24,-10v19,-41,38,-61,73,-61v21,0,37,8,56,21v21,14,36,23,53,23v22,0,33,-13,49,-45","w":322},"\u00a0":{"w":150}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * [c] Copyright 1993, 1999, Tobias Frere-Jones. Designed by Tobias Frere-Jones.
 * Produced by The Font Bureau, Inc. All rights reserved.
 */
Cufon.registerFont({"w":202,"face":{"font-family":"Interstate","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-16 -288 346 69","underline-thickness":"7.2","underline-position":"-47.88","stemh":"48","stemv":"50","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":104},"!":{"d":"86,-252v1,61,1,121,-8,173r-34,0v-8,-52,-9,-112,-8,-173r50,0xm92,-27v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31v0,-17,13,-30,30,-30v17,0,31,13,31,30","w":122},"\"":{"d":"170,-252r-13,118r-34,0r-13,-118r60,0xm80,-252r-13,118r-34,0r-12,-118r59,0","w":190},"#":{"d":"248,-50r-43,0r0,50r-44,0r0,-50r-56,0r0,50r-44,0r0,-50r-43,0r0,-42r43,0r0,-68r-43,0r0,-42r43,0r0,-50r44,0r0,50r56,0r0,-50r44,0r0,50r43,0r0,42r-43,0r0,68r43,0r0,42xm161,-92r0,-68r-56,0r0,68r56,0","w":266},"$":{"d":"216,-76v0,41,-22,68,-71,76r0,36r-51,0r0,-36v-32,-5,-60,-21,-75,-44r36,-32v18,21,41,29,65,29v30,0,44,-7,44,-26v0,-16,-8,-23,-56,-34v-46,-11,-79,-25,-79,-75v0,-38,27,-63,65,-70r0,-36r51,0r0,36v27,5,48,18,66,37r-37,36v-16,-17,-34,-26,-57,-26v-27,0,-36,10,-36,21v0,16,11,21,51,30v40,9,84,23,84,78","w":235},"%":{"d":"346,-75v0,48,-28,79,-67,79v-39,0,-66,-30,-66,-78v0,-49,28,-79,67,-79v40,0,66,30,66,78xm279,-252r-155,252r-43,0r154,-252r44,0xm147,-178v0,48,-28,79,-67,79v-39,0,-66,-30,-66,-78v0,-49,27,-79,66,-79v40,0,67,30,67,78xm306,-74v0,-30,-10,-45,-27,-45v-17,0,-26,14,-26,44v0,30,10,46,27,46v17,0,26,-18,26,-45xm106,-177v0,-30,-9,-45,-26,-45v-17,0,-26,14,-26,44v0,30,9,46,26,46v17,0,26,-18,26,-45","w":359},"&":{"d":"248,0r-58,0r-19,-21v-43,41,-156,34,-156,-42v0,-35,19,-56,51,-72v-13,-16,-28,-35,-28,-59v0,-73,107,-77,150,-36r-24,37v-17,-13,-35,-18,-53,-18v-33,-1,-24,28,-10,44r69,79v6,-12,12,-25,18,-42r41,13v-8,24,-18,46,-29,63xm142,-52r-49,-54v-37,16,-42,65,10,65v15,0,29,-3,39,-11","w":252},"'":{"d":"82,-252r-13,118r-36,0r-12,-118r61,0","w":102},"(":{"d":"118,17r-33,23v-35,-38,-62,-81,-62,-148v0,-67,25,-109,62,-150r33,23v-56,56,-56,197,0,252","w":133},")":{"d":"110,-110v0,67,-25,109,-62,150r-33,-23v56,-56,56,-197,0,-252r33,-23v35,38,62,81,62,148","w":133},"*":{"d":"168,-149r-19,32r-44,-29r4,52r-38,0r4,-53r-44,30r-19,-33r51,-23r-51,-23r19,-33r44,30r-4,-53r38,0r-4,53r44,-30r19,32r-52,24","w":180},"+":{"d":"201,-100r-66,0r0,68r-49,0r0,-68r-66,0r0,-47r66,0r0,-69r49,0r0,69r66,0r0,47","w":220},",":{"d":"82,-61r-30,106r-34,0r5,-106r59,0","w":97},"-":{"d":"125,-106r-103,0r0,-50r103,0r0,50","w":146},".":{"d":"83,-30v0,18,-16,34,-34,34v-18,0,-34,-16,-34,-34v0,-18,16,-34,34,-34v18,0,34,16,34,34","w":97},"\/":{"d":"168,-284r-118,316r-49,0r118,-316r49,0","w":169},"0":{"d":"230,-127v0,77,-38,131,-107,131v-69,0,-105,-53,-105,-130v0,-77,37,-130,106,-130v69,0,106,52,106,129xm179,-126v0,-45,-17,-81,-56,-81v-39,0,-54,35,-54,80v0,45,16,82,55,82v39,0,55,-36,55,-81","w":247},"1":{"d":"107,0r-50,0r0,-182r-43,0r0,-37v28,-1,47,-12,52,-33r41,0r0,252","w":138},"2":{"d":"220,0r-197,0v1,-86,54,-124,116,-151v22,-9,28,-19,28,-30v0,-13,-11,-26,-41,-26v-30,0,-54,14,-72,31r-32,-38v44,-58,195,-62,195,30v0,41,-21,59,-64,79v-45,21,-62,37,-67,56r134,0r0,49","w":245},"3":{"d":"212,-78v0,54,-42,82,-105,82v-38,0,-71,-15,-99,-48r38,-31v21,22,40,30,66,30v60,0,66,-62,11,-61r-29,0r0,-50v27,1,58,2,56,-25v-3,-34,-73,-33,-91,-4r-37,-34v43,-57,179,-51,179,34v0,27,-14,44,-29,52v16,6,40,22,40,55","w":232},"4":{"d":"235,-51r-33,0r0,51r-48,0r0,-51r-138,0r0,-46r133,-155r53,0r0,154r33,0r0,47xm155,-194r-82,96r81,0","w":250},"5":{"d":"222,-88v0,101,-133,113,-204,65r25,-43v37,25,126,37,128,-20v2,-48,-71,-41,-93,-22r-48,-18r9,-126r168,0r0,49r-122,0r-3,43v14,-8,29,-11,53,-11v57,0,87,35,87,83","w":240},"6":{"d":"223,-82v0,56,-47,86,-106,86v-56,0,-100,-31,-100,-102v0,-66,38,-158,169,-158r0,49v-58,0,-95,20,-109,59v53,-35,146,-13,146,66xm172,-81v0,-26,-18,-37,-50,-37v-34,0,-53,12,-53,38v0,23,17,37,50,37v33,0,53,-15,53,-38","w":238},"7":{"d":"205,-203v-51,50,-84,116,-84,203r-51,0v0,-82,27,-150,74,-204r-128,0r0,-48r189,0r0,49","w":227},"8":{"d":"192,-137v76,39,34,141,-66,141v-65,0,-105,-30,-105,-80v0,-35,21,-53,40,-61v-64,-38,-11,-119,65,-119v50,0,95,24,95,73v0,18,-10,35,-29,46xm171,-182v0,-16,-12,-30,-45,-30v-31,0,-44,13,-44,29v0,16,15,29,44,29v31,0,45,-11,45,-28xm181,-76v0,-23,-17,-36,-55,-36v-38,0,-55,13,-55,35v0,23,23,37,55,37v35,0,55,-13,55,-36","w":252},"9":{"d":"222,-154v0,66,-39,158,-170,158r0,-49v58,0,96,-20,110,-59v-54,35,-147,14,-147,-66v0,-56,48,-86,107,-86v56,0,100,31,100,102xm170,-172v0,-23,-17,-37,-50,-37v-33,0,-53,15,-53,38v0,26,18,37,50,37v34,0,53,-12,53,-38","w":238},":":{"d":"83,-159v0,18,-16,34,-34,34v-18,0,-34,-16,-34,-34v0,-18,16,-34,34,-34v18,0,34,16,34,34xm83,-30v0,18,-16,34,-34,34v-18,0,-34,-16,-34,-34v0,-18,16,-34,34,-34v18,0,34,16,34,34","w":97},";":{"d":"83,-159v0,18,-16,34,-34,34v-18,0,-34,-16,-34,-34v0,-18,16,-34,34,-34v18,0,34,16,34,34xm80,-61r-31,106r-34,0r6,-106r59,0","w":97},"<":{"d":"140,-10r-119,-97r0,-34r119,-97r0,62r-68,52r68,52r0,62","w":162},"=":{"d":"192,-143r-163,0r0,-47r163,0r0,47xm192,-58r-163,0r0,-46r163,0r0,46","w":220},">":{"d":"141,-107r-119,97r0,-62r68,-51r-68,-52r0,-63r119,97r0,34","w":162},"?":{"d":"197,-183v0,64,-77,58,-76,104r-49,0v0,-34,9,-57,51,-74v38,-16,30,-54,-20,-54v-27,0,-47,14,-63,31r-32,-38v37,-56,189,-63,189,31xm127,-27v0,17,-13,31,-30,31v-17,0,-31,-14,-31,-31v0,-17,14,-30,31,-30v17,0,30,13,30,30","w":210},"@":{"d":"280,-130v0,78,-63,93,-96,55v-25,32,-98,27,-98,-30v0,-41,53,-56,85,-39v7,-36,-40,-31,-60,-19r-13,-24v35,-25,108,-17,108,35v0,30,-12,75,22,75v22,0,32,-19,32,-53v0,-57,-47,-105,-110,-105v-63,0,-109,46,-109,109v0,79,79,132,156,99r9,19v-92,40,-185,-24,-185,-118v0,-75,54,-130,129,-130v77,0,130,58,130,126xm144,-85v19,-1,30,-9,27,-32v-11,-10,-50,-12,-50,12v0,10,6,20,23,20","w":300},"A":{"d":"256,0r-56,0r-20,-56r-92,0r-20,56r-54,0r97,-252r49,0xm163,-104r-29,-85v-7,24,-19,60,-29,85r58,0","w":270},"B":{"d":"237,-81v0,53,-36,81,-90,81r-115,0r0,-252v83,2,199,-18,196,67v0,22,-10,39,-27,49v20,9,36,27,36,55xm177,-181v0,-37,-60,-22,-95,-25r0,48v34,-3,95,12,95,-23xm185,-81v0,-46,-62,-29,-103,-32r0,65v42,-2,103,12,103,-33","w":255},"C":{"d":"223,-200r-47,21v-30,-54,-115,-21,-105,53v-7,73,77,111,109,48r42,25v-17,36,-47,57,-93,57v-66,0,-110,-50,-110,-130v0,-77,46,-130,112,-130v48,0,76,23,92,56","w":241},"D":{"d":"237,-126v0,120,-91,133,-205,126r0,-252v116,-5,205,1,205,126xm185,-126v0,-61,-36,-82,-102,-77r0,154v65,6,102,-22,102,-77","w":254},"E":{"d":"213,0r-181,0r0,-252r175,0r0,49r-124,0r0,44r72,0r0,49r-72,0r0,61r130,0r0,49","w":234},"F":{"d":"213,-203r-130,0r0,48r76,0r0,49r-76,0r0,106r-51,0r0,-252r181,0r0,49","w":225},"G":{"d":"230,-131v8,83,-31,136,-101,135v-66,0,-110,-50,-110,-130v0,-77,46,-130,112,-130v51,0,78,24,95,63r-47,20v-29,-62,-108,-30,-108,47v0,46,22,81,60,81v35,0,46,-17,49,-39r-40,0r0,-47r90,0","w":251},"H":{"d":"237,0r-51,0r0,-106r-103,0r0,106r-51,0r0,-252r51,0r0,96r103,0r0,-96r51,0r0,252","w":268},"I":{"d":"86,0r-50,0r0,-252r50,0r0,252","w":122},"J":{"d":"203,-252v-3,114,26,256,-95,256v-50,0,-83,-31,-96,-75r49,-13v10,26,23,38,47,38v31,0,45,-20,45,-58r0,-148r50,0","w":234},"K":{"d":"252,0r-60,0r-69,-122r-40,48r0,74r-51,0r0,-252r51,0r-1,112r90,-112r61,0r-74,87","w":259},"L":{"d":"209,0r-177,0r0,-252r51,0r0,202r126,0r0,50","w":223},"M":{"d":"268,0r-50,0r1,-148r-69,154r-69,-154r1,148r-50,0r0,-252r49,0r70,156r68,-156r49,0r0,252","w":300},"N":{"d":"237,0r-45,0r-111,-166r1,166r-50,0r0,-252r49,0r107,162r-1,-162r50,0r0,252","w":268},"O":{"d":"240,-126v0,81,-45,130,-111,130v-66,0,-111,-49,-111,-130v0,-81,46,-130,112,-130v66,0,110,49,110,130xm189,-126v0,-51,-25,-80,-60,-80v-35,0,-59,29,-59,80v0,51,25,80,60,80v35,0,59,-29,59,-80","w":258},"P":{"d":"229,-172v0,79,-66,88,-146,83r0,89r-51,0r0,-252v92,1,198,-17,197,80xm177,-171v0,-43,-54,-30,-94,-32r0,65v40,-2,94,11,94,-33","w":244},"Q":{"d":"238,-126v0,43,-12,74,-34,97r18,27r-38,25r-18,-26v-84,28,-147,-33,-147,-123v0,-77,41,-130,110,-130v69,0,109,53,109,130xm176,-71v21,-47,13,-135,-47,-135v-41,0,-58,35,-58,80v1,49,19,85,67,82r-17,-25r38,-26","w":257},"R":{"d":"237,0r-58,0r-45,-91r-51,0r0,91r-51,0r0,-252v94,1,205,-19,205,80v0,38,-17,61,-49,74xm185,-171v0,-47,-60,-29,-102,-32r0,65v42,-3,102,13,102,-33","w":257},"S":{"d":"217,-76v0,48,-30,80,-99,80v-42,0,-79,-18,-98,-46r37,-32v18,21,40,29,64,29v30,0,44,-9,44,-28v0,-16,-8,-23,-56,-34v-46,-11,-79,-25,-79,-75v-1,-87,140,-94,182,-34r-37,35v-17,-29,-93,-37,-93,-3v0,16,11,21,51,30v40,9,84,23,84,78","w":237},"T":{"d":"211,-202r-72,0r0,202r-50,0r0,-202r-73,0r0,-50r195,0r0,50","w":227},"U":{"d":"235,-111v0,73,-39,115,-103,115v-61,0,-101,-42,-101,-115r0,-141r50,0v6,77,-26,207,51,207v77,0,46,-131,52,-207r51,0r0,141","w":265},"V":{"d":"243,-252r-90,252r-49,0r-90,-252r56,0r60,187v15,-62,40,-127,58,-187r55,0","w":257},"W":{"d":"299,-252r-52,252r-50,0r-39,-173r-40,173r-47,0r-53,-252r53,0r28,164v10,-56,26,-110,38,-164r44,0r38,164r28,-164r52,0","w":317},"X":{"d":"237,0r-61,0r-50,-87v-11,22,-35,63,-50,87r-60,0r80,-129r-76,-123r60,0r46,82r47,-82r60,0r-77,123","w":252},"Y":{"d":"249,-252r-95,152r0,100r-51,0r0,-99r-95,-153r58,0r63,109r63,-109r57,0","w":257},"Z":{"d":"223,0r-199,0r0,-45r138,-162r-130,1r0,-46r189,0r0,45r-136,162r138,-1r0,46","w":247},"[":{"d":"127,40r-93,0r0,-292r93,0r0,40r-44,0r0,212r44,0r0,40","w":149},"\\":{"d":"168,32r-49,0r-118,-316r49,0","w":169},"]":{"d":"115,40r-92,0r0,-40r44,0r0,-212r-44,0r0,-40r92,0r0,292","w":149},"^":{"d":"191,-138r-51,0r-36,-66r-37,66r-50,0r67,-114r40,0","w":208},"_":{"d":"180,67r-180,0r0,-41r180,0r0,41","w":180},"`":{"d":"130,-214r-42,0r-52,-58r63,0","w":180},"a":{"d":"178,0r-50,0r0,-13v-36,34,-113,15,-113,-50v0,-55,69,-76,113,-55v8,-45,-55,-38,-79,-21r-19,-35v47,-34,148,-24,148,47r0,127xm94,-38v25,-1,39,-12,34,-41v-15,-12,-63,-13,-63,16v0,13,8,25,29,25","w":200},"b":{"d":"187,-92v0,76,-61,121,-113,81r0,11r-50,0r0,-238r50,-24r0,85v50,-38,113,-6,113,85xm137,-91v0,-59,-40,-68,-63,-39r0,71v22,27,63,21,63,-32"},"c":{"d":"180,-38v-18,24,-40,42,-77,42v-49,0,-89,-40,-89,-98v0,-58,38,-99,91,-99v36,0,59,18,75,42r-33,33v-20,-40,-82,-35,-82,24v0,57,59,63,84,26","w":193},"d":{"d":"177,0r-49,0r0,-12v-50,38,-114,6,-114,-85v0,-75,62,-121,114,-81r0,-60r49,-24r0,262xm128,-59r0,-71v-23,-26,-63,-22,-63,32v0,60,39,67,63,39"},"e":{"d":"99,-193v55,0,85,54,78,115r-113,0v2,41,52,43,72,22r35,29v-51,60,-157,27,-157,-67v0,-58,37,-99,85,-99xm130,-116v-1,-17,-12,-34,-34,-34v-18,0,-29,15,-31,34r65,0","w":193},"f":{"d":"122,-216v-19,-10,-45,-2,-36,27r32,0r0,47r-32,0r0,142r-50,0r0,-142r-22,0r0,-47r22,0v-10,-61,32,-84,86,-67r0,40","w":133},"g":{"d":"177,-189v-10,109,39,254,-81,258r-18,-37v39,-5,50,-15,50,-44v-50,38,-114,6,-114,-85v0,-75,62,-121,114,-81r0,-11r49,0xm128,-59r0,-71v-23,-26,-63,-22,-63,32v0,60,39,67,63,39"},"h":{"d":"188,0r-50,0v-5,-49,19,-146,-32,-146v-51,0,-26,97,-32,146r-50,0r0,-238r50,-24r0,86v9,-9,24,-17,44,-17v86,-4,69,109,70,193","w":210},"i":{"d":"79,-233v0,15,-13,29,-28,29v-15,0,-29,-14,-29,-29v0,-15,14,-28,29,-28v15,0,28,13,28,28xm76,0r-50,0r0,-189r50,0r0,189","w":101},"j":{"d":"79,-233v0,15,-13,29,-28,29v-15,0,-29,-14,-29,-29v0,-15,14,-28,29,-28v15,0,28,13,28,28xm76,-14v0,53,-17,74,-75,83r-17,-38v34,-6,42,-13,42,-43r0,-177r50,0r0,175","w":101},"k":{"d":"188,0r-54,0r-36,-87r-24,30r0,57r-50,0r0,-238r50,-24r-1,140r51,-67r59,0r-49,60","w":198},"l":{"d":"76,0r-50,0r0,-238r50,-24r0,262","w":101},"m":{"d":"295,0r-50,0r0,-102v0,-34,-9,-44,-30,-44v-21,0,-31,10,-31,43r0,103r-49,0r0,-102v0,-34,-10,-44,-31,-44v-21,0,-30,10,-30,43r0,103r-50,0r0,-189r50,0r0,13v20,-24,76,-23,93,7v13,-13,30,-24,61,-24v86,0,65,110,67,193","w":317},"n":{"d":"188,0r-50,0v-5,-49,19,-146,-32,-146v-51,0,-26,97,-32,146r-50,0r0,-189r50,0r0,13v9,-9,24,-17,44,-17v86,-4,69,109,70,193","w":210},"o":{"d":"185,-94v0,58,-36,98,-85,98v-49,0,-86,-40,-86,-98v0,-58,37,-99,86,-99v49,0,85,41,85,99xm135,-94v0,-29,-11,-51,-35,-51v-24,0,-35,22,-35,51v0,29,11,50,35,50v24,0,35,-24,35,-50","w":199},"p":{"d":"187,-92v0,76,-61,121,-113,81r0,56r-50,24r0,-258r50,0r0,12v50,-38,113,-6,113,85xm137,-91v0,-59,-40,-68,-63,-39r0,71v22,27,63,21,63,-32"},"q":{"d":"177,45r-49,24r0,-81v-50,38,-114,6,-114,-85v0,-75,62,-121,114,-81r0,-11r49,0r0,234xm128,-59r0,-71v-23,-26,-63,-22,-63,32v0,60,39,67,63,39"},"r":{"d":"148,-180r-13,49v-23,-19,-61,-21,-61,29r0,102r-50,0r0,-189r50,0r0,13v12,-19,60,-23,74,-4","w":154},"s":{"d":"174,-55v1,76,-113,67,-157,37r17,-38v20,11,41,17,65,17v19,0,26,-4,26,-14v0,-9,-7,-13,-28,-19v-45,-14,-75,-25,-75,-65v0,-66,100,-66,146,-38r-16,40v-19,-10,-39,-15,-55,-15v-20,0,-26,4,-26,12v0,8,7,11,40,22v34,11,63,23,63,61","w":193},"t":{"d":"137,-58r-7,50v-34,26,-89,7,-89,-45r0,-89r-32,0r0,-47r32,0r0,-49r49,-24r0,73r46,0r0,47r-46,0r0,76v2,34,29,24,47,8","w":159},"u":{"d":"186,0r-50,0r0,-13v-9,9,-24,17,-44,17v-86,4,-69,-109,-70,-193r50,0v5,49,-19,146,32,146v51,0,26,-97,32,-146r50,0r0,189","w":210},"v":{"d":"196,-189r-68,189r-51,0r-68,-189r55,0r39,129v10,-40,28,-89,40,-129r53,0","w":205},"w":{"d":"258,-189r-54,189r-42,0r-28,-119r-29,119r-42,0r-54,-189r50,0r26,113v6,-34,20,-79,29,-113r41,0r29,113r25,-113r49,0","w":267},"x":{"d":"199,0r-59,0r-37,-62v-8,17,-25,44,-36,62r-59,0r67,-102r-57,-87r59,0r26,46r27,-46r59,0r-57,87","w":206},"y":{"d":"203,-189r-97,256r-49,0r25,-67r-73,-189r55,0r43,132v11,-41,30,-91,43,-132r53,0","w":212},"z":{"d":"178,0r-156,0r0,-36r92,-109r-86,1r0,-45r150,0r0,36r-90,109r90,-1r0,45","w":199},"{":{"d":"147,40v-77,-1,-100,-32,-96,-102v1,-20,-10,-27,-29,-25r0,-40v30,6,29,-22,29,-51v0,-50,30,-76,96,-76r0,33v-41,4,-45,21,-45,58v0,39,-12,49,-35,56v26,5,35,25,35,67v0,30,9,43,45,47r0,33","w":165},"|":{"d":"74,67r-45,0r0,-355r45,0r0,355","w":102},"}":{"d":"144,-87v-30,-5,-30,21,-30,51v0,50,-29,76,-95,76r0,-33v41,-4,45,-21,45,-58v0,-39,11,-49,34,-56v-26,-5,-34,-25,-34,-67v0,-30,-9,-43,-45,-47r0,-33v77,1,95,33,95,102v0,20,11,27,30,25r0,40","w":165},"~":{"d":"70,-169v24,0,49,27,63,27v10,0,13,-4,25,-26r29,15v-13,33,-28,55,-55,55v-23,0,-47,-28,-63,-27v-10,0,-12,4,-24,26r-30,-15v13,-33,28,-55,55,-55"},"\u00a0":{"w":104}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copr. 1994, Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The
 * Font Bureau, Inc.
 */
//Cufon.registerFont({"w":201,"face":{"font-family":"Interstate","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-6 -288 325 69","underline-thickness":"7.2","underline-position":"-44.28","stemh":"26","stemv":"27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":93},"!":{"d":"61,-134r-6,66r-15,0v-8,-55,-7,-120,-7,-184r28,0r0,118xm69,-18v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,22,11,22,23","w":94},"\"":{"d":"135,-252r-6,118r-21,0r-6,-118r33,0xm64,-252r-6,118r-22,0r-6,-118r34,0","w":165,"k":{"z":4,"x":7,"t":-5,"s":5,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":9,"Z":3,"X":8,"J":31,"A":31,"8":9,"7":-9,"6":9,"5":4,"4":18,"3":4,"2":7,"1":-9,"0":4}},"#":{"d":"223,-63r-43,0r0,63r-27,0r0,-63r-64,0r0,63r-27,0r0,-63r-43,0r0,-26r43,0r0,-74r-43,0r0,-26r43,0r0,-63r27,0r0,63r64,0r0,-63r27,0r0,63r43,0r0,26r-43,0r0,74r43,0r0,26xm153,-89r0,-74r-64,0r0,74r64,0","w":241,"k":{"1":-4}},"$":{"d":"186,-68v0,36,-26,63,-70,68r0,36r-27,0r0,-36v-29,-3,-54,-17,-71,-35r19,-20v28,37,119,46,121,-12v0,-23,-14,-34,-60,-51v-54,-19,-73,-36,-73,-72v0,-36,25,-58,64,-62r0,-36r27,0r0,36v27,2,46,12,65,27r-18,22v-23,-31,-112,-34,-110,11v0,21,10,31,60,49v56,20,73,38,73,75","w":209,"k":{"9":5,"8":4,"7":4,"5":4,"3":4,"2":4}},"%":{"d":"325,-75v0,46,-24,79,-59,79v-35,0,-58,-32,-58,-78v0,-47,23,-79,59,-79v37,0,58,32,58,78xm265,-252r-157,252r-26,0r156,-252r27,0xm139,-178v0,46,-24,79,-59,79v-35,0,-58,-32,-58,-78v0,-47,22,-79,58,-79v37,0,59,32,59,78xm300,-74v0,-33,-13,-57,-34,-57v-21,0,-33,23,-33,56v0,33,13,57,34,57v21,0,33,-26,33,-56xm114,-177v0,-33,-13,-57,-34,-57v-21,0,-34,23,-34,56v0,33,13,57,34,57v21,0,34,-26,34,-56","w":346},"&":{"d":"219,0r-33,0r-20,-26v-18,19,-41,30,-68,30v-55,0,-76,-31,-76,-68v0,-37,20,-58,56,-76v-13,-18,-30,-39,-30,-62v0,-61,97,-67,131,-31r-15,22v-19,-15,-33,-20,-53,-20v-42,0,-41,36,-21,63r77,100v7,-13,12,-27,17,-44r24,7v-6,21,-14,40,-25,57xm151,-45r-58,-76v-31,14,-44,33,-44,57v0,48,79,56,102,19","w":231,"k":{"y":16,"w":14,"v":16,"u":4,"t":5,"f":7,"c":4,"Y":32,"X":9,"W":18,"V":27,"U":8,"T":27,"S":8,"Q":4,"O":4,"J":3,"G":4,"C":4,"A":4}},"(":{"d":"108,28r-12,12v-36,-33,-73,-82,-73,-148v0,-69,37,-117,73,-150r12,11v-34,35,-58,78,-58,137v0,61,24,103,58,138","w":125,"k":{"z":7,"y":14,"x":7,"w":14,"v":14,"u":13,"t":7,"s":13,"r":9,"q":14,"o":18,"n":9,"m":9,"j":-9,"g":14,"f":9,"e":18,"d":14,"c":18,"a":16,"X":3,"S":6,"Q":11,"O":11,"J":8,"G":11,"C":11,"A":6}},")":{"d":"103,-110v0,69,-37,117,-73,150r-12,-12v74,-61,74,-215,0,-275r12,-11v36,33,73,82,73,148","w":125},"*":{"d":"154,-160r-11,19r-48,-35r6,59r-22,0r6,-59r-48,35r-11,-19r53,-24r-53,-24r11,-20r48,36r-6,-60r22,0r-6,60r48,-36r11,20r-53,24","w":180,"k":{"z":2,"t":-5,"f":-4,"a":8,"Z":8,"Y":9,"X":15,"W":3,"V":4,"J":47,"A":31}},"+":{"d":"188,-112r-71,0r0,73r-26,0r0,-73r-71,0r0,-24r71,0r0,-73r26,0r0,73r71,0r0,24","w":207,"k":{"7":22,"3":18,"2":18,"1":11}},",":{"d":"64,-41r-24,83r-18,0r5,-83r37,0","w":86,"k":{"'":18,"y":29,"x":4,"w":29,"v":32,"u":4,"t":11,"q":4,"o":7,"j":-5,"g":4,"f":7,"e":7,"d":4,"c":7,"Y":46,"X":4,"W":24,"V":35,"U":8,"T":37,"Q":9,"O":9,"J":-3,"G":9,"C":9,"A":3,"9":18,"7":22,"4":4,"3":-5,"1":16,"0":9,"\"":18}},"-":{"d":"98,-118r-80,0r0,-27r80,0r0,27","w":115,"k":{"z":7,"y":4,"x":11,"w":2,"v":4,"a":5,"Z":24,"Y":31,"X":27,"W":11,"V":15,"T":40,"S":6,"J":27,"A":21,"7":22,"3":20,"2":18,"1":11}},".":{"d":"66,-19v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v12,0,23,11,23,24","w":86,"k":{"'":18,"y":29,"w":27,"v":31,"u":4,"t":11,"q":4,"o":8,"g":4,"f":7,"e":8,"d":4,"c":8,"Y":46,"X":3,"W":24,"V":35,"U":8,"T":37,"Q":9,"O":9,"J":-3,"G":9,"C":9,"9":16,"7":22,"4":4,"3":-5,"1":16,"0":9,"\"":18}},"\/":{"d":"144,-284r-108,316r-27,0r108,-316r27,0","w":153,"k":{"z":25,"y":14,"x":23,"w":14,"v":14,"u":23,"t":9,"s":27,"r":25,"q":30,"p":25,"o":32,"n":25,"m":25,"l":4,"k":4,"j":4,"i":4,"h":4,"g":30,"f":12,"e":32,"d":30,"c":32,"b":4,"a":33,"Z":4,"X":9,"S":12,"Q":15,"O":15,"J":34,"G":15,"C":15,"A":40,"9":11,"8":23,"7":-7,"6":29,"5":9,"4":41,"3":11,"2":14,"0":20}},"0":{"d":"210,-126v0,84,-38,130,-94,130v-56,0,-95,-46,-95,-130v0,-84,39,-130,95,-130v56,0,94,46,94,130xm182,-126v0,-65,-22,-105,-66,-105v-44,0,-67,40,-67,105v0,65,23,105,67,105v44,0,66,-40,66,-105","w":231,"k":{"'":4,"7":4,"3":4,"2":6,"\/":20,".":9,",":11,"\"":4}},"1":{"d":"79,0r-28,0r0,-202r-46,0r0,-17v28,-2,49,-10,53,-33r21,0r0,252","w":112},"2":{"d":"180,0r-166,0v3,-64,33,-90,81,-123v45,-30,54,-43,54,-66v0,-54,-90,-50,-112,-18r-16,-21v39,-42,156,-42,156,38v0,37,-17,53,-63,84v-51,35,-63,52,-68,79r134,0r0,27","w":204,"k":{"'":9,"=":7,"<":14,"9":9,"8":14,"7":9,"6":14,"5":9,"4":25,"3":9,"2":7,"0":6,"\/":5,"-":13,"+":13,"\"":9}},"3":{"d":"179,-72v0,85,-129,96,-167,41r18,-19v28,42,122,39,122,-22v0,-37,-34,-50,-77,-47r0,-24v40,4,68,-11,66,-45v8,-47,-81,-56,-102,-20r-18,-18v32,-44,148,-41,148,34v0,31,-14,49,-36,60v24,5,46,23,46,60","w":202,"k":{"'":11,"<":7,"9":9,"8":5,"7":13,"6":5,"5":10,"3":5,"2":9,"1":4,"0":4,"\/":14,".":7,",":7,"%":5,"\"":11}},"4":{"d":"209,-60r-34,0r0,60r-26,0r0,-60r-135,0r0,-23r130,-169r31,0r0,168r34,0r0,24xm149,-84r0,-135r-104,135r104,0","w":225,"k":{"'":13,"<":4,";":4,":":4,"9":13,"8":4,"7":9,"5":5,"2":5,"1":5,"\/":9,".":5,"-":5,",":5,"+":5,"%":9,"\"":13}},"5":{"d":"195,-84v0,96,-114,106,-174,65r14,-22v43,33,139,26,132,-41v8,-55,-79,-66,-112,-37r-28,-11r9,-122r144,0r0,27r-120,0r-6,81v13,-9,31,-16,55,-16v58,0,86,31,86,76","w":217,"k":{"'":7,"9":11,"8":5,"7":7,"5":7,"3":7,"2":5,"1":4,"\/":11,".":7,",":7,"%":7,"\"":7}},"6":{"d":"205,-78v0,54,-40,82,-93,82v-50,0,-90,-27,-90,-99v0,-66,35,-155,146,-161r0,25v-66,6,-106,42,-119,106v37,-48,156,-40,156,47xm177,-76v0,-34,-23,-54,-63,-54v-40,0,-64,22,-64,54v0,31,25,55,63,55v42,0,64,-23,64,-55","w":221,"k":{"'":9,"9":9,"7":14,"5":4,"2":4,"1":5,"\/":7,"%":5,"\"":9}},"7":{"d":"171,-226v-44,55,-82,127,-84,226r-28,0v3,-91,36,-164,82,-225r-135,0r0,-27r165,0r0,26","w":200,"k":{"'":7,">":13,"=":29,"<":36,";":22,":":22,"9":13,"8":23,"7":5,"6":31,"5":18,"4":47,"3":11,"2":16,"0":18,"\/":65,".":45,"-":29,",":45,"+":29,"%":9,"\"":7}},"8":{"d":"208,-71v0,49,-37,75,-94,75v-57,0,-93,-25,-93,-74v0,-33,18,-55,50,-65v-67,-26,-43,-121,44,-121v87,0,110,95,43,120v32,10,50,32,50,65xm170,-188v0,-21,-16,-43,-56,-43v-40,0,-55,21,-55,42v0,24,21,43,56,43v33,0,55,-19,55,-42xm180,-70v0,-30,-24,-51,-66,-51v-42,0,-65,20,-65,50v0,30,22,50,66,50v44,0,65,-19,65,-49","w":228,"k":{"'":9,"<":5,"9":9,"7":9,"5":5,"3":2,"2":7,"1":2,"\/":13,"%":4,"\"":9}},"9":{"d":"199,-157v0,66,-35,155,-146,161r0,-25v66,-6,106,-42,119,-106v-37,48,-156,40,-156,-47v0,-54,40,-82,93,-82v50,0,90,27,90,99xm171,-176v0,-31,-25,-55,-63,-55v-42,0,-64,23,-64,55v0,34,23,54,63,54v40,0,64,-22,64,-54","w":221,"k":{"8":4,"7":2,"6":4,"5":2,"4":8,"3":6,"2":12,"1":-5,"\/":29,".":18,",":18}},":":{"d":"66,-169v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v12,0,23,11,23,24xm66,-19v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v12,0,23,11,23,24","w":86,"k":{"t":-2,"Y":18,"X":3,"W":8,"V":13,"T":15,"7":9,"3":-5}},";":{"d":"66,-169v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v12,0,23,11,23,24xm61,-41r-23,83r-19,0r5,-83r37,0","w":86,"k":{"Y":18,"X":3,"W":8,"V":13,"T":15,"7":9}},"<":{"d":"114,-22r-93,-90r0,-24r93,-89r0,33r-72,68r72,67r0,35","w":138,"k":{"1":-9}},"=":{"d":"179,-150r-150,0r0,-26r150,0r0,26xm179,-72r-150,0r0,-25r150,0r0,25","w":207,"k":{"7":18,"3":5,"2":8}},">":{"d":"118,-112r-93,90r0,-34r72,-67r-72,-68r0,-34r93,89r0,24","w":138,"k":{"7":27,"3":23,"2":18,"1":7}},"?":{"d":"178,-194v0,66,-84,51,-72,126r-28,0v0,-48,3,-62,43,-82v43,-22,36,-80,-22,-80v-27,0,-46,10,-65,27r-18,-19v34,-45,162,-51,162,28xm113,-18v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,22,11,22,23"},"@":{"d":"280,-130v0,54,-21,75,-53,75v-18,0,-32,-9,-38,-22v-25,36,-102,28,-102,-27v0,-47,67,-57,98,-37v14,-49,-42,-52,-74,-36r-8,-16v32,-18,104,-19,101,29v5,36,-17,92,25,93v19,0,33,-15,33,-58v0,-66,-48,-110,-112,-110v-65,0,-111,44,-111,112v0,86,82,138,160,103r7,16v-92,40,-185,-24,-185,-118v0,-75,54,-130,129,-130v77,0,130,58,130,126xm185,-94r0,-29v-18,-15,-82,-17,-78,18v-5,41,65,40,78,11","w":300},"A":{"d":"225,0r-30,0r-21,-64r-104,0r-22,64r-29,0r88,-252r31,0xm165,-90r-43,-132r-44,132r87,0","w":244,"k":{"'":31,"}":6,"y":21,"w":18,"v":21,"u":4,"t":9,"q":4,"o":5,"g":4,"f":8,"e":5,"d":4,"c":5,"a":3,"]":6,"\\":40,"Y":34,"W":18,"V":32,"U":8,"T":27,"S":4,"Q":7,"O":7,"G":7,"C":7,"?":24,"-":21,"*":31,")":6,"&":6,"\"":31}},"B":{"d":"206,-75v0,85,-90,77,-173,75r0,-252v74,1,163,-15,161,63v0,28,-16,43,-37,51v23,6,49,22,49,63xm166,-188v0,-47,-60,-38,-105,-38r0,78v46,2,105,5,105,-40xm177,-73v0,-57,-60,-51,-116,-50r0,97v53,1,116,7,116,-47","w":225,"k":{"'":4,"}":4,"z":8,"y":8,"x":9,"w":9,"v":8,"u":3,"t":4,"s":3,"q":3,"o":3,"l":3,"j":3,"i":3,"g":3,"f":4,"e":3,"d":3,"c":3,"a":3,"]":4,"\\":20,"Z":4,"Y":18,"X":12,"W":5,"V":11,"T":9,"Q":2,"O":2,"G":2,"C":2,"A":7,"?":4,"\/":3,".":3,",":3,"*":3,")":4,"&":3,"\"":4}},"C":{"d":"207,-38v-18,25,-46,42,-83,42v-62,0,-102,-56,-102,-130v0,-75,42,-130,103,-130v35,0,61,13,81,40r-23,17v-47,-66,-133,-20,-133,73v0,97,89,137,137,71","w":226,"k":{"z":4,"y":8,"x":6,"w":8,"v":8,"u":3,"t":4,"s":3,"q":4,"o":6,"g":4,"f":4,"e":6,"d":4,"c":6,"a":4,"\\":12,"Z":2,"Y":8,"X":5,"W":3,"V":5,"U":3,"T":4,"S":4,"Q":7,"O":7,"J":3,"G":7,"C":7,"A":5,"\/":4,"-":15,"*":3,"&":3}},"D":{"d":"215,-128v0,117,-74,135,-182,128r0,-252v108,-7,182,9,182,124xm186,-127v1,-79,-44,-107,-125,-99r0,200v79,5,124,-13,125,-101","w":236,"k":{"}":9,"z":3,"x":3,"]":9,"\\":15,"Z":9,"Y":15,"X":15,"W":6,"V":12,"T":14,"S":3,"J":3,"A":10,"?":8,"\/":15,".":11,",":11,")":9,"&":3}},"E":{"d":"191,0r-158,0r0,-252r152,0r0,26r-124,0r0,79r72,0r0,25r-72,0r0,96r130,0r0,26","w":211,"k":{"z":3,"y":15,"w":14,"v":15,"u":4,"t":6,"q":6,"o":8,"g":6,"f":6,"e":8,"d":6,"c":8,"a":4,"Y":6,"W":2,"V":3,"S":4,"Q":10,"O":10,"G":10,"C":10,"-":21,"*":4,"&":4}},"F":{"d":"181,-226r-120,0r0,83r69,0r0,26r-69,0r0,117r-28,0r0,-252r148,0r0,26","w":197,"k":{"z":27,"y":21,"x":27,"w":21,"v":21,"u":24,"t":6,"s":24,"r":24,"q":26,"p":24,"o":29,"n":24,"m":24,"g":26,"f":12,"e":29,"d":26,"c":29,"a":32,"Z":3,"X":5,"S":8,"Q":10,"O":10,"J":55,"G":10,"C":10,"A":31,"?":-3,";":11,":":11,"\/":37,".":43,"-":21,",":43,"&":22}},"G":{"d":"217,-125v7,80,-32,129,-93,129v-62,0,-102,-56,-102,-130v0,-75,42,-130,103,-130v35,0,61,13,81,40r-23,17v-47,-66,-133,-20,-133,73v0,62,33,104,75,104v43,0,66,-27,65,-77r-45,0r0,-26r72,0","w":237,"k":{"}":6,"z":4,"y":4,"x":6,"w":3,"v":3,"t":3,"f":3,"]":6,"\\":15,"Z":2,"Y":14,"X":6,"W":4,"V":8,"T":9,"S":3,"A":4,"?":6,"\/":9,".":3,",":4,")":3}},"H":{"d":"215,0r-29,0r0,-119r-125,0r0,119r-28,0r0,-252r28,0r0,108r125,0r0,-108r29,0r0,252","w":247},"I":{"d":"63,0r-28,0r0,-252r28,0r0,252","w":97},"J":{"d":"177,-96v0,67,-28,100,-86,100v-42,0,-67,-22,-80,-61r26,-9v10,27,25,44,55,44v88,0,48,-148,57,-230r28,0r0,156","w":208,"k":{"z":4,"x":3,"s":2,"X":3,"J":4,"A":8,"\/":12,".":8,",":8,"&":4}},"K":{"d":"216,0r-32,0r-75,-134r-48,62r0,72r-28,0r0,-252r28,0r0,144r110,-144r31,0r-74,95","w":231,"k":{"'":9,"}":6,"z":4,"y":23,"x":6,"w":21,"v":24,"u":11,"t":9,"s":4,"q":9,"o":13,"g":9,"f":9,"e":13,"d":9,"c":13,"a":6,"]":6,"\\":15,"Y":15,"X":9,"W":12,"V":15,"U":11,"T":11,"S":11,"Q":14,"O":14,"J":6,"G":14,"C":14,"?":16,"-":27,"*":16,"&":12,"\"":9,"!":4}},"L":{"d":"186,0r-153,0r0,-252r28,0r0,226r125,0r0,26","w":207,"k":{"'":31,"}":6,"y":24,"w":21,"v":24,"u":3,"t":9,"q":4,"o":4,"g":4,"f":8,"e":4,"d":4,"c":4,"]":6,"\\":44,"Y":44,"X":6,"W":21,"V":39,"U":11,"T":38,"Q":9,"O":9,"G":9,"C":9,"?":31,"-":52,"*":47,")":6,"&":6,"\"":31}},"M":{"d":"251,0r-27,0r0,-198r-83,204r-81,-204r0,198r-27,0r0,-252r31,0r78,200r78,-200r31,0r0,252","w":283},"N":{"d":"215,0r-27,0r-110,-172v-5,-9,-15,-26,-18,-32r0,204r-27,0r0,-252r27,0r128,207r0,-207r27,0r0,252","w":247},"O":{"d":"231,-126v0,76,-42,130,-105,130v-63,0,-104,-54,-104,-130v0,-76,42,-130,105,-130v63,0,104,54,104,130xm203,-126v0,-63,-33,-104,-77,-104v-44,0,-76,41,-76,104v0,63,33,104,77,104v44,0,76,-41,76,-104","w":253,"k":{"}":12,"z":4,"x":4,"a":3,"]":12,"\\":15,"Z":9,"Y":20,"X":14,"W":8,"V":14,"T":10,"S":4,"A":7,"?":8,"\/":15,".":9,",":11,")":11,"&":4}},"P":{"d":"208,-177v0,73,-69,84,-147,78r0,99r-28,0r0,-252v84,0,175,-13,175,75xm180,-176v0,-57,-63,-51,-119,-50r0,101v56,1,119,6,119,-51","w":222,"k":{"}":3,"z":6,"x":4,"t":-3,"s":4,"q":4,"o":6,"g":4,"f":-1,"e":6,"d":4,"c":6,"a":11,"]":3,"\\":8,"Z":8,"Y":8,"X":12,"W":4,"V":6,"T":3,"S":3,"J":43,"A":21,"\/":27,".":43,",":43,"&":8}},"Q":{"d":"127,-256v109,0,136,183,60,238r16,26r-23,14r-15,-26v-81,30,-143,-31,-143,-122v0,-76,42,-130,105,-130xm203,-126v0,-63,-33,-104,-77,-104v-44,0,-76,41,-76,104v0,72,41,118,101,100r-20,-33r23,-14r20,33v18,-17,29,-47,29,-86","w":253,"k":{"}":11,"z":4,"x":4,"a":3,"]":11,"\\":15,"Z":9,"Y":20,"X":14,"W":8,"V":14,"T":10,"S":4,"A":6,"?":8,"\/":9,".":8,",":9,")":9,"&":4}},"R":{"d":"211,-181v0,39,-23,64,-59,72r55,109r-32,0r-54,-107r-60,0r0,107r-28,0r0,-252v82,1,179,-17,178,71xm183,-180v0,-58,-68,-45,-122,-46r0,94v55,0,122,10,122,-48","w":234,"k":{"}":6,"z":3,"y":3,"x":3,"w":3,"v":3,"u":3,"s":4,"q":7,"o":8,"g":7,"e":8,"d":7,"c":8,"a":9,"]":6,"\\":14,"Z":4,"Y":12,"X":9,"W":5,"V":9,"U":3,"T":7,"Q":5,"O":5,"J":8,"G":5,"C":5,"A":4,"?":4,"\/":3,".":6,",":8,")":3,"&":6}},"S":{"d":"188,-66v0,40,-31,70,-84,70v-34,0,-64,-15,-84,-35r19,-21v28,38,121,44,121,-13v0,-23,-14,-36,-60,-53v-54,-19,-73,-38,-73,-74v0,-73,117,-80,156,-37r-18,22v-25,-32,-110,-32,-110,14v0,21,10,32,60,50v56,20,73,40,73,77","w":213,"k":{"'":4,"}":8,"z":5,"y":11,"x":9,"w":11,"v":11,"u":3,"t":4,"s":3,"q":3,"o":3,"g":3,"f":4,"e":3,"d":3,"c":3,"a":3,"]":8,"\\":15,"Z":4,"Y":19,"X":12,"W":7,"V":12,"T":8,"S":4,"Q":1,"O":1,"G":1,"C":1,"A":8,"?":11,"\/":9,".":4,"-":6,",":6,"*":6,")":6,"&":3,"\"":4}},"T":{"d":"194,-226r-74,0r0,226r-28,0r0,-226r-74,0r0,-26r176,0r0,26","w":211,"k":{"z":34,"y":32,"x":34,"w":34,"v":32,"u":31,"t":11,"s":34,"r":31,"q":35,"p":31,"o":37,"n":31,"m":31,"l":4,"k":4,"j":3,"i":3,"h":4,"g":35,"f":15,"e":37,"d":35,"c":37,"b":4,"a":38,"Z":8,"X":6,"S":8,"Q":10,"O":10,"J":37,"G":10,"C":10,"A":27,";":15,":":15,"\/":40,".":37,"-":40,",":37,"&":18}},"U":{"d":"213,-103v0,70,-31,107,-91,107v-60,0,-91,-36,-91,-106r0,-150r28,0v6,88,-29,230,65,230v92,0,53,-145,61,-230r28,0r0,149","w":244,"k":{"z":3,"x":4,"a":3,"X":4,"J":4,"A":8,"\/":12,".":8,",":8,"&":6}},"V":{"d":"221,-252r-85,252r-31,0r-86,-252r30,0r71,222r73,-222r28,0","w":240,"k":{"z":18,"y":12,"x":17,"w":12,"v":12,"u":17,"t":8,"s":20,"r":17,"q":22,"p":17,"o":23,"n":17,"m":17,"l":4,"k":4,"j":4,"i":4,"h":4,"g":22,"f":9,"e":23,"d":22,"c":23,"b":4,"a":27,"Z":4,"Y":4,"X":9,"V":3,"S":8,"Q":11,"O":11,"J":34,"G":11,"C":11,"A":32,";":13,":":13,"\/":40,".":35,"-":15,",":35,"*":4,"&":17}},"W":{"d":"288,-252r-51,252r-31,0r-52,-218r-52,218r-31,0r-50,-252r28,0r38,218r52,-218r31,0r51,218r39,-218r28,0","w":308,"k":{"z":11,"y":6,"x":8,"w":6,"v":6,"u":9,"t":3,"s":12,"r":9,"q":12,"p":9,"o":14,"n":9,"m":9,"l":3,"k":3,"j":3,"i":3,"h":3,"g":12,"f":4,"e":14,"d":12,"c":14,"b":3,"a":16,"Z":3,"Y":3,"X":6,"S":4,"Q":4,"O":4,"J":18,"G":4,"C":4,"A":18,";":8,":":8,"\/":27,".":24,"-":11,",":24,"*":3,"&":14}},"X":{"d":"207,0r-32,0r-61,-108r-63,108r-30,0r78,-131r-72,-121r32,0r55,97v15,-31,38,-66,56,-97r31,0r-72,120","w":227,"k":{"'":8,"}":6,"z":3,"y":20,"w":20,"v":20,"u":9,"t":6,"s":4,"r":3,"q":11,"o":12,"n":3,"m":3,"g":11,"f":8,"e":12,"d":11,"c":12,"a":6,"]":6,"\\":9,"Y":8,"W":3,"V":6,"U":4,"T":3,"S":4,"Q":11,"O":11,"J":4,"G":9,"C":9,"?":6,";":3,":":3,".":3,"-":27,",":3,"*":15,")":3,"&":9,"\"":8}},"Y":{"d":"218,-252r-87,152r0,100r-28,0r0,-100r-86,-152r32,0r69,126v19,-40,46,-86,68,-126r32,0","w":234,"k":{"z":27,"y":21,"x":24,"w":21,"v":21,"u":27,"t":14,"s":31,"r":24,"q":34,"p":24,"o":37,"n":24,"m":24,"l":4,"k":4,"j":4,"i":4,"h":4,"g":34,"f":14,"e":37,"d":34,"c":37,"b":4,"a":37,"Z":6,"Y":3,"X":8,"W":3,"V":4,"S":14,"Q":17,"O":17,"J":43,"G":17,"C":17,"A":34,"?":4,";":18,":":18,"\/":49,".":46,"-":31,",":46,"*":9,"&":26}},"Z":{"d":"202,0r-180,0r0,-24r150,-204r-143,0r0,-24r173,0r0,24r-150,204r150,0r0,24","w":226,"k":{"}":3,"z":3,"y":11,"x":6,"w":11,"v":11,"u":7,"t":6,"s":6,"r":3,"q":9,"p":3,"o":11,"n":3,"m":3,"g":9,"f":4,"e":11,"d":9,"c":11,"a":8,"]":3,"\\":3,"Z":3,"Y":3,"X":3,"S":3,"Q":9,"O":9,"J":3,"G":9,"C":9,"A":3,"-":24,"*":3,"&":9}},"[":{"d":"104,40r-70,0r0,-292r70,0r0,22r-44,0r0,248r44,0r0,22","w":126,"k":{"z":7,"y":14,"x":7,"w":14,"v":14,"u":13,"t":7,"s":13,"r":9,"q":16,"o":18,"n":9,"m":9,"j":-11,"g":16,"f":9,"e":18,"d":16,"c":18,"a":16,"Z":4,"X":6,"S":8,"Q":12,"O":12,"J":12,"G":12,"C":12,"A":6}},"\\":{"d":"144,32r-27,0r-108,-316r27,0","w":153,"k":{"y":25,"w":23,"v":27,"u":8,"t":14,"s":2,"q":10,"o":7,"j":-18,"g":10,"f":9,"e":7,"d":10,"c":7,"a":2,"Y":49,"W":27,"V":40,"U":12,"T":40,"S":4,"Q":15,"O":15,"G":15,"C":15}},"]":{"d":"93,40r-70,0r0,-22r43,0r0,-248r-43,0r0,-22r70,0r0,292","w":126},"^":{"d":"184,-138r-31,0r-53,-84r-53,84r-30,0r73,-114r21,0","w":200},"_":{"d":"180,55r-180,0r0,-23r180,0r0,23","w":180},"a":{"d":"165,0r-27,0r0,-23v-29,37,-119,44,-119,-34v0,-60,76,-72,119,-49v3,-38,-4,-64,-41,-64v-20,0,-36,5,-51,14r-10,-22v45,-24,129,-26,129,46r0,132xm138,-46r0,-39v-25,-16,-93,-16,-93,27v0,58,76,44,93,12","w":194,"k":{"}":9,"y":5,"w":5,"v":5,"]":9,"\\":32,"?":22,")":9}},"b":{"d":"181,-98v0,97,-75,129,-124,77r0,21r-27,0r0,-247r27,-15r0,96v44,-48,124,-34,124,68xm155,-97v0,-81,-64,-92,-98,-45r0,94v31,47,98,38,98,-49","k":{"'":5,"}":16,"z":7,"y":7,"x":9,"w":6,"v":7,"t":2,"s":3,"f":4,"a":3,"]":16,"\\":31,"?":22,"\/":10,".":4,",":5,")":14,"\"":5}},"c":{"d":"161,-171r-16,21v-40,-39,-98,-19,-98,54v0,71,58,100,97,56r16,18v-50,51,-140,26,-140,-72v0,-101,86,-121,141,-77","w":178,"k":{"'":2,"}":9,"z":4,"y":3,"x":6,"w":4,"v":3,"u":2,"s":2,"q":5,"o":6,"g":5,"e":6,"d":5,"c":6,"a":6,"]":9,"\\":23,"?":14,"\/":4,",":2,")":9,"&":7,"\"":2}},"d":{"d":"171,0r-27,0r0,-23v-44,48,-124,34,-124,-68v0,-97,75,-129,124,-77r0,-79r27,-15r0,262xm144,-47r0,-94v-31,-47,-98,-38,-98,49v0,81,64,92,98,45","k":{"\\":4}},"e":{"d":"98,-193v53,0,81,48,75,108r-126,0v0,67,62,82,105,48r12,19v-63,40,-144,33,-144,-77v0,-60,33,-98,78,-98xm149,-107v-2,-37,-18,-63,-51,-63v-28,0,-48,21,-51,63r102,0","w":194,"k":{"'":5,"}":14,"z":6,"y":7,"x":10,"w":7,"v":7,"t":3,"s":4,"f":2,"a":3,"]":14,"\\":31,"?":20,"\/":9,".":9,",":9,")":14,"\"":5}},"f":{"d":"111,-233v-15,-6,-41,-10,-41,16r0,28r37,0r0,23r-37,0r0,166r-27,0r0,-166r-26,0r0,-23r26,0v-8,-54,20,-84,68,-69r0,25","w":128,"k":{"'":-5,"}":-4,"z":9,"y":4,"x":7,"w":2,"v":2,"s":6,"q":9,"o":8,"l":2,"j":2,"i":2,"g":9,"f":5,"e":8,"d":9,"c":8,"a":13,"\\":-2,"?":-4,";":4,":":4,"\/":20,".":20,"-":4,",":20,"*":-2,"&":14,"\"":-5}},"g":{"d":"171,-17v0,57,-25,84,-95,86r-9,-20v68,-2,78,-20,77,-72v-44,48,-124,34,-124,-68v0,-97,75,-129,124,-77r0,-21r27,0r0,172xm144,-47r0,-94v-31,-47,-98,-38,-98,49v0,81,64,92,98,45","k":{"j":-5,"\\":25,"?":9}},"h":{"d":"175,0r-27,0v-5,-62,21,-170,-44,-170v-26,0,-47,18,-47,59r0,111r-27,0r0,-247r27,-15r0,96v34,-48,118,-32,118,51r0,115","w":204,"k":{"'":7,"}":9,"y":8,"w":6,"v":9,"t":2,"f":5,"]":9,"\\":34,"?":20,")":9,"\"":7}},"i":{"d":"64,-242v0,10,-8,19,-18,19v-11,0,-20,-9,-20,-19v0,-11,9,-19,20,-19v10,0,18,8,18,19xm59,0r-27,0r0,-189r27,0r0,189","w":90,"k":{"\\":4}},"j":{"d":"64,-242v0,10,-8,19,-18,19v-11,0,-20,-9,-20,-19v0,-11,9,-19,20,-19v10,0,18,8,18,19xm59,-4v0,43,-8,61,-56,73r-9,-20v34,-10,38,-19,38,-54r0,-184r27,0r0,185","w":90,"k":{"j":-5,"\\":4}},"k":{"d":"167,0r-29,0r-48,-99r-33,45r0,54r-27,0r0,-247r27,-15r0,172r69,-99r31,0r-50,67","w":181,"k":{"'":11,"}":9,"z":4,"y":10,"x":5,"w":11,"v":10,"u":9,"t":5,"s":5,"q":10,"o":9,"g":10,"f":8,"e":9,"d":10,"c":9,"a":8,"]":9,"\\":27,"?":13,";":2,":":2,"-":14,"*":11,")":9,"&":9,"\"":11}},"l":{"d":"59,0r-27,0r0,-247r27,-15r0,262","w":90,"k":{"\\":4}},"m":{"d":"276,0r-27,0v-5,-59,20,-170,-40,-170v-60,0,-38,110,-42,170r-27,0v-4,-60,19,-170,-41,-170v-60,0,-38,110,-42,170r-27,0r0,-189r27,0r0,23v17,-38,88,-33,100,5v27,-51,119,-44,119,46r0,115","w":305,"k":{"'":7,"}":9,"y":8,"w":6,"v":9,"t":2,"f":5,"]":9,"\\":34,"?":20,")":9,"\"":7}},"n":{"d":"175,0r-27,0v-5,-62,21,-170,-44,-170v-26,0,-47,18,-47,59r0,111r-27,0r0,-189r27,0r0,23v34,-48,118,-32,118,51r0,115","w":204,"k":{"'":7,"}":9,"y":8,"w":6,"v":9,"t":2,"f":5,"]":9,"\\":34,"?":23,")":9,"\"":7}},"o":{"d":"184,-96v0,64,-37,100,-83,100v-46,0,-81,-34,-81,-98v0,-64,37,-99,83,-99v46,0,81,33,81,97xm157,-95v0,-50,-22,-75,-55,-75v-33,0,-55,25,-55,75v0,50,22,76,55,76v33,0,55,-26,55,-76","w":203,"k":{"'":5,"}":18,"z":8,"y":8,"x":7,"w":6,"v":6,"t":2,"s":4,"f":5,"a":2,"]":18,"\\":32,"?":23,"\/":13,".":8,",":10,")":18,"\"":5}},"p":{"d":"181,-98v0,97,-75,129,-124,77r0,75r-27,15r0,-258r27,0r0,23v44,-48,124,-34,124,68xm155,-97v0,-81,-64,-92,-98,-45r0,94v31,47,98,38,98,-49","k":{"'":5,"}":16,"z":7,"y":7,"x":9,"w":6,"v":7,"t":2,"s":3,"f":4,"a":3,"]":16,"\\":31,"?":22,"\/":10,".":4,",":5,")":14,"\"":5}},"q":{"d":"171,54r-27,15r0,-92v-44,48,-124,34,-124,-68v0,-97,75,-129,124,-77r0,-21r27,0r0,243xm144,-47r0,-94v-31,-47,-98,-38,-98,49v0,81,64,92,98,45","k":{"j":-13,"\\":25,"?":9}},"r":{"d":"133,-188r-7,27v-34,-18,-69,0,-69,50r0,111r-27,0r0,-189r27,0r0,23v11,-23,50,-34,76,-22","w":146,"k":{"}":13,"z":6,"x":4,"t":-4,"s":7,"q":10,"o":9,"g":10,"e":9,"d":10,"c":9,"a":13,"]":13,"\\":14,"?":4,";":-4,":":-4,"\/":31,".":45,"-":-2,",":45,"*":-4,")":13,"&":14}},"s":{"d":"147,-49v-2,66,-96,63,-132,29r16,-20v21,25,89,33,90,-8v0,-15,-12,-25,-45,-39v-38,-16,-53,-28,-53,-58v0,-55,90,-59,119,-28r-15,20v-18,-21,-78,-27,-78,6v0,16,9,23,41,37v36,16,57,27,57,61","w":168,"k":{"'":11,"}":13,"z":7,"y":9,"x":7,"w":9,"v":9,"t":4,"s":4,"q":4,"o":4,"g":4,"f":4,"e":4,"d":4,"c":4,"a":2,"]":13,"\\":34,"?":18,"\/":7,".":4,"-":7,",":4,"*":4,")":13,"&":4,"\"":11}},"t":{"d":"111,-166r-47,0r0,123v-3,29,29,24,46,17r-2,23v-30,12,-71,12,-71,-36r0,-127r-23,0r0,-23r23,0r0,-58r27,-15r0,73r47,0r0,23","w":133,"k":{"'":5,"}":7,"z":5,"y":7,"x":4,"w":6,"v":6,"u":3,"t":5,"s":3,"q":9,"o":7,"g":9,"f":9,"e":7,"d":9,"c":7,"a":5,"]":7,"\\":20,"?":5,":":2,"\/":7,".":4,"-":7,",":4,"*":4,")":7,"&":5,"\"":5}},"u":{"d":"174,0r-27,0r0,-23v-34,48,-118,32,-118,-51r0,-115r27,0v5,62,-21,170,44,170v26,0,47,-18,47,-59r0,-111r27,0r0,189","w":204,"k":{"}":9,"]":9,"\\":25,"?":9,")":9}},"v":{"d":"174,-189r-68,189r-24,0r-68,-189r29,0r51,158r51,-158r29,0","w":187,"k":{"}":14,"z":4,"x":4,"s":5,"q":7,"o":6,"g":7,"e":6,"d":7,"c":6,"a":10,"]":14,"\\":14,"?":4,"\/":27,".":31,"-":4,",":27,")":14,"&":13}},"w":{"d":"246,-189r-50,189r-25,0r-40,-153r-40,153r-24,0r-50,-189r28,0r35,152v11,-53,27,-101,40,-152r24,0r40,152r35,-152r27,0","w":262,"k":{"}":14,"z":4,"x":4,"s":6,"q":6,"o":6,"g":6,"e":6,"d":6,"c":6,"a":13,"]":14,"\\":14,"?":4,"\/":23,".":27,"-":2,",":23,")":14,"&":12}},"x":{"d":"163,0r-30,0r-43,-76r-44,76r-28,0r59,-98r-55,-91r30,0r39,69r40,-69r28,0r-54,91","w":181,"k":{"'":7,"}":7,"y":4,"w":4,"v":4,"u":4,"s":4,"q":9,"o":7,"g":9,"f":4,"e":7,"d":9,"c":7,"a":5,"]":7,"\\":23,"?":4,"-":11,")":7,"&":9,"\"":7}},"y":{"d":"177,-189r-94,256r-27,0r26,-69r-68,-187r29,0r52,157r53,-157r29,0","w":191,"k":{"}":14,"z":4,"x":4,"s":7,"q":7,"o":9,"g":7,"e":7,"d":7,"c":9,"a":12,"]":14,"\\":14,"?":4,"\/":27,".":31,"-":4,",":27,")":14,"&":13}},"z":{"d":"153,0r-134,0r0,-20r104,-146r-95,0r0,-23r125,0r0,20r-103,146r103,0r0,23","w":177,"k":{"}":7,"z":4,"u":4,"s":3,"q":6,"o":6,"g":6,"f":2,"e":6,"d":6,"c":6,"a":5,"]":7,"\\":23,"?":5,"-":4,")":7,"&":7}},"{":{"d":"124,40v-63,1,-78,-42,-74,-108v1,-25,-8,-27,-29,-26r0,-25v34,8,29,-28,29,-58v0,-51,23,-76,74,-77r0,23v-43,3,-47,30,-47,76v0,30,-5,41,-21,49v22,6,22,39,21,72v0,33,14,47,47,51r0,23","w":142,"k":{"z":7,"y":14,"x":7,"w":14,"v":14,"u":13,"t":7,"s":13,"r":9,"q":16,"o":18,"n":9,"m":9,"j":-14,"g":16,"f":9,"e":18,"d":16,"c":18,"a":16,"Z":4,"X":6,"S":8,"Q":12,"O":12,"J":12,"G":12,"C":12,"A":6}},"|":{"d":"68,67r-26,0r0,-355r26,0r0,355","w":109},"}":{"d":"122,-95v-34,-8,-29,28,-29,58v0,51,-23,76,-74,77r0,-23v43,-3,47,-30,47,-76v0,-30,5,-41,21,-49v-22,-6,-22,-39,-21,-72v0,-33,-14,-47,-47,-51r0,-23v63,-1,78,42,74,108v-1,25,8,27,29,26r0,25","w":142},"~":{"d":"67,-161v23,0,47,28,65,27v13,0,17,-7,27,-29r24,11v-12,30,-25,45,-51,45v-39,-1,-74,-59,-93,3r-24,-11v12,-30,26,-46,52,-46","w":198},"'":{"d":"63,-252r-6,118r-22,0r-6,-118r34,0","w":92,"k":{"z":4,"x":7,"t":-5,"s":5,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":9,"Z":3,"X":8,"J":31,"A":31,"8":9,"7":-9,"6":9,"5":4,"4":18,"3":4,"2":7,"1":-9,"0":4}},"`":{"d":"117,-214r-21,0r-54,-58r38,0","w":180},"\u00a0":{"w":93}}});


Cufon.replace('h1, h2.subtitle, .bloc h4, .infoscontent h3, .listscontent h3, h4.metrics_title, .mainmetrics h4, .facts span, .interstate', { fontFamily: 'Interstate' });

Cufon.replace('#nav a, #subnav a, .filter a', { 
	fontFamily: 'Interstate',
	hover: true 
});

Cufon.replace('.slides span, .slides span a', { 
	fontFamily: 'Interstate',
	hover: true,
});
