var UTIL={columnWidth:60,nameValueListToHashMap:function(B,A,D){A=(A==undefined)?"name":A;D=(D==undefined)?"value":D;var C={};jQuery.each(B,function(){if(C[this[A]]==undefined){C[this[A]]=this[D]}else{if(!(C[this[A]] instanceof Array)){C[this[A]]=[C[this[A]]]}C[this[A]].push(this[D])}});return C},trimText:function(E,D,A,C){var B=E;if(C){if(E.length>parseInt(D*this.columnWidth*A/($("#logo .alt-text").height()/1.9))){B=E.substring(0,parseInt(D*this.columnWidth*A/($("#logo .alt-text").height()/1.9)))+"..."}}else{if(E.length>parseInt(D*this.columnWidth*A/($("#logo .alt-text").height()/2.3))){B=E.substring(0,parseInt(D*this.columnWidth*A/($("#logo .alt-text").height()/2.3)))+"..."}}return B},urlHelper:{docSmallThumbUrl:function(A,B){return"http://image."+__domain+"/"+A+"/jpg/page_"+B+"_thumb_small.jpg"},docMediumThumbUrl:function(A,B){return"http://image."+__domain+"/"+A+"/jpg/page_"+B+"_thumb_medium.jpg"},pageUrl:function(C,B,A){return this.docUrl(C,B)+"/"+A},docUrl:function(B,A){return this.userUrl(B)+"/docs/"+A},userUrl:function(A){return"http://"+__domain+"/"+A},refineQueryUrl:function(A){return"search?q=tag:%22"+A+"%22"}},cookie:{modelGetUsername:function(){var A=this.getCookie("site.model.username");if(A==null){A=""}return A},getCookie:function(B){var D=B+"=";var A=document.cookie.split(";");for(var C=0;C<A.length;C++){var E=A[C];while(E.charAt(0)==" "){E=E.substring(1,E.length)}if(E.indexOf(D)==0){return }E.substring(D.length,E.length)}return null}}};$(document).ready(function(){$("li.dropdown a").click(function(A){A.preventDefault();A.stopPropagation();$("li.dropdown").removeClass("over").attr("id","");$($(this).parent("li.dropdown").get(0)).attr("id","down")});$("li.dropdown span.link-arrow").click(function(A){A.preventDefault();A.stopPropagation();$("li.dropdown").removeClass("over").attr("id","");$($(this).parent("li.dropdown").get(0)).addClass("over").attr("id","down")});$(document).click(function(A){$("li.dropdown").removeClass("over")});$("li.dropdown span.link-arrow").mouseover(function(A){$($(this).parent("li.dropdown").get(0)).addClass("arrow-over")});$("li.dropdown span.link-arrow").mouseout(function(A){$($(this).parent("li.dropdown").get(0)).removeClass("arrow-over")});$(".system-grey-shade-fat-btn-dropdown").mouseover(function(A){$(this).addClass("over")});$(".system-grey-shade-fat-btn-dropdown").mouseout(function(A){$(this).removeClass("over")})});(function(K){var I="2.26";var P=K.browser.msie&&/MSIE 6.0/.test(navigator.userAgent);function N(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments,""))}}K.fn.cycle=function(A){return this.each(function(){if(A===undefined||A===null){A={}}if(A.constructor==String){switch(A){case"stop":if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;K(this).data("cycle.opts","");return ;case"pause":this.cyclePause=1;return ;case"resume":this.cyclePause=0;return ;default:A={fx:A}}}else{if(A.constructor==Number){var G=A;A=K(this).data("cycle.opts");if(!A){N("options not found, can not advance slide");return }if(G<0||G>=A.elements.length){N("invalid slide index: "+G);return }A.nextSlide=G;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0}M(A.elements,A,1,G>=A.currSlide);return }}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var D=K(this);var F=A.slideExpr?K(A.slideExpr,this):D.children();var U=F.get();if(U.length<2){N("terminating; too few slides: "+U.length);return }var V=K.extend({},K.fn.cycle.defaults,A||{},K.metadata?D.metadata():K.meta?D.data():{});if(V.autostop){V.countdown=V.autostopCount||U.length}D.data("cycle.opts",V);V.container=this;V.elements=U;V.before=V.before?[V.before]:[];V.after=V.after?[V.after]:[];V.after.unshift(function(){V.busy=0});if(V.continuous){V.after.push(function(){M(U,V,0,!V.rev)})}if(P&&V.cleartype&&!V.cleartypeNoBg){O(F)}var B=this.className;V.width=parseInt((B.match(/w:(\d+)/)||[])[1])||V.width;V.height=parseInt((B.match(/h:(\d+)/)||[])[1])||V.height;V.timeout=parseInt((B.match(/t:(\d+)/)||[])[1])||V.timeout;if(D.css("position")=="static"){D.css("position","relative")}if(V.width){D.width(V.width)}if(V.height&&V.height!="auto"){D.height(V.height)}if(V.random){V.randomMap=[];for(var T=0;T<U.length;T++){V.randomMap.push(T)}V.randomMap.sort(function(Q,R){return Math.random()-0.5});V.randomIndex=0;V.startingSlide=V.randomMap[0]}else{if(V.startingSlide>=U.length){V.startingSlide=0}}var H=V.startingSlide||0;F.css({position:"absolute",top:0,left:0}).hide().each(function(R){var Q=H?R>=H?U.length-(R-H):H-R:U.length-R;K(this).css("z-index",Q)});K(U[H]).css("opacity",1).show();if(K.browser.msie){U[H].style.removeAttribute("filter")}if(V.fit&&V.width){F.width(V.width)}if(V.fit&&V.height&&V.height!="auto"){F.height(V.height)}if(V.pause){D.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}var C=K.fn.cycle.transitions[V.fx];if(K.isFunction(C)){C(D,F,V)}else{if(V.fx!="custom"){N("unknown transition: "+V.fx)}}F.each(function(){var Q=K(this);this.cycleH=(V.fit&&V.height)?V.height:Q.height();this.cycleW=(V.fit&&V.width)?V.width:Q.width()});V.cssBefore=V.cssBefore||{};V.animIn=V.animIn||{};V.animOut=V.animOut||{};F.not(":eq("+H+")").css(V.cssBefore);if(V.cssFirst){K(F[H]).css(V.cssFirst)}if(V.timeout){if(V.speed.constructor==String){V.speed={slow:600,fast:200}[V.speed]||400}if(!V.sync){V.speed=V.speed/2}while((V.timeout-V.speed)<250){V.timeout+=V.speed}}if(V.easing){V.easeIn=V.easeOut=V.easing}if(!V.speedIn){V.speedIn=V.speed}if(!V.speedOut){V.speedOut=V.speed}V.slideCount=U.length;V.currSlide=H;if(V.random){V.nextSlide=V.currSlide;if(++V.randomIndex==U.length){V.randomIndex=0}V.nextSlide=V.randomMap[V.randomIndex]}else{V.nextSlide=V.startingSlide>=(U.length-1)?0:V.startingSlide+1}var E=F[H];if(V.before.length){V.before[0].apply(E,[E,E,V,true])}if(V.after.length>1){V.after[1].apply(E,[E,E,V,true])}if(V.click&&!V.next){V.next=V.click}if(V.next){K(V.next).bind("click",function(){return L(U,V,V.rev?-1:1)})}if(V.prev){K(V.prev).bind("click",function(){return L(U,V,V.rev?1:-1)})}if(V.pager){J(U,V)}V.addSlide=function(R){var S=K(R),Q=S[0];if(!V.autostopCount){V.countdown++}U.push(Q);if(V.els){V.els.push(Q)}V.slideCount=U.length;S.css("position","absolute").appendTo(D);if(P&&V.cleartype&&!V.cleartypeNoBg){O(S)}if(V.fit&&V.width){S.width(V.width)}if(V.fit&&V.height&&V.height!="auto"){F.height(V.height)}Q.cycleH=(V.fit&&V.height)?V.height:S.height();Q.cycleW=(V.fit&&V.width)?V.width:S.width();S.css(V.cssBefore);if(V.pager){K.fn.cycle.createPagerAnchor(U.length-1,Q,K(V.pager),U,V)}if(typeof V.onAddSlide=="function"){V.onAddSlide(S)}};if(V.timeout||V.continuous){this.cycleTimeout=setTimeout(function(){M(U,V,0,!V.rev)},V.continuous?10:V.timeout+(V.delay||0))}})};function M(D,R,E,C){if(R.busy){return }var F=R.container,A=D[R.currSlide],B=D[R.nextSlide];if(F.cycleTimeout===0&&!E){return }if(!E&&!F.cyclePause&&((R.autostop&&(--R.countdown<=0))||(R.nowrap&&!R.random&&R.nextSlide<R.currSlide))){if(R.end){R.end(R)}return }if(E||!F.cyclePause){if(R.before.length){K.each(R.before,function(T,Q){Q.apply(B,[A,B,R,C])})}var H=function(){if(K.browser.msie&&R.cleartype){this.style.removeAttribute("filter")}K.each(R.after,function(T,Q){Q.apply(B,[A,B,R,C])})};if(R.nextSlide!=R.currSlide){R.busy=1;if(R.fxFn){R.fxFn(A,B,R,H,C)}else{if(K.isFunction(K.fn.cycle[R.fx])){K.fn.cycle[R.fx](A,B,R,H)}else{K.fn.cycle.custom(A,B,R,H,E&&R.fastOnEvent)}}}if(R.random){R.currSlide=R.nextSlide;if(++R.randomIndex==D.length){R.randomIndex=0}R.nextSlide=R.randomMap[R.randomIndex]}else{var G=(R.nextSlide+1)==D.length;R.nextSlide=G?0:R.nextSlide+1;R.currSlide=G?D.length-1:R.nextSlide-1}if(R.pager){K.fn.cycle.updateActivePagerLink(R.pager,R.currSlide)}}if(R.timeout&&!R.continuous){F.cycleTimeout=setTimeout(function(){M(D,R,0,!R.rev)},R.timeout)}else{if(R.continuous&&F.cyclePause){F.cycleTimeout=setTimeout(function(){M(D,R,0,!R.rev)},10)}}}K.fn.cycle.updateActivePagerLink=function(B,A){K(B).find("a").removeClass("activeSlide").filter("a:eq("+A+")").addClass("activeSlide")};function L(D,C,E){var A=C.container,B=A.cycleTimeout;if(B){clearTimeout(B);A.cycleTimeout=0}if(C.random&&E<0){C.randomIndex--;if(--C.randomIndex==-2){C.randomIndex=D.length-2}else{if(C.randomIndex==-1){C.randomIndex=D.length-1}}C.nextSlide=C.randomMap[C.randomIndex]}else{if(C.random){if(++C.randomIndex==D.length){C.randomIndex=0}C.nextSlide=C.randomMap[C.randomIndex]}else{C.nextSlide=C.currSlide+E;if(C.nextSlide<0){if(C.nowrap){return false}C.nextSlide=D.length-1}else{if(C.nextSlide>=D.length){if(C.nowrap){return false}C.nextSlide=0}}}}if(C.prevNextClick&&typeof C.prevNextClick=="function"){C.prevNextClick(E>0,C.nextSlide,D[C.nextSlide])}M(D,C,1,E>=0);return false}function J(B,A){var C=K(A.pager);K.each(B,function(D,E){K.fn.cycle.createPagerAnchor(D,E,C,B,A)});K.fn.cycle.updateActivePagerLink(A.pager,A.startingSlide)}K.fn.cycle.createPagerAnchor=function(B,A,D,C,F){var E=(typeof F.pagerAnchorBuilder=="function")?K(F.pagerAnchorBuilder(B,A)):K('<a href="#">'+(B+1)+"</a>");if(E.parents("body").length==0){E.appendTo(D)}E.bind(F.pagerEvent,function(){F.nextSlide=B;var G=F.container,H=G.cycleTimeout;if(H){clearTimeout(H);G.cycleTimeout=0}if(typeof F.pagerClick=="function"){F.pagerClick(F.nextSlide,C[F.nextSlide])}M(C,F,1,F.currSlide<B);return false})};function O(A){function B(D){var D=parseInt(D).toString(16);return D.length<2?"0"+D:D}function C(E){for(;E&&E.nodeName.toLowerCase()!="html";E=E.parentNode){var D=K.css(E,"background-color");if(D.indexOf("rgb")>=0){var F=D.match(/\d+/g);return"#"+B(F[0])+B(F[1])+B(F[2])}if(D&&D!="transparent"){return D}}return"#ffffff"}A.each(function(){K(this).css("background-color",C(this))})}K.fn.cycle.custom=function(A,G,X,V,W){var B=K(A),F=K(G);F.css(X.cssBefore);var U=W?1:X.speedIn;var C=W?1:X.speedOut;var H=W?null:X.easeIn;var D=W?null:X.easeOut;var E=function(){F.animate(X.animIn,U,H,V)};B.animate(X.animOut,C,D,function(){if(X.cssAfter){B.css(X.cssAfter)}if(!X.sync){E()}});if(X.sync){E()}};K.fn.cycle.transitions={fade:function(B,A,C){A.not(":eq("+C.startingSlide+")").css("opacity",0);C.before.push(function(){K(this).show()});C.animIn={opacity:1};C.animOut={opacity:0};C.cssBefore={opacity:0};C.cssAfter={display:"none"}}};K.fn.cycle.ver=function(){return I};K.fn.cycle.defaults={fx:"fade",timeout:4000,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,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,pause:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:0,nowrap:0,fastOnEvent:0}})(jQuery);(function(B){B.fn.cycle.transitions.scrollUp=function(E,A,F){E.css("overflow","hidden");F.before.push(function(C,H,D){B(this).show();D.cssBefore.top=H.offsetHeight;D.animOut.top=0-C.offsetHeight});F.cssFirst={top:0};F.animIn={top:0};F.cssAfter={display:"none"}};B.fn.cycle.transitions.scrollDown=function(E,A,F){E.css("overflow","hidden");F.before.push(function(C,H,D){B(this).show();D.cssBefore.top=0-H.offsetHeight;D.animOut.top=C.offsetHeight});F.cssFirst={top:0};F.animIn={top:0};F.cssAfter={display:"none"}};B.fn.cycle.transitions.scrollLeft=function(E,A,F){E.css("overflow","hidden");F.before.push(function(C,H,D){B(this).show();D.cssBefore.left=H.offsetWidth;D.animOut.left=0-C.offsetWidth});F.cssFirst={left:0};F.animIn={left:0}};B.fn.cycle.transitions.scrollRight=function(E,A,F){E.css("overflow","hidden");F.before.push(function(C,H,D){B(this).show();D.cssBefore.left=0-H.offsetWidth;D.animOut.left=C.offsetWidth});F.cssFirst={left:0};F.animIn={left:0}};B.fn.cycle.transitions.scrollHorz=function(E,A,F){E.css("overflow","hidden").width();F.before.push(function(D,L,K,M){B(this).show();var N=D.offsetWidth,C=L.offsetWidth;K.cssBefore=M?{left:C}:{left:-C};K.animIn.left=0;K.animOut.left=M?-N:N;A.not(D).css(K.cssBefore)});F.cssFirst={left:0};F.cssAfter={display:"none"}};B.fn.cycle.transitions.scrollVert=function(E,A,F){E.css("overflow","hidden");F.before.push(function(C,L,K,M){B(this).show();var D=C.offsetHeight,N=L.offsetHeight;K.cssBefore=M?{top:-N}:{top:N};K.animIn.top=0;K.animOut.top=M?D:-D;A.not(C).css(K.cssBefore)});F.cssFirst={top:0};F.cssAfter={display:"none"}};B.fn.cycle.transitions.slideX=function(E,A,F){F.before.push(function(C,H,D){B(C).css("zIndex",1)});F.onAddSlide=function(C){C.hide()};F.cssBefore={zIndex:2};F.animIn={width:"show"};F.animOut={width:"hide"}};B.fn.cycle.transitions.slideY=function(E,A,F){F.before.push(function(C,H,D){B(C).css("zIndex",1)});F.onAddSlide=function(C){C.hide()};F.cssBefore={zIndex:2};F.animIn={height:"show"};F.animOut={height:"hide"}};B.fn.cycle.transitions.shuffle=function(G,A,H){var J=G.css("overflow","visible").width();A.css({left:0,top:0});H.before.push(function(){B(this).show()});H.speed=H.speed/2;H.random=0;H.shuffle=H.shuffle||{left:-J,top:15};H.els=[];for(var I=0;I<A.length;I++){H.els.push(A[I])}for(var I=0;I<H.startingSlide;I++){H.els.push(H.els.shift())}H.fxFn=function(C,E,D,N,F){var M=F?B(C):B(E);M.animate(D.shuffle,D.speedIn,D.easeIn,function(){F?D.els.push(D.els.shift()):D.els.unshift(D.els.pop());if(F){for(var L=0,P=D.els.length;L<P;L++){B(D.els[L]).css("z-index",P-L)}}else{var K=B(C).css("z-index");M.css("z-index",parseInt(K)+1)}M.animate({left:0,top:0},D.speedOut,D.easeOut,function(){B(F?this:C).hide();if(N){N()}})})};H.onAddSlide=function(C){C.hide()}};B.fn.cycle.transitions.turnUp=function(E,A,F){F.before.push(function(C,H,D){B(this).show();D.cssBefore.top=H.cycleH;D.animIn.height=H.cycleH});F.onAddSlide=function(C){C.hide()};F.cssFirst={top:0};F.cssBefore={height:0};F.animIn={top:0};F.animOut={height:0};F.cssAfter={display:"none"}};B.fn.cycle.transitions.turnDown=function(E,A,F){F.before.push(function(C,H,D){B(this).show();D.animIn.height=H.cycleH;D.animOut.top=C.cycleH});F.onAddSlide=function(C){C.hide()};F.cssFirst={top:0};F.cssBefore={top:0,height:0};F.animOut={height:0};F.cssAfter={display:"none"}};B.fn.cycle.transitions.turnLeft=function(E,A,F){F.before.push(function(C,H,D){B(this).show();D.cssBefore.left=H.cycleW;D.animIn.width=H.cycleW});F.onAddSlide=function(C){C.hide()};F.cssBefore={width:0};F.animIn={left:0};F.animOut={width:0};F.cssAfter={display:"none"}};B.fn.cycle.transitions.turnRight=function(E,A,F){F.before.push(function(C,H,D){B(this).show();D.animIn.width=H.cycleW;D.animOut.left=C.cycleW});F.onAddSlide=function(C){C.hide()};F.cssBefore={left:0,width:0};F.animIn={left:0};F.animOut={width:0};F.cssAfter={display:"none"}};B.fn.cycle.transitions.zoom=function(E,A,F){F.cssFirst={top:0,left:0};F.cssAfter={display:"none"};F.before.push(function(C,H,D){B(this).show();D.cssBefore={width:0,height:0,top:H.cycleH/2,left:H.cycleW/2};D.cssAfter={display:"none"};D.animIn={top:0,left:0,width:H.cycleW,height:H.cycleH};D.animOut={width:0,height:0,top:C.cycleH/2,left:C.cycleW/2};B(C).css("zIndex",2);B(H).css("zIndex",1)});F.onAddSlide=function(C){C.hide()}};B.fn.cycle.transitions.fadeZoom=function(E,A,F){F.before.push(function(C,H,D){D.cssBefore={width:0,height:0,opacity:1,left:H.cycleW/2,top:H.cycleH/2,zIndex:1};D.animIn={top:0,left:0,width:H.cycleW,height:H.cycleH}});F.animOut={opacity:0};F.cssAfter={zIndex:0}};B.fn.cycle.transitions.blindX=function(F,A,G){var H=F.css("overflow","hidden").width();A.show();G.before.push(function(C,E,D){B(C).css("zIndex",1)});G.cssBefore={left:H,zIndex:2};G.cssAfter={zIndex:1};G.animIn={left:0};G.animOut={left:H}};B.fn.cycle.transitions.blindY=function(F,A,G){var H=F.css("overflow","hidden").height();A.show();G.before.push(function(C,E,D){B(C).css("zIndex",1)});G.cssBefore={top:H,zIndex:2};G.cssAfter={zIndex:1};G.animIn={top:0};G.animOut={top:H}};B.fn.cycle.transitions.blindZ=function(G,A,H){var I=G.css("overflow","hidden").height();var J=G.width();A.show();H.before.push(function(C,E,D){B(C).css("zIndex",1)});H.cssBefore={top:I,left:J,zIndex:2};H.cssAfter={zIndex:1};H.animIn={top:0,left:0};H.animOut={top:I,left:J}};B.fn.cycle.transitions.growX=function(E,A,F){F.before.push(function(C,H,D){D.cssBefore={left:this.cycleW/2,width:0,zIndex:2};D.animIn={left:0,width:this.cycleW};D.animOut={left:0};B(C).css("zIndex",1)});F.onAddSlide=function(C){C.hide().css("zIndex",1)}};B.fn.cycle.transitions.growY=function(E,A,F){F.before.push(function(C,H,D){D.cssBefore={top:this.cycleH/2,height:0,zIndex:2};D.animIn={top:0,height:this.cycleH};D.animOut={top:0};B(C).css("zIndex",1)});F.onAddSlide=function(C){C.hide().css("zIndex",1)}};B.fn.cycle.transitions.curtainX=function(E,A,F){F.before.push(function(C,H,D){D.cssBefore={left:H.cycleW/2,width:0,zIndex:1,display:"block"};D.animIn={left:0,width:this.cycleW};D.animOut={left:C.cycleW/2,width:0};B(C).css("zIndex",2)});F.onAddSlide=function(C){C.hide()};F.cssAfter={zIndex:1,display:"none"}};B.fn.cycle.transitions.curtainY=function(E,A,F){F.before.push(function(C,H,D){D.cssBefore={top:H.cycleH/2,height:0,zIndex:1,display:"block"};D.animIn={top:0,height:this.cycleH};D.animOut={top:C.cycleH/2,height:0};B(C).css("zIndex",2)});F.onAddSlide=function(C){C.hide()};F.cssAfter={zIndex:1,display:"none"}};B.fn.cycle.transitions.cover=function(I,H,J){var A=J.direction||"left";var L=I.css("overflow","hidden").width();var K=I.height();J.before.push(function(C,E,D){D.cssBefore=D.cssBefore||{};D.cssBefore.zIndex=2;D.cssBefore.display="block";if(A=="right"){D.cssBefore.left=-L}else{if(A=="up"){D.cssBefore.top=K}else{if(A=="down"){D.cssBefore.top=-K}else{D.cssBefore.left=L}}}B(C).css("zIndex",1)});if(!J.animIn){J.animIn={left:0,top:0}}if(!J.animOut){J.animOut={left:0,top:0}}J.cssAfter=J.cssAfter||{};J.cssAfter.zIndex=2;J.cssAfter.display="none"};B.fn.cycle.transitions.uncover=function(I,H,J){var A=J.direction||"left";var L=I.css("overflow","hidden").width();var K=I.height();J.before.push(function(C,E,D){D.cssBefore.display="block";if(A=="right"){D.animOut.left=L}else{if(A=="up"){D.animOut.top=-K}else{if(A=="down"){D.animOut.top=K}else{D.animOut.left=-L}}}B(C).css("zIndex",2);B(E).css("zIndex",1)});J.onAddSlide=function(C){C.hide()};if(!J.animIn){J.animIn={left:0,top:0}}J.cssBefore=J.cssBefore||{};J.cssBefore.top=0;J.cssBefore.left=0;J.cssAfter=J.cssAfter||{};J.cssAfter.zIndex=1;J.cssAfter.display="none"};B.fn.cycle.transitions.toss=function(G,A,H){var J=G.css("overflow","visible").width();var I=G.height();H.before.push(function(C,E,D){B(C).css("zIndex",2);D.cssBefore.display="block";if(!D.animOut.left&&!D.animOut.top){D.animOut={left:J*2,top:-I/2,opacity:0}}else{D.animOut.opacity=0}});H.onAddSlide=function(C){C.hide()};H.cssBefore={left:0,top:0,zIndex:1,opacity:1};H.animIn={left:0};H.cssAfter={zIndex:2,display:"none"}};B.fn.cycle.transitions.wipe=function(P,S,M){var Q=P.css("overflow","hidden").width();var U=P.height();M.cssBefore=M.cssBefore||{};var A;if(M.clip){if(/l2r/.test(M.clip)){A="rect(0px 0px "+U+"px 0px)"}else{if(/r2l/.test(M.clip)){A="rect(0px "+Q+"px "+U+"px "+Q+"px)"}else{if(/t2b/.test(M.clip)){A="rect(0px "+Q+"px 0px 0px)"}else{if(/b2t/.test(M.clip)){A="rect("+U+"px "+Q+"px "+U+"px 0px)"}else{if(/zoom/.test(M.clip)){var O=parseInt(U/2);var V=parseInt(Q/2);A="rect("+O+"px "+V+"px "+O+"px "+V+"px)"}}}}}}M.cssBefore.clip=M.cssBefore.clip||A||"rect(0px 0px 0px 0px)";var T=M.cssBefore.clip.match(/(\d+)/g);var O=parseInt(T[0]),N=parseInt(T[1]),R=parseInt(T[2]),V=parseInt(T[3]);M.before.push(function(C,H,E){if(C==H){return }var I=B(C).css("zIndex",2);var J=B(H).css({zIndex:3,display:"block"});var F=1,G=parseInt((E.speedIn/13))-1;function D(){var L=O?O-parseInt(F*(O/G)):0;var K=V?V-parseInt(F*(V/G)):0;var Z=R<U?R+parseInt(F*((U-R)/G||1)):U;var Y=N<Q?N+parseInt(F*((Q-N)/G||1)):Q;J.css({clip:"rect("+L+"px "+Y+"px "+Z+"px "+K+"px)"});(F++<=G)?setTimeout(D,13):I.css("display","none")}D()});M.cssAfter={};M.animIn={left:0};M.animOut={left:0}}})(jQuery);$(document).ready(function(){$("#cy-text").cycle({fx:"scrollRight",speedIn:1000,speedOut:1000,easing:"easeInOutExpo",delay:-9000,timeout:10000})});$(document).ready(function(){var A={};A.base="http://static.issuu.com/html/v1.1.17/staticFiles/swf/";A.swfUrl="http://static.issuu.com/html/v1.1.17/staticFiles/swf/introduction.swf";A.width="944";A.height="340";A.targetId="introduction";ISSUU.utils.embedSwf(A.base,A.swfUrl,A.width,A.height,A.targetId,A.addToFlashVars);var A={};A.base="http://static.issuu.com/html/v1.1.17/staticFiles/coverflow/";A.swfUrl="http://static.issuu.com/html/v1.1.17/staticFiles/coverflow/coverflow.swf";A.width="464";A.height="130";A.targetId="featured";ISSUU.utils.embedSwf(A.base,A.swfUrl,A.width,A.height,A.targetId,A.addToFlashVars)});