/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.73 (04-NOV-2009)
 * 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
 *
 * Originally based on the work of:
 *	1) Matt Oakes
 *	2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
 *	3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
 */
(function(i){var l="2.73";if(i.support==undefined){i.support={opacity:!(i.browser.msie)}}function a(q){if(i.fn.cycle.debug){f(q)}}function f(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}i.fn.cycle=function(r,q){var s={s:this.selector,c:this.context};if(this.length===0&&r!="stop"){if(!i.isReady&&s.s){f("DOM not ready, queuing slideshow");i(function(){i(s.s,s.c).cycle(r,q)});return this}f("terminating; zero elements found by selector"+(i.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var w=m(this,r,q);if(w===false){return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var x=i(this);var y=w.slideExpr?i(w.slideExpr,this):x.children();var u=y.get();if(u.length<2){f("terminating; too few slides: "+u.length);return}var t=k(x,y,u,w,s);if(t===false){return}var v=t.continuous?10:h(t.currSlide,t.nextSlide,t,!t.rev);if(v){v+=(t.delay||0);if(v<10){v=10}a("first timeout: "+v);this.cycleTimeout=setTimeout(function(){e(u,t,0,!t.rev)},v)}})};function m(q,t,r){if(q.cycleStop==undefined){q.cycleStop=0}if(t===undefined||t===null){t={}}if(t.constructor==String){switch(t){case"stop":q.cycleStop++;if(q.cycleTimeout){clearTimeout(q.cycleTimeout)}q.cycleTimeout=0;i(q).removeData("cycle.opts");return false;case"pause":q.cyclePause=1;return false;case"resume":q.cyclePause=0;if(r===true){t=i(q).data("cycle.opts");if(!t){f("options not found, can not resume");return false}if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}e(t.elements,t,1,1)}return false;case"prev":case"next":var u=i(q).data("cycle.opts");if(!u){f('options not found, "prev/next" ignored');return false}i.fn.cycle[t](u);return false;default:t={fx:t}}return t}else{if(t.constructor==Number){var s=t;t=i(q).data("cycle.opts");if(!t){f("options not found, can not advance slide");return false}if(s<0||s>=t.elements.length){f("invalid slide index: "+s);return false}t.nextSlide=s;if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}if(typeof r=="string"){t.oneTimeFx=r}e(t.elements,t,1,s>=t.currSlide);return false}}return t}function b(q,r){if(!i.support.opacity&&r.cleartype&&q.style.filter){try{q.style.removeAttribute("filter")}catch(s){}}}function k(y,J,u,t,E){var C=i.extend({},i.fn.cycle.defaults,t||{},i.metadata?y.metadata():i.meta?y.data():{});if(C.autostop){C.countdown=C.autostopCount||u.length}var r=y[0];y.data("cycle.opts",C);C.$cont=y;C.stopCount=r.cycleStop;C.elements=u;C.before=C.before?[C.before]:[];C.after=C.after?[C.after]:[];C.after.unshift(function(){C.busy=0});if(!i.support.opacity&&C.cleartype){C.after.push(function(){b(this,C)})}if(C.continuous){C.after.push(function(){e(u,C,0,!C.rev)})}n(C);if(!i.support.opacity&&C.cleartype&&!C.cleartypeNoBg){g(J)}if(y.css("position")=="static"){y.css("position","relative")}if(C.width){y.width(C.width)}if(C.height&&C.height!="auto"){y.height(C.height)}if(C.startingSlide){C.startingSlide=parseInt(C.startingSlide)}if(C.random){C.randomMap=[];for(var H=0;H<u.length;H++){C.randomMap.push(H)}C.randomMap.sort(function(L,w){return Math.random()-0.5});C.randomIndex=0;C.startingSlide=C.randomMap[0]}else{if(C.startingSlide>=u.length){C.startingSlide=0}}C.currSlide=C.startingSlide=C.startingSlide||0;var x=C.startingSlide;J.css({position:"absolute",top:0,left:0}).hide().each(function(w){var L=x?w>=x?u.length-(w-x):x-w:u.length-w;i(this).css("z-index",L)});i(u[x]).css("opacity",1).show();b(u[x],C);if(C.fit&&C.width){J.width(C.width)}if(C.fit&&C.height&&C.height!="auto"){J.height(C.height)}var D=C.containerResize&&!y.innerHeight();if(D){var v=0,B=0;for(var F=0;F<u.length;F++){var q=i(u[F]),K=q[0],A=q.outerWidth(),I=q.outerHeight();if(!A){A=K.offsetWidth}if(!I){I=K.offsetHeight}v=A>v?A:v;B=I>B?I:B}if(v>0&&B>0){y.css({width:v+"px",height:B+"px"})}}if(C.pause){y.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(c(C)===false){return false}var s=false;t.requeueAttempts=t.requeueAttempts||0;J.each(function(){var N=i(this);this.cycleH=(C.fit&&C.height)?C.height:N.height();this.cycleW=(C.fit&&C.width)?C.width:N.width();if(N.is("img")){var L=(i.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var O=(i.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var M=(i.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var w=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(L||O||M||w){if(E.s&&C.requeueOnImageNotLoaded&&++t.requeueAttempts<100){f(t.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){i(E.s,E.c).cycle(t)},C.requeueTimeout);s=true;return false}else{f("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(s){return false}C.cssBefore=C.cssBefore||{};C.animIn=C.animIn||{};C.animOut=C.animOut||{};J.not(":eq("+x+")").css(C.cssBefore);if(C.cssFirst){i(J[x]).css(C.cssFirst)}if(C.timeout){C.timeout=parseInt(C.timeout);if(C.speed.constructor==String){C.speed=i.fx.speeds[C.speed]||parseInt(C.speed)}if(!C.sync){C.speed=C.speed/2}while((C.timeout-C.speed)<250){C.timeout+=C.speed}}if(C.easing){C.easeIn=C.easeOut=C.easing}if(!C.speedIn){C.speedIn=C.speed}if(!C.speedOut){C.speedOut=C.speed}C.slideCount=u.length;C.currSlide=C.lastSlide=x;if(C.random){C.nextSlide=C.currSlide;if(++C.randomIndex==u.length){C.randomIndex=0}C.nextSlide=C.randomMap[C.randomIndex]}else{C.nextSlide=C.startingSlide>=(u.length-1)?0:C.startingSlide+1}if(!C.multiFx){var G=i.fn.cycle.transitions[C.fx];if(i.isFunction(G)){G(y,J,C)}else{if(C.fx!="custom"&&!C.multiFx){f("unknown transition: "+C.fx,"; slideshow terminating");return false}}}var z=J[x];if(C.before.length){C.before[0].apply(z,[z,z,C,true])}if(C.after.length>1){C.after[1].apply(z,[z,z,C,true])}if(C.next){i(C.next).bind(C.prevNextEvent,function(){return o(C,C.rev?-1:1)})}if(C.prev){i(C.prev).bind(C.prevNextEvent,function(){return o(C,C.rev?1:-1)})}if(C.pager){d(u,C)}j(C,u);return C}function n(q){q.original={before:[],after:[]};q.original.cssBefore=i.extend({},q.cssBefore);q.original.cssAfter=i.extend({},q.cssAfter);q.original.animIn=i.extend({},q.animIn);q.original.animOut=i.extend({},q.animOut);i.each(q.before,function(){q.original.before.push(this)});i.each(q.after,function(){q.original.after.push(this)})}function c(w){var u,s,r=i.fn.cycle.transitions;if(w.fx.indexOf(",")>0){w.multiFx=true;w.fxs=w.fx.replace(/\s*/g,"").split(",");for(u=0;u<w.fxs.length;u++){var v=w.fxs[u];s=r[v];if(!s||!r.hasOwnProperty(v)||!i.isFunction(s)){f("discarding unknown transition: ",v);w.fxs.splice(u,1);u--}}if(!w.fxs.length){f("No valid transitions named; slideshow terminating.");return false}}else{if(w.fx=="all"){w.multiFx=true;w.fxs=[];for(p in r){s=r[p];if(r.hasOwnProperty(p)&&i.isFunction(s)){w.fxs.push(p)}}}}if(w.multiFx&&w.randomizeEffects){var t=Math.floor(Math.random()*20)+30;for(u=0;u<t;u++){var q=Math.floor(Math.random()*w.fxs.length);w.fxs.push(w.fxs.splice(q,1)[0])}a("randomized fx sequence: ",w.fxs)}return true}function j(r,q){r.addSlide=function(u,v){var t=i(u),w=t[0];if(!r.autostopCount){r.countdown++}q[v?"unshift":"push"](w);if(r.els){r.els[v?"unshift":"push"](w)}r.slideCount=q.length;t.css("position","absolute");t[v?"prependTo":"appendTo"](r.$cont);if(v){r.currSlide++;r.nextSlide++}if(!i.support.opacity&&r.cleartype&&!r.cleartypeNoBg){g(t)}if(r.fit&&r.width){t.width(r.width)}if(r.fit&&r.height&&r.height!="auto"){$slides.height(r.height)}w.cycleH=(r.fit&&r.height)?r.height:t.height();w.cycleW=(r.fit&&r.width)?r.width:t.width();t.css(r.cssBefore);if(r.pager){i.fn.cycle.createPagerAnchor(q.length-1,w,i(r.pager),q,r)}if(i.isFunction(r.onAddSlide)){r.onAddSlide(t)}else{t.hide()}}}i.fn.cycle.resetState=function(r,q){q=q||r.fx;r.before=[];r.after=[];r.cssBefore=i.extend({},r.original.cssBefore);r.cssAfter=i.extend({},r.original.cssAfter);r.animIn=i.extend({},r.original.animIn);r.animOut=i.extend({},r.original.animOut);r.fxFn=null;i.each(r.original.before,function(){r.before.push(this)});i.each(r.original.after,function(){r.after.push(this)});var s=i.fn.cycle.transitions[q];if(i.isFunction(s)){s(r.$cont,i(r.elements),r)}};function e(x,q,w,y){if(w&&q.busy&&q.manualTrump){i(x).stop(true,true);q.busy=false}if(q.busy){return}var u=q.$cont[0],A=x[q.currSlide],z=x[q.nextSlide];if(u.cycleStop!=q.stopCount||u.cycleTimeout===0&&!w){return}if(!w&&!u.cyclePause&&((q.autostop&&(--q.countdown<=0))||(q.nowrap&&!q.random&&q.nextSlide<q.currSlide))){if(q.end){q.end(q)}return}if(w||!u.cyclePause){var v=q.fx;A.cycleH=A.cycleH||i(A).height();A.cycleW=A.cycleW||i(A).width();z.cycleH=z.cycleH||i(z).height();z.cycleW=z.cycleW||i(z).width();if(q.multiFx){if(q.lastFx==undefined||++q.lastFx>=q.fxs.length){q.lastFx=0}v=q.fxs[q.lastFx];q.currFx=v}if(q.oneTimeFx){v=q.oneTimeFx;q.oneTimeFx=null}i.fn.cycle.resetState(q,v);if(q.before.length){i.each(q.before,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})}var s=function(){i.each(q.after,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})};if(q.nextSlide!=q.currSlide){q.busy=1;if(q.fxFn){q.fxFn(A,z,q,s,y)}else{if(i.isFunction(i.fn.cycle[q.fx])){i.fn.cycle[q.fx](A,z,q,s)}else{i.fn.cycle.custom(A,z,q,s,w&&q.fastOnEvent)}}}q.lastSlide=q.currSlide;if(q.random){q.currSlide=q.nextSlide;if(++q.randomIndex==x.length){q.randomIndex=0}q.nextSlide=q.randomMap[q.randomIndex]}else{var t=(q.nextSlide+1)==x.length;q.nextSlide=t?0:q.nextSlide+1;q.currSlide=t?x.length-1:q.nextSlide-1}if(q.pager){i.fn.cycle.updateActivePagerLink(q.pager,q.currSlide)}}var r=0;if(q.timeout&&!q.continuous){r=h(A,z,q,y)}else{if(q.continuous&&u.cyclePause){r=10}}if(r>0){u.cycleTimeout=setTimeout(function(){e(x,q,0,!q.rev)},r)}}i.fn.cycle.updateActivePagerLink=function(q,r){i(q).each(function(){i(this).find("a").removeClass("activeSlide").filter("a:eq("+r+")").addClass("activeSlide")})};function h(v,s,u,r){if(u.timeoutFn){var q=u.timeoutFn(v,s,u,r);while((q-u.speed)<250){q+=u.speed}a("calculated timeout: "+q+"; speed: "+u.speed);if(q!==false){return q}}return u.timeout}i.fn.cycle.next=function(q){o(q,q.rev?-1:1)};i.fn.cycle.prev=function(q){o(q,q.rev?1:-1)};function o(r,u){var q=r.elements;var t=r.$cont[0],s=t.cycleTimeout;if(s){clearTimeout(s);t.cycleTimeout=0}if(r.random&&u<0){r.randomIndex--;if(--r.randomIndex==-2){r.randomIndex=q.length-2}else{if(r.randomIndex==-1){r.randomIndex=q.length-1}}r.nextSlide=r.randomMap[r.randomIndex]}else{if(r.random){if(++r.randomIndex==q.length){r.randomIndex=0}r.nextSlide=r.randomMap[r.randomIndex]}else{r.nextSlide=r.currSlide+u;if(r.nextSlide<0){if(r.nowrap){return false}r.nextSlide=q.length-1}else{if(r.nextSlide>=q.length){if(r.nowrap){return false}r.nextSlide=0}}}}if(i.isFunction(r.prevNextClick)){r.prevNextClick(u>0,r.nextSlide,q[r.nextSlide])}e(q,r,1,u>=0);return false}function d(r,s){var q=i(s.pager);i.each(r,function(t,u){i.fn.cycle.createPagerAnchor(t,u,q,r,s)});i.fn.cycle.updateActivePagerLink(s.pager,s.startingSlide)}i.fn.cycle.createPagerAnchor=function(u,v,s,t,w){var r;if(i.isFunction(w.pagerAnchorBuilder)){r=w.pagerAnchorBuilder(u,v)}else{r='<a href="#">'+(u+1)+"</a>"}if(!r){return}var x=i(r);if(x.parents("body").length===0){var q=[];if(s.length>1){s.each(function(){var y=x.clone(true);i(this).append(y);q.push(y[0])});x=i(q)}else{x.appendTo(s)}}x.bind(w.pagerEvent,function(A){A.preventDefault();w.nextSlide=u;var z=w.$cont[0],y=z.cycleTimeout;if(y){clearTimeout(y);z.cycleTimeout=0}if(i.isFunction(w.pagerClick)){w.pagerClick(w.nextSlide,t[w.nextSlide])}e(t,w,1,w.currSlide<u);return false});if(w.pagerEvent!="click"){x.click(function(){return false})}if(w.pauseOnPagerHover){x.hover(function(){w.$cont[0].cyclePause++},function(){w.$cont[0].cyclePause--})}};i.fn.cycle.hopsFromLast=function(t,s){var r,q=t.lastSlide,u=t.currSlide;if(s){r=u>q?u-q:t.slideCount-q}else{r=u<q?q-u:q+t.slideCount-u}return r};function g(s){function r(t){t=parseInt(t).toString(16);return t.length<2?"0"+t:t}function q(w){for(;w&&w.nodeName.toLowerCase()!="html";w=w.parentNode){var t=i.css(w,"background-color");if(t.indexOf("rgb")>=0){var u=t.match(/\d+/g);return"#"+r(u[0])+r(u[1])+r(u[2])}if(t&&t!="transparent"){return t}}return"#ffffff"}s.each(function(){i(this).css("background-color",q(this))})}i.fn.cycle.commonReset=function(v,t,u,r,s,q){i(u.elements).not(v).hide();u.cssBefore.opacity=1;u.cssBefore.display="block";if(r!==false&&t.cycleW>0){u.cssBefore.width=t.cycleW}if(s!==false&&t.cycleH>0){u.cssBefore.height=t.cycleH}u.cssAfter=u.cssAfter||{};u.cssAfter.display="none";i(v).css("zIndex",u.slideCount+(q===true?1:0));i(t).css("zIndex",u.slideCount+(q===true?0:1))};i.fn.cycle.custom=function(B,v,q,s,r){var A=i(B),w=i(v);var t=q.speedIn,z=q.speedOut,u=q.easeIn,y=q.easeOut;w.css(q.cssBefore);if(r){if(typeof r=="number"){t=z=r}else{t=z=1}u=y=null}var x=function(){w.animate(q.animIn,t,u,s)};A.animate(q.animOut,z,y,function(){if(q.cssAfter){A.css(q.cssAfter)}if(!q.sync){x()}});if(q.sync){x()}};i.fn.cycle.transitions={fade:function(r,s,q){s.not(":eq("+q.currSlide+")").css("opacity",0);q.before.push(function(v,t,u){i.fn.cycle.commonReset(v,t,u);u.cssBefore.opacity=0});q.animIn={opacity:1};q.animOut={opacity:0};q.cssBefore={top:0,left:0}}};i.fn.cycle.ver=function(){return l};i.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",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:!i.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250}})(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(a){a.fn.cycle.transitions.none=function(c,d,b){b.fxFn=function(g,e,f,h){a(e).show();a(g).hide();h()}};a.fn.cycle.transitions.scrollUp=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssBefore={top:b,left:0};c.cssFirst={top:0};c.animIn={top:0};c.animOut={top:-b}};a.fn.cycle.transitions.scrollDown=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssFirst={top:0};c.cssBefore={top:-b,left:0};c.animIn={top:0};c.animOut={top:b}};a.fn.cycle.transitions.scrollLeft=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:0-b}};a.fn.cycle.transitions.scrollRight=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:-b,top:0};c.animIn={left:0};c.animOut={left:b}};a.fn.cycle.transitions.scrollHorz=function(c,d,b){c.css("overflow","hidden").width();b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.left=e?(f.cycleW-1):(1-f.cycleW);g.animOut.left=e?-h.cycleW:h.cycleW});b.cssFirst={left:0};b.cssBefore={top:0};b.animIn={left:0};b.animOut={top:0}};a.fn.cycle.transitions.scrollVert=function(c,d,b){c.css("overflow","hidden");b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.top=e?(1-f.cycleH):(f.cycleH-1);g.animOut.top=e?h.cycleH:-h.cycleH});b.cssFirst={top:0};b.cssBefore={left:0};b.animIn={top:0};b.animOut={left:0}};a.fn.cycle.transitions.slideX=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW});b.cssBefore={left:0,top:0,width:0};b.animIn={width:"show"};b.animOut={width:0}};a.fn.cycle.transitions.slideY=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH});b.cssBefore={left:0,top:0,height:0};b.animIn={height:"show"};b.animOut={height:0}};a.fn.cycle.transitions.shuffle=function(e,f,d){var c,b=e.css("overflow","visible").width();f.css({left:0,top:0});d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true)});if(!d.speedAdjusted){d.speed=d.speed/2;d.speedAdjusted=true}d.random=0;d.shuffle=d.shuffle||{left:-b,top:15};d.els=[];for(c=0;c<f.length;c++){d.els.push(f[c])}for(c=0;c<d.currSlide;c++){d.els.push(d.els.shift())}d.fxFn=function(m,j,l,g,i){var h=i?a(m):a(j);a(j).css(l.cssBefore);var k=l.slideCount;h.animate(l.shuffle,l.speedIn,l.easeIn,function(){var o=a.fn.cycle.hopsFromLast(l,i);for(var q=0;q<o;q++){i?l.els.push(l.els.shift()):l.els.unshift(l.els.pop())}if(i){for(var r=0,n=l.els.length;r<n;r++){a(l.els[r]).css("z-index",n-r+k)}}else{var s=a(m).css("z-index");h.css("z-index",parseInt(s)+1+k)}h.animate({left:0,top:0},l.speedOut,l.easeOut,function(){a(i?this:m).hide();if(g){g()}})})};d.cssBefore={display:"block",opacity:1,top:0,left:0}};a.fn.cycle.transitions.turnUp=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=e.cycleH;f.animIn.height=e.cycleH});b.cssFirst={top:0};b.cssBefore={left:0,height:0};b.animIn={top:0};b.animOut={height:0}};a.fn.cycle.transitions.turnDown=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH;f.animOut.top=g.cycleH});b.cssFirst={top:0};b.cssBefore={left:0,top:0,height:0};b.animOut={height:0}};a.fn.cycle.transitions.turnLeft=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=e.cycleW;f.animIn.width=e.cycleW});b.cssBefore={top:0,width:0};b.animIn={left:0};b.animOut={width:0}};a.fn.cycle.transitions.turnRight=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW;f.animOut.left=g.cycleW});b.cssBefore={top:0,left:0,width:0};b.animIn={left:0};b.animOut={width:0}};a.fn.cycle.transitions.zoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false,true);f.cssBefore.top=e.cycleH/2;f.cssBefore.left=e.cycleW/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH};f.animOut={width:0,height:0,top:g.cycleH/2,left:g.cycleW/2}});b.cssFirst={top:0,left:0};b.cssBefore={width:0,height:0}};a.fn.cycle.transitions.fadeZoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false);f.cssBefore.left=e.cycleW/2;f.cssBefore.top=e.cycleH/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH}});b.cssBefore={width:0,height:0};b.animOut={opacity:0}};a.fn.cycle.transitions.blindX=function(d,e,c){var b=d.css("overflow","hidden").width();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.width=f.cycleW;g.animOut.left=h.cycleW});c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:b}};a.fn.cycle.transitions.blindY=function(d,e,c){var b=d.css("overflow","hidden").height();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.height=f.cycleH;g.animOut.top=h.cycleH});c.cssBefore={top:b,left:0};c.animIn={top:0};c.animOut={top:b}};a.fn.cycle.transitions.blindZ=function(e,f,d){var c=e.css("overflow","hidden").height();var b=e.width();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h);h.animIn.height=g.cycleH;h.animOut.top=i.cycleH});d.cssBefore={top:c,left:b};d.animIn={top:0,left:0};d.animOut={top:c,left:b}};a.fn.cycle.transitions.growX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=this.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:0}});b.cssBefore={width:0,top:0}};a.fn.cycle.transitions.growY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=this.cycleH/2;f.animIn={top:0,height:this.cycleH};f.animOut={top:0}});b.cssBefore={height:0,left:0}};a.fn.cycle.transitions.curtainX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true,true);f.cssBefore.left=e.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:g.cycleW/2,width:0}});b.cssBefore={top:0,width:0}};a.fn.cycle.transitions.curtainY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false,true);f.cssBefore.top=e.cycleH/2;f.animIn={top:0,height:e.cycleH};f.animOut={top:g.cycleH/2,height:0}});b.cssBefore={left:0,height:0}};a.fn.cycle.transitions.cover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h);if(i=="right"){h.cssBefore.left=-b}else{if(i=="up"){h.cssBefore.top=c}else{if(i=="down"){h.cssBefore.top=-c}else{h.cssBefore.left=b}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0}};a.fn.cycle.transitions.uncover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h,true,true,true);if(i=="right"){h.animOut.left=b}else{if(i=="up"){h.animOut.top=-c}else{if(i=="down"){h.animOut.top=c}else{h.animOut.left=-b}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0}};a.fn.cycle.transitions.toss=function(e,f,d){var b=e.css("overflow","visible").width();var c=e.height();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true);if(!h.animOut.left&&!h.animOut.top){h.animOut={left:b*2,top:-c/2,opacity:0}}else{h.animOut.opacity=0}});d.cssBefore={left:0,top:0};d.animIn={left:0}};a.fn.cycle.transitions.wipe=function(s,m,e){var q=s.css("overflow","hidden").width();var j=s.height();e.cssBefore=e.cssBefore||{};var g;if(e.clip){if(/l2r/.test(e.clip)){g="rect(0px 0px "+j+"px 0px)"}else{if(/r2l/.test(e.clip)){g="rect(0px "+q+"px "+j+"px "+q+"px)"}else{if(/t2b/.test(e.clip)){g="rect(0px "+q+"px 0px 0px)"}else{if(/b2t/.test(e.clip)){g="rect("+j+"px "+q+"px "+j+"px 0px)"}else{if(/zoom/.test(e.clip)){var o=parseInt(j/2);var f=parseInt(q/2);g="rect("+o+"px "+f+"px "+o+"px "+f+"px)"}}}}}}e.cssBefore.clip=e.cssBefore.clip||g||"rect(0px 0px 0px 0px)";var k=e.cssBefore.clip.match(/(\d+)/g);var u=parseInt(k[0]),c=parseInt(k[1]),n=parseInt(k[2]),i=parseInt(k[3]);e.before.push(function(w,h,t){if(w==h){return}var d=a(w),b=a(h);a.fn.cycle.commonReset(w,h,t,true,true,false);t.cssAfter.display="block";var r=1,l=parseInt((t.speedIn/13))-1;(function v(){var y=u?u-parseInt(r*(u/l)):0;var z=i?i-parseInt(r*(i/l)):0;var A=n<j?n+parseInt(r*((j-n)/l||1)):j;var x=c<q?c+parseInt(r*((q-c)/l||1)):q;b.css({clip:"rect("+y+"px "+x+"px "+A+"px "+z+"px)"});(r++<=l)?setTimeout(v,13):d.css("display","none")})()});e.cssBefore={display:"block",opacity:1,top:0,left:0};e.animIn={left:0};e.animOut={left:0}}})(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}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										Cufon.registerFont({"w":63,"face":{"font-family":"AUdimat","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 6 0 0 0 2 0 4","ascent":"275","descent":"-85","bbox":"-7 -265 307 57.015","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":108},"6":{"d":"97,-151v57,6,61,43,57,94v-3,50,-36,60,-76,57v-89,-8,-56,-110,-56,-189v0,-23,14,-57,56,-57r68,0r0,38v-30,3,-87,-12,-87,19r0,38r38,0xm97,-38v23,3,19,-33,19,-56v0,-24,-34,-19,-57,-19v4,35,-18,84,38,75","w":166},"7":{"d":"135,-212r-60,212r-38,0r61,-208r-94,0r0,-38r131,0r0,34","w":138},"8":{"d":"154,-189v2,28,-4,53,-19,62v26,34,19,37,19,70v0,57,-57,57,-57,57r-19,0v-57,0,-56,-57,-56,-57v-2,-30,2,-60,18,-69v-23,-31,-18,-36,-18,-63v0,-57,56,-57,56,-57r19,0v57,0,57,57,57,57xm97,-208v-43,-3,-43,18,-38,45v5,28,18,17,38,19v30,-8,19,-22,19,-45v0,-19,-19,-19,-19,-19xm78,-38v49,3,37,-23,38,-53v-7,-28,-18,-17,-38,-19v-32,8,-19,27,-19,53v0,19,19,19,19,19","w":175},"9":{"d":"69,-95v-58,-5,-59,-43,-56,-94v3,-50,35,-60,75,-57v90,7,57,109,57,189v0,23,-15,57,-57,57r-68,0r0,-38v30,-3,87,12,87,-19r0,-38r-38,0xm69,-208v-23,-3,-19,33,-19,56v0,24,33,21,57,20v-4,-35,18,-85,-38,-76","w":166},"=":{"d":"13,-151r151,0r0,38r-151,0r0,-38xm13,-38r0,-38r151,0r0,38r-151,0","w":176},"+":{"d":"164,-113r0,37r-57,0r0,57r-38,0r0,-57r-56,0r0,-37r56,0r0,-57r38,0r0,57r57,0","w":176},"_":{"d":"0,-27r208,0r0,27r-208,0r0,-27","w":208,"k":{"Y":18,"V":25,"T":18}},"#":{"d":"186,-246r-8,57r29,0r0,38r-34,0r-7,56r22,0r0,38r-27,0r-8,57r-38,0r7,-57r-37,0r-8,57r-38,0r8,-57r-29,0r0,-38r34,0r7,-56r-22,0r0,-38r27,0r8,-57r38,0r-7,57r37,0r8,-57r38,0xm127,-95r8,-56r-37,0r-8,56r37,0","w":225},"A":{"d":"111,-246r65,246r-38,0r-11,-38r-82,0r-10,38r-39,0r66,-246r49,0xm55,-76r62,0r-31,-132","w":172,"k":{"*":18,"'":18,"\"":18,"Y":11,"V":7,"T":11}},"B":{"d":"150,-128v50,37,21,128,-45,128r-80,0r0,-246r74,0v60,-3,93,76,51,118xm131,-176v0,-32,-34,-35,-68,-32r0,64v34,2,68,1,68,-32xm63,-38v37,2,76,2,76,-34v0,-35,-37,-37,-76,-34r0,68","w":190},"C":{"d":"169,-170v0,0,1,-76,-75,-76v-76,0,-76,76,-76,76r0,94v0,0,0,76,76,76v76,0,75,-76,75,-76r-38,0v0,0,1,38,-37,38v-38,0,-38,-38,-38,-38r0,-94v0,0,0,-38,38,-38v38,0,37,38,37,38r38,0","w":181},"D":{"d":"101,-246v0,0,75,0,75,76r0,94v0,0,1,76,-75,76r-76,0r0,-246r76,0xm139,-76r0,-94v0,-38,-38,-38,-38,-38r-38,0r0,170r38,0v38,0,38,-38,38,-38","w":194},"E":{"d":"25,-246r133,0r0,38r-95,0r0,57r76,0r0,38r-76,0r0,75r95,0r0,38r-133,0r0,-246","w":170},"F":{"d":"25,-246r114,0r0,38r-76,0r0,76r76,0r0,37r-76,0r0,95r-38,0r0,-246","w":149,"k":{",":36,".":36,"J":22,"A":7,"_":36}},"G":{"d":"94,0v31,0,37,-34,37,-34r19,34r19,0r0,-132r-75,0r0,37r37,0r0,19v0,0,1,38,-37,38v-38,0,-38,-38,-38,-38r0,-94v0,0,0,-38,38,-38v38,0,37,38,37,38r38,0v0,0,1,-76,-75,-76v-76,0,-76,76,-76,76r0,94v0,0,0,76,76,76","w":190},"H":{"d":"25,-246r38,0r0,95r76,0r0,-95r37,0r0,246r-37,0r0,-113r-76,0r0,113r-38,0r0,-246","w":201},"I":{"d":"63,0r0,-246r-38,0r0,246r38,0","w":88},"J":{"d":"76,-246r37,0r0,189v0,31,-25,57,-56,57v-31,0,-57,-26,-57,-57r38,0v0,10,9,19,19,19v10,0,19,-9,19,-19r0,-189","w":135},"K":{"d":"121,-153r72,153r-44,0r-56,-121r-30,38r0,83r-38,0r0,-246r38,0r0,110r77,-110r46,0","w":192},"L":{"d":"25,-246r0,246r118,0r0,-38r-80,0r0,-208r-38,0","w":138,"k":{"*":50,"'":50,"\"":50,"Y":14,"V":22,"T":14}},"M":{"d":"176,-246r38,0r0,246r-38,0r0,-175r-56,100r-57,-100r0,175r-38,0r0,-246r38,0r57,94","w":239},"N":{"d":"139,-246r37,0r0,246r-37,0r-76,-160r0,160r-38,0r0,-246r38,0r76,160r0,-160","w":201},"O":{"d":"94,-246v76,0,75,76,75,76r0,94v0,0,1,76,-75,76v-76,0,-76,-76,-76,-76r0,-94v0,0,0,-76,76,-76xm131,-76r0,-94v0,0,1,-38,-37,-38v-38,0,-38,38,-38,38r0,94v0,0,0,38,38,38v38,0,37,-38,37,-38","w":187},"P":{"d":"101,-246v0,0,75,0,75,76v0,76,-75,76,-75,76r-38,0r0,94r-38,0r0,-246r76,0xm101,-132v0,0,38,0,38,-38v0,-38,-38,-38,-38,-38r-38,0r0,76r38,0","w":183,"k":{",":36,".":36,"J":22,"A":7,"_":36}},"Q":{"d":"169,-170v-6,68,18,96,-22,150r19,28r-31,22r-21,-32v-6,1,-12,2,-20,2v-76,0,-76,-76,-76,-76r0,-94v0,0,0,-76,76,-76v76,0,75,76,75,76xm56,-76v0,0,0,38,38,38v38,0,37,-38,37,-38r0,-94v0,0,1,-38,-37,-38v-38,0,-38,38,-38,38r0,94","w":187},"R":{"d":"176,-170v0,49,-32,66,-54,72r54,98r-43,0r-52,-94r-18,0r0,94r-38,0r0,-246r76,0v0,0,75,0,75,76xm63,-208r0,76v40,-2,76,11,76,-38v0,-38,-38,-38,-38,-38r-38,0","w":194},"S":{"d":"52,-181v0,34,110,60,110,117v0,63,-65,68,-132,64r0,-37r56,0v0,0,34,0,34,-27v0,-34,-109,-60,-109,-117v0,-63,65,-69,132,-65r0,38r-57,0v0,0,-34,0,-34,27","w":172},"T":{"d":"-4,-246r152,0r0,38r-57,0r0,208r-38,0r0,-208r-57,0r0,-38","w":144,"k":{",":18,".":18,"J":18,"A":11,"_":18,"7":-7}},"U":{"d":"135,-246r38,0r0,170v0,0,0,76,-76,76v-76,0,-75,-76,-75,-76r0,-170r37,0r0,170v0,0,0,38,38,38v38,0,38,-38,38,-38r0,-170","w":194},"V":{"d":"136,-246r39,0r-75,246r-28,0r-76,-246r40,0r50,170","w":171,"k":{",":25,".":25,"J":18,"A":7,"_":25}},"W":{"d":"187,-246r38,0r-40,246r-39,0r-32,-113r-31,113r-39,0r-40,-246r38,0r26,174r30,-98r34,0r30,98","w":228},"X":{"d":"180,-246r-59,123r59,123r-42,0r-44,-92r-45,92r-42,0r59,-123r-59,-123r42,0r45,92r44,-92r42,0","w":187},"Y":{"d":"166,-246r-68,141r0,105r-38,0r0,-105r-67,-141r42,0r44,98r45,-98r42,0","w":158,"k":{",":18,".":18,"J":18,"A":11,"_":18,"7":-7}},"Z":{"d":"162,-246r0,35r-106,173r106,0r0,38r-151,0r0,-34r106,-174r-106,0r0,-38r151,0","w":172},"&":{"d":"94,-142r113,0r0,38r-38,0r0,104v-76,0,-151,12,-151,-71v0,-24,10,-41,23,-52v-13,-12,-23,-28,-23,-52v0,-75,63,-73,132,-71r0,38v-44,5,-82,-19,-94,33v0,31,32,33,38,33xm131,-38r0,-66v-37,3,-64,-13,-75,33v10,46,38,30,75,33","w":207},"$":{"d":"102,19r-27,0r0,-19r-43,0r0,-38r43,0r0,-67v-45,-6,-62,-44,-62,-70v0,-26,17,-64,62,-70r0,-20r27,0r0,19r43,0r0,38r-43,0r0,67v45,6,62,44,62,70v0,26,-17,64,-62,70r0,20xm126,-71v0,-6,-2,-26,-24,-31r0,63v22,-6,24,-26,24,-32xm50,-175v0,6,3,26,25,32r0,-63v-22,5,-25,25,-25,31","w":176},"(":{"d":"18,-95v0,-64,24,-119,42,-151r44,0v-13,21,-48,81,-48,151v0,71,35,131,48,152r-44,0v-18,-32,-42,-88,-42,-152","w":110},"{":{"d":"41,-57v-3,66,-4,115,68,114r0,-38v-44,7,-27,-40,-30,-76v0,0,0,-34,-30,-34r0,-7v30,0,30,-34,30,-34v3,-31,-14,-85,30,-76r0,-38v-35,-2,-68,10,-68,57r0,57v0,19,-37,22,-37,22r0,30v0,0,37,4,37,23","w":116},"[":{"d":"104,-208r-37,0r0,227r37,0r0,38r-75,0r0,-303r75,0r0,38","w":111},"|":{"d":"51,57r0,-303r-26,0r0,303r26,0","w":76},"\/":{"d":"11,38r59,-284r34,0r-59,284r-34,0","w":114},":":{"d":"13,0r0,-38r37,0r0,38r-37,0xm13,-170r37,0r0,38r-37,0r0,-38"},";":{"d":"13,-170r37,0r0,38r-37,0r0,-38xm13,0r0,-38r37,0r0,38v0,38,-28,47,-28,47r-9,-14v24,-9,19,-33,19,-33r-19,0"},"\"":{"d":"24,-142v-6,-32,-13,-63,-11,-104r34,0v2,41,-4,72,-11,104r-12,0xm82,-246r35,0v2,41,-5,72,-12,104r-11,0v-7,-32,-15,-63,-12,-104","w":129,"k":{"J":50,"A":18}},"!":{"d":"26,0r0,-38r38,0r0,38r-38,0xm22,-246r46,0v1,61,-8,113,-12,170r-23,0r-11,-135r0,-35","w":90},"?":{"d":"58,-76v-5,-55,37,-80,49,-113v-2,-23,-18,-19,-38,-19v-9,0,-19,4,-19,19r-37,0v4,-50,35,-57,75,-57v23,0,57,15,57,57v0,49,-58,66,-60,113r-27,0xm54,0r0,-38r38,0r0,38r-38,0","w":157},"%":{"d":"100,0r-31,0r147,-246r31,0xm78,-246v37,0,67,30,67,66v0,37,-30,67,-67,67v-36,0,-65,-30,-65,-67v0,-36,29,-66,65,-66xm78,-148v18,0,33,-14,33,-32v0,-18,-15,-32,-33,-32v-18,0,-32,14,-32,32v0,18,14,32,32,32xm241,-132v36,0,66,30,66,66v0,37,-30,66,-66,66v-37,0,-66,-29,-66,-66v0,-36,29,-66,66,-66xm241,-34v18,0,32,-14,32,-32v0,-18,-14,-32,-32,-32v-18,0,-32,14,-32,32v0,18,14,32,32,32","w":320},"'":{"d":"24,-142v-6,-32,-13,-63,-11,-104r34,0v2,41,-4,72,-11,104r-12,0","w":59,"k":{"J":50,"A":18}},")":{"d":"93,-95v0,-64,-24,-119,-42,-151r-44,0v13,21,48,81,48,151v0,71,-35,131,-48,152r44,0v18,-32,42,-88,42,-152","w":110},".":{"d":"13,0r0,-38r37,0r0,38r-37,0","k":{"Y":18,"V":25,"T":18}},",":{"d":"13,0r0,-38r37,0r0,38v0,38,-28,47,-28,47r-9,-14v24,-9,19,-33,19,-33r-19,0","k":{"Y":18,"V":25,"T":18}},"-":{"d":"13,-113r113,0r0,37r-113,0r0,-37","w":138},"]":{"d":"7,-208r38,0r0,227r-38,0r0,38r76,0r0,-303r-76,0r0,38","w":111},"}":{"d":"75,-57v3,66,4,115,-68,114r0,-38v69,7,-12,-93,61,-110r0,-7v-30,0,-31,-34,-31,-34v-3,-31,14,-85,-30,-76r0,-38v35,-2,68,10,68,57r0,57v0,19,38,22,38,22r0,30v0,0,-38,4,-38,23","w":116},"<":{"d":"147,0r-140,-80r0,-30r140,-79r0,45r-94,49r94,50r0,45","w":154},">":{"d":"7,0r140,-80r0,-30r-140,-79r0,45r95,49r-95,50r0,45","w":154},"~":{"d":"145,-57v-43,0,-46,-38,-76,-38v-15,0,-19,10,-19,19r-37,0v0,-23,15,-56,56,-56v42,0,46,37,76,37v15,0,19,-10,19,-19r38,0v0,23,-15,57,-57,57","w":214},"^":{"d":"81,-155r45,0r69,103r-31,21r-60,-90r-60,90r-31,-21","w":207},"@":{"d":"150,-189v57,0,57,57,57,57r0,75v3,51,-72,78,-100,36v-21,44,-91,10,-89,-36v3,-53,55,-61,113,-56v3,29,-10,75,19,75v33,0,19,-61,19,-94v0,-19,-19,-19,-19,-19r-132,0r0,-38r132,0xm75,-38v17,0,21,-18,19,-38v-20,-2,-38,1,-38,19v0,10,9,19,19,19","w":228},"\\":{"d":"104,38r-59,-284r-34,0r59,284r34,0","w":114},"*":{"d":"120,-218v4,6,6,14,7,22r-36,13r22,34v-5,6,-11,11,-18,14r-25,-33r-25,33v-7,-3,-13,-8,-18,-14r23,-34r-37,-13v1,-8,4,-16,8,-22r36,11r2,-37v8,-3,15,-2,23,0r1,37","w":140,"k":{"J":50,"A":18}},"`":{"d":"13,-265r37,0r29,57r-29,0","w":91},"0":{"d":"97,-246v57,0,57,57,57,57r0,132v0,57,-57,57,-57,57r-19,0v-57,0,-56,-57,-56,-57r0,-132v0,-57,56,-57,56,-57r19,0xm116,-57r0,-132v-7,-28,-18,-19,-38,-19v-19,0,-19,19,-19,19r0,132v7,28,18,19,38,19v19,0,19,-19,19,-19","w":175},"1":{"d":"11,-246r75,0r0,208r38,0r0,38r-113,0r0,-38r38,0r0,-170r-38,0r0,-38","w":127},"2":{"d":"143,-189v0,72,-76,151,-76,151r76,0r0,38r-125,0r0,-38v0,0,87,-91,87,-151v0,-23,-18,-19,-38,-19v-15,0,-18,10,-18,19r-38,0v-2,-29,24,-57,75,-57v23,0,57,15,57,57","w":155},"3":{"d":"123,-123v19,-20,20,-35,20,-66v0,-57,-57,-57,-57,-57r-18,0v-57,0,-57,57,-57,57r38,0v7,-27,18,-17,37,-19v28,7,16,18,19,38v2,11,-10,32,-37,28r0,38v24,-6,41,9,37,47v0,0,0,19,-19,19v-20,0,-30,8,-37,-19r-38,0v0,0,0,57,57,57r18,0v0,0,57,0,57,-57v0,-31,-4,-54,-20,-66","w":164},"4":{"d":"56,-246r42,0r-53,151r42,0r0,-37r38,0r0,37r19,0r0,38r-19,0r0,57r-38,0r0,-57r-80,0r0,-38","w":150},"5":{"d":"97,-151v57,0,57,56,57,56r0,38v0,57,-57,57,-57,57r-19,0v-57,0,-56,-57,-56,-57r37,0v7,28,18,17,38,19v33,-8,14,-30,19,-57v0,0,0,-18,-19,-18r-75,0r0,-133r121,0r0,38r-84,0r0,57r38,0","w":166},"\u00a0":{"w":108}}});
	
Cufon.registerFont({"w":191,"face":{"font-family":"Tw Cen MT","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 2 2 1 4 2 6 3","ascent":"288","descent":"-72","bbox":"-2 -263 349 79","underline-thickness":"21.0938","underline-position":"-16.1719","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":95},"!":{"d":"12,-231r50,0r0,152r-50,0r0,-152xm37,3v-16,0,-28,-12,-28,-28v0,-15,12,-29,28,-29v15,0,28,14,28,29v0,15,-13,28,-28,28","w":74},"\"":{"d":"28,-166v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92r-37,0xm108,-166v-7,-27,-12,-56,-10,-92r54,0v2,35,-2,64,-8,92r-36,0","w":170},"#":{"d":"14,-179r54,0r15,-67r33,0r-15,67r62,0r15,-67r33,0r-14,67r29,0r0,34r-36,0r-11,53r47,0r0,33r-53,0r-15,67r-33,0r15,-67r-63,0r-14,67r-33,0r14,-67r-30,0r0,-33r36,0r12,-53r-48,0r0,-34xm95,-145r-11,53r62,0r11,-53r-62,0","w":240},"$":{"d":"20,-165v0,-33,28,-67,63,-69r0,-29r26,0r0,30v18,1,39,10,62,27r-25,33v-15,-11,-28,-17,-37,-19r0,58v37,10,66,30,66,70v0,39,-28,62,-65,68r0,53r-26,0r0,-55v-34,-3,-46,-10,-67,-27r23,-33v17,11,31,18,43,20r0,-55v-40,-18,-63,-28,-63,-72xm83,-194v-23,6,-24,42,0,51r0,-51xm110,-85r0,49v29,-3,24,-41,0,-49"},"%":{"d":"232,-252r28,0r-143,279r-28,0xm90,-95v-39,0,-62,-36,-62,-78v-1,-44,22,-79,61,-79v38,0,60,35,60,78v0,42,-20,79,-59,79xm89,-227v-25,3,-26,22,-27,55v0,34,9,51,27,51v18,0,27,-16,27,-50v0,-35,-4,-52,-27,-56xm260,27v-36,-1,-59,-36,-59,-75v0,-43,20,-82,60,-82v39,0,60,38,60,79v0,40,-23,79,-61,78xm234,-51v0,30,3,52,27,52v17,0,26,-17,26,-51v-1,-30,-2,-54,-25,-54v-19,0,-28,17,-28,53","w":344},"&":{"d":"162,-169v0,24,-28,45,-40,56r31,36r25,-24r24,28v-1,-1,-23,26,-25,24r42,49r-56,0r-19,-22v-29,15,-34,26,-64,26v-34,0,-64,-21,-63,-58v0,-25,16,-46,49,-63v-40,-40,-20,-105,36,-106v32,0,60,23,60,54xm104,-190v-25,6,-22,30,-4,50v15,-11,22,-21,22,-31v0,-12,-6,-19,-18,-19xm68,-56v5,25,30,23,51,5r-31,-37v-13,11,-20,22,-20,32","w":227},"'":{"d":"25,-166v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92r-37,0","w":85},"(":{"d":"72,58v-66,-67,-68,-228,0,-296r26,21v-55,66,-57,190,0,253","w":112},")":{"d":"39,-238v65,71,69,220,1,296r-27,-22v56,-71,56,-182,0,-253","w":112},"*":{"d":"67,-175v18,-9,-26,-59,9,-60v8,-1,16,7,15,15v-1,23,-19,37,-6,45v9,-2,25,-30,41,-32v8,-1,16,7,15,15v-1,21,-38,16,-51,26r0,5v11,9,51,4,50,25v-14,38,-40,-9,-54,-19r-5,3v-2,8,24,62,-5,59v-29,-3,-4,-39,-4,-59v-16,-8,-24,35,-45,31v-25,-4,-12,-31,6,-33v11,-4,29,0,30,-13v-12,-8,-51,-5,-50,-26v14,-35,39,8,54,18","w":153},"+":{"d":"22,-138r79,0r0,-79r38,0r0,79r79,0r0,38r-79,0r0,79r-38,0r0,-79r-79,0r0,-38","w":240},",":{"d":"33,-53r45,0r-37,97r-26,0","w":93},"-":{"d":"5,-98r102,0r0,45r-102,0r0,-45","w":112},".":{"d":"46,3v-15,0,-28,-14,-28,-28v0,-14,13,-28,28,-28v15,0,29,14,29,28v0,15,-14,28,-29,28","w":93},"\/":{"d":"100,-248r26,0r-89,314r-27,0","w":131},"0":{"d":"7,-110v0,-64,30,-118,89,-117v58,0,87,50,87,112v0,69,-32,115,-87,117v-57,2,-89,-51,-89,-112xm95,-41v56,-1,56,-141,1,-143v-58,1,-56,141,-1,143"},"1":{"d":"47,-224r73,0r0,224r-50,0r0,-183r-32,0"},"2":{"d":"99,-229v73,0,96,78,51,133v-14,17,-24,38,-40,54r64,0r0,42r-156,0r76,-97v16,-22,29,-34,31,-61v1,-17,-13,-30,-30,-30v-24,1,-26,18,-29,44r-50,0v-1,-51,34,-85,83,-85"},"3":{"d":"79,-135v44,9,55,-55,14,-57v-17,0,-27,11,-30,32r-45,0v-4,-87,146,-88,147,-7v0,18,-9,34,-27,49v60,28,29,127,-43,121v-44,-4,-74,-28,-79,-69r47,0v5,42,58,41,59,3v1,-24,-17,-37,-43,-34r0,-38"},"4":{"d":"108,-224r45,0r0,129r22,0r0,41r-22,0r0,54r-49,0r0,-54r-100,0r0,-41xm104,-168v-21,23,-38,49,-58,73r58,0r0,-73"},"5":{"d":"121,-80v-1,-40,-49,-47,-83,-28r11,-117r111,0r0,41r-68,0r-2,27v48,-2,79,33,80,75v2,70,-97,112,-150,64r5,-51v24,16,44,25,58,25v18,0,39,-17,38,-36"},"6":{"d":"92,3v-65,0,-100,-70,-70,-131v18,-38,40,-64,62,-96r59,0r-55,75v51,-12,90,26,91,71v1,47,-40,81,-87,81xm95,-42v17,0,34,-18,33,-36v0,-19,-15,-36,-33,-36v-19,0,-37,17,-37,36v0,20,17,37,37,36"},"7":{"d":"9,-224r178,0r-143,231r-40,-25r102,-166r-97,0r0,-40"},"8":{"d":"95,-228v66,-7,95,76,43,110v61,33,30,121,-42,121v-73,0,-104,-88,-43,-121v-49,-30,-24,-117,42,-110xm96,-140v11,1,24,-12,24,-22v1,-13,-11,-25,-24,-25v-14,0,-24,10,-24,23v0,13,10,25,24,24xm95,-40v15,0,28,-14,28,-29v0,-15,-14,-29,-28,-29v-37,0,-33,58,0,58"},"9":{"d":"98,-228v69,0,100,75,67,135v-22,40,-37,59,-60,93r-59,0r56,-76v-55,12,-90,-25,-91,-73v-1,-45,41,-79,87,-79xm96,-112v19,0,35,-17,35,-35v0,-20,-16,-35,-36,-35v-18,0,-33,17,-33,35v0,19,16,35,34,35"},":":{"d":"46,-90v-15,0,-28,-11,-28,-27v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,16,-14,27,-28,27xm46,2v-15,0,-27,-12,-27,-27v0,-15,11,-28,27,-28v15,0,29,14,29,28v0,15,-14,27,-29,27","w":93},";":{"d":"50,-90v-15,0,-28,-14,-28,-28v0,-14,14,-28,28,-28v14,0,28,13,28,28v0,15,-13,28,-28,28xm28,-53r45,0r-37,98r-26,0","w":93},"<":{"d":"218,-20r-196,-82r0,-34r196,-81r0,40r-144,58r144,58r0,41","w":240},"=":{"d":"22,-180r196,0r0,38r-196,0r0,-38xm22,-96r196,0r0,38r-196,0r0,-38","w":240},">":{"d":"22,-217r196,81r0,34r-196,82r0,-41r144,-58r-144,-58r0,-40","w":240},"?":{"d":"163,-161v0,34,-22,64,-53,71r0,12r-49,0r0,-48v30,2,52,-9,53,-34v0,-15,-15,-29,-30,-29v-15,0,-28,14,-26,31v-16,-2,-38,4,-50,-2v-1,-39,39,-74,80,-74v38,0,77,33,75,73xm86,3v-16,1,-28,-13,-28,-28v0,-16,12,-28,28,-28v16,0,27,12,27,28v0,16,-11,28,-27,28","w":172},"@":{"d":"42,-82v-2,81,64,126,149,126v56,0,96,-16,121,-47r37,0v-25,51,-81,78,-155,79v-108,1,-186,-56,-184,-161v2,-106,71,-177,180,-177v84,0,150,54,150,135v0,64,-54,128,-116,127v-19,0,-29,-7,-32,-20v-43,44,-116,9,-116,-55v0,-71,85,-158,142,-92r4,-19r46,0r-29,142v0,6,2,8,7,8v34,-7,62,-49,62,-92v1,-63,-52,-102,-119,-102v-92,0,-145,62,-147,148xm175,-159v-35,0,-53,44,-53,86v0,24,11,40,31,41v35,2,55,-52,55,-86v0,-24,-12,-41,-33,-41","w":351},"A":{"d":"103,-231r39,0r94,231r-50,0r-19,-45r-88,0r-18,45r-50,0xm123,-155r-27,68r54,0","w":247,"k":{"Y":40,"W":18,"V":32,"U":14,"T":22,"Q":11,"O":14,"G":7,"C":18}},"B":{"d":"183,-67v1,73,-84,69,-160,67r0,-231v68,-2,140,-6,140,59v0,24,-10,33,-24,46v27,9,43,29,44,59xm114,-169v0,-17,-21,-25,-42,-23r0,50v23,2,42,-7,42,-27xm131,-69v0,-30,-26,-35,-59,-33r0,63v31,2,59,-4,59,-30","w":190,"k":{"A":7}},"C":{"d":"17,-114v-1,-89,93,-151,179,-104r0,56v-55,-41,-129,-25,-128,49v0,69,74,86,128,47r0,56v-93,40,-178,-14,-179,-104","w":209},"D":{"d":"213,-115v0,69,-47,115,-116,115r-75,0r0,-231r79,0v67,0,112,48,112,116xm162,-117v0,-52,-35,-75,-90,-70r0,142v57,4,90,-16,90,-72","w":228,"k":{"Y":14,"V":7,"A":25,".":18,",":18}},"E":{"d":"24,-231r130,0r0,46r-81,0r0,46r81,0r0,45r-81,0r0,48r81,0r0,46r-130,0r0,-231","w":172},"F":{"d":"24,-231r130,0r0,45r-81,0r0,47r81,0r0,45r-81,0r0,94r-49,0r0,-231","w":172,"k":{"A":25,".":36,",":40}},"G":{"d":"11,-117v0,-62,53,-117,115,-117v41,0,72,17,94,53r-33,31v-12,-20,-30,-34,-58,-35v-36,-1,-67,33,-67,69v0,65,96,102,120,34r-55,0r0,-45r107,0v7,79,-40,128,-110,130v-64,2,-113,-55,-113,-120","w":247,"k":{".":11,",":14}},"H":{"d":"23,-231r50,0r0,89r82,0r0,-89r49,0r0,231r-49,0r0,-92r-82,0r0,92r-50,0r0,-231","w":228},"I":{"d":"21,-231r49,0r0,231r-49,0r0,-231","w":93},"J":{"d":"63,-45v13,0,18,-12,18,-25r0,-161r49,0v-8,91,32,234,-63,234v-33,0,-52,-20,-62,-49r36,-27v3,8,10,28,22,28","w":153,"k":{"A":7,";":4,":":4,".":11,",":11}},"K":{"d":"24,-231r50,0r1,98r77,-98r60,0r-87,110r91,121r-60,0r-82,-108r0,108r-50,0r0,-231","w":228,"k":{"O":22,"G":11,"C":14}},"L":{"d":"24,-231r50,0r0,181r68,0r0,50r-118,0r0,-231","w":153,"k":{"Y":18,"W":4,"V":14,"T":11,"O":4,"G":4,"C":7}},"M":{"d":"40,-231r59,0r43,139r43,-139r58,0r29,231r-47,0r-21,-162r-50,162r-23,0r-52,-164r-19,164r-48,0","w":285},"N":{"d":"176,-231r49,0r0,231r-49,0r-106,-149r0,149r-49,0r0,-231r49,0r106,149r0,-149","w":247},"O":{"d":"131,3v-66,0,-115,-51,-115,-118v0,-65,52,-118,114,-118v67,0,118,51,118,118v0,67,-51,118,-117,118xm196,-115v0,-41,-25,-72,-64,-72v-39,0,-64,32,-64,73v0,39,26,71,63,71v39,0,65,-30,65,-72","w":266,"k":{"Y":18,"X":14,"W":4,"V":11,"T":4,"A":25,".":22,",":25}},"P":{"d":"174,-163v0,53,-43,78,-100,74r0,89r-50,0r0,-231r79,0v41,0,72,27,71,68xm123,-160v1,-24,-25,-33,-50,-29r0,59v28,3,49,-7,50,-30","k":{"A":25,".":47,",":50}},"Q":{"d":"132,-234v102,0,155,134,84,203r28,33r-33,21r-26,-31v-88,35,-170,-23,-169,-111v1,-59,51,-115,116,-115xm68,-117v0,47,31,84,84,71r-24,-29r32,-21r23,26v32,-40,7,-118,-51,-118v-38,0,-64,31,-64,71","w":266,"k":{"Y":18,"V":7,"A":4,".":7}},"R":{"d":"99,-231v84,-10,99,113,32,135r64,96r-57,0r-60,-89r-5,0r0,89r-50,0r0,-231r76,0xm123,-161v-1,-24,-23,-31,-50,-29r0,60v29,2,51,-6,50,-31","w":209,"k":{"Y":32,"W":7,"V":14,"U":14,"T":4,"Q":14,"O":14,"G":11,"C":18}},"S":{"d":"69,-103v-80,-17,-61,-131,20,-131v26,0,47,8,64,24r-31,34v-16,-10,-28,-14,-35,-14v-31,7,-23,39,11,50v35,12,59,28,61,70v2,39,-40,73,-81,73v-24,0,-47,-12,-70,-34r32,-38v15,15,28,23,41,23v38,-11,33,-47,-12,-57","w":171,"k":{".":7,",":14}},"T":{"d":"8,-231r155,0r0,49r-53,0r0,182r-50,0r0,-182r-52,0r0,-49","w":172,"k":{"O":4,"C":7,"A":25,";":14,":":14,".":25,"-":11,",":32}},"U":{"d":"115,3v-56,0,-92,-37,-92,-82r0,-152r49,0r0,141v0,25,15,44,40,44v28,0,44,-17,43,-46r0,-139r49,0r0,150v-1,49,-37,84,-89,84","w":228,"k":{"A":7,".":11,",":14}},"V":{"d":"4,-231r51,0r58,154r58,-154r51,0r-87,231r-44,0","w":228,"k":{"Q":7,"O":11,"G":4,"C":11,"A":29,";":18,":":11,".":40,"-":11,",":32}},"W":{"d":"6,-231r44,0r37,158r39,-158r32,0r38,158r38,-158r44,0r-56,231r-47,0r-33,-142r-34,142r-47,0","w":285,"k":{"O":4,"C":7,"A":14,";":11,":":7,".":22,"-":4,",":25}},"X":{"d":"14,-231r53,0r46,71r48,-71r52,0r-73,110r80,121r-52,0r-54,-82r-55,82r-52,0r81,-121","w":228,"k":{"O":14,"G":11,"C":14}},"Y":{"d":"6,-231r55,0r42,72r44,-72r55,0r-74,123r0,108r-49,0r0,-108","w":209,"k":{"O":14,"G":11,"C":18,"A":29,";":18,":":18,".":32,"-":25,",":40}},"Z":{"d":"26,-231r168,0r-104,183r100,0r0,48r-177,0r104,-184r-91,0r0,-47","w":209},"[":{"d":"28,-235r76,0r0,30r-44,0r0,230r43,0r0,30r-75,0r0,-290","w":112},"\\":{"d":"10,-247r26,0r90,313r-25,0","w":131},"]":{"d":"8,-235r74,0r0,290r-74,0r0,-30r42,0r0,-230r-42,0r0,-30","w":112},"^":{"d":"20,-122r66,-140r40,0r64,140r-50,0r-35,-86r-35,86r-50,0","w":210},"_":{"d":"-2,45r0,-18r184,0r0,18r-184,0","w":180},"`":{"d":"87,-174r-31,0r-48,-53r55,0","w":119},"{":{"d":"50,0v1,-46,-3,-68,-39,-69r0,-42v39,0,39,-29,39,-69v0,-65,20,-80,81,-79v-2,13,4,33,-2,42v-26,1,-33,1,-34,25v-2,67,1,80,-32,102v32,19,31,47,32,102v1,25,11,24,36,25r0,42v-62,0,-83,-12,-81,-79","w":140},"|":{"d":"87,-250r38,0r0,299r-38,0r0,-299","w":211},"}":{"d":"90,-180v0,46,3,68,39,69r0,42v-38,1,-39,29,-39,69v0,67,-18,79,-81,79v2,-13,-4,-33,2,-42v26,-1,33,-1,34,-25v2,-57,-1,-82,32,-102v-33,-22,-30,-38,-32,-102v-1,-25,-10,-24,-36,-25r0,-42v62,-2,81,15,81,79","w":140},"~":{"d":"76,-159v34,-1,57,26,88,28v15,0,33,-9,52,-26r0,39v-46,48,-95,9,-142,-4v-17,0,-34,9,-53,26r0,-39v19,-16,36,-24,55,-24","w":236},"\u00a0":{"w":95}}});
	
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																														 $(document).ready(function() {
   
	Cufon.replace('.nav a', { fontFamily: 'AUdimat' });
	Cufon.replace('h2', { fontFamily: 'Tw Cen MT' });
	Cufon.replace('#top h2', { fontFamily: 'AUdimat' });
	Cufon.replace('h3', { fontFamily: 'Tw Cen MT' });
	Cufon.replace('h4', { fontFamily: 'Tw Cen MT' });
	Cufon.replace('.olhead', { fontFamily: 'Tw Cen MT' });

	$('#focus').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});

   Cufon.now();
 });																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																							   