(function(G){var D="2.73";if(G.support==undefined){G.support={opacity:!(G.browser.msie)}}function O(P){if(G.fn.cycle.debug){J(P)}}function J(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}G.fn.cycle=function(Q,R){var P={s:this.selector,c:this.context};if(this.length===0&&Q!="stop"){if(!G.isReady&&P.s){J("DOM not ready, queuing slideshow");G(function(){G(P.s,P.c).cycle(Q,R)});return this}J("terminating; zero elements found by selector"+(G.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var T=C(this,Q,R);if(T===false){return }if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var S=G(this);var X=T.slideExpr?G(T.slideExpr,this):S.children();var V=X.get();if(V.length<2){J("terminating; too few slides: "+V.length);return }var W=E(S,X,V,T,P);if(W===false){return }var U=W.continuous?10:H(W.currSlide,W.nextSlide,W,!W.rev);if(U){U+=(W.delay||0);if(U<10){U=10}O("first timeout: "+U);this.cycleTimeout=setTimeout(function(){K(V,W,0,!W.rev)},U)}})};function C(T,Q,S){if(T.cycleStop==undefined){T.cycleStop=0}if(Q===undefined||Q===null){Q={}}if(Q.constructor==String){switch(Q){case"stop":T.cycleStop++;if(T.cycleTimeout){clearTimeout(T.cycleTimeout)}T.cycleTimeout=0;G(T).removeData("cycle.opts");return false;case"pause":T.cyclePause=1;return false;case"resume":T.cyclePause=0;if(S===true){Q=G(T).data("cycle.opts");if(!Q){J("options not found, can not resume");return false}if(T.cycleTimeout){clearTimeout(T.cycleTimeout);T.cycleTimeout=0}K(Q.elements,Q,1,1)}return false;case"prev":case"next":var P=G(T).data("cycle.opts");if(!P){J('options not found, "prev/next" ignored');return false}G.fn.cycle[Q](P);return false;default:Q={fx:Q}}return Q}else{if(Q.constructor==Number){var R=Q;Q=G(T).data("cycle.opts");if(!Q){J("options not found, can not advance slide");return false}if(R<0||R>=Q.elements.length){J("invalid slide index: "+R);return false}Q.nextSlide=R;if(T.cycleTimeout){clearTimeout(T.cycleTimeout);T.cycleTimeout=0}if(typeof S=="string"){Q.oneTimeFx=S}K(Q.elements,Q,1,R>=Q.currSlide);return false}}return Q}function N(R,Q){if(!G.support.opacity&&Q.cleartype&&R.style.filter){try{R.style.removeAttribute("filter")}catch(P){}}}function E(S,R,Z,b,a){var e=G.extend({},G.fn.cycle.defaults,b||{},G.metadata?S.metadata():G.meta?S.data():{});if(e.autostop){e.countdown=e.autostopCount||Z.length}var f=S[0];S.data("cycle.opts",e);e.$cont=S;e.stopCount=f.cycleStop;e.elements=Z;e.before=e.before?[e.before]:[];e.after=e.after?[e.after]:[];e.after.unshift(function(){e.busy=0});if(!G.support.opacity&&e.cleartype){e.after.push(function(){N(this,e)})}if(e.continuous){e.after.push(function(){K(Z,e,0,!e.rev)})}B(e);if(!G.support.opacity&&e.cleartype&&!e.cleartypeNoBg){I(R)}if(S.css("position")=="static"){S.css("position","relative")}if(e.width){S.width(e.width)}if(e.height&&e.height!="auto"){S.height(e.height)}if(e.startingSlide){e.startingSlide=parseInt(e.startingSlide)}if(e.random){e.randomMap=[];for(var V=0;V<Z.length;V++){e.randomMap.push(V)}e.randomMap.sort(function(j,k){return Math.random()-0.5});e.randomIndex=0;e.startingSlide=e.randomMap[0]}else{if(e.startingSlide>=Z.length){e.startingSlide=0}}e.currSlide=e.startingSlide=e.startingSlide||0;var U=e.startingSlide;R.css({position:"absolute",top:0,left:0}).hide().each(function(k){var j=U?k>=U?Z.length-(k-U):U-k:Z.length-k;G(this).css("z-index",j)});G(Z[U]).css("opacity",1).show();N(Z[U],e);if(e.fit&&e.width){R.width(e.width)}if(e.fit&&e.height&&e.height!="auto"){R.height(e.height)}var d=e.containerResize&&!S.innerHeight();if(d){var X=0,g=0;for(var Y=0;Y<Z.length;Y++){var h=G(Z[Y]),Q=h[0],i=h.outerWidth(),T=h.outerHeight();if(!i){i=Q.offsetWidth}if(!T){T=Q.offsetHeight}X=i>X?i:X;g=T>g?T:g}if(X>0&&g>0){S.css({width:X+"px",height:g+"px"})}}if(e.pause){S.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(M(e)===false){return false}var c=false;b.requeueAttempts=b.requeueAttempts||0;R.each(function(){var m=G(this);this.cycleH=(e.fit&&e.height)?e.height:m.height();this.cycleW=(e.fit&&e.width)?e.width:m.width();if(m.is("img")){var j=(G.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var l=(G.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var n=(G.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var k=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(j||l||n||k){if(a.s&&e.requeueOnImageNotLoaded&&++b.requeueAttempts<100){J(b.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){G(a.s,a.c).cycle(b)},e.requeueTimeout);c=true;return false}else{J("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(c){return false}e.cssBefore=e.cssBefore||{};e.animIn=e.animIn||{};e.animOut=e.animOut||{};R.not(":eq("+U+")").css(e.cssBefore);if(e.cssFirst){G(R[U]).css(e.cssFirst)}if(e.timeout){e.timeout=parseInt(e.timeout);if(e.speed.constructor==String){e.speed=G.fx.speeds[e.speed]||parseInt(e.speed)}if(!e.sync){e.speed=e.speed/2}while((e.timeout-e.speed)<250){e.timeout+=e.speed}}if(e.easing){e.easeIn=e.easeOut=e.easing}if(!e.speedIn){e.speedIn=e.speed}if(!e.speedOut){e.speedOut=e.speed}e.slideCount=Z.length;e.currSlide=e.lastSlide=U;if(e.random){e.nextSlide=e.currSlide;if(++e.randomIndex==Z.length){e.randomIndex=0}e.nextSlide=e.randomMap[e.randomIndex]}else{e.nextSlide=e.startingSlide>=(Z.length-1)?0:e.startingSlide+1}if(!e.multiFx){var W=G.fn.cycle.transitions[e.fx];if(G.isFunction(W)){W(S,R,e)}else{if(e.fx!="custom"&&!e.multiFx){J("unknown transition: "+e.fx,"; slideshow terminating");return false}}}var P=R[U];if(e.before.length){e.before[0].apply(P,[P,P,e,true])}if(e.after.length>1){e.after[1].apply(P,[P,P,e,true])}if(e.next){G(e.next).bind(e.prevNextEvent,function(){return A(e,e.rev?-1:1)})}if(e.prev){G(e.prev).bind(e.prevNextEvent,function(){return A(e,e.rev?1:-1)})}if(e.pager){L(Z,e)}F(e,Z);return e}function B(P){P.original={before:[],after:[]};P.original.cssBefore=G.extend({},P.cssBefore);P.original.cssAfter=G.extend({},P.cssAfter);P.original.animIn=G.extend({},P.animIn);P.original.animOut=G.extend({},P.animOut);G.each(P.before,function(){P.original.before.push(this)});G.each(P.after,function(){P.original.after.push(this)})}function M(P){var R,T,U=G.fn.cycle.transitions;if(P.fx.indexOf(",")>0){P.multiFx=true;P.fxs=P.fx.replace(/\s*/g,"").split(",");for(R=0;R<P.fxs.length;R++){var Q=P.fxs[R];T=U[Q];if(!T||!U.hasOwnProperty(Q)||!G.isFunction(T)){J("discarding unknown transition: ",Q);P.fxs.splice(R,1);R--}}if(!P.fxs.length){J("No valid transitions named; slideshow terminating.");return false}}else{if(P.fx=="all"){P.multiFx=true;P.fxs=[];for(p in U){T=U[p];if(U.hasOwnProperty(p)&&G.isFunction(T)){P.fxs.push(p)}}}}if(P.multiFx&&P.randomizeEffects){var S=Math.floor(Math.random()*20)+30;for(R=0;R<S;R++){var V=Math.floor(Math.random()*P.fxs.length);P.fxs.push(P.fxs.splice(V,1)[0])}O("randomized fx sequence: ",P.fxs)}return true}function F(P,Q){P.addSlide=function(T,S){var U=G(T),R=U[0];if(!P.autostopCount){P.countdown++}Q[S?"unshift":"push"](R);if(P.els){P.els[S?"unshift":"push"](R)}P.slideCount=Q.length;U.css("position","absolute");U[S?"prependTo":"appendTo"](P.$cont);if(S){P.currSlide++;P.nextSlide++}if(!G.support.opacity&&P.cleartype&&!P.cleartypeNoBg){I(U)}if(P.fit&&P.width){U.width(P.width)}if(P.fit&&P.height&&P.height!="auto"){$slides.height(P.height)}R.cycleH=(P.fit&&P.height)?P.height:U.height();R.cycleW=(P.fit&&P.width)?P.width:U.width();U.css(P.cssBefore);if(P.pager){G.fn.cycle.createPagerAnchor(Q.length-1,R,G(P.pager),Q,P)}if(G.isFunction(P.onAddSlide)){P.onAddSlide(U)}else{U.hide()}}}G.fn.cycle.resetState=function(Q,R){R=R||Q.fx;Q.before=[];Q.after=[];Q.cssBefore=G.extend({},Q.original.cssBefore);Q.cssAfter=G.extend({},Q.original.cssAfter);Q.animIn=G.extend({},Q.original.animIn);Q.animOut=G.extend({},Q.original.animOut);Q.fxFn=null;G.each(Q.original.before,function(){Q.before.push(this)});G.each(Q.original.after,function(){Q.after.push(this)});var P=G.fn.cycle.transitions[R];if(G.isFunction(P)){P(Q.$cont,G(Q.elements),Q)}};function K(U,Q,V,T){if(V&&Q.busy&&Q.manualTrump){G(U).stop(true,true);Q.busy=false}if(Q.busy){return }var X=Q.$cont[0],R=U[Q.currSlide],S=U[Q.nextSlide];if(X.cycleStop!=Q.stopCount||X.cycleTimeout===0&&!V){return }if(!V&&!X.cyclePause&&((Q.autostop&&(--Q.countdown<=0))||(Q.nowrap&&!Q.random&&Q.nextSlide<Q.currSlide))){if(Q.end){Q.end(Q)}return }if(V||!X.cyclePause){var W=Q.fx;R.cycleH=R.cycleH||G(R).height();R.cycleW=R.cycleW||G(R).width();S.cycleH=S.cycleH||G(S).height();S.cycleW=S.cycleW||G(S).width();if(Q.multiFx){if(Q.lastFx==undefined||++Q.lastFx>=Q.fxs.length){Q.lastFx=0}W=Q.fxs[Q.lastFx];Q.currFx=W}if(Q.oneTimeFx){W=Q.oneTimeFx;Q.oneTimeFx=null}G.fn.cycle.resetState(Q,W);if(Q.before.length){G.each(Q.before,function(b,a){if(X.cycleStop!=Q.stopCount){return }a.apply(S,[R,S,Q,T])})}var Z=function(){G.each(Q.after,function(b,a){if(X.cycleStop!=Q.stopCount){return }a.apply(S,[R,S,Q,T])})};if(Q.nextSlide!=Q.currSlide){Q.busy=1;if(Q.fxFn){Q.fxFn(R,S,Q,Z,T)}else{if(G.isFunction(G.fn.cycle[Q.fx])){G.fn.cycle[Q.fx](R,S,Q,Z)}else{G.fn.cycle.custom(R,S,Q,Z,V&&Q.fastOnEvent)}}}Q.lastSlide=Q.currSlide;if(Q.random){Q.currSlide=Q.nextSlide;if(++Q.randomIndex==U.length){Q.randomIndex=0}Q.nextSlide=Q.randomMap[Q.randomIndex]}else{var Y=(Q.nextSlide+1)==U.length;Q.nextSlide=Y?0:Q.nextSlide+1;Q.currSlide=Y?U.length-1:Q.nextSlide-1}if(Q.pager){G.fn.cycle.updateActivePagerLink(Q.pager,Q.currSlide)}}var P=0;if(Q.timeout&&!Q.continuous){P=H(R,S,Q,T)}else{if(Q.continuous&&X.cyclePause){P=10}}if(P>0){X.cycleTimeout=setTimeout(function(){K(U,Q,0,!Q.rev)},P)}}G.fn.cycle.updateActivePagerLink=function(Q,P){G(Q).each(function(){G(this).find("a").removeClass("activeSlide").filter("a:eq("+P+")").addClass("activeSlide")})};function H(P,R,Q,S){if(Q.timeoutFn){var T=Q.timeoutFn(P,R,Q,S);while((T-Q.speed)<250){T+=Q.speed}O("calculated timeout: "+T+"; speed: "+Q.speed);if(T!==false){return T}}return Q.timeout}G.fn.cycle.next=function(P){A(P,P.rev?-1:1)};G.fn.cycle.prev=function(P){A(P,P.rev?1:-1)};function A(S,P){var T=S.elements;var Q=S.$cont[0],R=Q.cycleTimeout;if(R){clearTimeout(R);Q.cycleTimeout=0}if(S.random&&P<0){S.randomIndex--;if(--S.randomIndex==-2){S.randomIndex=T.length-2}else{if(S.randomIndex==-1){S.randomIndex=T.length-1}}S.nextSlide=S.randomMap[S.randomIndex]}else{if(S.random){if(++S.randomIndex==T.length){S.randomIndex=0}S.nextSlide=S.randomMap[S.randomIndex]}else{S.nextSlide=S.currSlide+P;if(S.nextSlide<0){if(S.nowrap){return false}S.nextSlide=T.length-1}else{if(S.nextSlide>=T.length){if(S.nowrap){return false}S.nextSlide=0}}}}if(G.isFunction(S.prevNextClick)){S.prevNextClick(P>0,S.nextSlide,T[S.nextSlide])}K(T,S,1,P>=0);return false}function L(Q,P){var R=G(P.pager);G.each(Q,function(T,S){G.fn.cycle.createPagerAnchor(T,S,R,Q,P)});G.fn.cycle.updateActivePagerLink(P.pager,P.startingSlide)}G.fn.cycle.createPagerAnchor=function(S,R,U,T,Q){var V;if(G.isFunction(Q.pagerAnchorBuilder)){V=Q.pagerAnchorBuilder(S,R)}else{V='<a href="#">'+(S+1)+"</a>"}if(!V){return }var P=G(V);if(P.parents("body").length===0){var W=[];if(U.length>1){U.each(function(){var X=P.clone(true);G(this).append(X);W.push(X[0])});P=G(W)}else{P.appendTo(U)}}P.bind(Q.pagerEvent,function(X){X.preventDefault();Q.nextSlide=S;var Y=Q.$cont[0],Z=Y.cycleTimeout;if(Z){clearTimeout(Z);Y.cycleTimeout=0}if(G.isFunction(Q.pagerClick)){Q.pagerClick(Q.nextSlide,T[Q.nextSlide])}K(T,Q,1,Q.currSlide<S);return false});if(Q.pagerEvent!="click"){P.click(function(){return false})}if(Q.pauseOnPagerHover){P.hover(function(){Q.$cont[0].cyclePause++},function(){Q.$cont[0].cyclePause--})}};G.fn.cycle.hopsFromLast=function(Q,R){var S,T=Q.lastSlide,P=Q.currSlide;if(R){S=P>T?P-T:Q.slideCount-T}else{S=P<T?T-P:T+Q.slideCount-P}return S};function I(P){function Q(S){S=parseInt(S).toString(16);return S.length<2?"0"+S:S}function R(S){for(;S&&S.nodeName.toLowerCase()!="html";S=S.parentNode){var U=G.css(S,"background-color");if(U.indexOf("rgb")>=0){var T=U.match(/\d+/g);return"#"+Q(T[0])+Q(T[1])+Q(T[2])}if(U&&U!="transparent"){return U}}return"#ffffff"}P.each(function(){G(this).css("background-color",R(this))})}G.fn.cycle.commonReset=function(P,R,Q,T,S,U){G(Q.elements).not(P).hide();Q.cssBefore.opacity=1;Q.cssBefore.display="block";if(T!==false&&R.cycleW>0){Q.cssBefore.width=R.cycleW}if(S!==false&&R.cycleH>0){Q.cssBefore.height=R.cycleH}Q.cssAfter=Q.cssAfter||{};Q.cssAfter.display="none";G(P).css("zIndex",Q.slideCount+(U===true?1:0));G(R).css("zIndex",Q.slideCount+(U===true?0:1))};G.fn.cycle.custom=function(R,X,Q,a,P){var S=G(R),W=G(X);var Z=Q.speedIn,T=Q.speedOut,Y=Q.easeIn,U=Q.easeOut;W.css(Q.cssBefore);if(P){if(typeof P=="number"){Z=T=P}else{Z=T=1}Y=U=null}var V=function(){W.animate(Q.animIn,Z,Y,a)};S.animate(Q.animOut,T,U,function(){if(Q.cssAfter){S.css(Q.cssAfter)}if(!Q.sync){V()}});if(Q.sync){V()}};G.fn.cycle.transitions={fade:function(Q,P,R){P.not(":eq("+R.currSlide+")").css("opacity",0);R.before.push(function(S,U,T){G.fn.cycle.commonReset(S,U,T);T.cssBefore.opacity=0});R.animIn={opacity:1};R.animOut={opacity:0};R.cssBefore={top:0,left:0}}};G.fn.cycle.ver=function(){return D};G.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:!G.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250}})(jQuery);(function(A){A.fn.cycle.transitions.none=function(D,C,B){B.fxFn=function(F,H,G,E){A(H).show();A(F).hide();E()}};A.fn.cycle.transitions.scrollUp=function(D,C,E){D.css("overflow","hidden");E.before.push(A.fn.cycle.commonReset);var B=D.height();E.cssBefore={top:B,left:0};E.cssFirst={top:0};E.animIn={top:0};E.animOut={top:-B}};A.fn.cycle.transitions.scrollDown=function(D,C,E){D.css("overflow","hidden");E.before.push(A.fn.cycle.commonReset);var B=D.height();E.cssFirst={top:0};E.cssBefore={top:-B,left:0};E.animIn={top:0};E.animOut={top:B}};A.fn.cycle.transitions.scrollLeft=function(D,C,E){D.css("overflow","hidden");E.before.push(A.fn.cycle.commonReset);var B=D.width();E.cssFirst={left:0};E.cssBefore={left:B,top:0};E.animIn={left:0};E.animOut={left:0-B}};A.fn.cycle.transitions.scrollRight=function(D,C,E){D.css("overflow","hidden");E.before.push(A.fn.cycle.commonReset);var B=D.width();E.cssFirst={left:0};E.cssBefore={left:-B,top:0};E.animIn={left:0};E.animOut={left:B}};A.fn.cycle.transitions.scrollHorz=function(D,C,B){D.css("overflow","hidden").width();B.before.push(function(E,G,F,H){A.fn.cycle.commonReset(E,G,F);F.cssBefore.left=H?(G.cycleW-1):(1-G.cycleW);F.animOut.left=H?-E.cycleW:E.cycleW});B.cssFirst={left:0};B.cssBefore={top:0};B.animIn={left:0};B.animOut={top:0}};A.fn.cycle.transitions.scrollVert=function(D,C,B){D.css("overflow","hidden");B.before.push(function(E,G,F,H){A.fn.cycle.commonReset(E,G,F);F.cssBefore.top=H?(1-G.cycleH):(G.cycleH-1);F.animOut.top=H?E.cycleH:-E.cycleH});B.cssFirst={top:0};B.cssBefore={left:0};B.animIn={top:0};B.animOut={left:0}};A.fn.cycle.transitions.slideX=function(D,C,B){B.before.push(function(E,G,F){A(F.elements).not(E).hide();A.fn.cycle.commonReset(E,G,F,false,true);F.animIn.width=G.cycleW});B.cssBefore={left:0,top:0,width:0};B.animIn={width:"show"};B.animOut={width:0}};A.fn.cycle.transitions.slideY=function(D,C,B){B.before.push(function(E,G,F){A(F.elements).not(E).hide();A.fn.cycle.commonReset(E,G,F,true,false);F.animIn.height=G.cycleH});B.cssBefore={left:0,top:0,height:0};B.animIn={height:"show"};B.animOut={height:0}};A.fn.cycle.transitions.shuffle=function(D,C,E){var F,B=D.css("overflow","visible").width();C.css({left:0,top:0});E.before.push(function(G,I,H){A.fn.cycle.commonReset(G,I,H,true,true,true)});if(!E.speedAdjusted){E.speed=E.speed/2;E.speedAdjusted=true}E.random=0;E.shuffle=E.shuffle||{left:-B,top:15};E.els=[];for(F=0;F<C.length;F++){E.els.push(C[F])}for(F=0;F<E.currSlide;F++){E.els.push(E.els.shift())}E.fxFn=function(G,J,H,M,K){var L=K?A(G):A(J);A(J).css(H.cssBefore);var I=H.slideCount;L.animate(H.shuffle,H.speedIn,H.easeIn,function(){var Q=A.fn.cycle.hopsFromLast(H,K);for(var P=0;P<Q;P++){K?H.els.push(H.els.shift()):H.els.unshift(H.els.pop())}if(K){for(var O=0,R=H.els.length;O<R;O++){A(H.els[O]).css("z-index",R-O+I)}}else{var N=A(G).css("z-index");L.css("z-index",parseInt(N)+1+I)}L.animate({left:0,top:0},H.speedOut,H.easeOut,function(){A(K?this:G).hide();if(M){M()}})})};E.cssBefore={display:"block",opacity:1,top:0,left:0}};A.fn.cycle.transitions.turnUp=function(D,C,B){B.before.push(function(E,G,F){A.fn.cycle.commonReset(E,G,F,true,false);F.cssBefore.top=G.cycleH;F.animIn.height=G.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(D,C,B){B.before.push(function(E,G,F){A.fn.cycle.commonReset(E,G,F,true,false);F.animIn.height=G.cycleH;F.animOut.top=E.cycleH});B.cssFirst={top:0};B.cssBefore={left:0,top:0,height:0};B.animOut={height:0}};A.fn.cycle.transitions.turnLeft=function(D,C,B){B.before.push(function(E,G,F){A.fn.cycle.commonReset(E,G,F,false,true);F.cssBefore.left=G.cycleW;F.animIn.width=G.cycleW});B.cssBefore={top:0,width:0};B.animIn={left:0};B.animOut={width:0}};A.fn.cycle.transitions.turnRight=function(D,C,B){B.before.push(function(E,G,F){A.fn.cycle.commonReset(E,G,F,false,true);F.animIn.width=G.cycleW;F.animOut.left=E.cycleW});B.cssBefore={top:0,left:0,width:0};B.animIn={left:0};B.animOut={width:0}};A.fn.cycle.transitions.zoom=function(D,C,B){B.before.push(function(E,G,F){A.fn.cycle.commonReset(E,G,F,false,false,true);F.cssBefore.top=G.cycleH/2;F.cssBefore.left=G.cycleW/2;F.animIn={top:0,left:0,width:G.cycleW,height:G.cycleH};F.animOut={width:0,height:0,top:E.cycleH/2,left:E.cycleW/2}});B.cssFirst={top:0,left:0};B.cssBefore={width:0,height:0}};A.fn.cycle.transitions.fadeZoom=function(D,C,B){B.before.push(function(E,G,F){A.fn.cycle.commonReset(E,G,F,false,false);F.cssBefore.left=G.cycleW/2;F.cssBefore.top=G.cycleH/2;F.animIn={top:0,left:0,width:G.cycleW,height:G.cycleH}});B.cssBefore={width:0,height:0};B.animOut={opacity:0}};A.fn.cycle.transitions.blindX=function(D,C,E){var B=D.css("overflow","hidden").width();E.before.push(function(F,H,G){A.fn.cycle.commonReset(F,H,G);G.animIn.width=H.cycleW;G.animOut.left=F.cycleW});E.cssBefore={left:B,top:0};E.animIn={left:0};E.animOut={left:B}};A.fn.cycle.transitions.blindY=function(D,C,E){var B=D.css("overflow","hidden").height();E.before.push(function(F,H,G){A.fn.cycle.commonReset(F,H,G);G.animIn.height=H.cycleH;G.animOut.top=F.cycleH});E.cssBefore={top:B,left:0};E.animIn={top:0};E.animOut={top:B}};A.fn.cycle.transitions.blindZ=function(D,C,E){var F=D.css("overflow","hidden").height();var B=D.width();E.before.push(function(G,I,H){A.fn.cycle.commonReset(G,I,H);H.animIn.height=I.cycleH;H.animOut.top=G.cycleH});E.cssBefore={top:F,left:B};E.animIn={top:0,left:0};E.animOut={top:F,left:B}};A.fn.cycle.transitions.growX=function(D,C,B){B.before.push(function(E,G,F){A.fn.cycle.commonReset(E,G,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(D,C,B){B.before.push(function(E,G,F){A.fn.cycle.commonReset(E,G,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(D,C,B){B.before.push(function(E,G,F){A.fn.cycle.commonReset(E,G,F,false,true,true);F.cssBefore.left=G.cycleW/2;F.animIn={left:0,width:this.cycleW};F.animOut={left:E.cycleW/2,width:0}});B.cssBefore={top:0,width:0}};A.fn.cycle.transitions.curtainY=function(D,C,B){B.before.push(function(E,G,F){A.fn.cycle.commonReset(E,G,F,true,false,true);F.cssBefore.top=G.cycleH/2;F.animIn={top:0,height:G.cycleH};F.animOut={top:E.cycleH/2,height:0}});B.cssBefore={left:0,height:0}};A.fn.cycle.transitions.cover=function(E,D,F){var C=F.direction||"left";var B=E.css("overflow","hidden").width();var G=E.height();F.before.push(function(H,J,I){A.fn.cycle.commonReset(H,J,I);if(C=="right"){I.cssBefore.left=-B}else{if(C=="up"){I.cssBefore.top=G}else{if(C=="down"){I.cssBefore.top=-G}else{I.cssBefore.left=B}}}});F.animIn={left:0,top:0};F.animOut={opacity:1};F.cssBefore={top:0,left:0}};A.fn.cycle.transitions.uncover=function(E,D,F){var C=F.direction||"left";var B=E.css("overflow","hidden").width();var G=E.height();F.before.push(function(H,J,I){A.fn.cycle.commonReset(H,J,I,true,true,true);if(C=="right"){I.animOut.left=B}else{if(C=="up"){I.animOut.top=-G}else{if(C=="down"){I.animOut.top=G}else{I.animOut.left=-B}}}});F.animIn={left:0,top:0};F.animOut={opacity:1};F.cssBefore={top:0,left:0}};A.fn.cycle.transitions.toss=function(D,C,E){var B=D.css("overflow","visible").width();var F=D.height();E.before.push(function(G,I,H){A.fn.cycle.commonReset(G,I,H,true,true,true);if(!H.animOut.left&&!H.animOut.top){H.animOut={left:B*2,top:-F/2,opacity:0}}else{H.animOut.opacity=0}});E.cssBefore={left:0,top:0};E.animIn={left:0}};A.fn.cycle.transitions.wipe=function(N,E,K){var B=N.css("overflow","hidden").width();var G=N.height();K.cssBefore=K.cssBefore||{};var I;if(K.clip){if(/l2r/.test(K.clip)){I="rect(0px 0px "+G+"px 0px)"}else{if(/r2l/.test(K.clip)){I="rect(0px "+B+"px "+G+"px "+B+"px)"}else{if(/t2b/.test(K.clip)){I="rect(0px "+B+"px 0px 0px)"}else{if(/b2t/.test(K.clip)){I="rect("+G+"px "+B+"px "+G+"px 0px)"}else{if(/zoom/.test(K.clip)){var C=parseInt(G/2);var J=parseInt(B/2);I="rect("+C+"px "+J+"px "+C+"px "+J+"px)"}}}}}}K.cssBefore.clip=K.cssBefore.clip||I||"rect(0px 0px 0px 0px)";var F=K.cssBefore.clip.match(/(\d+)/g);var M=parseInt(F[0]),L=parseInt(F[1]),D=parseInt(F[2]),H=parseInt(F[3]);K.before.push(function(Q,T,S){if(Q==T){return }var V=A(Q),O=A(T);A.fn.cycle.commonReset(Q,T,S,true,true,false);S.cssAfter.display="block";var U=1,P=parseInt((S.speedIn/13))-1;(function R(){var Z=M?M-parseInt(U*(M/P)):0;var Y=H?H-parseInt(U*(H/P)):0;var X=D<G?D+parseInt(U*((G-D)/P||1)):G;var W=L<B?L+parseInt(U*((B-L)/P||1)):B;O.css({clip:"rect("+Z+"px "+W+"px "+X+"px "+Y+"px)"});(U++<=P)?setTimeout(R,13):V.css("display","none")})()});K.cssBefore={display:"block",opacity:1,top:0,left:0};K.animIn={left:0};K.animOut={left:0}}})(jQuery);(function(E){E.ui=E.ui||{};E.fn.extend({accordion:function(H,I){var G=Array.prototype.slice.call(arguments,1);return this.each(function(){if(typeof H=="string"){var J=E.data(this,"ui-accordion");J[H].apply(J,G)}else{if(!E(this).is(".ui-accordion")){E.data(this,"ui-accordion",new E.ui.accordion(this,H))}}})},activate:function(G){return this.accordion("activate",G)}});E.ui.accordion=function(G,H){this.options=H=E.extend({},E.ui.accordion.defaults,H);this.element=G;E(G).addClass("ui-accordion");if(H.navigation){var K=E(G).find("a").filter(H.navigationFilter);if(K.length){if(K.filter(H.header).length){H.active=K}else{H.active=K.parent().parent().prev();K.addClass("current")}}}H.headers=E(G).find(H.header);H.active=C(H.headers,H.active);if(H.fillSpace){var J=E(G).parent().height();H.headers.each(function(){J-=E(this).outerHeight()});var I=0;H.headers.next().each(function(){I=Math.max(I,E(this).innerHeight()-E(this).height())}).height(J-I)}else{if(H.autoheight){var J=0;H.headers.next().each(function(){J=Math.max(J,E(this).outerHeight())}).height(J)}}H.headers.not(H.active||"").next().hide();H.active.parent().andSelf().addClass(H.selectedClass);if(H.event){E(G).bind((H.event)+".ui-accordion",F)}};E.ui.accordion.prototype={activate:function(G){F.call(this.element,{target:C(this.options.headers,G)[0]})},enable:function(){this.options.disabled=false},disable:function(){this.options.disabled=true},destroy:function(){this.options.headers.next().css("display","");if(this.options.fillSpace||this.options.autoheight){this.options.headers.next().css("height","")}E.removeData(this.element,"ui-accordion");E(this.element).removeClass("ui-accordion").unbind(".ui-accordion")}};function B(H,G){return function(){return H.apply(G,arguments)}}function D(I){if(!E.data(this,"ui-accordion")){return }var G=E.data(this,"ui-accordion");var H=G.options;H.running=I?0:--H.running;if(H.running){return }if(H.clearStyle){H.toShow.add(H.toHide).css({height:"",overflow:""})}E(this).triggerHandler("change.ui-accordion",[H.data],H.change)}function A(G,K,L,J,M){var I=E.data(this,"ui-accordion").options;I.toShow=G;I.toHide=K;I.data=L;var H=B(D,this);I.running=K.size()==0?G.size():K.size();if(I.animated){if(!I.alwaysOpen&&J){E.ui.accordion.animations[I.animated]({toShow:jQuery([]),toHide:K,complete:H,down:M,autoheight:I.autoheight})}else{E.ui.accordion.animations[I.animated]({toShow:G,toHide:K,complete:H,down:M,autoheight:I.autoheight})}}else{if(!I.alwaysOpen&&J){G.toggle()}else{K.hide();G.show()}H(true)}}function F(L){var J=E.data(this,"ui-accordion").options;if(J.disabled){return false}if(!L.target&&!J.alwaysOpen){J.active.parent().andSelf().toggleClass(J.selectedClass);var I=J.active.next(),M={instance:this,options:J,newHeader:jQuery([]),oldHeader:J.active,newContent:jQuery([]),oldContent:I},G=J.active=E([]);A.call(this,G,I,M);return false}var K=E(L.target);if(K.parents(J.header).length){while(!K.is(J.header)){K=K.parent()}}var H=K[0]==J.active[0];if(J.running||(J.alwaysOpen&&H)){return false}if(!K.is(J.header)){return }J.active.parent().andSelf().toggleClass(J.selectedClass);if(!H){K.parent().andSelf().addClass(J.selectedClass)}var G=K.next(),I=J.active.next(),M={instance:this,options:J,newHeader:K,oldHeader:J.active,newContent:G,oldContent:I},N=J.headers.index(J.active[0])>J.headers.index(K[0]);J.active=H?E([]):K;A.call(this,G,I,M,H,N);return false}function C(H,G){return G!=undefined?typeof G=="number"?H.filter(":eq("+G+")"):H.not(H.not(G)):G===false?E([]):H.filter(":eq(0)")}E.extend(E.ui.accordion,{defaults:{selectedClass:"selected",alwaysOpen:true,animated:"slide",event:"click",header:"a",autoheight:true,running:0,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},animations:{slide:function(G,I){G=E.extend({easing:"swing",duration:300},G,I);if(!G.toHide.size()){G.toShow.animate({height:"show"},G);return }var H=G.toHide.height(),J=G.toShow.height(),K=J/H;G.toShow.css({height:0,overflow:"hidden"}).show();G.toHide.filter(":hidden").each(G.complete).end().filter(":visible").animate({height:"hide"},{step:function(L){var M=(H-L)*K;if(E.browser.msie||E.browser.opera){M=Math.ceil(M)}G.toShow.height(M)},duration:G.duration,easing:G.easing,complete:function(){if(!G.autoheight){G.toShow.css("height","auto")}G.complete()}})},bounceslide:function(G){this.slide(G,{easing:G.down?"bounceout":"swing",duration:G.down?1000:200})},easeslide:function(G){this.slide(G,{easing:"easeinout",duration:700})}}})})(jQuery);(function(A){A.fn.bgiframe=(A.browser.msie&&/msie 6\.0/i.test(navigator.userAgent)?function(D){D=A.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:true,src:"javascript:false;"},D);var C='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+D.src+'"style="display:block;position:absolute;z-index:-1;'+(D.opacity!==false?"filter:Alpha(Opacity='0');":"")+"top:"+(D.top=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":B(D.top))+";left:"+(D.left=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":B(D.left))+";width:"+(D.width=="auto"?"expression(this.parentNode.offsetWidth+'px')":B(D.width))+";height:"+(D.height=="auto"?"expression(this.parentNode.offsetHeight+'px')":B(D.height))+';"/>';return this.each(function(){if(A(this).children("iframe.bgiframe").length===0){this.insertBefore(document.createElement(C),this.firstChild)}})}:function(){return this});A.fn.bgIframe=A.fn.bgiframe;function B(C){return C&&C.constructor===Number?C+"px":C}})(jQuery);eval(function(E,A,F,B,D,C){D=function(G){return(G<A?"":D(parseInt(G/A)))+((G=G%A)>35?String.fromCharCode(G+29):G.toString(36))};if(!"".replace(/^/,String)){while(F--){C[D(F)]=B[F]||D(F)}B=[function(G){return C[G]}];D=function(){return"\\w+"};F=1}while(F--){if(B[F]){E=E.replace(new RegExp("\\b"+D(F)+"\\b","g"),B[F])}}return E}(';(4($){$.1l($.F,{E:4(b,c){l a=3.n(\'.\'+b);3.n(\'.\'+c).o(c).m(b);a.o(b).m(c);8 3},s:4(a,b){8 3.n(\'.\'+a).o(a).m(b).P()},1n:4(a){a=a||"1j";8 3.1j(4(){$(3).m(a)},4(){$(3).o(a)})},1h:4(b,a){b?3.1g({1e:"p"},b,a):3.x(4(){T(3)[T(3).1a(":U")?"H":"D"]();7(a)a.A(3,O)})},12:4(b,a){7(b){3.1g({1e:"D"},b,a)}1L{3.D();7(a)3.x(a)}},11:4(a){7(!a.1k){3.n(":r-1H:G(9)").m(k.r);3.n((a.1F?"":"."+k.X)+":G(."+k.W+")").6(">9").D()}8 3.n(":y(>9)")},S:4(b,c){3.n(":y(>9):G(:y(>a))").6(">1z").C(4(a){c.A($(3).19())}).w($("a",3)).1n();7(!b.1k){3.n(":y(>9:U)").m(k.q).s(k.r,k.t);3.G(":y(>9:U)").m(k.u).s(k.r,k.v);3.1r("<J 14=\\""+k.5+"\\"/>").6("J."+k.5).x(4(){l a="";$.x($(3).B().1o("14").13(" "),4(){a+=3+"-5 "});$(3).m(a)})}3.6("J."+k.5).C(c)},z:4(g){g=$.1l({N:"z"},g);7(g.w){8 3.1K("w",[g.w])}7(g.p){l d=g.p;g.p=4(){8 d.A($(3).B()[0],O)}}4 1m(b,c){4 L(a){8 4(){K.A($("J."+k.5,b).n(4(){8 a?$(3).B("."+a).1i:1I}));8 1G}}$("a:10(0)",c).C(L(k.u));$("a:10(1)",c).C(L(k.q));$("a:10(2)",c).C(L())}4 K(){$(3).B().6(">.5").E(k.Z,k.Y).E(k.I,k.M).P().E(k.u,k.q).E(k.v,k.t).6(">9").1h(g.1f,g.p);7(g.1E){$(3).B().1D().6(">.5").s(k.Z,k.Y).s(k.I,k.M).P().s(k.u,k.q).s(k.v,k.t).6(">9").12(g.1f,g.p)}}4 1d(){4 1C(a){8 a?1:0}l b=[];j.x(4(i,e){b[i]=$(e).1a(":y(>9:1B)")?1:0});$.V(g.N,b.1A(""))}4 1c(){l b=$.V(g.N);7(b){l a=b.13("");j.x(4(i,e){$(e).6(">9")[1y(a[i])?"H":"D"]()})}}3.m("z");l j=3.6("Q").11(g);1x(g.1w){18"V":l h=g.p;g.p=4(){1d();7(h){h.A(3,O)}};1c();17;18"1b":l f=3.6("a").n(4(){8 3.16.15()==1b.16.15()});7(f.1i){f.m("1v").1u("9, Q").w(f.19()).H()}17}j.S(g,K);7(g.R){1m(3,g.R);$(g.R).H()}8 3.1t("w",4(a,b){$(b).1s().o(k.r).o(k.v).o(k.t).6(">.5").o(k.I).o(k.M);$(b).6("Q").1q().11(g).S(g,K)})}});l k=$.F.z.1J={W:"W",X:"X",q:"q",Y:"q-5",M:"t-5",u:"u",Z:"u-5",I:"v-5",v:"v",t:"t",r:"r",5:"5"};$.F.1p=$.F.z})(T);',62,110,"|||this|function|hitarea|find|if|return|ul||||||||||||var|addClass|filter|removeClass|toggle|expandable|last|replaceClass|lastExpandable|collapsable|lastCollapsable|add|each|has|treeview|apply|parent|click|hide|swapClass|fn|not|show|lastCollapsableHitarea|div|toggler|handler|lastExpandableHitarea|cookieId|arguments|end|li|control|applyClasses|jQuery|hidden|cookie|open|closed|expandableHitarea|collapsableHitarea|eq|prepareBranches|heightHide|split|class|toLowerCase|href|break|case|next|is|location|deserialize|serialize|height|animated|animate|heightToggle|length|hover|prerendered|extend|treeController|hoverClass|attr|Treeview|andSelf|prepend|prev|bind|parents|selected|persist|switch|parseInt|span|join|visible|binary|siblings|unique|collapsed|false|child|true|classes|trigger|else".split("|"),0,{}));Date.firstDayOfWeek=1;Date.format="dd/mm/yyyy";Date.fullYearStart="20";(function(){function B(C,D){if(!Date.prototype[C]){Date.prototype[C]=D}}B("isLeapYear",function(){var C=this.getFullYear();return(C%4==0&&C%100!=0)||C%400==0});B("isWeekend",function(){return this.getDay()==0||this.getDay()==6});B("isWeekDay",function(){return !this.isWeekend()});B("getDaysInMonth",function(){return[31,(this.isLeapYear()?29:28),31,30,31,30,31,31,30,31,30,31][this.getMonth()]});B("getDayName",function(C){return C?Date.abbrDayNames[this.getDay()]:Date.dayNames[this.getDay()]});B("getMonthName",function(C){return C?Date.abbrMonthNames[this.getMonth()]:Date.monthNames[this.getMonth()]});B("getDayOfYear",function(){var C=new Date("1/1/"+this.getFullYear());return Math.floor((this.getTime()-C.getTime())/86400000)});B("getWeekOfYear",function(){return Math.ceil(this.getDayOfYear()/7)});B("setDayOfYear",function(C){this.setMonth(0);this.setDate(C);return this});B("addYears",function(C){this.setFullYear(this.getFullYear()+C);return this});B("addMonths",function(D){var C=this.getDate();this.setMonth(this.getMonth()+D);if(C>this.getDate()){this.addDays(-this.getDate())}return this});B("addDays",function(C){this.setTime(this.getTime()+(C*86400000));return this});B("addHours",function(C){this.setHours(this.getHours()+C);return this});B("addMinutes",function(C){this.setMinutes(this.getMinutes()+C);return this});B("addSeconds",function(C){this.setSeconds(this.getSeconds()+C);return this});B("zeroTime",function(){this.setMilliseconds(0);this.setSeconds(0);this.setMinutes(0);this.setHours(0);return this});B("asString",function(D){var C=D||Date.format;return C.split("yyyy").join(this.getFullYear()).split("yy").join((this.getFullYear()+"").substring(2)).split("mmmm").join(this.getMonthName(false)).split("mmm").join(this.getMonthName(true)).split("mm").join(A(this.getMonth()+1)).split("dd").join(A(this.getDate()))});Date.fromString=function(K){var G=Date.format;var J=new Date("01/01/1977");var H=0;var C=G.indexOf("mmmm");if(C>-1){for(var E=0;E<Date.monthNames.length;E++){var D=K.substr(C,Date.monthNames[E].length);if(Date.monthNames[E]==D){H=Date.monthNames[E].length-4;break}}J.setMonth(E)}else{C=G.indexOf("mmm");if(C>-1){var D=K.substr(C,3);for(var E=0;E<Date.abbrMonthNames.length;E++){if(Date.abbrMonthNames[E]==D){break}}J.setMonth(E)}else{J.setMonth(Number(K.substr(G.indexOf("mm"),2))-1)}}var I=G.indexOf("yyyy");if(I>-1){if(C<I){I+=H}J.setFullYear(Number(K.substr(I,4)))}else{if(C<I){I+=H}J.setFullYear(Number(Date.fullYearStart+K.substr(G.indexOf("yy"),2)))}var F=G.indexOf("dd");if(C<F){F+=H}J.setDate(Number(K.substr(F,2)));if(isNaN(J.getTime())){return false}return J};var A=function(C){var D="0"+C;return D.substring(D.length-2)}})();var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var b=false,A={loaded:1,complete:1};var c=[],a=function(){if(b){return }b=true;for(var d;d=c.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false);window.addEventListener("pageshow",a,false)}if(!window.opera&&document.readyState){(function(){A[document.readyState]?a():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");a()}catch(d){setTimeout(arguments.callee,1)}})()}K(window,"load",a);return function(d){if(!arguments.length){a()}else{b?d():c.push(d)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(A,a){this.value=parseFloat(A);this.unit=String(A).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/a*this.value};this.convertFrom=function(b){return b/this.value*a};this.toString=function(){return this.value+this.unit}},addClass:function(a,b){var A=a.className;a.className=A+(A&&" ")+b;return a},color:S(function(A){var a={};a.color=A.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,d,b){a.opacity=parseFloat(b);return"rgb("+d+")"});return a}),fontStretch:S(function(A){if(typeof A=="number"){return A}if(/%$/.test(A)){return parseFloat(A)/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}[A]||1}),getStyle:function(A){var a=document.defaultView;if(a&&a.getComputedStyle){return new AB(a.getComputedStyle(A,null))}if(A.currentStyle){return new AB(A.currentStyle)}return new AB(A.style)},gradient:S(function(a){var A={id:a,type:a.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},d=a.substr(a.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var b=0,e=d.length,c;b<e;++b){c=d[b].split("=",2).reverse();A.stops.push([c[1]||b/(e-1),c[0]])}return A}),quotedList:S(function(A){var a=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,c;while(c=b.exec(A)){a.push(c[3]||c[1])}return a}),recognizesMedia:S(function(A){var b=document.createElement("style"),c,d,e;b.type="text/css";b.media=A;try{b.appendChild(document.createTextNode("/**/"))}catch(a){}d=V("head")[0];d.insertBefore(b,d.firstChild);c=(b.sheet||b.styleSheet);e=c&&!c.disabled;d.removeChild(b);return e}),removeClass:function(A,a){var b=RegExp("(?:^|\\s+)"+a+"(?=\\s|$)","g");A.className=A.className.replace(b,"");return A},supports:function(A,a){var b=document.createElement("span").style;if(b[A]===undefined){return false}b[A]=a;return b[A]===a},textAlign:function(A,a,c,b){if(a.get("textAlign")=="right"){if(c>0){A=" "+A}}else{if(c<b-1){A+=" "}}return A},textShadow:S(function(a){if(a=="none"){return null}var b=[],A={},e,d=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(e=c.exec(a)){if(e[0]==","){b.push(A);A={};d=0}else{if(e[1]){A.color=e[1]}else{A[["offX","offY","blur"][d++]]=e[2]}}}b.push(A);return b}),textTransform:(function(){var A={uppercase:function(a){return a.toUpperCase()},lowercase:function(a){return a.toLowerCase()},capitalize:function(a){return a.replace(/\b./g,function(b){return b.toUpperCase()})}};return function(a,b){var c=A[b.get("textTransform")];return c?c(a):a}})(),whiteSpace:(function(){var A={inline:1,"inline-block":1,"run-in":1};var a=/^\s+/,b=/\s+$/;return function(c,e,d,f){if(f){if(f.nodeName.toLowerCase()=="br"){c=c.replace(a,"")}}if(A[e.get("display")]){return c}if(!d.previousSibling){c=c.replace(a,"")}if(!d.nextSibling){c=c.replace(b,"")}return c}})()};O.ready=(function(){var b=!O.recognizesMedia("all"),h=false;var A=[],e=function(){b=true;for(var i;i=A.shift();i()){}};var d=V("link"),c=V("style");function a(i){return i.disabled||f(i.sheet,i.media||"screen")}function f(o,l){if(!O.recognizesMedia(l||"all")){return true}if(!o||o.disabled){return false}try{var k=o.cssRules,m;if(k){search:for(var i=0,j=k.length;m=k[i],i<j;++i){switch(m.type){case 2:break;case 3:if(!f(m.styleSheet,m.media.mediaText)){return false}break;default:break search}}}}catch(n){}return true}function g(){if(document.createStyleSheet){return true}var i,j;for(j=0;i=d[j];++j){if(i.rel.toLowerCase()=="stylesheet"&&!a(i)){return false}}for(j=0;i=c[j];++j){if(!a(i)){return false}}return true}D.ready(function(){if(!h){h=O.getStyle(document.body).isUsable()}if(b||(h&&g())){e()}else{setTimeout(arguments.callee,10)}});return function(i){if(b){i()}else{A.push(i)}}})();function I(A){var a=this.face=A.face,b={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=A.glyphs;this.w=A.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var c=a.bbox.split(/\s+/);var d={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(g,e,n){var d=this.glyphs,f,h,l,c=[],m=0,i=-1,j=-1,k;while(k=g[++i]){f=d[k]||this.missingGlyph;if(!f){continue}if(h){m-=l=h[k]||0;c[j]-=l}m+=c[++j]=~~(f.w||this.w)+e+(b[k]?n:0);h=f.k}c.total=m;return c}}function W(){var A={},a={oblique:"italic",italic:"oblique"};this.add=function(b){(A[b.style]||(A[b.style]={}))[b.weight]=b};this.get=function(e,d){var f=A[e]||A[a[e]]||A.normal||A.italic||A.oblique;if(!f){return null}d={normal:400,bold:700}[d]||parseInt(d,10);if(f[d]){return f[d]}var h={1:1,99:0}[d%100],b=[],g,i;if(h===undefined){h=d>400}if(d==500){d=400}for(var c in f){if(!R(f,c)){continue}c=parseInt(c,10);if(!g||c<g){g=c}if(!i||c>i){i=c}b.push(c)}if(d<g){d=g}if(d>i){d=i}b.sort(function(k,j){return(h?(k>=d&&j>=d)?k<j:k>j:(k<=d&&j<=d)?k>j:k<j)?-1:1});return f[b[0]]}}function J(){function a(e,d){if(e.contains){return e.contains(d)}return e.compareDocumentPosition(d)&16}function c(d){var e=d.relatedTarget;if(!e||a(this,e)){return }b(this,d.type=="mouseover")}function A(d){b(this,d.type=="mouseenter")}function b(e,d){setTimeout(function(){var f=Y.get(e).options;P.replace(e,d?U(f,f.hover):f,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){K(d,"mouseover",c);K(d,"mouseout",c)}else{K(d,"mouseenter",A);K(d,"mouseleave",A)}}}function G(){var a=[],A={};function b(c){var f=[],d;for(var e=0;d=c[e];++e){f[e]=a[A[d]]}return f}this.add=function(c,d){A[c]=a.push(d)-1};this.repeat=function(){var e=arguments.length?b(arguments):a,d;for(var c=0;d=e[c++];){P.replace(d[0],d[1],true)}}}function M(){var A={},b=0;function a(c){return c.cufid||(c.cufid=++b)}this.get=function(d){var c=a(d);return A[c]||(A[c]={})}}function AB(b){var A={},a={};this.extend=function(d){for(var c in d){if(R(d,c)){A[c]=d[c]}}return this};this.get=function(c){return A[c]!=undefined?A[c]:b[c]};this.getSize=function(c,d){return a[c]||(a[c]=new O.Size(this.get(c),d))};this.isUsable=function(){return !!b}}function K(a,b,A){if(a.addEventListener){a.addEventListener(b,A,false)}else{if(a.attachEvent){a.attachEvent("on"+b,function(){return A.call(a,window.event)})}}}function F(a,b){var A=Y.get(a);if(A.options){return a}if(b.hover&&b.hoverables[a.nodeName.toLowerCase()]){AA.attach(a)}A.options=b;return a}function S(a){var A={};return function(b){if(!R(A,b)){A[b]=a.apply(null,arguments)}return A[b]}}function Z(A,a){var d=O.quotedList(a.get("fontFamily").toLowerCase()),b;for(var c=0;b=d[c];++c){if(T[b]){return T[b].get(a.get("fontStyle"),a.get("fontWeight"))}}return null}function V(A){return document.getElementsByTagName(A)}function R(A,a){return A.hasOwnProperty(a)}function U(){var c={},d,A;for(var a=0,b=arguments.length;d=arguments[a],a<b;++a){for(A in d){if(R(d,A)){c[A]=d[A]}}}return c}function N(l,d,a,c,k,A){var f=document.createDocumentFragment(),i;if(d===""){return f}var e=c.separate;var h=d.split(L[e]),b=(e=="words");if(b&&H){if(/^\s/.test(d)){h.unshift("")}if(/\s$/.test(d)){h.push("")}}for(var g=0,j=h.length;g<j;++g){i=B[c.engine](l,b?O.textAlign(h[g],a,g,j):h[g],a,c,k,A,g<j-1);if(i){f.appendChild(i)}}return f}function Q(A,c){var a=A.nodeName.toLowerCase();if(c.ignore[a]){return }var k=!c.textless[a];var b=O.getStyle(F(A,c)).extend(c);var j=Z(A,b),i,e,g,h,d,f;if(!j){return }for(i=A.firstChild;i;i=g){e=i.nodeType;g=i.nextSibling;if(k&&e==3){if(h){h.appendData(i.data);A.removeChild(i)}else{h=i}if(g){continue}}if(h){A.replaceChild(N(j,O.whiteSpace(h.data,b,h,f),b,c,i,A),h);h=null}if(e==1){if(i.firstChild){if(i.nodeName.toLowerCase()=="cufon"){B[c.engine](j,null,b,c,i,A)}else{arguments.callee(i,c)}}f=i}}}var H=" ".split(/\s+/).length==0;var Y=new M();var AA=new J();var C=new G();var X=false;var B={},T={},E={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(A){return jQuery(A)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(A){return $$(A)})||(window.$&&function(A){return $(A)})||(document.querySelectorAll&&function(A){return document.querySelectorAll(A)})||V),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(A,a){if(!a){return P}B[A]=a;return P.set("engine",A)};P.registerFont=function(A){if(!A){return P}var b=new I(A),a=b.family;if(!T[a]){T[a]=new W()}T[a].add(b);return P.set("fontFamily",'"'+a+'"')};P.replace=function(A,a,b){a=U(E,a);if(!a.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(a.hover){a.forceHitArea=true}if(a.autoDetect){delete a.fontFamily}if(typeof a.textShadow=="string"){a.textShadow=O.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=O.gradient(a.color)}else{delete a.textGradient}if(!b){C.add(A,arguments)}if(A.nodeType||typeof A=="string"){A=[A]}O.ready(function(){for(var d=0,e=A.length;d<e;++d){var c=A[d];if(typeof c=="string"){P.replace(a.selector(c),a,true)}else{Q(c,a)}}});return P};P.set=function(a,A){E[a]=A;return P};return P})();Cufon.registerEngine("vml",(function(){var F=document.namespaces;if(!F){return }F.add("cvml","urn:schemas-microsoft-com:vml");F=null;var A=document.createElement("cvml:shape");A.style.behavior="url(#default#VML)";if(!A.coordsize){return }A=null;var C=(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:'+(C?"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 H(J,I){return B(J,/(?:em|ex|%)$|^[a-z-]+$/i.test(I)?"1em":I)}function B(J,I){if(I==="0"){return 0}if(/px$/i.test(I)){return parseFloat(I)}var K=J.style.left,L=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=I.replace("%","em");var M=J.style.pixelLeft;J.style.left=K;J.runtimeStyle.left=L;return M}function E(J,K,L,N){var M="computed"+N,I=K[M];if(isNaN(I)){I=K.get(N);K[M]=I=(I=="normal")?0:~~L.convertFrom(B(J,I))}return I}var D={};function G(M){var L=M.id;if(!D[L]){var O=M.stops,N=document.createElement("cvml:fill"),K=[];N.type="gradient";N.angle=180;N.focus="0";N.method="sigma";N.color=O[0][1];for(var I=1,J=O.length-1;I<J;++I){K.push(O[I][0]*100+"% "+O[I][1])}N.colors=K.join(",");N.color2=O[J][1];D[L]=N}return D[L]}return function(AV,AL,b,AT,AF,AS,d){var Al=(AL===null);if(Al){AL=AF.alt}var AH=AV.viewBox;var Aj=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(H(AS,b.get("fontSize"))+"px",AV.baseSize));var Aa,Ai;if(Al){Aa=AF;Ai=AF.firstChild}else{Aa=document.createElement("cufon");Aa.className="cufon cufon-vml";Aa.alt=AL;Ai=document.createElement("cufoncanvas");Aa.appendChild(Ai);if(AT.printable){var a=document.createElement("cufontext");a.appendChild(document.createTextNode(AL));Aa.appendChild(a)}if(!d){Aa.appendChild(document.createElement("cvml:shape"))}}var AI=Aa.style;var i=Ai.style;var An=Aj.convert(AH.height),AP=Math.ceil(An);var e=AP/An;var AA=e*Cufon.CSS.fontStretch(b.get("fontStretch"));var f=AH.minX,g=AH.minY;i.height=AP;i.top=Math.round(Aj.convert(g-AV.ascent));i.left=Math.round(Aj.convert(f));AI.height=Aj.convert(AV.height)+"px";var AN=b.get("color");var AM=Cufon.CSS.textTransform(AL,b).split("");var AE=AV.spacing(AM,E(AS,b,Aj,"letterSpacing"),E(AS,b,Aj,"wordSpacing"));if(!AE.length){return null}var Ao=AE.total;var Ab=-f+Ao+(AH.width-AE[AE.length-1]);var AK=Aj.convert(Ab*AA),c=Math.round(AK);var AB=Ab+","+AH.height,Am;var AG="r"+AB+"ns";var Ae=AT.textGradient&&G(AT.textGradient);var Ak=AV.glyphs,h=0;var AJ=AT.textShadow;var AX=-1,AY=0,Ac;while(Ac=AM[++AX]){var AR=Ak[AM[AX]]||AV.missingGlyph,Ad;if(!AR){continue}if(Al){Ad=Ai.childNodes[AY];while(Ad.firstChild){Ad.removeChild(Ad.firstChild)}}else{Ad=document.createElement("cvml:shape");Ai.appendChild(Ad)}Ad.stroked="f";Ad.coordsize=AB;Ad.coordorigin=Am=(f-h)+","+g;Ad.path=(AR.d?"m"+AR.d+"xe":"")+"m"+Am+AG;Ad.fillcolor=AN;if(Ae){Ad.appendChild(Ae.cloneNode(false))}var AQ=Ad.style;AQ.width=c;AQ.height=AP;if(AJ){var Ag=AJ[0],Ah=AJ[1];var AU=Cufon.CSS.color(Ag.color),AZ;var AC=document.createElement("cvml:shadow");AC.on="t";AC.color=AU.color;AC.offset=Ag.offX+","+Ag.offY;if(Ah){AZ=Cufon.CSS.color(Ah.color);AC.type="double";AC.color2=AZ.color;AC.offset2=Ah.offX+","+Ah.offY}AC.opacity=AU.opacity||(AZ&&AZ.opacity)||1;Ad.appendChild(AC)}h+=AE[AY++]}var AD=Ad.nextSibling,Af,AW;if(AT.forceHitArea){if(!AD){AD=document.createElement("cvml:rect");AD.stroked="f";AD.className="cufon-vml-cover";Af=document.createElement("cvml:fill");Af.opacity=0;AD.appendChild(Af);Ai.appendChild(AD)}AW=AD.style;AW.width=c;AW.height=AP}else{if(AD){Ai.removeChild(AD)}}AI.width=Math.max(Math.ceil(Aj.convert(Ao*AA)),0);if(C){var j=b.computedYAdjust;if(j===undefined){var AO=b.get("lineHeight");if(AO=="normal"){AO="1em"}else{if(!isNaN(AO)){AO+="em"}}b.computedYAdjust=j=0.5*(B(AS,AO)-parseFloat(AI.height))}if(j){AI.marginTop=Math.ceil(j)+"px";AI.marginBottom=j+"px"}}return Aa}})());Cufon.registerEngine("canvas",(function(){var A=document.createElement("canvas");if(!A||!A.getContext||!A.getContext.apply){return }A=null;var B=Cufon.CSS.supports("display","inline-block");var D=!B&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var C=document.createElement("style");C.type="text/css";C.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(D?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(B?"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(C);function E(G,N){var I=0,J=0;var O=[],H=/([mrvxe])([^a-z]*)/g,L;generate:for(var M=0;L=H.exec(G);++M){var K=L[2].split(",");switch(L[1]){case"v":O[M]={m:"bezierCurveTo",a:[I+~~K[0],J+~~K[1],I+~~K[2],J+~~K[3],I+=~~K[4],J+=~~K[5]]};break;case"r":O[M]={m:"lineTo",a:[I+=~~K[0],J+=~~K[1]]};break;case"m":O[M]={m:"moveTo",a:[I=~~K[0],J=~~K[1]]};break;case"x":O[M]={m:"closePath"};break;case"e":break generate}N[O[M].m].apply(N,O[M].a)}return O}function F(G,H){for(var I=0,J=G.length;I<J;++I){var K=G[I];H[K.m].apply(H,K.a)}}return function(e,AR,y,AU,AM,d){var Ac=(AR===null);if(Ac){AR=AM.getAttribute("alt")}var AO=e.viewBox;var Ab=y.getSize("fontSize",e.baseSize);var AN=0,AA=0,AB=0,AT=0;var AQ=AU.textShadow,AD=[];if(AQ){for(var f=AQ.length;f--;){var AJ=AQ[f];var AE=Ab.convertFrom(parseFloat(AJ.offX));var AG=Ab.convertFrom(parseFloat(AJ.offY));AD[f]=[AE,AG];if(AG<AN){AN=AG}if(AE>AA){AA=AE}if(AG>AB){AB=AG}if(AE<AT){AT=AE}}}var a=Cufon.CSS.textTransform(AR,y).split("");var AK=e.spacing(a,~~Ab.convertFrom(parseFloat(y.get("letterSpacing"))||0),~~Ab.convertFrom(parseFloat(y.get("wordSpacing"))||0));if(!AK.length){return null}var Ae=AK.total;AA+=AO.width-AK[AK.length-1];AT+=AO.minX;var AV,Aa;if(Ac){AV=AM;Aa=AM.firstChild}else{AV=document.createElement("cufon");AV.className="cufon cufon-canvas";AV.setAttribute("alt",AR);Aa=document.createElement("canvas");AV.appendChild(Aa);if(AU.printable){var i=document.createElement("cufontext");i.appendChild(document.createTextNode(AR));AV.appendChild(i)}}var AP=AV.style;var AH=Aa.style;var Ad=Ab.convert(AO.height);var b=Math.ceil(Ad);var AC=b/Ad;var AI=AC*Cufon.CSS.fontStretch(y.get("fontStretch"));var AF=Ae*AI;var x=Math.ceil(Ab.convert(AF+AA-AT));var AZ=Math.ceil(Ab.convert(AO.height-AN+AB));Aa.width=x;Aa.height=AZ;AH.width=x+"px";AH.height=AZ+"px";AN+=AO.minY;AH.top=Math.round(Ab.convert(AN-e.ascent))+"px";AH.left=Math.round(Ab.convert(AT))+"px";var AW=Math.max(Math.ceil(Ab.convert(AF)),0)+"px";if(B){AP.width=AW;AP.height=Ab.convert(e.height)+"px"}else{AP.paddingLeft=AW;AP.paddingBottom=(Ab.convert(e.height)-1)+"px"}var c=Aa.getContext("2d"),AL=Ad/AO.height;c.scale(AL,AL*AC);c.translate(-AT,-AN);c.save();function g(){var G=e.glyphs,J,H=-1,I=-1,K;c.scale(AI,1);while(K=a[++H]){var J=G[a[H]]||e.missingGlyph;if(!J){continue}if(J.d){c.beginPath();if(J.code){F(J.code,c)}else{J.code=E("m"+J.d,c)}c.fill()}c.translate(AK[++I],0)}c.restore()}if(AQ){for(var f=AQ.length;f--;){var AJ=AQ[f];c.save();c.fillStyle=AJ.color;c.translate.apply(c,AD[f]);g()}}var AX=AU.textGradient;if(AX){var AS=AX.stops,AY=c.createLinearGradient(0,AO.minY,0,AO.maxY);for(var f=0,l=AS.length;f<l;++f){AY.addColorStop.apply(AY,AS[f])}c.fillStyle=AY}else{c.fillStyle=y.get("color")}g();return AV}})());var swfobject=function(){var AQ="undefined",Ac="object",AB="Shockwave Flash",X="ShockwaveFlash.ShockwaveFlash",Ad="application/x-shockwave-flash",AC="SWFObjectExprInst",AW="onreadystatechange",AF=window,Ak=document,Aa=navigator,AA=false,Z=[Am],Af=[],AG=[],AL=[],Ai,AD,AP,AS,AK=false,At=false,Ag,AN,Ah=true,AH=function(){var A=typeof Ak.getElementById!=AQ&&typeof Ak.getElementsByTagName!=AQ&&typeof Ak.createElement!=AQ,E=Aa.userAgent.toLowerCase(),C=Aa.platform.toLowerCase(),H=C?/win/.test(C):/win/.test(E),J=C?/mac/.test(C):/mac/.test(E),G=/webkit/.test(E)?parseFloat(E.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,D=!+"\v1",F=[0,0,0],K=null;if(typeof Aa.plugins!=AQ&&typeof Aa.plugins[AB]==Ac){K=Aa.plugins[AB].description;if(K&&!(typeof Aa.mimeTypes!=AQ&&Aa.mimeTypes[Ad]&&!Aa.mimeTypes[Ad].enabledPlugin)){AA=true;D=false;K=K.replace(/^.*\s+(\S+\s+\S+$)/,"$1");F[0]=parseInt(K.replace(/^(.*)\..*$/,"$1"),10);F[1]=parseInt(K.replace(/^.*\.(.*)\s.*$/,"$1"),10);F[2]=/[a-zA-Z]/.test(K)?parseInt(K.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof AF.ActiveXObject!=AQ){try{var I=new ActiveXObject(X);if(I){K=I.GetVariable("$version");if(K){D=true;K=K.split(" ")[1].split(",");F=[parseInt(K[0],10),parseInt(K[1],10),parseInt(K[2],10)]}}}catch(B){}}}return{w3:A,pv:F,wk:G,ie:D,win:H,mac:J}}(),Aj=function(){if(!AH.w3){return }if((typeof Ak.readyState!=AQ&&Ak.readyState=="complete")||(typeof Ak.readyState==AQ&&(Ak.getElementsByTagName("body")[0]||Ak.body))){Ao()}if(!AK){if(typeof Ak.addEventListener!=AQ){Ak.addEventListener("DOMContentLoaded",Ao,false)}if(AH.ie&&AH.win){Ak.attachEvent(AW,function(){if(Ak.readyState=="complete"){Ak.detachEvent(AW,arguments.callee);Ao()}});if(AF==top){(function(){if(AK){return }try{Ak.documentElement.doScroll("left")}catch(A){setTimeout(arguments.callee,0);return }Ao()})()}}if(AH.wk){(function(){if(AK){return }if(!/loaded|complete/.test(Ak.readyState)){setTimeout(arguments.callee,0);return }Ao()})()}Ab(Ao)}}();function Ao(){if(AK){return }try{var B=Ak.getElementsByTagName("body")[0].appendChild(AR("span"));B.parentNode.removeChild(B)}catch(A){return }AK=true;var D=Z.length;for(var C=0;C<D;C++){Z[C]()}}function AJ(A){if(AK){A()}else{Z[Z.length]=A}}function Ab(A){if(typeof AF.addEventListener!=AQ){AF.addEventListener("load",A,false)}else{if(typeof Ak.addEventListener!=AQ){Ak.addEventListener("load",A,false)}else{if(typeof AF.attachEvent!=AQ){Al(AF,"onload",A)}else{if(typeof AF.onload=="function"){var B=AF.onload;AF.onload=function(){B();A()}}else{AF.onload=A}}}}}function Am(){if(AA){Y()}else{AM()}}function Y(){var D=Ak.getElementsByTagName("body")[0];var B=AR(Ac);B.setAttribute("type",Ad);var A=D.appendChild(B);if(A){var C=0;(function(){if(typeof A.GetVariable!=AQ){var E=A.GetVariable("$version");if(E){E=E.split(" ")[1].split(",");AH.pv=[parseInt(E[0],10),parseInt(E[1],10),parseInt(E[2],10)]}}else{if(C<10){C++;setTimeout(arguments.callee,10);return }}D.removeChild(B);A=null;AM()})()}else{AM()}}function AM(){var G=Af.length;if(G>0){for(var H=0;H<G;H++){var C=Af[H].id;var L=Af[H].callbackFn;var A={success:false,id:C};if(AH.pv[0]>0){var I=Ar(C);if(I){if(AO(Af[H].swfVersion)&&!(AH.wk&&AH.wk<312)){AX(C,true);if(L){A.success=true;A.ref=AU(C);L(A)}}else{if(Af[H].expressInstall&&AT()){var E={};E.data=Af[H].expressInstall;E.width=I.getAttribute("width")||"0";E.height=I.getAttribute("height")||"0";if(I.getAttribute("class")){E.styleclass=I.getAttribute("class")}if(I.getAttribute("align")){E.align=I.getAttribute("align")}var F={};var D=I.getElementsByTagName("param");var K=D.length;for(var J=0;J<K;J++){if(D[J].getAttribute("name").toLowerCase()!="movie"){F[D[J].getAttribute("name")]=D[J].getAttribute("value")}}AE(E,F,C,L)}else{Ae(I);if(L){L(A)}}}}}else{AX(C,true);if(L){var B=AU(C);if(B&&typeof B.SetVariable!=AQ){A.success=true;A.ref=B}L(A)}}}}}function AU(B){var D=null;var C=Ar(B);if(C&&C.nodeName=="OBJECT"){if(typeof C.SetVariable!=AQ){D=C}else{var A=C.getElementsByTagName(Ac)[0];if(A){D=A}}}return D}function AT(){return !At&&AO("6.0.65")&&(AH.win||AH.mac)&&!(AH.wk&&AH.wk<312)}function AE(F,D,H,E){At=true;AP=E||null;AS={success:false,id:H};var A=Ar(H);if(A){if(A.nodeName=="OBJECT"){Ai=An(A);AD=null}else{Ai=A;AD=H}F.id=AC;if(typeof F.width==AQ||(!/%$/.test(F.width)&&parseInt(F.width,10)<310)){F.width="310"}if(typeof F.height==AQ||(!/%$/.test(F.height)&&parseInt(F.height,10)<137)){F.height="137"}Ak.title=Ak.title.slice(0,47)+" - Flash Player Installation";var B=AH.ie&&AH.win?"ActiveX":"PlugIn",C="MMredirectURL="+AF.location.toString().replace(/&/g,"%26")+"&MMplayerType="+B+"&MMdoctitle="+Ak.title;if(typeof D.flashvars!=AQ){D.flashvars+="&"+C}else{D.flashvars=C}if(AH.ie&&AH.win&&A.readyState!=4){var G=AR("div");H+="SWFObjectNew";G.setAttribute("id",H);A.parentNode.insertBefore(G,A);A.style.display="none";(function(){if(A.readyState==4){A.parentNode.removeChild(A)}else{setTimeout(arguments.callee,10)}})()}AZ(F,D,H)}}function Ae(A){if(AH.ie&&AH.win&&A.readyState!=4){var B=AR("div");A.parentNode.insertBefore(B,A);B.parentNode.replaceChild(An(A),B);A.style.display="none";(function(){if(A.readyState==4){A.parentNode.removeChild(A)}else{setTimeout(arguments.callee,10)}})()}else{A.parentNode.replaceChild(An(A),A)}}function An(B){var D=AR("div");if(AH.win&&AH.ie){D.innerHTML=B.innerHTML}else{var E=B.getElementsByTagName(Ac)[0];if(E){var A=E.childNodes;if(A){var F=A.length;for(var C=0;C<F;C++){if(!(A[C].nodeType==1&&A[C].nodeName=="PARAM")&&!(A[C].nodeType==8)){D.appendChild(A[C].cloneNode(true))}}}}}return D}function AZ(E,G,C){var D,A=Ar(C);if(AH.wk&&AH.wk<312){return D}if(A){if(typeof E.id==AQ){E.id=C}if(AH.ie&&AH.win){var F="";for(var I in E){if(E[I]!=Object.prototype[I]){if(I.toLowerCase()=="data"){G.movie=E[I]}else{if(I.toLowerCase()=="styleclass"){F+=' class="'+E[I]+'"'}else{if(I.toLowerCase()!="classid"){F+=" "+I+'="'+E[I]+'"'}}}}}var H="";for(var J in G){if(G[J]!=Object.prototype[J]){H+='<param name="'+J+'" value="'+G[J]+'" />'}}A.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+F+">"+H+"</object>";AG[AG.length]=E.id;D=Ar(E.id)}else{var B=AR(Ac);B.setAttribute("type",Ad);for(var K in E){if(E[K]!=Object.prototype[K]){if(K.toLowerCase()=="styleclass"){B.setAttribute("class",E[K])}else{if(K.toLowerCase()!="classid"){B.setAttribute(K,E[K])}}}}for(var L in G){if(G[L]!=Object.prototype[L]&&L.toLowerCase()!="movie"){Ap(B,L,G[L])}}A.parentNode.replaceChild(B,A);D=B}}return D}function Ap(B,D,C){var A=AR("param");A.setAttribute("name",D);A.setAttribute("value",C);B.appendChild(A)}function AV(A){var B=Ar(A);if(B&&B.nodeName=="OBJECT"){if(AH.ie&&AH.win){B.style.display="none";(function(){if(B.readyState==4){As(A)}else{setTimeout(arguments.callee,10)}})()}else{B.parentNode.removeChild(B)}}}function As(A){var B=Ar(A);if(B){for(var C in B){if(typeof B[C]=="function"){B[C]=null}}B.parentNode.removeChild(B)}}function Ar(A){var C=null;try{C=Ak.getElementById(A)}catch(B){}return C}function AR(A){return Ak.createElement(A)}function Al(A,C,B){A.attachEvent(C,B);AL[AL.length]=[A,C,B]}function AO(A){var B=AH.pv,C=A.split(".");C[0]=parseInt(C[0],10);C[1]=parseInt(C[1],10)||0;C[2]=parseInt(C[2],10)||0;return(B[0]>C[0]||(B[0]==C[0]&&B[1]>C[1])||(B[0]==C[0]&&B[1]==C[1]&&B[2]>=C[2]))?true:false}function AY(B,F,A,C){if(AH.ie&&AH.mac){return }var E=Ak.getElementsByTagName("head")[0];if(!E){return }var G=(A&&typeof A=="string")?A:"screen";if(C){Ag=null;AN=null}if(!Ag||AN!=G){var D=AR("style");D.setAttribute("type","text/css");D.setAttribute("media",G);Ag=E.appendChild(D);if(AH.ie&&AH.win&&typeof Ak.styleSheets!=AQ&&Ak.styleSheets.length>0){Ag=Ak.styleSheets[Ak.styleSheets.length-1]}AN=G}if(AH.ie&&AH.win){if(Ag&&typeof Ag.addRule==Ac){Ag.addRule(B,F)}}else{if(Ag&&typeof Ak.createTextNode!=AQ){Ag.appendChild(Ak.createTextNode(B+" {"+F+"}"))}}}function AX(A,C){if(!Ah){return }var B=C?"visible":"hidden";if(AK&&Ar(A)){Ar(A).style.visibility=B}else{AY("#"+A,"visibility:"+B)}}function AI(B){var A=/[\\\"<>\.;]/;var C=A.exec(B)!=null;return C&&typeof encodeURIComponent!=AQ?encodeURIComponent(B):B}var Aq=function(){if(AH.ie&&AH.win){window.attachEvent("onunload",function(){var A=AL.length;for(var B=0;B<A;B++){AL[B][0].detachEvent(AL[B][1],AL[B][2])}var D=AG.length;for(var C=0;C<D;C++){AV(AG[C])}for(var E in AH){AH[E]=null}AH=null;for(var F in swfobject){swfobject[F]=null}swfobject=null})}}();return{registerObject:function(A,E,C,B){if(AH.w3&&A&&E){var D={};D.id=A;D.swfVersion=E;D.expressInstall=C;D.callbackFn=B;Af[Af.length]=D;AX(A,false)}else{if(B){B({success:false,id:A})}}},getObjectById:function(A){if(AH.w3){return AU(A)}},embedSWF:function(K,E,H,F,C,A,B,I,G,J){var D={success:false,id:E};if(AH.w3&&!(AH.wk&&AH.wk<312)&&K&&E&&H&&F&&C){AX(E,false);AJ(function(){H+="";F+="";var Q={};if(G&&typeof G===Ac){for(var O in G){Q[O]=G[O]}}Q.data=K;Q.width=H;Q.height=F;var N={};if(I&&typeof I===Ac){for(var P in I){N[P]=I[P]}}if(B&&typeof B===Ac){for(var L in B){if(typeof N.flashvars!=AQ){N.flashvars+="&"+L+"="+B[L]}else{N.flashvars=L+"="+B[L]}}}if(AO(C)){var M=AZ(Q,N,E);if(Q.id==E){AX(E,true)}D.success=true;D.ref=M}else{if(A&&AT()){Q.data=A;AE(Q,N,E,J);return }else{AX(E,true)}}if(J){J(D)}})}else{if(J){J(D)}}},switchOffAutoHideShow:function(){Ah=false},ua:AH,getFlashPlayerVersion:function(){return{major:AH.pv[0],minor:AH.pv[1],release:AH.pv[2]}},hasFlashPlayerVersion:AO,createSWF:function(A,B,C){if(AH.w3){return AZ(A,B,C)}else{return undefined}},showExpressInstall:function(B,A,D,C){if(AH.w3&&AT()){AE(B,A,D,C)}},removeSWF:function(A){if(AH.w3){AV(A)}},createCSS:function(B,A,C,D){if(AH.w3){AY(B,A,C,D)}},addDomLoadEvent:AJ,addLoadEvent:Ab,getQueryParamValue:function(B){var A=Ak.location.search||Ak.location.hash;if(A){if(/\?/.test(A)){A=A.split("?")[1]}if(B==null){return AI(A)}var C=A.split("&");for(var D=0;D<C.length;D++){if(C[D].substring(0,C[D].indexOf("="))==B){return AI(C[D].substring((C[D].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(At){var A=Ar(AC);if(A&&Ai){A.parentNode.replaceChild(Ai,A);if(AD){AX(AD,true);if(AH.ie&&AH.win){Ai.style.display="block"}}if(AP){AP(AS)}}At=false}}}}();(function(C){var B=function(E){E.preventDefault()};var D=function(E){if(E.is("a")){E.attr("href","javascript:void(0);");E.click(B)}else{if(E.is("input[type='submit'],input[type='button']")){E.attr("disabled","disabled");E.click(B)}}E.attr({onmousedown:"",onmouseup:"",onclick:""})};var A=function(E){var G=C(E).data("one_time_action_timeout");if(G){clearTimeout(G);C(E).data("one_time_action_timeout",null)}var F=E.data("one_time_action_clone");if(F){E.show();F.hide()}};C.fn.one_time_action=function(E){var F={reactivate:-1,add_class:""};if(E&&E!=="reactivate"){C.extend(F,E)}return this.each(function(){var G=C(this);if(E==="reactivate"){A(G);return }G.click(function(H){var I=G.data("one_time_action_clone");if(!I){I=G.clone(false);if(F.add_class!==""){I.addClass(F.add_class)}D(I);G.data("one_time_action_clone",I);G.after(I)}G.hide();I.show();if(F.reactivate!==-1){G.data("one_time_action_timeout",setTimeout(function(){A(G)},F.reactivate))}})})}})(jQuery);function localizeDatepicker(A){$.datepicker.regional["af-ZA"]={closeText:"Selekteer",prevText:"Vorige",nextText:"Volgende",currentText:"Vandag",monthNames:["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"],monthNamesShort:["Jan","Feb","Mrt","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Des"],dayNames:["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"],dayNamesShort:["Son","Maa","Din","Woe","Don","Vry","Sat"],dayNamesMin:["So","Ma","Di","Wo","Do","Vr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["da-DK"]={closeText:"Luk",prevText:"&#x3c;Forrige",nextText:"Næste&#x3e;",currentText:"Idag",monthNames:["Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],dayNames:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"],dayNamesShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],dayNamesMin:["Sø","Ma","Ti","On","To","Fr","Lø"],weekHeader:"Uge",dateFormat:"dd-mm-yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["de-CH"]={closeText:"schliessen",prevText:"&#x3c;zurück",nextText:"nächster&#x3e;",currentText:"heute",monthNames:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthNamesShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],dayNames:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],dayNamesShort:["So","Mo","Di","Mi","Do","Fr","Sa"],dayNamesMin:["So","Mo","Di","Mi","Do","Fr","Sa"],weekHeader:"Wo",dateFormat:"dd.mm.yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["de-DE"]={closeText:"schließen",prevText:"&#x3c;zurück",nextText:"Vor&#x3e;",currentText:"heute",monthNames:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthNamesShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],dayNames:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],dayNamesShort:["So","Mo","Di","Mi","Do","Fr","Sa"],dayNamesMin:["So","Mo","Di","Mi","Do","Fr","Sa"],weekHeader:"Wo",dateFormat:"dd.mm.yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["en-GB"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["en-US"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["en-ZA"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["en-PH"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["en-NZ"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["en-CA"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["en-AU"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["zh-SG"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["sv-SE"]={closeText:"Stäng",prevText:"&laquo;Förra",nextText:"Nästa&raquo;",currentText:"Idag",monthNames:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],dayNamesShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör"],dayNames:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag"],dayNamesMin:["Sö","Må","Ti","On","To","Fr","Lö"],weekHeader:"Ve",dateFormat:"yy-mm-dd",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["es-ES"]={closeText:"Cerrar",prevText:"&#x3c;Ant",nextText:"Sig&#x3e;",currentText:"Hoy",monthNames:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthNamesShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],dayNames:["Domingo","Lunes","Martes","Mi&eacute;rcoles","Jueves","Viernes","S&aacute;bado"],dayNamesShort:["Dom","Lun","Mar","Mi&eacute;","Juv","Vie","S&aacute;b"],dayNamesMin:["Do","Lu","Ma","Mi","Ju","Vi","S&aacute;"],weekHeader:"Sm",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["pt-BR"]={closeText:"Fechar",prevText:"&#x3c;Anterior",nextText:"Pr&oacute;ximo&#x3e;",currentText:"Hoje",monthNames:["Janeiro","Fevereiro","Mar&ccedil;o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthNamesShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],dayNames:["Domingo","Segunda-feira","Ter&ccedil;a-feira","Quarta-feira","Quinta-feira","Sexta-feira","Sabado"],dayNamesShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sab"],dayNamesMin:["Dom","Seg","Ter","Qua","Qui","Sex","Sab"],weekHeader:"Sm",dateFormat:"dd/mm/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["pl-PL"]={closeText:"Zamknij",prevText:"&#x3c;Poprzedni",nextText:"Następny&#x3e;",currentText:"Dziś",monthNames:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],monthNamesShort:["Sty","Lu","Mar","Kw","Maj","Cze","Lip","Sie","Wrz","Pa","Lis","Gru"],dayNames:["Niedziela","Poniedzialek","Wtorek","Środa","Czwartek","Piątek","Sobota"],dayNamesShort:["Nie","Pn","Wt","Śr","Czw","Pt","So"],dayNamesMin:["N","Pn","Wt","Śr","Cz","Pt","So"],weekHeader:"Tydz",dateFormat:"yy-mm-dd",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["nb-NO"]={closeText:"Lukk",prevText:"&laquo;Forrige",nextText:"Neste&raquo;",currentText:"I dag",monthNames:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthNamesShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],dayNamesShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],dayNames:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"],dayNamesMin:["Sø","Ma","Ti","On","To","Fr","Lø"],weekHeader:"Uke",dateFormat:"yy-mm-dd",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["nn-NO"]={closeText:"Lukk",prevText:"&laquo;Forrige",nextText:"Neste&raquo;",currentText:"I dag",monthNames:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthNamesShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],dayNamesShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],dayNames:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"],dayNamesMin:["Sø","Ma","Ti","On","To","Fr","Lø"],weekHeader:"Uke",dateFormat:"yy-mm-dd",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["nl-NL"]={closeText:"Sluiten",prevText:"←",nextText:"→",currentText:"Vandaag",monthNames:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],monthNamesShort:["jan","feb","maa","apr","mei","jun","jul","aug","sep","okt","nov","dec"],dayNames:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],dayNamesShort:["zon","maa","din","woe","don","vri","zat"],dayNamesMin:["zo","ma","di","wo","do","vr","za"],weekHeader:"Wk",dateFormat:"dd-mm-yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["ms-MY"]={closeText:"Tutup",prevText:"&#x3c;Sebelum",nextText:"Selepas&#x3e;",currentText:"hari ini",monthNames:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],monthNamesShort:["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],dayNames:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],dayNamesShort:["Aha","Isn","Sel","Rab","kha","Jum","Sab"],dayNamesMin:["Ah","Is","Se","Ra","Kh","Ju","Sa"],weekHeader:"Mg",dateFormat:"dd/mm/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["ko-KR"]={closeText:"닫기",prevText:"이전달",nextText:"다음달",currentText:"오늘",monthNames:["1월(JAN)","2월(FEB)","3월(MAR)","4월(APR)","5월(MAY)","6월(JUN)","7월(JUL)","8월(AUG)","9월(SEP)","10월(OCT)","11월(NOV)","12월(DEC)"],monthNamesShort:["1월(JAN)","2월(FEB)","3월(MAR)","4월(APR)","5월(MAY)","6월(JUN)","7월(JUL)","8월(AUG)","9월(SEP)","10월(OCT)","11월(NOV)","12월(DEC)"],dayNames:["일","월","화","수","목","금","토"],dayNamesShort:["일","월","화","수","목","금","토"],dayNamesMin:["일","월","화","수","목","금","토"],weekHeader:"Wk",dateFormat:"yy-mm-dd",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:"년"};$.datepicker.regional["it-IT"]={closeText:"Chiudi",prevText:"&#x3c;Prec",nextText:"Succ&#x3e;",currentText:"Oggi",monthNames:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthNamesShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],dayNames:["Domenica","Luned&#236","Marted&#236","Mercoled&#236","Gioved&#236","Venerd&#236","Sabato"],dayNamesShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],dayNamesMin:["Do","Lu","Ma","Me","Gi","Ve","Sa"],weekHeader:"Sm",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["id-ID"]={closeText:"Tutup",prevText:"&#x3c;mundur",nextText:"maju&#x3e;",currentText:"hari ini",monthNames:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","Nopember","Desember"],monthNamesShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agus","Sep","Okt","Nop","Des"],dayNames:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],dayNamesShort:["Min","Sen","Sel","Rab","kam","Jum","Sab"],dayNamesMin:["Mg","Sn","Sl","Rb","Km","jm","Sb"],weekHeader:"Mg",dateFormat:"dd/mm/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["fr-CH"]={closeText:"Fermer",prevText:"&#x3c;Préc",nextText:"Suiv&#x3e;",currentText:"Courant",monthNames:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthNamesShort:["Jan","Fév","Mar","Avr","Mai","Jun","Jul","Aoû","Sep","Oct","Nov","Déc"],dayNames:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],dayNamesShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],dayNamesMin:["Di","Lu","Ma","Me","Je","Ve","Sa"],weekHeader:"Sm",dateFormat:"dd.mm.yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.regional["fr-FR"]={closeText:"Fermer",prevText:"&#x3c;Préc",nextText:"Suiv&#x3e;",currentText:"Courant",monthNames:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthNamesShort:["Jan","Fév","Mar","Avr","Mai","Jun","Jul","Aoû","Sep","Oct","Nov","Déc"],dayNames:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],dayNamesShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],dayNamesMin:["Di","Lu","Ma","Me","Je","Ve","Sa"],weekHeader:"Sm",dateFormat:"dd/mm/yy",firstDay:1,isRTL:false,showMonthAfterYear:false,yearSuffix:""};$.datepicker.setDefaults($.datepicker.regional[A])}
