/* Cufon
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 2008 - 2009 Linotype GmbH, www.linotype.com. All rights reserved.
 * This font software may not be reproduced, modified, disclosed or transferred
 * without the express written approval of Linotype GmbH.
 * 
 * Trademark:
 * Please refer to the Copyright section for the font trademark attribution
 * notices.
 * 
 * Full name:
 * DINNextLTPro-Medium
 * 
 * Description:
 * DIN Next is a typeface family inspired by the classic industrial German
 * engineering designs, DIN 1451 Engschrift and Mittelschrift. Akira Kobayashi
 * began by revising these two facesówho names just mean condensed and
 * regularóbefore expanding them into a new family with seven weights (Light to
 * Black). Each weight ships in three varieties: Regular, Italic, and Condensed,
 * bringing the total number of fonts in the DIN Next family to 21. DIN Next is
 * part of Linotypeís Platinum Collection. Linotype has been supplying its
 * customers with the two DIN 1451 fonts since 1980. Recently, they have become
 * more popular than ever, with designers regularly asking for additional weights.
 * The abbreviation "DIN" stands for ìDeutsches Institut f¸r Normung e.V.,î which
 * is the German Institute for Industrial Standardization. In 1936 the German
 * Standard Committee settled upon DIN 1451 as the standard font for the areas of
 * technology, traffic, administration and business. The design was to be used on
 * German street signs and house numbers. The committee wanted a sans serif,
 * thinking it would be more legible, straightforward, and easy to reproduce. They
 * did not intend for the design to be used for advertisements and other
 * artistically oriented purposes. Nevertheless, because DIN 1451 was seen all over
 * Germany on signs for town names and traffic directions, it became familiar
 * enough to make its way onto the palettes of graphic designers and advertising
 * art directors. The digital version of DIN 1451 would go on to be adopted and
 * used by designers in other countries as well, solidifying its worldwide design
 * reputation. There are many subtle differences in DIN Nextís letters when
 * compared withe DIN 1451 original. These were added by Kobayashi to make the new
 * family even more versatile in 21st-century media. For instance, although DIN
 * 1451ís corners are all pointed angles, DIN Next has rounded them all slightly.
 * Even this softening is a nod to part of DIN 1451ís past, however. Many of the
 * signs that use DIN 1451 are cut with routers, which cannot make perfect corners;
 * their rounded heads cut rounded corners best. Linotypeís DIN 1451 Engschrift and
 * Mittelschrift are certified by the German DIN Institute for use on official
 * signage projects. Since DIN Next is a new design, these applications within
 * Germany are not possible with it. However, DIN Next may be used for any other
 * project, and it may be used for industrial signage in any other country! DIN
 * Next has been tailored especially for graphic designers, but its industrial
 * heritage makes it surprisingly functional in just about any application.
 * 
 * Manufacturer:
 * Linotype GmbH
 * 
 * Designer:
 * Linotype Design Studio
 * 
 * Vendor URL:
 * http://www.linotype.com
 * 
 * License information:
 * http://www.linotype.com/license
 */
Cufon.registerFont({"w":197,"face":{"font-family":"DIN","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 3 2 2 3 5 2 3","ascent":"270","descent":"-90","x-height":"4","bbox":"-6.26736 -270.787 305 68.3944","underline-thickness":"18","underline-position":"-18","stemh":"31","stemv":"37","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":84,"k":{"Y":8,"W":7,"T":4,"V":10}},"!":{"d":"69,-72v-3,7,-26,6,-28,0r-8,-169v6,-9,28,-2,41,-4v2,0,4,2,4,4xm37,0v-7,-6,-7,-36,0,-44v13,2,34,-5,40,4v-2,13,5,34,-4,40r-36,0","w":110},"\"":{"d":"102,-179v-4,6,-26,5,-29,0v2,-21,-4,-50,3,-66v8,2,24,-4,26,4r0,62xm51,-179v-4,6,-26,5,-29,0r0,-62v2,-7,26,-7,29,0r0,62","w":124,"k":{"V":-4,"A":30,"W":-4,"Y":-2,",":27,".":27,"J":31,"T":-13,"t":-4}},"#":{"d":"25,-4r10,-72v-9,-1,-24,3,-28,-3v1,-8,-4,-23,4,-25r28,0r5,-41v-9,-2,-25,4,-27,-4v1,-8,-3,-22,3,-25r28,0r9,-67v2,-8,19,-2,27,-4v3,0,3,2,3,4r-9,67r42,0r9,-67v2,-8,19,-2,27,-4v3,0,3,2,3,4r-10,67v9,2,26,-4,29,4v-1,8,4,23,-4,25r-28,0r-6,41v9,2,26,-4,28,4v-1,8,3,21,-3,24r-29,0r-10,72v-2,7,-27,7,-30,0r10,-72r-42,0r-9,72v-2,8,-19,2,-27,4v-3,0,-3,-2,-3,-4xm68,-104r42,0r6,-41r-42,0","w":185},"$":{"d":"22,-22v-3,-11,14,-19,18,-29v15,0,28,20,51,19r0,-74v-41,-7,-66,-32,-66,-69v0,-40,27,-69,66,-73v-4,-15,5,-30,21,-19r0,19v21,2,40,9,55,19v3,11,-11,20,-15,30v-12,0,-26,-13,-40,-13r0,71v44,7,67,32,67,69v0,41,-26,69,-67,75v5,15,-6,33,-21,19r0,-18v-27,-1,-50,-11,-69,-26xm91,-146r0,-66v-32,6,-41,58,0,66xm112,-33v32,-7,41,-61,0,-69r0,69"},"%":{"d":"54,0r143,-245v3,-8,19,-2,29,-4v2,0,3,2,2,4r-143,245v-3,8,-19,2,-29,4v-2,0,-3,-2,-2,-4xm69,-248v34,6,47,16,47,65v0,50,-13,57,-47,64v-35,-6,-47,-15,-47,-64v0,-51,12,-58,47,-65xm69,-222v-19,6,-17,4,-17,39v0,35,-2,32,17,38v18,-6,17,-3,17,-38v0,-36,2,-32,-17,-39xm212,3v-35,-6,-47,-16,-47,-64v0,-51,11,-58,47,-65v34,6,47,16,47,65v0,50,-13,57,-47,64xm212,-100v-18,6,-17,5,-17,39v0,34,-1,32,17,38v18,-6,17,-3,17,-38v0,-36,2,-32,-17,-39","w":281},"&":{"d":"91,4v-85,0,-90,-99,-22,-140v-48,-46,-29,-113,34,-113v36,0,59,26,59,55v0,22,-10,39,-42,63r38,49v10,-9,17,-25,30,-30v6,8,19,11,20,22r-29,35v7,8,13,22,29,19v8,6,10,45,-12,36v-19,3,-30,-13,-42,-27v-21,21,-38,31,-63,31xm99,-158v23,-18,27,-26,27,-36v0,-12,-10,-22,-23,-22v-32,8,-30,30,-4,58xm60,-64v0,40,51,44,74,10r-44,-55v-23,18,-30,32,-30,45","w":232},"'":{"d":"51,-179v-4,6,-26,5,-29,0r0,-62v2,-7,26,-7,29,0r0,62","w":73,"k":{"V":-4,"A":30,"W":-4,"Y":-2,",":27,".":27,"J":31,"T":-13,"t":-4}},"(":{"d":"64,27v-62,-89,-61,-201,0,-290v5,-6,15,-2,24,-3v2,0,3,1,2,3v-44,88,-43,203,0,290v0,6,-21,5,-26,0","w":105,"k":{"j":-10}},")":{"d":"15,27v44,-87,46,-202,0,-290v0,-5,22,-6,26,0v62,88,61,201,0,290v-4,6,-15,2,-24,3v-2,0,-3,-1,-2,-3","w":105},"*":{"d":"72,-145v-2,7,-22,6,-23,0r0,-29v-10,4,-19,17,-30,14v-2,-6,-10,-13,-6,-19r25,-14v-15,-7,-35,-16,-19,-33v11,-3,20,11,30,14v-3,-18,0,-45,23,-29r-1,29v10,-4,19,-17,31,-14v2,6,10,13,6,19r-26,14v15,7,36,15,20,33v-12,4,-21,-11,-31,-14","w":120},"+":{"d":"84,-21v-10,-12,4,-48,-6,-61v-19,-2,-45,4,-58,-3v1,-10,-4,-27,3,-32v19,-1,43,3,58,-2v2,-19,-4,-45,3,-59v11,1,28,-4,33,3v1,19,-3,43,2,58v19,2,48,-6,59,4v-2,10,5,28,-4,31v-18,1,-42,-3,-57,2r0,56v-5,7,-23,1,-33,3"},",":{"d":"27,40v-8,-19,0,-55,-3,-80v5,-7,34,-7,41,0v-1,15,3,36,-3,46v-12,11,-21,25,-35,34","w":88,"k":{" ":7,"\"":27,"'":27}},"-":{"d":"119,-78v-33,-2,-75,5,-103,-3v2,-10,-5,-29,4,-32r99,0v5,5,5,29,0,35","w":138,"k":{"y":4,"x":8,"v":4,"X":17,"V":24,"A":6,"w":1,"W":13,"Y":34,"J":9,"T":24,"S":2}},".":{"d":"27,0v-6,-8,-4,-35,0,-44v13,2,34,-5,40,4v-2,13,5,34,-4,40r-36,0","w":90,"k":{" ":7,"\"":27,"'":27}},"\/":{"d":"19,0r80,-245v4,-9,22,-2,32,-4v2,0,4,2,3,4r-80,245v-4,9,-22,2,-32,4v-2,0,-4,-2,-3,-4","w":153,"k":{"7":-6}},"0":{"d":"29,-44v-3,-10,-5,-21,-5,-78v0,-57,2,-69,5,-79v14,-63,126,-64,139,0v3,10,6,22,6,79v0,57,-3,68,-6,78v-13,64,-126,63,-139,0xm69,-51v7,26,53,25,60,0v3,-8,3,-16,3,-71v0,-55,0,-63,-3,-71v-7,-26,-53,-27,-60,0v-3,8,-3,16,-3,71v0,55,0,63,3,71"},"1":{"d":"89,-4r-1,-193r-37,27v-2,1,-4,1,-4,-2v1,-14,-3,-32,2,-42v22,-14,35,-37,77,-31v2,0,3,2,3,4r0,237v-4,8,-33,7,-40,0"},"2":{"d":"30,0v-8,-4,-5,-26,-2,-35r86,-108v23,-22,24,-69,-16,-70v-19,0,-31,12,-34,31v-8,7,-24,-4,-35,-4v-9,-28,25,-63,70,-63v74,0,88,79,49,126r-72,87r91,0v7,4,7,30,0,36r-137,0"},"3":{"d":"96,-213v-22,0,-28,16,-37,28v-11,-5,-29,-2,-34,-12v5,-30,32,-52,72,-52v72,0,96,85,45,119v14,6,32,28,32,60v0,89,-138,98,-152,21v7,-8,28,-11,38,-9v5,14,18,26,38,26v23,0,36,-15,36,-36v0,-29,-20,-43,-51,-40v-6,-5,-5,-29,0,-36v28,3,46,-10,46,-36v0,-19,-12,-33,-33,-33"},"4":{"d":"20,-37v-7,-6,-2,-26,-2,-36r79,-169v7,-7,27,-1,39,-3v3,0,4,1,3,3r-78,169v18,-2,44,4,57,-3r0,-61v7,-6,33,-5,41,0v1,21,-3,47,2,64v7,1,20,-3,22,3v-2,11,4,29,-4,33v-6,1,-17,-2,-20,2v-2,11,4,30,-4,35v-12,-2,-32,5,-37,-4v-1,-11,3,-26,-2,-33r-96,0"},"5":{"d":"175,-79v16,96,-131,108,-146,33v4,-10,23,-7,34,-12v10,11,16,28,38,26v24,-1,33,-16,33,-47v0,-31,-10,-46,-34,-47v-21,-1,-24,14,-34,20v-11,-2,-28,4,-34,-3r0,-132v0,-2,2,-4,4,-4r130,0v8,4,2,23,4,33v-25,10,-73,-3,-101,5v2,17,-4,42,2,55v47,-26,116,3,104,73"},"6":{"d":"99,4v-68,0,-94,-74,-62,-132r64,-115v8,-5,27,0,39,-2v3,0,3,2,2,4r-53,98v46,-13,88,19,88,70v0,50,-34,77,-78,77xm62,-71v0,23,14,39,37,39v23,0,37,-16,37,-39v0,-23,-14,-39,-37,-39v-23,0,-37,16,-37,39"},"7":{"d":"50,-4r80,-205v-20,2,-47,-3,-63,2v-2,10,4,28,-4,32v-11,-2,-30,5,-34,-4v2,-21,-4,-50,3,-66r138,0v7,6,2,27,2,38r-81,204v-7,8,-27,1,-39,3v-2,0,-3,-1,-2,-4","k":{"\/":11}},"8":{"d":"99,4v-78,0,-103,-99,-49,-133v-45,-31,-25,-120,49,-120v75,0,92,88,48,121v17,10,31,31,31,59v0,44,-33,73,-79,73xm99,-147v20,0,33,-15,33,-33v0,-18,-13,-33,-33,-33v-20,0,-33,15,-33,33v0,18,13,33,33,33xm60,-71v0,23,16,39,39,39v23,0,38,-16,38,-39v0,-23,-15,-40,-38,-40v-23,0,-39,17,-39,40"},"9":{"d":"55,-4r54,-98v-45,13,-88,-18,-88,-69v0,-50,35,-78,78,-78v68,0,94,74,62,132r-64,115v-8,5,-27,0,-39,2v-3,0,-4,-2,-3,-4xm99,-135v23,0,37,-16,37,-39v0,-23,-14,-39,-37,-39v-23,0,-37,16,-37,39v0,23,14,39,37,39"},":":{"d":"68,-133v-8,6,-36,5,-43,0v2,-13,-5,-35,4,-41v12,2,33,-5,39,4r0,37xm29,0v-7,-6,-7,-36,0,-44v12,2,33,-5,39,4v-2,13,4,32,-3,40r-36,0","w":93},";":{"d":"68,-133v-8,6,-36,5,-43,0v2,-13,-5,-35,4,-41v12,2,33,-5,39,4r0,37xm26,36r0,-76v5,-9,26,-2,38,-4v6,10,3,37,1,50v-12,11,-21,25,-35,34v-2,0,-4,-2,-4,-4","w":93},"<":{"d":"23,-82v-5,-5,-5,-27,0,-34r151,-62v8,2,6,33,0,39r-103,40r103,40v9,5,2,25,4,36v0,2,-2,3,-4,2"},"=":{"d":"23,-118v-6,-5,-5,-28,0,-35r151,0v8,4,2,22,4,32v0,2,-2,3,-4,3r-151,0xm23,-46v-6,-5,-5,-28,0,-35r151,0v8,4,2,22,4,32v0,2,-2,3,-4,3r-151,0"},">":{"d":"23,-21v-6,-3,-5,-31,0,-38r103,-41r-103,-39v-7,-6,-1,-25,-3,-37v0,-2,1,-3,3,-2r151,62v7,4,7,29,0,34"},"?":{"d":"101,-72v-11,8,-50,11,-41,-15v1,-45,50,-59,50,-99v0,-38,-57,-33,-59,2v-7,8,-25,-3,-36,-2v-3,0,-3,-2,-3,-4v6,-36,32,-59,72,-59v58,0,84,61,52,105v-15,21,-37,35,-35,72xm62,0v-6,-8,-4,-35,0,-44v13,2,34,-5,40,4v-2,13,5,34,-4,40r-36,0","w":167},"@":{"d":"97,-95v0,-70,59,-94,95,-57v0,-5,-2,-14,3,-14v9,2,25,-4,29,3r0,89v0,18,10,25,21,25v14,0,26,-10,26,-47v0,-66,-41,-112,-109,-112v-68,0,-109,45,-109,112v0,67,41,111,109,111v33,0,55,-6,77,-16v8,0,13,19,12,26v-26,14,-52,20,-89,20v-84,0,-143,-58,-143,-141v0,-83,59,-142,143,-142v84,0,143,60,143,142v0,78,-71,97,-104,54v-7,13,-21,22,-47,22v-40,-1,-57,-26,-57,-75xm130,-95v0,30,8,45,31,45v24,0,31,-15,31,-45v0,-30,-8,-45,-31,-45v-22,0,-31,15,-31,45","w":324},"A":{"d":"6,-4r84,-237v6,-7,35,-7,43,0r83,237v-3,7,-36,6,-43,0r-16,-47r-92,0r-16,47v-6,9,-27,2,-40,4v-3,0,-4,-2,-3,-4xm78,-89r66,0r-33,-95","w":222,"k":{"y":14,"v":16,"V":19,"?":13}},"B":{"d":"27,-4r0,-237v0,-2,2,-4,4,-4r91,0v83,-9,95,89,48,118v15,6,32,25,32,55v0,82,-90,74,-171,72v-2,0,-4,-2,-4,-4xm69,-145v30,5,87,9,87,-30v0,-37,-53,-36,-87,-30r0,60xm69,-103v2,21,-4,50,3,66v40,1,88,6,88,-35v0,-39,-56,-37,-91,-31","w":218,"k":{"Y":9,"J":3,"A":3,"X":7,"V":4}},"C":{"d":"111,4v-63,0,-91,-39,-91,-126v0,-90,27,-127,91,-127v39,0,69,21,83,53v-6,8,-27,20,-37,17v-8,-17,-22,-32,-46,-32v-44,0,-50,24,-48,89v0,36,1,45,4,55v9,44,79,40,90,1v11,-5,24,10,35,13v2,1,3,2,2,4v-14,32,-44,53,-83,53","w":207,"k":{"T":6}},"D":{"d":"206,-122v13,129,-64,123,-175,122v-2,0,-4,-2,-4,-4r0,-237v0,-2,2,-4,4,-4v110,-3,188,-4,175,123xm163,-122v7,-85,-22,-84,-91,-85v-1,0,-3,2,-3,3r0,164v57,6,106,3,94,-82","w":225,"k":{"X":12,"V":6,",":5,".":5,"T":9,"W":4,"Y":9,"A":8,"J":5,"Z":2}},"E":{"d":"27,-4r0,-237v0,-2,2,-4,4,-4r153,0v9,4,2,24,4,35v-31,9,-79,0,-116,3v-8,14,-1,43,-3,62v27,6,66,0,97,2v7,5,7,33,0,39v-31,2,-69,-3,-97,2r0,62v33,9,87,-5,119,5v-2,11,4,30,-4,35r-153,0v-2,0,-4,-2,-4,-4","w":205,"k":{"y":6,"v":6,"w":6}},"F":{"d":"27,-4r0,-237v0,-2,2,-4,4,-4r153,0v9,4,2,24,4,35v-31,9,-79,0,-116,3v-8,15,-1,45,-3,65v27,6,66,0,97,2v9,4,2,24,4,35v-25,10,-73,-3,-101,5v-2,32,5,73,-3,100v-12,-2,-33,5,-39,-4","w":201,"k":{"u":9,"s":6,"r":6,"q":5,"p":6,"o":13,"n":6,"m":6,"g":5,"e":13,"d":5,"c":13,"a":15,"J":25,"A":24,".":36,",":36,"y":9}},"G":{"d":"114,4v-67,0,-94,-37,-94,-126v0,-91,26,-127,94,-127v46,0,82,26,84,57v-12,4,-24,13,-35,12v-11,-19,-26,-31,-50,-31v-47,0,-50,23,-50,89v0,67,4,82,50,88v33,4,58,-28,49,-65v-14,-2,-36,4,-44,-3v1,-11,-4,-28,3,-33r81,0v8,2,4,17,4,25v4,72,-31,114,-92,114","w":225,"k":{"X":2,"V":2,",":4,".":4,"T":6,"W":2,"Y":3,"A":9,"J":6}},"H":{"d":"27,-4r0,-237v5,-9,27,-2,39,-4v9,26,0,69,3,100v26,4,71,4,98,0r0,-96v5,-7,36,-7,43,0r0,237v-5,7,-36,7,-43,0v-2,-32,4,-72,-2,-100v-31,2,-69,-3,-96,2v-2,33,5,75,-3,102v-12,-2,-33,5,-39,-4","w":236},"I":{"d":"27,-4r0,-237v5,-9,27,-2,39,-4v2,0,3,2,3,4r0,237v-5,7,-35,7,-42,0","w":96},"J":{"d":"72,4v-29,-1,-59,-14,-63,-35v11,-5,20,-20,32,-18v22,26,73,18,73,-33r0,-159v5,-7,36,-7,43,0r0,159v0,55,-33,86,-85,86","w":182,"k":{"A":7,"J":3}},"K":{"d":"27,-4r0,-237v5,-9,27,-2,39,-4v9,32,0,81,3,119r93,-116v10,-7,32,-1,47,-3v2,0,3,3,1,5r-76,91r85,145v1,3,0,4,-3,4v-14,-1,-36,4,-45,-3r-64,-113r-38,45v-2,23,4,53,-3,71v-12,-2,-33,5,-39,-4","w":227,"k":{"y":8,"v":13,"-":15,"\"":3,"'":3,"C":10,"G":10,"O":10,"Q":10,"*":9,"c":6,"e":6,"o":6,"U":2,"d":4,"q":4,"S":3}},"L":{"d":"27,-4r0,-237v5,-9,27,-2,39,-4v2,0,3,2,3,4r0,201v33,9,87,-5,119,5v-2,11,4,30,-4,35r-153,0v-2,0,-4,-2,-4,-4","w":196,"k":{"y":5,"v":12,"V":22,"?":5,"w":11,"-":7,"*":18,",":-7,".":-7,"Y":30,"W":15,"T":32,"\"":30,"'":30,"U":9,"C":9,"G":9,"O":9,"Q":9}},"M":{"d":"27,-4r0,-237v5,-7,34,-7,42,0r67,151r2,0r66,-151v6,-9,26,-2,38,-4v2,0,3,2,3,4r0,237v-4,9,-24,2,-35,4v-2,0,-3,-2,-3,-4v-2,-48,4,-105,-2,-149r-52,115v-3,8,-30,9,-34,0r-53,-115r0,149v-5,7,-33,7,-39,0","w":272},"N":{"d":"27,-4r0,-237v6,-8,35,-6,43,0r101,169r0,-169v5,-7,33,-7,39,0r0,237v-6,8,-35,6,-43,0r-101,-168r0,168v-5,7,-33,7,-39,0","w":236},"O":{"d":"206,-122v0,89,-27,126,-93,126v-65,0,-93,-37,-93,-126v0,-91,27,-127,93,-127v66,0,93,39,93,127xm113,-211v-45,8,-50,23,-50,89v0,67,5,79,50,88v45,-8,50,-24,50,-88v0,-66,-5,-80,-50,-89","w":225,"k":{"X":2,"V":2,",":4,".":4,"T":6,"W":2,"Y":3,"A":9,"J":6}},"P":{"d":"69,-4v-5,7,-35,7,-42,0r0,-237v0,-2,2,-4,4,-4r91,0v48,0,81,31,81,76v1,65,-58,83,-131,76v-9,22,0,61,-3,89xm69,-133v38,7,92,5,92,-36v0,-40,-47,-40,-89,-38v-8,17,0,51,-3,74","w":215,"k":{"o":4,"e":4,"c":4,"a":6,"Y":4,"J":32,"A":24,".":50,",":50,"'":-8,"\"":-8,"X":8}},"Q":{"d":"206,-122v-2,51,-2,58,-14,83v8,11,24,17,27,31v-10,7,-14,24,-28,24r-26,-25v-79,34,-145,-3,-145,-113v0,-91,27,-127,93,-127v66,0,96,39,93,127xm62,-122v0,66,6,79,51,88v8,0,16,-1,22,-4v-8,-10,-23,-15,-25,-29v10,-7,16,-21,28,-24r22,22v3,-9,3,-22,3,-53v2,-67,-5,-80,-50,-89v-45,8,-51,24,-51,89","w":225,"k":{"Y":8,"W":5,";":-5,":":-5,".":-5,",":-5,"V":6,"!":-6}},"R":{"d":"206,0v-14,-2,-38,5,-45,-4r-47,-95v-15,1,-34,-3,-45,2v-2,31,5,71,-3,97v-12,-2,-33,5,-39,-4r0,-237v0,-2,2,-4,4,-4r94,0v85,-7,105,119,32,141r51,99v1,3,1,5,-2,5xm69,-139v36,6,92,8,92,-33v0,-41,-48,-36,-89,-35v-8,16,-1,47,-3,68","w":222,"k":{"V":5,"-":5,"Y":8,"W":3,"T":1,"C":1,"G":1,"O":1,"Q":1,"d":3,"q":3,"J":2,"c":5,"e":5,"o":5}},"S":{"d":"104,4v-36,0,-71,-14,-90,-32v-3,-14,16,-21,22,-32v20,5,41,26,71,26v29,0,46,-14,46,-35v4,-21,-25,-32,-57,-36v-47,-5,-74,-29,-74,-70v0,-79,114,-92,162,-49v3,12,-13,21,-17,31v-21,-3,-40,-18,-63,-18v-25,0,-39,14,-39,33v0,21,27,31,58,35v47,5,73,29,73,71v0,44,-31,76,-92,76","w":211,"k":{"y":3,"x":5,"v":5,"V":3,"A":3,"w":3,"-":-6,"W":3,"Y":4}},"T":{"d":"120,-4v-5,9,-27,2,-39,4v-2,0,-3,-2,-3,-4r-2,-203v-22,-2,-51,4,-68,-3v2,-11,-4,-30,4,-35r174,0v9,4,2,24,4,35v-15,10,-54,-4,-70,6r0,200","w":198,"k":{"y":22,"x":10,"v":22,"?":-7," ":4,"A":22,"w":22,"-":24,",":36,".":36,":":6,";":6,"\"":-13,"'":-13,"a":26,"J":19,"T":-5,"c":26,"e":26,"o":26,"d":13,"q":13,"f":2,"m":15,"n":15,"p":15,"r":15,"s":22,"u":22,"t":2,"z":10,"C":6,"G":6,"O":6,"Q":6}},"U":{"d":"116,-34v28,0,47,-19,47,-53r0,-154v5,-7,36,-7,43,0r0,155v0,57,-38,90,-90,90v-51,0,-90,-33,-90,-90r0,-155v5,-7,35,-7,42,0r0,154v0,34,20,53,48,53","w":231,"k":{"A":7,",":7,".":7,"J":3}},"V":{"d":"121,-4v-6,7,-32,6,-39,0r-77,-237v3,-7,36,-6,43,0r55,173r53,-173v6,-9,27,-2,39,-4v2,0,4,2,3,4","w":203,"k":{"z":9,"w":3,"u":9,"s":16,"r":12,"q":18,"p":12,"o":20,"n":12,"m":12,"g":18,"f":2,"e":20,"d":18,"c":20,"a":17,"S":6,"Q":2,"O":2,"J":28,"G":2,"C":2,"A":19,";":13,":":13,".":36,"-":24,",":36,"'":-4,"\"":-4,"y":3,"x":6,"v":3," ":10}},"W":{"d":"232,-4v-4,7,-30,7,-36,0r-47,-167r-47,167v-5,7,-30,7,-36,0r-60,-237v4,-8,34,-6,41,0r39,165r46,-165v4,-7,29,-6,34,0r47,165r38,-165v5,-9,26,-2,38,-4v3,0,3,2,3,4","w":297,"k":{"y":3,"x":4,"v":3," ":7,"A":14,"-":13,",":31,".":31,":":8,";":8,"\"":-4,"'":-4,"a":13,"J":23,"c":14,"e":14,"o":14,"d":11,"q":11,"f":2,"m":5,"n":5,"p":5,"r":5,"s":14,"u":4,"z":8,"C":2,"G":2,"O":2,"Q":2,"g":11,"S":4}},"X":{"d":"198,0v-14,-2,-39,6,-45,-4r-50,-83r-50,83v-8,9,-31,2,-45,4v-3,0,-3,-2,-2,-5r73,-122r-67,-113v-1,-3,-1,-5,2,-5v14,2,38,-6,44,4r45,74r45,-74v7,-10,30,-1,44,-4v3,0,3,2,2,5r-67,113r73,122v1,3,1,5,-2,5","w":205,"k":{"w":12,"q":4,"o":5,"e":5,"d":4,"c":5,"Q":2,"O":2,"G":2,"C":2,"-":17,"y":11,"v":14}},"Y":{"d":"118,-4v-5,7,-36,7,-43,0r0,-96r-71,-141v-1,-2,0,-4,3,-4v14,2,36,-6,42,4v18,30,29,67,49,95r48,-95v6,-9,27,-2,40,-4v3,0,4,2,3,4r-71,141r0,96","w":192,"k":{"y":13,"x":17,"v":11," ":8,"A":23,"w":8,"-":34,",":35,".":35,":":20,";":20,"\"":-2,"'":-2,"a":24,"J":34,"c":22,"e":22,"o":22,"d":22,"q":22,"f":5,"m":18,"n":18,"p":18,"r":18,"s":22,"u":18,"z":18,"C":3,"G":3,"O":3,"Q":3,"g":22,"S":9}},"Z":{"d":"172,0r-152,0v-8,-5,-3,-28,-3,-39r111,-168r-104,0v-7,-4,-6,-32,0,-38r148,0v8,5,3,27,3,38r-111,169r108,0v7,4,6,32,0,38","w":191,"k":{"y":6,"v":2,"w":6,"c":6,"e":6,"o":6,"u":6}},"[":{"d":"90,27v-15,6,-52,5,-68,0r0,-290v15,-6,52,-5,68,0v-1,9,4,25,-4,28v-9,1,-22,-2,-27,2r0,230v6,7,27,-4,31,6r0,24","w":100,"k":{"j":-10}},"\\":{"d":"134,0v-1,7,-30,7,-35,0r-80,-245v1,-7,30,-7,35,0","w":153},"]":{"d":"78,27v-14,6,-51,5,-67,0v1,-9,-4,-25,4,-28v8,-1,21,3,26,-2r-2,-232v-9,-1,-25,4,-28,-4v2,-9,-4,-25,4,-27v20,2,48,-4,63,3r0,290","w":100},"^":{"d":"177,-98v-3,6,-30,5,-37,0r-42,-97r-41,97v-6,7,-24,1,-35,3v-2,0,-3,-1,-2,-3r62,-143v3,-7,28,-7,33,0"},"_":{"d":"177,49r-177,0r0,-24r177,0r0,24","w":177},"`":{"d":"109,-203v-2,6,-27,4,-33,0r-34,-45v2,-8,34,-6,41,0","w":151},"a":{"d":"163,-4v-6,8,-46,10,-37,-12v-24,34,-108,26,-108,-33v0,-54,56,-54,107,-57v14,-45,-59,-42,-78,-25v-10,-2,-18,-21,-17,-30v14,-10,33,-16,61,-16v101,0,66,92,72,173xm87,-29v31,0,44,-19,36,-45v-29,-1,-66,-2,-66,24v0,14,11,21,30,21","w":188,"k":{"y":2}},"b":{"d":"179,-87v0,57,-18,90,-66,91v-23,0,-38,-9,-46,-21v-1,6,2,16,-4,17v-12,-2,-32,5,-37,-4r0,-237v5,-7,34,-7,41,0r0,84v8,-12,23,-20,46,-20v48,0,66,34,66,90xm67,-87v0,36,7,55,36,55v28,0,35,-20,35,-55v0,-35,-8,-54,-35,-54v-29,0,-36,19,-36,54","w":196,"k":{"y":2,"x":4,"w":2}},"c":{"d":"58,-87v-8,49,41,72,68,40v11,-3,19,14,28,19v-5,21,-35,32,-60,32v-50,0,-80,-32,-77,-91v-14,-89,92,-116,137,-63v-1,11,-18,22,-28,24v-27,-32,-77,-10,-68,39","w":171,"k":{"x":1,"a":6}},"d":{"d":"17,-87v0,-57,18,-90,66,-90v24,-1,37,9,47,20v2,-28,-5,-65,3,-88v12,2,32,-5,37,4r0,237v-5,9,-25,2,-37,4v-6,-1,0,-13,-4,-17v-8,12,-23,21,-46,21v-47,0,-66,-35,-66,-91xm58,-87v0,35,8,55,36,55v29,0,36,-21,36,-55v0,-34,-7,-54,-36,-54v-28,0,-36,20,-36,54","w":196},"e":{"d":"60,-74v-12,43,59,55,80,25v11,-1,17,13,26,18v2,1,2,3,1,5v-15,17,-40,30,-72,30v-53,-1,-78,-33,-78,-91v0,-57,26,-90,77,-90v56,0,79,32,77,100v-29,9,-76,0,-111,3xm94,-143v-22,-1,-41,18,-34,39v22,-2,51,3,70,-2v0,-24,-15,-36,-36,-37","w":187,"k":{"y":2,"x":2}},"f":{"d":"72,-4v-5,9,-25,2,-37,4v-2,0,-3,-2,-3,-4v-2,-45,4,-97,-2,-138v-6,-1,-15,2,-16,-4v-1,-17,-2,-30,18,-30v-3,-52,21,-74,73,-69v8,4,2,23,4,33v-15,5,-50,2,-35,38v11,2,30,-4,35,4v-1,9,4,25,-4,28v-11,1,-26,-3,-33,2r0,136","w":118,"k":{".":16,"-":1,",":16,"'":-7,"\"":-7,"?":-8}},"g":{"d":"16,-91v0,-75,69,-112,110,-66v1,-6,-2,-16,4,-17v12,2,32,-5,37,4r0,159v10,79,-100,103,-144,54v-1,-12,15,-17,21,-26v15,0,26,20,43,16v33,1,41,-23,39,-58v-8,12,-23,20,-45,20v-44,0,-65,-35,-65,-86xm57,-91v0,29,9,51,34,51v27,0,35,-22,35,-51v0,-29,-7,-50,-35,-50v-26,0,-34,22,-34,50","w":192},"h":{"d":"173,-4v-5,7,-34,7,-41,0v-6,-50,21,-137,-32,-137v-53,0,-27,87,-33,137v-5,7,-34,7,-41,0r0,-237v5,-7,34,-7,41,0r0,84v28,-39,106,-17,106,44r0,109","k":{"y":2,"v":2,"w":4}},"i":{"d":"67,-210v-5,7,-34,7,-41,0v2,-11,-4,-30,4,-35v12,2,32,-5,37,4r0,31xm67,-4v-5,7,-34,7,-41,0r0,-166v5,-7,34,-7,41,0r0,166","w":92},"j":{"d":"67,-210v-5,7,-34,7,-41,0v2,-11,-4,-30,4,-35v12,2,32,-5,37,4r0,31xm67,8v0,44,-25,59,-69,57v-4,-6,-10,-41,8,-36v14,0,20,-5,20,-21r0,-178v5,-7,34,-7,41,0r0,178","w":92},"k":{"d":"177,0v-14,-2,-37,6,-43,-4r-44,-72r-23,27v-2,16,5,40,-4,49v-12,-2,-32,5,-37,-4r0,-237v5,-7,34,-7,41,0r0,141r59,-70v8,-9,29,-2,44,-4v2,0,2,3,1,4r-55,63r63,103v1,1,0,4,-2,4","w":187,"k":{"y":7,"-":10,"a":2,"c":5,"e":5,"o":5,"d":4,"q":4,"s":4,"u":6,"g":4}},"l":{"d":"93,-1v-30,11,-67,-5,-67,-47r0,-193v4,-8,33,-7,40,0r0,191v-3,21,19,11,27,20r0,29","w":104,"k":{"y":2,"v":2,"w":2,"-":3,",":-3,".":-3,"\"":9,"'":9,"t":3,"*":8,"l":1}},"m":{"d":"279,-4v-5,9,-25,2,-37,4v-16,-41,24,-141,-36,-141v-53,0,-27,87,-33,137v-5,7,-34,7,-41,0v-6,-50,21,-137,-32,-137v-53,0,-27,87,-33,137v-5,7,-34,7,-41,0r0,-166v7,-7,50,-11,41,13v15,-26,78,-26,94,3v32,-42,118,-23,118,41r0,109","w":303,"k":{"y":2,"v":2,"w":4}},"n":{"d":"173,-4v-5,7,-34,7,-41,0v-6,-50,21,-137,-32,-137v-53,0,-27,87,-33,137v-5,7,-34,7,-41,0r0,-166v7,-7,50,-11,41,13v28,-39,106,-17,106,44r0,109","k":{"y":2,"v":2,"w":4}},"o":{"d":"171,-87v0,59,-27,91,-77,91v-50,0,-77,-34,-77,-91v0,-58,26,-90,77,-90v50,0,77,31,77,90xm58,-87v0,33,9,55,36,55v27,0,36,-21,36,-55v0,-34,-8,-54,-36,-54v-28,0,-36,22,-36,54","w":188},"p":{"d":"179,-87v0,57,-18,90,-66,91v-23,0,-38,-9,-46,-21r0,78v-5,7,-34,7,-41,0r0,-231v7,-7,50,-11,41,13v8,-12,23,-20,46,-20v48,0,66,34,66,90xm67,-87v0,36,7,55,36,55v28,0,35,-20,35,-55v0,-35,-8,-54,-35,-54v-29,0,-36,19,-36,54","w":196,"k":{"y":2,"x":4,"w":2}},"q":{"d":"17,-87v0,-57,18,-90,66,-90v24,-1,37,9,47,20v1,-6,-2,-16,3,-17v12,2,32,-5,37,4r0,231v-5,9,-25,2,-37,4v-9,-19,2,-59,-4,-82v-8,12,-23,21,-46,21v-47,0,-66,-35,-66,-91xm58,-87v0,35,8,55,36,55v29,0,36,-21,36,-55v0,-34,-7,-54,-36,-54v-28,0,-36,20,-36,54","w":196},"r":{"d":"67,-4v-5,7,-34,7,-41,0r0,-166v5,-7,34,-7,41,0r0,15v11,-24,61,-30,81,-8v3,12,-14,19,-18,29v-9,3,-20,-10,-31,-7v-52,1,-26,89,-32,137","w":152,"k":{"?":-7,"-":4,",":34,".":34,"\"":-3,"'":-3,"a":6,"c":4,"e":4,"o":4,"d":3,"q":3,"s":3,"g":3}},"s":{"d":"90,4v-36,0,-60,-14,-74,-27v1,-13,14,-18,20,-27v18,5,35,20,56,20v38,0,47,-38,3,-40v-40,-2,-72,-16,-72,-53v0,-60,100,-67,133,-33v3,11,-13,17,-17,26v-16,-5,-70,-29,-77,4v-3,15,27,19,47,21v36,3,54,22,54,50v0,35,-25,59,-73,59","w":179},"t":{"d":"98,-1v-31,11,-76,-5,-69,-48v-2,-30,4,-67,-2,-93v-6,-1,-15,3,-15,-4v-1,-16,-3,-30,17,-30v2,-16,-4,-40,3,-51v12,2,32,-5,37,4v1,16,-3,37,2,49v9,1,24,-4,27,4v-1,9,4,25,-4,28v-8,1,-21,-3,-25,2r0,90v-3,21,20,11,29,20r0,29","w":115,"k":{"-":3,",":-3,".":-3,"\"":-3,"'":-3}},"u":{"d":"170,-4v-7,7,-49,11,-41,-12v-29,40,-105,15,-105,-44r0,-110v5,-9,25,-2,37,-4v16,41,-24,142,36,142v53,0,26,-88,32,-138v5,-7,34,-7,41,0r0,166","w":195},"v":{"d":"107,-4v-5,7,-32,6,-39,0r-61,-166v3,-8,36,-6,43,0r39,113v15,-38,22,-83,41,-117v12,2,35,-5,38,4","w":174,"k":{"s":5,"q":3,"o":2,"g":3,"e":2,"d":3,"c":2,".":28,"-":4,",":28}},"w":{"d":"208,-4v-5,7,-31,7,-38,0r-35,-110r-33,110v-6,7,-32,6,-39,0r-54,-166v-1,-2,0,-4,2,-4v12,2,34,-5,39,4r35,115r33,-115v4,-7,29,-7,35,0r36,115r32,-115v5,-10,27,-1,39,-4v2,0,3,2,2,4","w":271,"k":{"-":1,",":25,".":25,"a":2,"d":1,"q":1,"s":3,"g":1}},"x":{"d":"170,-4v-3,8,-37,6,-45,0r-36,-53r-36,53v-7,9,-28,2,-42,4v-3,0,-4,-2,-3,-4r59,-86r-54,-80v-1,-2,-1,-4,2,-4v14,2,37,-6,43,4r31,47r32,-47v7,-9,28,-2,42,-4v3,0,4,2,3,4r-55,80","w":178,"k":{"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"-":8}},"y":{"d":"102,11v-18,46,-29,56,-70,54v-5,-5,-5,-30,0,-36v26,4,32,-16,38,-35r-64,-164v3,-7,36,-7,43,0r40,113v15,-38,23,-83,42,-117v12,2,34,-5,37,4","w":174,"k":{"s":4,"q":2,"o":3,"g":2,"e":3,"d":2,"c":3,"a":2,".":24,"-":4,",":24}},"z":{"d":"152,0r-130,0v-6,-5,-3,-24,-2,-33r88,-105r-81,0v-7,-4,-7,-30,0,-36r125,0v8,4,3,25,3,36r-88,103v29,2,66,-5,89,3v-2,10,4,28,-4,32","w":174},"{":{"d":"114,27v-26,11,-73,-1,-68,-40v-3,-33,13,-89,-24,-88v-7,-4,-7,-30,0,-36v57,-2,-13,-136,67,-129v8,1,22,-3,25,3v-1,13,6,33,-15,28v-39,7,11,109,-41,116v35,6,26,62,26,103v0,20,22,10,30,19r0,24","w":124,"k":{"j":-10}},"|":{"d":"76,27v-4,5,-27,5,-33,0r0,-290v4,-6,27,-5,33,0r0,290","w":118},"}":{"d":"78,-13v0,36,-34,51,-67,40v1,-13,-6,-33,15,-28v40,-8,-12,-110,41,-118v-35,-6,-26,-60,-26,-101v0,-20,-22,-10,-30,-19v2,-9,-5,-26,4,-27v37,-4,63,7,63,43v0,33,-12,88,25,86v6,5,5,29,0,36v-38,-2,-25,54,-25,88","w":124},"~":{"d":"68,-126v34,0,67,44,87,3v8,0,24,7,25,16v-10,22,-29,35,-51,35v-33,0,-66,-45,-86,-4v-9,4,-16,-8,-24,-10v0,-23,28,-40,49,-40"},"\u00a0":{"w":84,"k":{"Y":8,"W":7,"T":4,"V":10}}}});


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2001, 2008 Hoefler & Frere-Jones. http://www.typography.com
 * 
 * Trademark:
 * Gotham is a trademark of Hoefler & Frere-Jones, which may be registered in
 * certain jurisdictions.
 * 
 * Full name:
 * Gotham-Light
 * 
 * Manufacturer:
 * Hoefler & Frere-Jones
 * 
 * Designer:
 * Hoefler & Frere-Jones
 * 
 * Vendor URL:
 * www.typography.com
 * 
 * License information:
 * http://www.typography.com/support/eula.html
 */
Cufon.registerFont({"w":237,"face":{"font-family":"Gotham","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-6 -287 379 58.9833","underline-thickness":"18","underline-position":"-18","stemh":"17","stemv":"19","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":108},"A":{"d":"16,0r117,-254r18,0r118,254r-21,0r-32,-71r-149,0r-32,71r-19,0xm75,-87r133,0r-66,-146","w":284},"B":{"d":"37,-252v80,2,185,-17,186,63v0,34,-22,51,-43,59v30,8,57,26,57,61v0,42,-36,69,-90,69r-110,0r0,-252xm204,-188v0,-56,-88,-47,-148,-47r0,99v64,0,148,11,148,-52xm218,-69v0,-57,-98,-50,-162,-49r0,101v67,0,162,11,162,-52","w":259,"k":{"?":2,"v":4,"w":4,"y":4,"T":7,"V":7,"W":5,"Y":11,"X":7}},"C":{"d":"152,4v-72,0,-126,-57,-126,-130v0,-71,53,-130,126,-130v45,0,72,16,98,40r-13,14v-22,-21,-47,-37,-85,-37v-60,0,-106,49,-106,113v0,106,130,150,193,74r13,12v-27,26,-55,44,-100,44","w":265,"k":{"C":7,"G":7,"O":7,"Q":7,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"v":4,"w":4,"y":4,"Y":4,"X":4,"x":4,"-":4}},"D":{"d":"37,0r0,-252r84,0v79,0,134,54,134,126v0,71,-55,126,-134,126r-84,0xm121,-235r-65,0r0,218r65,0v70,0,115,-48,115,-109v0,-60,-45,-109,-115,-109","w":281,"k":{"?":7,"}":7,"]":7,")":11,"\/":14,"A":16,"J":14,".":14,",":14,"Z":16,"T":20,"V":16,"W":13,"Y":23,"S":4,"X":20,"x":4}},"E":{"d":"37,0r0,-252r180,0r0,17r-161,0r0,99r145,0r0,18r-145,0r0,101r163,0r0,17r-182,0","w":241,"k":{"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"v":4,"w":4,"y":4}},"F":{"d":"37,0r0,-252r178,0r0,17r-159,0r0,104r143,0r0,17r-143,0r0,114r-19,0","w":236,"k":{"\/":25,"?":-4,"&":11,"A":29,"J":40,".":36,",":36,"C":7,"G":7,"O":7,"Q":7,"Z":4,"d":4,"g":4,"q":4,"c":5,"e":5,"o":5,"a":9,"s":4,"v":5,"w":4,"y":5,"z":5}},"G":{"d":"153,4v-80,0,-127,-58,-127,-130v0,-68,50,-130,125,-130v41,0,67,12,92,33r-12,14v-20,-17,-43,-30,-81,-30v-61,0,-104,51,-104,113v0,65,41,114,108,114v32,0,62,-14,80,-29r0,-72r-84,0r0,-18r102,0r0,98v-23,20,-58,37,-99,37","w":282,"k":{"?":4,"a":-4,"v":2,"y":2,"T":7,"V":7,"W":5,"Y":11,"X":4}},"H":{"d":"37,0r0,-252r19,0r0,117r161,0r0,-117r19,0r0,252r-19,0r0,-118r-161,0r0,118r-19,0","w":273},"I":{"d":"40,0r0,-252r19,0r0,252r-19,0","w":98},"J":{"d":"164,-82v9,97,-122,111,-151,38r16,-9v25,58,116,55,116,-28r0,-171r19,0r0,170","w":197,"k":{"A":9,"J":7,".":5,",":5}},"K":{"d":"37,0r0,-252r19,0r0,166r161,-166r25,0r-110,111r115,141r-25,0r-103,-127r-63,63r0,64r-19,0","w":257,"k":{"&":4,"C":18,"G":18,"O":18,"Q":18,"d":9,"g":9,"q":9,"c":11,"e":11,"o":11,"a":4,"v":22,"w":18,"y":18,"T":4,"V":11,"W":11,"Y":14,"S":4,"-":18,"f":7,"t":9,"u":7,"U":5}},"L":{"d":"37,0r0,-252r19,0r0,235r148,0r0,17r-167,0","w":222,"k":{"*":29,"?":22,"&":4,"C":14,"G":14,"O":14,"Q":14,"d":2,"g":2,"q":2,"c":4,"e":4,"o":4,"v":22,"w":18,"y":22,"T":36,"V":41,"W":36,"Y":47,"-":14,"f":7,"t":7,"U":7}},"M":{"d":"37,0r0,-252r18,0r101,149r101,-149r18,0r0,252r-19,0r0,-219r-99,145r-2,0r-100,-145r0,219r-18,0","w":312},"N":{"d":"37,0r0,-252r18,0r174,219r0,-219r18,0r0,252r-14,0r-178,-224r0,224r-18,0","w":284},"O":{"d":"153,4v-76,0,-127,-60,-127,-130v0,-69,51,-130,127,-130v76,0,127,60,127,130v0,69,-51,130,-127,130xm153,-13v62,0,107,-50,107,-113v0,-62,-45,-113,-107,-113v-62,0,-107,50,-107,113v0,62,45,113,107,113","w":306,"k":{"?":7,"}":7,"]":7,")":11,"\/":14,"A":14,"J":11,".":14,",":14,"Z":14,"T":20,"V":14,"W":13,"Y":22,"S":2,"X":18,"x":2}},"P":{"d":"37,0r0,-252r92,0v55,0,93,28,93,78v-1,78,-82,85,-166,80r0,94r-19,0xm56,-111v70,4,148,0,148,-63v0,-65,-79,-63,-148,-61r0,124","w":240,"k":{"\/":22,"&":7,"A":25,"J":36,".":36,",":36,"Z":5,"c":2,"e":2,"o":2,"a":4,"v":-4,"w":-4,"y":-4,"V":4,"W":2,"Y":4,"X":11,"f":-5,"t":-5}},"Q":{"d":"283,-7r-14,15r-35,-32v-21,18,-49,28,-81,28v-76,0,-127,-60,-127,-130v0,-69,51,-130,127,-130v115,0,165,141,94,219xm46,-127v0,91,105,148,174,91r-49,-42r14,-15r48,44v59,-66,14,-190,-80,-190v-62,0,-107,50,-107,112","w":306,"k":{")":4,"?":7,"T":20,"V":14,"W":13,"Y":23}},"R":{"d":"37,-252v88,0,195,-13,196,72v0,42,-32,66,-74,72r84,108r-24,0r-80,-104r-83,0r0,104r-19,0r0,-252xm56,-121v71,1,159,9,159,-59v0,-63,-91,-56,-159,-55r0,114","w":260,"k":{"J":2,"d":2,"g":2,"q":2,"c":4,"e":4,"o":4,"T":4,"V":7,"W":5,"Y":9}},"S":{"d":"123,4v-40,0,-72,-14,-102,-41r12,-14v28,26,54,38,91,38v38,0,64,-21,64,-51v0,-27,-15,-42,-72,-54v-60,-12,-85,-33,-85,-71v-2,-74,124,-86,168,-36r-12,15v-37,-43,-137,-38,-137,20v0,27,13,43,73,55v58,12,83,32,83,70v0,41,-34,69,-83,69","w":230,"k":{"?":4,"A":5,"Z":4,"v":5,"w":4,"y":5,"z":2,"T":5,"V":11,"W":9,"Y":11,"S":4,"X":9,"x":5,"f":2,"t":2}},"T":{"d":"107,0r0,-235r-88,0r0,-17r195,0r0,17r-88,0r0,235r-19,0","w":233,"k":{"\/":32,"&":25,"j":14,"A":32,"J":40,".":36,",":36,"C":20,"G":20,"O":20,"Q":20,"Z":7,"d":45,"g":45,"q":45,"c":49,"e":49,"o":49,"a":49,"s":41,"v":36,"w":36,"y":36,"z":40,"S":5,"x":36,":":18,";":18,"-":32,"b":7,"h":7,"k":7,"l":7,"m":36,"n":36,"p":36,"r":36,"f":18,"i":14,"t":18,"u":36}},"U":{"d":"137,4v-60,0,-104,-38,-104,-109r0,-147r19,0r0,145v0,59,33,94,86,94v51,0,83,-31,83,-92r0,-147r19,0r0,145v0,72,-42,111,-103,111","w":273,"k":{"\/":5,"A":9,"J":7,".":5,",":5,"X":4,"x":2}},"V":{"d":"127,2r-111,-254r21,0r98,232r99,-232r20,0r-111,254r-16,0","w":270,"k":{"\/":43,"&":20,"j":7,"A":36,"J":43,".":43,",":43,"C":14,"G":14,"O":14,"Q":14,"Z":4,"d":23,"g":23,"q":23,"c":25,"e":25,"o":25,"a":25,"s":22,"v":14,"w":13,"y":14,"z":20,"V":4,"W":4,"Y":7,"S":9,"X":7,"x":18,":":7,";":7,"-":14,"b":4,"h":4,"k":4,"l":4,"m":14,"n":14,"p":14,"r":14,"f":9,"i":7,"t":7,"u":14}},"W":{"d":"109,2r-91,-254r21,0r79,224r74,-225r14,0r74,225r79,-224r20,0r-92,254r-15,0r-74,-219r-73,219r-16,0","w":396,"k":{"\/":36,"&":16,"j":5,"A":32,"J":38,".":36,",":36,"C":13,"G":13,"O":13,"Q":13,"Z":4,"d":22,"g":22,"q":22,"c":23,"e":23,"o":23,"a":25,"s":22,"v":13,"w":13,"y":13,"z":20,"V":4,"W":4,"Y":7,"S":7,"X":5,"x":14,":":5,";":5,"-":13,"b":4,"h":4,"k":4,"l":4,"m":13,"n":13,"p":13,"r":13,"f":11,"i":5,"t":9,"u":13}},"X":{"d":"216,-252r22,0r-97,123r101,129r-23,0r-89,-116r-90,116r-22,0r100,-129r-96,-123r22,0r86,111","w":259,"k":{"?":5,"&":4,"j":4,"J":4,"C":18,"G":18,"O":18,"Q":18,"d":14,"g":14,"q":14,"c":16,"e":16,"o":16,"a":4,"v":18,"w":14,"y":14,"V":7,"W":5,"Y":7,"S":11,"-":18,"b":4,"h":4,"k":4,"l":4,"f":7,"i":4,"t":7,"u":7,"U":4}},"Y":{"d":"120,0r0,-100r-108,-152r23,0r94,135r95,-135r22,0r-108,152r0,100r-18,0","w":257,"k":{"\/":40,"&":25,"j":7,"A":40,"J":47,".":47,",":47,"C":22,"G":22,"O":22,"Q":22,"Z":4,"d":38,"g":38,"q":38,"c":40,"e":40,"o":40,"a":36,"s":36,"v":22,"w":20,"y":22,"z":29,"V":7,"W":7,"S":13,"X":7,"x":25,":":14,";":14,"-":29,"b":4,"h":4,"k":4,"l":4,"m":27,"n":27,"p":27,"r":27,"f":14,"i":7,"t":11,"u":27}},"Z":{"d":"24,0r0,-10r173,-225r-166,0r0,-17r193,0r0,10r-173,225r173,0r0,17r-200,0","w":247,"k":{"&":5,"C":14,"G":14,"O":14,"Q":14,"Z":4,"d":7,"g":7,"q":7,"c":9,"e":9,"o":9,"v":7,"w":5,"y":5,"S":4,"-":11,"f":4}},"a":{"d":"35,-171v54,-28,142,-19,142,57r0,114r-18,0r0,-31v-22,47,-141,50,-141,-23v0,-59,89,-70,141,-52v10,-69,-73,-76,-118,-49xm90,-12v45,0,77,-28,70,-78v-37,-13,-123,-14,-123,36v0,27,25,42,53,42","w":206,"k":{"*":5,"?":13,"v":7,"w":7,"y":7,"t":2}},"b":{"d":"216,-93v0,104,-128,125,-165,53r0,40r-18,0r0,-263r18,0r0,120v37,-72,165,-54,165,50xm125,-13v40,0,72,-29,72,-79v0,-48,-33,-79,-72,-79v-38,0,-75,32,-75,80v0,47,37,78,75,78","k":{"*":5,"?":13,"}":5,"]":7,")":11,".":4,",":4,"v":9,"w":7,"y":9,"z":5,"x":11}},"c":{"d":"114,4v-53,0,-93,-44,-93,-96v0,-51,40,-96,93,-96v35,0,57,16,74,34r-13,13v-39,-54,-135,-28,-135,49v0,75,98,107,137,49r12,11v-19,21,-41,36,-75,36","w":205,"k":{"?":5,")":5,"d":4,"g":4,"q":4,"c":5,"e":5,"o":5,"v":2,"w":2,"y":2,"x":4}},"d":{"d":"186,-41v-37,73,-164,53,-164,-51v0,-103,128,-124,164,-52r0,-119r18,0r0,263r-18,0r0,-41xm113,-13v38,0,75,-31,75,-79v0,-47,-37,-79,-75,-79v-40,0,-72,29,-72,79v0,48,33,79,72,79"},"e":{"d":"187,-30v-48,62,-166,34,-166,-62v0,-53,37,-96,87,-96v53,1,86,44,84,103r-152,0v2,78,97,93,135,44xm40,-100r133,0v-3,-37,-24,-72,-66,-72v-36,0,-64,31,-67,72","w":210,"k":{"*":7,"?":14,"}":4,"]":7,")":11,".":4,",":4,"v":9,"w":9,"y":9,"z":5,"x":11}},"f":{"d":"44,-184v-7,-59,28,-92,82,-76r0,17v-41,-16,-71,6,-64,59r64,0r0,17r-64,0r0,167r-18,0r0,-167r-26,0r0,-17r26,0","w":130,"k":{"*":-11,"?":-13,"}":-11,"]":-7,")":-11,"\/":16,".":16,",":16,"d":4,"g":4,"q":4,"c":4,"e":4,"o":4,"a":5,"z":4}},"g":{"d":"204,-28v5,92,-115,108,-174,58r10,-14v49,42,148,36,146,-46r0,-26v-36,67,-164,50,-164,-45v0,-93,129,-113,164,-46r0,-37r18,0r0,156xm112,-31v38,0,77,-27,76,-70v0,-42,-38,-70,-76,-70v-39,0,-71,26,-71,70v0,41,33,70,71,70"},"h":{"d":"33,0r0,-263r18,0r0,114v12,-22,33,-39,66,-39v46,0,74,32,74,76r0,112r-18,0v-3,-73,19,-172,-58,-172v-36,0,-64,28,-64,66r0,106r-18,0","w":220,"k":{"*":5,"?":11,"v":7,"w":5,"y":5}},"i":{"d":"34,-231r0,-25r22,0r0,25r-22,0xm36,0r0,-184r18,0r0,184r-18,0","w":89},"j":{"d":"34,-231r0,-25r22,0r0,25r-22,0xm54,16v0,34,-24,48,-54,41r0,-15v21,4,36,-2,36,-25r0,-201r18,0r0,200","w":89},"k":{"d":"33,0r0,-263r18,0r0,197r114,-118r23,0r-80,82r83,102r-23,0r-72,-90r-45,45r0,45r-18,0","w":201,"k":{"d":9,"g":9,"q":9,"c":9,"e":9,"o":9,"a":4,"v":7,"w":7,"y":5,"-":7,"t":4,"u":4}},"l":{"d":"36,0r0,-263r18,0r0,263r-18,0","w":89},"m":{"d":"33,0r0,-184r18,0r0,33v12,-19,28,-37,61,-37v32,0,52,19,62,40v12,-21,31,-40,66,-40v44,0,71,31,71,77r0,111r-18,0v-3,-70,19,-172,-54,-172v-31,0,-58,24,-58,65r0,107r-18,0v-3,-70,19,-174,-53,-172v-33,0,-59,29,-59,66r0,106r-18,0","w":342,"k":{"*":5,"?":11,"v":7,"w":5,"y":5}},"n":{"d":"33,0r0,-184r18,0r0,35v12,-22,33,-39,66,-39v46,0,74,32,74,76r0,112r-18,0v-3,-73,19,-172,-58,-172v-36,0,-64,28,-64,66r0,106r-18,0","w":220,"k":{"*":5,"?":11,"v":7,"w":5,"y":5}},"o":{"d":"115,4v-54,0,-94,-44,-94,-96v0,-51,40,-96,95,-96v54,0,94,44,94,96v0,51,-40,96,-95,96xm116,-12v44,0,74,-36,74,-80v0,-44,-33,-79,-75,-79v-44,0,-75,35,-75,79v0,44,34,80,76,80","w":230,"k":{"*":7,"?":18,"}":5,"]":7,")":11,".":7,",":7,"v":11,"w":9,"y":11,"z":7,"x":13}},"p":{"d":"33,58r0,-242r18,0r0,41v38,-72,165,-53,165,51v0,103,-128,124,-165,52r0,98r-18,0xm125,-13v40,0,72,-29,72,-79v0,-48,-33,-79,-72,-79v-38,0,-75,32,-75,80v0,47,37,78,75,78","k":{"*":5,"?":13,"}":5,"]":7,")":11,".":4,",":4,"v":9,"w":7,"y":9,"z":5,"x":11}},"q":{"d":"186,58r0,-99v-37,73,-164,53,-164,-51v0,-103,128,-124,164,-52r0,-40r18,0r0,242r-18,0xm113,-13v38,0,75,-31,75,-79v0,-47,-37,-79,-75,-79v-40,0,-72,29,-72,79v0,48,33,79,72,79"},"r":{"d":"33,0r0,-184r18,0r0,53v14,-33,45,-56,81,-55v-1,6,2,15,-1,19v-42,0,-80,32,-80,92r0,75r-18,0","w":144,"k":{"*":-7,"\/":27,".":32,",":32,"d":9,"g":9,"q":9,"c":9,"e":9,"o":9,"a":9,"z":4}},"s":{"d":"45,-139v0,50,114,27,111,89v-3,67,-101,65,-138,27r10,-14v20,15,43,24,66,24v25,0,46,-14,44,-36v-3,-50,-111,-28,-111,-87v0,-58,87,-62,125,-31r-9,15v-28,-23,-98,-30,-98,13","w":178,"k":{"?":13,"}":4,"]":5,")":7,"s":4,"v":7,"w":5,"y":5,"z":4,"x":9,"t":4}},"t":{"d":"125,-3v-36,15,-82,3,-82,-44r0,-120r-26,0r0,-17r26,0r0,-58r18,0r0,58r64,0r0,17r-64,0r0,118v0,38,37,43,64,29r0,17","w":144,"k":{"d":5,"g":5,"q":5,"c":5,"e":5,"o":5}},"u":{"d":"103,4v-46,0,-73,-31,-73,-75r0,-113r18,0v3,73,-19,172,58,172v36,0,64,-27,64,-65r0,-107r17,0r0,184r-17,0r0,-34v-12,22,-34,38,-67,38","w":220},"v":{"d":"97,1r-82,-185r20,0r70,164r70,-164r20,0r-83,185r-15,0","w":209,"k":{"?":4,"}":4,"]":7,"\/":25,".":31,",":31,"d":9,"g":9,"q":9,"c":11,"e":11,"o":11,"a":9,"s":7,"v":5,"w":5,"y":5,"z":2,"x":4,"-":5}},"w":{"d":"85,1r-67,-185r19,0r56,162r55,-162r14,0r56,162r55,-162r19,0r-67,185r-15,0r-55,-157r-55,157r-15,0","w":309,"k":{"?":4,"}":4,"]":7,"\/":22,".":25,",":25,"d":7,"g":7,"q":7,"c":9,"e":9,"o":9,"a":7,"s":5,"v":5,"w":4,"y":4,"z":2,"x":4,"-":4}},"x":{"d":"41,-184r62,78r62,-78r21,0r-72,90r75,94r-22,0r-65,-82r-65,82r-21,0r75,-94r-72,-90r22,0","w":205,"k":{"?":5,"}":4,"]":4,"d":11,"g":11,"q":11,"c":13,"e":13,"o":13,"a":5,"s":7,"v":4,"w":4,"y":4,"-":11}},"y":{"d":"111,-19r66,-165r20,0r-80,190v-21,54,-51,62,-98,45r7,-16v36,15,59,9,76,-36r-88,-183r21,0","w":211,"k":{"?":4,"}":4,"]":7,"\/":25,".":31,",":31,"d":9,"g":9,"q":9,"c":11,"e":11,"o":11,"a":9,"s":7,"v":5,"w":4,"y":4,"z":2,"x":4,"-":5}},"z":{"d":"21,0r0,-10r132,-158r-127,0r0,-16r154,0r0,10r-133,158r133,0r0,16r-159,0","w":199,"k":{"d":5,"g":5,"q":5,"c":5,"e":5,"o":5}},"0":{"d":"127,4v-64,0,-104,-60,-104,-130v0,-69,41,-130,105,-130v64,0,104,60,104,130v0,69,-41,130,-105,130xm128,-13v52,0,85,-54,85,-113v0,-59,-34,-113,-86,-113v-52,0,-84,53,-84,113v0,58,33,113,85,113","w":255,"k":{"\/":13,"7":11,"3":4,"2":4,"1":2,".":7,",":7}},"1":{"d":"64,0r0,-234r-48,16r-5,-15v24,-7,41,-21,72,-21r0,254r-19,0","w":120},"2":{"d":"17,0r0,-14v43,-45,150,-110,150,-171v0,-33,-27,-54,-57,-54v-32,0,-53,17,-74,47r-14,-10v22,-33,46,-54,90,-54v43,0,75,31,75,70v0,62,-99,124,-140,168r142,0r0,18r-172,0","w":212,"k":{"7":5,"4":11}},"3":{"d":"112,4v-41,0,-72,-18,-93,-45r15,-12v30,53,139,57,141,-16v1,-39,-42,-58,-93,-55r-4,-10r87,-100r-133,0r0,-18r158,0r0,13r-85,98v48,3,90,25,89,72v0,44,-38,73,-82,73","w":219,"k":{"\/":4,"9":2,"7":9,"5":2}},"4":{"d":"160,0r0,-62r-136,0r-7,-14r144,-178r17,0r0,176r41,0r0,16r-41,0r0,62r-18,0xm40,-78r120,0r0,-149","w":239,"k":{"\/":7,"9":4,"7":14,"1":7}},"5":{"d":"109,4v-34,0,-66,-18,-88,-40r13,-14v23,23,48,37,75,37v40,0,68,-28,68,-64v0,-58,-84,-74,-126,-44r-14,-9r7,-122r141,0r0,18r-125,0r-6,94v55,-31,143,-4,143,63v0,48,-37,81,-88,81","w":217,"k":{"\/":7,"9":2,"7":11,"3":2,"2":4}},"6":{"d":"119,4v-68,0,-96,-43,-96,-124v0,-76,40,-136,103,-136v29,0,50,11,72,29r-12,14v-68,-63,-153,-4,-144,104v32,-74,167,-55,165,31v0,48,-38,82,-88,82xm121,-13v41,0,67,-29,67,-65v0,-35,-28,-61,-68,-61v-41,0,-71,31,-71,63v0,36,31,63,72,63","w":231,"k":{"\/":4,"9":4,"7":9,"3":4,"1":7}},"7":{"d":"56,0r115,-234r-147,0r0,-18r168,0r0,14r-115,238r-21,0","w":211,"k":{"\/":50,"9":5,"8":4,"6":7,"5":9,"4":31,"3":7,"2":5,"1":-4,"0":7,".":36,",":36,"-":11}},"8":{"d":"113,4v-53,0,-93,-29,-93,-72v0,-30,24,-52,56,-62v-25,-10,-48,-29,-48,-60v0,-39,41,-66,85,-66v44,0,86,27,85,67v0,30,-22,49,-47,59v32,10,56,32,56,63v0,42,-41,71,-94,71xm113,-137v36,0,66,-21,66,-53v0,-28,-29,-49,-66,-49v-37,0,-65,21,-65,50v0,31,29,52,65,52xm113,-13v46,0,75,-26,75,-54v0,-31,-34,-54,-75,-54v-41,0,-74,23,-74,54v0,28,28,54,74,54","w":226,"k":{"9":2,"7":4}},"9":{"d":"112,-256v69,0,93,43,96,124v5,117,-105,175,-178,105r11,-14v69,66,156,7,148,-101v-17,30,-42,48,-78,48v-51,0,-87,-34,-87,-78v0,-46,35,-84,88,-84xm112,-111v43,0,70,-32,70,-64v0,-36,-30,-64,-72,-64v-41,0,-67,32,-67,67v0,35,29,61,69,61","w":231,"k":{"\/":9,"7":9,"5":2,"3":4,"2":4,".":4,",":4}},".":{"d":"30,0r0,-31r23,0r0,31r-23,0","w":82,"k":{"1":18,"7":7,"0":7,"C":14,"G":14,"O":14,"Q":14,"d":4,"g":4,"q":4,"c":7,"e":7,"o":7,"v":31,"w":25,"y":22,"T":36,"V":43,"W":36,"Y":47,"f":5,"t":9,"U":5}},",":{"d":"23,39r-4,-9v15,-8,21,-16,20,-30r-9,0r0,-31r23,0v1,36,1,60,-30,70","w":82,"k":{"1":18,"7":7,"0":7,"C":14,"G":14,"O":14,"Q":14,"d":4,"g":4,"q":4,"c":7,"e":7,"o":7,"v":31,"w":25,"y":22,"T":36,"V":43,"W":36,"Y":47,"f":5,"t":9,"U":5}},":":{"d":"31,-153r0,-31r24,0r0,31r-24,0xm31,0r0,-31r24,0r0,31r-24,0","w":86,"k":{"T":18,"V":7,"W":5,"Y":14}},";":{"d":"31,-153r0,-31r24,0r0,31r-24,0xm25,39r-4,-9v15,-8,21,-16,20,-30r-10,0r0,-31r24,0v1,36,1,60,-30,70","w":86,"k":{"T":18,"V":7,"W":5,"Y":14}},"&":{"d":"224,5r-44,-45v-24,28,-51,44,-85,44v-44,0,-77,-29,-77,-71v0,-34,24,-59,65,-74v-48,-40,-33,-114,35,-115v33,0,58,24,58,55v0,31,-23,52,-62,65r66,68v12,-17,23,-38,33,-61r17,7v-12,26,-24,49,-38,67r47,48xm103,-147v36,-12,54,-29,54,-54v0,-22,-17,-39,-40,-39v-55,0,-57,58,-14,93xm95,-13v28,0,52,-15,73,-39r-74,-77v-40,15,-58,37,-58,62v0,31,24,54,59,54","w":250,"k":{"T":32,"V":22,"W":18,"Y":25,"S":4}},"!":{"d":"40,-66r-5,-186r21,0r-6,186r-10,0xm33,0r0,-31r24,0r0,31r-24,0","w":90},"?":{"d":"78,-124v43,-6,76,-21,76,-60v0,-30,-22,-55,-59,-55v-29,0,-51,14,-70,37r-13,-10v21,-26,45,-43,83,-43v48,0,79,31,79,71v0,45,-35,68,-77,73r-3,45r-12,0xm76,0r0,-31r24,0r0,31r-24,0","w":192},"-":{"d":"25,-97r0,-20r97,0r0,20r-97,0","w":146,"k":{"1":11,"7":14,"3":4,"A":14,"Z":11,"v":5,"w":4,"y":5,"z":4,"T":32,"V":14,"W":13,"Y":29,"X":18,"x":11}},"_":{"d":"-1,58r0,-16r218,0r0,16r-218,0","w":216},"\/":{"d":"-6,46r169,-333r18,0r-170,333r-17,0","w":180,"k":{"\/":65,"9":7,"8":5,"7":4,"6":13,"5":7,"4":34,"3":4,"2":7,"1":-4,"0":13,"A":43,"J":47,"C":14,"G":14,"O":14,"Q":14,"Z":7,"d":25,"g":25,"q":25,"c":29,"e":29,"o":29,"a":23,"s":31,"v":18,"w":18,"y":18,"z":22,"S":11,"x":18,"m":18,"n":18,"p":18,"r":18,"f":9,"t":7,"u":18}},"\\":{"d":"169,46r-170,-333r18,0r169,333r-17,0","w":180},"|":{"d":"44,46r0,-333r15,0r0,333r-15,0","w":102},"(":{"d":"125,51v-130,-66,-131,-242,0,-308r8,11v-117,64,-118,222,0,285","w":154,"k":{"j":-11,"J":5,"C":11,"G":11,"O":11,"Q":11,"d":11,"g":11,"q":11,"c":11,"e":11,"o":11,"s":5}},")":{"d":"30,51r-8,-12v118,-63,117,-222,0,-285r8,-11v130,66,131,242,0,308","w":154},"[":{"d":"35,47r0,-299r99,0r0,14r-82,0r0,271r82,0r0,14r-99,0","w":154,"k":{"j":-11,"J":4,"C":7,"G":7,"O":7,"Q":7,"d":7,"g":7,"q":7,"c":7,"e":7,"o":7,"a":4,"s":5,"v":7,"w":7,"y":4,"x":4}},"]":{"d":"21,47r0,-14r82,0r0,-271r-82,0r0,-14r99,0r0,299r-99,0","w":154},"{":{"d":"150,51v-77,-17,-77,-39,-76,-102v1,-32,-15,-48,-53,-45r0,-14v51,4,53,-26,53,-74v0,-37,12,-61,76,-73r2,11v-67,17,-61,34,-61,91v0,32,-14,45,-37,52v33,7,37,36,37,79v0,36,6,49,61,63","w":172,"k":{"j":-13,"J":4,"C":7,"G":7,"O":7,"Q":7,"d":5,"g":5,"q":5,"c":5,"e":5,"o":5,"s":4,"v":4,"w":4,"y":4,"z":4,"x":4}},"}":{"d":"23,51r-2,-12v67,-16,60,-34,60,-90v0,-32,15,-45,38,-52v-33,-7,-38,-36,-38,-79v0,-36,-5,-50,-60,-64r2,-11v77,17,77,39,76,101v-1,32,14,49,53,46r0,14v-51,-4,-53,26,-53,74v0,37,-12,61,-76,73","w":172},"@":{"d":"180,58v-92,0,-161,-71,-161,-157v0,-86,70,-157,158,-157v88,0,157,66,157,142v0,62,-35,88,-66,88v-25,0,-43,-13,-49,-34v-15,18,-33,34,-61,34v-35,0,-64,-26,-64,-64v0,-78,105,-122,137,-58r6,-27r17,2r-17,102v0,21,12,32,33,32v25,0,51,-23,51,-75v0,-66,-61,-131,-144,-131v-83,0,-146,66,-146,146v0,81,62,146,149,146v36,0,62,-9,90,-25r5,9v-28,17,-58,27,-95,27xm178,-163v-64,-6,-96,119,-17,120v64,4,93,-116,17,-120","w":352},"*":{"d":"70,-146r3,-46r-38,26r-8,-13r42,-20r-42,-21r8,-13r38,26r-3,-46r15,0r-3,46r38,-26r8,13r-43,21r43,20r-8,13r-38,-26r3,46r-15,0","w":154,"k":{"A":36,"J":29,"d":5,"g":5,"q":5,"c":7,"e":7,"o":7,"a":4,"s":4}},"$":{"d":"194,-222r-12,14v-19,-17,-38,-24,-59,-27r0,101v55,12,78,32,78,67v0,38,-32,66,-77,67r0,35r-17,0r0,-35v-33,-3,-59,-16,-85,-39r11,-14v22,21,45,33,75,36r0,-102v-54,-12,-77,-32,-77,-68v0,-36,32,-64,76,-65r0,-21r17,0r0,22v28,3,48,12,70,29xm183,-65v0,-24,-12,-40,-60,-51r0,100v36,-1,60,-22,60,-49xm50,-188v0,24,11,38,58,50r0,-98v-35,1,-58,22,-58,48","w":227,"k":{"7":4}},"#":{"d":"220,-84r0,17r-50,0r-11,67r-18,0r12,-67r-75,0r-11,67r-17,0r11,-67r-43,0r0,-17r46,0r14,-85r-46,0r0,-17r49,0r12,-66r17,0r-11,66r75,0r11,-66r17,0r-12,66r44,0r0,17r-46,0r-15,85r47,0xm96,-169r-15,85r75,0r14,-85r-74,0","w":252},"%":{"d":"75,-126v-33,0,-55,-31,-55,-64v0,-34,23,-65,56,-65v33,0,55,31,55,65v0,34,-23,64,-56,64xm75,-239v-21,0,-36,22,-36,49v0,28,17,49,37,49v21,0,36,-22,36,-49v0,-28,-17,-49,-37,-49xm46,0r185,-252r20,0r-185,252r-20,0xm221,3v-33,0,-55,-31,-55,-65v0,-34,23,-64,56,-64v33,0,55,31,55,64v0,34,-23,65,-56,65xm222,-13v21,0,36,-21,36,-49v0,-28,-17,-49,-37,-49v-21,0,-36,23,-36,49v0,28,17,49,37,49","w":296},"\"":{"d":"89,-161r13,-91v7,1,20,-3,23,2r-25,89r-11,0xm24,-161r13,-91v7,1,20,-3,23,2r-25,89r-11,0","w":147},"'":{"d":"24,-161r13,-91v7,1,20,-3,23,2r-25,89r-11,0","w":82},"+":{"d":"103,-41r0,-77r-79,0r0,-17r79,0r0,-78r18,0r0,78r78,0r0,17r-78,0r0,77r-18,0","w":223},"=":{"d":"30,-158r0,-18r163,0r0,18r-163,0xm30,-77r0,-18r163,0r0,18r-163,0","w":223},"<":{"d":"190,-33r-167,-87r0,-14r167,-87r0,20r-145,74r145,75r0,19","w":223},">":{"d":"33,-33r0,-19r146,-74r-146,-75r0,-20r168,87r0,14","w":223},"^":{"d":"25,-177r57,-76r16,0r57,76r-19,0r-46,-61r-46,61r-19,0","w":180},"~":{"d":"30,-90v10,-54,45,-28,76,-19v9,0,13,-4,18,-18r12,3v-11,54,-44,27,-76,19v-9,0,-13,4,-18,18","w":165},"`":{"d":"95,-214r-38,-37r21,-11r32,48r-15,0","w":180},"\u00a0":{"w":108}}});


/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * 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);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);


/*
 * jQuery Easing v1.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
jQuery.easing['jswing'] = jQuery.easing['swing'];

jQuery.extend( jQuery.easing,
{
	def: 'easeOutQuad',
	swing: function (x, t, b, c, d) {
		//alert(jQuery.easing.default);
		return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
	},
	easeInQuad: function (x, t, b, c, d) {
		return c*(t/=d)*t + b;
	},
	easeOutQuad: function (x, t, b, c, d) {
		return -c *(t/=d)*(t-2) + b;
	},
	easeInOutQuad: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t + b;
		return -c/2 * ((--t)*(t-2) - 1) + b;
	},
	easeInCubic: function (x, t, b, c, d) {
		return c*(t/=d)*t*t + b;
	},
	easeOutCubic: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t + 1) + b;
	},
	easeInOutCubic: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t + b;
		return c/2*((t-=2)*t*t + 2) + b;
	},
	easeInQuart: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t + b;
	},
	easeOutQuart: function (x, t, b, c, d) {
		return -c * ((t=t/d-1)*t*t*t - 1) + b;
	},
	easeInOutQuart: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
		return -c/2 * ((t-=2)*t*t*t - 2) + b;
	},
	easeInQuint: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t*t + b;
	},
	easeOutQuint: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t*t*t + 1) + b;
	},
	easeInOutQuint: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
		return c/2*((t-=2)*t*t*t*t + 2) + b;
	},
	easeInSine: function (x, t, b, c, d) {
		return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
	},
	easeOutSine: function (x, t, b, c, d) {
		return c * Math.sin(t/d * (Math.PI/2)) + b;
	},
	easeInOutSine: function (x, t, b, c, d) {
		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
	},
	easeInExpo: function (x, t, b, c, d) {
		return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
	},
	easeOutExpo: function (x, t, b, c, d) {
		return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
	},
	easeInOutExpo: function (x, t, b, c, d) {
		if (t==0) return b;
		if (t==d) return b+c;
		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
	},
	easeInCirc: function (x, t, b, c, d) {
		return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
	},
	easeOutCirc: function (x, t, b, c, d) {
		return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
	},
	easeInOutCirc: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
		return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
	},
	easeInElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
	},
	easeOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
	},
	easeInOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
		return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
	},
	easeInBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*(t/=d)*t*((s+1)*t - s) + b;
	},
	easeOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
	},
	easeInOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158; 
		if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
		return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
	},
	easeInBounce: function (x, t, b, c, d) {
		return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
	},
	easeOutBounce: function (x, t, b, c, d) {
		if ((t/=d) < (1/2.75)) {
			return c*(7.5625*t*t) + b;
		} else if (t < (2/2.75)) {
			return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
		} else if (t < (2.5/2.75)) {
			return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
		} else {
			return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
		}
	},
	easeInOutBounce: function (x, t, b, c, d) {
		if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
		return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
	}
});

/*
 * jQuery Easing Compatibility v1 - http://gsgd.co.uk/sandbox/jquery.easing.php
 *
 * Adds compatibility for applications that use the pre 1.2 easing names
 *
 * Copyright (c) 2007 George Smith
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */

jQuery.extend( jQuery.easing,
{
	easeIn: function (x, t, b, c, d) {
		return jQuery.easing.easeInQuad(x, t, b, c, d);
	},
	easeOut: function (x, t, b, c, d) {
		return jQuery.easing.easeOutQuad(x, t, b, c, d);
	},
	easeInOut: function (x, t, b, c, d) {
		return jQuery.easing.easeInOutQuad(x, t, b, c, d);
	},
	expoin: function(x, t, b, c, d) {
		return jQuery.easing.easeInExpo(x, t, b, c, d);
	},
	expoout: function(x, t, b, c, d) {
		return jQuery.easing.easeOutExpo(x, t, b, c, d);
	},
	expoinout: function(x, t, b, c, d) {
		return jQuery.easing.easeInOutExpo(x, t, b, c, d);
	},
	bouncein: function(x, t, b, c, d) {
		return jQuery.easing.easeInBounce(x, t, b, c, d);
	},
	bounceout: function(x, t, b, c, d) {
		return jQuery.easing.easeOutBounce(x, t, b, c, d);
	},
	bounceinout: function(x, t, b, c, d) {
		return jQuery.easing.easeInOutBounce(x, t, b, c, d);
	},
	elasin: function(x, t, b, c, d) {
		return jQuery.easing.easeInElastic(x, t, b, c, d);
	},
	elasout: function(x, t, b, c, d) {
		return jQuery.easing.easeOutElastic(x, t, b, c, d);
	},
	elasinout: function(x, t, b, c, d) {
		return jQuery.easing.easeInOutElastic(x, t, b, c, d);
	},
	backin: function(x, t, b, c, d) {
		return jQuery.easing.easeInBack(x, t, b, c, d);
	},
	backout: function(x, t, b, c, d) {
		return jQuery.easing.easeOutBack(x, t, b, c, d);
	},
	backinout: function(x, t, b, c, d) {
		return jQuery.easing.easeInOutBack(x, t, b, c, d);
	}
});


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

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

	};
})(jQuery);


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

/*
 * jQuery SmoothDivScroll 1.1
 *
 * Copyright (c) 2010 Thomas Kahn
 * Licensed under the GPL license.
 *
 * http://www.maaki.com/thomas/SmoothDivScroll/
 *
 * Depends:
 * jquery.ui.widget.js
 *
 */
(function($){$.widget("thomaskahn.smoothDivScroll",{options:{scrollingHotSpotLeft:"div.scrollingHotSpotLeft",scrollingHotSpotRight:"div.scrollingHotSpotRight",scrollableArea:"div.scrollableArea",scrollWrapper:"div.scrollWrapper",hiddenOnStart:false,ajaxContentURL:"",countOnlyClass:"",scrollStep:15,scrollInterval:10,mouseDownSpeedBooster:3,autoScroll:"",autoScrollDirection:"right",autoScrollStep:5,autoScrollInterval:10,visibleHotSpots:"",hotSpotsVisibleTime:5,startAtElementId:""},_create:function(){var self=this,o=this.options,el=this.element;el.data("scrollWrapper",el.find(o.scrollWrapper));el.data("scrollingHotSpotRight",el.find(o.scrollingHotSpotRight));el.data("scrollingHotSpotLeft",el.find(o.scrollingHotSpotLeft));el.data("scrollableArea",el.find(o.scrollableArea));el.data("speedBooster",1);el.data("motherElementOffset",el.offset().left);el.data("scrollXPos",0);el.data("hotSpotWidth",el.find(o.scrollingHotSpotLeft).width());el.data("scrollableAreaWidth",0);el.data("startingPosition",0);el.data("rightScrollInterval",null);el.data("leftScrollInterval",null);el.data("autoScrollInterval",null);el.data("hideHotSpotBackgroundsInterval",null);el.data("previousScrollLeft",0);el.data("pingPongDirection","right");el.data("getNextElementWidth",true);el.data("swapAt",null);el.data("startAtElementHasNotPassed",true);el.data("swappedElement",null);el.data("originalElements",el.data("scrollableArea").children(o.countOnlyClass));el.data("visible",true);el.data("initialAjaxContentLoaded",false);el.data("enabled",true);el.data("scrollWrapper").scrollLeft(el.data("startingPosition"));if(o.autoScroll!=="always"){switch(o.visibleHotSpots){case"always":self.showHotSpotBackgrounds();break;case"onstart":self.showHotSpotBackgrounds();el.data("hideHotSpotBackgroundsInterval",setTimeout(function(){self.hideHotSpotBackgrounds("slow")},(o.hotSpotsVisibleTime*1000)));break;default:break}}el.data("scrollingHotSpotRight").bind("mousemove",function(e){var x=e.pageX-(this.offsetLeft+el.data("motherElementOffset"));el.data("scrollXPos",Math.round((x/el.data("hotSpotWidth"))*o.scrollStep));if(el.data("scrollXPos")===Infinity){el.data("scrollXPos",0)}});el.data("scrollingHotSpotRight").bind("mouseover",function(){if((o.autoScroll==="onstart"&&el.data("autoScrollInterval")!==null)){clearInterval(el.data("autoScrollInterval"));el.data("autoScrollInterval",null);self._trigger("autoScrollIntervalStopped")}el.data("rightScrollInterval",setInterval(function(){if(el.data("scrollXPos")>0&&el.data("enabled")){el.data("scrollWrapper").scrollLeft(el.data("scrollWrapper").scrollLeft()+(el.data("scrollXPos")*el.data("speedBooster")));self._showHideHotSpots()}},o.scrollInterval));self._trigger("mouseOverRightHotSpot")});el.data("scrollingHotSpotRight").bind("mouseout",function(){clearInterval(el.data("rightScrollInterval"));el.data("scrollXPos",0)});el.data("scrollingHotSpotRight").bind("mousedown",function(){el.data("speedBooster",o.mouseDownSpeedBooster)});$("body").bind("mouseup",function(){el.data("speedBooster",1)});el.data("scrollingHotSpotLeft").bind("mousemove",function(e){var x=el.data("scrollingHotSpotLeft").innerWidth()-(e.pageX-el.data("motherElementOffset"));el.data("scrollXPos",Math.round((x/el.data("hotSpotWidth"))*o.scrollStep));if(el.data("scrollXPos")===Infinity){el.data("scrollXPos",0)}});el.data("scrollingHotSpotLeft").bind("mouseover",function(){if((o.autoScroll==="onstart"&&el.data("autoScrollInterval")!==null)){clearInterval(el.data("autoScrollInterval"));el.data("autoScrollInterval",null);self._trigger("autoScrollIntervalStopped")}el.data("leftScrollInterval",setInterval(function(){if(el.data("scrollXPos")>0&&el.data("enabled")){el.data("scrollWrapper").scrollLeft(el.data("scrollWrapper").scrollLeft()-(el.data("scrollXPos")*el.data("speedBooster")));self._showHideHotSpots()}},o.scrollInterval));self._trigger("mouseOverLeftHotSpot")});el.data("scrollingHotSpotLeft").bind("mouseout",function(){clearInterval(el.data("leftScrollInterval"));el.data("scrollXPos",0)});el.data("scrollingHotSpotLeft").bind("mousedown",function(){el.data("speedBooster",o.mouseDownSpeedBooster)});$(window).bind("resize",function(){if(!(o.hiddenOnStart)){self._showHideHotSpots()}self._trigger("windowResized")});if(o.ajaxContentURL.length>0){self.replaceContent(o.ajaxContentURL)}else{self.recalculateScrollableArea()}if(o.hiddenOnStart){self.hide()}if((o.autoScroll.length>0)&&!(o.hiddenOnStart)&&(o.ajaxContentURL.length<=0)){self.startAutoScroll()}},showHotSpotBackgrounds:function(fadeSpeed){var self=this,el=this.element;if(fadeSpeed!==undefined){el.data("scrollingHotSpotLeft").css("opacity","0.0");el.data("scrollingHotSpotRight").css("opacity","0.0");el.data("scrollingHotSpotLeft").addClass("scrollingHotSpotLeftVisible");el.data("scrollingHotSpotRight").addClass("scrollingHotSpotRightVisible");el.data("scrollingHotSpotLeft").fadeTo(fadeSpeed,0.35);el.data("scrollingHotSpotRight").fadeTo(fadeSpeed,0.35)}else{el.data("scrollingHotSpotLeft").addClass("scrollingHotSpotLeftVisible");el.data("scrollingHotSpotLeft").removeAttr("style");el.data("scrollingHotSpotRight").addClass("scrollingHotSpotRightVisible");el.data("scrollingHotSpotRight").removeAttr("style")}self._showHideHotSpots()},hideHotSpotBackgrounds:function(fadeSpeed){var el=this.element;if(fadeSpeed!==undefined){el.data("scrollingHotSpotLeft").fadeTo(fadeSpeed,0.0,function(){el.data("scrollingHotSpotLeft").removeClass("scrollingHotSpotLeftVisible")});el.data("scrollingHotSpotRight").fadeTo(fadeSpeed,0.0,function(){el.data("scrollingHotSpotRight").removeClass("scrollingHotSpotRightVisible")})}else{el.data("scrollingHotSpotLeft").removeClass("scrollingHotSpotLeftVisible");el.data("scrollingHotSpotLeft").removeAttr("style");el.data("scrollingHotSpotRight").removeClass("scrollingHotSpotRightVisible");el.data("scrollingHotSpotRight").removeAttr("style")}},_showHideHotSpots:function(){var self=this,el=this.element,o=this.options;if(o.autoScroll!=="always"){if(el.data("scrollableAreaWidth")<=(el.data("scrollWrapper").innerWidth())){el.data("scrollingHotSpotLeft").hide();el.data("scrollingHotSpotRight").hide()}else if(el.data("scrollWrapper").scrollLeft()===0){el.data("scrollingHotSpotLeft").hide();el.data("scrollingHotSpotRight").show();self._trigger("scrollLeftLimitReached");clearInterval(el.data("leftScrollInterval"));el.data("leftScrollInterval",null)}else if(el.data("scrollableAreaWidth")<=(el.data("scrollWrapper").innerWidth()+el.data("scrollWrapper").scrollLeft())){el.data("scrollingHotSpotLeft").show();el.data("scrollingHotSpotRight").hide();self._trigger("scrollRightLimitReached");clearInterval(el.data("rightScrollInterval"));el.data("rightScrollInterval",null)}else{el.data("scrollingHotSpotLeft").show();el.data("scrollingHotSpotRight").show()}}else{el.data("scrollingHotSpotLeft").hide();el.data("scrollingHotSpotRight").hide()}},moveToElement:function(moveTo,elementNumber){var self=this,el=this.element,o=this.options,tempScrollableAreaWidth=0,foundStartAtElement=false;switch(moveTo){case"first":el.data("scrollXPos",0);self._trigger("movedToFirstElement");break;case"start":el.data("scrollableArea").children(o.countOnlyClass).each(function(){if((o.startAtElementId.length>0)&&(($(this).attr("id"))===o.startAtElementId)){el.data("startingPosition",tempScrollableAreaWidth);foundStartAtElement=true}tempScrollableAreaWidth=tempScrollableAreaWidth+$(this).outerWidth(true)});el.data("scrollXPos",el.data("startingPosition"));self._trigger("movedToStartElement");break;case"last":el.data("scrollXPos",el.data("scrollableAreaWidth"));self._trigger("movedToLastElement");break;case"number":if(!(isNaN(elementNumber))){el.data("scrollableArea").children(o.countOnlyClass).each(function(index){if(index===(elementNumber-1)){el.data("scrollXPos",tempScrollableAreaWidth)}tempScrollableAreaWidth=tempScrollableAreaWidth+$(this).outerWidth(true)})}self._trigger("movedToElementNumber",null,{"elementNumber":elementNumber});break;default:break}el.data("scrollWrapper").scrollLeft(el.data("scrollXPos"));self._showHideHotSpots()},addContent:function(ajaxContentURL,addWhere){var self=this,el=this.element;$.get(ajaxContentURL,function(data){if(addWhere==="first"){el.data("scrollableArea").children(":first").before(data)}else{el.data("scrollableArea").children(":last").after(data)}self.recalculateScrollableArea();self._showHideHotSpots()})},replaceContent:function(ajaxContentURL){var self=this,el=this.element;el.data("scrollableArea").load(ajaxContentURL,function(){self.recalculateScrollableArea();self.moveToElement("first");self._showHideHotSpots();el.data("startingPosition",0)})},recalculateScrollableArea:function(){var tempScrollableAreaWidth=0,foundStartAtElement=false,o=this.options,el=this.element,self=this;el.data("scrollableArea").children(o.countOnlyClass).each(function(){if((o.startAtElementId.length>0)&&(($(this).attr("id"))===o.startAtElementId)){el.data("startingPosition",tempScrollableAreaWidth);foundStartAtElement=true}tempScrollableAreaWidth=tempScrollableAreaWidth+$(this).outerWidth(true)});if(!(foundStartAtElement)){el.data("startAtElementId","")}el.data("scrollableAreaWidth",tempScrollableAreaWidth);el.data("scrollableArea").width(el.data("scrollableAreaWidth"));if(!(el.data("initialAjaxContentLoaded"))){if((o.autoScroll.length>0)&&!(o.hiddenOnStart)&&(o.ajaxContentURL.length>0)){self.startAutoScroll();el.data("initialAjaxContentLoaded",true)}}},stopAutoScroll:function(){var self=this,el=this.element;clearInterval(el.data("autoScrollInterval"));el.data("autoScrollInterval",null);self._showHideHotSpots();self._trigger("autoScrollStopped")},startAutoScroll:function(){var self=this,el=this.element,o=this.options;self._showHideHotSpots();clearInterval(el.data("autoScrollInterval"));el.data("autoScrollInterval",null);self._trigger("autoScrollStarted");el.data("autoScrollInterval",setInterval(function(){if(!(el.data("visible"))||(el.data("scrollableAreaWidth")<=(el.data("scrollWrapper").innerWidth()))){clearInterval(el.data("autoScrollInterval"));el.data("autoScrollInterval",null)}else{el.data("previousScrollLeft",el.data("scrollWrapper").scrollLeft());switch(o.autoScrollDirection){case"right":el.data("scrollWrapper").scrollLeft(el.data("scrollWrapper").scrollLeft()+o.autoScrollStep);if(el.data("previousScrollLeft")===el.data("scrollWrapper").scrollLeft()){self._trigger("autoScrollRightLimitReached");clearInterval(el.data("autoScrollInterval"));el.data("autoScrollInterval",null);self._trigger("autoScrollIntervalStopped")}break;case"left":el.data("scrollWrapper").scrollLeft(el.data("scrollWrapper").scrollLeft()-o.autoScrollStep);if(el.data("previousScrollLeft")===el.data("scrollWrapper").scrollLeft()){self._trigger("autoScrollLeftLimitReached");clearInterval(el.data("autoScrollInterval"));el.data("autoScrollInterval",null);self._trigger("autoScrollIntervalStopped")}break;case"backandforth":if(el.data("pingPongDirection")==="right"){el.data("scrollWrapper").scrollLeft(el.data("scrollWrapper").scrollLeft()+(o.autoScrollStep))}else{el.data("scrollWrapper").scrollLeft(el.data("scrollWrapper").scrollLeft()-(o.autoScrollStep))}if(el.data("previousScrollLeft")===el.data("scrollWrapper").scrollLeft()){if(el.data("pingPongDirection")==="right"){el.data("pingPongDirection","left");self._trigger("autoScrollRightLimitReached")}else{el.data("pingPongDirection","right");self._trigger("autoScrollLeftLimitReached")}}break;case"endlessloopright":if(el.data("getNextElementWidth")){if((o.startAtElementId.length>0)&&(el.data("startAtElementHasNotPassed"))){el.data("swapAt",$("#"+o.startAtElementId).outerWidth(true));el.data("startAtElementHasNotPassed",false)}else{el.data("swapAt",el.data("scrollableArea").children(":first").outerWidth(true))}el.data("getNextElementWidth",false)}el.data("scrollWrapper").scrollLeft(el.data("scrollWrapper").scrollLeft()+o.autoScrollStep);if(el.data("swapAt")<=el.data("scrollWrapper").scrollLeft()){el.data("swappedElement",el.data("scrollableArea").children(":first").detach());el.data("scrollableArea").append(el.data("swappedElement"));el.data("scrollWrapper").scrollLeft(el.data("scrollWrapper").scrollLeft()-el.data("swappedElement").outerWidth(true));el.data("getNextElementWidth",true)}break;case"endlessloopleft":if(el.data("getNextElementWidth")){if((o.startAtElementId.length>0)&&(el.data("startAtElementHasNotPassed"))){el.data("swapAt",$("#"+o.startAtElementId).outerWidth(true));el.data("startAtElementHasNotPassed",false)}else{el.data("swapAt",el.data("scrollableArea").children(":first").outerWidth(true))}el.data("getNextElementWidth",false)}el.data("scrollWrapper").scrollLeft(el.data("scrollWrapper").scrollLeft()-o.autoScrollStep);if(el.data("scrollWrapper").scrollLeft()===0){el.data("swappedElement",el.data("scrollableArea").children(":last").detach());el.data("scrollableArea").prepend(el.data("swappedElement"));el.data("scrollWrapper").scrollLeft(el.data("scrollWrapper").scrollLeft()+el.data("swappedElement").outerWidth(true));el.data("getNextElementWidth",true)}break;default:break}}},o.autoScrollInterval))},restoreOriginalElements:function(){var self=this,el=this.element;el.data("scrollableArea").html(el.data("originalElements"));self.recalculateScrollableArea();self.moveToElement("first")},show:function(){var el=this.element;el.data("visible",true);el.show()},hide:function(){var el=this.element;el.data("visible",false);el.hide()},enable:function(){var el=this.element;el.data("enabled",true)},disable:function(){var el=this.element;clearInterval(el.data("autoScrollInterval"));clearInterval(el.data("rightScrollInterval"));clearInterval(el.data("leftScrollInterval"));clearInterval(el.data("hideHotSpotBackgroundsInterval"));el.data("enabled",false)},destroy:function(){var el=this.element;clearInterval(el.data("autoScrollInterval"));clearInterval(el.data("rightScrollInterval"));clearInterval(el.data("leftScrollInterval"));clearInterval(el.data("hideHotSpotBackgroundsInterval"));el.data("scrollingHotSpotRight").unbind("mouseover");el.data("scrollingHotSpotRight").unbind("mouseout");el.data("scrollingHotSpotRight").unbind("mousedown");el.data("scrollingHotSpotLeft").unbind("mouseover");el.data("scrollingHotSpotLeft").unbind("mouseout");el.data("scrollingHotSpotLeft").unbind("mousedown");el.data("scrollableArea").html(el.data("originalElements"));el.data("scrollableArea").removeAttr("style");el.data("scrollingHotSpotRight").removeAttr("style");el.data("scrollingHotSpotLeft").removeAttr("style");el.data("scrollWrapper").scrollLeft(0);el.data("scrollingHotSpotLeft").removeClass("scrollingHotSpotLeftVisible");el.data("scrollingHotSpotRight").removeClass("scrollingHotSpotRightVisible");el.data("scrollingHotSpotRight").hide();el.data("scrollingHotSpotLeft").hide();$.Widget.prototype.destroy.apply(this,arguments)}})})(jQuery);

