/* Cufon. Copyright (c) 2009 Simo Kinnunen. Licensed under the MIT license. Version 1.03 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"none":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());
/* define and register your cufon fonts here aswell... below is a example wich can be replaced...*/ 
Cufon.registerFont({"w":180,"face":{"font-family":"helvetica","font-weight":750,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 8 6 4 7 2 4 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-9 -324 278 66.9668","underline-thickness":"18","underline-position":"-18","stemh":"45","stemv":"58","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":93,"k":{"\u201c":13}},"!":{"d":"31,-173r0,-84r58,0v1,64,-2,125,-6,184r-45,0xm32,0r0,-54r57,0r0,54r-57,0","w":120},"\"":{"d":"100,-131r0,-126r47,0r0,126r-47,0xm26,-131r0,-126r47,0r0,126r-47,0","w":173},"#":{"d":"24,0r8,-62r-26,0r0,-40r32,0r6,-46r-26,0r0,-40r32,0r8,-62r40,0r-8,62r26,0r8,-62r40,0r-9,62r26,0r0,40r-32,0r-6,46r26,0r0,40r-32,0r-8,62r-40,0r9,-62r-26,0r-9,62r-39,0xm103,-102r7,-46r-26,0r-7,46r26,0","w":187},"$":{"d":"117,-181v0,-20,-5,-34,-24,-34v-15,0,-24,9,-24,26v0,53,111,26,111,114v0,53,-28,76,-74,80r0,32r-28,0r0,-32v-42,-1,-76,-25,-70,-81r58,0v-1,23,2,41,26,41v21,0,27,-16,27,-29v0,-54,-110,-23,-110,-117v0,-38,18,-70,69,-74r0,-27r28,0r0,27v52,5,70,32,69,74r-58,0","w":187},"%":{"d":"49,-186v0,28,4,39,15,39v13,0,14,-10,14,-41v0,-32,-4,-37,-14,-37v-13,0,-15,17,-15,39xm66,5r113,-260r36,0r-113,260r-36,0xm202,-64v0,28,3,39,14,39v13,0,15,-10,15,-41v0,-32,-5,-37,-15,-37v-13,0,-14,17,-14,39xm7,-186v0,-41,11,-69,57,-69v51,0,57,31,57,69v0,38,-6,69,-57,69v-51,0,-57,-31,-57,-69xm159,-64v0,-41,11,-69,57,-69v51,0,57,31,57,69v0,38,-5,69,-56,69v-51,0,-58,-31,-58,-69","w":280},"&":{"d":"100,-226v-29,3,-18,41,-1,55v22,-11,34,-52,1,-55xm123,-53r-38,-52v-33,17,-27,63,11,65v10,0,20,-5,27,-13xm125,-135r33,45v7,-10,9,-22,10,-34r52,0v-2,29,-9,54,-30,76r35,48r-64,0r-11,-16v-19,13,-38,21,-64,21v-59,0,-79,-40,-79,-72v0,-37,20,-54,50,-76v-10,-14,-25,-38,-25,-57v0,-40,31,-60,70,-60v37,0,68,19,68,58v0,32,-21,49,-45,67","w":226},"(":{"d":"115,66r-47,0v-27,-44,-50,-101,-50,-161v0,-60,23,-118,50,-162r47,0v-51,70,-53,253,0,323","w":113},")":{"d":"-2,-257r47,0v27,44,51,102,51,162v0,60,-24,117,-51,161r-47,0v22,-37,42,-95,42,-161v0,-66,-20,-125,-42,-162","w":113},"*":{"d":"3,-195r10,-31r45,18r-1,-49r33,0r-1,49r44,-18r11,31r-45,15r29,39r-26,19r-29,-39r-28,39r-26,-19r29,-39","w":146},"+":{"d":"85,0r0,-68r-68,0r0,-46r68,0r0,-68r46,0r0,68r68,0r0,46r-68,0r0,68r-46,0","w":216},",":{"d":"19,-2r0,-63r56,0v-2,62,14,120,-56,126r0,-28v16,0,22,-11,22,-35r-22,0","w":93,"k":{"\u201d":27," ":13}},"-":{"d":"12,-80r0,-49r109,0r0,49r-109,0","w":133},".":{"d":"19,0r0,-65r56,0r0,65r-56,0","w":93,"k":{"\u201d":27," ":13}},"\/":{"d":"-2,5r82,-267r49,0r-82,267r-49,0","w":126},"0":{"d":"70,-125v0,72,3,92,24,92v21,0,23,-20,23,-92v0,-73,-2,-92,-23,-92v-21,0,-24,19,-24,92xm177,-125v0,73,-7,130,-83,130v-76,0,-84,-48,-84,-130v0,-73,8,-130,84,-130v76,0,83,48,83,130","w":187},"1":{"d":"71,0r0,-177r-49,0r0,-38v46,3,67,-22,67,-40r42,0r0,255r-60,0","w":187},"2":{"d":"12,0v-7,-94,102,-129,102,-183v0,-20,-4,-34,-21,-34v-23,0,-23,28,-23,47r-56,0v-2,-57,24,-85,82,-85v62,0,79,31,79,71v12,58,-77,104,-90,137r90,0r0,47r-163,0","w":187},"3":{"d":"14,-180v0,-53,28,-75,82,-75v50,0,74,21,74,70v1,27,-15,45,-36,52v30,6,42,25,42,61v0,55,-36,77,-81,77v-50,0,-83,-15,-83,-80r58,0v0,23,4,42,22,42v15,0,23,-9,23,-38v1,-40,-13,-41,-46,-40r0,-38v31,3,44,-6,43,-39v0,-20,-7,-29,-21,-29v-13,0,-23,8,-23,37r-54,0","w":187},"4":{"d":"99,-96r0,-85r-43,85r43,0xm8,-49r0,-47r83,-154r65,0r0,154r23,0r0,47r-23,0r0,49r-57,0r0,-49r-91,0","w":187},"5":{"d":"10,-75r58,0v-1,21,1,42,22,42v19,0,23,-20,23,-55v0,-30,-6,-44,-22,-44v-11,0,-20,5,-22,20r-56,0r8,-138r142,0r0,47r-96,0v0,16,-4,35,-2,49v6,-13,26,-21,42,-21v46,0,67,27,67,89v0,65,-27,91,-84,91v-57,-1,-83,-28,-80,-80","w":187},"6":{"d":"114,-190v1,-15,-4,-27,-18,-27v-19,0,-28,20,-25,72v8,-15,23,-22,45,-22v39,0,61,22,61,79v0,51,-16,93,-83,93v-75,0,-84,-48,-84,-124v0,-85,6,-136,88,-136v46,0,73,19,74,65r-58,0xm95,-33v17,0,22,-16,22,-44v0,-31,-4,-45,-23,-45v-18,0,-22,17,-22,40v0,30,5,49,23,49","w":187},"7":{"d":"116,-199r-104,0r0,-51r162,0r0,45v-39,59,-66,148,-69,205r-63,0v4,-59,37,-151,74,-199","w":187},"8":{"d":"94,-255v57,0,77,26,77,66v0,28,-13,49,-36,54v27,4,43,26,43,60v0,43,-15,80,-84,80v-69,0,-85,-34,-85,-80v0,-28,12,-56,42,-60v-22,-6,-35,-24,-35,-54v0,-39,21,-66,78,-66xm94,-152v14,0,21,-8,21,-33v0,-18,-5,-32,-21,-32v-16,0,-22,14,-22,32v0,25,8,33,22,33xm94,-114v-19,0,-25,17,-25,40v0,23,6,41,25,41v19,0,24,-18,24,-41v0,-23,-5,-40,-24,-40","w":187},"9":{"d":"73,-60v0,14,4,27,18,27v19,0,28,-20,25,-72v-8,15,-23,22,-45,22v-39,0,-61,-22,-61,-79v0,-51,16,-93,83,-93v75,0,84,48,84,124v0,85,-6,136,-88,136v-46,0,-73,-19,-74,-65r58,0xm93,-127v18,0,22,-18,22,-41v0,-30,-4,-49,-22,-49v-17,0,-23,17,-23,45v0,31,4,45,23,45","w":187},":":{"d":"19,0r0,-65r56,0r0,65r-56,0xm19,-127r0,-65r56,0r0,65r-56,0","w":93},";":{"d":"19,-2r0,-63r56,0v-2,62,14,120,-56,126r0,-28v16,0,22,-11,22,-35r-22,0xm19,-127r0,-65r56,0r0,65r-56,0","w":93},"<":{"d":"17,-68r0,-46r182,-71r0,47r-122,47r122,47r0,47","w":216},"=":{"d":"17,-107r0,-47r182,0r0,47r-182,0xm17,-28r0,-47r182,0r0,47r-182,0","w":216},">":{"d":"199,-114r0,46r-182,71r0,-47r122,-47r-122,-47r0,-47","w":216},"?":{"d":"60,-73v-9,-71,50,-69,50,-125v0,-17,-5,-26,-20,-26v-15,0,-22,13,-22,47r-54,0v-2,-54,21,-85,75,-85v49,0,77,26,77,70v-1,68,-59,68,-52,119r-54,0xm59,0r0,-54r56,0r0,54r-56,0"},"@":{"d":"134,-86v41,3,61,-75,15,-78v-40,-3,-62,74,-15,78xm189,-176r5,-18r31,0r-23,104v0,5,3,8,7,8v15,0,37,-24,37,-63v0,-53,-43,-83,-96,-83v-61,0,-101,44,-101,100v0,57,45,99,104,99v32,0,59,-10,78,-22r32,0v-65,103,-253,52,-253,-78v0,-76,63,-133,140,-133v66,0,128,43,128,109v0,76,-67,103,-90,103v-13,0,-22,-6,-23,-19v-30,34,-97,21,-97,-42v0,-62,79,-125,121,-65","w":288},"A":{"d":"125,-96r-23,-114r-21,114r44,0xm1,0r65,-257r76,0r64,257r-63,0r-9,-49r-62,0r-9,49r-62,0","w":206,"k":{"v":9,"w":6,"y":9,"C":6,"G":6,"O":6,"\u00d3":6,"\u00d6":6,"\u00d2":6,"Q":6,"T":20,"U":4,"\u00da":4,"\u00dc":4,"\u00d9":4,"V":11,"W":13,"Y":33,"\u201d":20}},"B":{"d":"19,0r0,-257v75,1,167,-15,167,63v0,31,-19,52,-41,59v19,3,48,11,48,64v0,30,-13,71,-85,71r-89,0xm79,-212r0,58v28,3,48,-6,46,-31v3,-19,-19,-31,-46,-27xm79,-114r0,69v31,3,52,-7,51,-33v-2,-34,-20,-38,-51,-36","w":206},"C":{"d":"185,-168r-59,0v0,-37,-4,-54,-24,-54v-24,0,-26,24,-26,91v0,76,2,96,27,96v22,0,26,-26,26,-66r58,0v1,62,-12,106,-91,106v-77,0,-83,-58,-83,-135v0,-66,3,-132,89,-132v57,0,86,28,83,94","w":193},"D":{"d":"19,0r0,-257r89,0v60,0,86,31,86,120v0,93,-12,137,-92,137r-83,0xm79,-212r0,167v47,1,54,-1,54,-88v0,-73,-5,-81,-54,-79","w":206,"k":{"V":6,"Y":20,"A":6,"\u00c1":6,"\u00c4":6,"\u00c0":6,",":9,".":9}},"E":{"d":"19,0r0,-257r148,0r0,49r-88,0r0,51r83,0r0,49r-83,0r0,59r92,0r0,49r-152,0"},"F":{"d":"19,0r0,-257r148,0r0,49r-88,0r0,51r83,0r0,49r-83,0r0,108r-60,0","w":173,"k":{"A":13,"\u00c1":13,"\u00c4":13,"\u00c0":13,",":40,".":40}},"G":{"d":"186,-179r-59,0v0,-17,-2,-43,-24,-43v-25,0,-27,26,-27,94v0,70,3,93,27,93v24,0,29,-28,28,-63r-28,0r0,-40r84,0r0,138r-41,0r-2,-24v-9,23,-33,29,-56,29v-64,0,-75,-48,-75,-128v0,-84,5,-139,91,-139v78,0,82,54,82,83","w":200,"k":{".":9}},"H":{"d":"19,0r0,-257r60,0r0,96r48,0r0,-96r61,0r0,257r-61,0r0,-110r-48,0r0,110r-60,0","w":206},"I":{"d":"20,0r0,-257r60,0r0,257r-60,0","w":100},"J":{"d":"101,-77r0,-180r60,0r0,180v0,48,-19,82,-79,82v-60,0,-79,-31,-76,-87r56,0v0,21,-3,46,20,47v17,0,19,-18,19,-42","k":{",":9,".":9,"a":4,"\u00e1":4,"\u00e4":4,"\u00e0":4,"e":2,"\u00e9":2,"\u00eb":2,"\u00e8":2}},"K":{"d":"19,0r0,-257r60,0r1,101r56,-101r66,0r-68,111r76,146r-68,0r-47,-97r-16,25r0,72r-60,0","w":206,"k":{"y":11,"O":6,"\u00d3":6,"\u00d6":6,"\u00d2":6,"e":4,"\u00e9":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f6":4,"\u00f2":4}},"L":{"d":"19,0r0,-257r60,0r0,208r88,0r0,49r-148,0","w":166,"k":{"y":20,"T":27,"V":27,"W":27,"Y":33,"\u201d":33}},"M":{"d":"21,0r0,-257r88,0r32,169r31,-169r88,0r0,257r-57,0r0,-200r-40,200r-46,0r-42,-200r0,200r-54,0","w":280},"N":{"d":"19,0r0,-257r69,0r51,167r0,-167r56,0r0,257r-69,0r-53,-177r0,177r-54,0","w":213},"O":{"d":"76,-129v0,71,3,94,27,94v24,0,28,-23,28,-94v0,-71,-4,-93,-28,-93v-24,0,-27,22,-27,93xm194,-129v0,71,-5,134,-91,134v-80,0,-90,-52,-90,-134v0,-82,10,-133,90,-133v86,0,91,62,91,133","w":206,"k":{"T":6,"V":4,"W":4,"Y":20,"A":6,"\u00c1":6,"\u00c4":6,"\u00c0":6,",":9,".":9,"X":9}},"P":{"d":"19,0r0,-257r93,0v64,0,76,46,76,78v0,55,-38,86,-109,79r0,100r-60,0xm79,-212r0,67v30,4,50,-8,47,-32v2,-26,-16,-39,-47,-35","w":200,"k":{"\u00e4":13,"A":20,"\u00c1":20,"\u00c4":20,"\u00c0":20,",":58,".":58,"a":13,"\u00e1":13,"\u00e0":13,"e":13,"\u00e9":13,"\u00eb":13,"\u00e8":13,"o":13,"\u00f3":13,"\u00f6":13,"\u00f2":13}},"Q":{"d":"76,-129v0,71,3,94,27,94v24,0,28,-23,28,-94v0,-71,-4,-93,-28,-93v-24,0,-27,22,-27,93xm134,1v-8,2,-19,5,-31,4v-80,0,-90,-52,-90,-134v0,-82,10,-133,90,-133v86,0,91,62,91,133v0,41,-1,79,-19,104r29,30r-36,32","w":206},"R":{"d":"79,-215r0,66v30,4,53,-11,50,-33v3,-26,-19,-36,-50,-33xm19,0r0,-257r101,0v87,-6,88,118,26,130v39,5,42,29,42,64v0,55,4,52,11,63r-65,0v-5,-9,-7,-23,-7,-52v0,-59,-9,-54,-48,-54r0,106r-60,0","w":206,"k":{"T":6,"Y":11}},"S":{"d":"120,-186v0,-22,-4,-36,-24,-36v-15,0,-24,9,-24,28v0,54,111,26,111,117v0,58,-33,82,-88,82v-50,0,-92,-19,-85,-83r59,0v-1,23,2,43,26,43v21,0,27,-16,27,-31v0,-55,-110,-24,-110,-120v0,-41,22,-76,84,-76v62,0,83,30,82,76r-58,0","w":193},"T":{"d":"56,0r0,-208r-54,0r0,-49r169,0r0,49r-54,0r0,208r-61,0","w":172,"k":{"\u00fc":27,"\u00f2":27,"\u00f6":27,"\u00ec":6,"\u00ed":6,"\u00e8":27,"\u00eb":27,"\u00e0":27,"\u00e4":27,"w":27,"y":27,"O":6,"\u00d3":6,"\u00d6":6,"\u00d2":6,"A":20,"\u00c1":20,"\u00c4":20,"\u00c0":20,",":33,".":33,"a":27,"\u00e1":27,"e":27,"\u00e9":27,"o":27,"\u00f3":27,"-":27,"i":6,"\u00ef":6,"r":27,"u":27,"\u00fa":27,"\u00f9":27,":":27,";":27}},"U":{"d":"185,-257r0,172v0,50,-15,90,-85,90v-70,0,-85,-40,-85,-90r0,-172r61,0r0,190v0,20,8,32,24,32v16,0,24,-12,24,-32r0,-190r61,0","w":200,"k":{"A":4,"\u00c1":4,"\u00c4":4,"\u00c0":4}},"V":{"d":"57,0r-56,-257r65,0r31,199r31,-199r65,0r-59,257r-77,0","w":193,"k":{"\u00f6":6,"\u00e8":6,"\u00eb":6,"\u00e0":11,"\u00e4":11,"O":6,"\u00d3":6,"\u00d6":6,"\u00d2":6,"A":13,"\u00c1":13,"\u00c4":13,"\u00c0":13,",":33,".":33,"a":11,"\u00e1":11,"e":6,"\u00e9":6,"o":6,"\u00f3":6,"\u00f2":6,"-":6,"u":6,"\u00fa":6,"\u00fc":6,"\u00f9":6,":":6,";":6}},"W":{"d":"48,0r-46,-257r61,0r23,183r26,-183r56,0r30,183r22,-183r58,0r-45,257r-67,0r-27,-183r-25,183r-66,0","w":280,"k":{"\u00f6":6,"\u00e4":6,"A":13,"\u00c1":13,"\u00c4":13,"\u00c0":13,",":27,".":27,"a":6,"\u00e1":6,"\u00e0":6,"e":6,"\u00e9":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f3":6,"\u00f2":6,"-":6}},"X":{"d":"1,0r63,-131r-57,-126r67,0r27,79r26,-79r67,0r-59,126r64,131r-69,0r-31,-85r-31,85r-67,0","w":200},"Y":{"d":"66,0r0,-101r-65,-156r67,0r30,95r29,-95r65,0r-65,156r0,101r-61,0","w":192,"k":{"\u00fc":20,"\u00f6":27,"O":13,"\u00d3":13,"\u00d6":13,"\u00d2":13,"A":33,"\u00c1":33,"\u00c4":33,"\u00c0":33,",":40,".":40,"a":27,"\u00e1":27,"\u00e4":27,"\u00e0":27,"e":27,"\u00e9":27,"\u00eb":27,"\u00e8":27,"o":27,"\u00f3":27,"\u00f2":27,"-":27,"i":9,"\u00ed":9,"\u00ef":9,"\u00ec":9,"u":20,"\u00fa":20,"\u00f9":20,":":13,";":13,"S":9}},"Z":{"d":"8,0r0,-45r87,-163r-80,0r0,-49r150,0r0,42r-88,166r88,0r0,49r-157,0","w":173},"[":{"d":"30,66r0,-323r91,0r0,40r-37,0r0,243r37,0r0,40r-91,0","w":119},"\\":{"d":"80,5r-82,-267r49,0r82,267r-49,0","w":126},"]":{"d":"-1,66r0,-40r37,0r0,-243r-37,0r0,-40r91,0r0,323r-91,0","w":119},"^":{"d":"20,-111r67,-139r42,0r67,139r-45,0r-43,-90r-43,90r-45,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0"},"a":{"d":"15,-135v0,-51,28,-65,76,-65v48,0,70,17,70,58v0,47,-7,106,6,142r-56,0v-3,-6,-1,-16,-4,-22v-22,44,-97,36,-97,-32v0,-49,37,-61,76,-66v30,-4,27,-41,2,-42v-16,0,-21,10,-21,27r-52,0xm107,-96v-28,16,-41,6,-41,36v0,15,6,25,17,25v24,6,24,-41,24,-61"},"b":{"d":"16,0r0,-257r59,0r0,83v10,-21,28,-26,44,-26v48,0,56,44,56,104v0,73,-21,101,-60,101v-27,1,-37,-18,-43,-29r0,24r-56,0xm73,-96v0,38,4,59,21,59v22,0,23,-31,23,-62v0,-35,-1,-58,-22,-58v-20,0,-22,26,-22,61","w":186,"k":{"v":4,"y":6}},"c":{"d":"166,-121r-54,0v0,-28,-7,-41,-22,-41v-19,0,-22,25,-22,65v0,44,3,64,22,64v17,0,21,-12,22,-46r54,0v0,60,-24,84,-77,84v-73,0,-79,-51,-79,-109v0,-55,16,-96,79,-96v61,0,77,33,77,79","w":173,"k":{"y":6}},"d":{"d":"114,0r0,-24v-4,13,-16,29,-42,29v-39,0,-60,-28,-60,-101v0,-60,8,-104,56,-104v16,0,34,5,44,26r0,-83r59,0r0,257r-57,0xm113,-96v0,-35,-1,-61,-21,-61v-21,0,-22,23,-22,58v0,31,1,62,23,62v17,0,20,-21,20,-59","w":186},"e":{"d":"166,-88r-98,0v-1,29,0,57,21,57v15,0,21,-12,22,-36r54,0v-1,48,-28,72,-76,72v-73,0,-79,-51,-79,-109v0,-55,16,-96,79,-96v72,0,77,46,77,112xm68,-122r42,0v0,-27,-4,-42,-20,-42v-19,0,-22,16,-22,42","w":173},"f":{"d":"24,0r0,-154r-24,0r0,-41r24,0v-9,-56,24,-73,85,-66r0,39v-23,-2,-31,4,-27,27r27,0r0,41r-27,0r0,154r-58,0","w":106,"k":{"\u201d":-6}},"g":{"d":"71,12v2,10,8,17,20,16v22,4,24,-27,23,-61v-8,22,-26,28,-46,28v-42,0,-55,-41,-55,-95v0,-46,6,-100,57,-100v27,-1,38,16,47,32r0,-27r54,0r0,188v0,44,-19,73,-81,73v-57,0,-73,-25,-73,-54r54,0xm71,-101v0,41,6,54,22,54v16,0,21,-12,21,-56v0,-36,-4,-52,-21,-52v-19,0,-22,22,-22,54","w":186},"h":{"d":"16,0r0,-257r59,0r0,83v21,-44,96,-33,96,28r0,146r-59,0r0,-133v0,-14,-6,-22,-17,-22v-11,0,-20,9,-20,28r0,127r-59,0","w":186},"i":{"d":"18,0r0,-195r58,0r0,195r-58,0xm18,-215r0,-45r58,0r0,45r-58,0","w":93},"j":{"d":"18,-2r0,-193r58,0r0,200v6,50,-29,62,-84,58r0,-40v20,1,26,-5,26,-25xm18,-215r0,-45r58,0r0,45r-58,0","w":93},"k":{"d":"16,0r0,-257r59,0r0,132r44,-70r64,0r-56,79r63,116r-64,0r-36,-73r-15,20r0,53r-59,0","w":186,"k":{"e":4,"\u00e9":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f6":4,"\u00f2":4}},"l":{"d":"18,0r0,-257r58,0r0,257r-58,0","w":93},"m":{"d":"18,0r0,-195r56,0v1,7,-2,18,1,23v16,-33,77,-45,95,2v23,-49,99,-38,99,24r0,146r-59,0r0,-133v0,-14,-6,-22,-17,-22v-11,0,-21,9,-21,28r0,127r-58,0r0,-133v0,-14,-6,-22,-17,-22v-11,0,-21,9,-21,28r0,127r-58,0","w":286},"n":{"d":"16,0r0,-195r56,0v1,7,-2,18,1,23v18,-43,98,-38,98,26r0,146r-59,0r0,-133v0,-14,-6,-22,-17,-22v-11,0,-20,9,-20,28r0,127r-59,0","w":186},"o":{"d":"112,-97v0,-48,-4,-65,-22,-65v-17,0,-22,17,-22,64v0,48,5,65,22,65v18,0,22,-16,22,-64xm90,5v-71,0,-80,-44,-80,-102v0,-58,13,-103,80,-103v71,0,80,44,80,102v0,58,-13,103,-80,103","k":{"v":2,"y":4}},"p":{"d":"16,63r0,-258r56,0v1,7,-2,18,1,24v4,-13,16,-29,42,-29v39,0,60,28,60,101v0,60,-8,104,-56,104v-16,0,-34,-5,-44,-26r0,84r-59,0xm73,-99v0,35,2,62,22,62v21,0,22,-24,22,-59v0,-31,-1,-61,-23,-61v-17,0,-21,20,-21,58","w":186,"k":{"y":4}},"q":{"d":"112,63r0,-84v-10,21,-28,26,-44,26v-48,0,-56,-44,-56,-104v0,-73,21,-101,60,-101v26,0,38,16,42,29r0,-24r57,0r0,258r-59,0xm113,-99v0,-38,-3,-58,-20,-58v-22,0,-23,30,-23,61v0,35,1,59,22,59v20,0,21,-27,21,-62","w":186},"r":{"d":"16,0r0,-195r56,0v1,9,-2,21,1,28v9,-19,27,-37,56,-32r0,55v-28,-6,-54,1,-54,33r0,111r-59,0","w":133,"k":{",":27,".":27,"a":4,"\u00e1":4,"\u00e4":4,"\u00e0":4,"e":4,"\u00e9":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f6":4,"\u00f2":4,"c":4,"d":4,"g":4,"q":6,"-":13}},"s":{"d":"61,-62v-9,34,43,41,43,11v0,-9,-5,-18,-23,-24v-48,-16,-71,-25,-71,-66v0,-39,28,-59,75,-59v58,0,71,26,70,61r-52,0v1,-18,-6,-26,-19,-25v-15,0,-20,8,-20,18v0,35,94,11,94,87v0,39,-27,64,-75,64v-56,-1,-76,-20,-74,-67r52,0","w":166,"k":{"w":2}},"t":{"d":"76,2v-80,0,-44,-94,-52,-156r-24,0r0,-41r24,0r0,-57r58,0r0,57r27,0r0,41r-27,0r0,98v-2,17,12,20,27,17r0,39v-11,1,-22,2,-33,2","w":113},"u":{"d":"171,-195r0,195r-57,0r0,-23v-18,43,-98,38,-98,-26r0,-146r59,0r0,133v0,14,5,22,16,22v11,0,21,-8,21,-27r0,-128r59,0","w":186},"v":{"d":"52,0r-48,-195r60,0r24,144r23,-144r58,0r-48,195r-69,0","w":173,"k":{",":20,".":20,"a":2,"\u00e1":2,"\u00e4":2,"\u00e0":2,"e":2,"\u00e9":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f6":2,"\u00f2":2}},"w":{"d":"44,0r-41,-195r59,0r19,144r22,-144r63,0r21,144r20,-144r57,0r-43,195r-65,0r-22,-144r-23,144r-67,0","w":266,"k":{",":13,".":13,"a":2,"\u00e1":2,"\u00e4":2,"\u00e0":2,"e":2,"\u00e9":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f6":2,"\u00f2":2}},"x":{"d":"1,0r53,-101r-49,-94r58,0r23,58r24,-58r58,0r-48,94r52,101r-59,0r-26,-63r-27,63r-59,0","w":173,"k":{"e":2,"\u00e9":2,"\u00eb":2,"\u00e8":2}},"y":{"d":"59,1r-55,-196r60,0r25,137r22,-137r59,0r-53,196v-13,60,-39,64,-97,62r0,-41v20,3,34,1,39,-21","w":173,"k":{",":20,".":20,"a":6,"\u00e1":6,"\u00e4":6,"\u00e0":6,"e":4,"\u00e9":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f3":4,"\u00f6":4,"\u00f2":4}},"z":{"d":"11,0r0,-45r74,-105r-71,0r0,-45r140,0r0,45r-76,105r78,0r0,45r-145,0","w":166,"k":{"e":2,"\u00e9":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f3":2,"\u00f6":2,"\u00f2":2}},"{":{"d":"84,66v-58,5,-53,-58,-51,-113v0,-18,-15,-33,-34,-33r0,-31v44,2,34,-55,34,-97v0,-45,39,-53,88,-49r0,40v-71,-13,2,115,-70,122v44,3,36,51,36,95v0,21,11,29,34,26r0,40r-37,0","w":119},"|":{"d":"17,5r0,-267r46,0r0,267r-46,0","w":79},"}":{"d":"-1,26v75,9,-5,-111,70,-122v-43,-3,-37,-50,-36,-94v1,-21,-11,-30,-34,-27r0,-40v48,-3,88,1,88,49v0,42,-10,97,34,97r0,31v-44,-2,-34,56,-34,98v0,45,-40,52,-88,48r0,-40","w":119},"~":{"d":"69,-127v32,-1,50,23,77,25v14,0,28,-16,32,-25r13,41v-10,18,-23,31,-44,31v-32,1,-50,-23,-77,-25v-14,0,-28,16,-32,25r-13,-41v10,-18,23,-31,44,-31","w":216},"'":{"d":"23,-131r0,-126r47,0r0,126r-47,0","w":93},"\u201c":{"d":"18,-131v2,-63,-13,-120,57,-126r0,28v-16,0,-23,11,-23,35r23,0r0,63r-57,0xm99,-131v2,-62,-14,-120,56,-126r0,28v-16,0,-23,11,-23,35r23,0r0,63r-56,0","w":173,"k":{"A":13,"\u00c1":13,"\u00c4":13,"\u00c0":13}},"\u201d":{"d":"18,-194r0,-63r57,0v-2,63,13,120,-57,126r0,-28v16,0,23,-11,23,-35r-23,0xm99,-194r0,-63r56,0v-2,62,14,120,-56,126r0,-28v16,0,22,-11,22,-35r-22,0","w":173,"k":{" ":13}},"`":{"d":"31,-215r-36,-51r56,0r18,51r-38,0","w":93},"\u00c1":{"d":"125,-96r-23,-114r-21,114r44,0xm1,0r65,-257r76,0r64,257r-63,0r-9,-49r-62,0r-9,49r-62,0xm81,-273r18,-51r57,0r-36,51r-39,0","w":206,"k":{"v":9,"w":6,"y":9,"C":6,"G":6,"O":6,"\u00d3":6,"\u00d6":6,"\u00d2":6,"Q":6,"T":20,"U":4,"\u00da":4,"\u00dc":4,"\u00d9":4,"V":11,"W":13,"Y":33,"\u201d":20}},"\u00c4":{"d":"125,-96r-23,-114r-21,114r44,0xm1,0r65,-257r76,0r64,257r-63,0r-9,-49r-62,0r-9,49r-62,0xm49,-275r0,-47r45,0r0,47r-45,0xm113,-275r0,-47r44,0r0,47r-44,0","w":206,"k":{"v":9,"w":6,"y":9,"C":6,"G":6,"O":6,"\u00d3":6,"\u00d6":6,"\u00d2":6,"Q":6,"T":20,"U":4,"\u00da":4,"\u00dc":4,"\u00d9":4,"V":11,"W":13,"Y":33,"\u201d":20}},"\u00c0":{"d":"125,-96r-23,-114r-21,114r44,0xm1,0r65,-257r76,0r64,257r-63,0r-9,-49r-62,0r-9,49r-62,0xm87,-273r-36,-51r56,0r18,51r-38,0","w":206,"k":{"v":9,"w":6,"y":9,"C":6,"G":6,"O":6,"\u00d3":6,"\u00d6":6,"\u00d2":6,"Q":6,"T":20,"U":4,"\u00da":4,"\u00dc":4,"\u00d9":4,"V":11,"W":13,"Y":33,"\u201d":20}},"\u00c9":{"d":"19,0r0,-257r148,0r0,49r-88,0r0,51r83,0r0,49r-83,0r0,59r92,0r0,49r-152,0xm68,-273r18,-51r56,0r-36,51r-38,0"},"\u00cb":{"d":"19,0r0,-257r148,0r0,49r-88,0r0,51r83,0r0,49r-83,0r0,59r92,0r0,49r-152,0xm36,-275r0,-47r45,0r0,47r-45,0xm99,-275r0,-47r45,0r0,47r-45,0"},"\u00c8":{"d":"19,0r0,-257r148,0r0,49r-88,0r0,51r83,0r0,49r-83,0r0,59r92,0r0,49r-152,0xm74,-273r-36,-51r56,0r18,51r-38,0"},"\u00cd":{"d":"20,0r0,-257r60,0r0,257r-60,0xm28,-273r18,-51r56,0r-36,51r-38,0","w":100},"\u00cf":{"d":"20,0r0,-257r60,0r0,257r-60,0xm-4,-275r0,-47r45,0r0,47r-45,0xm59,-275r0,-47r45,0r0,47r-45,0","w":100},"\u00cc":{"d":"20,0r0,-257r60,0r0,257r-60,0xm34,-273r-36,-51r56,0r18,51r-38,0","w":100},"\u00d3":{"d":"76,-129v0,71,3,94,27,94v24,0,28,-23,28,-94v0,-71,-4,-93,-28,-93v-24,0,-27,22,-27,93xm194,-129v0,71,-5,134,-91,134v-80,0,-90,-52,-90,-134v0,-82,10,-133,90,-133v86,0,91,62,91,133xm81,-273r18,-51r57,0r-36,51r-39,0","w":206,"k":{"T":6,"V":4,"W":4,"Y":20,"A":6,"\u00c1":6,"\u00c4":6,"\u00c0":6,",":9,".":9,"X":9}},"\u00d6":{"d":"76,-129v0,71,3,94,27,94v24,0,28,-23,28,-94v0,-71,-4,-93,-28,-93v-24,0,-27,22,-27,93xm194,-129v0,71,-5,134,-91,134v-80,0,-90,-52,-90,-134v0,-82,10,-133,90,-133v86,0,91,62,91,133xm49,-275r0,-47r45,0r0,47r-45,0xm113,-275r0,-47r44,0r0,47r-44,0","w":206,"k":{"T":6,"V":4,"W":4,"Y":20,"A":6,"\u00c1":6,"\u00c4":6,"\u00c0":6,",":9,".":9,"X":9}},"\u00d2":{"d":"76,-129v0,71,3,94,27,94v24,0,28,-23,28,-94v0,-71,-4,-93,-28,-93v-24,0,-27,22,-27,93xm194,-129v0,71,-5,134,-91,134v-80,0,-90,-52,-90,-134v0,-82,10,-133,90,-133v86,0,91,62,91,133xm87,-273r-36,-51r56,0r18,51r-38,0","w":206,"k":{"T":6,"V":4,"W":4,"Y":20,"A":6,"\u00c1":6,"\u00c4":6,"\u00c0":6,",":9,".":9,"X":9}},"\u00da":{"d":"185,-257r0,172v0,50,-15,90,-85,90v-70,0,-85,-40,-85,-90r0,-172r61,0r0,190v0,20,8,32,24,32v16,0,24,-12,24,-32r0,-190r61,0xm78,-273r18,-51r56,0r-36,51r-38,0","w":200,"k":{"A":4,"\u00c1":4,"\u00c4":4,"\u00c0":4}},"\u00dc":{"d":"185,-257r0,172v0,50,-15,90,-85,90v-70,0,-85,-40,-85,-90r0,-172r61,0r0,190v0,20,8,32,24,32v16,0,24,-12,24,-32r0,-190r61,0xm46,-275r0,-47r45,0r0,47r-45,0xm109,-275r0,-47r45,0r0,47r-45,0","w":200,"k":{"A":4,"\u00c1":4,"\u00c4":4,"\u00c0":4}},"\u00d9":{"d":"185,-257r0,172v0,50,-15,90,-85,90v-70,0,-85,-40,-85,-90r0,-172r61,0r0,190v0,20,8,32,24,32v16,0,24,-12,24,-32r0,-190r61,0xm84,-273r-36,-51r56,0r18,51r-38,0","w":200,"k":{"A":4,"\u00c1":4,"\u00c4":4,"\u00c0":4}},"\u00e1":{"d":"15,-135v0,-51,28,-65,76,-65v48,0,70,17,70,58v0,47,-7,106,6,142r-56,0v-3,-6,-1,-16,-4,-22v-22,44,-97,36,-97,-32v0,-49,37,-61,76,-66v30,-4,27,-41,2,-42v-16,0,-21,10,-21,27r-52,0xm107,-96v-28,16,-41,6,-41,36v0,15,6,25,17,25v24,6,24,-41,24,-61xm68,-215r18,-51r56,0r-36,51r-38,0"},"\u00e4":{"d":"15,-135v0,-51,28,-65,76,-65v48,0,70,17,70,58v0,47,-7,106,6,142r-56,0v-3,-6,-1,-16,-4,-22v-22,44,-97,36,-97,-32v0,-49,37,-61,76,-66v30,-4,27,-41,2,-42v-16,0,-21,10,-21,27r-52,0xm107,-96v-28,16,-41,6,-41,36v0,15,6,25,17,25v24,6,24,-41,24,-61xm36,-217r0,-47r45,0r0,47r-45,0xm99,-217r0,-47r45,0r0,47r-45,0"},"\u00e0":{"d":"15,-135v0,-51,28,-65,76,-65v48,0,70,17,70,58v0,47,-7,106,6,142r-56,0v-3,-6,-1,-16,-4,-22v-22,44,-97,36,-97,-32v0,-49,37,-61,76,-66v30,-4,27,-41,2,-42v-16,0,-21,10,-21,27r-52,0xm107,-96v-28,16,-41,6,-41,36v0,15,6,25,17,25v24,6,24,-41,24,-61xm74,-215r-36,-51r56,0r18,51r-38,0"},"\u00e9":{"d":"166,-88r-98,0v-1,29,0,57,21,57v15,0,21,-12,22,-36r54,0v-1,48,-28,72,-76,72v-73,0,-79,-51,-79,-109v0,-55,16,-96,79,-96v72,0,77,46,77,112xm68,-122r42,0v0,-27,-4,-42,-20,-42v-19,0,-22,16,-22,42xm67,-215r18,-51r56,0r-36,51r-38,0","w":173},"\u00eb":{"d":"166,-88r-98,0v-1,29,0,57,21,57v15,0,21,-12,22,-36r54,0v-1,48,-28,72,-76,72v-73,0,-79,-51,-79,-109v0,-55,16,-96,79,-96v72,0,77,46,77,112xm68,-122r42,0v0,-27,-4,-42,-20,-42v-19,0,-22,16,-22,42xm35,-217r0,-47r45,0r0,47r-45,0xm98,-217r0,-47r45,0r0,47r-45,0","w":173},"\u00e8":{"d":"166,-88r-98,0v-1,29,0,57,21,57v15,0,21,-12,22,-36r54,0v-1,48,-28,72,-76,72v-73,0,-79,-51,-79,-109v0,-55,16,-96,79,-96v72,0,77,46,77,112xm68,-122r42,0v0,-27,-4,-42,-20,-42v-19,0,-22,16,-22,42xm73,-215r-36,-51r56,0r18,51r-38,0","w":173},"\u00ed":{"d":"18,0r0,-195r58,0r0,195r-58,0xm25,-215r18,-51r56,0r-36,51r-38,0","w":93},"\u00ef":{"d":"18,0r0,-195r58,0r0,195r-58,0xm-7,-217r0,-47r44,0r0,47r-44,0xm56,-217r0,-47r45,0r0,47r-45,0","w":93},"\u00ec":{"d":"18,0r0,-195r58,0r0,195r-58,0xm31,-215r-36,-51r56,0r18,51r-38,0","w":93},"\u00f3":{"d":"112,-97v0,-48,-4,-65,-22,-65v-17,0,-22,17,-22,64v0,48,5,65,22,65v18,0,22,-16,22,-64xm90,5v-71,0,-80,-44,-80,-102v0,-58,13,-103,80,-103v71,0,80,44,80,102v0,58,-13,103,-80,103xm68,-215r18,-51r56,0r-36,51r-38,0","k":{"v":2,"y":4}},"\u00f6":{"d":"112,-97v0,-48,-4,-65,-22,-65v-17,0,-22,17,-22,64v0,48,5,65,22,65v18,0,22,-16,22,-64xm90,5v-71,0,-80,-44,-80,-102v0,-58,13,-103,80,-103v71,0,80,44,80,102v0,58,-13,103,-80,103xm36,-217r0,-47r45,0r0,47r-45,0xm99,-217r0,-47r45,0r0,47r-45,0","k":{"v":2,"y":4}},"\u00f2":{"d":"112,-97v0,-48,-4,-65,-22,-65v-17,0,-22,17,-22,64v0,48,5,65,22,65v18,0,22,-16,22,-64xm90,5v-71,0,-80,-44,-80,-102v0,-58,13,-103,80,-103v71,0,80,44,80,102v0,58,-13,103,-80,103xm74,-215r-36,-51r56,0r18,51r-38,0","k":{"v":2,"y":4}},"\u00fa":{"d":"171,-195r0,195r-57,0r0,-23v-18,43,-98,38,-98,-26r0,-146r59,0r0,133v0,14,5,22,16,22v11,0,21,-8,21,-27r0,-128r59,0xm72,-215r18,-51r56,0r-36,51r-38,0","w":186},"\u00fc":{"d":"171,-195r0,195r-57,0r0,-23v-18,43,-98,38,-98,-26r0,-146r59,0r0,133v0,14,5,22,16,22v11,0,21,-8,21,-27r0,-128r59,0xm40,-217r0,-47r44,0r0,47r-44,0xm103,-217r0,-47r45,0r0,47r-45,0","w":186},"\u00f9":{"d":"171,-195r0,195r-57,0r0,-23v-18,43,-98,38,-98,-26r0,-146r59,0r0,133v0,14,5,22,16,22v11,0,21,-8,21,-27r0,-128r59,0xm77,-215r-36,-51r57,0r18,51r-39,0","w":186},"\u20ac":{"d":"113,5v-48,0,-87,-35,-88,-82r-34,0r15,-34r17,0r0,-27r-32,0r15,-33r18,0v3,-21,11,-51,34,-67v42,-30,97,-20,129,5r-19,43v-8,-20,-46,-35,-69,-17v-10,8,-14,23,-14,36r77,0r-14,33r-65,0r0,27r56,0r-14,34r-40,0v-3,57,80,47,96,10r0,51v-12,12,-42,21,-68,21","w":187},"\u00a0":{"w":93,"k":{"\u201c":13}}}});
/*	SWFObject v2.2 <http://code.google.com/p/swfobject/> is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> */
var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return !a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();
/* Simplemodal lightbox. Copyright (c) 2010 Eric Martin (http://twitter.com/EricMMartin). Version 1.3.4 */
var Lightbox=(function($){var ie6=$.browser.msie&&parseInt($.browser.version)==6&&typeof window['XMLHttpRequest']!="object",ieQuirks=null,w=[];$.modal=function(data,options){return $.modal.impl.init(data,options);};$.modal.close=function(){$.modal.impl.close();};$.fn.modal=function(options){return $.modal.impl.init(this,options);};$.modal.defaults={appendTo:'body',focus:true,opacity:50,overlayId:'simplemodal-overlay',overlayCss:{},containerId:'simplemodal-container',containerCss:{},dataId:'simplemodal-data',dataCss:{},minHeight:null,minWidth:null,maxHeight:null,maxWidth:null,autoResize:false,autoPosition:true,zIndex:1000,close:true,closeHTML:'<a class="modalCloseImg" title="Close"></a>',closeClass:'simplemodal-close',escClose:true,overlayClose:false,position:null,persist:false,transient:false,onOpen:null,onShow:null,onClose:null};$.modal.impl={o:null,d:{},init:function(data,options){var s=this;if(s.d.data){return false;}ieQuirks=$.browser.msie&&!$.support.boxModel;s.o=$.extend({},$.modal.defaults,options);s.zIndex=s.o.zIndex;s.occb=false;if(typeof data=='object'){data=data instanceof jQuery?data:$(data);s.d.placeholder=false;if(data.parent().parent().size()>0){data.before($('<span></span>').attr('id','simplemodal-placeholder').css({display:'none'}));s.d.placeholder=true;s.display=data.css('display');if(!s.o.persist){s.d.orig=data.clone(true);}}}else if(typeof data=='string'||typeof data=='number'){data=$('<div></div>').html(data);}else{alert('SimpleModal Error: Unsupported data type: '+typeof data);return s;}s.create(data);data=null;s.open();if($.isFunction(s.o.onShow)){s.o.onShow.apply(s,[s.d]);}return s;},create:function(data){var s=this;w=s.getDimensions();if(!s.o.transient&&ie6){s.d.iframe=$('<iframe src="javascript:false;"></iframe>').css($.extend(s.o.iframeCss,{display:'none',opacity:0,position:'fixed',height:w[0],width:w[1],zIndex:s.o.zIndex,top:0,left:0})).appendTo(s.o.appendTo);}s.d.overlay=$('<div></div>').attr('id',s.o.overlayId).addClass('simplemodal-overlay').css($.extend(s.o.overlayCss,{display:'none',opacity:s.o.opacity/100,height:s.o.transient?0:w[0],width:s.o.transient?0:w[1],position:'fixed',left:0,top:0,zIndex:s.o.zIndex+1})).appendTo(s.o.appendTo);s.d.container=$('<div></div>').attr('id',s.o.containerId).addClass('simplemodal-container').css($.extend(s.o.containerCss,{display:'none',position:'fixed',zIndex:s.o.zIndex+2})).append(s.o.close&&s.o.closeHTML?$(s.o.closeHTML).addClass(s.o.closeClass):'').appendTo(s.o.appendTo);s.d.wrap=$('<div></div>').attr('tabIndex',-1).addClass('simplemodal-wrap').css({height:'100%',outline:0,width:'100%'}).appendTo(s.d.container);s.d.data=data.attr('id',data.attr('id')||s.o.dataId).addClass('simplemodal-data').css($.extend(s.o.dataCss,{display:'none'})).appendTo('body');data=null;s.setContainerDimensions();s.d.data.appendTo(s.d.wrap);if(ie6||ieQuirks){s.fixIE();}},bindEvents:function(){var s=this;$('.'+s.o.closeClass).bind('click.simplemodal',function(e){e.preventDefault();s.close();});if(!s.o.transient&&s.o.close&&s.o.overlayClose){s.d.overlay.bind('click.simplemodal',function(e){e.preventDefault();s.close();});}$(document).bind('keydown.simplemodal',function(e){if(!s.o.transient&&s.o.focus&&e.keyCode==9){s.watchTab(e);}else if((s.o.close&&s.o.escClose)&&e.keyCode==27){e.preventDefault();s.close();}});$(window).bind('resize.simplemodal',function(){w=s.getDimensions();s.setContainerDimensions(true);if(ie6||ieQuirks){s.fixIE();}else if(!s.o.transient){s.d.iframe&&s.d.iframe.css({height:w[0],width:w[1]});s.d.overlay.css({height:w[0],width:w[1]});}});},unbindEvents:function(){$('.'+this.o.closeClass).unbind('click.simplemodal');$(document).unbind('keydown.simplemodal');$(window).unbind('resize.simplemodal');this.d.overlay.unbind('click.simplemodal');},fixIE:function(){var s=this,p=s.o.position;$.each([s.d.iframe||null,s.o.transient?null:s.d.overlay,s.d.container],function(i,el){if(el){var bch='document.body.clientHeight',bcw='document.body.clientWidth',bsh='document.body.scrollHeight',bsl='document.body.scrollLeft',bst='document.body.scrollTop',bsw='document.body.scrollWidth',ch='document.documentElement.clientHeight',cw='document.documentElement.clientWidth',sl='document.documentElement.scrollLeft',st='document.documentElement.scrollTop',s=el[0].style;s.position='absolute';if(i<2){s.removeExpression('height');s.removeExpression('width');s.setExpression('height',''+bsh+' > '+bch+' ? '+bsh+' : '+bch+' + "px"');s.setExpression('width',''+bsw+' > '+bcw+' ? '+bsw+' : '+bcw+' + "px"');}else{var te,le;if(p&&p.constructor==Array){var top=p[0]?typeof p[0]=='number'?p[0].toString():p[0].replace(/px/,''):el.css('top').replace(/px/,'');te=top.indexOf('%')==-1?top+' + (t = '+st+' ? '+st+' : '+bst+') + "px"':parseInt(top.replace(/%/,''))+' * (('+ch+' || '+bch+') / 100) + (t = '+st+' ? '+st+' : '+bst+') + "px"';if(p[1]){var left=typeof p[1]=='number'?p[1].toString():p[1].replace(/px/,'');le=left.indexOf('%')==-1?left+' + (t = '+sl+' ? '+sl+' : '+bsl+') + "px"':parseInt(left.replace(/%/,''))+' * (('+cw+' || '+bcw+') / 100) + (t = '+sl+' ? '+sl+' : '+bsl+') + "px"';}}else{te='('+ch+' || '+bch+') / 2 - (this.offsetHeight / 2) + (t = '+st+' ? '+st+' : '+bst+') + "px"';le='('+cw+' || '+bcw+') / 2 - (this.offsetWidth / 2) + (t = '+sl+' ? '+sl+' : '+bsl+') + "px"';}s.removeExpression('top');s.removeExpression('left');s.setExpression('top',te);s.setExpression('left',le);}}});},focus:function(pos){var s=this,p=pos||'first';var input=$(':input:enabled:visible:'+p,s.d.wrap);input.length>0?input.focus():s.d.wrap.focus();},getDimensions:function(){var el=$(window);var h=$.browser.opera&&$.browser.version>'9.5'&&$.fn.jquery<='1.2.6'?document.documentElement['clientHeight']:$.browser.opera&&$.browser.version<'9.5'&&$.fn.jquery>'1.2.6'?window.innerHeight:el.height();return[h,el.width()];},getVal:function(v){return v=='auto'?0:v.indexOf('%')>0?v:parseInt(v.replace(/px/,''));},setContainerDimensions:function(resize){var s=this;if(!resize||(resize&&s.o.autoResize)){var ch=$.browser.opera?s.d.container.height():s.getVal(s.d.container.css('height')),cw=$.browser.opera?s.d.container.width():s.getVal(s.d.container.css('width')),dh=s.d.data.outerHeight(true),dw=s.d.data.outerWidth(true);var mh=s.o.maxHeight&&s.o.maxHeight<w[0]?s.o.maxHeight:w[0],mw=s.o.maxWidth&&s.o.maxWidth<w[1]?s.o.maxWidth:w[1];if(!ch){if(!dh){ch=s.o.minHeight;}else{if(dh>mh){ch=mh;}else if(dh<s.o.minHeight){ch=s.o.minHeight;}else{ch=dh;}}}else{ch=ch>mh?mh:ch;}if(!cw){if(!dw){cw=s.o.minWidth;}else{if(dw>mw){cw=mw;}else if(dw<s.o.minWidth){cw=s.o.minWidth;}else{cw=dw;}}}else{cw=cw>mw?mw:cw;}s.d.container.css({height:ch,width:cw});if(dh>ch||dw>cw){s.d.wrap.css({overflow:'auto'});}}if(s.o.autoPosition){s.setPosition();}},setPosition:function(){var s=this,top,left,hc=(w[0]/2)-(s.d.container.outerHeight(true)/2),vc=(w[1]/2)-(s.d.container.outerWidth(true)/2);if(s.o.position&&Object.prototype.toString.call(s.o.position)==="[object Array]"){top=s.o.position[0]||hc;left=s.o.position[1]||vc;}else{top=hc;left=vc;}s.d.container.css({left:left,top:top});},watchTab:function(e){var s=this;if($(e.target).parents('.simplemodal-container').length>0){s.inputs=$(':input:enabled:visible:first, :input:enabled:visible:last',s.d.data[0]);if((!e.shiftKey&&e.target==s.inputs[s.inputs.length-1])||(e.shiftKey&&e.target==s.inputs[0])||s.inputs.length==0){e.preventDefault();var pos=e.shiftKey?'last':'first';setTimeout(function(){s.focus(pos);},10);}}else{e.preventDefault();setTimeout(function(){s.focus();},10);}},open:function(){var s=this;s.d.iframe&&s.d.iframe.show();if($.isFunction(s.o.onOpen)){s.o.onOpen.apply(s,[s.d]);}else{s.d.overlay.show();s.d.container.show();s.d.data.show();}s.focus();s.bindEvents();},close:function(){var s=this;if(!s.d.data){return false;}s.unbindEvents();if($.isFunction(s.o.onClose)&&!s.occb){s.occb=true;s.o.onClose.apply(s,[s.d]);}else{if(s.d.placeholder){var ph=$('#simplemodal-placeholder');if(s.o.persist){ph.replaceWith(s.d.data.removeClass('simplemodal-data').css('display',s.display));}else{s.d.data.hide().remove();ph.replaceWith(s.d.orig);}}else{s.d.data.hide().remove();}s.d.container.hide().remove();s.d.overlay.hide().remove();s.d.iframe&&s.d.iframe.hide().remove();s.d={};}}};})(jQuery);
/* jQuery Easing v1.1.2 - http://gsgd.co.uk/sandbox/jquery.easing.php. Copyright (c) 2007 George Smith. Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php */
jQuery.extend(jQuery.easing,{easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b}});

/* theme carousel... jQuery extention... */
$.fn.themeCarousel = function(oOptions) {

	var oDefaults = {
		autoPlay				: false,
		autoPlayInterval		: 0,

		elLeftButton			: null,
		elRightButton			: null,
		elThemeStage			: null,
		elThemeContainer		: null,
		elThemeBg				: null,
		iThemeBgWidth			: 1086,

		sAnimationEasing		: 'linear',
		iAnimationDuration		: 1000,

		sBgAnimationEasing		: 'linear',
		iBgAnimationDuration	: 1000,

		sLastAnimationEasing	: 'linear',
		iLastAnimationDuration	: 1000

	};

	var iClientWidth = $('body').outerWidth();
	var fnTimer = null;
	var iActiveTheme = 0; 

	var stagePosition = {
		left					: '0'
	}; 

	var oSettings = $.extend(oDefaults, oOptions);	

	var fnAutoPlay = function(){ 
		fnTimer = setTimeout(function(){ 
			fnSlidePrevTheme(); fnAutoPlay(); 
		}, oSettings.autoPlayInterval); 
	}

	var iTotalThemesWidth = ('-' + (oSettings.elThemeContainer.outerWidth() * (oSettings.elThemeContainer.length - 1)));
	var iBgStartPosition = (iClientWidth / 2) - (oSettings.iThemeBgWidth / 2);

	$(this).each(function(i, e) {
		if($.browser.msie && jQuery.browser.version == '6.0'){
			oSettings.elThemeBg.css({'background-image':'url('+websiteGlobal.baseUrl+'/website/img/theme_Decor_bg.gif)', 'background-position': iBgStartPosition+'px 30px', 'background-repeat':'no-repeat'});
		}
		else {
			oSettings.elThemeBg.css({'background-image':'url('+websiteGlobal.baseUrl+'/website/img/theme_Decor_bg.png)', 'background-position': iBgStartPosition+'px 30px', 'background-repeat':'no-repeat'});
		}

		if(oSettings.autoPlay && oSettings.autoPlayInterval >= 5000){ 
			fnAutoPlay(); 
		}

		oSettings.elLeftButton.bind('click',function(event){
			fnSlideNextTheme(); event.preventDefault(); clearTimeout(fnTimer); 
		});
		oSettings.elRightButton.bind('click',function(event){
			fnSlidePrevTheme(); event.preventDefault(); clearTimeout(fnTimer); 
		});
	});

	var fnSlidePrevTheme = function(){
		if(stagePosition.left <= iTotalThemesWidth){
			
			oSettings.elThemeBg.animate(
			{ 
				backgroundPosition	: '+='+(oSettings.iThemeBgWidth * (oSettings.elThemeContainer.length - 1))+'px 30px'
			}, oSettings.iLastAnimationDuration, oSettings.sLastAnimationEasing, function(){
					$(this).clearQueue();
			}); 
			
			oSettings.elThemeStage.animate(
			{ 
				left				: '-='+iTotalThemesWidth 
			}, oSettings.iLastAnimationDuration, oSettings.sLastAnimationEasing, function(){ 
					$(this).stop(true, false);
					stagePosition = $(this).position(); 
					iActiveTheme = 0;
			}); 
		}
		else {
			
			oSettings.elThemeBg.animate(
			{ 
				backgroundPosition	: '-='+oSettings.iThemeBgWidth+'px 30px'
			}, 
				oSettings.iBgAnimationDuration, oSettings.sBgAnimationEasing, function(){
					$(this).clearQueue();
			}); 
			
			oSettings.elThemeStage.animate(
			{ 
				left: '-='+(oSettings.elThemeContainer.outerWidth()) 
			}, oSettings.iAnimationDuration, oSettings.sAnimationEasing, function(){ 
					$(this).stop(true, false);
					stagePosition = $(this).position(); 
					iActiveTheme += 1;
					
			}); 
		}
	}

	var fnSlideNextTheme = function(){
		if(stagePosition.left >= 0){
			
			oSettings.elThemeBg.animate(
			{ 
				backgroundPosition: '-='+(oSettings.iThemeBgWidth * (oSettings.elThemeContainer.length - 1))+'px 30px'
			}, oSettings.iLastAnimationDuration, oSettings.sLastAnimationEasing, function(){
					$(this).clearQueue();
			}); 
			
			oSettings.elThemeStage.animate(
			{ 
				left: '+='+iTotalThemesWidth 
			}, oSettings.iLastAnimationDuration, oSettings.sLastAnimationEasing, function(){ 
					$(this).stop(true, false);
					stagePosition = $(this).position(); 
					iActiveTheme = (oSettings.iNumberOfThemes - 1); 
					
			});
		}
		else{
			
			oSettings.elThemeBg.animate(
			{ 
				backgroundPosition: '+='+oSettings.iThemeBgWidth+'px 30px'}, oSettings.iBgAnimationDuration, oSettings.sBgAnimationEasing, function(){
					$(this).clearQueue();
			}); 
			
			oSettings.elThemeStage.animate({ left: '+='+(oSettings.elThemeContainer.outerWidth()) }, oSettings.iAnimationDuration, oSettings.sAnimationEasing, function()
			{ 
				$(this).stop(true, false);
				stagePosition = $(this).position(); 	
				iActiveTheme -= 1;
			});
		}
	}	
}

var HorecaFilter = {

	lastHashCode: {
		param: '',
		value: ''
	},
	
	regExs : {
		number		: /^[0-9]+$/
	}, 
 
	oReferences: {
		elmCatTriggers		: $('#pHorecaSelectorCats a'),
		elmCatTriggerParent	: $('#pHorecaSelectorCats li'), 
		elmCatItems			: $('#pHorecaSelectorResults li')
	},
 
	init: function(){

		// check if we are receiving hash parameters on the init...
		if( document.location.hash != ''){
			// receiving a hash code, lets sort out all parameters in the hash...
			HorecaFilter.splitHashCodeParameters(document.location.hash);
		}
		else { 
			// no hash code received, set a default item active...
			HorecaFilter.setDefaultCategorie();
		}

		HorecaFilter.oReferences.elmCatTriggers.bind('click', function(event){
			HorecaFilter.getCategorie($(this));
			//prevent the default event behaviour...
			event.preventDefault();
		});
	},
 
	getCategorie: function(elm){
		// get the parent for reference....
		var elmParent = elm.parent('li');
		// set the classes...
		HorecaFilter.oReferences.elmCatTriggerParent.removeClass('activeCat'); elmParent.addClass('activeCat');

		var sCategorie = elm.attr('id');
		var elmCatResults = HorecaFilter.oReferences.elmCatItems.filter(function(i){
			var sElmCat = $(this).attr('thriller:horecacat'); 
			if(sElmCat.indexOf(sCategorie) != -1){ return $(this); }
		});

		HorecaFilter.setSelectedCategorie(elmCatResults);
	},

	setSelectedCategorie: function(elmCatResults){

		HorecaFilter.oReferences.elmCatItems.hide(0, function(){
			elmCatResults.slideDown(200);
		});
	},

	setDefaultCategorie: function(){
		var elmDefault = HorecaFilter.oReferences.elmCatTriggers.filter(function(i){
			if(i == (HorecaFilter.oReferences.elmCatTriggers.length - HorecaFilter.oReferences.elmCatTriggers.length)){ 
				return $(this);
			}
		});

		HorecaFilter.getCategorie(elmDefault);
	}, 

	splitHashCodeParameters: function(sCurrentHashCode){
		// look for any extra params added, we need to filter them out... for now...
		if(sCurrentHashCode.indexOf('&') != -1){
			var iIndex = sCurrentHashCode.indexOf('&');
			// chopp of these extra params...
			sCurrentHashCode = sCurrentHashCode.slice(0, iIndex);
		}
		// chop of the # and split the values of the string...
		var aHashParameters = sCurrentHashCode.slice(1).split('=');
		// set a object to store our values...
		var oHashParameters = {};
			// convert the array to a key - value pair withing the oHashParameters object... this way we can acces them seperatly...
			oHashParameters[aHashParameters[0]] = aHashParameters[1];
		// loop over the object with the parameters...
		$.each(oHashParameters, function(paramName, paramValue){
			// update the lastHasCode object so we can reference...
			HorecaFilter.lastHashCode.param = paramName;
			HorecaFilter.lastHashCode.value = paramValue;
		});
		// fire the tabselection....
		HorecaFilter.getCategorie(HorecaFilter.lastHashCode.value);
	},

	updateCurrentHashCode: function(){
		document.location.hash = (HorecaFilter.lastHashCode.param+'='+HorecaFilter.lastHashCode.value);
	}
}

var Agenda = {

	oReferences: {
		elmEvents	: $('.prItemsWrap'),
		elmTriggers	: $('.prHeading'),
		elmAnchors	: $('.statusIcon')
	},

	init: function(){
	//	Agenda.oReferences.elmEvents.hide().css({'visibility':'hidden'}); 

	//	Agenda.oReferences.elmAnchors.removeClass('statusIconOpen');

		Agenda.oReferences.elmTriggers.bind('click', function(event){ 
			elmTrigger = $(this);
			var elmContent = elmTrigger.next();
			var elmAnchor = elmTrigger.find('a');
			
			Agenda.toggleElements(elmContent, elmAnchor); 

			event.preventDefault();
		});
	},

	toggleElements: function(elmContent, elmAnchor){

		if(elmContent.hasClass('open')){
			Agenda.closeElement(elmContent, elmAnchor);
		}
		else { Agenda.openElement(elmContent, elmAnchor); }
	},
	
	openElement: function(elmContent, elmAnchor){

		Agenda.oReferences.elmEvents.slideUp(250, function(){
			$(this).removeClass('open');
			$(this).css({'visibility':'hidden'}); 
			Agenda.oReferences.elmAnchors.removeClass('statusIconOpen');
		}); 

		elmContent.slideDown(250, function(){
			$(this).addClass('open');
			$(this).css({'visibility':'visible'}); 
			elmAnchor.addClass('statusIconOpen');
		});
	},

	closeElement: function(elmContent, elmAnchor){

		elmContent.slideUp(250, function(){
			$(this).removeClass('open');
			$(this).css({'visibility':'hidden'}); 
			elmAnchor.removeClass('statusIconOpen');
		});
	}
}

/* our global object. if you need js included for only specific pages, build/include them with js (jquery has jQuery.getScript(); for this) and append them to the body.. dont want to hang on DOM load, we want the DOM to render as fast as possible... :) */
var Global = {

	setUp: function(){

		if($('.mainHeading').length != 0){
			Cufon.replace('.mainHeading', {  fontFamily: 'helvetica' });
		}
		Global.init();
	},

	init: function(){

		var elmVideo = $('video');

		if(elmVideo.length !== 0){	
			VideoJS.setupAllWhenReady(); 
		}

		if($('a.external').length != 0){
			$('a.external').attr('target', '_blank');
		}
		
		if($('#themeCarousel').length != 0){
			$('#themeCarousel').themeCarousel(
				{
					elLeftButton			:	$('#tCbtnLeft'), 
					elRightButton			:	$('#tCbtnRight'), 
					elThemeStage			:	$('#tCstage'), 
					elThemeContainer		:	$('#tCstage .tCcontent'), 
					elThemeBg				:	$('#pTheme'), 
					iThemeBgWidth			:	1086,

					sAnimationEasing		:	'easeInOutBack',
					iAnimationDuration		:	800,
					sBgAnimationEasing		:	'easeInOutBack',
					iBgAnimationDuration	:	700,
					sLastAnimationEasing	:	'easeInOutQuart',
					iLastAnimationDuration	:	1500,

					autoPlay				:	true,
					autoPlayInterval		:	7500
				}
			);
		}
	
		if($('#pHorecaSelector').length != 0){
			HorecaFilter.init();
		}

		$('#nSignUp_email').attr('autocomplete','off').bind(Global.eventHandlers.subscribeInput);
		
		if($('.pHome').length != 0){
			Global.getTwitter();
		}
		
		if($('#pProgram').length != 0){
			Agenda.init();
		}
		
		/*
		if  ( $('#eventHeader').length != 0 && document.location.hash != '' ) {
			$('#eventHeader .prEntryDate').html('<p>'+unescape(document.location.hash.substring(1))+'</p>').show();
			$('#eventHeader .backText').show();
			$('#eventHeader .gotoText').hide();
		}
		*/

		if($('#routeAndLocation').length != 0){

			var myLatlng = new google.maps.LatLng(oSpecifics.googleMapLat, oSpecifics.googleMapLong);

			var myOptions = {
				mapTypeControl: false,
				zoom: 13,
				center: myLatlng,
				mapTypeId: google.maps.MapTypeId.ROADMAP
			}

			var map = new google.maps.Map(document.getElementById("gMap"), myOptions);
	   
			var marker = new google.maps.Marker({
				position: myLatlng, 
				map: map, 
				title: oSpecifics.googleMapTitle
			});
			

		//	map.openInfoWindowHtml('test');
			
			var infowindow = new google.maps.InfoWindow({
			    content: oSpecifics.locationInfo,
			    position: myLatlng,
			    size: new google.maps.Size(500,500)
			});
			
			google.maps.event.addListener(marker, 'click', function(event) {
				infowindow.open(map);
			});

			infowindow.open(map);
		}
		
		Global.toggleNavSubMenu();
		
				
		if($('#pLocations').length > 0){	
			Global.initMaps(); 
		}
	},
	
	locationMap: null,
	locationMapZoom: 0,
	infoWindow: null,
	markersPerLocation: {},
	
	initMaps: function() {
		
		
		google.maps.Marker.prototype.setLocationId = function(id) {
			this._locationId = parseInt(id);
		};
		
		google.maps.Marker.prototype.showTipTool = function(propogate) { 
			var map_ = this.getMap();
			var position = this.getPosition();
			
			map_.tiptool_.setPosition(position);
			map_.tiptool_.show();
			map_.tiptool_.setContent('<div class="mapTooltip"><div class="tipContent">'+$('#location-source-'+this._locationId+' .locationContent').html()+'</div><div class="arrow"></div></div>');
			
			Global.locationMap.panTo(position);
			
			if (propogate) {
				$('#location-source-'+this._locationId).click();
			}
		};
		
		var latLngZoetermeer = new google.maps.LatLng(52.060407, 4.497008);
		
		Global.locationMap = new google.maps.Map(document.getElementById("map_canvas"),{
		  zoom: 13,
		  center: latLngZoetermeer,
		  mapTypeId: google.maps.MapTypeId.ROADMAP,
		  streetViewControl: false
		});
		
		Global.locationMap.tiptool_ = new TipTool(Global.locationMap, latLngZoetermeer);

		Global.locationMapImageBig = new google.maps.MarkerImage(
				websiteGlobal.baseUri+'/website/img/googlemaps/image.png',
				new google.maps.Size(65,51),
				new google.maps.Point(0,0),
				new google.maps.Point(33,51)
		);
		
		Global.locationMapImageSmall = new google.maps.MarkerImage(
			websiteGlobal.baseUri+'/website/img/googlemaps/imageSmall.png',
			new google.maps.Size(33,21),
			new google.maps.Point(0,0),
			new google.maps.Point(16,21)
		);
		
		var shadow = new google.maps.MarkerImage(
			websiteGlobal.baseUri+'/website/img/googlemaps/shadow.png',
			new google.maps.Size(95,51),
			new google.maps.Point(0,0),
			new google.maps.Point(33,51)
		);
		  
		google.maps.event.addListener(Global.locationMap, 'zoom_changed', function() {
			var iZoom = Global.locationMap.getZoom();
			
			if (iZoom > Global.locationMapZoom) {
				if (iZoom >= 15) {
					for (iLocationId in Global.markersPerLocation) {
						Global.markersPerLocation[iLocationId].setIcon(Global.locationMapImageBig);
					}
				}
			} else {
				if (iZoom < 15) {
					for (iLocationId in Global.markersPerLocation) {
						Global.markersPerLocation[iLocationId].setIcon(Global.locationMapImageSmall);
					}
				}
			}
			
			Global.locationMapZoom = iZoom;
			
		});
		
		Global.infoWindow = new google.maps.InfoWindow();
		var marker;
		var i = 0;

		$('.locationWrap li').each(function() {
			var iLocationId = parseInt($(this).attr('data-locationid'));
			
			Global.markersPerLocation[iLocationId] = new google.maps.Marker({
				position: new google.maps.LatLng($(this).attr('data-latitude'), $(this).attr('data-longitude')),
				map: Global.locationMap,
				icon: Global.locationMapImageSmall,
				shadow: shadow
			});
			
			Global.markersPerLocation[iLocationId].setLocationId(iLocationId);

			google.maps.event.addListener(Global.markersPerLocation[iLocationId], 'click', function() {
				this.showTipTool(true);
			});
			
		
				
			$(this).click(function(){
				// add / remove active class on locations
				$(this).parents('.locationWrap').find('li.selected').removeClass('selected');
				$(this).addClass('selected');
				var iLocationId = parseInt($(this).attr('data-locationid'));
				
				// show / hide events
				var eventWrap = $(this).attr('data-events');
				$('.eventWrap').removeClass('active');
				$('#'+eventWrap).addClass('active');
				
				Global.markersPerLocation[iLocationId].showTipTool();
				
				/*
				var dImage = Global.markersPerLocation[iLocationId].Ha.ba;
				console.log($(dImage).click());
				*/
				
				// TODO zorgen dat bij de klik de marker open gaat...
				//console.log($(this).attr('data-marker'));
				//$(this).attr('data-marker').click();
			});
			
			i = i+1;
		});      
		
	},

	createCookie: function(name,value,days){
		if (days) {
			var date = new Date();
			date.setTime(date.getTime()+(days*24*60*60*1000));
			var expires = "; expires="+date.toGMTString();
		}
		else var expires = "";
		document.cookie = name+"="+value+expires+"; path=/";
	},

	readCookie: function(name) {
		var nameEQ = name + "=";
		var ca = document.cookie.split(';');
		for(var i=0;i < ca.length;i++) {
			var c = ca[i];
			while (c.charAt(0)==' ') c = c.substring(1,c.length);
			if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
		}
		return null;
	},

	eraseCookie: function(name){

	},
		
	getTwitter: function () {
		$.ajax({
			url: websiteGlobal.baseUrl + '/twitter-items',
			type: 'POST', 
			success: function(sHtml){
				$('#latestTweets').html(sHtml);
			}
		}); 
	},
	
	eventHandlers: {
		
		subscribeInput: {
		 
			focus: function() {
				if ($(this).hasClass('inactive')) {
					$(this).data('emptyValue',$(this).val()).val('').removeClass('inactive');
				}
			},
			
			blur: function() {
				if ($(this).val() == '') {
					$(this).val($(this).data('emptyValue')).addClass('inactive');
				}
			}
		}
	},

	toggleNavSubMenu: function(){
		$('li.hasSubitems').bind(
		{
			mouseenter: function(){

				$(this).addClass('hasSubitemsHover');

				$(this).find('ul').show();

			},
			mouseleave: function() {

				$(this).removeClass('hasSubitemsHover');

				$(this).find('ul').hide();
			}
		});
	}

}

$(Global.setUp);

