/*
 * 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}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												   
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright c 1992 by CC Font ManipSystems
 */
Cufon.registerFont({"w":193,"face":{"font-family":"Avant_G-Bold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"7","bbox":"-63 -300 331 82.3911","underline-thickness":"8.78906","underline-position":"-13.1836","unicode-range":"U+0020-U+007A"},"glyphs":{" ":{"w":108,"k":{"Y":15,"W":15,"V":15,"T":15,"A":15}},"!":{"d":"17,0r58,0r0,-60r-58,0r0,60xm17,-87r58,0r0,-177r-58,0r0,177","w":80},"\"":{"d":"30,-202v1,23,-3,31,-26,31r0,28v35,4,59,-7,59,-39r0,-79r-59,0r0,59r26,0xm75,-143v35,4,57,-11,57,-42r0,-76r-59,0r0,59r25,0v1,21,0,31,-23,31r0,28","w":137},"$":{"d":"81,-60v-14,-2,-17,-9,-21,-23r-59,0v2,39,23,64,58,70r0,41r46,0r0,-42v43,-6,70,-66,44,-108v-17,-27,-56,-33,-82,-53v-10,-12,-4,-38,14,-36v11,0,17,8,19,22r52,0v1,-42,-17,-57,-48,-67r0,-44r-46,0r0,45v-55,8,-77,98,-25,127v21,12,48,19,65,35v8,14,0,35,-17,33","w":160},"%":{"d":"59,3r44,0r111,-264r-45,0xm46,-197v0,-10,6,-19,17,-19v11,-1,18,8,18,19v0,10,-6,19,-18,18v-11,1,-17,-8,-17,-18xm129,-198v0,-38,-28,-66,-66,-66v-37,0,-64,27,-64,66v0,39,26,67,64,67v39,0,66,-28,66,-67xm192,-62v0,-11,6,-21,18,-20v10,0,17,10,17,20v0,9,-7,18,-17,18v-11,0,-18,-8,-18,-18xm274,-63v0,-37,-26,-65,-65,-65v-39,0,-65,28,-65,65v0,38,27,66,65,66v38,0,65,-28,65,-66","w":273},"&":{"d":"96,-269v-67,0,-91,90,-47,129v-28,19,-46,34,-48,72v-4,83,120,97,162,46r29,30r41,-41r-33,-33v19,-29,28,-47,37,-85r-61,0v-5,20,-6,26,-18,41r-31,-31v59,-26,42,-128,-31,-128xm125,-62v-16,19,-60,20,-61,-10v0,-11,6,-22,19,-30xm97,-216v23,3,12,33,-1,44v-12,-12,-24,-40,1,-44","w":232},"'":{"d":"4,-141v69,11,57,-59,57,-120r-59,0r0,60r25,0v1,19,0,35,-23,31r0,29","w":63},"(":{"d":"112,-274v-117,12,-147,210,-45,267v15,8,28,15,45,19r0,-77v-25,-16,-42,-30,-42,-65v0,-35,17,-53,42,-67r0,-77","w":113},")":{"d":"41,-131v-1,37,-15,50,-41,66r0,77v118,-12,148,-209,46,-267v-15,-8,-29,-15,-46,-19r0,77v24,14,41,32,41,66","w":113},"*":{"d":"1,-194r31,0r-18,23r25,18r17,-30r16,30r25,-16r-18,-25r33,0r0,-25r-33,0r19,-26r-26,-18r-15,32r-17,-32r-25,18r18,26r-32,0r0,25","w":113},",":{"d":"4,59v67,10,57,-58,57,-119r-59,0r0,60r25,0v1,20,-2,33,-23,30r0,29","w":63,"k":{"1":20}},"-":{"d":"1,-72r86,0r0,-61r-86,0r0,61","w":87},".":{"d":"0,0r57,0r0,-60r-57,0r0,60","w":56,"k":{"1":15}},"\/":{"d":"0,0r40,0r79,-261r-39,0","w":119},"0":{"d":"97,-269v-56,0,-93,38,-93,95r0,83v1,61,35,97,95,97v59,0,90,-37,91,-97r0,-83v-3,-58,-34,-95,-93,-95xm98,-211v48,0,30,74,30,117v0,27,-6,41,-30,42v-46,2,-33,-74,-33,-119v0,-27,12,-40,33,-40"},"1":{"d":"1,-207r0,-54r95,0r0,261r-64,0r0,-207r-31,0","w":104},"2":{"d":"88,-211v-22,1,-25,20,-25,44r-63,0v0,-65,33,-103,95,-103v50,0,86,31,86,80v0,66,-46,92,-86,131r88,0r0,59r-181,0r0,-53v44,-36,108,-62,108,-131v0,-18,-7,-27,-22,-27","w":184},"3":{"d":"185,-80v0,96,-162,115,-185,30v-2,-7,-4,-16,-4,-28r66,0v3,17,10,26,28,26v18,0,27,-10,27,-28v-1,-27,-24,-28,-54,-29r0,-48v29,-1,44,-7,45,-34v0,-16,-6,-24,-19,-24v-13,0,-21,9,-22,26r-63,0v-1,-52,34,-79,85,-83v79,-6,112,102,44,129v29,11,52,24,52,63","w":184},"4":{"d":"-2,-48r119,0r0,48r56,0r0,-48r30,0r0,-50r-30,0r0,-163r-62,0r-113,168r0,45xm63,-98r53,-80r0,80r-53,0","w":200,"k":{"1":4}},"5":{"d":"126,-89v0,39,-49,50,-67,18r-62,0v11,47,37,78,93,78v61,0,101,-37,103,-97v2,-65,-63,-111,-122,-79r8,-41r92,0r0,-51r-142,0r-22,147r49,14v14,-33,70,-31,70,11"},"6":{"d":"199,-90v0,-54,-37,-95,-96,-88r61,-83r-72,0v-28,53,-89,96,-89,168v0,59,39,102,98,102v58,0,98,-43,98,-99xm65,-91v1,-21,14,-35,36,-35v21,0,34,17,34,37v0,19,-14,35,-34,35v-20,0,-36,-17,-36,-37","w":200},"7":{"d":"-1,-204r0,-57r172,0r0,50r-90,211r-67,0r93,-204r-108,0","w":169,"k":{"8":4,"6":22,"4":27,".":35,",":34}},"8":{"d":"192,-79v1,-30,-19,-56,-42,-64v55,-36,19,-126,-51,-126v-69,0,-114,90,-56,127v-25,14,-41,31,-41,66v1,53,40,82,93,82v54,0,95,-30,97,-85xm65,-82v0,-17,12,-31,30,-31v18,0,30,15,30,32v0,16,-12,30,-30,30v-18,0,-30,-14,-30,-31xm73,-188v1,-13,10,-26,24,-26v14,-1,23,11,23,25v0,14,-9,26,-23,26v-15,1,-24,-11,-24,-25"},"9":{"d":"2,-171v0,54,38,101,96,88r-64,83r78,0r67,-104v45,-66,3,-168,-80,-165v-59,2,-97,40,-97,98xm65,-170v1,-19,14,-37,35,-37v20,0,36,17,36,36v0,22,-16,35,-38,36v-19,0,-33,-17,-33,-35","w":200},":":{"d":"11,0r57,0r0,-60r-57,0r0,60xm11,-126r57,0r0,-61r-57,0r0,61","w":71},";":{"d":"10,59v40,3,59,-11,59,-49r0,-70r-59,0r0,60r25,0v2,21,-2,35,-25,31r0,28xm10,-126r60,0r0,-61r-60,0r0,61","w":71},"<":{"d":"1,-78r68,64r0,-69r-24,-21r24,-20r0,-66r-68,65r0,47xm75,-78r68,64r0,-70r-25,-22r24,-18r0,-65r-67,63r0,48","w":143},">":{"d":"1,-14r69,-64r0,-47r-67,-64r0,65r24,18r-26,22r0,70xm77,-17r66,-61r0,-47r-66,-64r0,66r23,19r-23,19r0,68","w":143},"?":{"d":"1,-68v0,84,135,100,164,31v7,-14,11,-30,11,-49r-62,0v6,40,-45,48,-45,14v0,-45,63,-55,61,-108r-62,0v-12,46,-67,56,-67,112xm127,-261r-59,0r0,61r59,0r0,-61","w":176},"A":{"d":"0,0r101,-261r55,0r102,261r-74,0r-13,-37r-86,0r-13,37r-72,0xm103,-90r51,0r-27,-74","w":258,"k":{"y":43,"w":37,"v":39,"u":12,"t":15,"s":5,"q":19,"o":19,"g":19,"e":20,"d":20,"c":19,"a":20,"Y":63,"W":51,"V":58,"T":43,"S":5,"Q":27,"O":27,"G":27,"C":27," ":15}},"B":{"d":"192,-79v0,90,-96,80,-184,79r0,-261v78,0,171,-12,171,66v0,29,-13,41,-32,55v28,8,45,25,45,61xm125,-83v0,-27,-26,-25,-53,-24r0,49v27,1,53,2,53,-25xm72,-162v23,1,46,2,46,-21v0,-22,-24,-21,-46,-20r0,41","k":{"Y":25,"V":20,"O":4,"G":4,"C":4,"A":15}},"C":{"d":"1,-129v-2,97,98,163,192,121v34,-15,59,-48,67,-89r-68,0v-23,62,-125,35,-125,-33v0,-71,99,-98,125,-33r66,0v-14,-59,-53,-103,-124,-103v-79,0,-131,58,-133,137","w":258,"k":{"A":19}},"D":{"d":"227,-128v0,70,-42,128,-111,128r-110,0r0,-261r100,0v79,3,121,54,121,133xm164,-127v-1,-55,-32,-82,-94,-75r0,143v59,6,95,-13,94,-68","w":226,"k":{"Y":31,"X":38,"W":19,"V":22,"T":17,"A":27}},"E":{"d":"7,0r0,-261r143,0r0,58r-79,0r0,42r79,0r0,60r-79,0r0,45r79,0r0,56r-143,0","w":152},"F":{"d":"6,0r0,-261r153,0r0,59r-84,0r0,42r84,0r0,60r-84,0r0,100r-69,0","w":160,"k":{"A":32,".":46,",":46}},"G":{"d":"139,6v84,0,137,-62,135,-152r-152,0r0,58r76,0v-31,60,-131,30,-131,-43v0,-72,93,-100,128,-44r70,0v-18,-53,-58,-91,-127,-91v-80,0,-137,57,-137,136v0,79,57,136,138,136","w":273,"k":{"Y":31,"V":23,"T":15,"A":28}},"H":{"d":"7,0r0,-261r63,0r0,100r84,0r0,-100r64,0r0,261r-64,0r0,-99r-84,0r0,99r-63,0","w":226},"I":{"d":"8,0r0,-261r64,0r0,261r-64,0","w":80},"J":{"d":"82,-54v-17,0,-17,-10,-19,-28r-65,0v0,61,28,87,82,87v56,0,86,-31,86,-94r0,-172r-65,0r0,174v0,20,-1,33,-19,33","w":169},"K":{"d":"7,0r0,-261r66,0r0,118r79,-118r75,0r-89,133r87,128r-79,0r-73,-110r0,110r-66,0","w":226,"k":{"y":28,"u":13,"o":27,"e":27,"a":27,"O":35,"G":34,"C":34}},"L":{"d":"4,0r0,-261r66,0r0,202r76,0r0,59r-142,0","w":143,"k":{"y":36,"Y":51,"W":31,"V":43,"U":5,"T":35,"S":1,"O":17,"G":17,"C":17}},"M":{"d":"5,0r0,-261r85,0r53,176r49,-176r85,0r0,261r-59,0r0,-180r-54,180r-48,0r-53,-178r0,178r-58,0","w":282},"N":{"d":"7,0r0,-261r53,0r105,156r0,-156r60,0r0,261r-56,0r-100,-158r0,158r-62,0","w":232},"O":{"d":"274,-128v0,-81,-57,-139,-137,-139v-80,0,-138,59,-138,139v0,77,58,134,136,134v80,0,139,-56,139,-134xm67,-130v0,-43,29,-71,72,-71v42,0,70,30,70,72v0,40,-29,70,-71,70v-42,0,-71,-29,-71,-71","w":273,"k":{"Y":31,"X":38,"W":19,"V":23,"T":20,"A":27}},"P":{"d":"194,-173v0,67,-48,99,-124,91r0,82r-63,0r0,-261r101,0v54,1,86,33,86,88xm129,-172v0,-29,-27,-32,-58,-30r0,61v31,3,58,-2,58,-31","k":{"o":9,"e":9,"a":9,"A":47,".":63,",":55}},"Q":{"d":"2,-128v-3,105,121,169,210,114v21,18,41,22,78,22r0,-53v-17,-2,-24,-2,-36,-9v58,-91,-5,-216,-115,-212v-81,3,-134,58,-137,138xm203,-94v-35,-41,-76,-72,-133,-44v6,-36,31,-63,71,-63v51,0,86,57,62,107xm80,-95v35,-9,53,5,83,32v-35,15,-72,-7,-83,-32","w":289},"R":{"d":"106,-261v59,0,93,30,93,89v0,45,-20,72,-60,81r71,91r-80,0r-59,-85r0,85r-64,0r0,-261r99,0xm134,-168v0,-32,-27,-39,-62,-35r0,74v36,3,62,-5,62,-39","w":208,"k":{"y":2,"o":9,"e":9,"a":9,"Y":21,"T":8,"O":4,"G":4,"C":4}},"S":{"d":"97,-213v17,0,20,10,23,27r61,0v0,-56,-36,-79,-86,-82v-67,-4,-114,67,-75,125v19,28,87,34,94,71v-1,13,-10,22,-24,22v-22,0,-24,-13,-27,-35r-63,0v0,63,32,87,92,91v71,4,116,-67,78,-124v-14,-23,-47,-38,-75,-48v-27,-10,-25,-47,2,-47","w":184,"k":{"t":4,"Y":13,"T":3,"A":12}},"T":{"d":"-1,-202r0,-59r164,0r0,59r-51,0r0,202r-63,0r0,-202r-50,0","w":160,"k":{"y":26,"w":23,"s":23,"r":17,"o":39,"g":38,"e":39,"c":38,"a":38,"O":15,"G":15,"C":15,"A":43,";":23,".":31,",":27," ":15}},"U":{"d":"103,7v67,0,100,-35,100,-104r0,-164r-64,0r0,162v0,28,-8,43,-34,43v-27,1,-35,-16,-35,-42r0,-163r-63,0r0,162v-2,76,29,106,96,106","w":208,"k":{"A":15}},"V":{"d":"0,-261r71,0r50,181r52,-181r69,0r-87,261r-74,0","w":241,"k":{"u":15,"o":35,"g":37,"e":31,"a":35,"O":25,"G":25,"C":25,"A":64,";":15,".":43,",":39," ":15}},"W":{"d":"-1,-261r69,0r37,165r34,-165r59,0r38,164r33,-164r62,0r-63,261r-61,0r-38,-157r-39,157r-60,0","w":330,"k":{"y":6,"u":5,"r":5,"o":23,"e":23,"a":23,"S":6,"O":15,"G":15,"C":15,"A":47,";":8,".":27,",":23," ":15}},"X":{"d":"-1,0r71,0r49,-82r48,82r73,0r-80,-129r83,-132r-70,0r-46,78r-46,-78r-73,0r77,126","w":241,"k":{"y":25,"u":15,"o":30,"e":30,"a":31,"S":14,"Q":35,"O":35,"G":35,"C":35}},"Y":{"d":"-4,-261r76,171r0,90r63,0r0,-88r78,-173r-67,0r-39,98r-40,-98r-71,0","w":208,"k":{"o":49,"g":49,"e":47,"a":47,"S":13,"O":35,"G":33,"C":33,"A":63,";":23,".":43,",":38," ":15}},"Z":{"d":"-1,0r162,0r0,-57r-81,0r77,-150r0,-54r-156,0r0,59r86,0r-88,165r0,37","w":160,"k":{"y":5,"o":12,"e":12,"a":12}},"[":{"d":"106,-274v-67,2,-103,37,-102,107v1,56,-7,117,23,147v19,19,42,31,79,33r0,-62v-53,2,-36,-70,-36,-118v0,-31,8,-43,36,-46r0,-61","w":104},"]":{"d":"35,-167v0,48,17,120,-36,118r0,62v67,-3,101,-36,101,-107v0,-92,0,-184,-101,-180r0,61v29,3,36,15,36,46","w":104},"_":{"d":"-1,47r0,9r156,0r0,-9r-156,0","w":152},"`":{"d":"-63,-235r99,25r13,-36r-99,-37","w":48},"a":{"d":"3,-99v0,-81,93,-136,152,-84r0,-15r55,0r0,198r-55,0r0,-15v-58,51,-152,-4,-152,-84xm154,-99v0,-28,-18,-49,-47,-49v-28,0,-44,22,-45,49v-1,26,17,49,44,48v29,-1,48,-19,48,-48","w":217,"k":{"y":-3,"w":-3,"v":-3}},"b":{"d":"215,-97v0,79,-94,131,-150,81r0,16r-57,0r0,-261r57,0r0,80v60,-49,150,6,150,84xm155,-97v0,-28,-18,-49,-46,-49v-28,0,-45,20,-45,49v0,28,16,48,44,48v29,0,47,-20,47,-48","w":217,"k":{"y":19,"v":17,"t":5,"f":5}},"c":{"d":"2,-97v-1,75,76,127,147,92v26,-13,47,-39,52,-70r-58,0v-18,45,-84,23,-84,-22v0,-47,67,-67,82,-24r60,0v-5,-46,-45,-81,-96,-81v-61,0,-102,44,-103,105","w":200,"k":{"t":2,"s":-3,"a":-1}},"d":{"d":"3,-97v0,-81,94,-134,150,-81r0,-83r57,0r0,261r-57,0r0,-16v-55,50,-150,-2,-150,-81xm154,-97v1,-29,-18,-48,-45,-49v-29,0,-46,21,-46,49v0,28,17,48,45,48v29,0,45,-20,46,-48","w":217},"e":{"d":"0,-98v-8,113,168,141,195,38r-58,0v-25,29,-78,15,-83,-20r147,0v1,-76,-31,-123,-100,-123v-60,0,-97,44,-101,105xm58,-121v9,-40,76,-36,87,0r-87,0","w":200,"k":{"y":19,"x":27,"w":13,"v":17,"t":5,"f":5}},"f":{"d":"104,-267v-56,-1,-82,14,-81,69r-21,0r0,45r21,0r0,153r57,0r0,-153r24,0r0,-45r-23,0v-1,-20,2,-31,23,-29r0,-40","w":104,"k":{"s":2,"o":8,"f":12,"e":8,"c":8,"a":8}},"g":{"d":"71,13v21,40,96,18,84,-35v-9,17,-27,26,-54,26v-58,-2,-97,-42,-100,-99v-5,-79,96,-139,153,-83r0,-20r58,0r0,194v8,95,-143,109,-193,55v-9,-9,-13,-23,-14,-38r66,0xm155,-97v0,-29,-20,-50,-48,-50v-29,0,-48,22,-48,50v0,28,19,48,49,48v28,0,47,-22,47,-48","w":217},"h":{"d":"97,-149v-55,0,-26,96,-33,149r-56,0r0,-261r55,0r0,78v15,-12,26,-18,49,-19v93,-2,71,113,73,202r-56,0v-7,-53,23,-149,-32,-149","k":{"y":14,"w":8,"v":9}},"i":{"d":"8,0r0,-198r56,0r0,198r-56,0xm8,-215r0,-46r56,0r0,46r-56,0","w":71},"j":{"d":"64,8v2,54,-29,67,-85,64r0,-46v23,1,29,-7,29,-31r0,-193r56,0r0,206xm8,-261r56,0r0,46r-56,0r0,-46","w":71},"k":{"d":"5,0r0,-261r57,0r0,141r56,-78r66,0r-69,89r69,109r-69,0r-53,-97r0,97r-57,0","w":184,"k":{"s":12,"o":27,"g":25,"f":-1,"e":27,"c":27,"a":27}},"l":{"d":"8,0r0,-261r56,0r0,261r-56,0","w":71},"m":{"d":"96,-150v-56,0,-26,97,-33,150r-56,0r0,-198r52,0r0,18v29,-33,90,-27,109,8v12,-18,35,-32,64,-32v92,-2,64,118,68,204r-56,0r0,-110v0,-27,-10,-40,-29,-40v-56,0,-27,96,-34,150r-57,0r0,-109v0,-27,-9,-41,-28,-41","w":306,"k":{"y":9,"w":4,"v":8}},"n":{"d":"97,-150v-54,4,-25,97,-32,150r-57,0r0,-198r57,0r0,18v43,-43,120,-27,120,54r0,126r-57,0r0,-118v1,-19,-13,-33,-31,-32","k":{"y":8,"w":5,"v":8}},"o":{"d":"207,-99v0,-60,-42,-104,-102,-104v-60,0,-102,45,-102,105v0,60,42,105,102,105v59,0,102,-46,102,-106xm60,-98v0,-26,21,-48,45,-48v28,0,44,21,44,48v0,27,-16,46,-44,46v-25,0,-45,-21,-45,-46","w":208,"k":{"y":20,"x":31,"v":14,"t":6,"f":4}},"p":{"d":"215,-98v8,82,-95,130,-150,78r0,84r-58,0r0,-262r58,0r0,20v54,-54,158,-2,150,80xm158,-98v0,-27,-21,-49,-47,-49v-28,1,-45,21,-45,49v1,28,17,47,45,48v26,0,47,-22,47,-48","w":217,"k":{"y":21,"x":31,"w":14,"f":5}},"q":{"d":"1,-95v0,-82,93,-139,152,-83r0,-20r57,0r0,262r-57,0r0,-84v-53,51,-152,7,-152,-75xm154,-98v-1,-28,-21,-47,-49,-49v-26,-1,-46,23,-46,49v0,26,22,49,49,48v25,0,47,-23,46,-48","w":217},"r":{"d":"113,-144v-75,-8,-44,84,-50,144r-56,0r0,-198r53,0r0,24v10,-22,22,-32,53,-33r0,63","w":113,"k":{"t":-4,"s":5,"o":11,"g":11,"f":-4,"e":11,"d":11,"c":11,"a":11,".":27,",":23}},"s":{"d":"80,-37v-17,0,-19,-7,-23,-23r-57,0v4,42,34,67,79,67v45,0,80,-24,82,-67v2,-37,-32,-57,-72,-64v-25,1,-32,-36,-6,-36v14,0,17,7,18,22r54,0v-2,-40,-31,-60,-72,-64v-75,-7,-109,104,-29,122v22,11,39,6,44,27v0,10,-7,17,-18,16","w":160,"k":{"y":9,"w":8,"v":10}},"t":{"d":"1,-153r27,0r0,153r57,0r0,-153r28,0r0,-45r-28,0r0,-63r-57,0r0,63r-27,0r0,45","w":113,"k":{"o":8,"e":8,"c":8,"a":8}},"u":{"d":"61,-89v0,26,7,41,31,41v54,0,25,-99,32,-150r57,0r0,198r-53,0r0,-21v-37,47,-124,22,-124,-53r0,-124r57,0r0,109","w":184},"v":{"d":"0,-198r62,0r36,127r38,-127r58,0r-69,198r-57,0","k":{"o":18,"e":18,"a":18,".":31,",":27}},"w":{"d":"0,-198r59,0r27,119r33,-119r52,0r30,119r33,-119r56,0r-63,198r-54,0r-30,-115r-30,115r-56,0","w":289,"k":{"s":9,"o":15,"g":15,"e":15,"c":15,"a":15,".":27,",":23}},"x":{"d":"-2,0r66,0r42,-61r40,61r72,0r-75,-105r66,-93r-64,0r-33,47r-34,-47r-72,0r66,91","w":217,"k":{"o":33,"e":30,"c":30,"a":30}},"y":{"d":"0,-198r63,0r39,115r40,-115r59,0r-100,268r-57,0r28,-78","w":200,"k":{"s":9,"o":18,"e":18,"c":18,"a":12,".":31,",":31}},"z":{"d":"1,0r143,0r0,-51r-69,0r68,-102r0,-45r-142,0r0,50r78,0r-78,108r0,40","w":143},"\u00a0":{"w":108,"k":{"Y":15,"W":15,"V":15,"T":15,"A":15}}}});


/* ********************************************************** */

	$(document).ready(function(){
		
		Cufon.replace('h3');
		Cufon.replace('h4');
		
		$('#stage').cycle({ fx: 'fade' });

		$("#contact-form").validate({
		
			rules: {
				chemail: {
				  required: true,
				  email: true
						}
					}
			});

		Cufon.now();
				
	});