/* jQuery Cycle */
(function(D){var A="Lite-1.0";D.fn.cycle=function(E){return this.each(function(){E=E||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var I=D(this);var J=E.slideExpr?D(E.slideExpr,this):I.children();var G=J.get();if(G.length<2){if(window.console&&window.console.log){window.console.log("terminating; too few slides: "+G.length)}return }var H=D.extend({},D.fn.cycle.defaults,E||{},D.metadata?I.metadata():D.meta?I.data():{});H.before=H.before?[H.before]:[];H.after=H.after?[H.after]:[];H.after.unshift(function(){H.busy=0});var F=this.className;H.width=parseInt((F.match(/w:(\d+)/)||[])[1])||H.width;H.height=parseInt((F.match(/h:(\d+)/)||[])[1])||H.height;H.timeout=parseInt((F.match(/t:(\d+)/)||[])[1])||H.timeout;if(I.css("position")=="static"){I.css("position","relative")}if(H.width){I.width(H.width)}if(H.height&&H.height!="auto"){I.height(H.height)}var K=0;J.css({position:"absolute",top:0,left:0}).hide().each(function(M){D(this).css("z-index",G.length-M)});D(G[K]).css("opacity",1).show();if(D.browser.msie){G[K].style.removeAttribute("filter")}if(H.fit&&H.width){J.width(H.width)}if(H.fit&&H.height&&H.height!="auto"){J.height(H.height)}if(H.pause){I.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}D.fn.cycle.transitions.fade(I,J,H);J.each(function(){var M=D(this);this.cycleH=(H.fit&&H.height)?H.height:M.height();this.cycleW=(H.fit&&H.width)?H.width:M.width()});J.not(":eq("+K+")").css({opacity:0});if(H.cssFirst){D(J[K]).css(H.cssFirst)}if(H.timeout){if(H.speed.constructor==String){H.speed={slow:600,fast:200}[H.speed]||400}if(!H.sync){H.speed=H.speed/2}while((H.timeout-H.speed)<250){H.timeout+=H.speed}}H.speedIn=H.speed;H.speedOut=H.speed;H.slideCount=G.length;H.currSlide=K;H.nextSlide=1;var L=J[K];if(H.before.length){H.before[0].apply(L,[L,L,H,true])}if(H.after.length>1){H.after[1].apply(L,[L,L,H,true])}if(H.click&&!H.next){H.next=H.click}if(H.next){D(H.next).bind("click",function(){return C(G,H,H.rev?-1:1)})}if(H.prev){D(H.prev).bind("click",function(){return C(G,H,H.rev?1:-1)})}if(H.timeout){this.cycleTimeout=setTimeout(function(){B(G,H,0,!H.rev)},H.timeout+(H.delay||0))}})};function B(J,E,I,K){if(E.busy){return }var H=J[0].parentNode,M=J[E.currSlide],L=J[E.nextSlide];if(H.cycleTimeout===0&&!I){return }if(I||!H.cyclePause){if(E.before.length){D.each(E.before,function(N,O){O.apply(L,[M,L,E,K])})}var F=function(){if(D.browser.msie){this.style.removeAttribute("filter")}D.each(E.after,function(N,O){O.apply(L,[M,L,E,K])})};if(E.nextSlide!=E.currSlide){E.busy=1;D.fn.cycle.custom(M,L,E,F)}var G=(E.nextSlide+1)==J.length;E.nextSlide=G?0:E.nextSlide+1;E.currSlide=G?J.length-1:E.nextSlide-1}if(E.timeout){H.cycleTimeout=setTimeout(function(){B(J,E,0,!E.rev)},E.timeout)}}function C(E,F,I){var H=E[0].parentNode,G=H.cycleTimeout;if(G){clearTimeout(G);H.cycleTimeout=0}F.nextSlide=F.currSlide+I;if(F.nextSlide<0){F.nextSlide=E.length-1}else{if(F.nextSlide>=E.length){F.nextSlide=0}}B(E,F,1,I>=0);return false}D.fn.cycle.custom=function(K,H,I,E){var J=D(K),G=D(H);G.css({opacity:0});var F=function(){G.animate({opacity:1},I.speedIn,I.easeIn,E)};J.animate({opacity:0},I.speedOut,I.easeOut,function(){J.css({display:"none"});if(!I.sync){F()}});if(I.sync){F()}};D.fn.cycle.transitions={fade:function(F,G,E){G.not(":eq(0)").css("opacity",0);E.before.push(function(){D(this).show()})}};D.fn.cycle.ver=function(){return A};D.fn.cycle.defaults={timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null}})(jQuery);

/* jQuery Tweet */
(function(a){a.fn.tweet=function(d){var c={username:["seaofclouds"],avatar_size:null,count:3,intro_text:null,outro_text:null,join_text:null,auto_join_text_default:"i said,",auto_join_text_ed:"i",auto_join_text_ing:"i am",auto_join_text_reply:"i replied to",auto_join_text_url:"i was looking at",loading_text:null,query:null};a.fn.extend({linkUrl:function(){var e=[];var f=/((ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?)/gi;this.each(function(){e.push(this.replace(f,'<a href="$1">$1</a>'))});return a(e)},linkUser:function(){var e=[];var f=/[\@]+([A-Za-z0-9-_]+)/gi;this.each(function(){e.push(this.replace(f,'<a href="http://twitter.com/$1">@$1</a>'))});return a(e)},linkHash:function(){var e=[];var f=/ [\#]+([A-Za-z0-9-_]+)/gi;this.each(function(){e.push(this.replace(f,' <a href="http://search.twitter.com/search?q=&tag=$1&lang=all">#$1</a>'))});return a(e)},capAwesome:function(){var e=[];this.each(function(){e.push(this.replace(/(a|A)wesome/gi,"AWESOME"))});return a(e)},capEpic:function(){var e=[];this.each(function(){e.push(this.replace(/(e|E)pic/gi,"EPIC"))});return a(e)},makeHeart:function(){var e=[];this.each(function(){e.push(this.replace(/[&lt;]+[3]/gi,"<tt class='heart'>&#x2665;</tt>"))});return a(e)}});function b(f){var e=Date.parse(f);var g=(arguments.length>1)?arguments[1]:new Date();var h=parseInt((g.getTime()-e)/1000);if(h<60){return"less than a minute ago"}else{if(h<120){return"about a minute ago"}else{if(h<(45*60)){return(parseInt(h/60)).toString()+" minutes ago"}else{if(h<(90*60)){return"about an hour ago"}else{if(h<(24*60*60)){return"about "+(parseInt(h/3600)).toString()+" hours ago"}else{if(h<(48*60*60)){return"1 day ago"}else{return(parseInt(h/86400)).toString()+" days ago"}}}}}}}if(d){a.extend(c,d)}return this.each(function(){var i=a('<ul class="tweet_list">').appendTo(this);var h='<p class="tweet_intro">'+c.intro_text+"</p>";var e='<p class="tweet_outro">'+c.outro_text+"</p>";var j=a('<p class="loading">'+c.loading_text+"</p>");if(typeof(c.username)=="string"){c.username=[c.username]}var g="";if(c.query){g+="q="+c.query}g+="&q=from:"+c.username.join("%20OR%20from:");var f="http://search.twitter.com/search.json?&"+g+"&rpp="+c.count+"&callback=?";if(c.loading_text){a(this).append(j)}a.getJSON(f,function(k){if(c.loading_text){j.remove()}if(c.intro_text){i.before(h)}a.each(k.results,function(o,t){if(c.join_text=="auto"){if(t.text.match(/^(@([A-Za-z0-9-_]+)) .*/i)){var m=c.auto_join_text_reply}else{if(t.text.match(/(^\w+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+) .*/i)){var m=c.auto_join_text_url}else{if(t.text.match(/^((\w+ed)|just) .*/im)){var m=c.auto_join_text_ed}else{if(t.text.match(/^(\w*ing) .*/i)){var m=c.auto_join_text_ing}else{var m=c.auto_join_text_default}}}}}else{var m=c.join_text}var r='<span class="tweet_join"> '+m+" </span>";var l=((c.join_text)?r:" ");var p='<a class="tweet_avatar" href="http://twitter.com/'+t.from_user+'"><img src="'+t.profile_image_url+'" height="'+c.avatar_size+'" width="'+c.avatar_size+'" alt="'+t.from_user+'\'s avatar" border="0"/></a>';var q=(c.avatar_size?p:"");var n='<a href="http://twitter.com/'+t.from_user+"/statuses/"+t.id+'" title="view tweet on twitter">'+b(t.created_at)+"</a>";var s='<span class="tweet_text">'+a([t.text]).linkUrl().linkUser().linkHash()[0]+"</span>";i.append("<li>"+q+n+l+s+"</li>");i.children("li:first").addClass("tweet_first");i.children("li:odd").addClass("tweet_even");i.children("li:even").addClass("tweet_odd")});if(c.outro_text){i.after(e)}})})}})(jQuery);

/* jScrollPane - v2.0.0beta5 */
(function(b,a,c){b.fn.jScrollPane=function(f){function d(C,L){var au,N=this,V,ah,v,aj,Q,W,y,q,av,aB,ap,i,H,h,j,X,R,al,U,t,A,am,ac,ak,F,l,ao,at,x,aq,aE,g,aA,ag=true,M=true,aD=false,k=false,Z=b.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";aE=C.css("paddingTop")+" "+C.css("paddingRight")+" "+C.css("paddingBottom")+" "+C.css("paddingLeft");g=(parseInt(C.css("paddingLeft"))||0)+(parseInt(C.css("paddingRight"))||0);an(L);function an(aH){var aL,aK,aJ,aG,aF,aI;au=aH;if(V==c){C.css({overflow:"hidden",padding:0});ah=C.innerWidth()+g;v=C.innerHeight();C.width(ah);V=b('<div class="jspPane" />').wrap(b('<div class="jspContainer" />').css({width:ah+"px",height:v+"px"}));C.wrapInner(V.parent());aj=C.find(">.jspContainer");V=aj.find(">.jspPane");V.css("padding",aE)}else{C.css("width",null);aI=C.outerWidth()+g!=ah||C.outerHeight()!=v;if(aI){ah=C.innerWidth()+g;v=C.innerHeight();aj.css({width:ah+"px",height:v+"px"})}aA=V.innerWidth();if(!aI&&V.outerWidth()==Q&&V.outerHeight()==W){if(aB||av){V.css("width",aA+"px");C.css("width",(aA+g)+"px")}return}V.css("width",null);C.css("width",(ah)+"px");aj.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}aL=V.clone().css("position","absolute");aK=b('<div style="width:1px; position: relative;" />').append(aL);b("body").append(aK);Q=Math.max(V.outerWidth(),aL.outerWidth());aK.remove();W=V.outerHeight();y=Q/ah;q=W/v;av=q>1;aB=y>1;if(!(aB||av)){C.removeClass("jspScrollable");V.css({top:0,width:aj.width()-g});n();D();O();w();af()}else{C.addClass("jspScrollable");aJ=au.maintainPosition&&(H||X);if(aJ){aG=ay();aF=aw()}aC();z();E();if(aJ){K(aG);J(aF)}I();ad();if(au.enableKeyboardNavigation){P()}if(au.clickOnTrack){p()}B();if(au.hijackInternalLinks){m()}}if(au.autoReinitialise&&!aq){aq=setInterval(function(){an(au)},au.autoReinitialiseDelay)}else{if(!au.autoReinitialise&&aq){clearInterval(aq)}}C.trigger("jsp-initialised",[aB||av])}function aC(){if(av){aj.append(b('<div class="jspVerticalBar" />').append(b('<div class="jspCap jspCapTop" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragTop" />'),b('<div class="jspDragBottom" />'))),b('<div class="jspCap jspCapBottom" />')));R=aj.find(">.jspVerticalBar");al=R.find(">.jspTrack");ap=al.find(">.jspDrag");if(au.showArrows){am=b('<a class="jspArrow jspArrowUp" />').bind("mousedown.jsp",az(0,-1)).bind("click.jsp",ax);ac=b('<a class="jspArrow jspArrowDown" />').bind("mousedown.jsp",az(0,1)).bind("click.jsp",ax);if(au.arrowScrollOnHover){am.bind("mouseover.jsp",az(0,-1,am));ac.bind("mouseover.jsp",az(0,1,ac))}ai(al,au.verticalArrowPositions,am,ac)}t=v;aj.find(">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow").each(function(){t-=b(this).outerHeight()});ap.hover(function(){ap.addClass("jspHover")},function(){ap.removeClass("jspHover")}).bind("mousedown.jsp",function(aF){b("html").bind("dragstart.jsp selectstart.jsp",function(){return false});ap.addClass("jspActive");var s=aF.pageY-ap.position().top;b("html").bind("mousemove.jsp",function(aG){S(aG.pageY-s,false)}).bind("mouseup.jsp mouseleave.jsp",ar);return false});o()}}function o(){al.height(t+"px");H=0;U=au.verticalGutter+al.outerWidth();V.width(ah-U-g);if(R.position().left==0){V.css("margin-left",U+"px")}}function z(){if(aB){aj.append(b('<div class="jspHorizontalBar" />').append(b('<div class="jspCap jspCapLeft" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragLeft" />'),b('<div class="jspDragRight" />'))),b('<div class="jspCap jspCapRight" />')));ak=aj.find(">.jspHorizontalBar");F=ak.find(">.jspTrack");h=F.find(">.jspDrag");if(au.showArrows){at=b('<a class="jspArrow jspArrowLeft" />').bind("mousedown.jsp",az(-1,0)).bind("click.jsp",ax);x=b('<a class="jspArrow jspArrowRight" />').bind("mousedown.jsp",az(1,0)).bind("click.jsp",ax);
if(au.arrowScrollOnHover){at.bind("mouseover.jsp",az(-1,0,at));x.bind("mouseover.jsp",az(1,0,x))}ai(F,au.horizontalArrowPositions,at,x)}h.hover(function(){h.addClass("jspHover")},function(){h.removeClass("jspHover")}).bind("mousedown.jsp",function(aF){b("html").bind("dragstart.jsp selectstart.jsp",function(){return false});h.addClass("jspActive");var s=aF.pageX-h.position().left;b("html").bind("mousemove.jsp",function(aG){T(aG.pageX-s,false)}).bind("mouseup.jsp mouseleave.jsp",ar);return false});l=aj.innerWidth();ae()}else{}}function ae(){aj.find(">.jspHorizontalBar>.jspCap:visible,>.jspHorizontalBar>.jspArrow").each(function(){l-=b(this).outerWidth()});F.width(l+"px");X=0}function E(){if(aB&&av){var aF=F.outerHeight(),s=al.outerWidth();t-=aF;b(ak).find(">.jspCap:visible,>.jspArrow").each(function(){l+=b(this).outerWidth()});l-=s;v-=s;ah-=aF;F.parent().append(b('<div class="jspCorner" />').css("width",aF+"px"));o();ae()}if(aB){V.width((aj.outerWidth()-g)+"px")}W=V.outerHeight();q=W/v;if(aB){ao=1/y*l;if(ao>au.horizontalDragMaxWidth){ao=au.horizontalDragMaxWidth}else{if(ao<au.horizontalDragMinWidth){ao=au.horizontalDragMinWidth}}h.width(ao+"px");j=l-ao;ab(X)}if(av){A=1/q*t;if(A>au.verticalDragMaxHeight){A=au.verticalDragMaxHeight}else{if(A<au.verticalDragMinHeight){A=au.verticalDragMinHeight}}ap.height(A+"px");i=t-A;aa(H)}}function ai(aG,aI,aF,s){var aK="before",aH="after",aJ;if(aI=="os"){aI=/Mac/.test(navigator.platform)?"after":"split"}if(aI==aK){aH=aI}else{if(aI==aH){aK=aI;aJ=aF;aF=s;s=aJ}}aG[aK](aF)[aH](s)}function az(aF,s,aG){return function(){G(aF,s,this,aG);this.blur();return false}}function G(aH,aF,aK,aJ){aK=b(aK).addClass("jspActive");var aI,s=function(){if(aH!=0){T(X+aH*au.arrowButtonSpeed,false)}if(aF!=0){S(H+aF*au.arrowButtonSpeed,false)}},aG=setInterval(s,au.arrowRepeatFreq);s();aI=aJ==c?"mouseup.jsp":"mouseout.jsp";aJ=aJ||b("html");aJ.bind(aI,function(){aK.removeClass("jspActive");clearInterval(aG);aJ.unbind(aI)})}function p(){w();if(av){al.bind("mousedown.jsp",function(aH){if(aH.originalTarget==c||aH.originalTarget==aH.currentTarget){var aG=b(this),s=setInterval(function(){var aI=aG.offset(),aJ=aH.pageY-aI.top;if(H+A<aJ){S(H+au.trackClickSpeed)}else{if(aJ<H){S(H-au.trackClickSpeed)}else{aF()}}},au.trackClickRepeatFreq),aF=function(){s&&clearInterval(s);s=null;b(document).unbind("mouseup.jsp",aF)};b(document).bind("mouseup.jsp",aF);return false}})}if(aB){F.bind("mousedown.jsp",function(aH){if(aH.originalTarget==c||aH.originalTarget==aH.currentTarget){var aG=b(this),s=setInterval(function(){var aI=aG.offset(),aJ=aH.pageX-aI.left;if(X+ao<aJ){T(X+au.trackClickSpeed)}else{if(aJ<X){T(X-au.trackClickSpeed)}else{aF()}}},au.trackClickRepeatFreq),aF=function(){s&&clearInterval(s);s=null;b(document).unbind("mouseup.jsp",aF)};b(document).bind("mouseup.jsp",aF);return false}})}}function w(){F&&F.unbind("mousedown.jsp");al&&al.unbind("mousedown.jsp")}function ar(){b("html").unbind("dragstart.jsp selectstart.jsp mousemove.jsp mouseup.jsp mouseleave.jsp");ap&&ap.removeClass("jspActive");h&&h.removeClass("jspActive")}function S(s,aF){if(!av){return}if(s<0){s=0}else{if(s>i){s=i}}if(aF==c){aF=au.animateScroll}if(aF){N.animate(ap,"top",s,aa)}else{ap.css("top",s);aa(s)}}function aa(aF){if(aF==c){aF=ap.position().top}aj.scrollTop(0);H=aF;var aI=H==0,aG=H==i,aH=aF/i,s=-aH*(W-v);if(ag!=aI||aD!=aG){ag=aI;aD=aG;C.trigger("jsp-arrow-change",[ag,aD,M,k])}u(aI,aG);V.css("top",s);C.trigger("jsp-scroll-y",[-s,aI,aG])}function T(aF,s){if(!aB){return}if(aF<0){aF=0}else{if(aF>j){aF=j}}if(s==c){s=au.animateScroll}if(s){N.animate(h,"left",aF,ab)}else{h.css("left",aF);ab(aF)}}function ab(aF){if(aF==c){aF=h.position().left}aj.scrollTop(0);X=aF;var aI=X==0,aH=X==j,aG=aF/j,s=-aG*(Q-ah);if(M!=aI||k!=aH){M=aI;k=aH;C.trigger("jsp-arrow-change",[ag,aD,M,k])}r(aI,aH);V.css("left",s);C.trigger("jsp-scroll-x",[-s,aI,aH])}function u(aF,s){if(au.showArrows){am[aF?"addClass":"removeClass"]("jspDisabled");ac[s?"addClass":"removeClass"]("jspDisabled")}}function r(aF,s){if(au.showArrows){at[aF?"addClass":"removeClass"]("jspDisabled");
x[s?"addClass":"removeClass"]("jspDisabled")}}function J(s,aF){var aG=s/(W-v);S(aG*i,aF)}function K(aF,s){var aG=aF/(Q-ah);T(aG*j,s)}function Y(aN,aL,aF){var aJ,aH,s=0,aG,aK,aM;try{aJ=b(aN)}catch(aI){return}aH=aJ.outerHeight();aj.scrollTop(0);while(!aJ.is(".jspPane")){s+=aJ.position().top;aJ=aJ.offsetParent();if(/^body|html$/i.test(aJ[0].nodeName)){return}}aG=aw();aK=aG+v;if(s<aG||aL){aM=s-au.verticalGutter}else{if(s+aH>aK){aM=s-v+aH+au.verticalGutter}}if(aM){J(aM,aF)}}function ay(){return -V.position().left}function aw(){return -V.position().top}function ad(){aj.unbind(Z).bind(Z,function(aI,aJ,aH,aF){var aG=X,s=H;T(X+aH*au.mouseWheelSpeed,false);S(H-aF*au.mouseWheelSpeed,false);return aG==X&&s==H})}function n(){aj.unbind(Z)}function ax(){return false}function I(){V.unbind("focusin.jsp").bind("focusin.jsp",function(s){if(s.target===V[0]){return}Y(s.target,false)})}function D(){V.unbind("focusin.jsp")}function P(){var aF,s;C.attr("tabindex",0).unbind("keydown.jsp").bind("keydown.jsp",function(aJ){if(aJ.target!==C[0]){return}var aH=X,aG=H,aI=aF?2:16;switch(aJ.keyCode){case 40:S(H+aI,false);break;case 38:S(H-aI,false);break;case 34:case 32:J(aw()+Math.max(32,v)-16);break;case 33:J(aw()-v+16);break;case 35:J(W-v);break;case 36:J(0);break;case 39:T(X+aI,false);break;case 37:T(X-aI,false);break}if(!(aH==X&&aG==H)){aF=true;clearTimeout(s);s=setTimeout(function(){aF=false},260);return false}});if(au.hideFocus){C.css("outline","none");if("hideFocus" in aj[0]){C.attr("hideFocus",true)}}else{C.css("outline","");if("hideFocus" in aj[0]){C.attr("hideFocus",false)}}}function O(){C.attr("tabindex","-1").removeAttr("tabindex").unbind("keydown.jsp")}function B(){if(location.hash&&location.hash.length>1){var aG,aF;try{aG=b(location.hash)}catch(s){return}if(aG.length&&V.find(aG)){if(aj.scrollTop()==0){aF=setInterval(function(){if(aj.scrollTop()>0){Y(location.hash,true);b(document).scrollTop(aj.position().top);clearInterval(aF)}},50)}else{Y(location.hash,true);b(document).scrollTop(aj.position().top)}}}}function af(){b("a.jspHijack").unbind("click.jsp-hijack").removeClass("jspHijack")}function m(){af();b("a[href^=#]").addClass("jspHijack").bind("click.jsp-hijack",function(){var s=this.href.split("#"),aF;if(s.length>1){aF=s[1];if(aF.length>0&&V.find("#"+aF).length>0){Y("#"+aF,true);return false}}})}b.extend(N,{reinitialise:function(aF){aF=b.extend({},aF,au);an(aF)},scrollToElement:function(aG,aF,s){Y(aG,aF,s)},scrollTo:function(aG,s,aF){K(aG,aF);J(s,aF)},scrollToX:function(aF,s){K(aF,s)},scrollToY:function(s,aF){J(s,aF)},scrollBy:function(aF,s,aG){N.scrollByX(aF,aG);N.scrollByY(s,aG)},scrollByX:function(s,aG){var aF=ay()+s,aH=aF/(Q-ah);T(aH*j,aG)},scrollByY:function(s,aG){var aF=aw()+s,aH=aF/(W-v);S(aH*i,aG)},animate:function(aF,aI,s,aH){var aG={};aG[aI]=s;aF.animate(aG,{duration:au.animateDuration,ease:au.animateEase,queue:false,step:aH})},getContentPositionX:function(){return ay()},getContentPositionY:function(){return aw()},getIsScrollableH:function(){return aB},getIsScrollableV:function(){return av},getContentPane:function(){return V},scrollToBottom:function(s){S(i,s)},hijackInternalLinks:function(){m()}})}f=b.extend({},b.fn.jScrollPane.defaults,f);var e;this.each(function(){var g=b(this),h=g.data("jsp");if(h){h.reinitialise(f)}else{h=new d(g,f);g.data("jsp",h)}e=e?e.add(g):g});return e};b.fn.jScrollPane.defaults={showArrows:false,maintainPosition:true,clickOnTrack:true,autoReinitialise:false,autoReinitialiseDelay:500,verticalDragMinHeight:0,verticalDragMaxHeight:99999,horizontalDragMinWidth:0,horizontalDragMaxWidth:99999,animateScroll:false,animateDuration:300,animateEase:"linear",hijackInternalLinks:false,verticalGutter:4,horizontalGutter:4,mouseWheelSpeed:10,arrowButtonSpeed:10,arrowRepeatFreq:100,arrowScrollOnHover:false,trackClickSpeed:30,trackClickRepeatFreq:100,verticalArrowPositions:"split",horizontalArrowPositions:"split",enableKeyboardNavigation:true,hideFocus:false}})(jQuery,this);

/* Cufon 1.09i */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1988, 1991, 1995, 2001, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * Belwe is a trademark of Esselte Pendaflex Corporation in the U.S.A., of
 * Letraset Canada Ltd. in Canada and of Esselte Letraset Ltd. elsewhere.
 * 
 * Full name:
 * BelweStd-Light
 * 
 * Manufacturer:
 * Adobe Systems Incorporated
 * 
 * Designer:
 * Georg Belwe
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":173,"face":{"font-family":"Belwe Std","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 5 5 2 5 3 5 2 5 4","ascent":"252","descent":"-108","x-height":"3","bbox":"-25 -270 308 90","underline-thickness":"18","underline-position":"-18","stemh":"14","stemv":"27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86},"!":{"d":"39,-221v0,-14,1,-31,18,-31v17,0,18,17,18,30v0,19,-13,75,-12,151r-13,0v1,-50,-11,-128,-11,-150xm56,3v-10,0,-17,-8,-17,-18v0,-10,6,-17,17,-17v9,0,19,7,19,17v0,10,-9,18,-19,18","w":113},"\"":{"d":"98,-222r-6,73v0,3,0,11,-6,11v-5,0,-6,-8,-6,-11r-6,-73v-1,-9,-2,-30,12,-30v14,0,13,21,12,30xm46,-222r-6,73v0,3,-1,11,-6,11v-6,0,-6,-8,-6,-11r-6,-73v-1,-9,-2,-30,12,-30v14,0,13,21,12,30","w":119},"#":{"d":"152,-84r1,16r-32,0r-10,68r-17,0r9,-68r-41,0r-9,68r-18,0r10,-68r-33,0r-1,-16r36,0r7,-46r-33,0r-1,-16r36,0r9,-68r17,0r-10,68r41,0r10,-68r18,0r-10,68r30,0r1,16r-33,0r-7,46r30,0xm112,-130r-42,0r-6,46r41,0"},"$":{"d":"83,-135r0,-64v-14,0,-32,10,-32,27v0,22,16,30,32,37xm97,-95r0,77v21,0,36,-15,36,-37v0,-21,-18,-33,-36,-40xm83,28r0,-28v-23,1,-45,-8,-63,-23r15,-23v14,15,29,26,48,28r0,-84v-25,-11,-54,-24,-54,-57v0,-30,26,-54,54,-55r0,-26r14,0r0,26v18,1,34,8,48,18r-11,18v-12,-9,-22,-17,-37,-20r0,70v27,13,59,27,59,61v0,34,-27,63,-59,67r0,28r-14,0"},"%":{"d":"51,-203v-50,0,-30,95,12,95v23,0,29,-20,29,-41v0,-21,-16,-54,-41,-54xm180,-219r-126,224r-12,0r125,-224r13,0xm157,-105v-49,0,-30,94,11,94v23,0,29,-19,29,-40v0,-21,-15,-54,-40,-54xm10,-154v0,-28,14,-65,48,-65v34,0,46,33,46,62v0,27,-13,65,-45,65v-35,0,-49,-31,-49,-62xm115,-57v0,-28,14,-65,48,-65v34,0,47,33,47,62v0,27,-13,65,-45,65v-35,0,-50,-31,-50,-62","w":219},"&":{"d":"125,-238v-38,-3,-48,52,-28,81v21,-12,53,-25,53,-55v0,-14,-11,-26,-25,-26xm231,-131r-21,0v-3,34,-17,65,-35,87v17,20,45,37,71,15r6,8v-22,39,-76,31,-99,-3v-44,52,-145,33,-145,-45v0,-37,31,-63,63,-77v-26,-47,7,-106,57,-106v23,0,44,12,44,39v0,33,-42,55,-69,69v17,32,37,62,61,89v12,-12,26,-39,26,-54v0,-17,-8,-22,-23,-22r0,-14r64,0r0,14xm77,-134v-28,17,-42,37,-42,63v0,54,71,67,108,37v-25,-31,-48,-63,-66,-100","w":246},"(":{"d":"78,-252r12,10v-68,76,-64,209,2,282r-12,10v-88,-75,-89,-225,-2,-302","w":106},")":{"d":"28,50r-12,-9v68,-76,64,-209,-1,-282r12,-11v88,75,89,225,1,302","w":106},"*":{"d":"25,-190r7,-24v16,10,34,19,51,25v0,-21,-3,-36,-7,-57r28,0v-4,21,-7,36,-7,57v17,-6,35,-15,51,-25r7,24v-19,2,-37,8,-55,13v12,15,24,29,39,41r-22,16v-6,-18,-15,-34,-27,-50v-12,16,-21,32,-27,50r-22,-16v15,-12,27,-26,39,-41v-18,-5,-36,-11,-55,-13","w":180},"+":{"d":"98,-95r0,-75r20,0r0,75r75,0r0,20r-75,0r0,75r-20,0r0,-75r-75,0r0,-20r75,0","w":216},",":{"d":"33,33r-5,-9v7,-3,21,-15,15,-21v-10,0,-18,-6,-18,-17v0,-9,5,-19,16,-19v37,0,19,61,-8,66","w":86},"-":{"d":"104,-74r-88,0r0,-23r88,0r0,23","w":119},".":{"d":"61,-15v0,23,-36,24,-36,0v0,-23,36,-24,36,0","w":86},"\/":{"d":"-1,6r85,-258r17,0r-85,258r-17,0","w":100},"0":{"d":"31,-121v0,37,20,101,66,101v41,0,46,-42,46,-73v0,-37,-21,-101,-67,-101v-41,0,-45,42,-45,73xm86,5v-56,0,-76,-65,-76,-112v0,-46,19,-112,77,-112v56,0,76,65,76,112v0,46,-19,112,-77,112"},"1":{"d":"124,0r-71,0r0,-13r23,0r0,-170r-25,7r0,-11v15,-6,30,-12,39,-27r13,0r0,201r21,0r0,13"},"2":{"d":"20,-23v40,-35,110,-55,110,-125v0,-28,-19,-57,-50,-57v-26,0,-45,21,-45,46v0,32,17,47,47,48r0,10v-34,11,-70,-10,-69,-46v0,-45,35,-72,78,-72v41,0,68,25,68,65v1,61,-72,97,-112,130v38,-6,85,17,95,-21r13,0r-11,53r-13,1r1,-9r-103,0"},"3":{"d":"138,-195r-55,53v40,0,72,22,72,64v0,73,-98,111,-147,58r19,-20v13,15,31,30,53,30v32,0,48,-20,48,-53v0,-40,-34,-72,-74,-54r-7,-8r66,-64v-34,3,-70,-12,-79,21r-14,-3r15,-53v5,3,17,1,13,10r81,-1"},"4":{"d":"30,-74r72,0r-1,-100xm102,-13r0,-41r-94,0r1,-20r98,-140r22,0r0,140r30,0r-3,20r-27,0r0,41r23,0r0,13r-77,0r0,-13r27,0"},"5":{"d":"39,-122r-16,-8r29,-84r80,0v0,-9,8,-10,18,-9r-11,34r-80,0r-15,43v53,-22,108,19,108,68v0,73,-94,111,-144,57r20,-19v28,34,100,37,100,-24v0,-40,-49,-89,-89,-58"},"6":{"d":"92,-9v65,0,54,-121,-6,-121v-35,0,-48,26,-48,58v0,30,22,63,54,63xm150,-206r-15,20v-13,-9,-28,-17,-44,-17v-36,0,-54,54,-54,84v36,-53,126,-28,126,40v0,43,-29,84,-74,84v-56,0,-80,-48,-80,-100v0,-68,66,-159,141,-111"},"7":{"d":"32,-222v7,0,13,1,13,8r103,0r8,21v-53,64,-72,110,-70,193r-28,0v-2,-85,26,-131,75,-189v-39,6,-90,-17,-99,22r-14,-2"},"8":{"d":"77,-111v-7,-1,-40,18,-40,49v-1,53,102,69,102,9v0,-38,-60,-58,-62,-58xm48,-177v0,32,50,45,49,46v10,-4,29,-18,29,-34v0,-43,-78,-51,-78,-12xm110,-123v27,14,49,27,49,61v1,79,-145,94,-145,6v0,-28,26,-50,48,-63v-16,-7,-35,-24,-35,-43v0,-71,122,-77,122,-9v0,26,-19,39,-39,48"},"9":{"d":"79,-205v-65,0,-54,121,6,121v35,0,48,-26,48,-58v0,-30,-22,-63,-54,-63xm21,-8r15,-19v13,9,28,17,44,17v36,0,54,-55,54,-85v-17,18,-34,31,-58,31v-40,0,-68,-33,-68,-71v0,-43,29,-84,74,-84v56,0,80,48,80,100v0,68,-66,159,-141,111"},":":{"d":"61,-98v0,23,-36,24,-36,0v0,-23,36,-24,36,0xm61,-15v0,23,-36,24,-36,0v0,-23,36,-24,36,0","w":86},";":{"d":"33,33r-5,-9v7,-3,21,-15,15,-21v-10,0,-18,-6,-18,-17v0,-9,5,-19,16,-19v37,0,19,61,-8,66xm61,-98v0,23,-36,24,-36,0v0,-23,36,-24,36,0","w":86},"<":{"d":"190,-20r0,20r-165,-76r0,-18r165,-76r0,20r-141,65","w":216},"=":{"d":"193,-130r0,19r-170,0r0,-19r170,0xm193,-59r0,19r-170,0r0,-19r170,0","w":216},">":{"d":"26,-20r141,-65r-141,-65r0,-20r165,76r0,18r-165,76r0,-20","w":216},"?":{"d":"57,-70v-12,-67,44,-76,46,-132v0,-21,-9,-37,-32,-37v-33,0,-45,40,-27,63r-26,13v-26,-42,11,-89,58,-89v32,0,59,18,59,53v0,61,-65,50,-60,129r-18,0xm69,3v-10,0,-18,-8,-18,-18v0,-10,7,-17,18,-17v9,0,18,7,18,17v0,10,-8,18,-18,18","w":146},"@":{"d":"117,-99v0,22,11,31,26,31v17,0,44,-43,44,-81v0,-15,-6,-24,-17,-24v-20,0,-53,26,-53,74xm193,-169r4,-15r24,0r-24,96v-1,5,-4,24,14,24v33,0,51,-44,51,-77v0,-43,-40,-101,-110,-101v-60,0,-107,46,-107,129v0,53,43,106,111,106v33,0,52,-8,74,-18r4,10v-24,10,-49,21,-78,21v-97,0,-140,-72,-140,-123v0,-81,63,-135,136,-135v69,0,122,47,122,110v0,38,-24,90,-69,90v-29,0,-31,-24,-34,-28v-12,22,-78,58,-79,-19v0,-27,24,-90,74,-90v18,0,22,11,27,20","w":288},"A":{"d":"154,-93r-45,-121r-45,121r90,0xm56,0r-60,0r0,-14r17,0r85,-232r30,0r84,232r19,0r0,14r-72,0r0,-14r24,0r-23,-63r-102,0r-23,63r21,0r0,14","w":226},"B":{"d":"65,-143r0,129v52,0,101,5,101,-67v0,-65,-49,-62,-101,-62xm65,-232r0,75v33,1,65,-2,65,-37v0,-40,-33,-38,-65,-38xm13,-14r23,0r0,-218r-23,0r0,-14r68,0v23,0,75,1,75,47v1,24,-16,39,-36,46v49,1,75,33,75,73v0,66,-62,80,-90,80r-92,0r0,-14","w":206},"C":{"d":"205,-224r10,-9r10,10r-49,46r-11,-11v24,-22,-3,-50,-35,-50v-60,0,-89,53,-89,110v0,59,40,110,97,110v30,0,57,-10,77,-32r10,12v-24,30,-55,44,-93,44v-75,0,-120,-57,-120,-131v0,-98,117,-168,193,-99","w":233},"D":{"d":"39,-14r0,-218r-21,0r0,-14r90,0v75,0,116,52,116,123v0,116,-91,132,-207,123r0,-14r22,0xm68,-232r0,218v80,6,126,-25,126,-109v0,-87,-48,-116,-126,-109","w":240},"E":{"d":"17,0r0,-14r22,0r0,-218r-22,0r0,-14r151,0r20,42r-11,7v-20,-35,-58,-37,-109,-35r0,76r86,0r0,-20r14,0r0,61r-14,0r0,-25r-86,0r0,126v53,1,87,-3,113,-44r13,4r-26,55","w":206},"F":{"d":"17,-232r0,-14r145,-2r20,45r-11,5v-18,-36,-55,-35,-103,-34r0,76r80,0r0,-21r14,0r0,64r-14,0r0,-27r-80,0r0,126r25,0r0,14r-76,0r0,-14r22,0r0,-218r-22,0","w":186,"k":{"A":13,",":46,".":46}},"G":{"d":"218,-223r10,-10r11,11r-48,45r-11,-10v24,-24,-4,-52,-42,-51v-63,0,-97,55,-97,112v0,60,47,116,108,116v26,0,55,-8,55,-39r0,-74r-67,0r0,-16v32,-1,65,2,94,-3r9,8v-14,25,-3,70,-5,107v-81,65,-223,29,-223,-91v0,-103,124,-177,206,-105","w":259},"H":{"d":"91,0r-74,0r0,-14r22,0r0,-218r-22,0r0,-14r74,0r0,14r-23,0r0,76r104,0r0,-76r-23,0r0,-14r75,0r0,14r-23,0r0,218r23,0r0,14r-75,0r0,-14r23,0r0,-126r-104,0r0,126r23,0r0,14","w":240},"I":{"d":"17,-246r73,0r0,14r-22,0r0,218r22,0r0,14r-73,0r0,-14r22,0r0,-218r-22,0r0,-14","w":106},"J":{"d":"28,-246r77,0r0,14r-21,0r0,184v1,56,-42,64,-78,46r0,-23v19,15,48,20,48,-21r0,-186r-26,0r0,-14","w":119},"K":{"d":"93,0r-75,0r0,-14r22,0r0,-218r-21,0r0,-14r74,0r0,14r-23,0r0,105r98,-105r-23,0r0,-14r62,0r0,14r-15,0r-76,81r83,137r23,0r0,14r-77,0r0,-14r23,0r-73,-117r-25,28r0,89r23,0r0,14","w":219},"L":{"d":"17,-246r78,0r0,14r-27,0r0,218v55,0,74,7,103,-48r12,3r-21,69r-14,0r2,-10r-133,0r0,-14r22,0r0,-218r-22,0r0,-14","w":186,"k":{"T":20,"V":27,"W":27,"y":20,"Y":27}},"M":{"d":"67,0r-60,0r0,-14r17,0r29,-218r-23,0r0,-14r48,0r63,198r70,-198r45,0r0,14r-22,0r23,218r20,0r0,14r-73,0r0,-14r26,0r-19,-176r-67,190r-17,0r-61,-188r-24,174r25,0r0,14","w":286},"N":{"d":"40,-14r0,-218r-22,0r0,-14r43,0v39,69,84,131,125,197v4,-58,0,-123,1,-183r-25,0r0,-14r67,0r0,14r-21,0r0,233r-21,0r-126,-194r0,179r23,0r0,14r-66,0r0,-14r22,0","w":246},"O":{"d":"12,-125v0,-72,56,-127,129,-127v76,0,140,48,140,129v0,76,-56,129,-129,129v-80,0,-140,-48,-140,-131xm149,-8v58,0,103,-45,103,-104v0,-68,-44,-126,-113,-126v-58,0,-98,49,-98,104v0,63,40,126,108,126","w":293},"P":{"d":"67,-232r0,116v0,31,13,37,35,37v44,0,64,-34,64,-76v0,-61,-45,-81,-99,-77xm93,0r-78,0r0,-14r22,0r0,-218r-21,0r0,-14r79,0v63,0,100,37,100,91v0,71,-55,98,-128,88r0,53r26,0r0,14","w":206,"k":{"A":13,",":46,".":46}},"Q":{"d":"252,-113v0,-68,-44,-125,-113,-125v-58,0,-98,49,-98,104v0,63,40,125,108,125v58,0,103,-45,103,-104xm216,55v-40,0,-69,-39,-109,-39v-16,0,-35,9,-50,15r-12,-13v20,-7,43,-10,61,-18v-56,-15,-94,-58,-94,-124v0,-72,56,-128,129,-128v76,0,140,48,140,129v0,74,-53,125,-123,128v0,1,52,30,71,30v8,0,24,-5,34,-12r7,8v-15,13,-33,24,-54,24","w":293},"R":{"d":"68,-232r0,144v63,2,113,-3,113,-77v0,-67,-58,-68,-113,-67xm90,0r-74,0r0,-14r22,0r0,-218r-21,0r0,-14v95,-2,192,-8,193,87v0,50,-37,77,-83,82r64,63r21,0r0,14r-47,0r-73,-74r-24,0r0,60r22,0r0,14","w":233,"k":{"T":6,"V":6,"W":6,"Y":6}},"S":{"d":"45,-196v0,65,129,42,129,119v0,90,-122,107,-172,46r22,-23v18,18,43,42,70,42v31,0,59,-16,59,-51v-1,-71,-128,-45,-128,-119v0,-70,87,-86,138,-52r9,-10r8,9r-21,28v-31,-32,-114,-48,-114,11","w":193},"T":{"d":"112,-14r25,0r0,14r-81,0r0,-14r26,0r0,-218v-32,-1,-50,5,-57,38r-15,0r12,-62r14,0r-1,10r124,0r-2,-10r15,0r12,62r-16,0v-7,-33,-24,-39,-56,-38r0,218","w":193,"k":{"w":33,"y":27,"A":20,",":33,".":33,"-":33,"a":33,"c":33,"e":33,"i":13,"o":33,"r":27,"s":27,"u":27,":":27,";":27}},"U":{"d":"174,0v-1,-8,2,-19,-1,-25v-38,53,-138,37,-138,-47r0,-160r-22,0r0,-14r51,0r0,172v0,45,12,66,50,66v33,0,58,-23,58,-57r0,-167r-21,0r0,-14r51,0r0,232r21,0r0,14r-49,0","w":240},"V":{"d":"58,-195v18,-40,62,-67,120,-51v13,4,30,-10,36,2v-33,76,-61,159,-85,244r-33,0v-23,-80,-56,-155,-83,-232r-18,0r0,-14r68,0r0,14r-19,0xm183,-224v-21,9,-42,-3,-63,-3v-33,0,-56,47,-56,50r53,144","w":219,"k":{"y":6,"A":13,",":40,".":40,"-":20,"a":13,"e":13,"i":6,"o":13,"r":13,"u":13,":":20,";":20}},"W":{"d":"151,-197v23,-40,63,-64,123,-49v13,3,29,-11,34,2v-35,75,-58,162,-86,244r-32,0v-9,-33,-21,-68,-33,-99r-32,99r-31,0r-80,-232r-19,0r0,-14r67,0r0,14r-19,0r71,199r34,-95r-36,-104r-19,0r0,-14r65,0r0,14r-19,0xm277,-225v-22,12,-41,-2,-65,-2v-29,0,-51,34,-55,47r53,149","w":313,"k":{"A":13,",":27,".":27,"-":13,"a":13,"e":6,"i":6,"o":13,"r":6,"u":13,":":13,";":13}},"X":{"d":"69,0r-62,0r0,-14r19,0r67,-107r-66,-111r-18,0r0,-14r73,0r0,14r-24,0r51,85r54,-85r-18,0r0,-14r58,0r0,14r-17,0r-66,103r69,115r20,0r0,14r-71,0r0,-14r20,0r-54,-89r-56,89r21,0r0,14","w":213},"Y":{"d":"125,6v-19,0,-36,-14,-55,-2r-10,-5r35,-74r-84,-157r-18,0r0,-14r72,0r0,14r-23,0r68,126r60,-126r-23,0r0,-14r61,0r0,14r-18,0r-100,211v23,-12,51,14,69,-8r7,3v-8,17,-21,32,-41,32","w":206,"k":{"v":6,"A":13,",":33,".":33,"-":27,"a":20,"e":20,"i":6,"o":20,"u":13,":":27,";":27,"p":13,"q":20}},"Z":{"d":"177,-226r-142,202v56,-3,117,14,128,-38r15,0r-8,71r-16,0r0,-9r-135,1r-14,-22r143,-200v-48,4,-106,-16,-113,33r-16,0r7,-68r18,0r-2,10r121,0","w":193},"[":{"d":"23,-246r61,0r0,14r-36,0r0,266r36,0r0,14r-61,0r0,-294","w":106},"\\":{"d":"-25,-252r19,0r131,258r-19,0","w":100},"]":{"d":"83,48r-61,0r0,-14r37,0r0,-266r-37,0r0,-14r61,0r0,294","w":106},"^":{"d":"55,-82r-22,0r66,-132r18,0r66,132r-22,0r-53,-107","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"81,-14v47,0,44,-38,43,-81v-36,-7,-85,-5,-85,37v0,26,12,44,42,44xm52,-171r-2,14v15,-10,31,-16,50,-16v74,3,45,93,51,160r19,0r0,13r-42,0v-3,-8,-4,-15,-4,-21v-32,38,-115,31,-112,-32v3,-56,59,-60,112,-56v1,-27,-2,-51,-35,-51v-22,0,-41,16,-49,35r-11,-2r12,-46","w":180},"b":{"d":"53,-138v6,57,-23,128,46,128v71,0,71,-143,-4,-144v-17,0,-29,6,-42,16xm26,-21r0,-203r-20,7r0,-13r64,-22r0,13r-17,6r0,80v17,-10,35,-20,55,-20v45,0,72,38,72,79v0,48,-33,97,-87,97v-27,0,-45,-7,-67,-24","w":193},"c":{"d":"157,-39r9,8v-42,60,-154,35,-154,-48v0,-81,99,-125,151,-67r-19,19v-9,-12,-23,-33,-52,-33v-33,0,-57,30,-57,65v0,64,77,105,122,56"},"d":{"d":"146,0r-3,-21v-47,50,-131,14,-131,-60v0,-68,75,-120,131,-75r0,-68r-18,6r0,-13r63,-21r0,12r-18,6r0,221r19,0r0,13r-43,0xm143,-38r0,-83v0,-20,-23,-39,-47,-39v-77,1,-70,148,2,147v19,0,33,-11,45,-25","w":200},"e":{"d":"37,-87r103,-28v-4,-25,-24,-45,-51,-45v-38,0,-59,38,-52,73xm168,-108r-129,33v8,58,83,73,122,32r9,10v-21,20,-42,36,-77,36v-51,0,-81,-40,-81,-88v0,-49,35,-88,83,-88v38,0,68,28,73,65","w":180},"f":{"d":"87,0r-72,0r0,-13r19,0r0,-141r-25,0r4,-16r22,0v-35,-31,3,-85,44,-82v11,0,23,4,32,10r-14,14v-17,-17,-56,-11,-54,17v2,39,24,43,56,41r-4,16r-34,0r0,141r26,0r0,13","w":106},"g":{"d":"40,-109v0,30,18,64,51,64v28,0,47,-21,47,-48v0,-32,-16,-67,-53,-67v-31,0,-45,22,-45,51xm130,38v0,-26,-32,-32,-35,-32v-11,1,-19,20,-19,30v-1,32,53,31,54,2xm145,-161v4,19,21,28,20,58v-2,52,-47,78,-97,69v-9,11,-21,18,-31,26v47,-9,118,-1,118,37v0,26,-27,44,-51,44v-22,0,-51,-6,-51,-34v-1,-15,18,-26,27,-35v-24,-3,-43,1,-62,4r-10,-16v18,-5,31,-19,43,-32v-24,-12,-38,-37,-38,-63v-1,-58,64,-85,117,-61v6,-17,18,-28,44,-24r-4,20v-9,-3,-25,-4,-25,7","w":180},"h":{"d":"75,0r-65,0r0,-13r20,0r0,-211r-21,7r0,-13r64,-22r0,13r-16,6r0,90v19,-14,38,-30,63,-30v45,0,49,32,49,52r0,108r19,0r0,13r-64,0r0,-13r18,0r0,-103v6,-52,-65,-39,-85,-11r0,114r18,0r0,13","w":200},"i":{"d":"79,-13r0,13r-65,0r0,-13r19,0r0,-137r-19,6r0,-13r48,-16v-4,47,-1,109,-2,160r19,0xm47,-199v-11,0,-20,-7,-20,-19v0,-11,9,-18,19,-18v11,0,19,9,19,20v0,11,-8,17,-18,17","w":93},"j":{"d":"8,73v-1,-7,-4,-15,5,-15v17,-5,23,-17,23,-37r0,-172r-18,6r0,-13r45,-15r0,180v0,45,-20,61,-55,66xm49,-199v-11,0,-19,-7,-19,-19v0,-11,8,-18,18,-18v11,0,19,9,19,20v0,11,-8,17,-18,17","w":93},"k":{"d":"77,0r-65,0r0,-13r19,0r0,-212r-19,6r0,-12r65,-21r0,13r-19,6r0,76v40,-28,113,-19,114,40v0,39,-36,58,-71,58r52,46r20,0r0,13r-49,0v-21,-26,-45,-44,-66,-65r0,52r19,0r0,13xm58,-141r0,68v38,11,87,2,87,-44v0,-49,-62,-53,-87,-24","w":186},"l":{"d":"78,0r-65,0r0,-13r20,0r0,-211r-19,7r0,-13r64,-22r0,13r-18,6r0,220r18,0r0,13","w":93},"m":{"d":"80,0r-65,0r0,-13r19,0r0,-138r-18,6r0,-13r45,-15r0,26v30,-28,87,-41,106,4v20,-14,39,-30,65,-30v70,2,46,94,50,160r18,0r0,13r-64,0r0,-13r19,0v-8,-51,24,-139,-34,-140v-21,0,-36,12,-50,23r0,117r19,0r0,13r-65,0r0,-13r19,0r0,-108v0,-48,-65,-32,-83,-9r0,117r19,0r0,13","w":313},"n":{"d":"80,0r-65,0r0,-13r19,0r0,-138r-19,6r0,-13r46,-15r0,29v17,-13,36,-29,59,-29v76,-3,49,93,54,160r20,0r0,13r-65,0r0,-13r18,0r0,-98v0,-18,-1,-42,-33,-42v-23,0,-36,12,-53,26r0,114r19,0r0,13","w":206},"o":{"d":"103,-173v51,0,92,37,92,88v0,51,-41,88,-92,88v-51,0,-91,-37,-91,-88v0,-51,40,-88,91,-88xm41,-94v0,40,23,84,68,84v43,0,57,-29,57,-66v0,-40,-23,-84,-67,-84v-38,0,-58,31,-58,66","w":206},"p":{"d":"77,73r-68,0r0,-13r20,0r0,-212r-18,6r0,-13r45,-14r0,22v49,-50,131,-5,131,64v0,70,-71,113,-131,77r0,70r21,0r0,13xm56,-134v5,56,-21,124,45,124v42,0,57,-35,57,-72v0,-36,-15,-77,-54,-77v-19,0,-34,13,-48,25","w":200},"q":{"d":"96,-16v65,-1,42,-41,42,-90v0,-23,-3,-54,-41,-54v-77,0,-75,145,-1,144xm96,-173v32,0,45,19,69,0r0,233r18,0r0,13r-69,0r0,-13r24,0r0,-76v-50,42,-126,6,-126,-61v0,-49,31,-96,84,-96","w":193},"r":{"d":"86,0r-70,0r0,-13r19,0r0,-139r-18,7r0,-13r42,-15r0,31v5,-13,12,-31,29,-31v11,0,19,8,26,12r8,-14r9,8r-22,36v-22,-30,-47,-12,-47,33r0,85r24,0r0,13","w":133,"k":{",":13,".":13,"-":6}},"s":{"d":"38,-139v0,47,86,33,86,84v0,62,-86,75,-121,33r18,-22v14,14,31,31,53,31v15,0,29,-11,29,-27v-1,-48,-89,-35,-86,-87v3,-52,70,-56,103,-30r-14,17v-14,-8,-27,-20,-44,-20v-13,0,-24,9,-24,21","w":140},"t":{"d":"9,-155r0,-9v18,-6,34,-26,39,-45r9,2r0,37r37,0r-2,16r-35,0r0,117v-2,28,23,27,38,16r7,7v-20,21,-72,33,-72,-20r0,-121r-21,0","w":106},"u":{"d":"146,0r0,-24v-18,15,-37,27,-62,27v-79,-2,-45,-88,-52,-154r-19,7r0,-13r46,-16r0,113v1,67,58,46,87,18r0,-109r-19,6r0,-12r46,-16r0,160r20,0r0,13r-47,0","w":206},"v":{"d":"149,-144v-36,2,-74,-23,-99,9r48,112xm45,-147v23,-28,61,-29,103,-20v12,2,24,-11,30,0v-24,55,-48,111,-70,167r-28,0v-19,-51,-44,-102,-65,-152r-18,8r-3,-10r41,-19v3,9,6,17,10,26","w":186,"k":{",":20,".":20}},"w":{"d":"128,-147v26,-42,82,-11,125,-26v11,6,0,16,-3,26r-55,147r-30,0v-8,-24,-20,-47,-30,-71v-9,24,-21,47,-27,71r-30,0r-64,-152r-18,9r-3,-10r38,-20v2,7,66,149,66,149r28,-69r-25,-58r-18,8r-5,-10r42,-20xm134,-135r49,111r46,-119v-38,-1,-73,-22,-95,8","w":266,"k":{",":20,".":20}},"x":{"d":"65,0r-61,0r0,-13r20,0r49,-68r-47,-76r-17,0r0,-13r68,0r0,13r-24,0r36,55r41,-55r-24,0r0,-13r58,0r0,13r-15,0r-50,70r49,74r21,0r0,13r-72,0r0,-13r21,0r-34,-53r-39,53r20,0r0,13"},"y":{"d":"45,-147v26,-27,60,-28,101,-20v13,2,27,-11,34,1r-87,185v-12,32,-38,70,-76,47r10,-26v34,14,49,-17,58,-43r-68,-147r-19,8r-4,-10r41,-21v3,8,5,18,10,26xm151,-144v-35,3,-75,-24,-101,7r49,105","w":186,"k":{",":20,".":20}},"z":{"d":"136,-152r-96,128v36,-2,79,10,86,-24r14,0r-14,58r-15,0r2,-10r-95,0r-10,-16r100,-131v-34,3,-67,-12,-78,21r-13,-1r13,-54r14,0r-2,11r86,0","w":153},"{":{"d":"42,1v0,-42,14,-95,-27,-102v64,-7,-15,-163,77,-151r0,4v-58,12,12,135,-58,148v48,7,33,58,33,104v0,24,6,37,25,42r0,4v-30,0,-50,-7,-50,-49","w":106},"|":{"d":"30,90r0,-360r20,0r0,360r-20,0","w":79},"}":{"d":"64,-203v0,43,-14,95,28,102v-65,6,14,163,-77,151r0,-4v58,-12,-12,-134,58,-147v-48,-7,-33,-58,-33,-104v0,-24,-6,-38,-25,-43r0,-4v30,0,49,7,49,49","w":106},"~":{"d":"70,-107v24,0,56,23,77,24v14,0,23,-13,31,-26r13,15v-11,15,-23,31,-45,31v-36,0,-90,-50,-108,2r-13,-15v8,-15,21,-31,45,-31","w":216},"'":{"d":"52,-222r-6,73v0,3,0,11,-6,11v-5,0,-6,-8,-6,-11r-6,-73v-1,-9,-2,-30,12,-30v14,0,13,21,12,30","w":79},"`":{"d":"4,-236r8,-16r75,50r-7,7","w":93},"\u00a0":{"w":86}}});

