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