/*
 * 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 (c) 1991 Adobe Systems Incorporated.  All Rights Reserved.PMN
 * Caecilia is a trademark of Linotype AG and/or its subsidiaries.
 * 
 * Full name:
 * Caecilia-Light
 */
Cufon.registerFont({"w":200,"face":{"font-family":"PMN Caecilia","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-22 -301 377 96","underline-thickness":"18","underline-position":"-27","stemh":"16","stemv":"19","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"Y":27,"W":13,"V":13,"T":13,"A":13}},"!":{"d":"68,-277r-3,191r-16,0r-3,-191r22,0xm40,-13v0,-10,8,-17,17,-17v9,0,16,7,16,17v0,10,-7,17,-16,17v-9,0,-17,-7,-17,-17","w":113},"\"":{"d":"87,-192v-19,-10,-7,-48,-13,-74v0,-6,3,-14,13,-14v29,6,6,52,9,78v0,5,-3,10,-9,10xm32,-192v-19,-10,-7,-48,-13,-74v0,-6,3,-14,13,-14v29,6,6,52,9,78v0,5,-3,10,-9,10","w":119},"#":{"d":"122,-98r8,-56r-52,0r-7,56r51,0xm108,0r11,-81r-51,0r-11,81r-17,0r11,-81r-41,0r0,-17r43,0r8,-56r-40,0r0,-17r43,0r11,-81r17,0r-11,81r51,0r11,-81r18,0r-12,81r41,0r0,17r-43,0r-8,56r40,0r0,17r-43,0r-11,81r-17,0"},"$":{"d":"16,-56r17,0r0,35v20,6,41,7,58,7r0,-105v-41,-8,-76,-26,-76,-67v0,-53,50,-70,77,-70r1,-45r16,0r-1,45v23,0,52,6,63,10r0,47r-18,0r1,-32v-4,-2,-27,-7,-46,-7r-1,102v40,7,78,24,78,68v0,47,-37,70,-78,72r-1,48r-16,0r1,-48v-27,0,-64,-6,-76,-10xm91,-139r1,-99v-20,0,-57,11,-57,49v-1,34,28,42,56,50xm107,-116r0,102v29,-1,58,-17,58,-52v0,-37,-30,-43,-58,-50"},"%":{"d":"75,-256v32,0,54,22,54,57v0,37,-24,58,-54,58v-33,0,-55,-24,-55,-57v0,-33,22,-58,55,-58xm75,-241v-22,0,-38,16,-38,43v0,24,13,42,38,42v23,0,36,-17,36,-44v0,-23,-11,-41,-36,-41xm233,-111v32,0,54,22,54,57v0,37,-24,58,-54,58v-33,0,-55,-25,-55,-58v0,-33,22,-57,55,-57xm233,-96v-22,0,-38,15,-38,42v0,24,13,43,38,43v23,0,36,-17,36,-44v0,-23,-11,-41,-36,-41xm74,19r-13,-8r165,-282r13,8","w":306},"&":{"d":"210,-48v16,13,28,35,59,32r0,16v-31,5,-49,-13,-70,-34v-22,26,-48,37,-81,37v-101,-2,-107,-100,-38,-137r9,-7v-16,-15,-36,-37,-36,-62v0,-30,25,-53,62,-53v69,0,66,72,26,98r-25,18r82,80v12,-18,19,-44,19,-72r-30,0r0,-16r80,0r0,16r-31,0v-1,37,-13,66,-26,84xm105,-151v18,-13,45,-32,45,-53v0,-26,-18,-36,-37,-36v-46,1,-52,50,-21,75xm100,-129v-23,15,-46,33,-46,62v0,29,26,54,66,54v32,0,56,-17,68,-32","w":293},"(":{"d":"112,86r-14,10v-44,-56,-65,-121,-65,-189v0,-91,29,-146,60,-189r15,9v-24,32,-56,78,-56,180v0,85,32,146,60,179","w":113},")":{"d":"2,-273r13,-9v44,57,65,121,65,189v0,91,-29,147,-60,189r-14,-9v24,-31,55,-78,55,-180v0,-85,-31,-146,-59,-180","w":113},"*":{"d":"51,-277r17,0r-2,48r40,-23r7,12r-42,20r42,20r-7,13r-40,-23r2,47r-17,0r3,-47r-40,23r-6,-13r41,-20r-41,-20r6,-12r40,23","w":120},"+":{"d":"99,0r0,-82r-82,0r0,-18r82,0r0,-82r18,0r0,82r82,0r0,18r-82,0r0,82r-18,0","w":216},",":{"d":"40,58v-20,-11,10,-21,9,-43v0,-17,-16,-20,-16,-30v0,-10,7,-15,16,-15v36,8,14,74,-9,88","w":100,"k":{" ":13}},"-":{"d":"26,-84r0,-19r88,0r0,19r-88,0","w":140},".":{"d":"33,-13v0,-10,8,-17,17,-17v9,0,17,7,17,17v0,10,-8,17,-17,17v-9,0,-17,-7,-17,-17","w":100,"k":{" ":13}},"\/":{"d":"-1,22r126,-302r16,6r-126,302","w":140},"0":{"d":"36,-123v0,58,21,109,64,109v36,0,64,-44,64,-116v0,-66,-25,-108,-61,-108v-41,0,-67,46,-67,115xm99,4v-119,0,-108,-259,7,-260v49,0,78,54,78,125v0,63,-26,135,-85,135"},"1":{"d":"52,0r0,-16r51,0r2,-215r-67,44r-10,-15r80,-50r15,0r-1,236r54,0r0,16r-124,0"},"2":{"d":"23,0r0,-15v41,-45,126,-107,126,-171v0,-32,-19,-52,-52,-52v-50,0,-55,50,-55,53r-18,0v0,-9,10,-71,76,-71v47,0,69,32,69,68v-1,70,-81,125,-122,171r129,0r0,17r-153,0"},"3":{"d":"25,-9r1,-19v9,4,33,14,61,14v37,0,66,-19,66,-54v0,-42,-32,-52,-89,-51r0,-17v34,1,79,-13,79,-60v0,-27,-19,-42,-48,-42v-45,0,-53,32,-53,46r-19,0v0,-26,21,-64,73,-64v44,0,67,25,67,62v0,32,-24,54,-51,62v24,2,62,17,62,63v0,67,-95,89,-149,60"},"4":{"d":"122,-95r1,-133v-27,48,-63,89,-93,134xm92,0r0,-16r29,0r1,-63r-112,0r0,-14r113,-159r18,0r0,157r50,0r0,16r-50,0r-1,63r32,0r0,16r-80,0"},"5":{"d":"160,-252r0,17r-106,0r-1,83v71,0,117,20,117,77v0,64,-79,97,-143,69r0,-18v10,5,29,10,50,10v47,0,73,-22,73,-58v0,-50,-47,-62,-116,-62r1,-118r125,0"},"6":{"d":"176,-251r-3,17v-7,-2,-20,-4,-31,-4v-90,0,-100,83,-100,120v17,-21,38,-33,66,-33v48,0,71,37,71,75v0,43,-27,80,-75,80v-62,0,-82,-52,-82,-110v0,-95,52,-169,154,-145xm158,-75v0,-34,-18,-59,-53,-59v-41,0,-63,34,-63,36v0,46,21,84,63,84v29,0,53,-21,53,-61"},"7":{"d":"25,-235r0,-17r150,0v-3,37,-22,57,-34,86v-23,57,-56,116,-88,166r-23,0v41,-54,87,-163,123,-235r-128,0"},"8":{"d":"21,-59v0,-41,35,-56,61,-71v-23,-14,-53,-29,-52,-63v0,-39,28,-63,73,-63v43,0,68,24,68,57v-1,38,-30,53,-54,67v28,15,62,28,62,70v0,38,-31,66,-81,66v-50,0,-77,-28,-77,-63xm49,-197v-1,34,29,43,51,56v22,-13,53,-27,52,-57v0,-26,-21,-40,-50,-40v-29,0,-53,14,-53,41xm159,-62v0,-31,-36,-47,-60,-60v-26,14,-58,28,-58,63v0,28,26,45,59,45v36,0,59,-18,59,-48"},"9":{"d":"24,-1r3,-17v7,2,20,4,31,4v90,0,100,-83,100,-120v-17,21,-37,33,-65,33v-48,0,-71,-37,-71,-75v0,-43,26,-80,74,-80v62,0,83,52,83,110v0,95,-53,169,-155,145xm42,-177v0,34,18,59,53,59v41,0,63,-34,63,-36v0,-46,-21,-84,-63,-84v-29,0,-53,21,-53,61"},":":{"d":"33,-161v0,-10,8,-18,17,-18v9,0,17,8,17,18v0,10,-8,17,-17,17v-9,0,-17,-7,-17,-17xm33,-13v0,-10,8,-17,17,-17v9,0,17,7,17,17v0,10,-8,17,-17,17v-9,0,-17,-7,-17,-17","w":100},";":{"d":"40,58v-20,-11,10,-21,9,-43v0,-17,-16,-20,-16,-30v0,-10,7,-15,16,-15v36,8,14,74,-9,88xm33,-161v0,-10,8,-18,17,-18v9,0,17,8,17,18v0,10,-8,17,-17,17v-9,0,-17,-7,-17,-17","w":100},"<":{"d":"17,-81r0,-20r182,-84r0,18r-165,76r165,76r0,18","w":216},"=":{"d":"17,-118r0,-17r182,0r0,17r-182,0xm17,-47r0,-17r182,0r0,17r-182,0","w":216},">":{"d":"199,-101r0,20r-182,84r0,-18r165,-76r-165,-76r0,-18","w":216},"?":{"d":"82,-93r-13,12v-5,-4,-18,-14,-18,-32v0,-47,79,-53,79,-104v0,-19,-13,-45,-50,-45v-14,0,-27,2,-36,6r-2,-17v44,-20,115,6,108,52v3,38,-36,61,-59,80v-21,10,-25,36,-9,48xm54,-13v0,-10,7,-17,17,-17v10,0,16,7,16,17v0,10,-6,17,-16,17v-10,0,-17,-7,-17,-17","w":180},"@":{"d":"89,-102v0,22,9,37,30,37v38,0,65,-54,65,-87v0,-23,-9,-34,-30,-34v-38,0,-65,50,-65,84xm195,-174v5,-6,6,-16,10,-23r20,0r-36,104v-4,12,-11,29,5,29v32,0,63,-48,63,-85v0,-55,-51,-91,-106,-91v-70,0,-120,53,-120,114v0,64,53,114,120,114v38,0,78,-18,97,-48r22,0v-24,40,-71,64,-119,64v-78,0,-137,-59,-137,-130v0,-72,61,-130,137,-130v68,0,123,45,123,108v0,54,-45,100,-83,100v-14,0,-23,-9,-25,-24v-32,38,-97,31,-96,-28v0,-49,35,-103,86,-103v17,0,31,7,39,29","w":288},"A":{"d":"3,0r0,-16r24,0r97,-236r20,0r87,236r26,0r0,16r-79,0r0,-16r31,0r-33,-89r-93,0r-36,89r34,0r0,16r-78,0xm171,-121r-39,-108r-43,108r82,0","w":259,"k":{"y":31,"w":31,"v":31,"u":13,"Y":33,"W":40,"V":40,"U":13,"T":33,"Q":13,"O":13,"G":13,"C":13}},"B":{"d":"18,-252v73,1,160,-13,160,60v0,30,-19,52,-47,59v26,1,64,17,64,64v0,76,-97,71,-177,69r0,-16r29,0r1,-220r-30,0r0,-16xm158,-190v2,-43,-40,-50,-90,-46r0,98v48,3,88,-3,90,-52xm67,-16v53,0,108,6,108,-53v0,-51,-53,-56,-107,-53","w":219,"k":{"U":4,"A":6,".":27,",":27}},"C":{"d":"202,-58r18,0r0,53v-95,25,-200,-2,-200,-121v0,-109,105,-153,204,-119r-1,51r-19,0r1,-38v-85,-25,-165,17,-165,108v0,88,77,128,161,105","w":246,"k":{"A":9,".":20,",":20}},"D":{"d":"18,0r0,-16r29,0r1,-220r-30,0r0,-16r110,0v83,0,127,45,127,125v0,77,-44,127,-132,127r-105,0xm67,-16v99,8,168,-19,168,-111v0,-94,-69,-117,-167,-109","w":273,"k":{"Y":27,"W":20,"V":20,"A":20,".":40,",":40}},"E":{"d":"18,0r0,-16r29,0r1,-220r-30,0r0,-16r162,0r0,50r-15,0r0,-34r-97,0r0,101r87,0r0,15r-87,0r-1,104r100,0r3,-37r17,0r-3,53r-166,0","w":206},"F":{"d":"101,0r-83,0r0,-16r29,0r1,-220r-30,0r0,-16r162,0r0,51r-17,0r-1,-35r-94,0r0,103r96,0r0,16r-96,0r-1,101r34,0r0,16","k":{"r":6,"o":11,"e":9,"a":13,"A":27,".":46,",":46}},"G":{"d":"171,-105r80,0r0,16r-30,0r-1,84v-95,25,-200,-2,-200,-121v0,-110,109,-154,207,-118r0,48r-19,0r0,-35v-83,-27,-168,16,-168,107v0,88,77,128,161,105r2,-70r-32,0r0,-16","w":259,"k":{".":13,",":13}},"H":{"d":"18,0r0,-16r29,0r1,-220r-30,0r0,-16r81,0r0,16r-31,0r0,103r144,0r1,-103r-32,0r0,-16r81,0r0,16r-29,0r-1,220r30,0r0,16r-81,0r0,-16r31,0r0,-101r-144,0r-1,101r32,0r0,16r-81,0","w":280},"I":{"d":"100,0r-79,0r0,-16r28,0r2,-220r-30,0r0,-16r79,0r0,16r-29,0r-2,220r31,0r0,16","w":120},"J":{"d":"17,-252r79,0r0,16r-29,0v-10,133,36,251,-83,298r-6,-16v40,-20,68,-50,68,-109r1,-173r-30,0r0,-16","w":113,"k":{"u":9,"o":9,"e":9,"a":6,"A":13,".":33,",":33}},"K":{"d":"18,0r0,-16r29,0r1,-220r-30,0r0,-16r79,0r0,16r-29,0r0,102r119,-102r-31,0r0,-16r79,0r0,16r-24,0r-122,106r122,114r25,0r0,16r-82,0r0,-16r31,0r-117,-108r-1,108r30,0r0,16r-79,0","w":246,"k":{"y":13,"u":13,"o":9,"e":4,"O":11}},"L":{"d":"184,0r-166,0r0,-16r29,0r1,-220r-30,0r0,-16r79,0r0,16r-29,0r-1,220r100,0r3,-37r17,0","k":{"y":27,"Y":40,"W":40,"V":33,"T":33}},"M":{"d":"15,0r0,-16r31,0r1,-220r-32,0r0,-16r59,0r90,224r89,-224r58,0r0,16r-32,0r2,220r30,0r0,16r-81,0r0,-16r32,0r-2,-205r-89,221r-16,0r-89,-220r-2,204r32,0r0,16r-81,0","w":326},"N":{"d":"15,0r0,-16r29,0r1,-220r-34,0r0,-16r55,0r153,210v4,4,5,11,9,14r1,-208r-36,0r0,-16r82,0r0,16r-27,0r-2,236r-20,0r-154,-211v-4,-4,-4,-10,-8,-13r-1,208r33,0r0,16r-81,0","w":286,"k":{"A":6,".":27,",":27}},"O":{"d":"253,-126v0,71,-35,130,-117,130v-83,0,-116,-56,-116,-130v0,-71,34,-130,116,-130v83,0,117,56,117,130xm233,-126v0,-72,-37,-113,-97,-113v-60,0,-96,41,-96,113v0,72,36,113,96,113v60,0,97,-41,97,-113","w":272,"k":{"Y":27,"X":6,"W":13,"V":13,"T":9,"A":13,".":33,",":33}},"P":{"d":"68,-236r0,113v53,3,95,-3,96,-57v0,-51,-43,-59,-96,-56xm18,0r0,-16r29,0r1,-220r-30,0r0,-16v79,4,162,-21,166,71v3,58,-48,83,-116,76r-1,89r34,0r0,16r-83,0","k":{"o":9,"e":6,"a":4,"A":33,".":46,",":46}},"Q":{"d":"20,-126v0,-71,34,-130,116,-130v152,0,155,240,25,258v60,33,91,50,142,45r0,17v-64,10,-97,-24,-176,-60v-76,-4,-107,-59,-107,-130xm233,-126v0,-72,-37,-113,-97,-113v-60,0,-96,41,-96,113v0,72,36,113,96,113v60,0,97,-41,97,-113","w":272,"k":{"U":6}},"R":{"d":"18,0r0,-16r29,0r1,-220r-30,0r0,-16v76,1,167,-15,167,65v0,50,-42,63,-59,67v47,12,45,111,103,103r0,17v-25,2,-40,4,-52,-19v-30,-36,-34,-108,-109,-95r-1,98r33,0r0,16r-82,0xm68,-132v51,3,95,-4,97,-53v2,-49,-44,-54,-97,-51r0,104","w":233,"k":{"Y":33,"W":27,"V":27,"U":9,"T":6,"O":6}},"S":{"d":"26,-57r19,0r1,35v13,5,35,9,54,9v48,0,67,-24,67,-52v0,-77,-139,-31,-139,-121v0,-34,25,-70,83,-70v28,0,52,6,66,11r0,46r-17,0r-1,-33v-39,-17,-111,-3,-111,42v0,77,139,29,139,125v0,40,-31,69,-85,69v-27,0,-58,-7,-75,-12","w":206,"k":{".":20,",":20}},"T":{"d":"78,0r0,-16r31,0r2,-220r-81,0r-1,41r-17,0r1,-57r215,0r1,57r-17,0r-2,-41r-79,0r-1,220r33,0r0,16r-85,0","w":240,"k":{"y":50,"w":58,"u":47,"r":40,"o":40,"i":27,"h":9,"e":33,"a":40,"O":9,"A":33,";":27,":":27,".":40,"-":46,",":40}},"U":{"d":"13,-252r82,0r0,16r-29,0v7,89,-37,236,73,223v103,11,63,-135,73,-223r-32,0r0,-16r80,0r0,16r-28,0v-11,107,36,240,-94,240v-141,0,-81,-131,-93,-240r-32,0r0,-16","w":273,"k":{"A":13,".":27,",":27}},"V":{"d":"1,-236r0,-16r79,0r0,16r-32,0r80,212r80,-212r-32,0r0,-16r77,0r0,16r-25,0r-91,236r-20,0r-90,-236r-26,0","w":253,"k":{"u":20,"o":27,"i":20,"e":27,"a":27,"O":13,"G":13,"A":40,";":33,":":33,".":54,"-":33,",":54}},"W":{"d":"245,0r-51,-161r-63,161r-23,0r-78,-236r-27,0r0,-16r78,0r0,16r-30,0r70,216r66,-166r-16,-50r-28,0r0,-16r78,0r0,16r-29,0r66,216r76,-216r-34,0r0,-16r77,0r0,16r-25,0r-84,236r-23,0","w":380,"k":{"y":27,"u":27,"o":27,"i":13,"e":27,"a":27,"O":13,"A":40,";":27,":":27,".":54,"-":27,",":54}},"X":{"d":"157,0r0,-16r31,0v-24,-30,-43,-66,-65,-98r-68,98r34,0r0,16r-79,0r0,-16r23,0r80,-114r-72,-106r-27,0r0,-16r81,0r0,16r-32,0v23,28,41,62,62,92r65,-92r-33,0r0,-16r78,0r0,16r-25,0r-75,106r76,114r26,0r0,16r-80,0","w":246},"Y":{"d":"89,0r0,-16r29,0r2,-96r-91,-124r-27,0r0,-16r78,0r0,16r-27,0v28,34,51,71,77,106r77,-106r-33,0r0,-16r77,0r0,16r-23,0r-88,124r-1,96r31,0r0,16r-81,0","w":253,"k":{"u":33,"o":33,"i":20,"e":33,"a":33,"S":9,"O":13,"A":33,";":33,":":33,".":54,"-":40,",":54}},"Z":{"d":"22,0r0,-16r167,-220r-144,0r-1,39r-18,0r2,-55r183,0r0,16r-166,220r147,0r2,-40r17,0r-1,56r-188,0","w":233},"[":{"d":"42,-277r58,0r0,16r-39,0r-1,336r37,0r0,15r-56,0","w":113},"\\":{"d":"125,28r-126,-302r16,-6r126,302","w":140},"]":{"d":"71,90r-58,0r0,-15r39,0r2,-336r-37,0r0,-16r55,0","w":113},"^":{"d":"33,-121r67,-131r16,0r67,131r-20,0r-55,-107r-55,107r-20,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"188,-16r0,16r-48,0v-1,-11,4,-31,3,-42v-8,57,-118,66,-119,-5v-1,-51,62,-56,116,-57v3,-38,0,-68,-47,-68v-21,0,-35,4,-43,7r-1,31r-17,0r0,-42v9,-5,32,-13,64,-13v96,-3,54,104,62,173r30,0xm44,-48v0,40,63,44,82,16v12,-18,14,-30,14,-56v-66,2,-96,3,-96,40","w":206,"k":{"y":9,"w":9,"v":9,"p":4,"g":4}},"b":{"d":"0,-277r55,0v-2,46,3,95,-5,136v13,-26,31,-48,67,-48v50,0,76,41,76,86v0,59,-27,107,-95,107v-22,0,-46,-5,-63,-14r1,-251r-36,0r0,-16xm53,-105r0,84v60,27,120,-9,120,-77v0,-39,-15,-74,-59,-74v-35,0,-61,32,-61,67","w":213,"k":{"y":6,"v":4,".":13,",":13}},"c":{"d":"150,-135r0,-31v-54,-19,-110,9,-110,73v0,47,23,80,70,80v26,0,43,-5,56,-11r0,19v-12,5,-32,9,-57,9v-60,0,-89,-44,-89,-97v0,-53,30,-96,91,-96v27,0,42,4,56,9r0,45r-17,0","w":186,"k":{"y":6,"k":4,"h":4,",":9}},"d":{"d":"118,-277r59,0r-1,261r32,0r0,16r-51,0v0,-9,1,-25,2,-38v-9,23,-25,42,-65,42v-30,0,-74,-19,-74,-91v0,-76,66,-123,138,-93r1,-81r-41,0r0,-16xm99,-13v60,0,63,-81,59,-150v-8,-3,-23,-9,-44,-9v-51,0,-74,36,-74,85v0,39,16,74,59,74","w":219,"k":{"y":2,"w":2,"v":2,"d":2}},"e":{"d":"37,-110r119,0v0,-33,-18,-62,-58,-62v-46,0,-61,40,-61,62xm168,-28r-1,18v-12,7,-36,14,-59,14v-60,0,-91,-38,-91,-100v0,-51,29,-93,82,-93v61,0,77,50,77,95r-139,0v-7,79,76,97,131,66","w":193,"k":{"y":2,"w":4,"v":4,"p":2,".":9,",":9}},"f":{"d":"22,0r0,-16r27,0r1,-153r-33,0r0,-16r33,0v-11,-73,37,-109,104,-90r-2,17v-38,-16,-88,3,-83,44r-1,29r53,0r0,16r-53,0r0,153r33,0r0,16r-79,0","w":133,"k":{".":13,",":13}},"g":{"d":"192,-184r0,16v-16,2,-35,-3,-47,-1v39,26,22,121,-47,116v-51,-4,-59,29,-14,38v42,8,105,-1,105,52v0,26,-21,58,-89,58v-48,0,-85,-17,-85,-50v-1,-24,25,-42,49,-48v-12,-3,-29,-9,-29,-27v-1,-20,20,-24,33,-29v-17,-5,-47,-19,-47,-61v0,-50,53,-82,103,-64r68,0xm40,-121v0,27,18,52,55,52v33,0,53,-21,53,-52v0,-28,-20,-51,-55,-51v-30,0,-53,20,-53,51xm170,39v0,-35,-55,-29,-86,-37v-16,3,-50,14,-50,40v0,18,23,37,67,37v33,0,69,-11,69,-40","w":193,"k":{"i":-2}},"h":{"d":"16,0r0,-16r28,0r1,-245r-41,0r0,-16r60,0v-2,46,3,96,-5,136v12,-27,31,-48,68,-48v35,0,63,15,63,72v0,34,-2,67,-2,101r29,0r0,16r-75,0r0,-16r28,0v-4,-61,22,-159,-47,-156v-70,3,-61,85,-61,156r29,0r0,16r-75,0","w":233,"k":{"y":11}},"i":{"d":"12,0r0,-16r31,0r1,-153r-35,0r0,-16r54,0r-1,169r33,0r0,16r-83,0xm35,-261v0,-10,7,-19,17,-19v10,0,17,9,17,19v0,10,-7,19,-17,19v-10,0,-17,-9,-17,-19","w":106,"k":{"v":2}},"j":{"d":"18,-169r0,-16r54,0r-2,168v-1,47,-11,95,-85,112r-3,-17v108,-25,59,-142,71,-247r-35,0xm44,-261v0,-10,7,-19,17,-19v10,0,17,9,17,19v0,10,-7,19,-17,19v-10,0,-17,-9,-17,-19","w":113},"k":{"d":"16,0r0,-16r28,0r1,-245r-41,0r0,-16r60,0r-1,175r79,-67r-26,0r0,-16r72,0r0,16r-22,0r-82,69r92,84r19,0r0,16r-71,0r0,-16r26,0r-87,-79r-1,79r29,0r0,16r-75,0","w":206,"k":{"y":6,"o":4,"e":2}},"l":{"d":"16,0r0,-16r31,0r1,-245r-41,0r0,-16r60,0r-1,261r32,0r0,16r-82,0","w":113,"k":{"y":4,"w":4}},"m":{"d":"261,0r0,-16r28,0v-2,-61,22,-159,-47,-156v-63,3,-58,88,-57,156r29,0r0,16r-75,0r0,-16r27,0v-3,-61,20,-159,-46,-156v-66,3,-58,87,-58,156r29,0r0,16r-75,0r0,-16r27,0r1,-153r-32,0r0,-16r51,0v0,12,-1,26,-4,44v12,-58,112,-67,123,-4v7,-15,22,-44,65,-44v36,0,62,18,62,72v0,34,-1,67,-1,101r29,0r0,16r-76,0","w":352,"k":{"y":2,"u":4}},"n":{"d":"16,0r0,-16r28,0r0,-153r-32,0r0,-16r51,0v1,11,-3,29,-3,44v9,-29,31,-48,67,-48v35,0,63,15,63,72v0,34,-2,67,-2,101r29,0r0,16r-75,0r0,-16r28,0v-4,-61,22,-159,-47,-156v-70,3,-61,85,-61,156r29,0r0,16r-75,0","w":233,"k":{"y":4,"v":9,"u":2}},"o":{"d":"37,-93v0,47,23,80,66,80v43,0,66,-33,66,-80v0,-47,-23,-79,-66,-79v-43,0,-66,32,-66,79xm17,-93v0,-53,29,-96,86,-96v57,0,86,43,86,96v0,53,-29,97,-86,97v-57,0,-86,-44,-86,-97","w":206,"k":{"y":6,"x":2,"w":6,"v":9,".":13,",":13}},"p":{"d":"61,-146v14,-25,30,-44,66,-43v50,0,76,38,76,86v0,59,-28,107,-96,107v-19,0,-35,-2,-45,-6r0,77r33,0r0,15r-82,0r0,-15r30,0r2,-244r-35,0r0,-16r54,0v0,12,-1,26,-3,39xm183,-98v0,-41,-16,-74,-60,-74v-35,0,-60,27,-60,76r-1,76v9,5,28,8,46,8v52,0,75,-37,75,-86","w":219,"k":{"y":6,".":13,",":13}},"q":{"d":"99,-13v60,0,63,-81,59,-150v-8,-3,-23,-9,-44,-9v-51,0,-74,36,-74,85v0,39,16,74,59,74xm126,90r0,-15r30,0r2,-112v-9,22,-24,41,-64,41v-30,0,-74,-19,-74,-91v0,-76,69,-122,142,-94r14,-3r-1,259r35,0r0,15r-84,0","w":219},"r":{"d":"18,0r0,-16r29,0r2,-153r-35,0r0,-16r54,0v1,16,-4,42,-2,59v9,-41,42,-75,88,-59r-3,18v-70,-28,-91,67,-85,151r34,0r0,16r-82,0","w":153,"k":{"p":4,"o":4,"g":4,"e":4,"d":6,"c":6,"a":4,".":33,"-":33,",":33}},"s":{"d":"19,-53r18,0r1,32v8,5,27,9,45,9v58,-1,66,-58,16,-69v-35,-8,-80,-18,-80,-57v0,-52,80,-62,120,-40r1,42r-17,0r-1,-30v-23,-15,-90,-9,-83,27v-2,56,122,24,112,88v7,62,-90,63,-130,43","w":173,"k":{"w":9,".":9,",":9}},"t":{"d":"136,-22r-1,17v-8,4,-22,9,-43,9v-72,0,-40,-109,-46,-173r-32,0r0,-16r32,0r1,-48r19,-2r-1,50r61,0r0,16r-61,0v0,37,-1,75,-1,112v0,56,41,49,72,35","w":140},"u":{"d":"14,-185r50,0v5,65,-26,172,47,172v66,0,60,-88,61,-156r-33,0r0,-16r51,0r-1,169r29,0r0,16r-47,0v-1,-11,3,-29,3,-44v-9,29,-33,48,-64,48v-38,0,-66,-16,-66,-72v0,-34,1,-67,1,-101r-31,0r0,-16","w":233},"v":{"d":"92,0r-64,-169r-24,0r0,-16r69,0r0,16r-23,0r51,153v13,-54,36,-102,53,-153r-27,0r0,-16r69,0r0,16r-22,0r-65,169r-17,0","k":{"o":6,"e":4,"a":4,".":40,",":40}},"w":{"d":"7,-185r70,0r0,16r-27,0r51,149v12,-41,28,-78,41,-118r-11,-31r-21,0r0,-16r70,0r0,16r-28,0r47,149r52,-149r-28,0r0,-16r70,0r0,16r-24,0r-61,169r-20,0r-38,-118r-42,118r-18,0r-60,-169r-23,0r0,-16","w":299,"k":{"o":6,"e":6,"a":6,".":40,",":40}},"x":{"d":"9,0r0,-16r23,0r61,-78r-56,-75r-25,0r0,-16r72,0r0,16r-26,0v17,19,31,42,47,62r47,-62r-28,0r0,-16r70,0r0,16r-23,0r-56,74r60,79r23,0r0,16r-70,0r0,-16r25,0v-18,-20,-33,-44,-50,-65r-50,65r26,0r0,16r-70,0","w":206},"y":{"d":"2,-185r72,0r0,16r-26,0r55,150v14,-52,35,-100,51,-150r-28,0r0,-16r69,0r0,16r-23,0r-64,180v-24,64,-47,93,-106,81r0,-18v34,8,64,-2,76,-36r14,-33r-66,-174r-24,0r0,-16","k":{"o":6,"e":6,"a":6,".":46,",":46}},"z":{"d":"20,0r0,-16r127,-153r-103,0r-2,32r-17,0r2,-48r141,0r0,16r-126,153r107,0r2,-34r18,0r-3,50r-146,0","w":186},"{":{"d":"22,-101v59,-6,-29,-195,77,-176r0,16v-24,0,-35,-3,-35,28v-1,48,8,134,-25,140v34,4,25,94,25,140v0,30,11,29,35,28r0,15v-68,13,-53,-61,-54,-120v0,-41,-8,-54,-23,-55r0,-16","w":113},"|":{"d":"31,4r0,-281r18,0r0,281r-18,0","w":79},"}":{"d":"14,-277v69,-13,53,61,54,121v0,41,8,54,23,55r0,16v-59,5,30,194,-77,175r0,-15v24,1,36,2,36,-28v1,-47,-9,-134,24,-141v-34,-4,-23,-94,-24,-139v-1,-30,-12,-29,-36,-28r0,-16","w":113},"~":{"d":"146,-71v-37,0,-89,-49,-108,0r-13,-11v8,-15,21,-31,45,-31v27,0,54,24,77,25v14,0,23,-14,31,-25r13,11v-11,15,-23,31,-45,31","w":216},"'":{"d":"40,-192v-19,-10,-8,-48,-14,-74v0,-6,4,-14,14,-14v29,6,6,52,9,78v0,5,-3,10,-9,10","w":79},"`":{"d":"67,-218r-63,-54r13,-11r62,55","w":100},"\u00a0":{"w":100,"k":{"Y":27,"W":13,"V":13,"T":13,"A":13}}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1991 Adobe Systems Incorporated.  All Rights Reserved.PMN
 * Caecilia is a trademark of Linotype AG and/or its subsidiaries.
 * 
 * Full name:
 * Caecilia-Heavy
 */
Cufon.registerFont({"w":213,"face":{"font-family":"PMN Caecilia","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-27 -306 406 100","underline-thickness":"18","underline-position":"-27","stemh":"37","stemv":"50","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":106,"k":{"Y":33,"W":20,"V":27,"T":20,"A":9}},"!":{"d":"29,-81r-4,-196r57,0r-5,196r-48,0xm19,-26v0,-21,15,-33,34,-33v19,0,34,12,34,33v0,18,-12,32,-34,32v-22,0,-34,-14,-34,-32","w":106},"\"":{"d":"27,-282v46,0,16,86,16,120v0,27,-32,26,-32,0v0,-33,-30,-120,16,-120xm93,-282v46,0,16,86,16,120v0,27,-32,26,-32,0v0,-33,-30,-120,16,-120","w":119},"#":{"d":"122,-104r6,-44r-37,0r-6,44r37,0xm132,-179r10,-73r32,0r-9,73r30,0r0,31r-35,0r-6,44r31,0r0,31r-35,0r-10,73r-32,0r10,-73r-37,0r-10,73r-32,0r10,-73r-31,0r0,-31r35,0r6,-44r-31,0r0,-31r35,0r10,-73r32,0r-10,73r37,0"},"$":{"d":"88,-37r0,-70v-51,-7,-82,-26,-82,-72v0,-45,31,-74,82,-79r0,-48r35,0r0,48v24,0,48,4,70,11r0,62r-44,0r0,-29v-8,-3,-17,-5,-26,-5r0,66v49,7,84,22,84,75v0,58,-51,81,-84,82r0,49r-35,0r0,-49v-32,0,-64,-5,-81,-11r0,-68r51,0r0,33v9,3,18,4,30,5xm88,-159r0,-60v-21,4,-31,17,-31,33v0,18,15,24,31,27xm123,-102r0,65v39,-1,56,-62,0,-65"},"%":{"d":"70,-171v34,0,34,-58,1,-58v-18,0,-24,14,-24,30v0,15,6,28,23,28xm131,-201v0,39,-28,59,-61,59v-40,0,-60,-22,-60,-58v0,-37,29,-58,62,-58v44,0,59,30,59,57xm222,-23v34,0,34,-58,1,-58v-18,0,-24,14,-24,30v0,15,6,28,23,28xm283,-53v0,39,-28,59,-61,59v-40,0,-60,-22,-60,-58v0,-37,29,-58,62,-58v44,0,59,30,59,57xm57,5r151,-278r29,16r-152,278","w":293},"&":{"d":"175,-123r0,-35r80,0r0,35r-19,0v-1,28,-10,51,-26,71v10,13,24,17,44,14r0,37v-33,2,-56,2,-71,-20v-48,50,-166,28,-166,-47v0,-34,20,-55,50,-72v-55,-48,-33,-116,42,-116v83,0,86,85,18,118r56,60v8,-10,14,-29,14,-45r-22,0xm102,-164v28,-3,46,-58,5,-58v-33,1,-35,41,-5,58xm156,-48r-63,-66v-43,22,-40,79,24,81v12,0,25,-3,39,-15","w":266},"(":{"d":"83,-286r34,21v-66,112,-77,223,-4,344r-37,21v-94,-140,-84,-256,7,-386","w":106},")":{"d":"24,100r-34,-22v65,-112,76,-222,4,-343r36,-21v94,140,85,256,-6,386","w":106},"*":{"d":"58,-235r-8,-42r33,0v-2,14,-8,30,-7,42r31,-29r16,29v-13,5,-29,7,-40,14r39,13r-16,28v-10,-8,-21,-23,-31,-27r8,41r-33,0r8,-42r-31,28r-16,-28v12,-5,28,-7,39,-14r-40,-13r17,-29","w":133},"+":{"d":"89,-111r0,-71r38,0r0,71r72,0r0,39r-72,0r0,72r-38,0r0,-72r-72,0r0,-39r72,0","w":216},",":{"d":"31,80r-23,-22v24,-19,29,-32,29,-45v0,-18,-20,-24,-20,-42v0,-18,14,-30,31,-30v26,0,39,26,39,50v0,37,-20,65,-56,89","w":106,"k":{" ":13}},"-":{"d":"24,-86r0,-43r105,0r0,43r-105,0","w":153},".":{"d":"19,-26v0,-21,15,-33,34,-33v19,0,34,12,34,33v0,18,-12,32,-34,32v-22,0,-34,-14,-34,-32","w":106,"k":{" ":13}},"\/":{"d":"-8,17r106,-299r37,13r-107,299","w":126},"0":{"d":"10,-119v0,-105,49,-139,101,-139v55,0,92,44,92,132v0,90,-47,132,-100,132v-49,0,-93,-28,-93,-125xm65,-123v0,66,14,88,42,88v20,0,41,-18,41,-91v0,-77,-21,-91,-40,-91v-22,0,-43,21,-43,94"},"1":{"d":"43,0r0,-37r48,0r0,-167v-16,15,-38,26,-56,39r-20,-33r90,-54r39,0r0,215r49,0r0,37r-150,0"},"2":{"d":"9,0r0,-35v27,-19,130,-98,130,-148v0,-26,-20,-34,-35,-34v-26,0,-41,18,-44,42r-50,0v0,-29,20,-83,96,-83v39,0,86,19,86,73v1,52,-53,96,-112,146v37,-4,79,-1,119,-2r0,41r-190,0"},"3":{"d":"67,-112r0,-35v47,0,64,-22,64,-43v0,-17,-14,-29,-33,-29v-21,0,-40,14,-40,36r-50,0v0,-33,30,-75,94,-75v48,0,81,25,81,64v1,31,-23,54,-52,61v33,1,62,21,62,61v0,27,-15,78,-107,78v-35,0,-57,-5,-77,-15r0,-49v41,28,132,33,132,-17v0,-32,-39,-37,-74,-37"},"4":{"d":"121,-107r-1,-99r-67,101v20,-4,45,-1,68,-2xm121,-37r0,-31r-116,0r0,-39r101,-145r65,0r0,145r44,0r0,39r-44,0r0,31r25,0r0,37r-100,0r0,-37r25,0"},"5":{"d":"27,-125r0,-127r155,0r0,37r-105,0r0,51v46,0,116,12,116,79v0,79,-99,109,-172,80r0,-41v12,6,42,11,64,11v40,0,55,-21,55,-43v0,-35,-31,-47,-113,-47"},"6":{"d":"155,-81v0,-51,-62,-53,-87,-23v0,52,21,69,46,69v34,0,41,-32,41,-46xm195,-251r-3,39v-16,-6,-32,-9,-45,-9v-55,-1,-78,46,-79,82v44,-45,136,-26,134,54v0,41,-24,91,-88,91v-56,0,-98,-37,-98,-119v0,-103,74,-168,179,-138"},"7":{"d":"18,-211r0,-41r177,0r0,32r-88,177v-7,15,-16,29,-26,43r-57,0v47,-64,74,-146,120,-211r-126,0"},"8":{"d":"69,-127v-82,-31,-61,-133,42,-131v109,2,109,103,36,127v34,9,57,32,57,65v0,55,-47,72,-100,72v-44,0,-95,-15,-95,-66v0,-32,22,-55,60,-67xm147,-190v0,-19,-16,-29,-39,-29v-23,0,-39,12,-39,30v0,17,13,28,39,39v28,-14,39,-23,39,-40xm154,-67v0,-17,-10,-28,-49,-41v-28,10,-44,24,-44,42v0,17,16,33,46,33v30,0,47,-16,47,-34"},"9":{"d":"58,-171v0,51,62,53,87,23v0,-52,-21,-69,-46,-69v-34,0,-41,32,-41,46xm18,-1r3,-39v16,6,33,9,46,9v55,1,77,-46,78,-82v-44,45,-136,26,-134,-54v0,-41,24,-91,88,-91v56,0,98,37,98,119v0,103,-74,168,-179,138"},":":{"d":"19,-160v0,-21,15,-33,34,-33v19,0,34,12,34,33v0,18,-12,32,-34,32v-22,0,-34,-14,-34,-32xm19,-26v0,-21,15,-33,34,-33v19,0,34,12,34,33v0,18,-12,32,-34,32v-22,0,-34,-14,-34,-32","w":106},";":{"d":"31,80r-23,-22v24,-19,29,-32,29,-45v0,-18,-20,-24,-20,-42v0,-18,14,-30,31,-30v26,0,39,26,39,50v0,37,-20,65,-56,89xm19,-160v0,-21,15,-33,34,-33v19,0,34,12,34,33v0,18,-12,32,-34,32v-22,0,-34,-14,-34,-32","w":106},"<":{"d":"17,-75r0,-33r182,-77r0,39r-139,55r139,55r0,39","w":216},"=":{"d":"17,-106r0,-39r182,0r0,39r-182,0xm17,-37r0,-39r182,0r0,39r-182,0","w":216},">":{"d":"156,-91r-139,-55r0,-39r182,77r0,33r-182,78r0,-39","w":216},"?":{"d":"23,-234r-2,-40v20,-5,41,-8,58,-8v72,0,89,43,89,67v1,87,-119,69,-82,127r-46,13v-8,-10,-13,-23,-13,-35v0,-52,86,-48,86,-98v0,-40,-56,-37,-90,-26xm24,-26v0,-21,15,-33,34,-33v19,0,34,12,34,33v0,18,-12,32,-34,32v-22,0,-34,-14,-34,-32","w":173},"@":{"d":"176,-140v0,-24,-11,-34,-29,-34v-29,0,-49,36,-49,64v0,21,10,35,27,35v30,0,51,-39,51,-65xm186,-173r7,-20r26,0r-31,112v0,5,3,8,12,8v19,0,42,-33,42,-72v0,-49,-43,-83,-92,-83v-61,0,-104,49,-104,103v0,101,130,129,187,70r30,0v-18,34,-59,59,-116,59v-75,0,-133,-48,-133,-130v0,-73,55,-130,136,-130v71,0,124,43,124,107v0,70,-55,100,-89,100v-19,1,-23,-10,-26,-20v-26,34,-91,23,-91,-36v0,-68,80,-133,118,-68","w":288},"A":{"d":"166,-124r-28,-89v-8,32,-20,60,-31,89r59,0xm195,-37r-16,-48r-86,0r-18,48r24,0r0,37r-94,0r0,-37r20,0r89,-215r58,0r83,215r20,0r0,37r-100,0r0,-37r20,0","w":280,"k":{"y":20,"w":20,"v":20,"u":9,"Y":36,"W":27,"V":27,"U":16,"T":27,"Q":13,"O":13,"G":13,"C":13}},"B":{"d":"10,-252v83,5,194,-23,194,63v0,41,-34,57,-52,57v35,0,67,22,67,63v0,33,-26,69,-95,69r-112,0r0,-37r25,0r0,-178r-27,0r0,-37xm90,-215r0,66v34,2,62,-3,63,-35v1,-30,-30,-33,-63,-31xm90,-108r0,71v38,4,76,-6,72,-36v2,-30,-35,-39,-72,-35","w":233,"k":{"A":11}},"C":{"d":"184,-40r2,-46r45,0r-2,78v-103,36,-217,-7,-217,-116v0,-68,44,-132,137,-132v32,0,59,5,83,14r0,71r-45,0r0,-41v-68,-22,-118,26,-118,85v0,38,17,90,85,90v7,0,21,0,30,-3","w":246,"k":{"A":6}},"D":{"d":"37,-37r0,-178r-27,0r0,-37r118,0v84,0,135,42,135,121v0,78,-50,131,-132,131r-121,0r0,-37r27,0xm90,-37v68,4,116,-11,116,-93v0,-76,-48,-89,-116,-85r0,178","w":273,"k":{"Y":27,"W":16,"V":20,"A":20,".":13,",":13}},"E":{"d":"152,-37r3,-42r43,0r-3,79r-181,0r0,-37r23,0r0,-178r-27,0r0,-37r184,0r3,74r-44,0r-2,-37r-61,0r0,66r63,0r0,39r-63,0r0,73r62,0"},"F":{"d":"153,-178r-2,-37r-59,0r0,70r69,0r0,38r-69,0r0,70r28,0r0,37r-103,0r0,-37r22,0r0,-178r-27,0r0,-37r182,0r3,74r-44,0","w":206,"k":{"r":11,"o":16,"i":6,"e":16,"a":27,"A":22,".":46,",":46}},"G":{"d":"156,-86r0,-39r99,0r0,39r-23,0r0,78v-107,35,-220,-5,-220,-116v0,-70,44,-132,139,-132v41,0,64,8,84,15r0,70r-45,0r0,-41v-71,-22,-121,26,-121,85v0,38,17,90,85,90v11,0,18,-1,27,-2r0,-47r-25,0","w":259},"H":{"d":"192,-145r0,-70r-23,0r0,-37r98,0r0,37r-23,0r0,178r23,0r0,37r-98,0r0,-37r23,0r0,-70r-104,0r0,70r23,0r0,37r-98,0r0,-37r23,0r0,-178r-23,0r0,-37r98,0r0,37r-23,0r0,70r104,0","w":280},"I":{"d":"37,-37r0,-178r-23,0r0,-37r98,0r0,37r-22,0r0,178r22,0r0,37r-98,0r0,-37r23,0","w":126},"J":{"d":"14,-215r0,-37r98,0r0,37r-22,0r0,141v0,78,-27,114,-90,145r-18,-36v73,-19,52,-154,55,-250r-23,0","w":119,"k":{"u":11,"o":4,"e":4,"a":4,"A":13}},"K":{"d":"14,0r0,-37r23,0r0,-178r-23,0r0,-37r98,0r0,37r-22,0r0,80v29,-25,57,-60,89,-80r-26,0r0,-37r102,0r0,37r-20,0r-93,83r97,95r21,0r0,37r-111,0r0,-37r29,0v-33,-24,-58,-56,-88,-83r0,83r22,0r0,37r-98,0","w":259,"k":{"y":20,"u":6,"O":6}},"L":{"d":"154,-37r3,-45r43,0r-3,82r-180,0r0,-37r22,0r0,-178r-22,0r0,-37r97,0r0,37r-22,0r0,178r62,0","w":206,"k":{"y":20,"Y":40,"W":33,"V":33,"T":33}},"M":{"d":"262,-37r-1,-145v-16,63,-45,122,-66,182r-51,0r-58,-151v-6,-13,-8,-28,-11,-33r0,147r27,0r0,37r-90,0r0,-37r22,0r0,-178r-26,0r0,-37r92,0r65,167v5,9,7,23,11,35v16,-68,49,-137,71,-202r92,0r0,37r-27,0r0,178r26,0r0,37r-97,0r0,-37r21,0","w":346},"N":{"d":"14,0r0,-37r23,0r0,-178r-32,0r0,-37r73,0r106,134v11,14,19,23,22,33r0,-130r-23,0r0,-37r91,0r0,37r-25,0r0,215r-38,0r-120,-150v-7,-8,-10,-17,-13,-20r0,133r25,0r0,37r-89,0","w":286,"k":{"A":9,".":9,",":9}},"O":{"d":"12,-126v0,-69,45,-130,125,-130v86,0,124,56,124,130v0,71,-36,130,-124,130v-88,0,-125,-59,-125,-130xm69,-126v0,49,18,89,68,89v50,0,67,-40,67,-89v0,-49,-19,-89,-67,-89v-48,0,-68,40,-68,89","w":273,"k":{"Y":27,"X":11,"W":16,"V":20,"T":9,"A":13,".":13,",":13}},"P":{"d":"39,-37r0,-178r-25,0r0,-37r104,0v61,0,93,26,93,75v0,60,-49,87,-119,80r0,60r25,0r0,37r-103,0r0,-37r25,0xm92,-134v39,3,68,-3,68,-41v0,-37,-30,-43,-68,-40r0,81","w":219,"k":{"o":16,"e":16,"a":9,"A":33,".":46,",":46}},"Q":{"d":"296,23r0,35v-63,22,-144,-54,-172,-54v-60,0,-112,-47,-112,-130v0,-69,45,-130,125,-130v146,0,161,199,59,249v34,7,62,39,100,30xm69,-126v0,49,18,89,68,89v50,0,67,-40,67,-89v0,-49,-19,-89,-67,-89v-48,0,-68,40,-68,89","w":273},"R":{"d":"123,-252v60,-3,85,23,87,69v2,38,-33,62,-59,66v38,-1,40,84,85,80r0,37v-50,-2,-55,12,-83,-38v-19,-22,-19,-68,-63,-65r0,66r22,0r0,37r-98,0r0,-37r23,0r0,-178r-25,0r0,-37r111,0xm90,-215r0,73v37,2,68,-2,68,-37v0,-32,-30,-39,-68,-36","w":233,"k":{"Y":13,"W":13,"V":13,"T":6}},"S":{"d":"152,-183r0,-30v-26,-16,-89,-1,-80,25v0,29,37,29,60,36v36,11,79,22,79,74v0,48,-32,82,-104,82v-28,0,-57,-3,-91,-14r0,-66r53,0r0,33v32,13,92,6,87,-28v8,-19,-44,-32,-69,-38v-52,-12,-69,-33,-69,-72v0,-40,28,-75,99,-75v31,0,61,5,83,13r0,60r-48,0","w":226},"T":{"d":"197,-181r-2,-34r-46,0r0,178r23,0r0,37r-98,0r0,-37r23,0r0,-178r-46,0r-2,34r-43,0r2,-71r230,0r2,71r-43,0","w":246,"k":{"y":46,"w":54,"u":46,"r":33,"o":40,"i":13,"h":6,"e":33,"a":33,"O":9,"A":33,";":27,":":27,".":33,"-":50,",":33}},"U":{"d":"165,-215r0,-37r98,0r0,37r-23,0r0,115v0,78,-32,104,-106,104v-138,0,-93,-109,-101,-219r-23,0r0,-37r98,0r0,37r-23,0v8,70,-29,179,51,178v33,0,57,-12,57,-60r0,-118r-28,0","w":273,"k":{"A":20,".":9,",":9}},"V":{"d":"172,-215r0,-37r98,0r0,37r-19,0r-85,215r-58,0r-85,-215r-20,0r0,-37r102,0r0,37r-21,0r57,174v15,-61,39,-116,57,-174r-26,0","w":273,"k":{"u":16,"o":23,"i":13,"e":27,"a":27,"O":13,"G":6,"A":27,";":27,":":27,".":40,"-":33,",":40}},"W":{"d":"308,-215r0,-37r98,0r0,37r-20,0r-84,215r-56,0r-41,-118r-43,118r-57,0r-84,-215r-20,0r0,-37r102,0r0,37r-21,0r57,174v11,-50,31,-92,46,-139r-13,-35r-24,0r0,-37r100,0r0,37r-23,0r45,144v4,8,4,22,8,30v14,-63,38,-115,56,-174r-26,0","w":406,"k":{"y":16,"u":13,"o":27,"i":6,"e":27,"a":27,"O":13,"A":27,";":13,":":13,".":33,"-":19,",":33}},"X":{"d":"160,-215r0,-37r87,0r0,37r-18,0r-70,83r75,95r21,0r0,37r-106,0r0,-37r21,0v-18,-15,-30,-37,-45,-55v-16,18,-30,40,-49,55r22,0r0,37r-93,0r0,-37r21,0r75,-86r-70,-92r-21,0r0,-37r106,0r0,37r-24,0v18,13,29,35,44,52v16,-17,28,-38,48,-52r-24,0","w":259},"Y":{"d":"172,-215r0,-37r91,0r0,37r-20,0r-83,115r0,63r23,0r0,37r-98,0r0,-37r22,0r0,-63r-84,-115r-19,0r0,-37r100,0r0,37r-20,0v21,23,36,52,55,77r58,-77r-25,0","w":266,"k":{"u":27,"o":40,"i":13,"e":40,"a":40,"S":9,"O":13,"A":36,";":27,":":27,".":40,"-":46,",":40}},"Z":{"d":"13,0r0,-35r127,-162v6,-8,12,-14,17,-18r-86,0r-3,33r-45,0r2,-70r193,0r0,37r-124,160v-6,8,-11,14,-17,18r95,0r2,-33r46,0r-3,70r-204,0","w":233},"[":{"d":"26,90r0,-367r79,0r0,37r-29,0r0,294r31,0r0,36r-81,0","w":106},"\\":{"d":"98,30r-106,-299r36,-13r107,299","w":126},"]":{"d":"30,54r0,-294r-30,0r0,-37r81,0r0,367r-79,0r0,-36r28,0","w":106},"^":{"d":"155,-121r-47,-92r-47,92r-39,0r64,-131r44,0r64,131r-39,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"15,-50v0,-57,50,-61,119,-61v6,-47,-30,-52,-67,-39r0,25r-43,0r0,-48v12,-7,42,-20,75,-20v50,0,83,18,83,73v0,31,-1,56,-2,83r21,0r0,37r-63,0v0,-13,-1,-29,2,-37v-13,28,-30,41,-62,41v-42,0,-63,-24,-63,-54xm134,-80v-37,-2,-74,6,-68,25v0,11,7,23,27,23v20,0,41,-13,41,-48","k":{"y":13,"w":11,"v":11,"t":6}},"b":{"d":"21,-12r0,-228r-29,0r0,-37r80,0r-3,124v11,-26,31,-40,63,-40v41,0,73,30,73,86v0,51,-25,111,-105,111v-33,0,-66,-8,-79,-16xm114,-152v-56,0,-41,57,-43,108v42,22,84,-10,84,-57v0,-26,-10,-51,-41,-51","w":219,"k":{"y":13,"v":6,"u":6}},"c":{"d":"126,-129r0,-25v-41,-11,-64,23,-64,55v0,32,16,62,59,62v17,0,32,-3,47,-10r-2,42v-18,7,-32,9,-57,9v-64,0,-98,-44,-98,-98v0,-85,83,-117,159,-90r0,55r-44,0","w":180,"k":{"y":11,"k":6,"h":6}},"d":{"d":"147,-188r0,-52r-29,0r0,-37r80,0r0,240r21,0r0,37r-71,0v-1,-13,5,-26,4,-36v-30,68,-141,46,-141,-46v0,-60,51,-131,136,-106xm102,-39v47,0,46,-56,44,-106v-39,-21,-82,8,-82,51v0,30,14,55,38,55","w":233,"k":{"y":13,"w":11,"v":11,"d":4}},"e":{"d":"197,-83r-131,0v0,53,78,58,120,35r-2,40v-23,9,-44,12,-70,12v-73,0,-103,-45,-103,-97v0,-59,36,-100,95,-100v65,0,91,49,91,110xm66,-117r76,0v0,-26,-15,-41,-38,-41v-23,0,-36,15,-38,41","w":206,"k":{"y":9,"w":6,"v":4}},"f":{"d":"32,-37r0,-115r-26,0r0,-36r26,0v-10,-76,43,-106,119,-90r0,36v-41,-12,-80,4,-69,54r40,0r0,36r-40,0r0,115r27,0r0,37r-99,0r0,-37r22,0","w":126},"g":{"d":"206,-188r0,34r-32,0v6,7,12,21,12,37v-1,50,-44,64,-97,64v-15,0,-17,19,1,21v49,4,113,0,113,56v0,27,-23,71,-100,71v-76,0,-95,-28,-95,-51v0,-17,12,-33,42,-43v-46,-10,-23,-57,10,-60v-83,-27,-48,-142,38,-134v34,3,69,6,108,5xm61,-121v0,20,15,32,40,32v31,0,42,-17,42,-34v0,-20,-17,-33,-40,-33v-22,0,-42,10,-42,35xm155,32v0,-24,-55,-14,-78,-21v-9,3,-21,11,-21,22v0,18,20,25,51,25v22,0,48,-9,48,-26"},"h":{"d":"35,-37r0,-203r-29,0r0,-37r78,0r-2,128v9,-25,32,-44,65,-44v76,0,66,82,65,156r22,0r0,37r-93,0r0,-37r21,0v-3,-43,14,-112,-33,-112v-54,0,-43,60,-44,112r22,0r0,37r-93,0r0,-37r21,0","w":246,"k":{"y":16}},"i":{"d":"35,-37r0,-115r-25,0r0,-36r75,0r0,151r22,0r0,37r-93,0r0,-37r21,0xm24,-251v0,-19,13,-31,34,-31v21,0,34,12,34,31v0,19,-13,31,-34,31v-21,0,-34,-12,-34,-31","w":119,"k":{"v":11}},"j":{"d":"10,-152r0,-36r75,0r0,147v0,91,-37,130,-107,136r-5,-40v80,-9,59,-120,62,-207r-25,0xm24,-251v0,-19,13,-31,34,-31v21,0,34,12,34,31v0,19,-13,31,-34,31v-21,0,-34,-12,-34,-31","w":119},"k":{"d":"17,0r0,-37r21,0r0,-203r-29,0r0,-37r79,0r0,169r58,-44r-26,0r0,-36r96,0r0,36r-17,0r-58,47r63,68r21,0r0,37r-100,0r0,-37r19,0v-20,-16,-37,-40,-56,-59r0,59r17,0r0,37r-88,0","w":226},"l":{"d":"31,-37r0,-203r-28,0r0,-37r79,0r0,240r21,0r0,37r-92,0r0,-37r20,0","w":113,"k":{"y":11,"w":9}},"m":{"d":"263,0r0,-37r18,0v-3,-43,14,-112,-33,-112v-46,0,-41,63,-40,112r22,0r0,37r-90,0r0,-37r18,0v-3,-43,14,-112,-33,-112v-49,0,-40,63,-40,112r22,0r0,37r-93,0r0,-37r21,0r0,-115r-25,0r0,-36r74,0v1,12,-2,27,-2,38v13,-53,113,-61,121,0v9,-26,30,-43,63,-43v76,0,67,82,66,156r21,0r0,37r-90,0","w":366,"k":{"y":16,"u":6}},"n":{"d":"35,-37r0,-115r-25,0r0,-36r74,0v1,12,-2,28,-2,39v9,-25,32,-44,65,-44v76,0,66,82,65,156r22,0r0,37r-93,0r0,-37r21,0v-3,-43,14,-112,-33,-112v-54,0,-43,60,-44,112r22,0r0,37r-91,0r0,-37r19,0","w":246,"k":{"y":13,"v":11,"u":4}},"o":{"d":"11,-92v0,-54,37,-101,99,-101v63,0,99,35,99,101v0,56,-39,96,-99,96v-60,0,-99,-32,-99,-96xm66,-91v0,34,13,54,44,54v31,0,44,-20,44,-54v0,-40,-13,-61,-44,-61v-31,0,-44,27,-44,61","w":220,"k":{"y":11,"x":4,"w":6,"v":6}},"p":{"d":"32,54r0,-206r-29,0r0,-36r78,0v1,11,-3,25,-2,35v12,-26,32,-40,64,-40v41,0,73,30,73,86v0,60,-46,127,-134,108r0,53r22,0r0,36r-93,0r0,-36r21,0xm125,-152v-57,0,-42,58,-44,110v45,18,84,-12,84,-59v0,-26,-9,-51,-40,-51","w":233,"k":{"y":13,".":13,",":13}},"q":{"d":"149,54v-1,-30,2,-67,3,-90v-11,27,-27,40,-60,40v-43,0,-77,-32,-77,-86v0,-51,29,-111,110,-111v28,0,57,8,74,16r0,231r23,0r0,36r-93,0r0,-36r20,0xm107,-39v47,0,45,-57,43,-106v-39,-21,-82,8,-82,51v0,30,15,55,39,55","w":233},"r":{"d":"38,-37r0,-115r-25,0r0,-36r73,0v1,12,-2,28,-2,43v9,-37,34,-55,70,-45r-3,45v-35,-8,-63,10,-63,47r0,61r24,0r0,37r-95,0r0,-37r21,0","w":153,"k":{"o":6,"i":-4,"e":9,"d":6,"a":6,".":20,"-":13,",":20}},"s":{"d":"125,-134r0,-19v-22,-10,-66,-4,-63,15v-1,21,38,17,56,20v43,8,61,23,61,57v0,33,-23,65,-89,65v-23,0,-54,-5,-74,-12r0,-52r46,0r0,21v22,8,64,16,70,-16v4,-21,-49,-22,-71,-26v-33,-5,-47,-23,-47,-50v0,-73,92,-71,156,-49r0,46r-45,0","w":193,"k":{"w":9}},"t":{"d":"35,-188r0,-39r50,-3r0,42r50,0r0,36r-50,0r0,84v-3,39,26,37,52,28r-2,35v-47,19,-100,10,-100,-41r0,-106r-26,0r0,-36r26,0","w":133},"u":{"d":"132,-152r0,-36r75,0r0,151r22,0r0,37r-71,0v-1,-13,3,-32,4,-39v-12,30,-33,43,-65,43v-78,0,-63,-83,-64,-156r-25,0r0,-36r76,0r0,105v0,27,3,46,33,46v46,0,40,-67,39,-115r-24,0","w":240},"v":{"d":"126,-152r0,-36r90,0r0,36r-17,0r-64,152r-55,0r-66,-152r-17,0r0,-36r93,0r0,36r-18,0r39,109v8,-41,25,-72,37,-109r-22,0","k":{"o":6,"e":4,"a":6,".":27,",":27}},"w":{"d":"243,-152r0,-36r90,0r0,36r-18,0r-65,152r-52,0r-31,-81v-7,32,-23,53,-33,81r-52,0r-64,-152r-17,0r0,-36r90,0r0,36r-18,0v15,32,27,72,39,107v10,-30,24,-57,36,-85r-9,-22r-20,0r0,-36r92,0r0,36r-20,0v14,32,28,71,39,107v9,-37,23,-75,37,-107r-24,0","w":333,"k":{"o":9,"e":9,"a":6,".":27,",":27}},"x":{"d":"134,-152r0,-36r83,0r0,36r-19,0r-54,52r59,63r20,0r0,37r-99,0r0,-37r21,0v-13,-8,-22,-22,-33,-32v-12,10,-24,23,-37,32r22,0r0,37r-87,0r0,-37r19,0r60,-56r-55,-59r-21,0r0,-36r100,0r0,36v-6,1,-16,-2,-20,1v12,7,19,19,29,28r32,-29r-20,0","w":233,"k":{"e":6}},"y":{"d":"132,-152r0,-36r84,0r0,36r-17,0r-58,156v-32,83,-55,100,-123,86r0,-39v41,10,52,9,75,-38r-72,-165r-17,0r0,-36r93,0r0,36r-19,0v17,33,29,74,40,113v7,-42,22,-79,38,-113r-24,0","w":219,"k":{"o":11,"e":11,"a":9,".":27,",":27}},"z":{"d":"14,0r0,-37r108,-115r-58,0r-2,25r-43,0r2,-61r163,0r0,36r-98,107v-4,4,-7,7,-10,8r65,0r0,-26r45,0r-3,63r-169,0","w":200},"{":{"d":"0,-80r0,-27v40,-5,26,-73,28,-116v2,-47,33,-58,80,-54r0,27v-48,-7,-30,61,-30,101v0,31,-18,48,-37,56v44,8,38,75,37,129v-1,21,8,31,30,28r0,26v-46,4,-78,-6,-80,-53v-2,-44,12,-112,-28,-117","w":106},"|":{"d":"21,4r0,-281r38,0r0,281r-38,0","w":79},"}":{"d":"107,-107r0,27v-41,4,-27,73,-29,117v-2,47,-33,57,-79,53r0,-26v48,7,29,-62,29,-102v0,-31,19,-48,38,-56v-44,-8,-39,-73,-38,-128v1,-21,-7,-30,-29,-28r0,-27v47,-4,77,7,79,54v2,44,-12,111,29,116","w":106},"~":{"d":"25,-92v21,-57,86,-17,122,-6v10,0,19,-9,31,-27r13,35v-20,58,-89,15,-122,6v-10,0,-19,8,-31,26","w":216},"'":{"d":"40,-282v46,0,16,86,16,120v0,27,-32,26,-32,0v0,-33,-30,-120,16,-120","w":79},"`":{"d":"-11,-271r25,-25r79,63r-27,21","w":119},"\u00a0":{"w":106,"k":{"Y":33,"W":20,"V":27,"T":20,"A":9}}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  Dutch Design: Albert-Jan Pool, 1995. Published by FontShop International
 * FontFont release 15
 */
Cufon.registerFont({"w":185,"face":{"font-family":"DIN","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-4 -290 349 84.7444","underline-thickness":"13.68","underline-position":"-43.92","stemh":"16","stemv":"18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":91},"!":{"d":"70,-256r-1,187r-18,0r-1,-187r20,0xm72,0r-24,0r0,-24r24,0r0,24","w":109},"\"":{"d":"113,-200r-23,0r0,-56r23,0r0,56xm57,-200r-23,0r0,-56r23,0r0,56","w":146},"#":{"d":"212,-157r-36,0r-9,55r34,0r0,16r-37,0r-14,86r-18,0r14,-86r-63,0r-14,86r-18,0r14,-86r-35,0r0,-16r37,0r9,-55r-35,0r0,-17r37,0r13,-82r19,0r-13,82r63,0r13,-82r18,0r-13,82r34,0r0,17xm157,-157r-63,0r-9,55r63,0","w":230},"$":{"d":"95,-122v-43,-4,-71,-25,-71,-66v0,-40,27,-67,71,-70r0,-32r17,0r0,32v27,1,45,10,65,27r-12,13v-14,-13,-29,-22,-53,-24r0,105v47,6,78,23,78,68v0,41,-29,68,-78,71r0,39r-17,0r0,-39v-33,-1,-55,-12,-77,-34r14,-13v21,21,37,29,63,30r0,-107xm95,-140r0,-102v-47,0,-68,57,-39,86v11,11,26,14,39,16xm112,-15v52,2,77,-57,45,-89v-13,-13,-28,-12,-45,-15r0,104","w":211},"%":{"d":"273,-84v0,47,-4,87,-47,87v-43,0,-47,-40,-47,-87v0,-28,19,-48,47,-48v28,0,47,20,47,48xm217,-256r-119,256r-17,0r120,-256r16,0xm120,-211v0,47,-4,87,-48,87v-43,0,-47,-40,-47,-87v0,-28,19,-48,47,-48v28,0,48,20,48,48xm226,-11v37,1,31,-38,31,-73v0,-21,-9,-35,-31,-35v-37,0,-33,38,-32,73v0,22,10,35,32,35xm72,-138v36,1,33,-37,32,-72v0,-21,-10,-35,-32,-35v-36,0,-31,37,-31,72v0,22,9,35,31,35","w":298},"&":{"d":"238,0r-25,0r-24,-30v-10,10,-37,32,-79,32v-47,0,-80,-29,-80,-73v0,-41,29,-59,59,-79v-14,-16,-29,-35,-29,-57v0,-29,24,-51,53,-51v29,0,52,22,52,51v0,30,-29,45,-49,59r74,89v11,-17,15,-31,15,-64r19,0v0,32,-6,58,-22,78xm105,-161v19,-13,41,-21,41,-46v0,-19,-14,-34,-33,-34v-43,0,-43,47,-8,80xm178,-44r-78,-94v-24,17,-50,33,-50,66v0,66,83,75,128,28","w":268},"'":{"d":"57,-200r-23,0r0,-56r23,0r0,56","w":91},"(":{"d":"53,-31v0,26,10,39,25,52r-12,13v-18,-17,-32,-32,-31,-62r0,-200v-1,-30,14,-46,31,-62r12,12v-14,14,-25,26,-25,52r0,195","w":102},")":{"d":"37,-290v17,17,30,33,30,62r0,200v0,29,-13,45,-30,62r-14,-13v15,-13,26,-25,25,-52r0,-195v1,-26,-11,-38,-25,-51","w":102},"*":{"d":"142,-171r-8,13r-43,-26r1,51r-16,0r1,-51r-43,26r-8,-13r44,-25r-44,-24r8,-14r43,26r-1,-50r16,0r-1,50r43,-26r8,14r-44,24","w":168},"+":{"d":"166,-86r-65,0r0,65r-17,0r0,-65r-65,0r0,-17r65,0r0,-65r17,0r0,65r65,0r0,17"},",":{"d":"59,24r-25,25r0,-73r25,0r0,48","w":92},"-":{"d":"124,-86r-94,0r0,-17r94,0r0,17","w":153},".":{"d":"61,0r-27,0r0,-27r27,0r0,27","w":95},"\/":{"d":"122,-283r-103,310r-19,0r103,-310r19,0","w":121},"0":{"d":"160,-66v0,40,-27,68,-67,68v-40,0,-68,-28,-68,-68r0,-124v0,-40,28,-68,68,-68v40,0,67,28,67,68r0,124xm93,-14v73,-2,48,-106,48,-174v0,-30,-16,-54,-48,-54v-74,2,-49,105,-49,174v0,30,17,54,49,54"},"1":{"d":"113,0r-19,0r0,-235r-46,41r0,-22r46,-40r19,0r0,256"},"2":{"d":"162,0r-136,0r0,-16r103,-135v28,-33,13,-91,-35,-91v-27,0,-49,15,-49,51r-19,0v0,-38,26,-67,68,-67v62,0,85,70,50,116r-96,126r114,0r0,16"},"3":{"d":"161,-68v0,46,-32,71,-73,71v-40,0,-70,-21,-73,-65r18,0v3,35,28,48,55,48v31,0,55,-20,55,-54v0,-37,-19,-57,-61,-55v1,-6,-4,-18,5,-16v34,0,51,-19,51,-52v0,-34,-22,-52,-50,-52v-30,0,-48,19,-51,47r-19,0v4,-40,33,-63,70,-63v70,0,95,103,32,127v28,10,41,32,41,64"},"4":{"d":"170,-42r-35,0r0,42r-18,0r0,-42r-102,0r0,-16r95,-198r19,0r-94,198r82,0r0,-82r18,0r0,82r35,0r0,16"},"5":{"d":"98,-168v47,0,64,44,64,84v0,45,-20,87,-69,87v-40,0,-64,-22,-66,-60r18,0v4,27,18,43,48,43v38,0,51,-36,51,-70v0,-32,-6,-68,-48,-68v-23,0,-41,10,-46,27r-17,0r0,-131r124,0r0,16r-107,0r0,91v11,-13,27,-19,48,-19"},"6":{"d":"161,-72v0,41,-24,74,-67,74v-65,1,-81,-70,-54,-125r66,-133r18,0r-59,118v49,-21,96,15,96,66xm143,-71v0,-31,-17,-57,-50,-57v-30,0,-49,22,-49,57v0,34,19,57,49,57v30,0,50,-23,50,-57"},"7":{"d":"165,-240r-90,240r-19,0r91,-240r-98,0r0,40r-18,0r0,-56r134,0r0,16"},"8":{"d":"125,-133v66,26,46,135,-32,135v-41,0,-74,-30,-74,-71v0,-30,17,-51,41,-64v-59,-27,-39,-125,33,-125v71,0,91,99,32,125xm142,-192v0,-30,-20,-50,-49,-50v-29,0,-50,20,-50,50v0,30,21,51,50,51v29,0,49,-21,49,-51xm147,-69v0,-31,-23,-56,-54,-56v-31,0,-55,25,-55,56v0,31,24,55,55,55v31,0,54,-24,54,-55"},"9":{"d":"91,-258v65,-1,81,70,54,125r-66,133r-18,0r59,-118v-49,21,-96,-15,-96,-66v0,-41,24,-74,67,-74xm141,-185v0,-34,-20,-57,-50,-57v-30,0,-49,23,-49,57v0,31,16,56,49,56v30,0,50,-21,50,-56"},":":{"d":"71,-112r-27,0r0,-27r27,0r0,27xm71,0r-27,0r0,-27r27,0r0,27","w":105},";":{"d":"71,-112r-27,0r0,-27r27,0r0,27xm69,24r-24,25r0,-73r24,0r0,48","w":105},"<":{"d":"349,-86r-295,0r137,137r-25,0r-145,-146r145,-145r25,0r-137,136r295,0r0,18","w":369},"=":{"d":"166,-114r-147,0r0,-17r147,0r0,17xm166,-59r-147,0r0,-17r147,0r0,17"},">":{"d":"349,-95r-145,146r-25,0r136,-137r-294,0r0,-18r294,0r-136,-136r25,0","w":369},"?":{"d":"93,-258v56,0,84,66,49,106v-14,25,-41,41,-37,83r-19,0v-5,-61,53,-73,53,-126v0,-27,-20,-47,-46,-47v-28,0,-46,22,-46,47r-18,0v0,-34,26,-63,64,-63xm108,0r-24,0r0,-24r24,0r0,24","w":175},"@":{"d":"98,-256v70,0,125,7,125,73r0,183r-18,0r0,-21v-42,50,-129,15,-116,-66v-14,-84,73,-115,116,-65v5,-53,-9,-88,-56,-90v-57,-2,-103,2,-103,58r0,127v0,24,4,34,22,47r-12,13v-49,-27,-24,-119,-28,-186v-3,-43,27,-73,70,-73xm205,-87v0,-35,-6,-73,-49,-73v-43,0,-48,38,-48,73v0,35,5,73,48,73v43,0,49,-38,49,-73","w":250},"A":{"d":"211,0r-21,0r-22,-62r-119,0r-23,62r-21,0r95,-256r17,0xm162,-80r-54,-150r-53,150r107,0","w":216},"B":{"d":"212,-70v0,83,-92,70,-172,70r0,-256v78,-1,169,-11,168,67v0,27,-15,49,-40,57v28,9,44,32,44,62xm189,-189v0,-62,-71,-49,-130,-50r0,99v59,-2,130,13,130,-49xm193,-70v0,-62,-73,-53,-134,-52r0,105v61,1,134,9,134,-53","w":241},"C":{"d":"49,-128v0,81,13,113,68,113v35,0,60,-23,68,-58r19,0v-8,46,-42,75,-87,75v-65,0,-87,-40,-87,-130v0,-91,21,-130,87,-130v46,0,79,28,87,74r-19,0v-8,-35,-33,-57,-68,-57v-54,0,-68,33,-68,113","w":231},"D":{"d":"126,-256v69,-5,89,62,89,124v0,35,0,82,-25,109v-29,31,-93,21,-150,23r0,-256r86,0xm195,-132v0,-28,2,-66,-19,-87v-26,-28,-70,-18,-117,-20r0,222v47,-2,91,8,117,-20v21,-21,19,-67,19,-95","w":244},"E":{"d":"195,0r-155,0r0,-256r155,0r0,17r-136,0r0,101r116,0r0,17r-116,0r0,104r136,0r0,17","w":215},"F":{"d":"195,-239r-136,0r0,105r116,0r0,18r-116,0r0,116r-19,0r0,-256r155,0r0,17","w":207},"G":{"d":"117,-15v47,0,77,-40,69,-99r-69,0r0,-17r89,0v10,79,-23,133,-89,133v-65,0,-87,-40,-87,-130v0,-91,21,-130,87,-130v45,0,80,29,88,74r-20,0v-8,-35,-33,-57,-68,-57v-54,0,-68,33,-68,113v0,81,13,113,68,113","w":234},"H":{"d":"212,0r-19,0r0,-121r-134,0r0,121r-19,0r0,-256r19,0r0,118r134,0r0,-118r19,0r0,256","w":251},"I":{"d":"59,0r-19,0r0,-256r19,0r0,256","w":98},"J":{"d":"143,-76v6,72,-87,102,-132,56r13,-13v30,35,100,17,100,-47r0,-176r19,0r0,180","w":179},"K":{"d":"226,0r-23,0r-83,-144r-61,75r0,69r-19,0r0,-256r19,0r0,160r130,-160r23,0r-79,98","w":232},"L":{"d":"195,0r-155,0r0,-256r19,0r0,239r136,0r0,17","w":205},"M":{"d":"255,0r-20,0r0,-211r-77,175r-20,0r-79,-175r0,211r-19,0r0,-256r19,0r89,197r87,-197r20,0r0,256","w":294},"N":{"d":"226,0r-19,0r-148,-223r0,223r-19,0r0,-256r19,0r148,222r0,-222r19,0r0,256","w":266},"O":{"d":"117,-258v64,6,88,41,88,130v0,90,-23,123,-88,130v-64,-6,-87,-40,-87,-130v0,-91,22,-123,87,-130xm117,-15v54,-7,69,-32,69,-113v0,-82,-14,-105,-69,-113v-54,8,-68,33,-68,113v0,81,14,105,68,113","w":234},"P":{"d":"211,-183v0,77,-74,78,-152,74r0,109r-19,0r0,-256v82,-1,171,-11,171,73xm192,-183v0,-67,-70,-56,-133,-56r0,113v0,0,133,11,133,-57","w":227},"Q":{"d":"117,-258v64,6,88,41,88,130v0,53,0,77,-18,98r30,30r-13,13r-30,-30v-75,46,-164,2,-144,-111v-7,-90,22,-123,87,-130xm49,-128v0,81,13,113,68,113v16,0,32,-5,44,-15r-36,-36r13,-13r36,35v11,-17,12,-38,12,-84v0,-82,-14,-105,-69,-113v-54,8,-68,33,-68,113","w":234},"R":{"d":"213,0r-22,0r-61,-118r-71,0r0,118r-19,0r0,-256v79,0,172,-14,171,68v0,38,-23,64,-59,70xm191,-187v0,-64,-71,-51,-132,-52r0,104v61,-1,132,12,132,-52","w":236},"S":{"d":"168,-118v47,43,14,120,-64,120v-38,0,-63,-11,-86,-34r14,-13v35,46,138,40,139,-23v1,-86,-147,-19,-147,-120v0,-75,110,-90,153,-43r-12,13v-27,-36,-122,-33,-122,29v0,64,94,42,125,71","w":211},"T":{"d":"183,-239r-76,0r0,239r-20,0r0,-239r-76,0r0,-17r172,0r0,17","w":194},"U":{"d":"212,-83v0,50,-37,85,-88,85v-51,0,-88,-35,-88,-85r0,-173r19,0r0,170v0,42,28,71,69,71v41,0,68,-29,68,-71r0,-170r20,0r0,173","w":247},"V":{"d":"189,-256r-85,256r-16,0r-84,-256r20,0r72,222r72,-222r21,0","w":192},"W":{"d":"296,-256r-64,256r-20,0r-60,-223r-61,223r-20,0r-64,-256r21,0r54,223r59,-223r21,0r59,223r54,-223r21,0","w":303},"X":{"d":"185,0r-23,0r-67,-114r-67,114r-22,0r79,-131r-73,-125r22,0r61,107r62,-107r22,0r-73,125","w":191},"Y":{"d":"174,-256r-75,150r0,106r-20,0r0,-106r-75,-150r20,0r66,129r63,-129r21,0","w":177},"Z":{"d":"179,0r-156,0r0,-21r135,-218r-130,0r0,-17r151,0r0,17r-137,222r137,0r0,17","w":201},"[":{"d":"88,27r-53,0r0,-310r53,0r0,16r-35,0r0,277r35,0r0,17","w":104},"\\":{"d":"122,27r-19,0r-103,-310r19,0","w":121},"]":{"d":"69,27r-53,0r0,-15r36,0r0,-280r-36,0r0,-15r53,0r0,310","w":104},"^":{"d":"158,-152r-19,0r-46,-87r-47,87r-19,0r57,-106r17,0"},"_":{"d":"185,58r-185,0r0,-14r185,0r0,14"},"`":{"d":"107,-212r-21,0r-38,-53r24,0","w":180},"a":{"d":"137,-17v-32,34,-117,25,-117,-31v0,-52,61,-52,117,-50v3,-40,-6,-61,-49,-61v-24,0,-37,5,-48,21r-13,-11v28,-47,128,-32,128,30r0,119r-18,0r0,-17xm84,-14v39,0,60,-22,53,-69v-42,0,-98,-8,-98,35v0,23,14,34,45,34","w":188},"b":{"d":"105,-176v50,-2,65,46,65,89v0,43,-15,91,-65,89v-19,0,-37,-4,-52,-24r0,22r-18,0r0,-256r18,0r0,105v15,-20,33,-25,52,-25xm151,-87v0,-36,-7,-72,-49,-72v-42,0,-49,36,-49,72v0,36,7,73,49,73v42,0,49,-37,49,-73","w":194},"c":{"d":"43,-87v-8,66,64,98,103,51r12,12v-49,56,-133,19,-133,-63v0,-83,85,-119,133,-62r-12,11v-39,-46,-111,-13,-103,51","w":177},"d":{"d":"25,-87v0,-44,15,-91,65,-89v19,0,36,5,51,25r0,-105r18,0r0,256r-18,0r0,-22v-15,20,-32,24,-51,24v-50,2,-65,-45,-65,-89xm141,-87v0,-36,-7,-72,-49,-72v-42,0,-49,36,-49,72v0,36,7,73,49,73v42,0,49,-37,49,-73","w":194},"e":{"d":"164,-83r-121,0v-6,68,68,89,105,48r13,11v-46,51,-136,27,-136,-63v0,-56,25,-89,69,-89v45,0,72,36,70,93xm145,-98v6,-64,-74,-81,-96,-32v-4,11,-5,15,-6,32r102,0","w":188},"f":{"d":"98,-160r-39,0r0,160r-19,0r0,-160r-23,0r0,-14r23,0v-4,-49,3,-90,58,-82r0,16v-42,-7,-41,27,-39,66r39,0r0,14","w":109},"g":{"d":"25,-87v0,-44,15,-91,65,-89v19,0,36,5,51,25r0,-23r18,0r0,184v7,71,-85,98,-128,52r13,-12v31,37,105,16,97,-41r0,-31v-15,20,-32,24,-51,24v-50,2,-65,-45,-65,-89xm141,-87v0,-36,-7,-72,-49,-72v-42,0,-49,36,-49,72v0,36,7,73,49,73v42,0,49,-37,49,-73","w":194},"h":{"d":"168,0r-18,0v-5,-63,22,-159,-48,-159v-70,0,-44,95,-49,159r-18,0r0,-256r18,0r0,103v34,-43,115,-23,115,42r0,111","w":201},"i":{"d":"55,-234r-22,0r0,-22r22,0r0,22xm53,0r-18,0r0,-174r18,0r0,174","w":88},"j":{"d":"55,-234r-22,0r0,-22r22,0r0,22xm53,38v1,33,-20,49,-57,45r0,-16v26,2,39,-6,39,-30r0,-211r18,0r0,212","w":88},"k":{"d":"175,0r-22,0r-60,-95r-40,45r0,50r-18,0r0,-256r18,0r0,180r86,-98r24,0r-58,65","w":189},"l":{"d":"92,0v-37,4,-59,-12,-58,-45r0,-211r19,0r0,211v-2,24,13,31,39,29r0,16","w":103},"m":{"d":"161,-144v28,-53,122,-37,122,33r0,111r-18,0v-5,-63,22,-159,-48,-159v-71,0,-44,95,-49,159r-18,0v-5,-63,22,-159,-48,-159v-70,0,-44,95,-49,159r-18,0r0,-174r18,0r0,21v26,-33,92,-30,108,9","w":316},"n":{"d":"53,-153v34,-43,115,-23,115,42r0,111r-18,0v-5,-63,22,-159,-48,-159v-70,0,-44,95,-49,159r-18,0r0,-174r18,0r0,21","w":201},"o":{"d":"95,-176v47,0,70,45,70,89v0,44,-23,89,-70,89v-47,0,-70,-44,-70,-89v0,-45,22,-89,70,-89xm95,-14v37,0,55,-37,51,-73v3,-35,-13,-72,-51,-72v-37,0,-52,37,-52,72v0,36,15,73,52,73","w":189},"p":{"d":"105,-176v50,-2,65,46,65,89v0,43,-15,91,-65,89v-19,0,-37,-4,-52,-24r0,105r-18,0r0,-257r18,0r0,23v15,-20,33,-25,52,-25xm151,-87v0,-36,-7,-72,-49,-72v-42,0,-49,36,-49,72v0,36,7,73,49,73v42,0,49,-37,49,-73","w":194},"q":{"d":"25,-87v0,-44,15,-91,65,-89v19,0,36,5,51,25r0,-23r18,0r0,257r-18,0r0,-105v-15,20,-32,24,-51,24v-50,2,-65,-45,-65,-89xm141,-87v0,-36,-7,-72,-49,-72v-42,0,-49,36,-49,72v0,36,7,73,49,73v42,0,49,-37,49,-73","w":194},"r":{"d":"146,-159r-14,13v-29,-31,-79,-3,-79,39r0,107r-18,0r0,-174r18,0r0,24v17,-29,68,-36,93,-9","w":147},"s":{"d":"158,-49v0,59,-109,65,-140,26r13,-12v20,30,109,30,109,-14v0,-29,-34,-30,-62,-32v-35,-3,-52,-18,-52,-45v0,-55,90,-63,123,-31r-13,12v-24,-23,-94,-21,-92,19v3,55,114,4,114,77","w":177},"t":{"d":"97,0v-83,12,-53,-91,-58,-160r-24,0r0,-14r24,0r0,-55r19,0r0,55r39,0r0,14r-39,0r0,115v-1,23,14,31,39,29r0,16","w":117},"u":{"d":"148,-21v-34,43,-115,23,-115,-42r0,-111r18,0v5,64,-22,160,48,160v70,0,45,-96,49,-160r18,0r0,174r-18,0r0,-21","w":201},"v":{"d":"150,-174r-64,174r-18,0r-63,-174r20,0r52,152r53,-152r20,0","w":154},"w":{"d":"251,-174r-55,174r-19,0r-49,-145r-49,145r-19,0r-55,-174r20,0r44,152r50,-152r18,0r50,152r44,-152r20,0","w":256},"x":{"d":"151,0r-22,0r-46,-73r-46,73r-23,0r59,-89r-56,-85r22,0r44,70r43,-70r23,0r-56,85","w":165},"y":{"d":"150,-174r-81,221v-7,23,-26,33,-53,31v1,-7,-4,-19,7,-16v36,2,32,-39,45,-62r-63,-174r20,0r52,152r53,-152r20,0","w":154},"z":{"d":"143,0r-124,0r0,-17r105,-140r-99,0r0,-17r118,0r0,18r-104,140r104,0r0,16","w":162},"{":{"d":"65,-18v0,26,4,29,31,28r0,17v-68,10,-50,-64,-50,-119v0,-20,-9,-29,-28,-28v1,-6,-4,-19,6,-16v60,-8,-27,-160,72,-147v-1,6,4,18,-5,16v-24,0,-25,4,-26,28v-4,42,13,98,-22,111v35,13,22,68,22,110","w":113},"|":{"d":"66,27r-18,0r0,-310r18,0r0,310","w":114},"}":{"d":"18,-283v103,-13,2,145,78,147v-1,7,4,19,-7,16v-60,9,27,160,-71,147r0,-17v72,9,-5,-112,53,-138v-35,-13,-22,-68,-22,-111v0,-26,-5,-28,-31,-28r0,-16","w":113},"~":{"d":"19,-92v43,-62,92,30,136,-19r11,11v-43,63,-91,-31,-136,19"},"\u00a0":{"w":91}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  Dutch Design: Albert-Jan Pool, 1995. Published by FontShop International
 * FontFont release 15
 */
Cufon.registerFont({"w":195,"face":{"font-family":"DIN","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-8 -290 352 71.3839","underline-thickness":"31.32","underline-position":"-33.12","stemh":"42","stemv":"47","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":83},"!":{"d":"98,-256r-11,176r-36,0r-11,-176r58,0xm94,0r-50,0r0,-48r50,0r0,48","w":124},"\"":{"d":"142,-180r-43,0r0,-76r43,0r0,76xm68,-180r-44,0r0,-76r44,0r0,76","w":167},"#":{"d":"231,-151r-32,0r-5,39r25,0r0,44r-33,0r-10,68r-50,0r12,-68r-42,0r-11,68r-49,0r10,-68r-24,0r0,-44r32,0r5,-39r-25,0r0,-44r32,0r10,-63r50,0r-10,63r41,0r10,-63r49,0r-9,63r24,0r0,44xm150,-151r-41,0r-6,39r41,0","w":248},"$":{"d":"186,-130v44,47,10,131,-58,131r0,40r-36,0r0,-39v-35,-1,-62,-10,-85,-34r32,-32v15,15,35,21,57,22r0,-66v-48,-4,-79,-24,-79,-73v0,-41,28,-72,75,-77r0,-32r36,0r0,32v29,2,52,10,71,29r-32,32v-12,-12,-29,-17,-44,-18r0,63v26,3,51,10,63,22xm96,-154r0,-60v-43,3,-38,58,0,60xm123,-43v32,-1,43,-33,26,-53v-6,-8,-17,-8,-26,-9r0,62","w":222},"%":{"d":"287,-83v0,50,-10,85,-53,85v-42,0,-52,-35,-52,-85v0,-32,24,-49,52,-49v28,0,53,17,53,49xm232,-256r-121,256r-37,0r121,-256r37,0xm123,-209v0,49,-10,85,-52,85v-41,0,-52,-36,-52,-85v0,-32,24,-49,52,-49v28,0,52,17,52,49xm234,-28v24,2,19,-30,19,-53v0,-14,-7,-21,-19,-21v-24,-2,-17,31,-18,53v0,14,6,21,18,21xm71,-154v24,2,17,-32,18,-54v0,-14,-6,-20,-18,-20v-24,0,-17,31,-18,53v0,14,6,21,18,21","w":305},"&":{"d":"251,0r-60,0r-19,-22v-12,9,-29,24,-66,24v-57,0,-84,-30,-84,-78v0,-33,24,-53,46,-68v-10,-12,-26,-31,-26,-55v0,-35,26,-59,69,-59v64,0,87,76,39,105r-19,13r44,51v8,-11,12,-27,13,-45r44,0v-2,33,-10,60,-28,80xm106,-169v24,-7,39,-46,5,-50v-31,3,-24,35,-5,50xm144,-55r-51,-61v-36,16,-34,76,13,76v15,0,26,-5,38,-15","w":259},"'":{"d":"69,-180r-45,0r0,-76r45,0r0,76","w":93},"(":{"d":"76,-52v-1,32,11,39,25,55r-31,31v-22,-20,-44,-44,-41,-84v4,-68,-12,-150,9,-203v6,-15,20,-25,32,-37r31,31v-15,16,-25,22,-25,55r0,152","w":120},")":{"d":"51,-290v21,19,44,43,41,83v-4,69,12,150,-9,204v-6,15,-20,25,-32,37r-32,-32v15,-16,26,-21,26,-54r0,-152v1,-33,-10,-39,-26,-54","w":120},"*":{"d":"158,-166r-16,29r-38,-24r1,45r-33,0r2,-45r-38,24r-16,-29r39,-20r-39,-21r16,-29r38,24r-2,-45r33,0r-1,45r38,-24r16,29r-40,21","w":177},"+":{"d":"177,-78r-57,0r0,58r-44,0r0,-58r-58,0r0,-44r58,0r0,-57r44,0r0,57r57,0r0,44"},",":{"d":"76,20r-52,39r0,-110r52,0r0,71","w":100},"-":{"d":"132,-81r-111,0r0,-44r111,0r0,44","w":153},".":{"d":"78,0r-54,0r0,-53r54,0r0,53","w":102},"\/":{"d":"147,-283r-103,310r-44,0r103,-310r44,0","w":145},"0":{"d":"176,-74v0,49,-36,76,-78,76v-42,0,-78,-27,-78,-76r0,-108v0,-49,36,-76,78,-76v42,0,78,27,78,76r0,108xm98,-40v51,-3,31,-91,31,-141v0,-22,-13,-35,-31,-35v-51,3,-31,91,-31,141v0,22,13,35,31,35"},"1":{"d":"136,0r-47,0r0,-206r-52,45r0,-50r52,-45r47,0r0,256"},"2":{"d":"177,0r-156,0r0,-42r96,-111v22,-21,17,-63,-18,-63v-15,0,-31,7,-31,32r-47,0v0,-47,34,-74,78,-74v73,0,96,81,51,133r-72,83r99,0r0,42"},"3":{"d":"178,-74v0,51,-37,76,-81,76v-42,0,-81,-21,-82,-75r47,0v1,23,17,33,35,33v20,0,34,-13,34,-36v0,-23,-15,-37,-42,-35r0,-41v26,2,40,-12,39,-32v0,-22,-15,-32,-32,-32v-18,0,-30,12,-31,31r-47,0v1,-46,35,-73,78,-73v73,0,107,97,49,126v18,10,33,27,33,58"},"4":{"d":"184,-36r-23,0r0,36r-45,0r0,-36r-105,0r0,-45r88,-175r51,0r-88,175r54,0r0,-48r45,0r0,48r23,0r0,45"},"5":{"d":"107,-172v51,-3,71,45,71,86v0,51,-24,87,-79,88v-52,1,-78,-32,-78,-74r46,0v3,20,13,32,32,32v24,1,33,-20,32,-46v10,-52,-52,-57,-62,-26r-43,0r0,-144r146,0r0,42r-104,0r0,55v7,-6,22,-13,39,-13"},"6":{"d":"177,-78v0,50,-35,80,-80,80v-45,0,-80,-28,-80,-79v0,-68,53,-122,76,-179r51,0r-53,106v45,-15,86,18,86,72xm130,-77v0,-23,-13,-38,-33,-38v-19,0,-33,14,-33,38v0,24,14,37,33,37v19,0,33,-13,33,-37"},"7":{"d":"181,-214r-83,214r-51,0r83,-214r-67,0r0,40r-45,0r0,-82r163,0r0,42"},"8":{"d":"180,-75v0,50,-37,77,-82,77v-45,0,-82,-27,-82,-77v0,-31,18,-48,32,-57v-13,-9,-29,-26,-29,-53v0,-45,36,-73,79,-73v43,0,78,28,78,73v0,27,-15,44,-28,53v14,9,32,26,32,57xm130,-184v0,-18,-14,-32,-32,-32v-18,0,-32,14,-32,32v0,19,14,32,32,32v18,0,32,-13,32,-32xm133,-75v0,-20,-15,-36,-35,-36v-20,0,-35,16,-35,36v0,20,15,35,35,35v20,0,35,-15,35,-35"},"9":{"d":"98,-258v76,0,90,83,59,147r-54,111r-51,0r53,-106v-47,13,-87,-19,-87,-73v0,-50,35,-79,80,-79xm131,-179v0,-24,-14,-37,-33,-37v-19,0,-33,13,-33,37v0,23,13,38,33,38v19,0,33,-14,33,-38"},":":{"d":"87,-98r-54,0r0,-53r54,0r0,53xm87,0r-54,0r0,-53r54,0r0,53","w":111},";":{"d":"87,-98r-54,0r0,-53r54,0r0,53xm86,20r-51,39r0,-110r51,0r0,71","w":111},"<":{"d":"351,-81r-253,0r118,117r-59,0r-139,-139r139,-138r59,0r-118,116r253,0r0,44","w":369},"=":{"d":"177,-120r-159,0r0,-44r159,0r0,44xm177,-42r-159,0r0,-44r159,0r0,44"},">":{"d":"352,-103r-139,139r-59,0r117,-117r-253,0r0,-44r253,0r-117,-116r59,0","w":369},"?":{"d":"99,-258v60,0,100,72,59,117v-11,19,-34,30,-33,61r-47,0v-6,-53,42,-66,51,-107v0,-17,-12,-29,-30,-29v-19,0,-28,13,-28,30r-47,0v0,-45,33,-72,75,-72xm126,0r-50,0r0,-48r50,0r0,48","w":188},"@":{"d":"111,-258v84,0,141,10,141,90r0,169r-44,-1r0,-17v-42,44,-120,6,-105,-66v-13,-72,60,-109,104,-67v9,-60,-33,-66,-93,-66v-27,0,-51,20,-48,49v5,48,-14,115,15,140r-32,32v-45,-29,-24,-107,-28,-173v-4,-57,32,-90,90,-90xm207,-83v0,-28,-7,-46,-30,-46v-23,0,-29,18,-29,46v0,28,6,46,29,46v23,0,30,-18,30,-46","w":272},"A":{"d":"228,0r-52,0r-15,-45r-92,0r-15,45r-52,0r93,-256r39,0xm147,-87r-31,-94r-32,94r63,0","w":229},"B":{"d":"216,-74v2,89,-100,74,-186,74r0,-256r103,0v50,0,79,28,79,72v0,28,-19,47,-32,53v15,7,36,23,36,57xm162,-182v0,-36,-46,-30,-82,-30r0,59v35,0,82,7,82,-29xm166,-76v0,-37,-48,-33,-86,-32r0,63v37,1,86,6,86,-31","w":236},"C":{"d":"71,-128v0,71,3,75,45,86v25,0,38,-16,43,-37r51,0v-9,54,-46,81,-94,81v-67,0,-104,-56,-95,-130v-9,-75,27,-130,95,-130v48,0,85,27,94,81r-51,0v-5,-21,-18,-37,-43,-37v-43,9,-45,17,-45,86","w":223},"D":{"d":"122,-256v70,-5,94,62,94,127v0,39,2,75,-26,105v-33,35,-99,21,-160,24r0,-256r92,0xm80,-45v67,3,86,-5,86,-84v0,-78,-19,-85,-86,-83r0,167","w":237},"E":{"d":"199,0r-169,0r0,-256r169,0r0,44r-119,0r0,60r101,0r0,45r-101,0r0,62r119,0r0,45","w":217},"F":{"d":"199,-212r-119,0r0,63r101,0r0,45r-101,0r0,104r-50,0r0,-256r169,0r0,44","w":212},"G":{"d":"116,-42v32,-1,50,-24,47,-59r-47,0r0,-42r96,0v11,88,-26,145,-96,145v-67,0,-104,-56,-95,-130v-8,-75,26,-130,95,-130v59,0,89,39,96,82r-50,0v-6,-24,-20,-38,-46,-38v-42,10,-45,16,-45,86v0,71,3,75,45,86","w":233},"H":{"d":"217,0r-50,0r0,-107r-87,0r0,107r-50,0r0,-256r50,0r0,104r87,0r0,-104r50,0r0,256","w":246},"I":{"d":"80,0r-50,0r0,-256r50,0r0,256","w":109},"J":{"d":"157,-84v3,86,-106,111,-156,60r33,-33v20,26,73,19,73,-29r0,-170r50,0r0,172","w":183},"K":{"d":"237,0r-58,0r-66,-117r-33,40r0,77r-50,0r0,-256r50,0r0,111r90,-111r61,0r-85,102","w":239},"L":{"d":"196,0r-166,0r0,-256r50,0r0,211r116,0r0,45","w":207},"M":{"d":"262,0r-50,0r0,-149r-49,97r-34,0r-49,-97r0,149r-50,0r0,-256r49,0r67,138r67,-138r49,0r0,256","w":291},"N":{"d":"226,0r-45,0r-101,-157r0,157r-50,0r0,-256r45,0r101,157r0,-157r50,0r0,256","w":255},"O":{"d":"116,-258v68,0,103,56,95,130v7,74,-27,130,-95,130v-68,0,-104,-56,-95,-130v-8,-75,26,-130,95,-130xm116,-42v42,-10,45,-16,45,-86v0,-71,-3,-75,-45,-86v-42,10,-45,16,-45,86v0,71,3,75,45,86","w":231},"P":{"d":"214,-176v0,62,-58,89,-134,80r0,96r-50,0r0,-256r99,0v53,0,85,36,85,80xm164,-176v0,-39,-44,-38,-84,-36r0,71v39,1,84,5,84,-35","w":226},"Q":{"d":"116,-258v68,0,95,56,95,130v0,39,0,67,-16,91r22,22r-27,26r-22,-23v-80,43,-166,-20,-147,-116v-8,-75,26,-130,95,-130xm71,-128v0,71,3,75,45,86v6,0,11,-2,16,-5r-22,-22r27,-26r19,19v4,-11,5,-26,5,-52v-1,-71,-3,-75,-45,-86v-42,10,-45,16,-45,86","w":231},"R":{"d":"224,0r-58,0r-50,-102r-36,0r0,102r-50,0r0,-256r100,0v92,-8,109,124,37,145xm163,-178v0,-38,-44,-35,-83,-34r0,68v39,1,83,4,83,-34","w":235},"S":{"d":"176,-130v45,54,3,132,-76,132v-39,0,-68,-8,-93,-34r32,-32v29,39,140,23,100,-32v-26,-17,-85,-10,-104,-34v-40,-51,-8,-128,71,-128v35,0,61,8,83,29r-32,32v-32,-37,-119,-12,-84,33v24,19,84,11,103,34","w":212},"T":{"d":"195,-212r-67,0r0,212r-50,0r0,-212r-67,0r0,-44r184,0r0,44","w":205},"U":{"d":"215,-88v0,54,-42,90,-95,90v-53,0,-94,-36,-94,-90r0,-168r50,0r0,166v0,30,17,48,44,48v27,0,45,-18,45,-48r0,-166r50,0r0,168","w":240},"V":{"d":"208,-256r-85,256r-37,0r-85,-256r52,0r51,167r52,-167r52,0","w":209},"W":{"d":"317,-256r-69,256r-41,0r-48,-156r-47,156r-41,0r-69,-256r52,0r40,161r47,-161r37,0r47,161r40,-161r52,0","w":319},"X":{"d":"215,0r-57,0r-50,-89r-49,89r-57,0r79,-131r-74,-125r57,0r44,82r45,-82r57,0r-75,125","w":217},"Y":{"d":"205,-256r-77,151r0,105r-50,0r0,-105r-77,-151r54,0r48,103r47,-103r55,0","w":205},"Z":{"d":"183,0r-169,0r0,-40r110,-172r-105,0r0,-44r164,0r0,39r-110,172r110,0r0,45","w":197},"[":{"d":"121,27r-92,0r0,-310r92,0r0,42r-45,0r0,226r45,0r0,42","w":136},"\\":{"d":"145,27r-44,0r-101,-305r44,0","w":145},"]":{"d":"108,27r-93,0r0,-42r46,0r0,-226r-46,0r0,-42r93,0r0,310","w":136},"^":{"d":"194,-140r-49,0r-37,-68r-36,68r-49,0r64,-119r43,0","w":216},"_":{"d":"217,64r-217,0r0,-31r217,0r0,31","w":216},"`":{"d":"110,-217r-32,0r-41,-62r50,0","w":180},"a":{"d":"122,-16v-33,36,-116,16,-109,-41v-5,-45,51,-60,108,-54v12,-45,-52,-49,-71,-24r-29,-29v37,-47,147,-31,147,41r0,123r-46,0r0,-16xm85,-36v26,0,39,-12,36,-43v-26,0,-65,-5,-63,21v0,13,9,22,27,22","w":192},"b":{"d":"118,-190v51,-2,65,48,65,96v0,48,-13,96,-65,96v-20,0,-33,-6,-46,-20r0,18r-46,0r0,-256r47,0r0,85v12,-14,26,-19,45,-19xm136,-94v0,-31,-3,-54,-31,-54v-28,0,-32,23,-32,54v0,31,4,54,32,54v28,0,31,-23,31,-54","w":201},"c":{"d":"64,-94v-6,49,39,70,67,39r32,32v-53,46,-146,36,-146,-71v0,-108,93,-116,146,-71r-32,32v-27,-31,-73,-9,-67,39","w":172},"d":{"d":"18,-94v0,-48,13,-99,65,-96v19,0,34,5,46,19r0,-85r47,0r0,256r-46,0r0,-18v-13,14,-26,20,-46,20v-52,3,-66,-47,-66,-96xm129,-94v0,-31,-4,-54,-32,-54v-28,0,-32,23,-32,54v0,31,4,54,32,54v28,0,32,-23,32,-54","w":201},"e":{"d":"180,-79r-117,0v-5,45,63,54,84,24r28,28v-50,49,-158,45,-158,-67v0,-61,33,-96,82,-96v59,1,86,47,81,111xm134,-111v6,-41,-55,-53,-67,-20v-3,7,-4,12,-4,20r71,0","w":197},"f":{"d":"113,-147r-34,0r0,147r-47,0r0,-147r-19,0r0,-35r19,0v-7,-54,19,-83,81,-77r0,39v-18,-1,-34,-2,-34,17r0,21r34,0r0,35","w":123},"g":{"d":"18,-99v0,-53,15,-90,64,-91v20,0,33,6,46,20r0,-18r46,0r0,181v7,74,-104,104,-151,53r29,-29v22,27,82,11,75,-25r0,-19v-12,14,-27,19,-45,19v-50,0,-64,-38,-64,-91xm127,-99v0,-25,-3,-49,-31,-49v-28,0,-31,24,-31,49v0,25,3,49,31,49v28,0,31,-24,31,-49","w":199},"h":{"d":"181,0r-47,0r0,-114v0,-47,-61,-46,-61,0r0,114r-47,0r0,-256r47,0r0,86v38,-42,108,-13,108,49r0,121","w":204},"i":{"d":"73,-220r-47,0r0,-38r47,0r0,38xm73,0r-47,0r0,-188r47,0r0,188","w":99},"j":{"d":"73,-220r-47,0r0,-38r47,0r0,38xm73,17v3,36,-32,60,-81,53r0,-39v17,1,34,2,34,-17r0,-202r47,0r0,205","w":99},"k":{"d":"197,0r-58,0r-46,-78r-20,22r0,56r-47,0r0,-256r47,0r0,145r62,-77r57,0r-67,76","w":201},"l":{"d":"106,0v-50,6,-82,-17,-82,-54r0,-202r47,0r0,199v-2,18,17,18,35,17r0,40","w":117},"m":{"d":"168,-166v40,-48,123,-19,123,46r0,120r-47,0r0,-113v-1,-48,-62,-47,-62,-1r0,114r-47,0r0,-113v-1,-48,-61,-48,-62,0r0,113r-47,0r0,-188r46,0r0,18v25,-28,75,-27,96,4","w":315},"n":{"d":"72,-170v39,-43,110,-10,110,50r0,120r-47,0r0,-113v-1,-48,-61,-48,-62,0r0,113r-47,0r0,-188r46,0r0,18","w":206},"o":{"d":"98,-190v59,0,79,36,79,96v0,61,-20,96,-79,96v-59,0,-80,-36,-80,-96v0,-60,21,-96,80,-96xm98,-40v28,0,32,-25,32,-54v0,-29,-5,-54,-32,-54v-27,0,-33,25,-33,54v0,29,5,54,33,54"},"p":{"d":"118,-190v51,-2,65,48,65,96v0,48,-13,99,-65,96v-19,0,-33,-5,-45,-19r0,86r-47,0r0,-257r46,0r0,18v13,-14,26,-20,46,-20xm136,-94v0,-31,-3,-54,-31,-54v-28,0,-32,23,-32,54v0,31,4,54,32,54v28,0,31,-23,31,-54","w":201},"q":{"d":"18,-94v0,-49,14,-96,66,-96v20,0,33,6,46,20r0,-18r46,0r0,257r-47,0r0,-86v-12,14,-27,19,-46,19v-51,2,-65,-48,-65,-96xm129,-94v0,-31,-4,-54,-32,-54v-28,0,-32,23,-32,54v0,31,4,54,32,54v28,0,32,-23,32,-54","w":201},"r":{"d":"163,-172r-35,36v-17,-21,-55,-15,-55,23r0,113r-47,0r0,-188r46,0r0,18v18,-23,69,-29,91,-2","w":163},"s":{"d":"167,-59v-1,71,-114,80,-159,34r31,-30v15,15,36,17,50,17v31,0,49,-35,13,-37v-45,-3,-84,-8,-84,-55v0,-68,103,-75,144,-38r-29,29v-15,-16,-70,-18,-70,6v-4,17,32,17,49,19v37,4,55,23,55,55","w":180},"t":{"d":"111,0v-49,6,-80,-17,-80,-54r0,-93r-20,0r0,-35r20,0r0,-56r46,0r0,56r34,0r0,35r-34,0r0,90v-1,18,16,18,34,17r0,40","w":126},"u":{"d":"134,-17v-40,42,-110,9,-110,-51r0,-120r47,0r0,114v1,47,61,47,62,0r0,-114r47,0r0,188r-46,0r0,-17","w":206},"v":{"d":"176,-188r-69,188r-36,0r-70,-188r50,0r38,116r38,-116r49,0","w":177},"w":{"d":"272,-188r-57,188r-39,0r-39,-118r-39,118r-39,0r-58,-188r50,0r30,116r39,-116r34,0r38,116r30,-116r50,0","w":273},"x":{"d":"185,0r-56,0r-34,-56r-35,56r-56,0r65,-96r-62,-92r56,0r32,54r32,-54r56,0r-62,92","w":189},"y":{"d":"176,-188r-80,218v-9,30,-34,43,-73,39r0,-42v31,6,36,-18,43,-40r-65,-175r50,0r39,116r37,-116r49,0","w":177},"z":{"d":"156,0r-143,0r0,-36r83,-109r-78,0r0,-43r138,0r0,36r-84,110r84,0r0,42","w":172},"{":{"d":"79,-128v49,7,-3,121,51,113r19,0r0,42v-53,5,-92,-7,-92,-54v0,-39,14,-91,-42,-80r0,-42v26,1,44,-2,42,-28v-2,-56,-3,-109,55,-106r37,0r0,42v-27,0,-45,-4,-45,28r0,49v0,26,-16,32,-25,36","w":164},"|":{"d":"86,27r-46,0r0,-310r46,0r0,310","w":126},"}":{"d":"108,-230v0,39,-15,92,41,81r0,42v-25,-1,-43,2,-41,28v3,57,2,108,-56,106r-37,0r0,-42v28,0,46,2,46,-29r0,-48v0,-26,16,-32,25,-36v-9,-4,-25,-10,-25,-36v0,-40,14,-90,-46,-77r0,-42v53,-4,93,5,93,53","w":164},"~":{"d":"72,-136v36,0,71,43,103,5r30,30v-22,22,-38,31,-60,31v-37,0,-70,-44,-102,-6r-30,-29v22,-22,37,-31,59,-31","w":218},"\u00a0":{"w":83}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  Dutch Design: Albert-Jan Pool, 1995. Published by FontShop International
 * FontFont release 15
 */
Cufon.registerFont({"w":191,"face":{"font-family":"DIN","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-7 -290 351 76.2661","underline-thickness":"25.2","underline-position":"-36.72","stemh":"33","stemv":"37","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86},"!":{"d":"88,-256r-8,180r-29,0r-7,-180r44,0xm86,0r-40,0r0,-39r40,0r0,39","w":119},"\"":{"d":"132,-188r-37,0r0,-68r37,0r0,68xm64,-188r-36,0r0,-68r36,0r0,68","w":159},"#":{"d":"224,-153r-33,0r-7,44r28,0r0,34r-33,0r-12,75r-38,0r11,-75r-49,0r-11,75r-39,0r12,-75r-29,0r0,-34r34,0r8,-44r-30,0r0,-34r35,0r11,-71r38,0r-11,71r49,0r11,-71r38,0r-11,71r28,0r0,34xm153,-153r-49,0r-8,44r50,0","w":241},"$":{"d":"179,-126v45,44,13,129,-57,127r0,40r-29,0r0,-39v-34,-1,-59,-11,-82,-34r26,-25v17,17,36,23,59,24r0,-80v-46,-4,-76,-25,-77,-70v0,-41,28,-71,74,-75r0,-32r29,0r0,32v28,2,50,11,69,29r-25,24v-13,-12,-29,-18,-47,-19r0,77v25,4,49,9,60,21xm96,-149r0,-75v-35,2,-51,40,-29,63v7,8,18,11,29,12xm119,-33v39,-1,56,-41,33,-66v-9,-10,-21,-9,-33,-11r0,77","w":218},"%":{"d":"282,-83v0,48,-8,86,-50,86v-42,0,-51,-37,-51,-86v0,-31,23,-49,51,-49v28,0,50,18,50,49xm226,-256r-120,256r-30,0r121,-256r29,0xm122,-210v0,49,-8,86,-51,86v-42,0,-50,-37,-50,-86v0,-31,22,-49,50,-49v28,0,51,18,51,49xm232,-22v28,1,23,-33,23,-60v0,-16,-8,-26,-23,-26v-28,0,-23,33,-23,60v0,17,8,26,23,26xm71,-149v28,2,23,-32,23,-59v0,-16,-8,-26,-23,-26v-27,0,-22,34,-22,60v0,17,7,25,22,25","w":303},"&":{"d":"246,0r-47,0r-21,-25v-11,10,-32,27,-71,27v-53,0,-83,-30,-83,-76v0,-36,26,-56,51,-73v-39,-30,-34,-111,36,-111v60,0,82,76,34,102r-19,13r54,65v9,-13,14,-29,14,-52r35,0v-1,33,-9,59,-26,79xm106,-166v15,-10,31,-17,31,-35v0,-14,-11,-25,-26,-25v-36,0,-30,38,-5,60xm156,-51r-61,-72v-19,13,-34,24,-34,48v1,48,64,58,95,24","w":262},"'":{"d":"64,-188r-36,0r0,-68r36,0r0,68","w":92},"(":{"d":"68,-44v-1,30,10,38,25,53r-25,25v-21,-18,-37,-40,-37,-76r0,-172v-3,-36,16,-58,37,-76r25,25v-16,15,-26,23,-25,53r0,168","w":114},")":{"d":"46,-290v21,19,41,40,38,76v-6,90,25,206,-38,248r-25,-25v15,-15,26,-23,25,-53r0,-168v1,-30,-10,-38,-25,-53","w":114},"*":{"d":"153,-168r-14,24r-40,-25r2,47r-27,0r1,-47r-40,25r-13,-24r41,-22r-41,-22r13,-23r40,24r-1,-46r27,0r-2,46r40,-24r14,23r-42,22","w":174},"+":{"d":"174,-81r-61,0r0,60r-34,0r0,-60r-61,0r0,-34r61,0r0,-60r34,0r0,60r61,0r0,34"},",":{"d":"70,22r-42,34r0,-98r42,0r0,64","w":97},"-":{"d":"129,-83r-105,0r0,-34r105,0r0,34","w":153},".":{"d":"72,0r-44,0r0,-44r44,0r0,44","w":100},"\/":{"d":"138,-283r-103,310r-35,0r103,-310r35,0","w":136},"0":{"d":"170,-71v0,46,-33,73,-74,73v-41,0,-74,-27,-74,-73r0,-114v0,-46,33,-73,74,-73v41,0,74,27,74,73r0,114xm96,-31v59,-2,37,-97,37,-153v0,-25,-14,-42,-37,-42v-59,3,-37,98,-37,154v0,25,14,41,37,41"},"1":{"d":"128,0r-37,0r0,-216r-50,44r0,-41r50,-43r37,0r0,256"},"2":{"d":"172,0r-149,0r0,-33r98,-120v25,-24,16,-74,-23,-73v-19,0,-38,11,-38,40r-37,0v0,-44,31,-72,75,-72v70,0,91,77,50,127r-81,98r105,0r0,33"},"3":{"d":"172,-72v0,49,-35,75,-78,75v-41,0,-78,-22,-79,-72r37,0v1,27,21,38,42,38v24,0,41,-15,41,-42v0,-28,-16,-44,-49,-42r0,-32v31,2,46,-14,45,-39v0,-26,-16,-40,-37,-40v-22,0,-37,14,-39,37r-37,0v2,-44,35,-70,76,-70v72,0,101,99,42,127v22,10,36,28,36,60"},"4":{"d":"179,-39r-27,0r0,39r-36,0r0,-39r-103,0r0,-34r90,-183r40,0r-90,183r63,0r0,-59r36,0r0,59r27,0r0,34"},"5":{"d":"104,-171v49,-2,68,44,68,85v0,49,-22,89,-75,89v-46,0,-73,-29,-74,-69r36,0v3,23,15,35,38,35v30,0,39,-27,39,-55v0,-31,-8,-53,-38,-53v-21,0,-32,10,-36,23r-34,0r0,-140r139,0r0,32r-105,0r0,68v9,-9,23,-15,42,-15"},"6":{"d":"172,-76v0,47,-32,78,-76,78v-72,0,-87,-79,-57,-140r59,-118r39,0r-55,110v48,-16,90,17,90,70xm135,-75v0,-25,-15,-45,-39,-45v-23,0,-39,17,-39,45v0,27,16,44,39,44v23,0,39,-17,39,-44"},"7":{"d":"175,-224r-85,224r-40,0r86,-224r-78,0r0,41r-35,0r0,-73r152,0r0,32"},"8":{"d":"175,-72v0,46,-35,74,-79,74v-44,0,-79,-28,-79,-74v0,-31,17,-49,35,-60v-17,-10,-31,-29,-31,-56v0,-43,33,-70,75,-70v42,0,75,27,75,70v0,27,-14,46,-31,56v18,11,35,29,35,60xm134,-186v0,-22,-16,-40,-38,-40v-22,0,-38,18,-38,40v0,23,16,38,38,38v22,0,38,-15,38,-38xm138,-73v0,-24,-18,-43,-42,-43v-24,0,-42,19,-42,43v0,24,18,42,42,42v24,0,42,-18,42,-42"},"9":{"d":"96,-258v72,0,87,78,57,139r-59,119r-39,0r55,-110v-48,16,-90,-17,-90,-70v0,-47,32,-78,76,-78xm135,-181v0,-27,-16,-45,-39,-45v-23,0,-39,18,-39,45v0,25,15,44,39,44v23,0,39,-16,39,-44"},":":{"d":"81,-103r-44,0r0,-44r44,0r0,44xm81,0r-44,0r0,-44r44,0r0,44","w":109},";":{"d":"81,-103r-44,0r0,-44r44,0r0,44xm80,22r-42,34r0,-98r42,0r0,64","w":109},"<":{"d":"351,-82r-268,0r124,123r-47,0r-141,-141r141,-141r47,0r-124,124r268,0r0,35","w":369},"=":{"d":"174,-118r-156,0r0,-34r156,0r0,34xm174,-48r-156,0r0,-34r156,0r0,34"},">":{"d":"351,-100r-141,141r-47,0r124,-123r-268,0r0,-35r268,0r-124,-124r47,0","w":369},"?":{"d":"97,-258v59,0,95,70,55,113v-12,22,-37,33,-34,69r-37,0v-6,-57,51,-67,51,-114v0,-20,-14,-36,-35,-36v-22,0,-35,18,-35,37r-36,0v0,-41,30,-69,71,-69xm120,0r-41,0r0,-39r41,0r0,39","w":183},"@":{"d":"106,-257v79,0,136,9,136,84r0,174r-35,-1r0,-18v-42,47,-124,10,-109,-66v-13,-77,64,-111,109,-67v9,-65,-31,-74,-97,-74v-30,0,-54,20,-51,52v6,53,-16,127,18,152r-26,25v-46,-28,-24,-111,-28,-177v-3,-53,30,-84,83,-84xm207,-84v0,-31,-7,-56,-37,-56v-30,0,-36,25,-36,56v0,31,6,55,36,55v30,0,37,-24,37,-55","w":264},"A":{"d":"222,0r-41,0r-18,-51r-101,0r-18,51r-41,0r94,-256r31,0xm152,-85r-39,-113r-40,113r79,0","w":225},"B":{"d":"215,-72v2,87,-98,72,-182,72r0,-256r100,0v48,0,78,27,78,70v0,28,-18,47,-35,54v20,8,39,28,39,60xm172,-185v0,-45,-56,-35,-100,-36r0,73v44,0,100,9,100,-37xm176,-74v0,-46,-58,-39,-104,-39r0,78v46,0,104,8,104,-39","w":238},"C":{"d":"63,-128v0,74,4,95,53,95v28,0,46,-18,52,-44r40,0v-9,51,-46,79,-92,79v-66,0,-92,-50,-92,-130v0,-80,25,-130,92,-130v47,0,83,27,92,78r-40,0v-6,-26,-24,-44,-52,-44v-48,0,-53,23,-53,96","w":226},"D":{"d":"123,-256v70,-5,93,63,93,126v0,37,1,77,-26,106v-31,33,-97,22,-157,24r0,-256r90,0xm120,-35v49,0,57,-37,57,-95v0,-57,-9,-90,-57,-91r-48,0r0,186r48,0","w":239},"E":{"d":"197,0r-164,0r0,-256r164,0r0,35r-125,0r0,74r107,0r0,35r-107,0r0,77r125,0r0,35","w":217},"F":{"d":"197,-221r-125,0r0,78r107,0r0,35r-107,0r0,108r-39,0r0,-256r164,0r0,35","w":210},"G":{"d":"116,-33v37,0,60,-29,55,-72r-55,0r0,-34r94,0v10,85,-24,142,-94,141v-66,-2,-92,-50,-92,-130v0,-80,25,-130,92,-130v54,0,87,35,94,79r-40,0v-6,-28,-25,-45,-54,-45v-48,0,-53,23,-53,96v0,74,4,95,53,95","w":233},"H":{"d":"215,0r-39,0r0,-112r-104,0r0,112r-39,0r0,-256r39,0r0,109r104,0r0,-109r39,0r0,256","w":248},"I":{"d":"72,0r-39,0r0,-256r39,0r0,256","w":105},"J":{"d":"152,-81v4,80,-99,108,-147,58r26,-25v24,29,82,15,82,-36r0,-172r39,0r0,175","w":182},"K":{"d":"233,0r-45,0r-72,-126r-44,51r0,75r-39,0r0,-256r39,0r0,129r105,-129r48,0r-84,100","w":236},"L":{"d":"196,0r-163,0r0,-256r39,0r0,221r124,0r0,35","w":206},"M":{"d":"260,0r-39,0r0,-171r-59,125r-29,0r-61,-125r0,171r-39,0r0,-256r39,0r75,159r74,-159r39,0r0,256","w":292},"N":{"d":"226,0r-35,0r-119,-180r0,180r-39,0r0,-256r36,0r119,180r0,-180r38,0r0,256","w":259},"O":{"d":"116,-258v67,0,101,50,92,130v8,80,-25,130,-92,130v-66,0,-92,-50,-92,-130v0,-80,25,-130,92,-130xm116,-33v47,-9,54,-22,54,-95v0,-74,-7,-86,-54,-96v-47,9,-53,23,-53,96v0,74,6,85,53,95","w":232},"P":{"d":"213,-179v0,67,-64,86,-141,78r0,101r-39,0r0,-256r98,0v50,0,82,32,82,77xm174,-179v0,-49,-54,-43,-102,-42r0,85v48,1,102,7,102,-43","w":226},"Q":{"d":"116,-258v67,0,92,50,92,130v0,44,1,70,-16,93r25,25r-22,22r-25,-26v-77,45,-165,-12,-146,-114v-7,-80,25,-130,92,-130xm63,-128v0,74,6,85,53,95v10,0,19,-3,27,-8r-27,-27r21,-22r25,25v6,-13,8,-30,8,-63v1,-74,-7,-86,-54,-96v-47,9,-53,23,-53,96","w":232},"R":{"d":"220,0r-45,0r-54,-108r-49,0r0,108r-39,0r0,-256r100,0v91,-9,104,129,28,143xm174,-181v0,-47,-55,-41,-102,-40r0,80v47,0,102,7,102,-40","w":235},"S":{"d":"173,-126v45,51,9,128,-71,128v-39,0,-67,-9,-91,-34r26,-25v28,35,117,35,118,-15v2,-57,-90,-31,-117,-62v-42,-48,-9,-124,67,-124v34,0,58,8,80,29r-25,24v-27,-31,-104,-27,-103,20v1,53,91,31,116,59","w":212},"T":{"d":"191,-221r-71,0r0,221r-39,0r0,-221r-70,0r0,-35r180,0r0,35","w":201},"U":{"d":"213,-86v0,53,-40,88,-92,88v-52,0,-91,-35,-91,-88r0,-170r38,0r0,168v0,34,21,55,53,55v32,0,54,-21,54,-55r0,-168r38,0r0,170","w":243},"V":{"d":"201,-256r-85,256r-30,0r-84,-256r40,0r59,186r59,-186r41,0","w":203},"W":{"d":"310,-256r-67,256r-34,0r-52,-180r-52,180r-34,0r-67,-256r41,0r45,183r51,-183r31,0r52,183r45,-183r41,0","w":313},"X":{"d":"204,0r-45,0r-55,-98r-56,98r-44,0r79,-131r-74,-125r44,0r51,91r50,-91r45,0r-74,125","w":208},"Y":{"d":"194,-256r-77,151r0,105r-39,0r0,-105r-76,-151r42,0r54,112r54,-112r42,0","w":195},"Z":{"d":"181,0r-164,0r0,-33r119,-188r-114,0r0,-35r159,0r0,31r-119,190r119,0r0,35","w":198},"[":{"d":"109,27r-78,0r0,-310r78,0r0,33r-41,0r0,244r41,0r0,33","w":124},"\\":{"d":"137,27r-35,0r-102,-307r35,0","w":136},"]":{"d":"94,27r-79,0r0,-33r43,0r0,-245r-43,0r0,-32r79,0r0,310","w":124},"^":{"d":"181,-144r-38,0r-40,-75r-41,75r-38,0r62,-115r34,0","w":205},"_":{"d":"206,62r-206,0r0,-25r206,0r0,25","w":205},"`":{"d":"109,-216r-28,0r-40,-58r41,0","w":180},"a":{"d":"127,-17v-32,36,-118,19,-112,-37v-4,-48,56,-56,112,-52v14,-51,-59,-60,-80,-30r-24,-22v33,-47,140,-33,140,36r0,122r-36,0r0,-17xm85,-28v30,0,47,-16,42,-53v-33,0,-76,-6,-76,27v0,17,11,26,34,26","w":190},"b":{"d":"114,-185v50,-1,65,47,65,94v0,47,-15,96,-66,93v-20,0,-34,-4,-48,-21r0,19r-36,0r0,-256r37,0r0,92v13,-16,29,-21,48,-21xm142,-91v0,-32,-5,-61,-38,-61v-33,0,-38,29,-38,61v0,32,5,60,38,60v33,0,38,-28,38,-60","w":199},"c":{"d":"57,-91v-8,55,47,79,79,43r25,24v-50,50,-141,31,-141,-67v0,-98,90,-118,141,-68r-25,24v-32,-37,-87,-11,-79,44","w":174},"d":{"d":"21,-91v0,-47,14,-95,64,-94v19,0,35,5,48,21r0,-92r37,0r0,256r-36,0r0,-19v-14,17,-28,21,-48,21v-51,2,-65,-45,-65,-93xm133,-91v0,-32,-5,-61,-38,-61v-33,0,-38,29,-38,61v0,32,5,60,38,60v33,0,38,-28,38,-60","w":199},"e":{"d":"175,-81r-119,0v-5,52,64,66,91,33r23,22v-49,50,-150,39,-150,-65v0,-59,30,-94,77,-94v54,0,82,43,78,104xm138,-106v6,-49,-61,-64,-77,-25v-4,8,-5,14,-5,25r82,0","w":194},"f":{"d":"108,-151r-36,0r0,151r-37,0r0,-151r-21,0r0,-28r21,0v-6,-53,13,-85,73,-79r0,31v-34,-6,-40,15,-36,48r36,0r0,28","w":118},"g":{"d":"21,-95v0,-50,15,-90,64,-90v19,0,34,5,48,22r0,-20r35,0r0,182v8,73,-96,102,-142,53r23,-24v25,32,90,14,83,-30r0,-23v-13,16,-28,21,-47,21v-48,0,-64,-41,-64,-91xm132,-95v0,-29,-4,-57,-37,-57v-33,0,-38,28,-38,57v0,29,5,58,38,58v33,0,37,-29,37,-58","w":197},"h":{"d":"176,0r-36,0v-6,-55,21,-152,-37,-152v-58,0,-31,98,-37,152r-37,0r0,-256r37,0r0,92v37,-42,110,-17,110,46r0,118","w":203},"i":{"d":"67,-219r-39,0r0,-38r39,0r0,38xm66,0r-37,0r0,-183r37,0r0,183","w":95},"j":{"d":"67,-219r-39,0r0,-38r39,0r0,38xm66,24v2,35,-28,57,-73,51r0,-32v20,1,36,0,36,-21r0,-205r37,0r0,207","w":95},"k":{"d":"189,0r-45,0r-51,-84r-27,30r0,54r-37,0r0,-256r37,0r0,158r71,-85r44,0r-63,72","w":197},"l":{"d":"101,0v-45,5,-73,-14,-73,-50r0,-206r37,0r0,203v-2,21,15,24,36,22r0,31","w":111},"m":{"d":"166,-158v35,-50,122,-26,122,41r0,117r-36,0v-5,-55,21,-152,-37,-152v-20,0,-38,13,-38,39r0,113r-37,0v-6,-54,21,-151,-36,-152v-58,-1,-33,97,-38,152r-37,0r0,-183r36,0r0,19v26,-29,81,-28,101,6","w":315},"n":{"d":"65,-164v38,-43,112,-15,112,47r0,117r-37,0v-6,-54,21,-151,-36,-152v-58,-1,-33,97,-38,152r-37,0r0,-183r36,0r0,19","w":204},"o":{"d":"96,-185v55,0,77,39,77,94v0,55,-22,93,-77,93v-55,0,-75,-38,-75,-93v0,-55,21,-94,75,-94xm96,-31v31,0,40,-28,40,-60v0,-32,-9,-61,-40,-61v-30,0,-39,29,-39,61v0,31,8,60,39,60","w":193},"p":{"d":"113,-185v50,-1,66,46,66,94v0,46,-14,95,-65,93v-19,0,-35,-5,-48,-21r0,93r-37,0r0,-257r36,0r0,20v14,-17,28,-22,48,-22xm142,-91v0,-32,-5,-61,-38,-61v-33,0,-38,29,-38,61v0,32,5,60,38,60v33,0,38,-28,38,-60","w":199},"q":{"d":"21,-91v0,-48,14,-96,65,-94v20,0,34,5,48,22r0,-20r36,0r0,257r-37,0r0,-93v-13,16,-29,21,-48,21v-50,2,-64,-46,-64,-93xm133,-91v0,-32,-5,-61,-38,-61v-33,0,-38,29,-38,61v0,32,5,60,38,60v33,0,38,-28,38,-60","w":199},"r":{"d":"157,-167r-27,27v-21,-24,-64,-10,-64,29r0,111r-37,0r0,-183r36,0r0,20v17,-25,70,-32,92,-4","w":158},"s":{"d":"164,-56v1,67,-111,75,-152,32r24,-24v15,15,34,19,52,19v39,0,59,-44,16,-47v-44,-3,-83,-10,-83,-53v0,-64,98,-70,136,-35r-23,23v-18,-18,-78,-20,-78,10v0,21,33,22,54,24v34,3,54,19,54,51","w":179},"t":{"d":"105,0v-44,6,-72,-18,-72,-51r0,-100r-20,0r0,-28r20,0r0,-56r37,0r0,56r35,0r0,28r-35,0r0,98v-1,19,14,24,35,22r0,31","w":123},"u":{"d":"139,-18v-39,43,-112,13,-112,-48r0,-117r37,0v6,55,-21,152,37,152v59,0,33,-97,38,-152r36,0r0,183r-36,0r0,-18","w":204},"v":{"d":"167,-183r-67,183r-30,0r-67,-183r39,0r43,129r43,-129r39,0","w":169},"w":{"d":"265,-183r-57,183r-32,0r-42,-127r-43,127r-32,0r-56,-183r39,0r35,129r43,-129r28,0r42,129r35,-129r40,0","w":267},"x":{"d":"173,0r-44,0r-38,-62r-39,62r-44,0r63,-93r-61,-90r45,0r36,60r35,-60r45,0r-60,90","w":181},"y":{"d":"167,-183r-81,219v-9,28,-30,39,-65,36r0,-33v35,7,37,-25,46,-48r-64,-174r39,0r43,129r43,-129r39,0","w":168},"z":{"d":"152,0r-137,0r0,-29r91,-121r-85,0r0,-33r131,0r0,30r-92,120r92,0r0,33","w":168},"{":{"d":"66,-128v59,17,-20,138,64,122r0,33v-46,3,-77,-7,-77,-50v0,-39,17,-98,-37,-89r0,-32v82,15,-11,-149,89,-139r25,0r0,33v-26,0,-40,-2,-40,28v0,37,6,90,-24,94","w":146},"|":{"d":"79,27r-37,0r0,-310r37,0r0,310","w":121},"}":{"d":"93,-233v0,39,-16,97,37,89r0,32v-81,-13,9,147,-88,139r-26,0r0,-33v27,0,41,2,41,-28v0,-37,-6,-90,24,-94v-30,-4,-25,-57,-24,-94v1,-30,-14,-28,-41,-28r0,-33v46,-3,77,6,77,50","w":146},"~":{"d":"15,-100v38,-49,76,-20,122,-8v10,0,17,-2,31,-16r23,23v-38,49,-75,19,-122,8v-10,0,-16,2,-30,16","w":206},"\u00a0":{"w":86}}});
;
/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.88 (08-JUN-2010)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.2.6 or later
 */
(function($){var ver="2.88";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,(!opts2.rev&&!opts.backwards));},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,(!opts.rev&&!opts.backwards));}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=false;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing; currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null,backwards:false};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);;
jQuery.fn.DefaultValue = function(text){
    return this.each(function(){
		//Make sure we're dealing with text-based form fields
		if(this.type != 'text' && this.type != 'password' && this.type != 'textarea')
			return;
		
		//Store field reference
		var fld_current=this;
		
		//Set value initially if none are specified
        if(this.value=='') {
			this.value=text;
		} else {
			//Other value exists - ignore
			return;
		}
		
		//Remove values on focus
		$(this).focus(function() {
			if(this.value==text || this.value=='')
				this.value='';
		});
		
		//Place values back on blur
		$(this).blur(function() {
			if(this.value==text || this.value=='')
				this.value=text;
		});
		
		//Capture parent form submission
		//Remove field values that are still default
		$(this).parents("form").each(function() {
			//Bind parent form submit
			$(this).submit(function() {
				if(fld_current.value==text) {
					fld_current.value='';
				}
			});
		});
    });
};;
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

;(function($) {
	var tmp, loading, overlay, wrap, outer, content, close, title, 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,

		titleHeight = 0, titleStr = '', start_pos, final_pos, busy = false, fx = $.extend($('<div/>')[0], { prop: 0 }),

		isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest,

		/*
		 * Private methods 
		 */

		_abort = function() {
			loading.hide();

			imgPreloader.onerror = imgPreloader.onload = null;

			if (ajaxLoader) {
				ajaxLoader.abort();
			}

			tmp.empty();
		},

		_error = function() {
			if (false === selectedOpts.onError(selectedArray, selectedIndex, selectedOpts)) {
				loading.hide();
				busy = false;
				return;
			}

			selectedOpts.titleShow = false;

			selectedOpts.width = 'auto';
			selectedOpts.height = 'auto';

			tmp.html( '<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>' );

			_process_inline();
		},

		_start = function() {
			var obj = selectedArray[ selectedIndex ],
				href, 
				type, 
				title,
				str,
				emb,
				ret;

			_abort();

			selectedOpts = $.extend({}, $.fn.fancybox.defaults, (typeof $(obj).data('fancybox') == 'undefined' ? selectedOpts : $(obj).data('fancybox')));

			ret = selectedOpts.onStart(selectedArray, selectedIndex, selectedOpts);

			if (ret === false) {
				busy = false;
				return;
			} else if (typeof ret == 'object') {
				selectedOpts = $.extend(selectedOpts, ret);
			}

			title = selectedOpts.title || (obj.nodeName ? $(obj).attr('title') : obj.title) || '';

			if (obj.nodeName && !selectedOpts.orig) {
				selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj);
			}

			if (title === '' && selectedOpts.orig && selectedOpts.titleFromAlt) {
				title = selectedOpts.orig.attr('alt');
			}

			href = selectedOpts.href || (obj.nodeName ? $(obj).attr('href') : obj.href) || null;

			if ((/^(?:javascript)/i).test(href) || href == '#') {
				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.indexOf("#") === 0) {
					type = 'inline';

				} else {
					type = 'ajax';
				}
			}

			if (!type) {
				_error();
				return;
			}

			if (type == 'inline') {
				obj	= href.substr(href.indexOf("#"));
				type = $(obj).length > 0 ? 'inline' : 'ajax';
			}

			selectedOpts.type = type;
			selectedOpts.href = href;
			selectedOpts.title = title;

			if (selectedOpts.autoDimensions) {
				if (selectedOpts.type == 'html' || selectedOpts.type == 'inline' || selectedOpts.type == 'ajax') {
					selectedOpts.width = 'auto';
					selectedOpts.height = 'auto';
				} else {
					selectedOpts.autoDimensions = false;	
				}
			}

			if (selectedOpts.modal) {
				selectedOpts.overlayShow = true;
				selectedOpts.hideOnOverlayClick = false;
				selectedOpts.hideOnContentClick = false;
				selectedOpts.enableEscapeButton = false;
				selectedOpts.showCloseButton = false;
			}

			selectedOpts.padding = parseInt(selectedOpts.padding, 10);
			selectedOpts.margin = parseInt(selectedOpts.margin, 10);

			tmp.css('padding', (selectedOpts.padding + selectedOpts.margin));

			$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change', function() {
				$(this).replaceWith(content.children());				
			});

			switch (type) {
				case 'html' :
					tmp.html( selectedOpts.content );
					_process_inline();
				break;

				case 'inline' :
					if ( $(obj).parent().is('#fancybox-content') === true) {
						busy = false;
						return;
					}

					$('<div class="fancybox-inline-tmp" />')
						.hide()
						.insertBefore( $(obj) )
						.bind('fancybox-cleanup', function() {
							$(this).replaceWith(content.children());
						}).bind('fancybox-cancel', function() {
							$(this).replaceWith(tmp.children());
						});

					$(obj).appendTo(tmp);

					_process_inline();
				break;

				case 'image':
					busy = false;

					$.fancybox.showActivity();

					imgPreloader = new Image();

					imgPreloader.onerror = function() {
						_error();
					};

					imgPreloader.onload = function() {
						busy = true;

						imgPreloader.onerror = imgPreloader.onload = null;

						_process_image();
					};

					imgPreloader.src = href;
				break;

				case 'swf':
					selectedOpts.scrolling = 'no';

					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);

					_process_inline();
				break;

				case 'ajax':
					busy = false;

					$.fancybox.showActivity();

					selectedOpts.ajax.win = selectedOpts.ajax.success;

					ajaxLoader = $.ajax($.extend({}, selectedOpts.ajax, {
						url	: href,
						data : selectedOpts.ajax.data || {},
						error : function(XMLHttpRequest, textStatus, errorThrown) {
							if ( XMLHttpRequest.status > 0 ) {
								_error();
							}
						},
						success : function(data, textStatus, XMLHttpRequest) {
							var o = typeof XMLHttpRequest == 'object' ? XMLHttpRequest : ajaxLoader;
							if (o.status == 200) {
								if ( typeof selectedOpts.ajax.win == 'function' ) {
									ret = selectedOpts.ajax.win(href, data, textStatus, XMLHttpRequest);

									if (ret === false) {
										loading.hide();
										return;
									} else if (typeof ret == 'string' || typeof ret == 'object') {
										data = ret;
									}
								}

								tmp.html( data );
								_process_inline();
							}
						}
					}));

				break;

				case 'iframe':
					_show();
				break;
			}
		},

		_process_inline = function() {
			var
				w = selectedOpts.width,
				h = selectedOpts.height;

			if (w.toString().indexOf('%') > -1) {
				w = parseInt( ($(window).width() - (selectedOpts.margin * 2)) * parseFloat(w) / 100, 10) + 'px';

			} else {
				w = w == 'auto' ? 'auto' : w + 'px';	
			}

			if (h.toString().indexOf('%') > -1) {
				h = parseInt( ($(window).height() - (selectedOpts.margin * 2)) * parseFloat(h) / 100, 10) + 'px';

			} else {
				h = h == 'auto' ? 'auto' : h + 'px';	
			}

			tmp.wrapInner('<div style="width:' + w + ';height:' + h + ';overflow: ' + (selectedOpts.scrolling == 'auto' ? 'auto' : (selectedOpts.scrolling == 'yes' ? 'scroll' : 'hidden')) + ';position:relative;"></div>');

			selectedOpts.width = tmp.width();
			selectedOpts.height = tmp.height();

			_show();
		},

		_process_image = function() {
			selectedOpts.width = imgPreloader.width;
			selectedOpts.height = imgPreloader.height;

			$("<img />").attr({
				'id' : 'fancybox-img',
				'src' : imgPreloader.src,
				'alt' : selectedOpts.title
			}).appendTo( tmp );

			_show();
		},

		_show = function() {
			var pos, equal;

			loading.hide();

			if (wrap.is(":visible") && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
				$.event.trigger('fancybox-cancel');

				busy = false;
				return;
			}

			busy = true;

			$(content.add( overlay )).unbind();

			$(window).unbind("resize.fb scroll.fb");
			$(document).unbind('keydown.fb');

			if (wrap.is(":visible") && currentOpts.titlePosition !== 'outside') {
				wrap.css('height', wrap.height());
			}

			currentArray = selectedArray;
			currentIndex = selectedIndex;
			currentOpts = selectedOpts;

			if (currentOpts.overlayShow) {
				overlay.css({
					'background-color' : currentOpts.overlayColor,
					'opacity' : currentOpts.overlayOpacity,
					'cursor' : currentOpts.hideOnOverlayClick ? 'pointer' : 'auto',
					'height' : $(document).height()
				});

				if (!overlay.is(':visible')) {
					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.show();
				}
			} else {
				overlay.hide();
			}

			final_pos = _get_zoom_to();

			_process_title();

			if (wrap.is(":visible")) {
				$( close.add( nav_left ).add( nav_right ) ).hide();

				pos = wrap.position(),

				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);

				content.fadeTo(currentOpts.changeFade, 0.3, function() {
					var finish_resizing = function() {
						content.html( tmp.contents() ).fadeTo(currentOpts.changeFade, 1, _finish);
					};

					$.event.trigger('fancybox-change');

					content
						.empty()
						.removeAttr('filter')
						.css({
							'border-width' : currentOpts.padding,
							'width'	: final_pos.width - currentOpts.padding * 2,
							'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2
						});

					if (equal) {
						finish_resizing();

					} else {
						fx.prop = 0;

						$(fx).animate({prop: 1}, {
							 duration : currentOpts.changeSpeed,
							 easing : currentOpts.easingChange,
							 step : _draw,
							 complete : finish_resizing
						});
					}
				});

				return;
			}

			wrap.removeAttr("style");

			content.css('border-width', currentOpts.padding);

			if (currentOpts.transitionIn == 'elastic') {
				start_pos = _get_zoom_from();

				content.html( tmp.contents() );

				wrap.show();

				if (currentOpts.opacity) {
					final_pos.opacity = 0;
				}

				fx.prop = 0;

				$(fx).animate({prop: 1}, {
					 duration : currentOpts.speedIn,
					 easing : currentOpts.easingIn,
					 step : _draw,
					 complete : _finish
				});

				return;
			}

			if (currentOpts.titlePosition == 'inside' && titleHeight > 0) {	
				title.show();	
			}

			content
				.css({
					'width' : final_pos.width - currentOpts.padding * 2,
					'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2
				})
				.html( tmp.contents() );

			wrap
				.css(final_pos)
				.fadeIn( currentOpts.transitionIn == 'none' ? 0 : currentOpts.speedIn, _finish );
		},

		_format_title = function(title) {
			if (title && title.length) {
				if (currentOpts.titlePosition == 'float') {
					return '<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">' + title + '</td><td id="fancybox-title-float-right"></td></tr></table>';
				}

				return '<div id="fancybox-title-' + currentOpts.titlePosition + '">' + title + '</div>';
			}

			return false;
		},

		_process_title = function() {
			titleStr = currentOpts.title || '';
			titleHeight = 0;

			title
				.empty()
				.removeAttr('style')
				.removeClass();

			if (currentOpts.titleShow === false) {
				title.hide();
				return;
			}

			titleStr = $.isFunction(currentOpts.titleFormat) ? currentOpts.titleFormat(titleStr, currentArray, currentIndex, currentOpts) : _format_title(titleStr);

			if (!titleStr || titleStr === '') {
				title.hide();
				return;
			}

			title
				.addClass('fancybox-title-' + currentOpts.titlePosition)
				.html( titleStr )
				.appendTo( 'body' )
				.show();

			switch (currentOpts.titlePosition) {
				case 'inside':
					title
						.css({
							'width' : final_pos.width - (currentOpts.padding * 2),
							'marginLeft' : currentOpts.padding,
							'marginRight' : currentOpts.padding
						});

					titleHeight = title.outerHeight(true);

					title.appendTo( outer );

					final_pos.height += titleHeight;
				break;

				case 'over':
					title
						.css({
							'marginLeft' : currentOpts.padding,
							'width'	: final_pos.width - (currentOpts.padding * 2),
							'bottom' : currentOpts.padding
						})
						.appendTo( outer );
				break;

				case 'float':
					title
						.css('left', parseInt((title.width() - final_pos.width - 40)/ 2, 10) * -1)
						.appendTo( wrap );
				break;

				default:
					title
						.css({
							'width' : final_pos.width - (currentOpts.padding * 2),
							'paddingLeft' : currentOpts.padding,
							'paddingRight' : currentOpts.padding
						})
						.appendTo( wrap );
				break;
			}

			title.hide();
		},

		_set_navigation = function() {
			if (currentOpts.enableEscapeButton || currentOpts.enableKeyboardNav) {
				$(document).bind('keydown.fb', function(e) {
					if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
						e.preventDefault();
						$.fancybox.close();

					} else if ((e.keyCode == 37 || e.keyCode == 39) && currentOpts.enableKeyboardNav && e.target.tagName !== 'INPUT' && e.target.tagName !== 'TEXTAREA' && e.target.tagName !== 'SELECT') {
						e.preventDefault();
						$.fancybox[ e.keyCode == 37 ? 'prev' : 'next']();
					}
				});
			}

			if (!currentOpts.showNavArrows) { 
				nav_left.hide();
				nav_right.hide();
				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();
			}
		},

		_finish = function () {
			if (!$.support.opacity) {
				content.get(0).style.removeAttribute('filter');
				wrap.get(0).style.removeAttribute('filter');
			}

			if (selectedOpts.autoDimensions) {
				content.css('height', 'auto');
			}

			wrap.css('height', 'auto');

			if (titleStr && titleStr.length) {
				title.show();
			}

			if (currentOpts.showCloseButton) {
				close.show();
			}

			_set_navigation();
	
			if (currentOpts.hideOnContentClick)	{
				content.bind('click', $.fancybox.close);
			}

			if (currentOpts.hideOnOverlayClick)	{
				overlay.bind('click', $.fancybox.close);
			}

			$(window).bind("resize.fb", $.fancybox.resize);

			if (currentOpts.centerOnScroll) {
				$(window).bind("scroll.fb", $.fancybox.center);
			}

			if (currentOpts.type == 'iframe') {
				$('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '" frameborder="0" hspace="0" ' + ($.browser.msie ? 'allowtransparency="true""' : '') + ' scrolling="' + selectedOpts.scrolling + '" src="' + currentOpts.href + '"></iframe>').appendTo(content);
			}

			wrap.show();

			busy = false;

			$.fancybox.center();

			currentOpts.onComplete(currentArray, currentIndex, currentOpts);

			_preload_images();
		},

		_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;
				}
			}
		},

		_draw = function(pos) {
			var dim = {
				width : parseInt(start_pos.width + (final_pos.width - start_pos.width) * pos, 10),
				height : parseInt(start_pos.height + (final_pos.height - start_pos.height) * pos, 10),

				top : parseInt(start_pos.top + (final_pos.top - start_pos.top) * pos, 10),
				left : parseInt(start_pos.left + (final_pos.left - start_pos.left) * pos, 10)
			};

			if (typeof final_pos.opacity !== 'undefined') {
				dim.opacity = pos < 0.5 ? 0.5 : pos;
			}

			wrap.css(dim);

			content.css({
				'width' : dim.width - currentOpts.padding * 2,
				'height' : dim.height - (titleHeight * pos) - currentOpts.padding * 2
			});
		},

		_get_viewport = function() {
			return [
				$(window).width() - (currentOpts.margin * 2),
				$(window).height() - (currentOpts.margin * 2),
				$(document).scrollLeft() + currentOpts.margin,
				$(document).scrollTop() + currentOpts.margin
			];
		},

		_get_zoom_to = function () {
			var view = _get_viewport(),
				to = {},
				resize = currentOpts.autoScale,
				double_padding = currentOpts.padding * 2,
				ratio;

			if (currentOpts.width.toString().indexOf('%') > -1) {
				to.width = parseInt((view[0] * parseFloat(currentOpts.width)) / 100, 10);
			} else {
				to.width = currentOpts.width + double_padding;
			}

			if (currentOpts.height.toString().indexOf('%') > -1) {
				to.height = parseInt((view[1] * parseFloat(currentOpts.height)) / 100, 10);
			} else {
				to.height = currentOpts.height + double_padding;
			}

			if (resize && (to.width > view[0] || to.height > view[1])) {
				if (selectedOpts.type == 'image' || selectedOpts.type == 'swf') {
					ratio = (currentOpts.width ) / (currentOpts.height );

					if ((to.width ) > view[0]) {
						to.width = view[0];
						to.height = parseInt(((to.width - double_padding) / ratio) + double_padding, 10);
					}

					if ((to.height) > view[1]) {
						to.height = view[1];
						to.width = parseInt(((to.height - double_padding) * ratio) + double_padding, 10);
					}

				} else {
					to.width = Math.min(to.width, view[0]);
					to.height = Math.min(to.height, view[1]);
				}
			}

			to.top = parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - to.height - 40) * 0.5)), 10);
			to.left = parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - to.width - 40) * 0.5)), 10);

			return to;
		},

		_get_obj_pos = function(obj) {
			var pos = obj.offset();

			pos.top += parseInt( obj.css('paddingTop'), 10 ) || 0;
			pos.left += parseInt( obj.css('paddingLeft'), 10 ) || 0;

			pos.top += parseInt( obj.css('border-top-width'), 10 ) || 0;
			pos.left += parseInt( obj.css('border-left-width'), 10 ) || 0;

			pos.width = obj.width();
			pos.height = obj.height();

			return pos;
		},

		_get_zoom_from = function() {
			var orig = selectedOpts.orig ? $(selectedOpts.orig) : false,
				from = {},
				pos,
				view;

			if (orig && orig.length) {
				pos = _get_obj_pos(orig);

				from = {
					width : pos.width + (currentOpts.padding * 2),
					height : pos.height + (currentOpts.padding * 2),
					top	: pos.top - currentOpts.padding - 20,
					left : pos.left - currentOpts.padding - 20
				};

			} else {
				view = _get_viewport();

				from = {
					width : currentOpts.padding * 2,
					height : currentOpts.padding * 2,
					top	: parseInt(view[3] + view[1] * 0.5, 10),
					left : parseInt(view[2] + view[0] * 0.5, 10)
				};
			}

			return from;
		},

		_animate_loading = function() {
			if (!loading.is(':visible')){
				clearInterval(loadingTimer);
				return;
			}

			$('div', loading).css('top', (loadingFrame * -40) + 'px');

			loadingFrame = (loadingFrame + 1) % 12;
		};

	/*
	 * Public methods 
	 */

	$.fn.fancybox = function(options) {
		if (!$(this).length) {
			return this;
		}

		$(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 );
				}

				_start();

				return;
			});

		return this;
	};

	$.fancybox = function(obj) {
		var opts;

		if (busy) {
			return;
		}

		busy = true;
		opts = typeof arguments[1] !== 'undefined' ? arguments[1] : {};

		selectedArray = [];
		selectedIndex = parseInt(opts.index, 10) || 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;
		}

		_start();
	};

	$.fancybox.showActivity = function() {
		clearInterval(loadingTimer);

		loading.show();
		loadingTimer = setInterval(_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);

		selectedArray = currentArray;

		if (pos > -1 && pos < currentArray.length) {
			selectedIndex = pos;
			_start();

		} else if (currentOpts.cyclic && currentArray.length > 1) {
			selectedIndex = pos >= currentArray.length ? 0 : currentArray.length - 1;
			_start();
		}

		return;
	};

	$.fancybox.cancel = function() {
		if (busy) {
			return;
		}

		busy = true;

		$.event.trigger('fancybox-cancel');

		_abort();

		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 && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
			busy = false;
			return;
		}

		_abort();

		$(close.add( nav_left ).add( nav_right )).hide();

		$(content.add( overlay )).unbind();

		$(window).unbind("resize.fb scroll.fb");
		$(document).unbind('keydown.fb');

		content.find('iframe').attr('src', isIE6 && /^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank');

		if (currentOpts.titlePosition !== 'inside') {
			title.empty();
		}

		wrap.stop();

		function _cleanup() {
			overlay.fadeOut('fast');

			title.empty().hide();
			wrap.hide();

			$.event.trigger('fancybox-cleanup');

			content.empty();

			currentOpts.onClosed(currentArray, currentIndex, currentOpts);

			currentArray = selectedOpts	= [];
			currentIndex = selectedIndex = 0;
			currentOpts = selectedOpts	= {};

			busy = false;
		}

		if (currentOpts.transitionOut == 'elastic') {
			start_pos = _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;
			}

			title.empty().hide();

			fx.prop = 1;

			$(fx).animate({ prop: 0 }, {
				 duration : currentOpts.speedOut,
				 easing : currentOpts.easingOut,
				 step : _draw,
				 complete : _cleanup
			});

		} else {
			wrap.fadeOut( currentOpts.transitionOut == 'none' ? 0 : currentOpts.speedOut, _cleanup);
		}
	};

	$.fancybox.resize = function() {
		if (overlay.is(':visible')) {
			overlay.css('height', $(document).height());
		}

		$.fancybox.center(true);
	};

	$.fancybox.center = function() {
		var view, align;

		if (busy) {
			return;	
		}

		align = arguments[0] === true ? 1 : 0;
		view = _get_viewport();

		if (!align && (wrap.width() > view[0] || wrap.height() > view[1])) {
			return;	
		}

		wrap
			.stop()
			.animate({
				'top' : parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - content.height() - 40) * 0.5) - currentOpts.padding)),
				'left' : parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - content.width() - 40) * 0.5) - currentOpts.padding))
			}, typeof arguments[0] == 'number' ? arguments[0] : 200);
	};

	$.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>')
		);

		outer = $('<div id="fancybox-outer"></div>')
			.append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>')
			.appendTo( wrap );

		outer.append(
			content = $('<div id="fancybox-content"></div>'),
			close = $('<a id="fancybox-close"></a>'),
			title = $('<div id="fancybox-title"></div>'),

			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 ($.fn.mousewheel) {
			wrap.bind('mousewheel.fb', function(e, delta) {
				if (busy) {
					e.preventDefault();

				} else if ($(e.target).get(0).clientHeight == 0 || $(e.target).get(0).scrollHeight === $(e.target).get(0).clientHeight) {
					e.preventDefault();
					$.fancybox[ delta > 0 ? 'prev' : 'next']();
				}
			});
		}

		if (!$.support.opacity) {
			wrap.addClass('fancybox-ie');
		}

		if (isIE6) {
			loading.addClass('fancybox-ie6');
			wrap.addClass('fancybox-ie6');

			$('<iframe id="fancybox-hide-sel-frame" src="' + (/^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank' ) + '" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(outer);
		}
	};

	$.fn.fancybox.defaults = {
		padding : 10,
		margin : 40,
		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.7,
		overlayColor : '#777',

		titleShow : true,
		titlePosition : 'float', // 'float', 'outside', 'inside' or 'over'
		titleFormat : null,
		titleFromAlt : false,

		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,
		enableKeyboardNav : true,

		onStart : function(){},
		onCancel : function(){},
		onComplete : function(){},
		onCleanup : function(){},
		onClosed : function(){},
		onError : function(){}
	};

	$(document).ready(function() {
		$.fancybox.init();
	});

})(jQuery);;
/**
 * jQuery custom selectboxes
 * 
 * Copyright (c) 2008 Krzysztof Suszyński (suszynski.org)
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * @version 0.6.1
 * @category visual
 * @package jquery
 * @subpakage ui.selectbox
 * @author Krzysztof Suszyński <k.suszynski@wit.edu.pl>
**/
jQuery.fn.selectbox = function(options){
	/* Default settings */
	var settings = {
		className: 'jquery-selectbox',
		animationSpeed: "normal",
		listboxMaxSize: 10,
		replaceInvisible: false
	};
	var commonClass = 'jquery-custom-selectboxes-replaced';
	var listOpen = false;
	var showList = function(listObj) {
		var selectbox = listObj.parents('.' + settings.className + '');
		listObj.slideDown(settings.animationSpeed, function(){
			listOpen = true;
		});
		selectbox.addClass('selecthover');
		jQuery(document).bind('click', onBlurList);
		return listObj;
	}
	var hideList = function(listObj) {
		var selectbox = listObj.parents('.' + settings.className + '');
		listObj.slideUp(settings.animationSpeed, function(){
			listOpen = false;
			jQuery(this).parents('.' + settings.className + '').removeClass('selecthover');
		});
		jQuery(document).unbind('click', onBlurList);
		return listObj;
	}
	var onBlurList = function(e) {
		var trgt = e.target;
		var currentListElements = jQuery('.' + settings.className + '-list:visible').parent().find('*').andSelf();
		if(jQuery.inArray(trgt, currentListElements)<0 && listOpen) {
			hideList( jQuery('.' + commonClass + '-list') );
		}
		return false;
	}
	
	/* Processing settings */
	settings = jQuery.extend(settings, options || {});
	/* Wrapping all passed elements */
	return this.each(function() {
		var _this = jQuery(this);
		if(_this.filter(':visible').length == 0 && !settings.replaceInvisible)
			return;
		var replacement = jQuery(
			'<div class="' + settings.className + ' ' + commonClass + '">' +
				'<div class="' + settings.className + '-moreButton" />' +
				'<div class="' + settings.className + '-list ' + commonClass + '-list" />' +
				'<span class="' + settings.className + '-currentItem" />' +
			'</div>'
		);
		jQuery('option', _this).each(function(k,v){
			var v = jQuery(v);
			var listElement =  jQuery('<span class="' + settings.className + '-item value-'+v.val()+' item-'+k+'">' + v.text() + '</span>');	
			listElement.click(function(){
				var thisListElement = jQuery(this);
				var thisReplacment = thisListElement.parents('.'+settings.className);
				var thisIndex = thisListElement[0].className.split(' ');
				for( k1 in thisIndex ) {
					if(/^item-[0-9]+$/.test(thisIndex[k1])) {
						thisIndex = parseInt(thisIndex[k1].replace('item-',''), 10);
						break;
					}
				};
				var thisValue = thisListElement[0].className.split(' ');
				for( k1 in thisValue ) {
					if(/^value-.+$/.test(thisValue[k1])) {
						thisValue = thisValue[k1].replace('value-','');
						break;
					}
				};
				thisReplacment
					.find('.' + settings.className + '-currentItem')
					.text(thisListElement.text());
				thisReplacment
					.find('select')
					.val(thisValue)
					.triggerHandler('change');
				var thisSublist = thisReplacment.find('.' + settings.className + '-list');
				if(thisSublist.filter(":visible").length > 0) {
					hideList( thisSublist );
				}else{
					showList( thisSublist );
				}
			}).bind('mouseenter',function(){
				jQuery(this).addClass('listelementhover');
			}).bind('mouseleave',function(){
				jQuery(this).removeClass('listelementhover');
			});
			jQuery('.' + settings.className + '-list', replacement).append(listElement);
			if(v.filter(':selected').length > 0) {
				jQuery('.'+settings.className + '-currentItem', replacement).text(v.text());
			}
		});
		replacement.find('.' + settings.className + '-moreButton').click(function(){
			var thisMoreButton = jQuery(this);
			var otherLists = jQuery('.' + settings.className + '-list')
				.not(thisMoreButton.siblings('.' + settings.className + '-list'));
			hideList( otherLists );
			var thisList = thisMoreButton.siblings('.' + settings.className + '-list');
			if(thisList.filter(":visible").length > 0) {
				hideList( thisList );
			}else{
				showList( thisList );
			}
		}).bind('mouseenter',function(){
			jQuery(this).addClass('morebuttonhover');
		}).bind('mouseleave',function(){
			jQuery(this).removeClass('morebuttonhover');
		});
		_this.hide().replaceWith(replacement).appendTo(replacement);
		var thisListBox = replacement.find('.' + settings.className + '-list');
		var thisListBoxSize = thisListBox.find('.' + settings.className + '-item').length;
		if(thisListBoxSize > settings.listboxMaxSize)
			thisListBoxSize = settings.listboxMaxSize;
		if(thisListBoxSize == 0)
			thisListBoxSize = 1;	
		var thisListBoxWidth = Math.round(_this.width() + 5);
		if(jQuery.browser.safari)
			thisListBoxWidth = thisListBoxWidth * 0.94;
		replacement.css('width', thisListBoxWidth + 'px');
		thisListBox.css({
			width: Math.round(thisListBoxWidth-5) + 'px',
			height: thisListBoxSize*28 + 'px'
		});
	});
}
jQuery.fn.unselectbox = function(){
	var commonClass = 'jquery-custom-selectboxes-replaced';
	return this.each(function() {
		var selectToRemove = jQuery(this).filter('.' + commonClass);
		selectToRemove.replaceWith(selectToRemove.find('select').show());		
	});
};
var $ = jQuery.noConflict();
$(document).ready(function(){
	initCufon();
	initLinks();
	initDefaultValues();
	initDropdown();
	initCycle();
	initProductPage();
	initTabs();
	initCustomSelect();
	initRepresentative();
	initFrontPage();
	iniInput();
	initVideoPopup();
	initExternalLinks();
	initLiveChat();
});

function initLiveChat(){
	var lpMTagConfig = {'lpServer' : "server.iad.liveperson.net",'lpNumber' : "83314881",'lpProtocol' : (document.location.toString().indexOf('https:')==0) ? 'https' : 'http'}; function lpAddMonitorTag(src){if(typeof(src)=='undefined'||typeof(src)=='object'){src=lpMTagConfig.lpMTagSrc?lpMTagConfig.lpMTagSrc:'/hcp/html/mTag.js';}if(src.indexOf('http')!=0){src=lpMTagConfig.lpProtocol+"://"+lpMTagConfig.lpServer+src+'?site='+lpMTagConfig.lpNumber;}else{if(src.indexOf('site=')<0){if(src.indexOf('?')<0)src=src+'?';else src=src+'&';src=src+'site='+lpMTagConfig.lpNumber;}};var s=document.createElement('script');s.setAttribute('type','text/javascript');s.setAttribute('charset','iso-8859-1');s.setAttribute('src',src);document.getElementsByTagName('head').item(0).appendChild(s);} if (window.attachEvent) window.attachEvent('onload',lpAddMonitorTag); else window.addEventListener("load",lpAddMonitorTag,false);
	$('#footer div.footer-callouts a.chat').click(function(){
		$('#lpButDivID-1311102961457 .lpStaticButtonTR a').click();
		return false;
	});
}

function initCufon(){
	// header
 	Cufon.replace('#header .header-top .newsletter label, #header #menu h2',{fontFamily: "DIN"});
 	Cufon.replace('#header .header-top .login a.login, #header #menu div.content > ul.menu > li > a',{fontFamily: "DIN", hover:true});
 	// top content 
 	Cufon.replace('#main .top-content .slider-container h2, #main .top-content #slider .item div.desc p.title, #main .top-content #slider .item div.desc h3, #main .top-content .advantage h2, #main .top-content .advantage p.title',{fontFamily: "DIN"});
 	Cufon.replace('#main .top-content .slider-container #nav li a span, #main div.button a',{fontFamily: "DIN", hover:true});
	Cufon.replace('#main .sales .title h2,#main .trending .shop div.item a, #main .bottom-content .block h2, #main .bottom-content .block .more a,#footer .footer-top .list h2, #footer .footer-bottom .share h2',{fontFamily: "DIN"});
	Cufon.replace('#main div.promotion-teaser h2,#content div.promotion-full h2',{fontFamily: "PMN Caecilia"});
	
	Cufon.replace('#main .bottom-content .news .content h3, h1, #content div.term-listing-heading h2, #content a.read-more',{fontFamily: "DIN"});
	Cufon.replace('#main .node-news-teaser h3:not(.nocufon),#main div.month-item h4, #content a.back, #content a.more, #content div.events h2, #content div.news h2',{fontFamily: "DIN"})
	
	//product page 
	Cufon.replace('#content div.rightcol ul.idTabs li a, #content div.leftcol div.box div.field-name-field-product-link a',{fontFamily: "DIN"});
	Cufon.replace('#content div.field-label:not(.nocufon), #content div.related h2,#sidebar h2, #content div.promotion-full div.field-type-link-field a',{fontFamily: "DIN"});
	Cufon.replace('h2, #content div.title-resource div.file a',{fontFamily: "DIN"});
}

function initFrontPage(){
	$('#main div.follow h2').prepend('<span>tweet</span>')
}

function initVideoPopup(){
	$('#main div.video-item').each(function(){
		var content = $(this).find('div.video-hidden').html();
		$(this).find('a.play').fancybox({
			'content' : content
		});
	});
}
function initLinks() {
	var links = $('a[rel*="external"]');
	links.live('click',function(){
		$(this).attr('target','_blanck');
	});
}

function initDefaultValues() {
	if ($('#header div.newsletter input.form-text').get(0)) $('#header div.newsletter input.form-text').DefaultValue('Enter Email Address');
}

function initDropdown() {
	$('#header #menu div.content > ul.menu li ul').each(function(i,ul) {
		$(this).wrap('<div class="drop"><div class="drop-inner"></div></div>');
	});
	$('#header #menu div.content > ul.menu').attr('id','main-nav');
	initPage();
}

function initCycle(){
	if($('#slider').get(0)) {
		$('#slider').before('<ul id="nav"></ul>');
		$('#slider').cycle({  
		    speed: 'slow',
			fx: 'fade',
		    timeout:5000,
			pager:'#nav',
			pagerAnchorBuilder: function(idx, slide){
				var title = $(slide).find('h2').text();
				var img = '';
				if ($(slide).find('div.thumbnail').get(0)) img = $(slide).find('div.thumbnail').html();
				return '<li><a href="#">'+img+'<span>'+title+'</span></a></li>'; 
			},
			after : function(){
				Cufon.replace('#main .top-content .slider-container #nav li a span',{fontFamily: "DIN"});
			}
		});
		$('#main .top-content .slider-container #nav li a').hover(
			function(){
				$(this).addClass('hover');
				Cufon.replace('#main .top-content .slider-container #nav li a span',{fontFamily: "DIN"});
			},
			function(){
				$(this).removeClass('hover');
				Cufon.replace('#main .top-content .slider-container #nav li a span',{fontFamily: "DIN"});
			}
		)
	};
}

function initProductPage(){
	$('#content div.field-name-field-product-image div.field-item a').each(function(i,link){
		var img = $(link).html();
		$(link).addClass('zoom').html('zoom');
		$(link).before(img);
	});
	$('#content div.field-name-field-product-image div.field-item:first').show();
	$('#content #images div.thumbnail div.item:first').addClass('active');
	// thumbnail images
	$('#content #images div.thumbnail img').click(function(){
		var index = $('#content #images div.thumbnail img').index(this);
		$('#content #images div.thumbnail div.item').removeClass('active');
		$(this).parent().addClass('active');
		$('#content div.field-name-field-product-image div.field-item').hide();
		$('#content div.field-name-field-product-image div.field-item:eq('+index+')').show();
		return false;
	});
	// init full body
	$('#content a.read-more').click(function(){
		var link = $(this);
		$('#content div.hidden-content').slideToggle(function(){
			if (link.text() == 'Hide' ) link.text('Read more');  else link.text('Hide');
			link.toggleClass('hide');
		});
		
		return false;
	});
	if ($('#content a.zoom').get(0)) $('#content a.zoom').fancybox();
	
}

function initTabs(){
	$("#content div.tabs-content").hide(); //Hide all content
	$("#content ul.idTabs li:first").addClass("active").show(); //Activate first tab
	$("#content div.tabs-content:first").show(); //Show first tab content

	//On Click Event
	$("#content ul.idTabs li").click(function() {

		$("#content ul.idTabs li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$("#content div.tabs-content").hide(); //Hide all tab content

		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeTab).show(); //Fade in the active ID content
		return false;
	});

}

function initCustomSelect(){
	$("#main select.custom-select").selectbox({
		animationSpeed : 'fast'
	});
}

function iniInput(){
	$('#content input.form-text').wrap('<div class="input"></div>');
	$('#content input.form-submit').wrap('<div class="submit"></div>');
}
function initRepresentative(){
	if (!$('#representative-country').get(0)) return;
	var country = $('#representative-country').val();
	if (country != 'US') {
		$('#representative-state').parents('div.jquery-custom-selectboxes-replaced').hide();
	}
	$('#representative-country').change(function(){
		var val = $(this).val();
		if (val == 'US') {
			$('#representative-state').parents('div.jquery-custom-selectboxes-replaced').show();
			var defaultVal = $('#representative-state option:eq(0)').text();
			$('#representative-state').parents('div.jquery-custom-selectboxes-replaced').find('.jquery-selectbox-currentItem').text(defaultVal);
			$('#ajax-load').remove();
		} else {
			$('#representative-state').parents('div.jquery-custom-selectboxes-replaced').hide();
			if (!$('#ajax-load').get(0)) $('#content div.filter').after('<div class="filter-content" id="ajax-load"></div>');
			var url = Drupal.settings.basePath+'representative/filter';
			$.ajax({
				url : url,
				data : 'country='+val+'&is_ajax=1',
				success : function(msg){
					$('#ajax-load').html(msg);
				}
			});
		}
	});
	$('#representative-state').change(function(){
		var val = $(this).val();
		country = $('#representative-country').val();
		if (val) {
			if (!$('#ajax-load').get(0)) $('#content div.filter').after('<div class="filter-content" id="ajax-load"></div>');
			var url = Drupal.settings.basePath+'representative/filter';
			$.ajax({
				url : url,
				data : 'country='+country+'&state='+val+'&is_ajax=1',
				success : function(msg){
					$('#ajax-load').html(msg);
				}
			});
		}
	});
}

function initExternalLinks(){
	var h = window.location.host.toLowerCase();
	var shop = 'shop.accutome.com';
	$('a[href^="http://"]:not(a[href^="http://' + h + '"]):not(a[href^="http://www.' + h + '"]):not(a[href^="http://www.' + shop + '"]):not(a[href^="http://' + shop + '"]), a[href*=".pdf"]')
	.attr({
		target: "_blank", 
		title: "Opens in a new window"
	});
}

function initPage()
{
	initAutoScalingNav({
		menuId: "main-nav",
		sideClasses: true,
		tag: "a"
	});
	initNav({
		menuId: "main-nav",
		cleverMode: true,
		hoverClass: "hover",
		flexibility: true,
		sideClasses: true,
		menuPaddings: 26,
		minWidth: 'li'
	});
}
function initNav(o)
{
	if (!o.menuId) o.menuId = "main-nav";
	if (!o.cleverMode) o.cleverMode = false;
	if (!o.flexibility) o.flexibility = false;
	if (!o.dropExistenceClass) o.dropExistenceClass = false;
	if (!o.hoverClass) o.hoverClass = "hover";
	if (!o.menuHardCodeClass) o.menuHardCodeClass = "menu-hard-code";
	if (!o.sideClasses) o.sideClasses = false;
	if (!o.center) o.center = false;
	if (!o.menuPaddings) o.menuPaddings = 0;
	if (!o.minWidth) o.minWidth = 0;
	if (!o.coeff) o.coeff = 1.7;
	var n = document.getElementById(o.menuId);
	if(n)
	{
		n.className = n.className.replace(o.menuHardCodeClass, "");
		var lfl = [];
		var li = n.getElementsByTagName("li");
		for (var i=0; i<li.length; i++)
		{
			li[i].className += (" " + o.hoverClass);
			var d = li[i].getElementsByTagName("div").item(0);
			if(d)
			{
				if(o.flexibility)
				{
					var a = d.getElementsByTagName("a");
					for (var j=0; j<a.length; j++)
					{
						var w = a[j].parentNode.parentNode.offsetWidth;
						if(w > 0)
						{
							if(typeof(o.minWidth) == "number" && w < o.minWidth)
								w = o.minWidth;
							else if(typeof(o.minWidth) == "string" && li[i].parentNode == n && w < li[i].offsetWidth)
								w = li[i].offsetWidth - 3;
							a[j].style.width = w - o.menuPaddings + "px";
						}
					}
					d.style.width = li[i].getElementsByTagName("div").item(1).clientWidth + "px";
				}
				var t = document.documentElement.clientWidth/o.coeff;
				if(li[i].parentNode != n && (!o.cleverMode || fPX(li[i]) < t))
				{
					d.style.right = "auto";
					d.style.left = li[i].parentNode.offsetWidth + "px";
					d.parentNode.className += " left-side";
				}	
				else if(li[i].parentNode != n && (o.cleverMode || fPX(li[i]) >= t))
				{
					d.style.left = "auto";
					d.style.right = li[i].parentNode.offsetWidth + "px";
					d.parentNode.className += " right-side";
				}
				else if(li[i].parentNode == n && o.cleverMode && fPX(li[i]) >= t)
				{
					li[i].className += " right-side";
				}
				if(li[i].parentNode == n && o.center)
					d.style.left = -li[i].getElementsByTagName("div").item(1).clientWidth/2 + li[i].clientWidth/2 + "px";
			}
			if(o.dropExistenceClass && li[i].getElementsByTagName("ul").length > 0)
			{
				li[i].className += (" " + o.dropExistenceClass);
				li[i].getElementsByTagName("a").item(0).className += (" " + o.dropExistenceClass + "-link");
				li[i].innerHTML += "<em class='pointer'></em>";
			}
			if(li[i].parentNode == n) lfl.push(li[i]);
		}
		if(o.sideClasses)
		{
			lfl[0].className += " first-child";
			lfl[0].getElementsByTagName("a").item(0).className += " first-child-link";
			lfl[lfl.length-1].className += " last-child";
			lfl[lfl.length-1].getElementsByTagName("a").item(0).className += " last-child-link";
		}
		for (var i=0; i<li.length; i++)
		{
			li[i].className = li[i].className.replace(o.hoverClass, "");
			li[i].onmouseover = function()
			{
				this.className += (" " + o.hoverClass);
			}
			li[i].onmouseout = function()
			{
				this.className = this.className.replace(o.hoverClass, "");
			}
		}
	}
	function fPX(a)
	{
		var b = 0;
		while (a.offsetParent) {b += a.offsetLeft; a = a.offsetParent;}
		return b;
	}
}

function initAutoScalingNav(o) {
	if (!o.menuId) o.menuId = "nav";
	if (!o.tag) o.tag = "a";
	if (!o.spacing) o.spacing = 0;
	if (!o.constant) o.constant = 0;
	if (!o.minPaddings) o.minPaddings = 0;
	if (!o.liHovering) o.liHovering = false;
	if (!o.sideClasses) o.sideClasses = false;
	if (!o.equalLinks) o.equalLinks = false;
	if (!o.flexible) o.flexible = false;
	var nav = document.getElementById(o.menuId);
	if(nav) {
		nav.className += " scaling-active";
		var lis = nav.getElementsByTagName("li");
		var asFl = [];
		var lisFl = [];
		var width = 0;
		for (var i=0, j=0; i<lis.length; i++) {
			if(lis[i].parentNode == nav) {
				var t = lis[i].getElementsByTagName(o.tag).item(0);
				asFl.push(t);
				asFl[j++].width = t.offsetWidth;
				lisFl.push(lis[i]);
				if(width < t.offsetWidth) width = t.offsetWidth;
			}
			if(o.liHovering) {
				lis[i].onmouseover = function() {
					this.className += " hover";
				}
				lis[i].onmouseout = function() {
					this.className = this.className.replace("hover", "");
				}
			}
		}
		var menuWidth = nav.clientWidth - asFl.length*o.spacing - o.constant;
		if(o.equalLinks && width * asFl.length < menuWidth) {
			for (var i=0; i<asFl.length; i++) {
				asFl[i].width = width;
			}
		}
		width = getItemsWidth(asFl);
		if(width < menuWidth) {
			var version = navigator.userAgent.toLowerCase();
			for (var i=0; getItemsWidth(asFl) < menuWidth; i++) {
				asFl[i].width++;
				if(!o.flexible) {
					asFl[i].style.width = asFl[i].width + "px";
				}
				if(i >= asFl.length-1) i=-1;
			}
			if(o.flexible) {
				for (var i=0; i<asFl.length; i++) {
					width = (asFl[i].width - o.spacing - o.constant/asFl.length)/menuWidth*100;
					if(i != asFl.length-1) {
						lisFl[i].style.width = width + "%";
					}
					else {
						if(navigator.appName.indexOf("Microsoft Internet Explorer") == -1 || version.indexOf("msie 8") != -1 || version.indexOf("msie 9") != -1)
							lisFl[i].style.width = width + "%";
					}
				}
			}
		}
		else if(o.minPaddings > 0) {
			for (var i=0; i<asFl.length; i++) {
				asFl[i].style.paddingLeft = o.minPaddings + "px";
				asFl[i].style.paddingRight = o.minPaddings + "px";
			}
		}
		if(o.sideClasses) {
			lisFl[0].className += " first-child";
			lisFl[0].getElementsByTagName(o.tag).item(0).className += " first-child-a";
			lisFl[lisFl.length-1].className += " last-child";
			lisFl[lisFl.length-1].getElementsByTagName(o.tag).item(0).className += " last-child-a";
		}
		nav.className += " scaling-ready";
	}
	function getItemsWidth(a) {
		var w = 0;
		for(var q=0; q<a.length; q++) {
			w += a[q].width;
		}
		return w;
	}
};

