/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());/*!
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * HTF Gotham    2003 The Hoefler Type Foundry, Inc. Info: www.typography.com
 *
 * Manufacturer:
 * HTF Gotham The Hoefler Type Foundry, Inc
 */
Cufon.registerFont({"w":228,"face":{"font-family":"Gotham Black","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-19 -336 397 62","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":99},"\u00dd":{"d":"95,-94r-96,-158r80,0r52,92r52,-92r78,0r-96,157r0,95r-70,0r0,-94xm139,-335r63,21r-53,46r-48,0","w":260},"\u00fd":{"d":"35,-6v11,7,35,18,45,2r-76,-191r72,0r38,118r37,-118r70,0r-84,219v-16,42,-87,42,-124,18xm119,-278r64,21r-53,46r-49,0","w":225},"\u00de":{"d":"235,-129v0,76,-61,96,-143,91r0,38r-70,0r0,-252r70,0r0,36v80,-4,143,12,143,87xm165,-126v0,-37,-36,-35,-73,-34r0,66v36,1,73,2,73,-32","w":245},"\u00fe":{"d":"146,4v-29,1,-47,-12,-59,-28r0,82r-69,0r0,-321r69,0r0,94v14,-15,29,-31,59,-30v56,3,86,42,86,101v0,59,-29,100,-86,102xm85,-98v0,27,14,44,40,45v23,0,40,-20,40,-45v0,-24,-17,-44,-40,-44v-26,1,-40,18,-40,44","w":243},"\u00f0":{"d":"186,-188v61,66,37,200,-70,193v-61,-4,-102,-34,-104,-95v-2,-64,68,-99,124,-72r-29,-39r-41,16r-24,-32r43,-14r-23,-32r72,0r8,11r35,-13r24,32r-38,12xm77,-90v0,23,15,37,40,37v23,1,40,-16,39,-37v-1,-23,-16,-36,-40,-37v-22,0,-39,16,-39,37","w":236},"!":{"d":"40,-82v-7,-57,-21,-106,-21,-170r78,0v0,64,-15,113,-21,170r-36,0xm23,-61r71,0r0,61r-71,0r0,-61","w":116},"\"":{"d":"113,-252v23,2,54,-4,73,2r-46,127r-36,0xm20,-252v23,2,55,-4,74,2r-46,127r-36,0","w":193},"#":{"d":"39,-49r-29,0r0,-58r39,0r6,-40r-33,0r0,-58r44,0r7,-47r53,0r-9,47r46,0r8,-47r52,0r-8,47r28,0r0,58r-38,0r-7,40r33,0r0,58r-42,0r-9,49r-52,0r8,-49r-45,0r-9,49r-52,0xm147,-105r7,-43r-47,0r-8,43r48,0","w":254},"$":{"d":"229,-76v0,50,-38,70,-85,76r0,35r-38,0r0,-36v-37,-5,-71,-17,-97,-35r32,-48v21,14,41,24,67,29r0,-43v-45,-11,-87,-24,-87,-78v0,-51,36,-73,86,-76r0,-21r37,0r0,22v32,3,55,14,76,28r-29,48v-14,-9,-31,-17,-48,-22r0,42v45,12,86,26,86,79xm109,-200v-20,-1,-32,17,-20,31v3,3,10,5,20,8r0,-39xm142,-53v23,-1,30,-17,19,-31v-3,-3,-10,-5,-19,-8r0,39","w":239},"&":{"d":"245,-116r-33,54r34,33r-48,34r-26,-26v-46,42,-164,34,-164,-48v0,-32,17,-56,51,-71v-38,-47,-5,-121,62,-117v44,3,74,22,75,65v1,36,-23,54,-49,66r28,27r24,-40xm121,-209v-27,1,-23,39,-7,52v18,-8,27,-18,27,-32v0,-11,-8,-21,-20,-20xm95,-100v-25,11,-22,55,12,53v12,0,21,-6,30,-11","w":251},"'":{"d":"20,-252v24,2,55,-4,75,2r-46,127r-37,0","w":102},"(":{"d":"121,51v-84,-28,-140,-152,-78,-245v19,-27,46,-47,78,-63r28,42v-36,26,-66,53,-66,112v0,58,30,85,66,111","w":160},")":{"d":"39,-257v105,27,145,211,45,279v-14,9,-28,20,-45,29r-28,-43v37,-25,66,-53,66,-111v0,-58,-29,-87,-66,-112","w":160},"*":{"d":"67,-170r-37,32r-20,-33r46,-16r-46,-16r20,-34r37,32r-9,-48r37,0r-9,48r37,-32r20,34r-46,16r46,16r-20,33r-37,-32r9,48r-37,0","w":153},"+":{"d":"84,-96r-61,0r0,-61r61,0r0,-62r63,0r0,62r60,0r0,61r-60,0r0,61r-63,0r0,-61","w":230},",":{"d":"7,33v25,-3,37,-14,36,-34r-28,0r0,-70r72,0v4,69,1,134,-74,130","w":102},"-":{"d":"14,-143r118,0r0,61r-118,0r0,-61","w":146},".":{"d":"15,-70r72,0r0,70r-72,0r0,-70","w":102},"\/":{"d":"146,-287r55,0r-159,333r-56,0","w":192},"0":{"d":"248,-127v0,77,-40,132,-117,132v-77,0,-116,-55,-116,-131v0,-77,40,-131,117,-131v76,0,116,54,116,130xm131,-195v-63,2,-62,137,1,138v63,-2,62,-136,-1,-138","w":262},"1":{"d":"59,-189r-43,10r-13,-54v38,-10,71,-25,124,-21r0,254r-68,0r0,-189","w":151},"2":{"d":"116,-256v88,0,122,102,59,149r-68,50r104,0r0,57r-199,0r0,-53v38,-31,86,-60,119,-95v16,-17,7,-49,-20,-47v-25,2,-35,15,-51,32r-47,-39v24,-29,49,-54,103,-54","w":224},"3":{"d":"211,-80v3,105,-160,103,-205,40r44,-44v16,16,32,29,61,29v18,0,32,-9,32,-26v-1,-28,-39,-27,-71,-26r-10,-36r58,-52r-96,0r0,-57r182,0r0,50r-60,52v36,8,64,26,65,70","w":223},"4":{"d":"138,-49r-122,0r-11,-49r130,-156r71,0r0,153r32,0r0,52r-32,0r0,49r-68,0r0,-49xm138,-101r0,-72r-60,72r60,0","w":248},"5":{"d":"213,-85v0,105,-153,111,-206,50r40,-47v17,14,35,28,61,28v22,0,37,-10,37,-31v0,-37,-57,-33,-77,-16r-42,-23r7,-128r169,0r0,58r-113,0r-3,38v55,-24,127,3,127,71","w":226},"6":{"d":"223,-86v-4,59,-40,91,-100,91v-75,0,-108,-44,-108,-124v0,-118,114,-175,201,-110r-33,49v-19,-19,-65,-29,-84,-4v-8,10,-12,23,-14,39v46,-41,143,-15,138,59xm84,-83v0,20,15,34,36,34v20,0,35,-13,35,-33v-1,-19,-15,-33,-36,-33v-21,-1,-35,13,-35,32","w":238},"7":{"d":"133,-193r-116,0r0,-59r194,0r0,53r-112,199r-77,0","w":221},"8":{"d":"217,-71v0,55,-47,75,-104,75v-56,0,-101,-20,-103,-74v0,-33,18,-51,43,-61v-18,-11,-36,-25,-35,-55v0,-93,190,-95,190,0v0,30,-16,44,-34,55v23,11,43,26,43,60xm82,-178v-1,17,14,28,31,28v17,0,31,-10,31,-28v0,-16,-14,-26,-31,-26v-18,0,-31,11,-31,26xm77,-77v0,19,15,29,36,29v22,0,36,-11,37,-29v0,-18,-17,-27,-37,-27v-20,0,-36,9,-36,27","w":226},"9":{"d":"224,-134v9,121,-118,177,-205,109r33,-48v32,32,104,24,101,-32v-46,41,-143,13,-138,-60v4,-59,40,-92,101,-92v75,0,102,46,108,123xm83,-169v0,21,14,34,36,34v20,0,35,-13,35,-33v0,-22,-14,-35,-36,-35v-21,0,-35,14,-35,34","w":238},":":{"d":"17,-195r72,0r0,70r-72,0r0,-70xm17,-70r72,0r0,70r-72,0r0,-70","w":105},";":{"d":"17,-195r72,0r0,70r-72,0r0,-70xm9,34v25,-3,37,-14,36,-34r-28,0r0,-70r72,0v4,70,0,134,-75,130","w":105},"<":{"d":"23,-95r0,-63r179,-72r0,64r-117,39r117,40r0,64","w":231},"=":{"d":"27,-205r176,0r0,60r-176,0r0,-60xm27,-108r176,0r0,60r-176,0r0,-60","w":230},">":{"d":"30,-87r117,-39r-117,-40r0,-64r178,72r0,63r-178,72r0,-64","w":231},"?":{"d":"4,-218v40,-53,187,-56,183,38v-1,46,-31,67,-70,75r-5,23r-43,0r-9,-60v25,-11,58,-4,59,-33v-7,-35,-65,-14,-79,4xm54,-61r71,0r0,61r-71,0r0,-61","w":194},"@":{"d":"80,-94v-7,-74,86,-124,128,-67r4,-22r56,9r-18,109v0,13,10,21,23,21v31,-2,45,-34,43,-73v-4,-78,-60,-126,-140,-126v-87,0,-145,56,-145,144v0,88,57,143,146,143v39,0,62,-9,88,-24r7,11v-27,15,-54,28,-95,27v-98,-3,-161,-61,-161,-157v0,-96,62,-158,160,-158v90,0,155,54,155,140v0,55,-23,95,-77,96v-27,0,-46,-11,-55,-27v-34,48,-127,25,-119,-46xm172,-139v-36,-2,-50,68,-8,69v37,3,49,-68,8,-69","w":347},"A":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0","w":286},"B":{"d":"248,-70v0,94,-133,66,-226,70r0,-252v88,5,212,-25,215,64v1,31,-17,47,-39,56v28,11,50,25,50,62xm167,-174v-1,-30,-46,-20,-77,-22r0,44v31,-2,77,9,77,-22xm178,-79v0,-34,-54,-22,-88,-24r0,47v34,-2,88,10,88,-23","w":257},"C":{"d":"255,-52v-23,33,-55,59,-111,57v-78,-3,-125,-51,-130,-131v-8,-127,175,-175,239,-78r-52,40v-28,-48,-121,-32,-115,38v3,39,21,66,60,67v29,1,42,-15,57,-30","w":262},"D":{"d":"262,-127v0,119,-111,135,-240,127r0,-252r98,0v86,1,142,42,142,125xm190,-126v0,-51,-42,-69,-98,-64r0,128v57,5,98,-12,98,-64","w":275},"E":{"d":"22,-252r203,0r0,59r-134,0r0,39r121,0r0,55r-121,0r0,40r136,0r0,59r-205,0r0,-252","w":240},"F":{"d":"22,-252r202,0r0,61r-132,0r0,43r119,0r0,58r-119,0r0,90r-70,0r0,-252","w":233},"G":{"d":"260,-34v-26,22,-62,40,-109,39v-84,-1,-133,-49,-137,-131v-6,-122,156,-169,238,-94r-41,49v-38,-42,-126,-25,-126,46v0,58,61,87,109,59r0,-30r-50,0r0,-51r116,0r0,113","w":276},"H":{"d":"22,-252r70,0r0,94r90,0r0,-94r70,0r0,252r-70,0r0,-96r-90,0r0,96r-70,0r0,-252","w":273},"I":{"d":"24,-252r70,0r0,252r-70,0r0,-252","w":117},"J":{"d":"184,-92v13,105,-136,123,-183,54r45,-43v11,12,20,24,40,24v20,0,29,-14,28,-36r0,-159r70,0r0,160","w":203},"K":{"d":"22,-252r70,0r0,102r87,-102r83,0r-96,108r99,144r-84,0r-63,-94r-26,29r0,65r-70,0r0,-252","w":262},"L":{"d":"22,-252r70,0r0,191r122,0r0,61r-192,0r0,-252","w":221},"M":{"d":"22,-252r74,0r60,98r60,-98r74,0r0,252r-69,0r0,-145r-66,99r-64,-98r0,144r-69,0r0,-252","w":312},"N":{"d":"22,-252r65,0r104,133r0,-133r69,0r0,252r-61,0r-108,-138r0,138r-69,0r0,-252","w":282},"O":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67","w":299},"P":{"d":"235,-163v-2,75,-62,95,-143,91r0,72r-70,0r0,-252v101,-1,215,-13,213,89xm165,-159v0,-37,-36,-35,-73,-34r0,66v35,1,73,2,73,-32","w":242},"Q":{"d":"150,-257v108,-6,169,116,113,203r26,22r-36,40r-27,-25v-20,13,-46,22,-77,22v-81,0,-135,-50,-135,-131v0,-81,55,-128,136,-131xm85,-126v-1,49,41,81,90,64r-35,-29r36,-40r34,31v14,-48,-13,-94,-61,-94v-40,0,-63,28,-64,68","w":299},"R":{"d":"246,-166v0,41,-22,65,-52,78r60,88r-80,0r-52,-76r-30,0r0,76r-70,0r0,-252v102,1,224,-18,224,86xm176,-161v0,-38,-47,-30,-84,-31r0,61v37,0,84,7,84,-30","w":258},"S":{"d":"198,-131v60,49,6,144,-77,135v-50,-5,-89,-16,-118,-41r39,-47v25,20,53,30,82,30v24,0,41,-21,20,-31v-49,-23,-129,-17,-129,-91v0,-97,148,-97,201,-47r-35,49v-20,-14,-42,-21,-70,-24v-22,-2,-34,19,-17,30v35,12,79,16,104,37","w":234},"T":{"d":"84,-191r-76,0r0,-61r221,0r0,61r-75,0r0,191r-70,0r0,-191","w":237},"U":{"d":"254,-112v-1,77,-41,117,-118,117v-77,0,-117,-39,-117,-116r0,-141r71,0r0,140v0,33,15,54,46,54v77,-2,38,-123,47,-194r71,0r0,140","w":272},"V":{"d":"2,-252r78,0r58,159r57,-159r76,0r-102,254r-65,0","w":273},"W":{"d":"5,-252r74,0r44,146r49,-147r60,0r48,147r44,-146r73,0r-85,254r-60,0r-51,-145r-51,145r-60,0","w":402},"X":{"d":"90,-128r-82,-124r80,0r44,71r45,-71r79,0r-83,123r87,129r-81,0r-48,-76r-49,76r-78,0","w":263},"Y":{"d":"95,-94r-96,-158r80,0r52,92r52,-92r78,0r-96,157r0,95r-70,0r0,-94","w":260},"Z":{"d":"14,-51r127,-142r-122,0r0,-59r218,0r0,51r-126,142r126,0r0,59r-223,0r0,-51","w":251},"[":{"d":"24,-252r124,0r0,46r-63,0r0,206r63,0r0,47r-124,0r0,-299","w":164},"\\":{"d":"-9,-287r56,0r159,333r-55,0","w":192},"]":{"d":"16,0r64,0r0,-206r-64,0r0,-46r125,0r0,299r-125,0r0,-47","w":164},"^":{"d":"67,-252r46,0r52,75r-48,0r-27,-35r-28,35r-47,0","w":180},"_":{"d":"-1,16r218,0r0,42r-218,0r0,-42","w":216},"`":{"d":"32,-257r63,-21r38,67r-48,0","w":180},"a":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5","w":215},"b":{"d":"232,-98v0,59,-29,100,-86,102v-29,1,-47,-12,-59,-28r0,24r-69,0r0,-263r69,0r0,94v14,-15,29,-31,59,-30v56,3,86,42,86,101xm85,-98v0,27,14,44,40,45v23,0,40,-20,40,-45v0,-24,-17,-44,-40,-44v-26,1,-40,18,-40,44","w":243},"c":{"d":"77,-98v0,47,57,58,76,25r46,33v-18,26,-44,45,-87,45v-62,0,-98,-40,-102,-102v-7,-100,142,-137,188,-58r-46,34v-17,-32,-75,-22,-75,23","w":204},"d":{"d":"157,-26v-15,15,-30,32,-60,30v-56,-3,-86,-42,-86,-101v0,-59,29,-99,86,-102v30,-2,46,14,60,28r0,-92r68,0r0,263r-68,0r0,-26xm78,-98v0,27,14,45,40,45v26,0,40,-18,40,-45v0,-26,-14,-44,-40,-44v-25,0,-40,18,-40,44","w":243},"e":{"d":"199,-35v-17,23,-45,40,-84,40v-63,0,-105,-37,-105,-102v0,-61,38,-102,99,-102v69,0,100,48,98,121r-131,0v6,40,66,39,86,12xm143,-113v0,-30,-36,-48,-56,-26v-6,6,-10,15,-12,26r68,0","w":217},"f":{"d":"143,-212v-17,-6,-50,-9,-45,19r44,0r0,53r-43,0r0,140r-68,0r0,-140r-23,0r0,-54r23,0v-8,-67,55,-81,112,-66r0,48","w":145},"g":{"d":"225,-47v14,114,-128,124,-208,83r22,-45v37,24,128,33,119,-37v-15,14,-31,30,-60,29v-53,-2,-87,-35,-87,-91v0,-54,31,-91,84,-91v31,0,46,12,62,27r0,-23r68,0r0,148xm78,-108v0,23,16,39,40,38v23,0,40,-16,40,-38v0,-22,-17,-38,-40,-38v-23,0,-40,16,-40,38","w":243},"h":{"d":"116,-138v-50,3,-22,90,-29,138r-69,0r0,-263r69,0r0,95v28,-51,124,-36,124,41r0,127r-68,0r0,-105v0,-19,-9,-34,-27,-33"},"i":{"d":"18,-263r72,0r0,51r-72,0r0,-51xm20,-195r68,0r0,195r-68,0r0,-195","w":108},"j":{"d":"18,-263r72,0r0,51r-72,0r0,-51xm88,-9v5,59,-45,75,-97,65r0,-45v20,1,30,-3,29,-23r0,-183r68,0r0,186","w":108},"k":{"d":"18,-263r69,0r0,133r53,-65r77,0r-68,78r70,117r-75,0r-40,-66r-17,20r0,46r-69,0r0,-263","w":217},"l":{"d":"20,-263r68,0r0,263r-68,0r0,-263","w":108},"m":{"d":"114,-138v-18,0,-28,11,-27,32r0,106r-69,0r0,-195r69,0r0,27v17,-38,99,-43,114,1v30,-50,132,-41,132,39r0,128r-69,0r0,-106v1,-20,-9,-32,-26,-32v-18,0,-28,11,-28,32r0,106r-69,0r0,-106v1,-21,-9,-32,-27,-32","w":349},"n":{"d":"116,-138v-50,3,-22,90,-29,138r-69,0r0,-195r69,0r0,28v28,-52,124,-37,124,40r0,127r-68,0r0,-105v0,-19,-9,-34,-27,-33"},"o":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43","w":236},"p":{"d":"146,4v-29,1,-47,-12,-59,-28r0,82r-69,0r0,-253r69,0r0,26v14,-15,29,-31,59,-30v56,3,86,42,86,101v0,59,-29,100,-86,102xm85,-98v0,27,14,44,40,45v23,0,40,-20,40,-45v0,-24,-17,-44,-40,-44v-26,1,-40,18,-40,44","w":243},"q":{"d":"97,-199v30,-2,46,14,60,28r0,-24r68,0r0,253r-68,0r0,-84v-15,15,-30,32,-60,30v-56,-3,-86,-42,-86,-101v0,-59,29,-99,86,-102xm78,-98v0,27,14,45,40,45v26,0,40,-18,40,-45v0,-26,-14,-44,-40,-44v-25,0,-40,18,-40,44","w":243},"r":{"d":"148,-126v-66,-6,-63,61,-61,126r-69,0r0,-195r69,0r0,39v10,-24,27,-44,61,-42r0,72","w":154},"s":{"d":"133,-115v74,23,40,128,-37,119v-37,-5,-68,-11,-92,-28r25,-42v18,11,41,22,67,22v19,0,22,-15,9,-20v-39,-15,-91,-17,-92,-70v-1,-77,111,-77,158,-42r-23,43v-17,-10,-37,-16,-58,-18v-14,-1,-21,13,-7,19v11,5,36,13,50,17","w":185},"t":{"d":"143,-7v-44,23,-113,11,-113,-53r0,-80r-23,0r0,-55r23,0r0,-49r69,0r0,49r45,0r0,55r-45,0v5,30,-14,84,18,86v11,0,18,-3,26,-7r0,54","w":155},"u":{"d":"141,-27v-27,51,-124,36,-124,-40r0,-128r68,0r0,106v0,19,10,33,28,32v49,-4,21,-90,28,-138r69,0r0,195r-69,0r0,-27"},"v":{"d":"4,-195r72,0r37,114r37,-114r71,0r-77,196r-63,0","w":225},"w":{"d":"4,-195r67,0r26,98r30,-98r56,0r30,99r27,-99r66,0r-60,196r-60,0r-31,-101r-33,101r-58,0","w":309},"x":{"d":"68,-98r-64,-97r74,0r29,48r28,-48r73,0r-64,96r65,99r-73,0r-31,-50r-30,50r-72,0","w":212},"y":{"d":"35,-6v11,7,35,18,45,2r-76,-191r72,0r38,118r37,-118r70,0r-84,219v-16,42,-87,42,-124,18","w":225},"z":{"d":"12,-45r90,-95r-87,0r0,-55r177,0r0,45r-90,96r90,0r0,54r-180,0r0,-45","w":202},"{":{"d":"154,51v-61,-5,-101,-26,-94,-96v3,-31,-18,-36,-48,-36r0,-45v42,5,47,-19,47,-62v0,-53,45,-62,95,-69r11,40v-36,4,-48,22,-44,65v2,29,-16,42,-40,49v32,7,43,32,39,73v-3,30,20,34,45,41","w":176},"|":{"d":"38,-287r52,0r0,333r-52,0r0,-333","w":127},"}":{"d":"164,-81v-85,-13,-10,108,-97,123v-12,2,-27,7,-45,9r-10,-40v35,-5,48,-22,43,-66v-3,-28,16,-41,40,-48v-33,-7,-43,-32,-39,-74v3,-30,-18,-34,-44,-40r10,-40v61,6,101,24,94,96v-3,30,17,36,48,35r0,45","w":176},"~":{"d":"122,-82v-28,1,-63,-32,-74,3r-33,-9v7,-30,14,-53,44,-54v28,-2,63,32,75,-2r33,9v-7,30,-15,52,-45,53","w":181},"\u00c4":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0xm153,-320r59,0r0,51r-59,0r0,-51xm74,-320r60,0r0,51r-60,0r0,-51","w":286},"\u00c5":{"d":"143,-321v40,0,62,47,37,74r104,247r-75,0r-18,-45r-97,0r-18,45r-74,0r105,-247v-26,-25,-4,-74,36,-74xm119,-276v0,13,11,25,24,25v12,0,24,-12,24,-25v0,-12,-12,-23,-24,-23v-13,0,-24,11,-24,23xm171,-99r-28,-72r-29,72r57,0","w":286},"\u00c7":{"d":"146,-59v29,1,42,-15,57,-30r52,37v-22,29,-49,53,-98,56r-20,58r-54,-23r28,-38v-56,-17,-93,-56,-97,-127v-8,-127,175,-175,239,-78r-52,40v-28,-48,-121,-32,-115,38v3,39,21,66,60,67","w":262},"\u00c9":{"d":"22,-252r203,0r0,59r-134,0r0,39r121,0r0,55r-121,0r0,40r136,0r0,59r-205,0r0,-252xm128,-336r64,21r-53,46r-48,0","w":240},"\u00d1":{"d":"22,-252r65,0r104,133r0,-133r69,0r0,252r-61,0r-108,-138r0,138r-69,0r0,-252xm173,-269v-29,2,-64,-32,-75,3r-32,-9v6,-30,13,-53,44,-54v28,-1,64,32,75,-3r32,9v-6,30,-13,53,-44,54","w":282},"\u00d6":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67xm159,-320r60,0r0,51r-60,0r0,-51xm81,-320r59,0r0,51r-59,0r0,-51","w":299},"\u00dc":{"d":"254,-112v-1,77,-41,117,-118,117v-77,0,-117,-39,-117,-116r0,-141r71,0r0,140v0,33,15,54,46,54v77,-2,38,-123,47,-194r71,0r0,140xm146,-320r60,0r0,51r-60,0r0,-51xm67,-320r60,0r0,51r-60,0r0,-51","w":272},"\u00e1":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm115,-279r64,21r-53,46r-48,0","w":215},"\u00e0":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm38,-258r64,-21r37,67r-48,0","w":215},"\u00e2":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm79,-271r56,0r46,60r-44,0r-30,-22r-31,22r-43,0","w":215},"\u00e4":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm117,-264r59,0r0,52r-59,0r0,-52xm38,-264r59,0r0,52r-59,0r0,-52","w":215},"\u00e3":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm139,-211v-29,1,-63,-31,-75,2r-32,-9v7,-29,14,-51,44,-53v29,-1,64,31,75,-3r33,9v-7,30,-15,52,-45,54","w":215},"\u00e5":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v23,-10,45,-15,79,-15v62,0,95,25,95,86r0,112r-68,0r0,-20v-29,40,-122,30,-122,-36xm106,-85v-36,-4,-43,46,-7,46v23,0,36,-15,33,-41v-6,-2,-18,-4,-26,-5xm155,-259v0,28,-21,46,-48,46v-27,0,-48,-18,-48,-46v0,-28,21,-46,48,-46v27,0,48,18,48,46xm83,-259v0,13,11,24,24,24v13,0,24,-11,24,-24v0,-12,-11,-24,-24,-24v-13,0,-24,12,-24,24","w":215},"\u00e7":{"d":"77,-98v0,47,57,58,76,25r46,33v-16,24,-37,41,-73,44r-21,58r-54,-23r29,-39v-38,-16,-67,-45,-70,-97v-6,-100,142,-137,188,-58r-46,34v-17,-32,-75,-22,-75,23","w":204},"\u00e9":{"d":"199,-35v-17,23,-45,40,-84,40v-63,0,-105,-37,-105,-102v0,-61,38,-102,99,-102v69,0,100,48,98,121r-131,0v6,40,66,39,86,12xm143,-113v0,-30,-36,-48,-56,-26v-6,6,-10,15,-12,26r68,0xm120,-279r63,21r-53,46r-48,0","w":217},"\u00e8":{"d":"199,-35v-17,23,-45,40,-84,40v-63,0,-105,-37,-105,-102v0,-61,38,-102,99,-102v69,0,100,48,98,121r-131,0v6,40,66,39,86,12xm143,-113v0,-30,-36,-48,-56,-26v-6,6,-10,15,-12,26r68,0xm35,-258r64,-21r37,67r-48,0","w":217},"\u00ea":{"d":"199,-35v-17,23,-45,40,-84,40v-63,0,-105,-37,-105,-102v0,-61,38,-102,99,-102v69,0,100,48,98,121r-131,0v6,40,66,39,86,12xm143,-113v0,-30,-36,-48,-56,-26v-6,6,-10,15,-12,26r68,0xm81,-270r56,0r46,59r-44,0r-30,-22r-31,22r-43,0","w":217},"\u00eb":{"d":"199,-35v-17,23,-45,40,-84,40v-63,0,-105,-37,-105,-102v0,-61,38,-102,99,-102v69,0,100,48,98,121r-131,0v6,40,66,39,86,12xm143,-113v0,-30,-36,-48,-56,-26v-6,6,-10,15,-12,26r68,0xm119,-263r59,0r0,52r-59,0r0,-52xm40,-263r59,0r0,52r-59,0r0,-52","w":217},"\u00ed":{"d":"20,-195r68,0r0,195r-68,0r0,-195xm64,-278r63,21r-52,46r-49,0","w":108},"\u00ec":{"d":"20,-195r68,0r0,195r-68,0r0,-195xm-19,-257r64,-21r38,67r-48,0","w":108},"\u00ee":{"d":"20,-195r68,0r0,195r-68,0r0,-195xm27,-271r55,0r46,60r-44,0r-30,-22r-30,22r-43,0","w":108},"\u00ef":{"d":"20,-195r68,0r0,195r-68,0r0,-195xm64,-263r59,0r0,52r-59,0r0,-52xm-15,-263r60,0r0,52r-60,0r0,-52","w":108},"\u00f1":{"d":"116,-138v-50,3,-22,90,-29,138r-69,0r0,-195r69,0r0,28v28,-52,124,-37,124,40r0,127r-68,0r0,-105v0,-19,-9,-34,-27,-33xm147,-211v-28,2,-63,-32,-74,2r-33,-9v7,-30,15,-52,45,-53v29,-1,63,31,74,-3r33,9v-7,30,-15,52,-45,54"},"\u00f3":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43xm129,-279r64,21r-53,46r-48,0","w":236},"\u00f2":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43xm43,-258r64,-21r37,67r-48,0","w":236},"\u00f4":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43xm90,-270r56,0r46,59r-44,0r-30,-22r-31,22r-43,0","w":236},"\u00f6":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43xm128,-263r59,0r0,52r-59,0r0,-52xm49,-263r59,0r0,52r-59,0r0,-52","w":236},"\u00f5":{"d":"226,-98v0,64,-43,103,-108,103v-64,0,-108,-38,-108,-102v0,-62,43,-102,108,-102v64,0,108,38,108,101xm77,-98v0,27,16,45,41,45v26,0,41,-17,41,-44v0,-26,-15,-44,-41,-44v-27,0,-41,18,-41,43xm149,-211v-28,1,-63,-32,-74,2r-33,-9v7,-30,15,-52,45,-53v29,-1,63,31,74,-3r33,9v-7,30,-15,52,-45,54","w":236},"\u00fa":{"d":"141,-27v-27,51,-124,36,-124,-40r0,-128r68,0r0,106v0,19,10,33,28,32v49,-4,21,-90,28,-138r69,0r0,195r-69,0r0,-27xm120,-278r63,21r-53,46r-48,0"},"\u00f9":{"d":"141,-27v-27,51,-124,36,-124,-40r0,-128r68,0r0,106v0,19,10,33,28,32v49,-4,21,-90,28,-138r69,0r0,195r-69,0r0,-27xm45,-257r64,-21r37,67r-48,0"},"\u00fb":{"d":"141,-27v-27,51,-124,36,-124,-40r0,-128r68,0r0,106v0,19,10,33,28,32v49,-4,21,-90,28,-138r69,0r0,195r-69,0r0,-27xm86,-271r56,0r46,60r-44,0r-30,-22r-30,22r-44,0"},"\u00fc":{"d":"141,-27v-27,51,-124,36,-124,-40r0,-128r68,0r0,106v0,19,10,33,28,32v49,-4,21,-90,28,-138r69,0r0,195r-69,0r0,-27xm124,-263r59,0r0,52r-59,0r0,-52xm45,-263r59,0r0,52r-59,0r0,-52"},"\u00b0":{"d":"150,-191v0,39,-26,64,-65,64v-39,0,-66,-26,-66,-64v0,-37,27,-64,66,-64v39,0,65,26,65,64xm55,-191v0,17,13,31,30,31v17,0,31,-14,30,-31v0,-18,-12,-30,-30,-30v-15,-1,-30,15,-30,30","w":169},"\u00a2":{"d":"200,-70v-17,24,-41,43,-81,43r-5,29r-41,0r6,-35v-39,-14,-67,-43,-67,-95v0,-63,41,-97,102,-101r4,-25r41,0r-5,31v19,7,35,20,45,35r-41,32v-4,-6,-11,-10,-17,-14r-17,90v16,-1,26,-10,34,-20xm107,-177v-38,3,-49,72,-16,91","w":207},"\u00a3":{"d":"178,-174v-14,-25,-69,-30,-66,12r0,18r78,0r0,49r-78,0r0,40r106,0r0,55r-202,0r0,-41r27,-11r0,-43r-27,0r0,-49r27,0v-20,-111,117,-145,177,-76","w":230},"\u00a7":{"d":"194,-54v0,76,-131,69,-168,30r28,-39v16,10,36,19,59,21v17,1,27,-13,11,-20v-41,-15,-109,-11,-109,-61v0,-23,15,-33,33,-39v-43,-41,4,-95,66,-95v35,0,67,12,85,29r-27,39v-16,-10,-36,-20,-59,-21v-17,-1,-28,13,-12,20v41,16,109,11,109,61v0,23,-15,33,-33,39v10,7,18,19,17,36xm67,-132v5,17,56,24,72,25v11,1,19,-3,19,-13v-5,-17,-55,-24,-72,-25v-11,-1,-19,3,-19,13","w":225},"\u00b6":{"d":"8,-165v-2,-90,91,-90,184,-87r0,252r-70,0r0,-79v-66,0,-113,-23,-114,-86","w":214},"\u00df":{"d":"169,-131v51,6,69,91,19,116v-20,10,-45,18,-77,16r0,-49v22,-2,40,-8,40,-30v-1,-20,-19,-27,-40,-29r0,-36v27,-7,45,-66,4,-66v-18,0,-29,14,-29,35r0,174r-68,0r0,-172v2,-61,36,-94,98,-94v52,0,88,25,90,76v1,30,-17,49,-37,59"},"\u00ae":{"d":"280,-127v0,79,-52,132,-131,132v-78,0,-130,-53,-130,-131v0,-78,52,-131,131,-131v78,0,130,52,130,130xm34,-126v0,71,46,117,115,117v70,0,116,-47,116,-118v0,-70,-46,-116,-115,-116v-70,0,-116,47,-116,117xm157,-199v60,-10,77,74,30,90r33,49r-44,0v-10,-14,-18,-30,-29,-43r-16,0r0,43r-39,0r0,-139r65,0xm177,-149v0,-21,-25,-17,-46,-17r0,34v21,0,46,2,46,-17","w":298},"\u00a9":{"d":"280,-127v0,79,-52,132,-131,132v-78,0,-130,-53,-130,-131v0,-78,52,-131,131,-131v78,0,130,52,130,130xm34,-126v0,71,46,117,115,117v70,0,116,-47,116,-118v0,-70,-46,-116,-115,-116v-70,0,-116,47,-116,117xm212,-87v-30,52,-141,34,-133,-41v-7,-70,98,-95,132,-43r-30,23v-15,-27,-67,-16,-62,21v-3,37,48,47,63,19","w":298},"\u00b4":{"d":"85,-278r63,21r-53,46r-48,0","w":180},"\u00a8":{"d":"100,-263r59,0r0,52r-59,0r0,-52xm21,-263r59,0r0,52r-59,0r0,-52","w":180},"\u00c6":{"d":"131,-252r236,0r0,59r-125,0r0,39r113,0r0,55r-113,0r0,40r127,0r0,59r-195,0r0,-45r-82,0r-23,45r-71,0xm174,-99r0,-96r-5,0r-49,96r54,0","w":382},"\u00d8":{"d":"285,-127v3,107,-117,162,-207,113r-14,16r-53,0r36,-41v-20,-21,-33,-49,-33,-87v0,-106,117,-161,207,-112r14,-16r53,0r-36,41v18,21,32,49,33,86xm178,-189v-62,-28,-117,38,-85,98xm121,-63v62,28,116,-38,85,-98","w":299},"\u00b1":{"d":"213,-74v1,102,-164,95,-207,34r43,-42v16,15,33,28,62,28v19,1,33,-8,33,-25v-1,-26,-37,-22,-66,-22r0,-52v28,0,61,2,61,-23v-8,-38,-69,-19,-82,5r-43,-40v23,-25,50,-47,99,-46v51,2,91,18,93,68v1,32,-16,48,-38,58v25,8,45,25,45,57","w":222},"\u00a5":{"d":"93,-33r-66,0r0,-44r66,0r0,-18r-66,0r0,-43r49,0r-75,-114r80,0r47,83r48,-83r77,0r-75,114r50,0r0,43r-66,0r0,18r66,0r0,44r-66,0r0,33r-69,0r0,-33","w":254},"\u00b5":{"d":"285,-127v0,40,-14,69,-36,90r63,65r0,4r-93,0r-33,-32v-96,19,-172,-34,-172,-126v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67","w":299},"\u00aa":{"d":"83,-157v-16,23,-71,18,-67,-19v-4,-35,42,-37,68,-31v1,-24,-36,-19,-52,-12r-7,-27v36,-16,96,-11,96,40r0,61r-38,0r0,-12xm15,-125r107,0r0,28r-107,0r0,-28xm69,-192v-18,-2,-24,25,-4,25v14,0,20,-7,19,-22v-4,-1,-10,-3,-15,-3","w":140},"\u00ba":{"d":"129,-199v0,35,-24,57,-59,57v-34,0,-58,-20,-58,-56v0,-36,25,-56,59,-56v34,0,58,22,58,55xm18,-125r104,0r0,28r-104,0r0,-28xm49,-199v0,14,9,25,22,25v12,0,21,-11,21,-24v0,-13,-9,-24,-22,-24v-12,0,-21,11,-21,23","w":140},"\u00e6":{"d":"9,-56v0,-62,72,-71,123,-54v4,-47,-64,-37,-93,-24r-14,-49v38,-18,118,-24,145,7v15,-13,34,-23,61,-23v68,2,101,50,96,121r-130,0v6,40,65,39,85,12r38,31v-26,46,-126,53,-161,11v-39,37,-150,45,-150,-32xm264,-113v0,-30,-37,-48,-57,-26v-6,6,-9,15,-11,26r68,0xm106,-85v-36,-5,-41,48,-6,46v13,0,26,-5,39,-16v-7,-11,-1,-29,-19,-28v-5,-1,-9,-2,-14,-2","w":338},"\u00f8":{"d":"226,-98v2,83,-91,125,-163,89r-10,11r-48,0r30,-33v-15,-16,-24,-38,-25,-66v-1,-81,91,-125,163,-88r10,-12r48,0r-30,34v15,16,24,37,25,65xm134,-141v-39,-13,-72,23,-56,63xm103,-53v38,13,71,-24,55,-63","w":236},"\u00bf":{"d":"69,-252r72,0r0,61r-72,0r0,-61xm191,-34v-40,53,-186,57,-183,-38v1,-48,31,-66,70,-75r4,-23r44,0r9,60v-25,11,-58,6,-60,33v8,35,66,14,80,-4","w":194},"\u00a1":{"d":"23,-252r71,0r0,61r-71,0r0,-61xm19,0v0,-64,15,-113,21,-170r36,0v7,57,21,106,21,170r-78,0","w":116},"\u00ab":{"d":"167,-11v-20,-30,-45,-55,-63,-87r63,-84r49,24r-46,62r46,61xm11,-88r0,-17r57,-77r50,24r-47,62r47,61r-50,24","w":227},"\u00bb":{"d":"110,-35r47,-61r-47,-62r49,-24r57,77r0,17r-57,77xm11,-35r47,-61r-47,-62r49,-24v20,30,45,55,63,87r-63,84","w":227},"\u00a0":{"w":99},"\u00c0":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0xm71,-315r63,-21r38,67r-49,0","w":286},"\u00c3":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0xm175,-269v-29,2,-64,-33,-75,3r-33,-9v7,-30,14,-53,45,-54v28,-2,64,32,74,-3r33,9v-7,30,-14,53,-44,54","w":286},"\u00d5":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67xm181,-269v-28,2,-63,-32,-74,3r-33,-9v7,-30,14,-53,44,-54v28,-2,65,33,75,-3r33,9v-7,30,-14,53,-45,54","w":299},"\u00ff":{"d":"35,-6v11,7,35,18,45,2r-76,-191r72,0r38,118r37,-118r70,0r-84,219v-16,42,-87,42,-124,18xm122,-263r59,0r0,52r-59,0r0,-52xm43,-263r60,0r0,52r-60,0r0,-52","w":225},"\u00a4":{"d":"112,-81v12,32,69,33,84,3r43,40v-19,24,-44,44,-87,43v-63,-1,-95,-36,-110,-85r-29,0r0,-38r25,0v0,-6,-2,-13,0,-18r-25,0r0,-37r31,0v8,-83,146,-115,194,-43r-44,41v-14,-27,-71,-31,-81,3r56,0r0,36r-64,0r0,18r64,0r0,37r-57,0","w":245},"\u00b7":{"d":"15,-148r72,0r0,71r-72,0r0,-71","w":102},"\u00c2":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0xm116,-328r55,0r46,59r-44,0r-30,-22r-30,22r-44,0","w":286},"\u00ca":{"d":"22,-252r203,0r0,59r-134,0r0,39r121,0r0,55r-121,0r0,40r136,0r0,59r-205,0r0,-252xm96,-328r56,0r46,59r-44,0r-30,-22r-30,22r-44,0","w":240},"\u00c1":{"d":"109,-254r68,0r107,254r-75,0r-18,-45r-97,0r-18,45r-74,0xm171,-99r-28,-72r-29,72r57,0xm152,-336r64,21r-53,46r-48,0","w":286},"\u00cb":{"d":"22,-252r203,0r0,59r-134,0r0,39r121,0r0,55r-121,0r0,40r136,0r0,59r-205,0r0,-252xm134,-320r59,0r0,51r-59,0r0,-51xm55,-320r59,0r0,51r-59,0r0,-51","w":240},"\u00c8":{"d":"22,-252r203,0r0,59r-134,0r0,39r121,0r0,55r-121,0r0,40r136,0r0,59r-205,0r0,-252xm60,-315r63,-21r38,67r-48,0","w":240},"\u00cd":{"d":"24,-252r70,0r0,252r-70,0r0,-252xm69,-336r63,21r-52,46r-49,0","w":117},"\u00ce":{"d":"24,-252r70,0r0,252r-70,0r0,-252xm31,-328r56,0r46,59r-44,0r-30,-22r-31,22r-43,0","w":117},"\u00cf":{"d":"24,-252r70,0r0,252r-70,0r0,-252xm69,-320r59,0r0,51r-59,0r0,-51xm-10,-320r59,0r0,51r-59,0r0,-51","w":117},"\u00cc":{"d":"24,-252r70,0r0,252r-70,0r0,-252xm-15,-315r64,-21r37,67r-48,0","w":117},"\u00d3":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67xm162,-336r64,21r-53,46r-48,0","w":299},"\u00d4":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67xm122,-328r55,0r47,60r-44,0r-31,-22r-30,22r-43,0","w":299},"\u00d2":{"d":"285,-127v0,81,-54,132,-136,132v-81,0,-135,-50,-135,-131v0,-81,55,-131,136,-131v81,0,135,50,135,130xm85,-127v0,41,24,69,65,69v41,0,64,-28,64,-68v0,-40,-25,-68,-65,-68v-41,0,-64,28,-64,67xm73,-315r64,-21r38,67r-49,0","w":299},"\u00da":{"d":"254,-112v-1,77,-41,117,-118,117v-77,0,-117,-39,-117,-116r0,-141r71,0r0,140v0,33,15,54,46,54v77,-2,38,-123,47,-194r71,0r0,140xm146,-334r64,21r-53,46r-49,0","w":272},"\u00db":{"d":"254,-112v-1,77,-41,117,-118,117v-77,0,-117,-39,-117,-116r0,-141r71,0r0,140v0,33,15,54,46,54v77,-2,38,-123,47,-194r71,0r0,140xm109,-328r55,0r46,59r-44,0r-30,-22r-30,22r-43,0","w":272},"\u00d9":{"d":"254,-112v-1,77,-41,117,-118,117v-77,0,-117,-39,-117,-116r0,-141r71,0r0,140v0,33,15,54,46,54v77,-2,38,-123,47,-194r71,0r0,140xm63,-313r64,-21r38,67r-49,0","w":272},"\u00af":{"d":"22,-255r136,0r0,42r-136,0r0,-42","w":180},"\u00b8":{"d":"39,39r33,-44r45,0r-23,67","w":180},"\u00d0":{"d":"279,-127v0,120,-111,135,-239,127r0,-99r-29,0r0,-55r29,0r0,-98v127,-7,239,4,239,125xm208,-126v0,-53,-41,-72,-100,-66r0,38r42,0r0,55r-42,0r0,39v59,5,100,-12,100,-66","w":293}}});/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * HTF Gotham    2000 The Hoefler Type Foundry, Inc. Info: www.typography.com
 * 
 * Manufacturer:
 * HTF Gotham The Hoefler Type Foundry, Inc
 */
Cufon.registerFont({"w":232,"face":{"font-family":"Gotham-Book","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-8 -326 386 58.6664","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":108},"\u0141":{"d":"46,0r0,-108r-27,8r0,-27r27,-8r0,-117r29,0r0,108r77,-23r0,26r-77,24r0,91r142,0r0,26r-171,0","w":233},"\u0142":{"d":"72,0r-27,0r0,-116r-28,9r0,-27r28,-8r0,-121r27,0r0,113r27,-9r0,27r-27,9r0,123","w":116},"\u0160":{"d":"117,-297v14,-11,21,-29,50,-24r-38,47r-25,0r-38,-47r24,0xm184,-203v-31,-36,-141,-43,-124,30v31,49,150,21,148,105v-2,94,-146,85,-189,31r18,-21v25,21,45,32,86,36v55,5,78,-66,23,-82v-49,-14,-118,-17,-117,-82v0,-84,126,-84,172,-39","w":230},"\u0161":{"d":"91,-237v14,-11,21,-29,50,-24r-38,47r-25,0r-38,-47r24,0xm140,-89v42,32,7,98,-47,93v-29,-3,-59,-14,-78,-28r15,-20v17,14,37,21,64,24v32,3,53,-36,24,-51v-34,-19,-92,-14,-94,-65v-2,-64,92,-63,131,-33r-13,21v-24,-24,-106,-27,-87,21v20,21,61,21,85,38","w":179},"\u00dd":{"d":"143,0r-29,0r0,-100r-104,-152r34,0r85,126r86,-126r33,0r-105,152r0,100xm118,-272r34,-52r29,13r-41,39r-22,0","w":257},"\u00fd":{"d":"30,27v28,17,61,2,67,-28r-85,-185r31,0r68,155r59,-155r30,0r-78,192v-13,45,-55,66,-102,43xm96,-213r34,-52r29,13r-41,39r-22,0","w":212},"\u00de":{"d":"64,-209v82,-3,161,1,160,80v-1,79,-75,88,-160,84r0,45r-28,0r0,-252r28,0r0,43xm64,-71v63,1,131,5,131,-56v0,-62,-68,-58,-131,-56r0,112","w":242},"\u00fe":{"d":"130,-190v57,0,89,40,89,97v0,57,-34,94,-89,97v-37,2,-56,-19,-71,-40r0,94r-28,0r0,-321r28,0r0,114v15,-23,34,-41,71,-41xm125,-21v42,0,65,-28,65,-72v0,-43,-23,-72,-65,-72v-41,0,-67,28,-67,72v0,44,26,72,67,72","w":239},"\u017d":{"d":"127,-297v14,-11,21,-29,50,-24r-38,47r-25,0r-38,-47r24,0xm30,-226r0,-26r196,0r0,19r-163,207r163,0r0,26r-202,0r0,-19r163,-207r-157,0","w":249},"\u017e":{"d":"104,-237v14,-11,21,-29,50,-24r-38,47r-25,0r-38,-47r24,0xm24,-163r0,-23r157,0r0,18r-123,145r123,0r0,23r-161,0r0,-18r124,-145r-120,0","w":200},"\u00f0":{"d":"19,-89v-4,-75,89,-110,144,-66r-47,-66r-46,22r-13,-17r47,-22r-18,-25r33,0r10,14r35,-17r13,17r-37,17v25,45,68,74,68,141v0,58,-35,95,-96,95v-57,0,-90,-37,-93,-93xm114,-20v41,0,66,-27,66,-68v0,-39,-27,-65,-69,-65v-40,0,-63,26,-63,66v0,41,27,67,66,67","w":227},"!":{"d":"65,-252r-8,181r-16,0r-8,-181r32,0xm32,0r0,-38r34,0r0,38r-34,0","w":97},"\"":{"d":"105,-252v10,2,27,-3,33,2r-29,96r-15,0xm34,-252v10,2,27,-3,34,2r-29,96r-16,0","w":158},"#":{"d":"192,-165r-13,76r42,0r0,25r-46,0r-11,64r-25,0r10,-64r-68,0r-11,64r-25,0r10,-64r-39,0r0,-25r44,0r13,-76r-43,0r0,-25r47,0r11,-62r25,0r-10,62r68,0r11,-62r25,0r-10,62r38,0r0,25r-43,0xm98,-165r-13,76r69,0r13,-76r-69,0","w":252},"$":{"d":"127,-138v45,11,78,25,78,70v0,45,-33,64,-77,68r0,35r-23,0r0,-36v-37,-3,-62,-17,-85,-37r16,-21v21,17,39,31,70,34r0,-90v-45,-11,-76,-24,-76,-70v0,-43,33,-64,75,-67r0,-21r23,0r0,22v31,2,49,14,69,29r-16,21v-16,-13,-32,-21,-54,-26r0,89xm106,-228v-47,-5,-68,60,-24,77v6,3,14,6,24,8r0,-85xm127,-24v46,6,71,-61,25,-78v-6,-3,-15,-6,-25,-8r0,86","w":228},"&":{"d":"231,-120v-11,23,-21,45,-36,63r44,45r-22,17r-39,-41v-22,21,-44,40,-83,40v-46,0,-79,-25,-79,-71v0,-40,29,-60,61,-73v-42,-35,-28,-120,41,-116v38,2,62,22,62,57v0,39,-30,54,-60,66r58,58v12,-17,21,-35,30,-56xm104,-149v27,-10,47,-20,49,-49v1,-20,-16,-36,-36,-35v-49,0,-43,65,-13,84xm45,-68v-2,43,50,58,86,39v10,-6,21,-14,30,-24r-68,-70v-27,9,-47,27,-48,55","w":250},"'":{"d":"34,-252v10,2,27,-3,34,2r-29,96r-16,0","w":88},"(":{"d":"136,-239v-48,31,-83,67,-83,136v0,68,35,104,83,135r-12,19v-81,-35,-133,-152,-74,-243v17,-26,42,-47,74,-65","w":156},")":{"d":"104,-103v0,-69,-36,-105,-84,-136r12,-18v82,34,133,152,74,242v-17,26,-42,48,-74,66r-12,-19v48,-31,84,-66,84,-135","w":156},"*":{"d":"120,-162r-37,-26r4,45r-19,0r4,-45r-37,26r-10,-17r42,-19r-42,-19r10,-17r37,26r-4,-45r19,0r-4,45r37,-26r10,17r-42,19r42,19","w":154},"+":{"d":"102,-214r27,0r0,74r74,0r0,26r-74,0r0,74r-27,0r0,-74r-75,0r0,-26r75,0r0,-74","w":230},",":{"d":"17,31v15,-6,25,-13,24,-31r-13,0r0,-38r33,0v2,43,-1,77,-40,82","w":88},"-":{"d":"23,-94r0,-29r100,0r0,29r-100,0","w":146},".":{"d":"28,0r0,-38r33,0r0,38r-33,0","w":88},"\/":{"d":"185,-287r-167,333r-26,0r167,-333r26,0","w":182},"0":{"d":"129,-256v72,0,106,56,106,130v0,74,-35,130,-106,130v-73,0,-107,-57,-107,-130v0,-72,35,-130,107,-130xm129,-22v103,-2,102,-206,0,-208v-103,1,-103,207,0,208","w":257},"1":{"d":"10,-233v28,-7,47,-23,83,-21r0,254r-29,0r0,-224r-47,14","w":128},"2":{"d":"133,-126v37,-27,39,-106,-22,-104v-35,1,-50,19,-68,43r-21,-15v20,-29,42,-54,91,-54v82,0,95,97,43,144r-96,86r133,0r0,26r-176,0r0,-22","w":215},"3":{"d":"167,-71v0,-40,-41,-51,-86,-49r-6,-17r79,-89r-123,0r0,-26r161,0r0,21r-79,88v46,4,81,23,83,71v4,94,-143,93,-178,31r21,-18v18,22,37,37,73,37v33,0,55,-17,55,-49","w":220},"4":{"d":"183,-254r0,170r39,0r0,24r-39,0r0,60r-27,0r0,-60r-133,0r-8,-20r143,-174r25,0xm156,-213r-106,129r106,0r0,-129","w":241},"5":{"d":"170,-78v0,-57,-78,-63,-115,-39r-19,-12r7,-123r145,0r0,26r-120,0r-6,81v56,-27,137,-3,137,66v0,71,-78,101,-140,72v-15,-7,-28,-17,-40,-29r19,-20v29,43,132,51,132,-22","w":220},"6":{"d":"22,-119v0,-89,53,-160,145,-130v12,4,23,12,34,21r-16,22v-26,-31,-94,-32,-114,7v-11,21,-19,49,-20,80v31,-61,164,-46,159,39v-3,53,-36,84,-90,84v-70,0,-98,-48,-98,-123xm120,-21v38,0,61,-21,61,-58v0,-36,-25,-54,-61,-54v-37,0,-63,20,-63,55v0,37,26,57,63,57"},"7":{"d":"24,-252r171,0r0,21r-114,231r-32,0r114,-226r-139,0r0,-26","w":214},"8":{"d":"156,-130v27,10,53,27,52,62v0,96,-189,95,-189,0v-1,-35,26,-51,52,-62v-23,-11,-44,-27,-44,-59v0,-45,39,-67,86,-67v47,0,84,22,86,67v2,34,-21,48,-43,59xm56,-187v0,62,115,61,115,0v0,-59,-115,-58,-115,0xm113,-21v35,0,66,-13,66,-48v0,-64,-131,-64,-131,0v0,34,30,48,65,48","w":226},"9":{"d":"113,-256v70,0,98,49,98,124v0,90,-57,160,-148,128v-13,-4,-24,-14,-35,-23r17,-22v26,34,94,35,117,-4v12,-20,19,-47,20,-79v-29,62,-164,49,-159,-38v3,-54,35,-86,90,-86xm114,-116v37,0,62,-21,62,-58v0,-37,-27,-57,-64,-57v-36,0,-60,23,-60,59v0,37,25,56,62,56"},":":{"d":"30,-148r0,-38r33,0r0,38r-33,0xm30,0r0,-38r33,0r0,38r-33,0","w":91},";":{"d":"30,-148r0,-38r33,0r0,38r-33,0xm18,31v15,-5,26,-12,24,-31r-12,0r0,-38r33,0v2,43,-1,77,-40,82","w":91},"<":{"d":"195,-222r0,27r-139,68r139,68r0,28r-169,-84r0,-24","w":230},"=":{"d":"198,-182r0,26r-166,0r0,-26r166,0xm198,-98r0,27r-166,0r0,-27r166,0","w":230},">":{"d":"36,-31r0,-28r138,-67r-138,-68r0,-28r168,83r0,24","w":230},"?":{"d":"74,-130v39,-3,73,-15,73,-53v0,-31,-22,-47,-52,-47v-30,0,-50,15,-66,34r-18,-17v19,-23,42,-42,84,-42v86,0,109,112,35,137v-9,3,-19,7,-29,8r-3,39r-19,0xm72,0r0,-38r33,0r0,38r-33,0","w":193},"@":{"d":"19,-99v-8,-139,174,-204,269,-114v25,23,46,55,46,99v0,50,-21,85,-68,88v-25,1,-44,-13,-50,-30v-27,47,-124,37,-124,-35v0,-75,98,-122,136,-60r5,-25r24,4r-17,103v0,18,10,30,30,29v38,-2,51,-34,51,-74v0,-80,-61,-130,-144,-130v-89,0,-145,58,-145,145v0,89,57,145,148,145v39,0,63,-9,89,-24r6,9v-27,15,-54,28,-95,27v-97,-4,-156,-61,-161,-157xm162,-48v61,4,86,-108,15,-110v-62,-6,-85,109,-15,110","w":352},"A":{"d":"270,0r-30,0r-30,-67r-137,0r-30,67r-29,0r115,-254r27,0xm142,-221r-58,129r115,0","w":284},"B":{"d":"239,-69v-2,88,-116,66,-203,69r0,-252v81,2,187,-18,189,63v0,32,-18,49,-40,59v29,9,54,24,54,61xm196,-185v0,-55,-78,-39,-132,-41r0,86v57,-1,132,12,132,-45xm210,-71v-1,-57,-87,-41,-146,-43r0,88v60,-3,147,16,146,-45","w":259},"C":{"d":"252,-40v-25,24,-52,44,-101,44v-79,0,-123,-53,-127,-130v-8,-119,150,-170,226,-90r-19,21v-21,-19,-42,-35,-79,-35v-61,0,-94,42,-98,104v-6,101,125,134,179,68","w":265},"D":{"d":"36,-252v123,-9,221,14,221,126v0,111,-98,135,-221,126r0,-252xm64,-26v94,8,164,-16,164,-100v0,-83,-69,-109,-164,-100r0,200","w":281},"E":{"d":"218,-226r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0r0,-252r182,0r0,26","w":241},"F":{"d":"217,-226r-153,0r0,90r137,0r0,26r-137,0r0,110r-28,0r0,-252r181,0r0,26","w":236},"G":{"d":"254,-34v-23,20,-58,39,-101,38v-81,-2,-125,-50,-129,-130v-6,-114,138,-169,221,-97r-19,22v-19,-17,-40,-30,-76,-29v-61,2,-92,44,-96,104v-7,96,108,132,172,80r0,-63r-76,0r0,-26r104,0r0,101","w":282},"H":{"d":"64,-113r0,113r-28,0r0,-252r28,0r0,112r146,0r0,-112r28,0r0,252r-28,0r0,-113r-146,0","w":273},"I":{"d":"67,-252r0,252r-29,0r0,-252r29,0","w":104},"J":{"d":"167,-252v-7,104,33,256,-78,256v-40,0,-62,-20,-78,-45r21,-18v14,21,26,36,57,36v32,0,51,-24,50,-60r0,-169r28,0","w":199},"K":{"d":"250,0r-35,0r-97,-122r-54,54r0,68r-28,0r0,-252r28,0r0,150r145,-150r37,0r-108,110","w":258},"L":{"d":"36,-252r28,0r0,226r142,0r0,26r-170,0r0,-252","w":222},"M":{"d":"157,-69r-2,0r-92,-135r0,204r-27,0r0,-252r28,0r92,138r92,-138r29,0r0,252r-29,0r0,-204","w":312},"N":{"d":"221,-252r28,0r0,252r-23,0r-163,-207r0,207r-27,0r0,-252r26,0r159,202r0,-202","w":284},"O":{"d":"153,-256v81,0,129,52,129,130v0,77,-49,130,-129,130v-81,0,-129,-52,-129,-130v0,-77,49,-130,129,-130xm153,-22v62,0,99,-42,99,-104v0,-62,-38,-104,-99,-104v-62,0,-99,42,-99,104v0,62,38,104,99,104","w":306},"P":{"d":"36,-252v90,-1,190,-10,188,80v-1,79,-75,88,-160,83r0,89r-28,0r0,-252xm64,-115v62,1,131,6,131,-56v0,-61,-69,-56,-131,-55r0,111","w":240},"Q":{"d":"153,-256v115,-6,164,138,98,215r34,27r-20,22r-33,-31v-21,15,-44,28,-79,27v-81,-2,-129,-52,-129,-130v0,-77,49,-126,129,-130xm54,-126v-4,83,90,132,157,85r-46,-40r19,-21r46,42v48,-62,10,-175,-77,-170v-61,3,-96,42,-99,104","w":306},"R":{"d":"235,-177v-1,46,-30,65,-68,74r77,103r-35,0r-73,-98r-72,0r0,98r-28,0r0,-252v90,1,199,-15,199,75xm64,-123v64,0,141,11,142,-53v1,-62,-80,-49,-142,-50r0,103","w":260},"S":{"d":"184,-203v-31,-36,-141,-43,-124,30v31,49,150,21,148,105v-2,94,-146,85,-189,31r18,-21v25,21,45,32,86,36v55,5,78,-66,23,-82v-49,-14,-118,-17,-117,-82v0,-84,126,-84,172,-39","w":230},"T":{"d":"131,0r-29,0r0,-226r-84,0r0,-26r198,0r0,26r-85,0r0,226","w":233},"U":{"d":"137,-22v48,0,76,-30,76,-83r0,-147r29,0r0,144v-1,70,-36,112,-106,112v-68,0,-103,-39,-104,-109r0,-147r28,0r0,145v-1,52,27,86,77,85","w":273},"V":{"d":"225,-252r31,0r-108,254r-26,0r-108,-254r32,0r89,217","w":270},"W":{"d":"188,-253r24,0r69,211r72,-210r30,0r-90,254r-24,0r-70,-205r-69,205r-24,0r-90,-254r31,0r72,210","w":398},"X":{"d":"211,0r-81,-108r-81,108r-32,0r96,-129r-93,-123r34,0r77,103r77,-103r33,0r-93,123r96,129r-33,0","w":261},"Y":{"d":"143,0r-29,0r0,-100r-104,-152r34,0r85,126r86,-126r33,0r-105,152r0,100","w":257},"Z":{"d":"30,-226r0,-26r196,0r0,19r-163,207r163,0r0,26r-202,0r0,-19r163,-207r-157,0","w":249},"[":{"d":"137,-230r-77,0r0,255r77,0r0,22r-103,0r0,-299r103,0r0,22","w":158},"\\":{"d":"190,46r-25,0r-167,-333r25,0","w":182},"]":{"d":"124,-252r0,299r-103,0r0,-22r77,0r0,-255r-77,0r0,-22r103,0","w":158},"^":{"d":"47,-177r-24,0r56,-76r22,0r56,76r-25,0r-42,-56","w":180},"_":{"d":"217,35r0,23r-218,0r0,-23r218,0","w":216},"`":{"d":"52,-253r29,-13r34,52r-22,0","w":180},"a":{"d":"154,-107v9,-64,-72,-66,-112,-43r-9,-23v55,-29,147,-22,147,59r0,114r-26,0r0,-28v-26,45,-137,45,-137,-26v0,-64,83,-70,137,-53xm154,-86v-35,-12,-113,-17,-109,31v5,57,111,43,109,-13r0,-18","w":208},"b":{"d":"130,-190v57,0,89,40,89,97v0,57,-34,94,-89,97v-37,2,-56,-19,-71,-40r0,36r-28,0r0,-263r28,0r0,114v15,-23,34,-41,71,-41xm125,-21v42,0,65,-28,65,-72v0,-43,-23,-72,-65,-72v-41,0,-67,28,-67,72v0,44,26,72,67,72","w":239},"c":{"d":"48,-93v-5,70,91,94,125,45r18,16v-18,20,-39,36,-76,36v-60,-2,-92,-40,-96,-97v-5,-88,116,-129,170,-64r-18,19v-14,-14,-30,-28,-57,-28v-41,0,-63,31,-66,73","w":205},"d":{"d":"109,-190v36,0,56,18,71,40r0,-113r28,0r0,263r-28,0r0,-37v-16,22,-34,43,-71,41v-55,-2,-89,-39,-89,-97v0,-57,34,-97,89,-97xm114,-21v41,0,67,-29,67,-72v0,-44,-26,-72,-67,-72v-42,0,-65,28,-65,72v0,43,23,72,65,72","w":239},"e":{"d":"48,-83v-2,66,91,80,124,37r17,15v-18,21,-39,36,-77,35v-58,-1,-93,-40,-93,-97v0,-56,32,-97,90,-97v59,0,88,42,86,107r-147,0xm167,-103v5,-67,-92,-85,-113,-26v-3,8,-5,17,-6,26r119,0","w":213},"f":{"d":"128,-235v-34,-15,-67,2,-59,50r59,0r0,23r-59,0r0,162r-28,0r0,-162r-25,0r0,-24r25,0v-8,-60,32,-90,87,-74r0,25","w":132},"g":{"d":"20,-102v-6,-89,122,-114,160,-51r0,-33r28,0r0,154v8,95,-117,112,-179,64r12,-21v43,36,146,35,140,-43r0,-22v-16,20,-38,41,-73,40v-53,-2,-84,-35,-88,-88xm113,-39v40,0,68,-23,68,-63v0,-41,-29,-64,-68,-64v-38,0,-64,23,-64,63v0,40,24,64,64,64","w":239},"h":{"d":"114,-165v-73,0,-52,95,-55,165r-28,0r0,-263r28,0r0,109v12,-19,31,-36,63,-36v90,0,71,105,72,190r-28,0v-4,-68,22,-165,-52,-165","w":221},"i":{"d":"32,-227r0,-30r31,0r0,30r-31,0xm33,0r0,-186r28,0r0,186r-28,0","w":94},"j":{"d":"32,-227r0,-30r31,0r0,30r-31,0xm-1,34v19,4,34,-2,34,-24r0,-196r28,0r0,197v1,38,-26,53,-62,46r0,-23","w":94},"k":{"d":"196,0r-33,0r-67,-87r-37,38r0,49r-28,0r0,-263r28,0r0,182r100,-105r35,0r-78,80","w":204},"l":{"d":"33,0r0,-263r28,0r0,263r-28,0","w":94},"m":{"d":"59,-155v18,-44,105,-45,120,2v13,-20,32,-36,65,-37v88,-2,67,106,69,190r-28,0v-5,-66,21,-166,-48,-165v-71,1,-47,97,-51,165r-28,0v-5,-66,21,-165,-47,-165v-71,1,-49,96,-52,165r-28,0r0,-186r28,0r0,31","w":342},"n":{"d":"114,-165v-73,0,-52,95,-55,165r-28,0r0,-186r28,0r0,32v12,-19,31,-36,63,-36v90,0,71,105,72,190r-28,0v-4,-68,22,-165,-52,-165","w":221},"o":{"d":"117,-190v58,0,96,38,96,97v0,58,-37,97,-97,97v-60,0,-97,-40,-97,-97v0,-58,39,-97,98,-97xm117,-21v44,0,68,-29,68,-72v0,-43,-27,-73,-69,-73v-43,0,-68,30,-68,73v0,43,25,72,69,72"},"p":{"d":"130,-190v57,0,89,40,89,97v0,57,-34,94,-89,97v-37,2,-56,-19,-71,-40r0,94r-28,0r0,-244r28,0r0,37v15,-23,34,-41,71,-41xm125,-21v42,0,65,-28,65,-72v0,-43,-23,-72,-65,-72v-41,0,-67,28,-67,72v0,44,26,72,67,72","w":239},"q":{"d":"109,-190v36,0,56,18,71,40r0,-36r28,0r0,244r-28,0r0,-95v-16,22,-34,43,-71,41v-55,-2,-89,-39,-89,-97v0,-57,34,-97,89,-97xm114,-21v41,0,67,-29,67,-72v0,-44,-26,-72,-67,-72v-42,0,-65,28,-65,72v0,43,23,72,65,72","w":239},"r":{"d":"135,-159v-80,-3,-80,78,-76,159r-28,0r0,-186r28,0r0,48v13,-29,35,-51,76,-51r0,30","w":145},"s":{"d":"140,-89v42,32,7,98,-47,93v-29,-3,-59,-14,-78,-28r15,-20v17,14,37,21,64,24v32,3,53,-36,24,-51v-34,-19,-92,-14,-94,-65v-2,-64,92,-63,131,-33r-13,21v-24,-24,-106,-27,-87,21v20,21,61,21,85,38","w":179},"t":{"d":"68,-53v-3,33,37,36,59,25r0,23v-36,19,-86,4,-86,-44r0,-113r-26,0r0,-24r26,0r0,-56r27,0r0,56r59,0r0,24r-59,0r0,109","w":145},"u":{"d":"107,-21v74,0,53,-94,56,-165r27,0r0,186r-27,0r0,-32v-12,20,-32,36,-64,36v-90,0,-69,-105,-71,-190r28,0v5,67,-22,165,51,165","w":221},"v":{"d":"169,-186r30,0r-81,187r-25,0r-80,-187r30,0r63,154","w":211},"w":{"d":"217,-37r49,-149r29,0r-66,187r-24,0r-50,-146r-50,146r-25,0r-65,-187r30,0r49,149r50,-150r23,0","w":309},"x":{"d":"193,0r-32,0r-58,-76r-58,76r-31,0r73,-95r-70,-91r32,0r55,72r55,-72r31,0r-71,91","w":206},"y":{"d":"30,27v28,17,61,2,67,-28r-85,-185r31,0r68,155r59,-155r30,0r-78,192v-13,45,-55,66,-102,43","w":212},"z":{"d":"24,-163r0,-23r157,0r0,18r-123,145r123,0r0,23r-161,0r0,-18r124,-145r-120,0","w":200},"{":{"d":"154,-239v-44,7,-60,28,-56,85v2,30,-14,43,-37,51v31,7,40,34,37,77v-3,42,22,49,56,58r-4,19v-56,-7,-83,-31,-78,-100v2,-33,-16,-46,-52,-44r0,-21v89,17,17,-109,90,-132v10,-4,24,-8,40,-11","w":173},"|":{"d":"43,46r0,-333r23,0r0,333r-23,0","w":109},"}":{"d":"19,32v45,-7,61,-28,57,-85v-2,-30,14,-43,37,-50v-33,-8,-39,-34,-37,-78v2,-42,-22,-49,-57,-58r5,-18v56,7,83,31,78,100v-2,33,15,45,51,43r0,21v-87,-15,-16,108,-89,133v-10,4,-24,8,-40,11","w":173},"~":{"d":"144,-127v-7,23,-10,38,-34,38v-25,0,-58,-31,-67,4r-17,-5v8,-22,11,-38,34,-38v26,0,58,33,67,-3","w":170},"\u00c4":{"d":"270,0r-30,0r-30,-67r-137,0r-30,67r-29,0r115,-254r27,0xm142,-221r-58,129r115,0xm157,-274r0,-34r33,0r0,34r-33,0xm94,-274r0,-34r33,0r0,34r-33,0","w":284},"\u00c5":{"d":"142,-312v39,0,50,53,18,67r110,245r-30,0r-30,-67r-137,0r-30,67r-29,0r111,-245v-32,-12,-22,-67,17,-67xm142,-254v13,0,23,-10,23,-22v0,-12,-10,-22,-23,-22v-12,0,-22,9,-22,22v0,12,9,23,22,22xm142,-221r-58,129r115,0","w":284},"\u00c7":{"d":"134,3v-67,-11,-105,-56,-110,-129v-7,-119,150,-170,226,-90r-19,21v-21,-19,-42,-35,-79,-35v-61,0,-94,42,-98,104v-6,101,125,134,179,68r19,18v-23,23,-51,42,-95,44r-24,52r-27,-12","w":265},"\u00c9":{"d":"218,-226r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0r0,-252r182,0r0,26xm107,-274r34,-52r29,13r-41,39r-22,0","w":241},"\u00d1":{"d":"117,-314v24,0,59,32,67,-3r17,5v-7,23,-11,38,-34,38v-26,0,-57,-32,-67,3r-17,-5v7,-23,11,-38,34,-38xm221,-252r28,0r0,252r-23,0r-163,-207r0,207r-27,0r0,-252r26,0r159,202r0,-202","w":284},"\u00d6":{"d":"153,-256v81,0,129,52,129,130v0,77,-49,130,-129,130v-81,0,-129,-52,-129,-130v0,-77,49,-130,129,-130xm153,-22v62,0,99,-42,99,-104v0,-62,-38,-104,-99,-104v-62,0,-99,42,-99,104v0,62,38,104,99,104xm168,-274r0,-34r33,0r0,34r-33,0xm105,-274r0,-34r33,0r0,34r-33,0","w":306},"\u00dc":{"d":"137,-22v48,0,76,-30,76,-83r0,-147r29,0r0,144v-1,70,-36,112,-106,112v-68,0,-103,-39,-104,-109r0,-147r28,0r0,145v-1,52,27,86,77,85xm151,-273r0,-34r33,0r0,34r-33,0xm88,-273r0,-34r33,0r0,34r-33,0","w":273},"\u00e1":{"d":"154,-107v9,-64,-72,-66,-112,-43r-9,-23v55,-29,147,-22,147,59r0,114r-26,0r0,-28v-26,45,-137,45,-137,-26v0,-64,83,-70,137,-53xm154,-86v-35,-12,-113,-17,-109,31v5,57,111,43,109,-13r0,-18xm89,-214r34,-52r29,13r-41,39r-22,0","w":208},"\u00e0":{"d":"154,-107v9,-64,-72,-66,-112,-43r-9,-23v55,-29,147,-22,147,59r0,114r-26,0r0,-28v-26,45,-137,45,-137,-26v0,-64,83,-70,137,-53xm154,-86v-35,-12,-113,-17,-109,31v5,57,111,43,109,-13r0,-18xm53,-253r29,-13r34,52r-22,0","w":208},"\u00e2":{"d":"104,-238v-14,11,-21,29,-50,24r39,-47r24,0r38,47r-24,0xm154,-107v9,-64,-72,-66,-112,-43r-9,-23v55,-29,147,-22,147,59r0,114r-26,0r0,-28v-26,45,-137,45,-137,-26v0,-64,83,-70,137,-53xm154,-86v-35,-12,-113,-17,-109,31v5,57,111,43,109,-13r0,-18","w":208},"\u00e4":{"d":"154,-107v9,-64,-72,-66,-112,-43r-9,-23v55,-29,147,-22,147,59r0,114r-26,0r0,-28v-26,45,-137,45,-137,-26v0,-64,83,-70,137,-53xm154,-86v-35,-12,-113,-17,-109,31v5,57,111,43,109,-13r0,-18xm120,-214r0,-34r33,0r0,34r-33,0xm57,-214r0,-34r33,0r0,34r-33,0","w":208},"\u00e3":{"d":"164,-252v-7,23,-11,38,-34,38v-26,0,-57,-32,-67,3r-17,-5v7,-22,10,-37,34,-37v25,0,58,31,67,-4xm154,-107v9,-64,-72,-66,-112,-43r-9,-23v55,-29,147,-22,147,59r0,114r-26,0r0,-28v-26,45,-137,45,-137,-26v0,-64,83,-70,137,-53xm154,-86v-35,-12,-113,-17,-109,31v5,57,111,43,109,-13r0,-18","w":208},"\u00e5":{"d":"105,-285v23,0,37,14,37,36v0,22,-15,36,-37,36v-22,0,-38,-14,-38,-36v0,-22,15,-36,38,-36xm105,-227v12,0,22,-10,22,-22v0,-13,-10,-23,-22,-23v-33,0,-27,45,0,45xm154,-107v9,-64,-72,-66,-112,-43r-9,-23v55,-29,147,-22,147,59r0,114r-26,0r0,-28v-26,45,-137,45,-137,-26v0,-64,83,-70,137,-53xm154,-86v-35,-12,-113,-17,-109,31v5,57,111,43,109,-13r0,-18","w":208},"\u00e7":{"d":"48,-93v-5,70,91,94,125,45r18,16v-18,20,-37,34,-71,36r-24,52r-27,-12r29,-41v-46,-10,-76,-42,-79,-96v-4,-88,116,-129,170,-64r-18,19v-14,-14,-30,-28,-57,-28v-41,0,-63,31,-66,73","w":205},"\u00e9":{"d":"48,-83v-2,66,91,80,124,37r17,15v-18,21,-39,36,-77,35v-58,-1,-93,-40,-93,-97v0,-56,32,-97,90,-97v59,0,88,42,86,107r-147,0xm167,-103v5,-67,-92,-85,-113,-26v-3,8,-5,17,-6,26r119,0xm91,-214r34,-52r29,13r-41,39r-22,0","w":213},"\u00e8":{"d":"48,-83v-2,66,91,80,124,37r17,15v-18,21,-39,36,-77,35v-58,-1,-93,-40,-93,-97v0,-56,32,-97,90,-97v59,0,88,42,86,107r-147,0xm167,-103v5,-67,-92,-85,-113,-26v-3,8,-5,17,-6,26r119,0xm59,-253r29,-13r34,52r-22,0","w":213},"\u00ea":{"d":"107,-238v-14,11,-21,29,-50,24r38,-47r25,0r38,47r-24,0xm48,-83v-2,66,91,80,124,37r17,15v-18,21,-39,36,-77,35v-58,-1,-93,-40,-93,-97v0,-56,32,-97,90,-97v59,0,88,42,86,107r-147,0xm167,-103v5,-67,-92,-85,-113,-26v-3,8,-5,17,-6,26r119,0","w":213},"\u00eb":{"d":"48,-83v-2,66,91,80,124,37r17,15v-18,21,-39,36,-77,35v-58,-1,-93,-40,-93,-97v0,-56,32,-97,90,-97v59,0,88,42,86,107r-147,0xm167,-103v5,-67,-92,-85,-113,-26v-3,8,-5,17,-6,26r119,0xm123,-214r0,-34r33,0r0,34r-33,0xm60,-214r0,-34r33,0r0,34r-33,0","w":213},"\u00ed":{"d":"33,0r0,-186r28,0r0,186r-28,0xm36,-214r34,-52r29,13r-41,39r-22,0","w":94},"\u00ec":{"d":"33,0r0,-186r28,0r0,186r-28,0xm-3,-253r29,-13r34,52r-22,0","w":94},"\u00ee":{"d":"47,-238v-14,11,-21,29,-50,24r38,-47r25,0r38,47r-24,0xm33,0r0,-186r28,0r0,186r-28,0","w":94},"\u00ef":{"d":"33,0r0,-186r28,0r0,186r-28,0xm63,-214r0,-34r33,0r0,34r-33,0xm0,-214r0,-34r33,0r0,34r-33,0","w":94},"\u00f1":{"d":"171,-252v-7,23,-11,38,-34,38v-26,0,-57,-32,-67,3r-17,-5v8,-22,11,-37,34,-37v25,0,58,31,67,-4xm114,-165v-73,0,-52,95,-55,165r-28,0r0,-186r28,0r0,32v12,-19,31,-36,63,-36v90,0,71,105,72,190r-28,0v-4,-68,22,-165,-52,-165","w":221},"\u00f3":{"d":"117,-190v58,0,96,38,96,97v0,58,-37,97,-97,97v-60,0,-97,-40,-97,-97v0,-58,39,-97,98,-97xm117,-21v44,0,68,-29,68,-72v0,-43,-27,-73,-69,-73v-43,0,-68,30,-68,73v0,43,25,72,69,72xm105,-214r34,-52r29,13r-41,39r-22,0"},"\u00f2":{"d":"117,-190v58,0,96,38,96,97v0,58,-37,97,-97,97v-60,0,-97,-40,-97,-97v0,-58,39,-97,98,-97xm117,-21v44,0,68,-29,68,-72v0,-43,-27,-73,-69,-73v-43,0,-68,30,-68,73v0,43,25,72,69,72xm65,-253r29,-13r34,52r-22,0"},"\u00f4":{"d":"116,-238v-14,11,-21,29,-50,24r38,-47r25,0r38,47r-24,0xm117,-190v58,0,96,38,96,97v0,58,-37,97,-97,97v-60,0,-97,-40,-97,-97v0,-58,39,-97,98,-97xm117,-21v44,0,68,-29,68,-72v0,-43,-27,-73,-69,-73v-43,0,-68,30,-68,73v0,43,25,72,69,72"},"\u00f6":{"d":"117,-190v58,0,96,38,96,97v0,58,-37,97,-97,97v-60,0,-97,-40,-97,-97v0,-58,39,-97,98,-97xm117,-21v44,0,68,-29,68,-72v0,-43,-27,-73,-69,-73v-43,0,-68,30,-68,73v0,43,25,72,69,72xm131,-214r0,-34r33,0r0,34r-33,0xm68,-214r0,-34r33,0r0,34r-33,0"},"\u00f5":{"d":"175,-252v-7,23,-11,38,-34,38v-26,0,-57,-32,-67,3r-17,-5v8,-22,11,-37,34,-37v25,0,58,31,67,-4xm117,-190v58,0,96,38,96,97v0,58,-37,97,-97,97v-60,0,-97,-40,-97,-97v0,-58,39,-97,98,-97xm117,-21v44,0,68,-29,68,-72v0,-43,-27,-73,-69,-73v-43,0,-68,30,-68,73v0,43,25,72,69,72"},"\u00fa":{"d":"107,-21v74,0,53,-94,56,-165r27,0r0,186r-27,0r0,-32v-12,20,-32,36,-64,36v-90,0,-69,-105,-71,-190r28,0v5,67,-22,165,51,165xm96,-213r34,-52r29,13r-41,39r-22,0","w":221},"\u00f9":{"d":"107,-21v74,0,53,-94,56,-165r27,0r0,186r-27,0r0,-32v-12,20,-32,36,-64,36v-90,0,-69,-105,-71,-190r28,0v5,67,-22,165,51,165xm62,-252r29,-13r34,52r-22,0","w":221},"\u00fb":{"d":"111,-238v-14,11,-21,29,-50,24r38,-47r24,0r39,47r-24,0xm107,-21v74,0,53,-94,56,-165r27,0r0,186r-27,0r0,-32v-12,20,-32,36,-64,36v-90,0,-69,-105,-71,-190r28,0v5,67,-22,165,51,165","w":221},"\u00fc":{"d":"107,-21v74,0,53,-94,56,-165r27,0r0,186r-27,0r0,-32v-12,20,-32,36,-64,36v-90,0,-69,-105,-71,-190r28,0v5,67,-22,165,51,165xm126,-214r0,-34r33,0r0,34r-33,0xm63,-214r0,-34r33,0r0,34r-33,0","w":221},"\u00b0":{"d":"82,-254v34,0,57,23,57,55v0,32,-23,55,-57,55v-33,0,-56,-24,-56,-55v0,-32,23,-55,56,-55xm82,-163v22,0,36,-14,36,-36v0,-22,-14,-36,-36,-36v-21,0,-35,15,-35,36v0,21,14,36,35,36","w":164},"\u00a2":{"d":"110,-56v30,4,49,-12,65,-27r17,16v-19,22,-43,39,-86,36r-6,33r-24,0r8,-38v-36,-14,-63,-44,-63,-91v0,-60,39,-96,100,-98r5,-29r24,0r-7,32v20,6,36,16,48,30r-18,19v-10,-10,-21,-19,-36,-24xm117,-200v-76,-5,-90,115,-27,139","w":209},"\u00a3":{"d":"134,-229v-48,0,-55,46,-51,98r100,0r0,25r-100,0r0,81r128,0r0,25r-187,0r0,-17r30,-7r0,-82r-30,0r0,-25r30,0v-5,-72,14,-125,80,-125v38,0,60,18,77,39r-22,18v-14,-16,-26,-30,-55,-30","w":231},"\u00a7":{"d":"174,-204v-17,-24,-93,-47,-102,-4v17,53,133,16,133,85v0,25,-24,38,-47,42v54,28,15,88,-40,85v-36,-2,-63,-16,-82,-35r18,-17v17,24,93,47,102,4v-18,-52,-134,-16,-134,-85v0,-25,24,-38,48,-42v-55,-27,-16,-88,39,-85v36,2,64,16,83,35xm49,-132v11,35,82,44,119,30v7,-5,11,-11,11,-18v-9,-30,-55,-34,-91,-37v-20,-2,-38,9,-39,25","w":227},"\u00b6":{"d":"17,-174v0,-66,59,-83,133,-78r0,252r-28,0r0,-95v-60,0,-105,-22,-105,-79","w":183},"\u00df":{"d":"113,-265v43,2,74,22,74,65v0,37,-25,53,-50,66v57,2,89,81,39,117v-17,12,-42,17,-71,18r0,-23v38,0,69,-13,69,-47v0,-35,-33,-46,-69,-50r0,-21v26,-10,52,-24,53,-58v1,-26,-21,-43,-47,-43v-32,-1,-52,26,-52,60r0,181r-28,0v7,-108,-35,-267,82,-265","w":223},"\u00ae":{"d":"150,-256v78,0,130,52,130,130v0,78,-52,130,-131,130v-78,0,-130,-52,-130,-130v0,-78,52,-130,131,-130xm149,-7v72,0,119,-48,119,-119v0,-71,-46,-119,-118,-119v-73,0,-119,48,-119,119v0,71,46,119,118,119xm98,-197v50,0,110,-7,110,41v0,24,-15,35,-34,39r41,54r-24,0r-39,-50r-34,0r0,50r-20,0r0,-134xm118,-131v30,-1,70,6,70,-24v0,-29,-40,-24,-70,-24r0,48","w":298},"\u00a9":{"d":"150,-256v78,0,130,52,130,130v0,78,-52,130,-131,130v-78,0,-130,-52,-130,-130v0,-78,52,-130,131,-130xm149,-7v72,0,119,-48,119,-119v0,-71,-46,-119,-118,-119v-73,0,-119,48,-119,119v0,71,46,119,118,119xm104,-128v0,48,60,66,87,33r13,13v-35,43,-120,20,-120,-46v0,-63,80,-91,119,-47r-13,14v-25,-32,-86,-17,-86,33","w":298},"\u00b4":{"d":"65,-214r34,-52r29,13r-41,39r-22,0","w":180},"\u00a8":{"d":"105,-214r0,-34r33,0r0,34r-33,0xm42,-214r0,-34r33,0r0,34r-33,0","w":180},"\u00c6":{"d":"36,0r-30,0r148,-252r199,0r0,26r-147,0r0,86r131,0r0,26r-131,0r0,88r149,0r0,26r-178,0r0,-67r-102,0xm90,-92r87,0r0,-135r-9,0","w":376},"\u00d8":{"d":"249,-215v19,22,33,51,33,89v0,77,-49,127,-129,130v-34,0,-59,-11,-79,-26r-23,24r-29,0r35,-39v-19,-22,-33,-51,-33,-89v0,-77,49,-127,129,-130v34,0,59,11,79,26r23,-24r29,0xm214,-209v-71,-59,-193,14,-154,119v4,12,9,22,16,31xm92,-43v71,59,193,-14,154,-119v-4,-12,-9,-22,-16,-31","w":306},"\u00b1":{"d":"146,-129v27,10,50,24,51,60v0,67,-84,90,-142,61v-16,-9,-29,-20,-40,-33r21,-18v22,42,132,58,132,-10v0,-41,-46,-49,-93,-46r0,-24v46,2,86,-6,86,-47v0,-28,-24,-45,-54,-44v-33,0,-49,15,-65,36r-21,-16v19,-25,44,-47,87,-46v47,2,82,22,82,67v0,34,-21,49,-44,60","w":217},"\u00a5":{"d":"137,-64r74,0r0,22r-74,0r0,42r-27,0r0,-42r-74,0r0,-22r74,0r0,-32r-74,0r0,-22r65,0r-91,-134r34,0r80,123r81,-123r32,0r-92,134r66,0r0,22r-74,0r0,32","w":246},"\u00b5":{"d":"153,-256v81,0,129,52,129,130v0,43,-20,80,-47,101v20,21,44,38,62,61r-42,0r-47,-44v-93,38,-187,-22,-184,-118v3,-77,49,-130,129,-130xm153,-22v62,0,99,-42,99,-104v0,-62,-38,-104,-99,-104v-62,0,-99,42,-99,104v0,62,38,104,99,104","w":306},"\u00aa":{"d":"31,-244v29,-17,82,-11,82,33r0,62r-18,0r0,-14v-15,24,-73,22,-73,-17v0,-36,45,-35,73,-31v3,-31,-40,-30,-59,-18xm21,-104r0,-17r93,0r0,17r-93,0xm41,-180v2,29,55,20,54,-7r0,-9v-18,-7,-56,-7,-54,16","w":140},"\u00ba":{"d":"71,-254v31,0,52,22,52,53v0,32,-20,54,-53,54v-33,0,-53,-21,-53,-53v0,-33,22,-54,54,-54xm18,-104r0,-17r104,0r0,17r-104,0xm71,-164v20,1,33,-16,33,-36v0,-19,-14,-37,-34,-37v-19,0,-33,17,-33,36v0,23,13,35,34,37","w":140},"\u00e6":{"d":"319,-31v-27,46,-125,45,-151,-2v-30,45,-149,57,-151,-21v-1,-63,80,-70,133,-53v9,-63,-69,-66,-108,-43r-9,-23v41,-23,123,-24,135,24v13,-22,37,-42,71,-41v59,2,90,46,86,107r-147,0v-2,65,91,81,124,37xm297,-103v5,-67,-92,-85,-113,-26v-3,8,-6,17,-7,26r120,0xm45,-56v3,59,93,38,112,5v-4,-11,-6,-23,-7,-36v-36,-11,-108,-15,-105,31","w":343},"\u00f8":{"d":"190,-157v49,56,12,167,-74,161v-24,-2,-44,-7,-58,-19r-16,17r-28,0r28,-31v-49,-59,-10,-166,75,-161v24,0,44,8,58,19r16,-17r28,0xm158,-151v-45,-36,-111,-2,-111,58v0,17,5,31,14,44xm75,-35v45,36,110,2,110,-58v0,-17,-5,-31,-14,-44"},"\u00bf":{"d":"122,-252r0,38r-33,0r0,-38r33,0xm120,-122v-40,3,-74,15,-74,53v0,30,22,47,53,47v30,0,49,-16,65,-34r18,17v-19,23,-42,42,-84,42v-86,0,-109,-112,-35,-137v9,-3,19,-7,29,-8r3,-39r19,0","w":193},"\u00a1":{"d":"66,-252r0,38r-34,0r0,-38r34,0xm33,0r8,-181r16,0r8,181r-32,0","w":97},"\u00ab":{"d":"177,-159r-49,65r49,67r-21,12v-18,-28,-42,-50,-58,-80r58,-76xm97,-159r-49,65r49,67r-21,12v-19,-28,-43,-50,-59,-80r59,-76","w":198},"\u00bb":{"d":"101,-27r49,-66r-49,-66r21,-12v19,27,43,49,59,79r-59,77xm21,-27r49,-66r-49,-66r21,-12v18,27,42,49,58,79r-58,77","w":198},"\u00a0":{"w":108},"\u00c0":{"d":"270,0r-30,0r-30,-67r-137,0r-30,67r-29,0r115,-254r27,0xm142,-221r-58,129r115,0xm90,-313r29,-13r34,52r-22,0","w":284},"\u00c3":{"d":"117,-314v24,0,59,32,67,-3r17,5v-7,23,-11,38,-34,38v-26,0,-57,-32,-67,3r-17,-5v7,-23,11,-38,34,-38xm270,0r-30,0r-30,-67r-137,0r-30,67r-29,0r115,-254r27,0xm142,-221r-58,129r115,0","w":284},"\u00d5":{"d":"212,-312v-7,23,-11,38,-34,38v-26,0,-57,-32,-67,3r-17,-5v7,-23,11,-36,34,-38v24,3,58,32,67,-3xm153,-256v81,0,129,52,129,130v0,77,-49,130,-129,130v-81,0,-129,-52,-129,-130v0,-77,49,-130,129,-130xm153,-22v62,0,99,-42,99,-104v0,-62,-38,-104,-99,-104v-62,0,-99,42,-99,104v0,62,38,104,99,104","w":306},"\u0152":{"d":"24,-126v0,-79,54,-126,134,-126r226,0r0,26r-147,0r0,86r131,0r0,26r-131,0r0,88r149,0r0,26r-228,0v-80,-4,-134,-46,-134,-126xm54,-126v0,81,64,107,154,100r0,-200v-90,-7,-154,19,-154,100","w":407},"\u0153":{"d":"354,-31v-31,51,-139,43,-157,-15v-15,28,-42,50,-82,50v-59,0,-96,-40,-96,-97v0,-57,39,-97,97,-97v39,0,68,23,82,50v12,-27,39,-50,76,-50v59,0,86,44,86,107r-148,0v-1,64,91,82,124,37xm332,-103v4,-66,-92,-86,-113,-26v-3,8,-6,17,-7,26r120,0xm116,-21v44,0,68,-29,68,-72v0,-43,-26,-73,-68,-73v-43,0,-68,30,-68,73v0,42,25,72,68,72","w":377},"\u00ff":{"d":"30,27v28,17,61,2,67,-28r-85,-185r31,0r68,155r59,-155r30,0r-78,192v-13,45,-55,66,-102,43xm122,-214r0,-34r33,0r0,34r-33,0xm59,-214r0,-34r33,0r0,34r-33,0","w":212},"\u0178":{"d":"143,0r-29,0r0,-100r-104,-152r34,0r85,126r86,-126r33,0r-105,152r0,100xm144,-273r0,-34r33,0r0,34r-33,0xm81,-273r0,-34r33,0r0,34r-33,0","w":257},"\u00a4":{"d":"155,4v-60,0,-89,-40,-102,-89r-33,0r0,-23r29,0r1,-39r-30,0r0,-22r34,0v6,-87,145,-119,186,-38r-22,15v-17,-33,-74,-56,-108,-22v-12,11,-21,27,-27,45r93,0r0,22r-98,0v0,13,-2,27,0,39r98,0r0,23r-94,0v9,33,35,64,74,64v33,0,48,-19,64,-42r20,15v-18,27,-40,52,-85,52","w":259},"\u00b7":{"d":"28,-89r0,-38r33,0r0,38r-33,0","w":88},"\u00c2":{"d":"142,-297v-14,11,-21,29,-50,24r38,-47r24,0r39,47r-24,0xm270,0r-30,0r-30,-67r-137,0r-30,67r-29,0r115,-254r27,0xm142,-221r-58,129r115,0","w":284},"\u00ca":{"d":"125,-298v-14,11,-21,29,-50,24r38,-47r25,0r38,47r-24,0xm218,-226r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0r0,-252r182,0r0,26","w":241},"\u00c1":{"d":"270,0r-30,0r-30,-67r-137,0r-30,67r-29,0r115,-254r27,0xm142,-221r-58,129r115,0xm131,-274r34,-52r29,13r-41,39r-22,0","w":284},"\u00cb":{"d":"218,-226r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0r0,-252r182,0r0,26xm140,-274r0,-34r33,0r0,34r-33,0xm77,-274r0,-34r33,0r0,34r-33,0","w":241},"\u00c8":{"d":"218,-226r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0r0,-252r182,0r0,26xm82,-313r29,-13r34,52r-22,0","w":241},"\u00cd":{"d":"67,-252r0,252r-29,0r0,-252r29,0xm41,-274r34,-52r29,13r-41,39r-22,0","w":104},"\u00ce":{"d":"53,-298v-14,11,-21,29,-50,24r38,-47r24,0r38,47r-23,0xm67,-252r0,252r-29,0r0,-252r29,0","w":104},"\u00cf":{"d":"67,-252r0,252r-29,0r0,-252r29,0xm68,-274r0,-34r33,0r0,34r-33,0xm5,-274r0,-34r33,0r0,34r-33,0","w":104},"\u00cc":{"d":"67,-252r0,252r-29,0r0,-252r29,0xm1,-313r29,-13r34,52r-22,0","w":104},"\u00d3":{"d":"153,-256v81,0,129,52,129,130v0,77,-49,130,-129,130v-81,0,-129,-52,-129,-130v0,-77,49,-130,129,-130xm153,-22v62,0,99,-42,99,-104v0,-62,-38,-104,-99,-104v-62,0,-99,42,-99,104v0,62,38,104,99,104xm143,-274r34,-52r29,13r-41,39r-22,0","w":306},"\u00d4":{"d":"153,-298v-14,11,-21,29,-50,24r38,-47r24,0r38,47r-23,0xm153,-256v81,0,129,52,129,130v0,77,-49,130,-129,130v-81,0,-129,-52,-129,-130v0,-77,49,-130,129,-130xm153,-22v62,0,99,-42,99,-104v0,-62,-38,-104,-99,-104v-62,0,-99,42,-99,104v0,62,38,104,99,104","w":306},"\u00d2":{"d":"153,-256v81,0,129,52,129,130v0,77,-49,130,-129,130v-81,0,-129,-52,-129,-130v0,-77,49,-130,129,-130xm153,-22v62,0,99,-42,99,-104v0,-62,-38,-104,-99,-104v-62,0,-99,42,-99,104v0,62,38,104,99,104xm100,-313r29,-13r34,52r-22,0","w":306},"\u00da":{"d":"137,-22v48,0,76,-30,76,-83r0,-147r29,0r0,144v-1,70,-36,112,-106,112v-68,0,-103,-39,-104,-109r0,-147r28,0r0,145v-1,52,27,86,77,85xm123,-272r34,-52r29,13r-41,39r-22,0","w":273},"\u00db":{"d":"136,-297v-14,11,-21,29,-50,24r38,-47r25,0r38,47r-24,0xm137,-22v48,0,76,-30,76,-83r0,-147r29,0r0,144v-1,70,-36,112,-106,112v-68,0,-103,-39,-104,-109r0,-147r28,0r0,145v-1,52,27,86,77,85","w":273},"\u00d9":{"d":"137,-22v48,0,76,-30,76,-83r0,-147r29,0r0,144v-1,70,-36,112,-106,112v-68,0,-103,-39,-104,-109r0,-147r28,0r0,145v-1,52,27,86,77,85xm87,-311r29,-13r34,52r-22,0","w":273},"\u0131":{"d":"33,0r0,-186r28,0r0,186r-28,0","w":94},"\u00af":{"d":"33,-216r0,-24r114,0r0,24r-114,0","w":180},"\u00b8":{"d":"108,-4r-27,60r-27,-12r32,-48r22,0","w":180},"\u00d0":{"d":"268,-126v0,112,-98,135,-222,126r0,-114r-27,0r0,-26r27,0r0,-112v123,-9,222,14,222,126xm238,-126v0,-84,-69,-108,-163,-100r0,86r75,0r0,26r-75,0r0,88v93,7,163,-15,163,-100","w":292}}});
/*
 * jQuery Cycle Plugin (core engine)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.88 (08-JUN-2010)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.2.6 or later
 */
(function($){var ver="2.88";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(els[opts2.currSlide],els[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&&!opts.backwards));},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,(!opts.rev&&!opts.backwards));}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];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&&!opts.backwards));});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.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{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>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.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.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{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while((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,backwards:false};})(jQuery);/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
* Licensed under the MIT License (LICENSE.txt).
*
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
* Thanks to: Seamus Leahy for adding deltaX and deltaY
*
* Version: 3.0.4
*
* Requires: 1.2.2+
*/

(function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=
f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);/*
 * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
 *
 * Uses the built in easing capabilities added In jQuery 1.1
 * to offer multiple easing options
 *
 * TERMS OF USE - jQuery Easing
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2008 George McGinley Smith
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
*/

// t: current time, b: begInnIng value, c: change In value, d: duration
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h.i[\'1a\']=h.i[\'z\'];h.O(h.i,{y:\'D\',z:9(x,t,b,c,d){6 h.i[h.i.y](x,t,b,c,d)},17:9(x,t,b,c,d){6 c*(t/=d)*t+b},D:9(x,t,b,c,d){6-c*(t/=d)*(t-2)+b},13:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t+b;6-c/2*((--t)*(t-2)-1)+b},X:9(x,t,b,c,d){6 c*(t/=d)*t*t+b},U:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t+1)+b},R:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t+b;6 c/2*((t-=2)*t*t+2)+b},N:9(x,t,b,c,d){6 c*(t/=d)*t*t*t+b},M:9(x,t,b,c,d){6-c*((t=t/d-1)*t*t*t-1)+b},L:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t+b;6-c/2*((t-=2)*t*t*t-2)+b},K:9(x,t,b,c,d){6 c*(t/=d)*t*t*t*t+b},J:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t*t*t+1)+b},I:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t*t+b;6 c/2*((t-=2)*t*t*t*t+2)+b},G:9(x,t,b,c,d){6-c*8.C(t/d*(8.g/2))+c+b},15:9(x,t,b,c,d){6 c*8.n(t/d*(8.g/2))+b},12:9(x,t,b,c,d){6-c/2*(8.C(8.g*t/d)-1)+b},Z:9(x,t,b,c,d){6(t==0)?b:c*8.j(2,10*(t/d-1))+b},Y:9(x,t,b,c,d){6(t==d)?b+c:c*(-8.j(2,-10*t/d)+1)+b},W:9(x,t,b,c,d){e(t==0)6 b;e(t==d)6 b+c;e((t/=d/2)<1)6 c/2*8.j(2,10*(t-1))+b;6 c/2*(-8.j(2,-10*--t)+2)+b},V:9(x,t,b,c,d){6-c*(8.o(1-(t/=d)*t)-1)+b},S:9(x,t,b,c,d){6 c*8.o(1-(t=t/d-1)*t)+b},Q:9(x,t,b,c,d){e((t/=d/2)<1)6-c/2*(8.o(1-t*t)-1)+b;6 c/2*(8.o(1-(t-=2)*t)+1)+b},P:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6-(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b},H:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6 a*8.j(2,-10*t)*8.n((t*d-s)*(2*8.g)/p)+c+b},T:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d/2)==2)6 b+c;e(!p)p=d*(.3*1.5);e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);e(t<1)6-.5*(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b;6 a*8.j(2,-10*(t-=1))*8.n((t*d-s)*(2*8.g)/p)*.5+c+b},F:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*(t/=d)*t*((s+1)*t-s)+b},E:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},16:9(x,t,b,c,d,s){e(s==u)s=1.l;e((t/=d/2)<1)6 c/2*(t*t*(((s*=(1.B))+1)*t-s))+b;6 c/2*((t-=2)*t*(((s*=(1.B))+1)*t+s)+2)+b},A:9(x,t,b,c,d){6 c-h.i.v(x,d-t,0,c,d)+b},v:9(x,t,b,c,d){e((t/=d)<(1/2.k)){6 c*(7.q*t*t)+b}m e(t<(2/2.k)){6 c*(7.q*(t-=(1.5/2.k))*t+.k)+b}m e(t<(2.5/2.k)){6 c*(7.q*(t-=(2.14/2.k))*t+.11)+b}m{6 c*(7.q*(t-=(2.18/2.k))*t+.19)+b}},1b:9(x,t,b,c,d){e(t<d/2)6 h.i.A(x,t*2,0,c,d)*.5+b;6 h.i.v(x,t*2-d,0,c,d)*.5+c*.5+b}});',62,74,'||||||return||Math|function|||||if|var|PI|jQuery|easing|pow|75|70158|else|sin|sqrt||5625|asin|||undefined|easeOutBounce|abs||def|swing|easeInBounce|525|cos|easeOutQuad|easeOutBack|easeInBack|easeInSine|easeOutElastic|easeInOutQuint|easeOutQuint|easeInQuint|easeInOutQuart|easeOutQuart|easeInQuart|extend|easeInElastic|easeInOutCirc|easeInOutCubic|easeOutCirc|easeInOutElastic|easeOutCubic|easeInCirc|easeInOutExpo|easeInCubic|easeOutExpo|easeInExpo||9375|easeInOutSine|easeInOutQuad|25|easeOutSine|easeInOutBack|easeInQuad|625|984375|jswing|easeInOutBounce'.split('|'),0,{}))

/*
 *
 * TERMS OF USE - EASING EQUATIONS
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2001 Robert Penner
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
 */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
'"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f);
D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);/**
 * Cookie plugin
 *
 * Copyright (c) 2006 Klaus Hartl (stilbuero.de)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 */

/**
 * Create a cookie with the given name and value and other optional parameters.
 *
 * @example $.cookie('the_cookie', 'the_value');
 * @desc Set the value of a cookie.
 * @example $.cookie('the_cookie', 'the_value', { expires: 7, path: '/', domain: 'jquery.com', secure: true });
 * @desc Create a cookie with all available options.
 * @example $.cookie('the_cookie', 'the_value');
 * @desc Create a session cookie.
 * @example $.cookie('the_cookie', null);
 * @desc Delete a cookie by passing null as value. Keep in mind that you have to use the same path and domain
 *       used when the cookie was set.
 *
 * @param String name The name of the cookie.
 * @param String value The value of the cookie.
 * @param Object options An object literal containing key/value pairs to provide optional cookie attributes.
 * @option Number|Date expires Either an integer specifying the expiration date from now on in days or a Date object.
 *                             If a negative value is specified (e.g. a date in the past), the cookie will be deleted.
 *                             If set to null or omitted, the cookie will be a session cookie and will not be retained
 *                             when the the browser exits.
 * @option String path The value of the path atribute of the cookie (default: path of page that created the cookie).
 * @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie).
 * @option Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will
 *                        require a secure protocol (like HTTPS).
 * @type undefined
 *
 * @name $.cookie
 * @cat Plugins/Cookie
 * @author Klaus Hartl/klaus.hartl@stilbuero.de
 */

/**
 * Get the value of a cookie with the given name.
 *
 * @example $.cookie('the_cookie');
 * @desc Get the value of a cookie.
 *
 * @param String name The name of the cookie.
 * @return The value of the cookie.
 * @type String
 *
 * @name $.cookie
 * @cat Plugins/Cookie
 * @author Klaus Hartl/klaus.hartl@stilbuero.de
 */
jQuery.cookie=function(a,b,c){if(typeof b!='undefined'){c=c||{};if(b===null){b='';c.expires=-1}var d='';if(c.expires&&(typeof c.expires=='number'||c.expires.toUTCString)){var e;if(typeof c.expires=='number'){e=new Date();e.setTime(e.getTime()+(c.expires*24*60*60*1000))}else{e=c.expires}d='; expires='+e.toUTCString()}var f=c.path?'; path='+(c.path):'';var g=c.domain?'; domain='+(c.domain):'';var h=c.secure?'; secure':'';document.cookie=[a,'=',encodeURIComponent(b),d,f,g,h].join('')}else{var j=null;if(document.cookie&&document.cookie!=''){var k=document.cookie.split(';');for(var i=0;i<k.length;i++){var l=jQuery.trim(k[i]);if(l.substring(0,a.length+1)==(a+'=')){j=decodeURIComponent(l.substring(a.length+1));break}}}return j}};/*!
 * Version: 1.00
 * Requires: jQuery v1.3.2 or later
 */
(function($){var A='1.00';$.fn.listgrid=function(w,x,y){var z={speed:500,li_height:null,li_width:null,item_tag:'li',effect:'fade',move:true,offset:0,adjust:146,callback:function(){}};if(typeof y=='function'){y.call(this)}var x=$.extend(z,x);x.callback.call(this);return this.each(function(){var l=(navigator.userAgent).indexOf("MSIE 8.0")!=-1;var m=(navigator.userAgent).indexOf("MSIE")!=-1;var n=$(this);var o=200;var p=n.find(x.item_tag+':first').outerHeight()-x.offset;var q=x.li_height==null?n.find(x.item_tag+':first').outerHeight()-x.offset:x.li_height-x.offset;var r=x.li_width==null?n.find(x.item_tag+':first').outerWidth()+x.offset:x.li_width+x.offset;var s=Math.floor(n.outerWidth()/r);var t=0;var u=new Array();var v=0;n.find(x.item_tag).each(function(i,a){a=$(a);if(a.css('position')!='absolute'&&x.move){a.css('position','absolute')}$('a',a).attr('rel','group');if(!a.is(w)){a.addClass('currently_fading');if(x.effect=='fade'){a.fadeOut(x.speed,function(){a.removeClass('currently_fading');$('a',a).removeAttr('rel')})}else if(x.effect=='slide'){a.slideUp(x.speed)}}else{var b=x.adjust;var c=a.attr('ref').split('|',3);var d=(c[1])?c[1]:0;var e=(c[2])?c[2]:0;a.css({'z-index':c[0]});var f=q*Math.floor(t/s)-e;var g=r*(t%s)-d;var h=x.move&&(a.css('left')!=g||a.css('top')!=f);var j=g+'x'+f;if(l)b=b-3;if(m)b=b-1;if(a.outerHeight()>o){var k=g+'x'+(f+b);u[v]=k;v++}for($j=0;$j<u.length;$j++){if(u[$j]==j){t++;f=q*Math.floor(t/s)-e;g=r*(t%s)-d;break}};if(a.is(':hidden')||a.hasClass('currently_fading')){if(h){a.css({top:f,left:g})}if(x.effect=='fade'){a.fadeIn(x.speed)}else if(x.effect=='slide'){a.slideDown(x.speed)}}else if(h){a.animate({top:f,left:g},x.speed)}t++}})})}})(jQuery);/*
 * jScrollPane - v2.0.0beta6 - 2010-10-28
 * http://jscrollpane.kelvinluck.com/
 *
 * Copyright (c) 2010 Kelvin Luck
 * Dual licensed under the MIT and GPL licenses.
 */
(function(b,a,c){b.fn.jScrollPane=function(f){function d(C,L){var au,N=this,V,ah,v,aj,Q,W,y,q,av,aB,ap,i,H,h,j,X,R,al,U,t,A,am,ac,ak,F,l,ao,at,x,aq,aE,g,aA,ag=true,M=true,aD=false,k=false,Z=b.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";aE=C.css("paddingTop")+" "+C.css("paddingRight")+" "+C.css("paddingBottom")+" "+C.css("paddingLeft");g=(parseInt(C.css("paddingLeft"))||0)+(parseInt(C.css("paddingRight"))||0);an(L);function an(aH){var aL,aK,aJ,aG,aF,aI;au=aH;if(V==c){C.css({overflow:"hidden",padding:0});ah=C.innerWidth()+g;v=C.innerHeight();C.width(ah);V=b('<div class="jspPane" />').wrap(b('<div class="jspContainer" />').css({width:ah+"px",height:v+"px"}));C.wrapInner(V.parent());aj=C.find(">.jspContainer");V=aj.find(">.jspPane");V.css("padding",aE)}else{C.css("width","");aI=C.outerWidth()+g!=ah||C.outerHeight()!=v;if(aI){ah=C.innerWidth()+g;v=C.innerHeight();aj.css({width:ah+"px",height:v+"px"})}aA=V.innerWidth();if(!aI&&V.outerWidth()==Q&&V.outerHeight()==W){if(aB||av){V.css("width",aA+"px");C.css("width",(aA+g)+"px")}return}V.css("width","");C.css("width",(ah)+"px");aj.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}aL=V.clone().css("position","absolute");aK=b('<div style="width:1px; position: relative;" />').append(aL);b("body").append(aK);Q=Math.max(V.outerWidth(),aL.outerWidth());aK.remove();W=V.outerHeight();y=Q/ah;q=W/v;av=q>1;aB=y>1;if(!(aB||av)){C.removeClass("jspScrollable");V.css({top:0,width:aj.width()-g});n();D();O();w();af()}else{C.addClass("jspScrollable");aJ=au.maintainPosition&&(H||X);if(aJ){aG=ay();aF=aw()}aC();z();E();if(aJ){K(aG);J(aF)}I();ad();if(au.enableKeyboardNavigation){P()}if(au.clickOnTrack){p()}B();if(au.hijackInternalLinks){m()}}if(au.autoReinitialise&&!aq){aq=setInterval(function(){an(au)},au.autoReinitialiseDelay)}else{if(!au.autoReinitialise&&aq){clearInterval(aq)}}C.trigger("jsp-initialised",[aB||av])}function aC(){if(av){aj.append(b('<div class="jspVerticalBar" />').append(b('<div class="jspCap jspCapTop" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragTop" />'),b('<div class="jspDragBottom" />'))),b('<div class="jspCap jspCapBottom" />')));R=aj.find(">.jspVerticalBar");al=R.find(">.jspTrack");ap=al.find(">.jspDrag");if(au.showArrows){am=b('<a class="jspArrow jspArrowUp" />').bind("mousedown.jsp",az(0,-1)).bind("click.jsp",ax);ac=b('<a class="jspArrow jspArrowDown" />').bind("mousedown.jsp",az(0,1)).bind("click.jsp",ax);if(au.arrowScrollOnHover){am.bind("mouseover.jsp",az(0,-1,am));ac.bind("mouseover.jsp",az(0,1,ac))}ai(al,au.verticalArrowPositions,am,ac)}t=v;aj.find(">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow").each(function(){t-=b(this).outerHeight()});ap.hover(function(){ap.addClass("jspHover")},function(){ap.removeClass("jspHover")}).bind("mousedown.jsp",function(aF){b("html").bind("dragstart.jsp selectstart.jsp",function(){return false});ap.addClass("jspActive");var s=aF.pageY-ap.position().top;b("html").bind("mousemove.jsp",function(aG){S(aG.pageY-s,false)}).bind("mouseup.jsp mouseleave.jsp",ar);return false});o()}}function o(){al.height(t+"px");H=0;U=au.verticalGutter+al.outerWidth();V.width(ah-U-g);if(R.position().left==0){V.css("margin-left",U+"px")}}function z(){if(aB){aj.append(b('<div class="jspHorizontalBar" />').append(b('<div class="jspCap jspCapLeft" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragLeft" />'),b('<div class="jspDragRight" />'))),b('<div class="jspCap jspCapRight" />')));ak=aj.find(">.jspHorizontalBar");F=ak.find(">.jspTrack");h=F.find(">.jspDrag");if(au.showArrows){at=b('<a class="jspArrow jspArrowLeft" />').bind("mousedown.jsp",az(-1,0)).bind("click.jsp",ax);x=b('<a class="jspArrow jspArrowRight" />').bind("mousedown.jsp",az(1,0)).bind("click.jsp",ax);if(au.arrowScrollOnHover){at.bind("mouseover.jsp",az(-1,0,at));
x.bind("mouseover.jsp",az(1,0,x))}ai(F,au.horizontalArrowPositions,at,x)}h.hover(function(){h.addClass("jspHover")},function(){h.removeClass("jspHover")}).bind("mousedown.jsp",function(aF){b("html").bind("dragstart.jsp selectstart.jsp",function(){return false});h.addClass("jspActive");var s=aF.pageX-h.position().left;b("html").bind("mousemove.jsp",function(aG){T(aG.pageX-s,false)}).bind("mouseup.jsp mouseleave.jsp",ar);return false});l=aj.innerWidth();ae()}else{}}function ae(){aj.find(">.jspHorizontalBar>.jspCap:visible,>.jspHorizontalBar>.jspArrow").each(function(){l-=b(this).outerWidth()});F.width(l+"px");X=0}function E(){if(aB&&av){var aF=F.outerHeight(),s=al.outerWidth();t-=aF;b(ak).find(">.jspCap:visible,>.jspArrow").each(function(){l+=b(this).outerWidth()});l-=s;v-=s;ah-=aF;F.parent().append(b('<div class="jspCorner" />').css("width",aF+"px"));o();ae()}if(aB){V.width((aj.outerWidth()-g)+"px")}W=V.outerHeight();q=W/v;if(aB){ao=1/y*l;if(ao>au.horizontalDragMaxWidth){ao=au.horizontalDragMaxWidth}else{if(ao<au.horizontalDragMinWidth){ao=au.horizontalDragMinWidth}}h.width(ao+"px");j=l-ao;ab(X)}if(av){A=1/q*t;if(A>au.verticalDragMaxHeight){A=au.verticalDragMaxHeight}else{if(A<au.verticalDragMinHeight){A=au.verticalDragMinHeight}}ap.height(A+"px");i=t-A;aa(H)}}function ai(aG,aI,aF,s){var aK="before",aH="after",aJ;if(aI=="os"){aI=/Mac/.test(navigator.platform)?"after":"split"}if(aI==aK){aH=aI}else{if(aI==aH){aK=aI;aJ=aF;aF=s;s=aJ}}aG[aK](aF)[aH](s)}function az(aF,s,aG){return function(){G(aF,s,this,aG);this.blur();return false}}function G(aH,aF,aK,aJ){aK=b(aK).addClass("jspActive");var aI,s=function(){if(aH!=0){T(X+aH*au.arrowButtonSpeed,false)}if(aF!=0){S(H+aF*au.arrowButtonSpeed,false)}},aG=setInterval(s,au.arrowRepeatFreq);s();aI=aJ==c?"mouseup.jsp":"mouseout.jsp";aJ=aJ||b("html");aJ.bind(aI,function(){aK.removeClass("jspActive");clearInterval(aG);aJ.unbind(aI)})}function p(){w();if(av){al.bind("mousedown.jsp",function(aH){if(aH.originalTarget==c||aH.originalTarget==aH.currentTarget){var aG=b(this),s=setInterval(function(){var aI=aG.offset(),aJ=aH.pageY-aI.top;if(H+A<aJ){S(H+au.trackClickSpeed)}else{if(aJ<H){S(H-au.trackClickSpeed)}else{aF()}}},au.trackClickRepeatFreq),aF=function(){s&&clearInterval(s);s=null;b(document).unbind("mouseup.jsp",aF)};b(document).bind("mouseup.jsp",aF);return false}})}if(aB){F.bind("mousedown.jsp",function(aH){if(aH.originalTarget==c||aH.originalTarget==aH.currentTarget){var aG=b(this),s=setInterval(function(){var aI=aG.offset(),aJ=aH.pageX-aI.left;if(X+ao<aJ){T(X+au.trackClickSpeed)}else{if(aJ<X){T(X-au.trackClickSpeed)}else{aF()}}},au.trackClickRepeatFreq),aF=function(){s&&clearInterval(s);s=null;b(document).unbind("mouseup.jsp",aF)};b(document).bind("mouseup.jsp",aF);return false}})}}function w(){F&&F.unbind("mousedown.jsp");al&&al.unbind("mousedown.jsp")}function ar(){b("html").unbind("dragstart.jsp selectstart.jsp mousemove.jsp mouseup.jsp mouseleave.jsp");ap&&ap.removeClass("jspActive");h&&h.removeClass("jspActive")}function S(s,aF){if(!av){return}if(s<0){s=0}else{if(s>i){s=i}}if(aF==c){aF=au.animateScroll}if(aF){N.animate(ap,"top",s,aa)}else{ap.css("top",s);aa(s)}}function aa(aF){if(aF==c){aF=ap.position().top}aj.scrollTop(0);H=aF;var aI=H==0,aG=H==i,aH=aF/i,s=-aH*(W-v);if(ag!=aI||aD!=aG){ag=aI;aD=aG;C.trigger("jsp-arrow-change",[ag,aD,M,k])}u(aI,aG);V.css("top",s);C.trigger("jsp-scroll-y",[-s,aI,aG])}function T(aF,s){if(!aB){return}if(aF<0){aF=0}else{if(aF>j){aF=j}}if(s==c){s=au.animateScroll}if(s){N.animate(h,"left",aF,ab)}else{h.css("left",aF);ab(aF)}}function ab(aF){if(aF==c){aF=h.position().left}aj.scrollTop(0);X=aF;var aI=X==0,aH=X==j,aG=aF/j,s=-aG*(Q-ah);if(M!=aI||k!=aH){M=aI;k=aH;C.trigger("jsp-arrow-change",[ag,aD,M,k])}r(aI,aH);V.css("left",s);C.trigger("jsp-scroll-x",[-s,aI,aH])}function u(aF,s){if(au.showArrows){am[aF?"addClass":"removeClass"]("jspDisabled");ac[s?"addClass":"removeClass"]("jspDisabled")}}function r(aF,s){if(au.showArrows){at[aF?"addClass":"removeClass"]("jspDisabled");
x[s?"addClass":"removeClass"]("jspDisabled")}}function J(s,aF){var aG=s/(W-v);S(aG*i,aF)}function K(aF,s){var aG=aF/(Q-ah);T(aG*j,s)}function Y(aR,aM,aG){var aK,aH,aI,s=0,aQ=0,aF,aL,aO,aN,aP;try{aK=b(aR)}catch(aJ){return}aH=aK.outerHeight();aI=aK.outerWidth();aj.scrollTop(0);aj.scrollLeft(0);while(!aK.is(".jspPane")){s+=aK.position().top;aQ+=aK.position().left;aK=aK.offsetParent();if(/^body|html$/i.test(aK[0].nodeName)){return}}aF=aw();aL=aF+v;if(s<aF||aM){aN=s-au.verticalGutter}else{if(s+aH>aL){aN=s-v+aH+au.verticalGutter}}if(aN){J(aN,aG)}viewportLeft=ay();aO=viewportLeft+ah;if(aQ<viewportLeft||aM){aP=aQ-au.horizontalGutter}else{if(aQ+aI>aO){aP=aQ-ah+aI+au.horizontalGutter}}if(aP){K(aP,aG)}}function ay(){return -V.position().left}function aw(){return -V.position().top}function ad(){aj.unbind(Z).bind(Z,function(aI,aJ,aH,aF){var aG=X,s=H;T(X+aH*au.mouseWheelSpeed,false);S(H-aF*au.mouseWheelSpeed,false);return aG==X&&s==H})}function n(){aj.unbind(Z)}function ax(){return false}function I(){V.unbind("focusin.jsp").bind("focusin.jsp",function(s){if(s.target===V[0]){return}Y(s.target,false)})}function D(){V.unbind("focusin.jsp")}function P(){var aF,s;C.attr("tabindex",0).unbind("keydown.jsp").bind("keydown.jsp",function(aJ){if(aJ.target!==C[0]){return}var aH=X,aG=H,aI=aF?2:16;switch(aJ.keyCode){case 40:S(H+aI,false);break;case 38:S(H-aI,false);break;case 34:case 32:J(aw()+Math.max(32,v)-16);break;case 33:J(aw()-v+16);break;case 35:J(W-v);break;case 36:J(0);break;case 39:T(X+aI,false);break;case 37:T(X-aI,false);break}if(!(aH==X&&aG==H)){aF=true;clearTimeout(s);s=setTimeout(function(){aF=false},260);return false}});if(au.hideFocus){C.css("outline","none");if("hideFocus" in aj[0]){C.attr("hideFocus",true)}}else{C.css("outline","");if("hideFocus" in aj[0]){C.attr("hideFocus",false)}}}function O(){C.attr("tabindex","-1").removeAttr("tabindex").unbind("keydown.jsp")}function B(){if(location.hash&&location.hash.length>1){var aG,aF;try{aG=b(location.hash)}catch(s){return}if(aG.length&&V.find(aG)){if(aj.scrollTop()==0){aF=setInterval(function(){if(aj.scrollTop()>0){Y(location.hash,true);b(document).scrollTop(aj.position().top);clearInterval(aF)}},50)}else{Y(location.hash,true);b(document).scrollTop(aj.position().top)}}}}function af(){b("a.jspHijack").unbind("click.jsp-hijack").removeClass("jspHijack")}function m(){af();b("a[href^=#]").addClass("jspHijack").bind("click.jsp-hijack",function(){var s=this.href.split("#"),aF;if(s.length>1){aF=s[1];if(aF.length>0&&V.find("#"+aF).length>0){Y("#"+aF,true);return false}}})}b.extend(N,{reinitialise:function(aF){aF=b.extend({},aF,au);an(aF)},scrollToElement:function(aG,aF,s){Y(aG,aF,s)},scrollTo:function(aG,s,aF){K(aG,aF);J(s,aF)},scrollToX:function(aF,s){K(aF,s)},scrollToY:function(s,aF){J(s,aF)},scrollBy:function(aF,s,aG){N.scrollByX(aF,aG);N.scrollByY(s,aG)},scrollByX:function(s,aG){var aF=ay()+s,aH=aF/(Q-ah);T(aH*j,aG)},scrollByY:function(s,aG){var aF=aw()+s,aH=aF/(W-v);S(aH*i,aG)},animate:function(aF,aI,s,aH){var aG={};aG[aI]=s;aF.animate(aG,{duration:au.animateDuration,ease:au.animateEase,queue:false,step:aH})},getContentPositionX:function(){return ay()},getContentPositionY:function(){return aw()},getIsScrollableH:function(){return aB},getIsScrollableV:function(){return av},getContentPane:function(){return V},scrollToBottom:function(s){S(i,s)},hijackInternalLinks:function(){m()}})}f=b.extend({},b.fn.jScrollPane.defaults,f);var e;this.each(function(){var g=b(this),h=g.data("jsp");if(h){h.reinitialise(f)}else{h=new d(g,f);g.data("jsp",h)}e=e?e.add(g):g});return e};b.fn.jScrollPane.defaults={showArrows:false,maintainPosition:true,clickOnTrack:true,autoReinitialise:false,autoReinitialiseDelay:500,verticalDragMinHeight:0,verticalDragMaxHeight:99999,horizontalDragMinWidth:0,horizontalDragMaxWidth:99999,animateScroll:false,animateDuration:300,animateEase:"linear",hijackInternalLinks:false,verticalGutter:4,horizontalGutter:4,mouseWheelSpeed:10,arrowButtonSpeed:10,arrowRepeatFreq:100,arrowScrollOnHover:false,trackClickSpeed:30,trackClickRepeatFreq:100,verticalArrowPositions:"split",horizontalArrowPositions:"split",enableKeyboardNavigation:true,hideFocus:false}
})(jQuery,this);/**
 * jQuery bxSlider v3.0
 * http://bxslider.com
 *
 * Copyright 2010, Steven Wanderski
 * http://stevenwanderski.com
 *
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 */
(function($){$.fn.bxSlider=function(options){var defaults={mode:'horizontal',infiniteLoop:true,hideControlOnEnd:false,controls:true,speed:500,easing:'swing',pager:false,pagerSelector:null,pagerType:'full',pagerLocation:'bottom',pagerShortSeparator:'/',pagerActiveClass:'pager-active',nextText:'next',nextImage:'',nextSelector:null,prevText:'prev',prevImage:'',prevSelector:null,captions:false,captionsSelector:null,auto:false,autoDirection:'next',autoControls:false,autoControlsSelector:null,autoStart:true,autoHover:false,autoDelay:0,pause:3000,startText:'start',startImage:'',stopText:'stop',stopImage:'',ticker:false,tickerSpeed:5000,tickerDirection:'next',tickerHover:false,wrapperClass:'bx-wrapper',startingSlide:0,displaySlideQty:1,moveSlideQty:1,randomStart:false,onBeforeSlide:function(){},onAfterSlide:function(){},onLastSlide:function(){},onFirstSlide:function(){},onNextSlide:function(){},onPrevSlide:function(){},buildPager:null}
var options=$.extend(defaults,options);var base=this;var $parent='';var $origElement='';var $children='';var $outerWrapper='';var $firstChild='';var childrenWidth='';var childrenOuterWidth='';var wrapperWidth='';var wrapperHeight='';var $pager='';var interval='';var $autoControls='';var $stopHtml='';var $startContent='';var $stopContent='';var autoPlaying=true;var loaded=false;var childrenMaxWidth=0;var childrenMaxHeight=0;var currentSlide=0;var origLeft=0;var origTop=0;var origShowWidth=0;var origShowHeight=0;var tickerLeft=0;var tickerTop=0;var isWorking=false;var firstSlide=0;var lastSlide=$children.length-1;this.goToSlide=function(number,stopAuto){if(!isWorking){isWorking=true;currentSlide=number;options.onBeforeSlide(currentSlide,$children.length,$children.eq(currentSlide));if(typeof(stopAuto)=='undefined'){var stopAuto=true;}
if(stopAuto){if(options.auto){base.stopShow(true);}}
slide=number;if(slide==firstSlide){options.onFirstSlide(currentSlide,$children.length,$children.eq(currentSlide));}
if(slide==lastSlide){options.onLastSlide(currentSlide,$children.length,$children.eq(currentSlide));}
if(options.mode=='horizontal'){$parent.animate({'left':'-'+getSlidePosition(slide,'left')+'px'},options.speed,options.easing,function(){isWorking=false;options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='vertical'){$parent.animate({'top':'-'+getSlidePosition(slide,'top')+'px'},options.speed,options.easing,function(){isWorking=false;options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='fade'){setChildrenFade();}
checkEndControls();if(options.moveSlideQty>1){number=Math.floor(number/options.moveSlideQty);}
makeSlideActive(number);showCaptions();}}
this.goToNextSlide=function(stopAuto){if(typeof(stopAuto)=='undefined'){var stopAuto=true;}
if(stopAuto){if(options.auto){base.stopShow(true);}}
if(!options.infiniteLoop){if(!isWorking){var slideLoop=false;currentSlide=(currentSlide+(options.moveSlideQty));if(currentSlide<=lastSlide){checkEndControls();options.onNextSlide(currentSlide,$children.length,$children.eq(currentSlide));base.goToSlide(currentSlide);}else{currentSlide-=options.moveSlideQty;}}}else{if(!isWorking){isWorking=true;var slideLoop=false;currentSlide=(currentSlide+options.moveSlideQty);if(currentSlide>lastSlide){currentSlide=currentSlide%$children.length;slideLoop=true;}
options.onNextSlide(currentSlide,$children.length,$children.eq(currentSlide));options.onBeforeSlide(currentSlide,$children.length,$children.eq(currentSlide));if(options.mode=='horizontal'){var parentLeft=(options.moveSlideQty*childrenOuterWidth);$parent.animate({'left':'-='+parentLeft+'px'},options.speed,options.easing,function(){isWorking=false;if(slideLoop){$parent.css('left','-'+getSlidePosition(currentSlide,'left')+'px');}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='vertical'){var parentTop=(options.moveSlideQty*childrenMaxHeight);$parent.animate({'top':'-='+parentTop+'px'},options.speed,options.easing,function(){isWorking=false;if(slideLoop){$parent.css('top','-'+getSlidePosition(currentSlide,'top')+'px');}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='fade'){setChildrenFade();}
if(options.moveSlideQty>1){makeSlideActive(Math.ceil(currentSlide/options.moveSlideQty));}else{makeSlideActive(currentSlide);}
showCaptions();}}}
this.goToPreviousSlide=function(stopAuto){if(typeof(stopAuto)=='undefined'){var stopAuto=true;}
if(stopAuto){if(options.auto){base.stopShow(true);}}
if(!options.infiniteLoop){if(!isWorking){var slideLoop=false;currentSlide=currentSlide-options.moveSlideQty;if(currentSlide<0){currentSlide=0;if(options.hideControlOnEnd){$('.bx-prev',$outerWrapper).hide();}}
checkEndControls();options.onPrevSlide(currentSlide,$children.length,$children.eq(currentSlide));base.goToSlide(currentSlide);}}else{if(!isWorking){isWorking=true;var slideLoop=false;currentSlide=(currentSlide-(options.moveSlideQty));if(currentSlide<0){negativeOffset=(currentSlide%$children.length);if(negativeOffset==0){currentSlide=0;}else{currentSlide=($children.length)+negativeOffset;}
slideLoop=true;}
options.onPrevSlide(currentSlide,$children.length,$children.eq(currentSlide));options.onBeforeSlide(currentSlide,$children.length,$children.eq(currentSlide));if(options.mode=='horizontal'){var parentLeft=(options.moveSlideQty*childrenOuterWidth);$parent.animate({'left':'+='+parentLeft+'px'},options.speed,options.easing,function(){isWorking=false;if(slideLoop){$parent.css('left','-'+getSlidePosition(currentSlide,'left')+'px');}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='vertical'){var parentTop=(options.moveSlideQty*childrenMaxHeight);$parent.animate({'top':'+='+parentTop+'px'},options.speed,options.easing,function(){isWorking=false;if(slideLoop){$parent.css('top','-'+getSlidePosition(currentSlide,'top')+'px');}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});}else if(options.mode=='fade'){setChildrenFade();}
if(options.moveSlideQty>1){makeSlideActive(Math.ceil(currentSlide/options.moveSlideQty));}else{makeSlideActive(currentSlide);}
showCaptions();}}}
this.goToFirstSlide=function(stopAuto){if(typeof(stopAuto)=='undefined'){var stopAuto=true;}
base.goToSlide(firstSlide,stopAuto);}
this.goToLastSlide=function(){if(typeof(stopAuto)=='undefined'){var stopAuto=true;}
base.goToSlide(lastSlide,stopAuto);}
this.getCurrentSlide=function(){return currentSlide;}
this.getSlideCount=function(){return $children.length;}
this.stopShow=function(changeText){clearInterval(interval);if(typeof(changeText)=='undefined'){var changeText=true;}
if(changeText&&options.autoControls){$autoControls.html($startContent).removeClass('stop').addClass('start');autoPlaying=false;}}
this.startShow=function(changeText){if(typeof(changeText)=='undefined'){var changeText=true;}
setAutoInterval();if(changeText&&options.autoControls){$autoControls.html($stopContent).removeClass('start').addClass('stop');autoPlaying=true;}}
this.stopTicker=function(changeText){$parent.stop();if(typeof(changeText)=='undefined'){var changeText=true;}
if(changeText&&options.ticker){$autoControls.html($startContent).removeClass('stop').addClass('start');autoPlaying=false;}}
this.startTicker=function(changeText){if(options.mode=='horizontal'){if(options.tickerDirection=='next'){var stoppedLeft=parseInt($parent.css('left'));var remainingDistance=(origShowWidth+stoppedLeft)+$children.eq(0).width();}else if(options.tickerDirection=='prev'){var stoppedLeft=-parseInt($parent.css('left'));var remainingDistance=(stoppedLeft)-$children.eq(0).width();}
var finishingSpeed=(remainingDistance*options.tickerSpeed)/origShowWidth;moveTheShow(tickerLeft,remainingDistance,finishingSpeed);}else if(options.mode=='vertical'){if(options.tickerDirection=='next'){var stoppedTop=parseInt($parent.css('top'));var remainingDistance=(origShowHeight+stoppedTop)+$children.eq(0).height();}else if(options.tickerDirection=='prev'){var stoppedTop=-parseInt($parent.css('top'));var remainingDistance=(stoppedTop)-$children.eq(0).height();}
var finishingSpeed=(remainingDistance*options.tickerSpeed)/origShowHeight;moveTheShow(tickerTop,remainingDistance,finishingSpeed);if(typeof(changeText)=='undefined'){var changeText=true;}
if(changeText&&options.ticker){$autoControls.html($stopContent).removeClass('start').addClass('stop');autoPlaying=true;}}}
this.initShow=function(){$parent=$(this);$origElement=$parent.clone();$children=$parent.children();$outerWrapper='';$firstChild=$parent.children(':first');childrenWidth=$firstChild.width();childrenMaxWidth=0;childrenOuterWidth=$firstChild.outerWidth();childrenMaxHeight=0;wrapperWidth=getWrapperWidth();wrapperHeight=getWrapperHeight();isWorking=false;$pager='';currentSlide=0;origLeft=0;origTop=0;interval='';$autoControls='';$stopHtml='';$startContent='';$stopContent='';autoPlaying=true;loaded=false;origShowWidth=0;origShowHeight=0;tickerLeft=0;tickerTop=0;firstSlide=0;lastSlide=$children.length-1;$children.each(function(index){if($(this).outerHeight()>childrenMaxHeight){childrenMaxHeight=$(this).outerHeight();}
if($(this).outerWidth()>childrenMaxWidth){childrenMaxWidth=$(this).outerWidth();}});if(options.randomStart){var randomNumber=Math.floor(Math.random()*$children.length);currentSlide=randomNumber;origLeft=childrenOuterWidth*(options.moveSlideQty+randomNumber);origTop=childrenMaxHeight*(options.moveSlideQty+randomNumber);}else{currentSlide=options.startingSlide;origLeft=childrenOuterWidth*(options.moveSlideQty+options.startingSlide);origTop=childrenMaxHeight*(options.moveSlideQty+options.startingSlide);}
initCss();if(options.pager&&!options.ticker){if(options.pagerType=='full'){showPager('full');}else if(options.pagerType=='short'){showPager('short');}}
if(options.controls&&!options.ticker){setControlsVars();}
if(options.auto||options.ticker){if(options.autoControls){setAutoControlsVars();}
if(options.autoStart){setTimeout(function(){base.startShow(true);},options.autoDelay);}else{base.stopShow(true);}
if(options.autoHover&&!options.ticker){setAutoHover();}}
if(options.moveSlideQty>1){makeSlideActive(Math.ceil(currentSlide/options.moveSlideQty));}else{makeSlideActive(currentSlide);}
checkEndControls();if(options.captions){showCaptions();}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));}
this.destroyShow=function(){clearInterval(interval);$('.bx-next, .bx-prev, .bx-pager, .bx-auto',$outerWrapper).remove();$parent.unwrap().unwrap().removeAttr('style');$parent.children().removeAttr('style').not('.pager').remove();$children.removeClass('pager');}
this.reloadShow=function(){base.destroyShow();base.initShow();}
function initCss(){setChildrenLayout(options.startingSlide);if(options.mode=='horizontal'){$parent.wrap('<div class="'+options.wrapperClass+'" style="width:'+wrapperWidth+'px; position:relative;"></div>').wrap('<div class="bx-window" style="position:relative; overflow:hidden; width:'+wrapperWidth+'px;"></div>').css({width:'999999px',position:'relative',left:'-'+(origLeft)+'px'});$parent.children().css({width:childrenWidth,'float':'left',listStyle:'none'});$outerWrapper=$parent.parent().parent();$children.addClass('pager');}else if(options.mode=='vertical'){$parent.wrap('<div class="'+options.wrapperClass+'" style="width:'+childrenMaxWidth+'px; position:relative;"></div>').wrap('<div class="bx-window" style="width:'+childrenMaxWidth+'px; height:'+wrapperHeight+'px; position:relative; overflow:hidden;"></div>').css({height:'999999px',position:'relative',top:'-'+(origTop)+'px'});$parent.children().css({listStyle:'none',height:childrenMaxHeight});$outerWrapper=$parent.parent().parent();$children.addClass('pager');}else if(options.mode=='fade'){$parent.wrap('<div class="'+options.wrapperClass+'" style="width:'+childrenMaxWidth+'px; position:relative;"></div>').wrap('<div class="bx-window" style="height:'+childrenMaxHeight+'px; width:'+childrenMaxWidth+'px; position:relative; overflow:hidden;"></div>');$parent.children().css({listStyle:'none',position:'absolute',top:0,left:0,zIndex:98});$outerWrapper=$parent.parent().parent();$children.not(':eq('+currentSlide+')').fadeTo(0,0);$children.eq(currentSlide).css('zIndex',99);}
if(options.captions&&options.captionsSelector==null){$outerWrapper.append('<div class="bx-captions"></div>');}}
function setChildrenLayout(){if(options.mode=='horizontal'||options.mode=='vertical'){var $prependedChildren=getArraySample($children,0,options.moveSlideQty,'backward');$.each($prependedChildren,function(index){$parent.prepend($(this));});var totalNumberAfterWindow=($children.length+options.moveSlideQty)-1;var pagerExcess=$children.length-options.displaySlideQty;var numberToAppend=totalNumberAfterWindow-pagerExcess;var $appendedChildren=getArraySample($children,0,numberToAppend,'forward');if(options.infiniteLoop){$.each($appendedChildren,function(index){$parent.append($(this));});}}}
function setControlsVars(){if(options.nextImage!=''){nextContent=options.nextImage;nextType='image';}else{nextContent=options.nextText;nextType='text';}
if(options.prevImage!=''){prevContent=options.prevImage;prevType='image';}else{prevContent=options.prevText;prevType='text';}
showControls(nextType,nextContent,prevType,prevContent);}
function setAutoInterval(){if(options.auto){if(!options.infiniteLoop){if(options.autoDirection=='next'){interval=setInterval(function(){currentSlide+=options.moveSlideQty;if(currentSlide>lastSlide){currentSlide=currentSlide%$children.length;}
base.goToSlide(currentSlide,false);},options.pause);}else if(options.autoDirection=='prev'){interval=setInterval(function(){currentSlide-=options.moveSlideQty;if(currentSlide<0){negativeOffset=(currentSlide%$children.length);if(negativeOffset==0){currentSlide=0;}else{currentSlide=($children.length)+negativeOffset;}}
base.goToSlide(currentSlide,false);},options.pause);}}else{if(options.autoDirection=='next'){interval=setInterval(function(){base.goToNextSlide(false);},options.pause);}else if(options.autoDirection=='prev'){interval=setInterval(function(){base.goToPreviousSlide(false);},options.pause);}}}else if(options.ticker){options.tickerSpeed*=10;$('.pager',$outerWrapper).each(function(index){origShowWidth+=$(this).width();origShowHeight+=$(this).height();});if(options.tickerDirection=='prev'&&options.mode=='horizontal'){$parent.css('left','-'+(origShowWidth+origLeft)+'px');}else if(options.tickerDirection=='prev'&&options.mode=='vertical'){$parent.css('top','-'+(origShowHeight+origTop)+'px');}
if(options.mode=='horizontal'){tickerLeft=parseInt($parent.css('left'));moveTheShow(tickerLeft,origShowWidth,options.tickerSpeed);}else if(options.mode=='vertical'){tickerTop=parseInt($parent.css('top'));moveTheShow(tickerTop,origShowHeight,options.tickerSpeed);}
if(options.tickerHover){setTickerHover();}}}
function moveTheShow(leftCss,distance,speed){if(options.mode=='horizontal'){if(options.tickerDirection=='next'){$parent.animate({'left':'-='+distance+'px'},speed,'linear',function(){$parent.css('left',leftCss);moveTheShow(leftCss,origShowWidth,options.tickerSpeed);});}else if(options.tickerDirection=='prev'){$parent.animate({'left':'+='+distance+'px'},speed,'linear',function(){$parent.css('left',leftCss);moveTheShow(leftCss,origShowWidth,options.tickerSpeed);});}}else if(options.mode=='vertical'){if(options.tickerDirection=='next'){$parent.animate({'top':'-='+distance+'px'},speed,'linear',function(){$parent.css('top',leftCss);moveTheShow(leftCss,origShowHeight,options.tickerSpeed);});}else if(options.tickerDirection=='prev'){$parent.animate({'top':'+='+distance+'px'},speed,'linear',function(){$parent.css('top',leftCss);moveTheShow(leftCss,origShowHeight,options.tickerSpeed);});}}}
function setAutoControlsVars(){if(options.startImage!=''){startContent=options.startImage;startType='image';}else{startContent=options.startText;startType='text';}
if(options.stopImage!=''){stopContent=options.stopImage;stopType='image';}else{stopContent=options.stopText;stopType='text';}
showAutoControls(startType,startContent,stopType,stopContent);}
function setAutoHover(){$outerWrapper.find('.bx-window').hover(function(){if(autoPlaying){base.stopShow(false);}},function(){if(autoPlaying){base.startShow(false);}});}
function setTickerHover(){$parent.hover(function(){if(autoPlaying){base.stopTicker(false);}},function(){if(autoPlaying){base.startTicker(false);}});}
function setChildrenFade(){$children.not(':eq('+currentSlide+')').fadeTo(options.speed,0).css('zIndex',98);$children.eq(currentSlide).css('zIndex',99).fadeTo(options.speed,1,function(){isWorking=false;if(jQuery.browser.msie){$children.eq(currentSlide).get(0).style.removeAttribute('filter');}
options.onAfterSlide(currentSlide,$children.length,$children.eq(currentSlide));});};function makeSlideActive(number){if(options.pagerType=='full'&&options.pager){$('a',$pager).removeClass(options.pagerActiveClass);$('a',$pager).eq(number).addClass(options.pagerActiveClass);}else if(options.pagerType=='short'&&options.pager){$('.bx-pager-current',$pager).html(currentSlide+1);}}
function showControls(nextType,nextContent,prevType,prevContent){var $nextHtml=$('<a href="" class="bx-next"></a>');var $prevHtml=$('<a href="" class="bx-prev"></a>');if(nextType=='text'){$nextHtml.html(nextContent);}else{$nextHtml.html('<img src="'+nextContent+'" />');}
if(prevType=='text'){$prevHtml.html(prevContent);}else{$prevHtml.html('<img src="'+prevContent+'" />');}
if(options.prevSelector){$(options.prevSelector).append($prevHtml);}else{$outerWrapper.append($prevHtml);}
if(options.nextSelector){$(options.nextSelector).append($nextHtml);}else{$outerWrapper.append($nextHtml);}
$nextHtml.click(function(){base.goToNextSlide();return false;});$prevHtml.click(function(){base.goToPreviousSlide();return false;});}
function showPager(type){var pagerQty=$children.length;if(options.moveSlideQty>1){if($children.length%options.moveSlideQty!=0){pagerQty=Math.ceil($children.length/options.moveSlideQty);}else{pagerQty=$children.length/options.moveSlideQty;}}
var pagerString='';if(options.buildPager){for(var i=0;i<pagerQty;i++){pagerString+=options.buildPager(i,$children.eq(i*options.moveSlideQty));}}else if(type=='full'){for(var i=1;i<=pagerQty;i++){pagerString+='<a href="" class="pager-link pager-'+i+'">'+i+'</a>';}}else if(type=='short'){pagerString='<span class="bx-pager-current">'+(options.startingSlide+1)+'</span> '+options.pagerShortSeparator+' <span class="bx-pager-total">'+$children.length+'<span>';}
if(options.pagerSelector){$(options.pagerSelector).append(pagerString);$pager=$(options.pagerSelector);}else{var $pagerContainer=$('<div class="bx-pager"></div>');$pagerContainer.append(pagerString);if(options.pagerLocation=='top'){$outerWrapper.prepend($pagerContainer);}else if(options.pagerLocation=='bottom'){$outerWrapper.append($pagerContainer);}
$pager=$('.bx-pager',$outerWrapper);}
$pager.children().click(function(){if(options.pagerType=='full'){var slideIndex=$pager.children().index(this);if(options.moveSlideQty>1){slideIndex*=options.moveSlideQty;}
base.goToSlide(slideIndex);}
return false;});}
function showCaptions(){var caption=$('img',$children.eq(currentSlide)).attr('title');if(caption!=''){if(options.captionsSelector){$(options.captionsSelector).html(caption);}else{$('.bx-captions',$outerWrapper).html(caption);}}else{if(options.captionsSelector){$(options.captionsSelector).html(' ');}else{$('.bx-captions',$outerWrapper).html(' ');}}}
function showAutoControls(startType,startContent,stopType,stopContent){$autoControls=$('<a href="" class="bx-start"></a>');if(startType=='text'){$startContent=startContent;}else{$startContent='<img src="'+startContent+'" />';}
if(stopType=='text'){$stopContent=stopContent;}else{$stopContent='<img src="'+stopContent+'" />';}
if(options.autoControlsSelector){$(options.autoControlsSelector).append($autoControls);}else{$outerWrapper.append('<div class="bx-auto"></div>');$('.bx-auto',$outerWrapper).html($autoControls);}
$autoControls.click(function(){if(options.ticker){if($(this).hasClass('stop')){base.stopTicker();}else if($(this).hasClass('start')){base.startTicker();}}else{if($(this).hasClass('stop')){base.stopShow(true);}else if($(this).hasClass('start')){base.startShow(true);}}
return false;});}
function checkEndControls(){if(!options.infiniteLoop&&options.hideControlOnEnd){if(currentSlide==firstSlide){$('.bx-prev',$outerWrapper).hide();}else{$('.bx-prev',$outerWrapper).show();}
if(currentSlide==lastSlide){$('.bx-next',$outerWrapper).hide();}else{$('.bx-next',$outerWrapper).show();}}}
function getSlidePosition(number,side){if(side=='left'){var position=$('.pager',$outerWrapper).eq(number).position().left;}else if(side=='top'){var position=$('.pager',$outerWrapper).eq(number).position().top;}
return position;}
function getWrapperWidth(){var wrapperWidth=$firstChild.outerWidth()*options.displaySlideQty;return wrapperWidth;}
function getWrapperHeight(){var wrapperHeight=$firstChild.outerHeight()*options.displaySlideQty;return wrapperHeight;}
function getArraySample(array,start,length,direction){var sample=[];var loopLength=length;var startPopulatingArray=false;if(direction=='backward'){array=$.makeArray(array);array.reverse();}
while(loopLength>0){$.each(array,function(index,val){if(loopLength>0){if(!startPopulatingArray){if(index==start){startPopulatingArray=true;sample.push($(this).clone());loopLength--;}}else{sample.push($(this).clone());loopLength--;}}else{return false;}});}
return sample;}
this.each(function(){base.initShow();});return this;}
jQuery.fx.prototype.cur=function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop];}
var r=parseFloat(jQuery.css(this.elem,this.prop));return r;}})(jQuery);$(function(){
    $.int_slides = function () {
        $('#nav-cycle').mouseenter(function(){
            $('#nav-marquee').show();
        });
        $('#nav-cycle').mouseleave(function() {
            $('#nav-marquee').hide();
        });
    }

    $.int_lang = function() {
        //Language Click
        $('#main .flags img').unbind().click(function(){
            var lang = $(this).parent().attr('ref');
            $.ajax({
    				type: "POST",
    				url: "/_ajax_language.php",
    				data: ({'lang': lang}),
    				success: function(){
    				    window.location.reload(true);
    				}
    			});
        });
    }


    $.int_fancybox = function () {
        $('a.fancybox').fancybox({
            'overlayOpacity': 0.9,
            'overlayColor'  : '#000',
            'titlePosition' :'inside',
            'hideOnContentClick': true,
            'padding'       : 1,
            'onComplete'	: function(links, index) {
                if($('#grid-data').length) {
                    var self = $(links[index]);
                    var gid = self.attr('data');
                    var grid = $('#grid-data .grid-item-'+gid).html();
        		    var outData = grid.split('|');
                    var addlink = $.output_add_this(outData);
        		        $('#fancybox-title').append(addlink);
        		        $.int_cufon();
        		        $.reinitialize_add_this();
                }
    		 }
    	});

    	$('a.fancybox-swf').fancybox({
            'overlayOpacity': 0.9,
            'overlayColor'  : '#000',
            'titlePosition' :'inside',
            'hideOnContentClick': true,
            'transitionIn'  : 'none',
            'transitionOut' : 'none',
            'width'  : 597,
            'height' : 336,
            'autoScale'     : false,
            'padding'       : 1,
            'type'   : 'swf',
            'swf'    : {
              'allowfullscreen' : 'true',
    			    'flashVars': 'width=597&height=336&autoplay=true&stopBtn=false&standalone=true&fullscreen=true&seekBar=true&timer=true'
              },
            'onComplete'	: function(links, index) {
                if($('#grid-data').length) {
                    var self = $(links[index]);
                    var gid = self.attr('data');
                    var grid = $('#grid-data .grid-item-'+gid).html();
                    var outData = grid.split('|');
                    var addlink = $.output_add_this(outData);
        		        $('#fancybox-title').append(addlink);
        		        $.int_cufon();
        		        $.reinitialize_add_this();
      		    }
            }
    	});
    }

    $.output_add_this = function(item){
       var outputData = '<div><p>'+item[0]+'</p>';
           outputData += '  <div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url="'+item[1]+'" addthis:title="'+item[2]+'">';
           outputData += '    <a class="addthis_button_facebook"></a>';
           outputData += '    <a class="addthis_button_twitter"></a>';
           outputData += '    <a class="addthis_button_email"></a>';
           outputData += '    <a class="addthis_button_compact"></a>';
           outputData += '  </div>';
           outputData += '</div>';
       return outputData;
    }

    $.reinitialize_add_this = function(){
        $.getScript("http://s7.addthis.com/js/250/addthis_widget.js#domready=1", function(){
          if (window.addthis){
             window.addthis.ost = 0;
             window.addthis.ready();
          }
        });
    }

    $.reset_height_load = function($target, $adjustbkg, lst, hgt, extra) {
        var counter = 0;
        var setHeight = Math.ceil(parseInt($target.length) / lst) * hgt;
        $adjustbkg.css({height: setHeight + extra + 'px'});
    }

    $.int_garage = function (str){
        $.ajax({
            type: "POST",
            url: "/_ajax_"+str+".php",
            data: ({ id: str}),
            success: function(msg){
                        output = (msg) ? msg : '<div class="error">Sorry, no content found.</div>';
                        $('#garage-content').html(output);
                        $('#page-inner .page-overlay').addClass('full-overlay');
                        $('#page-inner .page-content').addClass('full-layout');
                        $('#page-inner .right-box').hide();
                        if(str == 'riders') {
                            $.int_garage_list_rider();
                            $.reset_height_load($('.list-riders li'), $('#garage-content'), 8, 120, 0);
                        }
                        else if(str == 'tracks') {
                            $.int_garage_list_tracks();
                        }
                        else if(str == 'vehicles') {
                            $.int_garage_list_vehicles();
                        }
                        else if(str == 'gear') {
                            $.int_garage_list_gear();
                        }
                        $.int_garage_overlay(true);
                    }
        });
        return false;
    }

    $.int_garage_overlay = function (full) {
        if(full) {
            $.int_lang();
            $.int_cufon();
        }
        if($('#page-inner .page-overlay').length){
            var hgt = parseInt($('#page-inner .page-content').height());
            $('#page-inner .page-overlay').css({opacity: 0.92, height: hgt + 'px'});
        }
    }

    $.transition_effect = function ($obj, size, ajdsize, move, bounce, animate) {
        var intMove = 0;
        var timer = 0;
        $obj.each(function(i, ie){
            timer = setTimeout(function(i){
               $ie = $(ie);
               size = (i==0) ? size : ajdsize;
               if(move == 'right') {
                   var post = { right : intMove +'px' }
               }
               else if(move == 'top') {
                   var post = { top : intMove +'px' }
               }
               else if(move == 'left') {
                   var post = { left : intMove +'px' }
               }
               if(animate) {
                 $ie.show().animate( post );
               }
               else {
                 $ie.show().css( post );
               }
               intMove = (intMove + size);
            }, animate);
            if(i > 3 && animate) {
                clearTimeout(timer);
            }
        });
        if(bounce) {
            $obj.mouseenter(function() {
                $(this).stop().animate({ marginTop: '-3px'}, 100);
            });
            $obj.mouseleave(function() {
                $(this).stop().animate({ marginTop: '0'}, 100);
            });
        }
    }

    $.int_cufon = function(){
        Cufon.replace('#dynamic-content .body, .book', { fontFamily: 'Gotham-Book' });
        Cufon.replace('h1, h2, h3, h4, h5, h6, .special, #fancybox-title-inside', { fontFamily: 'Gotham Black' });
        Cufon.replace('.shadow', { fontFamily: 'Gotham Black', textShadow: '1px 1px #000' });
        Cufon.replace('.linkable', { fontFamily: 'Gotham Black', hover: { color: 'white' } , hoverables: { li: true } });
    }

    $.preloadImages = function(arg)  {
        $.each(arg, function(i, n) {
            $("<img>").attr("src", image_path+n);
        });
    }

    $.reset_layout = function(){
        $('#garage-content').find('#garage-list').show();
        $('#garage-over').html('');
        $('#page-inner .page-overlay.full-overlay').css({'background': 'url("../images/bkg_garage_full.png") repeat left top #000000'});
        $('#page-inner .page-content').css({border: '1px solid #FAF846'});
        $('#sub-menu_2').css({border: '0px solid #FAF846', 'border-bottom': '1px solid #FAF846'});
        $('#page-inner .sub-overlay').css({height: 0 + 'px'});
    }

    $.int_sub_overlay = function(filter){
         var setSubHeight = Math.ceil(parseInt($(filter).length) / 8) * 133;
         $('#page-inner .sub-overlay').css({height: setSubHeight + 25 + 'px'});
    }

    if($('#download-content .flags-box li').length) {
        $('#download-content .flags-box li').hover(function(){
            $('.flag-overlay', this).show();
        }, function(){
            $('.flag-overlay', this).hide();
        });
    }
});$(function(){
    $.int_game = function (str){
        $.ajax({
        type: "POST",
        url: "/_ajax_games.php",
        data: ({ id: str}),
        success: function(msg){
                    output = (msg) ? msg : '<div class="error">Sorry, no game found.</div>';
                    $('#dynamic-content').html(output);
                    $.int_game_overlay(); 
                }
        });
        return false;
    }
    
    $.int_game_overlay = function () {
        $.int_lang();
        $.int_cufon();
        if($('#page-inner .page-overlay').length){
          var hgt = parseInt($('#page-inner .page-content').height());
          $('#page-inner .page-overlay').css({opacity: 0.92, height: hgt + 'px'});
        }
    }
});$(function(){

    $.int_riders_bio = function(){  
        $('#garage-list li.list.active').unbind().click(function(){
            $('#garage-list').hide(); 
            $('#page-inner .page-overlay.full-overlay').css({'background': 'transparent'});
            $('#page-inner .page-content').css({border: '0px solid #FAF846'});            
            var bio = $(this).attr('ref');   
                $.ajax({
                    type: "POST",
                    url: "/_ajax_riders_bio.php",
                    data: ({ rid: bio}),
                    success: function(output){  
                        $('#garage-over').hide().html(output).fadeIn(300, function(){ 
                            $('#page-inner .page-content').css({border: '0px solid #FAF846'});
                            $('#sub-menu_2').css({border: '1px solid #FAF846'});  
                            $.int_cycle_bio();  
                        }); 
                        $.int_cufon();
                    }
                });
                return false;  
        });
    }
    
    $.int_garage_list_rider = function (){ 
        var timer = 0;  
        if($('#garage-content').length) { 
            $('#garage-list').show();
            if($('#garage-over').html()) {
                var ret = $('#garage-content .garage-box.riders').height();  
                $('#garage-content').height(ret);
                $.int_garage_overlay(false);
            }
            
            $('#garage-over').html('');
            $('#page-inner .page-overlay.full-overlay').css({'background': 'url("../images/bkg_garage_full.png") repeat left top #000000'});
            $('#page-inner .page-content').css({border: '1px solid #FAF846'}); 
            $('#sub-menu_2').css({border: '0px solid #FAF846', 'border-bottom': '1px solid #FAF846'});
            $('#page-inner .sub-overlay').css({height: 0 + 'px'});
             
            //Sequence the List Icons  
            $('#garage-list.list-riders li').css({opacity: 0}).each(function(){ 
                $(this).delay(timer).animate({opacity: 1}, 200); 
                timer +=60; 
            }); 
             
            $('#garage-list li .state').mouseenter(function() { 
                //$('img', this).attr('src', '/images/border_over.png');
                $(this).parent().find('.title').css({color: '#ffff01'});
                $(this).parent().find('.current-img-off').hide();
                $(this).parent().find('.current-img-on').show();
            });
            $('#garage-list li .state').mouseleave(function() { 
                //$('img', this).attr('src', '/images/border_default.png');
                $(this).parent().find('.title').css({color: '#dddddd'});
                $(this).parent().find('.current-img-on').hide();
                $(this).parent().find('.current-img-off').show();
            });  
            
            //Readjust Height
            /*var liHeight = $('#garage-list li').height();
            var adjtHeight = Math.ceil(parseInt($('#garage-list li').length) / 8);
            var hgt = (parseInt(liHeight) * adjtHeight) + 20;
            alert(hgt)
            $('#page-inner .page-overlay').css({opacity: 0.92, height: hgt + 'px'}); */
            
            //Enable Riders Bio
            $.int_riders_bio();
        } 
    }
 
    $.int_cycle_bio = function(){
        
        $('#bio-image').before('<div id="bio-cycle">').cycle({
                fx:     'fade',
                speed:  500,
                timeout: 5000, 
                pager:  '#bio-cycle',
                pagerAnchorBuilder: function(idx, slide) { 
                    return '<a href="#"><img src="'+image_path+'spacer.gif" width="19" height="16" border="0" /></a>';
                }
            });
        if($('#bio-cycle').is(':empty')) {
            $('#bio-cycle').css({'background': 'transparent'});
        } 
        $('#media-marquee').bxSlider({
            easing: 'easeInBack',
            speed: 500,
            infiniteLoop: false 
        }); 
        if($('#media-marquee li').length <= 5) {
            $('.bx-prev, .bx-next').hide();
        }else {
            $('.bx-prev, .bx-next').show();
        } 
        $.int_fancybox();
        $('#media-marquee li:first-child').find('a').attr('rel', '');
        //Capture Container Orginal Height
        var orgh = $('#garage-content').height();
        $('#garage-content').data('height', orgh); 
        var reh = $('#garage-over').height(); 
        //Set New Container Height for Footer
        $('#garage-content').height(reh);  
    }
});$(function(){
    $.int_tracks = function(){  
        $('.track-step .button span:first-child').addClass('current');
        $('.track-step .button span').unbind().click(function(){    
            $('.track-step .button span').removeClass('current');
            $(this).addClass('current');   
            var cid = $(this).attr('ref'); 
            var default_cid = '';
            if(cid != 'all')
                default_cid = '.'+cid; 
            $.reset_height_load($('ul.track-sort li'+default_cid), $('#garage-content'), 8, 123, 230);
            $.int_garage_overlay(false); 
            $('.garage-box.tracks ul.track-sort').listgrid('li'+default_cid, { li_width: 110, li_height: 133 });  
            $.int_sub_overlay($('ul.track-sort li'+default_cid));  
            $('ul.track-sort').data('hgt', cid);
        });  
        $(".track-step .button span:first-child").click(); 
    }
    
    $.int_tracks_detail = function(){   
        if(!$('#garage-over').is(':visible')) $('#garage-over').show();
        $('ul.track-sort li.list').unbind().click(function(){    
            var tid = $(this).attr('ref');    
            var tag = $(this).attr('rel');
            $.ajax({
                type: "POST",
                url: "/_ajax_tracks_detail.php",
                data: ({ tid: tid, tag: tag }),
                success: function(msg){
                    output = (msg) ? msg : '<div class="error">Sorry, no tracks found.</div>';  
                    $('#page-inner .page-content').css({border: '0px solid #000000'}); 
                    $('#sub-menu_2').css({border: '1px solid #FAF846'});  
                    $('#page-inner .page-overlay.full-overlay').css({'background': 'transparent'}); 
                    $('#garage-over').hide().html(output).fadeIn(400, function(){  
                        $('#garage-content').css({height : parseInt($('#track-box').height()) + 'px'}).find('#garage-list').hide();
                        $('#page-inner .sub-overlay').css({height: 0});
                        $.int_garage_overlay(false); 
                        $('.scroll-pane').jScrollPane({scrollbarWidth: '14', maintainPosition: false, horizontalBar: false }).data('jsp');
                        /*$('#track-box .goback').unbind().click(function(){
                        $('#garage-over').fadeOut(300, function(){
                            $('#garage-over').html('');  
                            $.reset_layout();
                             $.int_tracks_detail();
                            var pointer = ($('ul.track-sort').data('hgt')) ? $('ul.track-sort').data('hgt') : ''; 
                            $(".track-step .button span[ref="+pointer+"]").click(); 
                            });
                        });
                        //Capture Container Orginal Height
                        var orgh = $('#garage-content').height();
                        $('#garage-content').data('height', orgh);  
                        var reh = $('#garage-over').height();
                        //Set New Container Height for Footer
                        $('#garage-content').height(reh);  
                        */ 
                    });
                    $.int_cufon();  
                }
            }) 
            return false;
 
        });  
    }
    
    $.int_garage_list_tracks = function (){ 
        var timer = 0;  
        if($('#garage-content').length) { 
            
            if($('#garage-over').html()) {
                var ret = $('#garage-content').data('height'); 
                $('#garage-content').height(ret);
                $.int_garage_overlay(false);
            }
            
            $.reset_layout();
            $.int_sub_overlay($('ul.track-sort li'));   
            //Load in first track
            $.reset_height_load($('ul.track-sort li'), $('#garage-content'), 8, 123, 230);
            $.int_garage_overlay(false);  
            $('.garage-box.tracks ul.track-sort').listgrid('li', { li_width: 110, li_height: 133 }); 
            $.int_tracks();
            $('#garage-list li .state').mouseenter(function() {  
                $(this).parent().find('.title').css({color: '#ffff3c'});
                $(this).parent().find('.current-img-off').hide();
                $(this).parent().find('.current-img-on').show();
            });
            $('#garage-list li .state').mouseleave(function() {  
                $(this).parent().find('.title').css({color: '#dddddd'});
                $(this).parent().find('.current-img-on').hide();
                $(this).parent().find('.current-img-off').show();
            });    
            //Enable Track Detail
             $.int_tracks_detail(); 
        } 
    } 
   
});$(function(){
 
    $.int_garage_list_vehicles = function (){ 
        var timer = 0;  
        $('#garage-over').html('');
        if($('#garage-content').length) {
            $('#garage-content').height(682);
            $.int_garage_overlay(true);
            $('#page-inner .sub-overlay').css({height: 0 + 'px'});
            $('#page-inner .page-content').css({border: '1px solid #FAF846'});   
            //Enable Riders Bio
            $.int_vehicles_brand();
        } 
    }
    
    $.int_vehicles_brand = function(){ 
        $('.vehicles-step ul li').unbind().click(function(){ 
            var engine = $(this).attr('ref'); 
            var type = $(this).parent().attr('class'); 
            $('.vehicles-step ul li').removeClass('current');
            //$('#display-once').hide();
            $(this).addClass('current');
            $('#vehicles-brand').fadeOut(300);
            $.ajax({
                type: "POST",
                url: "/_ajax_vehicles_detail.php",
                data: ({ brd: type, eng: engine }),
                success: function(msg){
                    output = (msg) ? msg : '<div class="error">Sorry, no models found.</div>';  
                    $('#vehicles-layout').remove();
                    $('#vehicles-brand-splash').append(output);
                    $.int_cufon();
                    var max = ((parseInt($('#vehicles-brand li').length) * 110) / 2 );
                    var adjust_center = (max <= 477) ? 477-max : max; 
                    $.int_vehicles_detail();
                    $('#vehicles-brand').css({'margin-left': adjust_center + 'px'}).fadeIn(300, function(){ 
                        $('ul li:first-child', this).click();
                    }); 
                }
            });  
        }); 
    }
    
    $.int_vehicles_detail = function(){   
        $('#vehicles-brand ul li').unbind().click(function(){
            $('#vehicles-brand li').removeClass('current'); 
            $(this).addClass('current');
            var brand = $(this).attr('rel');
            $('#notes-footer').hide();
            var bkgimage = $('#vehicles-specs .specs.' +brand+ ' .clone').find('img').attr('src'); 
            $('#vehicles-specs .specs').hide() 
            $('#vehicles-model').css({'background': 'url('+bkgimage+') no-repeat top center'}).addClass('adjust');
            $('#vehicles-specs .specs.' + brand).fadeIn(300);
        }); 
    }
  
});$(function(){
    var isIE7 = (navigator.userAgent).indexOf("MSIE 7") != -1;
    
    $.int_gear = function (){  
       
        $('.gear-step .button ul.sub li').unbind().click(function(){  
            var brd = '';
            if($(this).attr('rel') != 'all')
                var brd = '.' + $(this).attr('rel');  
            $.reset_height_load($('#gear-box ul.gear-sort li'), $('#garage-content'), 8, 133, 130);
            $.int_garage_overlay(false); 
            $('#gear-box ul.gear-sort').listgrid('li' + brd, { li_width: 110, li_height: 133, speed: 300 });  
        });    
    }
    
     
    $.int_garage_list_gear = function (){  
        if(isIE7) $('#gear-box .list-gear').css({'padding-left': '5px'});
        if($('#garage-content').length) { 
            
            if($('#garage-over').html()) {
                var ret = $('#garage-content').data('height'); 
                $('#garage-content').height(ret);
                $.int_garage_overlay(false);
            }
            
            $.reset_layout();    
            //Load in first track   
            $.int_buttons();
            $.int_gear();
            $.reset_height_load($('#gear-box ul.gear-sort li'), $('#garage-content'), 8, 133, 130);
            $.int_garage_overlay(false);  
            $('#gear-box ul.gear-sort').listgrid('li', { li_width: 110, li_height: 133, speed: 300 });    
            $('#garage-list li .state').mouseenter(function() {  
                $(this).parent().find('.title').css({color: '#ffff3c'});
                $(this).parent().find('.current-img-off').hide();
                $(this).parent().find('.current-img-on').show();
            });
            $('#garage-list li .state').mouseleave(function() {  
                $(this).parent().find('.title').css({color: '#dddddd'});
                $(this).parent().find('.current-img-on').hide();
                $(this).parent().find('.current-img-off').show();
            });    
            //Enable Gear Detail
            $.int_gear_detail(); 
        } 
    }
    
    $.int_buttons = function(){
        $('#gear-box ul.step li.button').mouseenter(function() {  
            $(this).css({color: '#000'});  
            $('ul', this).show();
            $('img.arrow', this).css({top: '10px'}).attr('src', '/images/down_arrow.png');
            $.int_cufon();
        });
        $('#gear-box ul.step li.button').mouseleave(function() {  
            $(this).css({color: '#FFF'});  
            $('ul', this).hide();
            $('img.arrow', this).css({top: '5px'}).attr('src', '/images/right_arrow.png');
            $.int_cufon();
        }); 
    }
    
    $.int_gear_detail = function(){   
        if(!$('#garage-over').is(':visible')) $('#garage-over').show();
        $('ul.gear-sort li.list.active').unbind().click(function(){    
            var gid = $(this).attr('ref');    
            var tag = $(this).attr('rel');
            $.ajax({
                type: "POST",
                url: "/_ajax_gear_detail.php",
                data: ({ gid: gid, tag: tag }),
                success: function(msg){
                    output = (msg) ? msg : '<div class="error">Sorry, no gear found.</div>';   
                    $('#page-inner .page-content').css({border: '0px solid #000000'}); 
                    $('#sub-menu_2').css({border: '1px solid #FAF846'});  
                    $('#page-inner .page-overlay.full-overlay').css({'background': 'transparent'}); 
                    $('#garage-over').hide().html(output).fadeIn(300, function(){  
                        $('#garage-content').css({height : 493 + 'px'}).find('#garage-list').hide();
                        $.int_garage_overlay(false); 
                    });
                    $.int_cufon();  
                }
            }) 
            return false;
 
        });  
    }
});var image_path = '/images/';
var default_game = 'mxvsatv_alive';
var default_garage = 'riders';
var preload_default = [
        "/order_box.png",
        "/community_box.png",
        "/bg_default.jpg",
        "/bg_garage.jpg",
        "/bg_order.jpg",
        "/bg_media.jpg",
        "/bg_game.jpg",
        "/bg_home.jpg",
        "/border_default.png",
        "/border_over.png",
        "/riders/default_bio.jpg",
        "/bkg_gear.jpg"
    ]

$(function(){

    /***START DURING LOAD**/
    var isIE7 = (navigator.userAgent).indexOf("MSIE 7") != -1;
    var isIE8 = (navigator.userAgent).indexOf("MSIE 8.0") != -1;

    /***CUFON FONT**/
    Cufon.replace('#header .slogan-box, #header .welcome, #gear-content .title, .special', { fontFamily: 'Gotham Black', hover: true });
    Cufon.replace('#dynamic-content .body, .book', { fontFamily: 'Gotham-Book' });
    Cufon.replace('#footer .footer-legal a.legal-link', { fontFamily: 'Gotham Black', textShadow: '2px 1px #000' });

    $.int_fancybox();
    $.preloadImages(preload_default);

    //Set Country language
    var langCode = 'us';
    $.cookie( "language", langCode );

    //Language Click
    $.int_lang();

    $('#legal-expand ul li:last-child, ul#media-filter li:last-child, #header .menu ul.main-nav li:last-child a').css({'border-right': 'none'});
    $('#header .menu ul.main-nav > li:last-child a').css({color: '#faf846'});
    $('#block-updates .updates .divider:last-child').css({'border-bottom': 'none'});
    $('#block-pre-order div:last-child').css({'margin-right': '0px'});
    if(isIE8) {
        $('#sub-menu_2>ul>li, #sub-menu ul li').css({'line-height':'30px'});
        $('#sub-menu_2 ul li ul li').css({'line-height':'21px'});
    }
    else {
      Cufon.replace('#media-filter li', { fontFamily: 'Gotham Black' });
    }

    if($('.scroll').length)
        var api = $('.scroll').jScrollPane({scrollbarWidth: '14', maintainPosition: false, horizontalBar: false }).data('jsp');

    //Pre-select MxvsAtv Alive Content
    if($('#dynamic-content').length)
        $.int_game(default_game);

    //Pre-select Garage Content
    if($('#garage-content').length)
        $.int_garage(default_garage);

    if($('#username'),length) {
        $('#username').unbind().click(function(){
            if($(this).val() == 'username')
            $(this).val('');
        });
    }

    /*** HOME SLIDESHOW ***/
    if($('#slideshow').length) {
        $('#slideshow, #nav-marquee').mouseenter(function(){
            $('#nav-marquee').show();
        });
       $('#slideshow, #nav-marquee').mouseleave(function() {
            $('#nav-marquee').hide();
        });
        $('#slideshow').before('<div id="nav-cycle">').cycle({
            fx:     'fade',
            speed:  500,
            timeout: 6000,
            prev:   '#prev',
            next:   '#next',
            pager:  '#nav-cycle',
            pagerAnchorBuilder: function(idx, slide) {
                $.int_slides();
                return '<a href="#"><img src="'+image_path+'spacer.gif" width="19" height="16" border="0" /></a>';
            }
        });
    }

    /*** TOGGLE ACTIONS ***/
    $('#header .menu ul.main-nav > li > a').hover(function(){
        //alert($(this).width());
        var bg_swtch = 'medium';
        if($(this).width() <= 65)
            bg_swtch = 'tiny';
        else if($(this).width() <= 93)
            bg_swtch = 'small';
        else if($(this).width() >= 144)
            bg_swtch = 'large';
        $(this).parent().addClass(bg_swtch);
    },function(){
      $(this).parent().removeClass('medium large small tiny');
    });

    $('#header .menu ul.main-nav > li').mouseenter(function() {
        $(this).find('ul').css({'visibility': 'visible'});
    });

    $('#header .menu ul.main-nav > li').mouseleave(function() {
        $(this).find('ul').css({'visibility': 'hidden'});
    });

    $('ul#media-filter li').unbind().click(function(){
        var $class;
        if($(this).attr('ref') == 'all') {
            $class = 'li';
            $('#media-filter').removeData("Media");
            $('ul#media-filter li').removeClass('current');
            $(this).addClass('current-all');
        }
        else {
            //$('ul#media-filter li:first').removeClass('current-all');
            var act_ref = $(this).attr('ref');
            if($(this).hasClass('current')) {
                $(this).removeClass('current');
                var setData = $('#media-filter').data("Media").split(",");
                setData = $.grep(setData, function(value) {
                    return value != 'li.'+act_ref;
                });
            }
            else {
                $(this).addClass('current');
                var setData = $('#media-filter').data("Media").split(",");
                setData.push('li.'+ act_ref);
            }
            var strData = setData.join(",");
            strData = strData.replace(/^\,/, '');
            //console.log(strData);
            $('#media-filter').data("Media", strData);
            $class = $('#media-filter').data("Media");
        }
        //console.log($class);
        $.reset_height_load($($class), $('#media-box'), 4, 155, 0);
        if($('#preload').length) $('#preload').remove();
        $('ul#media-gallery').listgrid($class, {offset: 14, adjust: 147});
    });

    $('#sub-menu li a').unbind().click(function(){
        $('#sub-menu li').removeClass('current');
        $(this).parent().addClass('current');
        if($(this).attr('ref').length)
            $.int_game($(this).attr('ref'));
    });

    /*** FOOTER BLOCK ***/
    var updated_height;
    var expanded_height;
    $(window).resize(function () {
        updated_height = '-'+$(window).scrollTop()+'px';
        $('#legal-expand').css({'bottom': updated_height});
    });

    $(window).scroll(function () {
        updated_height = '-'+$(window).scrollTop()+'px';
        $('#legal-expand').css({'bottom': updated_height});
    });

    $('a.legal-link').mouseenter(function() {
        expanded_height = '-'+$(window).scrollTop()+'px';
        $('#legal-expand').css({'bottom': expanded_height }).show().animate({'height': '200px'});
    });
    $('#legal-expand').mouseleave(function() {
        expanded_height  = '-'+$(window).scrollTop()+'px';
        $(this).css({ 'bottom': expanded_height }).animate({'height': '0'}, function() {
            $('#legal-expand').hide();
          });
    });

    /** SUB MENU CONTROLS **/
    if($('#sub-menu_2').length) {

        $('#sub-menu_2 ul li').unbind().click(function(){
            $('#sub-menu_2 ul li').removeClass('current');
            $(this).addClass('current');
            $.int_garage($('a', this).attr('ref'));
        });
    }

    //Adjust Flags
    var maxflags = (parseInt($('#footer .flags .flag-box .flg').length) * 67);
    $('#footer .flags .flag-box').css({'width': maxflags +'px'});

});

$(window).load(function(){
    if($('ul#media-gallery')) {
        $.reset_height_load($('ul#media-gallery li'), $('#media-box'), 4, 155, 0);
        if($('#preload').length) $('#preload').remove();
        $('ul#media-gallery').show().listgrid('li', {offset: 14, adjust: 147});
        //$('ul#media-gallery').show().listgrid('li', {offset: 14, adjust: 147, callback: $.reset_list_load});
    }
    $.int_game_overlay();
    //Boxs Transitions
    /*
    if($('#block-pre-order').length)
        $.transition_effect($('#block-pre-order .stores'), 230, 242, 'right', false, 0);
    if($('#home-order').length)
        $.transition_effect($('#home-order .stores'), 230, 242, 'left', false, 0);
    if($('#right-side').length)
        $.transition_effect($('#right-side .right-box'), 231, 231, 'top', false, 0);
    */
});
