/* Cufon
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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("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}})());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}})());


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2000, 2007 Hoefler & Frere-Jones. http://www.typography.com
 * 
 * Trademark:
 * Archer is a trademark of Hoefler & Frere-Jones, which may be registered in
 * certain jurisdictions.
 * 
 * Full name:
 * Archer-Bold
 * 
 * Manufacturer:
 * Hoefler & Frere-Jones
 * 
 * Designer:
 * Hoefler & Frere-Jones
 * 
 * Vendor URL:
 * www.typography.com
 * 
 * License information:
 * http://www.typography.com/support/eula.html
 */
Cufon.registerFont({"w":203,"face":{"font-family":"Archer Bold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-17.8633 -270 360 82","underline-thickness":"18","underline-position":"-18","stemh":"33","stemv":"39","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"A":{"d":"5,0r0,-36r20,0r59,-165r-26,0r0,-36r134,0r0,36r-26,0r59,165r21,0r0,36r-91,0r0,-36r27,0r-13,-39r-89,0r-13,39r29,0r0,36r-91,0xm91,-109r67,0r-33,-93","w":250},"B":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r95,0v94,-8,112,91,46,115v30,9,47,26,47,56v0,39,-31,66,-89,66r-99,0xm81,-36v38,2,78,0,78,-34v0,-33,-40,-36,-78,-34r0,68xm81,-136v36,3,72,-4,72,-34v0,-28,-37,-33,-72,-31r0,65","w":214,"k":{"}":4,"]":4,")":4,"\\":8,"\/":5,"v":2,"p":2,"b":1,"X":7,"V":9,"A":4,"S":2,"T":7,"U":4,"W":11,"Y":11,"Z":5,".":4,",":4,"t":2,"u":2,"w":2,"y":2,"z":2}},"C":{"d":"237,-37v-66,79,-220,37,-220,-81v0,-71,55,-123,124,-123v55,0,92,29,92,57v0,17,-11,29,-26,29v-21,1,-32,-18,-25,-38v-50,-28,-123,8,-123,74v0,81,106,115,151,54","w":252,"k":{"J":4,"M":4,"Q":7,"V":7,"X":7,"p":4,"v":4,"q":6,"m":4,"x":2,"A":9,"S":5,"T":7,"U":4,"W":5,"Y":7,"Z":4,"t":4,"u":6,"w":4,"y":4,"z":4,"C":7,"G":7,"O":7,"-":8,"a":6,"c":6,"d":6,"e":6,"f":4,"g":6,"n":4,"o":6,"r":4,"s":4}},"D":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r90,0v86,0,136,44,136,116v0,72,-47,121,-140,121r-86,0xm81,-36v72,6,116,-25,116,-84v0,-59,-47,-86,-116,-81r0,165","w":255,"k":{"J":2,"M":4,"V":9,"X":18,"b":1,"\\":12,"}":4,"]":4,")":4,"\/":7,"A":7,"S":7,"T":7,"W":13,"Y":11,"Z":7,".":16,",":16,"z":4,"a":2,"h":4,"k":2,"l":2}},"E":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r177,0r0,68r-39,0r0,-32r-70,0r0,63r72,0r0,35r-72,0r0,67r71,0r0,-32r38,0r0,68r-177,0","w":207,"k":{"J":4,"Q":7,"V":4,"X":2,"p":4,"v":6,"q":4,"A":4,"S":5,"T":7,"U":4,"W":4,"Y":4,"Z":4,"t":4,"u":2,"w":6,"y":6,"z":2,"C":7,"G":7,"O":7,"-":12,"c":4,"d":4,"e":4,"g":4,"o":4,"s":2}},"F":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r175,0r0,68r-39,0r0,-32r-68,0r0,68r70,0r0,35r-70,0r0,62r31,0r0,36r-99,0","w":201,"k":{"@":12,"\/":27,"&":8,"x":14,"v":13,"q":18,"p":12,"m":12,"j":2,"X":7,"V":7,"Q":14,"M":9,"J":25,"A":25,"S":9,"T":11,"U":7,"W":7,"Y":4,"Z":7,".":28,",":28,"t":8,"u":14,"w":13,"y":13,"z":16,"C":14,"G":14,"O":14,":":20,";":20,"-":18,"a":19,"c":18,"d":18,"e":18,"f":11,"g":18,"h":2,"i":4,"k":2,"l":2,"n":12,"o":18,"r":12,"s":17}},"G":{"d":"195,-18v-71,53,-178,4,-178,-100v0,-73,55,-123,124,-123v55,0,92,29,92,57v0,17,-11,29,-26,29v-21,1,-32,-18,-25,-38v-50,-28,-123,7,-123,75v0,78,81,107,135,70r0,-40r-59,0r0,-35r99,0r0,123r-39,0r0,-18","w":261,"k":{"V":7,"X":4,"p":2,"v":4,"T":7,"W":11,"Y":7,"Z":4,"t":1,"u":2,"w":4,"y":4,"z":2}},"H":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r98,0r0,36r-30,0r0,63r109,0r0,-63r-29,0r0,-36r97,0r0,36r-27,0r0,165r27,0r0,36r-97,0r0,-36r29,0r0,-66r-109,0r0,66r30,0r0,36r-98,0","w":271,"k":{"b":-2,"p":2,"q":4,"z":4,"a":4,"c":4,"d":4,"e":4,"g":4,"o":4,"s":2}},"I":{"d":"13,0r0,-36r29,0r0,-165r-29,0r0,-36r99,0r0,36r-29,0r0,165r29,0r0,36r-99,0","w":124,"k":{"b":-2,"p":2,"q":4,"z":4,"c":4,"d":4,"e":4,"g":4,"o":4,"s":2}},"J":{"d":"159,-78v1,52,-27,83,-75,82v-41,0,-74,-26,-74,-59v0,-37,50,-41,51,-7v0,8,-4,15,-8,18v19,24,77,10,66,-34r0,-123r-35,0r0,-36r101,0r0,36r-26,0r0,123","w":194,"k":{"\/":7,"x":5,"v":5,"q":6,"p":6,"m":6,"X":7,"V":5,"M":5,"J":11,"A":11,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":16,",":16,"t":3,"u":6,"w":5,"y":5,"z":9,":":12,";":12,"a":7,"c":6,"d":6,"e":6,"f":6,"g":6,"i":4,"n":6,"o":6,"r":6,"s":7}},"K":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r98,0r0,36r-30,0r0,80r80,-80r-27,0r0,-36r104,0r0,36r-26,0r-66,66r61,99r31,0r0,36r-57,0r-66,-108r-34,33r0,39r30,0r0,36r-98,0","w":245,"k":{"Q":4,"V":18,"v":9,"q":4,"j":-2,"A":11,"S":4,"W":18,"Y":14,".":-8,",":-8,"t":3,"u":4,"w":6,"y":4,"C":9,"G":4,"O":4,":":-8,";":-8,"-":12,"a":2,"c":4,"d":4,"e":4,"g":4,"i":-7,"o":4}},"L":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r99,0r0,36r-31,0r0,165r65,0r0,-33r39,0r0,69r-172,0","w":197,"k":{"M":4,"Q":14,"V":22,"X":4,"*":20,"b":4,"}":8,"]":8,"p":2,")":8,"?":16,"v":12,"q":2,"j":4,"S":2,"T":22,"U":11,"W":18,"Y":22,"Z":4,"t":6,"u":6,"w":9,"y":4,"C":14,"G":14,"O":7,"-":12,"c":2,"d":2,"e":2,"g":2,"o":2}},"M":{"d":"12,0r0,-36r28,0r7,-165r-29,0r0,-36r64,0r73,132r73,-132r64,0r0,36r-29,0r7,165r28,0r0,36r-97,0r0,-36r29,0r-5,-122r-68,118r-5,0r-68,-118r-4,122r28,0r0,36r-96,0","w":310,"k":{"v":6,"q":4,"p":3,"j":4,"X":4,"V":11,"Q":4,"M":4,"J":4,"A":4,"S":5,"T":2,"U":5,"W":11,"Y":5,"Z":4,"t":4,"w":6,"y":6,"z":4,"C":4,"G":4,"O":4,"-":4,"a":2,"c":4,"d":4,"e":4,"g":4,"o":4,"s":3}},"N":{"d":"209,1r-129,-164r0,127r29,0r0,36r-96,0r0,-36r27,0r0,-165r-27,0r0,-36r62,0r117,149r0,-113r-30,0r0,-36r95,0r0,36r-26,0r0,201","w":267,"k":{"J":7,"b":-2,"p":4,"v":2,"q":3,"m":4,"x":3,"&":8,".":12,",":12,"t":4,"u":4,"w":2,"y":2,"z":6,"a":6,"c":3,"d":3,"e":3,"f":4,"g":3,"i":2,"n":4,"o":3,"r":4,"s":6}},"O":{"d":"137,4v-72,0,-120,-53,-120,-122v0,-69,50,-123,122,-123v72,0,121,54,121,123v0,69,-51,122,-123,122xm138,-33v46,0,79,-35,79,-85v0,-49,-33,-85,-79,-85v-46,0,-79,35,-79,85v0,49,33,85,79,85","w":276,"k":{"J":2,"M":4,"V":11,"X":9,"b":1,"\\":12,"}":4,"]":4,")":4,"\/":7,"A":7,"S":7,"T":7,"W":13,"Y":11,"Z":7,".":16,",":16,"z":4,"a":2,"h":2,"k":2,"l":2}},"P":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r96,0v51,0,89,30,89,78v1,62,-50,87,-117,80r0,43r30,0r0,36r-98,0xm81,-115v33,5,75,-5,75,-44v0,-34,-34,-46,-75,-42r0,86","w":209,"k":{"@":8,"\/":18,"?":-12,"q":4,"X":14,"M":9,"J":23,"A":18,"Y":7,".":20,",":20,"z":2,"a":5,"c":4,"d":4,"e":4,"g":4,"o":4,"s":4}},"Q":{"d":"181,-6v26,11,45,29,76,4r21,32v-58,53,-107,-15,-159,-26v-58,-13,-101,-52,-102,-122v0,-69,50,-123,122,-123v72,0,121,54,121,123v0,62,-38,99,-79,112xm59,-118v-1,48,32,84,79,85v46,0,79,-35,79,-85v0,-49,-33,-85,-79,-85v-46,0,-79,35,-79,85","w":276,"k":{"\\":12,"b":1,"V":11,"M":4,"W":13,"Y":11,"z":4,"h":2,"k":2,"l":2}},"R":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36v84,-2,187,-9,185,72v0,31,-18,54,-44,64r36,65r27,0r0,36r-55,0r-47,-90v-10,1,-25,1,-34,0r0,54r30,0r0,36r-98,0xm81,-125v34,5,75,-6,75,-39v0,-32,-36,-40,-75,-37r0,76","w":223,"k":{"V":11,"X":5,"\\":8,"?":4,"v":2,"q":2,"j":-2,"T":11,"W":11,"Y":7,".":-8,",":-8,"w":1,":":-8,";":-8,"-":2,"c":2,"d":2,"e":2,"g":2,"o":2}},"S":{"d":"99,4v-47,0,-85,-26,-85,-55v0,-17,10,-28,25,-28v22,0,31,21,23,38v22,17,80,14,80,-22v0,-19,-20,-29,-44,-37v-44,-16,-75,-30,-75,-74v0,-38,31,-67,79,-67v44,0,78,23,78,51v0,17,-10,27,-24,27v-21,0,-31,-21,-23,-36v-18,-14,-69,-7,-69,22v0,19,20,28,44,37v42,15,75,30,75,74v0,45,-35,70,-84,70","w":199,"k":{"M":4,"V":5,"X":7,"*":4,"b":2,"\\":4,"p":2,"v":3,"q":2,"m":2,"x":4,"\/":5,"!":4,"A":5,"T":5,"U":2,"W":9,"Y":9,"Z":4,".":4,",":4,"u":2,"w":3,"y":3,"z":2,"a":4,"c":2,"d":2,"e":2,"g":2,"h":2,"k":2,"l":2,"n":2,"o":2,"r":2,"s":2}},"T":{"d":"61,0r0,-36r30,0r0,-166r-44,0r0,38r-39,0r0,-73r206,0r0,73r-39,0r0,-38r-44,0r0,166r30,0r0,36r-100,0","w":222,"k":{"J":18,"M":2,"Q":7,"V":4,"X":11,"p":11,"v":13,"q":17,"m":11,"x":13,"\/":18,"j":2,"&":8,"@":12,"A":18,"S":7,"U":2,"W":4,"Y":4,".":20,",":20,"t":9,"u":13,"w":13,"y":13,"z":17,"C":7,"G":7,"O":7,":":16,";":16,"-":24,"a":16,"c":17,"d":17,"e":17,"f":9,"g":17,"i":2,"n":11,"o":17,"r":11,"s":17}},"U":{"d":"125,4v-53,0,-89,-29,-89,-90r0,-115r-26,0r0,-36r95,0r0,36r-29,0v4,66,-20,168,49,168v71,0,44,-103,49,-168r-29,0r0,-36r94,0r0,36r-26,0r0,114v0,62,-36,91,-88,91","w":249,"k":{"J":11,"M":5,"V":5,"X":7,"p":6,"v":5,"q":6,"m":6,"x":5,"\/":7,"A":11,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":16,",":16,"t":3,"w":5,"y":5,"z":9,":":12,";":12,"a":6,"c":6,"d":6,"e":6,"f":2,"g":6,"i":4,"n":6,"o":6,"r":6,"s":9}},"V":{"d":"112,3r-86,-204r-21,0r0,-36r93,0r0,36r-25,0r52,130r51,-130r-27,0r0,-36r94,0r0,36r-22,0r-86,204r-23,0","w":247,"k":{"@":16,"\/":22,"&":8,"x":11,"v":11,"q":23,"p":11,"m":11,"j":2,"X":13,"Q":11,"M":11,"J":27,"A":22,"S":7,"T":4,"U":5,"Z":7,".":36,",":36,"t":4,"u":11,"w":11,"y":11,"z":13,"C":11,"G":16,"O":11,":":16,";":16,"-":24,"a":25,"c":23,"d":23,"e":23,"f":6,"g":23,"i":4,"n":11,"o":23,"r":11,"s":27}},"W":{"d":"98,3r-65,-204r-25,0r0,-36r101,0r0,36r-31,0r38,125r59,-138r22,0r58,138r36,-125r-32,0r0,-36r101,0r0,36r-26,0r-63,204r-23,0r-63,-146r-64,146r-23,0","w":367,"k":{"J":29,"M":11,"Q":13,"X":7,"p":18,"v":14,"q":27,"m":18,"x":14,"\/":22,"j":1,"&":8,"@":16,"A":20,"S":11,"T":4,"U":5,"Z":7,".":36,",":36,"t":11,"u":14,"w":14,"y":14,"z":16,"C":13,"G":13,"O":13,":":12,";":12,"-":20,"a":25,"c":27,"d":27,"e":27,"f":11,"g":27,"i":3,"n":18,"o":27,"r":18,"s":25}},"X":{"d":"9,0r0,-36r25,0r70,-86r-64,-79r-27,0r0,-36r99,0r0,36r-25,0r42,57r42,-57r-27,0r0,-36r99,0r0,36r-27,0r-64,78r68,87r26,0r0,36r-97,0r0,-36r24,0r-46,-64r-48,64r27,0r0,36r-97,0","w":254,"k":{"*":8,"v":9,"q":9,"p":3,"X":7,"V":13,"Q":13,"M":4,"J":7,"A":7,"S":4,"T":11,"U":7,"W":7,"Y":14,"Z":7,"t":6,"u":11,"w":6,"y":9,"C":13,"G":13,"O":9,"-":20,"a":4,"c":9,"d":9,"e":9,"g":9,"o":9,"s":6}},"Y":{"d":"66,0r0,-36r30,0r0,-54r-68,-111r-23,0r0,-36r89,0r0,36r-21,0r44,76r43,-76r-22,0r0,-36r90,0r0,36r-24,0r-68,111r0,54r30,0r0,36r-100,0","w":232,"k":{"J":27,"M":5,"Q":11,"X":14,"p":11,"v":13,"q":25,"m":11,"x":11,"\/":14,"j":2,"&":12,"@":16,"A":18,"S":11,"T":4,"U":5,".":28,",":28,"t":8,"u":11,"w":14,"y":11,"z":13,"C":11,"G":11,"O":11,":":16,";":16,"-":28,"a":23,"c":25,"d":25,"e":25,"f":6,"g":25,"i":4,"n":11,"o":25,"r":11,"s":23}},"Z":{"d":"16,0r0,-23r134,-180r-92,0r0,40r-35,0r0,-74r184,0r0,23r-134,180r102,0r0,-40r34,0r0,74r-193,0","w":225,"k":{"J":4,"M":4,"Q":4,"V":7,"X":7,"*":6,"\\":4,"v":4,"S":2,"T":7,"U":7,"W":4,"Y":7,"Z":4,"t":4,"u":2,"w":3,"y":4,"C":4,"G":7,"O":7,"-":8}},"a":{"d":"85,-161v44,0,68,20,69,61r0,68r23,0r0,32r-60,0r0,-17v-27,28,-104,31,-104,-24v0,-44,61,-55,103,-44v5,-37,-19,-51,-53,-43v6,14,-4,29,-19,29v-12,0,-21,-9,-21,-22v0,-19,19,-40,62,-40xm53,-45v3,30,46,19,63,5r0,-24v-22,-7,-65,-7,-63,19","w":183,"k":{"b":3,"p":3,"?":10,"v":6,"q":3,"x":3,"j":3,"u":3,"w":5,"y":6,"z":5,"-":5,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"b":{"d":"185,-80v0,66,-76,108,-123,65r-9,16r-27,0r0,-231r-23,0r0,-34r63,0r0,124v41,-45,119,-10,119,60xm66,-43v30,23,79,13,79,-36v0,-49,-52,-61,-79,-32r0,68","w":197,"k":{"\\":29,"}":5,"]":5,")":5,"?":10,"v":5,"x":3,"\/":11,".":10,",":10,"u":3,"w":4,"y":4,"z":3,"a":3}},"c":{"d":"156,-12v-57,35,-144,6,-144,-68v0,-41,33,-81,80,-81v43,0,72,28,72,53v0,17,-11,27,-25,27v-18,1,-32,-23,-19,-37v-21,-20,-71,-12,-69,38v2,55,67,62,108,33","w":179,"k":{"p":3,"?":5,"v":4,"q":3,"x":1,"\/":11,"u":3,"y":3,"z":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":4}},"d":{"d":"132,-17v-43,44,-120,9,-120,-61v0,-65,74,-107,120,-67r0,-85r-24,0r0,-34r63,0r0,232r23,0r0,32r-62,0r0,-17xm53,-78v0,50,52,58,79,31r0,-67v-30,-24,-79,-15,-79,36","w":201,"k":{"z":3,"a":3,"s":3}},"e":{"d":"167,-66r-114,0v10,46,74,42,109,19r-3,35v-57,35,-147,7,-147,-66v0,-45,31,-83,80,-83v57,1,85,42,75,95xm130,-93v0,-45,-72,-51,-77,0r77,0","w":180,"k":{"\\":29,"}":5,"]":5,")":5,"?":5,"x":3,"\/":11,".":5,",":5,"u":3,"z":3,"a":4}},"f":{"d":"38,-158v-4,-61,8,-105,63,-108v39,-2,47,49,14,49v-12,0,-19,-7,-23,-15v-20,7,-14,46,-15,74r41,0r0,33r-41,0r0,93r30,0r0,32r-93,0r0,-32r24,0r0,-93r-27,0r0,-33r27,0","w":123,"k":{"*":-24,"}":-29,"]":-29,")":-29,"?":-12,"q":4,"\/":9,"&":-10,".":10,",":10,"c":4,"d":4,"e":4,"g":4,"o":4}},"g":{"d":"67,36v39,14,73,-8,63,-59v-40,44,-118,10,-118,-58v0,-65,75,-103,119,-63r0,-14r61,0r0,33r-23,0r0,125v0,45,-29,74,-74,72v-36,-1,-71,-10,-71,-40v0,-11,9,-22,22,-22v14,0,25,11,21,26xm130,-114v-27,-23,-77,-16,-77,33v0,48,51,57,77,29r0,-62","w":200,"k":{"v":1,"x":5,".":14,",":14,"u":3,"w":1,"y":1,"z":5,"a":3,"d":3,"g":3,"s":4}},"h":{"d":"135,-32v-4,-34,14,-91,-22,-93v-14,0,-28,8,-41,18r0,75r22,0r0,32r-85,0r0,-32r24,0r0,-198r-24,0r0,-34r63,0r0,130v28,-38,103,-37,103,26r0,76r23,0r0,32r-84,0r0,-32r21,0","k":{"b":3,"p":3,"?":10,"v":6,"q":3,"x":3,"j":3,"w":5,"y":4,"z":5,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"i":{"d":"51,-182v-14,0,-26,-12,-26,-26v0,-14,13,-26,27,-26v14,0,26,12,26,26v0,14,-13,26,-27,26xm12,0r0,-32r24,0r0,-93r-24,0r0,-33r63,0r0,126r23,0r0,32r-86,0","w":109,"k":{"b":3,"p":4,"v":5,"j":4,"u":4,"w":4,"y":5,"z":3,"a":3,"s":3}},"j":{"d":"84,-3v1,44,-25,75,-63,75v-44,0,-52,-50,-17,-50v12,0,19,8,21,19v15,-4,20,-24,20,-41r0,-125r-30,0r0,-33r69,0r0,155xm58,-182v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26","w":106,"k":{"*":-5,"x":3,"y":3,"-":-7}},"k":{"d":"9,0r0,-32r24,0r0,-198r-24,0r0,-34r63,0r0,177r46,-39r-22,0r0,-32r93,0r0,33r-29,0r-37,31r40,61r26,0r0,33r-49,0r-45,-71r-23,19r0,20r20,0r0,32r-83,0","w":198,"k":{"q":3,"&":-5,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"l":{"d":"9,0r0,-32r25,0r0,-198r-25,0r0,-34r64,0r0,232r23,0r0,32r-87,0","w":106,"k":{"b":3,"p":4,"v":1,"j":4,"u":4,"w":1,"y":1,"z":3,"a":3,"s":3}},"m":{"d":"134,-32v-4,-34,14,-92,-22,-93v-13,0,-26,8,-38,18r0,75r21,0r0,32r-84,0r0,-32r24,0r0,-93r-24,0r0,-33r61,0r0,25v17,-29,82,-42,96,-2v29,-38,104,-35,104,27r0,76r23,0r0,32r-84,0r0,-32r22,0v-4,-34,14,-92,-22,-93v-13,0,-26,8,-38,18r0,75r21,0r0,32r-82,0r0,-32r22,0","w":300,"k":{"?":10,"x":3,"v":6,"q":3,"p":3,"j":3,"b":3,"w":5,"y":4,"z":5,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"n":{"d":"137,-32v-4,-35,13,-92,-23,-93v-14,0,-27,8,-40,18r0,75r21,0r0,32r-84,0r0,-32r24,0r0,-93r-24,0r0,-33r61,0r0,26v26,-40,104,-40,104,24r0,76r24,0r0,32r-84,0r0,-32r21,0","w":205,"k":{"b":3,"p":3,"?":10,"v":6,"q":3,"x":3,"j":3,"w":5,"y":4,"z":5,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"o":{"d":"96,3v-52,0,-84,-38,-84,-82v0,-43,33,-82,84,-82v52,0,84,38,84,82v0,43,-33,82,-84,82xm96,-30v26,0,44,-20,44,-49v0,-29,-18,-49,-44,-49v-26,0,-43,20,-43,49v0,29,17,49,43,49","w":192,"k":{"\\":29,"}":5,"]":5,")":5,"?":10,"v":5,"x":3,"\/":11,".":10,",":10,"u":3,"w":1,"y":4,"z":3,"a":3}},"p":{"d":"9,71r0,-33r24,0r0,-163r-24,0r0,-33r62,0r0,18v41,-46,118,-10,118,60v0,64,-68,107,-117,68r0,50r26,0r0,33r-89,0xm72,-43v30,22,77,14,77,-36v0,-50,-51,-60,-77,-32r0,68","w":201,"k":{"}":5,"]":5,")":5,"\/":11,"?":10,"x":3,"v":5,".":10,",":10,"u":3,"w":4,"y":4,"z":3,"a":3}},"q":{"d":"103,71r0,-34r29,0r0,-54v-43,44,-120,9,-120,-61v0,-67,76,-108,124,-65r8,-16r27,0r0,196r24,0r0,34r-92,0xm53,-78v0,50,52,58,79,31r0,-67v-30,-24,-79,-15,-79,36","w":191,"k":{"}":-29,"]":-29,")":-29,"\/":-29,"?":2}},"r":{"d":"122,-161v38,0,38,49,6,51v-12,0,-20,-7,-23,-14v-11,4,-24,16,-31,30r0,62r27,0r0,32r-90,0r0,-32r24,0r0,-93r-24,0r0,-33r61,0r0,36v13,-21,30,-39,50,-39","w":156,"k":{"*":-10,"q":5,"\/":18,"&":-5,".":14,",":14,"-":-7,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"s":4}},"s":{"d":"85,-161v26,0,61,10,61,38v0,13,-7,21,-19,21v-16,0,-25,-11,-21,-26v-14,-8,-51,-3,-48,12v0,9,9,15,33,21v38,10,59,19,59,47v0,65,-136,68,-136,11v0,-12,9,-21,21,-21v13,-1,26,11,21,27v15,7,58,9,57,-12v0,-8,-7,-13,-31,-19v-44,-12,-62,-22,-62,-49v0,-24,21,-50,65,-50","w":164,"k":{"b":1,"\\":29,"}":5,"]":5,"p":3,")":5,"?":10,"v":1,"q":1,"j":1,"u":3,"w":1,"y":1,"z":3,"a":1,"c":1,"d":1,"e":1,"g":1,"h":4,"k":4,"l":4,"o":1}},"t":{"d":"73,-125v5,32,-16,91,19,93v10,0,22,-4,31,-8r-3,34v-34,18,-86,11,-86,-38r0,-81r-31,0r0,-33r31,0r0,-33r39,-17r0,50r48,0r0,33r-48,0","w":132,"k":{"v":4,"q":4,"&":-10,"y":4,"z":3,"c":4,"d":4,"e":4,"g":4,"k":4,"l":4,"o":4}},"u":{"d":"68,-59v1,39,44,27,64,8r0,-74r-25,0r0,-33r64,0r0,126r23,0r0,32r-61,0r0,-25v-27,39,-104,39,-104,-25r0,-75r-23,0r0,-33r62,0r0,99","k":{"b":3,"?":2,"x":3,"u":3,"z":4}},"v":{"d":"83,3r-63,-128r-18,0r0,-33r80,0r0,32r-22,0r38,82r37,-82r-23,0r0,-32r80,0r0,33r-18,0r-63,128r-28,0","w":193,"k":{"*":-5,"@":10,"\/":18,"q":5,"p":3,".":24,",":24,"t":4,"z":3,"-":-5,"a":5,"c":5,"d":5,"e":5,"g":5,"h":3,"k":3,"l":3,"o":5,"s":5}},"w":{"d":"64,6r-39,-131r-23,0r0,-33r81,0r0,33r-23,0r22,77r37,-93r27,0r37,93r21,-77r-25,0r0,-33r81,0r0,33r-23,0r-39,131r-28,0r-39,-96r-40,96r-27,0","w":261,"k":{"*":-5,"p":1,"q":4,"\/":18,"&":5,"@":5,".":14,",":14,"z":1,"-":-5,"a":4,"c":4,"d":4,"e":1,"g":4,"h":1,"k":-1,"l":1,"o":1,"s":5}},"x":{"d":"4,0r0,-33r21,0r49,-47r-47,-45r-19,0r0,-33r79,0r0,31r-19,0r29,31r29,-31r-21,0r0,-31r79,0r0,33r-20,0r-46,44r50,48r20,0r0,33r-79,0r0,-31r18,0r-32,-33r-31,33r18,0r0,31r-78,0","w":192,"k":{"*":-5,"q":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"y":{"d":"97,32v-9,21,-30,40,-54,40v-36,0,-46,-42,-15,-45v9,0,15,6,18,12v16,-6,23,-31,31,-47r-56,-117r-19,0r0,-33r81,0r0,32r-23,0r36,83r37,-83r-24,0r0,-32r81,0r0,33r-19,0","w":191,"k":{"*":-5,"p":3,"q":5,"\/":18,"&":5,"@":10,".":24,",":24,"t":4,"z":5,"-":-5,"a":5,"c":5,"d":5,"e":5,"f":4,"g":5,"h":3,"k":3,"l":3,"o":5,"s":5}},"z":{"d":"10,0r0,-23r95,-104r-55,0r0,29r-34,0r0,-60r138,0r0,23r-95,104r64,0r0,-29r33,0r0,60r-146,0","w":166,"k":{"p":1,"?":5,"v":3,"q":3,"u":3,"w":1,"y":3,"z":3,"-":5,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":1}},"0":{"d":"105,3v-52,0,-90,-41,-90,-97v0,-56,38,-98,90,-98v52,0,90,42,90,98v0,56,-38,97,-90,97xm105,-30v30,0,49,-27,49,-64v0,-37,-19,-65,-49,-65v-30,0,-50,28,-50,65v0,37,20,64,50,64","w":209,"k":{"}":4,"]":4,")":4,"3":3}},"1":{"d":"21,0r0,-32r43,0r0,-117r-37,9r-9,-32v29,-5,50,-18,85,-17r0,157r42,0r0,32r-124,0","w":157,"k":{"9":3,"-":4}},"2":{"d":"168,-137v0,51,-92,73,-107,106r81,0r0,-31r33,0r0,62r-158,0r-7,-19v14,-33,44,-58,77,-77v24,-14,41,-25,41,-40v0,-26,-53,-28,-68,-15v11,15,-1,38,-19,37v-13,0,-25,-11,-25,-28v0,-33,37,-50,78,-50v47,0,74,28,74,55","w":190,"k":{"}":4,"]":4,")":4,"9":3,"5":3,"3":3}},"3":{"d":"87,46v-43,0,-77,-18,-81,-54v-4,-33,49,-37,49,-4v0,5,-2,11,-5,15v25,19,80,12,80,-26v0,-30,-33,-42,-71,-39r0,-31v35,2,68,-7,70,-37v3,-30,-50,-36,-70,-22v12,14,1,39,-18,38v-13,0,-25,-12,-25,-29v0,-33,29,-49,75,-49v45,0,78,25,78,60v0,27,-24,49,-51,53v28,7,52,26,53,58v0,40,-36,67,-84,67","w":181,"k":{"}":4,"]":4,")":4}},"4":{"d":"122,43r0,-60r-104,0r-9,-19r121,-160r28,23r-94,124r58,0r0,-41r38,-15r0,56r35,0r0,32r-35,0r0,60r-38,0","k":{"9":3,"5":3,"3":3,"-":9}},"5":{"d":"88,46v-42,-1,-71,-13,-75,-45v-4,-34,49,-36,49,-4v0,4,-1,8,-3,12v35,12,76,-8,72,-41v5,-40,-58,-50,-91,-30r-19,-10r15,-117r123,0r0,37r-94,0r-6,50v57,-12,112,11,112,70v0,46,-35,78,-83,78","w":185,"k":{"}":4,"]":4,")":4,"6":3,"-":4}},"6":{"d":"114,-233v33,0,66,12,66,42v0,15,-11,26,-24,26v-18,0,-30,-14,-25,-32v-41,-15,-71,15,-77,79v33,-52,136,-21,136,45v0,43,-36,76,-86,76v-58,0,-88,-42,-88,-106v0,-85,45,-130,98,-130xm57,-71v1,23,22,42,47,41v27,0,46,-19,46,-43v0,-22,-18,-40,-45,-40v-27,0,-48,18,-48,42","k":{"}":4,"]":4,")":4,"7":3,"3":7}},"7":{"d":"71,44r-33,-17r95,-184r-86,0r0,40r-35,0r0,-72r157,0r10,22","w":191,"k":{"@":7,"}":7,"]":7,")":7,"\/":18,"&":4,"9":5,"8":3,"6":3,"5":3,"4":23,"3":5,"2":5,"0":9,".":18,",":18,":":7,";":7,"-":7}},"8":{"d":"97,3v-86,0,-112,-92,-43,-120v-63,-29,-33,-116,43,-116v76,0,108,87,43,116v70,27,44,120,-43,120xm97,-131v21,0,38,-16,38,-35v0,-22,-15,-35,-38,-35v-23,0,-38,13,-38,35v0,19,17,35,38,35xm97,-30v27,0,44,-16,44,-36v0,-20,-17,-37,-44,-37v-27,0,-43,17,-43,37v0,20,16,36,43,36","w":194,"k":{"}":4,"]":4,")":4,"9":3,"3":7}},"9":{"d":"100,-192v59,1,88,44,88,106v0,85,-46,132,-99,132v-33,0,-65,-12,-65,-43v0,-15,11,-26,24,-26v18,0,31,16,24,32v42,15,73,-14,78,-78v-35,50,-137,20,-137,-47v0,-43,37,-76,87,-76xm146,-117v0,-23,-20,-42,-46,-42v-27,0,-47,19,-47,43v0,22,18,41,45,41v27,0,48,-18,48,-42","k":{"}":4,"]":4,")":4,"7":3}},".":{"d":"46,3v-16,0,-29,-14,-29,-30v0,-17,13,-30,29,-30v16,0,30,13,30,30v0,16,-14,30,-30,30","w":92,"k":{"Q":16,"V":36,"v":24,"T":20,"U":16,"W":36,"Y":28,"t":7,"u":7,"w":14,"y":5,"C":16,"G":16,"O":16}},",":{"d":"13,62r-11,-14v24,-19,36,-38,37,-49v-32,-6,-28,-56,7,-56v17,0,31,12,31,36v0,22,-16,56,-64,83","w":92,"k":{"Q":16,"V":36,"v":24,"T":20,"U":16,"W":36,"Y":28,"t":7,"u":7,"w":14,"y":5,"C":16,"G":16,"O":16}},":":{"d":"50,-92v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,28,13,28,29v0,16,-12,29,-28,29xm50,3v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,28,13,28,29v0,16,-12,29,-28,29","w":99},";":{"d":"50,-92v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,28,13,28,29v0,16,-12,29,-28,29xm18,60r-11,-14v23,-19,34,-37,35,-47v-30,-6,-26,-55,7,-54v16,0,31,12,31,35v0,21,-16,53,-62,80","w":99},"&":{"d":"232,-98r-20,0v-5,18,-12,34,-21,48r34,28r-22,26r-34,-29v-39,49,-158,33,-158,-35v0,-28,20,-51,47,-65v-46,-48,-27,-108,41,-108v40,0,65,21,65,54v0,30,-21,49,-50,62r52,46v5,-9,10,-18,13,-28r-18,0r0,-32r71,0r0,33xm51,-63v-2,35,68,44,92,17r-64,-58v-15,9,-28,23,-28,41xm99,-203v-32,10,-34,37,-6,66v17,-8,31,-20,31,-42v0,-13,-9,-24,-25,-24","w":241,"k":{"1":4,"j":-10,"V":16,"T":14,"W":16,"Y":16,"t":-10}},"!":{"d":"39,-72r-14,-165r50,0r-14,165r-22,0xm50,3v-15,0,-27,-12,-27,-27v0,-15,12,-27,27,-27v15,0,27,12,27,27v0,15,-12,27,-27,27","w":100},"?":{"d":"8,-186v0,-37,36,-54,76,-55v49,0,80,30,80,67v0,34,-21,60,-67,69r-3,33r-27,0r-8,-58v45,-6,62,-25,62,-44v0,-31,-53,-44,-71,-22v14,11,6,38,-15,38v-14,0,-27,-11,-27,-28xm80,3v-15,0,-26,-12,-26,-27v0,-15,11,-27,26,-27v15,0,27,12,27,27v0,15,-12,27,-27,27","w":176},"-":{"d":"15,-82r0,-40r105,0r0,40r-105,0","w":134,"k":{"M":4,"V":24,"X":20,"v":-5,"1":9,"A":6,"S":6,"T":24,"W":20,"Y":28,"Z":8,"t":-10,"w":-5,"y":-5,"h":-5,"k":-5,"l":-5}},"_":{"d":"-3,60r0,-37r212,0r0,37r-212,0","w":205},"\/":{"d":"34,77r-32,-15r147,-331r32,14","w":183,"k":{"\/":54,"9":14,"5":14,"4":43,"3":22,"2":22,"1":11,"0":14,"x":24,"v":19,"q":22,"p":24,"m":24,"Q":12,"J":20,"A":16,"S":6,"Z":8,"u":24,"w":19,"y":19,"z":39,"C":12,"G":12,"O":12,"a":44,"c":22,"d":22,"e":22,"f":10,"g":22,"n":24,"o":22,"r":24,"s":44}},"\\":{"d":"149,77r-147,-332r32,-14r147,331","w":183},"|":{"d":"34,72r0,-336r34,0r0,336r-34,0","w":102},"(":{"d":"139,82v-41,-21,-113,-78,-113,-176v0,-98,72,-155,113,-176r18,28v-41,26,-91,66,-91,148v0,82,50,122,91,148","w":158,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-14,"j":-29,"b":-19,"Q":4,"J":12,"A":4,"S":2,"y":-14,"C":4,"G":4,"O":4,"a":5,"c":5,"d":5,"e":5,"g":5,"h":-19,"k":-19,"l":-19,"o":5,"s":10}},")":{"d":"20,82r-19,-28v41,-26,91,-66,91,-148v0,-82,-50,-122,-91,-148r19,-28v41,21,113,78,113,176v0,98,-72,155,-113,176","w":158},"[":{"d":"33,72r0,-336r93,0r0,34r-55,0r0,268r55,0r0,34r-93,0","w":137,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-14,"j":-29,"b":-19,"Q":4,"J":12,"A":4,"S":2,"y":-14,"C":4,"G":4,"O":4,"a":5,"c":5,"d":5,"e":5,"g":5,"h":-19,"k":-19,"l":-19,"o":5,"s":10}},"]":{"d":"11,72r0,-34r56,0r0,-268r-56,0r0,-34r93,0r0,336r-93,0","w":137},"{":{"d":"112,-58v0,28,-49,55,-49,77v0,14,13,26,60,29r0,30v-71,-2,-97,-27,-97,-59v0,-36,41,-47,45,-76v2,-15,-23,-23,-50,-21r0,-34v27,2,52,-6,50,-21v-5,-29,-45,-41,-45,-77v0,-32,26,-56,97,-58r0,30v-47,3,-60,15,-60,29v0,22,49,50,49,77v0,20,-18,33,-44,37v26,4,44,17,44,37","w":139,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-14,"j":-29,"b":-19,"Q":4,"J":12,"A":4,"S":2,"y":-14,"C":4,"G":4,"O":4,"a":5,"c":5,"d":5,"e":5,"g":5,"h":-19,"k":-19,"l":-19,"o":5,"s":10}},"}":{"d":"68,-57v4,28,45,40,45,76v0,32,-26,57,-97,59r0,-30v47,-3,60,-15,60,-29v-1,-22,-48,-50,-48,-77v0,-20,17,-33,43,-37v-26,-4,-43,-17,-43,-37v0,-27,48,-55,48,-77v0,-14,-13,-26,-60,-29r0,-30v71,2,97,26,97,58v0,36,-40,49,-45,77v-3,14,23,23,50,21r0,34v-27,-2,-53,6,-50,21","w":139},"@":{"d":"193,47v-81,45,-179,-2,-179,-102v0,-92,67,-168,152,-168v68,0,113,45,113,106v0,58,-31,106,-76,106v-25,0,-40,-11,-43,-30v-22,43,-84,40,-84,-18v0,-62,66,-121,99,-58r9,-24r37,0r-21,82v-4,16,0,24,13,24v23,0,45,-35,45,-80v0,-49,-35,-90,-92,-90v-75,0,-131,70,-131,151v0,84,81,124,149,85xm135,-44v15,0,35,-16,35,-43v0,-14,-7,-22,-21,-22v-17,0,-32,21,-32,43v0,11,5,22,18,22","w":292,"k":{"5":4,"4":4,"3":4,"2":4,"1":7,"x":5,"X":12,"V":10,"A":4,"W":10,"Y":12,"Z":4,"z":10}},"*":{"d":"152,-203v8,28,-35,24,-62,26v13,13,58,31,35,56v-28,15,-34,-30,-42,-49v-9,19,-15,64,-42,49v-24,-24,22,-44,34,-56v-27,-2,-69,3,-61,-26v16,-27,49,8,64,16v-4,-21,-28,-62,5,-66v32,4,8,46,5,66v16,-8,48,-43,64,-16","w":165,"k":{"A":26}},"^":{"d":"37,-116r-18,-20r64,-63r64,63r-18,20r-46,-30","w":165},"~":{"d":"55,-130v32,-1,57,56,72,3r27,6v-4,35,-23,55,-43,55v-31,1,-58,-55,-72,-2r-27,-7v4,-35,23,-55,43,-55","w":165},"$":{"d":"121,-210r-2,23v26,4,53,15,53,41v0,14,-8,23,-21,23v-17,0,-25,-14,-21,-31v-4,-1,-10,-3,-17,-4r-4,46v30,6,67,18,67,54v0,39,-36,57,-77,58r-3,39r-29,-3r4,-38v-27,-4,-57,-17,-57,-44v0,-13,9,-23,22,-23v17,0,27,14,22,32v4,3,10,4,18,5r4,-48v-30,-7,-59,-20,-59,-53v0,-30,26,-52,69,-55r2,-25xm138,-54v0,-11,-12,-16,-34,-21r-4,45v20,-1,38,-8,38,-24xm89,-159v-34,2,-43,37,-4,42","w":191},"#":{"d":"23,-116r0,-32r34,0r7,-41r36,0r-7,41r38,0r7,-41r36,0r-7,41r30,0r0,32r-35,0r-6,39r29,0r0,32r-34,0r-7,45r-36,0r7,-45r-38,0r-6,45r-36,0r6,-45r-29,0r0,-32r34,0r7,-39r-30,0xm87,-118r-6,43r40,0r7,-43r-41,0","w":208},"%":{"d":"66,-98v-26,0,-49,-21,-49,-47v0,-26,23,-47,49,-47v26,0,48,21,48,47v0,26,-22,47,-48,47xm66,-123v12,0,19,-8,19,-21v0,-13,-7,-23,-19,-23v-12,0,-20,10,-20,23v0,13,8,21,20,21xm47,5r-15,-14r88,-91v30,-31,71,-76,86,-94r15,14r-89,91v-30,31,-70,76,-85,94xm187,-91v26,0,48,21,48,47v0,26,-22,47,-48,47v-26,0,-48,-21,-48,-47v0,-26,22,-47,48,-47xm187,-66v-12,0,-20,10,-20,23v0,13,8,21,20,21v12,0,19,-8,19,-21v0,-13,-7,-23,-19,-23","w":252},"\"":{"d":"106,-135v-4,-34,-36,-100,9,-106v45,5,12,73,8,106r-17,0xm29,-135r-16,-72v-4,-21,8,-34,24,-34v47,0,13,72,9,106r-17,0","w":152},"'":{"d":"29,-135r-16,-72v-4,-21,8,-34,24,-34v47,0,13,72,9,106r-17,0","w":75},"+":{"d":"67,-37r0,-48r-48,0r0,-33r48,0r0,-49r33,0r0,49r48,0r0,33r-48,0r0,48r-33,0","w":167},"=":{"d":"19,-119r0,-33r129,0r0,33r-129,0xm19,-51r0,-34r129,0r0,34r-129,0","w":167},"<":{"d":"111,-24r-93,-67r0,-22r93,-67r19,24r-74,54r74,53","w":152},">":{"d":"41,-24r-18,-25r74,-53r-74,-54r18,-24r93,67r0,22","w":152},"`":{"d":"72,-177v-20,-19,-56,-29,-65,-58v0,-21,26,-24,38,-8r39,54","w":84},"\u00a0":{"w":79}}});


/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.86 (05-APR-2010)
 * 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
 */
(function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}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(){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(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev);},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,1);}}}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]:[];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=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=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.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;}var buffer=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{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>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}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"){$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||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=false;}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.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(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing; 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{var roll=(opts.nextSlide+1)==els.length;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(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,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(curr,next,opts,fwd);while((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,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){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,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);});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.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,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,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,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,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,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null};})(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.72
 * 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.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.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 i,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);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(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 top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"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);


/*
 * jQuery Easing v1.1 - http://gsgd.co.uk/sandbox/jquery.easing.php
 *
 * Uses the built in easing capabilities added in jQuery 1.1
 * to offer multiple easing options
 *
 * Copyright (c) 2007 George Smith
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */
jQuery.easing={easein:function(x,t,b,c,d){return c*(t/=d)*t+b},easeinout:function(x,t,b,c,d){if(t<d/2)return 2*c*t*t/(d*d)+b;var a=t-d/2;return-2*c*a*a/(d*d)+2*c*a/d+c/2+b},easeout:function(x,t,b,c,d){return-c*t*t/(d*d)+2*c*t/d+b},expoin:function(x,t,b,c,d){var a=1;if(c<0){a*=-1;c*=-1}return a*(Math.exp(Math.log(c)/d*t))+b},expoout:function(x,t,b,c,d){var a=1;if(c<0){a*=-1;c*=-1}return a*(-Math.exp(-Math.log(c)/d*(t-d))+c+1)+b},expoinout:function(x,t,b,c,d){var a=1;if(c<0){a*=-1;c*=-1}if(t<d/2)return a*(Math.exp(Math.log(c/2)/(d/2)*t))+b;return a*(-Math.exp(-2*Math.log(c/2)/d*(t-d))+c+1)+b},bouncein:function(x,t,b,c,d){return c-jQuery.easing['bounceout'](x,d-t,0,c,d)+b},bounceout: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}},bounceinout:function(x,t,b,c,d){if(t<d/2)return jQuery.easing['bouncein'](x,t*2,0,c,d)*.5+b;return jQuery.easing['bounceout'](x,t*2-d,0,c,d)*.5+c*.5+b},elasin: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},elasout: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},elasinout: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},backin:function(x,t,b,c,d){var s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b},backout:function(x,t,b,c,d){var s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},backinout:function(x,t,b,c,d){var 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},linear:function(x,t,b,c,d){return c*t/d+b}};


/** Background-Position
 * @author Alexander Farkas
 * v. 1.21
 */


(function($) {
	if(!document.defaultView || !document.defaultView.getComputedStyle){ // IE6-IE8
		var oldCurCSS = jQuery.curCSS;
		jQuery.curCSS = function(elem, name, force){
			if(name === 'background-position'){
				name = 'backgroundPosition';
			}
			if(name !== 'backgroundPosition' || !elem.currentStyle || elem.currentStyle[ name ]){
				return oldCurCSS.apply(this, arguments);
			}
			var style = elem.style;
			if ( !force && style && style[ name ] ){
				return style[ name ];
			}
			return oldCurCSS(elem, 'backgroundPositionX', force) +' '+ oldCurCSS(elem, 'backgroundPositionY', force);
		};
	}
	
	var oldAnim = $.fn.animate;
	$.fn.animate = function(prop){
		if('background-position' in prop){
			prop.backgroundPosition = prop['background-position'];
			delete prop['background-position'];
		}
		if('backgroundPosition' in prop){
			prop.backgroundPosition = '('+ prop.backgroundPosition;
		}
		return oldAnim.apply(this, arguments);
	};
	
	function toArray(strg){
		strg = strg.replace(/left|top/g,'0px');
		strg = strg.replace(/right|bottom/g,'100%');
		strg = strg.replace(/([0-9\.]+)(\s|\)|$)/g,"$1px$2");
		var res = strg.match(/(-?[0-9\.]+)(px|\%|em|pt)\s(-?[0-9\.]+)(px|\%|em|pt)/);
		return [parseFloat(res[1],10),res[2],parseFloat(res[3],10),res[4]];
	}
	
	$.fx.step. backgroundPosition = function(fx) {
		if (!fx.bgPosReady) {
			var start = $.curCSS(fx.elem,'backgroundPosition');
			
			if(!start){//FF2 no inline-style fallback
				start = '0px 0px';
			}
			
			start = toArray(start);
			
			fx.start = [start[0],start[2]];
			
			var end = toArray(fx.options.curAnim.backgroundPosition);
			fx.end = [end[0],end[2]];
			
			fx.unit = [end[1],end[3]];
			fx.bgPosReady = true;
		}
		//return;
		var nowPosX = [];
		nowPosX[0] = ((fx.end[0] - fx.start[0]) * fx.pos) + fx.start[0] + fx.unit[0];
		nowPosX[1] = ((fx.end[1] - fx.start[1]) * fx.pos) + fx.start[1] + fx.unit[1];           
		fx.elem.style.backgroundPosition = nowPosX[0]+' '+nowPosX[1];

	};
})(jQuery);


// Toggle Fade
(function($) {
	$.fn.toggleFade = function(settings)
	{
		if(settings==undefined) {
			settings={ speedIn : 'slow'};
		}
		
		settings = jQuery.extend(
				{
					speedIn: "normal",
					speedOut: settings.speedIn
				}, settings
		);
		return this.each(function()
				{
			var isHidden = jQuery(this).is(":hidden");
			jQuery(this)[ isHidden ? "fadeIn" : "fadeOut" ]( isHidden ? settings.speedIn : settings.speedOut);
				});
	};
})(jQuery);

