/*** hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+* <http://cherne.net/brian/resources/jquery.hoverIntent.html>* * @param  f  onMouseOver function || An object with configuration options* @param  g  onMouseOut function  || Nothing (use configuration options object)* @author    Brian Cherne <brian@cherne.net>*/(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);/** jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/** Uses the built in easing capabilities added In jQuery 1.1* to offer multiple easing options** TERMS OF USE - jQuery Easing** Open source under the BSD License.** Copyright © 2008 George McGinley Smith* All rights reserved.** Redistribution and use in source and binary forms, with or without modification,* are permitted provided that the following conditions are met:** Redistributions of source code must retain the above copyright notice, this list of* conditions and the following disclaimer.* Redistributions in binary form must reproduce the above copyright notice, this list* of conditions and the following disclaimer in the documentation and/or other materials* provided with the distribution.** Neither the name of the author nor the names of contributors may be used to endorse* or promote products derived from this software without specific prior written permission.** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE*  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,*  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE*  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING*  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED* OF THE POSSIBILITY OF SUCH DAMAGE.**//* * Copyright (c) 2009 Simo Kinnunen. * Licensed under the MIT license. * * @version 1.09i */var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());/*! * The following copyright notice may not be removed under any circumstances. *  * Copyright: * Copyright (c) 2008 by Jos Buivenga. All rights reserved. *  * Trademark: * Fertigo Pro is a trademark of Jos Buivenga. *  * Full name: * FertigoPro-Regular *  * Description: * Spaced and kerned with iKern. *  * Manufacturer: * Jos Buivenga *  * Designer: * Jos Buivenga *  * Vendor URL: * http://www.josbuivenga.demon.nl */Cufon.registerFont({"w":116,"face":{"font-family":"Fertigo Pro","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 0 0 0 0 2 0 4","ascent":"277","descent":"-83","x-height":"5","bbox":"-2 -281 361.124 87.9904","underline-thickness":"18","underline-position":"-18","stemh":"24","stemv":"38","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":85},"$":{"d":"15,-25v0,-8,5,-23,13,-26v0,0,22,32,59,35r0,-75v-30,-14,-63,-29,-63,-66v0,-36,30,-56,63,-61v0,-18,0,-32,-1,-40v0,0,22,-5,20,7r0,31v19,1,61,7,61,24v0,8,-5,29,-18,33v0,0,-16,-31,-43,-37r0,73v30,13,63,27,63,67v0,37,-30,59,-63,64v-4,20,13,36,-11,36v-13,0,-7,-23,-8,-35v-18,0,-72,-9,-72,-30xm87,-136r0,-64v-34,8,-33,53,0,64xm106,-17v39,-9,30,-51,0,-64r0,64","w":187},"%":{"d":"65,-144v-28,0,-54,-24,-54,-54v0,-30,26,-54,54,-54v29,0,55,24,55,54v0,30,-26,54,-55,54xm78,-17v-4,-2,-31,-13,-16,-25r128,-193v6,4,28,13,16,25xm66,-164v46,0,40,-69,0,-67v-18,0,-34,14,-34,32v0,17,15,35,34,35xm146,-49v0,-30,26,-54,54,-54v29,0,55,24,55,54v0,30,-26,54,-55,54v-28,0,-54,-24,-54,-54xm167,-50v0,17,15,35,34,35v46,0,40,-69,0,-67v-18,0,-34,14,-34,32","w":269},"&":{"d":"87,5v-81,0,-98,-102,-25,-136v-13,-21,-21,-42,-21,-60v0,-44,39,-66,76,-66v47,0,68,27,68,59v0,43,-46,67,-49,60v0,0,12,-21,12,-52v0,-64,-70,-65,-70,-7v0,35,43,85,91,124v21,-36,39,-75,76,-75v9,-4,20,10,15,22v-42,-3,-54,30,-77,64v31,23,61,41,80,46v-3,15,-12,20,-24,20v-22,0,-50,-15,-78,-35v-17,21,-39,36,-74,36xm148,-41v-29,-24,-59,-51,-80,-80v-4,5,-12,22,-12,48v0,55,65,75,92,32","w":277},"'":{"d":"47,-191v-10,3,-35,4,-30,-11v0,-25,3,-49,-1,-72v8,-2,38,-4,31,11r0,72","w":64},"(":{"d":"21,-99v0,-82,36,-153,84,-157v-16,14,-52,72,-52,157v0,88,38,158,54,172v-46,5,-86,-81,-86,-172","k":{"V":-2,"W":-2,"Y":-3}},")":{"d":"10,73v16,-14,54,-84,54,-172v0,-87,-40,-143,-51,-158v48,9,83,75,83,158v1,91,-42,175,-86,172"},"*":{"d":"98,-197v-9,-23,-16,-54,-28,-63v6,-9,16,-14,28,-14v17,20,18,57,0,77xm176,-227v-10,24,-40,45,-68,37v22,-18,36,-40,41,-54v11,0,21,7,27,17xm17,-199v-6,-10,-7,-32,10,-32v23,0,55,17,57,41v-25,-9,-44,-14,-67,-9xm43,-123v-11,0,-20,-7,-26,-17v10,-25,37,-42,67,-39r0,3v-22,17,-36,39,-41,53xm174,-136v-31,3,-61,-15,-66,-40v25,9,43,10,67,8v6,10,5,22,-1,32xm94,-93v-17,-19,-19,-61,2,-77v4,28,16,52,26,63v-6,9,-16,14,-28,14","w":191},"+":{"d":"94,-43v-36,3,-28,-6,-26,-51r-51,1v-2,-5,-4,-29,7,-27v0,0,20,2,44,2v0,-17,-1,-45,-2,-52v1,0,30,-4,28,4v0,0,-2,22,-2,48v17,0,45,-1,51,-2v0,0,4,29,-4,27v0,0,-21,-1,-47,-1v0,18,1,42,2,51","w":159},",":{"d":"-2,31v10,0,38,1,38,-23v0,-15,-19,-9,-19,-30v0,-13,10,-23,23,-23v19,0,28,18,28,37v0,24,-14,51,-44,51v-20,0,-26,-12,-26,-12","w":84,"k":{"7":5,"6":3,"A":-5,"J":2,"T":18,"V":18,"W":18,"Y":21,"v":9,"w":9,"y":9,"B":3,"D":3,"E":3,"F":3,"H":3,"I":3,"K":3,"L":3,"M":3,"N":3,"P":3,"R":3,"C":7,"G":7,"O":7,"Q":7,"U":9,"g":2}},"-":{"d":"27,-87v-1,-6,-3,-29,8,-28v12,2,100,4,119,0v0,1,4,30,-4,28v-15,-2,-101,-4,-123,0","w":181,"k":{"A":8,"J":6,"T":21,"V":14,"W":14,"Y":24,"a":4,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"M":5,"N":5,"P":5,"R":5,"C":2,"G":2,"O":2,"Q":2,"U":5,"S":18,"X":19,"Z":14,"x":5,"z":8}},".":{"d":"17,-21v0,-13,11,-24,24,-24v13,0,25,11,25,24v0,13,-12,25,-25,25v-13,0,-24,-12,-24,-25","w":82,"k":{"7":5,"6":2,"A":-2,"J":2,"T":18,"V":18,"W":18,"Y":21,"v":8,"w":8,"y":8,"B":3,"D":3,"E":3,"F":3,"H":3,"I":3,"K":3,"L":3,"M":3,"N":3,"P":3,"R":3,"C":6,"G":6,"O":6,"Q":6,"U":8,"g":2}},"\/":{"d":"87,-244r-51,304v0,0,-26,2,-26,-10v0,-24,46,-252,51,-302v1,0,30,0,26,8","w":99,"k":{"7":-5}},"0":{"d":"108,5v-56,0,-85,-44,-85,-110v0,-67,30,-115,85,-115v56,0,86,45,86,109v0,68,-31,116,-86,116xm109,-23v28,0,50,-32,50,-79v0,-49,-16,-89,-52,-89v-27,0,-49,31,-49,77v0,50,16,91,51,91","w":216},"1":{"d":"101,-60v-2,56,0,34,40,45v8,-2,6,14,5,17v-29,-3,-99,-3,-129,0v-9,-23,33,-18,41,-24v4,-23,3,-110,3,-148v1,-21,-8,-31,-31,-29v-16,1,-13,-12,-11,-19v27,4,94,0,117,0v9,0,8,9,9,16v-28,3,-44,0,-44,35r0,107","w":162,"k":{"6":2,"4":6}},"2":{"d":"13,0v15,-57,103,-80,103,-149v0,-21,-8,-43,-40,-43v-21,0,-37,11,-50,27v-5,-31,34,-55,65,-55v49,0,71,34,71,67v2,68,-93,100,-112,128v19,-6,67,-7,97,-7v32,0,33,8,36,35","w":195,"k":{"4":6}},"3":{"d":"79,43v-24,0,-62,-12,-60,-42v37,36,103,14,103,-34v0,-32,-27,-59,-66,-64v-1,-16,13,-11,24,-14v40,-9,50,-81,-8,-81v-21,0,-37,11,-50,27v-1,-32,33,-55,65,-55v82,0,93,96,26,114r0,2v89,22,62,147,-34,147","w":191},"4":{"d":"112,-51v-32,-4,-95,7,-106,-13r98,-151v20,-7,48,-1,48,20r0,116v40,3,40,-18,40,7v0,25,-16,22,-40,22v-4,30,12,91,-20,87v-45,-6,-16,15,-20,-88xm42,-78v16,2,45,-6,70,-2v-2,-29,4,-81,-3,-103","w":204,"k":{"7":4,"5":3,"3":2,"1":5}},"5":{"d":"77,43v-24,0,-63,-15,-58,-40v13,10,32,16,48,16v77,-1,80,-131,-1,-131v-12,0,-27,4,-40,3r9,-107v28,1,145,-2,124,-4v0,21,-7,36,-28,36v-48,0,-68,-3,-74,-6r-3,61v59,-10,117,3,117,80v0,50,-40,92,-94,92","w":189},"6":{"d":"154,-66v1,-39,-18,-72,-67,-78v0,0,9,-13,31,-13v52,0,79,37,79,76v0,40,-26,86,-80,86v-64,0,-90,-54,-90,-122v0,-64,37,-140,111,-140v50,0,55,40,47,40v0,0,-16,-18,-37,-18v-53,0,-75,65,-75,125v0,52,16,100,49,100v22,0,32,-28,32,-56","w":214},"7":{"d":"19,40v3,-9,17,-15,31,-37v24,-35,81,-147,90,-187v0,0,-14,4,-104,4v-21,0,-29,-18,-29,-40v2,4,180,5,179,2v-23,65,-85,180,-101,221v-14,37,-33,40,-66,37","w":192,"k":{"4":8,".":15,",":15}},"8":{"d":"24,-59v0,-51,50,-68,53,-61v-21,31,-21,110,28,109v26,0,40,-20,40,-44v0,-79,-115,-58,-115,-133v0,-37,35,-69,79,-69v52,0,79,26,79,64v0,47,-52,66,-54,59v23,-28,13,-107,-27,-107v-18,0,-35,15,-35,46v0,80,118,57,118,127v0,37,-28,73,-84,73v-55,0,-82,-30,-82,-64","w":213},"9":{"d":"60,-149v0,41,21,71,68,79v0,0,-10,12,-32,12v-52,0,-78,-36,-78,-75v0,-40,26,-87,80,-87v64,0,89,54,89,122v0,64,-36,141,-110,141v-50,0,-54,-40,-48,-40v0,0,17,18,38,18v53,0,75,-65,75,-125v0,-52,-16,-100,-49,-100v-22,0,-33,27,-33,55","w":214,"k":{"7":4,"1":2}},":":{"d":"49,-137v-13,0,-25,-11,-25,-24v0,-13,12,-24,25,-24v13,0,24,11,24,24v0,13,-11,24,-24,24xm24,-19v0,-13,12,-24,25,-24v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-25,-11,-25,-24","w":97},";":{"d":"48,-137v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v13,0,25,11,25,24v0,13,-12,24,-25,24xm6,31v10,0,38,1,38,-23v0,-15,-19,-9,-19,-30v0,-13,10,-23,23,-23v19,0,28,18,28,37v0,24,-14,51,-44,51v-20,0,-26,-12,-26,-12","w":99},"<":{"d":"24,-90v-6,-3,-17,-21,-7,-27v5,-3,95,-51,109,-63v0,0,13,14,13,22v1,6,-63,32,-90,53v35,22,91,47,91,52v0,9,-13,23,-13,23v-14,-12,-97,-57,-103,-60","w":157},"=":{"d":"71,-124v-24,-5,-43,13,-43,-11v0,-31,48,-7,89,-14v27,5,43,-15,40,15v-2,23,-15,5,-53,10r-33,0xm71,-68v-24,-5,-43,13,-43,-11v0,-31,48,-7,89,-14v27,5,43,-15,40,15v-2,23,-15,5,-53,10r-33,0","w":186},">":{"d":"30,-30v0,0,-12,-14,-12,-23v-2,-6,60,-28,90,-54v-31,-17,-89,-46,-89,-51v0,-8,12,-22,12,-22v14,12,105,60,110,63v9,7,-3,24,-8,27v-6,3,-89,48,-103,60","w":157},"?":{"d":"59,-65v-19,4,-29,-1,-28,-23v0,-48,57,-67,57,-94v0,-28,-68,-11,-68,-62v1,-2,0,-12,7,-30v3,10,18,18,37,24v46,14,65,33,65,56v0,52,-104,69,-70,129xm24,-18v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":140},"@":{"d":"244,11v-24,0,-40,-17,-45,-37v-33,60,-109,25,-107,-42v3,-82,67,-135,150,-112v4,3,-23,165,12,166v24,0,51,-32,51,-86v0,-89,-60,-131,-118,-131v-90,0,-134,74,-134,147v0,68,38,143,118,134v-3,18,-5,32,-28,32v-79,0,-124,-81,-124,-156v0,-88,60,-183,172,-183v79,0,145,49,145,148v0,49,-34,120,-92,120xm134,-73v0,20,8,51,33,51v47,0,33,-117,34,-148v-4,0,-67,1,-67,97","w":353},"A":{"d":"205,4v-45,-3,-34,-48,-53,-88v-28,-1,-62,-1,-88,1v-24,72,-21,99,-61,81v0,0,10,-8,23,-45r76,-210v0,0,36,2,49,44v19,59,52,166,80,213v0,0,-13,4,-26,4xm69,-103r76,0v-15,-37,-23,-82,-40,-108","w":233,"k":{"T":17,"V":13,"W":13,"Y":19,"v":4,"w":4,"y":4,"C":2,"G":2,"O":2,"Q":2,"U":4,"'":13,"\"":13,",":-2,"-":8,".":-3}},"B":{"d":"35,0v5,-17,6,-216,-2,-253r74,1v100,0,103,75,50,118v31,8,58,28,58,62v0,42,-31,76,-84,76v-26,0,-37,-4,-96,-4xm80,-143v21,0,43,1,62,5v26,-46,14,-102,-61,-95v0,28,-1,58,-1,90xm81,-35v0,15,25,18,39,18v43,0,48,-26,48,-50v0,-48,-43,-59,-88,-60","w":233,"k":{"X":1,"T":4,"V":4,"W":4,"Y":9,"'":4,"\"":4,"-":2}},"C":{"d":"20,-117v0,-70,48,-140,130,-140v51,0,110,29,64,63v-48,-72,-151,-54,-150,59v0,55,29,109,89,109v28,0,57,-9,82,-30v2,30,-47,61,-91,61v-85,0,-124,-59,-124,-122","w":253,"k":{"v":2,"w":2,"y":2,"g":4,"x":1,"-":22,":":2,";":2,"m":1,"n":1,"r":1,"p":1,"s":1}},"D":{"d":"35,0v5,-16,6,-215,-2,-252v120,-4,232,-3,232,126v0,75,-53,129,-122,129v-32,0,-49,-3,-108,-3xm81,-35v0,15,31,17,50,17v55,0,88,-47,88,-102v0,-91,-65,-116,-138,-113r0,198","w":285,"k":{"A":3,"T":4,"V":1,"W":1,"Y":7,"X":6,"Z":4,",":9,"-":2,".":9}},"E":{"d":"35,0v5,-16,6,-215,-2,-252v32,1,148,-1,146,-4v-2,18,-3,30,-29,30v-43,0,-69,-5,-69,-5r0,88v21,0,64,2,76,-4v-1,17,-2,27,-21,27v-19,0,-56,-2,-56,-2r2,98v35,-2,91,1,114,-9v1,27,-3,35,-34,35","w":209,"k":{"v":6,"w":6,"y":6,"C":2,"G":2,"O":2,"Q":2,"U":1,"g":1,"-":18}},"F":{"d":"34,0v7,-12,3,-204,-1,-252v32,1,148,-1,146,-4v-2,18,-4,30,-30,30v-41,0,-68,-5,-68,-5v0,15,-1,54,-1,90v21,0,64,2,77,-3v-1,17,-3,26,-22,26v-19,0,-55,-2,-55,-2r1,99v0,31,-25,26,-47,21","w":185,"k":{"}":-3,"x":11,"p":8,"]":-3,";":5,":":5,",":22,"A":15,"a":8,"v":3,"w":3,"y":3,"g":2,"S":1,"z":12,"'":-2,"\"":-2,"-":11,".":22,"m":8,"n":8,"r":8,"s":3,"f":1,"c":4,"d":4,"e":4,"o":4,"q":4,"t":6,"u":5}},"G":{"d":"20,-118v0,-68,46,-139,130,-139v32,0,84,11,84,34v-1,7,-7,25,-17,30v-49,-74,-153,-54,-153,58v0,72,50,138,131,112v3,-23,3,-85,-4,-93v21,-5,49,-3,48,22v-2,30,3,68,-3,95v-23,-3,-68,4,-88,4v-88,0,-128,-60,-128,-123","w":262,"k":{"v":1,"w":1,"y":1,"-":3}},"H":{"d":"208,-145v0,-30,-2,-97,-6,-107v20,-9,49,-3,49,19v0,31,-2,61,-2,91v0,44,2,126,5,142v-23,7,-48,6,-48,-26v0,-27,2,-62,2,-96r-128,0r1,101v0,31,-25,26,-47,21v7,-12,3,-204,-1,-252v19,-9,49,-3,48,19v0,14,-1,52,-1,88v32,3,96,2,128,0","w":286,"k":{"Y":1,"'":2,"\"":2,"-":5,"m":1,"n":1,"r":1,"p":1,"h":1,"k":1,"j":1,"l":1}},"I":{"d":"37,-132v1,-34,-1,-106,-5,-120v19,-9,49,-3,48,19v0,31,-1,61,-1,91v0,47,0,93,6,141v-22,5,-47,10,-48,-21r0,-110","k":{"Y":1,"'":2,"\"":2,"-":5,"m":1,"n":1,"r":1,"p":1,"h":1,"k":1,"j":1,"l":1}},"J":{"d":"39,-120v0,-31,-4,-116,-6,-132v19,-9,49,-3,48,19r-2,238v2,48,-36,76,-73,69v30,-21,33,-62,33,-194","k":{"'":2,"\"":2,",":3,"-":5,".":2,"m":1,"n":1,"r":1,"p":2,"h":1,"k":1,"j":1,"l":1}},"K":{"d":"34,0v7,-12,3,-204,-1,-252v18,-9,48,-1,48,19v0,14,-5,66,1,98v78,-76,95,-97,99,-118v15,0,37,0,34,11v1,17,-62,64,-98,102v0,0,81,114,119,135r0,2v0,0,-14,5,-35,5v-58,0,-100,-123,-121,-124r1,101v0,31,-25,26,-47,21","w":237,"k":{"v":9,"w":9,"y":9,"C":6,"G":6,"O":6,"Q":6,"U":5,"g":6,",":-4,"-":18,".":-5,"c":5,"d":5,"e":5,"o":5,"q":5,"t":6,"u":2}},"L":{"d":"35,0v6,-13,2,-205,-2,-252v18,-10,48,0,48,19r-1,209v35,-2,91,1,114,-9v1,27,-3,35,-34,35","w":199,"k":{"T":23,"V":23,"W":23,"Y":21,"v":9,"w":9,"y":9,"C":4,"G":4,"O":4,"Q":4,"U":5,"g":1,"'":26,"\"":26,",":-4,"-":26,".":-4}},"M":{"d":"33,0v8,-11,4,-204,0,-252v11,-3,43,-6,48,4r62,108v10,15,10,29,18,34v8,-21,44,-84,67,-129v10,-22,23,-23,49,-18r0,111v0,47,0,94,6,142v-22,5,-47,10,-48,-21r-1,-185v-23,44,-62,114,-75,160v-5,0,-11,0,-13,-3v-22,-50,-63,-108,-86,-155v-3,54,3,124,2,183v7,29,-17,25,-29,21","w":314,"k":{"Y":1,"'":2,"\"":2,"-":5,"m":1,"n":1,"r":1,"p":1,"h":1,"k":1,"j":1,"l":1}},"N":{"d":"214,-67v2,-59,-4,-124,-5,-185v9,-7,37,-3,30,17v0,44,-2,85,-2,142v0,40,0,80,3,93v-6,1,-30,6,-34,-8v-38,-54,-111,-130,-146,-184v-3,54,3,112,2,171v7,29,-17,25,-29,21v8,-11,4,-204,0,-252v9,-3,31,-6,37,3v39,56,106,128,144,182","w":274,"k":{"Y":1,"'":2,"\"":2,"-":5,"m":1,"n":1,"r":1,"p":1,"h":1,"k":1,"j":1,"l":1}},"O":{"d":"20,-120v0,-71,44,-137,130,-137v83,0,126,58,126,118v0,74,-45,144,-131,144v-83,0,-125,-61,-125,-125xm145,-238v-108,3,-101,226,5,224v102,-2,109,-226,-5,-224","w":295,"k":{"A":3,"T":4,"V":1,"W":1,"Y":7,"X":6,"Z":4,",":9,"-":2,".":9}},"P":{"d":"37,-132v1,-35,-1,-107,-5,-121r73,1v66,0,95,36,95,73v0,60,-60,88,-121,81v0,32,2,65,6,98v-22,5,-47,10,-48,-21r0,-111xm79,-115v46,7,76,-27,76,-60v0,-32,-27,-62,-75,-58","w":210,"k":{"X":2,",":28,"A":13,"a":1,"Z":1,"-":11,".":28,"c":1,"d":1,"e":1,"o":1,"q":1}},"Q":{"d":"306,37v12,25,-3,44,-41,44v-30,0,-95,-17,-131,-76v-162,-11,-147,-262,16,-262v176,0,157,252,7,262v27,30,99,50,149,32xm145,-238v-108,3,-101,226,5,224v102,-2,109,-226,-5,-224","w":295,"k":{"}":-6,"]":-14,";":-9,",":9,")":-9,"A":3,"T":4,"V":1,"W":1,"Y":7,"X":6,"Z":4,"-":2,".":9}},"R":{"d":"58,4v-47,-8,-19,12,-19,-104v0,-30,-1,-91,-2,-114v-1,-58,-19,-34,25,-38v71,-7,141,15,138,65v-4,67,-61,68,-59,74v-1,2,65,90,92,110v0,0,-22,5,-32,5v-61,-1,-81,-114,-121,-119v-5,9,21,129,-22,121xm80,-134v40,11,77,3,77,-46v0,-33,-25,-57,-76,-53v-1,30,-1,72,-1,99","w":236,"k":{"T":6,"V":4,"W":4,"Y":8,"v":1,"w":1,"y":1,"C":2,"G":2,"O":2,"Q":2,"U":3,"g":1,"'":2,"\"":2,",":-2,"-":15,".":-3,"c":1,"d":1,"e":1,"o":1,"q":1,"t":1}},"S":{"d":"101,5v-41,0,-107,-18,-74,-56v8,-2,26,34,79,34v35,0,47,-19,47,-38v0,-57,-129,-50,-129,-129v0,-48,45,-73,90,-73v19,0,72,7,72,27v-1,8,-5,25,-17,29v0,0,-23,-37,-62,-37v-24,0,-43,17,-43,40v0,56,130,44,130,127v0,50,-48,76,-93,76","w":212,"k":{"v":2,"w":2,"y":2,"x":2,"-":2,":":2,";":2,"f":1}},"T":{"d":"88,-21r-3,-206v-24,0,-63,0,-79,3v0,-6,-4,-31,7,-30v11,-1,165,7,197,-2v0,2,4,34,-6,30r-73,0v-2,78,-5,150,4,226v-22,5,-47,10,-47,-21","w":215,"k":{"A":16,"V":-1,"W":-1,"a":31,"v":28,"w":28,"y":28,"C":7,"G":7,"O":7,"Q":7,"g":27,"x":29,"z":33,"'":-5,"\"":-5,",":17,"-":20,".":17,":":15,";":15,"m":38,"n":38,"r":38,"p":39,"s":29,"f":1,"c":26,"d":26,"e":26,"o":26,"q":26,"t":26,"u":33,")":-2,"?":-2,"]":-5,"}":-4}},"U":{"d":"35,-109v0,-134,-5,-140,-5,-143v15,-7,48,-4,48,19r0,126v0,59,26,91,67,91v41,0,67,-32,67,-91v0,-53,0,-103,-4,-145v11,-6,37,-5,30,19v0,31,-3,91,-3,121v0,74,-30,117,-99,117v-59,0,-101,-32,-101,-114","w":269,"k":{"A":5,"a":1,",":8,"-":5,".":8,":":2,";":2,"m":3,"n":3,"r":3,"p":3,"u":1,"h":1,"k":1,"j":1}},"V":{"d":"83,-38v-19,-58,-50,-168,-80,-212v0,0,9,-5,33,-5v13,0,26,9,30,24v11,42,42,137,66,190r22,-65v45,-136,41,-149,68,-149v13,0,18,2,17,6v0,0,-14,9,-27,46r-63,173v-6,16,-10,35,-10,35v0,0,-43,-2,-56,-43","w":239,"k":{"A":13,"T":-3,"a":13,"C":3,"G":3,"O":3,"Q":3,"g":11,"x":3,"z":2,"'":-7,"\"":-7,",":18,"-":14,".":18,":":5,";":5,"m":10,"n":10,"r":10,"p":10,"s":11,"c":12,"d":12,"e":12,"o":12,"q":12,"t":4,"u":6,")":-3,"?":-3,"]":-6,"}":-4,"!":-2}},"W":{"d":"83,-38v-19,-58,-50,-168,-80,-212v0,0,9,-5,33,-5v13,0,26,9,30,24v11,42,42,136,66,189v15,-40,35,-98,35,-118v0,-28,-27,-90,-27,-90v0,0,3,-5,26,-5v13,0,27,9,30,24v11,42,34,138,60,189v67,-197,57,-213,89,-213v12,0,17,2,16,6v-36,53,-74,182,-99,254v0,0,-43,-2,-56,-43v-7,-21,-10,-56,-25,-84v-10,38,-35,90,-42,127v0,0,-42,0,-56,-43","w":362,"k":{"A":13,"T":-3,"a":13,"C":3,"G":3,"O":3,"Q":3,"g":11,"x":3,"z":2,"'":-7,"\"":-7,",":18,"-":14,".":18,":":5,";":5,"m":10,"n":10,"r":10,"p":10,"s":11,"c":12,"d":12,"e":12,"o":12,"q":12,"t":4,"u":6,")":-3,"?":-3,"]":-6,"}":-4,"!":-2}},"X":{"d":"33,3v-5,-1,-18,1,-21,-6v22,-11,84,-110,88,-116v-18,-36,-60,-108,-88,-133v0,0,13,-3,30,-3v26,0,30,8,42,22v13,16,22,48,46,79v18,-28,38,-62,46,-79v9,-19,35,-29,54,-17v-22,12,-66,79,-90,118v62,110,92,125,91,131v-66,11,-58,1,-117,-95r-2,0v-47,80,-55,99,-79,99","w":242,"k":{"p":1,"v":10,"w":10,"y":10,"C":6,"G":6,"O":6,"Q":6,"g":6,"-":18,"f":1,"c":5,"d":5,"e":5,"o":5,"q":5,"t":5,"u":3}},"Y":{"d":"230,-252v-23,24,-78,105,-92,131v0,40,1,80,6,121v-22,5,-47,10,-48,-21r0,-99v-24,-27,-66,-102,-92,-132v0,0,11,-3,28,-3v24,0,27,6,35,19v16,27,39,70,60,90v63,-91,44,-117,103,-106","w":233,"k":{"A":18,"a":23,"v":6,"w":6,"y":6,"C":10,"G":10,"O":10,"Q":10,"g":24,"S":2,"x":11,"z":9,"'":-6,"\"":-6,",":20,"-":24,".":20,":":13,";":13,"m":25,"n":25,"r":25,"p":25,"s":22,"f":3,"c":29,"d":29,"e":29,"o":29,"q":29,"t":13,"u":17,")":-3,"?":-2,"]":-6,"}":-5}},"Z":{"d":"19,0v0,-12,0,-20,5,-30v22,-35,93,-158,112,-198v-3,-7,-9,4,-94,2v-21,0,-28,-9,-28,-30v1,3,138,5,178,4v0,12,0,19,-7,31v-45,70,-87,154,-111,198v0,0,8,-4,101,-4v28,0,29,7,28,31v-8,-4,-137,-4,-184,-4","w":216,"k":{"v":3,"w":3,"y":3,"C":4,"G":4,"O":4,"Q":4,"U":1,"g":4,"-":23,"c":2,"d":2,"e":2,"o":2,"q":2,"t":2,"u":1}},"[":{"d":"33,48v-1,-19,5,-254,0,-300r79,0v1,4,3,24,-4,23r-47,0r-1,260r52,0v2,5,3,25,-4,25r-59,0v-7,0,-16,-1,-16,-8","w":123,"k":{"T":-5,"V":-5,"W":-5,"Y":-5}},"\\":{"d":"64,53v-7,-30,-40,-253,-54,-301v0,0,12,-4,21,-4v4,0,6,0,7,3r55,304v-1,1,-27,8,-29,-2","w":102},"]":{"d":"12,31r51,0r-1,-260v-21,-2,-63,11,-50,-23r78,0v-5,47,1,279,0,300v0,7,-9,8,-16,8r-59,0v-7,0,-5,-21,-3,-25","w":122},"_":{"d":"11,31v-4,-37,8,-26,56,-26r141,-1v1,0,6,27,-3,27r-194,0","w":219},"`":{"d":"111,-207v-32,6,-68,-18,-78,-45v0,0,9,-18,28,-18v2,10,24,43,50,63","w":144},"a":{"d":"13,-43v0,-52,59,-67,98,-68v0,-31,-6,-51,-35,-51v-19,0,-37,15,-51,21v6,-22,35,-44,67,-44v79,2,54,65,57,130v0,14,0,40,18,40v9,0,12,-7,15,-4v0,0,-9,23,-40,23v-16,0,-29,-9,-32,-26v-16,40,-97,33,-97,-21xm54,-50v0,45,56,34,56,5v0,-14,1,-34,1,-52v-15,3,-57,9,-57,47","w":181,"k":{"Y":21,"U":2,"T":26,"V":13,"W":13,"v":2,"w":2,"y":2,"'":2,"\"":2,",":-8,".":-9}},"b":{"d":"27,-27v-1,-74,7,-191,-7,-246v42,-4,48,15,48,58v0,29,-5,59,-2,58v0,0,14,-28,58,-28v41,0,66,36,66,82v0,63,-34,108,-106,108v-30,0,-57,-10,-57,-32xm108,-162v-39,0,-43,48,-43,93v0,31,1,58,24,58v39,0,58,-43,58,-84v0,-33,-14,-67,-39,-67","w":205,"k":{"T":28,"V":12,"W":12,"Y":25,"X":8,"Z":3,"x":3,"z":2,"m":1,"n":1,"r":1,"p":1,"f":1,"h":1,"k":1,"j":1}},"c":{"d":"14,-84v0,-55,40,-101,98,-101v15,0,58,6,58,25v-1,7,-5,21,-14,24v0,0,-21,-32,-52,-32v-36,0,-48,39,-48,70v0,42,23,77,60,77v30,0,59,-29,60,-22v0,0,-15,48,-75,48v-48,0,-87,-39,-87,-89","w":187,"k":{"Y":13,"X":1,"T":37,"V":7,"W":7,"-":8}},"d":{"d":"141,-182v3,-27,-7,-91,-7,-92v24,0,47,5,47,27v0,35,-2,69,-2,112v0,32,1,64,2,96v-5,23,21,26,31,20v0,0,-9,23,-40,23v-17,0,-30,-9,-32,-27v0,0,-15,28,-56,28v-41,0,-68,-33,-68,-82v0,-68,47,-117,125,-105xm99,-18v55,0,39,-78,42,-136v0,-11,-11,-13,-24,-13v-38,0,-58,41,-58,81v0,25,7,68,40,68","w":214,"k":{"U":1,"v":1,"w":1,"y":1,",":-6,".":-7}},"e":{"d":"15,-85v0,-50,33,-100,86,-100v48,0,66,27,66,51v0,55,-83,53,-110,40v0,43,20,72,57,72v33,0,55,-25,58,-18v0,0,-13,45,-73,45v-48,0,-84,-37,-84,-90xm57,-112v13,12,67,16,67,-22v0,-17,-7,-35,-28,-35v-26,0,-39,43,-39,57","w":185,"k":{"Y":16,"X":1,"T":35,"V":10,"W":10}},"f":{"d":"76,11v1,49,-37,84,-71,67v22,-9,32,-23,32,-162v0,-73,0,-71,-25,-81r0,-15v15,0,24,-4,24,-22v0,-55,29,-79,72,-79v35,0,65,21,58,43v-28,-33,-97,-27,-90,41v0,5,-1,17,-1,17v16,6,54,-15,45,6v1,24,-24,17,-44,18r0,167","w":122,"k":{"!":-29,"}":-42,"]":-45,"Z":-41,"Y":-51,"X":-44,"U":-23,"T":-51,"S":-15,"J":-20,"?":-35,")":-38,"V":-52,"W":-52,"v":-4,"w":-4,"y":-4,"B":-21,"D":-21,"E":-21,"F":-21,"H":-21,"I":-21,"K":-21,"L":-21,"M":-21,"N":-21,"P":-21,"R":-21,"'":-37,"\"":-37,",":4,"-":4,".":4,"c":2,"d":2,"e":2,"o":2,"q":2}},"g":{"d":"14,34v0,-17,19,-16,31,-16v1,17,12,49,52,49v21,0,44,-9,44,-30v0,-31,-100,-10,-100,-63v0,-15,10,-26,17,-32v-76,-22,-46,-126,36,-126v14,0,27,2,37,6v19,-1,23,-17,25,-38v13,1,27,1,27,15v0,18,-19,28,-36,32v49,44,2,129,-76,113v-33,51,103,8,103,79v0,34,-36,60,-86,60v-49,0,-74,-29,-74,-49xm92,-71v20,0,35,-21,35,-45v0,-28,-11,-51,-38,-51v-20,0,-35,20,-35,44v0,28,11,52,38,52","w":185,"k":{"'":-7,"\"":-7}},"h":{"d":"50,4v-51,0,-13,14,-18,-104v-2,-49,3,-146,-8,-173v70,-14,43,72,46,119v8,-19,37,-31,63,-31v82,0,51,66,51,132v0,16,0,38,18,38v8,0,14,-7,15,-4v0,0,-9,23,-40,23v-16,0,-32,-8,-32,-30v0,-32,1,-54,1,-91v0,-24,-1,-46,-32,-46v-19,0,-43,17,-43,51v0,32,1,57,1,91v0,19,-9,25,-22,25","w":219,"k":{"T":27,"V":14,"W":14,"Y":22,"v":2,"w":2,"y":2,"U":3,"'":2,"\"":2,",":-6,".":-7,"f":1}},"i":{"d":"49,-214v-13,0,-24,-11,-24,-24v0,-13,11,-25,24,-25v13,0,25,12,25,25v0,13,-12,24,-25,24xm30,-26v0,-36,-4,-175,-8,-154v19,-9,49,-1,49,19v0,38,-2,81,-2,108v0,16,0,38,18,38v9,0,12,-7,15,-4v0,0,-9,23,-40,23v-16,0,-32,-8,-32,-30","w":105,"k":{"Y":1,"U":2,"v":1,"w":1,"y":1,",":-6,".":-6}},"j":{"d":"50,-214v-13,0,-24,-11,-24,-24v0,-13,11,-25,24,-25v13,0,25,12,25,25v0,13,-12,24,-25,24xm32,-84v0,-26,-4,-94,-9,-96v19,-9,48,-2,48,19r0,166v2,48,-35,76,-72,69v25,-20,33,-26,33,-158","w":99,"k":{"U":1,"J":1,"f":1,"t":1}},"k":{"d":"167,3v-52,-1,-81,-92,-96,-95v0,0,15,115,-47,92v15,-51,10,-226,1,-274v24,0,47,5,47,27v2,46,-6,100,0,142v40,-40,69,-66,65,-75v2,-2,41,-6,37,4v1,13,-40,36,-71,67v16,25,65,83,92,108v0,0,-8,4,-28,4","w":195,"k":{"Y":12,"U":3,"T":35,"V":7,"W":7,"C":1,"G":1,"O":1,"Q":1,"g":2,",":-5,"-":5,".":-6,"c":3,"d":3,"e":3,"o":3,"q":3}},"l":{"d":"29,-28v2,-63,4,-199,-6,-246v24,0,47,5,47,27v0,36,-2,74,-2,112v0,32,1,64,2,96v-5,23,21,26,31,20v0,0,-9,23,-40,23v-16,0,-32,-8,-32,-32","w":104,"k":{"Y":1,"U":2,"v":1,"w":1,"y":1,",":-5,".":-5,"f":1,"t":1}},"m":{"d":"126,-184v36,0,47,14,50,30v8,-18,34,-30,57,-30v83,0,51,66,51,131v0,16,0,38,18,38v9,0,13,-7,16,-4v0,0,-9,23,-40,23v-16,0,-33,-8,-33,-30v0,-31,1,-52,1,-89v0,-24,0,-47,-30,-47v-54,13,-36,74,-38,128v0,26,-8,32,-14,38v-13,-2,-26,-3,-26,-28v0,-31,1,-54,1,-91v0,-24,-1,-47,-32,-47v-15,0,-36,17,-36,50v0,32,2,57,2,91v0,31,-26,26,-49,21v3,-1,9,-24,9,-88v0,-22,-3,-94,-9,-92v23,-11,52,1,46,26v7,-18,33,-30,56,-30","w":319,"k":{"T":27,"V":14,"W":14,"Y":22,"v":2,"w":2,"y":2,"U":3,"'":2,"\"":2,",":-6,".":-7,"f":1}},"n":{"d":"33,-88v0,-22,-3,-94,-9,-92v23,-11,52,1,46,26v8,-19,37,-31,63,-31v82,0,51,67,51,132v0,16,0,38,18,38v8,0,14,-7,15,-4v0,0,-9,23,-40,23v-16,0,-32,-8,-32,-30v0,-31,1,-52,1,-89v0,-25,-1,-48,-32,-48v-19,0,-43,17,-43,51v0,32,2,57,2,91v0,31,-26,26,-49,21v3,-1,9,-24,9,-88","w":219,"k":{"T":27,"V":14,"W":14,"Y":22,"v":2,"w":2,"y":2,"U":3,"'":2,"\"":2,",":-6,".":-7,"f":1}},"o":{"d":"15,-86v0,-51,33,-99,95,-99v60,0,91,41,91,85v0,54,-33,105,-95,105v-60,0,-91,-44,-91,-91xm106,-169v-65,2,-62,160,4,158v61,-2,66,-159,-4,-158","w":216,"k":{"T":28,"V":12,"W":12,"Y":25,"X":8,"Z":3,"x":3,"z":2,"m":1,"n":1,"r":1,"p":1,"f":1,"h":1,"k":1,"j":1}},"p":{"d":"32,56v0,-44,8,-186,-8,-236v21,-10,51,0,48,23v0,0,14,-28,58,-28v41,0,67,36,67,82v0,67,-45,116,-124,105v-4,27,5,85,6,78v-24,5,-47,11,-47,-24xm114,-162v-53,0,-41,80,-42,138v0,9,11,11,24,11v39,0,57,-41,57,-82v0,-33,-14,-67,-39,-67","w":212,"k":{"T":28,"V":12,"W":12,"Y":25,"X":8,"Z":3,"x":3,"z":2,"m":1,"n":1,"r":1,"p":1,"f":1,"h":1,"k":1,"j":1}},"q":{"d":"16,-73v0,-65,35,-112,106,-112v30,0,58,9,58,30r0,174v0,41,6,60,6,60v-24,5,-48,11,-48,-24v0,-25,3,-53,1,-76v0,0,-16,26,-57,26v-42,0,-66,-36,-66,-78xm98,-18v35,0,43,-48,43,-96v0,-29,-1,-55,-24,-55v-38,0,-58,43,-58,83v0,32,15,68,39,68","w":207,"k":{"Z":1,"Y":27,"U":2,"T":38,"J":1,"V":14,"W":14,"B":1,"D":1,"E":1,"F":1,"H":1,"I":1,"K":1,"L":1,"M":1,"N":1,"P":1,"R":1,"f":1,"t":1}},"r":{"d":"53,4v-33,4,-21,-62,-21,-91v0,-73,-8,-92,-9,-93v26,-13,55,5,46,33v10,-23,35,-37,54,-37v26,0,20,27,12,41v-42,-26,-65,2,-65,59v0,95,30,82,-17,88","w":145,"k":{"Z":25,"Y":7,"X":12,"T":39,"A":8,"a":1,"v":-4,"w":-4,"y":-4,",":12,"-":8,".":12,"c":1,"d":1,"e":1,"o":1,"q":1}},"s":{"d":"76,5v-35,0,-82,-17,-53,-45v0,0,22,26,57,26v23,0,31,-12,31,-25v0,-37,-93,-32,-93,-93v0,-35,33,-53,66,-53v14,0,55,5,55,20v-1,8,-6,22,-15,26v0,0,-18,-31,-45,-31v-16,0,-28,12,-28,28v0,37,93,28,93,92v0,36,-35,55,-68,55","w":158,"k":{"Y":14,"T":29,"V":7,"W":7}},"t":{"d":"85,5v-66,0,-53,-79,-53,-134v0,-31,-3,-32,-17,-36r0,-15v15,0,50,-30,55,-42r8,3r-7,39v13,1,48,0,49,-4v6,32,-20,29,-49,28v0,0,-1,43,-1,70v0,36,3,65,31,65v21,1,36,-19,40,-15v0,0,-12,41,-56,41","w":139,"k":{"Y":10,"T":13,"V":4,"W":4,",":-9,".":-9}},"u":{"d":"98,-17v61,0,42,-124,35,-163v20,-9,50,-2,49,20v0,34,-3,67,-3,108v0,14,1,37,18,37v8,0,14,-7,15,-4v0,0,-9,23,-40,23v-18,0,-28,-13,-31,-30v0,0,-13,31,-57,31v-97,0,-35,-116,-64,-185v19,-8,48,-2,48,19v0,47,-22,144,30,144","w":215,"k":{"Y":21,"U":3,"T":26,"V":12,"W":12,"v":1,"w":1,"y":1,",":-5,".":-6,"f":1}},"v":{"d":"60,-26v-15,-45,-34,-121,-60,-154v16,-4,51,-7,56,12v8,31,31,98,47,138v51,-134,32,-157,63,-153v35,5,10,1,-3,38r-54,150v0,0,-40,-1,-49,-31","w":182,"k":{"A":4,"T":29,"Y":4,"a":1,"X":8,"Z":14,",":8,".":8,"c":1,"d":1,"e":1,"o":1,"q":1}},"w":{"d":"60,-26v-15,-45,-34,-121,-60,-154v17,-4,51,-6,56,14v8,31,30,99,48,137v39,-71,31,-106,10,-151v9,-5,50,-4,50,14v8,28,25,106,45,136v49,-139,30,-153,61,-153v36,0,12,-1,-2,37r-55,151v0,0,-38,-2,-48,-31v-5,-14,-8,-39,-20,-58v-7,26,-26,63,-38,89v0,0,-38,-1,-47,-31","w":286,"k":{"A":4,"T":29,"Y":4,"a":1,"X":8,"Z":14,",":8,".":8,"c":1,"d":1,"e":1,"o":1,"q":1}},"x":{"d":"107,-96v43,77,67,93,66,96v-49,10,-53,2,-91,-67v-40,63,-30,81,-76,65v15,-8,58,-72,66,-83v-12,-26,-42,-76,-61,-95v48,-10,58,7,86,66v13,-21,25,-41,31,-53v-1,-17,41,-21,46,-10v-15,8,-49,53,-67,81","w":182,"k":{"Y":7,"T":32,"V":2,"W":2,"g":2,"-":6,"c":3,"d":3,"e":3,"o":3,"q":3}},"y":{"d":"8,47v44,12,70,-7,84,-46v-12,-3,-27,-10,-32,-27v-15,-45,-34,-120,-59,-154v16,-3,49,-7,54,12v7,31,32,101,48,141v50,-143,31,-156,62,-156v37,0,11,0,-2,38r-53,150v-19,54,-49,78,-79,78v-25,0,-22,-14,-23,-36","w":182,"k":{"A":4,"T":29,"Y":4,"a":1,"X":8,"Z":14,",":8,".":8,"c":1,"d":1,"e":1,"o":1,"q":1}},"z":{"d":"13,0v7,-53,77,-114,90,-161v-29,0,-96,22,-90,-23v0,3,109,5,141,4v0,9,0,13,-6,23v-35,51,-67,104,-87,136v20,6,109,-25,101,24v-1,-2,-115,-3,-149,-3","w":171,"k":{"Y":12,"U":1,"T":36,"V":5,"W":5,"g":1,"-":5,"c":2,"d":2,"e":2,"o":2,"q":2}},"{":{"d":"118,76v-30,27,-79,6,-79,-39v0,-114,-13,-128,-27,-131r0,-8v14,0,27,-18,27,-99v0,-52,51,-73,79,-52v-26,3,-48,18,-47,56v0,97,-32,97,-31,103v0,0,31,2,31,115v0,31,8,60,46,53","w":127,"k":{"T":-2,"V":-3,"W":-3,"Y":-4}},"|":{"d":"59,21v-5,24,15,43,-10,40v-9,0,-16,-2,-16,-10v0,-56,2,-229,2,-264v0,-27,-16,-40,14,-40v9,0,12,2,12,10v0,56,-2,229,-2,264","w":94},"}":{"d":"57,-197v0,-35,-19,-53,-47,-56v29,-21,79,4,79,52v0,81,13,99,27,99r0,8v-14,3,-27,17,-27,131v0,47,-49,65,-79,39v1,-4,3,-1,10,-1v35,0,37,-26,37,-54v0,-117,32,-111,31,-117v0,0,-31,-8,-31,-101","w":127},"^":{"d":"141,-131v-9,0,-27,-60,-54,-90v-18,29,-31,62,-51,89v-8,0,-22,-12,-22,-12v12,-14,58,-103,61,-108v9,-8,25,-5,29,6v4,6,47,89,59,103v0,0,-13,12,-22,12","w":177},"~":{"d":"135,-80v-49,-4,-80,-32,-115,0v4,-26,21,-44,44,-44v48,2,78,37,114,-1v1,25,-21,46,-43,45","w":198},"#":{"d":"66,-12v2,-17,6,-31,6,-51r-54,1v-2,-7,-2,-31,12,-25r45,1r6,-52r-53,1v-2,-7,-2,-31,12,-25r44,1r5,-56v9,-1,30,1,23,14v-1,14,-4,27,-5,42r56,0r6,-56v9,-1,30,1,23,14v-1,14,-5,27,-6,42r56,-1v2,9,1,30,-12,25r-47,-1r-6,52r55,-1v2,8,2,30,-11,25r-46,-1r-7,66v-8,0,-30,-2,-23,-15r7,-51r-57,0r-6,66v-7,0,-31,-1,-23,-15xm98,-86r56,0r7,-52r-57,0","w":259},"!":{"d":"64,-65v-45,11,-28,-60,-28,-96v0,-51,-10,-90,-19,-106v23,-7,60,-1,61,19v3,57,-33,127,-14,183xm29,-18v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":100},"\"":{"d":"104,-191v-10,4,-35,3,-30,-11v0,-25,3,-49,-1,-72v8,-2,38,-4,31,11r0,72xm47,-191v-10,3,-35,4,-30,-11v0,-25,3,-49,-1,-72v8,-2,38,-4,31,11r0,72","w":121},"\u00a0":{"w":85}}});jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d)},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b}});/* * jQuery Cycle Plugin (core engine only) * Examples and documentation at: http://jquery.malsup.com/cycle/ * Copyright (c) 2007-2010 M. Alsup * Version: 2.99 (12-MAR-2011) * Dual licensed under the MIT and GPL licenses. * http://jquery.malsup.com/license.html * Requires: jQuery v1.3.2 or later */(function($){var ver="2.99";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){$.fn.cycle.debug&&log(s);}function log(){window.console&&console.log&&console.log("[cycle] "+Array.prototype.join.call(arguments," "));}$.expr[":"].paused=function(el){return el.cyclePause;};$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.backwards);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts.backwards);},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,!options.backwards);}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.backwards);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.cssAfter=opts.cssAfter||{};opts.cssFirst=opts.cssFirst||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);$($slides[first]).css(opts.cssFirst);if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="none"?0:opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length){opts.after[0].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,0);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$s.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=0;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){opts.busy=0;$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing("+fx+"); currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.backwards);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while(opts.fx!="none"&&(t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,1);};$.fn.cycle.prev=function(opts){advance(opts,0);};function advance(opts,moveForward){var val=moveForward?1:-1;var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,moveForward);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v&&v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();if(typeof opts.cssBefore.opacity=="undefined"){opts.cssBefore.opacity=1;}opts.cssBefore.display="block";if(opts.slideResize&&w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(opts.slideResize&&h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,function(){cb();});};$l.animate(opts.animOut,speedOut,easeOut,function(){$l.css(opts.cssAfter);if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={activePagerClass:"activeSlide",after:null,allowPagerClickBubble:false,animIn:null,animOut:null,autostop:0,autostopCount:0,backwards:false,before:null,cleartype:!$.support.opacity,cleartypeNoBg:false,containerResize:1,continuous:0,cssAfter:null,cssBefore:null,delay:0,easeIn:null,easeOut:null,easing:null,end:null,fastOnEvent:0,fit:0,fx:"fade",fxFn:null,height:"auto",manualTrump:true,next:null,nowrap:0,onPagerEvent:null,onPrevNextEvent:null,pager:null,pagerAnchorBuilder:null,pagerEvent:"click.cycle",pause:0,pauseOnPagerHover:0,prev:null,prevNextEvent:"click.cycle",random:0,randomizeEffects:1,requeueOnImageNotLoaded:true,requeueTimeout:250,rev:0,shuffle:null,slideExpr:null,slideResize:1,speed:1000,speedIn:null,speedOut:null,startingSlide:0,sync:1,timeout:4000,timeoutFn:null,updateActivePagerLink:null};})(jQuery);/* * DDSlider v1.7 - http://codecanyon.net/item/ddslider-10-transitions-inline-content-support/104797 * * Copyright Ã‚Â© 2010 Guilherme Salum * All rights reserved. * * You may not modify and/or redistribute this file * save cases where Extended License has been purchased **/eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(K($){$.1Z.2i({2j:K(){A b=B;1q=1w;A c={1x:\'1y\',O:2k,1z:2l,S:20,1A:1,13:15,R:10,14:3,1e:\'2m\'};E=2n[0]||{};L(E.1x===17){E.1x=c.1x}L(E.O===17){E.O=c.O}L(E.S===17){E.S=c.S}L(E.1z===17){E.1z=c.1z}L(E.1A===17){E.1A=c.1A}L(E.13===17){E.13=c.13}L(E.R===17){E.R=c.R}L(E.14===17){E.14=c.14}L(E.1e===17){E.1e=c.1e}E.J=B.J();E.M=B.M();B.H(\'Y:1H\').V(\'F\');A d=1;L(E.1f===21){B.U(\'<22 16="2o"></22>\')}B.H(\'Y\').23(K(){$(B).V(\'24\'+d);L(E.1f===17){}W{L(d==1){$(E.1f).U(\'<Y 16="F 1I\'+d+\'"></Y>\')}W{$(E.1f).U(\'<Y 16="1I\'+d+\'"></Y>\')}}d++});A e=0;L(B.H(\'Y\').1B==1){1J=1}W{1J=0}L(1J===0){L(E.1D===17){}W{$(E.1D).1K(K(){L(1q===1w){b.1D(E);e=1}})}L(E.1r===17){}W{$(E.1r).1K(K(){L(1q===1w){b.1r(E);e=1}})}$(E.1f).H(\'Y\').1K(K(){A a=$(B).E(\'16\').1L(\' \');L(a[0]==\'F\'||a[1]==\'F\'){}W{a=a[0].1L(\'2p\');L(1q===1w){e=1;b.25(a[1],E)}}});A f=0;$(B).2q(K(){f=1},K(){f=0});2r(K(){L(E.1A==1){L(f===0&&e===0){b.1r(E)}}W{L(e===0){b.1r(E)}}},E.1z)}},1r:K(){A a=B.H(\'Y.F\');A b=a.1E(\'Y\');A c=$(E.1f).H(\'Y.F\');A d=$(E.1f).H(\'Y.F\').1E();L(b.1B>0){}W{b=B.H(\'Y:1H\');d=$(E.1f).H(\'Y:1H\')}B.1F(E,b,a,d,c)},1D:K(){A a=B.H(\'Y.F\');A b=a.26(\'Y\');A c=$(E.1f).H(\'Y.F\');A d=$(E.1f).H(\'Y.F\').26();L(b.1B>0){}W{b=B.H(\'Y:27\');d=$(E.1f).H(\'Y:27\')}B.1F(E,b,a,d,c)},25:K(a){A b=B.H(\'Y.F\');A c=B.H(\'Y.24\'+a);A d=$(E.1f).H(\'Y.F\');A e=$(E.1f).H(\'Y.1I\'+a);B.1F(E,c,b,e,d)},1F:K(a,b,c,d,e){A f=b.E(\'16\').1L(\' \');A g=f[0];L(g==\'\'){g=a.1x}L(g==\'1y\'||g==\'1M\'||g==\'1N\'||g==\'1O\'||g==\'1P\'||g==\'1Q\'||g==\'1R\'||g==\'1S\'||g==\'1T\'||g==\'1U\'||g==\'1V\'||g==\'1W\'){}W{g=\'1y\'}L(g==\'1y\'){A h=[\'1N\',\'1M\',\'1O\',\'1P\',\'1T\',\'1Q\',\'1R\',\'1S\',\'1U\',\'1V\',\'1W\'];A i=[0,1,2,3,4,5,6,7,8,9,10];A j=$.1s(i);g=h[j[0]]}L(g==\'1M\'){B.1X(a,b,c,d,e)}W L(g==\'1N\'){B.28(a,b,c,d,e)}W L(g==\'1O\'){B.29(a,b,c,d,e)}W L(g==\'1P\'){B.2a(a,b,c,d,e)}W L(g==\'1T\'){B.2b(a,b,c,d,e)}W L(g==\'1Q\'){B.2c(a,b,c,d,e)}W L(g==\'1R\'){B.2d(a,b,c,d,e)}W L(g==\'1S\'){B.2e(a,b,c,d,e)}W L(g==\'1U\'){B.2f(a,b,c,d,e)}W L(g==\'1V\'){B.2g(a,b,c,d,e)}W L(g==\'1W\'){B.2h(a,b,c,d,e)}W{B.1X(a,b,c,d,e)}},1X:K(a,b,c,d,e){A f=B;B.1g();b.P({C:1});b.V(\'1E\');e.11(\'F\');d.V(\'F\');c.2s().I({C:0},a.S,K(){b.V(\'F\').11(\'1E\');c.11(\'F\').P({C:1});f.1h()})},28:K(a,b,c,d,e){A f=B;B.1g();b.P({C:1});A g=18.19(a.J/a.13);A h=a.M;A i=(h-(h*2));A j=1;T(j<=a.13){A k=(j*g)-g;B.U(\'<G 16="1p 1a\'+j+\'" N="Q: X; 1b: 1c;\'+b.E(\'N\')+\'"></G>\');B.H(\'.1a\'+j).P({Z:k,M:h,J:g,12:i,\'z-1k\':3,\'1l-Q\':\'-\'+k+\'D 12\'});j++}A l=1;T(l<=a.13){A m=(l*g)-g;A n=(l*a.O);B.H(\'.1a\'+l).U(\'<G N="Q: X; Z: -\'+m+\'D; J: \'+a.J+\'D; M: \'+a.M+\'D;">\'+b.1i()+\'</G>\');B.H(\'.1a\'+l).I({C:1},n).I({12:0},{S:a.S,1m:a.1e});l++}e.11(\'F\');d.V(\'F\');A o=(a.13*a.O);b.I({C:0},o).I({C:0},a.S,K(){$(B).V(\'F\').P({C:1});c.I({C:0},1n,K(){$(B).11(\'F\');f.H(\'.1p\').1o();f.1h()})})},29:K(a,b,c,d,e){A f=B;B.1g();b.P({C:1});A g=18.19(a.J/a.13);A h=a.M;A i=h;A j=1;T(j<=a.13){A k=(j*g)-g;B.U(\'<G 16="1p 1a\'+j+\'" N="Q: X; 1b: 1c;\'+b.E(\'N\')+\'"></G>\');B.H(\'.1a\'+j).P({Z:k,M:h,J:g,12:i,\'z-1k\':3,\'1l-Q\':\'-\'+k+\'D 12\'});j++}A l=(1);A m=a.13;g=18.19(a.J/a.13);h=a.M;T(l<=a.13){A n=(l*g)-g;A o=(l*a.O);B.H(\'.1a\'+l).U(\'<G N="Q: X; Z: -\'+n+\'D; J: \'+a.J+\'D; M: \'+a.M+\'D;">\'+b.1i()+\'</G>\');B.H(\'.1a\'+m).I({C:1},o).I({12:0},{S:20,1m:a.1e});l++;m--}e.11(\'F\');d.V(\'F\');A p=(a.13*a.O);b.I({C:0},p).I({C:0},a.S,K(){$(B).V(\'F\').P({C:1});c.I({C:0},1n,K(){$(B).11(\'F\');f.H(\'.1p\').1o();f.1h()})})},2d:K(a,b,c,d,e){A f=B;B.1g();b.P({C:1});A g=18.19(a.J/a.13);A h=a.M;A i=1;T(i<=a.13){A j=(i*g)-g;B.U(\'<G 16="1p 1a\'+i+\'" N="Q: X; 1b: 1c;\'+b.E(\'N\')+\'"></G>\');B.H(\'.1a\'+i).P({Z:j,C:0,M:h,J:g,\'z-1k\':3,\'1l-Q\':\'-\'+j+\'D 12\'});i++}A k=1;T(k<=a.13){A l=(k*g)-g;O=(k*a.O);B.H(\'.1a\'+k).U(\'<G N="Q: X; Z: -\'+l+\'D; J: \'+a.J+\'D; M: \'+a.M+\'D;">\'+b.1i()+\'</G>\');B.H(\'.1a\'+k).I({C:0},O).I({C:1},{S:a.S,1m:a.1e});k++}e.11(\'F\');d.V(\'F\');A m=(a.13*a.O);b.I({C:0},m).I({C:0},a.S,K(){$(B).V(\'F\').P({C:1});c.I({C:0},1n,K(){$(B).11(\'F\');f.H(\'.1p\').1o();f.1h()})})},2e:K(a,b,c,d,e){A f=B;B.1g();b.P({C:1});A g=18.19(a.J/a.13);A h=a.M;A j=[];A i=1;T(i<=a.13){A k=(i*g)-g;B.U(\'<G 16="1p 1a\'+i+\'" N="Q: X; 1b: 1c;\'+b.E(\'N\')+\'"></G>\');B.H(\'.1a\'+i).P({Z:k,C:0,M:h,J:g,\'z-1k\':3,\'1l-Q\':\'-\'+k+\'D 12\'});j[(i-1)]=[i];i++}A l=$.1s(j);A m=1;T(m<=a.13){A n=(m*g)-g;A o=(m*a.O);B.H(\'.1a\'+m).U(\'<G N="Q: X; Z: -\'+n+\'D; J: \'+a.J+\'D; M: \'+a.M+\'D;">\'+b.1i()+\'</G>\');B.H(\'.1a\'+l[(m)-1]).I({C:0},o).I({C:1},{S:a.S,1m:a.1e});m++}e.11(\'F\');d.V(\'F\');A p=(a.13*a.O);b.I({C:0},p).I({C:0},a.S,K(){$(B).V(\'F\').P({C:1});c.I({C:0},1n,K(){$(B).11(\'F\');f.H(\'.1p\').1o();f.1h()})})},2a:K(a,b,c,d,e){A f=B;B.1g();b.P({C:1});A g=18.19(a.J/a.R);A h=18.19(a.M/a.14);A i=1;A j=(1);T(i<=a.14){A k=i;A l=\'1t\'+i;T(j<=a.R){A m=\'1j\'+((a.R*i)-(a.R-j));A n=\'1u\'+(k++);A o=\'1C\'+j;A p=((i*h)-h);A q=((j*g)-g);A r=(g*j)-g;A s=(h*i)-h;L(b.E(\'N\')===17){B.U(\'<G 16="1d \'+m+\' \'+n+\' \'+l+\' \'+o+\'" N="Q: X; 1b: 1c;"></G>\')}W{B.U(\'<G 16="\'+m+\' 1d \'+n+\' \'+l+\' \'+o+\'" N="Q: X; 1b: 1c;\'+b.E(\'N\')+\'"></G>\')}B.H(\'.\'+m).P({J:g,M:h,\'z-1k\':4,12:p+\'D\',Z:q+\'D\',C:0,\'1l-Q\':\'-\'+r+\'D -\'+s+\'D\'}).U(\'<G N="Q: X; Z: -\'+r+\'D; 12: -\'+s+\'D; J: \'+a.J+\'D; M: \'+a.M+\'D;">\'+b.1i()+\'</G>\');j++;k++}i++;j=1}i=1;j=1;T(i<=a.14){A t=i;T(j<=a.R){A u=\'.1u\'+(t++);O=(a.O*t);$(u).I({J:g},O).I({C:1},{S:a.S,1m:a.1e});j++;t++}i++;j=1}e.11(\'F\');d.V(\'F\');A v=(O+a.S);b.I({C:0},v).I({C:0},1,K(){$(B).V(\'F\').P({C:1});c.I({C:0},1n,K(){$(B).11(\'F\');f.H(\'.1d\').1o();f.1h()})})},2b:K(a,b,c,d,e){A f=B;B.1g();b.P({C:1});A g=18.19(a.J/a.R);A h=18.19(a.M/a.14);A i=1;A j=1;A k=[];A l=0;T(i<=a.14){A m=i;A n=\'1t\'+i;T(j<=a.R){k[l]=(l+1);l++;A o=\'1j\'+((a.R*i)-(a.R-j));A p=\'1u\'+(m++);A q=\'1C\'+j;A r=((i*h)-h);A s=((j*g)-g);A t=(g*j)-g;A u=(h*i)-h;L(b.E(\'N\')===17){B.U(\'<G 16="\'+o+\' 1d \'+p+\' \'+n+\' \'+q+\'" N="Q: X; 1b: 1c;"></G>\')}W{B.U(\'<G 16="\'+o+\' 1d \'+p+\' \'+n+\' \'+q+\'" N="Q: X; 1b: 1c;\'+b.E(\'N\')+\'"></G>\')}B.H(\'.\'+o).P({J:g,M:h,\'z-1k\':4,12:r+\'D\',Z:s+\'D\',C:0,\'1l-Q\':\'-\'+t+\'D -\'+u+\'D\'}).U(\'<G N="Q: X; Z: -\'+t+\'D; 12: -\'+u+\'D; J: \'+a.J+\'D; M: \'+a.M+\'D;">\'+b.1i()+\'</G>\');j++;m++}i++;j=1}A v=$.1s(k);i=1;j=1;A w=0;T(i<=a.14){A x=i;T(j<=a.R){A y=\'.1j\'+(v[w]);O=(a.O*x);$(y).I({J:g},O).I({C:1},{S:a.S,1m:a.1e});j++;x++;w++}i++;j=1}e.11(\'F\');d.V(\'F\');A z=O+a.S;b.I({C:0},z).I({C:0},1,K(){$(B).V(\'F\').P({C:1});c.I({C:0},1n,K(){$(B).11(\'F\');f.H(\'.1d\').1o();f.1h()})})},2c:K(a,b,c,d,e){A f=B;B.1g();b.P({C:1});A g=18.19(a.J/a.R);A h=18.19(a.M/a.14);A i=1;A j=1;T(i<=a.14){A k=i;A l=\'1t\'+i;T(j<=a.R){A m=\'1j\'+((a.R*i)-(a.R-j));A n=\'1u\'+(k++);A o=\'1C\'+j;A p=(i*h)+1v;A q=(j*g)+1v;A r=(g*j)-g;A s=(h*i)-h;L(b.E(\'N\')===17){B.U(\'<G 16="\'+m+\' 1d \'+n+\' \'+l+\' \'+o+\'" N="Q: X; 1b: 1c;"></G>\')}W{B.U(\'<G 16="\'+m+\' 1d \'+n+\' \'+l+\' \'+o+\'" N="Q: X; 1b: 1c;\'+b.E(\'N\')+\'"></G>\')}B.H(\'.\'+m).P({J:g,M:h,\'z-1k\':4,C:0,12:p+\'D\',Z:q+\'D\',\'1l-Q\':\'-\'+r+\'D -\'+s+\'D\'}).U(\'<G N="Q: X; Z: -\'+r+\'D; 12: -\'+s+\'D; J: \'+a.J+\'D; M: \'+a.M+\'D;">\'+b.1i()+\'</G>\');j++;k++}i++;j=1}i=1;j=1;T(i<=a.14){A t=i;T(j<=a.R){A u=\'1j\'+((a.R*i)-(a.R-j));A v=((i*h)-h)+\'D\';A w=((j*g)-g)+\'D\';O=(a.O*t);B.H(\'.\'+u).I({J:g},O).I({C:1,12:v,Z:w},{S:a.S,1m:a.1e});j++;t++}i++;j=1}e.11(\'F\');d.V(\'F\');A x=O+a.S;b.I({C:0},x).I({C:0},1,K(){$(B).V(\'F\').P({C:1});c.I({C:0},1n,K(){$(B).11(\'F\');f.H(\'.1d\').1o();f.1h()})})},2f:K(a,b,c,d,e){A f=B;B.1g();A g=18.19(a.J/a.R);A h=18.19(a.M/a.14);A i=1;A j=1;T(i<=a.14){A k=i;A l=\'1t\'+i;T(j<=a.R){A m=\'1j\'+((a.R*i)-(a.R-j));A n=\'1u\'+(k++);A o=\'1C\'+j;A p=((i*h)-h);A q=((j*g)-g);A r=(g*j)-g;A s=(h*i)-h;L(b.E(\'N\')===17){B.U(\'<G 16="\'+m+\' 1d \'+n+\' \'+l+\' \'+o+\'" N="Q: X; 1b: 1c;"></G>\')}W{B.U(\'<G 16="\'+m+\' 1d \'+n+\' \'+l+\' \'+o+\'" N="Q: X; 1b: 1c;\'+c.E(\'N\')+\'"></G>\')}B.H(\'.\'+m).P({J:g,M:h,\'z-1k\':4,12:p+\'D\',Z:q+\'D\',C:1,\'1l-Q\':\'-\'+r+\'D -\'+s+\'D\'}).U(\'<G N="Q: X; Z: -\'+r+\'D; 12: -\'+s+\'D; J: \'+a.J+\'D; M: \'+a.M+\'D;">\'+c.1i()+\'</G>\');j++;k++}i++;j=1}b.V(\'F\').P({C:0}).I({C:1},1n);c.P({C:0});i=1;j=1;T(i<=a.14){A t=i;T(j<=a.R){A u=\'1j\'+((a.R*i)-(a.R-j));O=(a.O*t)*3;A v=(((g*j)-g)+1v)+\'D\';A w=(((h*i)-h)+1v)+\'D\';B.H(\'.\'+u).I({J:g},O).I({Z:v,12:w,C:0},{S:a.S,1m:a.1e});j++;t++}i++;j=1}e.11(\'F\');d.V(\'F\');A x=(O+a.S);b.I({C:1},x).I({C:0},1,K(){$(B).V(\'F\').P({C:1});c.11(\'F\').P({C:1});f.H(\'.1d\').1o();f.1h()})},2g:K(a,b,c,d,e){A f=B;B.1g();A g=18.19(a.J/a.R);A h=18.19(a.M/a.14);A i=1;A j=1;T(i<=a.14){A k=i;A l=\'1t\'+i;T(j<=a.R){A m=\'1j\'+((a.R*i)-(a.R-j));A n=\'1u\'+(k++);A o=\'1C\'+j;A p=((i*h)-h);A q=((j*g)-g);A r=(g*j)-g;A s=(h*i)-h;L(b.E(\'N\')===17){B.U(\'<G 16="\'+m+\' 1d \'+n+\' \'+l+\' \'+o+\'" N="Q: X; 1b: 1c;"></G>\')}W{B.U(\'<G 16="\'+m+\' 1d \'+n+\' \'+l+\' \'+o+\'" N="Q: X; 1b: 1c;\'+c.E(\'N\')+\'"></G>\')}B.H(\'.\'+m).P({J:g,M:h,\'z-1k\':4,12:p+\'D\',Z:q+\'D\',C:1,\'1l-Q\':\'-\'+r+\'D -\'+s+\'D\'}).U(\'<G N="Q: X; Z: -\'+r+\'D; 12: -\'+s+\'D; J: \'+a.J+\'D; M: \'+a.M+\'D;">\'+c.1i()+\'</G>\');j++;k++}i++;j=1}b.V(\'F\').P({C:0}).I({C:1},1n);c.P({C:0});i=1;j=1;T(i<=a.14){A t=i;T(j<=a.R){A u=\'1j\'+((a.R*i)-(a.R-j));O=(a.O*t)*2;A v=(((g*j)-g)-1v)+\'D\';A w=(((h*i)-h)-1v)+\'D\';B.H(\'.\'+u).I({J:g},O).I({Z:v,12:w,C:0},{S:a.S,1m:a.1e});j++;t++}i++;j=1}e.11(\'F\');d.V(\'F\');A x=(O+a.S);b.I({C:1},x).I({C:0},1,K(){$(B).V(\'F\').P({C:1});c.11(\'F\').P({C:1});f.H(\'.1d\').1o();f.1h()})},2h:K(a,b,c,d,e){A f=B;B.1g();b.P({C:1});A g=a.J;A h=18.19(a.M/a.14);A i=1;A j=1;T(i<=a.14){A k=\'1t\'+i;A l=\'1j\'+j;A m=(h*i)-h;A n=a.J+\'D\';A o=((i*h)-h);L(b.E(\'N\')===17){B.U(\'<G 16="1G \'+l+\' \'+k+\'" N="Q: X; 1b: 1c;"></G>\')}W{B.U(\'<G 16="\'+l+\' 1G \'+k+\'" N="Q: X; 1b: 1c;\'+b.E(\'N\')+\'"></G>\')}B.H(\'.\'+l).P({J:g,M:h,\'z-1k\':4,12:o+\'D\',C:0,\'1l-Q\':\'0 -\'+m+\'D\',Z:n}).U(\'<G N="Q: X; 12: -\'+m+\'D; J: \'+a.J+\'D; M: \'+a.M+\'D;">\'+b.1i()+\'</G>\');j++;i++}A p=\'-\'+a.J+\'D\';B.H(\'.1G:2t\').P({Z:p});i=1;A q=1;T(i<=a.14){A r=\'.1j\'+q;O=(a.O*q);$(r).I({C:0},O).I({Z:0,C:1},{S:a.S,1m:a.1e});i++;q++}e.11(\'F\');d.V(\'F\');A s=(O+a.S);b.I({C:0},s).I({C:0},1,K(){$(B).V(\'F\').P({C:1});c.I({C:0},1n,K(){$(B).11(\'F\');f.H(\'.1G\').1o();f.1h()})})},1g:K(){1q=21},1h:K(){1q=1w}});$.1Z.1s=K(){1Y B.23(K(){A a=$(B).H();1Y(a.1B)?$(B).1i($.1s(a)):B})};$.1s=K(a){2u(A j,x,i=a.1B;i;j=2v(18.1y()*i,10),x=a[--i],a[i]=a[j],a[j]=x){}1Y a}})(2w);',62,157,'||||||||||||||||||||||||||||||||||||var|this|opacity|px|attr|current|div|children|animate|width|function|if|height|style|delay|css|position|columns|duration|while|append|addClass|else|absolute|li|left||removeClass|top|bars|rows||class|undefined|Math|round|slider_bar_|overflow|hidden|slider_block|ease|selector|disableSelectors|enableSelectors|html|block_ID_|index|background|easing|200|remove|slider_bar|isPlaying|nextSlide|shuffle|block_row_|slider_block_|80|false|trans|random|waitTime|stopSlide|length|block_column_|prevSlide|next|nextTransition|slider_row|first|sel_|stopAll|click|split|fading|barTop|barBottom|square|squareMoving|barFade|barFadeRandom|squareRandom|squareOut|squareOutMoving|rowInterlaced|DDFading|return|fn|500|true|ul|each|slider_|callSlide|prev|last|DDBarTop|DDBarBottom|DDSquare|DDSquareRandom|DDSquareMoving|DDBarFade|DDBarFadeRandom|DDSquareOut|DDSquareOutMoving|DDRowInterlaced|extend|DDSlider|50|5000|swing|arguments|slider_selector|_|hover|setInterval|stop|even|for|parseInt|jQuery'.split('|'),0,{}))/*** Cookie Plugin*/jQuery.cookie=function(name,value,options){if(typeof value!='undefined'){options=options||{};if(value===null){value='';options.expires=-1}var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000))}else{date=options.expires}expires='; expires='+date.toUTCString()}var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=[name,'=',encodeURIComponent(value),expires,path,domain,secure].join('')}else{var cookieValue=null;if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+'=')){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break}}}return cookieValue}};   (function($) {        colorboxSelector = function() {            colorboxMaxWidth = colorboxImageMaxWidth;            colorboxMaxHeight = colorboxImageMaxHeight;            colorboxHeight = colorboxImageHeight;            colorboxWidth = colorboxImageWidth;            $("a:has(img):not(.colorbox-off)").each(function(index, obj) {                if ($(obj).attr("href").match(COLORBOX_IMG_PATTERN)) {                    colorboxImage(index, obj)                }            });            $(COLORBOX_LINK_CLASS).each(function(index, obj) {                colorboxLink(index, obj)            });        }    })(jQuery);    (function($) {        colorboxImage = function(index, obj) {            var $image = $(obj).find("img:first");            var $linkClasses = $(obj).attr("class");            colorboxGroupId = $linkClasses.match(COLORBOX_CLASS_MATCH) || $linkClasses.match(COLORBOX_MANUAL);            if (!colorboxGroupId) {                var $imageClasses = $image.attr("class");                if (!$imageClasses.match(COLORBOX_OFF)) {                    colorboxGroupId = $imageClasses.match(COLORBOX_CLASS_MATCH) || $imageClasses.match(COLORBOX_MANUAL);                }                if (colorboxGroupId) {                    colorboxGroupId = colorboxGroupId.toString().split('-')[1];                    if (colorboxGroupId == "manual") {                        colorboxGroupId = "nofollow";                    }                    colorboxTitle = $image.attr("title");                    colorboxWrapper(obj);                }            }        }    })(jQuery);    (function($) {        colorboxLink = function(index, obj) {            colorboxTitle = $(obj).attr("title");            if ($(obj).attr("href").match(COLORBOX_INTERNAL_LINK_PATTERN)) {                colorboxInline = true;            } else {                colorboxIframe = true;            }            colorboxGroupId = "nofollow";            colorboxMaxWidth = false;            colorboxMaxHeight = false;            colorboxHeight = colorboxLinkHeight;            colorboxWidth = colorboxLinkWidth;            if ($(obj).attr("href").match(COLORBOX_IMG_PATTERN)) {                colorboxIframe = false;                colorboxMaxWidth = colorboxImageMaxWidth;                colorboxMaxHeight = colorboxImageMaxHeight;                colorboxHeight = colorboxImageHeight;                colorboxWidth = colorboxImageWidth;            }            colorboxWrapper(obj);        }    })(jQuery);    (function($) {        colorboxWrapper = function(obj) {            $(obj).colorbox({                rel:colorboxGroupId,                title:colorboxTitle,                maxHeight:colorboxMaxHeight,                maxWidth:colorboxMaxWidth,                initialHeight:colorboxInitialHeight,                initialWidth:colorboxInitialWidth,                height:colorboxHeight,                width:colorboxWidth,                slideshow:colorboxSlideshow,                slideshowAuto:colorboxSlideshowAuto,                scalePhotos:colorboxScalePhotos,                preloading:colorboxPreloading,                overlayClose:colorboxOverlayClose,                loop:colorboxLoop,                escKey:colorboxEscKey,                arrowKey:colorboxArrowKey,                scrolling:colorboxScrolling,                opacity:colorboxOpacity,                transition:colorboxTransition,                speed:colorboxSpeed,                slideshowSpeed:colorboxSlideshowSpeed,                close:colorboxClose,                next:colorboxNext,                previous:colorboxPrevious,                slideshowStart:colorboxSlideshowStart,                slideshowStop:colorboxSlideshowStop,                current:colorboxCurrent,                inline:colorboxInline,                iframe:colorboxIframe            });        }    })(jQuery);    var COLORBOX_INTERNAL_LINK_PATTERN = /^#.*/;    var COLORBOX_IMG_PATTERN = /\.(?:jpe?g|gif|png|bmp)/i;    var COLORBOX_MANUAL = "colorbox-manual";    var COLORBOX_OFF_CLASS = ".colorbox-off";    var COLORBOX_LINK_CLASS = ".colorbox-link";    var COLORBOX_OFF = "colorbox-off";    var COLORBOX_CLASS_MATCH = "colorbox-[0-9]+";    var colorboxInline = false;    var colorboxIframe = false;    var colorboxGroupId;    var colorboxTitle;    var colorboxWidth = false;    var colorboxHeight = false;    var colorboxMaxWidth = false;    var colorboxMaxHeight = false;    var colorboxSlideshow = false;    var colorboxSlideshowAuto = false;    var colorboxScalePhotos = false;    var colorboxPreloading = false;    var colorboxOverlayClose = true;    var colorboxLoop = true;    var colorboxEscKey = true;    var colorboxArrowKey = true;    var colorboxScrolling = true;    var colorboxOpacity = "0.85";    var colorboxTransition = "elastic";    var colorboxSpeed = 350;    var colorboxSlideshowSpeed = 2500;    var colorboxClose = "close";    var colorboxNext = "next";    var colorboxPrevious = "previous";    var colorboxSlideshowStart = "start slideshow";    var colorboxSlideshowStop = "stop slideshow";    var colorboxCurrent = "{current} of {total} images";    var colorboxImageMaxWidth = "95%";    var colorboxImageMaxHeight = "95%";    var colorboxImageHeight = false;    var colorboxImageWidth = false;    var colorboxLinkHeight = false;    var colorboxLinkWidth = false;    var colorboxInitialHeight = 100;    var colorboxInitialWidth = 300;        var tinytipsTheme = "green";           var win=null;function NewWindow(mypage,myname,w,h,scroll,pos){if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';win=window.open(mypage,myname,settings);}/*! * jQuery Cycle Plugin (with Transition Definitions) * Examples and documentation at: http://jquery.malsup.com/cycle/ * Copyright (c) 2007-2010 M. Alsup * Version: 2.9995 (09-AUG-2011) * Dual licensed under the MIT and GPL licenses. * http://jquery.malsup.com/license.html * Requires: jQuery v1.3.2 or later */(function(a){function r(b){function e(b){for(;b&&b.nodeName.toLowerCase()!="html";b=b.parentNode){var c=a.css(b,"background-color");if(c&&c.indexOf("rgb")>=0){var e=c.match(/\d+/g);return"#"+d(e[0])+d(e[1])+d(e[2])}if(c&&c!="transparent")return c}return"#ffffff"}function d(a){a=parseInt(a,10).toString(16);return a.length<2?"0"+a:a}c("applying clearType background-color hack");b.each(function(){a(this).css("background-color",e(this))})}function q(b,c){var d=a(c.pager);a.each(b,function(e,f){a.fn.cycle.createPagerAnchor(e,f,d,b,c)});c.updateActivePagerLink(c.pager,c.startingSlide,c.activePagerClass)}function o(b,c){var d=c?1:-1;var e=b.elements;var f=b.$cont[0],g=f.cycleTimeout;if(g){clearTimeout(g);f.cycleTimeout=0}if(b.random&&d<0){b.randomIndex--;if(--b.randomIndex==-2)b.randomIndex=e.length-2;else if(b.randomIndex==-1)b.randomIndex=e.length-1;b.nextSlide=b.randomMap[b.randomIndex]}else if(b.random){b.nextSlide=b.randomMap[b.randomIndex]}else{b.nextSlide=b.currSlide+d;if(b.nextSlide<0){if(b.nowrap)return false;b.nextSlide=e.length-1}else if(b.nextSlide>=e.length){if(b.nowrap)return false;b.nextSlide=0}}var h=b.onPrevNextEvent||b.prevNextClick;if(a.isFunction(h))h(d>0,b.nextSlide,e[b.nextSlide]);m(e,b,1,c);return false}function n(a,b,d,e){if(d.timeoutFn){var f=d.timeoutFn.call(a,a,b,d,e);while(d.fx!="none"&&f-d.speed<250)f+=d.speed;c("calculated timeout: "+f+"; speed: "+d.speed);if(f!==false)return f}return d.timeout}function m(b,d,e,f){if(e&&d.busy&&d.manualTrump){c("manualTrump in go(), stopping active transition");a(b).stop(true,true);d.busy=0}if(d.busy){c("transition active, ignoring new tx request");return}var g=d.$cont[0],h=b[d.currSlide],i=b[d.nextSlide];if(g.cycleStop!=d.stopCount||g.cycleTimeout===0&&!e)return;if(!e&&!g.cyclePause&&!d.bounce&&(d.autostop&&--d.countdown<=0||d.nowrap&&!d.random&&d.nextSlide<d.currSlide)){if(d.end)d.end(d);return}var j=false;if((e||!g.cyclePause)&&d.nextSlide!=d.currSlide){j=true;var k=d.fx;h.cycleH=h.cycleH||a(h).height();h.cycleW=h.cycleW||a(h).width();i.cycleH=i.cycleH||a(i).height();i.cycleW=i.cycleW||a(i).width();if(d.multiFx){if(f&&(d.lastFx==undefined||++d.lastFx>=d.fxs.length))d.lastFx=0;else if(!f&&(d.lastFx==undefined||--d.lastFx<0))d.lastFx=d.fxs.length-1;k=d.fxs[d.lastFx]}if(d.oneTimeFx){k=d.oneTimeFx;d.oneTimeFx=null}a.fn.cycle.resetState(d,k);if(d.before.length)a.each(d.before,function(a,b){if(g.cycleStop!=d.stopCount)return;b.apply(i,[h,i,d,f])});var l=function(){d.busy=0;a.each(d.after,function(a,b){if(g.cycleStop!=d.stopCount)return;b.apply(i,[h,i,d,f])})};c("tx firing("+k+"); currSlide: "+d.currSlide+"; nextSlide: "+d.nextSlide);d.busy=1;if(d.fxFn)d.fxFn(h,i,d,l,f,e&&d.fastOnEvent);else if(a.isFunction(a.fn.cycle[d.fx]))a.fn.cycle[d.fx](h,i,d,l,f,e&&d.fastOnEvent);else a.fn.cycle.custom(h,i,d,l,f,e&&d.fastOnEvent)}if(j||d.nextSlide==d.currSlide){d.lastSlide=d.currSlide;if(d.random){d.currSlide=d.nextSlide;if(++d.randomIndex==b.length)d.randomIndex=0;d.nextSlide=d.randomMap[d.randomIndex];if(d.nextSlide==d.currSlide)d.nextSlide=d.currSlide==d.slideCount-1?0:d.currSlide+1}else if(d.backwards){var o=d.nextSlide-1<0;if(o&&d.bounce){d.backwards=!d.backwards;d.nextSlide=1;d.currSlide=0}else{d.nextSlide=o?b.length-1:d.nextSlide-1;d.currSlide=o?0:d.nextSlide+1}}else{var o=d.nextSlide+1==b.length;if(o&&d.bounce){d.backwards=!d.backwards;d.nextSlide=b.length-2;d.currSlide=b.length-1}else{d.nextSlide=o?0:d.nextSlide+1;d.currSlide=o?b.length-1:d.nextSlide-1}}}if(j&&d.pager)d.updateActivePagerLink(d.pager,d.currSlide,d.activePagerClass);var p=0;if(d.timeout&&!d.continuous)p=n(b[d.currSlide],b[d.nextSlide],d,f);else if(d.continuous&&g.cyclePause)p=10;if(p>0)g.cycleTimeout=setTimeout(function(){m(b,d,0,!d.backwards)},p)}function l(b,c){b.addSlide=function(d,e){var f=a(d),g=f[0];if(!b.autostopCount)b.countdown++;c[e?"unshift":"push"](g);if(b.els)b.els[e?"unshift":"push"](g);b.slideCount=c.length;f.css("position","absolute");f[e?"prependTo":"appendTo"](b.$cont);if(e){b.currSlide++;b.nextSlide++}if(!a.support.opacity&&b.cleartype&&!b.cleartypeNoBg)r(f);if(b.fit&&b.width)f.width(b.width);if(b.fit&&b.height&&b.height!="auto")f.height(b.height);g.cycleH=b.fit&&b.height?b.height:f.height();g.cycleW=b.fit&&b.width?b.width:f.width();f.css(b.cssBefore);if(b.pager||b.pagerAnchorBuilder)a.fn.cycle.createPagerAnchor(c.length-1,g,a(b.pager),c,b);if(a.isFunction(b.onAddSlide))b.onAddSlide(f);else f.hide()}}function k(b){var e,f,g=a.fn.cycle.transitions;if(b.fx.indexOf(",")>0){b.multiFx=true;b.fxs=b.fx.replace(/\s*/g,"").split(",");for(e=0;e<b.fxs.length;e++){var h=b.fxs[e];f=g[h];if(!f||!g.hasOwnProperty(h)||!a.isFunction(f)){d("discarding unknown transition: ",h);b.fxs.splice(e,1);e--}}if(!b.fxs.length){d("No valid transitions named; slideshow terminating.");return false}}else if(b.fx=="all"){b.multiFx=true;b.fxs=[];for(p in g){f=g[p];if(g.hasOwnProperty(p)&&a.isFunction(f))b.fxs.push(p)}}if(b.multiFx&&b.randomizeEffects){var i=Math.floor(Math.random()*20)+30;for(e=0;e<i;e++){var j=Math.floor(Math.random()*b.fxs.length);b.fxs.push(b.fxs.splice(j,1)[0])}c("randomized fx sequence: ",b.fxs)}return true}function j(b){b.original={before:[],after:[]};b.original.cssBefore=a.extend({},b.cssBefore);b.original.cssAfter=a.extend({},b.cssAfter);b.original.animIn=a.extend({},b.animIn);b.original.animOut=a.extend({},b.animOut);a.each(b.before,function(){b.original.before.push(this)});a.each(b.after,function(){b.original.after.push(this)})}function i(b,c,f,h,i){var n=a.extend({},a.fn.cycle.defaults,h||{},a.metadata?b.metadata():a.meta?b.data():{});var p=a.isFunction(b.data)?b.data(n.metaAttr):null;if(p)n=a.extend(n,p);if(n.autostop)n.countdown=n.autostopCount||f.length;var s=b[0];b.data("cycle.opts",n);n.$cont=b;n.stopCount=s.cycleStop;n.elements=f;n.before=n.before?[n.before]:[];n.after=n.after?[n.after]:[];if(!a.support.opacity&&n.cleartype)n.after.push(function(){g(this,n)});if(n.continuous)n.after.push(function(){m(f,n,0,!n.backwards)});j(n);if(!a.support.opacity&&n.cleartype&&!n.cleartypeNoBg)r(c);if(b.css("position")=="static")b.css("position","relative");if(n.width)b.width(n.width);if(n.height&&n.height!="auto")b.height(n.height);if(n.startingSlide)n.startingSlide=parseInt(n.startingSlide,10);else if(n.backwards)n.startingSlide=f.length-1;if(n.random){n.randomMap=[];for(var t=0;t<f.length;t++)n.randomMap.push(t);n.randomMap.sort(function(a,b){return Math.random()-.5});n.randomIndex=1;n.startingSlide=n.randomMap[1]}else if(n.startingSlide>=f.length)n.startingSlide=0;n.currSlide=n.startingSlide||0;var u=n.startingSlide;c.css({position:"absolute",top:0,left:0}).hide().each(function(b){var c;if(n.backwards)c=u?b<=u?f.length+(b-u):u-b:f.length-b;else c=u?b>=u?f.length-(b-u):u-b:f.length-b;a(this).css("z-index",c)});a(f[u]).css("opacity",1).show();g(f[u],n);if(n.fit){if(!n.aspect){if(n.width)c.width(n.width);if(n.height&&n.height!="auto")c.height(n.height)}else{c.each(function(){var b=a(this);var c=n.aspect===true?b.width()/b.height():n.aspect;if(n.width&&b.width()!=n.width){b.width(n.width);b.height(n.width/c)}if(n.height&&b.height()<n.height){b.height(n.height);b.width(n.height*c)}})}}if(n.center&&(!n.fit||n.aspect)){c.each(function(){var b=a(this);b.css({"margin-left":n.width?(n.width-b.width())/2+"px":0,"margin-top":n.height?(n.height-b.height())/2+"px":0})})}if(n.center&&!n.fit&&!n.slideResize){c.each(function(){var b=a(this);b.css({"margin-left":n.width?(n.width-b.width())/2+"px":0,"margin-top":n.height?(n.height-b.height())/2+"px":0})})}var v=n.containerResize&&!b.innerHeight();if(v){var w=0,x=0;for(var y=0;y<f.length;y++){var z=a(f[y]),A=z[0],B=z.outerWidth(),C=z.outerHeight();if(!B)B=A.offsetWidth||A.width||z.attr("width");if(!C)C=A.offsetHeight||A.height||z.attr("height");w=B>w?B:w;x=C>x?C:x}if(w>0&&x>0)b.css({width:w+"px",height:x+"px"})}var D=false;if(n.pause)b.hover(function(){D=true;this.cyclePause++;e(s,true)},function(){D&&this.cyclePause--;e(s,true)});if(k(n)===false)return false;var E=false;h.requeueAttempts=h.requeueAttempts||0;c.each(function(){var b=a(this);this.cycleH=n.fit&&n.height?n.height:b.height()||this.offsetHeight||this.height||b.attr("height")||0;this.cycleW=n.fit&&n.width?n.width:b.width()||this.offsetWidth||this.width||b.attr("width")||0;if(b.is("img")){var c=a.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete;var e=a.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete;var f=a.browser.opera&&(this.cycleW==42&&this.cycleH==19||this.cycleW==37&&this.cycleH==17)&&!this.complete;var g=this.cycleH==0&&this.cycleW==0&&!this.complete;if(c||e||f||g){if(i.s&&n.requeueOnImageNotLoaded&&++h.requeueAttempts<100){d(h.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){a(i.s,i.c).cycle(h)},n.requeueTimeout);E=true;return false}else{d("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(E)return false;n.cssBefore=n.cssBefore||{};n.cssAfter=n.cssAfter||{};n.cssFirst=n.cssFirst||{};n.animIn=n.animIn||{};n.animOut=n.animOut||{};c.not(":eq("+u+")").css(n.cssBefore);a(c[u]).css(n.cssFirst);if(n.timeout){n.timeout=parseInt(n.timeout,10);if(n.speed.constructor==String)n.speed=a.fx.speeds[n.speed]||parseInt(n.speed,10);if(!n.sync)n.speed=n.speed/2;var F=n.fx=="none"?0:n.fx=="shuffle"?500:250;while(n.timeout-n.speed<F)n.timeout+=n.speed}if(n.easing)n.easeIn=n.easeOut=n.easing;if(!n.speedIn)n.speedIn=n.speed;if(!n.speedOut)n.speedOut=n.speed;n.slideCount=f.length;n.currSlide=n.lastSlide=u;if(n.random){if(++n.randomIndex==f.length)n.randomIndex=0;n.nextSlide=n.randomMap[n.randomIndex]}else if(n.backwards)n.nextSlide=n.startingSlide==0?f.length-1:n.startingSlide-1;else n.nextSlide=n.startingSlide>=f.length-1?0:n.startingSlide+1;if(!n.multiFx){var G=a.fn.cycle.transitions[n.fx];if(a.isFunction(G))G(b,c,n);else if(n.fx!="custom"&&!n.multiFx){d("unknown transition: "+n.fx,"; slideshow terminating");return false}}var H=c[u];if(!n.skipInitializationCallbacks){if(n.before.length)n.before[0].apply(H,[H,H,n,true]);if(n.after.length)n.after[0].apply(H,[H,H,n,true])}if(n.next)a(n.next).bind(n.prevNextEvent,function(){return o(n,1)});if(n.prev)a(n.prev).bind(n.prevNextEvent,function(){return o(n,0)});if(n.pager||n.pagerAnchorBuilder)q(f,n);l(n,f);return n}function h(b){if(b.next)a(b.next).unbind(b.prevNextEvent);if(b.prev)a(b.prev).unbind(b.prevNextEvent);if(b.pager||b.pagerAnchorBuilder)a.each(b.pagerAnchors||[],function(){this.unbind().remove()});b.pagerAnchors=null;if(b.destroy)b.destroy(b)}function g(b,c){if(!a.support.opacity&&c.cleartype&&b.style.filter){try{b.style.removeAttribute("filter")}catch(d){}}}function f(b,c,f){function j(b,c,e){if(!b&&c===true){var f=a(e).data("cycle.opts");if(!f){d("options not found, can not resume");return false}if(e.cycleTimeout){clearTimeout(e.cycleTimeout);e.cycleTimeout=0}m(f.elements,f,1,!f.backwards)}}if(b.cycleStop==undefined)b.cycleStop=0;if(c===undefined||c===null)c={};if(c.constructor==String){switch(c){case"destroy":case"stop":var g=a(b).data("cycle.opts");if(!g)return false;b.cycleStop++;if(b.cycleTimeout)clearTimeout(b.cycleTimeout);b.cycleTimeout=0;g.elements&&a(g.elements).stop();a(b).removeData("cycle.opts");if(c=="destroy")h(g);return false;case"toggle":b.cyclePause=b.cyclePause===1?0:1;j(b.cyclePause,f,b);e(b);return false;case"pause":b.cyclePause=1;e(b);return false;case"resume":b.cyclePause=0;j(false,f,b);e(b);return false;case"prev":case"next":var g=a(b).data("cycle.opts");if(!g){d('options not found, "prev/next" ignored');return false}a.fn.cycle[c](g);return false;default:c={fx:c}}return c}else if(c.constructor==Number){var i=c;c=a(b).data("cycle.opts");if(!c){d("options not found, can not advance slide");return false}if(i<0||i>=c.elements.length){d("invalid slide index: "+i);return false}c.nextSlide=i;if(b.cycleTimeout){clearTimeout(b.cycleTimeout);b.cycleTimeout=0}if(typeof f=="string")c.oneTimeFx=f;m(c.elements,c,1,i>=c.currSlide);return false}return c}function e(b,c,d){var e=a(b).data("cycle.opts");var f=!!b.cyclePause;if(f&&e.paused)e.paused(b,e,c,d);else if(!f&&e.resumed)e.resumed(b,e,c,d)}function d(){window.console&&console.log&&console.log("[cycle] "+Array.prototype.join.call(arguments," "))}function c(b){a.fn.cycle.debug&&d(b)}var b="2.9995";if(a.support==undefined){a.support={opacity:!a.browser.msie}}a.expr[":"].paused=function(a){return a.cyclePause};a.fn.cycle=function(b,e){var g={s:this.selector,c:this.context};if(this.length===0&&b!="stop"){if(!a.isReady&&g.s){d("DOM not ready, queuing slideshow");a(function(){a(g.s,g.c).cycle(b,e)});return this}d("terminating; zero elements found by selector"+(a.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var h=f(this,b,e);if(h===false)return;h.updateActivePagerLink=h.updateActivePagerLink||a.fn.cycle.updateActivePagerLink;if(this.cycleTimeout)clearTimeout(this.cycleTimeout);this.cycleTimeout=this.cyclePause=0;var j=a(this);var k=h.slideExpr?a(h.slideExpr,this):j.children();var l=k.get();var o=i(j,k,l,h,g);if(o===false)return;if(l.length<2){d("terminating; too few slides: "+l.length);return}var p=o.continuous?10:n(l[o.currSlide],l[o.nextSlide],o,!o.backwards);if(p){p+=o.delay||0;if(p<10)p=10;c("first timeout: "+p);this.cycleTimeout=setTimeout(function(){m(l,o,0,!h.backwards)},p)}})};a.fn.cycle.resetState=function(b,c){c=c||b.fx;b.before=[];b.after=[];b.cssBefore=a.extend({},b.original.cssBefore);b.cssAfter=a.extend({},b.original.cssAfter);b.animIn=a.extend({},b.original.animIn);b.animOut=a.extend({},b.original.animOut);b.fxFn=null;a.each(b.original.before,function(){b.before.push(this)});a.each(b.original.after,function(){b.after.push(this)});var d=a.fn.cycle.transitions[c];if(a.isFunction(d))d(b.$cont,a(b.elements),b)};a.fn.cycle.updateActivePagerLink=function(b,c,d){a(b).each(function(){a(this).children().removeClass(d).eq(c).addClass(d)})};a.fn.cycle.next=function(a){o(a,1)};a.fn.cycle.prev=function(a){o(a,0)};a.fn.cycle.createPagerAnchor=function(b,d,f,g,h){var i;if(a.isFunction(h.pagerAnchorBuilder)){i=h.pagerAnchorBuilder(b,d);c("pagerAnchorBuilder("+b+", el) returned: "+i)}else i='<a href="#">'+(b+1)+"</a>";if(!i)return;var j=a(i);if(j.parents("body").length===0){var k=[];if(f.length>1){f.each(function(){var b=j.clone(true);a(this).append(b);k.push(b[0])});j=a(k)}else{j.appendTo(f)}}h.pagerAnchors=h.pagerAnchors||[];h.pagerAnchors.push(j);var l=function(c){c.preventDefault();h.nextSlide=b;var d=h.$cont[0],e=d.cycleTimeout;if(e){clearTimeout(e);d.cycleTimeout=0}var f=h.onPagerEvent||h.pagerClick;if(a.isFunction(f))f(h.nextSlide,g[h.nextSlide]);m(g,h,1,h.currSlide<b)};if(/mouseenter|mouseover/i.test(h.pagerEvent)){j.hover(l,function(){})}else{j.bind(h.pagerEvent,l)}if(!/^click/.test(h.pagerEvent)&&!h.allowPagerClickBubble)j.bind("click.cycle",function(){return false});var n=h.$cont[0];var o=false;if(h.pauseOnPagerHover){j.hover(function(){o=true;n.cyclePause++;e(n,true,true)},function(){o&&n.cyclePause--;e(n,true,true)})}};a.fn.cycle.hopsFromLast=function(a,b){var c,d=a.lastSlide,e=a.currSlide;if(b)c=e>d?e-d:a.slideCount-d;else c=e<d?d-e:d+a.slideCount-e;return c};a.fn.cycle.commonReset=function(b,c,d,e,f,g){a(d.elements).not(b).hide();if(typeof d.cssBefore.opacity=="undefined")d.cssBefore.opacity=1;d.cssBefore.display="block";if(d.slideResize&&e!==false&&c.cycleW>0)d.cssBefore.width=c.cycleW;if(d.slideResize&&f!==false&&c.cycleH>0)d.cssBefore.height=c.cycleH;d.cssAfter=d.cssAfter||{};d.cssAfter.display="none";a(b).css("zIndex",d.slideCount+(g===true?1:0));a(c).css("zIndex",d.slideCount+(g===true?0:1))};a.fn.cycle.custom=function(b,c,d,e,f,g){var h=a(b),i=a(c);var j=d.speedIn,k=d.speedOut,l=d.easeIn,m=d.easeOut;i.css(d.cssBefore);if(g){if(typeof g=="number")j=k=g;else j=k=1;l=m=null}var n=function(){i.animate(d.animIn,j,l,function(){e()})};h.animate(d.animOut,k,m,function(){h.css(d.cssAfter);if(!d.sync)n()});if(d.sync)n()};a.fn.cycle.transitions={fade:function(b,c,d){c.not(":eq("+d.currSlide+")").css("opacity",0);d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d);d.cssBefore.opacity=0});d.animIn={opacity:1};d.animOut={opacity:0};d.cssBefore={top:0,left:0}}};a.fn.cycle.ver=function(){return b};a.fn.cycle.defaults={activePagerClass:"activeSlide",after:null,allowPagerClickBubble:false,animIn:null,animOut:null,aspect:false,autostop:0,autostopCount:0,backwards:false,before:null,center:null,cleartype:!a.support.opacity,cleartypeNoBg:false,containerResize:1,continuous:0,cssAfter:null,cssBefore:null,delay:0,easeIn:null,easeOut:null,easing:null,end:null,fastOnEvent:0,fit:0,fx:"fade",fxFn:null,height:"auto",manualTrump:true,metaAttr:"cycle",next:null,nowrap:0,onPagerEvent:null,onPrevNextEvent:null,pager:null,pagerAnchorBuilder:null,pagerEvent:"click.cycle",pause:0,pauseOnPagerHover:0,prev:null,prevNextEvent:"click.cycle",random:0,randomizeEffects:1,requeueOnImageNotLoaded:true,requeueTimeout:250,rev:0,shuffle:null,skipInitializationCallbacks:false,slideExpr:null,slideResize:1,speed:1e3,speedIn:null,speedOut:null,startingSlide:0,sync:1,timeout:4e3,timeoutFn:null,updateActivePagerLink:null,width:null}})(jQuery);(function(a){a.fn.cycle.transitions.none=function(b,c,d){d.fxFn=function(b,c,d,e){a(c).show();a(b).hide();e()}};a.fn.cycle.transitions.fadeout=function(b,c,d){c.not(":eq("+d.currSlide+")").css({display:"block",opacity:1});d.before.push(function(b,c,d,e,f,g){a(b).css("zIndex",d.slideCount+(!g===true?1:0));a(c).css("zIndex",d.slideCount+(!g===true?0:1))});d.animIn.opacity=1;d.animOut.opacity=0;d.cssBefore.opacity=1;d.cssBefore.display="block";d.cssAfter.zIndex=0};a.fn.cycle.transitions.scrollUp=function(b,c,d){b.css("overflow","hidden");d.before.push(a.fn.cycle.commonReset);var e=b.height();d.cssBefore.top=e;d.cssBefore.left=0;d.cssFirst.top=0;d.animIn.top=0;d.animOut.top=-e};a.fn.cycle.transitions.scrollDown=function(b,c,d){b.css("overflow","hidden");d.before.push(a.fn.cycle.commonReset);var e=b.height();d.cssFirst.top=0;d.cssBefore.top=-e;d.cssBefore.left=0;d.animIn.top=0;d.animOut.top=e};a.fn.cycle.transitions.scrollLeft=function(b,c,d){b.css("overflow","hidden");d.before.push(a.fn.cycle.commonReset);var e=b.width();d.cssFirst.left=0;d.cssBefore.left=e;d.cssBefore.top=0;d.animIn.left=0;d.animOut.left=0-e};a.fn.cycle.transitions.scrollRight=function(b,c,d){b.css("overflow","hidden");d.before.push(a.fn.cycle.commonReset);var e=b.width();d.cssFirst.left=0;d.cssBefore.left=-e;d.cssBefore.top=0;d.animIn.left=0;d.animOut.left=e};a.fn.cycle.transitions.scrollHorz=function(b,c,d){b.css("overflow","hidden").width();d.before.push(function(b,c,d,e){if(d.rev)e=!e;a.fn.cycle.commonReset(b,c,d);d.cssBefore.left=e?c.cycleW-1:1-c.cycleW;d.animOut.left=e?-b.cycleW:b.cycleW});d.cssFirst.left=0;d.cssBefore.top=0;d.animIn.left=0;d.animOut.top=0};a.fn.cycle.transitions.scrollVert=function(b,c,d){b.css("overflow","hidden");d.before.push(function(b,c,d,e){if(d.rev)e=!e;a.fn.cycle.commonReset(b,c,d);d.cssBefore.top=e?1-c.cycleH:c.cycleH-1;d.animOut.top=e?b.cycleH:-b.cycleH});d.cssFirst.top=0;d.cssBefore.left=0;d.animIn.top=0;d.animOut.left=0};a.fn.cycle.transitions.slideX=function(b,c,d){d.before.push(function(b,c,d){a(d.elements).not(b).hide();a.fn.cycle.commonReset(b,c,d,false,true);d.animIn.width=c.cycleW});d.cssBefore.left=0;d.cssBefore.top=0;d.cssBefore.width=0;d.animIn.width="show";d.animOut.width=0};a.fn.cycle.transitions.slideY=function(b,c,d){d.before.push(function(b,c,d){a(d.elements).not(b).hide();a.fn.cycle.commonReset(b,c,d,true,false);d.animIn.height=c.cycleH});d.cssBefore.left=0;d.cssBefore.top=0;d.cssBefore.height=0;d.animIn.height="show";d.animOut.height=0};a.fn.cycle.transitions.shuffle=function(b,c,d){var e,f=b.css("overflow","visible").width();c.css({left:0,top:0});d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,true,true)});if(!d.speedAdjusted){d.speed=d.speed/2;d.speedAdjusted=true}d.random=0;d.shuffle=d.shuffle||{left:-f,top:15};d.els=[];for(e=0;e<c.length;e++)d.els.push(c[e]);for(e=0;e<d.currSlide;e++)d.els.push(d.els.shift());d.fxFn=function(b,c,d,e,f){if(d.rev)f=!f;var g=f?a(b):a(c);a(c).css(d.cssBefore);var h=d.slideCount;g.animate(d.shuffle,d.speedIn,d.easeIn,function(){var c=a.fn.cycle.hopsFromLast(d,f);for(var i=0;i<c;i++)f?d.els.push(d.els.shift()):d.els.unshift(d.els.pop());if(f){for(var j=0,k=d.els.length;j<k;j++)a(d.els[j]).css("z-index",k-j+h)}else{var l=a(b).css("z-index");g.css("z-index",parseInt(l,10)+1+h)}g.animate({left:0,top:0},d.speedOut,d.easeOut,function(){a(f?this:b).hide();if(e)e()})})};a.extend(d.cssBefore,{display:"block",opacity:1,top:0,left:0})};a.fn.cycle.transitions.turnUp=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,false);d.cssBefore.top=c.cycleH;d.animIn.height=c.cycleH;d.animOut.width=c.cycleW});d.cssFirst.top=0;d.cssBefore.left=0;d.cssBefore.height=0;d.animIn.top=0;d.animOut.height=0};a.fn.cycle.transitions.turnDown=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,false);d.animIn.height=c.cycleH;d.animOut.top=b.cycleH});d.cssFirst.top=0;d.cssBefore.left=0;d.cssBefore.top=0;d.cssBefore.height=0;d.animOut.height=0};a.fn.cycle.transitions.turnLeft=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,true);d.cssBefore.left=c.cycleW;d.animIn.width=c.cycleW});d.cssBefore.top=0;d.cssBefore.width=0;d.animIn.left=0;d.animOut.width=0};a.fn.cycle.transitions.turnRight=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,true);d.animIn.width=c.cycleW;d.animOut.left=b.cycleW});a.extend(d.cssBefore,{top:0,left:0,width:0});d.animIn.left=0;d.animOut.width=0};a.fn.cycle.transitions.zoom=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,false,true);d.cssBefore.top=c.cycleH/2;d.cssBefore.left=c.cycleW/2;a.extend(d.animIn,{top:0,left:0,width:c.cycleW,height:c.cycleH});a.extend(d.animOut,{width:0,height:0,top:b.cycleH/2,left:b.cycleW/2})});d.cssFirst.top=0;d.cssFirst.left=0;d.cssBefore.width=0;d.cssBefore.height=0};a.fn.cycle.transitions.fadeZoom=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,false);d.cssBefore.left=c.cycleW/2;d.cssBefore.top=c.cycleH/2;a.extend(d.animIn,{top:0,left:0,width:c.cycleW,height:c.cycleH})});d.cssBefore.width=0;d.cssBefore.height=0;d.animOut.opacity=0};a.fn.cycle.transitions.blindX=function(b,c,d){var e=b.css("overflow","hidden").width();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d);d.animIn.width=c.cycleW;d.animOut.left=b.cycleW});d.cssBefore.left=e;d.cssBefore.top=0;d.animIn.left=0;d.animOut.left=e};a.fn.cycle.transitions.blindY=function(b,c,d){var e=b.css("overflow","hidden").height();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d);d.animIn.height=c.cycleH;d.animOut.top=b.cycleH});d.cssBefore.top=e;d.cssBefore.left=0;d.animIn.top=0;d.animOut.top=e};a.fn.cycle.transitions.blindZ=function(b,c,d){var e=b.css("overflow","hidden").height();var f=b.width();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d);d.animIn.height=c.cycleH;d.animOut.top=b.cycleH});d.cssBefore.top=e;d.cssBefore.left=f;d.animIn.top=0;d.animIn.left=0;d.animOut.top=e;d.animOut.left=f};a.fn.cycle.transitions.growX=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,true);d.cssBefore.left=this.cycleW/2;d.animIn.left=0;d.animIn.width=this.cycleW;d.animOut.left=0});d.cssBefore.top=0;d.cssBefore.width=0};a.fn.cycle.transitions.growY=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,false);d.cssBefore.top=this.cycleH/2;d.animIn.top=0;d.animIn.height=this.cycleH;d.animOut.top=0});d.cssBefore.height=0;d.cssBefore.left=0};a.fn.cycle.transitions.curtainX=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,true,true);d.cssBefore.left=c.cycleW/2;d.animIn.left=0;d.animIn.width=this.cycleW;d.animOut.left=b.cycleW/2;d.animOut.width=0});d.cssBefore.top=0;d.cssBefore.width=0};a.fn.cycle.transitions.curtainY=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,false,true);d.cssBefore.top=c.cycleH/2;d.animIn.top=0;d.animIn.height=c.cycleH;d.animOut.top=b.cycleH/2;d.animOut.height=0});d.cssBefore.height=0;d.cssBefore.left=0};a.fn.cycle.transitions.cover=function(b,c,d){var e=d.direction||"left";var f=b.css("overflow","hidden").width();var g=b.height();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d);if(e=="right")d.cssBefore.left=-f;else if(e=="up")d.cssBefore.top=g;else if(e=="down")d.cssBefore.top=-g;else d.cssBefore.left=f});d.animIn.left=0;d.animIn.top=0;d.cssBefore.top=0;d.cssBefore.left=0};a.fn.cycle.transitions.uncover=function(b,c,d){var e=d.direction||"left";var f=b.css("overflow","hidden").width();var g=b.height();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,true,true);if(e=="right")d.animOut.left=f;else if(e=="up")d.animOut.top=-g;else if(e=="down")d.animOut.top=g;else d.animOut.left=-f});d.animIn.left=0;d.animIn.top=0;d.cssBefore.top=0;d.cssBefore.left=0};a.fn.cycle.transitions.toss=function(b,c,d){var e=b.css("overflow","visible").width();var f=b.height();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,true,true);if(!d.animOut.left&&!d.animOut.top)a.extend(d.animOut,{left:e*2,top:-f/2,opacity:0});else d.animOut.opacity=0});d.cssBefore.left=0;d.cssBefore.top=0;d.animIn.left=0};a.fn.cycle.transitions.wipe=function(b,c,d){var e=b.css("overflow","hidden").width();var f=b.height();d.cssBefore=d.cssBefore||{};var g;if(d.clip){if(/l2r/.test(d.clip))g="rect(0px 0px "+f+"px 0px)";else if(/r2l/.test(d.clip))g="rect(0px "+e+"px "+f+"px "+e+"px)";else if(/t2b/.test(d.clip))g="rect(0px "+e+"px 0px 0px)";else if(/b2t/.test(d.clip))g="rect("+f+"px "+e+"px "+f+"px 0px)";else if(/zoom/.test(d.clip)){var h=parseInt(f/2,10);var i=parseInt(e/2,10);g="rect("+h+"px "+i+"px "+h+"px "+i+"px)"}}d.cssBefore.clip=d.cssBefore.clip||g||"rect(0px 0px 0px 0px)";var j=d.cssBefore.clip.match(/(\d+)/g);var k=parseInt(j[0],10),l=parseInt(j[1],10),m=parseInt(j[2],10),n=parseInt(j[3],10);d.before.push(function(b,c,d){if(b==c)return;var g=a(b),h=a(c);a.fn.cycle.commonReset(b,c,d,true,true,false);d.cssAfter.display="block";var i=1,j=parseInt(d.speedIn/13,10)-1;(function o(){var a=k?k-parseInt(i*(k/j),10):0;var b=n?n-parseInt(i*(n/j),10):0;var c=m<f?m+parseInt(i*((f-m)/j||1),10):f;var d=l<e?l+parseInt(i*((e-l)/j||1),10):e;h.css({clip:"rect("+a+"px "+d+"px "+c+"px "+b+"px)"});i++<=j?setTimeout(o,13):g.css("display","none")})()});a.extend(d.cssBefore,{display:"block",opacity:1,top:0,left:0});d.animIn={left:0};d.animOut={left:0}}})(jQuery);
