/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.01
 */
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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,E),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(/cufon/.test(E.className)){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}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)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var f=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(f?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(g,h){return a(g,/(?:em|ex|%)$|^[a-z-]+$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());

Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('h3');
Cufon.replace('.bubble');

/*

 * jQuery Cycle Plugin (with Transition Definitions)

 * Examples and documentation at: http://jquery.malsup.com/cycle/

 * Copyright (c) 2007-2009 M. Alsup

 * Version: 2.65 (07-APR-2009)

 * Dual licensed under the MIT and GPL licenses:

 * http://www.opensource.org/licenses/mit-license.php

 * http://www.gnu.org/licenses/gpl.html

 * Requires: jQuery v1.2.6 or later

 *

 * Originally based on the work of:

 *	1) Matt Oakes

 *	2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)

 *	3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)

 */

;(function($){var ver="2.65";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.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(){options=handleArguments(this,options,arg2);if(options===false){return;}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=options.slideExpr?$(options.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts=buildOptions($cont,$slides,els,options,o);if(opts===false){return;}if(opts.timeout||opts.continuous){this.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},opts.continuous?10:opts.timeout+(opts.delay||0));}});};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"stop":cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;if(arg2===true){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,1);}return false;default:options={fx: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 removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}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]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev);});}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);}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=0;opts.startingSlide=opts.randomMap[0];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var 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 i=0;i<els.length;i++){var $e=$(els[i]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth;}if(!h){h=e.offsetHeight;}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;}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 requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingOp=($.browser.opera&&this.cycleW==42&&this.cycleH==19&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||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.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($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;}while((opts.timeout-opts.speed)<250){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){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).click(function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).click(function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager){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 txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(var i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];var 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){var 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(var i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}log("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"){$slides.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){$.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){$(els).stop(true,true);opts.busy=false;}if(opts.busy){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.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}if(manual||!p.cyclePause){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(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after);}else{$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}}}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];}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}if(opts.pager){$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(curr,next,opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find("a").removeClass("activeSlide").filter("a:eq("+currSlide+")").addClass("activeSlide");};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){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){if(++opts.randomIndex==els.length){opts.randomIndex=0;}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;}}}}if($.isFunction(opts.prevNextClick)){opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a=($.isFunction(opts.pagerAnchorBuilder))?opts.pagerAnchorBuilder(i,el):'<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);});$a=$(arr);}else{$a.appendTo($p);}}$a.bind(opts.pagerEvent,function(){opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if($.isFunction(opts.pagerClick)){opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);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){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.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();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(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,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,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$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={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);



/*

 * jQuery Cycle Plugin Transition Definitions

 * This script is a plugin for the jQuery Cycle Plugin

 * Examples and documentation at: http://malsup.com/jquery/cycle/

 * Copyright (c) 2007-2008 M. Alsup

 * Version:	 2.52

 * Dual licensed under the MIT and GPL licenses:

 * http://www.opensource.org/licenses/mit-license.php

 * http://www.gnu.org/licenses/gpl.html

 */

;(function($){$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});opts.speed=opts.speed/2;opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(var i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(var i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var t=parseInt(h/2);var l=parseInt(w/2);clip="rect("+t+"px "+l+"px "+t+"px "+l+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);



/**/

$('#slides').cycle({ 

    fx:     	'fade', 

	speed:		500,

    timeout: 	6000,

	pager:  '#featured-nav', // navigation that controls the slider (do not edit) 

   	pagerAnchorBuilder: function(idx, slide) { return '#featured-nav a:eq(' + idx + ')'; }, // DO NOT DELETE 

	before: onBefore

});

					

function onBefore(){

	

	var slide = $(this).attr('id');

	

	$('#featured-nav ul li.activeSlide').removeClass('activeSlide');

	

	$('#featured-nav ul li#' + slide).addClass('activeSlide');

	

}

Cufon.registerFont({"w":432,"face":{"font-family":"YanoneKaffeesatz-Light","font-weight":300,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"15","bbox":"-113 -822 703 200","underline-thickness":"50","underline-position":"-50","stemh":"46","stemv":"64","unicode-range":"U+0020-U+007C"},"glyphs":{" ":{"w":172},"!":{"d":"51,-39v0,-24,16,-45,43,-45v30,0,44,20,44,45v0,26,-17,45,-44,45v-30,0,-43,-17,-43,-45xm68,-191r-7,-500v0,-14,15,-16,71,-16r-9,491v-1,22,-15,25,-55,25","w":189},"\"":{"d":"76,-585v-2,2,-31,1,-31,1v-2,-11,-10,-117,-10,-170v0,-17,1,-28,3,-29v9,-4,45,-2,54,-1v2,53,-10,194,-16,199xm191,-585v-2,2,-31,1,-31,1v-2,-11,-10,-117,-10,-170v0,-17,1,-28,3,-29v9,-4,45,-2,54,-1v2,53,-10,194,-16,199","w":243,"k":{"r":99,"q":118,"m":99,"\\":-34,"Q":20,"@":73,"?":-20,"9":39,"6":32,"4":94,"3":7,"2":15,"1":39,"0":46,"\/":120,"+":39,"C":47,"G":34,"T":-16,"V":-13,"W":-13,"Y":-20,"d":118,"f":42,"t":21,"u":76,"v":67,"w":68,"y":73,"c":102,"e":100,"o":92,"O":20,")":-20,"]":-20,"A":115,"J":125,"x":65,"a":74,"z":70,"g":112,"n":99,"p":104,"s":96,"(":78,"[":78}},"#":{"d":"381,-199r-67,0r-4,79v-1,13,-13,13,-51,13r5,-92r-113,0r-4,79v-1,13,-13,13,-50,13r5,-92r-64,0v0,-37,0,-46,13,-46r53,0r7,-124r-73,0v0,-37,0,-46,13,-46r62,0r4,-72v1,-13,12,-13,50,-13r-5,85r113,0r4,-72v1,-13,13,-13,51,-13r-5,85r70,0v0,38,0,46,-14,46r-58,0r-7,124r79,0v0,38,0,46,-14,46xm160,-369r-7,124r113,0r7,-124r-113,0"},"$":{"d":"186,129r0,-114v-84,-2,-120,-31,-120,-42v0,-7,8,-34,18,-43v19,16,52,31,111,31v80,0,114,-43,114,-108v0,-43,-17,-74,-67,-122r-112,-113v-40,-39,-62,-75,-62,-115v0,-66,49,-110,133,-118r0,-97v0,-21,15,-24,50,-24r0,120v76,4,107,27,107,32v0,9,-5,30,-16,40v-15,-10,-53,-23,-104,-23v-67,0,-111,20,-111,71v0,30,20,57,52,88r123,122v48,46,65,86,65,139v0,80,-34,146,-132,159r0,93v0,21,-14,24,-49,24"},"%":{"d":"67,-528v0,-128,53,-184,142,-184v87,0,133,41,133,183v0,125,-50,185,-138,185v-87,0,-137,-27,-137,-184xm120,-524v0,111,29,136,83,136v52,0,87,-41,87,-141v0,-112,-29,-138,-81,-138v-54,0,-89,34,-89,143xm383,-173v0,-128,53,-184,142,-184v87,0,133,41,133,183v0,125,-50,185,-138,185v-87,0,-137,-27,-137,-184xm436,-168v0,111,29,136,82,136v53,0,88,-41,88,-141v0,-112,-29,-138,-82,-138v-54,0,-88,34,-88,143xm157,23v0,0,-34,-6,-34,-22v0,-20,435,-720,435,-718v0,0,32,9,32,25v0,6,-433,715,-433,715","w":723},"&":{"d":"236,-706v87,0,144,25,144,44v0,14,-6,31,-13,39v-34,-23,-76,-34,-126,-34v-59,0,-114,14,-114,96v0,86,130,274,238,403v15,-49,17,-99,17,-123v0,-106,-38,-180,-84,-216v39,-6,79,-6,105,-6v33,0,62,0,88,2v1,3,2,12,2,22v0,15,-5,24,-41,24r-72,-1v19,22,55,72,55,183v0,35,-4,102,-30,162v36,39,67,67,85,78v-2,18,-20,44,-35,44v-9,0,-40,-27,-80,-71v-32,41,-81,70,-156,70v-149,0,-183,-93,-183,-182v0,-84,55,-151,115,-185v-48,-80,-82,-156,-82,-211v0,-99,72,-138,167,-138xm337,-102v-51,-60,-111,-137,-161,-214v-47,27,-83,76,-83,147v0,58,24,127,123,127v59,0,97,-25,121,-60","w":513},"'":{"d":"76,-585v-2,2,-31,1,-31,1v-2,-11,-10,-117,-10,-170v0,-17,1,-28,3,-29v9,-4,45,-2,54,-1v2,53,-10,194,-16,199","w":128,"k":{"z":70,"y":73,"x":65,"w":68,"v":67,"u":76,"t":21,"s":96,"p":104,"o":92,"n":99,"g":112,"f":42,"e":100,"d":118,"c":102,"a":74,"]":-20,"[":78,"Y":-20,"W":-13,"V":-13,"T":-16,"O":20,"J":125,"G":34,"C":47,"A":115,")":-20,"(":78,"r":99,"q":118,"m":99,"\\":-34,"Q":20,"@":73,"?":-20,"9":39,"6":32,"4":94,"3":7,"2":15,"1":39,"0":46,"\/":105,"+":39}},"(":{"d":"125,-326v0,256,98,427,146,482v-5,23,-15,39,-31,39v-17,0,-171,-175,-171,-519v0,-329,161,-483,172,-483v16,0,24,10,30,36v-57,68,-145,209,-146,445","w":294,"k":{"r":33,"q":30,"m":33,"]":-57,"\\":-31,"[":59,"Q":20,"\/":12,"+":62,"*":21,"'":-20,"C":24,"G":20,"d":30,"t":17,"u":40,"v":39,"w":43,"y":-13,"c":30,"e":30,"o":37,"\"":-20,"-":43,"O":20,"A":27,"x":22,"a":27,"z":28,"Z":17,"n":33,"j":-131}},")":{"d":"169,-326v-1,-229,-86,-378,-146,-445v6,-26,14,-36,30,-36v11,0,171,151,171,483v0,333,-153,519,-170,519v-17,0,-26,-16,-31,-39v49,-62,146,-223,146,-482","w":294,"k":{"'":74,"\"":74}},"*":{"d":"265,-676r-15,165v-1,11,-7,16,-27,12r-16,-171v-1,-18,34,-18,58,-6xm277,-491r156,-74v19,14,27,53,8,58r-166,48v-12,-15,-11,-25,2,-32xm61,-561r140,77v1,17,-6,26,-18,21r-162,-50v-2,-33,25,-56,40,-48xm335,-250r-87,-162v-5,-11,-1,-16,17,-23r112,144v13,17,-17,37,-42,41xm75,-294r119,-133v9,-9,19,-6,28,6r-97,156v-14,21,-41,-9,-50,-29","w":472,"k":{"o":10,"g":30,"e":20,"d":20,"c":20,"Z":33,"X":13,"T":13,"Q":13,"O":13,"]":21,"J":133,"A":49,")":21,"q":10,"4":29,"\/":47}},"+":{"d":"378,-257r-136,0r0,137v0,13,-12,13,-50,13r0,-150r-150,0v0,-37,0,-50,13,-50r137,0r0,-136v0,-14,13,-14,50,-14r0,150r150,0v0,38,0,50,-14,50","k":{"]":59,")":59,"\"":39,"'":39}},",":{"d":"55,-43v0,-24,16,-41,39,-41v26,0,41,12,41,47v0,64,-50,145,-67,145v-10,0,-20,-6,-23,-18v22,-37,29,-63,30,-93v-13,-8,-20,-22,-20,-40","w":180,"k":{"y":56,"w":40,"v":44,"u":27,"t":49,"o":20,"j":-53,"f":40,"e":20,"d":20,"c":13,"Y":54,"W":30,"V":48,"U":4,"T":86,"O":36,"G":11,"C":34,"q":20,"\\":123,"Q":36,"\/":-13}},"-":{"d":"233,-257r-190,0v0,-37,0,-50,13,-50r191,0v0,38,0,50,-14,50","w":290,"k":{"\\":81,"T":108,"V":43,"W":34,"Y":67,"f":34,"t":34,"v":28,"w":25,"y":39,")":39,"]":39,"A":36,"J":120,"X":67,"x":90,"S":107,"z":84,"Z":46}},".":{"d":"49,-39v0,-24,16,-45,42,-45v30,0,44,20,44,45v0,26,-17,45,-44,45v-30,0,-42,-17,-42,-45","w":180,"k":{"q":20,"\\":123,"Q":36,"\/":-13,"C":34,"G":11,"T":86,"V":48,"W":30,"Y":54,"d":20,"f":40,"t":49,"u":27,"v":44,"w":40,"y":56,"c":13,"e":20,"o":20,"O":36,"U":4}},"\/":{"d":"297,-765r-225,770v-5,15,-12,15,-62,15r226,-768v5,-16,9,-17,61,-17","w":307,"k":{"z":36,"y":24,"x":42,"w":18,"v":8,"u":39,"t":16,"s":53,"p":47,"o":55,"n":45,"j":6,"i":3,"g":52,"f":8,"e":58,"d":66,"c":63,"a":32,"Z":25,"Y":-25,"X":8,"W":-31,"V":-20,"T":-31,"O":26,"J":63,"G":28,"C":39,"A":65,":":50,".":164,")":-41,"\"":-38,"r":45,"q":61,"m":45,"_":141,"]":-6,"\\":-26,"[":56,"Q":10,"B":10,"@":32,"?":-32,"=":62,";":52,"9":39,"8":23,"7":13,"6":33,"5":23,"4":78,"3":34,"2":29,"1":37,"0":45,"\/":118,",":164,"'":-38,"%":34}},"0":{"d":"36,-296v0,-197,53,-304,185,-304v130,0,175,95,175,291v0,208,-47,324,-182,324v-131,0,-178,-105,-178,-311xm95,-289v0,177,35,254,119,254v92,0,125,-96,125,-277v0,-159,-26,-238,-115,-238v-96,0,-129,96,-129,261","k":{"Y":39,"X":31,"W":26,"V":25,"T":65,"J":23,"\"":42,"_":60,"]":75,"\\":34,"'":42}},"1":{"d":"78,-519v-5,-7,-8,-26,-8,-40v0,-8,160,-42,179,-42v6,0,14,3,16,4r-12,545r88,0v31,0,55,-3,55,-3v0,30,0,55,-9,55r-350,0v-1,-9,-1,-32,-1,-41v0,-9,126,-11,158,-11r14,-491v-19,1,-130,24,-130,24","k":{"\"":91,"\/":-5,"*":67,"'":91}},"2":{"d":"65,-508v-6,-15,-7,-31,-7,-42v0,-18,71,-50,174,-50v116,0,144,47,144,131v0,155,-167,262,-267,417r185,0v29,0,102,-4,102,-4v0,32,-1,56,-10,56r-346,0v-2,-4,-4,-14,-4,-21v0,-21,7,-27,24,-55v90,-147,255,-252,255,-389v0,-49,-18,-82,-91,-82v-69,0,-127,18,-159,39","k":{"\"":21,"\/":-15,"'":21}},"3":{"d":"242,-303v75,7,143,45,143,150v0,154,-91,253,-225,253v-76,0,-111,-25,-111,-44v0,-21,4,-33,7,-43v27,23,58,34,106,34v101,0,164,-87,164,-200v0,-97,-80,-112,-164,-115r-1,-37v86,-48,140,-105,140,-167v0,-29,-12,-75,-89,-75v-70,0,-118,15,-155,40v-5,-12,-6,-30,-6,-41v0,-22,64,-52,172,-52v111,0,139,56,139,116v0,79,-60,139,-120,181","k":{"\"":34,"_":26,"\/":-10,"'":34}},"4":{"d":"316,-597r-3,391v44,0,86,-2,86,-2v0,0,3,5,2,21v0,17,-5,33,-18,33r-70,0r0,134v0,20,2,20,-55,20r0,-154r-205,0v-11,-11,-15,-28,-15,-43v0,-60,122,-308,222,-398v8,-7,18,-9,26,-9v15,0,25,5,30,7xm88,-206r170,0r9,-323v-61,67,-152,207,-179,323","k":{"\"":33,"*":29,"'":33}},"5":{"d":"76,-600r306,0v0,43,-3,50,-31,50v-17,0,-227,-2,-227,-2r-19,173v4,-1,25,-7,70,-7v81,-2,212,21,212,192v0,178,-63,294,-231,294v-80,0,-117,-27,-117,-40v0,-19,2,-31,7,-46v24,22,59,34,108,34v131,0,175,-106,175,-235v0,-129,-96,-152,-176,-152v-53,0,-95,14,-105,16","k":{"_":16}},"6":{"d":"268,-648v-94,0,-169,90,-177,301v33,-60,85,-91,156,-91v87,0,151,57,151,194v0,164,-61,257,-190,257v-148,0,-170,-127,-170,-310v0,-300,104,-403,230,-403v58,0,109,9,109,30v0,12,-2,27,-5,38v-28,-11,-54,-16,-104,-16xm232,-386v-57,0,-106,34,-141,99v-2,147,21,250,119,250v87,0,134,-82,134,-194v0,-105,-41,-155,-112,-155","k":{"\"":-5,"_":34,"'":-5}},"7":{"d":"52,-600r360,0v-119,196,-225,420,-272,685v-33,0,-56,-2,-56,-14v50,-262,162,-501,246,-622v-20,1,-132,2,-261,2v-13,0,-17,-23,-17,-51","k":{"q":64,"g":72,"e":47,"d":64,"a":41,"]":23,"X":23,"J":100,"A":81,";":54,":":54,")":23,"_":189,"@":39,"\/":57}},"8":{"d":"219,-706v79,0,174,26,174,161v0,88,-63,139,-120,173v22,14,43,29,62,45v39,36,65,78,65,146v0,112,-58,190,-174,190v-130,0,-186,-81,-186,-190v0,-89,58,-162,126,-196v-24,-14,-47,-28,-64,-44v-38,-28,-55,-72,-55,-116v0,-115,80,-169,172,-169xm288,-301v-19,-17,-43,-32,-69,-47v-69,26,-127,88,-127,164v0,82,45,140,131,140v79,0,124,-55,124,-137v0,-61,-28,-93,-59,-120xm224,-654v-65,0,-123,34,-123,114v0,39,16,71,55,98v15,12,40,26,68,42v62,-30,117,-78,117,-143v0,-91,-65,-111,-117,-111","k":{"_":24}},"9":{"d":"139,51v134,0,193,-113,203,-301v-32,58,-80,91,-152,91v-87,0,-154,-64,-154,-197v0,-169,61,-254,190,-254v142,0,168,92,170,305v-1,278,-84,408,-252,408v-45,0,-84,-6,-84,-24v0,-12,2,-30,4,-37v26,7,50,9,75,9xm205,-211v54,0,103,-35,139,-99r0,-2v0,-143,-14,-247,-117,-247v-88,0,-137,64,-137,194v0,105,46,154,115,154","k":{"\"":23,"_":14,"'":23}},":":{"d":"49,-386v0,-24,15,-45,42,-45v30,0,44,19,44,45v0,25,-17,45,-44,45v-30,0,-42,-18,-42,-45xm49,-39v0,-24,15,-45,42,-45v30,0,44,20,44,45v0,26,-17,45,-44,45v-30,0,-42,-17,-42,-45","w":180,"k":{"\/":-15,"T":55,"V":10}},";":{"d":"50,-386v0,-24,15,-45,42,-45v30,0,44,19,44,45v0,25,-17,45,-44,45v-30,0,-42,-18,-42,-45xm52,-43v0,-24,16,-41,40,-41v25,0,41,12,41,47v0,64,-51,145,-68,145v-10,0,-20,-6,-23,-18v23,-37,29,-63,30,-93v-13,-8,-20,-22,-20,-40","w":180,"k":{"j":-85,"T":55,"\/":-20,"V":10}},"=":{"d":"378,-344r-336,0v0,-37,0,-50,13,-50r337,0v0,38,0,50,-14,50xm378,-170r-336,0v0,-37,0,-50,13,-50r337,0v0,38,0,50,-14,50","k":{"\/":-10}},"?":{"d":"87,-39v0,-24,15,-45,42,-45v30,0,44,20,44,45v0,26,-17,45,-44,45v-30,0,-42,-17,-42,-45xm143,-710v73,0,140,35,140,142v0,116,-82,178,-117,240v-15,24,-19,48,-19,68v0,30,10,53,6,57v-7,9,-34,8,-50,6v0,0,-11,-25,-11,-61v0,-25,5,-55,23,-87v40,-72,109,-125,109,-214v0,-85,-58,-96,-96,-96v-43,0,-76,14,-96,30v-5,-12,-7,-25,-7,-44v0,-18,58,-41,118,-41","w":295,"k":{"J":14,"A":57,"\"":-26,"'":-26}},"@":{"d":"648,-344v0,-209,-66,-291,-245,-291v-182,0,-295,93,-295,377v0,346,112,391,275,391v115,0,182,-26,234,-52v6,10,15,27,15,43v0,19,-95,62,-244,62v-184,0,-335,-33,-335,-450v0,-306,143,-421,351,-421v201,0,299,94,299,331v0,331,-117,352,-160,352v-27,0,-49,-11,-63,-25v-16,11,-53,26,-111,26v-71,1,-129,-19,-126,-151v3,-128,69,-160,150,-160v21,0,43,1,61,8v0,0,1,-37,2,-63v2,-64,-31,-78,-80,-78v-45,0,-77,7,-107,24v-5,-10,-6,-24,-6,-31v0,-8,3,-13,9,-17v20,-13,58,-24,122,-24v75,0,116,29,113,118r-6,215v-2,46,-3,77,-5,97v13,8,27,12,42,12v31,0,110,-43,110,-293xm447,-88r6,-179v-13,-3,-33,-5,-49,-5v-61,0,-107,25,-109,122v-3,91,33,106,80,106v33,0,71,-15,72,-44","w":754,"k":{"x":15,"j":-67,"Y":8,"X":6,"V":17,"T":33,"J":19,"\"":39,"7":6,"\/":-10,"'":39}},"A":{"d":"372,0r-51,-193r-206,0r-47,182v-2,10,-7,12,-27,12v-6,0,-20,0,-34,-2r189,-694v1,-6,11,-9,19,-9v8,0,19,1,24,3r189,688v2,10,-2,14,-23,14v-7,0,-19,0,-33,-1xm176,-429r-48,185r179,0r-48,-185v-20,-78,-38,-143,-41,-179v-4,36,-21,101,-42,179","w":436,"k":{"q":16,"\\":63,"Q":21,"7":11,"\/":-36,"*":58,"'":104}},"B":{"d":"55,0r0,-683v0,-10,4,-17,25,-17r100,0v76,0,167,28,167,141v0,112,-43,151,-69,165v-7,4,-15,7,-28,8v10,0,16,2,26,4v19,4,93,24,93,143v0,199,-116,239,-192,239r-122,0xm110,-356r0,306r67,0v66,0,129,-43,129,-186v0,-113,-56,-121,-129,-121v-5,0,-67,1,-67,1xm110,-650r0,244v0,0,70,1,75,1v55,0,103,-34,103,-143v0,-80,-54,-103,-107,-103v-5,0,-71,1,-71,1","w":392,"k":{"_":22,",":23,"'":8,"T":15,"V":8,"Y":8,"t":21,"v":16,"w":14,"y":23,"\"":8,")":13,"]":13,"A":8,".":23,"J":11,"X":31,"x":39}},"C":{"d":"233,-715v66,0,93,34,93,46v0,17,-4,31,-10,38v-8,-7,-38,-31,-72,-31v-73,0,-148,44,-148,346v0,229,58,271,126,271v39,0,82,-23,97,-44v5,9,10,26,10,42v0,18,-53,62,-113,62v-87,0,-177,-19,-177,-332v0,-352,105,-398,194,-398","w":353,"k":{"q":13,"Q":26,"@":10,"0":28,"\/":-21,",":-3,"*":20,"'":-3,"C":6,"G":18,"d":13,"f":27,"t":20,"u":21,"v":67,"w":61,"y":71,"c":13,"e":21,"o":23,"\"":-3,"-":85,"O":26,".":-3,"x":17,"S":10,"a":13,"z":7}},"D":{"d":"81,-700r100,0v128,0,194,81,194,309v0,319,-85,391,-198,391r-121,0r0,-683v0,-10,5,-17,25,-17xm315,-391v0,-191,-43,-258,-135,-258r-69,0r0,596r67,0v70,0,137,-42,137,-338","w":414,"k":{"q":10,"_":75,",":41,"'":37,"T":28,"V":15,"W":21,"Y":26,"o":10,"\"":37,")":20,"]":20,"A":34,".":41,"J":44,"x":13,"a":3}},"E":{"d":"111,-51r197,0v0,47,0,51,-12,51r-239,0r0,-686v0,0,0,-14,13,-14r239,0v0,45,0,51,-10,51r-188,0r0,241r176,0v0,43,0,51,-12,51r-164,0r0,306","w":337,"k":{"r":4,"q":16,"0":10,"\/":-13,"'":-10,"d":16,"u":4,"w":17,"y":17,"c":10,"e":16,"o":20,"\"":-10,"-":33,"x":13,"a":13,"z":7}},"F":{"d":"99,0r-42,0r0,-686v0,0,0,-14,13,-14r239,0v0,45,0,49,-10,49r-188,0r0,242r176,0v0,43,0,52,-12,52r-164,0r0,344v0,0,1,13,-12,13","w":327,"k":{"r":14,"q":26,"_":148,"@":6,"0":15,"\/":39,",":135,"'":-10,"d":26,"t":13,"u":20,"v":15,"w":17,"y":21,"c":19,"e":26,"o":31,"\"":-10,"-":33,"A":68,".":135,"J":104,"x":48,"a":16,"z":17,"g":21}},"G":{"d":"247,-714v61,0,105,25,105,42v-1,14,-3,27,-8,38v-21,-16,-49,-27,-87,-27v-104,0,-163,68,-163,319v0,265,56,303,131,303v49,0,82,-26,82,-37r0,-275r-98,0r0,-34v0,0,0,-13,15,-13r135,0r0,357v-12,18,-55,56,-136,56v-118,0,-187,-62,-187,-354v0,-309,85,-375,211,-375","w":399,"k":{"\/":-10,"Y":4,"v":13,"y":15,")":7,"]":7,"x":16}},"H":{"d":"322,0r0,-355r-212,0r0,342v0,13,0,13,-55,13r0,-686v0,-14,0,-14,55,-14r0,293r212,0r0,-279v0,-13,-1,-14,55,-14r0,687v0,13,0,13,-55,13","k":{"\/":-10}},"I":{"d":"54,0v0,0,2,-170,2,-350v0,-155,-2,-322,-2,-322v0,-28,2,-28,56,-28v0,0,-2,195,-2,350v0,180,2,337,2,337v0,13,-1,13,-56,13","w":165,"k":{"\/":-20}},"J":{"d":"192,-190r0,-483v0,-27,0,-27,55,-27r0,537v0,88,-12,178,-124,178v-70,0,-102,-28,-102,-48v0,-18,5,-31,10,-38v19,21,48,36,84,36v72,0,77,-63,77,-155","w":302,"k":{"_":41,"\/":-10,",":25,")":7,"]":7,"A":23,".":25,"J":16,"x":10}},"K":{"d":"54,0r0,-686v0,-14,0,-14,55,-14r0,302r202,-299v10,-2,28,-3,41,-3v16,0,22,6,14,19r-201,283v144,97,203,382,203,382v3,13,-2,17,-14,17v-21,0,-33,0,-43,-1v0,-39,-52,-233,-155,-330v-15,-13,-30,-22,-47,-29r0,346v0,13,0,13,-55,13","w":393,"k":{"q":11,"Q":21,"\/":-25,"*":33,"'":-6,"C":19,"d":11,"f":32,"t":25,"u":15,"v":44,"w":39,"y":45,"c":16,"e":18,"o":20,"\"":-6,"-":43,"O":21,"J":5,"a":16}},"L":{"d":"111,-700r0,648r198,0r0,39v0,0,0,13,-14,13r-240,0r0,-680v0,-20,0,-20,56,-20","w":329,"k":{"r":14,"q":29,"Q":39,"?":37,"0":26,"\/":-16,"*":148,"'":146,"C":26,"G":34,"T":73,"V":80,"W":65,"Y":80,"d":29,"f":49,"t":36,"u":20,"v":36,"w":54,"y":52,"c":23,"e":29,"o":32,"\"":146,"-":107,"O":39,")":14,"]":14,"S":15,"a":21}},"M":{"d":"55,0r0,-686v0,0,0,-14,13,-14r37,0r109,351v7,21,35,120,35,120r34,-117r105,-340v2,-6,4,-14,14,-14r42,0r0,687v0,13,0,13,-56,13r2,-305r8,-262r-74,246r-58,170v-2,6,-7,9,-11,9r-26,0r-56,-179v-4,-11,-49,-161,-74,-243r9,251r1,300v0,13,-2,13,-54,13","w":498},"N":{"d":"350,0r-123,-281v-11,-26,-90,-229,-122,-313v2,74,4,315,4,336r0,245v0,13,1,13,-54,13r0,-686v0,0,0,-14,13,-14r39,0r120,276v11,31,94,241,124,316v-4,-60,-5,-317,-5,-341r0,-237v0,-14,0,-14,55,-14r0,687v0,0,0,13,-13,13r-38,0","w":456},"O":{"d":"36,-355v0,-260,61,-360,190,-360v130,0,180,93,180,359v0,270,-57,371,-188,371v-129,0,-182,-87,-182,-370xm97,-338v0,212,33,297,122,297v92,0,128,-89,128,-316v0,-221,-32,-302,-120,-302v-89,0,-130,88,-130,321","w":443,"k":{"_":50,",":39,"*":13,"'":10,"T":26,"V":5,"W":16,"Y":19,"c":10,"\"":10,"O":5,"Q":5,")":20,"]":20,"A":24,".":39,"J":31,"X":23,"x":22}},"P":{"d":"73,-700r23,0r2,0r74,0v126,0,175,73,175,190v0,152,-74,214,-179,214r-59,0r0,283v0,13,1,13,-54,13r0,-686v0,0,0,-14,13,-14r3,0r2,0xm287,-514v0,-77,-25,-136,-110,-136v-43,0,-63,1,-68,1r0,300v6,0,59,1,63,1v78,0,115,-56,115,-166","w":370,"k":{"q":31,"_":205,"@":24,"\/":46,",":133,"Y":11,"d":31,"c":25,"e":24,"o":31,"-":54,")":30,"]":30,"A":75,".":133,"J":114,"X":49,"x":15,"a":13,"Z":36}},"Q":{"d":"38,-355v0,-260,60,-360,190,-360v129,0,180,93,180,359v0,235,-43,342,-141,365v11,53,23,80,59,80v24,0,48,-7,66,-17v6,8,9,23,9,35v0,17,-47,28,-88,28v-71,0,-94,-61,-108,-120v-118,-6,-167,-97,-167,-370xm99,-338v0,212,33,297,122,297v92,0,128,-89,128,-316v0,-221,-32,-302,-121,-302v-88,0,-129,88,-129,321","w":446,"k":{"x":29,"]":13,"Y":27,"X":29,"V":16,"T":21,"J":31,"A":15,".":35,")":13,"\"":10,"_":-14,",":35,"'":10}},"R":{"d":"55,0r0,-686v0,0,0,-14,13,-14r28,0r2,0r74,0v126,0,175,73,175,190v0,112,-40,175,-103,201v29,38,87,134,101,294v1,12,-2,15,-24,16v-8,0,-21,0,-34,-1v-19,-181,-76,-269,-98,-297v-7,1,-14,1,-21,1r-59,0r0,283v0,13,1,13,-54,13xm287,-514v0,-77,-25,-136,-110,-136v-43,0,-63,1,-68,1r0,300v6,0,59,1,63,1v78,0,115,-56,115,-166","w":379,"k":{"q":8,"C":5,"T":16,"V":6,"W":5,"Y":11,"d":8,"y":13,"e":10,"o":18,"-":14,"O":3,"Q":3,"X":3,"x":15}},"S":{"d":"199,-715v93,0,130,31,130,39v0,10,-5,26,-15,38v-16,-12,-54,-27,-107,-27v-69,0,-114,33,-114,88v0,34,23,68,55,104r126,141v49,52,65,98,65,160v0,108,-41,187,-174,187v-92,0,-132,-35,-132,-49v0,-8,8,-32,18,-42v19,18,53,35,113,35v84,0,117,-54,117,-128v0,-50,-17,-89,-68,-145r-114,-129v-41,-45,-64,-87,-64,-133v0,-85,61,-139,164,-139","w":369,"k":{"_":11,"'":-8,"f":30,"v":34,"w":33,"y":36,"\"":-8,"J":6,"x":21}},"T":{"d":"347,-648r-138,0r0,635v0,13,1,13,-55,13r0,-648r-147,0r0,-38v0,-14,13,-14,13,-14r340,0r0,39v0,13,-13,13,-13,13","w":367,"k":{"r":84,"q":99,"m":84,"_":78,"Q":26,"@":47,";":70,"0":75,"\/":55,",":87,"*":13,"'":-16,"C":44,"G":41,"d":99,"f":42,"t":52,"u":98,"v":89,"w":84,"y":101,"c":89,"e":94,"o":96,"\"":-16,"-":107,"O":26,"A":65,".":87,"J":78,"x":104,"a":92,"z":90,"g":91,":":70,"n":84,"p":104,"s":86,"h":32,"k":32,"i":8,"j":8}},"U":{"d":"111,-700r0,476v0,81,0,188,125,188v48,0,92,-12,112,-22r0,-629v0,-13,-1,-13,56,-13r0,684v-26,16,-95,32,-168,32v-181,0,-181,-130,-181,-236r0,-466v0,-14,0,-14,56,-14","w":458},"V":{"d":"7,-681v-3,-13,-4,-19,11,-19r44,0r112,444v19,81,33,137,41,198v7,-61,20,-118,37,-198r103,-424v3,-13,4,-20,16,-20r45,0v0,0,-168,712,-171,712v-12,1,-23,2,-43,2v-17,0,-27,-23,-36,-58","w":421,"k":{"r":31,"q":52,"m":31,"_":95,"Q":5,"@":26,"0":37,"\/":55,",":48,"'":-13,"C":24,"G":16,"d":52,"f":6,"t":6,"u":39,"v":26,"w":25,"y":21,"c":47,"e":52,"o":41,"\"":-13,"-":52,"O":5,"A":63,".":48,"J":83,"x":29,"a":39,"z":31,"g":57,":":26,";":26,"n":31,"p":39,"s":34,"i":16,"j":26}},"W":{"d":"6,-681v-2,-11,-2,-19,12,-19r44,0r92,445v15,81,23,129,32,191v8,-62,13,-110,28,-191r78,-389v2,-12,4,-19,15,-19r4,0r36,0r88,408v15,82,22,128,31,190v9,-62,16,-109,30,-190r82,-425v2,-13,4,-20,16,-20r45,0v0,0,-138,712,-141,712v-16,1,-22,3,-43,3v-14,0,-23,-20,-30,-51r-75,-330v-7,-32,-22,-137,-30,-192v-7,54,-21,158,-27,191r-78,379v-14,1,-25,2,-47,2v-13,0,-22,-24,-30,-61","w":643,"k":{"r":39,"q":34,"m":39,"_":71,"Q":16,"@":6,"0":16,"\/":44,",":33,"'":-20,"C":23,"G":16,"d":34,"u":26,"v":6,"w":18,"y":23,"c":34,"e":32,"o":34,"\"":-20,"-":37,"O":16,"A":52,".":33,"J":76,"x":26,"a":39,"z":25,"g":29,"Z":28,":":26,";":26,"n":39,"p":38,"s":11}},"X":{"d":"397,-700r-145,337r162,352v3,7,0,11,-8,11r-57,0r-68,-150r-70,-165v-12,30,-40,98,-71,164r-68,144v-3,5,-6,7,-14,7r-48,0r168,-363r-141,-327v-4,-10,-3,-10,63,-10r51,121v29,68,56,139,67,169v11,-29,40,-101,69,-169r48,-111v4,-10,2,-10,62,-10","w":426,"k":{"q":28,"Q":18,"@":3,"0":24,"*":13,"'":-10,"C":24,"G":18,"d":28,"f":30,"t":27,"u":27,"v":49,"w":44,"y":53,"c":20,"e":21,"o":21,"\"":-10,"-":62,"O":18,"a":8,"p":17}},"Y":{"d":"155,0r0,-284r-149,-407v-3,-9,-2,-9,62,-9r48,143v28,77,66,197,67,212v1,-15,40,-135,67,-213r46,-132v3,-10,4,-10,60,-10r-146,414r0,273v0,13,1,13,-55,13","w":361,"k":{"r":71,"q":78,"m":71,"_":75,"Q":19,"@":8,"0":47,"\/":73,",":54,"'":-20,"C":24,"G":26,"d":78,"f":24,"t":32,"u":63,"v":40,"w":41,"y":49,"c":62,"e":73,"o":62,"\"":-20,"-":67,"O":19,"A":74,".":54,"J":78,"x":43,"S":4,"a":61,"z":53,"g":65,":":50,";":50,"n":71,"p":70,"s":68,"i":7,"j":24}},"Z":{"d":"50,-648r0,-38v0,0,0,-14,14,-14r294,0v0,0,7,5,8,23v0,7,-1,15,-3,23r-279,604r225,0v32,0,53,-4,53,-4r0,41v0,0,0,13,-13,13r-317,0v0,0,-6,-6,-7,-21v0,-9,0,-17,3,-27r275,-602r-212,0v-24,0,-41,2,-41,2","w":393,"k":{"r":24,"q":28,"0":13,"'":-7,"d":28,"f":33,"t":23,"u":24,"w":40,"y":39,"c":21,"e":29,"o":20,"\"":-7,"-":103,")":17,"]":17,"x":20,"a":15,"g":15,"p":7}},"[":{"d":"192,-821r213,0v0,44,-1,50,-23,50r-178,0r0,919r200,0v0,52,-6,52,-24,52r-231,0r0,-1001v0,-17,4,-20,43,-20","w":415,"k":{"j":-131,")":-49,"r":33,"q":30,"m":33,"]":-57,"\\":-31,"[":59,"Q":20,"0":72,"\/":54,"+":62,"*":21,"'":-20,"C":24,"G":20,"d":30,"t":17,"u":40,"v":39,"w":43,"y":-13,"c":30,"e":30,"o":37,"\"":-20,"-":43,"O":20,"A":27,"x":22,"a":27,"z":28,"Z":17,"n":33}},"\\":{"d":"64,-765r228,780v4,15,-3,15,-53,15r-228,-778v-4,-16,1,-17,53,-17","w":303,"k":{"]":21,"A":-44,".":-37,")":21,"\"":123,"\/":-25,",":-37,"'":123}},"]":{"d":"222,200r-212,0v0,-44,1,-50,23,-50r178,0r0,-920r-200,0v0,-52,6,-52,24,-52r231,0r0,1002v0,17,-4,20,-44,20","w":415,"k":{"]":59,")":59,"'":74,"\"":74}},"_":{"d":"353,50r-337,0v0,-38,0,-50,14,-50r336,0v0,37,0,50,-13,50","w":383,"k":{"y":24,"w":52,"v":73,"u":32,"t":60,"o":31,"j":-41,"g":-5,"f":34,"e":26,"d":20,"c":34,"Y":78,"W":65,"V":88,"T":75,"O":44,"G":11,"C":64,"q":41,"Q":14,"9":-8,"8":34,"6":27,"5":-6,"4":145,"0":46,"\/":-45}},"`":{"d":"176,-611v-4,0,-132,-95,-141,-105v2,-13,12,-44,26,-44v4,0,125,101,136,117v0,0,-11,32,-21,32","w":236},"a":{"d":"37,-471v0,-11,3,-15,7,-19v19,-11,91,-25,166,-25v71,0,111,31,111,121r0,65v0,178,-5,311,-5,311v-23,13,-66,33,-136,33v-72,1,-144,-6,-144,-154v0,-141,74,-163,148,-163v28,0,61,3,83,12r0,-93v0,-65,-32,-79,-70,-79v-51,0,-122,10,-153,25v-6,-11,-7,-28,-7,-34xm267,-249v-19,-7,-46,-10,-65,-10v-57,0,-109,12,-109,122v0,103,43,104,94,104v32,0,64,-9,75,-21v0,0,5,-120,5,-195","w":367,"k":{"'":84,"f":9,"t":23,"y":8,"\"":84,")":27,"]":27,"x":7}},"b":{"d":"58,-15r0,-693v0,-27,11,-27,55,-27r0,261v29,-27,68,-40,114,-40v91,0,141,47,141,196v0,293,-113,333,-189,333v-58,0,-97,-8,-121,-30xm113,-426r0,373v10,10,31,18,67,18v49,0,128,-35,128,-268v0,-131,-31,-162,-99,-162v-34,0,-68,9,-96,39","w":401,"k":{"_":39,"\/":6,",":20,"'":78,"t":13,"w":2,"\"":78,")":24,"]":24,".":20,"z":7}},"c":{"d":"304,-482v0,11,-2,28,-7,40v-19,-13,-38,-23,-72,-23v-60,0,-129,28,-129,229v0,182,42,201,114,201v34,0,66,-15,87,-30v5,12,7,26,7,35v0,16,-47,45,-99,45v-105,0,-165,-20,-165,-254v0,-246,99,-276,180,-276v42,0,84,20,84,33","w":331,"k":{"q":16,"\/":-20,"'":49,"d":16,"t":-3,"w":-2,"y":-2,"c":16,"e":15,"o":9,"\"":49,"-":44,")":4,"]":4}},"d":{"d":"290,-55r-1,-390v-19,-15,-35,-20,-66,-20v-66,0,-123,61,-123,224v0,183,44,205,108,206v31,0,60,-5,82,-20xm289,-492r0,-216v0,-27,12,-27,56,-27r0,720v-34,19,-83,30,-142,30v-93,0,-162,-30,-162,-251v0,-192,75,-278,166,-278v35,0,61,6,82,22","w":402,"k":{"\/":-10}},"e":{"d":"217,-515v87,0,126,60,126,160v0,42,-3,90,-10,123v-84,17,-195,18,-239,18v1,155,46,175,113,175v49,0,93,-12,124,-34v5,13,7,36,7,51v0,12,-63,37,-136,37v-95,0,-164,-32,-164,-238v0,-267,94,-292,179,-292xm212,-465v-51,0,-111,23,-118,205v40,0,135,0,191,-14v3,-24,4,-49,4,-70v-1,-80,-17,-121,-77,-121","w":375,"k":{"\/":-10,"'":60,"t":7,"w":2,"e":10,"\"":60,")":20,"]":20,"x":4}},"f":{"d":"91,-452r-76,0v0,-45,0,-48,15,-48r61,0r0,-63v0,-162,91,-170,163,-170v60,0,86,12,86,24v0,14,-3,25,-6,35v-25,-9,-47,-12,-74,-12v-55,0,-114,5,-114,117r0,69r104,0v0,45,-1,48,-14,48r-90,0r0,439v0,0,0,13,-14,13r-41,0r0,-452","w":248,"k":{"r":4,"q":18,"m":2,"_":52,"]":-114,"\\":-111,"?":-115,"8":-10,",":44,"*":-32,"'":-127,"&":-19,"!":-78,"d":18,"u":4,"w":-9,"c":15,"e":18,"o":14,"\"":-127,"-":48,"b":-5,")":-114,".":44,"g":20,"p":18,"h":-6,"k":-6}},"g":{"d":"214,-515v10,0,29,2,45,6r124,0v2,5,6,13,6,26v0,15,-8,22,-23,22v-16,0,-36,-2,-56,-6v35,23,57,68,57,129v0,103,-46,184,-162,184v-22,0,-41,-2,-57,-7v-21,17,-42,43,-42,61v0,16,63,26,150,37v66,9,129,31,129,110v0,77,-61,151,-194,151v-133,0,-158,-61,-158,-114v0,-48,38,-92,81,-120v-40,-11,-66,-26,-65,-48v0,-29,34,-69,63,-92v-49,-31,-63,-89,-63,-153v0,-125,72,-186,165,-186xm212,-472v-58,0,-106,45,-106,141v0,72,14,132,103,132v71,0,103,-67,103,-152v0,-82,-37,-121,-100,-121xm217,-19v-20,-2,-40,-4,-57,-7v-36,23,-71,62,-71,100v0,37,17,72,107,72v90,0,133,-48,133,-92v0,-55,-40,-66,-112,-73","w":403,"k":{"q":2,"\/":-15,"'":26,"d":2,"y":-3,"c":4,"e":3,"o":4,"\"":26,"x":4,"z":-6,"j":-108}},"h":{"d":"54,0r0,-708v0,-27,11,-27,55,-27r0,263v38,-30,84,-43,125,-43v95,0,117,29,117,209r0,293v0,13,2,13,-56,13r0,-303v0,-137,-14,-160,-78,-160v-33,0,-76,10,-108,41r0,409v0,13,1,13,-55,13","w":396,"k":{"y":10,"w":3,"t":13,"\"":91,"\/":-8,"'":91,")":33,"]":33,"x":7}},"i":{"d":"114,-500r0,487v0,13,-1,13,-57,13r0,-473v0,-27,13,-27,57,-27xm55,-676v1,-29,12,-46,34,-46v23,0,31,14,30,45v0,30,-11,47,-34,47v-20,0,-30,-13,-30,-46","w":171,"k":{"\/":-23}},"j":{"d":"119,-500r0,521v0,91,-18,158,-116,158v-79,0,-116,-23,-116,-39v0,-14,2,-28,9,-37v23,15,55,26,98,26v64,0,70,-40,70,-119r0,-483v0,-27,11,-27,55,-27xm60,-676v1,-29,11,-46,34,-46v23,0,31,14,30,45v-1,30,-11,47,-34,47v-20,0,-31,-13,-30,-46","w":182,"k":{"\/":-24,"j":-63}},"k":{"d":"57,0r0,-708v0,-27,11,-27,55,-27r0,279v46,-46,99,-59,145,-59v61,0,84,45,84,90v0,88,-74,144,-105,160v44,8,107,51,122,152v2,14,3,30,3,46v0,17,-1,34,-3,53v-2,14,-2,14,-62,14v3,-23,4,-43,4,-62v0,-31,-3,-58,-9,-79v-24,-83,-84,-102,-120,-93v-19,5,-59,23,-59,23r0,198v0,13,2,13,-55,13xm281,-416v0,-30,-16,-53,-47,-53v-40,0,-79,13,-122,70r0,145v94,-32,169,-87,169,-162","w":392,"k":{"q":4,"\/":-25,"'":74,"w":10,"y":20,"c":4,"e":4,"o":4,"\"":74,"-":20,")":13,"]":13,"p":4}},"l":{"d":"112,-735r0,722v0,13,1,13,-55,13r0,-708v0,-27,11,-27,55,-27","w":170},"m":{"d":"272,0r0,-372v-2,-68,-10,-94,-68,-94v-29,0,-58,6,-92,23r0,430v0,13,2,13,-55,13r0,-482v48,-22,99,-33,148,-33v47,0,77,12,94,37v36,-25,85,-37,123,-37v114,0,118,48,118,189r0,313v0,13,2,13,-55,13r0,-332v0,-102,-2,-133,-67,-133v-30,0,-59,7,-91,29r0,106r0,31r0,286v0,5,0,8,-3,10v0,1,-1,1,-2,1v-3,1,-8,2,-18,2r-32,0","w":592,"k":{"y":5,"x":7,"w":3,"f":7,"]":33,")":33,"\"":91,"\/":-26,"'":91}},"n":{"d":"55,0r0,-482v46,-20,115,-33,165,-33v123,0,134,48,134,189r0,313v0,13,0,13,-56,13r0,-332v0,-100,-8,-134,-83,-134v-29,0,-75,7,-105,24r0,429v0,13,2,13,-55,13","w":401,"k":{"\/":-31,"'":91,"\"":91,")":33,"]":33,"x":7}},"o":{"d":"31,-249v0,-185,62,-266,166,-266v103,0,156,60,156,265v0,180,-59,265,-161,265v-102,0,-161,-38,-161,-264xm90,-245v0,173,36,212,99,212v63,0,105,-62,105,-219v0,-173,-35,-213,-98,-213v-64,0,-106,52,-106,220","w":383,"k":{"_":42,"\/":-15,",":20,"*":10,"'":73,"f":10,"t":17,"v":10,"w":10,"y":20,"\"":73,")":37,"]":37,".":20,"x":27,"z":4}},"p":{"d":"57,178r0,-654v42,-27,90,-39,144,-39v102,0,165,52,165,216v0,271,-110,315,-169,315v-43,0,-71,-19,-85,-36r0,216v-9,3,-20,4,-32,4v-19,0,-23,-3,-23,-22xm112,-440r0,359v17,33,43,46,71,46v40,0,123,-35,123,-253v0,-142,-37,-178,-112,-178v-29,0,-58,9,-82,26","w":400,"k":{"_":57,"?":10,"\/":-10,",":20,"*":10,"'":94,"f":4,"t":10,"v":10,"w":10,"y":17,"\"":94,")":37,"]":37,".":20,"x":17,"a":4,"z":10,"j":2}},"q":{"d":"351,-484r0,660v0,21,-4,24,-34,24v-8,0,-15,-1,-22,-1r0,-237v-23,35,-61,53,-112,53v-61,0,-143,-34,-143,-236v0,-197,84,-294,200,-294v51,0,81,10,111,31xm295,-98r0,-350v-12,-10,-32,-18,-65,-18v-82,0,-130,86,-130,252v0,157,59,179,101,179v35,1,75,-17,94,-63","w":408,"k":{"\"":63,"\/":-16,"'":63}},"r":{"d":"55,0r0,-471v47,-32,90,-44,134,-44v49,0,72,14,72,31v0,10,-3,27,-8,37v-14,-8,-30,-15,-56,-15v-32,0,-62,9,-86,31r0,418v0,13,1,13,-56,13","w":275,"k":{"r":7,"q":23,"_":106,"\/":20,",":80,"'":24,"d":23,"c":20,"e":22,"o":20,"\"":24,"-":78,")":27,"]":27,".":80,"x":17,"g":25,"p":13}},"s":{"d":"201,-515v91,0,130,33,130,47v0,10,-5,24,-13,34v-34,-22,-66,-31,-109,-31v-61,0,-108,20,-108,61v0,24,12,42,40,65r120,95v47,39,68,74,68,120v0,93,-62,140,-164,140v-77,0,-126,-21,-126,-39v0,-11,4,-26,14,-38v30,18,60,26,107,26v67,0,108,-25,108,-86v0,-30,-16,-58,-56,-89r-113,-92v-45,-36,-60,-65,-60,-103v0,-73,64,-110,162,-110","w":368,"k":{"\/":-15,"'":55,"y":7,"\"":55,"-":44,")":4,"]":4,"x":4}},"t":{"d":"101,-146r0,-305r-74,0v0,-44,1,-49,13,-49r61,0r0,-158v0,-22,9,-22,55,-22r0,180r121,0v0,44,-1,49,-12,49r-109,0r0,312v0,59,2,105,46,105v31,0,42,-6,65,-16v2,8,4,24,4,37v0,18,-41,28,-81,28v-89,0,-89,-70,-89,-161","w":298,"k":{"q":14,"0":3,"\/":-25,",":-3,"'":36,"d":14,"t":57,"u":4,"c":17,"e":17,"o":14,"\"":36,"-":75,")":13,"]":13,".":-3,"g":10}},"u":{"d":"357,-500r0,483v-44,23,-102,32,-152,32v-128,0,-147,-56,-147,-189r0,-312v0,-14,-1,-14,56,-14r0,332v0,100,14,134,89,134v29,0,69,-6,99,-24r0,-428v0,-14,-2,-14,55,-14","w":416,"k":{"\/":-21,"'":63,"\"":63,")":40,"]":40}},"v":{"d":"142,-38r-116,-444v-5,-18,-1,-18,56,-18r43,174v31,119,57,258,57,258r1,0v0,0,24,-139,53,-259r39,-159v3,-14,3,-14,57,-14r-128,510v-8,1,-29,2,-37,2v-10,0,-17,-21,-25,-50","w":356,"k":{"r":20,"q":24,"m":17,"k":4,"_":81,"@":5,"0":8,"\/":24,",":51,"'":54,"d":24,"t":13,"u":17,"c":15,"e":23,"o":20,"\"":54,"-":27,")":33,"]":33,".":51,"a":13,"g":27,":":10,";":10,"p":17,"s":10}},"w":{"d":"24,-486v-3,-14,1,-14,58,-14r40,182v28,134,46,239,46,239v0,0,22,-89,46,-207r36,-183v1,-11,5,-14,19,-14r6,0r3,0r5,0r3,0r15,0r43,199r47,205v0,0,18,-107,44,-239r35,-168v2,-14,2,-14,59,-14v0,0,-111,513,-114,513v0,0,-16,2,-34,2v-8,0,-27,-42,-30,-55r-17,-68v-28,-108,-49,-223,-59,-281v-9,59,-29,175,-54,281r-28,121v0,0,-26,2,-40,2v-9,0,-18,-20,-24,-49","w":553,"k":{"r":20,"q":21,"m":12,"k":17,"_":60,"@":10,"\/":3,",":42,"'":65,"d":21,"t":13,"u":17,"c":24,"e":23,"o":20,"\"":65,"-":25,")":41,"]":41,".":42,"x":20,"a":12,"z":17,"g":27,":":16,";":16,"p":17,"s":10}},"x":{"d":"400,-500r-145,234r156,252v9,14,7,14,-60,14r-52,-80v-32,-51,-69,-117,-84,-144v-14,26,-52,92,-83,145r-45,68v-5,11,-12,11,-65,11r162,-262r-139,-228v-4,-9,-4,-10,58,-10r51,80v25,42,57,98,68,119v11,-20,43,-76,70,-121r45,-68v5,-10,4,-10,63,-10","w":437,"k":{"r":14,"q":23,"m":13,"k":17,"@":10,"0":3,"\/":-8,"'":42,"d":23,"f":20,"t":17,"u":13,"w":27,"y":20,"c":7,"e":19,"o":27,"\"":42,"-":88,")":17,"]":17,"x":13,"a":5,"z":13,"g":17,"p":10,"s":17}},"y":{"d":"163,16r-130,-499v-4,-17,-3,-17,53,-17r76,294v17,73,28,149,28,149v0,0,10,-75,26,-150r68,-276v3,-17,3,-17,59,-17r-132,531v-30,122,-66,153,-122,153v-56,0,-82,-14,-82,-27v0,-13,4,-28,10,-35v15,8,41,13,66,13v31,0,59,-22,80,-119","w":370,"k":{"r":20,"q":21,"m":12,"k":17,"_":57,"\/":24,",":55,"'":61,"d":21,"t":13,"u":17,"c":20,"e":23,"o":20,"\"":61,"-":36,")":41,"]":41,".":55,"x":13,"a":15,"z":13,"g":27,":":16,";":16,"p":17,"s":10}},"z":{"d":"47,-500r281,0v0,0,6,6,6,19v0,8,0,16,-8,28r-232,401r116,0v69,0,121,-5,121,-5v1,7,1,16,1,23v0,23,-4,34,-14,34r-279,0v0,0,-10,-10,-10,-29v0,-8,2,-14,6,-21r235,-402r-121,0v-58,0,-114,2,-114,2v0,-38,0,-50,12,-50","w":364,"k":{"q":18,"'":46,"d":18,"t":13,"u":17,"w":13,"y":13,"c":15,"e":17,"o":10,"\"":46,"-":49,")":27,"]":27,"x":17,"g":10,"p":13}},"|":{"d":"204,-815r0,1000v0,15,-4,15,-55,15r0,-998v0,-16,3,-17,55,-17","w":354},"\u00a0":{"w":172}}});

document.write('<style type="text/css">h1, h2 { font-size: 32px } h3 { font-size: 26px }</style>');

(function($){$.fn.lavaLamp=function(o){o=$.extend({fx:"linear",speed:500,click:function(){}},o||{});return this.each(function(){var b=$(this),noop=function(){},$back=$('<li class="back"><div class="left"></div></li>').appendTo(b),$li=$("li",this),curr=$("li.current",this)[0]||$($li[0]).addClass("current")[0];$li.not(".back").hover(function(){move(this)},noop);$(this).hover(noop,function(){move(curr)});$li.click(function(e){setCurr(this);return o.click.apply(this,[e,this])});setCurr(curr);function setCurr(a){$back.css({"left":a.offsetLeft+"px","width":a.offsetWidth+"px"});curr=a};function move(a){$back.each(function(){$(this).dequeue()}).animate({width:a.offsetWidth,left:a.offsetLeft},o.speed,o.fx)}})}})(jQuery);

