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

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright by ClassicFontCorporation, USA RWE
 */
Cufon.registerFont({"w":179,"face":{"font-family":"rotisrocky","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-71 -326.427 341 81.1718","underline-thickness":"14.4141","underline-position":"-41.1328","unicode-range":"U+0020-U+203A"},"glyphs":{" ":{"w":93},"!":{"d":"38,-43r43,0r0,43r-43,0r0,-43xm50,-66v-5,-49,-12,-128,-8,-189r37,0v2,67,-2,126,-10,189r-19,0","w":100},"\"":{"d":"18,-180v15,0,20,-12,20,-32r-20,0r0,-43r42,0v1,47,6,96,-42,95r0,-20xm96,-181v16,-1,21,-12,20,-31r-20,0r0,-42r43,0v1,48,4,88,-43,93r0,-20","w":153},"#":{"d":"37,-74r-35,0r0,-24r39,0r9,-70r-39,0r0,-24r43,0r10,-74r25,0r-11,74r45,0r11,-74r24,0r-10,74r30,0r0,24r-34,0r-9,70r33,0r0,24r-37,0r-10,74r-25,0r11,-74r-45,0r-10,74r-25,0xm75,-168r-10,70r45,0r10,-70r-45,0"},"$":{"d":"178,-71v1,43,-32,70,-71,74r0,46r-28,0r0,-49v-16,-4,-28,-12,-38,-22r0,21r-31,0r0,-87r32,0r0,24v13,12,20,23,38,32r0,-85v-41,-11,-68,-27,-69,-71v-1,-38,31,-69,68,-70r0,-41r28,0r0,44v9,3,19,9,30,17r0,-16r31,0r0,73r-30,0r0,-19v-12,-12,-17,-17,-31,-24r0,76v47,13,71,38,71,77xm79,-228v-29,2,-51,38,-26,59v7,7,15,11,26,13r0,-72xm107,-29v20,-3,37,-20,37,-42v0,-17,-12,-30,-37,-39r0,81","w":186},"%":{"d":"47,-94v-68,-1,-65,-161,0,-162v67,1,63,160,0,162xm46,-115v18,0,26,-23,26,-69v0,-36,-8,-54,-24,-54v-18,0,-27,22,-27,65v0,39,8,58,25,58xm214,-255r24,0r-192,254r-24,0xm211,1v-33,0,-48,-40,-47,-78v0,-56,16,-84,49,-84v68,1,62,162,-2,162xm210,-20v19,0,28,-21,28,-64v0,-39,-8,-59,-24,-59v-18,0,-27,23,-27,68v0,37,8,55,23,55","w":272},"&":{"d":"2,-85v2,-44,18,-54,52,-75v-30,-41,-5,-99,47,-99v30,0,59,22,59,52v0,30,-25,57,-50,62r46,66v10,-21,16,-40,19,-57r52,0r0,32r-25,0r-24,55v-1,3,11,16,11,17r38,0r0,32r-58,0r-15,-20v-54,53,-157,14,-152,-65xm75,-133v-57,15,-37,102,21,102v14,0,26,-6,38,-18xm89,-172v32,-1,55,-52,13,-57v-30,0,-29,40,-13,57","w":236},"'":{"d":"65,-255r0,19v-15,6,-19,12,-20,32r19,0r0,42r-42,0v-1,-47,-2,-93,43,-93","w":81},"(":{"d":"106,61v-125,-29,-128,-290,0,-319r0,26v-76,20,-81,230,-10,262v12,2,11,17,10,31","w":114},")":{"d":"66,-100v0,-73,-17,-105,-61,-134r0,-24v94,20,123,173,72,261v-16,28,-40,46,-71,56r0,-25v45,-22,61,-65,60,-134","w":114},"*":{"d":"6,-216r35,12v7,8,17,15,30,22v1,-15,-3,-24,-12,-36r0,-38r37,0r0,38v-7,9,-10,20,-10,34v9,-2,19,-9,28,-19r37,-14r11,36v-21,12,-47,7,-72,10v11,14,22,23,32,25r20,29r-30,22r-21,-28v-1,-19,-5,-32,-11,-40v-9,12,-14,25,-14,38r-21,29r-31,-22r22,-29v15,-6,25,-14,32,-23v-17,-3,-22,-5,-41,0r-32,-11","w":164},"+":{"d":"5,-121r90,0r0,-90r29,0r0,90r92,0r0,30r-92,0r0,91r-29,0r0,-91r-90,0r0,-30","w":229},",":{"d":"22,33v13,-4,20,-15,20,-33r-20,0r0,-43r42,0v1,48,4,91,-42,94r0,-18","w":85},"-":{"d":"5,-105r103,0r0,34r-103,0r0,-34","w":114},".":{"d":"21,-44r44,0r0,43r-44,0r0,-43","w":85},"\/":{"d":"102,-253r27,0r-99,253r-27,0","w":136},"0":{"d":"85,4v-105,-2,-104,-264,5,-262v104,2,100,263,-5,262xm85,-230v-34,0,-42,58,-42,103v0,67,14,101,44,101v28,0,43,-34,43,-100v0,-70,-15,-104,-45,-104"},"1":{"d":"40,-255r68,0r0,223r32,0r0,32r-96,0r0,-31r32,0r0,-193r-36,0r0,-31","k":{"1":56}},"2":{"d":"83,-257v69,0,95,87,47,129v-31,27,-78,55,-90,96r86,0r0,-60r32,0r0,92r-151,0v0,-92,59,-103,107,-159v10,-27,2,-71,-28,-70v-36,2,-44,27,-43,71r-32,0v-6,-54,20,-99,72,-99"},"3":{"d":"84,3v-54,0,-80,-33,-78,-89r31,0v-10,74,91,81,89,16v-1,-38,-24,-48,-66,-48r0,-31v36,5,61,-10,61,-42v0,-25,-14,-37,-40,-37v-25,0,-36,17,-36,51v-12,-3,-37,9,-33,-12v0,-45,27,-68,72,-69v39,-1,70,26,69,65v0,26,-17,50,-36,59v27,8,44,35,44,70v1,39,-36,67,-77,67"},"4":{"d":"100,-254r31,0r0,155r33,0r0,29r-34,0r0,40r22,0r0,30r-77,0r0,-30r23,0r0,-41r-79,0r-14,-29xm99,-99r0,-103r-63,103r63,0"},"5":{"d":"161,-84v9,75,-88,118,-135,65v-14,-15,-21,-37,-21,-64r33,0v-1,33,15,57,44,57v27,0,44,-28,44,-57v0,-30,-15,-54,-43,-54v-24,1,-31,11,-45,28r-24,-17r12,-128r124,0r0,67r-31,0r0,-38r-68,0r-6,72v49,-39,124,3,116,69"},"6":{"d":"11,-113v0,-74,21,-142,83,-143v41,0,64,25,71,74r-31,0v2,-55,-67,-60,-80,-12v-3,12,-8,30,-10,56v12,-12,35,-22,54,-23v42,-1,69,40,69,82v0,48,-29,86,-75,84v-50,-2,-81,-52,-81,-118xm46,-99v-1,35,17,75,50,75v27,0,41,-25,41,-55v0,-28,-14,-52,-39,-52v-22,0,-44,16,-52,32"},"7":{"d":"63,-31v7,-88,25,-120,65,-193r-85,0r0,37r-30,0r0,-67r154,0r0,28v-39,48,-61,113,-68,195r29,0r0,31r-97,0r0,-31r32,0"},"8":{"d":"83,4v-77,0,-102,-115,-36,-139v-62,-32,-28,-123,41,-123v67,0,100,88,40,124v24,15,38,30,38,65v0,45,-36,73,-83,73xm41,-73v-1,27,20,49,46,49v27,0,45,-21,45,-49v0,-26,-22,-47,-47,-47v-25,0,-44,22,-44,47xm44,-189v0,21,21,43,42,43v24,0,44,-19,44,-42v0,-24,-18,-41,-44,-41v-23,0,-42,18,-42,40"},"9":{"d":"164,-136v0,71,-22,139,-83,139v-47,0,-70,-30,-72,-78r31,0v-11,49,60,68,79,21v7,-16,12,-36,12,-62v-51,50,-123,7,-123,-58v0,-50,30,-84,78,-84v50,0,78,52,78,122xm132,-154v-5,-49,-11,-77,-51,-77v-55,0,-58,109,-1,108v18,0,35,-11,52,-31"},":":{"d":"38,-177r43,0r0,43r-43,0r0,-43xm38,-43r43,0r0,43r-43,0r0,-43","w":100},";":{"d":"81,-42v1,46,2,97,-43,95r0,-21v16,-8,21,-10,21,-32r-21,0r0,-42r43,0xm38,-177r43,0r0,43r-43,0r0,-43","w":100},"<":{"d":"189,-160r-153,69r153,69r0,25r-183,-83r0,-22r183,-83r0,25","w":196},"=":{"d":"-13,-87r243,0r0,28r-243,0r0,-28xm-13,-153r243,0r0,29r-243,0r0,-29","w":229},">":{"d":"8,-22r153,-69r-153,-69r0,-25r183,83r0,22r-183,83r0,-25","w":196},"?":{"d":"13,-175v-1,-49,26,-81,72,-82v41,0,71,30,71,71v0,37,-27,71,-64,70r0,47r-22,0r-7,-81v29,13,57,-6,57,-36v0,-24,-13,-43,-37,-43v-24,0,-35,26,-34,54r-36,0xm58,-43r43,0r0,43r-43,0r0,-43","w":164},"@":{"d":"220,-147v0,-16,-14,-33,-30,-33v-29,0,-54,40,-54,70v0,19,12,35,30,35v28,0,54,-43,54,-72xm107,-107v0,-67,84,-141,124,-71r7,-22r25,0r-33,117v0,7,3,11,8,11v27,2,51,-49,51,-78v0,-55,-44,-93,-100,-93v-62,0,-110,52,-110,115v0,61,51,114,112,113v38,-1,71,-18,88,-42r24,0v-21,36,-61,63,-113,64v-74,1,-137,-62,-137,-137v0,-73,64,-135,136,-135v65,0,124,49,124,112v0,46,-42,106,-87,104v-14,0,-22,-9,-23,-22v-33,43,-96,17,-96,-36","w":365},"A":{"d":"-12,-33r30,0r67,-191r-33,0r0,-31r130,0r0,31r-31,0r67,192r30,0r0,32r-99,0r0,-32r31,0r-19,-57r-87,0r-18,57r30,0r0,32r-98,0r0,-33xm151,-121r-33,-102r-33,102r66,0","w":250,"k":{"\u2019":63,"\u00d6":13,"y":31,"w":16,"v":25,"Y":27,"W":20,"V":25,"T":20,"Q":13,"O":13,"G":13,"C":13}},"B":{"d":"185,-72v0,42,-36,71,-80,71r-107,0r0,-32r30,0r0,-191r-30,0r0,-31v77,-1,174,-15,172,64v0,21,-10,39,-30,55v30,12,45,33,45,64xm64,-149v37,2,70,-1,70,-36v0,-36,-32,-40,-70,-38r0,74xm146,-73v0,-38,-34,-51,-82,-46r0,87v45,4,82,-5,82,-41","w":200},"C":{"d":"4,-127v0,-106,120,-170,201,-105r0,-23r32,0r0,83r-33,0v-6,-31,-40,-53,-78,-53v-49,0,-81,44,-81,94v0,55,32,99,84,99v47,0,76,-33,87,-72r30,18v-15,54,-54,88,-118,89v-74,1,-124,-55,-124,-130","w":258},"D":{"d":"236,-128v0,125,-111,138,-241,127r0,-32r30,2r0,-191r-31,0r0,-32v41,3,73,-1,113,-1v76,-1,129,51,129,127xm63,-33v107,24,166,-73,116,-153v-24,-38,-47,-35,-116,-37r0,190","w":250},"E":{"d":"-2,-33r30,0r0,-190r-30,0r0,-32r203,0r0,76r-32,0r0,-44r-103,0r0,76r91,0r0,31r-92,0r0,83r104,0r0,-46r32,0r0,79r-203,0r0,-33","w":215},"F":{"d":"-1,-32r30,0r0,-191r-30,0r0,-30r191,0r0,73r-32,0r0,-42r-92,0r0,73r81,0r0,33r-81,0r0,84r33,0r0,32r-100,0r0,-32","w":200,"k":{"\u00c4":33,"s":33,"o":31,"g":29,"e":31,"c":31,"a":33,"A":33,".":94,",":94}},"G":{"d":"1,-131v0,-107,132,-166,206,-97r0,-28r32,0r0,82r-32,0v-20,-34,-47,-51,-81,-51v-51,-1,-85,46,-85,98v0,75,84,125,144,78v15,-12,24,-27,27,-45r-46,0r0,-32v28,2,65,-4,89,2v0,78,-48,128,-127,128v-74,0,-127,-61,-127,-135","w":272},"H":{"d":"-4,-255r98,0r0,33r-30,0r0,70r104,0r0,-70r-28,0r0,-33r96,0r0,34r-30,0r0,190r30,0r0,32r-97,0r0,-33r29,0r0,-87r-104,0r0,87r29,0r0,32r-97,0r0,-33r30,0r0,-189r-30,0r0,-33","w":243},"I":{"d":"2,-33r32,0r0,-190r-31,0r0,-31r98,0r0,31r-30,0r0,190r30,0r0,33r-99,0r0,-33","w":107},"J":{"d":"65,-4v1,65,-28,85,-92,81r0,-35v29,7,54,0,54,-34r0,-232r-31,0r0,-31r97,0r0,31r-28,0r0,220","w":100},"K":{"d":"-3,-33r30,0r0,-189r-30,0r0,-32r97,0r0,30r-29,0r0,89r79,-89r-27,0r0,-31r101,0r0,33r-33,0r-74,85r78,105r31,0r0,32r-103,0r0,-32r26,0r-77,-102r0,101r28,0r0,33r-97,0r0,-33","w":222},"L":{"d":"-1,-33r30,0r0,-189r-30,0r0,-32r97,0r0,32r-30,0r0,190r79,0r0,-88r31,0r0,120r-177,0r0,-33","w":194,"k":{"\u2019":94,"Y":47,"W":25,"V":40,"T":36}},"M":{"d":"-7,-32r30,0r0,-191r-30,0r0,-32r90,0r63,181v20,-59,41,-119,65,-180r89,0r0,32r-30,0r0,190r29,0r0,32r-98,0r0,-32r31,0r2,-192r-85,224r-10,0r-84,-227v4,71,0,115,2,195r28,0r0,32r-92,0r0,-32","w":308},"N":{"d":"-6,-34r31,0r0,-188r-30,0r0,-32r78,0r104,194r0,-163r-29,0r0,-32r92,0r0,33r-30,0r0,222r-40,0r-113,-209r0,176r30,0r0,32r-93,0r0,-33","w":243},"O":{"d":"1,-126v0,-76,53,-134,128,-134v72,0,123,59,123,131v0,74,-55,134,-129,134v-70,0,-122,-61,-122,-131xm41,-129v0,56,32,99,85,99v51,0,86,-46,86,-96v0,-56,-31,-99,-84,-100v-52,0,-87,43,-87,97","w":265,"k":{"\u00c4":11,"Y":9,"V":7,"Q":-14,"G":-13,"A":11}},"P":{"d":"189,-175v-1,60,-54,84,-123,76r0,67r32,0r0,32r-99,0r0,-32r29,0r0,-192r-30,0r0,-31r119,0v45,0,72,34,72,80xm149,-178v-4,-44,-28,-46,-84,-45r0,92v46,3,88,-3,84,-47","w":194,"k":{"\u00c4":40,"s":-7,"o":2,"g":-2,"e":29,"a":-9,"A":40,".":90,",":90}},"Q":{"d":"253,-127v0,67,-44,115,-99,130v12,11,32,16,54,13r-14,32v-39,7,-89,-47,-124,-19r-8,-16r24,-16v-57,-24,-85,-66,-85,-127v0,-70,56,-129,126,-129v71,0,126,59,126,132xm41,-127v0,52,38,97,89,97v49,0,84,-45,84,-97v0,-51,-36,-99,-86,-99v-53,0,-87,45,-87,99","w":265},"R":{"d":"186,-189v0,34,-23,57,-50,67r42,91r29,0r0,31r-54,0r-53,-118r-34,0r0,86r29,0r0,32r-97,0r0,-33r30,0r0,-191r-29,0r0,-31r125,0v33,-1,63,32,62,66xm65,-152v41,6,82,1,84,-37v2,-33,-43,-37,-84,-35r0,72","w":207,"k":{"Y":-11,"V":-13}},"S":{"d":"143,-133v61,32,33,137,-42,137v-20,0,-39,-9,-58,-24r0,19r-32,0r0,-88r32,0r0,24v17,24,35,36,53,36v48,2,62,-67,11,-80v-8,-2,-29,-8,-62,-22v-63,-27,-31,-128,40,-128v16,0,33,7,52,20r0,-15r32,0r0,73r-32,0r0,-16v-16,-18,-25,-28,-51,-30v-22,-1,-42,15,-41,36v-9,32,99,53,98,58","w":186},"T":{"d":"-7,-255r204,0r0,98r-31,0r0,-67r-52,0r0,192r32,0r0,32r-100,0r0,-32r31,0r0,-192r-52,0r0,67r-32,0r0,-98","w":200,"k":{"\u00c4":13,"y":-13,"x":-11,"w":-18,"v":-13,"u":-9,"s":16,"r":-5,"q":29,"p":-11,"o":27,"n":-7,"m":-14,"g":27,"e":14,"d":27,"c":25,"a":9,"A":13,";":13,":":13,".":47,"-":63,",":47}},"U":{"d":"108,-27v27,1,50,-20,50,-46r0,-150r-29,0r0,-32r96,0r0,32r-29,0r0,142v0,56,-31,85,-92,85v-56,0,-84,-26,-84,-77r0,-151r-29,0r0,-31r97,0r0,31r-31,0r0,125v-1,51,7,70,51,72","w":229},"V":{"d":"-15,-254r97,0r0,31r-28,0v17,46,37,104,60,174v25,-74,46,-132,62,-173r-29,0r0,-32r94,0r0,31r-30,0r-81,224r-36,0r-79,-225r-30,0r0,-30","w":243,"k":{"\u00c4":27,"z":33,"y":13,"x":14,"w":7,"v":13,"u":16,"s":45,"r":20,"q":49,"p":14,"o":49,"n":18,"m":11,"g":47,"e":49,"d":49,"c":49,"a":43,"A":27,";":59,":":59,".":92,"-":54,",":92}},"W":{"d":"-19,-254r92,0r0,30r-27,0r43,173r42,-172r-26,0r0,-32r115,0r0,32r-26,0r41,173r45,-173r-27,0r0,-32r88,0r0,32r-25,0r-61,224r-41,0r-53,-204r-54,203r-39,0r-61,-223r-26,0r0,-31","w":344,"k":{"\u00c4":25,"z":22,"y":2,"x":4,"w":-4,"v":2,"u":5,"s":31,"r":9,"q":34,"p":4,"o":34,"n":11,"g":33,"e":34,"d":34,"c":34,"a":29,"A":25,";":49,":":49,".":70,"-":36,",":70}},"X":{"d":"-11,-32r29,0r66,-97r-64,-93r-31,0r0,-32r98,0r0,31r-25,0r43,64r43,-65r-27,0r0,-30r99,0r0,32r-33,0r-63,91r67,99r30,0r0,32r-100,0r0,-32r28,0r-46,-69r-48,69r32,0r0,32r-98,0r0,-32","w":222},"Y":{"d":"-12,-255r100,0r0,32r-30,0r50,75r47,-74r-28,0r0,-33r94,0r0,33r-28,0r-68,107r0,83r31,0r0,32r-98,0r0,-32r30,0r0,-84r-72,-106r-28,0r0,-33","w":222,"k":{"\u00d6":13,"\u00c4":25,"z":27,"y":9,"x":11,"w":4,"v":7,"u":13,"s":38,"r":16,"q":50,"p":11,"o":47,"n":14,"m":7,"g":49,"e":50,"d":47,"c":50,"a":38,"Q":13,"O":13,"G":13,"C":16,"A":25,";":68,":":68,".":61,"-":74,",":61}},"Z":{"d":"5,-33r126,-189r-88,0r0,41r-32,0r0,-74r170,0r0,26r-132,197r104,0r0,-47r32,0r0,80r-180,-2r0,-32","w":200},"[":{"d":"21,-255r84,0r0,25r-49,0r0,263r49,0r0,24r-84,0r0,-312","w":107},"\\":{"d":"-6,-265r24,0r88,272r-24,0","w":100},"]":{"d":"0,32r50,0r0,-262r-49,0r0,-25r83,0r0,312r-84,0r0,-25","w":107},"^":{"d":"-31,-324r59,0r38,48r-36,0r-29,-26r-35,26r-37,0","w":0},"_":{"d":"0,45r0,-18r200,0r0,18r-200,0","w":200},"`":{"d":"0,-256r27,53r-26,0r-49,-53r48,0","w":0},"a":{"d":"4,-52v1,-54,65,-75,110,-43v13,-61,-52,-74,-77,-35r-30,-10v12,-28,38,-42,78,-42v72,0,63,80,62,151r24,0r0,31r-58,0r0,-17v-33,38,-110,17,-109,-35xm38,-53v6,34,57,28,76,3r0,-12v-21,-20,-72,-27,-76,9"},"b":{"d":"203,-88v0,76,-93,122,-148,67r0,20r-62,0r0,-31r28,0r0,-192r-28,0r0,-30r62,0r0,98v54,-58,148,-12,148,68xm54,-89v0,31,24,60,54,60v37,1,60,-24,60,-61v0,-32,-24,-60,-56,-60v-34,0,-58,26,-58,61","w":215},"c":{"d":"3,-91v0,-71,83,-119,135,-73r0,-16r32,0r0,68r-31,0v-7,-24,-22,-42,-47,-41v-34,1,-52,27,-53,62v0,31,22,65,53,64v23,0,40,-12,54,-36r28,16v-38,90,-171,53,-171,-44","w":186},"d":{"d":"2,-89v0,-75,92,-124,144,-68r0,-67r-33,0r0,-30r65,0r0,224r25,0r0,30r-57,0r0,-24v-24,17,-30,26,-61,27v-47,2,-83,-44,-83,-92xm91,-150v-35,0,-53,28,-53,65v-1,29,24,55,52,55v33,0,56,-27,56,-60v0,-32,-23,-60,-55,-60","w":207},"e":{"d":"4,-94v0,-80,107,-117,156,-61v16,18,23,42,23,74r-145,0v8,57,81,73,118,24r27,14v-24,30,-41,46,-86,47v-56,1,-93,-42,-93,-98xm148,-107v-3,-40,-56,-64,-89,-35v-11,9,-18,21,-21,35r110,0","w":194},"f":{"d":"28,-178v-4,-43,5,-81,44,-80v30,1,40,18,48,45r-31,4v-4,-24,-30,-28,-29,2r0,29r33,0r0,30r-33,0r0,119r32,0r0,29r-91,0r0,-29r27,0r0,-118r-27,0r0,-31r27,0","w":100,"k":{"\u2019":-25}},"g":{"d":"88,-180v28,1,41,10,63,24r0,-22r57,0r0,31r-24,0r0,124v11,102,-102,130,-167,80r23,-22v50,34,123,14,111,-59v-51,59,-150,11,-150,-63v0,-51,36,-95,87,-93xm35,-88v0,30,25,59,57,59v34,0,60,-29,60,-62v0,-34,-24,-59,-58,-59v-35,0,-59,27,-59,62","w":215},"h":{"d":"-4,-33r28,0r0,-193r-27,0r0,-29r60,0r0,92v40,-32,100,-29,100,36r0,95r23,0r0,31r-57,0r0,-133v0,-13,-6,-20,-19,-20v-7,0,-23,7,-47,21r0,100r29,0r0,32r-90,0r0,-32","w":186},"i":{"d":"2,-31r28,0r0,-118r-26,0r0,-30r59,0r0,148r24,0r0,31r-85,0r0,-31xm70,-237v1,25,-43,28,-45,2v-1,-16,11,-26,24,-26v12,-1,21,12,21,24","w":93},"j":{"d":"-24,44v26,4,48,-4,48,-27r0,-165r-29,0r0,-30r62,0r0,195v2,45,-32,64,-81,58r0,-31xm18,-239v0,-13,12,-23,24,-23v31,2,25,45,-2,45v-12,0,-22,-11,-22,-22","w":85},"k":{"d":"-5,-31r28,0r0,-194r-28,0r0,-30r60,0r0,160r66,-54r-30,0r0,-30r96,0r0,30r-23,0r-65,55r60,63r28,0r0,31r-44,0r-88,-92r0,61r32,0r0,31r-92,0r0,-31","w":194},"l":{"d":"0,-31r28,0r0,-193r-28,0r0,-30r61,0r0,224r25,0r0,30r-86,0r0,-31","w":93},"m":{"d":"120,-127v-6,-41,-49,-16,-69,3r0,94r30,0r0,30r-91,0r0,-30r28,0r0,-117r-29,0r0,-31r62,0r0,21v34,-26,73,-36,99,2v39,-34,106,-37,106,16r0,109r23,0r0,30r-57,0r0,-127v-4,-45,-56,-12,-69,4r0,93r28,0r0,30r-61,0r0,-127","w":286},"n":{"d":"82,-172v34,-19,74,3,74,42r0,100r24,0r0,30r-56,0r0,-115v-5,-49,-33,-34,-67,-10r0,95r28,0r0,30r-90,0r0,-31r29,0r0,-117r-28,0r0,-30r60,0r0,21","w":186},"o":{"d":"3,-88v0,-53,40,-96,92,-95v54,1,89,44,89,99v-1,53,-40,88,-98,88v-48,0,-83,-43,-83,-92xm36,-87v0,32,24,60,56,60v34,0,58,-29,58,-64v0,-31,-25,-60,-56,-60v-34,0,-58,29,-58,64","w":194},"p":{"d":"195,-91v0,77,-85,127,-142,68r0,69r33,0r0,30r-94,0r0,-31r28,0r0,-194r-28,0r0,-29r61,0r0,26v47,-62,142,-15,142,61xm109,-149v-37,0,-56,28,-56,67v0,29,27,55,54,55v33,0,53,-29,53,-64v0,-28,-23,-59,-51,-58","w":207},"q":{"d":"4,-89v0,-76,86,-122,142,-69r0,-20r56,0r0,31r-23,0r0,194r26,0r0,29r-90,-1r0,-29r30,0r0,-69v-53,59,-141,9,-141,-66xm38,-89v0,32,24,60,54,60v33,0,54,-25,54,-60v0,-36,-22,-60,-56,-61v-31,-1,-52,29,-52,61","w":207},"r":{"d":"57,-149v18,-25,34,-35,74,-34r0,37v-65,-13,-75,47,-70,116r38,0r0,30r-100,0r0,-30r28,0r0,-118r-28,0r0,-30r58,0r0,29","w":136,"k":{"\u2019":-2,".":31,"-":50,",":31}},"s":{"d":"122,-96v56,25,18,99,-37,99v-11,0,-27,-4,-46,-13r0,10r-30,0r0,-60r30,0v3,22,16,33,42,33v23,0,35,-8,35,-23v0,-20,-80,-31,-80,-35v-54,-23,-21,-96,35,-96v13,0,27,5,43,14r0,-10r31,0r0,58r-30,0v-6,-22,-19,-33,-41,-33v-23,0,-34,7,-34,22v0,20,79,29,82,34","w":164},"t":{"d":"91,-3v-29,11,-69,5,-69,-28r0,-118r-26,0r0,-31r26,0r0,-36r35,-27r0,64r35,0r0,31r-36,0r-1,108v4,14,15,9,36,5r0,32","w":100},"u":{"d":"121,-22v-37,37,-102,31,-102,-22r0,-103r-24,0r0,-31r57,0r1,123v5,37,44,25,68,3r0,-95r-29,0r0,-32r63,0r0,148r25,0r0,31r-59,0r0,-22","w":186},"v":{"d":"-9,-179r77,0r0,30r-24,0r38,113r40,-113r-26,0r0,-30r76,0r0,30r-17,0r-56,149r-35,0r-54,-149r-19,0r0,-30","w":171,"k":{".":50,",":50}},"w":{"d":"-14,-179r70,0r0,30r-20,0r32,103r31,-102r-20,0r0,-31r84,0r0,30r-19,0r31,102r34,-102r-24,0r0,-30r72,0r0,31r-19,0r-49,148r-29,0r-38,-128r-41,128r-29,0r-47,-149r-19,0r0,-30","w":258,"k":{".":47,",":47}},"x":{"d":"-9,-30r20,0r53,-61r-53,-58r-19,0r0,-29r80,0r0,30r-20,0r31,35r32,-35r-21,0r0,-30r78,0r0,30r-20,0r-50,57r58,62r18,0r0,29r-84,0r0,-30r27,0r-38,-40r-35,40r24,0r0,30r-81,0r0,-30"},"y":{"d":"-10,-178r75,0r0,31r-23,0r41,97r38,-97r-22,0r0,-31r72,0r0,31r-17,0r-88,223r-65,0r0,-31r44,0r21,-53r-57,-139r-19,0r0,-31","w":171,"k":{".":52,",":52}},"z":{"d":"5,-35r104,-113r-71,0r0,37r-28,0r0,-68r136,0r0,34r-103,115r75,0r0,-36r28,0r0,66r-141,-1r0,-34","w":157},"{":{"d":"105,71v-112,16,-22,-145,-90,-155r0,-22v61,-3,-4,-159,66,-154r24,0r0,24v-47,-12,-32,53,-32,90v0,20,-16,48,-32,51v32,9,31,58,31,103v0,35,6,42,33,39r0,24","w":120},"|":{"d":"34,-265r26,0r0,272r-26,0r0,-272","w":93},"}":{"d":"77,-193v0,37,-5,88,28,87r0,22v-68,9,23,173,-90,155r0,-24v38,12,33,-34,32,-70v-1,-38,7,-63,32,-72v-35,-10,-33,-65,-32,-112v1,-28,-9,-31,-32,-29r0,-24v47,-4,62,10,62,67","w":120},"~":{"d":"-59,-278v0,-24,13,-49,35,-48v16,-5,45,36,56,16r4,-13r22,0v0,24,-14,49,-37,49v-16,0,-58,-49,-59,-4r-21,0","w":0},"\u00c4":{"d":"-12,-33r30,0r67,-191r-33,0r0,-31r130,0r0,31r-31,0r67,192r30,0r0,32r-99,0r0,-32r31,0r-19,-57r-87,0r-18,57r30,0r0,32r-98,0r0,-33xm151,-121r-33,-102r-33,102r66,0xm69,-272v-12,-1,-21,-11,-19,-24v4,-29,39,-18,39,7v0,10,-10,17,-20,17xm144,-293v0,-11,10,-20,21,-20v10,0,19,10,19,20v0,11,-10,21,-22,21v-9,0,-18,-11,-18,-21","w":250,"k":{"\u2019":63,"\u00d6":13,"y":31,"w":16,"v":25,"Y":27,"W":20,"V":25,"T":20,"Q":13,"O":13,"G":13,"C":13}},"\u00d6":{"d":"1,-126v0,-76,54,-134,129,-134v70,0,122,60,122,131v0,74,-55,134,-129,134v-70,0,-122,-61,-122,-131xm41,-129v0,56,32,99,85,99v51,0,86,-46,86,-96v0,-56,-31,-99,-84,-100v-52,0,-87,43,-87,97xm79,-272v-12,0,-18,-12,-19,-24v0,-8,11,-17,21,-17v11,0,20,9,20,20v0,12,-10,21,-22,21xm172,-272v-23,-2,-24,-43,3,-41v28,2,22,43,-3,41","w":265,"k":{"\u00c4":11,"Y":9,"V":7,"Q":-14,"G":-13,"A":11}},"\u00dc":{"d":"99,4v-49,0,-79,-27,-79,-77r0,-151r-29,0r0,-31r97,0r0,31r-31,0r0,125v-1,51,7,70,51,72v27,1,50,-20,50,-46r0,-150r-29,0r0,-32r96,0r0,32r-29,0r0,142v0,57,-32,85,-97,85xm41,-293v0,-12,10,-21,22,-21v9,0,19,11,18,22v0,11,-10,19,-22,19v-9,1,-18,-10,-18,-20xm134,-292v0,-11,10,-21,22,-21v10,0,21,10,20,21v-1,23,-42,25,-42,0","w":229},"\u00e1":{"d":"87,-256r47,0r-50,53r-25,0xm4,-52v1,-54,65,-75,110,-43v13,-61,-52,-74,-77,-35r-30,-10v12,-28,38,-42,78,-42v72,0,63,80,62,151r24,0r0,31r-58,0r0,-17v-33,38,-110,17,-109,-35xm38,-53v6,34,57,28,76,3r0,-12v-21,-20,-72,-27,-76,9"},"\u00e0":{"d":"82,-256r27,53r-26,0r-49,-53r48,0xm4,-52v1,-54,65,-75,110,-43v13,-61,-52,-74,-77,-35r-30,-10v12,-28,38,-42,78,-42v72,0,63,80,62,151r24,0r0,31r-58,0r0,-17v-33,38,-110,17,-109,-35xm38,-53v6,34,57,28,76,3r0,-12v-21,-20,-72,-27,-76,9"},"\u00e2":{"d":"59,-255r46,0r30,53r-28,0r-26,-29r-25,29r-28,0xm4,-52v1,-54,65,-75,110,-43v13,-61,-52,-74,-77,-35r-30,-10v12,-28,38,-42,78,-42v72,0,63,80,62,151r24,0r0,31r-58,0r0,-17v-33,38,-110,17,-109,-35xm38,-53v6,34,57,28,76,3r0,-12v-21,-20,-72,-27,-76,9"},"\u00e4":{"d":"4,-53v0,-52,63,-73,110,-43v3,-34,-5,-57,-40,-56v-19,1,-26,8,-37,22r-30,-10v14,-28,37,-42,71,-42v33,0,68,18,68,49r1,103r24,0r0,30r-58,0r0,-17v-39,39,-109,16,-109,-36xm38,-53v0,37,62,25,76,3r0,-11v-16,-23,-76,-28,-76,8xm24,-225v0,-9,11,-19,21,-19v13,0,20,8,20,23v0,25,-43,20,-41,-4xm115,-203v-24,0,-26,-42,0,-41v11,0,21,10,21,22v-1,9,-10,19,-21,19"},"\u00e5":{"d":"4,-53v1,-52,63,-73,110,-43v13,-61,-55,-73,-77,-33r-31,-10v13,-29,38,-43,75,-43v78,0,66,79,66,152r24,0r0,31r-57,0r0,-17v-36,38,-111,16,-110,-37xm38,-52v0,39,64,24,76,2r0,-10v-17,-23,-76,-28,-76,8xm46,-228v0,-17,19,-34,36,-34v18,0,32,17,32,34v0,17,-16,34,-33,34v-19,0,-36,-16,-35,-34xm61,-231v-3,27,37,28,39,5v2,-24,-38,-29,-39,-5"},"\u00e9":{"d":"95,-256r47,0r-50,53r-26,0xm4,-94v0,-80,107,-117,156,-61v16,18,23,42,23,74r-145,0v8,57,81,73,118,24r27,14v-24,30,-41,46,-86,47v-56,1,-93,-42,-93,-98xm148,-107v-3,-40,-56,-64,-89,-35v-11,9,-18,21,-21,35r110,0","w":194},"\u00e8":{"d":"90,-256r27,53r-26,0r-50,-53r49,0xm4,-94v0,-80,107,-117,156,-61v16,18,23,42,23,74r-145,0v8,57,81,73,118,24r27,14v-24,30,-41,46,-86,47v-56,1,-93,-42,-93,-98xm148,-107v-3,-40,-56,-64,-89,-35v-11,9,-18,21,-21,35r110,0","w":194},"\u00f6":{"d":"3,-89v0,-50,40,-94,89,-94v56,0,92,41,92,98v0,49,-42,89,-92,89v-52,0,-89,-41,-89,-93xm36,-86v0,32,25,60,56,59v34,0,59,-30,59,-64v1,-31,-26,-61,-58,-61v-33,0,-57,31,-57,66xm56,-204v-12,0,-20,-10,-20,-22v2,-26,42,-24,42,2v0,10,-11,21,-22,20xm108,-224v0,-10,9,-22,19,-21v12,0,21,8,21,21v0,11,-10,20,-21,20v-10,1,-19,-9,-19,-20","w":194},"\u00fc":{"d":"121,-22v-35,34,-102,34,-102,-28r0,-97r-24,0r0,-31r57,0r0,121v4,39,43,28,69,5r0,-95r-29,0r0,-32r63,0r0,148r24,0r0,30r-58,0r0,-21xm52,-204v-31,-1,-23,-41,1,-41v25,1,25,41,-1,41xm102,-226v0,-8,12,-20,21,-18v11,-1,21,10,21,20v0,12,-10,20,-22,20v-12,0,-20,-9,-20,-22","w":186},"\u00a3":{"d":"3,-30v0,-28,30,-45,56,-31v0,-20,-1,-34,-7,-51r-48,0r0,-29r36,0v-29,-47,-12,-117,48,-117v42,0,66,29,66,71r-34,0v2,-25,-7,-44,-29,-44v-49,0,-29,56,-14,90r44,0r0,29r-35,0v6,40,5,27,0,66v24,19,59,24,57,-21v7,1,17,-2,22,1v6,73,-57,84,-92,47v-12,34,-70,25,-70,-11xm33,-46v-16,2,-14,28,3,27v5,0,11,-6,19,-17v-12,-7,-19,-10,-22,-10","w":171},"\u00a7":{"d":"33,-50v-41,-23,-34,-84,3,-102v-49,-33,-16,-108,42,-105v41,2,72,24,69,69v-10,-2,-27,3,-34,-2v7,-42,-63,-50,-66,-12v10,50,112,40,112,106v0,21,-11,38,-32,51v47,36,20,107,-44,107v-43,0,-69,-26,-68,-70r35,0v-8,45,59,51,66,14v5,-26,-86,-53,-83,-56xm55,-139v-9,-2,-21,25,-21,33v11,31,25,29,75,49v13,-10,19,-20,19,-31v6,-29,-57,-43,-73,-51","w":171},"\u2022":{"d":"61,-174v25,0,46,22,46,47v0,26,-21,47,-46,47v-26,0,-48,-21,-48,-47v0,-26,22,-47,48,-47","w":119},"\u00df":{"d":"89,-232v-17,0,-34,13,-34,30r0,172r20,0r0,30r-80,0r0,-30r28,0r0,-117r-28,0r0,-30r28,0v-6,-52,16,-84,68,-84v57,0,93,66,39,93v32,8,52,39,53,78v0,63,-28,91,-85,89r0,-30v39,0,52,-18,53,-57v0,-40,-22,-59,-67,-59r0,-30v27,0,40,-10,40,-28v0,-18,-12,-27,-35,-27","w":194},"\u00ae":{"d":"251,-113v0,63,-57,120,-121,120v-64,0,-120,-55,-120,-120v0,-64,56,-121,120,-121v65,0,121,57,121,121xm237,-113v0,-56,-50,-107,-107,-107v-57,0,-106,49,-106,107v0,56,49,106,106,106v57,0,107,-49,107,-106xm134,-185v63,-8,59,67,12,67r42,54v3,4,7,5,13,5r0,6r-33,0r-47,-62r-9,0v4,21,-12,58,16,56r0,6r-55,0r0,-6v11,0,17,-3,17,-9r0,-101v1,-11,-6,-10,-15,-10r0,-6r59,0xm158,-150v2,-24,-18,-27,-39,-28v-5,0,-7,2,-7,7r0,49v27,-1,44,-6,46,-28","w":268},"\u00a9":{"d":"10,-115v0,-64,57,-121,121,-121v63,0,120,57,120,121v0,64,-56,120,-120,120v-64,0,-121,-57,-121,-120xm24,-115v0,57,50,106,107,106v56,0,106,-50,106,-106v0,-57,-50,-107,-106,-107v-56,0,-107,50,-107,107xm65,-112v0,-52,51,-84,102,-63v8,1,6,-8,15,-6r2,45r-7,0v-4,-20,-20,-36,-42,-37v-29,-1,-47,31,-47,61v0,55,63,69,93,35r4,6v-40,49,-120,23,-120,-41","w":268},"\u00b4":{"d":"5,-256r47,0r-49,53r-26,0","w":0},"\u00b5":{"d":"23,78v-31,-8,-7,-55,-7,-81r0,-172r30,0r0,116v-5,54,61,47,72,14r0,-130r30,0r0,134v0,13,7,30,19,30v14,-1,15,-14,19,-25r6,0v-5,50,-70,58,-74,7v-13,28,-65,50,-90,18v1,24,12,42,12,64v0,12,-6,25,-17,25","w":196},"\u00ab":{"d":"48,-188r39,0r-50,85r49,87r-37,0r-49,-87xm123,-188r38,0r-48,85r48,87r-37,0r-48,-87","w":171},"\u00bb":{"d":"41,-187r49,86r-48,84r-37,0r48,-84r-49,-86r37,0xm128,-101r-49,-87r38,0r49,87r-49,85r-38,0","w":171},"\u2026":{"d":"79,0r-38,0r0,-38r38,0r0,38xm199,0r-38,0r0,-38r38,0r0,38xm319,0r-38,0r0,-38r38,0r0,38","w":360},"\u2013":{"d":"0,-104r171,0r0,33r-171,0r0,-33"},"\u2014":{"d":"-13,-121r243,0r0,29r-243,0r0,-29","w":229},"\u201d":{"d":"16,-180v15,0,21,-12,21,-32r-21,0r0,-43r43,0v1,46,4,93,-43,95r0,-20xm94,-181v14,-1,20,-12,20,-31r-19,0r0,-42r42,0v1,48,4,88,-43,93r0,-20","w":157},"\u2018":{"d":"65,-255r0,19v-15,6,-19,11,-19,32r19,0r0,42r-42,0v-3,-46,-2,-93,42,-93","w":85},"\u2019":{"d":"22,-180v14,0,21,-11,21,-32r-20,0r0,-43r42,0v1,47,3,96,-43,94r0,-19","w":85,"k":{"t":-5}},"\u2039":{"d":"88,-39r-56,-44r0,-33r56,-44r0,31r-38,29r38,29r0,32","w":119},"\u203a":{"d":"32,-71r37,-29r-37,-29r0,-31r56,44r0,33r-56,44r0,-32","w":119},"\u201e":{"d":"16,32v17,-4,22,-11,21,-32r-21,0r0,-43r43,0v0,50,5,91,-43,95r0,-20xm94,32v14,-2,20,-14,20,-32r-20,0r0,-43r43,0v3,49,0,92,-43,95r0,-20","w":157},"\u03a9":{"d":"127,-229v-91,0,-100,153,-25,176r6,53r-103,0r0,-57r5,0v2,33,46,19,78,22r0,-10v-44,-12,-76,-42,-76,-94v-1,-61,52,-101,115,-101v63,0,116,40,116,101v0,48,-25,79,-76,94r-1,10v32,-3,76,11,78,-22r6,0r0,57r-103,0r5,-53v34,-15,50,-39,50,-87v0,-52,-24,-89,-75,-89","w":261},"\u00a0":{"w":93}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Font software Copyright 1998, 2007 Monotype Imaging Inc. All rights reserved.
 * 
 * Trademark:
 * "Rotis" is a trademark of Monotype Imaging Inc. Registered in U.S. Patent &
 * Trademark Office and may be registered in certain jurisdictions.
 * 
 * Full name:
 * RotisSemiSansPro-Bold
 * 
 * Manufacturer:
 * Monotype Imaging Inc.
 * 
 * Vendor URL:
 * http://www.monotypeimaging.com
 * 
 * License information:
 * http://www.monotypeimaging.com/html/license.aspx
 */
Cufon.registerFont({"w":193,"face":{"font-family":"rotisrocky","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 14 8 3 3 2 2 2 3 4","ascent":"252","descent":"-108","x-height":"4","bbox":"-20 -319 304 81","underline-thickness":"18","underline-position":"-27","stemh":"24","stemv":"40","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":100},"!":{"d":"81,-71r-28,0r-8,-177r44,0xm89,0r-44,0r0,-44r44,0r0,44","w":106},"\"":{"d":"117,-166r-27,0r-7,-82r42,0xm57,-166r-27,0r-8,-82r42,0","w":146},"#":{"d":"120,0r-29,0r18,-72r-28,0r-19,72r-29,0r19,-72r-29,0r7,-25r28,0r9,-34r-29,0r7,-25r29,0r19,-72r28,0r-18,72r28,0r19,-72r29,0r-19,72r30,0r-6,25r-30,0r-9,34r30,0r-7,25r-29,0xm116,-97r9,-34r-29,0r-9,34r29,0","w":213},"$":{"d":"113,35r-19,0r0,-31v-37,-2,-67,-14,-71,-55r40,0v0,18,13,35,31,36r0,-99v-34,-9,-68,-24,-68,-65v0,-41,31,-59,68,-62r0,-28r19,0r0,28v33,3,63,19,67,55r-40,0v0,-18,-9,-32,-27,-36r0,91v38,13,73,24,73,72v0,46,-33,60,-73,63r0,31xm94,-138r0,-84v-38,10,-35,73,0,84xm113,-107r0,92v46,-10,40,-79,0,-92","w":207},"%":{"d":"240,4v-45,0,-57,-43,-57,-80v0,-37,12,-81,57,-81v45,0,57,44,57,81v0,37,-12,80,-57,80xm126,0r-25,0r80,-228r25,0xm67,-72v-45,0,-57,-43,-57,-80v0,-37,12,-80,57,-80v45,0,57,43,57,80v0,37,-12,80,-57,80xm240,-10v29,0,29,-46,29,-66v0,-20,0,-67,-29,-67v-28,0,-29,48,-29,67v0,19,1,66,29,66xm67,-85v29,0,29,-47,29,-67v0,-20,0,-67,-29,-67v-29,0,-29,48,-29,67v0,19,0,67,29,67","w":307},"&":{"d":"244,-20r0,21v-41,7,-80,3,-80,-45r0,-72v-52,1,-103,-11,-103,49v0,45,39,64,77,45r0,21v-57,13,-120,2,-119,-63v0,-35,14,-55,49,-62v-30,-7,-46,-22,-46,-54v0,-59,62,-70,114,-55r0,23v-30,-19,-72,-10,-72,32v0,55,51,44,100,45r0,-72r37,-23r0,95r45,0r0,19r-45,0v4,44,-20,114,43,96","w":246},"\u2019":{"d":"48,-167r-29,0r3,-81r42,0","w":79,"k":{"s":7,"a":13,"e":13,".":53,"\u2026":53,"c":13,"A":14,"\u00c4":14}},"(":{"d":"64,-107v0,57,-6,121,41,145r0,19v-98,-12,-81,-135,-77,-233v2,-50,22,-88,77,-95r0,19v-47,23,-41,87,-41,145","w":113},")":{"d":"9,-271v98,11,80,135,76,232v-2,50,-21,89,-76,96r0,-19v47,-24,40,-89,40,-145v0,-59,6,-122,-40,-145r0,-19","w":113},"*":{"d":"94,-159r-20,11v-6,-9,-14,-23,-17,-34v-3,11,-12,24,-18,34r-19,-11v6,-11,13,-24,21,-33v-10,4,-24,3,-38,3r0,-22v14,0,28,-1,38,3v-8,-8,-16,-23,-21,-33r19,-11v6,8,16,25,18,35v2,-14,11,-25,17,-35r20,11v-6,11,-14,24,-22,33v11,-4,25,-3,39,-3r0,22v-14,0,-28,1,-39,-3v8,9,16,22,22,33","w":113},"+":{"d":"121,0r-29,0r0,-75r-70,0r0,-29r70,0r0,-67r29,0r0,67r70,0r0,29r-70,0r0,75","w":213},",":{"d":"49,38r-28,0r3,-82r42,0","w":79,"k":{"\u2019":53,"\u201d":53,"\u2018":53}},"-":{"d":"142,-75r-124,0r0,-33r124,0r0,33","w":160},".":{"d":"62,0r-44,0r0,-44r44,0r0,44","w":79,"k":{"\u2019":53,"\u201d":53,"\u2018":53}},"\/":{"d":"35,49r-33,0r76,-323r33,0","w":113},"0":{"d":"97,4v-68,0,-84,-62,-84,-118v0,-56,16,-118,84,-118v67,0,83,63,83,118v0,55,-16,118,-83,118xm97,-17v42,0,42,-68,42,-97v0,-29,0,-98,-42,-98v-42,0,-43,69,-43,98v0,29,1,97,43,97","k":{"7":20,"2":7,"1":7}},"1":{"d":"124,0r-38,0r0,-200r-42,26r0,-27r49,-31r31,0r0,232","k":{"1":27,"0":7}},"2":{"d":"166,0r-147,0r0,-27v36,-30,104,-103,104,-151v0,-20,-11,-34,-32,-34v-21,0,-29,19,-30,37r-42,0v4,-78,146,-77,146,5v0,58,-64,108,-104,143r105,0r0,27","k":{"1":7}},"3":{"d":"161,-172v0,29,-14,43,-39,52v30,6,44,27,44,57v0,49,-30,67,-76,67v-36,0,-72,-13,-75,-54r42,0v0,22,10,33,33,33v26,0,35,-20,35,-43v1,-33,-10,-51,-47,-49r0,-22v30,2,43,-15,42,-41v0,-21,-7,-40,-31,-40v-20,0,-27,14,-27,32r-42,0v1,-37,39,-52,71,-52v39,0,70,17,70,60","k":{"1":7}},"4":{"d":"147,0r-34,0r0,-60r-100,0r0,-27r94,-141r40,0r0,141r39,0r0,27r-39,0r0,60xm113,-87r-1,-101r-64,101r65,0","k":{"1":7}},"5":{"d":"23,-50r43,0v0,21,12,33,33,33v55,1,52,-100,2,-102v-12,0,-28,7,-31,20r-36,0r6,-129r121,0r0,24r-85,0r-5,75v48,-30,108,5,108,62v0,88,-146,98,-156,17","k":{"1":7}},"6":{"d":"174,-179r-42,0v0,-17,-7,-33,-26,-33v-39,-1,-43,70,-40,96v35,-45,113,-18,113,47v0,48,-29,73,-76,73v-73,0,-79,-62,-79,-120v0,-60,11,-116,83,-116v36,0,62,17,67,53xm104,-17v50,0,46,-99,-2,-101v-25,0,-37,21,-37,44v0,26,7,57,39,57","k":{"1":7}},"7":{"d":"87,0r-41,0r80,-204r-102,0r0,-24r143,0r0,24","k":{"1":27,"0":20}},"8":{"d":"169,-173v1,29,-15,45,-40,55v30,7,44,25,44,56v0,47,-32,66,-76,66v-44,0,-76,-18,-76,-66v0,-30,15,-49,42,-57v-28,-8,-39,-25,-39,-54v0,-42,36,-59,73,-59v39,0,72,16,72,59xm97,-129v43,-1,43,-83,0,-83v-23,0,-31,18,-31,39v0,22,5,44,31,44xm97,-17v27,0,35,-22,35,-45v0,-23,-8,-47,-35,-47v-48,1,-48,92,0,92","k":{"1":7}},"9":{"d":"94,-17v36,1,40,-72,37,-96v-35,45,-113,19,-113,-46v0,-49,29,-73,76,-73v74,0,79,62,79,120v0,59,-11,116,-83,116v-36,0,-62,-17,-67,-53r42,0v0,19,9,32,29,32xm95,-110v25,0,37,-21,37,-44v0,-26,-7,-58,-39,-58v-50,0,-45,102,2,102","k":{"1":7}},":":{"d":"82,-128r-44,0r0,-43r44,0r0,43xm82,0r-44,0r0,-44r44,0r0,44","w":100},";":{"d":"83,-128r-44,0r0,-43r44,0r0,43xm65,38r-29,0r4,-81r41,0","w":100},"<":{"d":"194,0r-175,-78r0,-19r175,-78r0,28r-139,60r139,59r0,28","w":213},"=":{"d":"191,-104r-169,0r0,-29r169,0r0,29xm191,-46r-169,0r0,-29r169,0r0,29","w":213},">":{"d":"194,-78r-175,78r0,-28r140,-59r-140,-60r0,-28r175,78r0,19","w":213},"?":{"d":"143,-196v1,55,-77,63,-71,125r-29,0v-11,-69,54,-76,61,-128v-5,-43,-63,-31,-87,-11r0,-36v52,-12,123,-11,126,50xm80,0r-44,0r0,-44r44,0r0,44","w":160},"@":{"d":"202,-8v-21,0,-32,-9,-36,-18v-10,12,-25,20,-41,20v-34,0,-46,-31,-46,-59v0,-41,19,-102,70,-102v18,0,27,4,35,16r3,-13r25,0r-22,117v0,8,4,13,13,13v16,0,46,-24,46,-72v0,-48,-38,-87,-96,-87v-58,0,-108,46,-108,112v0,66,43,102,101,102v60,0,88,-25,88,-25r11,21v0,0,-31,31,-101,31v-71,0,-127,-47,-127,-130v0,-83,67,-137,136,-137v69,0,122,47,122,113v0,66,-44,98,-73,98xm129,-31v31,0,44,-45,44,-71v0,-16,-5,-40,-24,-40v-31,0,-42,54,-42,78v0,15,5,33,22,33","w":291,"k":{"J":-9}},"A":{"d":"210,0r-41,0r-22,-74r-86,0r-23,74r-35,0r83,-248r41,0xm139,-98r-35,-115r-36,115r71,0","w":213},"B":{"d":"184,-68v0,81,-82,66,-156,68r0,-248v67,2,144,-14,144,59v0,28,-16,49,-43,57v35,6,55,28,55,64xm67,-143v38,2,65,-3,65,-43v0,-40,-28,-40,-65,-39r0,82xm67,-24v43,1,77,1,77,-47v-1,-44,-35,-50,-77,-48r0,95","w":200,"k":{"\u2026":7,"Y":7,"T":7,".":7}},"C":{"d":"187,-46r0,34v-20,12,-43,16,-66,16v-78,0,-104,-65,-104,-133v0,-64,24,-123,97,-123v45,0,83,22,83,71r-46,0v0,-26,-11,-50,-40,-50v-46,0,-52,62,-52,96v0,46,8,113,68,113v24,0,42,-10,60,-24","w":200},"D":{"d":"84,0r-56,0r0,-248r56,0v84,0,113,39,113,121v0,83,-26,127,-113,127xm157,-127v0,-50,-17,-112,-89,-98r0,201v75,6,89,-41,89,-103","w":213,"k":{"Y":7}},"E":{"d":"162,0r-134,0r0,-248r131,0r0,23r-91,0r0,84r86,0r0,24r-86,0r0,91r94,0r0,26","w":173,"k":{"s":7}},"F":{"d":"68,0r-40,0r0,-248r127,0r0,23r-87,0r0,84r82,0r0,24r-82,0r0,117","w":160,"k":{"\u2026":20,"\u201e":20,".":20,",":20}},"G":{"d":"159,-30r0,-88r-49,0r0,-24r89,0r0,122v-25,15,-48,24,-78,24v-80,0,-104,-65,-104,-134v0,-66,21,-122,96,-122v49,0,82,19,86,70r-46,0v0,-27,-10,-49,-40,-49v-51,0,-54,64,-54,101v0,46,6,112,67,112v12,0,24,-3,33,-12","w":220},"H":{"d":"198,0r-39,0r0,-117r-91,0r0,117r-39,0r0,-248r39,0r0,107r91,0r0,-107r39,0r0,248","w":226},"I":{"d":"70,0r-40,0r0,-248r40,0r0,248","w":100,"k":{"s":7}},"J":{"d":"0,0r0,-31v11,5,23,9,35,9v32,0,34,-23,34,-49r0,-177r40,0r0,177v6,66,-47,84,-109,71","w":133},"K":{"d":"200,0r-47,0r-85,-121r0,121r-39,0r0,-248r39,0r1,109r81,-109r40,0r-87,113","w":200,"k":{"a":7,"e":7,"o":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e9":7,"\u00e8":7,"\u00f6":7}},"L":{"d":"160,0r-131,0r0,-248r39,0r0,222r92,0r0,26","w":160,"k":{"V":7,"\u2019":13,"\u201d":13,"T":7,"Y":13,"W":7}},"M":{"d":"271,0r-35,0r-1,-215r-73,215r-30,0r-73,-215r0,215r-30,0r0,-248r53,0r69,202r69,-202r51,0r0,248","w":300},"N":{"d":"205,0r-41,0r-102,-202r0,202r-33,0r0,-248r44,0r99,196r0,-196r33,0r0,248","w":233},"O":{"d":"113,4v-76,0,-96,-63,-96,-128v0,-65,20,-128,96,-128v76,0,98,63,98,128v0,65,-22,128,-98,128xm113,-18v51,0,55,-69,55,-106v0,-37,-4,-107,-55,-107v-51,0,-54,70,-54,107v0,37,3,106,54,106","w":226,"k":{"T":7,"Y":13,",":13,"\u201e":13,".":13,"\u2026":13}},"P":{"d":"68,0r-40,0r0,-248v72,1,148,-12,148,68v0,64,-51,72,-108,71r0,109xm68,-133v41,1,69,-2,68,-47v0,-44,-29,-46,-68,-45r0,92","w":180,"k":{"a":13,"e":13,"o":13,"\u00e1":13,"\u00e2":13,"\u00e4":13,"\u00e0":13,"\u00e5":13,"\u00e9":13,"\u00e8":13,"\u00f6":13,",":20,"\u201e":20,".":20,"\u2026":20,"c":13}},"Q":{"d":"224,0r-111,0v-73,0,-98,-60,-98,-124v0,-65,22,-128,98,-128v76,0,97,63,97,128v0,39,-7,80,-40,104v17,0,38,-7,54,-15r0,35xm113,-22v48,0,54,-66,54,-102v0,-37,-3,-107,-54,-107v-51,0,-55,70,-55,107v0,37,4,102,55,102","w":226,"k":{"Y":7}},"R":{"d":"188,0r-40,0v-14,-49,-6,-122,-80,-111r0,111r-39,0r0,-248v71,1,151,-13,151,65v0,33,-23,52,-54,58v58,10,46,76,62,125xm68,-134v40,2,71,-6,72,-47v0,-43,-33,-45,-72,-44r0,91","w":200},"S":{"d":"18,-5r0,-39v20,12,45,22,69,22v24,0,44,-9,44,-36v0,-57,-117,-54,-117,-131v0,-69,79,-69,139,-57r0,34v-31,-18,-99,-33,-99,15v0,52,117,50,117,128v0,78,-88,83,-153,64","w":180},"T":{"d":"100,0r-40,0r0,-225r-60,0r0,-23r160,0r0,23r-60,0r0,225","w":160,"k":{"y":7,"w":7,"G":7,"C":7,"-":7,"s":13,"a":7,"e":7,"o":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e9":7,"\u00e8":7,"\u00f6":7,",":20,"\u201e":20,".":20,"\u2026":20,"c":7,":":7,";":7,"A":7,"\u00c4":7,"O":7,"\u00d6":7,"r":7,"u":7,"\u00fc":7}},"U":{"d":"155,-88r0,-160r39,0v-10,105,41,252,-84,252v-125,0,-73,-147,-84,-252r40,0r0,160v0,34,0,70,44,70v44,0,45,-36,45,-70","w":220,"k":{"s":7}},"V":{"d":"117,0r-41,0r-82,-248r41,0r65,200r65,-200r35,0","k":{"\u00f6":7,"\u00e8":7,"\u00e9":7,"\u00e5":7,"\u00e0":7,"\u00e4":7,"\u00e2":7,"\u00e1":7,"\u2026":7,"\u201e":7,"o":7,"e":7,"a":7,".":7,",":7}},"W":{"d":"257,0r-40,0r-60,-193r-60,193r-40,0r-47,-248r37,0r37,195r61,-195r30,0r62,195r36,-195r31,0","w":313,"k":{"a":7,"e":7,"o":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e9":7,"\u00e8":7,"\u00f6":7,",":7,"\u201e":7,".":7,"\u2026":7}},"X":{"d":"194,0r-46,0r-55,-96r-55,96r-38,0r75,-127r-70,-121r45,0r49,85r48,-85r38,0r-68,115"},"Y":{"d":"112,0r-40,0r0,-116r-76,-132r44,0r56,97r58,-97r37,0r-79,132r0,116","w":186,"k":{"v":13,"q":13,"p":13,"-":13,"a":13,"e":13,"o":13,"\u00e1":13,"\u00e2":13,"\u00e4":13,"\u00e0":13,"\u00e5":13,"\u00e9":13,"\u00e8":13,"\u00f6":13,",":20,"\u201e":20,".":20,"\u2026":20,":":13,";":13,"A":13,"\u00c4":13,"O":13,"\u00d6":13,"u":13,"\u00fc":13}},"Z":{"d":"166,0r-159,0r0,-26r109,-199r-103,0r0,-23r148,0r0,23r-109,199r114,0r0,26","w":173},"[":{"d":"114,51r-78,0r0,-323r78,0r0,24r-42,0r0,276r42,0r0,23","w":120},"\\":{"d":"111,49r-33,0r-76,-323r33,0","w":113},"]":{"d":"84,51r-78,0r0,-23r42,0r0,-276r-42,0r0,-24r78,0r0,323","w":120},"^":{"d":"172,-114r-32,0r-33,-85r-34,85r-32,0r49,-118r33,0","w":213},"_":{"d":"180,41r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"58,-167r-42,0r17,-81r29,0","w":79,"k":{"a":13,"e":13,".":53,"\u2026":53,"c":13,"A":14,"\u00c4":14}},"a":{"d":"148,0r-37,0r0,-24v-19,40,-96,37,-96,-15v0,-48,60,-54,96,-56v-1,-26,5,-65,-24,-65v-23,0,-27,18,-28,37r-38,0v3,-40,28,-52,66,-52v90,0,53,101,61,175xm76,-19v31,0,38,-29,35,-61v-22,1,-56,7,-56,36v0,13,7,25,21,25","w":173},"b":{"d":"23,-85r0,-163r36,0r1,100v12,-18,25,-27,48,-27v51,0,64,47,64,90v0,51,-21,89,-76,89v-61,0,-73,-36,-73,-89xm96,-11v33,0,37,-50,37,-74v0,-24,-5,-69,-37,-69v-32,0,-35,46,-35,69v0,25,-1,74,35,74","w":186,"k":{",":13,"\u201e":13,".":7,"\u2026":7}},"c":{"d":"146,-22r0,17v-70,28,-132,-12,-132,-88v0,-48,21,-82,73,-82v40,0,61,18,61,59r-38,0v0,-18,-1,-44,-25,-44v-26,0,-31,36,-31,55v0,50,34,112,92,83","w":153},"d":{"d":"161,0r-37,0v-1,-9,2,-21,-1,-28v-8,19,-22,32,-44,32v-53,0,-65,-46,-65,-90v0,-42,14,-89,65,-89v22,-1,33,11,45,27r0,-100r37,0r0,248xm89,-19v32,0,34,-44,34,-67v0,-24,-1,-68,-34,-68v-31,0,-35,46,-35,68v0,23,4,67,35,67","w":186},"e":{"d":"150,-22r0,16v-69,31,-136,-10,-136,-87v0,-49,20,-82,73,-82v46,0,66,26,66,70r-103,0v-4,53,40,111,100,83xm51,-122r66,0v0,-20,-8,-38,-31,-38v-22,0,-34,18,-35,38","w":166},"f":{"d":"76,0r-37,0r0,-153r-30,0r0,-18r30,0v-10,-70,37,-92,102,-77r0,24v-11,-5,-20,-7,-32,-7v-37,0,-33,33,-33,60r48,0r0,18r-48,0r0,153","w":127,"k":{"s":7}},"g":{"d":"27,74r0,-35v17,10,34,20,55,20v48,1,44,-50,41,-83v-10,17,-24,24,-44,24v-50,0,-65,-45,-65,-87v0,-44,13,-88,65,-88v23,-1,35,15,45,32r0,-28r37,0v-8,105,38,252,-85,252v-17,0,-33,-3,-49,-7xm89,-21v33,0,34,-41,34,-65v0,-23,-2,-66,-34,-66v-31,0,-35,42,-35,65v0,23,4,66,35,66","w":186,"k":{"s":7}},"h":{"d":"167,0r-36,0r0,-107v0,-15,-1,-41,-22,-41v-57,0,-45,87,-46,148r-36,0r0,-248r36,0r1,117v12,-25,30,-44,60,-44v70,0,35,110,43,175","k":{"s":7}},"i":{"d":"66,-212r-39,0r0,-36r39,0r0,36xm65,0r-37,0r0,-171r37,0r0,171","w":93,"k":{"s":7}},"j":{"d":"68,-212r-40,0r0,-36r40,0r0,36xm-20,80r0,-24v34,12,57,-14,50,-47r0,-180r36,0r0,180v1,55,-33,76,-86,71","w":93},"k":{"d":"172,0r-46,0r-63,-86r0,86r-37,0r0,-248r37,0r0,146r59,-69r41,0r-66,74","w":173,"k":{"s":7}},"l":{"d":"65,0r-37,0r0,-248r37,0r0,248","w":93,"k":{"s":7}},"m":{"d":"254,0r-37,0r0,-111v0,-15,0,-37,-20,-37v-31,0,-39,54,-39,77r0,71r-36,0r0,-107v0,-16,0,-41,-22,-41v-32,0,-37,54,-37,77r0,71r-36,0r0,-171r36,0v1,13,-2,29,1,40v6,-49,92,-63,94,-2v12,-21,24,-44,53,-42v72,5,34,109,43,175","w":280,"k":{"s":7}},"n":{"d":"167,0r-36,0r0,-107v0,-15,-1,-41,-22,-41v-57,0,-45,87,-46,148r-36,0r0,-171r36,0v1,13,-2,29,1,40v12,-25,30,-44,60,-44v70,0,35,110,43,175","k":{"s":7}},"o":{"d":"90,4v-56,0,-76,-39,-76,-90v0,-51,20,-89,76,-89v56,0,76,38,76,89v0,51,-20,90,-76,90xm90,-11v35,0,36,-51,36,-75v0,-24,-1,-74,-36,-74v-34,0,-36,50,-36,74v0,24,2,75,36,75","w":180},"p":{"d":"63,77r-36,0r0,-248r36,0v1,9,-2,21,1,28v8,-19,22,-32,44,-32v53,0,65,45,65,89v0,43,-14,90,-65,90v-22,1,-34,-12,-45,-28r0,101xm99,-17v31,0,34,-47,34,-69v0,-23,-3,-66,-34,-66v-32,0,-35,43,-35,66v0,24,2,69,35,69","w":186},"q":{"d":"161,77r-37,0r-1,-101v-10,19,-22,28,-44,28v-51,0,-65,-48,-65,-90v0,-44,12,-89,65,-89v23,-1,35,15,45,32r0,-28r37,0r0,248xm89,-17v33,0,34,-45,34,-69v0,-23,-2,-66,-34,-66v-31,0,-35,43,-35,66v0,23,4,69,35,69","w":186},"r":{"d":"63,0r-36,0r0,-171r36,0v1,14,-2,31,1,43v12,-25,25,-44,55,-47r0,37v-70,-5,-55,74,-56,138","w":126,"k":{"q":7,"g":7,"d":7,"s":7,"a":7,"e":7,"o":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e9":7,"\u00e8":7,"\u00f6":7,",":20,"\u201e":20,".":20,"\u2026":20,"c":7}},"s":{"d":"19,-4r0,-33v14,10,30,18,48,18v13,0,29,-6,29,-22v0,-30,-77,-36,-77,-85v0,-51,59,-57,101,-42r0,30v-13,-9,-27,-16,-44,-16v-11,0,-24,5,-24,18v0,31,78,33,78,88v0,57,-66,59,-111,44","w":145,"k":{"y":7,"p":7,"m":7,"i":7,"a":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,",":7,"\u201e":7,".":7,"\u2026":7,"r":7,"b":7,"h":7,"k":7,"l":7}},"t":{"d":"117,-19r0,20v-38,7,-80,4,-80,-41r0,-113r-27,0r0,-18r27,0r0,-41r37,-22r0,63r47,0r0,18r-47,0r0,99v-6,28,15,43,43,35","w":126,"k":{"s":7}},"u":{"d":"167,0r-37,0r0,-41v-12,25,-30,45,-60,45v-70,0,-35,-110,-43,-175r36,0r0,107v0,15,1,41,22,41v57,0,45,-87,46,-148r36,0r0,171","k":{"s":7}},"v":{"d":"98,0r-31,0r-66,-171r39,0r45,122r40,-122r34,0","w":160,"k":{"\u2026":20,"\u201e":20,"s":7,".":20,",":20}},"w":{"d":"192,0r-31,0r-38,-116r-32,116r-32,0r-44,-171r34,0r29,123r34,-123r27,0r36,123r27,-123r30,0","w":246,"k":{"s":7,",":20,"\u201e":20,".":20,"\u2026":20}},"x":{"d":"164,0r-41,0r-41,-63r-41,63r-37,0r60,-90r-52,-81r41,0r34,53r35,-53r36,0r-53,80","w":168},"y":{"d":"71,77r-29,0r25,-75r-66,-173r38,0r46,122r40,-122r34,0","w":160,"k":{"s":7,",":20,"\u201e":20,".":20,"\u2026":20}},"z":{"d":"133,0r-126,0r0,-24r85,-126r-79,0r0,-21r117,0r0,21r-85,126r88,0r0,24","w":140},"{":{"d":"40,-113v19,6,42,15,42,49v0,39,-10,92,28,95r0,20v-39,-2,-67,-25,-67,-61v0,-23,1,-38,1,-54v0,-32,-17,-36,-35,-39r0,-19v18,-3,35,-7,35,-39v0,-14,-1,-30,-1,-55v0,-38,28,-59,67,-61r0,20v-38,3,-28,57,-28,96v0,34,-22,42,-42,48","w":118},"|":{"d":"74,66r-29,0r0,-366r29,0r0,366","w":119},"}":{"d":"78,-113v-20,-6,-42,-14,-42,-48v1,-39,11,-92,-27,-96r0,-20v39,2,66,23,66,61v0,25,-1,41,-1,55v0,32,18,36,36,39r0,19v-18,3,-36,7,-36,39v0,16,1,31,1,54v0,36,-27,59,-66,61r0,-20v37,-4,28,-57,27,-95v0,-34,23,-43,42,-49","w":118},"~":{"d":"72,-116v37,0,77,47,100,0r18,21v-12,18,-26,31,-48,31v-25,0,-45,-23,-69,-23v-13,0,-24,12,-31,23r-19,-21v12,-17,26,-31,49,-31","w":213},"\u00a3":{"d":"169,0r-132,0r0,-108r-26,0r0,-19r26,0r0,-54v0,-45,25,-60,67,-60v37,0,66,15,73,54r-43,0v0,-20,-5,-35,-28,-35v-45,0,-30,55,-33,95r48,0r0,19r-48,0r0,82r96,0r0,26","w":173},"\u00a5":{"d":"112,0r-40,0r0,-59r-36,0r0,-19r36,0r0,-19r-36,0r0,-19r36,0r-76,-132r45,0r55,97r57,-97r38,0r-79,132r40,0r0,19r-40,0r0,19r40,0r0,19r-40,0r0,59","w":186},"\u00a7":{"d":"58,-210v15,43,101,31,103,85v0,18,-11,33,-25,43v11,10,18,21,18,36v0,58,-79,56,-128,42r0,-35v17,13,34,21,56,21v16,0,36,-5,36,-24v-15,-41,-106,-31,-106,-87v0,-20,11,-31,25,-43v-10,-9,-15,-20,-15,-34v0,-57,77,-50,123,-37r0,32v-15,-10,-36,-20,-55,-20v-13,0,-32,5,-32,21xm122,-91v36,-41,-40,-56,-70,-72v-38,38,39,58,70,72","w":173},"'":{"d":"57,-166r-27,0r-8,-82r42,0","w":86},"\u00ab":{"d":"127,-21r-29,0r-31,-70r31,-67r29,0r-22,67xm73,-21r-29,0r-31,-70r31,-67r29,0r-22,67","w":140},"\u2039":{"d":"73,-21r-29,0r-31,-70r31,-67r29,0r-22,67","w":86},"\u203a":{"d":"42,-21r-29,0r22,-70r-22,-67r29,0r31,67","w":86},"\u2013":{"d":"175,-75r-157,0r0,-33r157,0r0,33"},"\u2022":{"d":"162,-124v0,36,-29,65,-65,65v-36,0,-65,-29,-65,-65v0,-36,29,-65,65,-65v36,0,65,29,65,65"},"\u201e":{"d":"108,38r-29,0r4,-82r42,0xm48,38r-29,0r3,-82r42,0","w":140,"k":{"\u2019":53,"\u201d":53,"\u2018":53}},"\u201d":{"d":"108,-167r-29,0r4,-81r42,0xm48,-167r-29,0r3,-81r42,0","w":140,"k":{"s":7,"a":13,"e":13,".":53,"\u2026":53,"c":13,"A":14,"\u00c4":14}},"\u00bb":{"d":"97,-21r-30,0r22,-70r-22,-67r30,0r30,67xm42,-21r-29,0r22,-70r-22,-67r29,0r31,67","w":140},"\u2026":{"d":"237,0r-39,0r0,-38r39,0r0,38xm149,0r-38,0r0,-38r38,0r0,38xm62,0r-39,0r0,-38r39,0r0,38","w":260,"k":{"\u2019":53,"\u201d":53,"\u2018":53}},"`":{"d":"72,-201r-27,0r-28,-55r39,0","w":111},"\u00b4":{"d":"67,-201r-27,0r16,-55r38,0","w":111},"\u2014":{"d":"235,-75r-217,0r0,-33r217,0r0,33","w":253},"\u00df":{"d":"79,0r0,-18v7,3,14,5,22,5v33,0,37,-29,37,-55v0,-37,-7,-58,-47,-58r0,-16v29,0,34,-21,34,-46v0,-19,-6,-49,-30,-49v-33,0,-32,52,-32,74r0,163r-36,0r0,-163v0,-51,9,-89,69,-89v72,0,97,102,28,117v36,9,53,25,53,67v0,57,-43,83,-98,68"},"\u00b5":{"d":"183,-19r0,22v-29,2,-47,-6,-51,-29v-8,29,-51,42,-73,17v0,42,2,70,4,86r-36,0r0,-248r36,0r0,101v0,27,6,52,29,52v52,0,31,-97,35,-153r36,0r0,131v0,14,6,23,20,21","w":192},"\u00bd":{"d":"86,-74r-28,0r0,-135r-29,18r0,-20v18,-8,28,-24,57,-21r0,158xm121,0r-25,0r80,-228r24,0xm292,0r-103,0r0,-18v25,-21,72,-70,72,-103v0,-13,-8,-23,-22,-23v-14,0,-18,11,-19,24r-31,0v4,-53,104,-51,102,4v0,39,-43,74,-72,98r73,0r0,18","w":306},"\u00be":{"d":"124,0r-24,0r80,-228r24,0xm262,0r-25,0r0,-41r-69,0r0,-18r65,-97r29,0r0,97r27,0r0,18r-27,0r0,41xm237,-59r-1,-66r-42,66r43,0xm85,-115v1,-23,-7,-35,-32,-33v1,-6,-4,-18,6,-15v17,0,23,-12,23,-28v0,-14,-4,-27,-20,-27v-13,0,-18,10,-18,22r-31,0v4,-49,99,-50,99,5v0,18,-9,29,-27,35v50,14,33,84,-23,84v-26,0,-51,-8,-53,-36r32,0v0,15,6,23,21,23v17,0,23,-15,23,-30","w":306},"\u00b2":{"d":"116,-146r-104,0r0,-18v25,-21,72,-70,72,-103v0,-13,-7,-23,-21,-23v-14,0,-19,12,-20,25r-31,0v4,-53,103,-53,102,4v-1,39,-42,73,-71,97r73,0r0,18","w":133},"\u00ae":{"d":"175,-168v0,47,-38,85,-85,85v-46,0,-85,-39,-85,-85v0,-46,39,-84,85,-84v46,0,85,38,85,84xm162,-168v0,-40,-32,-72,-72,-72v-40,0,-72,32,-72,72v0,40,32,72,72,72v40,0,72,-32,72,-72xm125,-125r-18,0r-13,-36r-20,0r0,36r-16,0r0,-90v32,1,67,-6,66,29v0,13,-5,17,-15,22xm74,-176v14,-1,33,4,33,-11v0,-16,-18,-11,-33,-12r0,23","w":180},"\u00b3":{"d":"85,-187v1,-23,-7,-35,-32,-33v1,-6,-4,-18,6,-15v17,0,23,-12,23,-28v0,-14,-4,-27,-20,-27v-13,0,-18,10,-18,22r-31,0v4,-49,99,-50,99,5v0,18,-9,29,-27,35v50,14,33,84,-23,84v-26,0,-51,-8,-53,-36r32,0v0,15,6,23,21,23v17,0,23,-15,23,-30","w":133},"\u00a9":{"d":"175,-168v0,47,-38,85,-85,85v-46,0,-85,-39,-85,-85v0,-46,39,-84,85,-84v46,0,85,38,85,84xm162,-168v0,-40,-32,-72,-72,-72v-40,0,-72,32,-72,72v0,40,32,72,72,72v40,0,72,-32,72,-72xm119,-147r10,12v-28,30,-84,8,-84,-34v0,-42,56,-64,84,-34r-10,11v-19,-22,-58,-7,-58,23v0,30,39,45,58,22","w":180},"\u00c4":{"d":"210,0r-41,0r-22,-74r-86,0r-23,74r-35,0r83,-248r41,0xm139,-98r-35,-115r-36,115r71,0xm161,-282r-39,0r0,-37r39,0r0,37xm92,-282r-39,0r0,-37r39,0r0,37","w":213},"\u00d6":{"d":"113,4v-76,0,-96,-63,-96,-128v0,-65,20,-128,96,-128v76,0,98,63,98,128v0,65,-22,128,-98,128xm113,-18v51,0,55,-69,55,-106v0,-37,-4,-107,-55,-107v-51,0,-54,70,-54,107v0,37,3,106,54,106xm168,-282r-39,0r0,-37r39,0r0,37xm98,-282r-39,0r0,-37r39,0r0,37","w":226,"k":{"T":7,"Y":13,",":13,"\u201e":13,".":13,"\u2026":13}},"\u00dc":{"d":"155,-88r0,-160r39,0v-10,105,41,252,-84,252v-125,0,-73,-147,-84,-252r40,0r0,160v0,34,0,70,44,70v44,0,45,-36,45,-70xm165,-282r-40,0r0,-37r40,0r0,37xm95,-282r-39,0r0,-37r39,0r0,37","w":220,"k":{"s":7}},"\u00e1":{"d":"148,0r-37,0r0,-24v-19,40,-96,37,-96,-15v0,-48,60,-54,96,-56v-1,-26,5,-65,-24,-65v-23,0,-27,18,-28,37r-38,0v3,-40,28,-52,66,-52v90,0,53,101,61,175xm76,-19v31,0,38,-29,35,-61v-22,1,-56,7,-56,36v0,13,7,25,21,25xm98,-201r-27,0r16,-55r38,0","w":173},"\u00e2":{"d":"148,0r-37,0r0,-24v-19,40,-96,37,-96,-15v0,-48,60,-54,96,-56v-1,-26,5,-65,-24,-65v-23,0,-27,18,-28,37r-38,0v3,-40,28,-52,66,-52v90,0,53,101,61,175xm76,-19v31,0,38,-29,35,-61v-22,1,-56,7,-56,36v0,13,7,25,21,25xm134,-201r-26,0r-25,-29r-24,29r-26,0r33,-51r34,0","w":173},"\u00e4":{"d":"148,0r-37,0r0,-24v-19,40,-96,37,-96,-15v0,-48,60,-54,96,-56v-1,-26,5,-65,-24,-65v-23,0,-27,18,-28,37r-38,0v3,-40,28,-52,66,-52v90,0,53,101,61,175xm76,-19v31,0,38,-29,35,-61v-22,1,-56,7,-56,36v0,13,7,25,21,25xm141,-205r-39,0r0,-37r39,0r0,37xm72,-205r-40,0r0,-37r40,0r0,37","w":173},"\u00e0":{"d":"148,0r-37,0r0,-24v-19,40,-96,37,-96,-15v0,-48,60,-54,96,-56v-1,-26,5,-65,-24,-65v-23,0,-27,18,-28,37r-38,0v3,-40,28,-52,66,-52v90,0,53,101,61,175xm76,-19v31,0,38,-29,35,-61v-22,1,-56,7,-56,36v0,13,7,25,21,25xm103,-201r-27,0r-28,-55r39,0","w":173},"\u00e5":{"d":"148,0r-37,0r0,-24v-19,40,-96,37,-96,-15v0,-48,60,-54,96,-56v-1,-26,5,-65,-24,-65v-23,0,-27,18,-28,37r-38,0v3,-40,28,-52,66,-52v90,0,53,101,61,175xm76,-19v31,0,38,-29,35,-61v-22,1,-56,7,-56,36v0,13,7,25,21,25xm121,-232v0,19,-15,34,-34,34v-19,0,-34,-15,-34,-34v0,-19,15,-34,34,-34v19,0,34,15,34,34xm102,-232v0,-9,-6,-16,-15,-16v-9,0,-16,7,-16,16v0,9,7,16,16,16v8,0,15,-8,15,-16","w":173},"\u00e9":{"d":"150,-22r0,16v-69,31,-136,-10,-136,-87v0,-49,20,-82,73,-82v46,0,66,26,66,70r-103,0v-4,53,40,111,100,83xm51,-122r66,0v0,-20,-8,-38,-31,-38v-22,0,-34,18,-35,38xm94,-201r-27,0r17,-55r38,0","w":166},"\u00e8":{"d":"150,-22r0,16v-69,31,-136,-10,-136,-87v0,-49,20,-82,73,-82v46,0,66,26,66,70r-103,0v-4,53,40,111,100,83xm51,-122r66,0v0,-20,-8,-38,-31,-38v-22,0,-34,18,-35,38xm99,-201r-26,0r-28,-55r39,0","w":166},"\u00f6":{"d":"90,4v-56,0,-76,-39,-76,-90v0,-51,20,-89,76,-89v56,0,76,38,76,89v0,51,-20,90,-76,90xm90,-11v35,0,36,-51,36,-75v0,-24,-1,-74,-36,-74v-34,0,-36,50,-36,74v0,24,2,75,36,75xm145,-205r-40,0r0,-37r40,0r0,37xm75,-205r-39,0r0,-37r39,0r0,37","w":180},"\u00fc":{"d":"167,0r-37,0r0,-41v-12,25,-30,45,-60,45v-70,0,-35,-110,-43,-175r36,0r0,107v0,15,1,41,22,41v57,0,45,-87,46,-148r36,0r0,171xm151,-205r-39,0r0,-37r39,0r0,37xm82,-205r-40,0r0,-37r40,0r0,37","k":{"s":7}},"\u20ac":{"d":"189,-44r0,32v-70,36,-138,10,-148,-79r-33,0r4,-18r27,0r0,-18r-24,0r3,-18r22,0v6,-62,36,-95,85,-95v46,0,73,26,73,68r-43,0v-1,-34,-9,-48,-30,-48v-26,0,-42,27,-45,75r69,0r-4,18r-66,0r1,18r62,0r-4,18v-18,1,-40,-2,-56,1v7,74,60,86,107,46","w":206},"\u03a9":{"d":"119,-252v120,0,130,175,51,227r49,0r0,25r-80,0r0,-27v50,-26,64,-204,-20,-204v-83,0,-70,175,-20,204r0,27r-81,0r0,-25r50,0v-79,-47,-67,-227,51,-227","w":237},"\u00a0":{"w":100}}});

/*inc/js/accordion/jquery.simpleAccordion.0.1.5.js*/
/*
 * jQuery simpleAccordion plugin
 * @author Jonas Weidler (jquery@jonas-weidler.de)
 * @version 0.1.5
 * @date December 2, 2010
 * @category jQuery plugin
 * @requires jQuery 1.4.2
 * @copyright (c) 2010 Jonas Weidler
 * @license CC Attribution-Share Alike 3.0 - http://creativecommons.org/licenses/by-sa/3.0/
 */

(function($){
	$.fn.extend({ 
		simpleAccordion: function(options) {
			var defaults = 
			{
				slideSpeed: 500,
				classOpened: 'active',
				classContents: 'acc-contents',
				event: 'click',
				callbackOpen: function(){},
				callbackClose: function(){}
			};
			var options = $.extend(defaults, options);
			
			return this.each(function() {
								
				var opt = options;
				var obj = $(this);
				var sel = this.selector;
				
				var accordionElements = obj.children();
				var objContents = accordionElements.find("> ."+opt.classContents);
				// filter elements that don't contain any further contents (like in a menu)
				var objTrigger = accordionElements.find(":first:not(:only-child)");
				
				// notes to myself: once I used an accordion nested in another one there occured problems with setting the width of the nested ones because there were already hidden and had a width of 0 due to that. that's why I'm using this:
				$("."+opt.classContents, sel).show();
				// setting a width prevents bumpy ending of slide transition
				// this is the only part that actually requires jQ 1.4 :-(
				var width = objContents.width();
				objContents.css("width", width);
				$("."+opt.classContents, sel).hide();
				
				objContents.hide();
				objTrigger.css({
					cursor: "pointer"
				});
				
				objTrigger.bind(opt.event, function(event){
					event.preventDefault();
					var trigger = $(this);
					var contents = trigger.next();
					if (contents.is(":visible")) {
						trigger.removeClass(opt.classOpened);
						contents.slideUp(opt.slideSpeed, function(){
							opt.callbackClose();
						}).removeClass(opt.classOpened);
					}
					else {
						trigger.toggleClass(opt.classOpened);
						accordionElements.find("> ."+opt.classContents+":visible").slideUp(opt.slideSpeed).removeClass(opt.classOpened).prev().removeClass(opt.classOpened);
						contents.slideToggle(opt.slideSpeed, function(){
							opt.callbackOpen();
						}).toggleClass(opt.classOpened);
					}
				});
			});
		}
	});
})(jQuery);
/*inc/js/fancybox/jquery.fancybox-1.3.1.js*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

(function($) {

	var tmp, loading, overlay, wrap, outer, inner, close, nav_left, nav_right,

		selectedIndex = 0, selectedOpts = {}, selectedArray = [], currentIndex = 0, currentOpts = {}, currentArray = [],

		ajaxLoader = null, imgPreloader = new Image(), imgRegExp = /\.(jpg|gif|png|bmp|jpeg)(.*)?$/i, swfRegExp = /[^\.]\.(swf)\s*$/i,

		loadingTimer, loadingFrame = 1,

		start_pos, final_pos, busy = false, shadow = 20, fx = $.extend($('<div/>')[0], { prop: 0 }), titleh = 0, 

		isIE6 = !$.support.opacity && !window.XMLHttpRequest,

		/*
		 * Private methods 
		 */

		fancybox_abort = function() {
			loading.hide();

			imgPreloader.onerror = imgPreloader.onload = null;

			if (ajaxLoader) {
				ajaxLoader.abort();
			}

			tmp.empty();
		},

		fancybox_error = function() {
			$.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>', {
				'scrolling'		: 'no',
				'padding'		: 20,
				'transitionIn'	: 'none',
				'transitionOut'	: 'none'
			});
		},

		fancybox_get_viewport = function() {
			return [ $(window).width(), $(window).height(), $(document).scrollLeft(), $(document).scrollTop() ];
		},

		fancybox_get_zoom_to = function () {
			var view	= fancybox_get_viewport(),
				to		= {},

				margin = currentOpts.margin,
				resize = currentOpts.autoScale,

				horizontal_space	= (shadow + margin) * 2,
				vertical_space		= (shadow + margin) * 2,
				double_padding		= (currentOpts.padding * 2),
				
				ratio;

			if (currentOpts.width.toString().indexOf('%') > -1) {
				to.width = ((view[0] * parseFloat(currentOpts.width)) / 100) - (shadow * 2) ;
				resize = false;

			} else {
				to.width = currentOpts.width + double_padding;
			}

			if (currentOpts.height.toString().indexOf('%') > -1) {
				to.height = ((view[1] * parseFloat(currentOpts.height)) / 100) - (shadow * 2);
				resize = false;

			} else {
				to.height = currentOpts.height + double_padding;
			}

			if (resize && (to.width > (view[0] - horizontal_space) || to.height > (view[1] - vertical_space))) {
				if (selectedOpts.type == 'image' || selectedOpts.type == 'swf') {
					horizontal_space	+= double_padding;
					vertical_space		+= double_padding;

					ratio = Math.min(Math.min( view[0] - horizontal_space, currentOpts.width) / currentOpts.width, Math.min( view[1] - vertical_space, currentOpts.height) / currentOpts.height);

					to.width	= Math.round(ratio * (to.width	- double_padding)) + double_padding;
					to.height	= Math.round(ratio * (to.height	- double_padding)) + double_padding;

				} else {
					to.width	= Math.min(to.width,	(view[0] - horizontal_space));
					to.height	= Math.min(to.height,	(view[1] - vertical_space));
				}
			}

			to.top	= view[3] + ((view[1] - (to.height	+ (shadow * 2 ))) * 0.5);
			to.left	= view[2] + ((view[0] - (to.width	+ (shadow * 2 ))) * 0.5);

			if (currentOpts.autoScale === false) {
				to.top	= Math.max(view[3] + margin, to.top);
				to.left	= Math.max(view[2] + margin, to.left);
			}

			return to;
		},

		fancybox_format_title = function(title) {
			if (title && title.length) {
				switch (currentOpts.titlePosition) {
					case 'inside':
						return title;
					case 'over':
						return '<span id="fancybox-title-over">' + title + '</span>';
					default:
						return '<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">' + title + '</span><span id="fancybox-title-right"></span></span>';
				}
			}

			return false;
		},

		fancybox_process_title = function() {
			var title	= currentOpts.title,
				width	= final_pos.width - (currentOpts.padding * 2),
				titlec	= 'fancybox-title-' + currentOpts.titlePosition;
				
			$('#fancybox-title').remove();

			titleh = 0;

			if (currentOpts.titleShow === false) {
				return;
			}

			title = $.isFunction(currentOpts.titleFormat) ? currentOpts.titleFormat(title, currentArray, currentIndex, currentOpts) : fancybox_format_title(title);

			if (!title || title === '') {
				return;
			}

			$('<div id="fancybox-title" class="' + titlec + '" />').css({
				'width'			: width,
				'paddingLeft'	: currentOpts.padding,
				'paddingRight'	: currentOpts.padding
			}).html(title).appendTo('body');

			switch (currentOpts.titlePosition) {
				case 'inside':
					titleh = $("#fancybox-title").outerHeight(true) - currentOpts.padding;
					final_pos.height += titleh;
				break;

				case 'over':
					$('#fancybox-title').css('bottom', currentOpts.padding);
				break;

				default:
					$('#fancybox-title').css('bottom', $("#fancybox-title").outerHeight(true) * -1);
				break;
			}

			$('#fancybox-title').appendTo( outer ).hide();
		},

		fancybox_set_navigation = function() {
			$(document).unbind('keydown.fb').bind('keydown.fb', function(e) {
				if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
					e.preventDefault();
					$.fancybox.close();

				} else if (e.keyCode == 37) {
					e.preventDefault();
					$.fancybox.prev();

				} else if (e.keyCode == 39) {
					e.preventDefault();
					$.fancybox.next();
				}
			});

			if ($.fn.mousewheel) {
				wrap.unbind('mousewheel.fb');

				if (currentArray.length > 1) {
					wrap.bind('mousewheel.fb', function(e, delta) {
						e.preventDefault();

						if (busy || delta === 0) {
							return;
						}

						if (delta > 0) {
							$.fancybox.prev();
						} else {
							$.fancybox.next();
						}
					});
				}
			}

			if (!currentOpts.showNavArrows) { return; }

			if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex !== 0) {
				nav_left.show();
			}

			if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex != (currentArray.length -1)) {
				nav_right.show();
			}
		},

		fancybox_preload_images = function() {
			var href, 
				objNext;
				
			if ((currentArray.length -1) > currentIndex) {
				href = currentArray[ currentIndex + 1 ].href;

				if (typeof href !== 'undefined' && href.match(imgRegExp)) {
					objNext = new Image();
					objNext.src = href;
				}
			}

			if (currentIndex > 0) {
				href = currentArray[ currentIndex - 1 ].href;

				if (typeof href !== 'undefined' && href.match(imgRegExp)) {
					objNext = new Image();
					objNext.src = href;
				}
			}
		},

		_finish = function () {
			inner.css('overflow', (currentOpts.scrolling == 'auto' ? (currentOpts.type == 'image' || currentOpts.type == 'iframe' || currentOpts.type == 'swf' ? 'hidden' : 'auto') : (currentOpts.scrolling == 'yes' ? 'auto' : 'visible')));

			if (!$.support.opacity) {
				inner.get(0).style.removeAttribute('filter');
				wrap.get(0).style.removeAttribute('filter');
			}

			$('#fancybox-title').show();

			if (currentOpts.hideOnContentClick)	{
				inner.one('click', $.fancybox.close);
			}
			if (currentOpts.hideOnOverlayClick)	{
				overlay.one('click', $.fancybox.close);
			}

			if (currentOpts.showCloseButton) {
				close.show();
			}

			fancybox_set_navigation();

			$(window).bind("resize.fb", $.fancybox.center);

			if (currentOpts.centerOnScroll) {
				$(window).bind("scroll.fb", $.fancybox.center);
			} else {
				$(window).unbind("scroll.fb");
			}

			if ($.isFunction(currentOpts.onComplete)) {
				currentOpts.onComplete(currentArray, currentIndex, currentOpts);
			}

			busy = false;

			fancybox_preload_images();
		},

		fancybox_draw = function(pos) {
			var width	= Math.round(start_pos.width	+ (final_pos.width	- start_pos.width)	* pos),
				height	= Math.round(start_pos.height	+ (final_pos.height	- start_pos.height)	* pos),

				top		= Math.round(start_pos.top	+ (final_pos.top	- start_pos.top)	* pos),
				left	= Math.round(start_pos.left	+ (final_pos.left	- start_pos.left)	* pos);

			wrap.css({
				'width'		: width		+ 'px',
				'height'	: height	+ 'px',
				'top'		: top		+ 'px',
				'left'		: left		+ 'px'
			});

			width	= Math.max(width - currentOpts.padding * 2, 0);
			height	= Math.max(height - (currentOpts.padding * 2 + (titleh * pos)), 0);

			inner.css({
				'width'		: width		+ 'px',
				'height'	: height	+ 'px'
			});

			if (typeof final_pos.opacity !== 'undefined') {
				wrap.css('opacity', (pos < 0.5 ? 0.5 : pos));
			}
		},

		fancybox_get_obj_pos = function(obj) {
			var pos		= obj.offset();

			pos.top		+= parseFloat( obj.css('paddingTop') )	|| 0;
			pos.left	+= parseFloat( obj.css('paddingLeft') )	|| 0;

			pos.top		+= parseFloat( obj.css('border-top-width') )	|| 0;
			pos.left	+= parseFloat( obj.css('border-left-width') )	|| 0;

			pos.width	= obj.width();
			pos.height	= obj.height();

			return pos;
		},

		fancybox_get_zoom_from = function() {
			var orig = selectedOpts.orig ? $(selectedOpts.orig) : false,
				from = {},
				pos,
				view;

			if (orig && orig.length) {
				pos = fancybox_get_obj_pos(orig);

				from = {
					width	: (pos.width	+ (currentOpts.padding * 2)),
					height	: (pos.height	+ (currentOpts.padding * 2)),
					top		: (pos.top		- currentOpts.padding - shadow),
					left	: (pos.left		- currentOpts.padding - shadow)
				};
				
			} else {
				view = fancybox_get_viewport();

				from = {
					width	: 1,
					height	: 1,
					top		: view[3] + view[1] * 0.5,
					left	: view[2] + view[0] * 0.5
				};
			}

			return from;
		},

		fancybox_show = function() {
			loading.hide();

			if (wrap.is(":visible") && $.isFunction(currentOpts.onCleanup)) {
				if (currentOpts.onCleanup(currentArray, currentIndex, currentOpts) === false) {
					$.event.trigger('fancybox-cancel');

					busy = false;
					return;
				}
			}

			currentArray	= selectedArray;
			currentIndex	= selectedIndex;
			currentOpts		= selectedOpts;

			inner.get(0).scrollTop	= 0;
			inner.get(0).scrollLeft	= 0;

			if (currentOpts.overlayShow) {
				if (isIE6) {
					$('select:not(#fancybox-tmp select)').filter(function() {
						return this.style.visibility !== 'hidden';
					}).css({'visibility':'hidden'}).one('fancybox-cleanup', function() {
						this.style.visibility = 'inherit';
					});
				}

				overlay.css({
					'background-color'	: currentOpts.overlayColor,
					'opacity'			: currentOpts.overlayOpacity
				}).unbind().show();
			}

			final_pos = fancybox_get_zoom_to();

			fancybox_process_title();

			if (wrap.is(":visible")) {
				$( close.add( nav_left ).add( nav_right ) ).hide();

				var pos = wrap.position(),
					equal;

				start_pos = {
					top		:	pos.top ,
					left	:	pos.left,
					width	:	wrap.width(),
					height	:	wrap.height()
				};

				equal = (start_pos.width == final_pos.width && start_pos.height == final_pos.height);

				inner.fadeOut(currentOpts.changeFade, function() {
					var finish_resizing = function() {
						inner.html( tmp.contents() ).fadeIn(currentOpts.changeFade, _finish);
					};
					
					$.event.trigger('fancybox-change');

					inner.empty().css('overflow', 'hidden');

					if (equal) {
						inner.css({
							top			: currentOpts.padding,
							left		: currentOpts.padding,
							width		: Math.max(final_pos.width	- (currentOpts.padding * 2), 1),
							height		: Math.max(final_pos.height	- (currentOpts.padding * 2) - titleh, 1)
						});
						
						finish_resizing();

					} else {
						inner.css({
							top			: currentOpts.padding,
							left		: currentOpts.padding,
							width		: Math.max(start_pos.width	- (currentOpts.padding * 2), 1),
							height		: Math.max(start_pos.height	- (currentOpts.padding * 2), 1)
						});
						
						fx.prop = 0;

						$(fx).animate({ prop: 1 }, {
							 duration	: currentOpts.changeSpeed,
							 easing		: currentOpts.easingChange,
							 step		: fancybox_draw,
							 complete	: finish_resizing
						});
					}
				});

				return;
			}

			wrap.css('opacity', 1);

			if (currentOpts.transitionIn == 'elastic') {
				start_pos = fancybox_get_zoom_from();

				inner.css({
						top			: currentOpts.padding,
						left		: currentOpts.padding,
						width		: Math.max(start_pos.width	- (currentOpts.padding * 2), 1),
						height		: Math.max(start_pos.height	- (currentOpts.padding * 2), 1)
					})
					.html( tmp.contents() );

				wrap.css(start_pos).show();

				if (currentOpts.opacity) {
					final_pos.opacity = 0;
				}

				fx.prop = 0;

				$(fx).animate({ prop: 1 }, {
					 duration	: currentOpts.speedIn,
					 easing		: currentOpts.easingIn,
					 step		: fancybox_draw,
					 complete	: _finish
				});

			} else {
				inner.css({
						top			: currentOpts.padding,
						left		: currentOpts.padding,
						width		: Math.max(final_pos.width	- (currentOpts.padding * 2), 1),
						height		: Math.max(final_pos.height	- (currentOpts.padding * 2) - titleh, 1)
					})
					.html( tmp.contents() );

				wrap.css( final_pos ).fadeIn( currentOpts.transitionIn == 'none' ? 0 : currentOpts.speedIn, _finish );
			}
		},

		fancybox_process_inline = function() {
			tmp.width(	selectedOpts.width );
			tmp.height(	selectedOpts.height );

			if (selectedOpts.width	== 'auto') {
				selectedOpts.width = tmp.width();
			}
			if (selectedOpts.height	== 'auto') {
				selectedOpts.height	= tmp.height();
			}

			fancybox_show();
		},
		
		fancybox_process_image = function() {
			busy = true;

			selectedOpts.width	= imgPreloader.width;
			selectedOpts.height	= imgPreloader.height;

			$("<img />").attr({
				'id'	: 'fancybox-img',
				'src'	: imgPreloader.src,
				'alt'	: selectedOpts.title
			}).appendTo( tmp );

			fancybox_show();
		},

		fancybox_start = function() {
			fancybox_abort();

			var obj	= selectedArray[ selectedIndex ],
				href, 
				type, 
				title,
				str,
				emb,
				selector,
				data;

			selectedOpts = $.extend({}, $.fn.fancybox.defaults, (typeof $(obj).data('fancybox') == 'undefined' ? selectedOpts : $(obj).data('fancybox')));
			title = obj.title || $(obj).title || selectedOpts.title || '';
			
			if (obj.nodeName && !selectedOpts.orig) {
				selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj);
			}

			if (title === '' && selectedOpts.orig) {
				title = selectedOpts.orig.attr('alt');
			}

			if (obj.nodeName && (/^(?:javascript|#)/i).test(obj.href)) {
				href = selectedOpts.href || null;
			} else {
				href = selectedOpts.href || obj.href || null;
			}

			if (selectedOpts.type) {
				type = selectedOpts.type;

				if (!href) {
					href = selectedOpts.content;
				}
				
			} else if (selectedOpts.content) {
				type	= 'html';

			} else if (href) {
				if (href.match(imgRegExp)) {
					type = 'image';

				} else if (href.match(swfRegExp)) {
					type = 'swf';

				} else if ($(obj).hasClass("iframe")) {
					type = 'iframe';

				} else if (href.match(/#/)) {
					obj = href.substr(href.indexOf("#"));

					type = $(obj).length > 0 ? 'inline' : 'ajax';
				} else {
					type = 'ajax';
				}
			} else {
				type = 'inline';
			}

			selectedOpts.type	= type;
			selectedOpts.href	= href;
			selectedOpts.title	= title;

			if (selectedOpts.autoDimensions && selectedOpts.type !== 'iframe' && selectedOpts.type !== 'swf') {
				selectedOpts.width		= 'auto';
				selectedOpts.height		= 'auto';
			}

			if (selectedOpts.modal) {
				selectedOpts.overlayShow		= true;
				selectedOpts.hideOnOverlayClick	= false;
				selectedOpts.hideOnContentClick	= false;
				selectedOpts.enableEscapeButton	= false;
				selectedOpts.showCloseButton	= false;
			}

			if ($.isFunction(selectedOpts.onStart)) {
				if (selectedOpts.onStart(selectedArray, selectedIndex, selectedOpts) === false) {
					busy = false;
					return;
				}
			}

			tmp.css('padding', (shadow + selectedOpts.padding + selectedOpts.margin));

			$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change', function() {
				$(this).replaceWith(inner.children());
			});

			switch (type) {
				case 'html' :
					tmp.html( selectedOpts.content );
					fancybox_process_inline();
				break;

				case 'inline' :
					$('<div class="fancybox-inline-tmp" />').hide().insertBefore( $(obj) ).bind('fancybox-cleanup', function() {
						$(this).replaceWith(inner.children());
					}).bind('fancybox-cancel', function() {
						$(this).replaceWith(tmp.children());
					});

					$(obj).appendTo(tmp);

					fancybox_process_inline();
				break;

				case 'image':
					busy = false;

					$.fancybox.showActivity();

					imgPreloader = new Image();

					imgPreloader.onerror = function() {
						fancybox_error();
					};

					imgPreloader.onload = function() {
						imgPreloader.onerror = null;
						imgPreloader.onload = null;
						fancybox_process_image();
					};

					imgPreloader.src = href;
		
				break;

				case 'swf':
					str = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + selectedOpts.width + '" height="' + selectedOpts.height + '"><param name="movie" value="' + href + '"></param>';
					emb = '';
					
					$.each(selectedOpts.swf, function(name, val) {
						str += '<param name="' + name + '" value="' + val + '"></param>';
						emb += ' ' + name + '="' + val + '"';
					});

					str += '<embed src="' + href + '" type="application/x-shockwave-flash" width="' + selectedOpts.width + '" height="' + selectedOpts.height + '"' + emb + '></embed></object>';

					tmp.html(str);

					fancybox_process_inline();
				break;

				case 'ajax':
					selector	= href.split('#', 2);
					data		= selectedOpts.ajax.data || {};

					if (selector.length > 1) {
						href = selector[0];

						if (typeof data == "string") {
							data += '&selector=' + selector[1];
						} else {
							data.selector = selector[1];
						}
					}

					busy = false;
					$.fancybox.showActivity();

					ajaxLoader = $.ajax($.extend(selectedOpts.ajax, {
						url		: href,
						data	: data,
						error	: fancybox_error,
						success : function(data, textStatus, XMLHttpRequest) {
							if (ajaxLoader.status == 200) {
								tmp.html( data );
								fancybox_process_inline();
							}
						}
					}));

				break;

				case 'iframe' :
					$('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '" frameborder="0" hspace="0" scrolling="' + selectedOpts.scrolling + '" src="' + selectedOpts.href + '"></iframe>').appendTo(tmp);
					fancybox_show();
				break;
			}
		},

		fancybox_animate_loading = function() {
			if (!loading.is(':visible')){
				clearInterval(loadingTimer);
				return;
			}

			$('div', loading).css('top', (loadingFrame * -40) + 'px');

			loadingFrame = (loadingFrame + 1) % 12;
		},

		fancybox_init = function() {
			if ($("#fancybox-wrap").length) {
				return;
			}

			$('body').append(
				tmp			= $('<div id="fancybox-tmp"></div>'),
				loading		= $('<div id="fancybox-loading"><div></div></div>'),
				overlay		= $('<div id="fancybox-overlay"></div>'),
				wrap		= $('<div id="fancybox-wrap"></div>')
			);

			if (!$.support.opacity) {
				wrap.addClass('fancybox-ie');
				loading.addClass('fancybox-ie');
			}

			outer = $('<div id="fancybox-outer"></div>')
				.append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>')
				.appendTo( wrap );

			outer.append(
				inner		= $('<div id="fancybox-inner"></div>'),
				close		= $('<a id="fancybox-close"></a>'),

				nav_left	= $('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),
				nav_right	= $('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>')
			);

			close.click($.fancybox.close);
			loading.click($.fancybox.cancel);

			nav_left.click(function(e) {
				e.preventDefault();
				$.fancybox.prev();
			});

			nav_right.click(function(e) {
				e.preventDefault();
				$.fancybox.next();
			});

			if (isIE6) {
				overlay.get(0).style.setExpression('height',	"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");
				loading.get(0).style.setExpression('top',		"(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");

				outer.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>');
			}
		};

	/*
	 * Public methods 
	 */

	$.fn.fancybox = function(options) {
		$(this)
			.data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {})))
			.unbind('click.fb').bind('click.fb', function(e) {
				e.preventDefault();

				if (busy) {
					return;
				}

				busy = true;

				$(this).blur();

				selectedArray	= [];
				selectedIndex	= 0;

				var rel = $(this).attr('rel') || '';

				if (!rel || rel == '' || rel === 'nofollow') {
					selectedArray.push(this);

				} else {
					selectedArray	= $("a[rel=" + rel + "], area[rel=" + rel + "]");
					selectedIndex	= selectedArray.index( this );
				}

				fancybox_start();

				return false;
			});

		return this;
	};

	$.fancybox = function(obj) {
		if (busy) {
			return;
		}

		busy = true;

		var opts = typeof arguments[1] !== 'undefined' ? arguments[1] : {};

		selectedArray	= [];
		selectedIndex	= opts.index || 0;

		if ($.isArray(obj)) {
			for (var i = 0, j = obj.length; i < j; i++) {
				if (typeof obj[i] == 'object') {
					$(obj[i]).data('fancybox', $.extend({}, opts, obj[i]));
				} else {
					obj[i] = $({}).data('fancybox', $.extend({content : obj[i]}, opts));
				}
			}

			selectedArray = jQuery.merge(selectedArray, obj);

		} else {
			if (typeof obj == 'object') {
				$(obj).data('fancybox', $.extend({}, opts, obj));
			} else {
				obj = $({}).data('fancybox', $.extend({content : obj}, opts));
			}

			selectedArray.push(obj);
		}

		if (selectedIndex > selectedArray.length || selectedIndex < 0) {
			selectedIndex = 0;
		}

		fancybox_start();
	};

	$.fancybox.showActivity = function() {
		clearInterval(loadingTimer);

		loading.show();
		loadingTimer = setInterval(fancybox_animate_loading, 66);
	};

	$.fancybox.hideActivity = function() {
		loading.hide();
	};

	$.fancybox.next = function() {
		return $.fancybox.pos( currentIndex + 1);
	};
	
	$.fancybox.prev = function() {
		return $.fancybox.pos( currentIndex - 1);
	};

	$.fancybox.pos = function(pos) {
		if (busy) {
			return;
		}

		pos = parseInt(pos, 10);

		if (pos > -1 && currentArray.length > pos) {
			selectedIndex = pos;
			fancybox_start();
		}

		if (currentOpts.cyclic && currentArray.length > 1 && pos < 0) {
			selectedIndex = currentArray.length - 1;
			fancybox_start();
		}

		if (currentOpts.cyclic && currentArray.length > 1 && pos >= currentArray.length) {
			selectedIndex = 0;
			fancybox_start();
		}

		return;
	};

	$.fancybox.cancel = function() {
		if (busy) {
			return;
		}

		busy = true;

		$.event.trigger('fancybox-cancel');

		fancybox_abort();

		if (selectedOpts && $.isFunction(selectedOpts.onCancel)) {
			selectedOpts.onCancel(selectedArray, selectedIndex, selectedOpts);
		}

		busy = false;
	};

	// Note: within an iframe use - parent.$.fancybox.close();
	$.fancybox.close = function() {
		if (busy || wrap.is(':hidden')) {
			return;
		}

		busy = true;

		if (currentOpts && $.isFunction(currentOpts.onCleanup)) {
			if (currentOpts.onCleanup(currentArray, currentIndex, currentOpts) === false) {
				busy = false;
				return;
			}
		}

		fancybox_abort();

		$(close.add( nav_left ).add( nav_right )).hide();

		$('#fancybox-title').remove();

		wrap.add(inner).add(overlay).unbind();

		$(window).unbind("resize.fb scroll.fb");
		$(document).unbind('keydown.fb');

		function _cleanup() {
			overlay.fadeOut('fast');

			wrap.hide();

			$.event.trigger('fancybox-cleanup');

			inner.empty();

			if ($.isFunction(currentOpts.onClosed)) {
				currentOpts.onClosed(currentArray, currentIndex, currentOpts);
			}

			currentArray	= selectedOpts	= [];
			currentIndex	= selectedIndex	= 0;
			currentOpts		= selectedOpts	= {};

			busy = false;
		}

		inner.css('overflow', 'hidden');

		if (currentOpts.transitionOut == 'elastic') {
			start_pos = fancybox_get_zoom_from();

			var pos = wrap.position();

			final_pos = {
				top		:	pos.top ,
				left	:	pos.left,
				width	:	wrap.width(),
				height	:	wrap.height()
			};

			if (currentOpts.opacity) {
				final_pos.opacity = 1;
			}

			fx.prop = 1;

			$(fx).animate({ prop: 0 }, {
				 duration	: currentOpts.speedOut,
				 easing		: currentOpts.easingOut,
				 step		: fancybox_draw,
				 complete	: _cleanup
			});

		} else {
			wrap.fadeOut( currentOpts.transitionOut == 'none' ? 0 : currentOpts.speedOut, _cleanup);
		}
	};

	$.fancybox.resize = function() {
		var c, h;
		
		if (busy || wrap.is(':hidden')) {
			return;
		}

		busy = true;

		c = inner.wrapInner("<div style='overflow:auto'></div>").children();
		h = c.height();

		wrap.css({height:	h + (currentOpts.padding * 2) + titleh});
		inner.css({height:	h});

		c.replaceWith(c.children());

		$.fancybox.center();
	};

	$.fancybox.center = function() {
		busy = true;

		var view	= fancybox_get_viewport(),
			margin	= currentOpts.margin,
			to		= {};

		to.top	= view[3] + ((view[1] - ((wrap.height() - titleh) + (shadow * 2 ))) * 0.5);
		to.left	= view[2] + ((view[0] - (wrap.width() + (shadow * 2 ))) * 0.5);

		to.top	= Math.max(view[3] + margin, to.top);
		to.left	= Math.max(view[2] + margin, to.left);

		wrap.css(to);

		busy = false;
	};

	$.fn.fancybox.defaults = {
		padding				:	10,
		margin				:	20,
		opacity				:	false,
		modal				:	false,
		cyclic				:	false,
		scrolling			:	'auto',	// 'auto', 'yes' or 'no'

		width				:	560,
		height				:	340,

		autoScale			:	true,
		autoDimensions		:	true,
		centerOnScroll		:	false,

		ajax				:	{},
		swf					:	{ wmode: 'transparent' },

		hideOnOverlayClick	:	true,
		hideOnContentClick	:	false,

		overlayShow			:	true,
		overlayOpacity		:	0.3,
		overlayColor		:	'#666',

		titleShow			:	true,
		titlePosition		:	'outside',	// 'outside', 'inside' or 'over'
		titleFormat			:	null,

		transitionIn		:	'fade',	// 'elastic', 'fade' or 'none'
		transitionOut		:	'fade',	// 'elastic', 'fade' or 'none'

		speedIn				:	300,
		speedOut			:	300,

		changeSpeed			:	300,
		changeFade			:	'fast',

		easingIn			:	'swing',
		easingOut			:	'swing',

		showCloseButton		:	true,
		showNavArrows		:	true,
		enableEscapeButton	:	true,

		onStart				:	null,
		onCancel			:	null,
		onComplete			:	null,
		onCleanup			:	null,
		onClosed			:	null
	};

	$(document).ready(function() {
		fancybox_init();
	});

})(jQuery);
/*inc/js/slideshow/jquery.cycle-2.73.min.js*/
;(function($){var ver='2.73';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;if(this.cycleTimeout)
clearTimeout(this.cycleTimeout);this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log('terminating; too few slides: '+els.length);return;}
var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false)
return;var startTime=opts2.continuous?10:getTimeout(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10)
startTime=10;debug('first timeout: '+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev)},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined)
cont.cycleStop=0;if(options===undefined||options===null)
options={};if(options.constructor==String){switch(options){case'stop':cont.cycleStop++;if(cont.cycleTimeout)
clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;$(cont).removeData('cycle.opts');return false;case'pause':cont.cyclePause=1;return false;case'resume':cont.cyclePause=0;if(arg2===true){options=$(cont).data('cycle.opts');if(!options){log('options not found, can not resume');return false;}
if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
go(options.elements,options,1,1);}
return false;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 removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute('filter');}
catch(smother){}}};function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop)
opts.countdown=opts.autostopCount||els.length;var cont=$cont[0];$cont.data('cycle.opts',opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype)
opts.after.push(function(){removeFilter(this,opts);});if(opts.continuous)
opts.after.push(function(){go(els,opts,0,!opts.rev);});saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($slides);if($cont.css('position')=='static')
$cont.css('position','relative');if(opts.width)
$cont.width(opts.width);if(opts.height&&opts.height!='auto')
$cont.height(opts.height);if(opts.startingSlide)
opts.startingSlide=parseInt(opts.startingSlide);if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++)
opts.randomMap.push(i);opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}
else if(opts.startingSlide>=els.length)
opts.startingSlide=0;opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:'absolute',top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css('z-index',z)});$(els[first]).css('opacity',1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width)
$slides.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w)w=e.offsetWidth;if(!h)h=e.offsetHeight;maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}
if(maxw>0&&maxh>0)
$cont.css({width:maxw+'px',height:maxh+'px'});}
if(opts.pause)
$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});if(supportMultiTransitions(opts)===false)
return false;var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is('img')){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var 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;while((opts.timeout-opts.speed)<250)
opts.timeout+=opts.speed;}
if(opts.easing)
opts.easeIn=opts.easeOut=opts.easing;if(!opts.speedIn)
opts.speedIn=opts.speed;if(!opts.speedOut)
opts.speedOut=opts.speed;opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else
opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;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)
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)
$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);if($.isFunction(opts.onAddSlide))
opts.onAddSlide($s);else
$s.hide();};}
$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init))
init(opts.$cont,$(opts.elements),opts);};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}
if(opts.busy)
return;var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual)
return;if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end)
opts.end(opts);return;}
if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length)
opts.lastFx=0;fx=opts.fxs[opts.lastFx];opts.currFx=fx;}
if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}
$.fn.cycle.resetState(opts,fx);if(opts.before.length)
$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn)
opts.fxFn(curr,next,opts,after,fwd);else if($.isFunction($.fn.cycle[opts.fx]))
$.fn.cycle[opts.fx](curr,next,opts,after);else
$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}
opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}
if(opts.pager)
$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}
var ms=0;if(opts.timeout&&!opts.continuous)
ms=getTimeout(curr,next,opts,fwd);else if(opts.continuous&&p.cyclePause)
ms=10;if(ms>0)
p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev)},ms);};$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).each(function(){$(this).find('a').removeClass('activeSlide').filter('a:eq('+currSlide+')').addClass('activeSlide');});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);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){if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap)return false;opts.nextSlide=els.length-1;}
else if(opts.nextSlide>=els.length){if(opts.nowrap)return false;opts.nextSlide=0;}}
if($.isFunction(opts.prevNextClick))
opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,val>=0);return false;};function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);};$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder))
a=opts.pagerAnchorBuilder(i,el);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);}}
$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;}
if($.isFunction(opts.pagerClick))
opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,opts.currSlide<i);return false;});if(opts.pagerEvent!='click')
$a.click(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){function hex(s){s=parseInt(s).toString(16);return s.length<2?'0'+s:s;};function getBg(e){for(;e&&e.nodeName.toLowerCase()!='html';e=e.parentNode){var v=$.css(e,'background-color');if(v.indexOf('rgb')>=0){var rgb=v.match(/\d+/g);return'#'+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}
if(v&&v!='transparent')
return v;}
return'#ffffff';};$slides.each(function(){$(this).css('background-color',getBg(this));});};$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display='block';if(w!==false&&next.cycleW>0)
opts.cssBefore.width=next.cycleW;if(h!==false&&next.cycleH>0)
opts.cssBefore.height=next.cycleH;opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display='none';$(curr).css('zIndex',opts.slideCount+(rev===true?1:0));$(next).css('zIndex',opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=='number')
speedIn=speedOut=speedOverride;else
speedIn=speedOut=1;easeIn=easeOut=null;}
var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb)};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter)$l.css(opts.cssAfter);if(!opts.sync)fn();});if(opts.sync)fn();};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(':eq('+opts.currSlide+')').css('opacity',0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:'fade',timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:'click',pager:null,pagerClick:null,pagerEvent:'click',pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:'auto',startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);(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);
/*inc/js/standard.js*/
var redirect = false;
var scrollSpeed = 1000;
function animateScrolling(target, redirect) {
	$('html, body').animate(
		{
			scrollTop: $(target).offset().top, 
			scrollLeft: $(target).offset().left
		}, 
		scrollSpeed, 
		'easeInOutQuad', 
		function(){
			if (redirect) window.location.href = target;
		}
	);
}

jQuery(document).ready(function(){
	$('body').removeClass('nojs');
	// smooth anchors
	$('html, body').scrollTop(0).scrollLeft(0);
	
	var currentURL = window.location.href;
	var matches = currentURL.match(/#/g);
	if (matches == '#') {
		var target = currentURL.split(matches);
		if (target[1] != '') animateScrolling("#"+target[1]);
	}
	
	$("a[href^='#']").click(function(event){
		if ($(this).attr("href").length != 1) {
			event.preventDefault();
			var targetElement = $(this).attr("href");
			animateScrolling(targetElement, false);
		}
	});
		$('#slideshow').cycle({'fx':'fade','timeout':8000});
	// cms lightbox to fancybox
	$("a[rel*='lightbox[']").each(function(){
		var rel = $(this).attr("rel").split('[');
		$(this).attr("rel", rel[0]);
		var rev = rel[1].split(']');
		$(this).attr("rev", rev[0]);
	});
	
	// inputfill
    $("input[placeholder], textarea[placeholder]").each(function(){$(this).val($(this).attr("placeholder"));})
		.focus(function(){if ($(this).val() == $(this).attr("placeholder")) $(this).val("");
    }).blur(function(){if ($(this).val() == '') $(this).val($(this).attr("placeholder"));});
	
	// noSpam
	$("a.escape").each(function(){
		var el = $(this);
		var p = el.text().split('∂');
		if (el.attr('rel') != '') el.attr('href', 'mailto:'+p[0]+'@'+el.attr('rel'));
		else el.attr('href', 'mailto:'+p[0]+'@'+p[1]);
		el.html(p[0]+'@'+p[1]);
	});
	
	// contact form
	$(".contact-form").each(function(){
		var form = $(this);
		form_validation(form);
		$("a.highlight-required-fields", form).click(function(event){
			event.preventDefault();
			$(".invalid", form).toggleClass("reveal");
		});
	});
	
	$(".contact-form input[type=text], .contact-form textarea, .contact-form select")
	.focus(function(){
		$(this).parent().addClass("focus");
	})
	.blur(function(){
		$(this).parent().removeClass("focus");
	});
	
	$(".acc fieldset:not(:first)").hide();
	$(".acc fieldset.valid").next().show();
	
	var i = 1;
	//alert($(".acc fieldset").size());
	if ($(".acc fieldset").size() > 1) {
		$(".acc fieldset")
			.append('<a class="next-step" rel="Weiter &hellip;" rev="Bitte f&uuml;llen Sie alle Pflichtfelder aus." href="#">Bitte f&uuml;llen Sie alle Pflichtfelder aus.</a>')
			.each(function(){
				$(this).attr("id","step-"+i);
				i++;
		});
	}
	
	$(".next-step").click(function(event){
		event.preventDefault();
		var parentFieldset = $(this).closest("fieldset");
		if (parentFieldset.hasClass("valid")) {
			var targetId = parentFieldset.next().attr("id");
			$("#"+targetId).fadeTo(scrollSpeed, 1).find("input, textarea, select").attr("disabled", "");
			animateScrolling("#"+targetId, false);
		}
	}).hover(function(){
		var parentFieldset = $(this).closest("fieldset");
		$(".invalid", parentFieldset).addClass("reveal");
		}, function(){
		var parentFieldset = $(this).closest("fieldset");
		$(".invalid", parentFieldset).removeClass("reveal");
	});
	
	$(".input-record").hover(function(){
		$(this).css("cursor", "text");
	}).click(function(event){
		//event.stopPropagination();
		$(this).children("input[readonly!='readonly']").eq(0).focus();
	});
	
	// sonstiges, optionales input-feld
	$("input.other").closest("div").hide();
	$("input[name=form_werbungskosten_nur_bei_vorlage]").change(function(){
		var nextInput = $(this).closest("div").next();
		if ($(this).val() == 'sonstiges') {
			nextInput.slideDown();
		}
		else nextInput.slideUp();
	});
		
	softcheckForm();
});

function softcheckForm(){
	$(".contact-form").each(function(){
		form_validation($(this));
	});
	setTimeout('softcheckForm()', 1000);
}

function setValid(formElement){
	formElement.removeClass("invalid").addClass("valid");
}
function setInvalid(formElement){
	formElement.removeClass("valid").addClass("invalid");
}

function form_validation(form, send){
	var form = $(form);
	var submitButton = $("input[type=submit]", form);
	submitButton.attr("disabled", "disabled");
	var requiredFields = $("input.required, textarea.required, select.required", form);
	
	requiredFields.each(function(){
		var requiredField = $(this);
		var fieldType = requiredField.attr("type");
		//alert(fieldType);
		if (fieldType == "radio" || fieldType == "checkbox") {
			var scope = requiredField.attr("name");
			if ($("input[name="+scope+"]:checked").size() != 0) setValid(requiredField);
			else setInvalid(requiredField);
		}
		else if (
			requiredField.val() == '' ||
			requiredField.val() == requiredField.attr('placeholder') ||
			requiredField.hasClass("select") &&  requiredField.val() == 'default' ||
			requiredField.hasClass("mail") && !requiredField.val().match(/^[\w\.\-]+@([\w\-]+\.)+[a-zA-Z]+$/) ||
			requiredField.hasClass("date") && !requiredField.val().match(/^(0[1-9]|[12][0-9]|3[01])[\.](0[1-9]|1[012])[\.](19|20)\d\d$/)
			) {
			setInvalid(requiredField);
		}
		else {
			setValid(requiredField);
		}
	});
	
	$("fieldset", form).each(function(){
		if ($(".invalid", this).size() == 0) {
			$(this).removeClass("invalid").addClass("valid");
			var nextButton = $(".next-step", this);
			nextButton.text(nextButton.attr("rel"));
		}
		else {
			$(this).removeClass("valid").addClass("invalid");
			var nextButton = $(".next-step", this);
			nextButton.text(nextButton.attr("rev"));
		}
		if ($(this).hasClass("invalid")) return false;
	});
	
	if ($(".invalid", form).size() == 0) {
		submitButton.attr("disabled", "");
		submitButton.val(submitButton.attr("title"));
		if (send) {
			return true;
		}
		else return false;
	}
	else {
		submitButton.attr("disabled", "disabled");
		submitButton.val(submitButton.attr("alt"));
		return false;
	}
}

jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend( jQuery.easing,
{
	def: 'jswing',
	swing: function (x, t, b, c, d) {
		return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
	},
	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;
	},
	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;
	},
	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;
	},
	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;
	},
	easeInOutSine: function (x, t, b, c, d) {
		return -c/2 * (Math.cos(Math.PI*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;
	},
	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;
	},
	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;
	},
	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;
	}
});
/*inc/js/domready.js*/
Cufon.replace('h2', {});
Cufon.replace('h3', {});
Cufon.replace('h4', {});
Cufon.replace('h5', {});
Cufon.replace('h6', {});
Cufon.replace('#navi li a', {hover: true, active: true});
Cufon.replace('#subnavi li a', {hover: true, active: true});

jQuery(document).ready(function(){
	jQuery.fx.off = false;
	
	//accordion
	$(".accordion").simpleAccordion({classContents: 'acc-contents'});
	
	$(".article").each(function(){
		var h5text = $("h5", this).eq(0).text();
		if (h5text == "") $(this).hide();
	});
	
	$("table.meinungstabelle").each(function(){
		var inputs = $("td.radiosmiley input", this);
		inputs.hide();
		$('<a href="#" class="">Klick</a>').insertAfter(inputs);
		var triggers = $("td.radiosmiley a", this);
		triggers.click(function(event){
			event.preventDefault();
			$(this).closest("tr").find("a").removeClass("active");
			$(this).addClass("active");
			$(this).prev().click();
		});
	});
	
	// input field feature
	$(document).ready(function() {$('.remover-field').click(function() 
		{if (this.value == this.defaultValue) {this.value = '';}});
		$('.remover-field').blur(function() {if (this.value == '') 
		{this.value = this.defaultValue;}});
	});

	// fancybox
	$("a[rel=lightbox]").fancybox({'type': 'image', titlePosition: 'over', 'padding': 0, 'transitionIn': 'elastic',
				'transitionOut'	: 'elastic'});
	$("a[rel=lightbox_pixaround]").fancybox();
	$("a[rel=lightbox_iframe], a[rel=lightbox_iframe2]").fancybox({
		'width'				: '75%',
		'height'			: '75%',
		'autoScale'			: false,
		'cyclic'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	/*$(".carousel").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		circular: false,
		visible: 2
	});*/
	
});

