/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 800,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);;
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;
/*
	* jReject (jQuery Browser Rejection Plugin)
	* Version 0.7-Beta
	* URL: http://jreject.turnwheel.com/
	* Description: jReject gives you a customizable and easy solution to reject/allowing specific browsers access to your pages
	* Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
	* Copyright: Copyright (c) 2009-2010 Steven Bower under dual MIT/GPL license.
	* Depends On: jQuery Browser Plugin (http://jquery.thewikies.com/browser)
*/
(function($){$.reject=function(opts){var opts=$.extend(true,{reject:{all:false,msie5:true,msie6:true},display:[],browserInfo:{firefox:{text:'Firefox 3.5+',url:'http://www.mozilla.com/firefox/'},safari:{text:'Safari 4',url:'http://www.apple.com/safari/download/'},opera:{text:'Opera 10.5',url:'http://www.opera.com/download/'},chrome:{text:'Chrome 5',url:'http://www.google.com/chrome/'},msie:{text:'Internet Explorer 8',url:'http://www.microsoft.com/windows/Internet-explorer/'},gcf:{text:'Google Chrome Frame',url:'http://code.google.com/chrome/chromeframe/',allow:{all:false,msie:true}}},header:'Did you know that your Internet Browser is out of date?',paragraph1:'Your browser is out of date, and may not be compatible with our website. A list of the most popular web browsers can be found below.',paragraph2:'Just click on the icons to get to the download page',close:true,closeMessage:'By closing this window you acknowledge that your experience on this website may be degraded',closeLink:'Close This Window',closeURL:'#',closeESC:true,closeCookie:false,cookieSettings:{path:'/',expires:0},imagePath:'/images/',overlayBgColor:'#000',overlayOpacity:0.8,fadeInTime:'fast',fadeOutTime:'fast'},opts);if(opts.display.length<1)opts.display=['firefox','chrome','msie','safari','opera','gcf'];if($.isFunction(opts.beforeReject))opts.beforeReject(opts);if(!opts.close)opts.closeESC=false;var browserCheck=function(settings){return(settings['all']?true:false)||(settings[$.os.name]?true:false)||(settings[$.layout.name]?true:false)||(settings[$.browser.name]?true:false)||(settings[$.browser.className]?true:false);};if(!browserCheck(opts.reject)){if($.isFunction(opts.onFail))opts.onFail(opts);return false;}
if(opts.close&&opts.closeCookie){var COOKIE_NAME='jreject-close';var _cookie=function(name,value){if(typeof value!='undefined'){var expires='';if(opts.cookieSettings.expires!=0){var date=new Date();date.setTime(date.getTime()+(opts.cookieSettings.expires));var expires="; expires="+date.toGMTString();}
var path=opts.cookieSettings.path||'/';document.cookie=name+'='+encodeURIComponent(value==null?'':value)+expires+'; path='+path;}
else{var cookie,val=null;if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;++i){cookie=$.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+'=')){val=decodeURIComponent(cookie.substring(name.length+1));break;}}}
return val;}};if(_cookie(COOKIE_NAME)!=null)return false;}
var html='<div id="jr_overlay"></div><div id="jr_wrap"><div id="jr_inner"><h1 id="jr_header">'+opts.header+'</h1>'+
(opts.paragraph1===''?'':'<p>'+opts.paragraph1+'</p>')+(opts.paragraph2===''?'':'<p>'+opts.paragraph2+'</p>')+'<ul>';var displayNum=0;for(var x in opts.display){var browser=opts.display[x];var info=opts.browserInfo[browser]||false;if(!info||(info['allow']!=undefined&&!browserCheck(info['allow'])))continue;var url=info.url||'#';html+='<li id="jr_'+browser+'"><div class="jr_icon"></div>'+'<div><a href="'+url+'">'+(info.text||'Unknown')+'</a></div></li>';++displayNum;}
html+='</ul><div id="jr_close">'+
(opts.close?'<a href="'+opts.closeURL+'">'+opts.closeLink+'</a><p>'+opts.closeMessage+'</p>':'')+'</div>'+'</div></div>';var element=$('<div>'+html+'</div>');var size=_pageSize();var scroll=_scrollSize();element.bind('closejr',function(){if(!opts.close)return false;if($.isFunction(opts.beforeClose))opts.beforeClose(opts);$(this).unbind('closejr');$('#jr_overlay,#jr_wrap').fadeOut(opts.fadeOutTime,function(){$(this).remove();if($.isFunction(opts.afterClose))opts.afterClose(opts);});$('embed, object, select, applet').show();if(opts.closeCookie)_cookie(COOKIE_NAME,'true');return true;});element.find('#jr_overlay').css({width:size[0],height:size[1],position:'absolute',top:0,left:0,background:opts.overlayBgColor,zIndex:200,opacity:opts.overlayOpacity,padding:0,margin:0}).next('#jr_wrap').css({position:'absolute',width:'100%',top:scroll[1]+(size[3]/4),left:scroll[0],zIndex:300,textAlign:'center',padding:0,margin:0}).children('#jr_inner').css({background:'#FFF',border:'1px solid #CCC',fontFamily:'"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif',color:'#4F4F4F',margin:'0 auto',position:'relative',height:'auto',minWidth:displayNum*100,maxWidth:displayNum*140,width:$.layout.name=='trident'?displayNum*155:'auto',padding:20,fontSize:12}).children('#jr_header').css({display:'block',fontSize:'1.3em',marginBottom:'0.5em',color:'#333',fontFamily:'Helvetica,Arial,sans-serif',fontWeight:'bold',textAlign:'left',padding:5,margin:0}).nextAll('p').css({textAlign:'left',padding:5,margin:0}).siblings('ul').css({listStyleImage:'none',listStylePosition:'outside',listStyleType:'none',margin:0,padding:0}).children('li').css({background:'transparent url("'+opts.imagePath+'background_browser.gif") no-repeat scroll left top',cusor:'pointer','float':'left',width:120,height:122,margin:'0 10px 10px 10px',padding:0,textAlign:'center'}).children('.jr_icon').css({width:100,height:100,margin:'1px auto',padding:0,background:'transparent no-repeat scroll left top',cursor:'pointer'}).each(function(){var self=$(this);self.css('background','transparent url('+opts.imagePath+'browser_'+(self.parent('li').attr('id').replace(/jr_/,''))+'.gif) no-repeat scroll left top');self.click(function(){window.open($(this).next('div').children('a').attr('href'),'jr_'+Math.round(Math.random()*11));return false;});}).siblings('div').css({color:'#808080',fontSize:'0.8em',height:18,lineHeight:'17px',margin:'1px auto',padding:0,width:118,textAlign:'center'}).children('a').css({color:'#333',textDecoration:'none',padding:0,margin:0}).hover(function(){$(this).css('textDecoration','underline');},function(){$(this).css('textDecoration','none');}).click(function(){window.open($(this).attr('href'),'jr_'+Math.round(Math.random()*11));return false;}).parents('#jr_inner').children('#jr_close').css({margin:'0 0 0 50px',clear:'both',textAlign:'left',padding:0,margin:0}).children('a').css({color:'#000',display:'block',width:'auto',margin:0,padding:0,textDecoration:'underline'}).click(function(){$(this).trigger('closejr');if(opts.closeURL==='#')return false;}).nextAll('p').css({padding:'10px 0 0 0',margin:0});$('#jr_overlay').focus();$('embed, object, select, applet').hide();$('body').append(element.hide().fadeIn(opts.fadeInTime));$(window).bind('resize scroll',function(){var size=_pageSize();$('#jr_overlay').css({width:size[0],height:size[1]});var scroll=_scrollSize();$('#jr_wrap').css({top:scroll[1]+(size[3]/4),left:scroll[0]});});if(opts.closeESC){$(document).bind('keydown',function(event){if(event.keyCode==27)element.trigger('closejr');});}
if($.isFunction(opts.afterReject))opts.afterReject(opts);return true;};var _pageSize=function(){var xScroll=window.innerWidth&&window.scrollMaxX?window.innerWidth+window.scrollMaxX:(document.body.scrollWidth>document.body.offsetWidth?document.body.scrollWidth:document.body.offsetWidth);var yScroll=window.innerHeight&&window.scrollMaxY?window.innerHeight+window.scrollMaxY:(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight);var windowWidth=window.innerWidth?window.innerWidth:(document.documentElement&&document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth);var windowHeight=window.innerHeight?window.innerHeight:(document.documentElement&&document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight);return[xScroll<windowWidth?xScroll:windowWidth,yScroll<windowHeight?windowHeight:yScroll,windowWidth,windowHeight];};var _scrollSize=function(){return[window.pageXOffset?window.pageXOffset:(document.documentElement&&document.documentElement.scrollTop?document.documentElement.scrollLeft:document.body.scrollLeft),window.pageYOffset?window.pageYOffset:(document.documentElement&&document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)];};})(jQuery);(function($){$.browserTest=function(a,z){var u='unknown',x='X',m=function(r,h){for(var i=0;i<h.length;i=i+1){r=r.replace(h[i][0],h[i][1]);}return r;},c=function(i,a,b,c){var r={name:m((a.exec(i)||[u,u])[1],b)};r[r.name]=true;r.version=(c.exec(i)||[x,x,x,x])[3];if(r.name.match(/safari/)&&r.version>400){r.version='2.0';}if(r.name==='presto'){r.version=($.browser.version>9.27)?'futhark':'linear_b';}r.versionNumber=parseFloat(r.version,10)||0;r.versionX=(r.version!==x)?(r.version+'').substr(0,1):x;r.className=r.name+r.versionX;return r;};a=(a.match(/Opera|Navigator|Minefield|KHTML|Chrome/)?m(a,[[/(Firefox|MSIE|KHTML,\slike\sGecko|Konqueror)/,''],['Chrome Safari','Chrome'],['KHTML','Konqueror'],['Minefield','Firefox'],['Navigator','Netscape']]):a).toLowerCase();$.browser=$.extend((!z)?$.browser:{},c(a,/(camino|chrome|firefox|netscape|konqueror|lynx|msie|opera|safari)/,[],/(camino|chrome|firefox|netscape|netscape6|opera|version|konqueror|lynx|msie|safari)(\/|\s)([a-z0-9\.\+]*?)(\;|dev|rel|\s|$)/));$.layout=c(a,/(gecko|konqueror|msie|opera|webkit)/,[['konqueror','khtml'],['msie','trident'],['opera','presto']],/(applewebkit|rv|konqueror|msie)(\:|\/|\s)([a-z0-9\.]*?)(\;|\)|\s)/);$.os={name:(/(win|mac|linux|sunos|solaris|iphone)/.exec(navigator.platform.toLowerCase())||[u])[0].replace('sunos','solaris')};if(!z){$('html').addClass([$.os.name,$.browser.name,$.browser.className,$.layout.name,$.layout.className].join(' '));}};$.browserTest(navigator.userAgent);})(jQuery);;
/*
 * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
 *
*/
jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});;
/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.86 (05-APR-2010)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6 or later
 */
(function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev);},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,1);}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=false;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing; currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(curr,next,opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2008 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);;
/**
 * @author Alexander Farkas
 * v. 1.21
 */


(function($) {
	if(!document.defaultView || !document.defaultView.getComputedStyle){ // IE6-IE8
		var oldCurCSS = jQuery.curCSS;
		jQuery.curCSS = function(elem, name, force){
			if(name === 'background-position'){
				name = 'backgroundPosition';
			}
			if(name !== 'backgroundPosition' || !elem.currentStyle || elem.currentStyle[ name ]){
				return oldCurCSS.apply(this, arguments);
			}
			var style = elem.style;
			if ( !force && style && style[ name ] ){
				return style[ name ];
			}
			return oldCurCSS(elem, 'backgroundPositionX', force) +' '+ oldCurCSS(elem, 'backgroundPositionY', force);
		};
	}
	
	var oldAnim = $.fn.animate;
	$.fn.animate = function(prop){
		if('background-position' in prop){
			prop.backgroundPosition = prop['background-position'];
			delete prop['background-position'];
		}
		if('backgroundPosition' in prop){
			prop.backgroundPosition = '('+ prop.backgroundPosition;
		}
		return oldAnim.apply(this, arguments);
	};
	
	function toArray(strg){
		strg = strg.replace(/left|top/g,'0px');
		strg = strg.replace(/right|bottom/g,'100%');
		strg = strg.replace(/([0-9\.]+)(\s|\)|$)/g,"$1px$2");
		var res = strg.match(/(-?[0-9\.]+)(px|\%|em|pt)\s(-?[0-9\.]+)(px|\%|em|pt)/);
		return [parseFloat(res[1],10),res[2],parseFloat(res[3],10),res[4]];
	}
	
	$.fx.step. backgroundPosition = function(fx) {
		if (!fx.bgPosReady) {
			var start = $.curCSS(fx.elem,'backgroundPosition');
			
			if(!start){//FF2 no inline-style fallback
				start = '0px 0px';
			}
			
			start = toArray(start);
			
			fx.start = [start[0],start[2]];
			
			var end = toArray(fx.options.curAnim.backgroundPosition);
			fx.end = [end[0],end[2]];
			
			fx.unit = [end[1],end[3]];
			fx.bgPosReady = true;
		}
		//return;
		var nowPosX = [];
		nowPosX[0] = ((fx.end[0] - fx.start[0]) * fx.pos) + fx.start[0] + fx.unit[0];
		nowPosX[1] = ((fx.end[1] - fx.start[1]) * fx.pos) + fx.start[1] + fx.unit[1];           
		fx.elem.style.backgroundPosition = nowPosX[0]+' '+nowPosX[1];

	};
})(jQuery);;
/*!
 * jCarousel - Riding carousels with jQuery
 *   http://sorgalla.com/jcarousel/
 *
 * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Built on top of the jQuery library
 *   http://jquery.com
 *
 * Inspired by the "Carousel Component" by Bill Scott
 *   http://billwscott.com/carousel/
 */

(function($){$.fn.jcarousel=function(o){if(typeof o=='string'){var instance=$(this).data('jcarousel'),args=Array.prototype.slice.call(arguments,1);return instance[o].apply(instance,args);}else
return this.each(function(){$(this).data('jcarousel',new $jc(this,o));});};var defaults={vertical:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:'normal',easing:'swing',auto:0,wrap:null,initCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,buttonNextHTML:'<div></div>',buttonPrevHTML:'<div></div>',buttonNextEvent:'click',buttonPrevEvent:'click',buttonNextCallback:null,buttonPrevCallback:null};$.jcarousel=function(e,o){this.options=$.extend({},defaults,o||{});this.locked=false;this.container=null;this.clip=null;this.list=null;this.buttonNext=null;this.buttonPrev=null;this.wh=!this.options.vertical?'width':'height';this.lt=!this.options.vertical?'left':'top';var skin='',split=e.className.split(' ');for(var i=0;i<split.length;i++){if(split[i].indexOf('jcarousel-skin')!=-1){$(e).removeClass(split[i]);skin=split[i];break;}}if(e.nodeName=='UL'||e.nodeName=='OL'){this.list=$(e);this.container=this.list.parent();if(this.container.hasClass('jcarousel-clip')){if(!this.container.parent().hasClass('jcarousel-container'))this.container=this.container.wrap('<div></div>');this.container=this.container.parent();}else if(!this.container.hasClass('jcarousel-container'))this.container=this.list.wrap('<div></div>').parent();}else{this.container=$(e);this.list=this.container.find('ul,ol').eq(0);}if(skin!=''&&this.container.parent()[0].className.indexOf('jcarousel-skin')==-1)this.container.wrap('<div class=" '+skin+'"></div>');this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass('jcarousel-clip'))this.clip=this.list.wrap('<div></div>').parent();this.buttonNext=$('.jcarousel-next',this.container);if(this.buttonNext.size()==0&&this.options.buttonNextHTML!=null)this.buttonNext=this.clip.after(this.options.buttonNextHTML).next();this.buttonNext.addClass(this.className('jcarousel-next'));this.buttonPrev=$('.jcarousel-prev',this.container);if(this.buttonPrev.size()==0&&this.options.buttonPrevHTML!=null)this.buttonPrev=this.clip.after(this.options.buttonPrevHTML).next();this.buttonPrev.addClass(this.className('jcarousel-prev'));this.clip.addClass(this.className('jcarousel-clip')).css({overflow:'hidden',position:'relative'});this.list.addClass(this.className('jcarousel-list')).css({overflow:'hidden',position:'relative',top:0,left:0,margin:0,padding:0});this.container.addClass(this.className('jcarousel-container')).css({position:'relative'});var di=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;var li=this.list.children('li');var self=this;if(li.size()>0){var wh=0,i=this.options.offset;li.each(function(){self.format(this,i++);wh+=self.dimension(this,di);});this.list.css(this.wh,wh+'px');if(!o||o.size===undefined)this.options.size=li.size();}this.container.css('display','block');this.buttonNext.css('display','block');this.buttonPrev.css('display','block');this.funcNext=function(){self.next();};this.funcPrev=function(){self.prev();};this.funcResize=function(){self.reload();};if(this.options.initCallback!=null)this.options.initCallback(this,'init');if($.browser.safari){this.buttons(false,false);$(window).bind('load.jcarousel',function(){self.setup();});}else
this.setup();};var $jc=$.jcarousel;$jc.fn=$jc.prototype={jcarousel:'0.2.4'};$jc.fn.extend=$jc.extend=$.extend;$jc.fn.extend({setup:function(){this.first=null;this.last=null;this.prevFirst=null;this.prevLast=null;this.animating=false;this.timer=null;this.tail=null;this.inTail=false;if(this.locked)return;this.list.css(this.lt,this.pos(this.options.offset)+'px');var p=this.pos(this.options.start);this.prevFirst=this.prevLast=null;this.animate(p,false);$(window).unbind('resize.jcarousel',this.funcResize).bind('resize.jcarousel',this.funcResize);},reset:function(){this.list.empty();this.list.css(this.lt,'0px');this.list.css(this.wh,'10px');if(this.options.initCallback!=null)this.options.initCallback(this,'reset');this.setup();},reload:function(){if(this.tail!=null&&this.inTail)this.list.css(this.lt,$jc.intval(this.list.css(this.lt))+this.tail);this.tail=null;this.inTail=false;if(this.options.reloadCallback!=null)this.options.reloadCallback(this);if(this.options.visible!=null){var self=this;var di=Math.ceil(this.clipping()/this.options.visible),wh=0,lt=0;$('li',this.list).each(function(i){wh+=self.dimension(this,di);if(i+1<self.first)lt=wh;});this.list.css(this.wh,wh+'px');this.list.css(this.lt,-lt+'px');}this.scroll(this.first,false);},lock:function(){this.locked=true;this.buttons();},unlock:function(){this.locked=false;this.buttons();},size:function(s){if(s!=undefined){this.options.size=s;if(!this.locked)this.buttons();}return this.options.size;},has:function(i,i2){if(i2==undefined||!i2)i2=i;if(this.options.size!==null&&i2>this.options.size)i2=this.options.size;for(var j=i;j<=i2;j++){var e=this.get(j);if(!e.length||e.hasClass('jcarousel-item-placeholder'))return false;}return true;},get:function(i){return $('.jcarousel-item-'+i,this.list);},add:function(i,s){var e=this.get(i),old=0,add=0;if(e.length==0){var c,e=this.create(i),j=$jc.intval(i);while(c=this.get(--j)){if(j<=0||c.length){j<=0?this.list.prepend(e):c.after(e);break;}}}else
old=this.dimension(e);e.removeClass(this.className('jcarousel-item-placeholder'));typeof s=='string'?e.html(s):e.empty().append(s);var di=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;var wh=this.dimension(e,di)-old;if(i>0&&i<this.first)this.list.css(this.lt,$jc.intval(this.list.css(this.lt))-wh+'px');this.list.css(this.wh,$jc.intval(this.list.css(this.wh))+wh+'px');return e;},remove:function(i){var e=this.get(i);if(!e.length||(i>=this.first&&i<=this.last))return;var d=this.dimension(e);if(i<this.first)this.list.css(this.lt,$jc.intval(this.list.css(this.lt))+d+'px');e.remove();this.list.css(this.wh,$jc.intval(this.list.css(this.wh))-d+'px');},next:function(){this.stopAuto();if(this.tail!=null&&!this.inTail)this.scrollTail(false);else
this.scroll(((this.options.wrap=='both'||this.options.wrap=='last')&&this.options.size!=null&&this.last==this.options.size)?1:this.first+this.options.scroll);},prev:function(){this.stopAuto();if(this.tail!=null&&this.inTail)this.scrollTail(true);else
this.scroll(((this.options.wrap=='both'||this.options.wrap=='first')&&this.options.size!=null&&this.first==1)?this.options.size:this.first-this.options.scroll);},scrollTail:function(b){if(this.locked||this.animating||!this.tail)return;var pos=$jc.intval(this.list.css(this.lt));!b?pos-=this.tail:pos+=this.tail;this.inTail=!b;this.prevFirst=this.first;this.prevLast=this.last;this.animate(pos);},scroll:function(i,a){if(this.locked||this.animating)return;this.animate(this.pos(i),a);},pos:function(i){var pos=$jc.intval(this.list.css(this.lt));if(this.locked||this.animating)return pos;if(this.options.wrap!='circular')i=i<1?1:(this.options.size&&i>this.options.size?this.options.size:i);var back=this.first>i;var f=this.options.wrap!='circular'&&this.first<=1?1:this.first;var c=back?this.get(f):this.get(this.last);var j=back?f:f-1;var e=null,l=0,p=false,d=0,g;while(back?--j>=i:++j<i){e=this.get(j);p=!e.length;if(e.length==0){e=this.create(j).addClass(this.className('jcarousel-item-placeholder'));c[back?'before':'after'](e);if(this.first!=null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length)this.add(j,g.children().clone(true));}}c=e;d=this.dimension(e);if(p)l+=d;if(this.first!=null&&(this.options.wrap=='circular'||(j>=1&&(this.options.size==null||j<=this.options.size))))pos=back?pos+d:pos-d;}var clipping=this.clipping();var cache=[];var visible=0,j=i,v=0;var c=this.get(i-1);while(++visible){e=this.get(j);p=!e.length;if(e.length==0){e=this.create(j).addClass(this.className('jcarousel-item-placeholder'));c.length==0?this.list.prepend(e):c[back?'before':'after'](e);if(this.first!=null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length)this.add(j,g.find('>*').clone(true));}}c=e;var d=this.dimension(e);if(d==0){alert('jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...');return 0;}if(this.options.wrap!='circular'&&this.options.size!==null&&j>this.options.size)cache.push(e);else if(p)l+=d;v+=d;if(v>=clipping)break;j++;}for(var x=0;x<cache.length;x++)cache[x].remove();if(l>0){this.list.css(this.wh,this.dimension(this.list)+l+'px');if(back){pos-=l;this.list.css(this.lt,$jc.intval(this.list.css(this.lt))-l+'px');}}var last=i+visible-1;if(this.options.wrap!='circular'&&this.options.size&&last>this.options.size)last=this.options.size;if(j>last){visible=0,j=last,v=0;while(++visible){var e=this.get(j--);if(!e.length)break;v+=this.dimension(e);if(v>=clipping)break;}}var first=last-visible+1;if(this.options.wrap!='circular'&&first<1)first=1;if(this.inTail&&back){pos+=this.tail;this.inTail=false;}this.tail=null;if(this.options.wrap!='circular'&&last==this.options.size&&(last-visible+1)>=1){var m=$jc.margin(this.get(last),!this.options.vertical?'marginRight':'marginBottom');if((v-m)>clipping)this.tail=v-clipping-m;}while(i-->first)pos+=this.dimension(this.get(i));this.prevFirst=this.first;this.prevLast=this.last;this.first=first;this.last=last;return pos;},animate:function(p,a){if(this.locked||this.animating)return;this.animating=true;var self=this;var scrolled=function(){self.animating=false;if(p==0)self.list.css(self.lt,0);if(self.options.wrap=='circular'||self.options.wrap=='both'||self.options.wrap=='last'||self.options.size==null||self.last<self.options.size)self.startAuto();self.buttons();self.notify('onAfterAnimation');};this.notify('onBeforeAnimation');if(!this.options.animation||a==false){this.list.css(this.lt,p+'px');scrolled();}else{var o=!this.options.vertical?{'left':p}:{'top':p};this.list.animate(o,this.options.animation,this.options.easing,scrolled);}},startAuto:function(s){if(s!=undefined)this.options.auto=s;if(this.options.auto==0)return this.stopAuto();if(this.timer!=null)return;var self=this;this.timer=setTimeout(function(){self.next();},this.options.auto*1000);},stopAuto:function(){if(this.timer==null)return;clearTimeout(this.timer);this.timer=null;},buttons:function(n,p){if(n==undefined||n==null){var n=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!='first')||this.options.size==null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap=='first')&&this.options.size!=null&&this.last>=this.options.size)n=this.tail!=null&&!this.inTail;}if(p==undefined||p==null){var p=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!='last')||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=='last')&&this.options.size!=null&&this.first==1)p=this.tail!=null&&this.inTail;}var self=this;this.buttonNext[n?'bind':'unbind'](this.options.buttonNextEvent+'.jcarousel',this.funcNext)[n?'removeClass':'addClass'](this.className('jcarousel-next-disabled')).attr('disabled',n?false:true);this.buttonPrev[p?'bind':'unbind'](this.options.buttonPrevEvent+'.jcarousel',this.funcPrev)[p?'removeClass':'addClass'](this.className('jcarousel-prev-disabled')).attr('disabled',p?false:true);if(this.buttonNext.length>0&&(this.buttonNext[0].jcarouselstate==undefined||this.buttonNext[0].jcarouselstate!=n)&&this.options.buttonNextCallback!=null){this.buttonNext.each(function(){self.options.buttonNextCallback(self,this,n);});this.buttonNext[0].jcarouselstate=n;}if(this.buttonPrev.length>0&&(this.buttonPrev[0].jcarouselstate==undefined||this.buttonPrev[0].jcarouselstate!=p)&&this.options.buttonPrevCallback!=null){this.buttonPrev.each(function(){self.options.buttonPrevCallback(self,this,p);});this.buttonPrev[0].jcarouselstate=p;}},notify:function(evt){var state=this.prevFirst==null?'init':(this.prevFirst<this.first?'next':'prev');this.callback('itemLoadCallback',evt,state);if(this.prevFirst!==this.first){this.callback('itemFirstInCallback',evt,state,this.first);this.callback('itemFirstOutCallback',evt,state,this.prevFirst);}if(this.prevLast!==this.last){this.callback('itemLastInCallback',evt,state,this.last);this.callback('itemLastOutCallback',evt,state,this.prevLast);}this.callback('itemVisibleInCallback',evt,state,this.first,this.last,this.prevFirst,this.prevLast);this.callback('itemVisibleOutCallback',evt,state,this.prevFirst,this.prevLast,this.first,this.last);},callback:function(cb,evt,state,i1,i2,i3,i4){if(this.options[cb]==undefined||(typeof this.options[cb]!='object'&&evt!='onAfterAnimation'))return;var callback=typeof this.options[cb]=='object'?this.options[cb][evt]:this.options[cb];if(!$.isFunction(callback))return;var self=this;if(i1===undefined)callback(self,state,evt);else if(i2===undefined)this.get(i1).each(function(){callback(self,this,i1,state,evt);});else{for(var i=i1;i<=i2;i++)if(i!==null&&!(i>=i3&&i<=i4))this.get(i).each(function(){callback(self,this,i,state,evt);});}},create:function(i){return this.format('<li></li>',i);},format:function(e,i){var $e=$(e).addClass(this.className('jcarousel-item')).addClass(this.className('jcarousel-item-'+i)).css({'float':'left','list-style':'none'});$e.attr('jcarouselindex',i);return $e;},className:function(c){return c+' '+c+(!this.options.vertical?'-horizontal':'-vertical');},dimension:function(e,d){var el=e.jquery!=undefined?e[0]:e;var old=!this.options.vertical?el.offsetWidth+$jc.margin(el,'marginLeft')+$jc.margin(el,'marginRight'):el.offsetHeight+$jc.margin(el,'marginTop')+$jc.margin(el,'marginBottom');if(d==undefined||old==d)return old;var w=!this.options.vertical?d-$jc.margin(el,'marginLeft')-$jc.margin(el,'marginRight'):d-$jc.margin(el,'marginTop')-$jc.margin(el,'marginBottom');$(el).css(this.wh,w+'px');return this.dimension(el);},clipping:function(){return!this.options.vertical?this.clip[0].offsetWidth-$jc.intval(this.clip.css('borderLeftWidth'))-$jc.intval(this.clip.css('borderRightWidth')):this.clip[0].offsetHeight-$jc.intval(this.clip.css('borderTopWidth'))-$jc.intval(this.clip.css('borderBottomWidth'));},index:function(i,s){if(s==undefined)s=this.options.size;return Math.round((((i-1)/s)-Math.floor((i-1)/s))*s)+1;}});$jc.extend({defaults:function(d){return $.extend(defaults,d||{});},margin:function(e,p){if(!e)return 0;var el=e.jquery!=undefined?e[0]:e;if(p=='marginRight'&&$.browser.safari){var old={'display':'block','float':'none','width':'auto'},oWidth,oWidth2;$.swap(el,old,function(){oWidth=el.offsetWidth;});old['marginRight']=0;$.swap(el,old,function(){oWidth2=el.offsetWidth;});return oWidth2-oWidth;}return $jc.intval($.css(el,p));},intval:function(v){v=parseInt(v);return isNaN(v)?0:v;}});})(jQuery);
;
/**
 * jQuery Roundabout - v1.0
 * http://fredhq.com/projects/roundabout/
 *
 * Moves list-items of enabled ordered and unordered lists long
 * a chosen path. Includes the default "lazySusan" path, that
 * moves items long a spinning turntable.
 *
 * Terms of Use // jQuery Roundabout
 * 
 * Open source under the BSD license
 *
 * Copyright (c) 2009, Fred LeBlanc
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without 
 * modification, are permitted provided that the following conditions are met:
 * 
 *   - Redistributions of source code must retain the above copyright
 *     notice, this list of conditions and the following disclaimer.
 *   - Redistributions in binary form must reproduce the above 
 *     copyright notice, this list of conditions and the following 
 *     disclaimer in the documentation and/or other materials provided 
 *     with the distribution.
 *   - Neither the name of the author nor the names of its contributors 
 *     may be used to endorse or promote products derived from this 
 *     software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
 * POSSIBILITY OF SUCH DAMAGE.
 */
// Load the default roundabout shape
jQuery.extend({
	roundabout_shape: {
		def: 'lazySusan',
		lazySusan: function(r, a, t) {
			return {
				x: Math.sin(r + a), 
				y: (Math.sin(r + 3*Math.PI/2 + a) / 8) * t, 
				z: (Math.cos(r + a) + 1) / 2,
				scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
			};
		}
	}
});

// create roundabout
jQuery.fn.roundabout = function() {
	var options = (typeof arguments[0] != 'object') ? {} : arguments[0];

	options = {
		bearing: (typeof options.bearing == 'undefined') ? 0.0 : parseFloat(options.bearing % 360.0, 4),
		tilt: (typeof options.tilt == 'undefined') ? 0.0 : parseFloat(options.tilt, 4),
		minZ: (typeof options.minZ == 'undefined') ? 100 : parseInt(options.minZ, 10),
		maxZ: (typeof options.maxZ == 'undefined') ? 400 : parseInt(options.maxZ, 10),
		minOpacity: (typeof options.minOpacity == 'undefined') ? 0.40 : parseFloat(options.minOpacity, 2),
		maxOpacity: (typeof options.maxOpacity == 'undefined') ? 1.00 : parseFloat(options.maxOpacity, 2),
		minScale: (typeof options.minScale == 'undefined') ? 0.40 : parseFloat(options.minScale, 2),
		maxScale: (typeof options.maxScale == 'undefined') ? 1.00 : parseFloat(options.maxScale, 2),
		duration: (typeof options.duration == 'undefined') ? 600 : parseInt(options.duration, 10),
		btnNext: options.btnNext || null,
		btnPrev: options.btnPrev || null,
		easing: options.easing || 'swing',
		clickToFocus: (options.clickToFocus !== false),
		focusBearing: (typeof options.focusBearing == 'undefined') ? 0.0 : parseFloat(options.focusBearing % 360.0, 4),
		shape: options.shape || 'lazySusan',
		debug: options.debug || false,
		childSelector: options.childSelector || 'li',
		startingChild: (typeof options.startingChild == 'undefined') ? null : parseInt(options.startingChild, 10)
	};

	this.each(function(i) {
		var ref = jQuery(this);
		var childSelector = options.childSelector;
		var children = ref.children(childSelector);
		var period = 360.0 / children.length;
		var startingBearing = (options.startingChild === null) ? options.bearing : options.startingChild * period;

		// set starting attributes
		ref
			.addClass('roundabout-holder')
			.css('padding', 0)
			.css('position', 'relative')
			.css('z-index', options.minZ)
			.attr('bearing', startingBearing)
			.attr('tilt', options.tilt)
			.attr('minZ', options.minZ)
			.attr('maxZ', options.maxZ)
			.attr('minOpacity', options.minOpacity)
			.attr('maxOpacity', options.maxOpacity)
			.attr('minScale', options.minScale)
			.attr('maxScale', options.maxScale)
			.attr('duration', options.duration)
			.attr('easing', options.easing)
			.attr('clickToFocus', options.clickToFocus)
			.attr('focusBearing', options.focusBearing)
			.attr('animating', '0')
			.attr('childInFocus', -1)
			.attr('shape', options.shape)
			.attr('period', period)
			.attr('debug', options.debug)
			.attr('childSelector', options.childSelector);

		children.each(function(i) {
			var degrees = period * i;
			var startPos;

			// apply classes and css first
			jQuery(this)
				.addClass('roundabout-moveable-item')
				.css('position', 'absolute')
				.attr('degrees', degrees);
			
			// then measure
			startPos = [
				jQuery(this).width(),
				jQuery(this).height(),
				parseInt(jQuery(this).css('font-size'), 10)
			];
			
			jQuery(this)
				.attr('startPos', startPos.join(','));

			// bind click events
			if (options.clickToFocus === true) {
				jQuery(this).click(function(e) {
					if (!jQuery.roundabout_isInFocus(ref, degrees)) {
						e.preventDefault();
						if (ref.attr('animating') == '0') {
							ref.roundabout_animateAngleToFocus(degrees);
						}
						return false;
					}
				});
			}
		});

		// bind buttons
		if (options.btnNext) {
			jQuery(options.btnNext).click(function(e) {
				e.preventDefault();
				if (ref.attr('animating') == '0') {
					ref.roundabout_animateToNextChild();
				}
				return false;
			});
		}

		if (options.btnPrev) {
			jQuery(options.btnPrev).click(function(e) {
				e.preventDefault();
				if (ref.attr('animating') == '0') {
					ref.roundabout_animateToPreviousChild();
				}
				return false;
			});
		}

		ref.roundabout_updateChildPositions();		
	});
	return this;
};

jQuery.fn.roundabout_setTilt = function(newTilt) {
	this.each(function(i) {
		jQuery(this).attr('tilt', newTilt);
		jQuery(this).roundabout_updateChildPositions();
	});
	return this;
};

jQuery.fn.roundabout_setBearing = function(newBearing) {
	this.each(function(i) {
		jQuery(this).attr('bearing', parseFloat(newBearing % 360, 4));	
		jQuery(this).roundabout_updateChildPositions();
	});

	if (typeof arguments[1] === 'function') {
		var callback = arguments[1];
		setTimeout(function() { callback(); }, 0);
	}
	
	return this;
};

jQuery.fn.roundabout_adjustBearing = function(delta) {
	delta = parseFloat(delta, 4);
	if (delta !== 0) {
		this.each(function(i) {
			jQuery(this).attr('bearing', jQuery.roundabout_getBearing(jQuery(this)) + delta);
			jQuery(this).roundabout_updateChildPositions();
		});
	}
	return this;
};

jQuery.fn.roundabout_adjustTilt = function(delta) {
	delta = parseFloat(delta, 4);
	this.each(function(i) {
		jQuery(this).attr('tilt', parseFloat(jQuery(this).attr('tilt'), 4) + delta);
		jQuery(this).roundabout_updateChildPositions();
	});
	return this;
};

jQuery.fn.roundabout_animateToBearing = function(bearing) {
	bearing = parseFloat(bearing, 4);
	var currentTime = new Date();
	var data = (typeof arguments[3] !== 'object') ? null : arguments[3];
	var duration = (typeof arguments[1] == 'undefined') ? null : arguments[1];
	var easingType = (typeof arguments[2] != 'undefined') ? arguments[2] : null;

	this.each(function(i) {
		var ref = jQuery(this), timer, easingFn, newBearing;
		var thisDuration = (duration === null) ? parseInt(ref.attr('duration'), 10) : duration;
		var thisEasingType = (easingType !== null) ? easingType : ref.attr('easing') || 'swing';

		if (data === null) {
			data = {
				timerStart: currentTime,
				start: jQuery.roundabout_getBearing(ref),
				totalTime: thisDuration
			};
		}
		timer = currentTime - data.timerStart;

		if (timer < thisDuration) {		
			ref.attr('animating', '1');
			
			if (typeof jQuery.easing.def == 'string') {
				easingFn = jQuery.easing[thisEasingType] || jQuery.easing[jQuery.easing.def];
				newBearing = easingFn(null, timer, data.start, bearing - data.start, data.totalTime);
			} else {
				newBearing = jQuery.easing[thisEasingType]((timer / data.totalTime), timer, data.start, bearing - data.start, data.totalTime);
			}
			
			ref.roundabout_setBearing(newBearing, function() { ref.roundabout_animateToBearing(bearing, thisDuration, thisEasingType, data); });
		} else {
			bearing = (bearing < 0) ? bearing + 360 : bearing % 360;
			ref.attr('animating', '0');
			ref.roundabout_setBearing(bearing);
		}
	});	
	return this;
};

// animation
jQuery.fn.roundabout_animateToDelta = function(delta) {
	var duration, easing;
	
	if (typeof arguments[1] !== 'undefined') {
		duration = arguments[1];
	}
	
	if (typeof arguments[2] !== 'undefined') {
		easing = arguments[2];
	}
	
	this.each(function(i) {
		delta = jQuery.roundabout_getBearing(jQuery(this)) + delta;	
		jQuery(this).roundabout_animateToBearing(delta, duration, easing);
	});
	return this;
};

jQuery.fn.roundabout_animateToChild = function(childPos) {	
	var duration, easing;
	
	if (typeof arguments[1] !== 'undefined') {
		duration = arguments[1];
	}
	
	if (typeof arguments[2] !== 'undefined') {
		easing = arguments[2];
	}
	
	this.each(function(i) {
		var ref = jQuery(this);
		if (parseInt(ref.attr('childInFocus'), 10) !== childPos && ref.attr('animating', '0')) {		
			var child = jQuery(ref.children(ref.attr('childSelector'))[childPos]);
			ref.roundabout_animateAngleToFocus(parseFloat(child.attr('degrees'), 4), duration, easing);
		}
	});
	return this;
};

jQuery.fn.roundabout_animateToNextChild = function() {
	var duration, easing;
	
	if (typeof arguments[0] !== 'undefined') {
		duration = arguments[0];
	}
	
	if (typeof arguments[1] !== 'undefined') {
		easing = arguments[1];
	}
	
	this.each(function(i) {
		if (jQuery(this).attr('animating', '0')) {
			var bearing = 360.0 - jQuery.roundabout_getBearing(jQuery(this));
			var period = parseFloat(jQuery(this).attr('period'), 4), j = 0, range;
		
			while (true) {
				range = { lower: period * j, upper: period * (j + 1) };
				if (bearing <= range.upper && bearing > range.lower) {
					jQuery(this).roundabout_animateToDelta(bearing - range.lower, duration, easing);
					break;
				}
				j++;
			}
		}
	});
	return this;
};

jQuery.fn.roundabout_animateToPreviousChild = function() {
	var duration, easing;
	
	if (typeof arguments[0] !== 'undefined') {
		duration = arguments[0];
	}
	
	if (typeof arguments[1] !== 'undefined') {
		easing = arguments[1];
	}
	
	this.each(function(i) {
		if (jQuery(this).attr('animating', '0')) {
			var bearing = 360.0 - jQuery.roundabout_getBearing(jQuery(this));
			var period = parseFloat(jQuery(this).attr('period'), 4), j = 0, range;
		
			while (true) {
				range = { lower: period * j, upper: period * (j + 1) };
				if (bearing >= range.lower && bearing < range.upper) {
					jQuery(this).roundabout_animateToDelta(bearing - range.upper, duration, easing);
					break;
				}
				j++;
			}
		}
	});
	return this;
};

// moves a given angle to the focus by the shortest means possible
jQuery.fn.roundabout_animateAngleToFocus = function(target) {
	var duration, easing;
	
	if (typeof arguments[1] !== 'undefined') {
		duration = arguments[1];
	}
	
	if (typeof arguments[2] !== 'undefined') {
		easing = arguments[2];
	}
	
	this.each(function(i) {
		var delta = jQuery.roundabout_getBearing(jQuery(this)) - target;
		delta = (Math.abs(360.0 - delta) < Math.abs(0.0 - delta)) ? 360.0 - delta : 0.0 - delta;
		delta = (delta > 180) ? -(360.0 - delta) : delta;
		
		if (delta !== 0) {
			jQuery(this).roundabout_animateToDelta(delta, duration, easing);	
		}
	});
	return this;
};

jQuery.fn.roundabout_updateChildPositions = function() {
	this.each(function(i) {
		var ref = jQuery(this);
		var inFocus = -1;
		var data = {
			bearing: jQuery.roundabout_getBearing(ref),
			tilt: parseFloat(ref.attr('tilt'), 4),
			stage: { width: Math.floor(ref.width() * 0.9), height: Math.floor(ref.height() * 0.9) },
			animating: ref.attr('animating'),
			inFocus: parseInt(ref.attr('childInFocus'), 10),
			focusBearingRad: jQuery.roundabout_degToRad(parseFloat(ref.attr('focusBearing'), 4)),
			shape: jQuery.roundabout_shape[ref.attr('shape')] || jQuery.roundabout_shape[jQuery.roundabout_shape.def]
		};
		data.midStage = { width: data.stage.width / 2, height: data.stage.height / 2 };
		data.nudge = { width: data.midStage.width + data.stage.width * 0.05, height: data.midStage.height + data.stage.height * 0.05 };
		data.zValues = { min: parseInt(ref.attr('minZ'), 10), max: parseInt(ref.attr('maxZ'), 10) };
		data.zValues.diff = data.zValues.max - data.zValues.min;
		data.opacity = { min: parseFloat(ref.attr('minOpacity'), 2), max: parseFloat(ref.attr('maxOpacity'), 2) };
		data.opacity.diff = data.opacity.max - data.opacity.min;
		data.scale = { min: parseFloat(ref.attr('minScale'), 2), max: parseFloat(ref.attr('maxScale'), 2) };
		data.scale.diff = data.scale.max - data.scale.min;

		// update child positions
		ref.children(ref.attr('childSelector')).each(function(i) {
			if (jQuery.roundabout_updateChildPosition(jQuery(this), ref, data, i) && data.animating == '0') {
				inFocus = i;
				jQuery(this).addClass('roundabout-in-focus');
			} else {
				jQuery(this).removeClass('roundabout-in-focus');
			}
		});

		// update status of who is in focus
		if (inFocus !== data.inFocus) {
			jQuery.roundabout_triggerEvent(ref, data.inFocus, 'blur');

			if (inFocus !== -1) {
				jQuery.roundabout_triggerEvent(ref, inFocus, 'focus');
			}

			ref.attr('childInFocus', inFocus);
		}
	});	
	return this;	
};

//----------------

jQuery.roundabout_getBearing = function(el) {
	return parseFloat(el.attr('bearing'), 4) % 360;
};

jQuery.roundabout_degToRad = function(degrees) {
	return (degrees % 360.0) * Math.PI / 180.0;
};

jQuery.roundabout_isInFocus = function(el, target) {
	return (jQuery.roundabout_getBearing(el) % 360 === (target % 360));
};

jQuery.roundabout_triggerEvent = function(el, child, eventType) {
	return (child < 0) ? this : jQuery(el.children(el.attr('childSelector'))[child]).trigger(eventType);
};

jQuery.roundabout_updateChildPosition = function(child, container, data, childPos) {
	var ref = jQuery(child), out = [];
	var startPos = ref.attr('startPos').split(',');
	var itemData = {
		startWidth: startPos[0],
		startHeight: startPos[1],
		startFontSize: startPos[2],
		degrees: parseFloat(ref.attr('degrees'), 4)
	};
	var rad = jQuery.roundabout_degToRad((360.0 - itemData.degrees) + data.bearing);
	
	// adjust radians to be between 0 and Math.PI * 2
	while (rad < 0) {
		rad = rad + Math.PI * 2;
	}
	while (rad > Math.PI * 2) {
		rad = rad - Math.PI * 2;
	}
	
	var factors = data.shape(rad, data.focusBearingRad, data.tilt); // obj with x, y, z, and scale values

	// correct
	factors.scale = (factors.scale > 1) ? 1 : factors.scale;
	factors.adjustedScale = (data.scale.min + (data.scale.diff * factors.scale)).toFixed(4);
	factors.width = factors.adjustedScale * itemData.startWidth;
	factors.height = factors.adjustedScale * itemData.startHeight;
	
	// alter item
	ref
		.css('left', ((factors.x * data.midStage.width + data.nudge.width) - factors.width / 2.0).toFixed(2) + 'px')
		.css('top', ((factors.y * data.midStage.height + data.nudge.height) - factors.height / 2.0).toFixed(2) + 'px')
		.css('width', factors.width.toFixed(2) + 'px')
		.css('height', factors.height.toFixed(2) + 'px')
		.css('opacity', (data.opacity.min + (data.opacity.diff * factors.scale)).toFixed(2))
		.css('z-index', parseInt(data.zValues.min + (data.zValues.diff * factors.z), 10))
		.css('font-size', (factors.adjustedScale * itemData.startFontSize).toFixed(2) + 'px')
		.attr('current-scale', factors.adjustedScale);
	
	if (container.attr('debug') == 'true') {
		out.push('<div style="font-weight: normal; font-size: 10px; padding: 2px; width: ' + ref.css('width') + '; background-color: #ffc;">');
		out.push('<strong style="font-size: 12px; white-space: nowrap;">Child ' + childPos + '</strong><br />');
		out.push('<strong>left:</strong> ' + ref.css('left') + '<br /><strong>top:</strong> ' + ref.css('top') + '<br />');
		out.push('<strong>width:</strong> ' + ref.css('width') + '<br /><strong>opacity:</strong> ' + ref.css('opacity') + '<br />');
		out.push('<strong>z-index:</strong> ' + ref.css('z-index') + '<br /><strong>font-size:</strong> ' + ref.css('font-size') + '<br />');
		out.push('<strong>scale:</strong> ' + ref.attr('current-scale'));
		out.push('</div>');
		
		ref.html(out.join(''));
	}

	return jQuery.roundabout_isInFocus(container, itemData.degrees);
};;
/**
 * jQuery Roundabout Shapes v1.1
 * http://fredhq.com/projects/roundabout-shapes/
 * 
 * Provides additional paths along which items can move for the
 * jQuery Roundabout plugin (v1.0+).
 *
 * Terms of Use // jQuery Roundabout Shapes
 *
 * Open source under the BSD license
 *
 * Copyright (c) 2009, Fred LeBlanc
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without 
 * modification, are permitted provided that the following conditions are met:
 * 
 *   - Redistributions of source code must retain the above copyright
 *     notice, this list of conditions and the following disclaimer.
 *   - Redistributions in binary form must reproduce the above 
 *     copyright notice, this list of conditions and the following 
 *     disclaimer in the documentation and/or other materials provided 
 *     with the distribution.
 *   - Neither the name of the author nor the names of its contributors 
 *     may be used to endorse or promote products derived from this 
 *     software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
 * POSSIBILITY OF SUCH DAMAGE.
 */
jQuery.extend(jQuery.roundabout_shape,
{
	theJuggler: function(r, a, t) {	
		return {
			x: Math.sin(r + a), 
			y: Math.tan(Math.exp(Math.log(r)) + a) / (t - 1), 
			z: (Math.cos(r + a) + 1) / 2,
			scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
		};
	},
	figure8: function(r, a, t) {
		return {
			x: Math.sin(r * 2 + a), 
			y: (Math.sin(r + Math.PI/2 + a) / 8) * t, 
			z: (Math.cos(r + a) + 1) / 2,
			scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
		};
	},
	waterWheel: function(r, a, t) {
		return {
			x: (Math.sin(r + Math.PI/2 + a) / 8) * t, 
			y: Math.sin(r + a) / (Math.PI/2), 
			z: (Math.cos(r + a) + 1) / 2,
			scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
		};
	},
	square: function(r, a, t) {
		var sq_x, sq_y, sq_z;
		
		if (r <= Math.PI/2) {
			sq_x = (2/Math.PI) * r;
			sq_y = -(2/Math.PI) * r + 1;
			sq_z = -(1/Math.PI) * r + 1;
		} else if (r > Math.PI/2 && r <= Math.PI) {
			sq_x = -(2/Math.PI) * r + 2;
			sq_y = -(2/Math.PI) * r + 1;
			sq_z = -(1/Math.PI) * r + 1;
		} else if (r > Math.PI && r <= (3 * Math.PI) / 2) {
			sq_x = -(2/Math.PI) * r + 2;
			sq_y = (2/Math.PI) * r - 3;
			sq_z = (1/Math.PI) * r - 1;
		} else {
			sq_x = (2/Math.PI) * r - 4;
			sq_y = (2/Math.PI) * r - 3;
			sq_z = (1/Math.PI) * r - 1;
		}
		
		return {
			x: sq_x,
			y: sq_y * t, 
			z: sq_z,
			scale: sq_z
		}
	},
	conveyorBeltLeft: function(r, a, t) {
		return {
			x: -Math.cos(r + a), 
			y: (Math.cos(r + 3*Math.PI/2 + a) / 8) * t, 
			z: (Math.sin(r + a) + 1) / 2,
			scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
		};
	},
	conveyorBeltRight: function(r, a, t) {
		return {
			x: Math.cos(r + a), 
			y: (Math.cos(r + 3*Math.PI/2 + a) / 8) * t, 
			z: (Math.sin(r + a) + 1) / 2,
			scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
		};
	},
	goodbyeCruelWorld: function(r, a, t) {
		return {
			x: Math.sin(r + a), 
			y: (Math.tan(r + 3*Math.PI/2 + a) / 8) * (t + 0.5), 
			z: (Math.sin(r + a) + 1) / 2,
			scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
		};
	},
	diagonalRingLeft: function(r, a, t) {
		return {
			x: Math.sin(r + a), 
			y: -Math.cos(r + Math.tan(Math.cos(a))) / (t + 1.5), 
			z: (Math.cos(r + a) + 1) / 2,
			scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
		};
	},
	diagonalRingRight: function(r, a, t) {
		return {
			x: Math.sin(r + a), 
			y: Math.cos(r + Math.tan(Math.cos(a))) / (t + 1.5), 
			z: (Math.cos(r + a) + 1) / 2,
			scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
		};
	},
	rollerCoaster: function(r, a, t) {
		return {
			x: Math.sin(r + a), 
			y: Math.sin((2 + t) * r), 
			z: (Math.cos(r + a) + 1) / 2,
			scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
		}
	},
	tearDrop: function(r, a, t) {
		return {
			x: Math.sin(r + a), 
			y: -Math.sin(r/2 + t) + 0.35, 
			z: (Math.cos(r + a) + 1) / 2,
			scale: (Math.sin(r + Math.PI/2 + a) / 2) + 0.5
		}
	}
});;
/**
 * jQuery-Plugin "preloadCssImages"
 * by Scott Jehl, scott@filamentgroup.com
 * http://www.filamentgroup.com
 * reference article: http://www.filamentgroup.com/lab/update_automatically_preload_images_from_css_with_jquery/
 * demo page: http://www.filamentgroup.com/examples/preloadImages/index_v2.php
 * 
 * Copyright (c) 2008 Filament Group, Inc
 * Dual licensed under the MIT (filamentgroup.com/examples/mit-license.txt) and GPL (filamentgroup.com/examples/gpl-license.txt) licenses.
 *
 * Version: 5.0, 10.31.2008
 * Changelog:
 * 	02.20.2008 initial Version 1.0
 *    06.04.2008 Version 2.0 : removed need for any passed arguments. Images load from any and all directories.
 *    06.21.2008 Version 3.0 : Added options for loading status. Fixed IE abs image path bug (thanks Sam Pohlenz).
 *    07.24.2008 Version 4.0 : Added support for @imported CSS (credit: http://marcarea.com/). Fixed support in Opera as well. 
 *    10.31.2008 Version: 5.0 : Many feature and performance enhancements from trixta
 * --------------------------------------------------------------------
 */
;jQuery.preloadCssImages=function(settings){settings=jQuery.extend({statusTextEl:null,statusBarEl:null,errorDelay:999,simultaneousCacheLoading:2},settings);var allImgs=[],loaded=0,imgUrls=[],thisSheetRules,errorTimer;function onImgComplete(){clearTimeout(errorTimer);if(imgUrls&&imgUrls.length&&imgUrls[loaded]){loaded++;if(settings.statusTextEl){var nowloading=(imgUrls[loaded])?'Now Loading: <span>'+imgUrls[loaded].split('/')[imgUrls[loaded].split('/').length-1]:'Loading complete';jQuery(settings.statusTextEl).html('<span class="numLoaded">'+loaded+'</span> of <span class="numTotal">'+imgUrls.length+'</span> loaded (<span class="percentLoaded">'+(loaded/imgUrls.length*100).toFixed(0)+'%</span>) <span class="currentImg">'+nowloading+'</span></span>');}
if(settings.statusBarEl){var barWidth=jQuery(settings.statusBarEl).width();jQuery(settings.statusBarEl).css('background-position',-(barWidth-(barWidth*loaded/imgUrls.length).toFixed(0))+'px 50%');}
loadImgs();}}
function loadImgs(){if(imgUrls&&imgUrls.length&&imgUrls[loaded]){var img=new Image();img.src=imgUrls[loaded];if(!img.complete){jQuery(img).bind('error load onreadystatechange',onImgComplete);}else{onImgComplete();}
errorTimer=setTimeout(onImgComplete,settings.errorDelay);}}
function parseCSS(sheets,urls){var w3cImport=false,imported=[],importedSrc=[],baseURL;var sheetIndex=sheets.length;while(sheetIndex--){var cssPile='';if(urls&&urls[sheetIndex]){baseURL=urls[sheetIndex];}else{var csshref=(sheets[sheetIndex].href)?sheets[sheetIndex].href:'window.location.href';var baseURLarr=csshref.split('/');baseURLarr.pop();baseURL=baseURLarr.join('/');if(baseURL){baseURL+='/';}}
if(sheets[sheetIndex].cssRules||sheets[sheetIndex].rules){thisSheetRules=(sheets[sheetIndex].cssRules)?sheets[sheetIndex].cssRules:sheets[sheetIndex].rules;var ruleIndex=thisSheetRules.length;while(ruleIndex--){if(thisSheetRules[ruleIndex].style&&thisSheetRules[ruleIndex].style.cssText){var text=thisSheetRules[ruleIndex].style.cssText;if(text.toLowerCase().indexOf('url')!=-1){cssPile+=text;}}else if(thisSheetRules[ruleIndex].styleSheet){imported.push(thisSheetRules[ruleIndex].styleSheet);w3cImport=true;}}}
var tmpImage=cssPile.match(/[^\("]+\.(gif|jpg|jpeg|png)/g);if(tmpImage){var i=tmpImage.length;while(i--){var imgSrc=(tmpImage[i].charAt(0)=='/'||tmpImage[i].match('://'))?tmpImage[i]:baseURL+tmpImage[i];if(jQuery.inArray(imgSrc,imgUrls)==-1){imgUrls.push(imgSrc);}}}
if(!w3cImport&&sheets[sheetIndex].imports&&sheets[sheetIndex].imports.length){for(var iImport=0,importLen=sheets[sheetIndex].imports.length;iImport<importLen;iImport++){var iHref=sheets[sheetIndex].imports[iImport].href;iHref=iHref.split('/');iHref.pop();iHref=iHref.join('/');if(iHref){iHref+='/';}
var iSrc=(iHref.charAt(0)=='/'||iHref.match('://'))?iHref:baseURL+iHref;importedSrc.push(iSrc);imported.push(sheets[sheetIndex].imports[iImport]);}}}
if(imported.length){parseCSS(imported,importedSrc);return false;}
var downloads=settings.simultaneousCacheLoading;while(downloads--){setTimeout(loadImgs,downloads);}}
parseCSS(document.styleSheets);return imgUrls;};;
/*
 * Shadowbox.js, version 3.0.3
 * http://shadowbox-js.com/
 *
 * Copyright 2007-2010, Michael J. I. Jackson
 * Date: 2010-04-06 07:46:45 +0000
 */
(function(au,k){var Q={version:"3.0.3"};var J=navigator.userAgent.toLowerCase();if(J.indexOf("windows")>-1||J.indexOf("win32")>-1){Q.isWindows=true}else{if(J.indexOf("macintosh")>-1||J.indexOf("mac os x")>-1){Q.isMac=true}else{if(J.indexOf("linux")>-1){Q.isLinux=true}}}Q.isIE=J.indexOf("msie")>-1;Q.isIE6=J.indexOf("msie 6")>-1;Q.isIE7=J.indexOf("msie 7")>-1;Q.isGecko=J.indexOf("gecko")>-1&&J.indexOf("safari")==-1;Q.isWebKit=J.indexOf("applewebkit/")>-1;var ab=/#(.+)$/,af=/^(light|shadow)box\[(.*?)\]/i,az=/\s*([a-z_]*?)\s*=\s*(.+)\s*/,f=/[0-9a-z]+$/i,aD=/(.+\/)shadowbox\.js/i;var A=false,a=false,l={},z=0,R,ap;Q.current=-1;Q.dimensions=null;Q.ease=function(K){return 1+Math.pow(K-1,3)};Q.errorInfo={fla:{name:"Flash",url:"http://www.adobe.com/products/flashplayer/"},qt:{name:"QuickTime",url:"http://www.apple.com/quicktime/download/"},wmp:{name:"Windows Media Player",url:"http://www.microsoft.com/windows/windowsmedia/"},f4m:{name:"Flip4Mac",url:"http://www.flip4mac.com/wmv_download.htm"}};Q.gallery=[];Q.onReady=aj;Q.path=null;Q.player=null;Q.playerId="sb-player";Q.options={animate:true,animateFade:true,autoplayMovies:true,continuous:false,enableKeys:true,flashParams:{bgcolor:"#000000",allowfullscreen:true},flashVars:{},flashVersion:"9.0.115",handleOversize:"resize",handleUnsupported:"link",onChange:aj,onClose:aj,onFinish:aj,onOpen:aj,showMovieControls:true,skipSetup:false,slideshowDelay:0,viewportPadding:20};Q.getCurrent=function(){return Q.current>-1?Q.gallery[Q.current]:null};Q.hasNext=function(){return Q.gallery.length>1&&(Q.current!=Q.gallery.length-1||Q.options.continuous)};Q.isOpen=function(){return A};Q.isPaused=function(){return ap=="pause"};Q.applyOptions=function(K){l=aC({},Q.options);aC(Q.options,K)};Q.revertOptions=function(){aC(Q.options,l)};Q.init=function(aG,aJ){if(a){return}a=true;if(Q.skin.options){aC(Q.options,Q.skin.options)}if(aG){aC(Q.options,aG)}if(!Q.path){var aI,S=document.getElementsByTagName("script");for(var aH=0,K=S.length;aH<K;++aH){aI=aD.exec(S[aH].src);if(aI){Q.path=aI[1];break}}}if(aJ){Q.onReady=aJ}P()};Q.open=function(S){if(A){return}var K=Q.makeGallery(S);Q.gallery=K[0];Q.current=K[1];S=Q.getCurrent();if(S==null){return}Q.applyOptions(S.options||{});G();if(Q.gallery.length){S=Q.getCurrent();if(Q.options.onOpen(S)===false){return}A=true;Q.skin.onOpen(S,c)}};Q.close=function(){if(!A){return}A=false;if(Q.player){Q.player.remove();Q.player=null}if(typeof ap=="number"){clearTimeout(ap);ap=null}z=0;aq(false);Q.options.onClose(Q.getCurrent());Q.skin.onClose();Q.revertOptions()};Q.play=function(){if(!Q.hasNext()){return}if(!z){z=Q.options.slideshowDelay*1000}if(z){R=aw();ap=setTimeout(function(){z=R=0;Q.next()},z);if(Q.skin.onPlay){Q.skin.onPlay()}}};Q.pause=function(){if(typeof ap!="number"){return}z=Math.max(0,z-(aw()-R));if(z){clearTimeout(ap);ap="pause";if(Q.skin.onPause){Q.skin.onPause()}}};Q.change=function(K){if(!(K in Q.gallery)){if(Q.options.continuous){K=(K<0?Q.gallery.length+K:0);if(!(K in Q.gallery)){return}}else{return}}Q.current=K;if(typeof ap=="number"){clearTimeout(ap);ap=null;z=R=0}Q.options.onChange(Q.getCurrent());c(true)};Q.next=function(){Q.change(Q.current+1)};Q.previous=function(){Q.change(Q.current-1)};Q.setDimensions=function(aS,aJ,aQ,aR,aI,K,aO,aL){var aN=aS,aH=aJ;var aM=2*aO+aI;if(aS+aM>aQ){aS=aQ-aM}var aG=2*aO+K;if(aJ+aG>aR){aJ=aR-aG}var S=(aN-aS)/aN,aP=(aH-aJ)/aH,aK=(S>0||aP>0);if(aL&&aK){if(S>aP){aJ=Math.round((aH/aN)*aS)}else{if(aP>S){aS=Math.round((aN/aH)*aJ)}}}Q.dimensions={height:aS+aI,width:aJ+K,innerHeight:aS,innerWidth:aJ,top:Math.floor((aQ-(aS+aM))/2+aO),left:Math.floor((aR-(aJ+aG))/2+aO),oversized:aK};return Q.dimensions};Q.makeGallery=function(aI){var K=[],aH=-1;if(typeof aI=="string"){aI=[aI]}if(typeof aI.length=="number"){aF(aI,function(aK,aL){if(aL.content){K[aK]=aL}else{K[aK]={content:aL}}});aH=0}else{if(aI.tagName){var S=Q.getCache(aI);aI=S?S:Q.makeObject(aI)}if(aI.gallery){K=[];var aJ;for(var aG in Q.cache){aJ=Q.cache[aG];if(aJ.gallery&&aJ.gallery==aI.gallery){if(aH==-1&&aJ.content==aI.content){aH=K.length}K.push(aJ)}}if(aH==-1){K.unshift(aI);aH=0}}else{K=[aI];aH=0}}aF(K,function(aK,aL){K[aK]=aC({},aL)});return[K,aH]};Q.makeObject=function(aH,aG){var aI={content:aH.href,title:aH.getAttribute("title")||"",link:aH};if(aG){aG=aC({},aG);aF(["player","title","height","width","gallery"],function(aJ,aK){if(typeof aG[aK]!="undefined"){aI[aK]=aG[aK];delete aG[aK]}});aI.options=aG}else{aI.options={}}if(!aI.player){aI.player=Q.getPlayer(aI.content)}var K=aH.getAttribute("rel");if(K){var S=K.match(af);if(S){aI.gallery=escape(S[2])}aF(K.split(";"),function(aJ,aK){S=aK.match(az);if(S){aI[S[1]]=S[2]}})}return aI};Q.getPlayer=function(aG){if(aG.indexOf("#")>-1&&aG.indexOf(document.location.href)==0){return"inline"}var aH=aG.indexOf("?");if(aH>-1){aG=aG.substring(0,aH)}var S,K=aG.match(f);if(K){S=K[0].toLowerCase()}if(S){if(Q.img&&Q.img.ext.indexOf(S)>-1){return"img"}if(Q.swf&&Q.swf.ext.indexOf(S)>-1){return"swf"}if(Q.flv&&Q.flv.ext.indexOf(S)>-1){return"flv"}if(Q.qt&&Q.qt.ext.indexOf(S)>-1){if(Q.wmp&&Q.wmp.ext.indexOf(S)>-1){return"qtwmp"}else{return"qt"}}if(Q.wmp&&Q.wmp.ext.indexOf(S)>-1){return"wmp"}}return"iframe"};function G(){var aH=Q.errorInfo,aI=Q.plugins,aK,aL,aO,aG,aN,S,aM,K;for(var aJ=0;aJ<Q.gallery.length;++aJ){aK=Q.gallery[aJ];aL=false;aO=null;switch(aK.player){case"flv":case"swf":if(!aI.fla){aO="fla"}break;case"qt":if(!aI.qt){aO="qt"}break;case"wmp":if(Q.isMac){if(aI.qt&&aI.f4m){aK.player="qt"}else{aO="qtf4m"}}else{if(!aI.wmp){aO="wmp"}}break;case"qtwmp":if(aI.qt){aK.player="qt"}else{if(aI.wmp){aK.player="wmp"}else{aO="qtwmp"}}break}if(aO){if(Q.options.handleUnsupported=="link"){switch(aO){case"qtf4m":aN="shared";S=[aH.qt.url,aH.qt.name,aH.f4m.url,aH.f4m.name];break;case"qtwmp":aN="either";S=[aH.qt.url,aH.qt.name,aH.wmp.url,aH.wmp.name];break;default:aN="single";S=[aH[aO].url,aH[aO].name]}aK.player="html";aK.content='<div class="sb-message">'+s(Q.lang.errors[aN],S)+"</div>"}else{aL=true}}else{if(aK.player=="inline"){aG=ab.exec(aK.content);if(aG){aM=ad(aG[1]);if(aM){aK.content=aM.innerHTML}else{aL=true}}else{aL=true}}else{if(aK.player=="swf"||aK.player=="flv"){K=(aK.options&&aK.options.flashVersion)||Q.options.flashVersion;if(Q.flash&&!Q.flash.hasFlashPlayerVersion(K)){aK.width=310;aK.height=177}}}}if(aL){Q.gallery.splice(aJ,1);if(aJ<Q.current){--Q.current}else{if(aJ==Q.current){Q.current=aJ>0?aJ-1:aJ}}--aJ}}}function aq(K){if(!Q.options.enableKeys){return}(K?F:M)(document,"keydown",an)}function an(aG){if(aG.metaKey||aG.shiftKey||aG.altKey||aG.ctrlKey){return}var S=v(aG),K;switch(S){case 81:case 88:case 27:K=Q.close;break;case 37:K=Q.previous;break;case 39:K=Q.next;break;case 32:K=typeof ap=="number"?Q.pause:Q.play;break}if(K){n(aG);K()}}function c(aK){aq(false);var aJ=Q.getCurrent();var aG=(aJ.player=="inline"?"html":aJ.player);if(typeof Q[aG]!="function"){throw"unknown player "+aG}if(aK){Q.player.remove();Q.revertOptions();Q.applyOptions(aJ.options||{})}Q.player=new Q[aG](aJ,Q.playerId);if(Q.gallery.length>1){var aH=Q.gallery[Q.current+1]||Q.gallery[0];if(aH.player=="img"){var S=new Image();S.src=aH.content}var aI=Q.gallery[Q.current-1]||Q.gallery[Q.gallery.length-1];if(aI.player=="img"){var K=new Image();K.src=aI.content}}Q.skin.onLoad(aK,W)}function W(){if(!A){return}if(typeof Q.player.ready!="undefined"){var K=setInterval(function(){if(A){if(Q.player.ready){clearInterval(K);K=null;Q.skin.onReady(e)}}else{clearInterval(K);K=null}},10)}else{Q.skin.onReady(e)}}function e(){if(!A){return}Q.player.append(Q.skin.body,Q.dimensions);Q.skin.onShow(I)}function I(){if(!A){return}if(Q.player.onLoad){Q.player.onLoad()}Q.options.onFinish(Q.getCurrent());if(!Q.isPaused()){Q.play()}aq(true)}if(!Array.prototype.indexOf){Array.prototype.indexOf=function(S,aG){var K=this.length>>>0;aG=aG||0;if(aG<0){aG+=K}for(;aG<K;++aG){if(aG in this&&this[aG]===S){return aG}}return -1}}function aw(){return(new Date).getTime()}function aC(K,aG){for(var S in aG){K[S]=aG[S]}return K}function aF(aH,aI){var S=0,K=aH.length;for(var aG=aH[0];S<K&&aI.call(aG,S,aG)!==false;aG=aH[++S]){}}function s(S,K){return S.replace(/\{(\w+?)\}/g,function(aG,aH){return K[aH]})}function aj(){}function ad(K){return document.getElementById(K)}function C(K){K.parentNode.removeChild(K)}var h=true,x=true;function d(){var K=document.body,S=document.createElement("div");h=typeof S.style.opacity==="string";S.style.position="fixed";S.style.margin=0;S.style.top="20px";K.appendChild(S,K.firstChild);x=S.offsetTop==20;K.removeChild(S)}Q.getStyle=(function(){var K=/opacity=([^)]*)/,S=document.defaultView&&document.defaultView.getComputedStyle;return function(aJ,aI){var aH;if(!h&&aI=="opacity"&&aJ.currentStyle){aH=K.test(aJ.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return aH===""?"1":aH}if(S){var aG=S(aJ,null);if(aG){aH=aG[aI]}if(aI=="opacity"&&aH==""){aH="1"}}else{aH=aJ.currentStyle[aI]}return aH}})();Q.appendHTML=function(aG,S){if(aG.insertAdjacentHTML){aG.insertAdjacentHTML("BeforeEnd",S)}else{if(aG.lastChild){var K=aG.ownerDocument.createRange();K.setStartAfter(aG.lastChild);var aH=K.createContextualFragment(S);aG.appendChild(aH)}else{aG.innerHTML=S}}};Q.getWindowSize=function(K){if(document.compatMode==="CSS1Compat"){return document.documentElement["client"+K]}return document.body["client"+K]};Q.setOpacity=function(aG,K){var S=aG.style;if(h){S.opacity=(K==1?"":K)}else{S.zoom=1;if(K==1){if(typeof S.filter=="string"&&(/alpha/i).test(S.filter)){S.filter=S.filter.replace(/\s*[\w\.]*alpha\([^\)]*\);?/gi,"")}}else{S.filter=(S.filter||"").replace(/\s*[\w\.]*alpha\([^\)]*\)/gi,"")+" alpha(opacity="+(K*100)+")"}}};Q.clearOpacity=function(K){Q.setOpacity(K,1)};function o(K){return K.target}function V(K){return[K.pageX,K.pageY]}function n(K){K.preventDefault()}function v(K){return K.keyCode}function F(aG,S,K){jQuery(aG).bind(S,K)}function M(aG,S,K){jQuery(aG).unbind(S,K)}jQuery.fn.shadowbox=function(K){return this.each(function(){var aG=jQuery(this);var aH=jQuery.extend({},K||{},jQuery.metadata?aG.metadata():jQuery.meta?aG.data():{});var S=this.className||"";aH.width=parseInt((S.match(/w:(\d+)/)||[])[1])||aH.width;aH.height=parseInt((S.match(/h:(\d+)/)||[])[1])||aH.height;Shadowbox.setup(aG,aH)})};var y=false,al;if(document.addEventListener){al=function(){document.removeEventListener("DOMContentLoaded",al,false);Q.load()}}else{if(document.attachEvent){al=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",al);Q.load()}}}}function g(){if(y){return}try{document.documentElement.doScroll("left")}catch(K){setTimeout(g,1);return}Q.load()}function P(){if(document.readyState==="complete"){return Q.load()}if(document.addEventListener){document.addEventListener("DOMContentLoaded",al,false);au.addEventListener("load",Q.load,false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",al);au.attachEvent("onload",Q.load);var K=false;try{K=au.frameElement===null}catch(S){}if(document.documentElement.doScroll&&K){g()}}}}Q.load=function(){if(y){return}if(!document.body){return setTimeout(Q.load,13)}y=true;d();Q.onReady();if(!Q.options.skipSetup){Q.setup()}Q.skin.init()};Q.plugins={};if(navigator.plugins&&navigator.plugins.length){var w=[];aF(navigator.plugins,function(K,S){w.push(S.name)});w=w.join(",");var ai=w.indexOf("Flip4Mac")>-1;Q.plugins={fla:w.indexOf("Shockwave Flash")>-1,qt:w.indexOf("QuickTime")>-1,wmp:!ai&&w.indexOf("Windows Media")>-1,f4m:ai}}else{var p=function(K){var S;try{S=new ActiveXObject(K)}catch(aG){}return !!S};Q.plugins={fla:p("ShockwaveFlash.ShockwaveFlash"),qt:p("QuickTime.QuickTime"),wmp:p("wmplayer.ocx"),f4m:false}}var X=/^(light|shadow)box/i,am="shadowboxCacheKey",b=1;Q.cache={};Q.select=function(S){var aG=[];if(!S){var K;aF(document.getElementsByTagName("a"),function(aJ,aK){K=aK.getAttribute("rel");if(K&&X.test(K)){aG.push(aK)}})}else{var aI=S.length;if(aI){if(typeof S=="string"){if(Q.find){aG=Q.find(S)}}else{if(aI==2&&typeof S[0]=="string"&&S[1].nodeType){if(Q.find){aG=Q.find(S[0],S[1])}}else{for(var aH=0;aH<aI;++aH){aG[aH]=S[aH]}}}}else{aG.push(S)}}return aG};Q.setup=function(K,S){aF(Q.select(K),function(aG,aH){Q.addCache(aH,S)})};Q.teardown=function(K){aF(Q.select(K),function(S,aG){Q.removeCache(aG)})};Q.addCache=function(aG,K){var S=aG[am];if(S==k){S=b++;aG[am]=S;F(aG,"click",u)}Q.cache[S]=Q.makeObject(aG,K)};Q.removeCache=function(K){M(K,"click",u);delete Q.cache[K[am]];K[am]=null};Q.getCache=function(S){var K=S[am];return(K in Q.cache&&Q.cache[K])};Q.clearCache=function(){for(var K in Q.cache){Q.removeCache(Q.cache[K].link)}Q.cache={}};function u(K){Q.open(this);if(Q.gallery.length){n(K)}}
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 *
 * Modified for inclusion in Shadowbox.js
 */
Q.find=(function(){var aP=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,aQ=0,aS=Object.prototype.toString,aK=false,aJ=true;[0,0].sort(function(){aJ=false;return 0});var aG=function(a1,aW,a4,a5){a4=a4||[];var a7=aW=aW||document;if(aW.nodeType!==1&&aW.nodeType!==9){return[]}if(!a1||typeof a1!=="string"){return a4}var a2=[],aY,a9,bc,aX,a0=true,aZ=aH(aW),a6=a1;while((aP.exec(""),aY=aP.exec(a6))!==null){a6=aY[3];a2.push(aY[1]);if(aY[2]){aX=aY[3];break}}if(a2.length>1&&aL.exec(a1)){if(a2.length===2&&aM.relative[a2[0]]){a9=aT(a2[0]+a2[1],aW)}else{a9=aM.relative[a2[0]]?[aW]:aG(a2.shift(),aW);while(a2.length){a1=a2.shift();if(aM.relative[a1]){a1+=a2.shift()}a9=aT(a1,a9)}}}else{if(!a5&&a2.length>1&&aW.nodeType===9&&!aZ&&aM.match.ID.test(a2[0])&&!aM.match.ID.test(a2[a2.length-1])){var a8=aG.find(a2.shift(),aW,aZ);aW=a8.expr?aG.filter(a8.expr,a8.set)[0]:a8.set[0]}if(aW){var a8=a5?{expr:a2.pop(),set:aO(a5)}:aG.find(a2.pop(),a2.length===1&&(a2[0]==="~"||a2[0]==="+")&&aW.parentNode?aW.parentNode:aW,aZ);a9=a8.expr?aG.filter(a8.expr,a8.set):a8.set;if(a2.length>0){bc=aO(a9)}else{a0=false}while(a2.length){var bb=a2.pop(),ba=bb;if(!aM.relative[bb]){bb=""}else{ba=a2.pop()}if(ba==null){ba=aW}aM.relative[bb](bc,ba,aZ)}}else{bc=a2=[]}}if(!bc){bc=a9}if(!bc){throw"Syntax error, unrecognized expression: "+(bb||a1)}if(aS.call(bc)==="[object Array]"){if(!a0){a4.push.apply(a4,bc)}else{if(aW&&aW.nodeType===1){for(var a3=0;bc[a3]!=null;a3++){if(bc[a3]&&(bc[a3]===true||bc[a3].nodeType===1&&aN(aW,bc[a3]))){a4.push(a9[a3])}}}else{for(var a3=0;bc[a3]!=null;a3++){if(bc[a3]&&bc[a3].nodeType===1){a4.push(a9[a3])}}}}}else{aO(bc,a4)}if(aX){aG(aX,a7,a4,a5);aG.uniqueSort(a4)}return a4};aG.uniqueSort=function(aX){if(aR){aK=aJ;aX.sort(aR);if(aK){for(var aW=1;aW<aX.length;aW++){if(aX[aW]===aX[aW-1]){aX.splice(aW--,1)}}}}return aX};aG.matches=function(aW,aX){return aG(aW,null,null,aX)};aG.find=function(a3,aW,a4){var a2,a0;if(!a3){return[]}for(var aZ=0,aY=aM.order.length;aZ<aY;aZ++){var a1=aM.order[aZ],a0;if((a0=aM.leftMatch[a1].exec(a3))){var aX=a0[1];a0.splice(1,1);if(aX.substr(aX.length-1)!=="\\"){a0[1]=(a0[1]||"").replace(/\\/g,"");a2=aM.find[a1](a0,aW,a4);if(a2!=null){a3=a3.replace(aM.match[a1],"");break}}}}if(!a2){a2=aW.getElementsByTagName("*")}return{set:a2,expr:a3}};aG.filter=function(a6,a5,a9,aZ){var aY=a6,bb=[],a3=a5,a1,aW,a2=a5&&a5[0]&&aH(a5[0]);while(a6&&a5.length){for(var a4 in aM.filter){if((a1=aM.match[a4].exec(a6))!=null){var aX=aM.filter[a4],ba,a8;aW=false;if(a3===bb){bb=[]}if(aM.preFilter[a4]){a1=aM.preFilter[a4](a1,a3,a9,bb,aZ,a2);if(!a1){aW=ba=true}else{if(a1===true){continue}}}if(a1){for(var a0=0;(a8=a3[a0])!=null;a0++){if(a8){ba=aX(a8,a1,a0,a3);var a7=aZ^!!ba;if(a9&&ba!=null){if(a7){aW=true}else{a3[a0]=false}}else{if(a7){bb.push(a8);aW=true}}}}}if(ba!==k){if(!a9){a3=bb}a6=a6.replace(aM.match[a4],"");if(!aW){return[]}break}}}if(a6===aY){if(aW==null){throw"Syntax error, unrecognized expression: "+a6}else{break}}aY=a6}return a3};var aM=aG.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\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(aW){return aW.getAttribute("href")}},relative:{"+":function(a2,aX){var aZ=typeof aX==="string",a1=aZ&&!/\W/.test(aX),a3=aZ&&!a1;if(a1){aX=aX.toLowerCase()}for(var aY=0,aW=a2.length,a0;aY<aW;aY++){if((a0=a2[aY])){while((a0=a0.previousSibling)&&a0.nodeType!==1){}a2[aY]=a3||a0&&a0.nodeName.toLowerCase()===aX?a0||false:a0===aX}}if(a3){aG.filter(aX,a2,true)}},">":function(a2,aX){var a0=typeof aX==="string";if(a0&&!/\W/.test(aX)){aX=aX.toLowerCase();for(var aY=0,aW=a2.length;aY<aW;aY++){var a1=a2[aY];if(a1){var aZ=a1.parentNode;a2[aY]=aZ.nodeName.toLowerCase()===aX?aZ:false}}}else{for(var aY=0,aW=a2.length;aY<aW;aY++){var a1=a2[aY];if(a1){a2[aY]=a0?a1.parentNode:a1.parentNode===aX}}if(a0){aG.filter(aX,a2,true)}}},"":function(aZ,aX,a1){var aY=aQ++,aW=aU;if(typeof aX==="string"&&!/\W/.test(aX)){var a0=aX=aX.toLowerCase();aW=K}aW("parentNode",aX,aY,aZ,a0,a1)},"~":function(aZ,aX,a1){var aY=aQ++,aW=aU;if(typeof aX==="string"&&!/\W/.test(aX)){var a0=aX=aX.toLowerCase();aW=K}aW("previousSibling",aX,aY,aZ,a0,a1)}},find:{ID:function(aX,aY,aZ){if(typeof aY.getElementById!=="undefined"&&!aZ){var aW=aY.getElementById(aX[1]);return aW?[aW]:[]}},NAME:function(aY,a1){if(typeof a1.getElementsByName!=="undefined"){var aX=[],a0=a1.getElementsByName(aY[1]);for(var aZ=0,aW=a0.length;aZ<aW;aZ++){if(a0[aZ].getAttribute("name")===aY[1]){aX.push(a0[aZ])}}return aX.length===0?null:aX}},TAG:function(aW,aX){return aX.getElementsByTagName(aW[1])}},preFilter:{CLASS:function(aZ,aX,aY,aW,a2,a3){aZ=" "+aZ[1].replace(/\\/g,"")+" ";if(a3){return aZ}for(var a0=0,a1;(a1=aX[a0])!=null;a0++){if(a1){if(a2^(a1.className&&(" "+a1.className+" ").replace(/[\t\n]/g," ").indexOf(aZ)>=0)){if(!aY){aW.push(a1)}}else{if(aY){aX[a0]=false}}}}return false},ID:function(aW){return aW[1].replace(/\\/g,"")},TAG:function(aX,aW){return aX[1].toLowerCase()},CHILD:function(aW){if(aW[1]==="nth"){var aX=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(aW[2]==="even"&&"2n"||aW[2]==="odd"&&"2n+1"||!/\D/.test(aW[2])&&"0n+"+aW[2]||aW[2]);aW[2]=(aX[1]+(aX[2]||1))-0;aW[3]=aX[3]-0}aW[0]=aQ++;return aW},ATTR:function(a0,aX,aY,aW,a1,a2){var aZ=a0[1].replace(/\\/g,"");if(!a2&&aM.attrMap[aZ]){a0[1]=aM.attrMap[aZ]}if(a0[2]==="~="){a0[4]=" "+a0[4]+" "}return a0},PSEUDO:function(a0,aX,aY,aW,a1){if(a0[1]==="not"){if((aP.exec(a0[3])||"").length>1||/^\w/.test(a0[3])){a0[3]=aG(a0[3],null,null,aX)}else{var aZ=aG.filter(a0[3],aX,aY,true^a1);if(!aY){aW.push.apply(aW,aZ)}return false}}else{if(aM.match.POS.test(a0[0])||aM.match.CHILD.test(a0[0])){return true}}return a0},POS:function(aW){aW.unshift(true);return aW}},filters:{enabled:function(aW){return aW.disabled===false&&aW.type!=="hidden"},disabled:function(aW){return aW.disabled===true},checked:function(aW){return aW.checked===true},selected:function(aW){aW.parentNode.selectedIndex;return aW.selected===true},parent:function(aW){return !!aW.firstChild},empty:function(aW){return !aW.firstChild},has:function(aY,aX,aW){return !!aG(aW[3],aY).length},header:function(aW){return/h\d/i.test(aW.nodeName)},text:function(aW){return"text"===aW.type},radio:function(aW){return"radio"===aW.type},checkbox:function(aW){return"checkbox"===aW.type},file:function(aW){return"file"===aW.type},password:function(aW){return"password"===aW.type},submit:function(aW){return"submit"===aW.type},image:function(aW){return"image"===aW.type},reset:function(aW){return"reset"===aW.type},button:function(aW){return"button"===aW.type||aW.nodeName.toLowerCase()==="button"},input:function(aW){return/input|select|textarea|button/i.test(aW.nodeName)}},setFilters:{first:function(aX,aW){return aW===0},last:function(aY,aX,aW,aZ){return aX===aZ.length-1},even:function(aX,aW){return aW%2===0},odd:function(aX,aW){return aW%2===1},lt:function(aY,aX,aW){return aX<aW[3]-0},gt:function(aY,aX,aW){return aX>aW[3]-0},nth:function(aY,aX,aW){return aW[3]-0===aX},eq:function(aY,aX,aW){return aW[3]-0===aX}},filter:{PSEUDO:function(a2,aY,aZ,a3){var aX=aY[1],a0=aM.filters[aX];if(a0){return a0(a2,aZ,aY,a3)}else{if(aX==="contains"){return(a2.textContent||a2.innerText||S([a2])||"").indexOf(aY[3])>=0}else{if(aX==="not"){var a1=aY[3];for(var aZ=0,aW=a1.length;aZ<aW;aZ++){if(a1[aZ]===a2){return false}}return true}else{throw"Syntax error, unrecognized expression: "+aX}}}},CHILD:function(aW,aZ){var a2=aZ[1],aX=aW;switch(a2){case"only":case"first":while((aX=aX.previousSibling)){if(aX.nodeType===1){return false}}if(a2==="first"){return true}aX=aW;case"last":while((aX=aX.nextSibling)){if(aX.nodeType===1){return false}}return true;case"nth":var aY=aZ[2],a5=aZ[3];if(aY===1&&a5===0){return true}var a1=aZ[0],a4=aW.parentNode;if(a4&&(a4.sizcache!==a1||!aW.nodeIndex)){var a0=0;for(aX=a4.firstChild;aX;aX=aX.nextSibling){if(aX.nodeType===1){aX.nodeIndex=++a0}}a4.sizcache=a1}var a3=aW.nodeIndex-a5;if(aY===0){return a3===0}else{return(a3%aY===0&&a3/aY>=0)}}},ID:function(aX,aW){return aX.nodeType===1&&aX.getAttribute("id")===aW},TAG:function(aX,aW){return(aW==="*"&&aX.nodeType===1)||aX.nodeName.toLowerCase()===aW},CLASS:function(aX,aW){return(" "+(aX.className||aX.getAttribute("class"))+" ").indexOf(aW)>-1},ATTR:function(a1,aZ){var aY=aZ[1],aW=aM.attrHandle[aY]?aM.attrHandle[aY](a1):a1[aY]!=null?a1[aY]:a1.getAttribute(aY),a2=aW+"",a0=aZ[2],aX=aZ[4];return aW==null?a0==="!=":a0==="="?a2===aX:a0==="*="?a2.indexOf(aX)>=0:a0==="~="?(" "+a2+" ").indexOf(aX)>=0:!aX?a2&&aW!==false:a0==="!="?a2!==aX:a0==="^="?a2.indexOf(aX)===0:a0==="$="?a2.substr(a2.length-aX.length)===aX:a0==="|="?a2===aX||a2.substr(0,aX.length+1)===aX+"-":false},POS:function(a0,aX,aY,a1){var aW=aX[2],aZ=aM.setFilters[aW];if(aZ){return aZ(a0,aY,aX,a1)}}}};var aL=aM.match.POS;for(var aI in aM.match){aM.match[aI]=new RegExp(aM.match[aI].source+/(?![^\[]*\])(?![^\(]*\))/.source);aM.leftMatch[aI]=new RegExp(/(^(?:.|\r|\n)*?)/.source+aM.match[aI].source)}var aO=function(aX,aW){aX=Array.prototype.slice.call(aX,0);if(aW){aW.push.apply(aW,aX);return aW}return aX};try{Array.prototype.slice.call(document.documentElement.childNodes,0)}catch(aV){aO=function(a0,aZ){var aX=aZ||[];if(aS.call(a0)==="[object Array]"){Array.prototype.push.apply(aX,a0)}else{if(typeof a0.length==="number"){for(var aY=0,aW=a0.length;aY<aW;aY++){aX.push(a0[aY])}}else{for(var aY=0;a0[aY];aY++){aX.push(a0[aY])}}}return aX}}var aR;if(document.documentElement.compareDocumentPosition){aR=function(aX,aW){if(!aX.compareDocumentPosition||!aW.compareDocumentPosition){if(aX==aW){aK=true}return aX.compareDocumentPosition?-1:1}var aY=aX.compareDocumentPosition(aW)&4?-1:aX===aW?0:1;if(aY===0){aK=true}return aY}}else{if("sourceIndex" in document.documentElement){aR=function(aX,aW){if(!aX.sourceIndex||!aW.sourceIndex){if(aX==aW){aK=true}return aX.sourceIndex?-1:1}var aY=aX.sourceIndex-aW.sourceIndex;if(aY===0){aK=true}return aY}}else{if(document.createRange){aR=function(aZ,aX){if(!aZ.ownerDocument||!aX.ownerDocument){if(aZ==aX){aK=true}return aZ.ownerDocument?-1:1}var aY=aZ.ownerDocument.createRange(),aW=aX.ownerDocument.createRange();aY.setStart(aZ,0);aY.setEnd(aZ,0);aW.setStart(aX,0);aW.setEnd(aX,0);var a0=aY.compareBoundaryPoints(Range.START_TO_END,aW);if(a0===0){aK=true}return a0}}}}function S(aW){var aX="",aZ;for(var aY=0;aW[aY];aY++){aZ=aW[aY];if(aZ.nodeType===3||aZ.nodeType===4){aX+=aZ.nodeValue}else{if(aZ.nodeType!==8){aX+=S(aZ.childNodes)}}}return aX}(function(){var aX=document.createElement("div"),aY="script"+(new Date).getTime();aX.innerHTML="<a name='"+aY+"'/>";var aW=document.documentElement;aW.insertBefore(aX,aW.firstChild);if(document.getElementById(aY)){aM.find.ID=function(a0,a1,a2){if(typeof a1.getElementById!=="undefined"&&!a2){var aZ=a1.getElementById(a0[1]);return aZ?aZ.id===a0[1]||typeof aZ.getAttributeNode!=="undefined"&&aZ.getAttributeNode("id").nodeValue===a0[1]?[aZ]:k:[]}};aM.filter.ID=function(a1,aZ){var a0=typeof a1.getAttributeNode!=="undefined"&&a1.getAttributeNode("id");return a1.nodeType===1&&a0&&a0.nodeValue===aZ}}aW.removeChild(aX);aW=aX=null})();(function(){var aW=document.createElement("div");aW.appendChild(document.createComment(""));if(aW.getElementsByTagName("*").length>0){aM.find.TAG=function(aX,a1){var a0=a1.getElementsByTagName(aX[1]);if(aX[1]==="*"){var aZ=[];for(var aY=0;a0[aY];aY++){if(a0[aY].nodeType===1){aZ.push(a0[aY])}}a0=aZ}return a0}}aW.innerHTML="<a href='#'></a>";if(aW.firstChild&&typeof aW.firstChild.getAttribute!=="undefined"&&aW.firstChild.getAttribute("href")!=="#"){aM.attrHandle.href=function(aX){return aX.getAttribute("href",2)}}aW=null})();if(document.querySelectorAll){(function(){var aW=aG,aY=document.createElement("div");aY.innerHTML="<p class='TEST'></p>";if(aY.querySelectorAll&&aY.querySelectorAll(".TEST").length===0){return}aG=function(a2,a1,aZ,a0){a1=a1||document;if(!a0&&a1.nodeType===9&&!aH(a1)){try{return aO(a1.querySelectorAll(a2),aZ)}catch(a3){}}return aW(a2,a1,aZ,a0)};for(var aX in aW){aG[aX]=aW[aX]}aY=null})()}(function(){var aW=document.createElement("div");aW.innerHTML="<div class='test e'></div><div class='test'></div>";if(!aW.getElementsByClassName||aW.getElementsByClassName("e").length===0){return}aW.lastChild.className="e";if(aW.getElementsByClassName("e").length===1){return}aM.order.splice(1,0,"CLASS");aM.find.CLASS=function(aX,aY,aZ){if(typeof aY.getElementsByClassName!=="undefined"&&!aZ){return aY.getElementsByClassName(aX[1])}};aW=null})();function K(aX,a2,a1,a5,a3,a4){for(var aZ=0,aY=a5.length;aZ<aY;aZ++){var aW=a5[aZ];if(aW){aW=aW[aX];var a0=false;while(aW){if(aW.sizcache===a1){a0=a5[aW.sizset];break}if(aW.nodeType===1&&!a4){aW.sizcache=a1;aW.sizset=aZ}if(aW.nodeName.toLowerCase()===a2){a0=aW;break}aW=aW[aX]}a5[aZ]=a0}}}function aU(aX,a2,a1,a5,a3,a4){for(var aZ=0,aY=a5.length;aZ<aY;aZ++){var aW=a5[aZ];if(aW){aW=aW[aX];var a0=false;while(aW){if(aW.sizcache===a1){a0=a5[aW.sizset];break}if(aW.nodeType===1){if(!a4){aW.sizcache=a1;aW.sizset=aZ}if(typeof a2!=="string"){if(aW===a2){a0=true;break}}else{if(aG.filter(a2,[aW]).length>0){a0=aW;break}}}aW=aW[aX]}a5[aZ]=a0}}}var aN=document.compareDocumentPosition?function(aX,aW){return aX.compareDocumentPosition(aW)&16}:function(aX,aW){return aX!==aW&&(aX.contains?aX.contains(aW):true)};var aH=function(aW){var aX=(aW?aW.ownerDocument||aW:0).documentElement;return aX?aX.nodeName!=="HTML":false};var aT=function(aW,a3){var aZ=[],a0="",a1,aY=a3.nodeType?[a3]:a3;while((a1=aM.match.PSEUDO.exec(aW))){a0+=a1[0];aW=aW.replace(aM.match.PSEUDO,"")}aW=aM.relative[aW]?aW+"*":aW;for(var a2=0,aX=aY.length;a2<aX;a2++){aG(aW,aY[a2],aZ)}return aG.filter(a0,aZ)};return aG})();Q.lang={code:"en",of:"of",loading:"loading",cancel:"Cancel",next:"Next",previous:"Previous",play:"Play",pause:"Pause",close:"Close",errors:{single:'You must install the <a href="{0}">{1}</a> browser plugin to view this content.',shared:'You must install both the <a href="{0}">{1}</a> and <a href="{2}">{3}</a> browser plugins to view this content.',either:'You must install either the <a href="{0}">{1}</a> or the <a href="{2}">{3}</a> browser plugin to view this content.'}};var D,at="sb-drag-proxy",E,j,ag;function ax(){E={x:0,y:0,startX:null,startY:null}}function aA(){var K=Q.dimensions;aC(j.style,{height:K.innerHeight+"px",width:K.innerWidth+"px"})}function O(){ax();var K=["position:absolute","cursor:"+(Q.isGecko?"-moz-grab":"move"),"background-color:"+(Q.isIE?"#fff;filter:alpha(opacity=0)":"transparent")].join(";");Q.appendHTML(Q.skin.body,'<div id="'+at+'" style="'+K+'"></div>');j=ad(at);aA();F(j,"mousedown",L)}function B(){if(j){M(j,"mousedown",L);C(j);j=null}ag=null}function L(S){n(S);var K=V(S);E.startX=K[0];E.startY=K[1];ag=ad(Q.player.id);F(document,"mousemove",H);F(document,"mouseup",i);if(Q.isGecko){j.style.cursor="-moz-grabbing"}}function H(aI){var K=Q.player,aJ=Q.dimensions,aH=V(aI);var aG=aH[0]-E.startX;E.startX+=aG;E.x=Math.max(Math.min(0,E.x+aG),aJ.innerWidth-K.width);var S=aH[1]-E.startY;E.startY+=S;E.y=Math.max(Math.min(0,E.y+S),aJ.innerHeight-K.height);aC(ag.style,{left:E.x+"px",top:E.y+"px"})}function i(){M(document,"mousemove",H);M(document,"mouseup",i);if(Q.isGecko){j.style.cursor="-moz-grab"}}Q.img=function(S,aG){this.obj=S;this.id=aG;this.ready=false;var K=this;D=new Image();D.onload=function(){K.height=S.height?parseInt(S.height,10):D.height;K.width=S.width?parseInt(S.width,10):D.width;K.ready=true;D.onload=null;D=null};D.src=S.content};Q.img.ext=["bmp","gif","jpg","jpeg","png"];Q.img.prototype={append:function(S,aI){var aG=document.createElement("img");aG.id=this.id;aG.src=this.obj.content;aG.style.position="absolute";var K,aH;if(aI.oversized&&Q.options.handleOversize=="resize"){K=aI.innerHeight;aH=aI.innerWidth}else{K=this.height;aH=this.width}aG.setAttribute("height",K);aG.setAttribute("width",aH);S.appendChild(aG)},remove:function(){var K=ad(this.id);if(K){C(K)}B();if(D){D.onload=null;D=null}},onLoad:function(){var K=Q.dimensions;if(K.oversized&&Q.options.handleOversize=="drag"){O()}},onWindowResize:function(){var aH=Q.dimensions;switch(Q.options.handleOversize){case"resize":var K=ad(this.id);K.height=aH.innerHeight;K.width=aH.innerWidth;break;case"drag":if(ag){var aG=parseInt(Q.getStyle(ag,"top")),S=parseInt(Q.getStyle(ag,"left"));if(aG+this.height<aH.innerHeight){ag.style.top=aH.innerHeight-this.height+"px"}if(S+this.width<aH.innerWidth){ag.style.left=aH.innerWidth-this.width+"px"}aA()}break}}};Q.iframe=function(S,aG){this.obj=S;this.id=aG;var K=ad("sb-overlay");this.height=S.height?parseInt(S.height,10):K.offsetHeight;this.width=S.width?parseInt(S.width,10):K.offsetWidth};Q.iframe.prototype={append:function(K,aG){var S='<iframe id="'+this.id+'" name="'+this.id+'" height="100%" width="100%" frameborder="0" marginwidth="0" marginheight="0" style="visibility:hidden" onload="this.style.visibility=\'visible\'" scrolling="auto"';if(Q.isIE){S+=' allowtransparency="true"';if(Q.isIE6){S+=" src=\"javascript:false;document.write('');\""}}S+="></iframe>";K.innerHTML=S},remove:function(){var K=ad(this.id);if(K){C(K);if(Q.isGecko){delete au.frames[this.id]}}},onLoad:function(){var K=Q.isIE?ad(this.id).contentWindow:au.frames[this.id];K.location.href=this.obj.content}};Q.html=function(K,S){this.obj=K;this.id=S;this.height=K.height?parseInt(K.height,10):300;this.width=K.width?parseInt(K.width,10):500};Q.html.prototype={append:function(K,S){var aG=document.createElement("div");aG.id=this.id;aG.className="html";aG.innerHTML=this.obj.content;K.appendChild(aG)},remove:function(){var K=ad(this.id);if(K){C(K)}}};var ao=false,Y=[],q=["sb-nav-close","sb-nav-next","sb-nav-play","sb-nav-pause","sb-nav-previous"],aa,ae,Z,m=true;function N(aG,aQ,aN,aL,aR){var K=(aQ=="opacity"),aM=K?Q.setOpacity:function(aS,aT){aS.style[aQ]=""+aT+"px"};if(aL==0||(!K&&!Q.options.animate)||(K&&!Q.options.animateFade)){aM(aG,aN);if(aR){aR()}return}var aO=parseFloat(Q.getStyle(aG,aQ))||0;var aP=aN-aO;if(aP==0){if(aR){aR()}return}aL*=1000;var aH=aw(),aK=Q.ease,aJ=aH+aL,aI;var S=setInterval(function(){aI=aw();if(aI>=aJ){clearInterval(S);S=null;aM(aG,aN);if(aR){aR()}}else{aM(aG,aO+aK((aI-aH)/aL)*aP)}},10)}function aB(){aa.style.height=Q.getWindowSize("Height")+"px";aa.style.width=Q.getWindowSize("Width")+"px"}function aE(){aa.style.top=document.documentElement.scrollTop+"px";aa.style.left=document.documentElement.scrollLeft+"px"}function ay(K){if(K){aF(Y,function(S,aG){aG[0].style.visibility=aG[1]||""})}else{Y=[];aF(Q.options.troubleElements,function(aG,S){aF(document.getElementsByTagName(S),function(aH,aI){Y.push([aI,aI.style.visibility]);aI.style.visibility="hidden"})})}}function r(aG,K){var S=ad("sb-nav-"+aG);if(S){S.style.display=K?"":"none"}}function ah(K,aJ){var aI=ad("sb-loading"),aG=Q.getCurrent().player,aH=(aG=="img"||aG=="html");if(K){Q.setOpacity(aI,0);aI.style.display="block";var S=function(){Q.clearOpacity(aI);if(aJ){aJ()}};if(aH){N(aI,"opacity",1,Q.options.fadeDuration,S)}else{S()}}else{var S=function(){aI.style.display="none";Q.clearOpacity(aI);if(aJ){aJ()}};if(aH){N(aI,"opacity",0,Q.options.fadeDuration,S)}else{S()}}}function t(aO){var aJ=Q.getCurrent();ad("sb-title-inner").innerHTML=aJ.title||"";var aP,aL,S,aQ,aM;if(Q.options.displayNav){aP=true;var aN=Q.gallery.length;if(aN>1){if(Q.options.continuous){aL=aM=true}else{aL=(aN-1)>Q.current;aM=Q.current>0}}if(Q.options.slideshowDelay>0&&Q.hasNext()){aQ=!Q.isPaused();S=!aQ}}else{aP=aL=S=aQ=aM=false}r("close",aP);r("next",aL);r("play",S);r("pause",aQ);r("previous",aM);var K="";if(Q.options.displayCounter&&Q.gallery.length>1){var aN=Q.gallery.length;if(Q.options.counterType=="skip"){var aI=0,aH=aN,aG=parseInt(Q.options.counterLimit)||0;if(aG<aN&&aG>2){var aK=Math.floor(aG/2);aI=Q.current-aK;if(aI<0){aI+=aN}aH=Q.current+(aG-aK);if(aH>aN){aH-=aN}}while(aI!=aH){if(aI==aN){aI=0}K+='<a onclick="Shadowbox.change('+aI+');"';if(aI==Q.current){K+=' class="sb-counter-current"'}K+=">"+(++aI)+"</a>"}}else{K=[Q.current+1,Q.lang.of,aN].join(" ")}}ad("sb-counter").innerHTML=K;aO()}function U(aH){var K=ad("sb-title-inner"),aG=ad("sb-info-inner"),S=0.35;K.style.visibility=aG.style.visibility="";if(K.innerHTML!=""){N(K,"marginTop",0,S)}N(aG,"marginTop",0,S,aH)}function av(aG,aM){var aK=ad("sb-title"),K=ad("sb-info"),aH=aK.offsetHeight,aI=K.offsetHeight,aJ=ad("sb-title-inner"),aL=ad("sb-info-inner"),S=(aG?0.35:0);N(aJ,"marginTop",aH,S);N(aL,"marginTop",aI*-1,S,function(){aJ.style.visibility=aL.style.visibility="hidden";aM()})}function ac(K,aH,S,aJ){var aI=ad("sb-wrapper-inner"),aG=(S?Q.options.resizeDuration:0);N(Z,"top",aH,aG);N(aI,"height",K,aG,aJ)}function ar(K,aH,S,aI){var aG=(S?Q.options.resizeDuration:0);N(Z,"left",aH,aG);N(Z,"width",K,aG,aI)}function ak(aM,aG){var aI=ad("sb-body-inner"),aM=parseInt(aM),aG=parseInt(aG),S=Z.offsetHeight-aI.offsetHeight,K=Z.offsetWidth-aI.offsetWidth,aK=ae.offsetHeight,aL=ae.offsetWidth,aJ=parseInt(Q.options.viewportPadding)||20,aH=(Q.player&&Q.options.handleOversize!="drag");return Q.setDimensions(aM,aG,aK,aL,S,K,aJ,aH)}var T={};T.markup='<div id="sb-container"><div id="sb-overlay"></div><div id="sb-wrapper"><div id="sb-title"><div id="sb-title-inner"></div></div><div id="sb-wrapper-inner"><div id="sb-body"><div id="sb-body-inner"></div><div id="sb-loading"><div id="sb-loading-inner"><span>{loading}</span></div></div></div></div><div id="sb-info"><div id="sb-info-inner"><div id="sb-counter"></div><div id="sb-nav"><a id="sb-nav-close" title="{close}" onclick="Shadowbox.close()"></a><a id="sb-nav-next" title="{next}" onclick="Shadowbox.next()"></a><a id="sb-nav-play" title="{play}" onclick="Shadowbox.play()"></a><a id="sb-nav-pause" title="{pause}" onclick="Shadowbox.pause()"></a><a id="sb-nav-previous" title="{previous}" onclick="Shadowbox.previous()"></a></div></div></div></div></div>';T.options={animSequence:"sync",counterLimit:10,counterType:"default",displayCounter:true,displayNav:true,fadeDuration:0.35,initialHeight:160,initialWidth:320,modal:false,overlayColor:"#000",overlayOpacity:0.5,resizeDuration:0.35,showOverlay:true,troubleElements:["select","object","embed","canvas"]};T.init=function(){Q.appendHTML(document.body,s(T.markup,Q.lang));T.body=ad("sb-body-inner");aa=ad("sb-container");ae=ad("sb-overlay");Z=ad("sb-wrapper");if(!x){aa.style.position="absolute"}if(!h){var aG,K,S=/url\("(.*\.png)"\)/;aF(q,function(aI,aJ){aG=ad(aJ);if(aG){K=Q.getStyle(aG,"backgroundImage").match(S);if(K){aG.style.backgroundImage="none";aG.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="+K[1]+",sizingMethod=scale);"}}})}var aH;F(au,"resize",function(){if(aH){clearTimeout(aH);aH=null}if(A){aH=setTimeout(T.onWindowResize,10)}})};T.onOpen=function(K,aG){m=false;aa.style.display="block";aB();var S=ak(Q.options.initialHeight,Q.options.initialWidth);ac(S.innerHeight,S.top);ar(S.width,S.left);if(Q.options.showOverlay){ae.style.backgroundColor=Q.options.overlayColor;Q.setOpacity(ae,0);if(!Q.options.modal){F(ae,"click",Q.close)}ao=true}if(!x){aE();F(au,"scroll",aE)}ay();aa.style.visibility="visible";if(ao){N(ae,"opacity",Q.options.overlayOpacity,Q.options.fadeDuration,aG)}else{aG()}};T.onLoad=function(S,K){ah(true);while(T.body.firstChild){C(T.body.firstChild)}av(S,function(){if(!A){return}if(!S){Z.style.visibility="visible"}t(K)})};T.onReady=function(aH){if(!A){return}var S=Q.player,aG=ak(S.height,S.width);var K=function(){U(aH)};switch(Q.options.animSequence){case"hw":ac(aG.innerHeight,aG.top,true,function(){ar(aG.width,aG.left,true,K)});break;case"wh":ar(aG.width,aG.left,true,function(){ac(aG.innerHeight,aG.top,true,K)});break;default:ar(aG.width,aG.left,true);ac(aG.innerHeight,aG.top,true,K)}};T.onShow=function(K){ah(false,K);m=true};T.onClose=function(){if(!x){M(au,"scroll",aE)}M(ae,"click",Q.close);Z.style.visibility="hidden";var K=function(){aa.style.visibility="hidden";aa.style.display="none";ay(true)};if(ao){N(ae,"opacity",0,Q.options.fadeDuration,K)}else{K()}};T.onPlay=function(){r("play",false);r("pause",true)};T.onPause=function(){r("pause",false);r("play",true)};T.onWindowResize=function(){if(!m){return}aB();var K=Q.player,S=ak(K.height,K.width);ar(S.width,S.left);ac(S.innerHeight,S.top);if(K.onWindowResize){K.onWindowResize()}};Q.skin=T;au.Shadowbox=Q})(window);;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * � 1989, 1999, 2000 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * Trajan is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * TrajanPro-Regular
 * 
 * Designer:
 * Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":571,"face":{"font-family":"Trajan Pro","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 2 5 2 5 5 6 2 3 1","ascent":"750","descent":"-250","x-height":"14","cap-height":"3","bbox":"-31 -938 1517 252","underline-thickness":"50","underline-position":"-50","stemh":"36","stemv":"80","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":325},"!":{"d":"143,-206r-16,-266v-1,-15,-7,-158,-15,-189v-2,-8,-4,-14,-4,-19v0,-5,2,-9,5,-14v14,-24,46,-54,74,-68v8,-4,11,-5,15,-5v4,0,6,2,6,10v0,7,-10,58,-15,132v-1,18,-21,415,-23,439v-1,14,-2,32,-12,32v-10,0,-13,-13,-15,-52xm160,17v-35,0,-50,-28,-50,-51v0,-21,15,-51,51,-51v29,0,51,19,51,48v0,30,-21,54,-52,54","w":320},"\"":{"d":"100,-755v25,0,42,0,42,14v0,16,-22,66,-31,176v-3,40,-6,45,-11,45v-5,0,-8,-5,-11,-45v-9,-110,-31,-160,-31,-176v0,-14,17,-14,42,-14xm225,-755v25,0,42,0,42,14v0,16,-22,66,-31,176v-3,40,-6,45,-11,45v-5,0,-8,-5,-11,-45v-9,-110,-31,-160,-31,-176v0,-14,17,-14,42,-14","w":325},"#":{"d":"539,-460r-120,0r-24,164r114,0r0,56r-123,0r-36,240r-35,0r37,-240r-163,0r-38,240r-35,0r38,-240r-122,0r0,-56r131,0r25,-164r-124,0r0,-56r132,0r33,-238r36,0r-33,238r160,0r32,-238r35,0r-32,238r112,0r0,56xm384,-460r-160,0r-25,164r161,0"},"$":{"d":"280,0r-7,81v-1,5,-5,7,-10,8r-19,6v-6,1,-8,-2,-7,-10r8,-85v-26,0,-92,-7,-131,-24v-25,-11,-28,-15,-28,-36v0,-54,8,-106,11,-118v2,-12,6,-19,11,-19v5,0,6,5,5,22v-1,35,1,64,26,93v26,31,69,44,109,44r29,-320v-111,-78,-169,-131,-169,-221v0,-123,121,-180,207,-180r7,-80v0,-5,2,-8,6,-9r23,-7v5,-1,8,0,8,5r-9,91v49,0,94,7,112,14v6,3,8,6,8,15v0,20,-2,100,-4,117v-1,8,-4,10,-8,10v-5,0,-8,-3,-8,-15v0,-25,-3,-55,-29,-79v-17,-16,-51,-29,-75,-29r-29,298v95,62,175,117,175,229v0,149,-142,199,-212,199xm285,-453r26,-273v-35,0,-136,20,-136,121v0,60,38,102,110,152xm310,-335r-26,297v85,-4,136,-58,136,-139v0,-67,-42,-114,-110,-158"},"%":{"d":"647,0v-116,0,-166,-98,-166,-176v0,-92,51,-191,173,-191v114,0,166,97,166,176v0,91,-53,191,-173,191xm651,-28v77,0,107,-69,107,-149v0,-78,-38,-162,-109,-162v-76,0,-106,68,-106,149v0,78,35,162,108,162xm300,4r-46,8v-11,2,-14,-5,-11,-11r316,-735v-63,3,-219,17,-236,16r0,2v36,25,65,79,65,143v0,91,-54,191,-172,191v-116,0,-166,-98,-166,-176v0,-93,57,-192,178,-192v170,0,354,-23,380,-23v4,0,7,1,7,4v0,5,-5,14,-11,29r-294,732v-4,9,-5,11,-10,12xm220,-410v77,0,106,-69,106,-149v0,-78,-37,-163,-108,-163v-76,0,-106,69,-106,150v0,78,35,162,108,162","w":870},"&":{"d":"293,17v-175,0,-243,-134,-243,-221v0,-117,75,-195,153,-241v-37,-52,-49,-93,-49,-138v0,-79,81,-184,215,-184v51,0,94,10,121,25v12,7,13,13,13,25v0,30,-4,100,-7,115v-3,15,-6,17,-10,17v-5,0,-6,-4,-6,-19v0,-26,-6,-59,-31,-85v-22,-23,-56,-44,-100,-44v-60,0,-127,37,-127,131v0,78,54,143,158,256v34,37,157,152,189,179v28,-38,51,-105,51,-166v0,-15,-4,-34,-19,-49v-13,-13,-34,-16,-49,-16v-6,0,-12,-2,-12,-7v0,-5,8,-7,16,-7v24,0,64,1,120,7v15,2,18,10,18,20v0,81,-55,182,-99,236v66,56,110,83,138,99v32,19,83,39,119,39v9,0,14,1,14,7v0,4,-8,7,-17,7r-98,0v-74,0,-98,-7,-208,-94v-23,23,-102,108,-250,108xm328,-36v93,0,155,-39,189,-74v-56,-46,-155,-141,-181,-169v-26,-28,-90,-99,-118,-140v-52,34,-90,88,-90,168v0,125,88,215,200,215","w":775},"(":{"d":"137,-319v0,206,59,325,142,424v4,5,7,8,7,12v0,4,-3,7,-7,7v-2,0,-5,-2,-9,-5v-78,-58,-208,-213,-208,-425v0,-213,145,-388,207,-432v4,-3,8,-6,11,-6v4,0,7,4,7,8v0,3,-3,7,-7,11v-48,48,-143,203,-143,406","w":360,"k":{"v":-23,"w":-9,"y":-32}},")":{"d":"223,-301v0,-206,-59,-325,-142,-424v-4,-5,-7,-8,-7,-12v0,-4,3,-7,7,-7v2,0,5,2,9,5v78,58,208,213,208,423v0,215,-145,390,-207,434v-4,3,-8,6,-11,6v-4,0,-7,-4,-7,-8v0,-3,3,-7,7,-11v48,-48,143,-203,143,-406","w":360},"*":{"d":"207,-797v0,25,-15,89,-27,127v-1,2,-1,5,0,7v1,1,2,1,5,0v45,-12,86,-46,94,-55v5,-4,7,-7,10,-7v7,0,28,43,28,63v0,5,-3,7,-12,9v-4,1,-85,3,-115,4v-3,0,-4,1,-6,2v-1,1,-1,4,1,7v12,20,72,66,84,70v9,3,11,5,11,9v0,16,-36,50,-51,50v-4,0,-9,-5,-14,-14v-11,-20,-35,-78,-43,-103v-1,-2,-2,-6,-4,-6v-1,0,-3,0,-4,3v-5,8,-33,69,-38,83v-2,7,-6,15,-6,23v0,3,-4,5,-12,5v-31,0,-63,-6,-63,-13v0,-4,1,-8,7,-16v11,-15,87,-80,100,-91v2,-2,3,-4,3,-6v0,-2,-2,-3,-4,-3v-23,-6,-82,-7,-95,-7v-6,0,-10,3,-12,3v-8,0,-11,-51,-11,-67v0,-5,4,-8,10,-8v30,0,102,55,113,64v3,2,5,2,8,1v1,-2,1,-4,1,-7v1,-13,-21,-87,-26,-98v-2,-4,-4,-9,-4,-11v0,-10,46,-29,64,-29v5,0,8,3,8,11","w":350},"+":{"d":"468,-243r-186,0r0,187r-52,0r0,-187r-188,0r0,-51r187,0r0,-187r52,0r0,187r187,0r0,51","w":510},",":{"d":"111,2v0,-46,-34,-59,-34,-71v0,-28,36,-54,62,-54v5,0,8,3,18,19v13,20,17,34,17,43v0,8,-5,26,-10,39v-10,23,-36,76,-64,107v-4,5,-9,9,-13,9v-3,0,-7,-3,-7,-7v0,-4,5,-10,7,-14v17,-29,24,-52,24,-71","w":250},"-":{"d":"73,-310r252,0v17,0,30,2,30,10v0,12,-19,14,-35,17v-27,4,-204,28,-238,37v-19,5,-36,15,-41,15v-6,0,-7,-6,-5,-15r15,-56v2,-7,6,-8,22,-8","w":390},".":{"d":"124,0v-38,0,-54,-30,-54,-55v0,-23,16,-55,55,-55v31,0,55,20,55,52v0,32,-22,58,-56,58","w":250},"\/":{"d":"55,15r-32,-21v-4,-2,-4,-7,1,-15r461,-739v4,-6,7,-8,14,-4r30,18v4,3,4,7,2,10r-464,746v-4,7,-8,7,-12,5","w":552},"0":{"d":"42,-352v0,-236,91,-415,251,-415v183,0,236,238,236,369v0,230,-89,415,-252,415v-156,0,-235,-190,-235,-369xm123,-393v0,175,51,373,174,373v90,0,151,-138,151,-335v0,-190,-62,-375,-175,-375v-93,0,-150,134,-150,337"},"1":{"d":"341,-486r-1,185v-1,100,0,186,5,230v4,31,8,46,40,53v15,3,57,6,66,6v4,0,9,4,9,8v0,5,-5,7,-17,7v-75,0,-139,-3,-144,-3v-5,0,-89,3,-153,3v-11,0,-17,-2,-17,-7v0,-4,4,-8,8,-8v12,0,61,-3,80,-7v33,-6,40,-21,42,-52v3,-44,3,-130,3,-230r0,-175r0,-152v0,-20,-2,-31,-18,-31v-19,0,-89,36,-114,48v-5,3,-8,4,-12,4v-3,0,-7,-5,-7,-9v0,-3,3,-7,7,-10r193,-129v9,-6,17,-12,24,-12v8,0,11,11,11,21v0,8,-4,107,-5,260"},"2":{"d":"428,0r-379,0v-7,0,-14,-6,-14,-14v0,-8,10,-17,18,-24v200,-178,349,-316,349,-508v0,-143,-92,-185,-159,-185v-48,0,-78,11,-107,38v-24,23,-35,58,-35,97v0,9,-4,15,-9,15v-4,0,-7,-4,-8,-13v-1,-9,-6,-92,-6,-123v0,-6,1,-9,10,-15v37,-17,95,-35,176,-35v151,0,226,96,226,202v0,207,-224,392,-348,498v-5,4,-3,7,2,7r73,0v17,0,135,-1,171,-5v73,-7,105,-43,117,-96v3,-11,6,-15,12,-15v5,0,6,9,6,15v0,19,-20,97,-30,131v-8,27,-23,30,-65,30"},"3":{"d":"420,-203v0,-134,-120,-181,-185,-194v-19,-4,-26,-6,-26,-13v0,-7,10,-10,23,-12v49,-9,159,-57,159,-174v0,-42,-26,-135,-144,-135v-73,0,-126,41,-126,118v0,10,-4,12,-7,12v-3,0,-6,-2,-7,-11v-4,-32,-7,-77,-7,-100v0,-9,1,-13,13,-21v31,-15,87,-34,162,-34v163,0,198,100,198,150v0,100,-103,166,-134,180r0,5v63,15,165,76,165,192v0,140,-121,257,-299,257v-41,0,-101,-12,-122,-24v-14,-9,-16,-16,-16,-28v0,-47,4,-103,7,-125v1,-10,3,-15,8,-15v5,0,6,3,7,14v7,77,45,135,150,135v101,0,181,-58,181,-177"},"4":{"d":"416,-600r0,321r76,0v27,0,37,-11,41,-11v5,0,5,7,5,12v0,5,-5,28,-9,40v-5,10,-9,13,-21,13r-92,0v0,33,-2,110,2,154v3,30,11,47,43,55v14,3,34,4,44,4v5,0,9,4,9,8v0,5,-5,7,-16,7v-55,0,-119,-3,-126,-3v-7,0,-61,3,-116,3v-11,0,-16,-2,-16,-7v0,-4,3,-8,8,-8v9,0,31,-1,47,-3v33,-5,40,-26,43,-56v4,-44,2,-121,2,-154r-305,0v-12,0,-21,-3,-21,-12v0,-8,5,-16,9,-21v6,-7,331,-447,363,-491v8,-11,14,-18,21,-18v7,0,10,7,10,17v0,15,-1,95,-1,150xm340,-279r0,-354r-2,0v-15,26,-235,329,-254,354r256,0"},"5":{"d":"190,-687r-14,154v127,19,312,96,312,274v0,129,-98,276,-300,276v-30,0,-67,-4,-92,-18v-17,-9,-19,-18,-19,-28v0,-34,-1,-94,4,-126v2,-10,5,-18,9,-18v6,0,8,5,8,17v0,107,64,129,137,129v84,0,176,-56,176,-194v0,-161,-177,-239,-254,-243v-20,-1,-27,-7,-26,-18r23,-255v1,-10,8,-13,19,-13r235,0v28,0,46,-2,58,-4v12,-1,18,-3,21,-3v4,0,7,2,7,10v0,9,-3,53,-13,126v-1,5,-4,11,-8,11v-4,0,-6,-6,-6,-13v0,-38,-9,-64,-88,-64r-189,0"},"6":{"d":"446,-195v0,-139,-90,-210,-151,-210v-26,0,-52,2,-75,13v-3,1,-10,4,-13,4v-3,0,-4,-3,-4,-8v0,-5,3,-8,9,-12v20,-14,60,-35,116,-35v139,0,201,114,201,203v0,79,-28,147,-72,190v-47,45,-99,67,-173,67v-140,0,-235,-106,-235,-288v0,-194,152,-405,346,-489v9,-4,17,-7,21,-7v4,0,8,3,8,9v0,8,-9,12,-19,18v-128,71,-269,232,-269,469v0,117,52,250,167,250v80,0,143,-64,143,-174"},"7":{"d":"202,-750r324,0v13,0,18,4,18,10v0,4,-1,11,-6,19v-81,120,-246,512,-261,642v-2,17,0,24,0,35v0,20,-78,61,-98,61v-6,0,-9,-3,-9,-10v0,-10,3,-25,6,-34v39,-131,147,-398,298,-660r-246,0v-29,0,-69,5,-93,25v-21,17,-35,49,-38,77v-1,9,-4,14,-9,14v-5,0,-6,-5,-6,-16v0,-32,15,-149,15,-159v0,-10,4,-14,10,-14v6,0,30,10,95,10"},"8":{"d":"53,-177v0,-112,87,-187,178,-223v-78,-46,-140,-99,-140,-188v0,-76,67,-179,213,-179v104,0,183,55,183,153v0,105,-87,165,-143,193v66,34,174,95,174,218v0,116,-95,220,-238,220v-125,0,-227,-73,-227,-194xm288,-21v92,0,153,-70,153,-159v0,-109,-86,-157,-176,-204v-74,36,-135,97,-135,197v0,89,65,166,158,166xm292,-733v-90,0,-130,71,-130,126v0,84,66,126,148,170v39,-23,107,-63,107,-165v0,-76,-48,-131,-125,-131"},"9":{"d":"288,-767v141,0,229,120,229,272v0,281,-224,454,-346,515v-6,3,-12,4,-16,4v-4,0,-8,-4,-8,-10v0,-6,4,-11,10,-14v118,-65,272,-231,272,-466v0,-175,-77,-264,-165,-264v-90,0,-137,74,-137,153v0,166,123,199,150,199v47,0,67,-10,80,-18v6,-4,10,-6,13,-6v3,0,5,4,5,7v0,3,-1,5,-4,8v-29,31,-80,46,-120,46v-142,0,-202,-109,-202,-193v0,-138,101,-233,239,-233"},":":{"d":"124,-30v-38,0,-54,-30,-54,-55v0,-23,16,-55,55,-55v31,0,55,20,55,52v0,32,-22,58,-56,58xm124,-368v-38,0,-54,-30,-54,-55v0,-23,16,-55,55,-55v31,0,55,20,55,52v0,32,-22,58,-56,58","w":250},";":{"d":"116,2v0,-46,-34,-59,-34,-71v0,-28,36,-54,62,-54v5,0,8,3,18,19v13,20,17,34,17,43v0,8,-5,26,-10,39v-10,23,-36,76,-64,107v-4,5,-9,9,-13,9v-3,0,-7,-3,-7,-7v0,-4,5,-10,7,-14v17,-29,24,-52,24,-71xm124,-368v-38,0,-54,-30,-54,-55v0,-23,16,-55,55,-55v31,0,55,20,55,52v0,32,-22,58,-56,58","w":250},"<":{"d":"25,-237r0,-53r426,-196r0,53r-371,170r371,171r0,53","w":510},"=":{"d":"468,-329r-426,0r0,-51r426,0r0,51xm468,-153r-426,0r0,-51r426,0r0,51","w":510},">":{"d":"468,-237r-426,198r0,-53r372,-171r-372,-170r0,-53r426,196r0,53","w":510},"?":{"d":"223,-733v-49,0,-82,19,-98,39v-24,29,-32,59,-35,93v-1,10,-3,17,-8,17v-5,0,-7,-3,-8,-10v-3,-14,-4,-78,-4,-117v0,-6,1,-10,11,-16v30,-18,89,-40,166,-40v132,0,181,84,181,156v0,117,-76,168,-172,287v-37,47,-41,63,-41,80v0,15,5,32,19,51v7,9,9,14,9,17v0,4,-7,9,-11,9v-9,0,-30,-20,-42,-35v-20,-25,-29,-41,-29,-59v0,-14,7,-31,22,-50v23,-30,47,-55,69,-83v70,-89,88,-144,88,-210v0,-49,-26,-129,-117,-129xm224,17v-35,0,-50,-28,-50,-51v0,-21,15,-51,51,-51v29,0,51,19,51,48v0,30,-21,54,-52,54","w":488},"@":{"d":"840,-391v0,104,-51,197,-134,252v-42,28,-84,42,-125,42v-31,0,-61,-19,-70,-51v-8,-29,-9,-48,-6,-100r-3,-1v-66,99,-140,148,-182,148v-29,0,-53,-43,-53,-95v0,-142,90,-216,119,-238v44,-33,97,-56,129,-56v30,0,47,8,56,12v9,-11,39,-37,58,-43v6,-2,10,5,8,11v-5,8,-25,38,-37,80v-11,37,-23,113,-26,153v-6,71,-5,138,63,138v80,0,157,-96,157,-249v0,-145,-97,-261,-285,-261v-234,0,-376,184,-376,422v0,188,119,298,286,298v133,0,196,-37,263,-91v16,-13,25,-12,27,-7v2,4,-1,12,-16,27v-52,51,-162,108,-296,108v-179,0,-331,-103,-331,-327v0,-242,208,-455,450,-455v219,0,324,118,324,283xm545,-437v-10,-6,-40,-18,-61,-18v-49,0,-86,28,-114,92v-19,45,-30,100,-30,144v0,25,8,61,24,61v36,0,110,-83,145,-141v12,-58,17,-83,36,-138","w":906},"A":{"d":"95,-107r227,-621v12,-33,16,-39,22,-39v6,0,10,5,22,36r233,603v36,89,65,105,86,111v15,5,30,6,40,6v6,0,10,1,10,6v0,6,-9,8,-20,8v-15,0,-88,0,-157,-2v-19,-1,-30,-1,-30,-7v0,-4,3,-6,7,-7v6,-2,12,-11,6,-27r-93,-246v-2,-4,-4,-6,-9,-6r-215,0v-5,0,-8,3,-10,8r-60,177v-9,25,-14,49,-14,67v0,20,21,29,38,29r10,0v7,0,10,2,10,6v0,6,-6,8,-15,8v-24,0,-67,-3,-78,-3v-11,0,-66,3,-113,3v-13,0,-19,-2,-19,-8v0,-4,4,-6,9,-6v7,0,21,-1,29,-2v46,-6,66,-44,84,-94xm235,-328r191,0v5,0,5,-3,4,-7r-95,-270v-5,-15,-10,-15,-15,0r-88,270v-2,5,0,7,3,7","w":700,"k":{"m":-23,"s":-9,"t":64,"v":73,"w":41,"x":-9,"y":46,"M":-25,"S":-10,"T":70,"V":80,"W":45,"X":-10,"Y":50}},"B":{"d":"178,-287r0,-176v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,108,3,113,3v24,0,63,-3,109,-3v164,0,200,100,200,150v0,82,-47,131,-94,180v74,23,173,94,173,211v0,107,-84,218,-255,218v-11,0,-43,-2,-72,-3v-29,-2,-57,-3,-61,-3v-2,0,-19,0,-40,1v-20,0,-43,2,-58,2v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217xm258,-709r0,268v0,7,2,9,7,11v6,1,24,4,61,4v56,0,70,-2,91,-26v21,-24,36,-60,36,-101v0,-83,-37,-172,-135,-172v-11,0,-32,1,-48,5v-9,2,-12,5,-12,11xm258,-392r0,57v0,77,0,201,1,216v3,49,3,63,34,78v27,13,70,15,88,15v54,0,141,-29,141,-142v0,-60,-20,-147,-97,-200v-34,-23,-59,-26,-83,-29v-13,-2,-63,-2,-78,-2v-4,0,-6,2,-6,7","w":687,"k":{"v":38,"w":16,"y":33,"V":35,"W":15,"Y":30,"a":6,"b":16,"d":16,"e":16,"f":16,"h":16,"i":16,"k":16,"l":16,"n":16,"p":16,"r":16,"A":5,"B":15,"D":15,"E":15,"F":15,"H":15,"I":15,"K":15,"L":15,"N":15,"P":15,"R":15}},"C":{"d":"515,17v-150,0,-251,-37,-330,-108v-97,-87,-121,-201,-121,-296v0,-67,23,-184,112,-273v60,-60,151,-107,305,-107v40,0,96,3,145,12v38,7,70,13,102,15v11,1,13,5,13,11v0,8,-3,20,-5,56v-2,33,-2,88,-3,103v-1,15,-3,21,-9,21v-7,0,-8,-7,-8,-21v0,-39,-16,-80,-42,-102v-35,-30,-112,-57,-200,-57v-133,0,-195,39,-230,73v-73,70,-90,159,-90,261v0,191,147,366,361,366v75,0,134,-9,174,-50v21,-22,34,-66,37,-84v2,-11,4,-15,10,-15v5,0,7,7,7,15v0,7,-12,94,-22,128v-6,19,-8,21,-26,29v-40,16,-116,23,-180,23","w":805,"k":{"t":6,"y":-16,"T":5,"Y":-15,"c":11,"g":11,"o":11,"q":11,"C":10,"O":10,"Q":10}},"D":{"d":"178,-287r0,-176v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,108,3,113,3v12,0,75,-3,135,-3v99,0,282,-9,401,114v50,52,97,135,97,254v0,126,-52,223,-108,282v-43,45,-133,115,-303,115v-43,0,-96,-3,-139,-6v-44,-3,-78,-6,-83,-6v-2,0,-19,0,-40,1v-20,0,-43,2,-58,2v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217xm262,-479r0,124v0,106,1,198,2,217v1,25,3,65,11,76v13,19,52,40,170,40v93,0,179,-34,238,-93v52,-51,80,-147,80,-239v0,-127,-55,-209,-96,-252v-94,-99,-208,-113,-327,-113v-20,0,-57,3,-65,7v-9,4,-12,9,-12,20v-1,34,-1,136,-1,213","w":917,"k":{"m":6,"M":5,"a":11,"b":11,"d":11,"e":11,"f":11,"h":11,"i":11,"k":11,"l":11,"n":11,"p":11,"r":11,"A":10,"B":10,"D":10,"E":10,"F":10,"H":10,"I":10,"K":10,"L":10,"N":10,"P":10,"R":10,"j":11,"J":10}},"E":{"d":"178,-287r0,-176v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v23,0,50,0,72,1r41,2v7,0,206,0,229,-1v19,-1,35,-3,43,-5v5,-1,9,-5,14,-5v3,0,4,4,4,9v0,7,-5,19,-8,47v-1,10,-3,54,-5,66v-1,5,-3,11,-7,11v-6,0,-8,-5,-8,-13v0,-7,-1,-24,-6,-36v-7,-16,-17,-28,-71,-34v-17,-2,-126,-3,-137,-3v-4,0,-6,3,-6,10r0,276v0,7,1,10,6,10v13,0,136,0,159,-2v24,-2,38,-4,47,-14v7,-8,11,-13,15,-13v3,0,5,2,5,8v0,6,-5,23,-8,56v-2,20,-4,57,-4,64v0,8,0,19,-7,19v-5,0,-7,-4,-7,-9v0,-10,0,-20,-4,-33v-4,-14,-13,-31,-52,-35v-27,-3,-126,-5,-143,-5v-5,0,-7,3,-7,7r0,88v0,34,-1,150,0,171v3,69,18,82,116,82v26,0,70,0,96,-11v26,-11,38,-31,45,-72v2,-11,4,-15,9,-15v6,0,6,8,6,15v0,8,-8,76,-13,97v-7,26,-15,26,-54,26v-75,0,-130,-2,-169,-3v-39,-2,-63,-3,-78,-3v-2,0,-19,0,-40,1v-20,0,-43,2,-58,2v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217","w":610,"k":{"v":-28,"w":-33,"x":-38,"y":-28,"V":-25,"W":-30,"X":-35,"Y":-25}},"F":{"d":"178,-287r0,-176v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v23,0,50,0,72,1r41,2v20,1,223,0,246,-1v19,-1,35,-1,44,-4v6,-2,10,-6,14,-6v4,0,6,4,6,9v0,7,-5,19,-8,47v-1,10,-3,54,-5,66v-1,5,-3,11,-8,11v-5,0,-7,-5,-7,-12v0,-8,-3,-25,-9,-38v-6,-13,-29,-31,-68,-32r-154,-3v-6,0,-9,3,-9,11r0,276v0,6,1,9,7,9r128,-1v17,0,31,0,45,-1v24,-2,37,-5,46,-18v4,-5,7,-10,11,-10v4,0,5,3,5,8v0,6,-5,23,-8,56v-2,20,-4,60,-4,67v0,9,0,19,-7,19v-5,0,-7,-4,-7,-9v-1,-10,-2,-24,-6,-36v-5,-14,-21,-32,-52,-36v-25,-3,-134,-3,-151,-3v-5,0,-7,2,-7,9r0,85v0,96,0,175,5,217v3,29,9,51,39,55v14,2,36,4,45,4v6,0,8,3,8,6v0,5,-5,8,-16,8v-55,0,-118,-3,-123,-3v-5,0,-68,3,-98,3v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217","w":592,"k":{"y":-22,"Y":-20,"a":33,"A":30,",":100,".":100}},"G":{"d":"653,-82r0,-170v0,-81,-5,-92,-45,-103v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,108,3,113,3v5,0,68,-3,98,-3v11,0,16,2,16,8v0,4,-4,6,-8,6v-7,0,-13,1,-25,3v-27,5,-35,22,-37,57v-2,32,-2,62,-2,104r0,112v0,45,-1,47,-13,54v-64,34,-154,45,-212,45v-76,0,-218,-10,-329,-107v-61,-53,-119,-160,-119,-285v0,-160,78,-273,167,-329v90,-56,189,-63,266,-63v63,0,134,13,153,17v21,5,56,9,81,10v10,1,12,5,12,9v0,14,-7,42,-7,142v0,16,-2,21,-9,21v-5,0,-6,-6,-7,-15v-1,-14,-6,-42,-21,-66v-25,-38,-106,-81,-235,-81v-63,0,-138,6,-214,66v-58,46,-99,137,-99,254v0,141,71,243,106,277v79,77,170,107,262,107v36,0,88,-6,114,-21v13,-7,20,-18,20,-35","w":862},"H":{"d":"782,-463r0,176v0,96,0,175,5,217v3,29,9,51,39,55v14,2,36,4,45,4v6,0,8,3,8,6v0,5,-5,8,-16,8v-55,0,-118,-3,-123,-3v-5,0,-68,3,-98,3v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217r0,-105v0,-4,-3,-6,-6,-6r-424,0v-3,0,-6,1,-6,6r0,105v0,96,0,175,5,217v3,29,9,51,39,55v14,2,36,4,45,4v6,0,8,3,8,6v0,5,-5,8,-16,8v-55,0,-118,-3,-123,-3v-5,0,-68,3,-98,3v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217r0,-176v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,108,3,113,3v5,0,68,-3,98,-3v11,0,16,2,16,8v0,4,-4,6,-8,6v-7,0,-13,1,-25,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,216r0,21v0,5,3,6,6,6r424,0v3,0,6,-1,6,-6r0,-21v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,108,3,113,3v5,0,68,-3,98,-3v11,0,16,2,16,8v0,4,-4,6,-8,6v-7,0,-13,1,-25,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,216","w":960,"k":{"c":16,"g":16,"o":16,"q":16,"C":15,"O":25,"Q":25,"G":15}},"I":{"d":"262,-463r0,176v0,96,0,175,5,217v3,29,9,51,39,55v14,2,36,4,45,4v6,0,8,3,8,6v0,5,-5,8,-16,8v-55,0,-118,-3,-123,-3v-5,0,-68,3,-98,3v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217r0,-176v0,-156,0,-184,-2,-216v-2,-34,-12,-51,-34,-56v-11,-3,-24,-4,-31,-4v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v33,0,96,3,101,3v5,0,68,-3,98,-3v11,0,16,2,16,8v0,4,-4,6,-8,6v-7,0,-13,1,-25,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,216","w":440,"k":{"c":16,"g":16,"o":16,"q":16,"C":15,"O":25,"Q":25,"G":15}},"J":{"d":"262,-463r0,240v0,162,0,224,-30,295v-21,50,-65,97,-146,153v-13,9,-29,20,-39,25v-2,1,-4,2,-7,2v-3,0,-7,-2,-7,-6v0,-6,5,-9,14,-15v12,-7,26,-19,35,-28v65,-66,96,-119,96,-377r0,-289v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,108,3,113,3v5,0,68,-3,98,-3v11,0,16,2,16,8v0,4,-4,6,-8,6v-7,0,-13,1,-25,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,216","w":414,"k":{"c":11,"g":11,"o":11,"q":11,"O":10}},"K":{"d":"178,-287r0,-176v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,104,3,110,3v9,0,67,-3,97,-3v11,0,16,2,16,8v0,4,-4,6,-8,6v-7,0,-13,1,-25,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,216r0,60r4,0v17,-19,198,-203,234,-242v28,-29,54,-55,54,-72v0,-12,-5,-18,-13,-21v-5,-2,-9,-4,-9,-8v0,-5,5,-7,12,-7v20,0,51,3,75,3v5,0,71,-3,96,-3v11,0,15,2,15,7v0,5,-2,7,-10,7v-15,0,-36,5,-56,14v-41,18,-63,43,-108,86v-25,24,-199,194,-220,219v26,29,234,244,275,282v84,78,101,94,149,114v26,11,55,13,62,13v7,0,13,2,13,6v0,5,-5,8,-22,8r-51,0v-28,0,-47,0,-69,-2v-53,-5,-78,-27,-121,-61v-45,-37,-257,-266,-305,-325r-5,0r0,98v0,96,0,175,5,217v3,29,9,51,39,55v14,2,30,4,39,4v6,0,8,3,8,6v0,5,-5,8,-16,8v-49,0,-107,-3,-115,-3v-8,0,-66,3,-96,3v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217","w":752,"k":{"s":-6,"S":-5,"a":6,"A":5,"c":-3,"g":-3,"o":-3,"q":-3,"C":-3,"O":-3,"Q":-3,"G":-3}},"L":{"d":"262,-463r0,178v0,147,4,211,22,229v16,16,42,23,120,23v53,0,97,-1,121,-30v13,-16,23,-41,26,-60v1,-8,3,-13,9,-13v5,0,6,4,6,15v0,11,-7,71,-15,100v-7,23,-10,27,-63,27v-72,0,-124,-2,-166,-3v-42,-2,-73,-3,-102,-3v-4,0,-21,1,-41,1v-20,1,-42,2,-57,2v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217r0,-176v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,108,3,113,3v5,0,78,-3,108,-3v11,0,16,2,16,8v0,4,-4,6,-8,6v-7,0,-21,1,-33,3v-29,5,-37,22,-39,57v-2,32,-2,60,-2,216","w":592,"k":{"m":6,"t":66,"v":50,"w":28,"y":40,"M":5,"T":60,"V":45,"W":25,"Y":36,"a":-11,"A":-10,"c":26,"g":26,"o":26,"q":26,"C":24,"O":24,"G":24,"u":7,"U":6}},"M":{"d":"855,-740r67,614v4,36,11,92,54,106v29,9,55,9,65,9v5,0,8,1,8,5v0,6,-9,9,-21,9v-22,0,-130,-3,-167,-6v-23,-2,-28,-5,-28,-10v0,-4,2,-6,7,-7v5,-1,6,-18,4,-36r-48,-516r-3,0r-245,520v-21,44,-24,53,-33,53v-7,0,-12,-10,-31,-46r-117,-232v-9,-18,-121,-258,-132,-285r-4,0r-40,464v-1,16,-1,34,-1,51v0,15,11,28,26,31v17,4,32,5,38,5v4,0,8,2,8,5v0,7,-6,9,-18,9v-37,0,-85,-3,-93,-3v-9,0,-57,3,-84,3v-10,0,-17,-2,-17,-9v0,-3,5,-5,10,-5v8,0,15,0,30,-3v33,-6,36,-45,40,-83r72,-652v1,-11,5,-18,11,-18v6,0,10,4,15,15r306,629r294,-628v4,-9,8,-16,15,-16v7,0,10,8,12,27","w":1050,"k":{"t":22,"w":16,"y":13,"T":20,"W":15,"Y":12,"a":-22,"A":-20,"u":-2,"U":-2}},"N":{"d":"192,-612r13,479v2,82,12,108,39,116v19,5,41,6,50,6v5,0,8,2,8,6v0,6,-6,8,-18,8v-57,0,-97,-3,-106,-3v-9,0,-51,3,-96,3v-10,0,-16,-1,-16,-8v0,-4,3,-6,8,-6v8,0,26,-1,41,-6v25,-7,30,-36,30,-127r1,-573v0,-39,3,-50,11,-50v8,0,25,22,35,32v15,17,164,178,318,343v99,106,208,228,240,261r-11,-508v-1,-65,-8,-87,-39,-95v-18,-4,-41,-5,-49,-5v-7,0,-8,-3,-8,-7v0,-6,8,-7,20,-7v45,0,93,3,104,3v11,0,44,-3,85,-3v11,0,18,1,18,7v0,4,-4,7,-11,7v-5,0,-12,0,-24,3v-33,7,-37,29,-37,89r-2,586v0,66,-2,71,-9,71v-8,0,-20,-11,-73,-64v-11,-10,-155,-157,-261,-271","w":947,"k":{"c":16,"g":16,"o":16,"q":16,"C":15,"O":25,"Q":25,"G":15}},"O":{"d":"64,-376v0,-162,118,-391,394,-391v225,0,393,142,393,375v0,224,-158,409,-399,409v-274,0,-388,-213,-388,-393xm159,-404v0,233,140,383,320,383v90,0,276,-52,276,-343v0,-240,-146,-369,-304,-369v-167,0,-292,110,-292,329","w":915,"k":{"m":11,"t":30,"v":11,"w":6,"x":29,"y":11,"M":10,"T":27,"V":10,"W":5,"X":26,"Y":10,"a":22,"b":33,"d":33,"e":33,"f":33,"h":33,"i":33,"k":33,"l":33,"n":33,"p":33,"r":33,"A":20,"B":30,"D":30,"E":30,"F":30,"H":30,"I":30,"K":30,"L":30,"N":30,"P":30,"R":30,"j":22,"J":20}},"P":{"d":"178,-287r0,-176v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,105,3,113,3v22,0,80,-3,126,-3v125,0,170,42,186,57v22,21,50,66,50,119v0,142,-104,238,-246,238v-5,0,-16,0,-21,-1v-5,0,-11,-2,-11,-7v0,-8,6,-9,27,-9v97,0,173,-71,173,-163v0,-33,-3,-100,-56,-154v-53,-54,-114,-50,-137,-50v-17,0,-34,2,-43,6v-6,2,-8,9,-8,19r0,411v0,96,0,175,5,217v3,29,9,51,39,55v14,2,36,4,45,4v6,0,8,3,8,6v0,5,-5,8,-16,8v-55,0,-118,-3,-123,-3v-3,0,-66,3,-96,3v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217","w":642,"k":{"s":-6,"S":-5,"a":50,"b":16,"d":16,"e":16,"f":16,"h":16,"i":16,"k":16,"l":16,"n":16,"p":16,"r":16,"A":45,"B":15,"D":15,"E":15,"F":15,"H":15,"I":15,"K":15,"L":15,"N":15,"P":15,"R":15,",":160,".":160}},"Q":{"d":"780,76r-168,-93v-36,19,-104,34,-157,34v-277,0,-391,-213,-391,-393v0,-162,118,-391,394,-391v225,0,393,143,393,375v0,176,-111,293,-177,336r205,106v219,113,371,118,421,118v50,0,128,-11,197,-39v6,-2,11,-4,14,-4v4,0,6,3,6,6v0,4,-2,7,-8,10v-57,26,-169,69,-317,69v-121,0,-250,-44,-412,-134xm159,-404v0,233,140,383,320,383v90,0,276,-52,276,-343v0,-240,-146,-369,-304,-369v-167,0,-292,110,-292,329","w":920,"k":{"b":28,"d":28,"e":28,"f":28,"h":28,"i":28,"k":28,"l":28,"n":28,"p":28,"r":28,"B":25,"D":25,"E":25,"F":25,"H":25,"I":25,"K":25,"L":25,"N":25,"P":25,"R":25,")":-30,"]":-30,"}":-30}},"R":{"d":"178,-287r0,-176v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,108,3,113,3v11,0,87,-3,118,-3v63,0,130,6,183,44v25,18,69,67,69,136v0,74,-31,148,-121,231v82,105,150,194,208,256v54,57,97,68,122,72v19,3,33,3,39,3v5,0,9,3,9,6v0,6,-6,8,-24,8r-71,0v-56,0,-81,-5,-107,-19v-43,-23,-78,-72,-135,-147r-109,-148v-4,-4,-7,-6,-13,-6r-123,-2v-5,0,-7,3,-7,8r0,24v0,96,0,175,5,217v3,29,9,51,39,55v14,2,36,4,45,4v6,0,8,3,8,6v0,5,-5,8,-16,8v-55,0,-118,-3,-123,-3v-1,0,-64,3,-94,3v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217xm258,-703r0,327v0,5,2,9,7,12v15,9,61,16,105,16v24,0,52,-3,75,-19v35,-24,61,-78,61,-154v0,-125,-66,-200,-173,-200v-30,0,-57,3,-67,6v-5,2,-8,6,-8,12","w":754,"k":{"s":11,"t":55,"v":28,"w":3,"x":6,"y":22,"S":10,"T":50,"V":25,"W":3,"X":5,"Y":20,"a":-6,"A":-5,"c":-16,"g":-16,"o":-16,"q":-16,"C":-15,"O":-15,"Q":-15,"G":-15}},"S":{"d":"248,17v-47,0,-93,-7,-134,-27v-14,-7,-15,-11,-15,-38v0,-50,4,-90,5,-106v1,-11,3,-16,8,-16v6,0,7,3,7,11v0,9,0,23,3,37v15,74,81,102,148,102v96,0,143,-69,143,-133v0,-69,-29,-109,-115,-180r-45,-37v-106,-87,-130,-149,-130,-217v0,-107,80,-180,207,-180v39,0,68,4,93,10v19,4,27,5,35,5v8,0,10,2,10,7v0,5,-4,38,-4,106v0,16,-2,23,-7,23v-6,0,-7,-5,-8,-13v-1,-12,-7,-39,-13,-50v-6,-11,-33,-53,-125,-53v-69,0,-123,43,-123,116v0,57,26,93,122,168r28,22v118,93,146,155,146,235v0,41,-16,117,-85,166v-43,30,-97,42,-151,42","w":570,"k":{"m":9,"v":3,"M":8,"V":3}},"T":{"d":"391,-710r0,423v0,96,0,175,5,217v3,29,9,51,39,55v14,2,36,4,45,4v6,0,8,3,8,6v0,5,-5,8,-16,8v-55,0,-118,-3,-123,-3v-5,0,-68,3,-98,3v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-217r0,-423r-148,2v-62,1,-86,8,-102,32v-11,17,-14,24,-17,31v-3,8,-6,10,-10,10v-3,0,-5,-3,-5,-9v0,-10,20,-96,22,-104v2,-6,6,-19,10,-19v7,0,17,10,44,12v29,3,67,5,79,5r375,0v32,0,55,-2,71,-5v15,-2,24,-5,28,-5v5,0,4,6,4,12v0,30,-2,99,-2,110v0,9,-3,13,-7,13v-5,0,-7,-3,-8,-17r-1,-11v-3,-30,-27,-53,-123,-55","w":691,"k":{"m":16,"s":40,"t":-13,"w":-7,"x":-20,"y":-24,"M":15,"S":12,"T":-12,"W":-6,"X":-18,"Y":-22,"a":70,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"A":45,"c":28,"g":28,"o":28,"q":28,"C":25,"O":30,",":115,".":115,"G":25,":":30,";":30,"-":30}},"U":{"d":"120,-317r0,-146v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,106,3,115,3v9,0,69,-3,99,-3v11,0,16,2,16,8v0,4,-4,6,-8,6v-7,0,-13,1,-25,3v-27,4,-35,22,-37,57v-2,32,-2,60,-2,216r0,140v0,144,32,206,75,247v49,46,94,55,151,55v61,0,121,-29,157,-72v46,-57,58,-142,58,-245r0,-125v0,-156,0,-184,-2,-216v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-34,-3v-4,0,-8,-2,-8,-6v0,-6,5,-8,16,-8v45,0,100,3,106,3v7,0,54,-3,84,-3v11,0,16,2,16,8v0,4,-4,6,-8,6v-7,0,-13,1,-25,3v-27,6,-35,22,-37,57v-2,32,-2,60,-2,216r0,107v0,108,-12,228,-92,299v-72,64,-147,74,-206,74v-34,0,-135,-4,-206,-71v-49,-47,-87,-117,-87,-263","w":830,"k":{"m":18,"M":16,"a":20,"b":30,"d":30,"e":30,"f":30,"h":30,"i":30,"k":30,"l":30,"n":30,"p":30,"r":30,"A":18}},"V":{"d":"203,-631r192,512v58,-134,192,-483,214,-555v5,-15,9,-29,9,-38v0,-8,-3,-18,-13,-23v-12,-4,-27,-4,-38,-4v-6,0,-11,-1,-11,-6v0,-6,6,-8,22,-8v40,0,86,3,98,3v6,0,49,-3,78,-3v11,0,17,2,17,7v0,5,-4,7,-12,7v-7,0,-29,0,-48,12v-13,9,-28,26,-55,94v-11,28,-61,148,-112,271v-61,146,-106,254,-129,303v-28,60,-32,76,-42,76v-12,0,-17,-14,-36,-62r-245,-613v-22,-56,-37,-67,-72,-77v-15,-4,-32,-4,-38,-4v-6,0,-8,-3,-8,-7v0,-6,10,-7,26,-7v48,0,105,3,117,3v10,0,55,-3,93,-3v18,0,27,2,27,7v0,5,-3,7,-10,7v-11,0,-29,1,-38,5v-11,5,-13,13,-13,20v0,13,12,44,27,83","w":742,"k":{"y":-11,"Y":-10,"a":82,"A":75,"c":6,"g":6,"o":6,"q":6,"O":5,",":145,".":145,")":-25,"]":-25,"}":-25,"-":20}},"W":{"d":"599,-702r199,567r4,0v27,-92,119,-382,154,-510v10,-37,11,-51,11,-64v0,-18,-11,-30,-57,-30v-5,0,-9,-3,-9,-7v0,-5,5,-7,17,-7v51,0,93,3,102,3v7,0,50,-3,81,-3v9,0,14,2,14,6v0,5,-3,8,-9,8v-4,0,-23,1,-34,5v-30,11,-46,53,-65,108v-44,127,-145,445,-184,557v-26,74,-31,86,-42,86v-10,0,-16,-13,-30,-52r-196,-556r-2,0r-209,555v-16,42,-21,53,-33,53v-10,0,-15,-11,-35,-79r-178,-593v-16,-53,-29,-68,-55,-78v-13,-5,-38,-6,-45,-6v-5,0,-9,-1,-9,-7v0,-5,6,-7,16,-7v52,0,107,3,118,3v9,0,53,-3,103,-3v14,0,18,3,18,7v0,6,-5,7,-10,7v-8,0,-27,0,-39,6v-6,3,-13,11,-13,24v0,13,9,48,19,92v15,64,119,431,134,484r2,0r212,-570v15,-41,19,-46,25,-46v7,0,13,13,25,47","w":1100,"k":{"m":28,"t":22,"y":-11,"M":25,"T":20,"Y":-10,"a":61,"A":55,",":110,".":110,")":-10,"]":-10,"}":-10,":":-15,";":-15}},"X":{"d":"124,-97r181,-286r-160,-269v-23,-39,-44,-68,-78,-80v-16,-5,-36,-7,-42,-7v-6,0,-9,-3,-9,-7v0,-5,4,-7,17,-7v28,0,109,3,117,3v9,0,60,-3,94,-3v14,0,17,2,17,7v0,5,-3,7,-9,7v-6,0,-19,0,-27,3v-9,3,-12,10,-12,17v0,10,4,22,10,33v42,79,83,153,135,239v30,-43,137,-214,147,-235v7,-15,10,-24,10,-36v0,-7,-7,-15,-17,-18v-10,-3,-24,-3,-30,-3v-6,0,-9,-2,-9,-7v0,-4,5,-7,17,-7v38,0,80,3,89,3v9,0,50,-3,84,-3v11,0,16,3,16,7v0,4,-4,7,-11,7v-7,0,-22,1,-33,5v-29,9,-48,38,-77,81r-161,242v19,31,190,322,211,349v16,21,30,36,59,45v14,4,29,6,35,6v5,0,8,2,8,6v0,5,-5,8,-14,8v-61,0,-109,0,-160,-2v-26,-1,-31,-3,-31,-8v0,-4,2,-7,6,-8v5,-2,14,-12,5,-28r-172,-298r-156,265v-9,16,-13,34,-13,44v0,10,7,17,16,19v6,1,14,2,19,2v5,0,8,3,8,7v0,5,-5,7,-12,7v-24,0,-87,-3,-96,-3v-9,0,-58,3,-91,3v-8,0,-10,-3,-10,-7v0,-4,3,-7,8,-7v8,0,23,-1,38,-5v30,-8,51,-30,83,-81","w":694,"k":{"t":30,"w":-11,"x":-11,"y":-14,"T":27,"W":-10,"X":-10,"Y":-13,"a":22,"A":20,"c":22,"g":22,"o":22,"q":22,"C":20,"O":20,"Q":20,"G":20}},"Y":{"d":"289,-170r0,-86v0,-54,-10,-76,-23,-105v-7,-16,-141,-236,-176,-288v-25,-37,-50,-62,-68,-74v-15,-10,-34,-16,-43,-16v-5,0,-10,-2,-10,-7v0,-4,4,-7,13,-7v19,0,94,3,99,3v7,0,45,-3,84,-3v11,0,13,3,13,7v0,4,-6,5,-15,9v-8,4,-13,10,-13,18v0,12,5,24,13,39v16,29,166,287,184,316v19,-42,146,-261,166,-294v13,-21,17,-38,17,-51v0,-14,-4,-25,-16,-28v-9,-3,-15,-5,-15,-10v0,-4,6,-6,16,-6v26,0,58,3,66,3v6,0,78,-3,97,-3v7,0,13,2,13,6v0,5,-5,8,-13,8v-11,0,-30,4,-46,14v-20,12,-31,24,-53,51v-33,40,-173,275,-191,318v-15,36,-15,67,-15,100r0,86v0,16,0,58,3,100v2,29,11,51,41,55v14,2,36,4,45,4v6,0,8,3,8,6v0,5,-5,8,-16,8v-55,0,-118,-3,-123,-3v-5,0,-68,3,-98,3v-11,0,-16,-2,-16,-8v0,-3,2,-6,8,-6v9,0,21,-2,30,-4v20,-4,29,-26,31,-55v3,-42,3,-84,3,-100","w":654,"k":{"m":9,"t":-6,"v":-24,"w":-30,"x":-13,"M":8,"T":-5,"V":-22,"W":-27,"X":-12,"a":50,"A":45,"c":40,"g":40,"o":40,"q":40,"C":10,"O":20,",":100,".":100,"G":10,")":-35,"]":-35,"}":-35,"-":30}},"Z":{"d":"184,-40r272,0v105,0,137,-19,158,-49v9,-13,18,-40,20,-54v2,-10,4,-16,9,-16v6,0,8,4,8,23v0,31,-14,90,-20,115v-6,24,-7,26,-30,26v-167,0,-335,-5,-510,-5v-12,0,-18,-1,-18,-8v0,-5,2,-10,14,-28v149,-225,300,-450,439,-676r-217,0v-51,0,-112,3,-144,20v-36,19,-54,56,-57,79v-2,15,-6,18,-11,18v-5,0,-6,-5,-6,-13v0,-12,15,-103,20,-133v2,-14,4,-19,10,-19v9,0,15,6,42,7v95,4,143,3,174,3r279,0v15,0,20,2,20,8v0,4,0,6,-4,12","w":692,"k":{"a":11,"A":10,"c":33,"g":33,"o":33,"q":33,"O":30}},"[":{"d":"97,108r0,-839v0,-11,2,-13,17,-13r170,0v8,0,12,2,12,7v0,4,-5,7,-17,8v-30,3,-78,7,-109,21v-5,21,-7,51,-7,93r0,610v0,42,2,72,7,93v30,14,78,18,108,21v12,1,17,3,17,8v0,5,-4,7,-12,7r-170,0v-15,0,-16,-1,-16,-16","w":360,"k":{"v":-23,"w":-9,"y":-32}},"\\":{"d":"503,-6r-30,20v-4,2,-7,3,-11,-4r-441,-709v-2,-3,-2,-7,2,-10r28,-17v7,-4,10,-2,14,4r438,702v5,8,4,12,0,14","w":524},"]":{"d":"263,-728r0,839v0,11,-2,13,-17,13r-170,0v-8,0,-12,-2,-12,-7v0,-4,5,-7,17,-8v30,-3,78,-7,109,-21v5,-21,7,-51,7,-93r0,-610v0,-42,-2,-72,-7,-93v-30,-14,-78,-18,-108,-21v-12,-1,-17,-3,-17,-8v0,-5,4,-7,12,-7r170,0v15,0,16,1,16,16","w":360},"^":{"d":"229,-751r52,0r199,426r-54,0r-171,-371r-171,371r-54,0","w":510},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"a":{"d":"82,-91r207,-532v11,-28,15,-33,21,-33v9,0,12,12,21,31v16,36,157,387,211,516v32,76,56,87,75,93v13,4,26,5,35,5v5,0,11,2,11,7v0,5,-10,7,-20,7v-13,0,-78,0,-139,-2v-17,-1,-31,-1,-31,-6v0,-4,2,-4,6,-6v5,-2,14,-9,8,-23r-79,-195v-2,-4,-3,-5,-8,-5r-203,0v-4,0,-7,2,-9,7r-50,136v-8,21,-13,42,-13,57v0,17,15,23,30,23r8,0v7,0,9,3,9,7v0,5,-5,7,-13,7v-21,0,-69,-3,-79,-3v-9,0,-53,3,-89,3v-11,0,-17,-2,-17,-7v0,-4,4,-7,8,-7v6,0,19,-1,26,-2v40,-5,57,-35,74,-78xm209,-269r178,0v4,0,4,-2,3,-6r-87,-233v-5,-13,-10,-13,-15,0r-82,233v-1,4,0,6,3,6","w":624},"b":{"d":"155,-244r0,-150v0,-132,0,-156,-2,-183v-2,-29,-7,-45,-36,-49v-7,-1,-22,-2,-30,-2v-3,0,-7,-2,-7,-5v0,-5,4,-7,14,-7v40,0,97,2,102,2v21,0,62,-2,103,-2v147,0,185,85,185,130v0,67,-44,109,-89,149v67,20,155,81,155,177v0,95,-71,189,-221,189v-16,0,-48,-1,-76,-3v-28,-1,-53,-2,-57,-2v-2,0,-18,1,-36,1v-18,1,-39,2,-53,2v-9,0,-14,-2,-14,-7v0,-3,2,-5,7,-5v8,0,19,-3,27,-4v17,-3,19,-22,23,-47v5,-35,5,-102,5,-184xm231,-600r0,224v0,6,2,8,6,9v5,1,21,4,54,4v49,0,68,-2,86,-22v19,-21,34,-50,34,-91v0,-65,-36,-137,-124,-137v-10,0,-31,1,-45,4v-8,2,-11,4,-11,9xm231,-329r0,47v0,66,0,168,1,181v3,41,3,51,30,64v24,11,61,12,77,12v58,0,129,-22,129,-131v0,-38,-15,-111,-84,-155v-30,-19,-58,-18,-79,-22v-11,-2,-55,-2,-69,-2v-3,0,-5,2,-5,6","w":614,"k":{"v":32,"w":14,"y":27,"a":5,"b":30,"d":30,"e":30,"f":30,"h":30,"i":30,"k":30,"l":30,"n":30,"p":30,"r":30}},"c":{"d":"452,14v-132,0,-221,-31,-290,-91v-86,-74,-107,-171,-107,-252v0,-57,21,-156,99,-232v53,-51,133,-91,268,-91v35,0,85,3,128,10v33,6,61,12,90,13v9,0,11,4,11,9v0,7,-2,17,-4,48v-1,28,-1,75,-2,87v-1,13,-5,18,-10,18v-6,0,-7,-6,-7,-18v0,-33,-14,-67,-37,-85v-31,-26,-95,-47,-173,-47v-113,0,-167,30,-198,59v-65,60,-79,136,-79,222v0,163,129,308,317,308v66,0,110,-5,145,-40v19,-19,31,-55,34,-71v2,-9,3,-12,9,-12v4,0,8,6,8,12v0,6,-12,80,-21,109v-5,16,-7,19,-22,25v-36,14,-102,19,-159,19","w":708,"k":{"t":5,"y":-14,"c":9,"g":9,"o":9,"q":9}},"d":{"d":"155,-244r0,-150v0,-132,0,-156,-2,-183v-2,-29,-7,-43,-36,-47v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v40,0,97,2,102,2v10,0,66,-2,118,-2v88,0,249,-8,353,97v44,44,86,115,86,216v0,107,-46,189,-95,239v-38,39,-117,98,-267,98v-38,0,-85,-3,-123,-5v-38,-3,-68,-5,-72,-5v-2,0,-18,1,-36,1v-18,1,-39,2,-53,2v-9,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,19,-2,27,-4v17,-4,19,-20,23,-45v5,-35,5,-102,5,-184xm235,-586r0,284v0,90,0,169,1,185v1,21,3,52,10,61v11,16,42,34,146,34v81,0,153,-27,206,-77v46,-43,69,-124,69,-202v0,-108,-47,-177,-83,-213v-83,-84,-180,-95,-285,-95v-17,0,-45,3,-53,6v-8,3,-11,7,-11,17","w":809,"k":{"m":5,"a":9,"b":9,"d":9,"e":9,"f":9,"h":9,"i":9,"k":9,"l":9,"n":9,"p":9,"r":9,"j":9}},"e":{"d":"155,-244r0,-150v0,-132,0,-156,-2,-183v-2,-29,-7,-43,-36,-47v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v40,0,97,2,102,2v6,0,190,1,210,0v17,-1,33,-4,40,-5v4,-1,8,-4,12,-4v3,0,4,4,4,8v0,6,-5,16,-7,40v-1,8,-3,46,-5,56v-1,4,-4,9,-8,9v-5,0,-7,-4,-7,-11v0,-6,-1,-20,-5,-30v-6,-14,-15,-20,-63,-26v-15,-2,-117,-3,-127,-3v-4,0,-5,3,-5,9r0,231v0,6,0,9,5,9v11,0,127,0,147,-2v21,-2,34,-3,43,-12v6,-6,10,-11,13,-11v3,0,5,2,5,7v0,5,-5,19,-7,47v-2,17,-4,49,-4,55v0,7,-2,16,-8,16v-4,0,-6,-3,-6,-8v0,-8,0,-17,-4,-28v-3,-12,-11,-22,-45,-26v-24,-3,-118,-4,-133,-4v-5,0,-6,3,-6,6r0,71v0,29,-1,128,0,145v2,57,18,68,105,68v23,0,65,0,88,-9v23,-10,35,-25,40,-59v2,-10,4,-13,9,-13v5,0,6,7,6,13v0,6,-7,64,-12,82v-6,22,-15,22,-49,22v-66,0,-117,-2,-153,-3v-37,-2,-60,-2,-73,-2v-2,0,-19,0,-38,1v-17,1,-37,2,-51,2v-9,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,19,-3,27,-4v17,-3,19,-20,23,-45v5,-35,5,-102,5,-184","w":551,"k":{"v":-23,"w":-27,"x":-32,"y":-23}},"f":{"d":"155,-244r0,-150v0,-132,0,-156,-2,-183v-2,-29,-7,-43,-36,-47v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v40,0,95,2,100,2v17,0,208,1,228,0v17,-1,32,-1,40,-4v5,-1,9,-5,12,-5v4,0,6,4,6,8v0,6,-4,16,-7,40v-1,8,-2,46,-4,56v-1,4,-4,9,-8,9v-4,0,-7,-4,-7,-10v0,-7,-3,-21,-8,-32v-5,-11,-26,-25,-60,-25r-144,-2v-5,0,-7,2,-7,9r0,232v0,5,0,8,6,8r120,-1v15,0,28,0,40,-1v21,-2,33,-5,41,-15v4,-5,8,-9,11,-9v4,0,5,3,5,7v0,5,-6,19,-8,47v-2,17,-3,51,-3,57v0,8,-2,17,-8,17v-5,0,-6,-4,-6,-8v-1,-9,-2,-21,-6,-31v-4,-12,-18,-23,-45,-27v-22,-3,-126,-2,-141,-2v-5,0,-6,2,-6,8r0,68v0,84,0,151,4,184v3,25,8,41,32,45v13,2,32,4,40,4v5,0,7,4,7,7v0,4,-4,7,-14,7v-49,0,-106,-3,-110,-3v-5,0,-60,3,-87,3v-9,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,19,-3,27,-4v17,-3,19,-20,23,-45v5,-35,5,-102,5,-184","w":535,"k":{"y":-18,"a":27,",":91,".":91}},"g":{"d":"569,-67r0,-147v0,-69,-2,-79,-38,-86v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-6,4,-7,14,-7v40,0,99,2,104,2v4,0,59,-2,86,-2v10,0,14,1,14,7v0,3,-4,7,-7,7v-6,0,-12,0,-22,2v-24,4,-31,17,-33,47v-1,27,-1,52,-1,88r0,95v0,39,-1,40,-12,46v-56,29,-136,38,-187,38v-67,0,-192,-8,-290,-91v-54,-45,-105,-136,-105,-242v0,-136,69,-232,147,-279v79,-48,167,-54,234,-54v56,0,118,10,135,14v18,4,49,9,71,9v9,0,11,4,11,8v0,12,-5,35,-5,120v0,14,-4,18,-10,18v-5,0,-6,-5,-6,-13v-1,-11,-6,-36,-20,-56v-22,-32,-89,-66,-203,-66v-53,0,-117,4,-184,55v-51,39,-87,115,-87,214v0,120,62,206,93,235v70,65,144,89,225,89v31,0,72,-3,95,-16v11,-6,18,-10,18,-26","w":759},"h":{"d":"692,-394r0,150v0,82,1,149,5,184v3,25,5,41,32,45v12,2,32,4,39,4v6,0,8,4,8,7v0,4,-5,7,-15,7v-48,0,-104,-3,-109,-3v-4,0,-61,3,-87,3v-10,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,18,-2,26,-4v18,-4,21,-21,24,-46v4,-35,4,-99,4,-181r0,-85v0,-4,-2,-5,-5,-5r-367,0v-3,0,-5,1,-5,5r0,85v0,82,0,147,4,182v3,25,6,41,32,45v13,2,32,4,40,4v5,0,7,4,7,7v0,4,-4,7,-14,7v-49,0,-105,-3,-109,-3v-5,0,-61,3,-88,3v-9,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,19,-2,27,-4v17,-4,19,-20,23,-45v5,-35,5,-102,5,-184r0,-150v0,-132,0,-156,-2,-183v-2,-29,-7,-43,-36,-47v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v40,0,96,2,101,2v4,0,60,-2,87,-2v10,0,14,2,14,7v0,3,-4,7,-7,7v-6,0,-12,0,-22,2v-24,5,-29,17,-31,47v-1,27,-1,53,-1,185r0,18v0,5,2,5,5,5r367,0v3,0,5,0,5,-5r0,-18v0,-132,-1,-158,-2,-185v-2,-29,-6,-43,-35,-47v-7,-1,-22,-2,-30,-2v-4,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v39,0,96,2,100,2v5,0,61,-2,87,-2v10,0,15,2,15,7v0,3,-4,7,-8,7v-6,0,-11,0,-22,2v-23,5,-28,17,-30,47v-2,27,-2,51,-2,183","w":847,"k":{"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"c":14,"g":14,"o":14,"q":14}},"i":{"d":"235,-394r0,150v0,82,0,149,4,184v3,25,6,41,32,45v13,2,32,4,40,4v5,0,7,4,7,7v0,4,-4,7,-14,7v-49,0,-106,-3,-110,-3v-5,0,-60,3,-87,3v-9,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,19,-2,27,-4v17,-4,20,-20,23,-45v4,-35,5,-102,5,-184r0,-150v0,-132,0,-156,-2,-183v-2,-29,-9,-42,-28,-46v-10,-2,-21,-3,-27,-3v-4,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v29,0,84,2,89,2v4,0,61,-2,88,-2v10,0,14,2,14,7v0,3,-4,7,-7,7v-6,0,-12,0,-22,2v-24,5,-29,17,-31,47v-1,27,-1,51,-1,183","w":389,"k":{"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"c":14,"g":14,"o":14,"q":14}},"j":{"d":"235,-394r0,204v0,138,-3,191,-29,251v-19,43,-58,83,-129,130v-12,8,-27,17,-36,22v-1,0,-3,1,-6,1v-2,0,-6,-1,-6,-5v0,-5,3,-9,11,-14v11,-6,23,-16,31,-23v57,-57,84,-101,84,-320r0,-246v0,-132,0,-156,-2,-183v-2,-29,-7,-43,-36,-47v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v40,0,97,2,102,2v4,0,59,-2,86,-2v10,0,14,2,14,7v0,3,-4,7,-7,7v-6,0,-12,0,-22,2v-24,5,-29,17,-31,47v-1,27,-1,51,-1,183","w":369,"k":{"c":9,"g":9,"o":9,"q":9}},"k":{"d":"155,-244r0,-150v0,-132,0,-156,-2,-183v-2,-29,-7,-43,-36,-47v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v40,0,94,2,99,2v8,0,61,-2,87,-2v10,0,14,2,14,7v0,3,-3,7,-7,7v-6,0,-11,0,-22,2v-23,5,-29,17,-31,47v-2,27,-2,51,-2,183r0,51r4,0v14,-16,171,-171,204,-205v25,-25,48,-47,48,-61v0,-11,-4,-16,-11,-17v-5,-1,-8,-5,-8,-8v0,-4,4,-6,10,-6v18,0,45,2,66,2v5,0,63,-2,85,-2v9,0,13,2,13,6v0,4,-2,7,-9,7v-13,0,-32,5,-49,12v-36,16,-53,35,-92,72v-22,20,-172,164,-191,185v23,25,206,208,242,241v74,66,84,77,126,94v23,9,48,12,54,12v6,0,11,3,11,7v0,4,-4,7,-19,7r-45,0v-25,0,-41,0,-61,-2v-46,-4,-69,-23,-107,-52v-40,-31,-225,-226,-267,-276r-4,0r0,83v0,82,0,149,4,184v3,25,7,41,34,45v12,2,26,4,34,4v5,0,7,4,7,7v0,4,-4,7,-14,7v-43,0,-96,-3,-103,-3v-7,0,-60,3,-87,3v-9,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,19,-2,27,-4v17,-4,19,-20,23,-45v5,-35,5,-102,5,-184","w":666,"k":{"s":-5,"a":5,"c":-3,"g":-3,"o":-3,"q":-3}},"l":{"d":"235,-394r0,152v0,125,2,176,18,191v14,14,48,20,117,20v46,0,85,-1,106,-26v11,-13,18,-31,21,-48v1,-6,4,-11,9,-11v4,0,6,4,6,13v0,9,-6,60,-13,85v-6,20,-9,23,-56,23v-63,0,-112,-1,-153,-3v-40,-1,-70,-2,-96,-2v-4,0,-19,0,-36,1v-18,1,-37,2,-51,2v-9,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,19,-2,27,-4v17,-4,19,-20,23,-45v5,-35,5,-102,5,-184r0,-150v0,-132,0,-156,-2,-183v-2,-29,-7,-43,-36,-47v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v40,0,95,2,100,2v4,0,70,-2,97,-2v9,0,14,2,14,7v0,3,-4,6,-7,6v-6,0,-19,1,-29,2v-26,5,-31,18,-33,48v-1,27,-1,51,-1,183","w":535,"k":{"m":5,"t":55,"v":41,"w":23,"y":33,"a":-9,"c":22,"g":22,"o":22,"q":22,"u":5}},"m":{"d":"754,-629r60,522v3,30,9,76,45,88v25,8,48,8,57,8v4,0,7,2,7,6v0,5,-8,8,-18,8v-20,0,-118,-2,-150,-5v-21,-2,-25,-5,-25,-9v0,-3,2,-6,6,-7v5,-1,6,-14,4,-30r-42,-430r-2,0r-212,434v-18,37,-23,45,-31,45v-8,0,-13,-8,-30,-39v-23,-42,-81,-151,-103,-197v-26,-54,-97,-197,-112,-232r-4,0r-34,384v-1,13,-1,29,-1,43v0,13,8,21,21,24v15,4,28,5,34,5v3,0,7,3,7,6v0,6,-6,8,-16,8v-33,0,-75,-3,-82,-3v-8,0,-50,3,-74,3v-9,0,-15,-2,-15,-8v0,-3,4,-6,9,-6v7,0,13,-1,26,-3v29,-5,30,-36,34,-68r64,-555v1,-9,5,-15,10,-15v6,0,13,3,18,13r266,528r256,-527v4,-8,8,-14,14,-14v6,0,11,7,13,23","w":924,"k":{"t":18,"w":14,"y":11,"a":-18,"u":-2}},"n":{"d":"182,-514r10,401v2,70,10,91,34,97v16,4,36,5,44,5v4,0,7,3,7,7v0,5,-6,7,-16,7v-50,0,-85,-3,-93,-3v-8,0,-45,3,-85,3v-9,0,-14,-1,-14,-7v0,-4,3,-7,7,-7v7,0,23,-1,36,-5v22,-6,25,-29,25,-106r0,-487v0,-34,5,-43,12,-43v10,0,25,17,34,26r278,290r208,219r-9,-426v-1,-55,-6,-74,-33,-79v-16,-3,-36,-4,-43,-4v-6,0,-7,-5,-7,-8v0,-5,7,-6,17,-6v40,0,82,2,92,2v10,0,39,-2,75,-2v9,0,16,1,16,6v0,3,-4,8,-10,8v-4,0,-11,0,-21,2v-29,6,-31,23,-31,74r-3,498v0,56,0,61,-6,61v-9,0,-18,-7,-67,-52v-9,-8,-136,-133,-229,-230v-102,-107,-201,-211,-228,-241","w":833,"k":{"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"c":14,"g":14,"o":14,"q":14}},"o":{"d":"55,-320v0,-137,106,-332,349,-332v198,0,348,121,348,319v0,190,-141,347,-353,347v-241,0,-344,-181,-344,-334xm146,-343v0,198,119,322,278,322v79,0,238,-42,238,-288v0,-204,-124,-311,-263,-311v-147,0,-253,92,-253,277","w":808,"k":{"m":9,"t":25,"v":9,"w":5,"x":24,"y":9,"a":18,"b":27,"d":27,"e":27,"f":27,"h":27,"i":27,"k":27,"l":27,"n":27,"p":27,"r":27,"j":18}},"p":{"d":"155,-244r0,-150v0,-132,0,-156,-2,-183v-2,-29,-7,-43,-36,-47v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v40,0,95,2,102,2v19,0,85,-2,125,-2v113,0,153,35,168,48v20,18,44,56,44,102v0,122,-92,203,-227,203v-5,0,-20,0,-25,-1v-4,0,-9,-4,-9,-8v0,-7,5,-9,23,-9v95,0,163,-60,163,-137v0,-28,-3,-83,-50,-129v-46,-46,-99,-41,-119,-41v-15,0,-40,4,-49,6v-5,1,-7,7,-7,16r0,346v0,82,0,149,4,184v3,25,8,41,35,45v12,2,31,4,39,4v5,0,7,4,7,7v0,4,-4,7,-14,7v-48,0,-106,-3,-110,-3v-3,0,-60,3,-87,3v-9,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,19,-2,27,-4v17,-4,19,-20,23,-45v5,-35,5,-102,5,-184","w":586,"k":{"s":-5,"a":41,"b":14,"d":14,"e":14,"f":14,"h":14,"i":14,"k":14,"l":14,"n":14,"p":14,"r":14,",":146,".":146}},"q":{"d":"684,67r-146,-79v-32,16,-92,26,-139,26v-243,0,-345,-181,-345,-334v0,-137,106,-332,349,-332v198,0,348,122,348,319v0,149,-97,249,-155,285r180,89v192,95,325,100,369,100v44,0,111,-11,172,-33v6,-2,10,-3,13,-3v3,0,5,4,5,6v0,4,-2,7,-7,9v-50,22,-150,59,-280,59v-107,0,-222,-35,-364,-112xm144,-343v0,196,119,322,278,322v79,0,239,-43,239,-288v0,-202,-125,-311,-264,-311v-147,0,-253,91,-253,277","w":810,"k":{"b":23,"d":23,"e":23,"f":23,"h":23,"i":23,"k":23,"l":23,"n":23,"p":23,"r":23,")":-27,"]":-27,"}":-27}},"r":{"d":"155,-244r0,-150v0,-132,0,-156,-2,-183v-2,-29,-7,-43,-36,-47v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v40,0,99,2,104,2v9,0,83,-2,110,-2v56,0,118,5,164,37v22,16,61,57,61,116v0,63,-26,124,-108,194v72,90,133,167,184,220v47,48,76,56,98,59v17,3,26,3,31,3v5,0,8,4,8,7v0,5,-5,7,-21,7r-55,0v-50,0,-72,-5,-94,-17v-38,-20,-70,-61,-120,-125v-37,-46,-76,-101,-95,-124v-4,-4,-6,-5,-12,-5r-112,-2v-4,0,-6,2,-6,7r0,20v0,82,0,148,4,183v3,25,8,41,35,45v12,2,31,4,39,4v6,0,7,4,7,7v0,4,-4,7,-14,7v-48,0,-104,-3,-108,-3v-1,0,-60,3,-87,3v-9,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,19,-2,27,-4v17,-4,19,-20,23,-45v5,-35,5,-102,5,-184xm231,-595r0,273v0,5,2,8,6,11v13,7,58,13,97,13v21,0,45,-1,66,-15v30,-20,53,-65,53,-130v0,-106,-58,-167,-152,-167v-26,0,-54,3,-63,5v-4,2,-7,5,-7,10","w":672,"k":{"s":9,"t":46,"v":23,"w":3,"x":5,"y":18,"a":-5,"c":-14,"g":-14,"o":-14,"q":-14}},"s":{"d":"209,14v-41,0,-92,-6,-128,-23v-12,-6,-13,-9,-13,-32v0,-42,4,-76,5,-90v0,-9,2,-14,7,-14v5,0,8,3,8,10v0,7,0,19,3,31v14,62,80,84,139,84v87,0,132,-49,132,-113v0,-61,-33,-90,-111,-148r-40,-30v-95,-71,-126,-123,-126,-182v0,-100,79,-160,195,-160v35,0,70,5,91,10v17,4,24,4,31,4v7,0,9,1,9,6v0,4,-4,32,-4,90v0,13,-1,19,-7,19v-6,0,-7,-4,-8,-11v-1,-10,-8,-33,-13,-42v-6,-10,-35,-42,-114,-42v-64,0,-117,32,-117,92v0,54,27,85,114,144r25,17v107,73,144,132,144,205v0,50,-19,104,-82,145v-37,24,-92,30,-140,30","w":524,"k":{"m":7,"v":3,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20}},"t":{"d":"347,-601r0,357v0,82,0,149,4,184v3,25,7,41,34,45v12,2,32,4,40,4v6,0,7,4,7,7v0,4,-4,7,-14,7v-48,0,-104,-3,-109,-3v-4,0,-65,3,-91,3v-10,0,-14,-2,-14,-7v0,-3,2,-6,7,-6v8,0,18,-2,26,-4v18,-4,23,-21,26,-46v4,-35,4,-102,4,-184r0,-357r-127,2v-55,1,-76,7,-89,27v-10,15,-11,21,-14,27v-2,7,-5,8,-9,8v-2,0,-6,-2,-6,-7v0,-9,18,-85,19,-92v2,-5,6,-16,9,-16v6,0,15,7,39,10v25,3,59,4,69,4r332,0v29,0,49,-2,63,-4v13,-2,21,-4,25,-4v4,0,4,5,4,10v0,26,-3,87,-3,97v0,7,-4,11,-8,11v-4,0,-6,-3,-7,-15r-1,-9v-3,-26,-22,-45,-106,-47","w":610,"k":{"m":14,"s":11,"t":-11,"w":-5,"x":-16,"y":-20,"a":41,"c":23,"g":23,"o":23,"q":23,",":105,".":105,":":27,";":27,"-":27}},"u":{"d":"110,-269r0,-125v0,-132,0,-156,-2,-183v-2,-27,-7,-43,-36,-47v-7,-1,-22,-2,-30,-2v-3,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v40,0,93,2,101,2v8,0,63,-2,89,-2v10,0,15,2,15,7v0,3,-4,7,-8,7v-6,0,-11,0,-22,2v-23,4,-28,19,-30,47v-2,27,-2,51,-2,183r0,119v0,123,27,174,65,208v43,39,81,46,131,46v54,0,106,-24,136,-60v41,-49,50,-119,50,-206r0,-107v0,-132,-1,-156,-2,-183v-1,-27,-6,-43,-35,-47v-7,-1,-22,-2,-30,-2v-4,0,-7,-4,-7,-7v0,-5,4,-7,14,-7v39,0,90,2,95,2v6,0,48,-2,74,-2v10,0,14,2,14,7v0,3,-3,7,-7,7v-6,0,-11,0,-22,2v-24,5,-29,19,-31,47v-2,27,-1,51,-1,183r0,91v0,92,-12,195,-82,255v-64,55,-132,62,-184,62v-29,0,-121,-2,-183,-60v-43,-40,-77,-99,-77,-223","w":732,"k":{"m":15,"a":16}},"v":{"d":"182,-536r166,428v51,-114,166,-404,185,-465v4,-13,8,-25,8,-32v0,-7,-3,-15,-12,-18v-10,-3,-20,-3,-30,-3v-5,0,-10,-3,-10,-7v0,-5,6,-7,20,-7v35,0,75,2,86,2v5,0,43,-2,69,-2v9,0,14,2,14,6v0,4,-3,8,-10,8v-6,0,-26,0,-42,10v-12,8,-26,20,-49,78r-98,230v-54,124,-93,216,-113,258v-24,51,-29,64,-38,64v-10,0,-16,-11,-33,-52r-216,-521v-20,-48,-32,-57,-61,-64v-14,-3,-29,-3,-34,-3v-5,0,-7,-5,-7,-8v0,-5,9,-6,23,-6v42,0,92,2,103,2v9,0,48,-2,82,-2v16,0,24,2,24,6v0,4,-3,8,-9,8v-10,0,-24,1,-32,4v-9,4,-10,9,-10,15v0,11,11,37,24,71","w":653,"k":{"y":-9,"a":68,"c":5,"g":5,"o":5,"q":5,",":132,".":132,")":-23,"]":-23,"}":-23,"-":18}},"w":{"d":"530,-597r172,474r4,0v22,-70,101,-316,132,-425v9,-32,10,-42,10,-53v0,-15,-7,-25,-47,-25v-5,0,-8,-5,-8,-8v0,-4,4,-6,15,-6v45,0,82,2,90,2v6,0,44,-2,71,-2v8,0,12,2,12,5v0,4,-2,9,-8,9v-3,0,-20,1,-30,4v-26,9,-40,43,-57,90v-39,108,-126,378,-161,473v-23,63,-28,73,-38,73v-9,0,-17,-11,-29,-44r-172,-465r-181,464v-15,36,-21,45,-31,45v-9,0,-16,-9,-34,-67r-156,-504v-14,-45,-23,-56,-46,-64v-12,-4,-34,-5,-40,-5v-4,0,-8,-3,-8,-8v0,-4,6,-6,14,-6v46,0,95,2,104,2v8,0,48,-2,92,-2v12,0,16,2,16,6v0,5,-5,8,-9,8v-7,0,-21,0,-31,5v-6,2,-12,7,-12,18v0,11,7,41,17,79v14,54,104,366,115,401r2,0r184,-475v13,-34,19,-39,24,-39v6,0,13,11,24,40","w":968,"k":{"m":23,"t":18,"y":-9,"a":50,",":100,".":100,")":-9,"]":-9,"}":-9,":":-14,";":-14}},"x":{"d":"108,-82r158,-244r-140,-228v-20,-33,-37,-57,-67,-66v-14,-4,-32,-6,-37,-6v-5,0,-8,-5,-8,-8v0,-4,4,-6,15,-6v25,0,96,2,103,2v8,0,56,-2,86,-2v12,0,15,2,15,6v0,4,-3,8,-8,8v-6,0,-17,0,-24,2v-8,1,-11,7,-11,13v0,8,4,19,9,28v37,67,70,128,116,201v26,-37,119,-180,127,-198v7,-12,9,-20,9,-30v0,-6,-6,-11,-15,-14v-9,-2,-19,-2,-24,-2v-5,0,-8,-4,-8,-8v0,-4,4,-6,15,-6v33,0,70,2,78,2v8,0,44,-2,74,-2v10,0,14,2,14,6v0,3,-3,8,-9,8v-7,0,-20,1,-30,4v-25,8,-41,30,-66,67r-141,206v17,26,167,273,186,296v14,18,24,30,50,37v12,3,25,5,30,5v5,0,7,3,7,7v0,4,-4,7,-12,7v-54,0,-96,0,-144,-2v-23,-1,-27,-3,-27,-7v0,-3,2,-6,5,-7v5,-1,13,-10,5,-24r-149,-251r-135,223v-8,14,-11,29,-11,38v0,8,6,12,14,14v5,1,12,2,16,2v5,0,8,4,8,8v0,4,-5,6,-11,6v-21,0,-79,-3,-87,-3v-7,0,-51,3,-80,3v-7,0,-8,-3,-8,-6v0,-4,2,-8,7,-8v7,0,20,-2,33,-5v26,-7,44,-23,72,-66","w":611,"k":{"t":25,"w":-9,"x":-9,"y":-12,"a":18,"c":18,"g":18,"o":18,"q":18}},"y":{"d":"255,-145r0,-73v0,-46,-6,-63,-19,-87v-7,-13,-126,-202,-156,-247v-21,-32,-42,-51,-58,-62v-13,-8,-30,-12,-37,-12v-5,0,-9,-4,-9,-8v0,-4,3,-6,11,-6v17,0,83,2,87,2v6,0,42,-2,76,-2v10,0,12,2,12,6v0,3,-6,6,-14,9v-7,3,-11,7,-11,14v0,12,6,22,12,33r160,265v18,-36,128,-218,144,-246v11,-19,15,-33,15,-44v0,-12,-4,-19,-14,-22v-8,-2,-13,-6,-13,-10v0,-3,5,-5,14,-5v23,0,54,2,61,2v6,0,69,-2,86,-2v6,0,11,2,11,5v0,4,-4,9,-11,9v-10,0,-27,3,-41,11v-17,10,-25,19,-44,42v-29,34,-153,234,-171,270v-15,30,-11,57,-11,85r0,73v0,14,0,50,3,85v2,25,8,41,34,45v12,2,32,4,40,4v5,0,7,4,7,7v0,4,-5,7,-14,7v-49,0,-106,-3,-111,-3v-4,0,-60,3,-86,3v-10,0,-14,-2,-14,-7v0,-3,2,-7,7,-7v8,0,18,-2,26,-4v18,-4,24,-20,26,-45v2,-35,2,-71,2,-85","w":576,"k":{"m":7,"t":-5,"v":-20,"w":-25,"x":-11,"a":41,"c":9,"g":9,"o":9,"q":9,",":91,".":91,")":-32,"]":-32,"}":-32,"-":27}},"z":{"d":"172,-37r234,0v93,0,117,-15,137,-39v9,-11,15,-34,18,-46v2,-8,5,-13,10,-13v5,0,7,3,7,19v0,27,-12,77,-18,98v-5,21,-6,22,-26,22v-147,0,-296,-4,-450,-4v-10,0,-16,-1,-16,-7v0,-4,1,-10,12,-26v132,-191,262,-380,383,-569r-186,0v-45,0,-97,-1,-125,14v-31,16,-47,47,-50,67v-2,13,-7,15,-12,15v-4,0,-5,-4,-5,-11v0,-10,13,-87,18,-113v1,-12,3,-16,8,-16v8,0,14,5,37,6v84,3,126,2,154,2r246,0v13,0,18,2,18,7v0,4,-1,10,-5,15","w":609,"k":{"a":9,"c":27,"g":27,"o":27,"q":27}},"{":{"d":"134,-349v21,11,47,39,58,79v10,37,10,69,10,150v0,168,41,212,75,226v19,7,22,9,22,13v0,4,-3,5,-18,5v-19,0,-66,-16,-103,-67v-26,-36,-51,-86,-51,-228v0,-30,7,-74,7,-107v0,-13,-2,-24,-7,-32v-10,-17,-31,-20,-59,-25v-11,-2,-12,-3,-12,-8v0,-6,1,-8,12,-9v52,-3,69,-7,69,-68v0,-37,-10,-83,-10,-107v0,-101,26,-141,64,-176v31,-28,73,-41,94,-41v9,0,13,2,13,5v0,4,-4,5,-16,9v-24,7,-80,40,-80,125v0,90,3,139,-8,180v-9,35,-39,68,-60,76","w":360,"k":{"v":-23,"w":-9,"y":-32}},"|":{"d":"282,250r-54,0r0,-1000r54,0r0,1000","w":510},"}":{"d":"226,-349v-21,-8,-51,-41,-60,-76v-11,-41,-8,-90,-8,-180v0,-85,-57,-118,-80,-125v-12,-4,-16,-4,-16,-8v0,-4,4,-6,13,-6v21,0,63,13,94,41v38,35,64,75,64,176v0,39,-23,136,1,159v19,18,43,15,58,16v11,1,12,3,12,9v0,5,-1,6,-12,8v-28,5,-49,8,-59,25v-16,26,0,96,0,139v0,142,-25,192,-51,228v-37,51,-84,67,-103,67v-15,0,-18,-1,-18,-4v0,-5,3,-7,22,-14v34,-12,75,-58,75,-226v0,-73,-2,-107,10,-150v11,-40,37,-68,58,-79","w":360},"~":{"d":"110,-201r-49,1v-2,-82,40,-119,95,-119v33,0,58,10,109,34v38,18,67,33,93,33v27,1,40,-23,41,-66r49,0v4,90,-41,119,-92,119v-31,0,-59,-9,-110,-34v-36,-18,-65,-34,-92,-34v-27,0,-43,20,-44,66","w":510},"'":{"d":"100,-755v25,0,42,0,42,14v0,16,-22,66,-31,176v-3,40,-6,45,-11,45v-5,0,-8,-5,-11,-45v-9,-110,-31,-160,-31,-176v0,-14,17,-14,42,-14","w":200},"`":{"d":"506,-830v-18,0,-165,-53,-181,-59v-21,-8,-29,-12,-29,-17v0,-5,4,-6,11,-8v21,-6,48,-14,60,-19v8,-3,12,-5,16,-5v5,0,6,7,15,16v8,8,57,47,98,73v10,7,19,10,19,14v0,3,-4,5,-9,5","w":911},"\u00a0":{"w":325}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * � 1989, 1999, 2000 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * Trajan is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * TrajanPro-Bold
 * 
 * Designer:
 * Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":600,"face":{"font-family":"Trajan Pro","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 2 8 2 5 5 6 2 3 1","ascent":"750","descent":"-250","x-height":"14","cap-height":"3","bbox":"-64 -979 1528 261","underline-thickness":"50","underline-position":"-50","stemh":"47","stemv":"118","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":300},"!":{"d":"160,17v-39,0,-55,-31,-55,-56v0,-24,16,-57,56,-57v32,0,56,21,56,53v0,33,-23,60,-57,60xm158,-164v-11,0,-13,-13,-15,-36v-4,-48,-23,-257,-25,-272v-1,-15,-12,-143,-21,-180v-3,-12,-8,-20,-8,-26v0,-7,2,-11,5,-16v23,-29,63,-52,90,-63v13,-6,28,-10,38,-10v6,0,9,6,9,13v0,9,-9,55,-16,129v-2,18,-39,404,-42,429v-2,21,-4,32,-15,32","w":320},"\"":{"d":"109,-755v31,0,51,0,51,15v0,15,-25,65,-37,190v-4,35,-8,50,-14,50v-6,0,-10,-15,-14,-50v-12,-125,-37,-175,-37,-190v0,-15,20,-15,51,-15xm251,-755v31,0,51,0,51,15v0,15,-25,65,-37,190v-4,35,-8,50,-14,50v-6,0,-10,-15,-14,-50v-12,-125,-37,-175,-37,-190v0,-15,20,-15,51,-15","w":360},"#":{"d":"571,-460r-118,0r-22,150r112,0r0,81r-123,0r-33,229r-59,0r31,-229r-152,0r-34,229r-60,0r35,-229r-119,0r0,-81r130,0r23,-150r-123,0r0,-82r134,0r32,-212r61,0r-33,212r151,0r31,-212r60,0r-31,212r107,0r0,82xm393,-460r-150,0r-24,150r153,0"},"$":{"d":"303,0r-9,81v-1,5,-5,7,-10,8r-31,6v-6,1,-8,-2,-7,-10r10,-85v-21,0,-88,-6,-126,-21v-28,-12,-34,-16,-34,-43v0,-57,12,-108,15,-121v4,-16,8,-24,15,-24v7,0,8,6,7,27v-2,27,5,65,29,91v28,31,69,45,98,45r32,-295v-110,-84,-163,-143,-163,-238v0,-123,121,-180,212,-180r10,-80v1,-6,7,-8,11,-9r30,-7v5,-1,9,0,8,5r-12,91v46,0,92,12,110,19v14,5,17,9,17,25v0,22,-8,91,-12,110v-2,11,-5,14,-11,14v-7,0,-10,-4,-10,-19v-1,-26,-3,-50,-30,-77v-18,-19,-52,-30,-68,-30r-31,271v100,67,166,130,166,240v0,154,-137,206,-216,206xm309,-475r27,-242v-37,0,-116,18,-116,112v0,55,42,92,89,130xm337,-311r-27,265v66,-4,115,-56,115,-128v0,-61,-38,-103,-88,-137"},"%":{"d":"645,0v-127,0,-177,-98,-177,-176v0,-92,51,-191,184,-191v127,0,179,97,179,176v0,91,-53,191,-186,191xm649,-34v61,0,96,-59,96,-143v0,-74,-38,-156,-98,-156v-63,0,-93,66,-93,143v0,73,36,156,95,156xm310,4r-63,8v-13,2,-15,-1,-10,-13v99,-222,308,-707,318,-728v-61,5,-202,15,-220,16r0,2v34,20,64,74,64,138v0,91,-55,191,-185,191v-127,0,-177,-98,-177,-176v0,-92,56,-192,189,-192v170,0,354,-23,382,-23v7,0,10,1,10,4v0,5,-5,14,-11,29r-287,732v-3,9,-5,11,-10,12xm218,-416v61,0,96,-59,96,-143v0,-74,-38,-156,-98,-156v-63,0,-93,66,-93,143v0,73,36,156,95,156","w":868},"&":{"d":"58,-204v0,-117,103,-208,163,-237v-42,-56,-50,-97,-51,-142v-1,-79,69,-184,243,-184v49,0,94,10,121,21v17,6,17,14,17,26v0,33,-8,113,-11,128v-2,15,-6,17,-12,17v-6,0,-7,-4,-7,-19v0,-26,-7,-58,-29,-84v-20,-24,-55,-45,-111,-45v-42,0,-107,29,-107,114v0,94,86,174,166,263v34,39,157,150,176,167v20,-28,48,-93,48,-154v0,-15,-4,-33,-19,-46v-13,-12,-34,-15,-49,-15v-6,0,-12,-2,-12,-8v0,-8,8,-10,16,-10v24,0,64,1,120,7v19,2,34,8,34,20v0,77,-41,170,-98,237v67,55,112,82,139,98v32,19,87,35,107,35v9,0,14,1,14,9v0,6,-8,9,-30,9r-77,0v-114,0,-150,-11,-236,-77v-33,30,-100,91,-237,91v-214,0,-278,-134,-278,-221xm370,-46v77,0,143,-40,164,-60v-58,-50,-154,-144,-180,-172v-26,-28,-90,-100,-107,-125v-34,25,-69,72,-69,152v0,125,88,205,192,205","w":830},"(":{"d":"154,-321v0,191,59,320,138,421v3,4,8,9,8,15v0,5,-4,7,-8,7v-3,0,-6,-2,-10,-5v-78,-55,-225,-208,-225,-425v0,-218,162,-391,224,-432v4,-3,8,-6,12,-6v4,0,7,4,7,8v0,3,-3,8,-6,11v-45,53,-140,218,-140,406","w":360,"k":{"v":-30,"w":-10,"y":-30,"V":-30,"W":-10,"Y":-30}},")":{"d":"206,-303v0,-191,-59,-320,-138,-421v-3,-4,-8,-9,-8,-15v0,-5,4,-7,8,-7v3,0,6,2,10,5v78,55,225,208,225,425v0,218,-162,391,-224,432v-4,3,-8,6,-12,6v-4,0,-7,-4,-7,-8v0,-3,3,-8,6,-11v45,-53,140,-218,140,-406","w":360},"*":{"d":"185,-634v-1,0,-3,0,-4,3v-5,8,-27,67,-31,83v-2,7,-5,15,-5,23v0,6,-5,8,-12,8v-32,0,-67,-18,-67,-26v0,-5,3,-9,10,-17v10,-15,81,-73,93,-80v2,-2,3,-4,3,-6v0,-2,-2,-3,-4,-3v-22,-4,-80,-2,-90,-1v-7,1,-11,2,-17,2v-7,0,-12,-50,-12,-71v0,-11,3,-13,13,-13v30,0,101,56,112,68v2,2,5,2,7,1v1,-2,1,-4,1,-7v-3,-32,-27,-87,-30,-94v-3,-6,-6,-10,-6,-16v0,-13,57,-28,74,-28v7,0,10,3,10,11v0,25,-20,89,-33,128v-1,1,-1,4,0,6v1,1,2,1,5,0v43,-13,83,-52,91,-59v4,-6,8,-10,14,-10v9,0,24,56,24,77v0,5,-3,7,-10,8v-5,1,-85,1,-115,-2v-2,0,-3,1,-5,2v-1,1,-1,4,1,7v14,20,72,63,84,67v8,2,14,4,14,10v0,15,-50,52,-60,52v-5,0,-10,-5,-16,-14v-9,-20,-29,-78,-35,-103v-1,-2,-2,-6,-4,-6","w":380},"+":{"d":"509,-223r-203,0r0,204r-64,0r0,-204r-202,0r0,-61r202,0r0,-204r64,0r0,204r203,0r0,61","w":549},",":{"d":"64,-71v0,-35,45,-69,75,-69v9,0,12,5,25,25v17,25,22,41,22,52v0,10,-6,32,-13,48v-13,30,-45,94,-79,133v-7,6,-11,12,-17,12v-3,0,-8,-5,-8,-10v0,-5,6,-12,8,-17v21,-36,29,-64,29,-87v0,-57,-42,-73,-42,-87","w":250},"-":{"d":"75,-315r284,0v18,0,32,2,32,14v0,14,-17,17,-45,22v-40,6,-223,38,-258,48v-20,5,-36,16,-44,16v-8,0,-10,-8,-8,-18r15,-69v3,-12,7,-13,24,-13","w":425},".":{"d":"124,0v-42,0,-60,-33,-60,-61v0,-25,18,-61,61,-61v34,0,61,23,61,58v0,35,-24,64,-62,64","w":250},"\/":{"d":"53,19r-35,-23v-5,-3,-5,-8,0,-17r456,-740v5,-8,9,-8,14,-5r36,22v4,2,5,6,1,12r-459,745v-4,7,-8,9,-13,6","w":542},"0":{"d":"559,-398v0,248,-95,415,-267,415v-197,0,-251,-228,-251,-370v0,-233,82,-414,267,-414v198,0,251,210,251,369xm442,-359v0,-173,-46,-363,-155,-363v-75,0,-129,103,-129,331v0,173,43,363,153,363v81,0,131,-137,131,-331"},"1":{"d":"258,-301r-1,-159r0,-131v0,-24,0,-36,-15,-36v-19,0,-94,39,-116,48v-5,2,-10,4,-14,4v-3,0,-8,-5,-8,-11v0,-6,5,-11,10,-14v4,-2,196,-128,231,-154v9,-6,18,-13,26,-13v9,0,12,11,12,21v0,8,-6,107,-6,260r0,185v0,96,0,181,4,225v3,32,8,47,40,54v15,3,58,6,66,6v4,0,9,3,9,10v0,7,-5,9,-16,9v-76,0,-140,-3,-167,-3v-23,0,-107,3,-171,3v-11,0,-17,-2,-17,-9v0,-7,4,-10,8,-10v11,0,62,-3,80,-7v32,-7,37,-21,40,-53v4,-44,6,-129,5,-225"},"2":{"d":"445,0r-392,0v-7,0,-14,-6,-14,-14v0,-8,10,-17,20,-26v140,-123,339,-279,339,-490v0,-158,-87,-190,-137,-190v-43,0,-76,8,-106,36v-24,23,-42,70,-42,96v0,10,-3,19,-13,19v-5,0,-8,-7,-9,-19v-1,-9,-6,-92,-6,-121v0,-9,1,-13,12,-20v39,-20,93,-38,181,-38v176,0,251,96,251,213v0,194,-215,363,-344,466v-5,4,-3,7,2,7r68,0v17,0,135,-1,172,-6v69,-8,102,-42,114,-89v3,-12,6,-16,12,-16v7,0,8,9,8,19v0,16,-19,109,-29,143v-8,27,-24,30,-87,30"},"3":{"d":"226,17v-71,0,-128,-11,-151,-24v-15,-8,-17,-16,-17,-28v0,-47,3,-103,7,-125v2,-12,5,-19,11,-19v6,0,9,6,9,14v0,64,49,133,150,133v99,0,181,-52,181,-171v0,-134,-120,-181,-169,-190v-26,-5,-32,-9,-32,-17v0,-7,7,-12,18,-14v45,-9,155,-55,155,-172v0,-42,-31,-123,-133,-123v-79,0,-139,47,-139,106v0,12,-4,15,-9,15v-4,0,-7,-3,-8,-14v-4,-32,-7,-77,-7,-100v0,-9,1,-13,14,-19v34,-15,94,-36,177,-36v192,0,227,101,227,148v0,98,-106,166,-146,180r0,2v74,17,178,76,178,197v0,140,-121,257,-316,257"},"4":{"d":"347,-197r-307,0v-12,0,-25,-4,-25,-15v0,-12,9,-21,13,-26v7,-8,380,-501,388,-511v8,-9,16,-18,26,-18v9,0,12,7,12,17v0,15,-1,85,-1,150r0,325r77,0v27,0,40,-10,46,-10v5,0,9,4,9,12v0,9,-10,50,-17,63v-5,9,-10,13,-27,13r-88,0v0,32,-1,77,3,121v3,31,9,49,42,56v14,3,35,4,45,4v5,0,9,3,9,10v0,7,-5,9,-16,9v-56,0,-120,-3,-141,-3v-28,0,-82,3,-137,3v-11,0,-16,-2,-16,-9v0,-7,3,-10,8,-10v9,0,31,-1,47,-3v38,-4,45,-26,47,-57v4,-44,3,-89,3,-121xm347,-275r0,-309r-3,0r-223,309r226,0"},"5":{"d":"192,17v-32,0,-69,-6,-94,-18v-17,-9,-19,-18,-19,-39v0,-33,-1,-93,4,-126v2,-10,5,-18,11,-18v7,0,9,6,9,17v0,107,66,134,136,134v80,0,165,-53,165,-183v0,-160,-174,-226,-253,-237v-12,-2,-19,-7,-18,-20r23,-264v1,-10,8,-13,19,-13r245,0v28,0,45,-2,56,-4v11,-1,17,-3,20,-3v8,0,10,4,10,19v0,21,-3,65,-13,128v-1,6,-4,12,-11,12v-6,0,-8,-6,-8,-14v0,-28,-7,-54,-88,-54r-182,0r-14,122v149,24,331,106,331,280v0,133,-97,281,-329,281"},"6":{"d":"305,17v-154,0,-264,-106,-264,-287v0,-195,154,-404,371,-491v9,-4,17,-6,22,-6v6,0,12,3,12,9v0,9,-14,16,-25,22v-117,66,-255,228,-255,467v0,117,51,242,152,242v69,0,126,-52,126,-168v0,-139,-75,-200,-141,-200v-25,0,-38,3,-52,7v-8,2,-17,6,-22,6v-4,0,-8,-3,-8,-10v0,-7,5,-11,11,-15v30,-21,75,-36,130,-36v141,0,204,114,204,203v0,155,-115,257,-261,257"},"7":{"d":"230,-750r320,0v19,0,24,3,24,8v0,6,-4,14,-7,18v-83,118,-239,515,-254,643v-2,17,0,24,0,37v0,20,-81,61,-126,61v-11,0,-14,-3,-14,-12v0,-10,2,-25,7,-41v28,-96,156,-391,294,-622r-259,0v-28,0,-70,2,-94,18v-18,12,-31,44,-33,60v-1,8,-4,13,-10,13v-7,0,-8,-5,-8,-15v0,-37,15,-154,15,-164v0,-10,4,-14,10,-14v6,0,29,10,135,10"},"8":{"d":"293,17v-148,0,-251,-73,-251,-196v0,-111,87,-185,184,-224v-83,-43,-145,-98,-145,-183v0,-78,67,-181,237,-181v122,0,205,56,205,153v0,105,-92,164,-147,185v71,38,182,100,182,224v0,118,-97,222,-265,222xm155,-185v0,89,65,156,146,156v78,0,141,-59,141,-151v0,-100,-80,-147,-169,-199v-54,31,-118,92,-118,194xm417,-605v0,-75,-50,-119,-110,-119v-87,0,-122,62,-122,118v0,62,43,103,134,154v29,-13,98,-52,98,-153"},"9":{"d":"298,-767v163,0,252,120,252,272v0,280,-245,456,-369,514v-5,3,-10,4,-18,4v-4,0,-9,-5,-9,-10v0,-7,7,-13,12,-17v104,-63,260,-227,260,-463v0,-177,-75,-255,-152,-255v-72,0,-120,64,-120,149v0,153,99,189,133,189v35,0,55,-6,68,-12v11,-6,16,-11,20,-11v4,0,8,4,8,9v0,3,-3,9,-5,11v-29,31,-81,46,-132,46v-144,0,-204,-109,-204,-193v0,-135,102,-233,256,-233"},":":{"d":"124,-30v-42,0,-60,-33,-60,-61v0,-25,18,-61,61,-61v34,0,61,23,61,58v0,35,-24,64,-62,64xm124,-368v-42,0,-60,-34,-60,-61v0,-26,18,-61,61,-61v34,0,61,22,61,58v0,35,-25,64,-62,64","w":250},";":{"d":"64,-81v0,-35,45,-69,75,-69v9,0,12,5,25,25v17,25,22,41,22,52v0,10,-6,32,-13,48v-13,30,-45,94,-79,133v-7,6,-11,12,-17,12v-3,0,-8,-5,-8,-10v0,-5,6,-12,8,-17v21,-36,29,-64,29,-87v0,-57,-42,-73,-42,-87xm124,-368v-42,0,-60,-33,-60,-60v0,-27,18,-62,61,-62v34,0,61,22,61,58v0,36,-25,64,-62,64","w":250},"<":{"d":"509,-19r-469,-200r0,-70r469,-200r0,67r-393,168r393,168r0,67","w":549},"=":{"d":"509,-317r-469,0r0,-61r469,0r0,61xm509,-128r-469,0r0,-61r469,0r0,61","w":549},">":{"d":"509,-219r-469,200r0,-67r393,-168r-393,-168r0,-67r469,200r0,70","w":549},"?":{"d":"250,-767v165,0,212,89,212,150v0,126,-92,194,-170,285v-34,40,-51,71,-51,88v0,16,5,36,16,51v6,9,8,14,8,18v0,3,-3,8,-9,8v-8,0,-28,-13,-51,-31v-36,-29,-45,-45,-45,-63v0,-14,5,-31,20,-51v23,-29,47,-54,66,-80v67,-91,88,-140,88,-206v0,-58,-28,-125,-119,-125v-46,0,-79,19,-95,39v-22,29,-33,59,-35,83v-1,11,-3,20,-9,20v-7,0,-8,-5,-10,-13v-3,-14,-4,-78,-4,-117v0,-6,1,-10,11,-16v30,-18,89,-40,177,-40xm232,17v-39,0,-55,-31,-55,-56v0,-24,16,-57,56,-57v32,0,56,21,56,53v0,33,-23,60,-57,60","w":532},"@":{"d":"705,-161v-45,31,-96,47,-137,47v-43,0,-72,-30,-77,-93v-1,-14,-1,-38,3,-61v-51,69,-116,150,-181,150v-48,0,-64,-48,-64,-84v0,-93,38,-177,117,-243v35,-29,110,-72,157,-72v20,0,41,4,54,8v10,-11,30,-27,49,-33v10,-3,13,8,11,15v-28,64,-50,183,-50,258v0,69,21,91,54,91v52,0,147,-71,147,-228v0,-143,-94,-258,-279,-258v-220,0,-371,180,-371,417v0,186,117,295,281,295v131,0,193,-36,259,-90v15,-12,28,-15,32,-6v3,6,-2,15,-17,30v-52,52,-162,109,-296,109v-179,0,-331,-104,-331,-330v0,-245,230,-458,450,-458v219,0,324,119,324,286v0,102,-52,192,-135,250xm498,-476v-50,0,-94,28,-122,94v-21,49,-27,100,-27,140v0,28,6,53,19,53v33,0,95,-76,134,-130v9,-37,23,-93,42,-143v-9,-7,-27,-14,-46,-14","w":902},"A":{"d":"427,-258r-223,0v-5,0,-7,2,-9,8r-54,143v-10,25,-15,49,-15,61v0,18,9,31,40,31r15,0v12,0,15,2,15,8v0,8,-6,10,-17,10v-32,0,-75,-3,-106,-3v-11,0,-66,3,-118,3v-13,0,-19,-2,-19,-10v0,-6,4,-8,12,-8v9,0,23,-1,31,-2v46,-6,65,-40,85,-90r251,-628v12,-29,18,-40,28,-40v9,0,15,9,25,32v24,55,184,463,248,615v38,90,67,104,88,109v15,3,30,4,42,4v8,0,13,1,13,8v0,8,-9,10,-46,10v-36,0,-109,0,-189,-2v-18,-1,-30,-1,-30,-8v0,-6,4,-8,14,-9v7,-2,14,-11,9,-23r-80,-212v-2,-5,-5,-7,-10,-7xm224,-308r184,0v5,0,6,-3,5,-6r-90,-247v-1,-4,-2,-9,-5,-9v-3,0,-5,5,-6,9r-92,246v-1,4,0,7,4,7","w":700,"k":{"m":-20,"s":10,"t":65,"u":5,"v":60,"w":45,"x":25,"y":35,"M":-20,"S":10,"T":65,"U":5,"V":60,"W":45,"X":25,"Y":35}},"B":{"d":"164,-287r0,-176v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,22,-9v53,0,116,3,136,3v49,0,88,-3,122,-3v181,0,213,97,213,150v0,82,-47,131,-102,175v82,28,182,99,182,216v0,107,-83,218,-267,218v-12,0,-41,-2,-70,-3v-30,-2,-60,-3,-75,-3v-11,0,-33,0,-57,1v-23,0,-49,2,-69,2v-13,0,-20,-3,-20,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-213xm284,-693r0,247v0,8,3,10,7,11v9,2,24,3,47,3v33,0,55,-4,72,-19v26,-21,41,-57,41,-106v0,-67,-39,-155,-125,-155v-14,0,-23,0,-33,2v-7,2,-9,6,-9,17xm513,-167v0,-62,-21,-146,-97,-199v-21,-15,-44,-22,-83,-24v-18,-1,-28,-1,-43,-1v-4,0,-6,2,-6,7r0,237v0,66,3,83,35,96v27,11,50,12,73,12v45,0,121,-24,121,-128","w":707,"k":{"m":5,"v":35,"w":30,"y":30,"M":5,"V":35,"W":30,"Y":30,"a":30,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"A":-5,"O":20,"c":20,"g":20,"o":20,"q":20,"B":20,"D":20,"E":20,"F":20,"H":20,"I":20,"K":20,"L":20,"N":20,"P":20,"R":20}},"C":{"d":"522,17v-137,0,-252,-30,-343,-109v-98,-86,-124,-198,-124,-295v0,-68,21,-186,117,-274v72,-66,167,-106,316,-106v62,0,99,4,145,10v38,5,70,14,100,17v11,1,15,6,15,12v0,8,-3,20,-5,55v-2,33,-1,88,-3,108v-1,15,-3,23,-12,23v-8,0,-10,-8,-10,-22v-1,-31,-14,-66,-39,-92v-33,-35,-111,-62,-203,-62v-87,0,-144,22,-188,62v-73,67,-92,162,-92,259v0,238,181,356,315,356v89,0,143,-10,183,-56v17,-19,30,-48,34,-66v3,-16,5,-20,13,-20v7,0,9,7,9,15v0,12,-12,99,-22,133v-5,17,-9,22,-26,29v-40,16,-116,23,-180,23","w":800,"k":{"t":5,"y":-40,"T":5,"Y":-20,"a":-30,"A":-30}},"D":{"d":"164,-287r0,-176v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,22,-9v53,0,116,3,144,3v31,0,94,-3,154,-3v125,0,292,0,401,114v50,52,97,135,97,254v0,126,-53,222,-109,279v-46,47,-150,118,-335,118v-36,0,-77,-3,-115,-6v-38,-3,-73,-6,-98,-6v-11,0,-33,0,-57,1v-23,0,-49,2,-69,2v-13,0,-20,-3,-20,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-213xm289,-479r0,126v0,106,1,183,2,202v1,25,3,65,11,76v13,19,52,40,131,40v102,0,170,-20,230,-72v64,-55,84,-146,84,-249v0,-127,-53,-209,-96,-250v-92,-88,-206,-100,-284,-100v-20,0,-57,3,-65,7v-9,4,-12,9,-12,20v-1,34,-1,121,-1,200","w":936,"k":{"m":5,"M":5,"j":40,"b":40,"d":40,"e":40,"f":40,"h":40,"i":40,"k":40,"l":40,"n":40,"p":40,"r":40,"B":10,"D":10,"E":10,"F":10,"H":10,"I":10,"K":10,"L":10,"N":10,"P":10,"R":10,"J":10}},"E":{"d":"164,-287r0,-176v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,22,-9v27,0,56,1,81,1v26,1,49,2,63,2v32,0,231,0,250,-1v19,-2,35,-4,43,-6v5,-1,11,-4,16,-4v5,0,6,4,6,9v0,7,-5,19,-8,65v-1,10,-3,54,-5,66v-1,5,-3,11,-10,11v-7,0,-9,-5,-9,-14v0,-7,-1,-24,-6,-36v-7,-18,-17,-30,-67,-36v-17,-2,-122,-4,-142,-4v-5,0,-7,3,-7,10r0,253v0,7,1,11,7,11v22,0,137,0,160,-2v24,-2,39,-5,48,-15v7,-8,11,-13,16,-13v4,0,7,2,7,8v0,6,-4,22,-8,73v-1,20,-4,60,-4,67v0,8,0,19,-9,19v-7,0,-9,-4,-9,-9v-1,-10,-1,-23,-4,-36v-5,-20,-19,-35,-56,-39v-19,-2,-118,-3,-142,-3v-5,0,-6,4,-6,10r0,79v0,34,-1,126,0,155v2,69,18,84,120,84v26,0,68,0,94,-12v26,-12,38,-33,45,-74v2,-11,4,-15,11,-15v8,0,8,8,8,18v0,23,-8,91,-13,111v-7,26,-16,26,-54,26v-75,0,-130,-2,-173,-3v-43,-2,-74,-3,-104,-3v-11,0,-33,0,-57,1v-23,0,-49,2,-69,2v-13,0,-20,-3,-20,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-213","w":632,"k":{"v":-5,"x":-15,"y":-12,"V":-5,"X":-15,"Y":-12,"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20}},"F":{"d":"290,-368r0,81v0,96,0,171,5,213v3,29,9,51,39,55v14,2,36,4,50,4v13,0,17,3,17,8v0,7,-7,10,-22,10v-63,0,-126,-3,-152,-3v-26,0,-89,3,-127,3v-14,0,-21,-2,-21,-10v0,-5,4,-8,15,-8v15,0,27,-2,36,-4v20,-4,25,-26,29,-55v5,-42,5,-117,5,-213r0,-176v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-10,0,-17,-2,-17,-8v0,-8,8,-10,23,-10v26,0,55,1,81,1v26,1,49,2,63,2v38,0,241,0,264,-1v19,-1,31,-1,41,-4v6,-2,11,-6,16,-6v4,0,7,4,7,9v0,7,-5,19,-8,45v-1,10,-3,69,-5,81v-1,8,-3,14,-10,14v-7,0,-9,-5,-10,-16v0,-8,0,-24,-6,-38v-7,-14,-28,-29,-66,-30r-154,-3v-6,0,-9,3,-9,14r0,250v0,6,1,9,7,9r128,-1v17,0,31,0,45,-1v19,-1,33,-5,43,-18v5,-6,7,-10,13,-10v4,0,6,3,6,9v0,6,-5,31,-8,62v-2,20,-4,66,-4,73v0,9,0,19,-10,19v-6,0,-8,-7,-8,-14v0,-7,-2,-19,-6,-31v-5,-14,-20,-32,-51,-36v-25,-3,-131,-3,-148,-3v-5,0,-7,2,-7,9","w":622,"k":{"y":-13,"Y":-13,"a":60,"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"A":20,",":100,".":100}},"G":{"d":"771,-174r0,110v0,27,-1,29,-13,36v-65,34,-163,45,-241,45v-245,0,-462,-116,-462,-392v0,-160,83,-272,174,-327v96,-58,185,-65,269,-65v69,0,157,12,177,16v21,4,56,10,79,11v12,1,14,5,14,12v0,11,-7,39,-7,164v0,16,-3,21,-11,21v-7,0,-9,-5,-10,-13v-3,-23,-8,-55,-34,-83v-30,-32,-110,-78,-223,-78v-55,0,-128,4,-198,62v-56,47,-92,122,-92,245v0,215,137,376,348,376v26,0,61,0,85,-11v15,-7,19,-20,19,-37r0,-94v0,-50,0,-88,-1,-118v-1,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-9,0,-15,-2,-15,-8v0,-8,7,-10,21,-10v52,0,115,3,145,3v31,0,84,-3,117,-3v13,0,20,2,20,10v0,6,-6,8,-13,8v-8,0,-15,1,-27,3v-27,5,-37,22,-38,57v-1,30,-1,70,-1,120","w":886,"k":{"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20}},"H":{"d":"295,-435r382,0v3,0,6,-2,6,-7r0,-21v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,21,-9v54,0,117,3,144,3v24,0,87,-3,126,-3v14,0,21,2,21,9v0,7,-6,9,-18,9v-8,0,-17,1,-29,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,212r0,176v0,92,0,171,5,214v3,28,9,50,39,54v14,2,36,4,51,4v11,0,16,3,16,8v0,7,-8,10,-20,10v-65,0,-128,-3,-156,-3v-23,0,-86,3,-125,3v-14,0,-21,-3,-21,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-213r0,-88v0,-4,-3,-6,-6,-6r-382,0v-3,0,-6,1,-6,6r0,88v0,92,0,171,5,214v3,28,9,50,39,54v14,2,36,4,51,4v11,0,16,3,16,8v0,7,-8,10,-20,10v-65,0,-128,-3,-156,-3v-23,0,-86,3,-126,3v-13,0,-20,-3,-20,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-213r0,-176v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,21,-9v54,0,117,3,144,3v24,0,87,-3,126,-3v14,0,21,2,21,9v0,7,-6,9,-18,9v-8,0,-17,1,-29,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,212r0,21v0,5,3,7,6,7","w":972,"k":{"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"O":10,"c":10,"g":10,"o":10,"q":10,"C":10,"G":10,"Q":10}},"I":{"d":"164,-287r0,-176v0,-152,0,-180,-2,-212v-2,-34,-12,-51,-34,-56v-11,-3,-24,-4,-36,-4v-10,0,-16,-2,-16,-10v0,-6,8,-8,24,-8v38,0,101,3,130,3v25,0,84,-3,122,-3v13,0,21,2,21,8v0,8,-6,10,-16,10v-10,0,-18,1,-30,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,212r0,176v0,97,0,176,4,219v3,27,10,45,40,49v14,2,36,4,51,4v11,0,16,3,16,8v0,7,-8,10,-19,10v-66,0,-129,-3,-156,-3v-23,0,-86,3,-126,3v-13,0,-20,-3,-20,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,26,-21,29,-50v5,-42,5,-121,5,-218","w":452,"k":{"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"O":10,"c":10,"g":10,"o":10,"q":10,"C":10,"G":10,"Q":10}},"J":{"d":"164,-176r0,-287v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,22,-9v53,0,116,3,142,3v24,0,87,-3,126,-3v14,0,21,2,21,9v0,7,-6,9,-18,9v-11,0,-17,1,-29,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,212r0,185v0,43,3,91,3,141v0,57,-4,121,-24,177v-21,61,-74,130,-170,189v-13,8,-29,16,-50,26v-7,4,-15,6,-20,6v-4,0,-8,-3,-8,-8v0,-5,5,-9,22,-18v13,-7,28,-18,48,-38v76,-77,75,-177,75,-373","w":416,"k":{"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"O":10,"c":10,"g":10,"o":10,"q":10}},"K":{"d":"286,-463r0,44r5,0v34,-37,180,-186,209,-220v28,-33,50,-58,50,-75v0,-11,-4,-18,-14,-20v-9,-2,-13,-4,-13,-10v0,-7,5,-9,16,-9v21,0,76,3,103,3v31,0,86,-3,117,-3v10,0,17,2,17,9v0,7,-5,9,-15,9v-14,0,-39,4,-58,11v-31,12,-65,33,-108,75v-31,30,-182,180,-216,216v36,47,232,258,271,295v44,42,89,87,143,108v30,12,50,15,62,15v7,0,13,2,13,8v0,7,-5,10,-24,10r-87,0v-30,0,-48,0,-69,-2v-54,-5,-81,-27,-124,-65v-44,-39,-241,-270,-262,-299r-11,-15r-5,0r0,91v0,92,0,171,3,214v2,28,11,50,36,54v14,2,36,4,49,4v8,0,13,3,13,8v0,7,-8,10,-19,10v-56,0,-119,-3,-144,-3v-23,0,-86,3,-126,3v-13,0,-20,-3,-20,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-213r0,-176v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,22,-9v53,0,116,3,140,3v24,0,87,-3,121,-3v14,0,21,2,21,9v0,7,-6,9,-14,9v-10,0,-16,1,-28,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,212","w":768,"k":{"s":-5,"S":-5,"a":10,"A":10,"O":-3,"c":-8,"g":-8,"o":-8,"q":-8,"C":-8,"G":-8,"Q":-3}},"L":{"d":"289,-463r0,176v0,128,0,197,21,215v17,15,43,22,121,22v53,0,92,-1,117,-28v12,-13,24,-41,26,-60v1,-9,3,-15,11,-15v7,0,8,5,8,17v0,11,-7,86,-15,115v-6,22,-11,27,-63,27v-72,0,-124,-2,-169,-3v-45,-2,-81,-3,-122,-3v-11,0,-33,0,-57,1v-23,0,-49,2,-69,2v-13,0,-20,-3,-20,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-213r0,-176v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-20,-3,-33,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,22,-9v47,0,110,3,137,3v24,0,97,-3,136,-3v14,0,21,2,21,9v0,7,-6,9,-18,9v-11,0,-27,1,-39,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,212","w":605,"k":{"t":48,"u":20,"v":50,"w":40,"y":40,"T":48,"U":20,"V":50,"W":40,"Y":40,"a":-20,"A":-20,"O":5,"c":5,"g":5,"o":5,"q":5,"C":5,"G":5}},"M":{"d":"102,-97r99,-652v3,-17,9,-26,17,-26v8,0,14,5,27,31r273,564r272,-571v8,-16,13,-24,22,-24v9,0,15,10,18,31r91,618v9,63,19,92,49,101v29,9,49,10,62,10v9,0,16,1,16,7v0,8,-12,11,-26,11v-25,0,-163,-3,-203,-6v-23,-2,-29,-5,-29,-11v0,-5,4,-8,11,-11v6,-2,9,-15,5,-43r-60,-440r-4,0r-218,454v-23,47,-28,56,-37,56v-9,0,-19,-20,-35,-50v-24,-46,-103,-199,-115,-227v-9,-21,-69,-147,-104,-222r-4,0r-52,398v-2,18,-3,31,-3,47v0,19,13,28,30,32v18,4,32,5,42,5v8,0,15,2,15,7v0,9,-9,11,-24,11v-42,0,-87,-3,-105,-3v-19,0,-67,3,-99,3v-10,0,-18,-2,-18,-11v0,-5,6,-7,16,-7v8,0,15,0,30,-3v28,-6,36,-45,41,-79","w":1043,"k":{"t":60,"u":13,"w":20,"y":30,"T":60,"U":13,"W":20,"Y":30,"a":-10,"A":-10,"O":5,"c":5,"g":5,"o":5,"q":5,"C":5,"G":5,"Q":5}},"N":{"d":"209,-553r11,420v2,78,15,104,35,111v17,6,36,7,52,7v11,0,17,2,17,8v0,8,-9,10,-23,10v-65,0,-105,-3,-124,-3v-9,0,-56,3,-108,3v-13,0,-22,-1,-22,-10v0,-6,6,-8,16,-8v13,0,31,-1,45,-5v26,-8,30,-37,31,-124r9,-592v0,-20,3,-34,13,-34v11,0,20,13,37,31r310,321v68,68,203,212,220,228r5,0r-10,-449v-1,-61,-10,-80,-34,-90v-15,-6,-39,-6,-53,-6v-12,0,-16,-3,-16,-9v0,-8,11,-9,26,-9v52,0,100,3,121,3v11,0,49,-3,98,-3v13,0,23,1,23,9v0,6,-6,9,-18,9v-10,0,-18,0,-30,3v-28,8,-36,29,-37,85r-11,631v0,22,-4,31,-13,31v-11,0,-23,-11,-34,-22r-295,-294v-109,-108,-220,-233,-238,-252r-3,0","w":947,"k":{"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"O":10,"c":10,"g":10,"o":10,"q":10,"C":10,"G":10,"Q":10}},"O":{"d":"458,17v-287,0,-403,-215,-403,-392v0,-171,113,-392,413,-392v249,0,404,145,404,374v0,229,-160,410,-414,410xm500,-33v70,0,232,-34,232,-323v0,-224,-129,-363,-293,-363v-115,0,-246,64,-246,313v0,208,115,373,307,373","w":927,"k":{"m":5,"t":18,"x":20,"M":5,"T":18,"X":20,"j":40,"b":40,"d":40,"e":40,"f":40,"h":40,"i":40,"k":40,"l":40,"n":40,"p":40,"r":40,"B":10,"D":10,"E":10,"F":10,"H":10,"I":10,"K":10,"L":10,"N":10,"P":10,"R":10,"J":10}},"P":{"d":"164,-287r0,-176v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,22,-9v53,0,116,3,144,3v41,0,99,-3,145,-3v125,0,170,42,186,57v22,21,50,66,50,119v0,142,-104,242,-246,242v-5,0,-16,0,-21,-1v-5,-1,-12,-2,-12,-9v0,-8,7,-11,28,-11v56,0,134,-63,134,-165v0,-33,-3,-100,-59,-150v-36,-33,-77,-39,-100,-39v-15,0,-30,1,-39,4v-5,2,-8,8,-8,19r0,400v0,92,0,171,5,214v3,28,9,50,39,54v14,2,36,4,51,4v11,0,16,3,16,8v0,7,-8,10,-19,10v-66,0,-129,-3,-155,-3v-23,0,-86,3,-126,3v-13,0,-20,-3,-20,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-213","w":655,"k":{"s":-5,"y":-20,"S":-5,"a":70,"A":50,",":130,".":130}},"Q":{"d":"776,83r-157,-92v-40,15,-104,26,-157,26v-293,0,-407,-217,-407,-397v0,-163,117,-387,410,-387v239,0,405,145,405,379v0,176,-111,287,-174,329r201,103v211,108,344,119,412,119v52,0,126,-8,195,-35v6,-2,11,-5,15,-5v5,0,9,4,9,9v0,6,-5,9,-12,12v-60,29,-173,75,-317,75v-151,0,-258,-39,-423,-136xm499,-33v80,0,231,-35,231,-328v0,-242,-150,-358,-288,-358v-131,0,-248,84,-248,316v0,238,144,370,305,370","w":930,"k":{"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,"B":10,"D":10,"E":10,"F":10,"H":10,"I":10,"K":10,"L":10,"N":10,"P":10,"R":10,")":-30,"]":-30,"}":-30}},"R":{"d":"164,-287r0,-176v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,22,-9v53,0,116,3,137,3v34,0,110,-3,141,-3v63,0,130,6,184,43v28,19,68,70,68,137v0,74,-31,142,-132,224v89,112,158,201,217,263v56,58,97,65,112,68v11,2,20,3,28,3v8,0,12,3,12,8v0,8,-7,10,-19,10r-95,0v-56,0,-81,-5,-107,-19v-43,-23,-81,-70,-137,-147v-40,-55,-86,-123,-99,-138v-5,-6,-11,-7,-18,-7r-87,-2v-5,0,-8,2,-8,8r0,14v0,93,0,172,5,214v3,29,9,51,39,55v15,2,37,4,49,4v8,0,12,3,12,8v0,7,-7,10,-20,10v-58,0,-132,-3,-147,-3v-19,0,-82,3,-122,3v-13,0,-20,-3,-20,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,25,-26,29,-55v5,-42,5,-121,5,-213xm282,-688r0,304v0,11,2,15,9,18v21,7,51,10,76,10v40,0,53,-4,71,-17v30,-22,59,-68,59,-150v0,-142,-94,-183,-153,-183v-25,0,-43,1,-53,4v-7,2,-9,6,-9,14","w":755,"k":{"s":15,"t":38,"u":5,"v":25,"w":10,"x":15,"y":20,"S":15,"T":38,"U":5,"V":25,"W":10,"X":15,"Y":20,"O":5,"c":5,"g":5,"o":5,"q":5,"C":5,"G":5,"Q":10}},"S":{"d":"255,17v-58,0,-103,-7,-146,-26v-16,-7,-19,-12,-19,-34v0,-55,4,-115,5,-131v1,-15,4,-26,12,-26v9,0,10,9,10,17v0,13,4,34,9,51v22,74,81,101,143,101v90,0,134,-61,134,-114v0,-49,-15,-95,-98,-160r-46,-36v-110,-86,-148,-156,-148,-237v0,-110,92,-189,231,-189v65,0,107,10,133,17v9,2,14,5,14,12v0,13,-4,42,-4,120v0,22,-3,30,-11,30v-7,0,-10,-6,-10,-18v0,-9,-5,-40,-26,-66v-15,-19,-44,-49,-109,-49v-74,0,-119,43,-119,103v0,46,23,81,106,144r28,21v121,91,164,160,164,255v0,58,-22,127,-94,174v-50,32,-106,41,-159,41","w":582,"k":{"m":8,"v":3,"M":8,"V":3,"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20}},"T":{"d":"297,-287r0,-410r-149,4v-58,2,-82,7,-97,29v-10,15,-15,27,-17,35v-2,8,-5,12,-11,12v-7,0,-9,-5,-9,-16v0,-16,19,-107,21,-115v3,-13,6,-19,12,-19v8,0,18,10,43,12v29,3,67,5,100,5r396,0v32,0,54,-3,69,-5v15,-3,23,-5,27,-5v7,0,8,6,8,21v0,21,-3,90,-3,116v-1,10,-3,16,-9,16v-8,0,-10,-5,-11,-20r-1,-11v-2,-26,-29,-54,-118,-56r-126,-3r0,410v0,92,0,171,5,214v3,28,9,50,39,54v14,2,36,4,51,4v11,0,16,3,16,8v0,7,-8,10,-19,10v-66,0,-129,-3,-157,-3v-23,0,-86,3,-126,3v-13,0,-20,-3,-20,-10v0,-5,4,-8,16,-8v15,0,27,-2,36,-4v20,-4,26,-26,29,-55v5,-42,5,-121,5,-213","w":710,"k":{"m":15,"s":30,"w":-20,"y":-40,"M":15,"Y":-5,"a":80,"A":60,"O":13,"c":13,"g":13,"o":13,"q":13,",":75,".":75,"C":13,"G":13,":":5,";":5,"-":10}},"U":{"d":"121,-317r0,-146v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-39,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,22,-9v53,0,116,3,146,3v24,0,87,-3,123,-3v15,0,22,2,22,9v0,7,-6,9,-16,9v-11,0,-17,1,-29,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,212r0,140v0,145,29,206,78,246v45,37,91,41,125,41v44,0,98,-14,138,-54v55,-55,58,-145,58,-248r0,-125v0,-152,0,-180,-2,-212v-2,-34,-10,-50,-43,-57v-8,-2,-25,-3,-36,-3v-11,0,-17,-2,-17,-9v0,-7,7,-9,21,-9v51,0,114,3,115,3v12,0,75,-3,114,-3v14,0,21,2,21,9v0,7,-6,9,-18,9v-11,0,-17,1,-29,3v-27,5,-35,22,-37,57v-2,32,-2,60,-2,212r0,107v0,111,-11,229,-95,301v-71,61,-143,72,-208,72v-53,0,-149,-3,-222,-69v-51,-46,-89,-120,-89,-265","w":852,"k":{"m":16,"M":16,"a":13,"j":40,"b":40,"d":40,"e":40,"f":40,"h":40,"i":40,"k":40,"l":40,"n":40,"p":40,"r":40,"A":13}},"V":{"d":"324,-44r-252,-611v-23,-55,-40,-66,-76,-76v-15,-4,-31,-4,-39,-4v-9,0,-12,-3,-12,-9v0,-8,11,-9,26,-9v53,0,110,3,145,3v25,0,73,-3,123,-3v12,0,23,2,23,9v0,7,-6,9,-15,9v-16,0,-31,1,-39,7v-7,5,-10,12,-10,21v0,13,9,41,23,77r172,454r4,0v43,-110,173,-432,197,-498v5,-13,9,-28,9,-37v0,-8,-4,-16,-13,-19v-12,-4,-27,-5,-40,-5v-9,0,-17,-1,-17,-8v0,-8,9,-10,28,-10v50,0,92,3,105,3v17,0,64,-3,94,-3v13,0,21,2,21,9v0,7,-6,9,-16,9v-10,0,-31,0,-49,12v-13,9,-28,26,-55,90v-39,94,-66,148,-120,271r-133,305v-26,58,-32,74,-46,74v-13,0,-19,-14,-38,-61","w":724,"k":{"y":-5,"Y":-5,"a":55,"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,"A":55,",":130,".":130,")":-30,"]":-30,"}":-30,"-":-10}},"W":{"d":"287,-20r-212,-635v-12,-37,-23,-61,-37,-71v-11,-7,-31,-9,-40,-9v-10,0,-16,-1,-16,-9v0,-7,8,-9,22,-9v52,0,107,3,116,3v9,0,53,-3,111,-3v14,0,21,3,21,9v0,8,-8,9,-18,9v-8,0,-18,0,-25,4v-9,4,-11,11,-11,22v0,13,10,47,22,92v17,66,110,369,128,425r3,0r194,-521v10,-28,17,-36,25,-36v11,0,16,15,29,47r208,503r3,0v18,-67,98,-331,133,-448v7,-23,10,-44,10,-58v0,-16,-9,-30,-48,-30v-10,0,-17,-3,-17,-9v0,-7,8,-9,23,-9v53,0,95,3,104,3v7,0,50,-3,83,-3v11,0,18,2,18,8v0,7,-5,10,-14,10v-10,0,-24,1,-35,5v-24,9,-35,49,-56,106v-46,126,-151,444,-200,594v-11,35,-16,47,-29,47v-10,0,-16,-12,-31,-49r-208,-501r-2,0v-19,51,-152,405,-195,497v-19,41,-24,53,-36,53v-10,0,-14,-11,-23,-37","w":1085,"k":{"m":15,"y":-5,"M":15,"Y":-5,"a":35,"A":35,",":75,".":75,")":-10,"]":-10,"}":-10,"-":-10}},"X":{"d":"576,-651r-164,236v32,49,194,320,219,352v17,22,32,34,58,42v17,5,29,6,38,6v7,0,13,2,13,8v0,7,-8,10,-19,10r-30,0v-24,0,-103,0,-180,-2v-26,-1,-34,-3,-34,-10v0,-6,5,-9,14,-11v5,-1,9,-10,2,-23v-55,-98,-112,-197,-158,-272r-148,239v-10,16,-15,31,-14,42v1,9,10,15,19,17v6,1,15,2,23,2v6,0,12,3,12,9v0,7,-7,9,-20,9r-18,0v-6,0,-69,-3,-94,-3v-19,0,-68,3,-84,3r-17,0v-10,0,-15,-3,-15,-9v0,-6,6,-9,14,-9v7,0,22,-1,37,-5v29,-8,48,-27,82,-75r191,-273r-172,-285v-24,-40,-48,-64,-83,-75v-16,-5,-32,-7,-42,-7v-6,0,-10,-3,-10,-10v0,-6,7,-8,20,-8v24,0,105,3,152,3v14,0,70,-3,107,-3v14,0,20,2,20,9v0,7,-6,9,-15,9v-6,0,-19,1,-27,4v-9,3,-12,10,-12,16v0,6,4,18,10,29v43,80,88,153,127,221v29,-44,121,-183,136,-211v8,-14,11,-30,11,-38v0,-7,-7,-15,-17,-18v-10,-3,-24,-3,-32,-3v-6,0,-12,-2,-12,-9v0,-6,7,-9,21,-9v39,0,81,3,100,3v20,0,61,-3,98,-3v11,0,18,3,18,9v0,6,-6,9,-16,9v-10,0,-22,2,-36,6v-23,6,-43,34,-73,78","w":712,"k":{"t":25,"x":15,"y":-5,"T":25,"X":15,"Y":-5,"a":20,"A":20,"O":10,"c":5,"g":5,"o":5,"q":5,"C":5,"G":5,"Q":10}},"Y":{"d":"276,-174r0,-82v0,-54,-10,-76,-23,-105v-7,-16,-141,-236,-176,-288v-25,-37,-50,-62,-69,-73v-13,-7,-30,-13,-42,-13v-8,0,-15,-2,-15,-9v0,-6,7,-9,19,-9v18,0,93,3,126,3v21,0,62,-3,107,-3v10,0,15,3,15,9v0,6,-7,7,-22,11v-9,2,-14,10,-14,18v0,8,5,20,12,34v14,30,154,271,170,299v10,-24,136,-244,150,-275v10,-22,14,-39,14,-52v0,-10,-4,-21,-21,-25v-9,-2,-18,-4,-18,-10v0,-7,5,-9,17,-9v33,0,65,3,94,3v22,0,88,-3,107,-3v11,0,18,2,18,8v0,7,-8,10,-19,10v-10,0,-29,4,-44,12v-21,10,-32,22,-54,49v-33,40,-173,275,-191,318v-15,36,-15,67,-15,100r0,82v0,16,0,58,3,100v2,29,11,51,41,55v14,2,36,4,50,4v11,0,16,3,16,8v0,7,-8,10,-21,10v-63,0,-126,-3,-153,-3v-25,0,-88,3,-125,3v-14,0,-22,-2,-22,-10v0,-5,5,-8,16,-8v14,0,26,-2,35,-4v20,-4,29,-26,31,-55v3,-42,3,-84,3,-100","w":670,"k":{"m":8,"t":-5,"v":-5,"M":8,"T":-5,"V":-5,"a":20,"j":30,"b":30,"d":30,"e":30,"f":30,"h":30,"i":30,"k":30,"l":30,"n":30,"p":30,"r":30,"A":20,"O":20,"c":15,"g":15,"o":15,"q":15,",":60,".":60,"C":15,"G":15,")":-30,"]":-30,"}":-30}},"Z":{"d":"222,-55r246,0v102,0,141,-25,157,-55v9,-16,15,-34,18,-48v2,-10,4,-16,10,-16v8,0,10,7,10,31v0,32,-13,97,-20,122v-5,18,-12,26,-30,26v-167,0,-335,-5,-537,-5v-11,0,-17,-3,-17,-10v0,-7,3,-12,15,-30r423,-657r-196,0v-51,0,-112,3,-144,21v-33,18,-51,55,-54,78v-2,14,-6,18,-12,18v-7,0,-8,-5,-8,-17v0,-23,15,-114,20,-144v2,-14,6,-19,12,-19v9,0,15,6,40,7v95,4,143,3,184,3r305,0v10,0,17,3,17,8v0,6,-4,12,-8,19","w":710,"k":{"a":15,"A":15}},"[":{"d":"188,-617r0,606v0,42,2,72,7,93v29,14,77,18,107,21v12,1,17,3,17,10v0,7,-4,9,-12,9r-190,0v-15,0,-16,-1,-16,-16r0,-839v0,-11,2,-13,16,-13r191,0v8,0,12,2,12,9v0,6,-5,9,-17,10v-30,3,-77,7,-108,21v-5,21,-7,51,-7,89","w":360,"k":{"v":-30,"w":-10,"y":-30,"V":-30,"W":-10,"Y":-30}},"\\":{"d":"525,-4r-35,23v-5,3,-9,1,-13,-6r-459,-745v-4,-6,-3,-10,1,-12r36,-22v5,-3,9,-3,14,5r456,740v5,9,5,14,0,17","w":542},"]":{"d":"172,-7r0,-606v0,-42,-2,-72,-7,-93v-29,-14,-77,-18,-107,-21v-12,-1,-17,-3,-17,-10v0,-7,4,-9,12,-9r190,0v15,0,16,1,16,16r0,839v0,11,-2,13,-16,13r-191,0v-8,0,-12,-2,-12,-9v0,-6,5,-9,17,-10v30,-3,78,-7,108,-21v5,-21,7,-51,7,-89","w":360},"^":{"d":"501,-300r-68,0r-159,-372r-159,372r-68,0r192,-448r70,0","w":549},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"a":{"d":"389,-211r-207,0v-5,0,-6,1,-8,6r-47,114v-9,21,-13,42,-13,52v0,15,8,24,35,24r13,0v11,0,13,4,13,9v0,7,-5,9,-14,9v-29,0,-70,-3,-98,-3v-9,0,-56,3,-102,3v-11,0,-16,-2,-16,-9v0,-5,3,-9,10,-9v8,0,18,-1,26,-1v40,-6,55,-32,73,-75r230,-535v10,-24,17,-34,26,-34v13,0,17,8,26,27r224,524v34,77,59,88,75,91v13,2,23,3,33,3v8,0,12,3,12,9v0,7,-5,9,-38,9v-31,0,-95,0,-169,-2v-16,-1,-26,-1,-26,-7v0,-5,2,-8,11,-9v6,-1,12,-9,8,-19r-68,-171v-2,-5,-5,-6,-9,-6xm200,-258r170,0v4,0,5,-2,4,-5r-83,-216v-1,-3,-2,-8,-4,-8v-3,0,-4,5,-5,8r-85,215v-2,4,0,6,3,6","w":632},"b":{"d":"144,-244r0,-150v0,-129,0,-153,-1,-180v-2,-29,-10,-38,-38,-46v-7,-2,-22,-3,-35,-3v-9,0,-15,-3,-15,-9v0,-6,7,-8,20,-8v46,0,102,2,119,2v44,0,102,-2,132,-2v159,0,187,82,187,127v0,66,-49,117,-99,149v72,23,162,84,162,184v0,91,-72,185,-234,185v-10,0,-40,-1,-70,-3v-30,-1,-61,-2,-75,-2v-10,0,-29,1,-50,1v-21,1,-43,2,-61,2v-11,0,-17,-3,-17,-9v0,-4,3,-9,14,-9v13,0,23,-1,31,-3v18,-4,23,-20,26,-45v4,-36,4,-103,4,-181xm258,-585r0,205v0,7,3,8,6,9v8,2,21,3,41,3v29,0,54,-3,69,-15v23,-18,40,-49,40,-90v0,-57,-34,-128,-110,-128v-12,0,-29,0,-38,2v-6,1,-8,5,-8,14xm258,-323r0,193v0,56,3,73,31,84v23,9,43,10,63,10v47,0,108,-26,108,-120v0,-39,-17,-106,-83,-151v-18,-13,-42,-22,-76,-22r-38,0v-3,0,-5,1,-5,6","w":640,"k":{"m":5,"v":35,"w":30,"y":30,"a":-5,"j":40,"b":40,"d":40,"e":40,"f":40,"h":40,"i":40,"k":40,"l":40,"n":40,"p":40,"r":40}},"c":{"d":"460,14v-120,0,-222,-25,-302,-92v-87,-73,-110,-169,-110,-251v0,-58,19,-158,103,-233v64,-56,148,-90,279,-90v55,0,88,4,128,9v33,5,62,11,88,14v10,1,13,5,13,10v0,7,-2,17,-4,47v-2,28,-2,75,-3,92v-1,12,-4,21,-12,21v-7,0,-9,-7,-9,-18v-1,-27,-12,-57,-34,-79v-30,-29,-89,-50,-170,-50v-77,0,-126,14,-166,48v-65,56,-81,138,-81,221v0,202,156,298,274,298v78,0,121,-6,156,-45v15,-17,27,-41,30,-57v2,-13,4,-17,11,-17v6,0,10,8,10,15v0,10,-10,84,-19,113v-4,15,-8,19,-23,25v-35,14,-102,19,-159,19","w":705,"k":{"t":5,"y":-20}},"d":{"d":"144,-244r0,-150v0,-129,0,-153,-1,-180v-2,-29,-10,-38,-38,-46v-7,-2,-22,-3,-35,-3v-9,0,-15,-3,-15,-9v0,-6,7,-8,20,-8v46,0,102,2,127,2v27,0,90,-2,143,-2v110,0,258,0,354,97v44,44,83,115,83,216v0,107,-46,188,-96,237v-40,40,-133,100,-295,100v-32,0,-70,-3,-105,-5v-35,-3,-67,-5,-89,-5v-10,0,-29,1,-50,1v-21,1,-43,2,-61,2v-11,0,-17,-3,-17,-9v0,-4,3,-9,14,-9v13,0,23,-1,31,-3v18,-4,23,-20,26,-45v4,-36,4,-103,4,-181xm262,-407r0,107v0,90,1,155,2,172v1,21,3,51,10,60v11,16,46,34,115,34v80,0,139,-14,192,-58v57,-47,75,-123,75,-211v0,-108,-43,-178,-82,-212v-81,-72,-177,-81,-246,-81v-18,0,-47,2,-54,6v-8,3,-11,7,-11,17v-1,29,-1,99,-1,166","w":831,"k":{"m":5,"j":10,"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10}},"e":{"d":"144,-244r0,-150v0,-129,0,-153,-1,-180v-2,-29,-10,-38,-38,-46v-7,-2,-22,-3,-35,-3v-9,0,-15,-3,-15,-9v0,-6,7,-8,20,-8v46,0,102,2,127,2v28,0,223,1,240,0v16,-1,30,-4,37,-5v5,-1,10,-4,14,-4v5,0,6,4,6,8v0,6,-5,16,-7,55v-1,9,-3,46,-5,56v-1,4,-3,14,-10,14v-6,0,-7,-4,-7,-11v0,-6,-1,-21,-6,-31v-7,-15,-14,-27,-58,-31v-15,-2,-120,-4,-138,-4v-4,0,-6,3,-6,8r0,210v0,5,1,9,6,9v20,0,134,0,154,-2v21,-2,34,-4,42,-13v7,-6,10,-11,14,-11v4,0,7,4,7,9v0,5,-2,19,-7,62v-2,17,-4,51,-4,57v0,7,-1,19,-9,19v-6,0,-8,-3,-8,-7v-1,-9,-1,-20,-3,-31v-5,-17,-16,-30,-49,-33v-16,-2,-116,-4,-138,-4v-4,0,-5,4,-5,9r0,68v0,29,-1,101,0,126v2,58,29,71,119,71v23,0,60,-1,83,-11v22,-10,32,-28,38,-63v2,-9,4,-13,10,-13v7,0,8,11,8,20v0,19,-7,77,-12,94v-6,22,-14,22,-47,22v-66,0,-119,-1,-162,-3v-43,-1,-76,-2,-102,-2v-10,0,-29,1,-50,1v-21,1,-43,2,-61,2v-11,0,-17,-3,-17,-9v0,-4,3,-9,14,-9v13,0,23,-1,31,-3v18,-4,23,-20,26,-45v4,-36,4,-103,4,-181","w":576,"k":{"v":-5,"x":-15,"y":-12,"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20}},"f":{"d":"262,-311r0,70v0,82,1,142,5,178v3,25,9,41,35,45v12,2,31,3,43,3v11,0,15,5,15,9v0,6,-6,9,-19,9v-56,0,-118,-3,-141,-3v-23,0,-79,3,-112,3v-12,0,-18,-2,-18,-9v0,-4,3,-9,13,-9v13,0,23,-1,31,-3v18,-4,23,-20,26,-45v4,-36,4,-99,4,-181r0,-150v0,-129,0,-153,-1,-180v-2,-29,-10,-39,-38,-46v-7,-2,-22,-3,-35,-3v-8,0,-15,-3,-15,-9v0,-6,7,-8,21,-8v45,0,101,2,126,2v34,0,229,1,250,0v16,-1,27,-2,36,-4v5,-1,9,-5,14,-5v3,0,6,4,6,8v0,6,-4,16,-7,38v-1,9,-3,59,-4,69v-1,7,-3,17,-9,17v-6,0,-11,-4,-11,-14v0,-7,1,-20,-5,-32v-6,-12,-23,-25,-56,-26r-146,-3v-5,0,-8,2,-8,12r0,206v0,5,1,8,6,8r123,-1v15,0,27,0,40,-1v16,-1,29,-4,37,-15v5,-5,7,-9,12,-9v3,0,5,3,5,8v0,5,-4,28,-7,55v-2,17,-3,56,-3,62v0,7,-1,19,-10,19v-5,0,-8,-6,-8,-12v0,-6,-2,-16,-6,-26v-4,-12,-15,-29,-42,-31v-22,-2,-126,-3,-141,-3v-4,0,-6,1,-6,7","w":567,"k":{"y":-13,"a":20,"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20,",":100,".":100}},"g":{"d":"681,-148r0,94v0,23,0,24,-11,30v-59,29,-146,38,-215,38v-216,0,-407,-98,-407,-333v0,-136,73,-231,154,-278v84,-49,163,-55,237,-55v61,0,138,10,156,14v18,3,49,8,70,9v10,1,12,4,12,10v0,10,-6,33,-6,140v0,13,-5,19,-12,19v-6,0,-8,-4,-9,-11v-2,-19,-7,-46,-30,-70v-26,-27,-92,-65,-191,-65v-48,0,-109,1,-170,50v-49,40,-81,103,-81,207v0,183,118,316,306,316v23,0,41,0,62,-9v13,-6,17,-15,17,-30r0,-78v0,-42,0,-74,-1,-100v-1,-29,-10,-38,-38,-46v-7,-2,-22,-3,-34,-3v-8,0,-14,-4,-14,-9v0,-7,7,-8,19,-8v46,0,109,2,135,2v28,0,74,-2,103,-2v12,0,18,1,18,8v0,5,-5,9,-11,9v-7,0,-14,1,-24,3v-24,4,-33,16,-34,46v-1,26,-1,60,-1,102","w":783},"h":{"d":"268,-363r332,0v2,0,5,-1,5,-6r0,-18v0,-129,-1,-160,-2,-187v-2,-29,-10,-38,-38,-46v-7,-2,-22,-3,-34,-3v-10,0,-15,-3,-15,-9v0,-6,6,-8,19,-8v47,0,109,2,132,2v21,0,79,-2,113,-2v13,0,19,2,19,8v0,6,-6,9,-16,9v-7,0,-15,1,-26,3v-23,4,-30,16,-32,46v-2,27,-2,51,-2,180r0,150v0,78,0,145,4,182v3,24,8,40,35,44v12,2,31,3,45,3v9,0,14,5,14,9v0,6,-7,9,-18,9v-57,0,-115,-3,-139,-3v-20,0,-82,3,-116,3v-12,0,-19,-3,-19,-9v0,-4,4,-9,14,-9v14,0,24,-1,32,-3v18,-4,23,-20,26,-45v4,-36,4,-101,4,-179r0,-65v0,-3,-3,-5,-5,-5r-332,0v-3,0,-6,1,-6,5r0,65v0,78,1,143,5,180v3,24,8,40,34,44v12,2,32,3,45,3v10,0,14,5,14,9v0,6,-7,9,-18,9v-57,0,-118,-3,-143,-3v-20,0,-78,3,-113,3v-11,0,-17,-3,-17,-9v0,-4,3,-9,14,-9v13,0,23,-1,31,-3v18,-4,23,-20,26,-45v4,-36,4,-103,4,-181r0,-150v0,-129,0,-153,-1,-180v-2,-29,-10,-38,-38,-46v-7,-2,-22,-3,-35,-3v-9,0,-15,-3,-15,-9v0,-6,7,-8,19,-8v47,0,105,2,129,2v21,0,82,-2,117,-2v12,0,18,2,18,8v0,6,-5,9,-16,9v-7,0,-15,1,-25,3v-24,4,-31,16,-33,46v-2,27,-2,58,-2,187r0,18v0,5,3,6,6,6","w":867,"k":{"c":10,"g":10,"o":10,"q":10}},"i":{"d":"144,-244r0,-150v0,-129,0,-153,-1,-180v-2,-29,-11,-39,-30,-45v-10,-3,-21,-4,-32,-4v-9,0,-14,-2,-14,-10v0,-5,7,-7,21,-7v33,0,93,2,118,2v22,0,79,-2,113,-2v11,0,18,2,18,7v0,8,-5,10,-14,10v-9,0,-16,1,-26,3v-24,4,-31,16,-33,46v-2,27,-2,51,-2,180r0,150v0,82,0,150,4,186v3,23,9,36,35,40v12,2,32,3,45,3v10,0,14,5,14,9v0,6,-7,9,-17,9v-58,0,-118,-3,-142,-3v-20,0,-80,3,-115,3v-11,0,-17,-3,-17,-9v0,-4,3,-9,14,-9v13,0,23,-1,31,-3v18,-4,23,-16,26,-41v4,-35,4,-103,4,-185","w":407,"k":{"c":10,"g":10,"o":10,"q":10}},"j":{"d":"144,-150r0,-244v0,-129,0,-153,-1,-180v-2,-29,-10,-38,-38,-46v-7,-2,-22,-3,-35,-3v-9,0,-15,-3,-15,-9v0,-6,7,-8,20,-8v46,0,110,2,133,2v21,0,77,-2,112,-2v12,0,18,2,18,8v0,6,-5,9,-16,9v-9,0,-15,1,-25,3v-24,4,-31,16,-33,46v-2,27,-2,51,-2,180r0,158v0,36,3,77,3,120v0,48,-3,102,-21,150v-19,52,-73,112,-158,162v-11,6,-25,13,-44,22v-6,3,-14,4,-18,4v-4,0,-7,-4,-7,-8v0,-4,4,-8,19,-15v12,-6,25,-16,42,-33v67,-65,66,-149,66,-316","w":373,"k":{"c":10,"g":10,"o":10,"q":10}},"k":{"d":"259,-394r0,38r4,0v30,-32,158,-158,184,-187v25,-28,44,-48,44,-63v0,-9,-4,-15,-12,-17v-8,-2,-12,-4,-12,-9v0,-6,5,-8,14,-8v19,0,67,2,91,2v27,0,76,-2,103,-2v9,0,15,2,15,8v0,6,-5,9,-13,9v-13,0,-35,4,-51,10v-28,10,-56,28,-93,63v-28,26,-159,150,-186,181v31,40,204,220,238,252v39,35,73,72,120,91v26,11,44,11,54,11v7,0,12,4,12,9v0,6,-5,9,-21,9r-77,0v-26,0,-42,0,-61,-2v-47,-4,-76,-22,-114,-55v-38,-33,-207,-229,-226,-255r-9,-12r-4,0r0,77v0,78,0,145,2,182v2,24,10,40,32,44v12,2,32,3,43,3v7,0,12,5,12,9v0,6,-7,9,-17,9v-49,0,-112,-3,-134,-3v-20,0,-76,3,-111,3v-11,0,-17,-3,-17,-9v0,-4,3,-9,14,-9v13,0,23,-1,31,-3v18,-4,23,-20,26,-45v4,-36,4,-103,4,-181r0,-150v0,-129,0,-153,-1,-180v-2,-29,-10,-38,-38,-46v-7,-2,-22,-3,-35,-3v-9,0,-15,-3,-15,-9v0,-6,7,-8,20,-8v46,0,102,2,123,2v21,0,84,-2,113,-2v13,0,19,2,19,8v0,6,-5,9,-12,9v-9,0,-14,1,-25,3v-24,4,-31,16,-33,46v-1,27,-1,51,-1,180","w":685,"k":{"s":-5,"a":10,"c":-8,"g":-8,"o":-8,"q":-8}},"l":{"d":"262,-394r0,150v0,109,0,163,19,179v15,13,49,18,117,18v47,0,81,-1,103,-24v11,-11,20,-35,22,-51v1,-8,3,-13,10,-13v6,0,8,9,8,19v0,10,-6,73,-13,98v-6,19,-10,23,-56,23v-63,0,-114,-1,-158,-3v-44,-1,-81,-2,-117,-2v-10,0,-29,1,-50,1v-21,1,-43,2,-61,2v-11,0,-17,-3,-17,-9v0,-4,3,-9,14,-9v13,0,23,-1,31,-3v18,-4,23,-20,26,-45v4,-36,4,-103,4,-181r0,-150v0,-129,0,-153,-1,-180v-2,-29,-10,-38,-38,-46v-7,-2,-18,-3,-29,-3v-10,0,-15,-3,-15,-9v0,-6,6,-8,19,-8v41,0,97,2,121,2v21,0,93,-2,127,-2v13,0,19,2,19,8v0,6,-5,9,-16,9v-10,0,-24,1,-34,3v-24,4,-31,16,-33,46v-2,27,-2,51,-2,180","w":552,"k":{"t":48,"u":20,"v":50,"w":40,"y":40,"a":-20,"c":20,"g":20,"o":20,"q":20}},"m":{"d":"90,-82r87,-555v2,-14,10,-22,17,-22v9,0,15,4,27,27r236,474r236,-480v7,-14,15,-21,23,-21v7,0,17,9,20,27r80,525v8,53,16,76,43,84v25,7,39,8,50,8v8,0,14,3,14,8v0,7,-10,10,-23,10v-22,0,-147,-4,-182,-6v-21,-1,-26,-5,-26,-10v0,-4,4,-7,10,-9v5,-2,7,-12,4,-36r-49,-368r-3,0r-189,380v-20,40,-25,48,-35,48v-11,0,-21,-17,-35,-43v-21,-39,-91,-169,-101,-193v-7,-16,-59,-123,-88,-182r-3,0r-42,332v-2,15,-3,26,-3,40v0,16,12,22,27,25v15,3,23,4,31,4v8,0,14,4,14,8v0,8,-8,10,-21,10v-37,0,-77,-3,-93,-3v-17,0,-59,3,-87,3v-9,0,-16,-2,-16,-10v0,-4,5,-8,14,-8v7,0,13,0,27,-2v24,-3,32,-37,36,-65","w":923,"k":{"t":60,"u":13,"w":20,"y":30,"a":-10,"c":5,"g":5,"o":5,"q":5}},"n":{"d":"189,-460r10,347v2,66,13,86,30,92v15,5,32,6,46,6v10,0,15,4,15,9v0,7,-8,9,-20,9v-57,0,-98,-3,-114,-3v-8,0,-50,3,-95,3v-12,0,-20,-1,-20,-9v0,-5,6,-9,14,-9v12,0,28,-1,40,-4v23,-6,26,-29,27,-103r8,-504v0,-17,6,-29,15,-29v11,0,23,13,38,28r271,271v60,59,177,179,190,191r4,0r-9,-378v-1,-52,-9,-67,-30,-75v-13,-5,-34,-5,-46,-5v-11,0,-14,-4,-14,-9v0,-7,9,-8,22,-8v46,0,93,2,112,2v10,0,43,-2,86,-2v12,0,20,1,20,8v0,5,-5,9,-15,9v-9,0,-16,0,-27,3v-24,7,-31,22,-32,70r-9,536v0,19,-8,27,-15,27v-15,0,-27,-9,-36,-18r-257,-245v-96,-92,-189,-195,-206,-210r-3,0","w":841,"k":{"c":10,"g":10,"o":10,"q":10}},"o":{"d":"408,14v-256,0,-360,-182,-360,-333v0,-145,102,-333,369,-333v222,0,360,123,360,318v0,195,-142,348,-369,348xm444,-32v62,0,202,-29,202,-271v0,-188,-113,-304,-255,-304v-98,0,-213,52,-213,262v0,175,100,313,266,313","w":827,"k":{"m":5,"t":18,"x":20,"j":30,"b":30,"d":30,"e":30,"f":30,"h":30,"i":30,"k":30,"l":30,"n":30,"p":30,"r":30}},"p":{"d":"144,-244r0,-150v0,-129,0,-153,-1,-180v-2,-29,-10,-38,-38,-46v-7,-2,-22,-3,-35,-3v-9,0,-15,-3,-15,-9v0,-6,7,-8,20,-8v46,0,102,2,127,2v36,0,106,-2,146,-2v110,0,150,36,164,48v19,18,44,56,44,102v0,120,-96,206,-221,206v-4,0,-22,0,-26,-1v-5,0,-11,-3,-11,-9v0,-7,10,-11,29,-11v49,0,118,-51,118,-138v0,-28,-3,-84,-52,-126v-32,-28,-68,-32,-88,-32v-13,0,-30,1,-38,4v-5,2,-7,7,-7,16r0,337v0,78,0,145,4,182v3,24,8,40,34,44v13,2,32,3,45,3v10,0,14,5,14,9v0,6,-7,9,-16,9v-59,0,-121,-3,-144,-3v-20,0,-76,3,-111,3v-11,0,-17,-3,-17,-9v0,-4,3,-9,14,-9v13,0,23,-1,31,-3v18,-4,23,-20,26,-45v4,-36,4,-103,4,-181","w":596,"k":{"s":-5,"a":50,",":130,".":130}},"q":{"d":"683,74r-137,-81v-32,12,-93,21,-139,21v-258,0,-359,-184,-359,-337v0,-139,107,-329,365,-329v211,0,361,123,361,322v0,150,-98,243,-151,279r173,84v185,90,300,101,360,101v46,0,111,-4,172,-27v5,-2,9,-4,13,-4v4,0,8,4,8,8v0,5,-5,8,-11,11v-53,25,-155,67,-282,67v-135,0,-228,-29,-373,-115xm443,-32v71,0,199,-29,199,-275v0,-203,-128,-300,-249,-300v-115,0,-214,70,-214,264v0,202,122,311,264,311","w":826,"k":{"b":10,"d":10,"e":10,"f":10,"h":10,"i":10,"k":10,"l":10,"n":10,"p":10,"r":10,")":-30,"]":-30,"}":-30}},"r":{"d":"144,-244r0,-150v0,-129,0,-153,-1,-180v-2,-29,-10,-38,-38,-46v-7,-2,-22,-3,-35,-3v-9,0,-15,-3,-15,-9v0,-6,7,-8,20,-8v46,0,102,2,120,2v30,0,110,-2,137,-2v56,0,120,5,167,36v25,17,62,60,62,117v0,63,-36,119,-122,188v78,96,140,173,193,226v49,49,80,53,94,56v9,2,14,2,21,2v7,0,11,5,11,9v0,7,-6,9,-17,9r-84,0v-49,0,-73,-5,-96,-17v-38,-19,-71,-59,-120,-125v-35,-46,-72,-103,-83,-116v-5,-5,-10,-6,-16,-6r-79,-2v-4,0,-7,2,-7,7r0,12v0,79,1,145,5,181v3,25,7,41,34,45v13,2,32,3,43,3v7,0,11,5,11,9v0,6,-7,9,-18,9v-51,0,-124,-3,-137,-3v-17,0,-73,3,-108,3v-11,0,-17,-3,-17,-9v0,-4,3,-9,14,-9v13,0,23,-1,31,-3v18,-4,23,-20,26,-45v4,-36,4,-103,4,-181xm256,-581r0,253v0,9,2,12,8,15v19,6,45,8,67,8v35,0,47,-3,62,-14v27,-19,57,-56,57,-126v0,-120,-82,-151,-134,-151v-22,0,-43,1,-52,3v-6,2,-8,5,-8,12","w":686,"k":{"s":15,"t":38,"u":5,"v":25,"w":10,"x":15,"y":20,"c":5,"g":5,"o":5,"q":5}},"s":{"d":"239,14v-51,0,-105,-5,-143,-22v-14,-6,-17,-10,-17,-29v0,-46,4,-99,5,-113v0,-13,4,-22,11,-22v8,0,9,8,9,14v0,11,3,29,8,44v19,63,85,84,140,84v76,0,122,-48,122,-108v0,-37,-9,-74,-87,-120r-51,-30v-104,-61,-138,-118,-138,-193v0,-104,100,-171,222,-171v57,0,102,8,125,14v8,2,12,5,12,11v0,11,-3,35,-3,102v0,18,-4,27,-11,27v-6,0,-9,-5,-9,-15v0,-8,-4,-34,-23,-56v-13,-16,-41,-40,-98,-40v-63,0,-120,33,-120,91v0,38,14,68,93,112r36,20v116,64,152,129,152,206v0,63,-24,114,-88,159v-42,30,-100,35,-147,35","w":540,"k":{"m":8,"v":3,"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20}},"t":{"d":"261,-244r0,-344r-131,3v-51,1,-72,7,-85,26v-9,12,-13,23,-15,29v-2,7,-4,11,-10,11v-6,0,-8,-5,-8,-14v0,-14,17,-96,19,-103v2,-11,5,-16,10,-16v7,0,16,7,38,10v26,3,59,4,88,4r357,0v28,0,47,-2,60,-4v14,-2,21,-4,24,-4v6,0,6,5,6,18v0,18,-1,81,-1,103v-1,9,-3,14,-8,14v-7,0,-9,-4,-10,-17r-1,-9v-2,-22,-25,-48,-104,-49r-111,-2r0,344v0,78,1,145,5,182v3,24,8,40,34,44v12,2,32,3,45,3v10,0,14,5,14,9v0,6,-7,9,-17,9v-58,0,-117,-3,-142,-3v-20,0,-80,3,-115,3v-11,0,-17,-3,-17,-9v0,-4,3,-9,14,-9v13,0,24,-1,31,-3v18,-4,23,-20,26,-45v4,-36,4,-103,4,-181","w":633,"k":{"m":15,"w":-20,"y":-5,"a":60,"c":13,"g":13,"o":13,"q":13,",":75,".":75,":":5,";":5,"-":10}},"u":{"d":"106,-269r0,-125v0,-129,1,-153,-1,-180v-2,-30,-10,-38,-38,-46v-7,-2,-22,-3,-34,-3v-10,0,-15,-3,-15,-9v0,-6,6,-8,19,-8v47,0,106,2,132,2v22,0,81,-2,113,-2v13,0,19,2,19,8v0,6,-5,9,-14,9v-10,0,-15,1,-26,3v-23,4,-30,16,-32,46v-2,27,-2,51,-2,180r0,119v0,124,24,172,67,206v39,31,81,34,111,34v38,0,83,-11,118,-45v49,-46,51,-120,51,-207r0,-107v0,-129,-1,-153,-2,-180v-2,-29,-9,-38,-37,-46v-7,-2,-22,-3,-32,-3v-10,0,-15,-3,-15,-9v0,-6,6,-8,18,-8v45,0,104,2,105,2v10,0,69,-2,103,-2v12,0,18,2,18,8v0,6,-5,9,-15,9v-10,0,-15,1,-26,3v-24,4,-30,16,-32,46v-1,27,-2,51,-2,180r0,91v0,95,-10,195,-84,256v-62,52,-129,61,-186,61v-46,0,-137,-2,-201,-58v-45,-39,-80,-102,-80,-225","w":760,"k":{"m":16,"a":13,"j":20,"b":20,"d":20,"e":20,"f":20,"h":20,"i":20,"k":20,"l":20,"n":20,"p":20,"r":20}},"v":{"d":"283,-37r-222,-520v-20,-47,-33,-55,-65,-63v-13,-3,-27,-3,-34,-3v-8,0,-10,-4,-10,-9v0,-7,9,-8,22,-8v47,0,97,2,128,2v22,0,68,-2,112,-2v11,0,21,2,21,8v0,6,-6,9,-14,9v-14,0,-27,1,-34,6v-6,4,-9,9,-9,17v0,11,8,34,20,64r148,381r3,0v38,-88,151,-362,172,-418v4,-11,8,-24,8,-31v0,-9,-4,-12,-12,-15v-10,-3,-24,-4,-35,-4v-8,0,-15,-3,-15,-9v0,-6,8,-8,25,-8v44,0,83,2,94,2v15,0,56,-2,83,-2v11,0,18,2,18,8v0,6,-5,9,-14,9v-9,0,-28,-1,-43,10v-11,8,-23,21,-46,75v-35,80,-58,126,-106,230r-117,260v-22,49,-30,62,-42,62v-12,0,-19,-11,-36,-51","w":637,"k":{"y":-5,"a":55,",":130,".":130,")":-30,"]":-30,"}":-30,"-":-10}},"w":{"d":"249,-17r-186,-540v-11,-31,-18,-51,-31,-59v-9,-6,-26,-7,-34,-7v-9,0,-14,-3,-14,-9v0,-6,7,-8,20,-8v45,0,94,2,102,2v8,0,51,-2,102,-2v13,0,19,2,19,8v0,6,-7,9,-16,9v-7,0,-15,1,-22,4v-8,3,-9,8,-9,17v0,11,8,39,19,78v15,56,95,313,108,352r3,0r168,-434v9,-24,18,-31,26,-31v10,0,18,13,29,40r176,419r3,0v17,-49,84,-273,115,-372v6,-20,9,-37,9,-49v0,-14,-8,-24,-43,-24v-8,0,-15,-4,-15,-9v0,-6,7,-8,21,-8v46,0,86,2,94,2v6,0,44,-2,73,-2v10,0,16,2,16,7v0,6,-4,10,-12,10v-9,0,-21,1,-31,4v-21,8,-31,40,-49,89v-41,107,-131,377,-174,504v-10,30,-15,40,-28,40v-12,0,-18,-10,-31,-41r-179,-419r-2,0v-15,36,-133,337,-169,415v-16,35,-21,45,-34,45v-11,0,-16,-9,-24,-31","w":955,"k":{"m":15,"t":-20,"y":-5,"a":35,",":75,".":75,")":-10,"]":-10,"}":-10,"-":-10}},"x":{"d":"516,-553r-146,199v28,42,174,273,196,300v15,19,29,28,48,34v12,4,26,5,34,5v6,0,11,4,11,9v0,6,-7,9,-17,9r-26,0v-21,0,-91,0,-163,-2v-23,-1,-31,-3,-31,-9v0,-5,4,-9,12,-11v4,-1,10,-7,3,-18r-139,-228r-129,200v-9,14,-14,27,-13,36v1,8,9,13,17,13v5,0,12,1,19,1v5,0,11,5,11,10v0,6,-6,8,-18,8r-16,0v-5,0,-63,-3,-85,-3v-17,0,-60,3,-74,3r-15,0v-9,0,-13,-3,-13,-8v0,-5,5,-10,12,-10v6,0,19,-1,32,-4v26,-7,40,-21,70,-62r172,-232r-155,-242v-22,-34,-40,-52,-71,-62v-14,-4,-28,-6,-37,-6v-5,0,-9,-4,-9,-10v0,-5,7,-7,18,-7v21,0,92,2,134,2v12,0,66,-2,99,-2v12,0,18,2,18,8v0,6,-6,9,-14,9v-5,0,-14,1,-21,3v-8,2,-12,7,-12,12v0,5,4,16,9,25r110,185v26,-38,104,-153,119,-177v7,-12,10,-24,10,-31v0,-6,-6,-12,-15,-14v-9,-3,-21,-3,-28,-3v-5,0,-11,-3,-11,-9v0,-6,6,-8,19,-8v34,0,75,2,92,2v17,0,53,-2,86,-2v10,0,16,2,16,8v0,5,-5,9,-14,9v-9,0,-20,2,-32,5v-20,5,-36,28,-63,65","w":635,"k":{"t":25,"x":15,"y":-5,"a":20,"c":5,"g":5,"o":5,"q":5}},"y":{"d":"239,-148r0,-70v0,-46,-8,-64,-20,-89v-6,-13,-126,-200,-157,-245v-22,-31,-40,-51,-57,-60v-11,-6,-26,-11,-37,-11v-7,0,-13,-3,-13,-9v0,-6,6,-8,17,-8v15,0,81,2,110,2v19,0,60,-2,100,-2v8,0,13,2,13,8v0,7,-6,7,-20,11v-7,2,-12,6,-12,13v0,7,4,17,11,29v16,26,131,225,146,249v11,-20,118,-202,131,-228v9,-19,13,-34,13,-45v0,-8,-4,-16,-19,-19v-8,-2,-16,-3,-16,-10v0,-6,5,-8,15,-8v29,0,60,2,86,2v19,0,77,-2,94,-2v10,0,16,2,16,7v0,6,-7,10,-17,10v-9,0,-25,4,-38,10v-19,9,-27,17,-46,40v-29,34,-155,236,-171,272v-13,31,-11,57,-11,85r0,68v0,14,0,49,2,85v2,25,10,41,36,45v13,2,32,3,44,3v10,0,15,5,15,9v0,6,-7,9,-19,9v-55,0,-114,-3,-138,-3v-22,0,-81,3,-114,3v-12,0,-19,-2,-19,-9v0,-4,4,-9,14,-9v12,0,23,-1,31,-3v18,-4,25,-20,27,-45v3,-36,3,-71,3,-85","w":590,"k":{"m":8,"t":-5,"v":-5,"a":20,"c":15,"g":15,"o":15,"q":15,",":60,".":60,")":-30,"]":-30,"}":-30}},"z":{"d":"201,-51r211,0v90,0,121,-18,136,-44v7,-13,13,-27,16,-39v2,-9,4,-14,10,-14v7,0,9,6,9,26v0,28,-11,83,-17,104v-5,15,-11,22,-27,22v-147,0,-296,-4,-474,-4v-10,0,-15,-3,-15,-9v0,-5,1,-10,11,-25r370,-554r-166,0v-45,0,-97,0,-125,15v-29,16,-45,45,-47,65v-2,12,-6,15,-11,15v-6,0,-9,-4,-9,-14v0,-20,13,-97,18,-123v1,-12,5,-16,10,-16v8,0,13,5,35,6v84,3,126,2,162,2r271,0v9,0,15,3,15,7v0,7,-2,10,-5,16","w":625,"k":{"a":15}},"{":{"d":"136,-351r0,1v27,10,59,38,70,78v12,43,10,77,10,150v0,168,40,216,75,224v19,5,24,7,24,13v0,6,-5,7,-36,7v-23,0,-70,-16,-107,-67v-26,-36,-51,-86,-51,-228v0,-31,8,-84,8,-107v0,-12,-2,-23,-7,-30v-11,-17,-32,-21,-60,-25v-11,-2,-14,-3,-14,-10v0,-8,3,-10,14,-11v15,-1,39,1,57,-15v10,-8,12,-27,12,-49v0,-37,-10,-84,-10,-109v0,-101,26,-141,64,-176v31,-28,73,-41,109,-41v14,0,20,2,20,7v0,6,-6,7,-18,9v-24,4,-80,38,-80,123v0,90,3,139,-8,180v-9,35,-45,68,-72,76","w":360,"k":{"v":-30,"w":-10,"y":-30,"V":-30,"W":-10,"Y":-30}},"|":{"d":"281,250r-61,0r0,-1000r61,0r0,1000","w":500},"}":{"d":"224,-350v-27,-9,-63,-42,-72,-77v-11,-41,-8,-90,-8,-180v0,-85,-56,-119,-80,-123v-12,-2,-18,-3,-18,-9v0,-5,6,-7,20,-7v36,0,78,13,109,41v38,35,64,75,64,176v0,25,-10,72,-10,109v0,22,2,41,12,49v18,16,42,14,57,15v11,1,14,3,14,11v0,7,-3,8,-14,10v-28,4,-49,8,-60,25v-5,7,-7,18,-7,30v0,23,8,76,8,107v0,142,-25,192,-51,228v-37,51,-84,67,-107,67v-31,0,-36,-1,-36,-7v0,-6,5,-8,24,-13v35,-8,75,-56,75,-224v0,-73,-2,-107,10,-150v11,-40,43,-68,70,-78","w":360},"~":{"d":"512,-342v5,111,-50,146,-112,146v-39,0,-74,-12,-136,-43v-45,-22,-84,-41,-116,-41v-32,0,-52,26,-54,83r-57,0v-3,-101,48,-145,116,-145v41,0,72,13,134,43v47,22,86,40,118,40v32,0,49,-31,50,-83r57,0","w":549},"'":{"d":"109,-755v31,0,51,0,51,15v0,15,-25,65,-37,190v-4,35,-8,50,-14,50v-6,0,-10,-15,-14,-50v-12,-125,-37,-175,-37,-190v0,-15,20,-15,51,-15","w":218},"`":{"d":"537,-837v0,5,-7,7,-11,7v-15,0,-186,-75,-203,-83v-19,-8,-33,-19,-33,-25v0,-5,5,-7,13,-9v19,-6,54,-19,67,-25v11,-5,14,-7,19,-7v5,0,6,8,16,22v9,12,65,69,111,102v10,8,21,11,21,18","w":927},"\u00a0":{"w":300}}});;
jQuery(function($) {
  
/*
 * Main Menu
 ***************************************************************/
// prepare
$("#navbar ul.menu:first")
  .addClass("sf-menu sf-navbar sf-js-enabled")                                                               // superfish tags
  .addClass("level-1").children("li").addClass("level-1").children("a").addClass("level-1")                  // level-1 tags
  .siblings("ul").addClass("level-2").children("li").addClass("level-2").children("a").addClass("level-2")   // level-2 tags
  .siblings("ul").addClass("level-3").children("li").addClass("level-3").children("a").addClass("level-3");  // level-3 tags
  
// make visible (we set display:none; in css)
$("#navbar").css("display", "block");

// initialize the menu
$(".sf-menu").superfish({ 
  pathClass:  'active-trail',
  animation:  {opacity:'show', height:"show"},
  speed:    'fast'
});

/*
 * Attorneys & Staff
 ***************************************************************/
$(".page-node-2 #people").accordion({
  header: '.head',
  active: false,
  collapsible: true,
  navigation: true,
  autoHeight: false
});

Cufon.replace('.page-node-2 .person-name', {fontFamily: 'Trajan Pro', textShadow: '1px 1px black', hover: true});

/*
 * Estate Planning
 ***************************************************************/
// defaults
$(".page-node-5 #billboard .over").fadeTo(0,0).css("display", "block");


// bb hover logic
$(".page-node-5 #billboard .over").hover(function() {
  $(this).stop().animate({'opacity': 1}, 500);
}, function() {
  $(this).stop().animate({'opacity': 0}, 500);
});

/*
 * Blog
 ***************************************************************/
// defaults
$(".page-blog .node-teaser h2").fadeTo(1000, 0.9);


/*
 * Sidebar
 ***************************************************************/
// prepare
$("#page .region-sidebar .menu-block-wrapper ul.menu:first")                                                 // superfish tags
  .addClass("level-1").children("li").addClass("level-1").children("a").addClass("level-1")                  // level-1 tags
  .siblings("ul").addClass("level-2").children("li").addClass("level-2").children("a").addClass("level-2")   // level-2 tags
  .siblings("ul").addClass("level-3").children("li").addClass("level-3").children("a").addClass("level-3")   // level-3 tags
$("#page .region-sidebar .menu-block-wrapper ul.level-3").siblings("a").addClass("has-children");            // for border-bottom styling

/*
 * Browser Rejection
 ***************************************************************/
$.reject({
  imagePath: '/sites/all/themes/ckcs/img/jreject/',
  reject: {msie5: true, msie6: true}
});

/*
 * Shadowbox
 ***************************************************************/
Shadowbox.init({
  handleOversize: "resize",
  modal: true
});

/*
 * Typography
 ***************************************************************/  
// rainbows (text gradients by Dragon Interactive)
/*
rainbows.init({
  selector: '#Ah1',
  highlight: false,
  shadow: true,
  gradient: true,
  from: '#ffffff',
  to: '#666666'
});
  
rainbows.init({
  selector: '#Ah2',
  highlight: false,
  shadow: true,
  gradient: true,
  from: '#ffffff',
  to: '#555555'
});
  
rainbows.init({
  selector: '#Ah3',
  highlight: false,
  shadow: true,
  gradient: true,
  from: '#ffffff',
  to: '#999999'
});
*/

/*
 * Footer/Client Carousel (jCarousel)
 ***************************************************************/
$('#clients ul').jcarousel({
  auto: 5,
  animation: 'slow',
  wrap: 'last',
  scroll: 1,
  easing: 'easeOutQuart'
});

/*
 * Preload CSS Images
 ***************************************************************/  
//$.preloadCssImages();

});;

