/*
 * 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) 2005 by Fontsmith Ltd. All rights reserved.
 * 
 * Trademark:
 * FS Albert is a trademark of Fontsmith Ltd.
 * 
 * Full name:
 * FSAlbert
 * 
 * Description:
 * Copyright (c) 2005 by Fontsmith Ltd. All rights reserved.
 * 
 * Manufacturer:
 * Fontsmith Ltd
 * 
 * Designer:
 * Jason Smith
 * 
 * Vendor URL:
 * http://www.fontsmith.com
 * 
 * License information:
 * http://www.fontsmith.com
 */
Cufon.registerFont({"w":198,"face":{"font-family":"Albert","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 4 0 0 2 0 4","ascent":"277","descent":"-83","x-height":"4","bbox":"-24.2796 -287.428 315.35 79.1226","underline-thickness":"18","underline-position":"-18","stemh":"26","stemv":"31","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":83},"!":{"d":"66,-242r-3,184v0,9,-11,5,-19,6v-5,0,-7,-2,-7,-6r-3,-184v0,-11,17,-4,26,-6v5,0,6,2,6,6xm70,-15v0,27,-41,26,-41,0v0,-13,10,-20,21,-20v10,0,20,7,20,20","w":88},"\"":{"d":"94,-247r-1,52v1,10,-11,7,-20,7v-4,0,-6,-2,-6,-7r-1,-52v-1,-9,15,-4,22,-5v5,0,6,1,6,5xm47,-247r-1,52v1,10,-11,7,-20,7v-4,0,-6,-2,-6,-7r-1,-52v-1,-9,15,-4,22,-5v5,0,6,1,6,5","w":113},"#":{"d":"201,-170v8,2,6,25,-4,24r-38,0r-7,50v17,3,51,-10,41,19v-4,12,-32,2,-46,5r-10,66v0,9,-25,9,-29,2r11,-68r-51,0r-10,65v0,9,-13,7,-23,7v-6,0,-7,-3,-7,-8r11,-64v-18,-2,-50,9,-39,-18v5,-12,30,-3,44,-6r7,-50v-17,-2,-51,10,-40,-19v5,-11,31,-2,45,-5r11,-73v0,-9,25,-7,29,-1r-11,74r49,0r11,-72v0,-10,24,-8,29,-2r-11,74r38,0xm122,-96r8,-50r-49,0r-8,50r49,0","w":200},"$":{"d":"40,-36v17,5,37,13,55,12r0,-93v-30,-14,-66,-34,-66,-72v0,-38,32,-60,66,-63v2,-14,-8,-39,13,-35v12,2,4,24,6,35v17,1,32,4,48,10v10,5,3,28,-8,28v-12,-5,-26,-10,-40,-11r0,84v32,14,66,35,65,74v0,40,-29,63,-65,69v-3,13,10,36,-12,34v-13,-2,-4,-21,-7,-32v-21,0,-40,-4,-60,-10v-11,-4,-2,-27,5,-30xm147,-65v0,-19,-16,-35,-33,-42r0,80v18,-5,33,-16,33,-38xm95,-225v-17,2,-33,15,-33,33v0,22,15,32,33,41r0,-74"},"%":{"d":"169,-196v0,29,-14,56,-46,56v-32,0,-47,-26,-47,-56v0,-29,15,-56,47,-56v33,0,46,27,46,56xm254,-251v9,-5,28,6,22,16r-174,240v-6,-3,-23,-9,-16,-20xm285,-52v0,29,-14,56,-46,56v-32,0,-47,-26,-47,-56v0,-29,16,-56,48,-56v33,0,45,27,45,56xm145,-196v0,-14,-3,-38,-22,-38v-19,0,-23,22,-23,37v0,16,1,39,23,39v18,0,22,-24,22,-38xm261,-52v0,-14,-3,-38,-22,-38v-19,0,-23,22,-23,37v0,16,1,39,23,39v18,0,22,-24,22,-38","w":360},"&":{"d":"237,-23v9,5,0,29,-11,24v-18,-4,-40,-14,-56,-30v-42,50,-158,44,-157,-37v0,-36,30,-58,59,-77v-13,-16,-32,-35,-31,-59v0,-28,25,-50,57,-50v32,0,56,20,56,50v0,26,-21,44,-43,60r62,74v14,-20,28,-49,28,-80v0,-11,13,-4,21,-6v4,0,5,2,5,5v0,32,-16,75,-37,99v14,14,33,23,47,27xm153,-47r-66,-78v-22,16,-41,33,-41,56v0,57,80,55,107,22xm126,-202v0,-15,-10,-27,-27,-27v-42,0,-24,55,-3,70v15,-12,30,-26,30,-43","w":241},"'":{"d":"70,-247r-1,52v1,10,-11,7,-20,7v-4,0,-6,-2,-6,-7r-1,-52v-1,-9,15,-4,22,-5v5,0,6,1,6,5","w":113},"(":{"d":"81,45v-78,-83,-77,-214,-3,-300v6,-8,16,3,21,7v-26,43,-47,81,-47,145v0,60,20,97,45,135v-2,7,-10,10,-16,13","w":117},")":{"d":"65,-111v1,-60,-20,-97,-45,-135v2,-7,14,-16,21,-9v72,89,70,209,-2,296v-6,7,-17,-3,-21,-8v28,-41,47,-81,47,-144","w":116},"*":{"d":"99,-233v5,3,15,24,4,26r-32,4v14,12,38,34,7,44v-8,-10,-12,-26,-18,-38v-6,12,-8,29,-18,38v-6,-5,-24,-10,-15,-20r24,-24v-11,-4,-37,1,-38,-9v4,-7,3,-26,13,-20r29,18v-2,-13,-6,-25,-7,-39v2,-5,28,-7,25,4r-7,35v11,-6,21,-14,33,-19","w":119},"+":{"d":"161,-108v10,-1,6,11,7,19v0,6,-1,8,-7,8r-54,0r0,58v1,12,-13,7,-22,8v-5,0,-7,-2,-7,-7r0,-59r-55,0v-11,1,-6,-12,-7,-20v0,-5,2,-7,7,-7r55,0r0,-58v-2,-12,12,-7,21,-8v6,0,8,1,8,7r0,59r54,0","w":183},",":{"d":"24,46v-19,-10,10,-23,7,-36v-8,-14,-22,-44,7,-46v40,10,16,73,-14,82","w":72},"-":{"d":"77,-108v11,-2,7,11,8,20v0,6,-1,8,-7,8r-55,0v-12,1,-7,-13,-8,-22v0,-5,2,-6,7,-6r55,0","w":99},"\u00ad":{"d":"77,-108v11,-2,7,11,8,20v0,6,-1,8,-7,8r-55,0v-12,1,-7,-13,-8,-22v0,-5,2,-6,7,-6r55,0","w":99},".":{"d":"60,-16v0,12,-10,21,-21,21v-11,0,-22,-8,-22,-20v0,-13,10,-21,22,-21v11,0,21,8,21,20","w":73},"\/":{"d":"93,-252v9,0,22,-4,18,8r-71,240v-2,11,-13,7,-24,8v-6,0,-5,-4,-4,-8r72,-241v1,-5,3,-7,9,-7","w":117},"0":{"d":"184,-125v0,57,-20,129,-85,129v-65,0,-85,-71,-85,-128v0,-57,22,-128,86,-128v65,0,84,70,84,127xm149,-125v0,-43,-10,-99,-50,-99v-41,0,-50,57,-50,99v0,42,9,100,50,100v41,0,50,-58,50,-100"},"1":{"d":"127,-240r0,231v2,13,-13,8,-23,9v-6,0,-9,-3,-9,-9r0,-203v-21,9,-38,33,-62,31v-2,-8,-15,-16,-4,-22v31,-14,47,-44,91,-45v5,0,7,3,7,8"},"2":{"d":"32,-228v42,-40,144,-32,144,42v0,49,-72,118,-110,158r102,0v11,-1,7,11,8,20v0,5,-2,8,-8,8r-136,0v-13,1,-11,-24,-4,-31v36,-38,113,-103,114,-152v0,-52,-65,-46,-98,-25v-7,-2,-9,-13,-12,-20"},"3":{"d":"30,-229v4,-20,43,-23,63,-23v37,0,72,21,72,61v0,26,-18,49,-41,56v90,24,46,145,-34,139v-23,-2,-51,-3,-65,-18v4,-7,4,-25,14,-20v40,20,103,13,101,-38v-1,-37,-31,-51,-69,-49v-10,1,-6,-11,-7,-19v-1,-8,10,-6,17,-6v30,0,50,-13,50,-43v-1,-46,-61,-42,-92,-24v-5,-2,-6,-12,-9,-16"},"4":{"d":"89,-241v2,-10,25,-9,33,-4v-20,56,-48,106,-70,160r88,0r0,-58v0,-12,16,-5,26,-7v5,0,7,2,7,7r0,136v0,11,-15,6,-25,7v-5,0,-8,-2,-8,-7r0,-51r-116,0v-14,-1,-8,-21,-4,-32"},"5":{"d":"144,-74v0,-49,-42,-58,-94,-55v-7,0,-11,-4,-11,-11r0,-100v0,-6,3,-8,8,-8r110,0v10,-1,8,11,8,20v0,5,-1,7,-7,7r-86,0r0,67v58,-2,104,19,106,78v3,76,-100,103,-152,59v2,-7,5,-17,11,-21v40,23,107,21,107,-36"},"6":{"d":"21,-105v0,-81,40,-168,135,-143v10,3,2,27,-6,25v-64,-13,-87,31,-92,88v45,-44,122,-17,122,53v0,47,-29,86,-77,86v-62,0,-82,-51,-82,-109xm103,-23v56,-2,59,-105,2,-106v-14,0,-35,7,-49,23v-1,46,12,84,47,83"},"7":{"d":"172,-248v14,0,8,22,4,32r-96,209v-5,11,-19,6,-32,7v-6,0,-8,-6,-4,-9r99,-211r-115,0v-11,1,-6,-12,-7,-21v0,-5,1,-7,7,-7r144,0"},"8":{"d":"17,-67v1,-34,25,-54,53,-65v-25,-11,-43,-32,-43,-58v0,-37,33,-62,73,-62v40,0,70,22,70,60v0,23,-20,46,-43,57v89,26,56,139,-29,139v-45,0,-81,-25,-81,-71xm100,-146v38,-8,54,-82,-2,-82v-21,0,-37,15,-37,36v0,23,18,36,39,46xm99,-21v37,0,65,-51,35,-77v-9,-9,-23,-17,-38,-23v-24,10,-45,27,-45,53v0,30,24,47,48,47"},"9":{"d":"178,-143v0,82,-43,169,-135,142v-9,-2,-3,-26,5,-25v63,15,89,-30,93,-88v-45,44,-122,17,-122,-53v0,-47,29,-85,77,-85v62,0,82,51,82,109xm143,-143v2,-47,-12,-83,-48,-82v-55,1,-57,105,-1,105v16,0,35,-7,49,-23"},":":{"d":"62,-157v-1,27,-42,26,-43,0v0,-28,43,-27,43,0xm62,-17v-1,28,-42,27,-43,0v0,-27,43,-27,43,0","w":77},";":{"d":"62,-157v-1,27,-42,26,-43,0v0,-28,43,-27,43,0xm26,46v-19,-7,6,-22,5,-32v-8,-13,-20,-45,9,-45v40,10,15,68,-14,77","w":77},"<":{"d":"147,-71v7,8,-8,32,-18,25r-96,-64v-6,-3,-6,-19,0,-22r102,-67v7,5,17,17,13,27r-79,51","w":183},"=":{"d":"144,-143v11,-2,8,9,8,18v0,6,-2,8,-8,8r-104,0v-11,1,-7,-10,-8,-19v0,-5,2,-7,7,-7r105,0xm144,-80v11,-2,8,9,8,18v0,6,-2,8,-8,8r-104,0v-11,1,-7,-10,-8,-19v0,-5,2,-7,7,-7r105,0","w":183},">":{"d":"145,-132v8,3,7,18,0,22v-35,21,-65,47,-102,66v-6,-5,-18,-19,-12,-26r78,-51v-26,-19,-57,-34,-81,-55v6,-7,9,-29,21,-21","w":183},"?":{"d":"20,-233v3,-17,38,-18,53,-19v60,-5,80,69,41,108v-20,20,-44,34,-43,74v0,12,-11,6,-19,7v-22,-32,16,-72,35,-89v8,-7,20,-23,20,-39v0,-44,-45,-42,-76,-28v-9,3,-8,-9,-11,-14xm82,-15v-1,26,-41,27,-42,0v0,-13,10,-20,21,-20v10,0,21,7,21,20","w":151},"@":{"d":"222,-17v-79,52,-203,3,-203,-96v0,-79,64,-139,142,-139v67,0,116,44,116,112v0,39,-25,87,-67,87v-18,0,-36,-7,-37,-30v-22,42,-79,24,-79,-26v0,-36,23,-79,62,-79v13,0,28,6,32,23v-2,-12,17,-28,24,-12v-6,31,-17,57,-19,92v0,11,6,18,18,18v31,-1,45,-40,45,-74v0,-55,-40,-90,-95,-90v-67,1,-109,57,-109,117v0,85,90,120,163,83v4,1,4,10,7,14xm141,-80v29,-1,34,-38,40,-64v-1,-10,-6,-25,-21,-25v-28,0,-38,41,-38,61v0,13,4,28,19,28","w":295},"A":{"d":"210,0v-12,-1,-29,4,-32,-6r-24,-67r-93,0r-25,67v-3,11,-18,4,-29,6v-5,0,-4,-4,-3,-7r90,-236v3,-8,26,-7,32,-1r89,236v1,4,1,8,-5,8xm70,-98r76,0r-38,-108","w":218,"k":{"y":7,"w":9,"v":8,"t":1,"f":1,"Y":26,"W":13,"V":20,"T":33,"O":2}},"B":{"d":"189,-71v-1,79,-78,72,-154,71v-6,0,-8,-2,-8,-8r0,-232v0,-6,2,-8,9,-8v65,-2,136,-1,134,60v0,26,-16,49,-44,55v35,1,63,25,63,62xm137,-185v1,-40,-39,-37,-77,-37r0,80v40,0,76,4,77,-43xm60,-26v49,1,96,2,95,-46v0,-46,-47,-47,-95,-46r0,92","w":204,"k":{"y":11,"x":1,"Y":20,"W":4,"V":5,"T":23}},"C":{"d":"133,-225v-50,0,-79,48,-79,99v0,54,24,103,79,103v18,0,39,-4,56,-13v8,-4,10,9,13,14v2,4,1,8,-4,10v-22,10,-44,16,-69,16v-75,0,-111,-58,-111,-128v0,-69,41,-128,113,-128v25,1,54,5,70,21v-4,6,-4,18,-11,21v-18,-9,-37,-15,-57,-15","w":211,"k":{"y":11,"w":9,"v":15,"t":1,"q":8,"o":8,"g":9,"f":1,"e":9,"d":12,"a":7}},"D":{"d":"37,-248v118,-8,187,18,187,125v0,77,-44,126,-125,123r-63,0v-7,0,-9,-3,-9,-9r0,-229v0,-7,2,-10,10,-10xm60,-27v83,9,129,-22,129,-96v0,-75,-46,-108,-129,-98r0,194","w":240,"k":{"x":1,"Z":11,"Y":17,"X":4,"W":16,"V":18,"T":23,"A":16}},"E":{"d":"160,-26v11,-1,7,11,8,20v0,4,-2,6,-7,6r-126,0v-6,0,-8,-2,-8,-8r0,-233v0,-5,2,-7,7,-7r127,0v10,1,4,13,4,20v0,5,-3,6,-9,6r-95,0r0,79r84,0v10,0,8,11,8,20v0,5,-2,6,-7,6r-85,0r0,91r99,0","w":183,"k":{"y":8,"x":1,"v":8}},"F":{"d":"161,-248v11,3,7,29,-5,26r-95,0r0,79r84,0v10,0,8,11,8,20v0,5,-2,6,-7,6r-85,0r0,109v1,13,-16,6,-26,8v-6,0,-8,-1,-8,-8r0,-233v0,-5,2,-7,7,-7r127,0","w":180,"k":{"z":11,"y":18,"x":14,"w":7,"v":10,"u":14,"t":6,"s":13,"r":12,"q":24,"p":11,"o":23,"n":4,"m":4,"j":3,"i":1,"e":23,"d":17,"c":19,"a":24,"S":4,"O":19,"G":17,"A":29}},"G":{"d":"188,-215v-69,-31,-135,15,-135,90v0,54,24,102,80,102v16,0,34,-3,46,-9r0,-85r-38,0v-11,2,-6,-12,-7,-20v0,-5,2,-6,7,-6r64,0v5,0,7,2,7,7r0,110v-7,26,-51,30,-78,30v-78,0,-116,-53,-116,-128v0,-73,44,-128,120,-128v22,0,78,3,59,34v-1,4,-5,4,-9,3","w":236,"k":{"Y":5,"V":4}},"H":{"d":"210,-241r0,233v1,12,-16,7,-26,8v-5,0,-8,-3,-8,-8r0,-109r-116,0r0,109v1,12,-16,7,-26,8v-5,0,-7,-3,-7,-8r0,-233v-1,-12,16,-6,26,-7v5,0,7,2,7,7r0,98r116,0r0,-98v0,-11,17,-6,27,-7v5,0,7,2,7,7","w":237},"I":{"d":"104,-248v10,-1,6,9,7,17v-1,10,-20,3,-29,5r0,203v14,1,33,-5,28,17v0,4,-1,6,-5,6r-77,0v-9,1,-4,-11,-5,-18v1,-10,18,-3,27,-5r0,-203v-14,-1,-33,6,-28,-17v0,-4,1,-5,5,-5r77,0","w":133,"k":{"y":8,"v":4,"s":1,"q":1,"o":3,"g":1,"e":3,"d":1,"c":2,"a":1}},"J":{"d":"26,-24v39,6,52,-10,52,-51r0,-151v-18,-4,-52,12,-47,-17v0,-4,2,-5,7,-5r66,0v4,0,7,2,7,7r0,158v5,62,-26,96,-91,84v-10,-3,0,-15,-1,-22v1,-4,4,-4,7,-3","w":138},"K":{"d":"191,-9v4,4,5,9,-2,9v-15,-1,-30,3,-38,-7r-90,-108r0,107v1,13,-17,7,-27,8v-5,0,-7,-3,-7,-8r0,-233v0,-12,17,-5,27,-7v5,0,7,2,7,7r0,105r87,-107v5,-7,28,-8,35,-1r-94,115","w":197,"k":{"y":17,"w":14,"v":15,"u":10,"t":3,"s":2,"q":7,"o":11,"n":1,"g":10,"e":13,"d":4,"c":10,"Y":4,"V":4,"Q":19,"O":20,"G":20,"C":18}},"L":{"d":"151,-27v11,-1,6,12,7,21v0,5,-2,6,-6,6r-117,0v-5,0,-8,-2,-8,-8r0,-232v-1,-13,17,-7,27,-8v5,0,7,3,7,8r0,213r90,0","w":163,"k":{"w":12,"v":14,"t":2,"Y":32,"W":21,"V":28,"U":9,"T":31,"Q":15,"O":17,"G":17,"C":15}},"M":{"d":"275,-8v2,13,-17,6,-27,8v-5,0,-7,-2,-7,-8r-7,-175r-69,179v-3,7,-22,7,-26,-1r-76,-178r-4,177v0,10,-16,5,-25,6v-5,0,-7,-2,-7,-7r9,-233v-2,-13,12,-8,21,-8v6,0,7,1,9,5r88,197r81,-196v3,-9,14,-5,24,-6v4,0,6,1,6,6","w":301,"k":{"Y":4,"V":3}},"N":{"d":"223,-240r0,232v0,14,-27,11,-34,1r-130,-182r0,181v0,11,-14,7,-24,8v-5,0,-7,-3,-7,-8r0,-232v-1,-12,24,-11,31,-3r133,186r0,-183v-1,-13,14,-7,24,-8v5,0,7,3,7,8","w":250},"O":{"d":"228,-126v0,82,-46,130,-106,130v-64,0,-103,-49,-103,-127v0,-78,43,-129,106,-129v66,0,103,51,103,126xm192,-125v0,-63,-24,-100,-68,-100v-41,0,-69,42,-69,101v0,63,25,100,68,100v41,0,69,-39,69,-101","w":243,"k":{"Y":11,"X":2,"V":5,"A":3}},"P":{"d":"34,-248v75,-4,143,4,142,76v-1,62,-51,82,-115,78r0,87v0,11,-17,6,-27,7v-5,0,-7,-3,-7,-8r0,-232v0,-5,2,-8,7,-8xm142,-172v0,-47,-36,-52,-81,-50r0,102v45,5,82,-6,81,-52","w":186,"k":{"u":7,"s":3,"r":8,"q":4,"o":14,"j":12,"i":2,"g":14,"e":17,"d":14,"c":15,"a":11,"Y":1,"X":4,"V":2,"J":5,"A":26}},"Q":{"d":"230,19v7,3,3,28,-11,25v-40,-9,-52,-41,-102,-41v-69,0,-99,-61,-99,-126v0,-66,33,-129,105,-129v124,0,134,193,47,243v19,8,39,21,60,28xm190,-124v0,-49,-16,-101,-68,-101v-49,0,-69,54,-69,101v0,49,16,101,68,101v50,0,69,-53,69,-101","w":241},"R":{"d":"35,-248v74,-3,142,1,142,73v0,36,-24,57,-50,69r59,98v2,3,1,8,-4,8v-13,-1,-27,4,-33,-6r-54,-95r-34,0r0,93v1,13,-17,7,-27,8v-5,0,-7,-3,-7,-8r0,-232v0,-6,3,-8,8,-8xm143,-175v0,-43,-36,-49,-82,-47r0,96v46,3,82,-6,82,-49","w":199,"k":{"q":1,"o":10,"g":7,"e":13,"c":1,"Y":14,"V":5,"T":10,"O":2,"C":9}},"S":{"d":"157,-235v-2,39,-38,10,-61,10v-20,0,-43,9,-43,33v0,36,42,43,66,58v27,16,49,34,49,67v-1,71,-82,83,-144,61v-11,-4,-2,-34,9,-29v38,15,99,19,102,-30v-9,-62,-119,-52,-117,-124v2,-62,80,-75,134,-53v4,1,5,4,5,7","w":182,"k":{"y":8,"x":2,"w":7,"v":10,"V":2,"A":1}},"T":{"d":"115,-222r0,215v0,12,-17,5,-27,7v-5,0,-7,-2,-7,-7r0,-215r-69,0v-9,0,-5,-13,-6,-21v0,-4,2,-5,6,-5r176,0v10,1,2,14,3,20v-1,5,-4,6,-9,6r-67,0","k":{"y":32,"x":4,"v":26,"u":34,"s":31,"r":20,"q":37,"p":29,"o":37,"n":13,"m":14,"e":39,"d":35,"c":36,"a":41,"O":18,"G":18,"C":23,"A":36}},"U":{"d":"225,-241v-2,114,23,245,-99,245v-128,0,-94,-132,-99,-245v0,-12,17,-5,27,-7v5,0,6,2,6,7v10,89,-36,217,66,217v101,0,65,-128,65,-217v0,-12,17,-5,27,-7v5,0,7,2,7,7","w":250,"k":{"V":2,"A":4}},"V":{"d":"180,-240v1,-12,15,-7,27,-8v6,0,6,4,5,8r-83,233v-3,11,-32,12,-36,-1r-85,-231v-4,-13,15,-8,25,-9v7,0,10,2,12,7r69,194","w":219,"k":{"w":1,"v":4,"u":14,"s":11,"q":4,"o":17,"g":22,"e":22,"d":23,"c":20,"a":22,"S":3,"Q":3,"O":4,"M":3,"G":15,"D":1,"C":4,"A":23}},"W":{"d":"291,-248v10,1,27,-5,24,8r-69,232v-2,11,-33,13,-36,0r-49,-186r-50,186v-2,12,-31,14,-35,0r-69,-235v2,-8,35,-9,38,3r51,189r49,-190v1,-11,30,-11,34,0r50,190r51,-189v2,-6,6,-8,11,-8","w":321,"k":{"u":9,"s":3,"q":16,"o":17,"g":18,"e":18,"c":18,"a":21,"O":1,"G":2,"C":3,"A":13}},"X":{"d":"194,-9v3,5,3,9,-4,9v-13,-1,-28,3,-34,-7r-56,-95r-55,94v-4,12,-18,7,-32,8v-6,1,-6,-4,-4,-8r75,-121r-70,-115v5,-7,32,-8,38,2r51,85r49,-85v5,-9,28,-8,37,-3r-70,114","w":202,"k":{"q":1,"o":5,"g":1,"e":9,"a":6,"Q":1,"O":2,"G":2}},"Y":{"d":"171,-248v8,0,27,-2,19,8r-72,142r0,92v0,12,-18,4,-28,6v-4,0,-6,-2,-6,-7r0,-90r-78,-147v4,-7,33,-8,38,2r59,117r57,-116v3,-6,5,-7,11,-7","k":{"y":22,"x":20,"w":4,"v":5,"u":21,"t":4,"s":18,"r":4,"q":6,"p":4,"o":32,"n":4,"m":4,"i":10,"g":27,"e":30,"d":27,"c":28,"a":31,"W":-1,"S":3,"R":3,"O":17,"M":4,"G":12,"F":1,"C":14,"A":26}},"Z":{"d":"179,-26v11,-1,4,12,6,20v0,4,-1,6,-6,6r-165,0v-9,-1,-6,-15,-2,-23r127,-199r-111,0v-12,2,-7,-12,-8,-21v0,-4,1,-5,6,-5r149,0v11,0,8,16,4,23r-128,199r128,0","w":194,"k":{"o":7,"e":9,"O":2}},"[":{"d":"98,27v11,-1,6,10,7,18v0,5,-1,7,-7,7r-60,0v-5,0,-7,-2,-7,-8r0,-288v0,-6,2,-8,7,-8r60,0v11,-1,6,10,7,18v-2,15,-29,4,-43,7r0,254r36,0","w":112},"\\":{"d":"113,-3v2,4,1,8,-4,8v-10,0,-24,2,-24,-8r-72,-247v2,-7,26,-8,29,3","w":125},"]":{"d":"82,-244r0,288v0,6,-2,8,-7,8r-60,0v-11,1,-6,-11,-7,-19v3,-13,30,-3,43,-6r0,-255r-36,0v-11,1,-6,-10,-7,-18v0,-5,1,-6,7,-6r60,0v5,0,7,2,7,8","w":112},"^":{"d":"171,-146v6,10,-12,13,-20,16v-2,0,-4,0,-5,-3r-50,-77r-50,75v-8,10,-26,-5,-24,-16r64,-91v4,-9,18,-8,22,-1","w":193},"_":{"d":"175,30v9,-1,7,6,7,13v0,5,-1,7,-6,7r-167,0v-11,1,-6,-8,-7,-15v0,-4,1,-5,6,-5r167,0","w":183},"`":{"d":"25,-229v-8,-7,6,-29,16,-22v18,13,39,22,54,37v-4,5,-6,16,-15,12","w":117},"a":{"d":"168,-41v1,13,-1,20,10,19v7,-1,4,11,5,17v-8,15,-50,2,-44,-22v-8,16,-32,31,-54,31v-50,0,-72,-43,-72,-88v0,-83,77,-121,125,-72v-3,-16,5,-20,23,-18v4,0,7,2,7,7r0,126xm137,-58r0,-69v-28,-46,-92,-29,-92,41v0,76,76,79,92,28","w":193,"k":{"y":2,"v":5}},"b":{"d":"107,-178v50,0,73,43,73,91v0,49,-25,91,-79,91v-18,0,-38,-11,-48,-23v1,14,-2,22,-22,19v-5,0,-7,-2,-7,-7r0,-239v-4,-11,31,-9,25,-10v4,0,6,2,6,6r0,93v11,-11,30,-21,52,-21xm148,-86v0,-38,-14,-67,-48,-67v-17,0,-34,10,-45,22r0,86v10,14,26,24,43,24v36,0,50,-30,50,-65","w":193,"k":{"z":1,"y":7,"x":5,"w":1,"v":3,"j":8}},"c":{"d":"149,-163v0,35,-27,9,-48,9v-34,0,-56,26,-56,66v0,57,50,83,98,59v6,1,6,11,7,17v-9,13,-35,16,-52,16v-57,0,-84,-37,-84,-91v0,-73,77,-115,135,-76","w":155,"k":{"a":3}},"d":{"d":"140,-246v-4,-11,31,-9,25,-10v4,0,5,2,5,6r0,242v1,12,-12,7,-21,8v-10,1,-6,-12,-8,-20v-12,14,-31,24,-52,24v-52,0,-75,-43,-75,-90v0,-74,76,-120,126,-72r0,-88xm140,-45r0,-84v-27,-45,-101,-24,-94,42v-6,66,64,85,94,42","w":194},"e":{"d":"98,-178v47,1,72,38,70,85v0,8,-2,11,-11,11r-111,0v-3,52,53,73,101,53v9,-4,8,10,11,16v-6,15,-41,17,-59,17v-55,0,-85,-37,-85,-91v0,-51,32,-91,84,-91xm47,-103r91,0v1,-28,-12,-50,-41,-51v-30,0,-47,24,-50,51","w":179,"k":{"y":5,"v":3}},"f":{"d":"33,-174v-8,-66,34,-102,91,-79v9,3,5,24,-5,23v-36,-16,-63,7,-55,56r44,0v9,-1,4,11,5,17v0,4,-1,5,-5,5r-44,0r0,144v1,12,-14,7,-24,8v-5,0,-7,-3,-7,-8r0,-144v-14,-1,-30,6,-26,-17v2,-10,18,-3,26,-5","w":126,"k":{"u":6,"r":12,"q":14,"o":16,"g":20,"e":18,"d":17,"c":18,"a":22}},"g":{"d":"34,61v4,-34,35,-7,55,-7v46,0,53,-30,51,-75v-12,13,-33,21,-51,21v-51,0,-75,-40,-75,-87v0,-69,78,-122,127,-70v-3,-16,6,-19,23,-17v5,0,7,2,7,7v-8,102,35,251,-81,246v-19,-1,-46,-4,-56,-18xm140,-48r0,-81v-8,-14,-25,-24,-43,-24v-69,-1,-69,126,-3,128v17,0,37,-10,46,-23","w":194,"k":{"j":-5,"g":-1,"a":1}},"h":{"d":"24,-246v3,-9,31,-16,31,-4r0,93v41,-37,115,-26,115,44r0,106v1,12,-15,5,-24,7v-4,0,-6,-2,-6,-7v-7,-54,24,-145,-35,-145v-17,0,-37,9,-50,21r0,124v0,12,-15,5,-25,7v-4,0,-6,-2,-6,-6r0,-240","w":194,"k":{"y":8,"w":1,"v":3}},"i":{"d":"61,-216v0,22,-38,23,-37,0v0,-10,8,-18,18,-18v10,0,19,8,19,18xm58,-167r0,159v1,11,-13,7,-23,8v-5,0,-8,-3,-8,-8r0,-159v0,-11,15,-6,24,-7v5,0,7,2,7,7","w":85},"j":{"d":"71,-216v0,22,-38,23,-37,0v0,-10,8,-18,18,-18v10,0,19,8,19,18xm-17,53v40,9,53,-15,53,-57r0,-163v0,-11,14,-6,24,-7v4,0,7,2,7,7r0,158v2,61,-23,97,-87,86v-7,-3,-5,-22,3,-24","w":94},"k":{"d":"24,-246v-3,-11,30,-9,25,-10v4,0,6,2,6,7r0,145r56,-66v6,-8,19,-3,31,-4v4,0,4,4,2,6r-57,64r65,95v3,5,3,9,-4,9v-13,-1,-27,3,-32,-6r-53,-81r-8,8r0,71v1,13,-14,7,-24,8v-4,0,-7,-2,-7,-7r0,-239","w":159,"k":{"y":2,"v":1,"q":9,"o":9,"g":8,"e":8,"d":8,"c":9,"a":9}},"l":{"d":"24,-246v-3,-11,32,-9,25,-10v3,0,6,1,6,6r0,242v0,12,-14,7,-24,8v-4,0,-7,-2,-7,-7r0,-239","w":78},"m":{"d":"156,-156v43,-39,118,-27,118,48r0,100v1,11,-13,7,-23,8v-5,0,-7,-3,-7,-8v-8,-54,24,-143,-36,-145v-15,0,-32,7,-45,17v6,36,2,87,3,128v1,11,-13,7,-23,8v-5,0,-8,-3,-8,-8r0,-101v0,-25,-5,-44,-33,-44v-17,0,-34,10,-47,22r0,123v1,12,-14,7,-24,8v-5,0,-7,-3,-7,-8r0,-159v0,-11,13,-6,22,-7v9,-1,9,9,8,18v27,-26,81,-32,102,0","w":298,"k":{"y":3,"v":3}},"n":{"d":"113,-178v79,-2,52,98,57,170v1,11,-13,7,-23,8v-5,0,-7,-3,-7,-8v-7,-54,24,-142,-36,-144v-17,0,-36,9,-49,21r0,123v1,12,-14,7,-24,8v-4,0,-7,-2,-7,-7r0,-160v-1,-11,14,-6,23,-7v8,-1,7,10,7,18v17,-14,38,-22,59,-22","w":194,"k":{"y":2,"v":1,"t":1}},"o":{"d":"178,-87v0,51,-29,91,-83,91v-56,0,-81,-40,-81,-91v0,-51,29,-91,83,-91v56,0,81,39,81,91xm95,-20v70,0,71,-133,2,-134v-39,0,-51,34,-51,66v0,33,11,68,49,68","w":192,"k":{"y":6,"x":1,"w":1,"v":2,"j":7}},"p":{"d":"180,-89v0,48,-26,93,-78,93v-18,0,-37,-8,-48,-21r0,88v0,10,-14,5,-23,6v-5,0,-7,-2,-7,-7r0,-237v-1,-10,12,-6,20,-7v10,-1,9,9,9,19v12,-14,32,-23,53,-23v51,0,74,43,74,89xm98,-21v67,-1,70,-130,2,-132v-17,0,-37,10,-46,23r0,84v8,14,26,25,44,25","w":194,"k":{"f":2}},"q":{"d":"170,-167r0,237v1,12,-15,6,-24,7v-5,0,-7,-1,-7,-6r0,-90v-12,14,-32,23,-52,23v-52,0,-73,-43,-73,-91v0,-70,77,-121,127,-70v-3,-15,5,-19,22,-17v5,0,7,2,7,7xm139,-46r0,-81v-8,-14,-26,-26,-43,-26v-37,0,-50,33,-50,66v0,30,11,65,47,65v18,0,36,-11,46,-24","w":194,"k":{"j":-10}},"r":{"d":"24,-167v8,-15,38,-9,30,12v11,-14,27,-27,52,-22v6,8,3,33,-15,25v-13,0,-27,9,-36,22r0,122v1,12,-14,7,-24,8v-5,0,-7,-3,-7,-8r0,-159","w":113,"k":{"o":2,"g":2,"e":2,"d":3,"c":1,"a":9}},"s":{"d":"12,-130v0,-50,75,-61,111,-34v-3,6,-3,22,-12,18v-19,-10,-71,-13,-67,14v6,40,86,29,86,82v0,53,-75,65,-115,42v-7,-4,0,-24,8,-23v27,14,77,19,77,-16v0,-42,-88,-30,-88,-83","w":140,"k":{"v":1}},"t":{"d":"62,-55v-5,33,24,39,49,30v6,-1,15,18,5,22v-42,18,-84,2,-84,-55r0,-94v-14,-1,-30,6,-26,-17v2,-10,17,-3,26,-5v1,-24,-9,-55,25,-51v11,7,2,35,5,51r43,0v7,-1,4,11,5,17v-6,12,-33,2,-48,5r0,97","w":125,"k":{"e":3,"c":5,"a":6}},"u":{"d":"167,-167r0,159v1,11,-13,7,-22,8v-8,0,-7,-10,-7,-18v-40,39,-114,25,-114,-44r0,-105v-1,-11,15,-6,24,-7v5,0,7,2,7,7r0,101v-8,54,58,49,82,22r0,-123v-1,-11,15,-6,24,-7v5,0,6,2,6,7","w":191},"v":{"d":"136,-174v8,1,25,-3,21,7r-59,161v-3,9,-29,10,-33,0r-59,-161v-2,-11,16,-6,25,-7v5,0,7,1,8,5r45,133r43,-132v1,-4,4,-6,9,-6","w":163,"k":{"o":10,"g":8,"e":7,"d":6,"c":5,"a":3}},"w":{"d":"212,-168v2,-9,16,-5,26,-6v4,0,5,4,4,7r-48,161v-3,9,-33,10,-36,0r-35,-121r-33,121v-3,10,-31,10,-36,0r-48,-161v-3,-11,15,-6,24,-7v5,0,8,2,9,5r35,132r37,-131v1,-9,23,-9,29,-2r39,133","w":248,"k":{"o":1,"e":7,"d":1,"c":1,"a":2}},"x":{"d":"160,-7v2,3,2,7,-3,7v-12,-1,-30,4,-35,-5r-40,-63r-42,63v-3,7,-27,8,-34,2v19,-30,41,-58,61,-87r-53,-80v4,-7,30,-6,37,0r35,55r37,-54v4,-8,26,-7,34,-2v-16,28,-38,51,-56,77","w":167,"k":{"o":1,"g":1,"e":1,"d":5,"a":3}},"y":{"d":"27,79v-7,0,-23,1,-21,-9v1,-7,0,-20,9,-19v36,11,53,-19,61,-48r-64,-171v-1,-10,18,-5,27,-6v4,0,6,2,7,5r47,134r45,-133v2,-9,27,-9,32,-2r-71,191v-16,42,-33,58,-72,58","w":174,"k":{"u":2,"s":1,"r":1,"q":10,"o":4,"j":1,"g":4,"e":6,"d":8,"c":5,"a":5}},"z":{"d":"131,-22v8,-1,6,10,6,17v0,3,-1,5,-5,5r-117,0v-11,-1,-8,-18,-3,-24r85,-128r-76,0v-8,1,-6,-9,-6,-16v0,-3,2,-6,6,-6r106,0v11,1,9,15,3,22r-86,130r87,0","w":144,"k":{"a":1}},"{":{"d":"86,-255v15,0,36,-4,25,16v-1,9,-14,3,-22,5v-53,4,-1,122,-52,131v26,-5,29,63,27,99v-1,16,13,39,41,32v7,0,14,21,2,21v-43,4,-68,-11,-71,-52v-2,-31,7,-87,-20,-90v-10,-1,-6,-6,-7,-14v0,-4,1,-6,6,-6v30,-4,19,-58,21,-90v2,-33,23,-52,50,-52","w":120},"|":{"d":"51,-249r0,249v1,11,-13,6,-21,7v-5,0,-7,-2,-7,-7r0,-249v-1,-12,13,-5,22,-7v5,0,6,2,6,7","w":74},"}":{"d":"105,-113v11,0,10,18,1,20v-30,4,-17,59,-20,90v-4,42,-31,52,-74,52v-10,0,-2,-10,-2,-16v1,-9,14,-3,22,-5v53,-5,1,-122,53,-131v-26,5,-30,-62,-28,-99v1,-16,-13,-38,-41,-32v-7,1,-14,-21,-2,-21v43,0,69,11,72,52v2,31,-8,90,19,90","w":120},"~":{"d":"124,-108v15,-1,38,-28,46,-1v-11,14,-27,26,-47,27v-20,0,-35,-18,-54,-18v-10,-3,-29,18,-39,11r-8,-14v10,-11,29,-21,45,-22v19,-1,38,16,57,17","w":193},"\u00a0":{"w":83}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2005 by Fontsmith Ltd. All rights reserved.
 * 
 * Trademark:
 * FS Albert ExtraBold is a trademark of Fontsmith Ltd.
 * 
 * Full name:
 * FSAlbert-ExtraBold
 * 
 * Description:
 * Copyright (c) 2005 by Fontsmith Ltd. All rights reserved.
 * 
 * Manufacturer:
 * Fontsmith Ltd
 * 
 * Designer:
 * Jason Smith
 * 
 * Vendor URL:
 * http://www.fontsmith.com
 * 
 * License information:
 * http://www.fontsmith.com
 */
Cufon.registerFont({"w":205,"face":{"font-family":"Albert","font-weight":800,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 4 0 0 2 0 4","ascent":"277","descent":"-83","x-height":"5","bbox":"-35.019 -289.697 346.25 79","underline-thickness":"18","underline-position":"-18","stemh":"46","stemv":"54","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":88},"!":{"d":"70,-244r-5,178v1,14,-21,8,-32,8v-6,0,-8,-4,-8,-9r-5,-177v3,-13,30,-3,43,-6v6,0,7,2,7,6xm72,-21v-1,33,-54,33,-55,0v0,-36,55,-33,55,0","w":82},"\"":{"d":"113,-249r-4,54v0,10,-20,4,-29,6v-5,0,-6,-1,-6,-7r-4,-53v2,-13,25,-3,37,-6v5,0,6,1,6,6xm60,-249r-4,54v0,10,-20,4,-29,6v-5,0,-7,-1,-7,-7r-4,-53v3,-12,25,-3,37,-6v5,0,7,1,7,6","w":129},"#":{"d":"204,-178v11,3,0,24,2,34v-3,13,-29,3,-42,6r-5,32r34,0v12,2,0,23,2,33v-4,13,-28,3,-42,6r-9,60v-3,14,-27,4,-41,7v-5,0,-9,-4,-6,-7r10,-60r-26,0r-10,61v-4,12,-26,4,-40,6v-5,0,-8,-3,-7,-8r9,-59v-12,-3,-35,7,-37,-6v4,-11,-2,-33,12,-33r33,0r4,-32r-33,0v-10,-3,0,-23,-1,-34v4,-13,28,-3,41,-6r10,-66v3,-12,27,-3,40,-6v6,0,7,1,7,6r-10,66r24,0r10,-66v4,-13,29,-3,43,-6v4,0,4,2,4,6r-9,66r33,0xm113,-106r4,-32r-25,0r-5,32r26,0"},"$":{"d":"170,-200v-11,16,-36,-9,-54,-7r0,57v34,14,72,34,72,76v0,45,-32,72,-72,78v-2,16,9,38,-18,33v-12,-2,-3,-21,-6,-32v-22,-1,-47,-5,-69,-13v-19,-7,2,-28,2,-42v1,-4,3,-7,8,-7v17,6,40,13,59,14r0,-64v-36,-13,-76,-33,-76,-78v0,-42,37,-66,76,-70v2,-16,-8,-39,18,-34v12,2,3,23,6,34v20,1,39,5,58,14v18,8,-3,28,-4,41xm92,-161r0,-46v-26,4,-29,38,0,46xm116,-47v24,-7,24,-41,0,-49r0,49"},"%":{"d":"251,-255v12,-10,40,12,36,25r-186,238v-10,-6,-38,-18,-27,-32xm309,-58v0,35,-20,63,-57,63v-37,0,-58,-28,-58,-63v0,-35,21,-63,58,-63v38,0,57,28,57,63xm163,-193v0,35,-19,63,-56,63v-37,0,-58,-28,-58,-63v0,-35,21,-63,58,-63v38,0,56,28,56,63xm252,-30v20,-5,19,-51,0,-56v-17,1,-14,19,-14,35v0,9,2,21,14,21xm107,-165v19,-4,19,-50,0,-55v-17,1,-14,18,-14,34v0,9,2,21,14,21","w":360},"&":{"d":"204,-59v12,13,36,18,51,27v-7,11,-2,36,-19,36v-26,0,-51,-17,-65,-31v-49,52,-165,41,-165,-43v0,-35,27,-58,54,-74v-13,-14,-28,-32,-28,-53v0,-35,34,-58,70,-58v36,0,66,22,66,57v0,27,-21,45,-40,58r46,50v6,-7,23,-26,23,-64v0,-14,22,-6,34,-8v6,-1,8,1,8,7v-1,49,-18,76,-35,96xm140,-56r-53,-58v-35,16,-38,76,11,75v16,0,33,-7,42,-17xm102,-171v16,-8,32,-41,1,-44v-29,2,-15,35,-1,44","w":237},"'":{"d":"87,-249r-4,54v0,10,-20,4,-29,6v-5,0,-7,-1,-7,-7r-4,-53v3,-12,25,-3,37,-6v5,0,7,1,7,6","w":129},"(":{"d":"62,-104v0,58,24,95,50,130v-8,9,-26,24,-40,17v-80,-88,-79,-215,2,-301v11,-12,24,7,35,10v2,1,3,3,3,5v-27,46,-50,75,-50,139","w":118},")":{"d":"57,-112v0,-57,-24,-95,-51,-130v8,-9,29,-28,40,-17v86,86,77,227,-9,305v-11,-6,-25,-9,-31,-19v27,-46,51,-75,51,-139","w":118},"*":{"d":"112,-240v7,5,19,35,6,36r-32,3v7,10,34,18,23,33v-8,3,-20,23,-26,10r-12,-31v-7,10,-7,39,-21,35v-6,-8,-28,-15,-18,-27r24,-20v-12,-4,-39,3,-38,-10v5,-9,5,-35,17,-27r27,18v-2,-13,-7,-23,-8,-37v2,-8,30,-6,35,0r-9,37v11,-6,19,-16,32,-20","w":142},"+":{"d":"169,-119v16,-1,11,22,11,36v0,21,-39,7,-58,11v-4,20,10,59,-11,62v-15,-2,-41,8,-42,-10r0,-52v-19,-3,-55,9,-57,-11v2,-14,-6,-36,10,-36r47,0v4,-20,-10,-58,11,-61v15,2,42,-8,42,10r0,51r47,0","w":191},",":{"d":"23,59v-28,-11,8,-31,7,-46v0,-12,-17,-21,-17,-36v0,-17,13,-28,29,-28v57,13,21,97,-19,110","w":82},"-":{"d":"85,-121v17,0,10,26,10,41v0,8,-2,11,-10,11r-65,0v-16,-2,-9,-27,-9,-42v0,-7,1,-10,9,-10r65,0","w":106},"\u00ad":{"d":"85,-121v17,0,10,26,10,41v0,8,-2,11,-10,11r-65,0v-16,-2,-9,-27,-9,-42v0,-7,1,-10,9,-10r65,0","w":106},".":{"d":"72,-23v0,37,-57,36,-58,1v0,-36,58,-38,58,-1","w":83},"\/":{"d":"86,-255v14,0,42,-8,36,11r-77,241v-4,15,-29,5,-45,8v-5,0,-6,-5,-4,-9r77,-243v3,-8,5,-8,13,-8","w":116},"0":{"d":"196,-125v0,77,-28,130,-92,130v-64,0,-92,-51,-92,-128v0,-76,31,-132,93,-132v64,0,91,54,91,130xm137,-126v0,-64,-14,-80,-32,-80v-21,0,-34,19,-34,80v0,62,11,81,33,81v23,0,33,-19,33,-81"},"1":{"d":"161,-240r0,228v1,20,-27,12,-43,12v-12,0,-14,-1,-14,-12r0,-175v-19,9,-34,21,-55,28v-11,-5,-31,-35,-14,-43v38,-18,59,-50,116,-48v6,0,10,2,10,10"},"2":{"d":"133,-180v-7,-45,-64,-23,-92,-8v-10,-7,-27,-34,-13,-44v52,-38,166,-33,162,49v-2,58,-69,102,-107,135v18,4,107,-15,102,11v-3,15,6,38,-12,37r-146,0v-21,1,-17,-42,-5,-54v35,-37,99,-80,111,-126"},"3":{"d":"119,-184v0,-38,-60,-26,-84,-10v-11,-5,-24,-32,-12,-41v48,-35,150,-29,151,45v0,26,-16,48,-37,55v23,6,47,28,47,60v0,50,-46,80,-94,80v-34,0,-66,-5,-78,-26v4,-15,6,-32,17,-35v30,16,101,25,100,-21v-1,-32,-35,-36,-60,-36v-15,0,-10,-17,-11,-30v-2,-14,12,-12,24,-12v23,0,37,-8,37,-29"},"4":{"d":"185,-153r0,142v-1,18,-28,10,-45,11v-21,2,-9,-33,-12,-51r-111,0v-21,-2,-15,-34,-7,-51r68,-137v5,-17,27,-9,46,-11v11,0,12,8,9,14r-66,137r61,0v4,-22,-11,-63,12,-65v16,3,45,-8,45,11"},"5":{"d":"139,-78v0,-41,-45,-45,-90,-42v-10,0,-14,-6,-14,-16r0,-99v0,-12,5,-15,15,-15r122,0v17,-1,11,21,12,36v0,8,-3,12,-12,12r-80,0r0,40v55,-1,102,23,103,81v2,84,-107,106,-173,68v-16,-9,3,-27,6,-39v1,-3,3,-6,7,-6v34,18,104,30,104,-20"},"6":{"d":"125,-255v15,0,55,-3,52,18v-4,12,-1,37,-16,33v-46,-12,-85,8,-85,50v52,-27,119,-2,119,67v0,49,-32,92,-88,92v-72,0,-94,-59,-94,-114v0,-66,28,-146,112,-146xm138,-84v0,-40,-46,-42,-67,-21v-1,38,11,63,36,63v21,0,31,-21,31,-42"},"7":{"d":"181,-250v21,0,16,37,8,53r-93,186v-9,20,-38,8,-61,11v-7,0,-10,-7,-7,-15r97,-186r-92,0v-18,0,-11,-22,-11,-37v0,-8,2,-12,11,-12r148,0"},"8":{"d":"10,-72v0,-29,24,-54,43,-63v-17,-9,-32,-30,-32,-52v0,-45,38,-68,83,-68v44,0,80,22,80,67v0,23,-16,43,-33,53v23,9,45,32,45,59v0,51,-45,81,-94,81v-49,0,-92,-26,-92,-77xm105,-153v27,-9,35,-56,-3,-58v-13,0,-26,11,-26,24v0,14,15,28,29,34xm140,-74v0,-19,-23,-34,-41,-40v-14,8,-33,22,-33,40v0,19,16,34,37,34v21,0,37,-13,37,-34"},"9":{"d":"194,-141v0,66,-29,146,-113,146v-16,0,-50,0,-53,-15v6,-11,2,-40,17,-36v46,12,84,-9,86,-50v-54,26,-119,2,-119,-67v0,-49,32,-92,88,-92v72,0,94,59,94,114xm69,-167v-7,42,58,43,66,17v8,-67,-65,-79,-66,-17"},":":{"d":"72,-153v0,36,-57,35,-58,0v0,-36,58,-36,58,0xm72,-23v0,37,-57,36,-58,1v0,-36,58,-38,58,-1","w":83},";":{"d":"72,-153v-1,35,-57,36,-58,0v0,-18,14,-27,29,-27v14,0,29,10,29,27xm23,59v-28,-11,8,-31,7,-46v0,-12,-17,-21,-17,-36v0,-17,13,-28,29,-28v57,13,21,97,-19,110","w":82},"<":{"d":"153,-207v3,12,22,25,12,37r-74,47r72,47v16,12,-10,27,-13,40v-4,7,-9,6,-15,2r-105,-70v-10,-5,-10,-30,1,-34r117,-73v2,0,4,1,5,4","w":191},"=":{"d":"156,-144v15,-1,10,18,11,32v0,8,-3,11,-11,11r-122,0v-15,0,-9,-19,-10,-32v0,-7,2,-11,10,-11r122,0xm156,-87v15,-1,10,18,11,31v0,8,-3,11,-11,11r-122,0v-15,0,-9,-19,-10,-32v0,-7,2,-10,10,-10r122,0","w":191},">":{"d":"162,-138v9,5,9,28,-1,34r-117,73v-9,-9,-26,-29,-17,-41r74,-47r-73,-47v-14,-13,11,-27,14,-40v4,-7,9,-6,15,-2","w":191},"?":{"d":"102,-187v-2,-36,-52,-26,-74,-12v-7,-8,-18,-28,-11,-39v50,-31,136,-21,136,47v1,59,-75,62,-66,128v-5,9,-25,2,-36,4v-13,-1,-11,-22,-11,-33v0,-52,54,-53,62,-95xm93,-21v-1,33,-53,33,-54,0v0,-17,13,-26,27,-26v14,0,27,10,27,26","w":163},"@":{"d":"219,-37v11,-3,11,18,14,23v0,3,-2,4,-4,5v-93,34,-214,8,-213,-100v0,-86,68,-146,152,-146v67,0,120,42,120,112v0,41,-29,88,-74,88v-17,1,-29,-7,-36,-22v-23,38,-91,20,-83,-31v-5,-49,55,-115,96,-71v-2,-14,25,-13,34,-7v-7,31,-17,58,-21,92v0,8,3,16,12,16v26,0,40,-33,40,-63v0,-54,-37,-79,-88,-79v-62,0,-104,51,-104,110v0,82,85,96,155,73xm150,-91v28,-1,26,-38,33,-61v-3,-6,-9,-10,-16,-10v-20,0,-29,36,-29,52v0,7,3,19,12,19","w":302},"A":{"d":"238,-13v2,7,1,13,-6,13v-19,-2,-50,6,-55,-10r-14,-42r-89,0v-9,17,-6,45,-25,52v-15,-3,-53,8,-46,-10r86,-231v5,-14,52,-14,62,-1xm89,-95r59,0r-30,-92","w":241,"k":{"y":5,"w":4,"v":10,"t":6,"o":2,"f":4,"Y":35,"W":23,"V":39,"T":35,"O":8,"C":2}},"B":{"d":"210,-74v-2,86,-92,74,-174,74v-9,0,-11,-4,-11,-13r0,-226v0,-9,4,-11,12,-11v72,-3,154,0,154,61v0,25,-16,46,-39,53v34,4,58,26,58,62xm135,-181v0,-23,-26,-28,-53,-26r0,57v31,1,53,-3,53,-31xm82,-44v36,1,70,2,70,-32v0,-35,-33,-37,-70,-35r0,67","w":223,"k":{"y":8,"x":6,"Y":20,"W":16,"V":20,"T":20}},"C":{"d":"76,-125v0,84,57,93,116,70v11,5,25,39,10,46v-24,11,-45,14,-73,14v-76,0,-115,-51,-115,-128v0,-106,96,-160,189,-118v17,8,-5,29,-5,43v-1,4,-2,5,-5,5v-58,-28,-117,-15,-117,68","w":217,"k":{"y":6,"w":6,"v":14,"t":6,"q":6,"o":4,"g":4,"f":6,"e":4,"d":6,"a":8}},"D":{"d":"241,-124v-2,114,-90,132,-204,124v-7,0,-12,-2,-12,-11r0,-227v0,-8,2,-12,12,-12v116,-5,206,8,204,126xm180,-125v2,-62,-35,-80,-98,-76r0,152v57,2,96,-5,98,-76","w":255,"k":{"x":4,"Z":12,"Y":22,"X":15,"W":12,"V":20,"T":22,"A":13}},"E":{"d":"35,-250r143,0v18,1,4,25,6,38v-1,8,-5,9,-14,9r-88,0r0,53r82,0v18,0,9,22,11,36v0,7,-3,11,-10,11r-83,0r0,57r94,0v16,-2,10,22,11,36v0,7,-3,10,-10,10r-140,0v-8,0,-12,-2,-12,-11r0,-229v0,-6,4,-10,10,-10","w":201,"k":{"y":4,"x":4,"v":6}},"F":{"d":"178,-250v18,1,4,25,6,38v-1,8,-5,9,-14,9r-88,0r0,53r82,0v18,0,9,22,11,36v0,7,-3,11,-10,11r-83,0r0,93v0,18,-29,10,-45,10v-8,0,-12,-2,-12,-11r0,-229v0,-6,4,-10,10,-10r143,0","w":200,"k":{"z":20,"y":14,"x":20,"w":8,"v":7,"u":10,"t":8,"s":14,"r":13,"q":19,"p":19,"o":18,"n":14,"m":14,"j":12,"i":5,"e":22,"d":18,"c":17,"a":22,"S":15,"O":15,"G":14,"A":27}},"G":{"d":"140,-206v-41,3,-66,33,-65,80v1,74,42,91,98,78r0,-55v-14,-2,-37,6,-37,-10v0,-14,-6,-37,10,-37r74,0v7,0,10,3,10,10r0,114v0,7,-1,10,-9,14v-22,10,-58,17,-89,17v-72,0,-118,-52,-118,-129v0,-105,100,-160,194,-116v13,11,-6,28,-7,41v-13,14,-36,-9,-61,-7","w":250,"k":{"Y":20,"V":16}},"H":{"d":"229,-240r0,230v0,19,-30,7,-46,10v-8,0,-11,-2,-11,-10r0,-93r-91,0r0,93v-1,19,-30,7,-46,10v-8,0,-12,-2,-12,-10r0,-230v2,-17,30,-10,47,-10v7,0,11,2,11,10r0,90r91,0r0,-90v2,-18,30,-10,47,-10v7,0,10,2,10,10","w":255},"I":{"d":"125,-250v13,0,8,16,9,28v0,13,-17,8,-29,9r0,176v0,0,28,-2,27,10v-1,11,4,26,-8,27r-93,0v-12,0,-8,-15,-9,-27v0,-13,14,-10,26,-10r0,-176v-11,0,-29,3,-28,-9v1,-11,-4,-27,8,-28r97,0","w":153,"k":{"y":10,"v":14,"s":4,"q":6,"o":10,"g":6,"e":10,"d":6,"c":8,"a":6}},"J":{"d":"27,-41v30,5,51,-1,51,-34r0,-138v-24,-2,-59,11,-50,-28v0,-6,4,-9,9,-9r88,0v6,0,10,5,10,10v-7,104,34,254,-85,244v-10,-1,-39,3,-36,-14v4,-10,0,-33,13,-31","w":160},"K":{"d":"220,-13v4,5,4,13,-3,13v-24,-2,-55,6,-66,-10v-22,-31,-43,-66,-69,-94r0,94v0,19,-30,7,-46,10v-8,0,-11,-2,-11,-10r0,-230v2,-18,30,-10,47,-10v7,0,10,2,10,10v2,32,-4,72,2,100r64,-102v8,-13,32,-6,51,-8v8,0,8,7,5,11r-75,110","w":228,"k":{"y":12,"w":16,"v":26,"u":14,"t":12,"s":2,"q":12,"o":12,"n":6,"g":14,"e":14,"d":14,"c":8,"Y":16,"V":18,"Q":24,"O":19,"I":2,"G":20,"C":18}},"L":{"d":"174,-48v17,0,10,24,10,38v0,8,-4,10,-10,10r-137,0v-8,0,-12,-2,-12,-12r0,-228v1,-18,31,-10,47,-10v8,0,10,3,10,11r0,191r92,0","w":188,"k":{"w":6,"v":14,"t":8,"Y":37,"W":26,"V":39,"U":10,"T":36,"Q":8,"O":14,"G":16,"C":14}},"M":{"d":"300,-11v1,19,-29,11,-45,11v-9,0,-12,-5,-12,-15r-5,-123r-54,130v-6,13,-34,13,-40,0r-63,-130r-3,127v0,20,-26,8,-41,11v-9,0,-13,-4,-13,-12r10,-226v-1,-19,22,-12,37,-12v8,0,12,3,15,10r80,163r72,-163v4,-14,23,-9,40,-10v7,0,10,3,10,9","w":324,"k":{"Y":18,"V":12}},"N":{"d":"246,-239r0,228v0,20,-25,8,-41,11v-6,0,-12,-3,-16,-8r-108,-143r0,140v0,20,-28,11,-44,11v-8,0,-12,-1,-12,-10r0,-229v1,-19,47,-16,57,-3r108,144r0,-141v0,-19,29,-11,46,-11v9,0,10,5,10,11","w":271},"O":{"d":"242,-126v0,81,-47,131,-115,131v-72,0,-113,-52,-113,-129v0,-77,43,-131,115,-131v75,0,113,56,113,129xm181,-125v0,-58,-20,-82,-54,-82v-31,0,-52,28,-52,81v0,57,20,82,54,82v32,0,52,-25,52,-81","w":255,"k":{"Y":16,"X":8,"V":20,"A":10}},"P":{"d":"36,-250v86,-5,165,4,165,81v-1,65,-53,92,-119,85r0,74v0,17,-31,8,-46,10v-6,0,-11,-2,-11,-11r0,-228v0,-9,3,-11,11,-11xm143,-167v0,-34,-26,-41,-61,-39r0,79v36,3,61,-6,61,-40","w":211,"k":{"u":10,"s":9,"r":7,"q":14,"o":15,"j":6,"i":8,"g":14,"e":12,"d":12,"c":12,"a":10,"Y":4,"X":14,"V":8,"J":22,"A":27}},"Q":{"d":"229,46v-52,0,-63,-42,-102,-42v-72,0,-113,-51,-113,-128v0,-77,43,-131,115,-131v128,0,145,191,61,241v12,8,25,15,44,17v18,3,2,23,3,35v-1,6,-3,8,-8,8xm181,-125v0,-58,-20,-82,-54,-82v-31,0,-52,28,-52,81v0,57,20,83,54,83v32,0,52,-26,52,-82","w":253},"R":{"d":"37,-250v84,-6,163,4,164,81v1,33,-16,57,-43,74v20,31,44,57,61,90v-11,9,-54,12,-64,-3r-50,-77r-23,0r0,75v0,18,-31,10,-47,10v-7,0,-10,-3,-10,-10r0,-228v0,-10,2,-12,12,-12xm143,-168v0,-33,-27,-41,-61,-39r0,80v36,3,61,-7,61,-41","w":224,"k":{"q":4,"o":4,"g":6,"e":8,"c":6,"Y":22,"V":19,"T":15,"O":8,"C":10}},"S":{"d":"164,-193v-18,-4,-38,-14,-55,-13v-14,0,-31,5,-31,22v8,26,43,30,65,42v27,15,47,32,47,65v0,82,-95,97,-166,69v-19,-8,3,-29,3,-43v1,-4,3,-7,8,-7v31,11,88,29,96,-13v-6,-31,-46,-34,-70,-47v-26,-14,-44,-35,-44,-65v1,-76,116,-91,167,-50v-4,14,-9,33,-20,40","w":204,"k":{"y":6,"x":8,"w":6,"v":8,"V":8,"A":4}},"T":{"d":"207,-250v18,1,5,25,6,38v-1,7,-5,9,-13,9r-63,0r0,194v-1,19,-34,5,-49,9v-8,0,-8,-1,-8,-9r0,-194r-66,0v-16,0,-8,-24,-10,-38v0,-6,3,-9,9,-9r194,0","w":214,"k":{"y":13,"x":16,"v":15,"u":25,"s":16,"r":22,"q":24,"p":16,"o":32,"n":12,"m":10,"e":35,"d":28,"c":32,"a":32,"O":12,"G":12,"C":16,"A":24}},"U":{"d":"242,-240r0,128v0,81,-42,117,-111,117v-74,0,-107,-41,-107,-117r0,-128v2,-18,30,-10,47,-10v7,0,10,2,10,10r0,124v0,57,20,72,53,72v32,0,51,-16,51,-72r0,-124v2,-18,29,-10,46,-10v7,0,11,2,11,10","w":265,"k":{"Y":2,"V":8,"A":14}},"V":{"d":"201,-250v14,0,46,-6,40,10r-87,231v-5,14,-49,15,-56,-1r-92,-233v5,-14,33,-7,49,-7v8,0,12,3,14,8r61,165r56,-163v2,-7,5,-10,15,-10","w":247,"k":{"w":5,"v":16,"u":19,"s":16,"q":18,"o":18,"g":20,"e":22,"d":16,"c":10,"a":20,"S":12,"Q":12,"O":14,"M":10,"G":12,"D":4,"C":15,"A":33}},"W":{"d":"288,-241v6,-17,33,-6,52,-9v5,0,7,6,6,10r-67,229v-3,17,-26,9,-43,11v-6,0,-11,-4,-13,-11r-46,-147r-45,145v-3,20,-23,11,-42,13v-7,0,-11,-3,-14,-13r-70,-225v-2,-5,-1,-12,7,-12v20,0,54,-8,58,10r39,147r43,-148v5,-14,45,-14,54,-1r44,149","w":351,"k":{"u":12,"s":12,"q":18,"o":16,"g":12,"e":14,"c":14,"a":14,"O":6,"G":8,"C":12,"A":19}},"X":{"d":"217,0v-21,-2,-50,6,-59,-9r-45,-75r-46,76v-7,13,-35,6,-54,8v-7,0,-9,-6,-5,-12r74,-116v-23,-39,-51,-74,-72,-116v6,-13,35,-3,51,-6v6,0,12,3,16,9r39,66r42,-67v7,-14,37,-6,56,-8v7,0,9,8,5,12r-73,106v25,43,57,80,79,126v0,4,-3,6,-8,6","w":231,"k":{"q":6,"o":8,"g":4,"e":10,"a":4,"Q":4,"O":8,"G":8}},"Y":{"d":"177,-250v15,0,47,-7,42,10r-76,133r0,97v-1,18,-31,7,-48,10v-6,0,-9,-3,-9,-10r0,-94r-80,-140v8,-11,53,-10,64,2r47,89r47,-89v3,-5,6,-8,13,-8","w":225,"k":{"y":15,"x":22,"w":14,"v":18,"u":24,"t":14,"s":20,"r":18,"q":24,"p":16,"o":28,"n":14,"m":16,"i":12,"g":26,"e":28,"d":30,"c":24,"a":32,"W":-6,"S":10,"R":12,"O":16,"M":14,"G":19,"F":6,"C":18,"A":29}},"Z":{"d":"202,-46v15,-1,9,22,10,36v0,6,-3,10,-9,10r-183,0v-13,-1,-9,-26,-5,-36r112,-167r-100,0v-15,1,-9,-24,-10,-38v0,-5,4,-9,9,-9r169,0v18,1,13,28,6,39r-111,165r112,0","w":223,"k":{"o":2,"e":6,"O":8}},"[":{"d":"113,10v19,-2,7,19,10,32v0,7,0,9,-10,9r-73,0v-10,0,-11,-1,-11,-11r0,-283v0,-12,2,-12,11,-12r72,0v19,-3,9,20,11,33v2,16,-27,6,-40,9r0,223r30,0","w":135},"\\":{"d":"125,-7v1,6,3,12,-5,12v-17,0,-39,7,-44,-9r-79,-247v8,-7,44,-9,51,3","w":124},"]":{"d":"107,-243r0,282v0,12,-2,12,-11,12r-72,0v-19,3,-8,-20,-11,-33v0,-16,27,-5,40,-8r0,-224v-12,-3,-42,7,-40,-8v2,-13,-9,-33,10,-33r73,0v10,0,11,2,11,12","w":135},"^":{"d":"183,-135v7,17,-24,19,-35,27v-2,0,-5,-1,-7,-4r-46,-71r-47,70v-13,14,-25,-11,-37,-14v-6,-5,-7,-8,-2,-14r71,-103v5,-9,29,-9,33,2","w":191},"_":{"d":"173,30v10,-1,6,7,7,14v0,5,-1,6,-6,6r-167,0v-10,1,-6,-7,-7,-14v0,-4,1,-6,6,-6r167,0","w":180},"`":{"d":"96,-222v14,6,-2,20,-8,23v-22,-9,-43,-21,-61,-35v5,-8,13,-32,27,-21","w":129},"a":{"d":"189,-36v16,-2,9,17,10,28v1,12,-16,7,-27,8v-22,1,-29,-8,-36,-17v-10,11,-32,22,-50,22v-52,0,-76,-41,-76,-89v0,-85,77,-121,123,-76v-3,-21,24,-14,42,-15v5,0,9,2,9,8r0,125v0,4,1,6,5,6xm130,-54r0,-69v-24,-23,-66,-16,-64,35v0,22,6,49,33,49v13,0,27,-10,31,-15","w":206,"k":{"y":8,"v":4}},"b":{"d":"120,-180v51,0,71,45,74,93v5,69,-72,121,-124,73v3,20,-21,13,-38,14v-8,0,-10,-4,-10,-11r0,-231v0,-19,31,-11,46,-16v5,0,8,2,8,7r0,86v12,-9,28,-15,44,-15xm138,-87v0,-22,-5,-47,-32,-47v-11,0,-21,5,-30,11r0,70v8,6,19,13,29,13v28,0,33,-24,33,-47","w":204,"k":{"z":6,"y":8,"x":10,"w":6,"v":8,"j":6}},"c":{"d":"141,-45v13,-6,13,24,16,32v0,4,-2,6,-5,7v-68,30,-144,0,-144,-79v0,-77,70,-114,142,-86v11,8,-1,25,-1,37v-8,13,-27,-9,-42,-4v-28,0,-43,19,-43,50v0,50,40,60,77,43","w":164,"k":{"t":2,"a":8}},"d":{"d":"184,-251r0,241v-1,17,-25,9,-40,10v-10,1,-9,-7,-10,-15v-9,10,-29,20,-46,20v-52,0,-77,-41,-77,-90v0,-64,64,-125,119,-81r0,-76v1,-18,32,-11,47,-16v5,0,7,2,7,7xm130,-52r0,-74v-6,-6,-18,-11,-28,-11v-26,0,-35,27,-35,49v0,22,6,49,33,49v10,0,24,-7,30,-13","k":{"a":2}},"e":{"d":"104,-181v52,-1,82,45,77,97v0,9,-4,11,-13,11r-100,0v8,43,62,39,96,24v9,3,17,36,6,41v-72,31,-159,5,-159,-80v0,-56,38,-93,93,-93xm68,-108r61,0v0,-15,-9,-31,-28,-31v-18,0,-30,14,-33,31","w":190,"k":{"y":4,"v":4}},"f":{"d":"101,-264v17,0,54,-1,47,25v-3,9,0,29,-13,24v-30,-12,-55,2,-47,40v23,1,54,-9,45,28v-3,15,-30,5,-45,8r0,127v1,20,-27,12,-44,12v-7,0,-10,-4,-10,-11r0,-128v-12,-2,-30,6,-28,-11v1,-10,-3,-25,8,-25r20,0v-2,-53,13,-89,67,-89","w":134,"k":{"u":3,"r":4,"q":4,"o":7,"g":7,"e":8,"d":5,"c":8,"a":5}},"g":{"d":"11,-84v-9,-67,74,-128,123,-76v-5,-22,23,-13,40,-15v8,0,10,3,10,10v-6,106,32,244,-88,244v-19,0,-37,-3,-56,-11v-15,-7,0,-23,1,-34v8,-19,36,8,52,2v38,-1,37,-21,37,-51v-50,40,-127,-2,-119,-69xm102,-136v-48,2,-47,94,-1,93v11,0,23,-7,29,-13r0,-69v-7,-6,-18,-11,-28,-11","k":{"j":-19,"g":-3,"a":3}},"h":{"d":"131,-180v79,-2,53,101,57,173v0,6,-1,7,-6,7r-42,0v-5,0,-6,-1,-6,-7r0,-100v2,-35,-41,-28,-58,-11r0,111v0,6,-2,7,-8,7r-41,0v-5,0,-5,-1,-5,-6r0,-237v3,-19,32,-9,47,-15v4,0,7,2,7,7r0,89v14,-12,37,-18,55,-18","w":209,"k":{"y":12,"w":4,"v":10}},"i":{"d":"80,-224v0,36,-57,37,-58,1v-1,-37,57,-37,58,-1xm78,-166r0,156v0,18,-28,10,-43,10v-8,0,-11,-2,-11,-10r0,-156v2,-17,28,-9,44,-9v7,0,10,1,10,9","w":101},"j":{"d":"87,-223v-1,35,-57,37,-58,0v0,-18,14,-28,29,-28v14,0,29,10,29,28xm-23,33v31,5,54,2,54,-33r0,-166v2,-16,29,-7,44,-9v6,0,10,3,10,9v-7,104,34,254,-85,244v-10,-1,-41,2,-34,-14v4,-10,1,-28,11,-31","w":108},"k":{"d":"178,-13v4,5,3,14,-5,13v-21,-2,-49,7,-57,-9r-40,-71r0,70v-1,17,-29,8,-45,10v-6,0,-9,-4,-9,-10r0,-233v2,-18,31,-10,46,-15v5,0,8,2,8,9r0,144r40,-65v9,-11,34,-2,51,-5v7,0,7,4,4,9r-46,65","w":186,"k":{"y":8,"w":2,"v":6,"q":4,"p":2,"o":6,"g":6,"e":6,"d":8,"c":6,"a":7}},"l":{"d":"76,-249r0,239v-1,18,-29,7,-45,10v-5,0,-9,-3,-9,-10r0,-233v2,-19,31,-9,46,-15v5,0,8,3,8,9","w":97},"m":{"d":"231,-180v82,-1,60,94,60,170v0,18,-27,10,-43,10v-8,0,-11,-2,-11,-10r0,-97v3,-36,-41,-28,-57,-11r0,108v0,18,-25,10,-40,10v-8,0,-11,-2,-11,-10r0,-97v4,-34,-37,-30,-53,-11r0,108v0,18,-27,10,-43,10v-8,0,-11,-2,-11,-10r0,-156v1,-15,42,-13,50,-2r0,7v25,-26,83,-25,97,5v16,-16,39,-24,62,-24","w":312,"k":{"y":10,"v":12}},"n":{"d":"130,-180v78,-2,53,98,57,169v1,18,-28,11,-44,11v-8,0,-10,-4,-10,-11r0,-96v3,-34,-41,-28,-57,-11r0,108v0,18,-28,10,-44,10v-6,0,-10,-4,-10,-10r0,-155v-1,-17,26,-8,40,-10v8,-1,11,6,10,15v17,-13,37,-20,58,-20","w":208,"k":{"y":8,"v":4,"t":4}},"o":{"d":"192,-87v0,53,-34,92,-92,92v-61,0,-89,-39,-89,-93v0,-53,34,-92,92,-92v61,0,89,39,89,93xm136,-88v0,-27,-7,-50,-34,-50v-27,0,-35,23,-35,49v0,27,7,51,34,51v27,0,35,-24,35,-50","w":202,"k":{"y":8,"x":6,"w":3,"v":8,"j":2}},"p":{"d":"119,-180v52,0,73,42,76,89v4,68,-64,123,-119,82r0,76v-1,18,-28,9,-44,11v-6,0,-10,-4,-10,-11r0,-232v-1,-17,24,-8,38,-10v10,-1,11,6,12,14v9,-10,28,-19,47,-19xm76,-50v26,26,68,4,63,-37v5,-44,-38,-62,-63,-36r0,73","k":{"f":8}},"q":{"d":"11,-88v-7,-69,69,-121,123,-74v-4,-19,22,-12,39,-13v8,0,10,4,10,10r0,232v0,19,-28,8,-44,11v-6,0,-10,-4,-10,-10r0,-78v-54,41,-127,-10,-118,-78xm99,-135v-46,1,-44,95,0,94v11,0,21,-6,30,-12r0,-69v-8,-7,-20,-13,-30,-13","w":204,"k":{"j":-39}},"r":{"d":"120,-131v-18,-3,-33,1,-44,13r0,108v0,17,-29,8,-44,10v-6,0,-10,-3,-10,-10r0,-155v0,-19,24,-8,39,-10v12,-2,11,7,11,18v15,-17,29,-26,55,-22v11,8,-2,29,-1,43v-1,4,-3,5,-6,5","w":133,"k":{"o":8,"g":8,"e":8,"d":11,"c":4,"a":10}},"s":{"d":"9,-126v0,-62,90,-67,130,-37v-6,11,-2,36,-18,33v-24,-16,-86,-4,-44,17v29,14,69,19,69,60v0,65,-83,68,-133,44v-12,-6,3,-23,3,-33v1,-5,3,-7,6,-7v16,7,40,14,53,13v24,-1,26,-21,2,-28v-32,-10,-68,-20,-68,-62","w":153,"k":{"v":4}},"t":{"d":"84,-68v-5,35,27,33,47,24v9,4,7,21,9,32v-7,15,-33,17,-51,17v-44,0,-59,-22,-59,-74r0,-70v-11,-1,-26,5,-24,-11v1,-10,-3,-25,8,-25r17,0v3,-17,-8,-47,11,-47v14,1,42,-14,42,5r0,42v24,1,57,-10,48,28v-3,15,-32,5,-48,8r0,71","w":145,"k":{"e":2,"c":2,"a":4}},"u":{"d":"186,-166r0,154v2,20,-25,10,-40,12v-9,1,-11,-7,-11,-15v-41,36,-114,24,-114,-44r0,-107v2,-16,28,-9,43,-9v7,0,11,1,11,9r0,97v-3,35,40,27,57,11r0,-108v2,-17,28,-9,44,-9v7,0,10,1,10,9","w":207},"v":{"d":"139,-175v14,0,47,-6,40,10r-65,157v-4,13,-37,12,-46,1r-65,-163v9,-8,56,-12,61,4r30,99v8,-33,21,-67,31,-99v3,-7,6,-9,14,-9","w":183,"k":{"o":8,"g":4,"e":11,"d":10,"c":6,"a":7}},"w":{"d":"221,-175v14,0,47,-7,42,8r-48,157v-3,15,-51,17,-56,-1r-27,-88r-26,89v-3,15,-51,17,-56,0r-47,-160v6,-11,32,-5,47,-5v8,0,10,3,11,8r20,99r30,-99v4,-13,22,-6,36,-8v7,0,11,2,12,7r29,101r21,-99v1,-6,4,-9,12,-9","w":266,"k":{"o":4,"e":6,"d":4,"c":4,"a":7}},"x":{"d":"187,-12v4,5,4,12,-5,12v-20,0,-52,6,-60,-8r-29,-48v-16,18,-19,50,-46,56v-14,-3,-49,9,-42,-11r62,-80v-18,-27,-39,-50,-55,-79v10,-9,54,-9,66,2v8,12,14,26,24,37v12,-14,15,-39,36,-44v14,2,50,-7,44,9r-56,69","w":192,"k":{"o":6,"g":4,"e":6,"d":2,"c":2,"a":5}},"y":{"d":"145,-175v15,3,45,-9,43,10r-72,185v-17,49,-50,65,-106,56v-14,-2,-3,-23,-3,-34v0,-14,13,-7,22,-7v30,0,36,-15,44,-34r-68,-170v5,-13,34,-3,50,-6v6,0,10,3,11,7r34,107r32,-104v2,-7,6,-10,13,-10","w":193,"k":{"u":8,"s":6,"r":6,"q":12,"o":11,"j":4,"g":14,"e":9,"d":10,"c":6,"a":10}},"z":{"d":"145,-36v13,-1,8,17,9,28v0,5,-4,8,-9,8r-126,0v-16,0,-13,-25,-6,-35r71,-104r-59,0v-15,3,-9,-16,-10,-27v0,-5,3,-9,8,-9r120,0v16,1,10,24,5,35r-73,104r70,0","w":163,"k":{"a":6}},"{":{"d":"132,24v0,0,12,26,-4,26v-47,0,-81,-8,-83,-53v-1,-34,5,-83,-27,-84v-13,-1,-5,-16,-7,-26v0,-5,2,-6,7,-7v34,-3,25,-50,27,-85v3,-45,37,-57,85,-53v13,2,2,22,2,27v0,7,-6,6,-13,6v-36,3,-19,42,-22,71v-3,33,-32,47,-45,51v15,1,42,14,45,53v3,30,-15,70,29,68v5,0,5,1,6,6","w":146},"|":{"d":"69,-250r0,249v2,17,-25,6,-37,9v-8,0,-12,0,-12,-8r0,-250v1,-16,25,-9,39,-9v6,0,10,3,10,9","w":88},"}":{"d":"129,-120v13,1,10,28,0,33v-34,3,-25,49,-27,84v-3,45,-37,53,-85,53v-14,0,-2,-17,-3,-27v1,-7,7,-5,14,-5v36,-3,19,-42,22,-71v3,-33,32,-47,45,-51v-15,-1,-42,-14,-45,-53v-3,-30,15,-68,-29,-68v-12,0,-6,-20,-11,-28v3,-10,26,-4,37,-5v49,-4,56,47,56,101v0,23,10,35,26,37","w":146},"~":{"d":"122,-112v12,1,31,-24,41,-11v5,6,10,11,12,20v-10,17,-31,31,-52,31v-20,0,-35,-19,-54,-19v-10,-3,-36,25,-42,10r-10,-24v8,-13,32,-25,48,-26v20,-1,38,18,57,19","w":191},"\u00a0":{"w":88}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2005 by Fontsmith Ltd. All rights reserved.
 * 
 * Trademark:
 * FS Albert Italic is a trademark of Fontsmith Ltd.
 * 
 * Full name:
 * FSAlbert-Italic
 * 
 * Description:
 * Copyright (c) 2005 by Fontsmith Ltd. All rights reserved.
 * 
 * Manufacturer:
 * Fontsmith Ltd
 * 
 * Designer:
 * Jason Smith
 * 
 * Vendor URL:
 * http://www.fontsmith.com
 * 
 * License information:
 * http://www.fontsmith.com
 */
Cufon.registerFont({"w":196,"face":{"font-family":"Albert","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 4 0 0 2 0 4","ascent":"277","descent":"-83","x-height":"4","bbox":"-49.2346 -286.202 333.571 82.25","underline-thickness":"18","underline-position":"-18","slope":"-11","stemh":"26","stemv":"32","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":82},"!":{"d":"57,-248v8,1,28,-3,24,5r-36,184v0,8,-12,4,-19,5v-4,0,-4,-3,-4,-6r29,-183v0,-3,2,-5,6,-5xm44,-18v2,22,-36,32,-38,7v-2,-20,37,-31,38,-7","w":83},"\"":{"d":"95,-253v7,1,24,-3,20,6r-11,54v0,8,-12,4,-19,5v-3,0,-4,-2,-4,-5r9,-55v0,-4,2,-5,5,-5xm48,-253v7,1,22,-4,20,6r-11,54v0,7,-21,8,-23,1r8,-56v0,-4,3,-5,6,-5","w":114},"#":{"d":"206,-170v7,3,0,21,-8,22r-38,0r-17,53v13,1,31,-3,41,2v-2,7,-1,21,-10,21r-39,0r-22,67v-2,9,-21,6,-28,3r24,-70r-51,0r-23,67v-2,7,-27,9,-27,-1r22,-66v-18,-1,-50,6,-35,-19v6,-10,30,-2,44,-4r16,-53v-16,-1,-50,7,-36,-15v3,-14,30,-4,45,-7r23,-74v3,-7,22,-5,28,-2r-24,76r49,0r24,-74v2,-8,21,-4,28,-2r-24,76r38,0xm116,-95r17,-53r-50,0r-17,53r50,0","w":199},"$":{"d":"133,-253v29,-1,70,16,38,38v-13,-4,-28,-10,-42,-11r-16,85v28,14,59,33,52,73v-7,40,-38,66,-77,71v-2,13,-3,45,-22,30r5,-29v-28,0,-77,-4,-54,-35v14,-9,36,11,59,7r17,-93v-26,-15,-62,-32,-54,-73v7,-37,42,-59,78,-62v2,-12,2,-46,21,-30xm99,-149r13,-77v-37,1,-57,53,-23,71xm93,-26v40,-3,58,-61,21,-79r-6,-4"},"%":{"d":"152,-213v0,32,-19,71,-56,71v-25,0,-36,-16,-36,-40v0,-33,20,-70,57,-70v24,0,35,16,35,39xm251,-251v8,-8,21,6,18,14r-211,239v-8,6,-24,-8,-16,-16xm249,-67v0,32,-18,71,-55,71v-25,0,-37,-16,-37,-40v0,-33,20,-71,57,-71v24,0,35,17,35,40xm129,-211v0,-11,-3,-23,-16,-23v-23,0,-30,35,-30,53v0,12,4,21,17,21v22,0,29,-34,29,-51xm226,-66v0,-11,-2,-22,-15,-22v-23,0,-30,35,-30,53v0,12,4,21,17,21v22,0,28,-35,28,-52","w":308},"&":{"d":"232,-149v-8,39,-29,74,-53,100v12,15,27,24,42,29v4,7,-3,26,-17,22v-19,-6,-37,-17,-47,-31v-40,42,-151,52,-151,-24v0,-45,40,-70,73,-91v-8,-14,-21,-30,-21,-49v0,-35,33,-60,66,-60v26,0,47,15,47,41v0,32,-30,54,-54,70r48,75v15,-16,35,-48,43,-81v2,-8,12,-4,20,-5v3,0,5,1,4,4xm143,-47r-52,-79v-23,15,-53,37,-53,67v0,56,79,38,105,12xm144,-208v0,-14,-9,-22,-23,-22v-39,1,-38,50,-16,71v16,-10,39,-28,39,-49","w":236},"'":{"d":"67,-248v2,-10,27,-7,26,0r-11,55v0,8,-19,7,-23,2","w":114},"(":{"d":"53,45v-70,-97,-27,-226,48,-300v7,-7,16,2,20,7v-64,73,-105,182,-50,281v-4,5,-11,10,-18,12","w":114},")":{"d":"-6,34v65,-75,103,-179,51,-282v3,-6,15,-13,22,-8v63,105,20,228,-58,301v-6,-2,-10,-7,-15,-11","w":114},"*":{"d":"105,-232v5,4,9,23,-1,24r-35,5v5,11,27,23,18,34v-6,2,-13,14,-18,6r-10,-35v-11,16,-23,54,-40,26v7,-12,22,-21,32,-31v-11,-4,-33,1,-37,-10v4,-5,5,-21,13,-18r30,17v0,-19,-8,-55,24,-40r-14,40","w":120},"+":{"d":"162,-107v11,0,3,11,3,18v-1,5,-2,7,-7,7r-55,0r-10,61v-1,10,-23,10,-28,3r11,-64r-55,0v-11,0,-2,-11,-3,-19v1,-4,2,-6,7,-6r55,0r11,-61v0,-11,24,-10,28,-2r-11,63r54,0","w":181},",":{"d":"17,48v-15,-13,18,-26,15,-40v-8,-16,-15,-45,12,-45v10,0,19,8,19,20v-2,30,-25,53,-46,65","w":73},"-":{"d":"78,-108v13,0,4,18,4,21v-1,5,-2,7,-7,7r-54,0v-10,0,-5,-15,-3,-22v1,-4,2,-6,7,-6r53,0","w":99},"\u00ad":{"d":"78,-108v13,0,4,18,4,21v-1,5,-2,7,-7,7r-54,0v-10,0,-5,-15,-3,-22v1,-4,2,-6,7,-6r53,0","w":99},".":{"d":"59,-18v2,22,-38,32,-40,7v-2,-23,38,-31,40,-7","w":74},"\/":{"d":"112,-253v8,0,26,-2,18,7r-114,244v-2,10,-22,8,-29,3r117,-248v2,-4,3,-6,8,-6","w":114},"0":{"d":"186,-168v0,63,-31,172,-110,172v-50,0,-64,-43,-64,-85v0,-63,32,-172,110,-172v50,0,64,43,64,85xm152,-167v0,-23,-4,-58,-35,-58v-53,0,-72,101,-72,143v0,24,5,58,36,58v52,0,71,-100,71,-143"},"1":{"d":"122,-245v9,-4,33,-7,31,4r-41,233v-1,12,-14,7,-25,8v-6,0,-7,-2,-6,-8r36,-206v-21,11,-39,25,-62,34v-6,-3,-14,-18,-4,-24"},"2":{"d":"53,-213v-15,-34,46,-40,70,-40v36,0,62,19,62,53v0,77,-93,127,-141,173r104,0v12,0,3,13,4,20v-1,5,-4,7,-9,7r-135,0v-13,0,-3,-12,-4,-20v1,-5,2,-7,6,-11v46,-45,126,-89,142,-162v-3,-48,-65,-32,-95,-17v-2,0,-3,0,-4,-3"},"3":{"d":"142,-197v-2,-42,-59,-31,-88,-17v-4,-4,-11,-22,-1,-24v42,-25,122,-22,122,36v0,31,-21,59,-51,67v23,5,39,27,39,53v0,77,-99,109,-156,69v4,-6,5,-18,12,-21v44,25,112,4,112,-48v0,-30,-28,-40,-60,-40v-10,0,-3,-12,-3,-18v0,-7,8,-6,16,-6v33,2,59,-19,58,-51"},"4":{"d":"151,-150v9,1,26,-4,23,7r-24,137v-2,10,-16,4,-26,6v-5,0,-6,-3,-5,-7r9,-51r-116,0v-14,-3,-3,-22,2,-32r95,-152v4,-10,22,-7,32,-4v-28,58,-67,107,-98,162r89,0r11,-60v1,-5,4,-6,8,-6"},"5":{"d":"22,-36v47,29,118,7,115,-53v-2,-40,-45,-41,-86,-40v-8,0,-8,-5,-7,-10r18,-101v1,-6,4,-8,9,-8r108,0v11,0,4,17,4,19v-1,5,-2,8,-8,8r-86,0r-12,68v50,-2,91,14,93,60v4,80,-101,125,-161,78v2,-8,7,-17,13,-21"},"6":{"d":"146,-253v10,0,37,-1,33,12v-2,7,-2,20,-12,18v-62,-18,-96,41,-109,88v41,-34,115,-29,114,35v0,52,-38,104,-92,104v-47,0,-65,-32,-65,-74v0,-76,45,-183,131,-183xm139,-93v1,-49,-61,-43,-88,-14v-7,35,-9,85,33,85v35,0,55,-41,55,-71"},"7":{"d":"192,-248v13,3,4,24,-2,32r-132,210v-6,10,-20,5,-33,6v-6,0,-4,-5,-2,-9r136,-212r-106,0v-13,-1,-3,-14,-3,-22v1,-5,3,-5,7,-5r135,0"},"8":{"d":"72,-133v-68,-34,-19,-120,49,-120v32,0,59,17,59,50v0,33,-27,54,-54,68v86,34,28,139,-51,139v-37,0,-69,-17,-69,-56v0,-40,33,-67,66,-81xm148,-199v0,-19,-13,-29,-32,-29v-23,0,-45,17,-45,41v0,21,17,34,32,42v22,-12,45,-27,45,-54xm138,-75v0,-24,-23,-37,-43,-46v-26,13,-56,30,-56,63v0,24,20,37,41,37v31,0,58,-22,58,-54"},"9":{"d":"53,4v-11,0,-35,3,-35,-12v3,-6,4,-20,13,-18v60,20,95,-41,108,-88v-41,35,-115,27,-114,-36v0,-51,38,-103,93,-103v48,0,65,32,65,74v-2,76,-45,183,-130,183xm146,-142v7,-35,9,-85,-33,-85v-35,0,-55,40,-55,71v-1,49,61,43,88,14"},":":{"d":"79,-162v2,21,-37,32,-39,7v-2,-23,38,-33,39,-7xm54,-19v2,22,-38,32,-40,7v-2,-22,38,-32,40,-7","w":84},";":{"d":"85,-162v2,22,-38,32,-40,7v-2,-24,38,-33,40,-7xm14,48v-15,-13,19,-26,16,-40v-8,-15,-15,-45,11,-45v10,0,19,8,19,20v-2,30,-25,53,-46,65","w":88},"<":{"d":"145,-198v9,-3,17,18,10,23r-87,53v23,20,50,35,70,57v-5,8,-10,23,-22,21v-29,-25,-62,-44,-88,-72v1,-7,2,-12,8,-15","w":181},"=":{"d":"151,-143v11,0,3,11,3,18v-1,5,-2,7,-7,7r-106,0v-10,0,-2,-13,-2,-19v1,-4,3,-6,7,-6r105,0xm139,-78v11,-1,4,17,4,19v-1,5,-3,6,-8,6r-105,0v-11,0,-2,-11,-3,-19v1,-4,3,-6,7,-6r105,0","w":181},">":{"d":"149,-131v7,6,1,16,-4,20r-113,68v-5,-3,-15,-19,-7,-24r88,-54v-22,-19,-49,-33,-69,-55v4,-9,9,-26,22,-22","w":181},"?":{"d":"151,-207v0,67,-89,74,-89,137v0,9,-12,5,-20,6v-4,0,-5,-2,-5,-5v1,-62,85,-74,85,-132v0,-38,-51,-30,-73,-17v-8,2,-15,-18,-5,-21v37,-22,107,-21,107,32xm60,-18v2,21,-37,32,-39,7v-2,-21,37,-31,39,-7","w":150},"@":{"d":"200,-15v-70,41,-184,17,-184,-74v0,-87,81,-164,167,-164v55,0,97,31,97,88v0,46,-35,111,-86,111v-19,0,-29,-13,-27,-30v-20,32,-77,41,-77,-9v0,-40,34,-95,78,-95v10,0,25,7,26,22v1,-10,15,-25,25,-12v-11,33,-35,59,-35,96v0,9,4,14,14,14v39,0,61,-60,61,-93v0,-47,-33,-71,-79,-71v-73,0,-134,70,-134,141v0,78,95,89,149,62v4,2,2,11,5,14xm132,-78v30,-3,43,-44,53,-71v0,-12,-5,-20,-17,-20v-28,0,-52,45,-52,70v0,12,6,21,16,21","w":292},"A":{"d":"192,-8v2,13,-18,6,-28,8v-5,0,-6,-1,-7,-6r-12,-65r-94,0r-35,66v-3,7,-27,8,-33,2r130,-240v4,-8,28,-8,34,0xm63,-96r78,0r-18,-115","w":217,"k":{"y":7,"w":8,"v":8,"t":2,"o":1,"f":1,"Y":27,"W":14,"V":24,"T":33,"O":3,"C":1}},"B":{"d":"179,-83v-1,76,-79,90,-165,83v-6,0,-7,-3,-6,-8r41,-233v7,-16,41,-7,60,-7v41,0,72,13,72,48v-1,35,-22,56,-53,67v30,2,51,20,51,50xm64,-142v48,4,84,-12,85,-55v0,-31,-39,-27,-71,-27xm43,-25v56,5,103,-9,103,-57v-1,-40,-45,-37,-86,-37","w":204,"k":{"y":11,"x":2,"Y":20,"W":6,"V":7,"T":23}},"C":{"d":"13,-91v0,-101,102,-207,202,-143v-5,7,-6,19,-14,23v-15,-9,-33,-16,-52,-15v-65,0,-100,73,-100,130v0,41,17,73,63,73v20,1,40,-7,59,-13v7,3,12,22,1,25v-72,36,-159,7,-159,-80","w":205,"k":{"y":10,"w":9,"v":15,"t":2,"q":8,"o":7,"g":8,"f":2,"e":8,"d":11,"a":7}},"D":{"d":"59,-248v94,-5,168,6,165,94v-2,91,-54,156,-149,154r-60,0v-7,0,-8,-3,-7,-8r41,-232v1,-6,4,-8,10,-8xm44,-26v95,12,143,-51,145,-124v1,-63,-44,-77,-111,-72","w":237,"k":{"x":1,"Z":12,"Y":18,"X":6,"W":15,"V":18,"T":23,"A":14}},"E":{"d":"146,-142v12,0,3,13,3,20v-1,4,-3,6,-7,6r-85,0r-16,90r99,0v11,0,2,13,3,20v-1,4,-2,6,-7,6r-124,0v-5,0,-7,-2,-6,-7r41,-234v1,-5,3,-7,8,-7r125,0v6,3,4,27,-9,26r-95,0r-14,80r84,0","w":182,"k":{"y":7,"x":1,"v":8}},"F":{"d":"148,-142v11,0,4,13,4,20v-1,4,-4,6,-8,6r-85,0r-19,109v-1,11,-16,6,-26,7v-5,0,-7,-2,-6,-7r41,-234v1,-5,4,-7,9,-7r124,0v6,3,4,27,-9,26r-95,0r-14,80r84,0","w":177,"k":{"z":13,"y":18,"x":15,"w":7,"v":9,"u":14,"t":6,"s":13,"r":12,"q":23,"p":12,"o":23,"n":5,"m":5,"j":4,"i":2,"e":23,"d":17,"c":19,"a":22,"S":6,"O":13,"G":16,"A":27}},"G":{"d":"153,-253v23,0,49,4,63,19v-4,8,-7,19,-14,22v-78,-43,-154,28,-154,116v0,64,56,88,111,64r15,-84v-20,-1,-53,8,-40,-20v1,-4,3,-6,7,-6r63,0v6,0,6,2,5,6r-19,112v-1,6,-3,8,-11,12v-22,10,-50,16,-75,16v-61,0,-91,-38,-91,-95v1,-89,59,-162,140,-162","w":231,"k":{"Y":7,"V":6}},"H":{"d":"205,-248v8,1,27,-4,24,6r-41,236v-2,11,-17,6,-27,6v-6,0,-6,-2,-5,-6r19,-110r-116,0r-19,110v-2,11,-17,4,-27,6v-5,0,-6,-2,-5,-6r41,-236v2,-11,17,-4,27,-6v5,0,6,2,5,6r-17,100r116,0r17,-100v1,-4,4,-6,8,-6","w":236},"I":{"d":"127,-248v9,0,1,10,2,15v-2,11,-18,4,-29,6r-36,206v14,0,33,-5,26,16v0,3,-3,5,-6,5r-77,0v-8,-1,-2,-12,-2,-17v3,-9,18,-2,27,-4r36,-206v-19,5,-36,-6,-19,-21r78,0","w":134,"k":{"y":8,"v":5,"s":1,"q":2,"o":4,"g":2,"e":4,"d":2,"c":3,"a":2}},"J":{"d":"125,-248v4,0,6,2,5,5r-28,161v-5,59,-45,101,-107,80v3,-6,2,-22,11,-21v40,9,57,-14,63,-51r26,-153r-41,0v-8,-2,-5,-21,4,-21r67,0","w":137},"K":{"d":"177,-248v8,1,30,-3,22,6r-110,113r81,126v-7,5,-34,6,-41,-4r-70,-108r-19,108v-1,12,-16,5,-27,7v-5,0,-5,-3,-5,-7r42,-235v2,-11,17,-4,27,-6v5,0,6,2,5,6r-19,107r104,-109v3,-3,6,-4,10,-4","w":192,"k":{"y":16,"w":14,"v":17,"u":11,"t":4,"s":2,"q":8,"o":12,"n":2,"g":11,"e":13,"d":5,"c":9,"Y":6,"V":6,"Q":20,"O":14,"I":1,"G":20,"C":18}},"L":{"d":"135,-27v11,1,2,14,2,21v-1,4,-3,6,-7,6r-117,0v-5,0,-5,-3,-5,-7r41,-235v2,-10,18,-5,28,-6v6,0,5,2,4,6r-37,215r91,0","w":163,"k":{"w":11,"v":14,"t":3,"Y":33,"W":22,"V":30,"U":9,"T":31,"Q":14,"O":16,"G":17,"C":15}},"M":{"d":"284,-244r-31,237v-1,11,-17,6,-28,7v-5,0,-5,-4,-4,-8r23,-173r-101,176v-3,7,-22,9,-24,0r-46,-176r-34,175v-2,10,-16,4,-26,6v-5,0,-6,-2,-5,-6r50,-235v0,-10,26,-11,29,-1r53,196r116,-197v4,-8,14,-4,24,-5v4,0,4,1,4,4","w":302,"k":{"Y":6,"V":4}},"N":{"d":"218,-248v8,1,28,-4,23,6r-41,235v-1,12,-28,11,-33,1r-96,-186r-32,185v-2,11,-15,6,-25,7v-6,0,-7,-2,-6,-6r41,-236v2,-10,27,-10,32,-1r96,186r33,-185v1,-5,4,-6,8,-6","w":249},"O":{"d":"13,-87v-1,-77,48,-165,131,-166v57,0,81,39,81,92v0,75,-45,165,-131,165v-55,0,-81,-37,-81,-91xm190,-160v0,-37,-13,-65,-51,-65v-63,0,-91,83,-91,136v0,37,14,66,51,66v64,0,91,-83,91,-137","w":238,"k":{"Y":14,"X":6,"V":13,"A":4}},"P":{"d":"185,-189v0,65,-57,106,-130,95r-15,88v-1,11,-17,4,-27,6v-6,0,-6,-4,-5,-8r41,-234v7,-14,37,-3,54,-6v41,0,82,10,82,59xm60,-118v56,6,91,-21,92,-71v0,-39,-38,-34,-74,-34","w":187,"k":{"u":7,"s":4,"r":8,"q":5,"o":14,"j":11,"i":3,"g":14,"e":16,"d":13,"c":14,"a":11,"Y":1,"X":5,"V":3,"J":8,"A":25}},"Q":{"d":"13,-87v-1,-77,48,-165,131,-166v57,0,81,39,81,92v0,58,-27,127,-80,153r54,29v8,4,-3,27,-12,23v-31,-3,-54,-48,-93,-40v-55,0,-81,-37,-81,-91xm190,-160v0,-37,-13,-65,-51,-65v-63,0,-91,83,-91,136v0,37,14,66,51,66v64,0,91,-83,91,-137","w":238},"R":{"d":"57,-248v62,-1,130,-5,130,56v0,40,-27,79,-65,87r43,100v-2,9,-30,7,-36,0r-38,-95r-35,0r-16,94v-2,10,-18,5,-28,6v-5,0,-5,-2,-4,-6r41,-235v1,-5,3,-7,8,-7xm60,-124v55,6,92,-15,93,-64v1,-36,-37,-37,-75,-36","k":{"q":1,"o":9,"g":7,"e":10,"c":2,"Y":15,"V":7,"T":11,"O":3,"C":9}},"S":{"d":"31,-179v0,-68,96,-95,147,-58v-2,7,-6,18,-12,22v-36,-17,-97,-18,-100,30v10,52,94,45,94,106v0,73,-95,104,-157,69v3,-9,5,-29,17,-24v42,18,106,10,106,-38v0,-54,-96,-47,-95,-107","w":181,"k":{"y":8,"x":3,"w":7,"v":9,"V":3,"A":1}},"T":{"d":"204,-248v13,0,1,14,1,20v-13,14,-53,2,-77,6r-38,216v-1,11,-18,6,-28,6v-6,0,-5,-2,-4,-6r38,-216r-69,0v-11,0,-2,-14,-3,-21v1,-4,3,-5,7,-5r173,0","w":193,"k":{"y":29,"x":6,"v":24,"u":33,"s":28,"r":20,"q":35,"p":27,"o":36,"n":13,"m":14,"e":38,"d":34,"c":35,"a":40,"O":17,"G":17,"C":22,"A":34}},"U":{"d":"218,-248v10,2,27,-5,25,8v-24,103,-12,243,-140,244v-133,2,-63,-156,-54,-246v2,-10,16,-4,26,-6v5,0,6,3,6,8r-27,165v0,33,14,52,54,52v102,0,78,-136,103,-219v1,-4,3,-6,7,-6","w":249,"k":{"Y":1,"V":3,"A":5}},"V":{"d":"211,-248v7,0,27,-2,20,6r-123,236v-3,9,-32,11,-34,0r-43,-234v-3,-12,17,-7,27,-8v5,0,8,1,9,5r33,199r100,-198v3,-5,5,-6,11,-6","w":219,"k":{"w":2,"v":6,"u":14,"s":12,"q":6,"o":17,"g":22,"e":22,"d":22,"c":18,"a":22,"S":4,"Q":4,"O":9,"M":4,"G":14,"D":1,"C":6,"A":24}},"W":{"d":"310,-248v9,1,27,-4,23,6r-108,236v-4,9,-17,5,-28,6v-4,0,-6,-1,-6,-6r-17,-191r-84,190v-3,12,-16,5,-28,7v-4,0,-5,-2,-6,-8r-25,-234v0,-10,33,-9,36,0r16,194r85,-195v4,-9,15,-4,25,-5v4,0,6,1,6,5r17,195r85,-194v2,-5,5,-6,9,-6","w":320,"k":{"u":9,"s":4,"q":17,"o":17,"g":17,"e":18,"c":17,"a":19,"O":5,"G":3,"C":4,"A":14}},"X":{"d":"184,-248v8,1,31,-3,23,6r-87,111r54,126v-3,8,-35,9,-39,-1r-39,-97r-72,97v-5,9,-26,8,-36,3r97,-126r-48,-115v4,-7,31,-7,37,1r35,86r65,-86v3,-4,5,-5,10,-5","w":203,"k":{"q":2,"o":5,"g":1,"e":9,"a":6,"Q":1,"O":6,"G":3}},"Y":{"d":"189,-248v8,1,26,-4,21,6r-97,142r-17,94v-2,10,-16,5,-26,6v-6,0,-7,-3,-6,-7r17,-91r-50,-144v-2,-11,17,-6,26,-6v6,0,8,1,9,5r37,117r76,-116v3,-5,5,-6,10,-6","w":198,"k":{"y":21,"x":20,"w":5,"v":7,"u":21,"t":5,"s":18,"r":6,"q":9,"p":6,"o":32,"n":5,"m":6,"i":10,"g":27,"e":30,"d":28,"c":28,"a":31,"W":-2,"S":4,"R":4,"O":16,"M":5,"G":13,"F":2,"C":15,"A":26}},"Z":{"d":"198,-248v11,2,2,17,-2,23r-161,199r126,0v11,0,2,16,2,20v-1,4,-2,6,-6,6r-163,0v-8,-3,-3,-15,1,-22r162,-200r-112,0v-11,0,-2,-14,-3,-21v1,-4,3,-5,7,-5r149,0","k":{"o":6,"e":8,"O":6}},"[":{"d":"124,-253v12,-1,4,11,4,18v-4,12,-30,3,-44,6r-45,258r36,0v11,-1,2,11,3,17v-1,4,-2,5,-7,5r-59,0v-5,0,-7,-1,-6,-7r51,-289v1,-6,3,-8,8,-8r59,0","w":113},"\\":{"d":"55,-248r41,246v4,11,-12,6,-20,7v-5,0,-6,-2,-7,-6r-41,-246v-3,-11,13,-6,21,-7v5,0,5,1,6,6","w":122},"]":{"d":"108,-245r-51,289v-1,6,-3,7,-8,7r-59,0v-12,2,-3,-11,-4,-17v4,-12,30,-3,44,-6r45,-258r-36,0v-12,1,-3,-11,-3,-17v1,-4,2,-6,7,-6r59,0v5,0,7,2,6,8","w":113},"^":{"d":"117,-244r45,102v1,9,-18,17,-24,11r-35,-82r-65,81v-7,9,-14,-4,-20,-7v-4,-3,-2,-6,1,-9v29,-33,54,-70,86,-100v6,0,11,-1,12,4","w":189},"_":{"d":"172,30v8,-1,4,6,4,11v-1,4,-2,6,-6,6r-164,0v-9,0,-3,-8,-3,-13v0,-3,2,-4,6,-4r163,0","w":178},"`":{"d":"86,-213v7,5,-3,12,-7,16v-17,-12,-39,-19,-53,-35v4,-7,9,-19,19,-16","w":116},"a":{"d":"158,-30v1,23,33,-14,24,17v-6,20,-63,21,-53,-13v-12,16,-33,30,-59,30v-41,0,-58,-31,-58,-68v0,-54,40,-114,98,-114v25,0,47,7,65,17v3,2,5,4,4,8xm111,-154v-44,-1,-67,52,-67,90v0,62,80,45,87,7r16,-87v-8,-5,-19,-10,-36,-10","w":195,"k":{"y":3,"v":5}},"b":{"d":"180,-114v0,59,-36,118,-102,118v-24,0,-49,-8,-61,-13v-5,-2,-5,-7,-4,-12r40,-225v3,-9,36,-17,30,-3r-16,93v38,-39,113,-23,113,42xm148,-111v0,-52,-61,-50,-86,-20r-18,103v8,4,23,7,36,7v47,0,68,-50,68,-90","w":191,"k":{"z":2,"y":7,"x":6,"w":2,"v":4,"j":8}},"c":{"d":"12,-65v-5,-74,77,-143,149,-100v-2,7,-5,17,-11,20v-53,-33,-111,23,-106,78v-5,45,49,57,85,38v4,3,6,11,7,17v-44,34,-134,13,-124,-53","w":153,"k":{"t":1,"a":4}},"d":{"d":"13,-63v0,-71,82,-157,137,-94r16,-90v5,-8,33,-16,31,-3r-43,244v0,10,-14,5,-23,6v-11,-1,-2,-14,-3,-21v-14,15,-36,25,-57,25v-42,0,-58,-29,-58,-67xm109,-154v-45,-1,-65,53,-65,90v0,57,66,49,87,17r15,-83v-5,-14,-20,-24,-37,-24","w":192,"k":{"a":1}},"e":{"d":"12,-66v0,-56,40,-113,100,-112v36,0,56,23,56,58v0,13,3,38,-13,38r-110,0v-12,54,40,75,88,54v9,-4,8,8,9,15v0,4,-1,6,-5,7v-56,24,-125,5,-125,-60xm138,-102v4,-28,0,-53,-30,-53v-30,0,-51,25,-59,53r89,0","w":177,"k":{"y":5,"v":3}},"f":{"d":"121,-260v11,0,34,-1,33,12v-2,6,-2,18,-12,15v-42,-15,-64,19,-66,59r42,0v10,0,3,10,3,16v-7,12,-33,2,-49,5r-39,219v-1,10,-15,6,-25,7v-6,0,-5,-4,-4,-8r38,-218v-14,0,-33,3,-23,-16v1,-14,31,5,29,-14v8,-43,27,-77,73,-77","w":117,"k":{"u":6,"r":11,"q":13,"o":13,"g":18,"e":17,"d":15,"c":17,"a":17}},"g":{"d":"117,-178v27,0,59,10,66,33v-23,89,-9,224,-120,224v-24,0,-69,-12,-40,-35v13,4,28,12,43,11v50,0,58,-38,65,-78v-37,40,-115,27,-115,-41v0,-58,39,-114,101,-114xm135,-48r16,-91v-5,-5,-20,-15,-39,-15v-42,0,-64,47,-64,84v0,55,64,56,87,22","w":193,"k":{"j":-7,"g":-1,"a":1}},"h":{"d":"69,-156v41,-40,119,-27,106,46r-18,104v-1,11,-16,4,-26,6v-5,0,-5,-4,-4,-7r21,-120v0,-41,-65,-23,-83,-3r-23,125v-1,10,-17,3,-26,5v-4,0,-3,-3,-3,-6r42,-241v5,-9,33,-16,31,-3","w":195,"k":{"y":9,"w":1,"v":4}},"i":{"d":"83,-222v2,19,-34,28,-36,6v-2,-20,34,-30,36,-6xm49,-174v8,1,24,-4,22,7r-28,161v-1,10,-15,5,-25,6v-5,0,-6,-4,-5,-8r28,-160v1,-4,4,-6,8,-6","w":84},"j":{"d":"96,-222v2,19,-34,28,-36,6v-2,-20,34,-30,36,-6xm60,-174v9,1,26,-4,23,7v-19,76,-14,180,-59,229v-14,15,-41,20,-70,15v-9,-8,2,-29,18,-22v34,-2,46,-23,52,-58r29,-165v1,-4,4,-6,7,-6","w":97},"k":{"d":"161,-172v-3,9,-50,51,-67,69r46,99v-4,7,-30,7,-36,-1r-35,-77r-16,16r-11,60v-1,10,-15,5,-24,6v-6,0,-6,-3,-5,-7r42,-240v5,-8,37,-16,30,-2r-26,149r70,-70v6,-6,23,-5,32,-2","w":158,"k":{"y":3,"w":1,"v":2,"q":8,"p":1,"o":6,"g":8,"e":8,"d":8,"c":8,"a":8}},"l":{"d":"83,-256v4,0,4,4,3,7r-42,243v-2,11,-16,4,-26,6v-5,0,-5,-3,-4,-7r42,-240v2,-11,18,-5,27,-9","w":82},"m":{"d":"168,-154v37,-35,112,-36,112,21v0,44,-14,85,-20,127v-1,10,-15,5,-25,6v-5,0,-6,-4,-5,-8r20,-118v0,-41,-57,-27,-78,-7v-3,43,-14,86,-20,127v-1,10,-15,5,-24,6v-5,0,-6,-4,-5,-8r20,-118v0,-42,-59,-27,-79,-4r-22,124v-1,10,-15,5,-24,6v-5,0,-6,-4,-5,-8r28,-160v1,-10,15,-5,24,-6v9,0,1,12,3,19v32,-28,82,-34,100,1","w":297,"k":{"y":4,"v":4}},"n":{"d":"67,-155v32,-30,113,-38,110,23v-3,45,-14,84,-21,126v-1,10,-15,5,-25,6v-5,0,-5,-4,-4,-8r20,-119v-4,-42,-60,-24,-83,-3r-22,124v-1,10,-15,5,-25,6v-5,0,-5,-3,-4,-7r28,-161v1,-9,14,-5,23,-6v10,0,3,16,3,19","w":194,"k":{"y":3,"v":1,"t":1}},"o":{"d":"178,-111v0,58,-38,115,-101,115v-45,0,-65,-29,-65,-69v0,-57,37,-113,100,-113v45,0,66,28,66,67xm147,-108v0,-26,-10,-47,-39,-47v-42,0,-64,47,-64,88v0,26,8,48,37,48v45,0,66,-51,66,-89","w":190,"k":{"y":7,"x":6,"w":3,"v":5,"j":6}},"p":{"d":"181,-110v0,69,-83,155,-138,92r-16,88v-1,11,-16,6,-25,9v-6,1,-6,-2,-5,-7r43,-240v0,-10,13,-5,22,-6v10,1,2,13,3,20v14,-15,36,-24,57,-24v41,0,59,31,59,68xm84,-20v45,0,63,-49,65,-91v2,-56,-65,-49,-87,-18r-14,84v5,14,19,25,36,25","w":192,"k":{"f":3}},"q":{"d":"175,-165v6,3,4,6,4,12r-40,225v-2,10,-16,7,-25,10v-5,1,-6,-1,-5,-6r16,-94v-37,40,-113,22,-113,-43v0,-59,36,-117,102,-117v22,0,48,7,61,13xm130,-44r18,-101v-8,-4,-22,-9,-35,-9v-47,0,-69,50,-69,90v0,53,62,51,86,20","w":188,"k":{"j":-14}},"r":{"d":"67,-153v16,-18,33,-28,56,-24v8,3,-3,15,-3,22v-16,6,-41,3,-56,26r-21,123v-1,10,-15,5,-25,6v-6,0,-6,-4,-5,-8r28,-160v1,-9,25,-9,29,-1","w":111,"k":{"o":5,"g":3,"e":3,"d":4,"c":1,"a":9}},"s":{"d":"4,-11v3,-33,33,-8,53,-8v19,0,40,-11,40,-32v0,-33,-74,-25,-74,-72v0,-52,69,-69,112,-45v7,4,-1,19,-7,21v-26,-10,-74,-17,-74,19v0,30,72,24,72,71v0,58,-81,77,-122,46","w":141,"k":{"v":1}},"t":{"d":"103,-22v9,25,-23,26,-39,26v-74,0,-24,-103,-21,-157v-9,-1,-26,3,-25,-5v0,-15,11,-18,28,-16r8,-42v3,-10,17,-6,27,-9v8,12,-5,35,-5,51r42,0v7,0,2,11,3,16v-7,12,-33,2,-48,5r-19,114v1,31,37,9,49,17","w":125,"k":{"e":3,"c":4,"a":6}},"u":{"d":"157,-174v8,1,25,-4,23,6r-29,161v0,11,-13,6,-22,7v-10,0,-4,-12,-4,-19v-35,35,-119,34,-106,-41r19,-108v1,-10,15,-5,25,-6v4,0,6,2,5,6r-20,120v2,45,62,22,80,4r22,-124v1,-4,3,-6,7,-6","w":192},"v":{"d":"148,-174v9,0,25,-3,19,8r-87,161v-3,8,-23,8,-28,1r-30,-163v-3,-11,17,-6,26,-7v4,0,6,2,6,5r20,132r65,-131v2,-4,4,-6,9,-6","w":163,"k":{"o":9,"g":7,"e":8,"d":7,"c":5,"a":4}},"w":{"d":"234,-174v8,1,24,-4,19,7r-77,162v-3,8,-30,9,-31,-1r-15,-125r-58,126v-3,8,-27,8,-32,0r-18,-163v-1,-11,16,-4,24,-6v5,0,7,2,7,5r10,133r62,-133v2,-7,23,-8,27,-1r15,134r58,-132v1,-4,4,-6,9,-6","w":247,"k":{"o":4,"e":7,"d":1,"c":1,"a":3}},"x":{"d":"148,-174v8,1,29,-4,20,7r-64,73r43,90v-4,7,-33,7,-37,-1v-11,-21,-17,-45,-29,-65r-52,65v-5,7,-25,7,-33,2v21,-32,51,-57,75,-87r-38,-81v5,-5,31,-6,36,2v9,18,15,39,25,55r45,-56v3,-3,5,-4,9,-4","w":168,"k":{"o":6,"g":1,"e":2,"d":4,"c":1,"a":2}},"y":{"d":"158,-174v8,1,27,-4,20,8r-101,187v-26,47,-48,63,-97,56v-8,-9,2,-30,19,-23v31,2,47,-28,59,-50r-33,-171v-3,-11,16,-6,26,-7v4,0,7,2,7,5r22,137r69,-136v2,-4,4,-6,9,-6","w":168,"k":{"u":3,"s":2,"r":2,"q":10,"o":5,"j":1,"g":5,"e":6,"d":8,"c":5,"a":6}},"z":{"d":"144,-174v10,2,3,15,-1,21r-108,132r85,0v6,2,5,20,-4,21r-113,0v-13,-1,-2,-15,1,-22r106,-131r-74,0v-10,0,-3,-10,-3,-16v0,-3,2,-5,6,-5r105,0","w":145,"k":{"a":2}},"{":{"d":"79,48v-114,15,-13,-127,-70,-147v2,-5,1,-13,8,-13v33,0,31,-60,38,-93v9,-39,44,-58,83,-46v-2,11,-6,19,-23,16v-40,6,-32,47,-40,80v-8,32,-24,47,-40,52v35,4,17,75,13,109v-3,15,13,27,34,23v8,0,2,12,2,14v-1,4,-2,5,-5,5","w":122},"|":{"d":"51,-249r0,249v1,11,-13,6,-21,7v-5,0,-7,-2,-7,-7r0,-249v-1,-12,13,-5,22,-7v5,0,6,2,6,7","w":74},"}":{"d":"109,-112v8,0,2,8,3,13v-1,3,-2,4,-6,5v-32,5,-31,61,-39,93v-10,41,-41,56,-82,47v2,-12,5,-20,23,-17v40,-6,32,-47,40,-79v8,-33,23,-52,40,-53v-36,-5,-17,-75,-13,-109v3,-15,-12,-26,-34,-23v-9,1,-3,-10,-3,-15v23,-14,78,1,65,45v0,30,-26,82,6,93","w":122},"~":{"d":"123,-105v14,0,36,-31,44,-6v-7,20,-33,30,-50,30v-20,0,-30,-19,-49,-19v-9,0,-26,10,-38,15v-22,-23,23,-39,40,-39v22,0,36,19,53,19","w":189},"\u00a0":{"w":82}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2005 by Fontsmith Ltd. All rights reserved.
 * 
 * Trademark:
 * FS Albert BoldItalic is a trademark of Fontsmith Ltd.
 * 
 * Full name:
 * FSAlbert-BoldItalic
 * 
 * Description:
 * Copyright (c) 2005 by Fontsmith Ltd. All rights reserved.
 * 
 * Manufacturer:
 * Fontsmith Ltd
 * 
 * Designer:
 * Jason Smith
 * 
 * Vendor URL:
 * http://www.fontsmith.com
 * 
 * License information:
 * http://www.fontsmith.com
 */
Cufon.registerFont({"w":201,"face":{"font-family":"Albert","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 4 0 0 2 0 4","ascent":"277","descent":"-83","x-height":"4","bbox":"-55 -288.63 353.196 83.1554","underline-thickness":"18","underline-position":"-18","slope":"-11","stemh":"37","stemv":"45","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":82},"!":{"d":"92,-242r-36,180v-1,12,-17,6,-28,7v-6,0,-6,-3,-5,-8r27,-179v2,-13,23,-5,36,-7v5,0,7,2,6,7xm55,-23v3,27,-46,40,-49,9v-2,-27,47,-42,49,-9","w":85},"\"":{"d":"122,-247r-12,52v-1,9,-16,5,-26,6v-5,0,-7,-1,-6,-6r7,-52v2,-12,20,-5,32,-7v5,0,6,2,5,7xm71,-247r-12,52v-1,9,-16,5,-26,6v-5,0,-6,-1,-5,-6r7,-52v1,-13,20,-5,31,-7v5,0,6,2,5,7","w":122},"#":{"d":"212,-174v9,4,-3,19,-3,27v-4,13,-30,3,-44,6r-13,39r35,0v11,4,-2,19,-2,27v-4,13,-30,3,-44,6r-21,62v-2,12,-22,7,-35,7v-7,0,-5,-3,-4,-7r21,-62r-36,0r-22,62v-2,12,-22,5,-34,7v-5,0,-6,-4,-5,-8r21,-61v-12,-2,-41,7,-38,-7v6,-9,2,-25,16,-26r34,0r13,-39r-35,0v-10,-5,1,-30,10,-33r36,0r23,-70v4,-10,22,-5,34,-5v6,0,5,2,4,7r-22,68r36,0r22,-69v3,-12,24,-4,36,-6v5,0,4,2,3,6r-22,69r36,0xm113,-102r13,-39r-36,0r-13,39r36,0","w":203},"$":{"d":"181,-208v-11,13,-33,-10,-50,-7r-12,69v30,14,63,33,55,75v-8,43,-42,68,-81,74v-6,13,3,38,-22,34v-13,-3,0,-23,-1,-33v-22,-1,-42,-4,-61,-11v-13,-8,5,-24,6,-35v16,-13,37,11,62,7r14,-76v-28,-15,-68,-30,-59,-75v8,-40,45,-63,84,-67v5,-14,-2,-40,22,-35v13,3,-1,24,0,34v19,1,36,4,51,13v13,8,-6,23,-8,33xm99,-156r10,-59v-32,3,-44,48,-10,59xm100,-38v30,-3,42,-52,11,-63"},"%":{"d":"138,-210v0,36,-22,73,-62,73v-27,0,-43,-17,-43,-44v0,-36,25,-72,64,-72v27,0,41,17,41,43xm231,-253v10,-7,31,9,25,20r-218,236v-10,8,-31,-13,-22,-23xm234,-69v0,36,-22,73,-62,73v-27,0,-42,-17,-42,-44v0,-36,25,-72,64,-72v27,0,40,17,40,43xm104,-209v0,-8,-2,-18,-12,-18v-19,0,-25,33,-25,48v0,9,4,16,14,16v19,0,23,-32,23,-46xm201,-68v0,-8,-3,-17,-13,-17v-19,0,-24,33,-24,48v0,9,3,15,13,15v19,0,24,-32,24,-46","w":266},"&":{"d":"233,-158v14,1,0,21,0,27v-10,30,-25,54,-47,76v11,13,26,20,41,25v8,8,-5,30,-15,33v-20,0,-47,-16,-59,-31v-44,40,-155,53,-155,-27v0,-44,37,-70,71,-89v-10,-14,-21,-28,-21,-46v0,-38,40,-64,75,-64v27,0,53,14,53,44v0,32,-29,54,-53,69r43,61v18,-20,31,-43,37,-72v2,-11,20,-4,30,-6xm137,-203v0,-12,-8,-18,-19,-18v-32,0,-29,39,-11,55v12,-8,30,-22,30,-37xm133,-52r-47,-67v-19,12,-43,30,-43,55v0,46,67,36,90,12","w":239},"'":{"d":"104,-247r-12,52v-1,9,-16,5,-26,6v-5,0,-6,-1,-5,-6r6,-52v2,-12,20,-5,32,-7v5,0,6,2,5,7","w":122},"(":{"d":"102,-257v10,-10,18,5,26,8v4,3,2,6,-1,9v-64,67,-100,172,-48,264v6,10,-20,25,-30,17v-70,-103,-26,-225,53,-298","w":117},")":{"d":"69,-258v69,103,23,224,-54,298v-10,10,-17,-4,-25,-7v-4,-3,-3,-6,0,-9v63,-67,100,-171,49,-264v-6,-11,20,-24,30,-18","w":117},"*":{"d":"115,-232v-1,10,8,25,-4,27r-33,3v5,10,31,21,17,33v-7,2,-18,19,-24,9r-7,-33r-19,33v-8,11,-16,-6,-22,-9v-6,-15,23,-22,30,-33r-34,-3v-10,-7,6,-20,8,-28v11,-10,23,12,34,16r-2,-35v-1,-12,15,-6,24,-7v6,0,9,1,6,7r-13,35r30,-18v4,-3,8,-3,9,3","w":132},"+":{"d":"168,-114v15,0,5,18,5,28v-4,20,-41,6,-61,10r-10,55v-1,14,-21,8,-34,8v-6,0,-9,-2,-8,-8r10,-55r-51,0v-15,-1,-3,-19,-4,-29v6,-18,42,-5,62,-9r9,-54v2,-15,20,-7,34,-9v7,0,9,2,8,9r-10,54r50,0","w":188},",":{"d":"15,53v-24,-14,14,-24,14,-44v0,-9,-10,-16,-10,-26v-1,-31,53,-37,51,-3v-1,29,-28,61,-55,73","w":78},"-":{"d":"85,-116v16,1,4,21,4,32v0,7,-4,10,-11,10r-60,0v-17,-2,-3,-22,-3,-33v1,-6,3,-9,9,-9r61,0","w":103},"\u00ad":{"d":"85,-116v16,1,4,21,4,32v0,7,-4,10,-11,10r-60,0v-17,-2,-3,-22,-3,-33v1,-6,3,-9,9,-9r61,0","w":103},".":{"d":"67,-24v2,28,-50,42,-52,9v-3,-28,50,-43,52,-9","w":78},"\/":{"d":"138,-244r-117,241v-4,13,-22,5,-36,7v-7,0,-5,-4,-3,-8r117,-242v4,-12,22,-7,36,-8v9,0,6,5,3,10","w":117},"0":{"d":"195,-167v0,68,-33,171,-116,171v-53,0,-71,-40,-71,-87v0,-67,36,-171,118,-171v53,0,69,41,69,87xm147,-168v0,-19,-4,-46,-29,-46v-48,0,-61,97,-61,132v0,21,3,46,29,46v46,0,61,-94,61,-132"},"1":{"d":"167,-240r-41,229v-1,16,-21,10,-36,11v-9,0,-11,-1,-10,-10r33,-188r-55,28v-13,9,-15,-11,-18,-20v-2,-6,0,-10,6,-13v38,-15,60,-46,113,-46v6,0,9,3,8,9"},"2":{"d":"195,-198v-1,73,-86,113,-135,159r95,0v16,-1,6,19,6,29v-1,7,-5,10,-13,10r-141,0v-19,-2,-6,-35,3,-44v43,-44,129,-84,137,-145v-5,-40,-59,-26,-87,-10v-13,7,-14,-14,-17,-22v-3,-6,1,-9,7,-12v47,-30,146,-34,145,35"},"3":{"d":"23,-45v38,24,103,10,103,-38v-1,-28,-30,-34,-58,-34v-13,0,-3,-16,-4,-24v0,-11,11,-12,22,-10v45,9,75,-65,18,-66v-14,0,-31,4,-47,13v-13,7,-12,-13,-15,-21v-1,-5,0,-8,5,-11v44,-27,134,-28,136,34v0,30,-22,58,-50,67v22,6,39,23,39,49v0,76,-102,113,-167,76v-13,-7,3,-21,6,-31v3,-5,7,-7,12,-4"},"4":{"d":"184,-148r-25,139v-2,15,-24,7,-38,9v-6,0,-9,-2,-8,-9r8,-45r-113,0v-18,-5,-6,-30,2,-42r93,-144v6,-14,24,-8,41,-9v9,0,7,6,4,11r-93,145r73,0r10,-55v2,-15,23,-7,37,-9v6,0,10,2,9,9"},"5":{"d":"188,-249v15,0,5,19,5,29v-1,7,-4,10,-12,10r-83,0r-9,52v49,-1,91,16,92,60v3,87,-102,128,-173,86v-12,-7,5,-21,6,-31v3,-6,8,-6,13,-3v45,26,109,8,107,-46v-2,-35,-48,-32,-84,-32v-9,0,-11,-5,-10,-14r17,-99v2,-9,6,-12,14,-12r117,0"},"6":{"d":"10,-74v0,-99,61,-202,175,-175v13,6,-1,21,-3,30v-3,15,-25,3,-38,3v-42,2,-63,34,-73,70v43,-29,115,-16,112,43v-3,61,-42,107,-101,107v-54,0,-72,-35,-72,-78xm89,-34v30,-3,45,-30,46,-60v0,-38,-50,-34,-74,-13v-8,30,-7,76,28,73"},"7":{"d":"199,-249v17,3,6,32,-1,43r-130,197v-8,16,-30,7,-49,9v-8,0,-7,-7,-4,-12r133,-198r-102,0v-14,-1,-4,-19,-4,-29v1,-6,4,-10,11,-10r146,0"},"8":{"d":"62,-134v-65,-37,-3,-120,63,-120v33,0,65,15,65,52v0,30,-23,54,-49,67v88,41,13,139,-63,139v-38,0,-76,-16,-76,-59v0,-36,28,-66,60,-79xm144,-194v0,-16,-12,-24,-27,-24v-18,0,-37,15,-37,34v0,16,14,27,27,34v17,-9,37,-22,37,-44xm134,-77v0,-20,-22,-33,-38,-40v-22,10,-47,26,-47,53v0,21,17,32,36,32v25,0,49,-19,49,-45"},"9":{"d":"20,-146v3,-61,43,-108,101,-108v54,0,72,36,72,79v0,98,-61,202,-175,174v-13,-6,2,-21,3,-30v5,-13,26,-1,38,-2v42,-2,63,-35,73,-71v-42,28,-115,17,-112,-42xm114,-216v-30,2,-45,30,-46,60v0,39,50,35,74,13v8,-30,6,-76,-28,-73"},":":{"d":"96,-159v2,27,-49,41,-52,9v-3,-28,50,-43,52,-9xm72,-24v2,27,-49,42,-51,9v-3,-28,49,-43,51,-9","w":97},";":{"d":"99,-159v2,27,-49,42,-51,9v-2,-28,49,-43,51,-9xm19,53v-22,-15,14,-25,14,-44v0,-9,-9,-16,-9,-26v0,-16,15,-27,29,-27v14,0,21,11,21,24v-1,29,-28,61,-55,73","w":102},"<":{"d":"151,-203v13,-6,14,16,19,23v2,4,0,7,-4,9r-85,49r67,48v9,14,-13,23,-17,33v-5,6,-7,6,-13,2r-90,-68v-7,-7,0,-25,7,-29","w":188},"=":{"d":"159,-143v15,0,5,16,5,25v-1,7,-4,10,-11,10r-114,0v-15,0,-4,-18,-4,-27v1,-6,3,-8,9,-8r115,0xm148,-84v15,0,5,16,5,25v-1,7,-3,10,-10,10r-115,0v-14,0,-4,-18,-4,-27v1,-6,4,-8,10,-8r114,0","w":188},">":{"d":"157,-135v9,5,3,26,-6,28r-116,68v-13,6,-23,-24,-16,-32r85,-49r-66,-48v-9,-14,13,-23,17,-33v5,-6,7,-6,13,-2","w":188},"?":{"d":"161,-204v0,66,-83,74,-89,138v-2,10,-18,5,-28,5v-6,0,-6,-3,-6,-8v-6,-64,70,-73,80,-126v-4,-37,-49,-23,-73,-13v-5,-7,-14,-24,-3,-31v42,-23,119,-24,119,35xm72,-23v3,27,-46,40,-49,9v-2,-27,47,-42,49,-9","w":158},"@":{"d":"209,-17v-15,18,-57,21,-82,21v-59,0,-114,-26,-114,-92v0,-91,86,-166,175,-166v56,0,100,31,100,90v0,48,-35,110,-88,110v-17,0,-32,-7,-32,-26v-18,30,-78,34,-78,-14v0,-42,37,-97,82,-97v12,0,24,7,26,19v3,-14,10,-15,27,-14v4,0,5,2,4,5v-12,32,-37,59,-37,96v0,8,4,12,12,12v35,0,56,-57,56,-86v0,-46,-35,-66,-77,-66v-69,0,-128,65,-128,133v0,74,85,79,145,58v8,-3,7,11,9,17xm139,-86v29,0,37,-39,47,-63v-1,-9,-5,-16,-15,-16v-24,0,-44,41,-44,62v0,8,3,17,12,17","w":299},"A":{"d":"161,-243r47,233v2,16,-26,8,-40,10v-8,0,-10,-3,-11,-9r-9,-53r-91,0r-28,54v-5,14,-27,6,-43,8v-6,0,-5,-6,-3,-9r129,-233v6,-12,25,-6,40,-7v5,0,8,2,9,6xm75,-96r67,0r-16,-103v-14,35,-35,70,-51,103","w":231,"k":{"y":6,"w":6,"v":9,"t":4,"o":1,"f":3,"Y":31,"W":18,"V":30,"T":34,"O":5,"C":1}},"B":{"d":"193,-85v-3,80,-90,92,-180,85v-8,0,-8,-2,-7,-10r40,-230v6,-19,45,-5,66,-9v51,0,81,16,81,49v0,31,-22,59,-51,65v30,2,51,21,51,50xm76,-147v40,3,70,-10,71,-46v1,-22,-33,-22,-59,-21xm56,-36v49,4,89,-5,89,-47v0,-34,-40,-32,-75,-31","w":215,"k":{"y":9,"x":4,"Y":20,"W":10,"V":13,"T":21}},"C":{"d":"120,-35v21,0,41,-5,59,-13v8,6,14,32,1,38v-75,31,-167,9,-167,-82v0,-105,99,-201,207,-147v11,10,-7,23,-9,34v-16,10,-37,-16,-58,-10v-59,0,-90,66,-90,117v0,37,17,63,57,63","w":214,"k":{"y":8,"w":8,"v":14,"t":4,"q":7,"o":6,"g":6,"f":4,"e":6,"d":9,"a":8}},"D":{"d":"237,-156v0,98,-63,157,-154,156r-69,0v-8,0,-9,-3,-8,-10r40,-228v4,-21,42,-11,64,-11v66,0,127,13,127,93xm58,-39v82,12,128,-44,128,-109v0,-59,-42,-64,-98,-62","w":249,"k":{"x":3,"Z":12,"Y":19,"X":10,"W":14,"V":19,"T":22,"A":15}},"E":{"d":"192,-249v15,2,-1,21,0,30v-2,6,-5,7,-13,7r-91,0r-11,65r83,0v15,1,3,19,4,29v-1,6,-4,9,-10,9r-84,0r-13,72r97,0v14,0,3,19,4,28v-1,6,-4,9,-10,9r-134,0v-7,0,-9,-2,-8,-10r41,-230v1,-6,4,-9,10,-9r135,0","w":193,"k":{"y":6,"x":3,"v":7}},"F":{"d":"192,-249v14,2,0,21,0,30v-2,6,-5,7,-13,7r-91,0r-11,65r83,0v15,1,3,19,4,29v-1,6,-4,9,-10,9r-84,0r-18,100v-2,15,-24,7,-38,9v-7,0,-9,-2,-8,-10r41,-230v1,-6,4,-9,10,-9r135,0","w":191,"k":{"z":16,"y":16,"x":17,"w":8,"v":8,"u":12,"t":7,"s":13,"r":12,"q":21,"p":16,"o":21,"n":9,"m":9,"j":8,"i":3,"e":22,"d":18,"c":18,"a":23,"S":10,"O":17,"G":15,"A":28}},"G":{"d":"13,-92v-1,-120,104,-194,211,-148v11,9,-8,22,-10,32v-13,14,-35,-9,-58,-7v-58,6,-93,51,-93,116v0,60,50,74,98,58r12,-68v-13,-3,-38,7,-39,-8v3,-11,1,-30,14,-30r69,0v6,0,9,3,8,9r-20,112v-10,27,-64,30,-95,30v-64,0,-97,-38,-97,-96","w":244,"k":{"Y":13,"V":10}},"H":{"d":"241,-240r-41,231v-2,15,-25,7,-39,9v-6,0,-9,-3,-8,-9r18,-100r-102,0r-18,100v-2,15,-24,7,-38,9v-6,0,-10,-3,-9,-9r41,-231v3,-14,25,-7,40,-9v6,0,8,3,7,9r-16,93r102,0r16,-93v2,-15,25,-7,40,-9v6,0,8,3,7,9","w":247},"I":{"d":"138,-249v12,1,4,15,3,23v-1,12,-18,5,-29,7r-34,189v10,1,28,-4,26,7v-2,9,1,23,-10,23r-86,0v-12,-1,-3,-15,-3,-23v1,-11,16,-6,27,-7r34,-189v-10,-2,-29,5,-27,-7v2,-9,0,-23,10,-23r89,0","w":144,"k":{"y":9,"v":9,"s":3,"q":4,"o":7,"g":4,"e":6,"d":4,"c":5,"a":4}},"J":{"d":"145,-241v-28,99,-2,268,-145,242v-12,-2,2,-20,2,-29v8,-15,42,6,54,-13v26,-44,25,-121,39,-178r-41,0v-12,-1,-3,-19,-3,-23v1,-5,4,-7,9,-7r78,0v5,0,8,3,7,8","w":150},"K":{"d":"215,-240r-103,111r75,118v3,5,4,11,-4,11v-19,-2,-44,5,-52,-9r-61,-100r-18,100v-2,15,-25,7,-39,9v-6,0,-8,-3,-7,-9r41,-231v2,-15,25,-7,39,-9v6,0,8,3,7,9r-17,101r92,-104v9,-10,28,-5,44,-6v6,0,6,5,3,9","w":214,"k":{"y":14,"w":15,"v":21,"u":12,"t":8,"s":2,"q":10,"o":12,"n":4,"g":12,"e":13,"d":9,"c":9,"Y":10,"V":12,"Q":22,"O":19,"I":1,"G":20,"C":18}},"L":{"d":"149,-39v11,2,7,38,-7,39r-128,0v-6,0,-9,-2,-8,-10r41,-230v2,-15,25,-7,39,-9v6,0,8,2,7,9r-35,201r91,0","w":177,"k":{"w":9,"v":14,"t":5,"Y":35,"W":24,"V":34,"U":10,"T":33,"Q":11,"O":15,"G":17,"C":14}},"M":{"d":"298,-241r-29,231v-2,16,-25,8,-40,10v-8,0,-8,-4,-7,-12r20,-146r-88,152v-5,9,-30,11,-33,-1r-43,-151r-29,149v-2,16,-22,9,-36,9v-7,0,-8,-2,-7,-9r49,-230v0,-16,39,-15,43,-2r52,178r107,-178v5,-11,20,-7,35,-8v6,0,7,2,6,8","w":314,"k":{"Y":12,"V":8}},"N":{"d":"256,-239r-40,229v-3,17,-40,15,-47,2r-90,-160r-28,159v-2,15,-23,9,-37,9v-7,0,-9,-2,-8,-9r40,-230v2,-16,37,-14,47,-3r90,162r28,-160v2,-15,23,-9,38,-9v8,0,8,4,7,10","w":261},"O":{"d":"13,-89v-1,-80,52,-165,138,-165v60,0,88,39,88,95v0,79,-51,163,-139,163v-58,0,-87,-35,-87,-93xm189,-158v0,-36,-12,-57,-44,-57v-58,0,-82,76,-82,124v0,35,14,56,45,56v60,0,81,-74,81,-123","w":250,"k":{"Y":14,"X":5,"V":13,"A":6}},"P":{"d":"199,-186v0,64,-62,110,-133,97r-14,80v-2,15,-25,7,-39,9v-6,1,-8,-4,-7,-10r40,-229v5,-20,42,-6,63,-10v44,0,90,11,90,63xm73,-124v45,7,78,-18,79,-60v1,-33,-32,-29,-63,-29","w":200,"k":{"u":9,"s":6,"r":7,"q":9,"o":15,"j":9,"i":5,"g":14,"e":14,"d":13,"c":13,"a":11,"Y":3,"X":9,"V":5,"J":14,"A":26}},"Q":{"d":"16,-89v-1,-80,52,-167,138,-165v135,3,96,202,11,242v13,8,34,16,48,22v12,5,-3,20,-4,29v-3,7,-6,7,-14,5v-43,-8,-47,-40,-91,-40v-58,0,-88,-35,-88,-93xm192,-158v0,-36,-12,-57,-44,-57v-58,0,-82,76,-82,124v0,35,14,56,45,56v60,0,81,-74,81,-123","w":248},"R":{"d":"58,-249v68,-1,140,-6,142,61v0,39,-25,73,-61,88v14,33,34,62,44,96v-8,7,-43,8,-51,-3r-37,-85r-28,0r-15,83v-2,14,-25,8,-39,9v-6,0,-8,-3,-7,-9r40,-230v1,-8,4,-10,12,-10xm152,-182v1,-30,-30,-33,-63,-32r-16,87v46,5,78,-14,79,-55","w":213,"k":{"q":3,"o":7,"g":6,"e":10,"c":4,"Y":18,"V":13,"T":13,"O":5,"C":10}},"S":{"d":"185,-241v14,8,-4,23,-5,34v-13,13,-41,-13,-60,-8v-19,0,-43,10,-43,32v15,46,98,37,95,99v-4,80,-95,105,-167,77v-14,-9,5,-25,7,-35v14,-16,42,12,64,6v38,6,67,-50,26,-64v-29,-18,-76,-32,-75,-75v2,-73,96,-96,158,-66","w":194,"k":{"y":7,"x":5,"w":6,"v":9,"V":5,"A":3}},"T":{"d":"219,-249v15,1,1,21,1,30v-13,16,-53,3,-77,7r-36,204v-2,16,-27,5,-41,8v-6,0,-7,-2,-6,-8r36,-204r-68,0v-14,-1,-2,-21,-3,-30v1,-5,5,-7,10,-7r184,0","w":207,"k":{"y":21,"x":10,"v":20,"u":29,"s":22,"r":21,"q":30,"p":22,"o":34,"n":13,"m":12,"e":36,"d":31,"c":33,"a":36,"O":14,"G":15,"C":19,"A":29}},"U":{"d":"255,-238v-21,106,-22,242,-148,242v-69,0,-97,-44,-84,-115r23,-129v2,-14,24,-7,38,-9v7,0,10,3,8,12r-25,155v0,33,15,47,48,47v92,0,70,-130,94,-205v2,-15,24,-9,39,-9v9,0,8,7,7,11","w":259,"k":{"Y":1,"V":5,"A":9}},"V":{"d":"248,-240r-125,232v-6,11,-45,15,-48,-1r-48,-230v-3,-17,26,-10,40,-10v8,0,10,2,11,7r34,178r91,-176v5,-13,25,-8,41,-9v6,0,7,5,4,9","w":234,"k":{"w":3,"v":10,"u":17,"s":14,"q":12,"o":18,"g":21,"e":22,"d":19,"c":15,"a":21,"S":8,"Q":8,"O":9,"M":6,"G":13,"D":3,"C":10,"A":28}},"W":{"d":"352,-240r-108,230v-5,13,-21,10,-37,10v-6,0,-9,-3,-10,-9r-19,-165r-75,164v-5,15,-20,9,-37,10v-6,0,-10,-2,-11,-11r-28,-228v-2,-17,27,-10,42,-10v8,0,11,3,11,9r15,166r75,-167v5,-13,21,-7,36,-8v6,0,9,2,9,7r17,168r73,-167v7,-14,26,-6,43,-8v6,0,6,5,4,9","w":338,"k":{"u":10,"s":8,"q":17,"o":17,"g":14,"e":16,"c":15,"a":17,"O":4,"G":5,"C":8,"A":17}},"X":{"d":"225,-239r-90,107r55,122v4,16,-25,8,-41,10v-7,0,-11,-3,-13,-8r-35,-84r-64,84v-7,13,-29,6,-46,8v-8,0,-6,-6,-3,-10r96,-118r-51,-112v-3,-16,28,-7,42,-9v5,0,9,3,11,8r32,74r58,-75v8,-12,29,-5,47,-7v7,0,5,7,2,10","w":218,"k":{"q":4,"o":6,"g":3,"e":10,"a":5,"Q":3,"O":5,"G":5}},"Y":{"d":"226,-240r-98,137r-17,95v-3,14,-26,6,-40,8v-5,0,-8,-3,-7,-9r17,-92r-54,-139v-3,-15,26,-7,40,-9v6,0,11,2,12,7r35,102r69,-102v6,-12,24,-5,39,-7v8,0,8,4,4,9","w":213,"k":{"y":19,"x":21,"w":9,"v":12,"u":23,"t":9,"s":19,"r":12,"q":16,"p":10,"o":30,"n":9,"m":10,"i":11,"g":26,"e":29,"d":28,"c":26,"a":31,"W":-4,"S":6,"R":8,"O":17,"M":9,"G":16,"F":4,"C":16,"A":28}},"Z":{"d":"209,-249v15,3,4,24,-2,32r-150,180r119,0v13,0,4,24,4,28v-1,5,-5,9,-10,9r-175,0v-11,-3,-4,-23,2,-30r151,-182r-105,0v-16,0,-4,-25,-4,-30v1,-5,4,-7,9,-7r161,0","w":210,"k":{"o":4,"e":7,"O":5}},"[":{"d":"132,-254v17,-2,5,17,6,27v-3,14,-30,4,-44,7r-42,238v13,3,42,-7,41,7v-4,10,2,26,-14,26r-67,0v-8,0,-9,-2,-8,-10r51,-284v1,-9,4,-11,11,-11r66,0","w":125},"\\":{"d":"67,-247r31,242v5,15,-19,9,-30,10v-7,0,-8,-2,-9,-8r-33,-243v-3,-15,20,-7,32,-9v6,0,8,2,9,8","w":124},"]":{"d":"121,-244r-50,285v-1,9,-5,10,-12,10r-66,0v-16,1,-4,-17,-5,-26v2,-15,28,-5,43,-8r42,-237v-12,-3,-44,7,-40,-8v3,-10,-2,-27,13,-26r67,0v8,0,9,2,8,10","w":125},"^":{"d":"122,-243r48,103v4,14,-19,13,-26,20v-4,2,-7,3,-9,-2r-34,-75r-60,74v-9,13,-21,-8,-29,-12v-6,-5,-4,-7,0,-12r81,-96v4,-9,26,-9,29,0","w":192},"_":{"d":"175,30v10,-1,5,14,5,14v-1,5,-2,6,-7,6r-167,0v-11,1,-4,-8,-5,-14v1,-4,3,-6,8,-6r166,0","w":181},"`":{"d":"93,-219v9,6,-3,13,-6,18v-3,4,-6,4,-11,1r-46,-28v-9,-8,8,-16,10,-23v5,-5,8,-5,13,-1","w":123},"a":{"d":"9,-65v0,-56,41,-116,103,-114v23,0,47,5,71,16v5,2,6,5,5,10r-20,114v2,19,27,-7,30,4v-2,28,-11,36,-46,38v-20,1,-23,-14,-26,-24v-14,16,-35,25,-55,25v-43,0,-62,-33,-62,-69xm142,-138v-46,-24,-92,26,-87,70v-5,49,60,41,72,12","w":204,"k":{"y":5,"v":5}},"b":{"d":"189,-116v0,66,-39,120,-109,120v-32,0,-67,0,-70,-23r40,-225v3,-15,27,-9,40,-13v5,-1,6,3,5,7r-16,88v39,-34,110,-14,110,46xm144,-110v0,-40,-49,-39,-71,-16r-16,89v49,22,87,-29,87,-73","w":199,"k":{"z":4,"y":8,"x":8,"w":4,"v":6,"j":7}},"c":{"d":"10,-65v-4,-80,84,-143,158,-100v-3,10,-8,23,-14,29v-48,-27,-98,13,-98,65v0,45,46,47,80,33v7,2,5,15,7,23v-43,39,-143,18,-133,-50","w":162,"k":{"t":1,"a":6}},"d":{"d":"162,-244v3,-15,27,-9,40,-13v5,-1,6,3,5,7r-43,241v0,16,-20,7,-33,9v-10,1,-6,-10,-6,-17v-12,12,-34,21,-53,21v-45,0,-62,-30,-62,-69v0,-68,76,-151,138,-98xm111,-145v-37,0,-53,40,-55,80v-2,42,53,40,72,16r13,-78v-5,-10,-16,-18,-30,-18","k":{"a":1}},"e":{"d":"178,-119v-3,13,4,42,-17,42r-105,0v-6,51,50,52,89,38v11,-5,8,14,10,23v0,5,-2,7,-7,9v-59,26,-138,8,-138,-59v0,-63,43,-113,107,-113v39,0,61,23,61,60xm135,-106v3,-21,-1,-41,-24,-40v-23,0,-43,21,-49,40r73,0","w":185,"k":{"y":4,"v":3}},"f":{"d":"71,-242v18,-21,72,-30,92,-7v-5,9,-3,32,-17,27v-36,-14,-58,11,-59,47v22,1,56,-8,43,23v-6,14,-32,4,-48,7r-37,206v-1,15,-23,9,-37,10v-6,0,-8,-3,-7,-9r38,-207v-10,-2,-31,6,-26,-9v3,-8,0,-20,10,-21r21,0v6,-26,10,-47,27,-67","w":129,"k":{"u":4,"r":8,"q":9,"o":11,"g":13,"e":13,"d":11,"c":13,"a":13}},"g":{"d":"125,-18v-42,35,-112,17,-112,-47v0,-89,92,-143,173,-97v7,3,8,5,7,10v-23,93,-11,235,-127,231v-19,-1,-46,-3,-56,-17v5,-9,8,-23,16,-29v38,21,96,10,96,-37xm59,-75v0,20,9,41,32,40v14,0,31,-8,40,-17r14,-83v-42,-29,-86,16,-86,60","k":{"j":-12,"g":-2,"a":2}},"h":{"d":"141,-179v87,4,30,112,27,172v-1,14,-26,4,-39,7v-5,0,-5,-3,-5,-7r19,-112v0,-35,-49,-21,-68,-5r-21,117v-3,14,-26,4,-39,7v-5,0,-5,-2,-5,-6r43,-238v3,-15,26,-9,39,-13v5,0,6,3,5,7r-16,90v17,-13,41,-19,60,-19","w":203,"k":{"y":10,"w":3,"v":6}},"i":{"d":"94,-225v2,26,-47,40,-50,9v-2,-26,47,-40,50,-9xm38,-166v2,-14,22,-8,36,-9v8,0,9,4,8,9r-28,157v-2,14,-22,8,-36,9v-6,0,-9,-3,-8,-9","w":93},"j":{"d":"106,-224v2,26,-47,40,-49,8v-2,-26,47,-40,49,-8xm66,-8v-5,63,-60,102,-121,79v6,-11,3,-34,24,-28v31,0,47,-15,52,-45r29,-165v3,-13,22,-7,36,-8v7,0,8,3,7,8","w":108},"k":{"d":"140,-175v11,2,42,-6,35,8r-63,65v14,33,32,62,43,97v-6,8,-45,11,-51,-3r-33,-75r-5,3r-12,71v-1,15,-23,7,-37,9v-6,0,-8,-4,-7,-9r42,-236v4,-14,26,-8,39,-12v5,-1,6,4,5,8r-25,144r59,-65v4,-4,5,-5,10,-5","w":173,"k":{"y":5,"w":1,"v":4,"q":6,"p":1,"o":8,"g":7,"e":7,"d":8,"c":7,"a":8}},"l":{"d":"52,-245v4,-14,26,-8,39,-12v6,0,6,4,5,8r-42,240v-2,15,-23,7,-37,9v-5,0,-8,-3,-7,-9","w":89},"m":{"d":"176,-156v35,-31,119,-36,115,25v-3,41,-14,83,-20,122v-1,15,-22,7,-36,9v-6,0,-8,-3,-7,-9r18,-111v0,-34,-47,-22,-65,-6r-19,117v-2,14,-21,8,-35,9v-6,0,-8,-3,-7,-9r19,-112v-2,-33,-48,-20,-65,-3r-20,115v-2,14,-22,8,-36,9v-6,0,-9,-3,-8,-9r28,-157v2,-14,20,-8,34,-9v11,-1,6,9,6,16v27,-23,84,-30,98,3","w":305,"k":{"y":6,"v":8}},"n":{"d":"140,-179v83,4,30,112,27,170v-1,15,-22,7,-36,9v-8,0,-8,-4,-7,-9r19,-113v-2,-33,-51,-17,-69,-2r-20,115v-1,15,-22,7,-36,9v-7,0,-9,-4,-8,-9r28,-157v2,-14,20,-8,34,-9v11,-1,8,10,6,17v19,-13,41,-21,62,-21","w":202,"k":{"y":5,"v":3,"t":3}},"o":{"d":"188,-109v0,61,-41,113,-107,113v-48,0,-71,-31,-71,-72v0,-60,42,-111,106,-111v48,0,72,30,72,70xm143,-105v0,-21,-8,-40,-32,-40v-34,0,-56,37,-56,75v0,22,7,40,31,40v39,0,57,-43,57,-75","w":198,"k":{"y":7,"x":4,"w":2,"v":5,"j":4}},"p":{"d":"190,-109v0,68,-76,149,-137,97r-14,81v-3,15,-26,10,-40,14v-5,1,-6,-3,-5,-7r42,-242v1,-15,20,-9,33,-9v10,0,8,9,7,17v12,-12,33,-21,52,-21v45,0,62,31,62,70xm59,-48v33,45,94,-8,86,-61v3,-42,-52,-42,-72,-17","w":200,"k":{"f":5}},"q":{"d":"183,-168v6,2,7,7,6,13r-39,224v-2,16,-26,10,-40,14v-3,0,-7,-1,-6,-5r17,-91v-38,35,-111,14,-111,-46v0,-66,39,-120,109,-120v25,0,52,8,64,11xm127,-48r16,-90v-50,-22,-87,29,-87,74v0,40,49,37,71,16","w":199,"k":{"j":-26}},"r":{"d":"78,-156v15,-16,31,-26,57,-22v8,8,-5,23,-6,34v-2,7,-16,3,-17,3v-12,0,-27,7,-38,18r-20,114v-1,15,-23,7,-37,9v-6,0,-7,-3,-7,-9r28,-157v2,-15,20,-7,34,-9v12,-1,6,11,6,19","w":124,"k":{"o":5,"g":5,"e":5,"d":7,"c":3,"a":10}},"s":{"d":"20,-119v3,-59,85,-76,128,-45v-4,9,-5,31,-18,27v-22,-8,-61,-18,-65,11v7,27,72,24,72,66v0,60,-91,84,-136,47v6,-9,5,-30,19,-27v24,12,68,22,74,-11v-7,-30,-76,-23,-74,-68","w":149,"k":{"v":3}},"t":{"d":"116,-31v8,34,-27,34,-48,35v-37,2,-50,-29,-43,-68r14,-81v-9,-1,-25,3,-24,-6v3,-9,0,-24,11,-24r18,0v6,-16,-1,-44,18,-47v8,-1,20,-4,27,-4v6,0,7,2,6,8r-7,43v22,1,57,-8,43,23v-5,14,-32,4,-48,7r-16,99v0,25,27,13,45,11v3,0,4,1,4,4","w":136,"k":{"e":3,"c":3,"a":5}},"u":{"d":"191,-166r-28,156v-1,15,-20,9,-34,10v-9,1,-7,-9,-6,-16v-39,33,-119,30,-106,-44r19,-106v1,-15,22,-7,36,-9v5,0,8,3,7,9r-19,111v2,36,50,18,67,4r21,-115v1,-15,22,-7,36,-9v5,0,8,3,7,9"},"v":{"d":"152,-175v12,1,39,-4,31,9r-91,159v-5,10,-33,12,-40,1r-34,-161v-2,-14,26,-6,39,-8v6,0,8,3,9,8r17,114r57,-114v3,-6,6,-8,12,-8","w":176,"k":{"o":9,"g":6,"e":9,"d":8,"c":6,"a":5}},"w":{"d":"237,-175v11,2,37,-5,31,8r-76,158v-5,13,-22,8,-38,9v-6,0,-8,-3,-9,-9r-13,-103r-47,104v-5,12,-42,13,-47,-1r-19,-158v-1,-14,25,-8,38,-8v7,0,8,3,8,7r7,114r53,-113v4,-12,34,-12,40,-1r12,115r48,-114v2,-5,6,-8,12,-8","w":258,"k":{"o":3,"e":6,"d":3,"c":3,"a":5}},"x":{"d":"154,-175v11,2,42,-6,34,8r-68,72r46,89v-6,11,-46,10,-55,0r-24,-56r-44,55v-7,11,-37,9,-50,4v22,-33,53,-57,78,-87r-40,-79v4,-12,29,-3,43,-6v21,6,17,38,31,52v17,-16,27,-42,49,-52","w":181,"k":{"o":4,"g":3,"e":4,"d":3,"c":1,"a":4}},"y":{"d":"164,-175v12,2,41,-5,33,9r-104,187v-27,48,-53,61,-109,56v-11,-5,2,-20,3,-29v2,-10,12,-5,21,-5v30,0,41,-22,53,-41r-35,-169v-2,-15,27,-6,40,-8v5,0,7,3,8,7r19,119r59,-117v3,-6,6,-9,12,-9","w":185,"k":{"u":5,"s":4,"r":4,"q":11,"o":8,"j":3,"g":9,"e":8,"d":9,"c":6,"a":8}},"z":{"d":"40,-175r113,0v15,2,4,21,0,30r-100,115r78,0v12,0,3,15,3,23v-1,4,-4,7,-8,7r-122,0v-16,0,-4,-21,0,-30r98,-115r-66,0v-12,-4,-7,-1,-5,-22v1,-4,4,-8,9,-8","w":155,"k":{"a":4}},"{":{"d":"146,-256v11,1,-1,16,0,22v-1,8,-10,4,-18,5v-39,5,-29,45,-37,75v-8,33,-33,47,-46,51v15,1,33,14,27,53r-6,46v-4,14,4,30,28,27v12,-2,3,13,3,20v0,12,-19,5,-30,7v-54,3,-46,-59,-36,-103v5,-23,-1,-35,-16,-37v-12,-1,-3,-12,-4,-20v1,-5,3,-7,8,-7v34,-4,32,-55,40,-87v10,-43,40,-56,87,-52","w":135},"|":{"d":"83,-250r-44,249v0,14,-19,7,-31,9v-6,0,-10,-2,-9,-8r44,-249v2,-14,20,-6,33,-8v6,0,8,2,7,7","w":82},"}":{"d":"121,-117v13,1,3,12,3,20v-1,5,-3,7,-8,7v-34,5,-31,55,-39,87v-11,43,-40,57,-87,53v-12,-1,0,-16,0,-22v1,-9,11,-4,18,-5v38,-6,28,-45,37,-75v9,-31,30,-50,45,-51v-15,-1,-33,-15,-27,-54r7,-45v4,-14,-5,-31,-29,-27v-11,-1,-2,-14,-2,-21v2,-11,19,-5,30,-6v54,-5,44,59,35,102v-5,23,2,35,17,37","w":135},"~":{"d":"125,-110v15,1,39,-29,47,-4v3,4,0,8,-4,11v-16,11,-32,23,-51,23v-31,-7,-51,-30,-82,-6v-10,8,-12,-5,-15,-13v2,-18,35,-30,51,-30v22,0,39,19,54,19","w":192},"\u00a0":{"w":82}}});
;
// $Id$ 
(function ($) {
  Drupal.behaviors.cufonReplace = {
    attach: function(context) {
      for (o in Drupal.settings.cufonSelectors) { 
        var s = Drupal.settings.cufonSelectors[o];
        $(s.selector + ':not(.cufon-replace-processed)', context)
          .each(function() {
            Cufon.replace($(this), s.options);
          })
          .addClass('cufon-replace-processed');
      }
    }
  }
})(jQuery);
;
/**
 *  Copyright (c) 2010 Alethia Inc,
 *  http://www.alethia-inc.com
 *  Developed by Travis Tidwell | travist at alethia-inc.com 
 *
 *  License:  GPL version 3.
 *
 *  Permission is hereby granted, free of charge, to any person obtaining a copy
 *  of this software and associated documentation files (the "Software"), to deal
 *  in the Software without restriction, including without limitation the rights
 *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 *  copies of the Software, and to permit persons to whom the Software is
 *  furnished to do so, subject to the following conditions:
 *  
 *  The above copyright notice and this permission notice shall be included in
 *  all copies or substantial portions of the Software.

 *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 *  THE SOFTWARE.
 */
(function(a){jQuery.media=jQuery.media?jQuery.media:{};jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{links:[],linksvertical:false});jQuery.media.ids=jQuery.extend(jQuery.media.ids,{linkScroll:"#medialinkscroll"});jQuery.fn.medialinks=function(b){return new (function(c,d){d=jQuery.media.utils.getSettings(d);this.display=c;var e=this;this.previousLink=null;this.scrollRegion=c.find(d.ids.linkScroll).mediascroll({vertical:d.linksvertical});this.scrollRegion.clear();this.loadLinks=function(){if(c.length>0){this.scrollRegion.clear();var f=function(i,j){e.setLink(j);};var g=d.links.length;while(g--){var h=this.scrollRegion.newItem().playlistlink(d,d.links[g]);h.bind("linkclick",f);}this.scrollRegion.activate();}};this.setLink=function(f){if(this.previousLink){this.previousLink.setActive(false);}f.setActive(true);this.previousLink=f;};})(this,b);};jQuery.fn.mediaimage=function(c,b){if(this.length===0){return null;}return new (function(e,h,d){this.display=e;var i=this;var g=0;var f=false;this.imgLoader=new Image();this.imgLoader.onload=function(){f=true;g=(i.imgLoader.width/i.imgLoader.height);i.resize();i.display.trigger("imageLoaded");};e.css("overflow","hidden");this.resize=function(n,j){var m=d?this.imgLoader.width:(n?n:this.display.width());var k=d?this.imgLoader.height:(j?j:this.display.height());if(m&&k&&f){var l=jQuery.media.utils.getScaledRect(g,{width:m,height:k});if(this.image){this.image.attr("src",this.imgLoader.src).css({marginLeft:l.x,marginTop:l.y,width:l.width,height:l.height});}this.image.fadeIn();}};this.clear=function(){f=false;if(this.image){this.image.attr("src","");this.imgLoader.src="";this.image.fadeOut(function(){if(h){a(this).parent().remove();}else{a(this).remove();}});}};this.refresh=function(){this.resize();};this.loadImage=function(j){this.clear();this.image=a(document.createElement("img")).attr({src:""}).hide();if(h){this.display.append(a(document.createElement("a")).attr({target:"_blank",href:h}).append(this.image));}else{this.display.append(this.image);}this.imgLoader.src=j;};})(this,c,b);};jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{pageLink:false});jQuery.fn.mediateaser=function(d,b,e,c){if(this.length===0){return null;}return new (function(j,g,k,f,h){h=jQuery.media.utils.getSettings(h);var l=this;this.display=f;this.display.bind("mouseenter",function(m){if(h.template.onTeaserOver){h.template.onTeaserOver(l);}});this.display.bind("mouseleave",function(m){if(h.template.onTeaserOut){h.template.onTeaserOut(l);}});this.index=k;this.node=this.display.medianode(j,h);if(this.node){this.node.loadNode(g);}if(this.node&&h.pageLink){var i=h.baseURL;i+=g.path?g.path:("node/"+g.nid);this.node.display.wrap('<a href="'+i+'"></a>');}this.reset=function(){if(this.node){this.node.display.unbind();}};this.setActive=function(m){if(h.template.onTeaserActivate){h.template.onTeaserActivate(this,m);}};this.setSelected=function(m){if(h.template.onTeaserSelect){h.template.onTeaserSelect(this,m);}};if(h.template.onTeaserLoad){h.template.onTeaserLoad(this);}})(d,b,e,this,c);};jQuery.media.checkPlayType=function(c,b){if((typeof c.canPlayType)=="function"){return("no"!=c.canPlayType(b))&&(""!=c.canPlayType(b));}else{return false;}};jQuery.media.getPlayTypes=function(){var b={};var c=document.createElement("video");b.ogg=jQuery.media.checkPlayType(c,"video/ogg");b.h264=jQuery.media.checkPlayType(c,"video/mp4");b.webm=jQuery.media.checkPlayType(c,"video/x-webm");c=document.createElement("audio");b.audioOgg=jQuery.media.checkPlayType(c,"audio/ogg");b.mp3=jQuery.media.checkPlayType(c,"audio/mpeg");return b;};jQuery.media.playTypes=null;jQuery.media.file=function(b,c){if(!jQuery.media.playTypes){jQuery.media.playTypes=jQuery.media.getPlayTypes();}b=(typeof b==="string")?{path:b}:b;this.duration=b.duration?b.duration:0;this.bytesTotal=b.bytesTotal?b.bytesTotal:0;this.quality=b.quality?b.quality:0;this.stream=c.streamer?c.streamer:b.stream;this.path=b.path?jQuery.trim(b.path):(c.baseURL+jQuery.trim(b.filepath));this.extension=b.extension?b.extension:this.getFileExtension();this.weight=b.weight?b.weight:this.getWeight();this.player=b.player?b.player:this.getPlayer();this.mimetype=b.mimetype?b.mimetype:this.getMimeType();this.type=b.type?b.type:this.getType();};jQuery.media.file.prototype.getFileExtension=function(){return this.path.substring(this.path.lastIndexOf(".")+1).toLowerCase();};jQuery.media.file.prototype.getPlayer=function(){switch(this.extension){case"ogg":case"ogv":return jQuery.media.playTypes.ogg?"html5":"flash";case"mp4":case"m4v":return jQuery.media.playTypes.h264?"html5":"flash";case"webm":return jQuery.media.playTypes.webm?"html5":"flash";case"oga":return jQuery.media.playTypes.audioOgg?"html5":"flash";case"mp3":return jQuery.media.playTypes.mp3?"html5":"flash";case"swf":case"flv":case"f4v":case"f4a":case"mov":case"3g2":case"3gp":case"3gpp":case"m4a":case"aac":case"wav":case"aif":case"wma":return"flash";default:for(var b in jQuery.media.playerTypes){if(jQuery.media.playerTypes.hasOwnProperty(b)){if(jQuery.media.playerTypes[b](this.path)){return b;}}}}return"flash";};jQuery.media.file.prototype.getType=function(){switch(this.extension){case"swf":case"webm":case"ogg":case"ogv":case"mp4":case"m4v":case"flv":case"f4v":case"mov":case"3g2":case"3gp":case"3gpp":return"video";case"oga":case"mp3":case"f4a":case"m4a":case"aac":case"wav":case"aif":case"wma":return"audio";}};jQuery.media.file.prototype.getWeight=function(){switch(this.extension){case"mp4":case"m4v":case"m4a":return jQuery.media.playTypes.h264?3:7;case"webm":return jQuery.media.playTypes.webm?4:8;case"ogg":case"ogv":return jQuery.media.playTypes.ogg?5:20;case"oga":return jQuery.media.playTypes.audioOgg?5:20;case"mp3":return 6;case"mov":case"swf":case"flv":case"f4v":case"f4a":case"3g2":case"3gp":case"3gpp":return 9;case"wav":case"aif":case"aac":return 10;case"wma":return 11;}};jQuery.media.file.prototype.getMimeType=function(){switch(this.extension){case"mp4":case"m4v":case"flv":case"f4v":return"video/mp4";case"webm":return"video/x-webm";case"ogg":case"ogv":return"video/ogg";case"3g2":return"video/3gpp2";case"3gpp":case"3gp":return"video/3gpp";case"mov":return"video/quicktime";case"swf":return"application/x-shockwave-flash";case"oga":return"audio/ogg";case"mp3":return"audio/mpeg";case"m4a":case"f4a":return"audio/mp4";case"aac":return"audio/aac";case"wav":return"audio/vnd.wave";case"wma":return"audio/x-ms-wma";}};jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{volumeVertical:false});jQuery.media.ids=jQuery.extend(jQuery.media.ids,{currentTime:"#mediacurrenttime",totalTime:"#mediatotaltime",playPause:"#mediaplaypause",seekUpdate:"#mediaseekupdate",seekProgress:"#mediaseekprogress",seekBar:"#mediaseekbar",seekHandle:"#mediaseekhandle",volumeUpdate:"#mediavolumeupdate",volumeBar:"#mediavolumebar",volumeHandle:"#mediavolumehandle",mute:"#mediamute"});jQuery.fn.mediacontrol=function(b){if(this.length===0){return null;}return new (function(e,c){c=jQuery.media.utils.getSettings(c);this.display=e;var f=this;this.formatTime=(c.template&&c.template.formatTime)?c.template.formatTime:function(j){j=j?j:0;var k=0;var h=0;var g=0;g=Math.floor(j/3600);j-=(g*3600);h=Math.floor(j/60);j-=(h*60);k=Math.floor(j%60);var i="";if(g){i+=String(g);i+=":";}i+=(h>=10)?String(h):("0"+String(h));i+=":";i+=(k>=10)?String(k):("0"+String(k));return{time:i,units:""};};this.setToggle=function(h,i){var g=i?".on":".off";var j=i?".off":".on";if(h){h.find(g).show();h.find(j).hide();}};var d=this.formatTime(0);this.duration=0;this.volume=-1;this.prevVolume=0;this.percentLoaded=0;this.playState=false;this.muteState=false;this.currentTime=e.find(c.ids.currentTime).text(d.time);this.totalTime=e.find(c.ids.totalTime).text(d.time);this.display.find("a.mediaplayerlink").each(function(){var g=a(this).attr("href");a(this).medialink(c,function(h){h.preventDefault();f.display.trigger(h.data.id);},{id:g.substr(1),obj:a(this)});});this.playPauseButton=e.find(c.ids.playPause).medialink(c,function(g,h){f.playState=!f.playState;f.setToggle(h,f.playState);f.display.trigger("controlupdate",{type:(f.playState?"pause":"play")});});this.seekUpdate=e.find(c.ids.seekUpdate).css("width",0);this.seekProgress=e.find(c.ids.seekProgress).css("width",0);this.seekBar=e.find(c.ids.seekBar).mediaslider(c.ids.seekHandle,false);if(this.seekBar){this.seekBar.display.bind("setvalue",function(g,h){f.seekUpdate.css("width",(h*f.seekBar.trackSize)+"px");f.display.trigger("controlupdate",{type:"seek",value:(h*f.duration)});});this.seekBar.display.bind("updatevalue",function(g,h){f.seekUpdate.css("width",(h*f.seekBar.trackSize)+"px");});}this.setVolume=function(g){if(this.volumeBar){if(c.volumeVertical){this.volumeUpdate.css({marginTop:(this.volumeBar.handlePos+this.volumeBar.handleMid+this.volumeBar.handleOffset),height:(this.volumeBar.trackSize-this.volumeBar.handlePos)});}else{this.volumeUpdate.css("width",(g*this.volumeBar.trackSize));}}};this.volumeUpdate=e.find(c.ids.volumeUpdate);this.volumeBar=e.find(c.ids.volumeBar).mediaslider(c.ids.volumeHandle,c.volumeVertical,c.volumeVertical);if(this.volumeBar){this.volumeBar.display.bind("setvalue",function(g,h){f.setVolume(h);f.display.trigger("controlupdate",{type:"volume",value:h});});this.volumeBar.display.bind("updatevalue",function(g,h){f.setVolume(h);f.volume=h;});}this.mute=e.find(c.ids.mute).medialink(c,function(g,h){f.muteState=!f.muteState;f.setToggle(h,f.muteState);f.setMute(f.muteState);});this.setMute=function(g){this.prevVolume=(this.volumeBar.value>0)?this.volumeBar.value:this.prevVolume;this.volumeBar.updateValue(g?0:this.prevVolume);this.display.trigger("controlupdate",{type:"mute",value:g});};this.setProgress=function(g){if(this.seekProgress&&this.seekBar){this.seekProgress.css("width",(g*(this.seekBar.trackSize+this.seekBar.handleSize)));}};this.onResize=function(){if(this.seekBar){this.seekBar.onResize();}this.setProgress(this.percentLoaded);};this.onMediaUpdate=function(g){switch(g.type){case"nomedia":this.display.hide();break;case"reset":this.display.show();this.reset();break;case"paused":this.playState=true;this.setToggle(this.playPauseButton.display,this.playState);break;case"playing":this.playState=false;this.setToggle(this.playPauseButton.display,this.playState);break;case"stopped":this.playState=true;this.setToggle(this.playPauseButton.display,this.playState);break;case"progress":this.percentLoaded=g.percentLoaded;this.setProgress(this.percentLoaded);break;case"meta":case"update":this.timeUpdate(g.currentTime,g.totalTime);if(this.volumeBar){this.volumeBar.updateValue(g.volume);}break;default:break;}};this.reset=function(){this.totalTime.text(this.formatTime(0).time);this.currentTime.text(this.formatTime(0).time);if(this.seekBar){this.seekBar.updateValue(0);}this.seekUpdate.css("width","0px");this.seekProgress.css("width","0px");};this.timeUpdate=function(g,h){this.duration=h;this.totalTime.text(this.formatTime(h).time);this.currentTime.text(this.formatTime(g).time);if(h&&this.seekBar&&!this.seekBar.dragging){this.seekBar.updateValue(g/h);}};this.timeUpdate(0,0);})(this,b);};jQuery.media=jQuery.extend({},{parser:function(b){return new (function(c){var d=this;this.onLoaded=null;this.parseFile=function(e,f){this.onLoaded=f;jQuery.ajax({type:"GET",url:e,dataType:"xml",success:function(g){d.parseXML(g);},error:function(g,i,h){console.log("Error: "+i);}});};this.parseXML=function(e){var f=this.parseXSPF(e);if(f.total_rows===0){f=this.parseASX(e);}if(f.total_rows===0){f=this.parseRSS(e);}if(this.onLoaded&&f.total_rows){this.onLoaded(f);}return f;};this.parseXSPF=function(e){var g={total_rows:0,nodes:[]};var f=jQuery("playlist trackList track",e);if(f.length>0){f.each(function(h){g.total_rows++;g.nodes.push({nid:g.total_rows,title:a(this).find("title").text(),description:a(this).find("annotation").text(),mediafiles:{images:{image:{path:a(this).find("image").text()}},media:{media:{path:a(this).find("location").text()}}}});});}return g;};this.parseASX=function(e){var g={total_rows:0,nodes:[]};var f=jQuery("asx entry",e);if(f.length>0){f.each(function(h){g.total_rows++;g.nodes.push({nid:g.total_rows,title:a(this).find("title").text(),mediafiles:{images:{image:{path:a(this).find("image").text()}},media:{media:{path:a(this).find("location").text()}}}});});}return g;};this.parseRSS=function(f){var h={total_rows:0,nodes:[]};var g=jQuery("rss channel",f);if(g.length>0){var e=(g.find("generator").text()=="YouTube data API");g.find("item").each(function(i){h.total_rows++;var j={};j=e?d.parseYouTubeItem(a(this)):d.parseRSSItem(a(this));j.nid=h.total_rows;h.nodes.push(j);});}return h;};this.parseRSSItem=function(e){return{title:e.find("title").text(),mediafiles:{images:{image:{path:e.find("image").text()}},media:{media:{path:e.find("location").text()}}}};};this.parseYouTubeItem=function(f){var e=f.find("description").text();var g=f.find("link").text().replace("&feature=youtube_gdata","");return{title:f.find("title").text(),mediafiles:{images:{image:{path:jQuery("img",e).eq(0).attr("src")}},media:{media:{path:g,player:"youtube"}}}};};})(b);}},jQuery.media);jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{playlist:"",args:[],wildcard:"*"});jQuery.media.ids=jQuery.extend(jQuery.media.ids,{pager:"#mediapager",scroll:"#mediascroll",busy:"#mediabusy",links:"#medialinks"});jQuery.fn.mediaplaylist=function(c,b){if(this.length===0){return null;}return new (function(e,f,d){d=jQuery.media.utils.getSettings(d);this.display=f;var g=this;this.teasers=[];this.selectedTeaser=null;this.activeTeaser=null;this.args=d.args;this.setActive=true;this.activePager=null;this.pager=null;this.parser=jQuery.media.parser(d);this.scrollRegion=f.find(d.ids.scroll).mediascroll(d);this.scrollRegion.clear();this.busy=f.find(d.ids.busy);this.busyVisible=false;this.busyImg=this.busy.find("img");this.busyWidth=this.busyImg.width();this.busyHeight=this.busyImg.height();this.links=f.find(d.ids.links).medialinks(d);this.links.loadLinks();this.loading=function(h){if(this.pager){this.pager.enabled=!h;}if(this.activePager){this.activePager.enabled=!h;}if(h){this.busyVisible=true;this.busy.show();}else{this.busyVisible=false;this.busy.hide();}};this.addPager=function(h,i){if(h){h.display.bind("loadindex",function(j,k){if(k.active){g.activateTeaser(g.teasers[k.index]);}else{g.selectTeaser(g.teasers[k.index]);}});h.display.bind("loadpage",function(j,k){g.setActive=k.active;g.loadPlaylist({pageIndex:k.index});});if(i&&!this.activePager){this.activePager=h;}}return h;};this.pager=this.addPager(f.find(d.ids.pager).mediapager(d),false);this.links.display.bind("linkclick",function(i,h){g.onLinkClick(h);});this.onLinkClick=function(k){var i=k.index;var j=k.playlist;var h=[];h[i]=k.arg;if(this.pager){this.pager.reset();}if(this.activePager){this.activePager.reset();}this.loadPlaylist({playlist:j,args:h});};this.loadNext=function(){if(this.pager){this.pager.loadNext(true);}else{if(this.activePager){this.activePager.loadNext(true);}}};this.loadPlaylist=function(h){var j={playlist:d.playlist,pageLimit:d.pageLimit,pageIndex:(this.pager?this.pager.activePage:0),args:{}};var i=jQuery.extend({},j,h);this.setArgs(i.args);this.loading(true);if(i.playlist){if(((typeof i.playlist)=="object")){d.playlist=i.playlist.name;this.setPlaylist(i.playlist);}else{if(i.playlist.match(/^http[s]?\:\/\/|\.xml$/i)){this.parser.parseFile(i.playlist,function(k){g.setPlaylist(k);});}else{if(e){e.call(jQuery.media.commands.getPlaylist,function(k){g.setPlaylist(k);},null,i.playlist,i.pageLimit,i.pageIndex,this.args);}}}return true;}return false;};this.setPlaylist=function(k){if(k&&k.nodes){var h=[];jQuery.media.utils.checkVisibility(this.display,h);if(this.pager){this.pager.setTotalItems(k.total_rows);}if(this.activePager){this.activePager.setTotalItems(k.total_rows);}this.scrollRegion.clear();this.resetTeasers();var j=k.nodes.length;for(var i=0;i<j;i++){this.addTeaser(k.nodes[i],i);}this.scrollRegion.activate();if(this.pager){this.pager.loadNext(this.setActive);}if(this.activePager){this.activePager.loadNext(this.setActive);}jQuery.media.utils.resetVisibility(h);}this.loading(false);};this.onVoteSet=function(h){if(h){var k=this.teasers.length;while(k--){var j=this.teasers[k];if(j.node.nodeInfo.nid==h.content_id){j.node.voter.updateVote(h);}}}};this.addTeaser=function(j,h){var i=this.scrollRegion.newItem().mediateaser(e,j,h,d);if(i){i.display.bind("click",i,function(k){g.activateTeaser(k.data);});if(this.activeTeaser){this.activeTeaser.setActive(j.nid==this.activeTeaser.node.nodeInfo.nid);}if(this.selectedTeaser){this.selectedTeaser.setSelected(j.nid==this.selectedTeaser.node.nodeInfo.nid);}this.teasers.push(i);}};this.resetTeasers=function(){var h=this.teasers.length;while(h--){this.teasers[h].reset();}this.teasers=[];};this.setArgs=function(j){if(j){this.args=d.args;var k=j.length;while(k--){var h=j[k];if(h&&(h!=d.wildcard)){this.args[k]=h;}}}};this.selectTeaser=function(h){if(this.selectedTeaser){this.selectedTeaser.setSelected(false);}this.selectedTeaser=h;if(this.selectedTeaser){this.selectedTeaser.setSelected(true);this.scrollRegion.setVisible(h.index);}};this.activateTeaser=function(h){this.selectTeaser(h);if(this.activeTeaser){this.activeTeaser.setActive(false);}this.activeTeaser=h;if(this.activeTeaser){this.activeTeaser.setActive(true);if(this.pager){this.pager.activeIndex=this.pager.currentIndex=h.index;}if(this.activePager){this.activePager.activeIndex=this.activePager.currentIndex=h.index;}this.display.trigger("playlistload",h.node.nodeInfo);}};})(c,this,b);};jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{apiKey:"",api:2,sessid:"",drupalVersion:6});jQuery.media=jQuery.extend({},{drupal:function(c,b){return new (function(i,h){h=jQuery.media.utils.getSettings(h);var j=this;var e=(h.apiKey.length>0);var g=(h.api==1);var d=(h.drupalVersion>=6)?"node.get":"node.load";var f=(h.protocol=="auto");jQuery.media=jQuery.extend({},{commands:{connect:{command:{rpc:"system.connect",json:""},useKey:g,protocol:"rpc"},mail:{command:{rpc:"system.mail",json:""},useKey:e,protocol:"rpc"},loadNode:{command:{rpc:d,json:"mediafront_getnode"},useKey:g,protocol:"json"},getPlaylist:{command:{rpc:"mediafront.getPlaylist",json:"mediafront_getplaylist"},useKey:g,protocol:"json"},getVote:{command:{rpc:"vote.getVote",json:""},useKey:g,protocol:"rpc"},setVote:{command:{rpc:"vote.setVote",json:""},useKey:e,protocol:"rpc"},getUserVote:{command:{rpc:"vote.getUserVote",json:""},useKey:g,protocol:"rpc"},deleteVote:{command:{rpc:"vote.deleteVote",json:""},useKey:e,protocol:"rpc"},addTag:{command:{rpc:"tag.addTag",json:""},useKey:e,protocol:"rpc"},incrementCounter:{command:{rpc:"mediafront.incrementNodeCounter",json:""},useKey:e,protocol:"rpc"},setFavorite:{command:{rpc:"favorites.setFavorite",json:""},useKey:e,protocol:"rpc"},deleteFavorite:{command:{rpc:"favorites.deleteFavorite",json:""},useKey:e,protocol:"rpc"},isFavorite:{command:{rpc:"favorites.isFavorite",json:""},useKey:g,protocol:"rpc"},login:{command:{rpc:"user.login",json:""},useKey:e,protocol:"rpc"},logout:{command:{rpc:"user.logout",json:""},useKey:e,protocol:"rpc"},adClick:{command:{rpc:"mediafront.adClick",json:""},useKey:e,protocol:"rpc"},getAd:{command:{rpc:"mediafront.getAd",json:""},useKey:g,protocol:"rpc"},setUserStatus:{command:{rpc:"mediafront.setUserStatus",json:""},useKey:e,protocol:"rpc"}}},jQuery.media);this.user={};this.sessionId="";this.onConnected=null;this.encoder=new jQuery.media.sha256();this.baseURL=h.baseURL.substring(0,(h.baseURL.length-1)).replace(/^(http[s]?\:[\\\/][\\\/])/,"");this.connect=function(k){this.onConnected=k;if(h.sessid){this.onConnect({sessid:h.sessid});}else{this.call(jQuery.media.commands.connect,function(l){j.onConnect(l);},null);}};this.call=function(p,o,m){var k=[];for(var l=3;l<arguments.length;l++){k.push(arguments[l]);}k=this.setupArgs(p,k);var n=f?p.protocol:h.protocol;var q=p.command[n];if(q){i.call(q,o,m,k,n);}else{if(o){o(null);}}};this.setupArgs=function(o,k){k.unshift(this.sessionId);if(o.useKey){if(h.api>1){var m=this.getTimeStamp();var l=this.getNonce();var n=this.computeHMAC(m,this.baseURL,l,o.command.rpc,h.apiKey);k.unshift(l);k.unshift(m);k.unshift(this.baseURL);k.unshift(n);}else{k.unshift(h.apiKey);}}return k;};this.getTimeStamp=function(){return(parseInt(new Date().getTime()/1000,10)).toString();};this.getNonce=function(){var n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";var l="";for(var m=0;m<10;m++){var k=Math.floor(Math.random()*n.length);l+=n.substring(k,k+1);}return l;};this.computeHMAC=function(n,m,l,p,o){var k=n+";"+m+";"+l+";"+p;return this.encoder.encrypt(o,k);};this.onConnect=function(k){if(k){this.sessionId=k.sessid;this.user=k.user;}if(this.onConnected){this.onConnected(k);}};})(c,b);}},jQuery.media);jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{rotatorTimeout:5000,rotatorTransition:"fade",rotatorEasing:"swing",rotatorSpeed:"slow",rotatorHover:false});jQuery.fn.mediarotator=function(b){if(this.length===0){return null;}return new (function(e,d){d=jQuery.media.utils.getSettings(d);var f=this;this.images=[];this.imageIndex=0;this.imageInterval=null;this.width=0;this.height=0;this.onImageLoaded=function(){this.width=this.images[0].imgLoader.width;this.height=this.images[0].imgLoader.height;e.css({width:this.width,height:this.height});var g=(d.rotatorTransition=="hscroll")?(2*this.width):this.width;var h=(d.rotatorTransition=="vscroll")?(2*this.height):this.height;this.display.css({width:g,height:h});};this.addImage=function(){var g=a("<div></div>").mediaimage(null,true);this.display.append(g.display);if((d.rotatorTransition=="hscroll")||(d.rotatorTransition=="vscroll")){g.display.css({"float":"left"});}else{g.display.css({position:"absolute",zIndex:(200-this.images.length),top:0,left:0});}return g;};this.loadImages=function(g){this.images=[];this.imageIndex=0;jQuery.each(g,function(h){var i=f.addImage();if(h===0){i.display.bind("imageLoaded",function(){f.onImageLoaded();}).show();}i.loadImage(this);f.images.push(i);});if(d.rotatorHover){this.display.bind("mouseenter",function(){f.startRotator();}).bind("mouseleave",function(){clearInterval(f.imageInterval);});}else{this.startRotator();}};this.startRotator=function(){clearInterval(this.imageInterval);this.imageInterval=setInterval(function(){f.showNextImage();},d.rotatorTimeout);};this.showNextImage=function(){this.hideImage(this.images[this.imageIndex].display);this.imageIndex=(this.imageIndex+1)%this.images.length;this.showImage(this.images[this.imageIndex].display);};this.showImage=function(g){if(d.rotatorTransition==="fade"){g.fadeIn(d.rotatorSpeed);}else{g.css({marginLeft:0,marginTop:0}).show();}};this.hideImage=function(g){switch(d.rotatorTransition){case"fade":g.fadeOut(d.rotatorSpeed);break;case"hscroll":g.animate({marginLeft:-this.width},d.rotatorSpeed,d.rotatorEasing,function(){g.css({marginLeft:0}).remove();f.display.append(g);});break;case"vscroll":g.animate({marginTop:-this.height},d.rotatorSpeed,d.rotatorEasing,function(){g.css({marginTop:0}).remove();f.display.append(g);});break;default:g.hide();break;}};var c=[];e.find("img").each(function(){c.push(a(this).attr("src"));});e.empty().css("overflow","hidden").append(a('<div class="imagerotatorinner"></div>'));this.display=e.find(".imagerotatorinner");if(c.length){this.loadImages(c);}})(this,b);};jQuery.fn.mediahtml5=function(c,b){return new (function(f,e,d){this.display=f;var g=this;this.player=null;this.bytesLoaded=0;this.bytesTotal=0;this.mediaType="";this.loaded=false;this.getPlayer=function(h,m){var j=e.id+"_"+this.mediaType;var l="<"+this.mediaType+' style="position:absolute" id="'+j+'"';l+=(this.mediaType=="video")?' width="100%" height="100%"':"";l+=m?' poster="'+m+'"':"";if(typeof h==="array"){l+=">";var k=h.length;while(k--){l+='<source src="'+h[k].path+'" type="'+h[k].mimetype+'">';}}else{l+=' src="'+h.path+'">Unable to display media.';}l+="</"+this.mediaType+">";this.display.append(l);return this.display.find("#"+j).eq(0)[0];};this.createMedia=function(h,i){jQuery.media.utils.removeFlash(this.display,e.id+"_media");this.display.children().remove();this.mediaType=this.getMediaType(h);this.player=this.getPlayer(h,i);this.loaded=false;this.player.addEventListener("abort",function(){d({type:"stopped"});},true);this.player.addEventListener("loadstart",function(){d({type:"ready"});g.onReady();},true);this.player.addEventListener("loadedmetadata",function(){d({type:"meta"});},true);this.player.addEventListener("ended",function(){d({type:"complete"});},true);this.player.addEventListener("pause",function(){d({type:"paused"});},true);this.player.addEventListener("play",function(){d({type:"playing"});},true);this.player.addEventListener("error",function(){d({type:"error"});},true);this.player.addEventListener("progress",function(j){g.bytesLoaded=j.loaded;g.bytesTotal=j.total;},true);this.player.autoplay=true;this.player.autobuffer=true;d({type:"playerready"});};this.onReady=function(){if(!this.loaded){this.loaded=true;this.playMedia();}};this.loadMedia=function(h){this.createMedia(h);};this.getMediaType=function(h){var i=(typeof h==="array")?h[0].extension:h.extension;switch(i){case"ogg":case"ogv":case"mp4":case"m4v":return"video";case"oga":case"mp3":return"audio";}return"video";};this.playMedia=function(){this.player.play();};this.pauseMedia=function(){this.player.pause();};this.stopMedia=function(){this.pauseMedia();this.player.src="";};this.seekMedia=function(h){this.player.currentTime=h;};this.setVolume=function(h){this.player.volume=h;};this.getVolume=function(){return this.player.volume;};this.getDuration=function(){return this.player.duration;};this.getCurrentTime=function(){return this.player.currentTime;};this.getBytesLoaded=function(){return this.bytesLoaded;};this.getBytesTotal=function(){return this.bytesTotal;};this.setQuality=function(h){};this.getQuality=function(){return"";};this.hasControls=function(){return false;};this.showControls=function(h){};this.getEmbedCode=function(){return"This media cannot be embedded.";};this.getMediaLink=function(){return"This media currently does not have a link.";};})(this,c,b);};window.onYouTubePlayerReady=function(b){b=b.replace("_media","");jQuery.media.players[b].node.player.media.player.onReady();};jQuery.media.playerTypes=jQuery.extend(jQuery.media.playerTypes,{youtube:function(b){return(b.search(/^http(s)?\:\/\/(www\.)?youtube\.com/i)===0);}});jQuery.fn.mediayoutube=function(c,b){return new (function(f,e,d){this.display=f;var g=this;this.player=null;this.videoFile=null;this.loaded=false;this.ready=false;this.qualities=[];this.createMedia=function(i,k){this.videoFile=i;this.ready=false;var h=(e.id+"_media");var j=Math.floor(Math.random()*1000000);var l="http://www.youtube.com/apiplayer?rand="+j+"&amp;version=3&amp;enablejsapi=1&amp;playerapiid="+h;jQuery.media.utils.insertFlash(this.display,l,h,"100%","100%",{},e.wmode,function(m){g.player=m;g.loadPlayer();});};this.getId=function(i){var h=/^http[s]?\:\/\/(www\.)?youtube\.com\/watch\?v=([a-zA-Z0-9]+)/i;return(i.search(h)==0)?i.replace(h,"$2"):i;};this.loadMedia=function(h){if(this.player){this.loaded=false;this.videoFile=h;d({type:"playerready"});this.player.loadVideoById(this.getId(this.videoFile.path),0,e.quality);}};this.onReady=function(){this.ready=true;this.loadPlayer();};this.loadPlayer=function(){if(this.ready&&this.player){window[e.id+"StateChange"]=function(h){g.onStateChange(h);};window[e.id+"PlayerError"]=function(h){g.onError(h);};window[e.id+"QualityChange"]=function(h){g.quality=h;};this.player.addEventListener("onStateChange",e.id+"StateChange");this.player.addEventListener("onError",e.id+"PlayerError");this.player.addEventListener("onPlaybackQualityChange",e.id+"QualityChange");this.qualities=this.player.getAvailableQualityLevels();d({type:"playerready"});this.player.loadVideoById(this.getId(this.videoFile.path),0);}};this.onStateChange=function(i){var h=this.getPlayerState(i);d({type:h});if(!this.loaded&&h=="playing"){this.loaded=true;d({type:"meta"});}};this.onError=function(i){var h="An unknown error has occured: "+i;if(i==100){h="The requested video was not found.  ";h+="This occurs when a video has been removed (for any reason), ";h+="or it has been marked as private.";}else{if((i==101)||(i==150)){h="The video requested does not allow playback in an embedded player.";}}console.log(h);d({type:"error",data:h});};this.getPlayerState=function(h){switch(h){case 5:return"ready";case 3:return"buffering";case 2:return"paused";case 1:return"playing";case 0:return"complete";case -1:return"stopped";default:return"unknown";}return"unknown";};this.playMedia=function(){d({type:"buffering"});this.player.playVideo();};this.pauseMedia=function(){this.player.pauseVideo();};this.stopMedia=function(){this.player.stopVideo();};this.seekMedia=function(h){d({type:"buffering"});this.player.seekTo(h,true);};this.setVolume=function(h){this.player.setVolume(h*100);};this.setQuality=function(h){this.player.setPlaybackQuality(h);};this.getVolume=function(){return(this.player.getVolume()/100);};this.getDuration=function(){return this.player.getDuration();};this.getCurrentTime=function(){return this.player.getCurrentTime();};this.getQuality=function(){return this.player.getPlaybackQuality();};this.getEmbedCode=function(){return this.player.getVideoEmbedCode();};this.getMediaLink=function(){return this.player.getVideoUrl();};this.getBytesLoaded=function(){return this.player.getVideoBytesLoaded();};this.getBytesTotal=function(){return this.player.getVideoBytesTotal();};this.hasControls=function(){return false;};this.showControls=function(h){};})(this,c,b);};jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{shuffle:false,loop:false,pageLimit:10});jQuery.media.ids=jQuery.extend(jQuery.media.ids,{prev:"#mediaprev",next:"#medianext",loadPrev:"#medialoadprev",loadNext:"#medialoadnext",prevPage:"#mediaprevpage",nextPage:"#medianextpage"});jQuery.fn.mediapager=function(b){return new (function(c,d){d=jQuery.media.utils.getSettings(d);this.display=c;var e=this;this.activeIndex=-1;this.currentIndex=-1;this.activePage=0;this.currentPage=0;this.numPages=0;this.numItems=10;this.activeNumItems=10;this.loadState="";this.enabled=false;this.prevButton=c.find(d.ids.prev).medialink(d,function(){if(e.enabled){e.loadPrev(false);}});this.nextButton=c.find(d.ids.next).medialink(d,function(){if(e.enabled){e.loadNext(false);}});this.loadPrevButton=c.find(d.ids.loadPrev).medialink(d,function(){if(e.enabled){e.loadPrev(true);}});this.loadNextButton=c.find(d.ids.loadNext).medialink(d,function(){if(e.enabled){e.loadNext(true);}});this.prevPageButton=c.find(d.ids.prevPage).medialink(d,function(){if(e.enabled){e.loadState="click";e.prevPage();}});this.nextPageButton=c.find(d.ids.nextPage).medialink(d,function(){if(e.enabled){e.loadState="click";e.nextPage();}});this.setTotalItems=function(f){if(f&&d.pageLimit){this.numPages=Math.ceil(f/d.pageLimit);if(this.numPages==1){this.numItems=f;}}};this.setNumItems=function(f){this.numItems=f;};this.reset=function(){this.activePage=0;this.currentPage=0;this.activeIndex=-1;this.currentIndex=-1;this.loadState="";};this.loadIndex=function(h){var f=h?"activeIndex":"currentIndex";var g=this[f];switch(this.loadState){case"prev":this.loadState="";this.loadPrev(h);return;case"first":g=0;break;case"last":g=(this.numItems-1);break;case"rand":g=Math.floor(Math.random()*this.numItems);break;}this.loadState="";if(g!=this[f]){this.loadState="";this[f]=g;this.display.trigger("loadindex",{index:this[f],active:h});}};this.loadNext=function(g){if(this.loadState){this.loadIndex(g);}else{if(d.shuffle){this.loadRand();}else{var f=g?"activeIndex":"currentIndex";if(g&&(this.activePage!=this.currentPage)){if((this.activeIndex==(this.activeNumItems-1))&&(this.activePage==(this.currentPage-1))){this.currentIndex=this.activeIndex=0;this.activePage=this.currentPage;this.display.trigger("loadindex",{index:0,active:true});}else{this.currentPage=this.activePage;this.loadState="";this.display.trigger("loadpage",{index:this.activePage,active:g});}}else{this[f]++;if(this[f]>=this.numItems){if(this.numPages>1){this[f]=(this.numItems-1);this.loadState=this.loadState?this.loadState:"first";this.nextPage(g);}else{if(!g||d.loop){this[f]=0;this.display.trigger("loadindex",{index:this[f],active:g});}}}else{this.display.trigger("loadindex",{index:this[f],active:g});}}}}};this.loadPrev=function(g){var f=g?"activeIndex":"currentIndex";if(g&&(this.activePage!=this.currentPage)){this.currentPage=this.activePage;this.loadState="prev";this.display.trigger("loadpage",{index:this.activePage,active:g});}else{this[f]--;if(this[f]<0){if(this.numPages>1){this[f]=0;this.loadState=this.loadState?this.loadState:"last";this.prevPage(g);}else{if(!g||d.loop){this[f]=(this.numItems-1);this.display.trigger("loadindex",{index:this[f],active:g});}}}else{this.display.trigger("loadindex",{index:this[f],active:g});}}};this.loadRand=function(){var f=Math.floor(Math.random()*this.numPages);if(f!=this.activePage){this.activePage=f;this.loadState=this.loadState?this.loadState:"rand";this.display.trigger("loadpage",{index:this.activePage,active:true});}else{this.activeIndex=Math.floor(Math.random()*this.numItems);this.display.trigger("loadindex",{index:this.activeIndex,active:true});}};this.nextPage=function(h){var f=h?"activePage":"currentPage";var g=false;if(this[f]<(this.numPages-1)){this[f]++;g=true;}else{if(d.loop){this.loadState=this.loadState?this.loadState:"first";this[f]=0;g=true;}else{this.loadState="";}}this.setPageState(h);if(g){this.display.trigger("loadpage",{index:this[f],active:h});}};this.prevPage=function(h){var f=h?"activePage":"currentPage";var g=false;if(this[f]>0){this[f]--;g=true;}else{if(d.loop){this.loadState=this.loadState?this.loadState:"last";this[f]=(this.numPages-1);g=true;}else{this.loadState="";}}this.setPageState(h);if(g){this.display.trigger("loadpage",{index:this[f],active:h});}};this.setPageState=function(f){if(f){this.currentPage=this.activePage;}else{this.activeNumItems=this.numItems;}};})(this,b);};jQuery.media.ids=jQuery.extend(jQuery.media.ids,{titleLinks:"#mediatitlelinks"});jQuery.fn.mediatitlebar=function(b){if(this.length===0){return null;}return new (function(c,d){var e=this;this.display=c;this.titleLinks=this.display.find(d.ids.titleLinks);this.display.find("a").each(function(){var f=a(this).attr("href");a(this).medialink(d,function(g){g.preventDefault();e.display.trigger(g.data.id);},{id:f.substr(1),obj:a(this)});});})(this,b);};jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{gateway:""});jQuery.media=jQuery.extend({},{rpc:function(b){return new (function(c){c=jQuery.media.utils.getSettings(c);var d=this;this.parseObject=function(h){var e="";if(h instanceof Date){e="<dateTime.iso8601>";e+=h.getFullYear();e+=h.getMonth();e+=h.getDate();e+="T";e+=h.getHours()+":";e+=h.getMinutes()+":";e+=h.getSeconds();e+="</dateTime.iso8601>";}else{if(h instanceof Array){e="<array><data>\n";for(var g=0;g<h.length;g++){e+="  <value>"+this.serializeToXML(h[g])+"</value>\n";}e+="</data></array>";}else{e="<struct>\n";for(var f in h){if(h.hasOwnProperty(f)){e+="  <member><name>"+f+"</name><value>";e+=this.serializeToXML(h[f])+"</value></member>\n";}}e+="</struct>";}}return e;};this.serializeToXML=function(f){switch(typeof f){case"boolean":return"<boolean>"+((f)?"1":"0")+"</boolean>";case"number":var e=parseInt(f,10);if(e==f){return"<int>"+f+"</int>";}return"<double>"+f+"</double>";case"string":return"<string>"+f+"</string>";case"object":return this.parseObject(f);}};this.parseXMLValue=function(f){var m=jQuery(f).children();var k=m.length;var n=function(i){return function(){i.push(d.parseXMLValue(this));};};var l=function(i){return function(){i[jQuery("> name",this).text()]=d.parseXMLValue(jQuery("value",this));};};for(var h=0;h<k;h++){var j=m[h];switch(j.tagName){case"boolean":return(jQuery(j).text()==1);case"int":return parseInt(jQuery(j).text(),10);case"double":return parseFloat(jQuery(j).text());case"string":return jQuery(j).text();case"array":var e=[];jQuery("> data > value",j).each(n(e));return e;case"struct":var g={};jQuery("> member",j).each(l(g));return g;case"dateTime.iso8601":return NULL;}}};this.parseXML=function(f){var e={};e.version="1.0";jQuery("methodResponse params param > value",f).each(function(g){e.result=d.parseXMLValue(this);});jQuery("methodResponse fault > value",f).each(function(g){e.error=d.parseXMLValue(this);});return e;};this.xmlRPC=function(j,h){var e='<?xml version="1.0"?>';e+="<methodCall>";e+="<methodName>"+j+"</methodName>";if(h.length>0){e+="<params>";var g=h.length;for(var f=0;f<g;f++){if(h[f]){e+="<param><value>"+this.serializeToXML(h[f])+"</value></param>";}}e+="</params>";}e+="</methodCall>";return e;};this.call=function(i,h,e,g,f){if(c.gateway){jQuery.ajax({url:c.gateway,dataType:"xml",type:"POST",data:this.xmlRPC(i,g),error:function(j,l,k){if(e){e(l);}else{console.log("Error: "+l);}},success:function(k){var j=d.parseXML(k);if(j.error){if(e){e(j.error);}else{console.dir(j.error);}}else{if(h){h(j.result);}}},processData:false,contentType:"text/xml"});}else{if(h){h(null);}}};})(b);}},jQuery.media);jQuery.fn.mediaslider=function(b,d,c){if(this.length===0){return null;}return new (function(h,e,g,f){var i=this;this.display=h.css({cursor:"pointer"});this.dragging=false;this.value=0;this.handle=this.display.find(e);this.pagePos=g?"pageY":"pageX";this.handlePos=0;if(this.handle.length>0){this.handleSize=g?this.handle.height():this.handle.width();this.handleMid=(this.handleSize/2);}this.onResize=function(){this.setTrackSize();this.updateValue(this.value);};this.setTrackSize=function(){this.trackSize=g?this.display.height():this.display.width();this.trackSize-=this.handleSize;this.trackSize=(this.trackSize>0)?this.trackSize:1;};this.setValue=function(j){this.setPosition(j);this.display.trigger("setvalue",this.value);};this.updateValue=function(j){this.setPosition(j);this.display.trigger("updatevalue",this.value);};this.setPosition=function(j){j=(j<0)?0:j;j=(j>1)?1:j;this.value=j;this.handlePos=f?(1-this.value):this.value;this.handlePos*=this.trackSize;this.handle.css((g?"marginTop":"marginLeft"),this.handlePos);};this.display.bind("mousedown",function(j){j.preventDefault();i.dragging=true;});this.getOffset=function(){var j=g?this.display.offset().top:this.display.offset().left;return(j+(this.handleSize/2));};this.getPosition=function(j){var k=(j-this.getOffset())/this.trackSize;k=(k<0)?0:k;k=(k>1)?1:k;k=f?(1-k):k;return k;};this.display.bind("mousemove",function(j){j.preventDefault();if(i.dragging){i.updateValue(i.getPosition(j[i.pagePos]));}});this.display.bind("mouseleave",function(j){j.preventDefault();if(i.dragging){i.dragging=false;i.setValue(i.getPosition(j[i.pagePos]));}});this.display.bind("mouseup",function(j){j.preventDefault();if(i.dragging){i.dragging=false;i.setValue(i.getPosition(j[i.pagePos]));}});this.onResize();})(this,b,d,c);};jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{protocol:"auto",server:"drupal",template:"default",baseURL:"",debug:false,draggable:false,resizable:false,showPlaylist:true,autoNext:true,prefix:"",zIndex:400,fluidWidth:false,fluidHeight:false});jQuery.media.ids=jQuery.extend(jQuery.media.ids,{loading:"#mediaplayerloading",player:"#mediaplayer",menu:"#mediamenu",titleBar:"#mediatitlebar",node:"#medianode",playlist:"#mediaplaylist",control:"#mediacontrol"});jQuery.media.players={};jQuery.media.loadCallbacks={};jQuery.media.playlists={};jQuery.media.controllers={};jQuery.media.onLoaded=function(b,d){var c=jQuery.media.players[b];if(c&&c.display&&c.loaded){d(c);}else{if(!jQuery.media.loadCallbacks[b]){jQuery.media.loadCallbacks[b]=[];}jQuery.media.loadCallbacks[b].push(d);}};jQuery.media.addElement=function(d,f,c){if(f&&f[c]){var e=jQuery.media.players[d];if(e){switch(c){case"playlist":e.addPlaylist(f.playlist);break;case"controller":e.addController(f.controller);break;}}else{var b=c+"s";if(!jQuery.media[b][d]){jQuery.media[b][d]=[];}jQuery.media[b][d].push(f[c]);}}};jQuery.media.addController=function(b,c){jQuery.media.addElement(b,c,"controller");};jQuery.media.addPlaylist=function(b,c){jQuery.media.addElement(b,c,"playlist");};jQuery.fn.mediaplayer=function(b){if(this.length===0){return null;}return new (function(e,f){f=jQuery.media.utils.getSettings(f);if(!f.id){f.id=jQuery.media.utils.getId(e);}this.dialog=e;this.display=this.dialog.find(f.ids.player);var j=this;var c=[];jQuery.media.utils.checkVisibility(this.display,c);jQuery.media.players[f.id]=this;this.loaded=false;var d=0;f.template=jQuery.media.templates[f.template](this,f);if(f.template.getSettings){f=jQuery.extend(f,f.template.getSettings());}a(window).keyup(function(i){switch(i.keyCode){case 0:j.onSpaceBar();break;case 113:case 27:j.onEscKey();break;}});if(f.fluidWidth||f.fluidHeight){a(window).resize(function(){j.onResize();});}if(jQuery.media[f.protocol]){this.protocol=jQuery.media[f.protocol](f);}if(jQuery.media[f.server]){this.server=jQuery.media[f.server](this.protocol,f);}this.menu=this.dialog.find(f.ids.menu).mediamenu(this.server,f);if(this.menu){this.menu.display.bind("menuclose",function(){j.showMenu(false);});}this.menuOn=false;this.maxOn=!f.showPlaylist;this.fullScreen=false;this.playlist=null;this.activePlaylist=null;this.controller=null;this.activeController=null;this.showMenu=function(i){if(f.template.onMenu){this.menuOn=i;f.template.onMenu(this.menuOn);}};this.onEscKey=function(){if(this.fullScreen){this.fullScreen=false;if(this.node&&this.node.player){this.node.player.fullScreen(this.fullScreen);}}};this.onSpaceBar=function(){if(this.fullScreen&&this.node&&this.node.player){this.node.player.togglePlayPause();}};this.addPlayerEvents=function(i){i.display.bind("menu",function(k){j.showMenu(!j.menuOn);});i.display.bind("maximize",function(k){j.maximize(!j.maxOn);});i.display.bind("fullscreen",function(k){j.fullScreen=!j.fullScreen;if(j.node&&j.node.player){j.node.player.fullScreen(j.fullScreen);}});};this.titleBar=this.dialog.find(f.ids.titleBar).mediatitlebar(f);if(this.titleBar){this.addPlayerEvents(this.titleBar);if(f.draggable&&this.dialog.draggable){this.dialog.draggable({handle:f.ids.titleBar,containment:"document"});}if(f.resizable&&this.dialog.resizable){this.dialog.resizable({alsoResize:this.display,containment:"document",resize:function(i){j.onResize();}});}}this.node=this.dialog.find(f.ids.node).medianode(this.server,f);if(this.node){this.node.display.bind("nodeload",function(i,k){j.onNodeLoad(k);});if(this.node.player&&this.node.player.media){this.node.player.media.display.bind("mediaupdate",function(i,k){j.onMediaUpdate(k);});}if(this.node.uservoter){this.node.uservoter.display.bind("voteSet",function(k,i){if(j.activePlaylist){j.activePlaylist.onVoteSet(i);}});}}this.onMediaUpdate=function(i){this.node.player.onMediaUpdate(i);if(f.autoNext&&this.activePlaylist&&(i.type=="complete")){this.activePlaylist.loadNext();}if(this.controller){this.controller.onMediaUpdate(i);}if(this.activeController){this.activeController.onMediaUpdate(i);}if(this.menu&&this.node&&(i.type=="meta")){this.menu.setEmbedCode(this.node.player.media.player.getEmbedCode());this.menu.setMediaLink(this.node.player.media.player.getMediaLink());}if(f.template&&f.template.onMediaUpdate){f.template.onMediaUpdate(i);}};this.onPlaylistLoad=function(i){if(this.node){if(this.node.player&&this.node.player.media){this.node.player.media.hasPlaylist=true;}this.node.loadNode(i);}if(f.template.onPlaylistLoad){f.template.onPlaylistLoad(i);}};this.onNodeLoad=function(i){if(f.template.onNodeLoad){f.template.onNodeLoad(i);}};this.maximize=function(i){if(!this.fullScreen){if(f.template.onMaximize&&(i!=this.maxOn)){this.maxOn=i;f.template.onMaximize(this.maxOn);}}};this.addPlaylist=function(i){if(i){i.display.bind("playlistload",i,function(k,l){j.activePlaylist=k.data;j.onPlaylistLoad(l);});if(!this.activePlaylist&&i.activeTeaser){this.activePlaylist=i;this.onPlaylistLoad(i.activeTeaser.node.nodeInfo);}}return i;};this.playlist=this.addPlaylist(this.dialog.find(f.ids.playlist).mediaplaylist(this.server,f));if(jQuery.media.playlists[f.id]){var g=jQuery.media.playlists[f.id];d=g.length;while(d--){this.addPlaylist(g[d]);}}this.addController=function(k,i){if(k){k.display.bind("controlupdate",k,function(l,m){j.activeController=l.data;if(j.node&&j.node.player){j.node.player.onControlUpdate(m);}});if(i&&!this.activeController){this.activeController=k;}this.addPlayerEvents(k);}return k;};this.controller=this.addController(this.dialog.find(f.ids.control).mediacontrol(f),false);if(this.controller&&this.node){this.node.addVoters(this.controller.display);}if(jQuery.media.controllers[f.id]){var h=jQuery.media.controllers[f.id];d=h.length;while(d--){this.addController(h[d],true);}}this.onResize=function(){if(f.template.onResize){f.template.onResize();}if(this.node){this.node.onResize();}if(this.controller){this.controller.onResize();}};this.showNativeControls=function(i){var k=this.node?this.node.player:null;if(k&&k.hasControls()){k.usePlayerControls=i;if(i){k.busy.hide();k.play.hide();if(k.preview){k.preview.display.hide();}if(this.controller){this.controller.display.hide();}}else{k.showBusy(1,((this.busyFlags&2)==2));k.showPlay(this.playVisible);k.showPreview(this.previewVisible);if(this.controller){this.controller.display.show();}}k.showControls(i);}};this.loadContent=function(){var i=false;if(this.playlist){i=this.playlist.loadPlaylist();}if(!i&&this.node){if(this.node.player&&this.node.player.media){this.node.player.media.settings.repeat=(f.loop||f.repeat);}this.node.loadNode();}};this.initializeTemplate=function(){if(f.template.initialize){f.template.initialize(f);}jQuery.media.utils.resetVisibility(c);};this.load=function(){this.initializeTemplate();this.dialog.css("position","relative");this.dialog.css("marginLeft",0);this.dialog.css("overflow","visible");this.loaded=true;this.display.trigger("playerLoaded",this);if(jQuery.media.loadCallbacks[f.id]){var l=jQuery.media.loadCallbacks[f.id];var k=l.length;while(k--){l[k](this);}}this.server.connect(function(i){j.loadContent();});};this.load();})(this,b);};jQuery.media.ids=jQuery.extend(jQuery.media.ids,{linkText:"#medialinktext"});jQuery.fn.playlistlink=function(c,b){return new (function(f,e,d){e=jQuery.media.utils.getSettings(e);this.display=f;this.arg=d.arg;this.text=d.text;this.index=d.index;this.display.medialink(e,function(g){_this.display.trigger("linkclick",g.data);},this);this.setActive=function(g){if(e.template.onLinkSelect){e.template.onLinkSelect(_this,g);}};this.display.find(e.ids.linkText).html(this.text);})(this,c,b);};window.onFlashPlayerReady=function(b){jQuery.media.players[b].node.player.media.player.onReady();};window.onFlashPlayerUpdate=function(c,b){jQuery.media.players[c].node.player.media.player.onMediaUpdate(b);};window.onFlashPlayerDebug=function(b){console.log(b);};jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{flashPlayer:"./flash/mediafront.swf",skin:"default",config:"nocontrols"});jQuery.fn.mediaflash=function(c,b){return new (function(f,e,d){e=jQuery.media.utils.getSettings(e);this.display=f;var g=this;this.player=null;this.videoFile=null;this.preview="";this.ready=false;this.translate={mediaConnected:"connected",mediaBuffering:"buffering",mediaPaused:"paused",mediaPlaying:"playing",mediaStopped:"stopped",mediaComplete:"complete",mediaMeta:"meta"};this.createMedia=function(j,l){this.videoFile=j;this.preview=l;this.ready=false;var i=(e.id+"_media");var k=Math.floor(Math.random()*1000000);var m=e.flashPlayer+"?rand="+k;var h={config:e.config,id:e.id,file:j.path,skin:e.skin,autostart:(e.autostart||!e.autoLoad)};if(j.stream){h.stream=j.stream;}if(e.debug){h.debug="1";}jQuery.media.utils.insertFlash(this.display,m,i,"100%","100%",h,e.wmode,function(n){g.player=n;g.loadPlayer();});};this.loadMedia=function(h){if(this.player){this.videoFile=h;this.player.loadMedia(h.path,h.stream);d({type:"playerready"});}};this.onReady=function(){this.ready=true;this.loadPlayer();};this.loadPlayer=function(){if(this.ready&&this.player){d({type:"playerready"});}};this.onMediaUpdate=function(h){d({type:this.translate[h]});};this.playMedia=function(){this.player.playMedia();};this.pauseMedia=function(){this.player.pauseMedia();};this.stopMedia=function(){this.player.stopMedia();};this.seekMedia=function(h){this.player.seekMedia(h);};this.setVolume=function(h){this.player.setVolume(h);};this.getVolume=function(){return this.player.getVolume();};this.getDuration=function(){return this.player.getDuration();};this.getCurrentTime=function(){return this.player.getCurrentTime();};this.getBytesLoaded=function(){return this.player.getMediaBytesLoaded();};this.getBytesTotal=function(){return this.player.getMediaBytesTotal();};this.hasControls=function(){return true;};this.showControls=function(h){this.player.showPlugin("controlBar",h);this.player.showPlugin("playLoader",h);};this.getEmbedCode=function(){var h={config:"config",id:"mediafront_player",file:this.videoFile.path,image:this.preview,skin:e.skin};if(this.videoFile.stream){h.stream=this.videoFile.stream;}return jQuery.media.utils.getFlash(e.flashPlayer,"mediafront_player",e.embedWidth,e.embedHeight,h,e.wmode);};this.setQuality=function(h){};this.getQuality=function(){return"";};this.getMediaLink=function(){return"This video currently does not have a link.";};})(this,c,b);};jQuery.media=jQuery.extend({},{json:function(b){return new (function(e){var f=this;var c={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};var d={"boolean":function(g){return String(g);},"null":function(g){return"null";},number:function(g){return isFinite(g)?String(g):"null";},string:function(g){if(/["\\\x00-\x1f]/.test(g)){g=g.replace(/([\x00-\x1f\\"])/g,function(i,h){var j=c[h];if(j){return j;}j=h.charCodeAt();return"\\u00"+Math.floor(j/16).toString(16)+(j%16).toString(16);});}return'"'+g+'"';},array:function(h){var k=["["],g,o,n,j=h.length,m;for(n=0;n<j;n+=1){m=h[n];o=d[typeof m];if(o){m=o(m);if(typeof m=="string"){if(g){k[k.length]=",";}k[k.length]=m;g=true;}}}k[k.length]="]";return k.join("");},object:function(h){if(h){if(h instanceof Array){return d.array(h);}var j=["{"],g,m,l,k;for(l in h){if(h.hasOwnProperty(l)){k=h[l];m=d[typeof k];if(m){k=m(k);if(typeof k=="string"){if(g){j[j.length]=",";}j.push(d.string(l),":",k);g=true;}}}}j[j.length]="}";return j.join("");}return"null";}};this.serializeToJSON=function(g){return d.object(g);};this.call=function(k,j,g,i,h){if(e.baseURL){jQuery.ajax({url:e.baseURL+k,dataType:"json",type:"POST",data:{methodName:k,params:this.serializeToJSON(i)},error:function(l,n,m){if(g){g(n);}else{console.log("Error: "+n);}},success:function(l){if(j){j(l);}}});}else{if(j){j(null);}}};})(b);}},jQuery.media);window.onDailymotionPlayerReady=function(b){b=b.replace("_media","");jQuery.media.players[b].node.player.media.player.onReady();};jQuery.media.playerTypes=jQuery.extend(jQuery.media.playerTypes,{dailymotion:function(b){return(b.search(/^http(s)?\:\/\/(www\.)?dailymotion\.com/i)===0);}});jQuery.fn.mediadailymotion=function(c,b){return new (function(f,e,d){this.display=f;var g=this;this.player=null;this.videoFile=null;this.meta=false;this.loaded=false;this.ready=false;this.createMedia=function(i,k){this.videoFile=i;this.ready=false;var h=(e.id+"_media");var j=Math.floor(Math.random()*1000000);var l="http://www.dailymotion.com/swf/"+i.path+"?rand="+j+"&amp;enablejsapi=1&amp;playerapiid="+h;jQuery.media.utils.insertFlash(this.display,l,h,"100%","100%",{},e.wmode,function(m){g.player=m;g.loadPlayer();});};this.loadMedia=function(h){if(this.player){this.loaded=false;this.meta=false;this.videoFile=h;d({type:"playerready"});this.player.loadVideoById(this.videoFile.path,0);}};this.onReady=function(){this.ready=true;this.loadPlayer();};this.loadPlayer=function(){if(this.ready&&this.player){window[e.id+"StateChange"]=function(h){g.onStateChange(h);};window[e.id+"PlayerError"]=function(h){g.onError(h);};this.player.addEventListener("onStateChange",e.id+"StateChange");this.player.addEventListener("onError",e.id+"PlayerError");d({type:"playerready"});this.player.loadVideoById(this.videoFile.path,0);}};this.onStateChange=function(i){var h=this.getPlayerState(i);if(!(!this.meta&&h=="stopped")){d({type:h});}if(!this.loaded&&h=="buffering"){this.loaded=true;d({type:"paused"});if(e.autostart){this.playMedia();}}if(!this.meta&&h=="playing"){this.meta=true;d({type:"meta"});}};this.onError=function(i){var h="An unknown error has occured: "+i;if(i==100){h="The requested video was not found.  ";h+="This occurs when a video has been removed (for any reason), ";h+="or it has been marked as private.";}else{if((i==101)||(i==150)){h="The video requested does not allow playback in an embedded player.";}}d({type:"error",data:h});};this.getPlayerState=function(h){switch(h){case 5:return"ready";case 3:return"buffering";case 2:return"paused";case 1:return"playing";case 0:return"complete";case -1:return"stopped";default:return"unknown";}return"unknown";};this.playMedia=function(){d({type:"buffering"});this.player.playVideo();};this.pauseMedia=function(){this.player.pauseVideo();};this.stopMedia=function(){this.player.stopVideo();};this.seekMedia=function(h){d({type:"buffering"});this.player.seekTo(h,true);};this.setVolume=function(h){this.player.setVolume(h*100);};this.getVolume=function(){return(this.player.getVolume()/100);};this.getDuration=function(){return this.player.getDuration();};this.getCurrentTime=function(){return this.player.getCurrentTime();};this.getBytesLoaded=function(){return this.player.getVideoBytesLoaded();};this.getBytesTotal=function(){return this.player.getVideoBytesTotal();};this.getEmbedCode=function(){return this.player.getVideoEmbedCode();};this.getMediaLink=function(){return this.player.getVideoUrl();};this.hasControls=function(){return true;};this.showControls=function(h){};this.setQuality=function(h){};this.getQuality=function(){return"";};})(this,c,b);};jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{node:"",incrementTime:5});jQuery.media.ids=jQuery.extend(jQuery.media.ids,{voter:"#mediavoter",uservoter:"#mediauservoter",mediaRegion:"#mediaregion",field:".mediafield"});jQuery.fn.medianode=function(c,b){if(this.length===0){return null;}return new (function(f,e,d){d=jQuery.media.utils.getSettings(d);this.display=e;this.nodeInfo={};this.incremented=false;var g=this;this.player=this.display.find(d.ids.mediaRegion).minplayer(d);if(this.player&&this.player.media&&(d.incrementTime!==0)){this.player.media.display.bind("mediaupdate",function(h,i){g.onMediaUpdate(i);});}this.images=[];this.addVoters=function(h){this.voter=h.find(d.ids.voter).mediavoter(d,f,false);this.uservoter=h.find(d.ids.uservoter).mediavoter(d,f,true);if(this.uservoter&&this.voter){this.uservoter.display.bind("processing",function(){g.player.showBusy(2,true);});this.uservoter.display.bind("voteGet",function(){g.player.showBusy(2,false);});this.uservoter.display.bind("voteSet",function(j,i){g.player.showBusy(2,false);g.voter.updateVote(i);});}};this.addVoters(this.display);this.onMediaUpdate=function(h){if(!this.incremented){switch(h.type){case"update":if((d.incrementTime>0)&&(h.currentTime>d.incrementTime)){this.incremented=true;f.call(jQuery.media.commands.incrementCounter,null,null,g.nodeInfo.nid);}break;case"complete":if(d.incrementTime<0){this.incremented=true;f.call(jQuery.media.commands.incrementCounter,null,null,g.nodeInfo.nid);}break;}}};this.loadNode=function(h){return this.getNode(this.translateNode(h));};this.translateNode=function(i){var j=((typeof i)=="number")||((typeof i)=="string");if(!i){var h=d.node;if((typeof h)=="object"){h.load=false;return h;}else{return h?{nid:h,load:true}:null;}}else{if(j){return{nid:i,load:true};}else{i.load=false;return i;}}};this.getNode=function(h){if(h){if(f&&h.load){f.call(jQuery.media.commands.loadNode,function(i){g.setNode(i);},null,h.nid,{});}else{this.setNode(h);}return true;}return false;};this.setNode=function(h){if(h){this.nodeInfo=h;this.incremented=false;if(this.player&&this.nodeInfo.mediafiles){var i=this.getImage("preview");if(i){this.player.loadImage(i.path);}else{this.player.clearImage();}this.player.loadFiles(this.nodeInfo.mediafiles.media);}if(this.voter){this.voter.getVote(h);}if(this.uservoter){this.uservoter.getVote(h);}this.display.find(d.ids.field).each(function(){g.setField(this,h,a(this).attr("type"),a(this).attr("field"));});this.display.trigger("nodeload",this.nodeInfo);}};this.setField=function(j,i,h,k){if(h){switch(h){case"text":this.setTextField(j,i,k);break;case"image":this.setImageField(j,k);break;case"cck_text":this.setCCKTextField(j,i,k);break;}}};this.setTextField=function(i,h,k){var j=h[k];if(j){a(i).empty().html(j);}return true;};this.setCCKTextField=function(i,h,k){if(args.fieldType=="cck_text"){var j=h[k];if(j){a(i).empty().html(j["0"].value);}}return true;};this.onResize=function(){if(this.player){this.player.onResize();}};this.getImage=function(j){var h=this.nodeInfo.mediafiles?this.nodeInfo.mediafiles.images:null;var k=null;if(h){if(h[j]){k=h[j];}else{for(var i in h){if(h.hasOwnProperty(i)){k=h[i];break;}}}k=(typeof k==="string")?{path:k}:k;k.path=k.path?jQuery.trim(k.path):(d.baseURL+jQuery.trim(k.filepath));if(k&&k.path){k.path=k.path?jQuery.trim(k.path):(d.baseURL+jQuery.trim(k.filepath));}else{k=null;}}return k;};this.setImageField=function(i,k){var h=this.getImage(k);if(h){var j=a(i).empty().mediaimage();this.images.push(j);j.loadImage(h.path);}};})(c,this,b);};jQuery.media=jQuery.extend({},{sha256:function(){function b(T,S){b.charSize=8;b.b64pad="";b.hexCase=0;var Q=null;var H=null;var x=function(p){var o=[];var s=(1<<b.charSize)-1;var r=p.length*b.charSize;for(var q=0;q<r;q+=b.charSize){o[q>>5]|=(p.charCodeAt(q/b.charSize)&s)<<(32-b.charSize-q%32);}return o;};var n=function(p){var o=[];var s=p.length;for(var q=0;q<s;q+=2){var r=parseInt(p.substr(q,2),16);if(!isNaN(r)){o[q>>3]|=r<<(24-(4*(q%8)));}else{return"INVALID HEX STRING";}}return o;};var l=null;var j=null;if("HEX"===S){if(0!==(T.length%2)){return"TEXT MUST BE IN BYTE INCREMENTS";}l=T.length*4;j=n(T);}else{if(("ASCII"===S)||("undefined"===typeof(S))){l=T.length*b.charSize;j=x(T);}else{return"UNKNOWN TEXT INPUT TYPE";}}var R=function(p){var o=b.hexCase?"0123456789ABCDEF":"0123456789abcdef";var s="";var r=p.length*4;for(var q=0;q<r;q++){s+=o.charAt((p[q>>2]>>((3-q%4)*8+4))&15)+o.charAt((p[q>>2]>>((3-q%4)*8))&15);}return s;};var K=function(p){var o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var v="";var u=p.length*4;for(var r=0;r<u;r+=3){var s=(((p[r>>2]>>8*(3-r%4))&255)<<16)|(((p[r+1>>2]>>8*(3-(r+1)%4))&255)<<8)|((p[r+2>>2]>>8*(3-(r+2)%4))&255);for(var q=0;q<4;q++){if(r*8+q*6>p.length*32){v+=b.b64pad;}else{v+=o.charAt((s>>6*(3-q))&63);}}}return v;};var z=function(o,p){if(p<32){return(o>>>p)|(o<<(32-p));}else{return o;}};var y=function(o,p){if(p<32){return o>>>p;}else{return 0;}};var t=function(o,q,p){return(o&q)^(~o&p);};var m=function(o,q,p){return(o&q)^(o&p)^(q&p);};var k=function(o){return z(o,2)^z(o,13)^z(o,22);};var i=function(o){return z(o,6)^z(o,11)^z(o,25);};var h=function(o){return z(o,7)^z(o,18)^y(o,3);};var g=function(o){return z(o,17)^z(o,19)^y(o,10);};var f=function(p,r){var q=(p&65535)+(r&65535);var o=(p>>>16)+(r>>>16)+(q>>>16);return((o&65535)<<16)|(q&65535);};var e=function(p,o,u,s){var r=(p&65535)+(o&65535)+(u&65535)+(s&65535);var q=(p>>>16)+(o>>>16)+(u>>>16)+(s>>>16)+(r>>>16);return((q&65535)<<16)|(r&65535);};var d=function(p,o,v,u,s){var r=(p&65535)+(o&65535)+(v&65535)+(u&65535)+(s&65535);var q=(p>>>16)+(o>>>16)+(v>>>16)+(u>>>16)+(s>>>16)+(r>>>16);return((q&65535)<<16)|(r&65535);};var c=function(B,A,w){var o=[];var M,L,J,I,G,F,E,D;var v,s;var q;var p=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];if(w==="SHA-224"){q=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428];}else{q=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225];}B[A>>5]|=128<<(24-A%32);B[((A+1+64>>9)<<4)+15]=A;var u=B.length;for(var C=0;C<u;C+=16){M=q[0];L=q[1];J=q[2];I=q[3];G=q[4];F=q[5];E=q[6];D=q[7];for(var r=0;r<64;r++){if(r<16){o[r]=B[r+C];}else{o[r]=e(g(o[r-2]),o[r-7],h(o[r-15]),o[r-16]);}v=d(D,i(G),t(G,F,E),p[r],o[r]);s=f(k(M),m(M,L,J));D=E;E=F;F=G;G=f(I,v);I=J;J=L;L=M;M=f(v,s);}q[0]=f(M,q[0]);q[1]=f(L,q[1]);q[2]=f(J,q[2]);q[3]=f(I,q[3]);q[4]=f(G,q[4]);q[5]=f(F,q[5]);q[6]=f(E,q[6]);q[7]=f(D,q[7]);}switch(w){case"SHA-224":return[q[0],q[1],q[2],q[3],q[4],q[5],q[6]];case"SHA-256":return q;default:return[];}};this.getHash=function(p,o){var r=null;var q=j.slice();switch(o){case"HEX":r=R;break;case"B64":r=K;break;default:return"FORMAT NOT RECOGNIZED";}switch(p){case"SHA-224":if(Q===null){Q=c(q,l,p);}return r(Q);case"SHA-256":if(H===null){H=c(q,l,p);}return r(H);default:return"HASH NOT RECOGNIZED";}};this.getHMAC=function(D,C,B,A){var w=null;var v=null;var u=[];var s=[];var q=null;var p=null;var o=null;switch(A){case"HEX":w=R;break;case"B64":w=K;break;default:return"FORMAT NOT RECOGNIZED";}switch(B){case"SHA-224":o=224;break;case"SHA-256":o=256;break;default:return"HASH NOT RECOGNIZED";}if("HEX"===C){if(0!==(D.length%2)){return"KEY MUST BE IN BYTE INCREMENTS";}v=n(D);p=D.length*4;}else{if("ASCII"===C){v=x(D);p=D.length*b.charSize;}else{return"UNKNOWN KEY INPUT TYPE";}}if(512<p){v=c(v,p,B);v[15]&=4294967040;}else{if(512>p){v[15]&=4294967040;}}for(var r=0;r<=15;r++){u[r]=v[r]^909522486;s[r]=v[r]^1549556828;}q=c(u.concat(j),512+l,B);q=c(s.concat(q),512+o,B);return(w(q));};}this.encrypt=function(e,c){var d=new b(c,"ASCII");return d.getHMAC(e,"ASCII","SHA-256","HEX");};}},jQuery.media);window.onVimeoReady=function(b){b=b.replace("_media","");jQuery.media.players[b].node.player.media.player.onReady();};window.onVimeoFinish=function(b){b=b.replace("_media","");jQuery.media.players[b].node.player.media.player.onFinished();};window.onVimeoLoading=function(c,b){b=b.replace("_media","");jQuery.media.players[b].node.player.media.player.onLoading(c);};window.onVimeoPlay=function(b){b=b.replace("_media","");jQuery.media.players[b].node.player.media.player.onPlaying();};window.onVimeoPause=function(b){b=b.replace("_media","");jQuery.media.players[b].node.player.media.player.onPaused();};window.onVimeoProgress=function(c,b){b=b.replace("_media","");jQuery.media.players[b].node.player.media.player.onProgress(c);};jQuery.media.playerTypes=jQuery.extend(jQuery.media.playerTypes,{vimeo:function(b){return(b.search(/^http(s)?\:\/\/(www\.)?vimeo\.com/i)===0);}});jQuery.fn.mediavimeo=function(c,b){return new (function(f,e,d){this.display=f;var g=this;this.player=null;this.videoFile=null;this.ready=false;this.bytesLoaded=0;this.bytesTotal=0;this.currentVolume=1;this.createMedia=function(j,l){this.videoFile=j;this.ready=false;var i=(e.id+"_media");var h={clip_id:this.getId(j.path),width:"100%",height:"100%",js_api:"1",js_onLoad:"onVimeoReady",js_swf_id:i};var k=Math.floor(Math.random()*1000000);var m="http://vimeo.com/moogaloop.swf?rand="+k;jQuery.media.utils.insertFlash(this.display,m,i,"100%","100%",h,e.wmode,function(n){g.player=n;g.loadPlayer();});};this.getId=function(i){var h=/^http[s]?\:\/\/(www\.)?vimeo\.com\/([0-9]+)/i;return(i.search(h)==0)?i.replace(h,"$2"):i;};this.loadMedia=function(h){this.bytesLoaded=0;this.bytesTotal=0;this.createMedia(h);};this.onReady=function(){this.ready=true;this.loadPlayer();};this.loadPlayer=function(){if(this.ready&&this.player){this.player.api_addEventListener("onProgress","onVimeoProgress");this.player.api_addEventListener("onFinish","onVimeoFinish");this.player.api_addEventListener("onLoading","onVimeoLoading");this.player.api_addEventListener("onPlay","onVimeoPlay");this.player.api_addEventListener("onPause","onVimeoPause");d({type:"playerready"});this.playMedia();}};this.onFinished=function(){d({type:"complete"});};this.onLoading=function(h){this.bytesLoaded=h.bytesLoaded;this.bytesTotal=h.bytesTotal;};this.onPlaying=function(){d({type:"playing"});};this.onPaused=function(){d({type:"paused"});};this.playMedia=function(){d({type:"playing"});this.player.api_play();};this.onProgress=function(h){d({type:"progress"});};this.pauseMedia=function(){d({type:"paused"});this.player.api_pause();};this.stopMedia=function(){this.pauseMedia();this.player.api_unload();};this.seekMedia=function(h){this.player.api_seekTo(h);};this.setVolume=function(h){this.currentVolume=h;this.player.api_setVolume((h*100));};this.getVolume=function(){return this.currentVolume;};this.getDuration=function(){return this.player.api_getDuration();};this.getCurrentTime=function(){return this.player.api_getCurrentTime();};this.getBytesLoaded=function(){return this.bytesLoaded;};this.getBytesTotal=function(){return this.bytesTotal;};this.setQuality=function(h){};this.getQuality=function(){return"";};this.hasControls=function(){return true;};this.showControls=function(h){};this.getEmbedCode=function(){return"This video cannot be embedded.";};this.getMediaLink=function(){return"This video currently does not have a link.";};})(this,c,b);};jQuery.fn.mediavoter=function(b,d,c){if(this.length===0){return null;}return new (function(f,e,h,g){this.display=f;var i=this;this.nodeId=0;this.votes=[];this.tag=this.display.attr("tag");this.display.find("div").each(function(){if(g){a(this).css("cursor","pointer");a(this).bind("click",function(j){i.setVote(parseInt(a(this).attr("vote"),10));});a(this).bind("mouseenter",function(j){i.updateVote({value:parseInt(a(this).attr("vote"),10)},true);});}i.votes.push({vote:parseInt(a(this).attr("vote"),10),display:a(this)});});this.votes.sort(function(k,j){return(k.vote-j.vote);});if(g){this.display.bind("mouseleave",function(j){i.updateVote({value:0},true);});}this.updateVote=function(j,k){if(j&&e.template.updateVote){e.template.updateVote(this,j.value,k);}};this.getVote=function(k){if(k&&k.nid){this.nodeId=parseInt(k.nid,10);if(k.vote){var j=g?k.vote.uservote:k.vote.vote;this.updateVote(k.vote.vote,false);this.display.trigger("voteGet",j);}else{if(h&&k.nid&&(this.display.length>0)){this.display.trigger("processing");var l=g?jQuery.media.commands.getUserVote:jQuery.media.commands.getVote;h.call(l,function(m){i.updateVote(m,false);i.display.trigger("voteGet",m);},null,"node",this.nodeId,this.tag);}}}};this.setVote=function(j){if(h&&this.nodeId){this.display.trigger("processing");this.updateVote({value:j},false);h.call(jQuery.media.commands.setVote,function(k){i.display.trigger("voteSet",k);},null,"node",this.nodeId,j,this.tag);}};this.deleteVote=function(){if(h&&this.nodeId){this.display.trigger("processing");h.call(jQuery.media.commands.deleteVote,function(j){i.updateVote(j,false);i.display.trigger("voteDelete",j);},null,"node",this.nodeId,this.tag);}};})(this,b,d,c);};jQuery.media=jQuery.extend({},{auto:function(b){return new (function(c){this.json=jQuery.media.json(c);this.rpc=jQuery.media.rpc(c);this.call=function(h,g,d,f,e){if(e=="json"){this.json.call(h,g,d,f,e);}else{this.rpc.call(h,g,d,f,e);}};})(b);}},jQuery.media);jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{vertical:true,scrollSpeed:20,updateTimeout:40,hysteresis:40,showScrollbar:true,scrollMode:"auto"});jQuery.media.ids=jQuery.extend(jQuery.media.ids,{listMask:"#medialistmask",list:"#medialist",scrollWrapper:"#mediascrollbarwrapper",scrollBar:"#mediascrollbar",scrollTrack:"#mediascrolltrack",scrollHandle:"#mediascrollhandle",scrollUp:"#mediascrollup",scrollDown:"#mediascrolldown"});jQuery.fn.mediascroll=function(b){return new (function(c,e){e=jQuery.media.utils.getSettings(e);this.display=c;var f=this;this.spanMode=(e.scrollMode=="span");this.listMask=c.find(e.ids.listMask);if(this.spanMode||(e.scrollMode=="auto")){this.listMask.bind("mouseenter",function(g){f.onMouseOver(g);});this.listMask.bind("mouseleave",function(g){f.onMouseOut(g);});this.listMask.bind("mousemove",function(g){f.onMouseMove(g);});}this.listMask.css("overflow","hidden");this.list=c.find(e.ids.list);var d=this.list.children().eq(0);this.elementWidth=d.width();this.elementHeight=d.height();this.elementSize=e.vertical?d.outerHeight(true):d.outerWidth(true);if(jQuery.browser.msie&&parseInt(jQuery.fn.jquery.replace(".",""),10)<132){this.template=a("<div></div>").append(jQuery.media.utils.cloneFix(d)).html();}else{this.template=a("<div></div>").append(d.clone()).html();}this.list.empty();this.pagePos=e.vertical?"pageY":"pageX";this.margin=e.vertical?"marginTop":"marginLeft";this.scrollSize=e.vertical?0:this.listMask.width();this.scrollMid=0;this.mousePos=0;this.listPos=0;this.scrollInterval=0;this.shouldScroll=false;this.bottomPos=0;this.ratio=0;this.elements=[];this.listSize=0;this.scrollBar=c.find(e.ids.scrollTrack).mediaslider(e.ids.scrollHandle,e.vertical);this.scrollUp=c.find(e.ids.scrollUp).medialink(e,function(){f.scroll(true);});this.scrollDown=c.find(e.ids.scrollDown).medialink(e,function(){f.scroll(false);});if(this.scrollBar){this.scrollBar.display.bind("updatevalue",function(g,h){f.setScrollPos(h*f.bottomPos,false);});this.scrollBar.display.bind("setvalue",function(g,h){f.setScrollPos(h*f.bottomPos,true);});}this.setScrollSize=function(g){if(g){this.scrollSize=g;this.scrollMid=this.scrollSize/2;var h=this.scrollSize-(e.hysteresis*2);this.bottomPos=(this.listSize-this.scrollSize);this.ratio=((this.listSize-h)/h);this.shouldScroll=(this.bottomPos>0);}};this.clear=function(){this.mousePos=0;this.shouldScroll=false;this.bottomPos=0;this.ratio=0;this.scrolling=false;this.elements=[];this.listSize=0;this.list.css(this.margin,0);this.list.children().unbind();clearInterval(this.scrollInterval);this.list.empty();};this.getOffset=function(){return e.vertical?this.listMask.offset().top:this.listMask.offset().left;};this.activate=function(){this.setScrollSize(e.vertical?this.listMask.height():this.listMask.width());this.setScrollPos(0,true);};this.newItem=function(){var h=a(this.template);this.list.append(h);var g=this.getElement(h,this.elements.length);this.listSize+=g.size;if(e.vertical){this.list.css({height:this.listSize});}else{this.list.css({width:this.listSize});}this.elements.push(g);return g.obj;};this.getElement=function(i,g){var h=this.elementSize;var j=this.listSize;return{obj:i,size:h,position:j,bottom:(j+h),mid:(h/2),index:g};};this.scroll=function(g){var h=this.getElementAtPosition(g?0:this.scrollSize);if(h){var j=(h.straddle||g)?h:this.elements[h.index+1];if(j){var i=g?j.position:(j.bottom-this.scrollSize);this.setScrollPos(i,true);}}};this.onMouseMove=function(g){this.mousePos=g[this.pagePos]-this.getOffset();if(this.shouldScroll&&this.spanMode){this.setScrollPos((this.mousePos-e.hysteresis)*this.ratio);}};this.onMouseOver=function(g){if(this.shouldScroll){clearInterval(this.scrollInterval);this.scrollInterval=setInterval(function(){f.update();},e.updateTimeout);}};this.onMouseOut=function(g){clearInterval(this.scrollInterval);};this.align=function(g){var h=this.getElementAtPosition(g?0:this.scrollSize);if(h){var i=g?h.position:(h.bottom-this.scrollSize);this.setScrollPos(i,true);}};this.setVisible=function(g){var i=this.elements[g];if(i){var h=this.listPos;if(i.position<this.listPos){h=i.position;}else{if((i.bottom-this.listPos)>this.scrollSize){h=i.bottom-this.scrollSize;}}if(h!=this.listPos){this.setScrollPos(h,true);}}};this.getElementAtPosition=function(g){var j=null;var h=this.elements.length;while(h--){j=this.elements[h];if(((j.position-this.listPos)<g)&&((j.bottom-this.listPos)>=g)){j.straddle=((j.bottom-this.listPos)!=g);break;}}return j;};this.update=function(){var h=this.mousePos-this.scrollMid;if(Math.abs(h)>e.hysteresis){var g=(h>0)?-e.hysteresis:e.hysteresis;h=e.scrollSpeed*((this.mousePos+g-this.scrollMid)/this.scrollMid);this.setScrollPos(this.listPos+h);}};this.setScrollPos=function(i,h){i=(i<0)?0:i;if(this.shouldScroll&&(i>this.bottomPos)){i=this.bottomPos;}this.listPos=i;if(this.scrollBar){var g=this.bottomPos?(this.listPos/this.bottomPos):0;this.scrollBar.setPosition(g);}if(h){if(e.vertical){this.list.animate({marginTop:-this.listPos},(e.scrollSpeed*10));}else{this.list.animate({marginLeft:-this.listPos},(e.scrollSpeed*10));}}else{this.list.css(this.margin,-this.listPos);}};})(this,b);};jQuery.fn.medialink=function(b,d,c){c=c?c:{noargs:true};return new (function(f,e,h,g){var i=this;this.display=f;this.display.css("cursor","pointer").bind("click",g,function(j){h(j,a(this));}).bind("mouseenter",function(){if(e.template.onLinkOver){e.template.onLinkOver(a(this));}}).bind("mouseleave",function(){if(e.template.onLinkOut){e.template.onLinkOut(a(this));}});})(this,b,d,c);};jQuery.media=jQuery.extend({},{utils:{getBaseURL:function(){var b=new RegExp(/^(http[s]?\:[\\\/][\\\/])([^\\\/\?]+)/);var c=b.exec(location.href);return c?c[0]:"";},timer:{},stopElementHide:{},showThenHide:function(b,f,c,d,e){if(b){b.show(c);if(jQuery.media.utils.timer.hasOwnProperty(f)){clearTimeout(jQuery.media.utils.timer[f]);}jQuery.media.utils.timer[f]=setTimeout(function(){if(!jQuery.media.utils.stopElementHide[f]){b.hide(d,function(){if(jQuery.media.utils.stopElementHide[f]){b.show();}if(e){e();}});}},5000);}},stopHide:function(b,c){jQuery.media.utils.stopElementHide[c]=true;if(b){b.unbind("mouseover").unbind("mouseout");}},stopHideOnOver:function(b,c){if(b){jQuery.media.utils.stopElementHide[c]=false;b.bind("mouseover",{id:c},function(d){jQuery.media.utils.stopElementHide[d.data.id]=true;}).bind("mouseout",{id:c},function(d){jQuery.media.utils.stopElementHide[d.data.id]=false;});}},getSettings:function(b){if(!b){b={};}if(!b.initialized){b=jQuery.extend({},jQuery.media.defaults,b);b.ids=jQuery.extend({},jQuery.media.ids,b.ids);b.baseURL=b.baseURL?b.baseURL:jQuery.media.utils.getBaseURL();b.baseURL+=b.baseURL?"/":"";b.initialized=true;}return b;},getId:function(b){return b.attr("id")?b.attr("id"):b.attr("class")?b.attr("class"):"mediaplayer";},getScaledRect:function(b,e){var d={};d.x=e.x?e.x:0;d.y=e.y?e.y:0;d.width=e.width?e.width:0;d.height=e.height?e.height:0;if(b){var c=(e.width/e.height);d.height=(c>b)?e.height:Math.floor(e.width/b);d.width=(c>b)?Math.floor(e.height*b):e.width;d.x=Math.floor((e.width-d.width)/2);d.y=Math.floor((e.height-d.height)/2);}return d;},checkVisibility:function(d,c){var b=true;d.parents().each(function(){var e=jQuery(this);if(!e.is(":visible")){b=false;var f=e.attr("class");c.push({obj:e,attr:f});e.removeClass(f);}});},resetVisibility:function(b){var c=b.length;while(c--){b[c].obj.addClass(b[c].attr);}},getFlash:function(h,b,c,i,e,d){var j=window.location.protocol;if(j.charAt(j.length-1)==":"){j=j.substring(0,j.length-1);}var g=jQuery.param(e);var f='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ';f+='codebase="'+j+'://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" ';f+='width="'+c+'" ';f+='height="'+i+'" ';f+='id="'+b+'" ';f+='name="'+b+'"> ';f+='<param name="allowScriptAccess" value="always"></param>';f+='<param name="allowfullscreen" value="true" />';f+='<param name="movie" value="'+h+'"></param>';f+='<param name="wmode" value="'+d+'"></param>';f+='<param name="quality" value="high"></param>';f+='<param name="FlashVars" value="'+g+'"></param>';f+='<embed src="'+h+'" quality="high" width="'+c+'" height="'+i+'" ';f+='id="'+b+'" name="'+b+'" swLiveConnect="true" allowScriptAccess="always" wmode="'+d+'"';f+='allowfullscreen="true" type="application/x-shockwave-flash" FlashVars="'+g+'" ';f+='pluginspage="'+j+'://www.macromedia.com/go/getflashplayer" />';f+="</object>";return f;},removeFlash:function(c,d){if(typeof(swfobject)!="undefined"){swfobject.removeSWF(d);}else{var b=c.find("object").eq(0)[0];if(b){b.parentNode.removeChild(b);}}},insertFlash:function(h,k,c,d,l,f,e,j){jQuery.media.utils.removeFlash(h,c);h.children().remove();h.append('<div id="'+c+'"><p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p></div>');if(typeof(swfobject)!="undefined"){var g={allowScriptAccess:"always",allowfullscreen:"true",wmode:e,quality:"high"};swfobject.embedSWF(k,c,d,l,"9.0.0","expressInstall.swf",f,g,{},function(m){j(m.ref);});}else{var i=jQuery.media.utils.getFlash(k,c,d,l,f,e);var b=h.find("#"+c).eq(0);if(jQuery.browser.msie){b[0].outerHTML=i;j(h.find("object").eq(0)[0]);}else{b.replaceWith(i);j(h.find("embed").eq(0)[0]);}}},cloneFix:function(e,d){var b=e.map(function(){var g=this.outerHTML;if(!g){var h=this.ownerDocument.createElement("div");h.appendChild(this.cloneNode(true));g=h.innerHTML;}return jQuery.clean([g.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0];});if(d===true){var f=e.find("*").andSelf(),c=0;b.find("*").andSelf().each(function(){if(this.nodeName!==f[c].nodeName){return;}var g=jQuery.data(f[c],"events");for(var i in g){if(g.hasOwnProperty(i)){for(var h in g[i]){if(g[i].hasOwnProperty(h)){jQuery.event.add(this,i,g[i][h],g[i][h].data);}}}}c++;});}return b;}}},jQuery.media);jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{logo:"logo.png",logoWidth:49,logoHeight:15,logopos:"sw",logox:5,logoy:5,link:"http://www.mediafront.org",file:"",image:"",timeout:4,autoLoad:true});jQuery.media.ids=jQuery.extend(jQuery.media.ids,{busy:"#mediabusy",preview:"#mediapreview",play:"#mediaplay",media:"#mediadisplay"});jQuery.fn.minplayer=function(b){if(this.length===0){return null;}return new (function(c,d){d=jQuery.media.utils.getSettings(d);this.display=c;var e=this;this.autoLoad=d.autoLoad;this.busy=c.find(d.ids.busy);this.busyImg=this.busy.find("img");this.busyWidth=this.busyImg.width();this.busyHeight=this.busyImg.height();this.play=c.find(d.ids.play);this.play.bind("click",function(){e.togglePlayPause();});this.playImg=this.play.find("img");this.playWidth=this.playImg.width();this.playHeight=this.playImg.height();this.preview=c.find(d.ids.preview).mediaimage();if(this.preview){this.preview.display.bind("imageLoaded",function(){e.onPreviewLoaded();});}this.usePlayerControls=false;this.busyFlags=0;this.busyVisible=false;this.playVisible=false;this.previewVisible=false;this.playing=false;this.hasMedia=false;this.timeoutId=0;this.width=this.display.width();this.height=this.display.height();this.showElement=function(h,f,g){if(h&&!this.usePlayerControls){if(f){h.show(g);}else{h.hide(g);}}};this.showPlay=function(f,g){f&=this.hasMedia;this.playVisible=f;this.showElement(this.play,f,g);};this.showBusy=function(h,f,g){f&=this.hasMedia;if(f){this.busyFlags|=(1<<h);}else{this.busyFlags&=~(1<<h);}this.busyVisible=(this.busyFlags>0);this.showElement(this.busy,this.busyVisible,g);};this.showPreview=function(f,g){this.previewVisible=f;if(this.preview){this.showElement(this.preview.display,f,g);}};this.onControlUpdate=function(f){if(this.media){if(this.media.playerReady){switch(f.type){case"play":this.media.player.playMedia();break;case"pause":this.media.player.pauseMedia();break;case"seek":this.media.player.seekMedia(f.value);break;case"volume":this.media.player.setVolume(f.value);break;case"mute":this.media.mute(f.value);break;}}else{if((this.media.playQueue.length>0)&&!this.media.mediaFile){this.autoLoad=true;this.playNext();}}if(d.template&&d.template.onControlUpdate){d.template.onControlUpdate(f);}}};this.fullScreen=function(f){if(d.template.onFullScreen){d.template.onFullScreen(f);}};this.onPreviewLoaded=function(){this.previewVisible=true;};this.onMediaUpdate=function(f){switch(f.type){case"paused":this.playing=false;this.showPlay(true);this.showBusy(1,false);if(!this.media.loaded){this.showPreview(true);}break;case"update":case"playing":this.playing=true;this.showPlay(false);this.showBusy(1,false);this.showPreview((this.media.mediaFile.type=="audio"));break;case"initialize":this.playing=false;this.showPlay(true);this.showBusy(1,this.autoLoad);this.showPreview(true);break;case"buffering":this.showPlay(true);this.showBusy(1,true);this.showPreview((this.media.mediaFile.type=="audio"));break;}};this.media=this.display.find(d.ids.media).mediadisplay(d);if(this.media){this.media.display.click(function(){if(e.media.player&&!e.media.hasControls()){e.media.player.pauseMedia();}});}if(!d.controllerOnly){this.display.prepend('<div class="'+d.prefix+'medialogo"></div>');this.logo=this.display.find("."+d.prefix+"medialogo").mediaimage(d.link);if(this.logo){this.logo.display.css({zIndex:(d.zIndex+90),width:d.logoWidth,height:d.logoHeight});this.logo.loadImage(d.logo);}}this.reset=function(){this.hasMedia=false;this.playing=false;this.showBusy(1,false);this.showPlay(true);this.showPreview(true);clearTimeout(this.timeoutId);if(this.media){this.media.reset();}};this.togglePlayPause=function(){if(this.media){if(this.media.playerReady){if(this.playing){this.showPlay(true);this.media.player.pauseMedia();}else{this.showPlay(false);this.media.player.playMedia();}}else{if((this.media.playQueue.length>0)&&!this.media.mediaFile){this.autoLoad=true;this.playNext();}}}};this.loadImage=function(f){if(this.preview){this.preview.loadImage(f);if(this.media){this.media.preview=f;}}};this.onResize=function(){if(this.preview){this.preview.refresh();}};this.clearImage=function(){if(this.preview){this.preview.clear();}};this.loadFiles=function(f){this.reset();this.hasMedia=this.media&&this.media.loadFiles(f);if(this.hasMedia&&this.autoLoad){this.media.playNext();}else{if(!this.hasMedia){this.showBusy(1,false);this.showPlay(false);this.timeoutId=setTimeout(function(){e.media.display.trigger("mediaupdate",{type:"complete"});},(d.timeout*1000));}}return this.hasMedia;};this.playNext=function(){if(this.media){this.media.playNext();}};this.hasControls=function(){if(this.media){return this.media.hasControls();}return true;};this.showControls=function(f){if(this.media){this.media.showControls(f);}};this.loadMedia=function(f){this.reset();if(this.media){this.media.loadMedia(f);}};if(d.file){this.loadMedia(d.file);}if(d.image){this.loadImage(d.image);}})(this,b);};jQuery.media.defaults=jQuery.extend(jQuery.media.defaults,{volume:80,autostart:false,streamer:"",embedWidth:450,embedHeight:337,wmode:"transparent",forceOverflow:false,quality:"default",repeat:false});jQuery.fn.mediadisplay=function(b){if(this.length===0){return null;}return new (function(d,c){this.settings=jQuery.media.utils.getSettings(c);this.display=d;var e=this;this.volume=0;this.player=null;this.preview="";this.updateInterval=null;this.progressInterval=null;this.playQueue=[];this.playIndex=0;this.playerReady=false;this.loaded=false;this.mediaFile=null;this.hasPlaylist=false;this.width=0;this.height=0;if(this.settings.forceOverflow){this.display.parents().css("overflow","visible");}this.reset=function(){this.loaded=false;this.stopMedia();clearInterval(this.progressInterval);clearInterval(this.updateInterval);this.playQueue.length=0;this.playQueue=[];this.playIndex=0;this.playerReady=false;this.mediaFile=null;this.display.empty().trigger("mediaupdate",{type:"reset"});};this.getPlayableMedia=function(j){var h=null;var f=j.length;while(f--){var g=new jQuery.media.file(j[f],this.settings);if(!h||(g.weight<h.weight)){h=g;}}return h;};this.getMediaFile=function(f){if(f){var g=typeof f;if(((g==="object")||(g==="array"))&&f[0]){f=this.getPlayableMedia(f);}}return f;};this.addToQueue=function(f){if(f){this.playQueue.push(this.getMediaFile(f));}};this.loadFiles=function(g){if(g){this.playQueue.length=0;this.playQueue=[];this.playIndex=0;this.addToQueue(g.intro);this.addToQueue(g.commercial);this.addToQueue(g.prereel);this.addToQueue(g.media);this.addToQueue(g.postreel);}var f=(this.playQueue.length>0);if(!f){this.display.trigger("mediaupdate",{type:"nomedia"});}return f;};this.playNext=function(){if(this.playQueue.length>this.playIndex){this.loadMedia(this.playQueue[this.playIndex]);this.playIndex++;}else{if(this.settings.repeat){this.playIndex=0;this.playNext();}else{if(this.hasPlaylist){this.reset();}else{this.loaded=false;this.settings.autostart=false;this.playIndex=0;this.playNext();}}}};this.loadMedia=function(f){if(f){f=new jQuery.media.file(this.getMediaFile(f),this.settings);this.stopMedia();if(!this.mediaFile||(this.mediaFile.player!=f.player)){this.player=null;this.playerReady=false;if(f.player){this.player=this.display["media"+f.player](this.settings,function(g){e.onMediaUpdate(g);});}if(this.player){this.player.createMedia(f,this.preview);}}else{if(this.player){this.player.loadMedia(f);}}this.mediaFile=f;this.onMediaUpdate({type:"initialize"});}};this.onMediaUpdate=function(g){switch(g.type){case"playerready":this.playerReady=true;this.player.setVolume(0);this.player.setQuality(this.settings.quality);this.display.css("marginLeft",-10000);this.startProgress();break;case"buffering":this.startProgress();break;case"stopped":clearInterval(this.progressInterval);clearInterval(this.updateInterval);break;case"paused":clearInterval(this.updateInterval);break;case"playing":this.startUpdate();break;case"progress":var f=this.getPercentLoaded();jQuery.extend(g,{percentLoaded:f});if(f>=1){clearInterval(this.progressInterval);}break;case"update":case"meta":jQuery.extend(g,{currentTime:this.player.getCurrentTime(),totalTime:this.getDuration(),volume:this.player.getVolume(),quality:this.getQuality()});break;case"complete":this.playNext();break;}if(g.type=="playing"&&!this.loaded){if(this.settings.autoLoad&&!this.settings.autostart){setTimeout(function(){e.player.setVolume((e.settings.volume/100));e.player.pauseMedia();e.settings.autostart=true;e.display.css("marginLeft",0);e.loaded=true;},100);}else{this.loaded=true;this.player.setVolume((this.settings.volume/100));this.display.trigger("mediaupdate",g);this.display.css("marginLeft",0);}}else{this.display.trigger("mediaupdate",g);}};this.startProgress=function(){if(this.playerReady){clearInterval(this.progressInterval);this.progressInterval=setInterval(function(){e.onMediaUpdate({type:"progress"});},500);}};this.startUpdate=function(){if(this.playerReady){clearInterval(this.updateInterval);this.updateInterval=setInterval(function(){if(e.playerReady){e.onMediaUpdate({type:"update"});}},1000);}};this.stopMedia=function(){this.loaded=false;clearInterval(this.progressInterval);clearInterval(this.updateInterval);if(this.playerReady){this.player.stopMedia();}};this.mute=function(f){if(f){this.volume=this.player.getVolume();this.player.setVolume(0);}else{this.player.setVolume(this.volume);}};this.getPercentLoaded=function(){var g=this.player.getBytesLoaded();var f=this.mediaFile.bytesTotal?this.mediaFile.bytesTotal:this.player.getBytesTotal();return f?(g/f):0;};this.showControls=function(f){if(this.playerReady){this.player.showControls(f);}};this.hasControls=function(){if(this.player){return this.player.hasControls();}return false;};this.getDuration=function(){if(!this.mediaFile.duration){this.mediaFile.duration=this.player.getDuration();}return this.mediaFile.duration;};this.getQuality=function(){if(!this.mediaFile.quality){this.mediaFile.quality=this.player.getQuality();}return this.mediaFile.quality;};})(this,b);};jQuery.media.ids=jQuery.extend(jQuery.media.ids,{close:"#mediamenuclose",embed:"#mediaembed",elink:"#mediaelink",email:"#mediaemail"});jQuery.fn.mediamenu=function(c,b){if(this.length===0){return null;}return new (function(f,g,e){e=jQuery.media.utils.getSettings(e);var h=this;this.display=g;this.on=false;this.contents=[];this.prevItem={id:0,link:null,contents:null};this.close=this.display.find(e.ids.close);this.close.bind("click",function(){h.display.trigger("menuclose");});this.setMenuItem=function(j,k){if(this.prevItem.id!=k){if(this.prevItem.id&&e.template.onMenuSelect){e.template.onMenuSelect(this.prevItem.link,this.prevItem.contents,false);}var i=this.contents[k];if(e.template.onMenuSelect){e.template.onMenuSelect(j,i,true);}this.prevItem={id:k,link:j,contents:i};}};this.setEmbedCode=function(i){this.setInputItem(e.ids.embed,i);};this.setMediaLink=function(i){this.setInputItem(e.ids.elink,i);};this.setInputItem=function(k,j){var i=this.contents[k].find("input");i.unbind();i.bind("click",function(){a(this).select().focus();});i.attr("value",j);};var d=0;this.links=this.display.find("a");this.links.each(function(){var j=a(this);if(j.length>0){var k=j.attr("href");var i=h.display.find(k);i.hide();h.contents[k]=i;j.bind("click",{id:k,obj:j.parent()},function(l){l.preventDefault();h.setMenuItem(l.data.obj,l.data.id);});if(d===0){h.setMenuItem(j.parent(),k);}d++;}});})(c,this,b);};})(jQuery);;
/**
 *  Copyright (c) 2010 Alethia Inc,
 *  http://www.alethia-inc.com
 *  Developed by Travis Tidwell | travist at alethia-inc.com
 *
 *  License:  GPL version 3.
 *
 *  Permission is hereby granted, free of charge, to any person obtaining a copy
 *  of this software and associated documentation files (the "Software"), to deal
 *  in the Software without restriction, including without limitation the rights
 *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 *  copies of the Software, and to permit persons to whom the Software is
 *  furnished to do so, subject to the following conditions:
 *
 *  The above copyright notice and this permission notice shall be included in
 *  all copies or substantial portions of the Software.

 *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 *  THE SOFTWARE.
 *
 *  This file serves as a starting point for new template designs.  Below you will
 *  see a listing of all media player "hooks" that can be implemented by the
 *  template to customize the functionality of this template.
 */
(function($) {
  jQuery.media = jQuery.media ? jQuery.media : {};
  jQuery.media.templates = jQuery.extend( {}, {
    "simpleblack" : function( mediaplayer, settings ) {
      return new (function( mediaplayer, settings ) {
        
        settings = jQuery.media.utils.getSettings(settings);
        var _this = this;

        this.mediaDisplay = null;
        this.player = null;
        this.logo = null;
        this.fullScreenButton = null;
        this.showController = true;

        /**
         * Called just before the mediaplayer is ready to show this template to the user.
         * This function is used to initialize the template given the current state of
         * settings passed to the player.  You can use this function to initialize variables,
         * change width's and height's of elements based on certain parameters passed to the
         * media player.
         *
         * @param - The settings object.
         */
        this.initialize = function( settings ) {
               
          // Get the player elements.
          this.mediaDisplay = mediaplayer.node.player.media;
          this.player = mediaplayer.node.player;
          this.logo = this.player.logo;
          this.fullScreenButton = mediaplayer.controller.display.find("#mediafront_resizeScreen");

          // Hide the volume bar by default.
          mediaplayer.controller.volumeBar.display.hide();
          this.fullScreenButton.find(".off").hide();

          // Show the control bar, and then hide it after 5 seconds of inactivity.
          if( this.showController ) {
            jQuery.media.utils.showThenHide( mediaplayer.controller.display, "display", null, "slow" );
          }
          jQuery.media.utils.showThenHide( this.logo.display, "logo", null, "slow" );

          // Make sure that we show the volume bar when they hover over the mute button.
          // Add a timer to the mouse move of the display to show the control bar and logo on mouse move.
          mediaplayer.display.bind("mousemove", function() {
            if( _this.showController ) {
              jQuery.media.utils.showThenHide( mediaplayer.controller.display, "display", "fast", "slow" );
            }
            jQuery.media.utils.showThenHide( _this.logo.display, "logo", "fast", "slow" );
          });

          // Show the volume bar when they hover over the mute button.
          mediaplayer.controller.mute.display.bind("mousemove", function() {
            if( _this.showController ) {
              jQuery.media.utils.showThenHide( mediaplayer.controller.volumeBar.display, "volumeBar", "fast", "fast" );
            }
          });

          // Stop the hide on both the control bar and the volumeBar.
          if( this.showController ) {
            jQuery.media.utils.stopHideOnOver( mediaplayer.controller.display, "display" );
            jQuery.media.utils.stopHideOnOver( mediaplayer.controller.volumeBar.display, "volumeBar" );
          }
        };

        /**
         * Returns our template settings overrides.  This is used to force a particular
         * setting to be a certain value if the user does not provide that parameter.
         *
         * @return - An associative array of our settings.  We can use this to override any
         *           default settings for the player as well as default ids.
         */
        this.getSettings = function() {
          return {
            volumeVertical:true
          };
        };

        /**
         * Called when the user presses the menu button.
         *
         * @param - If the menu should be on (true) or off (false).
         */
        this.onMenu = function( on ) {
          if( mediaplayer.menu ) {
            if( on ) {
              mediaplayer.menu.display.show( "normal" );
            }
            else {
              mediaplayer.menu.display.hide( "normal" );
            }
          }
        };

        /**
         * Called when the user presses the fullscreen button.
         *
         * @param - If the player is in fullscreen (true) or normal mode (false).
         */
        this.onFullScreen = function( on ) {
          if( on ) {
            this.fullScreenButton.find(".on").hide();
            this.fullScreenButton.find(".off").show();
            this.player.display.addClass("fullscreen");
            mediaplayer.menu.display.addClass("fullscreen");
            
            // Hide the players controls, and show the HTML controls.
            if( this.player ) {
              this.player.showControls(true);
            }
          }
          else {
            this.fullScreenButton.find(".on").show();
            this.fullScreenButton.find(".off").hide();
            this.player.display.removeClass("fullscreen");
            mediaplayer.menu.display.removeClass("fullscreen");
            
            // Hide the players controls, and show the HTML controls.
            if( this.player ) {
              this.player.showControls(false);
            }
          }
        };

        /**
         * Selects or Deselects a menu item.
         *
         * @param - The link jQuery object
         */
        this.onMenuSelect = function( link, contents, selected ) {
          if( selected ) {
            contents.show("normal");
            link.addClass('active');
          }
          else {
            contents.hide("normal");
            link.removeClass('active');
          }
        };

        this.onMediaUpdate = function( data ) {
          if( mediaplayer.controller && mediaplayer.node ) {
            if( data.type == "reset" ) {
              this.showController = true;
            }
            else if( data.type == "nomedia" ) {
              this.showController = false;
            }
          }
        };

        /**
         * This function is currently stubbed out.
         * You can implement it and hook into the time display by
         * reassigning this as follows...
         *
         *  this.formatTime = function( time ) {
         *  }
         *
         *  You can see the default implementation of this function
         *  by opening js/source/jquery.media.control.js on the line
         *  after it says this.formatTime = ...
         */
        this.formatTime = false;
      })( mediaplayer, settings );
    }
  }, jQuery.media.templates );
})(jQuery);
;

