﻿/*************************************************
**  jQuery Masonry version 1.0.1
**  copyright David DeSandro, licensed GPL & MIT
**  http://desandro.com/resources/jquery-masonry
**************************************************/
;(function($){$.fn.masonry=function(options,callback){function placeBrick($brick,setCount,setY,setSpan,props){var shortCol=0;for(i=0;i<setCount;i++){if(setY[i]<setY[shortCol])shortCol=i}$brick.css({top:setY[shortCol],left:props.colW*shortCol+props.posLeft});for(i=0;i<setSpan;i++){props.colY[shortCol+i]=setY[shortCol]+$brick.outerHeight(true)}}function masonrySetup($wall,opts,props){props.$bricks=opts.itemSelector==undefined?opts.$brickParent.children():opts.$brickParent.find(opts.itemSelector);if(opts.columnWidth==undefined){props.colW=props.masoned?$wall.data('masonry').colW:props.$bricks.outerWidth(true)}else{props.colW=opts.columnWidth}props.colCount=Math.floor($wall.width()/props.colW);props.colCount=Math.max(props.colCount,1)}function masonryArrange($wall,opts,props){if(!props.masoned)$wall.css('position','relative');if(!props.masoned||opts.appendedContent!=undefined){props.$bricks.css('position','absolute')}var cursor=$('<div />');$wall.prepend(cursor);props.posTop=Math.round(cursor.position().top);props.posLeft=Math.round(cursor.position().left);cursor.remove();if(props.masoned&&opts.appendedContent!=undefined){props.colY=$wall.data('masonry').colY;for(i=$wall.data('masonry').colCount;i<props.colCount;i++){props.colY[i]=props.posTop}}else{props.colY=[];for(i=0;i<props.colCount;i++){props.colY[i]=props.posTop}}if(opts.singleMode){props.$bricks.each(function(){var $brick=$(this);placeBrick($brick,props.colCount,props.colY,1,props)})}else{props.$bricks.each(function(){var $brick=$(this);var colSpan=Math.ceil($brick.outerWidth(true)/props.colW);colSpan=Math.min(colSpan,props.colCount);if(colSpan==1){placeBrick($brick,props.colCount,props.colY,1,props)}else{var groupCount=props.colCount+1-colSpan;var groupY=[0];for(i=0;i<groupCount;i++){groupY[i]=0;for(j=0;j<colSpan;j++){groupY[i]=Math.max(groupY[i],props.colY[i+j])}}placeBrick($brick,groupCount,groupY,colSpan,props)}})}props.wallH=0;for(i=0;i<props.colCount;i++){props.wallH=Math.max(props.wallH,props.colY[i])}$wall.height(props.wallH-props.posTop);callback.call(props.$bricks);$wall.data('masonry',props)}function masonryResize($wall,opts,props){var prevColCount=$wall.data('masonry').colCount;masonrySetup($wall,opts,props);if(props.colCount!=prevColCount)masonryArrange($wall,opts,props)}return this.each(function(){var $wall=$(this);var props=$.extend({},$.masonry);props.masoned=$wall.data('masonry')!=undefined;var previousOptions=props.masoned?$wall.data('masonry').options:{};var opts=$.extend({},props.defaults,previousOptions,options);props.options=opts.saveOptions?opts:previousOptions;callback=callback||function(){};if(props.masoned&&opts.appendedContent!=undefined){opts.$brickParent=opts.appendedContent}else{opts.$brickParent=$wall}if(opts.$brickParent.children().length>0){masonrySetup($wall,opts,props);masonryArrange($wall,opts,props);var resizeOn=previousOptions.resizeable;if(!resizeOn&&opts.resizeable){$(window).bind('resize.masonry',function(){masonryResize($wall,opts,props)})}if(resizeOn&&!opts.resizeable)$(window).unbind('resize.masonry')}else{return this}})};$.masonry={defaults:{singleMode:false,columnWidth:undefined,itemSelector:undefined,appendedContent:undefined,saveOptions:true,resizeable:true},colW:undefined,colCount:undefined,colY:undefined,wallH:undefined,masoned:undefined,posTop:0,posLeft:0,options:undefined,$bricks:undefined,$brickParent:undefined}})(jQuery);


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

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 2004 Monotype Imaging, Inc. All Rights Reserved.
 * 
 * Trademark:
 * Neo Sans is a trademark of Monotype Imaging, Inc. and may be registered in
 * certain jurisdictions.
 * 
 * Full name:
 * NeoSansStd-Bold
 * 
 * Vendor URL:
 * http://www.monotypeimaging.com.
 * 
 * License information:
 * http://www.monotypeimaging.com/html/type/license.html.
 */
Cufon.registerFont({"w":232,"face":{"font-family":"stopdwang","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 3 5 4 4 2 4","ascent":"275","descent":"-85","x-height":"3","bbox":"-12.9282 -306.693 314 73","underline-thickness":"28.8","underline-position":"0.36","stemh":"44","stemv":"58","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":93},"!":{"d":"79,-269r-7,180v-2,13,-25,5,-38,7v-4,0,-8,-3,-8,-7r-7,-180v6,-14,36,-4,53,-7v4,0,7,3,7,7xm77,-53v-3,17,7,46,-6,53v-16,-3,-45,7,-50,-7r0,-46v5,-13,34,-3,50,-6v4,0,6,2,6,6","w":98},"\"":{"d":"157,-276v5,-1,6,4,4,7r-27,79v-5,12,-35,6,-47,3r20,-82v5,-15,34,-4,50,-7xm78,-276v5,-1,6,4,4,7r-27,79v-5,13,-28,3,-43,6v-4,0,-3,-3,-3,-6r19,-79v6,-15,33,-4,50,-7","w":169,"k":{",":27,".":27,"\u2026":27}},"#":{"d":"197,-199v12,2,35,-6,37,6v-3,10,1,28,-9,31r-31,0r-5,58v12,2,33,-6,36,6v-3,10,0,27,-9,31r-31,0r-5,60v-3,14,-29,4,-43,7v-4,0,-6,-3,-6,-7r5,-60r-40,0r-6,60v-3,14,-29,4,-43,7v-3,0,-6,-3,-6,-7r5,-60v-12,-2,-34,6,-36,-6v4,-10,0,-27,10,-31r30,0r5,-58v-12,-2,-33,6,-36,-5v4,-10,-2,-32,10,-32r29,0r5,-62v4,-12,30,-3,44,-6v3,0,6,3,6,6r-6,62r41,0r6,-62v4,-12,29,-3,43,-6v4,0,6,3,6,6xm145,-162r-41,0r-5,58r41,0","w":251},"$":{"d":"140,-270v26,4,52,-1,59,14v-3,14,7,40,-7,42v-22,-2,-52,-4,-76,-4v-39,1,-36,30,-4,44v39,18,95,50,95,98v0,32,-18,66,-67,76v-2,14,6,38,-7,41v-15,-3,-43,7,-47,-7r0,-32v-21,-3,-45,0,-53,-14v3,-14,-7,-42,8,-42v30,0,105,19,100,-21v-2,-25,-52,-44,-73,-57v-62,-39,-61,-121,18,-136v2,-13,-6,-36,7,-38v15,3,43,-7,47,7r0,29"},"%":{"d":"288,-87v0,51,-9,89,-53,89v-44,0,-53,-37,-53,-89v0,-42,19,-62,53,-62v34,0,53,20,53,62xm248,-267v5,-1,3,5,2,7r-150,252v-5,15,-29,5,-45,8v-5,1,-5,-5,-3,-8r150,-252v6,-14,29,-4,46,-7xm120,-208v0,51,-9,89,-53,89v-44,0,-53,-37,-53,-89v0,-42,19,-61,53,-61v34,0,53,19,53,61xm235,-29v18,5,17,-35,17,-58v0,-24,-7,-30,-17,-30v-18,-5,-17,35,-17,57v0,24,7,31,17,31xm67,-150v18,5,17,-35,17,-58v0,-24,-7,-30,-17,-30v-18,-5,-17,35,-17,57v0,24,7,31,17,31","w":302},"&":{"d":"255,-9v2,3,4,10,-2,9v-26,-1,-59,7,-68,-14v-54,32,-167,23,-167,-57v0,-31,18,-51,48,-69v-23,-29,-35,-48,-35,-68v0,-35,26,-63,85,-63v54,1,82,26,82,66v0,38,-30,56,-58,74r46,50v4,-9,7,-26,7,-48v0,-14,27,-4,40,-7v5,0,6,4,6,10v0,27,-3,52,-20,78xm107,-165v19,-12,43,-24,38,-43v0,-13,-10,-22,-29,-22v-47,0,-38,40,-9,65xm154,-47r-55,-58v-35,18,-27,66,19,66v15,0,26,-3,36,-8","w":263},"\u2019":{"d":"78,-276v5,-1,6,4,4,7r-27,79v-5,13,-28,3,-43,6v-4,0,-3,-3,-3,-6r19,-79v6,-15,33,-4,50,-7","w":91,"k":{",":27,".":27,"\u2026":27,"s":20}},"(":{"d":"77,-102v0,75,21,126,41,168v-8,8,-41,7,-52,-1v-64,-74,-65,-253,0,-327v8,-10,39,-7,52,-2v-19,42,-41,89,-41,162","w":129,"k":{"j":-13,"A":13}},")":{"d":"53,-95v0,-76,-21,-127,-41,-169v10,-6,41,-6,52,2v64,74,64,252,0,327v-9,10,-31,3,-48,5v-3,0,-4,-2,-4,-4v19,-42,41,-88,41,-161","w":129},"*":{"d":"144,-233v12,-4,21,30,11,33r-42,12v7,15,28,28,26,45v-9,4,-20,23,-28,11r-25,-36v-11,12,-16,37,-33,39v-6,-7,-28,-11,-20,-23r26,-36v-14,-7,-43,-6,-46,-19v5,-8,3,-30,15,-26r42,14v2,-16,-8,-44,5,-51v11,1,29,-5,29,8r-1,43","w":172},"+":{"d":"206,-157v-2,13,7,38,-7,38r-61,0r0,61v-1,14,-26,4,-38,7v-4,0,-6,-3,-6,-7r0,-61r-61,0v-14,-1,-4,-26,-7,-38v0,-4,3,-6,7,-6r61,0r0,-61v1,-14,26,-4,38,-7v4,0,6,3,6,7r0,61r61,0v4,0,7,2,7,6"},",":{"d":"78,-59v4,-1,6,3,4,6r-34,81v-4,13,-25,5,-39,7v-4,0,-8,-4,-5,-7r23,-81v6,-13,35,-3,51,-6","w":98,"k":{"*":27,"\"":27,"'":27,"\u2019":27,"\u201d":27}},"-":{"d":"89,-131v12,4,11,41,0,42r-70,0v-13,-1,-5,-23,-7,-35v0,-4,3,-7,7,-7r70,0","w":108},".":{"d":"78,-53v-3,17,8,48,-7,53v-16,-3,-45,7,-50,-7r0,-46v5,-13,34,-3,50,-6v4,0,7,2,7,6","w":98,"k":{"*":27,"\"":27,"'":27,"\u2019":27,"\u201d":27,"\u2018":27,"\u201c":27}},"\/":{"d":"81,-260v7,-13,59,-10,59,0r-76,252v-4,16,-35,5,-52,8v-5,0,-8,-3,-7,-8","w":145,"k":{"q":12,"4":16,"\/":5,"e":18,"o":12,"c":20}},"0":{"d":"213,-149v0,95,-26,152,-97,152v-71,0,-97,-56,-97,-152v0,-86,36,-122,97,-122v61,0,97,36,97,122xm152,-118r0,-31v0,-57,-16,-71,-36,-71v-20,0,-35,14,-35,71r0,31v0,57,15,70,35,70v20,0,36,-13,36,-70"},"1":{"d":"36,-44v6,-15,38,-4,55,-7r0,-155v-17,7,-32,16,-51,21v-10,-7,-1,-31,-4,-45v0,-3,1,-4,4,-5v33,-13,55,-37,106,-32v4,0,7,2,7,6r0,210v18,3,49,-8,55,7v-2,15,6,40,-7,44r-157,0v-15,-2,-5,-29,-8,-44"},"2":{"d":"113,-271v109,0,115,96,51,137v-31,20,-87,46,-83,83r114,0v14,3,4,30,7,44v0,4,-3,7,-7,7r-160,0v-15,-2,-7,-29,-8,-44v-2,-59,45,-90,82,-115v31,-22,37,-25,37,-42v0,-35,-78,-17,-110,-16v-10,-3,-11,-39,1,-43v20,-7,49,-11,76,-11"},"3":{"d":"204,-83v0,91,-97,96,-169,76v-12,-3,-5,-23,-7,-35v0,-4,3,-7,8,-7v46,0,112,20,107,-34v6,-41,-56,-30,-93,-31v-12,-3,-4,-26,-6,-38v0,-4,2,-6,6,-6v41,-1,93,10,93,-37v0,-39,-70,-25,-107,-22v-11,-2,-12,-39,0,-43v63,-21,168,-21,168,68v0,21,-13,44,-32,55v20,10,32,31,32,54"},"4":{"d":"211,-108v12,6,11,45,0,48r-24,0r0,53v-5,15,-38,3,-55,7v-4,0,-6,-3,-6,-7r0,-53r-104,0v-15,-4,-9,-39,-4,-53r114,-149v9,-10,32,-3,48,-5v4,0,7,3,7,7r0,152r24,0xm127,-108r-1,-81r-58,80v17,3,40,0,59,1"},"5":{"d":"204,-88v0,88,-90,103,-168,81v-13,-4,-6,-24,-8,-37v0,-4,3,-6,8,-6v51,5,112,16,106,-38v8,-42,-65,-32,-107,-33v-3,0,-5,-2,-5,-5r11,-135v0,-4,3,-6,7,-6r140,0v14,2,4,28,7,42v0,4,-3,7,-7,7r-98,0r-4,50v67,-1,118,13,118,80"},"6":{"d":"212,-91v0,58,-32,92,-95,94v-78,3,-96,-68,-96,-161v0,-113,86,-125,171,-106v14,4,4,26,7,40v0,6,-3,7,-8,7v-48,-5,-119,-22,-110,50v63,-12,131,-1,131,76xm117,-44v21,1,36,-12,35,-47v0,-44,-38,-38,-71,-34v-3,44,9,90,36,81"},"7":{"d":"192,-267v20,4,12,41,6,54r-95,206v-8,15,-39,4,-58,7v-7,1,-7,-4,-5,-8r98,-208v-29,-6,-70,0,-102,-2v-15,-2,-5,-29,-8,-43v0,-4,4,-6,8,-6r156,0","k":{"\/":40,",":42,".":42,"\u2026":42}},"8":{"d":"213,-81v2,57,-38,84,-99,84v-89,0,-126,-96,-65,-142v-20,-14,-30,-32,-29,-58v0,-51,39,-74,98,-74v87,0,125,87,65,132v18,13,30,34,30,58xm111,-160v28,0,43,-9,43,-33v0,-20,-12,-34,-40,-33v-27,0,-37,14,-36,35v0,18,11,31,33,31xm114,-42v28,1,40,-15,40,-40v0,-21,-14,-38,-43,-35v-25,2,-34,18,-33,39v0,21,12,36,36,36"},"9":{"d":"212,-110v0,113,-86,125,-171,106v-15,-3,-5,-25,-8,-39v0,-6,5,-9,8,-8v48,5,120,23,111,-50v-63,14,-131,1,-131,-78v0,-55,33,-92,95,-92v78,0,96,68,96,161xm152,-143v3,-44,-9,-90,-36,-81v-21,-1,-35,12,-35,47v0,45,38,40,71,34"},":":{"d":"78,-190v-3,17,8,47,-7,52v-16,-3,-45,7,-50,-7v3,-17,-8,-47,7,-52v16,3,45,-7,50,7xm78,-53v-3,17,8,48,-7,53v-16,-3,-45,7,-50,-7r0,-46v5,-13,34,-3,50,-6v4,0,7,2,7,6","w":99},";":{"d":"78,-190v-3,17,8,48,-8,52v-16,-3,-44,7,-49,-7v3,-17,-8,-47,7,-52v17,3,45,-7,50,7xm72,-59v4,0,8,4,5,7r-34,81v-4,13,-25,5,-39,7v-4,0,-7,-2,-6,-7r23,-81v5,-15,35,-4,51,-7","w":99},"<":{"d":"191,-58v3,3,3,9,-2,9v-19,-2,-48,6,-59,-4r-84,-75v-10,-7,-9,-19,0,-26v32,-25,57,-57,93,-78r50,0v6,0,4,6,2,9r-93,82"},"=":{"d":"199,-203v-2,13,7,38,-7,38r-151,0v-15,-1,-6,-25,-8,-38v0,-4,4,-6,8,-6r151,0v4,0,7,2,7,6xm199,-111v-2,13,7,38,-7,38r-151,0v-15,0,-5,-25,-8,-38v0,-4,4,-6,8,-6r151,0v4,0,7,2,7,6"},">":{"d":"185,-154v10,7,11,19,0,26v-31,26,-57,57,-92,79r-50,0v-5,0,-5,-6,-2,-9r93,-83r-93,-82v-2,-3,-4,-10,2,-9v19,2,48,-6,59,4"},"?":{"d":"12,-258v6,-19,41,-15,64,-17v83,-7,103,70,51,123v-11,20,-43,41,-36,63v-4,13,-30,5,-45,7v-8,1,-5,-10,-6,-17v-6,-43,52,-71,49,-110v-2,-24,-50,-9,-71,-9v-12,-3,-4,-27,-6,-40xm94,-52v-3,17,8,47,-7,52v-17,-3,-45,7,-50,-7v3,-17,-8,-48,8,-52v16,3,44,-7,49,7","w":172},"@":{"d":"145,-177v18,0,53,-3,57,16r-10,108v34,-6,46,-36,46,-77v0,-43,-26,-82,-86,-82v-94,0,-111,71,-111,158v0,42,29,71,90,71r55,-3v5,1,6,22,-2,23v-86,13,-171,-12,-171,-103v0,-102,35,-173,139,-172v77,0,115,53,115,108v0,86,-56,113,-134,113v-57,0,-67,-44,-59,-100v6,-42,31,-60,71,-60xm159,-141v-24,-4,-43,-4,-44,25v-1,32,-19,75,36,65","w":278},"A":{"d":"234,-8v0,5,-1,8,-6,8v-19,-3,-49,7,-58,-6r-13,-60r-73,0r-13,60v-9,13,-39,3,-58,6v-5,0,-6,-3,-6,-8r54,-223v8,-35,35,-40,60,-40v25,0,51,5,59,40xm147,-115r-22,-99v0,-8,-8,-8,-9,0r-22,99r53,0","w":240,"k":{"O":6,"Q":6,"y":17,"\u2019":18,"\u201d":18,"C":7,"E":5,"G":7,"L":7,"T":25,"U":7,"V":20,"W":10,"Y":27,"f":12,"t":12,"v":17,"w":10}},"B":{"d":"25,-243v0,-38,45,-28,84,-28v70,0,116,19,113,82v0,23,-11,44,-30,53v20,10,32,30,32,59v0,63,-51,80,-113,80v-39,0,-86,9,-86,-27r0,-219xm86,-158v37,2,86,2,77,-34v6,-28,-41,-29,-77,-28r0,62xm86,-48v39,3,88,0,79,-35v5,-31,-43,-35,-79,-32r0,67","w":240,"k":{"X":8,"V":8,"T":5,"Y":14,"A":4}},"C":{"d":"187,-11v-8,16,-29,14,-61,14v-55,0,-107,-28,-107,-114r0,-46v0,-109,81,-125,160,-108v15,3,5,28,8,43v0,4,-2,7,-8,7v-51,-2,-101,-16,-98,58r0,46v-2,75,47,61,99,58v14,3,4,28,7,42","w":201,"k":{"O":8,"Q":8,"y":3,"C":10,"G":6}},"D":{"d":"227,-157v0,100,-25,163,-115,160v-30,0,-61,-2,-76,-5v-7,-1,-11,-5,-11,-13r0,-238v0,-8,4,-11,11,-12v15,-3,46,-6,76,-6v72,0,115,38,115,114xm166,-111r0,-46v0,-60,-32,-65,-79,-61r0,168v46,4,80,0,79,-61","w":245,"k":{"T":5,"V":6,"W":2,"Y":17,"A":6,"X":12,"Z":3}},"E":{"d":"181,-50v14,6,13,47,0,49v-58,5,-157,22,-157,-73r0,-120v-7,-95,99,-78,157,-72v15,2,5,27,8,41v0,4,-4,7,-8,7v-35,6,-97,-19,-96,24r0,33r94,0v13,2,5,28,7,41v0,4,-3,8,-7,8r-94,0v2,27,-9,62,23,62r73,0","w":208},"F":{"d":"189,-258v-2,14,6,38,-8,40v-35,6,-98,-19,-96,25r0,32r94,0v13,2,5,28,7,41v0,4,-3,8,-7,8r-94,0r0,105v-5,15,-37,4,-54,7v-4,0,-7,-3,-7,-7r0,-186v-7,-95,98,-78,157,-73v5,1,8,3,8,8","w":209,"k":{"G":8,"O":4,"a":13,"e":11,"o":13,"u":9,",":38,".":38,"\u2026":38,"A":21}},"G":{"d":"209,-257v-3,14,7,40,-7,43v-17,-1,-44,-3,-75,-3v-45,0,-51,54,-47,106v4,64,25,63,68,60r0,-83v5,-15,36,-4,53,-7v4,0,7,3,7,7r0,121v0,5,-2,8,-7,9v-84,14,-178,21,-183,-107r0,-45v-2,-127,105,-123,185,-106v4,1,6,2,6,5","k":{"V":2,"Y":9}},"H":{"d":"237,-7v-5,15,-37,4,-54,7v-4,0,-7,-3,-7,-7r0,-104r-89,0r0,104v-5,15,-38,3,-55,7v-4,0,-7,-3,-7,-7r0,-254v7,-13,38,-3,55,-6v4,0,7,2,7,6r0,96r89,0r0,-96v7,-13,37,-3,54,-6v4,0,7,2,7,6r0,254","w":262},"I":{"d":"87,-7v-5,15,-38,3,-55,7v-4,0,-7,-3,-7,-7r0,-254v7,-13,38,-3,55,-6v4,0,7,2,7,6r0,254","w":111},"J":{"d":"87,2v-1,58,-39,65,-88,61v-11,-5,-2,-30,-5,-43v1,-14,31,7,31,-18r0,-263v7,-13,38,-3,55,-6v4,0,7,2,7,6r0,263","w":111},"K":{"d":"229,-267v8,-1,6,4,4,9r-86,121r88,133v-13,10,-47,1,-67,4v-4,0,-6,-2,-8,-5r-73,-119r0,117v-5,15,-38,3,-55,7v-4,0,-7,-3,-7,-7r0,-254v7,-13,38,-3,55,-6v4,0,7,2,7,6r0,115r79,-117v13,-10,43,-2,63,-4","w":244,"k":{"w":18,"v":19,"q":9,"g":6,"d":12,"W":4,"V":3,"T":2,"Q":19,"G":22,"-":6,"O":19,"a":10,"e":18,"o":14,"u":17,"y":19,"\u2019":3,"\u201d":3,"c":12,"C":22,"E":15,"L":5,"U":3,"Y":4,"\u2013":6,"\u2014":6}},"L":{"d":"179,-9v-5,18,-43,12,-66,12v-46,0,-88,-11,-88,-77r0,-186v5,-15,38,-3,55,-7v4,0,7,3,7,7r0,186v-3,41,53,18,85,24v13,3,5,27,7,41","w":186,"k":{"O":11,"Q":11,"e":3,"o":4,"y":23,"C":5,"E":6,"G":10,"L":8,"T":30,"U":12,"V":23,"W":11,"Y":35,"v":8,"w":8,"\u2013":6,"\u2014":6,"S":3,"-":6,"\u2122":9}},"M":{"d":"269,-5v-8,12,-37,2,-54,5v-3,0,-6,-3,-6,-7r-2,-153v-15,17,-22,43,-35,62v-7,10,-40,10,-50,0v-13,-20,-21,-44,-36,-62v-3,47,0,103,-1,153v-6,15,-37,4,-54,7v-3,0,-6,-1,-6,-5r0,-250v1,-20,55,-18,63,-3r59,108v22,-33,40,-72,59,-108v7,-14,32,-7,50,-9v8,0,13,4,13,12r0,250","w":293,"k":{"V":6,"Y":10}},"N":{"d":"237,-14v0,21,-30,13,-49,14v-8,0,-13,-1,-19,-11r-85,-145v-7,44,0,101,-2,149v-4,15,-34,4,-50,7v-4,0,-7,-3,-7,-7r0,-247v1,-20,31,-11,50,-13v7,0,11,3,15,11r89,151v4,-48,0,-105,1,-156v6,-13,34,-3,50,-6v4,0,7,2,7,6r0,247","w":262,"k":{"T":9,"V":8}},"O":{"d":"232,-112v0,84,-47,115,-106,115v-74,0,-107,-57,-107,-158v0,-84,48,-116,107,-116v73,0,106,59,106,159xm126,-51v45,0,44,-54,44,-104v0,-43,-14,-62,-44,-62v-45,0,-45,54,-45,105v0,43,15,61,45,61","w":251,"k":{"T":11,"V":9,"W":4,"Y":16,"A":6,"X":18,"Z":10,"x":5}},"P":{"d":"222,-184v-1,80,-64,95,-136,89r0,88v-5,15,-37,4,-54,7v-4,0,-7,-3,-7,-7r0,-242v0,-12,5,-15,16,-17v79,-10,181,-14,181,82xm86,-145v39,4,81,-1,75,-39v3,-37,-38,-38,-75,-35r0,74","w":234,"k":{"a":8,"e":3,"o":3,",":38,".":40,"\u2026":40,"T":4,"Y":6,"A":19,"X":13,"Z":9}},"Q":{"d":"205,52v-4,14,-30,11,-48,12v-36,2,-63,-18,-60,-64v-58,-7,-78,-70,-78,-155v0,-84,48,-116,107,-116v73,0,106,59,106,159v0,69,-32,103,-77,112v-5,25,21,17,41,17v16,0,6,23,9,35xm126,-51v45,0,44,-54,44,-104v0,-43,-14,-62,-44,-62v-45,0,-45,54,-45,105v0,43,15,61,45,61","w":251,"k":{"X":18,"W":4,"V":9,"T":11,"Y":16,"A":6,"Z":10}},"R":{"d":"231,-8v2,4,1,9,-5,8v-20,-3,-53,8,-62,-7r-48,-91r-30,-1r0,92v-5,15,-37,4,-54,7v-4,0,-7,-3,-7,-7r0,-242v0,-12,5,-15,16,-17v79,-11,182,-12,182,84v0,38,-21,62,-47,72xm86,-148v41,1,84,-1,76,-38v3,-31,-42,-37,-76,-31r0,69","w":244,"k":{"g":2,"V":11,"T":12,"Q":8,"G":10,"O":8,"e":8,"o":11,"y":7,"c":2,"C":9,"E":8,"L":8,"Y":14,"S":3}},"S":{"d":"148,-149v80,46,66,149,-50,152v-28,0,-50,-3,-68,-8v-14,-3,-7,-28,-7,-42v0,-5,3,-7,8,-7v32,-1,104,19,100,-21v-3,-25,-52,-43,-73,-57v-32,-22,-43,-43,-43,-69v0,-40,22,-70,92,-70v26,0,63,4,77,8v10,6,3,29,5,43v0,3,-2,6,-7,6v-17,0,-107,-19,-104,15v2,23,50,38,70,50","w":211,"k":{"y":3,"V":4,"W":4,"Y":6,"t":8,"v":3,"w":8,"A":3,"x":2}},"T":{"d":"202,-261v-2,15,6,40,-7,44r-59,0r0,210v-5,15,-37,4,-54,7v-4,0,-7,-3,-7,-7r0,-210r-59,0v-14,-3,-4,-30,-7,-44v0,-4,3,-6,7,-6r179,0v4,0,7,2,7,6","w":211,"k":{"x":6,"w":5,"v":5,"r":12,"q":23,"p":6,"n":6,"m":6,"g":10,"d":18,"Q":11,"G":9,"F":6,"\/":29,"-":21,"O":11,"a":22,"e":24,"o":28,"u":7,"y":10,",":20,".":20,"\u2026":20,"c":15,"C":10,"E":8,"A":25,"s":21,"z":5}},"U":{"d":"232,-100v0,82,-47,103,-104,103v-57,0,-104,-21,-104,-103r0,-161v7,-13,37,-3,54,-6v4,0,8,2,8,6r0,161v0,37,10,52,42,52v32,0,42,-15,42,-52r0,-161v7,-13,37,-3,54,-6v4,0,8,2,8,6r0,161","w":255,"k":{"A":7,"X":6}},"V":{"d":"231,-267v5,0,6,2,6,7r-54,223v-8,35,-35,40,-60,40v-25,0,-51,-5,-59,-40r-54,-225v8,-12,39,-2,56,-5v4,0,6,2,7,6r45,208v1,7,10,7,11,0r45,-208v7,-14,39,-2,57,-6","w":246,"k":{"x":6,"w":4,"v":4,"r":9,"q":16,"p":4,"n":4,"m":4,"g":15,"Q":9,"G":8,"F":7,"\/":20,"O":9,"a":18,"e":18,"o":18,"u":12,"y":5,",":20,".":20,"\u2026":20,"c":15,"C":10,"E":12,"A":20,"S":3,"s":16,"z":4}},"W":{"d":"308,-267v3,0,6,0,6,5r-34,236v-3,29,-24,28,-53,27v-16,0,-28,-6,-33,-24v-12,-36,-17,-78,-32,-111v-15,32,-20,75,-31,111v-8,25,-26,25,-54,24v-19,0,-30,-6,-33,-27r-34,-237v0,-4,3,-4,6,-4r49,0v3,0,6,2,6,6r20,193v1,6,3,7,5,0r26,-99v6,-26,32,-14,58,-17v10,0,18,3,22,17v10,34,16,72,29,104v11,-62,13,-134,22,-198v7,-14,38,-3,55,-6","w":320,"k":{"x":10,"q":5,"g":5,"d":5,"Q":4,"O":4,"a":7,"e":5,"o":5,"c":5,"E":4,"A":10,"S":4,"s":5,"z":5}},"X":{"d":"240,-7v4,2,2,7,-3,7v-22,-2,-53,6,-67,-5r-47,-76r-42,74v-10,15,-41,4,-62,7v-5,0,-5,-3,-5,-7r76,-130r-77,-126v12,-10,44,-1,63,-4v4,0,7,3,9,6r45,73r40,-73v11,-13,42,-3,63,-6v4,-1,6,3,4,6r-74,127","w":253,"k":{"v":15,"Q":18,"G":17,"-":15,"O":18,"a":12,"e":12,"o":14,"u":13,"y":17,"C":15,"E":12,"L":7,"U":6,"\u2013":15,"\u2014":15}},"Y":{"d":"220,-267v5,0,5,3,5,7r-54,125v-7,17,-15,24,-24,28r0,100v-5,15,-37,4,-54,7v-4,0,-7,-3,-7,-7r0,-100v-9,-4,-17,-11,-24,-28r-55,-127v9,-11,40,-2,58,-5v4,0,6,3,7,6r39,101v2,9,8,8,11,0r39,-101v8,-13,40,-3,59,-6","k":{"O":16,"Q":16,"a":32,"e":34,"o":35,"u":24,"y":15,",":35,".":35,"\u2026":35,"c":33,"C":18,"E":13,"G":18,"v":17,"w":16,"A":27,"\u2013":20,"\u2014":20,"S":3,"-":20,"x":15,"s":24,"z":23,"F":13,"d":33,"g":33,"m":17,"n":17,"p":25,"q":33,"r":25,"\/":35}},"Z":{"d":"203,-47v-3,15,7,43,-7,47r-163,0v-23,1,-20,-40,-10,-56r102,-155v-23,-9,-64,1,-93,-3v-16,-2,-5,-32,-8,-47v0,-4,4,-6,8,-6r155,0v23,-3,15,39,11,52r-103,159v26,8,69,0,101,3v4,0,7,2,7,6","w":221},"[":{"d":"124,31v-2,13,6,39,-7,39r-88,0v-4,0,-6,-3,-6,-7r0,-324v0,-4,2,-6,6,-6r87,0v13,2,5,25,7,38v-2,13,-28,5,-41,7r0,246v14,2,39,-6,42,7","w":134,"k":{"j":-13,"A":13}},"\\":{"d":"141,-6v-2,16,-36,5,-52,8v-4,0,-6,-4,-7,-8r-77,-256v7,-11,36,-2,52,-5v4,0,6,3,7,7","w":145},"]":{"d":"112,63v0,4,-2,7,-6,7r-88,0v-13,-2,-5,-26,-7,-39v3,-14,28,-4,42,-7r0,-246v-14,-2,-39,6,-42,-7v2,-13,-6,-38,7,-38r88,0v4,0,6,2,6,6r0,324","w":134},"^":{"d":"206,-211v2,3,2,8,-3,8v-20,-2,-48,6,-58,-6r-29,-32v-14,12,-22,31,-40,38v-16,-2,-42,5,-51,-4v12,-20,27,-39,42,-57v15,-17,58,-3,86,-7v26,10,34,42,53,60"},"_":{"d":"199,14v12,1,10,29,0,29r-203,0v-10,1,-6,-14,-7,-23v0,-4,3,-6,7,-6r203,0","w":194},"\u2018":{"d":"36,-269v6,-13,48,-11,46,0r-19,79v-7,13,-34,3,-50,6v-4,1,-6,-3,-4,-6","w":91,"k":{".":27,"\u2026":27,"A":18}},"a":{"d":"27,-194v8,-17,40,-15,69,-15v52,0,85,20,85,73r0,129v-4,14,-33,5,-48,7v-6,1,-8,-6,-7,-13v-39,29,-112,23,-112,-49v0,-48,42,-64,108,-61v2,-25,-4,-39,-27,-38r-61,3v-13,-1,-5,-24,-7,-36xm123,-49r0,-39v-29,-1,-57,0,-52,29v-1,27,37,18,52,10","w":202,"k":{"y":8,"f":6,"t":8,"v":8,"w":7}},"b":{"d":"200,-117v0,74,-22,120,-91,120v-28,0,-55,-4,-76,-9v-10,-2,-11,-5,-11,-11r0,-252v5,-15,35,-4,51,-7v4,0,7,3,7,7r0,62v74,-11,120,22,120,90xm109,-45v36,1,32,-37,32,-72v0,-39,-24,-50,-61,-42r0,112v7,1,17,2,29,2","w":214,"k":{"y":7,"f":5,"t":5,"v":6,"x":8}},"c":{"d":"100,-209v28,0,49,-3,56,14v-3,13,7,38,-8,38v-33,0,-73,-16,-73,39v0,34,3,78,29,72v17,2,46,-11,52,4r0,32v-7,16,-29,12,-56,13v-61,3,-84,-47,-84,-121v0,-59,33,-91,84,-91","w":170,"k":{"e":8,"o":12,"c":6}},"d":{"d":"193,-17v0,6,-1,9,-11,11v-21,5,-49,9,-77,9v-68,0,-90,-46,-90,-120v0,-68,46,-102,120,-90r0,-62v5,-15,35,-4,51,-7v4,0,7,3,7,7r0,252xm135,-47r0,-112v-37,-8,-62,2,-62,42v0,35,-4,73,32,72v12,0,23,-1,30,-2","w":214},"e":{"d":"196,-114v0,11,4,28,-7,29r-115,1v0,21,9,40,37,39r70,-3v12,1,12,39,-1,43v-83,23,-164,8,-164,-109v0,-58,34,-95,91,-95v59,0,89,41,89,95xm74,-122v18,2,47,2,65,0v0,-27,-12,-40,-32,-40v-20,0,-33,14,-33,40","w":212,"k":{"y":7,"T":22,"f":5,"t":5,"v":7,"x":8}},"f":{"d":"107,-279v11,1,32,-1,35,10v-2,12,7,34,-8,34v-22,0,-33,0,-29,29v12,2,34,-6,36,7v-2,12,6,36,-7,36r-29,0r0,156v-5,15,-36,4,-52,7v-4,0,-7,-3,-7,-7r0,-156v-12,-4,-33,1,-36,-12v1,-11,-5,-30,7,-31r29,0v-3,-54,17,-76,61,-73","w":152,"k":{"q":6,"g":5,"e":6,"o":8,",":21,".":21,"\u2026":21,"c":3,"s":2}},"g":{"d":"199,-206v18,6,11,46,-9,41v35,66,-41,116,-118,92v-8,6,-8,16,5,18r41,9v64,15,85,22,84,61v0,40,-31,58,-94,58v-84,0,-117,-56,-70,-101v-24,-14,-23,-51,-2,-65v-39,-49,-12,-113,73,-113r90,0xm109,-110v26,0,33,-10,32,-28v0,-15,-6,-26,-32,-26v-27,1,-34,11,-33,29v0,12,6,25,33,25xm108,33v32,-2,35,-6,35,-21v0,-7,-5,-12,-37,-19r-27,-6v-10,19,-17,50,29,46","w":215},"h":{"d":"199,-8v-4,15,-34,5,-51,8v-4,0,-8,-4,-8,-8r0,-119v5,-45,-35,-37,-60,-22r0,141v-4,16,-35,5,-51,8v-4,0,-7,-4,-7,-8r0,-261v5,-15,35,-4,51,-7v4,0,7,3,7,7r0,76v18,-12,33,-16,55,-16v93,1,57,118,64,201","w":220,"k":{"w":6,"v":7,"t":5,"y":7,"f":5}},"i":{"d":"76,-278v12,6,11,45,0,48v-17,-3,-48,8,-54,-7v2,-14,-6,-38,7,-41r47,0xm81,-7v-5,15,-35,4,-51,7v-4,0,-7,-3,-7,-7r0,-192v5,-15,35,-4,51,-7v4,0,7,3,7,7r0,192","w":104},"j":{"d":"75,-278v14,5,12,46,0,48v-17,-3,-48,8,-53,-7v2,-14,-6,-38,7,-41r46,0xm24,73v-11,-1,-35,2,-36,-10v-1,-19,-6,-41,24,-35v10,0,11,-4,11,-16r0,-211v5,-15,36,-4,52,-7v4,0,6,3,6,7r0,211v0,48,-22,61,-57,61","w":104},"k":{"d":"195,-206v5,0,8,4,4,7r-67,91r68,103v0,3,-2,5,-5,5v-21,-2,-50,6,-63,-5r-52,-85r0,82v-4,16,-35,5,-51,8v-4,0,-7,-4,-7,-8r0,-261v5,-15,35,-4,51,-7v4,0,7,3,7,7r0,151r55,-83v12,-11,40,-2,60,-5","w":211,"k":{"q":13,"g":13,"d":14,"a":7,"e":14,"o":13,"u":9,"c":13}},"l":{"d":"80,-8v-4,16,-35,5,-51,8v-4,0,-7,-4,-7,-8r0,-261v5,-15,35,-4,51,-7v4,0,7,3,7,7r0,261","w":101},"m":{"d":"293,-8v-4,16,-35,5,-51,8v-4,0,-7,-4,-7,-8r0,-122v2,-37,-23,-33,-50,-24r1,146v-3,16,-34,5,-50,8v-4,0,-8,-4,-8,-8r0,-122v2,-38,-25,-34,-48,-21r0,143v-4,16,-35,5,-51,8v-4,0,-7,-4,-7,-8r0,-191v4,-14,33,-5,48,-7v7,-1,8,7,7,15v24,-19,75,-28,96,-1v21,-12,35,-17,58,-17v90,-1,55,120,62,201","w":315,"k":{"v":7,"t":5,"y":5,"f":7}},"n":{"d":"199,-8v-4,15,-34,5,-51,8v-4,0,-8,-4,-8,-8r0,-119v5,-45,-35,-37,-60,-22r0,141v-4,16,-35,5,-51,8v-4,0,-7,-4,-7,-8r0,-191v4,-14,32,-5,47,-7v7,-1,7,8,7,16v20,-14,36,-19,59,-19v93,1,57,118,64,201","w":220,"k":{"y":8,"f":6,"t":5,"v":9,"w":6}},"o":{"d":"196,-116v0,73,-22,119,-90,119v-67,0,-90,-46,-90,-119v0,-57,32,-93,90,-93v58,0,90,36,90,93xm106,-46v30,0,32,-35,32,-70v0,-29,-11,-43,-32,-43v-30,0,-32,34,-32,69v0,29,11,44,32,44","w":212,"k":{"y":8,"f":6,"t":7,"v":7,"w":5,"x":14,"z":6}},"p":{"d":"200,-117v0,85,-33,131,-120,118r0,62v-5,15,-35,4,-51,7v-4,0,-7,-3,-7,-7r0,-252v0,-6,1,-9,11,-11v21,-5,48,-9,76,-9v58,0,91,34,91,92xm109,-45v36,1,32,-37,32,-72v0,-40,-27,-50,-61,-42r0,112v9,1,20,2,29,2","w":214,"k":{"x":10,"w":2,"v":7,"t":5,"y":7,"f":6}},"q":{"d":"193,63v-5,15,-35,4,-51,7v-4,0,-7,-3,-7,-7r0,-62v-85,13,-120,-29,-120,-118v0,-58,32,-92,90,-92v28,0,56,4,77,9v10,2,11,5,11,11r0,252xm135,-47r0,-112v-33,-7,-62,1,-62,42v0,35,-4,73,32,72v9,0,21,-1,30,-2","w":214},"r":{"d":"127,-209v14,4,11,44,2,48v-20,-1,-35,6,-49,13r0,140v-4,16,-35,5,-51,8v-4,0,-7,-4,-7,-8r0,-191v4,-15,34,-5,50,-7v7,-1,8,7,7,14v13,-11,31,-17,48,-17","w":142,"k":{"q":4,"g":6,"d":6,"a":8,"e":6,"o":7,",":11,".":11,"\u2026":11,"c":5}},"s":{"d":"130,-113v64,38,43,116,-41,116v-20,0,-48,-3,-66,-8v-11,-4,-4,-24,-6,-37v0,-5,3,-8,8,-7v19,3,49,5,61,5v28,0,26,-18,8,-29v-31,-18,-79,-34,-79,-80v0,-60,90,-63,138,-48v12,4,5,25,7,38v0,4,-2,6,-7,6v-10,-1,-42,-4,-60,-4v-25,0,-23,15,-8,23","w":181,"k":{"t":2,"v":2}},"t":{"d":"140,-7v-2,12,-24,10,-35,10v-40,0,-60,-10,-60,-61r0,-105v-13,-3,-34,1,-37,-12v1,-12,-5,-31,8,-31r29,0v2,-13,-6,-34,7,-37r45,-8v13,4,3,31,6,45v13,2,35,-6,37,7v-2,12,6,36,-7,36r-30,0r0,105v-3,23,13,16,30,17v14,1,4,22,7,34","w":151,"k":{"q":2,"o":4}},"u":{"d":"199,-7v-4,14,-33,5,-48,7v-7,1,-7,-8,-7,-16v-20,14,-36,19,-59,19v-93,-1,-55,-119,-63,-202v5,-15,35,-4,51,-7v4,0,7,3,7,7r0,120v-4,44,36,38,60,22r0,-142v5,-14,35,-4,51,-7v4,0,8,3,8,7r0,192","w":220},"v":{"d":"197,-206v4,0,7,3,6,8r-46,163v-9,32,-31,38,-52,38v-21,0,-43,-6,-52,-38r-45,-165v7,-14,36,-3,53,-6v4,0,7,3,8,7r31,141v1,11,10,10,11,0r31,-141v6,-15,37,-3,55,-7","w":210,"k":{"q":8,"g":10,"d":7,".":18,"a":8,"e":7,"o":8,",":20,"\u2026":18}},"w":{"d":"245,-206v16,3,45,-7,49,7r-32,174v-6,29,-26,25,-54,25v-17,0,-26,-9,-30,-23v-9,-31,-14,-67,-26,-96v-12,28,-18,65,-26,96v-6,21,-25,23,-52,23v-15,0,-28,-4,-32,-25r-32,-175v5,-13,34,-3,49,-6v4,0,7,1,8,6r23,141v13,-28,17,-67,27,-99v3,-24,27,-15,50,-17v12,0,17,4,20,17v10,32,14,70,27,99v11,-43,14,-95,23,-141v1,-5,4,-6,8,-6","w":304,"k":{"a":4,"e":7,"o":5,",":10,".":14,"\u2026":14,"c":4}},"x":{"d":"210,-8v2,3,1,8,-4,8v-22,-3,-54,8,-64,-8r-36,-55r-33,56v-9,15,-38,4,-58,7v-4,1,-5,-4,-3,-7r63,-100r-62,-94v0,-3,2,-5,5,-5v21,3,53,-8,63,7r32,50r30,-50v9,-15,38,-4,58,-7v4,-1,5,4,3,7r-59,95","w":222,"k":{"w":8,"t":9,"q":17,"g":15,"d":17,"e":15,"o":15,"u":11,"c":11}},"y":{"d":"102,-64v2,7,2,7,7,7r34,-142v6,-15,37,-3,55,-7v5,0,8,3,7,8r-61,212v-11,39,-25,59,-78,59v-18,0,-46,0,-52,-13v2,-13,-6,-36,8,-36v32,0,71,13,72,-27v-20,0,-29,1,-39,-33r-47,-165v0,-4,2,-5,7,-5v17,3,50,-8,54,7","w":213,"k":{"a":9,"e":7,"o":8,",":20,".":22,"\u2026":22,"c":10,"d":5,"g":9,"q":7}},"z":{"d":"170,-43v-2,14,7,40,-7,43r-135,0v-18,-1,-16,-36,-7,-49r79,-109v-22,-3,-51,2,-75,-1v-13,-1,-3,-27,-6,-40v0,-4,3,-7,7,-7r131,0v18,1,14,36,8,51r-75,105v21,3,50,0,73,1v4,0,7,2,7,6","w":185,"k":{"e":8,"o":6,"d":2}},"{":{"d":"136,31v-2,13,6,38,-7,39v-60,4,-94,-7,-94,-67v0,-36,5,-71,-21,-84r0,-34v27,-14,21,-49,21,-86v0,-59,33,-70,93,-66v13,1,5,25,7,38v-4,20,-49,-11,-41,28v0,47,6,88,-30,103v36,16,30,55,30,101v0,29,15,19,35,21v4,0,7,3,7,7","w":146,"k":{"j":-13,"A":13}},"|":{"d":"82,62v-4,16,-35,5,-52,8v-4,0,-7,-4,-7,-8r0,-322v5,-15,36,-4,52,-7v4,0,7,3,7,7r0,322","w":104},"}":{"d":"132,-81v-26,14,-20,48,-20,84v0,59,-33,71,-94,67v-13,-1,-5,-26,-7,-39v4,-20,42,11,42,-28v0,-46,-6,-86,30,-101v-36,-16,-30,-56,-30,-103v0,-29,-15,-19,-35,-21v-13,-2,-5,-25,-7,-38v0,-11,18,-6,28,-7v74,-7,76,46,73,115v0,17,7,28,20,37r0,34","w":146},"~":{"d":"207,-182v10,58,-45,77,-84,53v-11,-7,-26,-19,-41,-20v-19,-2,-3,26,-18,28v-15,-3,-39,10,-39,-14v0,-77,75,-60,110,-31v14,11,30,6,26,-16v1,-14,26,-4,39,-7v5,0,7,2,7,7"},"'":{"d":"78,-276v5,-1,6,4,4,7r-27,79v-5,13,-28,3,-43,6v-4,0,-3,-3,-3,-6r19,-79v6,-15,33,-4,50,-7","w":91,"k":{",":27,".":27,"\u2026":27}},"\u201c":{"d":"122,-276v12,2,42,-7,39,7r-19,79v-6,14,-34,2,-50,6v-4,1,-6,-3,-4,-6r27,-79v1,-5,3,-7,7,-7xm36,-269v6,-13,48,-11,46,0r-19,79v-7,13,-34,3,-50,6v-4,1,-6,-3,-4,-6","w":170,"k":{".":27,"\u2026":27,"A":18}},"\u2013":{"d":"109,-126v14,3,12,42,0,42r-108,0v-12,-2,-4,-24,-6,-35v0,-4,2,-7,6,-7r108,0","w":111},"\u201d":{"d":"158,-276v5,-1,4,4,3,7r-27,79v-5,13,-28,3,-43,6v-4,0,-3,-3,-3,-6r20,-79v5,-15,34,-4,50,-7xm78,-276v5,-1,6,4,4,7r-27,79v-4,13,-29,3,-43,6v-4,0,-3,-3,-3,-6r20,-79v5,-15,33,-4,49,-7","w":170,"k":{",":27,".":27,"\u2026":27,"s":20}},"\u2026":{"d":"258,-53v-3,17,8,48,-7,53v-16,-3,-45,7,-50,-7r0,-46v5,-13,34,-3,50,-6v4,0,7,2,7,6xm167,-53v-3,17,8,49,-8,53v-16,-3,-44,7,-49,-7r0,-46v5,-13,34,-3,49,-6v4,0,8,2,8,6xm75,-53v-3,17,8,48,-7,53v-17,-3,-45,7,-50,-7v3,-17,-8,-48,8,-52v16,3,43,-7,49,6","w":276,"k":{"*":27,"\"":27,"'":27,"\u2019":27,"\u201d":27,"\u2018":27,"\u201c":27}},"`":{"d":"104,-233v1,3,2,6,-2,6v-16,-2,-39,5,-47,-4v-15,-16,-32,-29,-45,-47v15,-3,49,-6,61,3","w":159},"\u2014":{"d":"214,-126v12,4,11,41,0,42r-213,0v-12,-2,-4,-24,-6,-35v0,-4,2,-7,6,-7r213,0","w":215},"\u2122":{"d":"285,-126v-4,7,-30,7,-36,0r0,-87v0,-21,-5,-24,-25,-24r0,111v-4,8,-23,2,-33,4v-9,-30,0,-79,-3,-115v-10,0,-18,1,-26,2r0,109v-3,7,-30,6,-35,0r0,-127v0,-9,2,-12,10,-13v67,-2,148,-21,148,53r0,87xm111,-267v8,3,6,29,0,29r-30,0r0,111v-2,8,-32,9,-37,0r0,-111v-11,-2,-31,5,-35,-4v2,-8,-4,-24,5,-25r97,0","w":298},"\u00d7":{"d":"190,-98v8,15,-16,25,-25,34v-20,-12,-32,-32,-49,-46v-16,15,-30,33,-48,46v-12,-7,-20,-18,-29,-28v12,-20,32,-32,46,-49v-15,-16,-33,-30,-46,-48v8,-12,18,-21,29,-29v18,13,32,31,48,46v17,-15,30,-34,49,-46v9,9,32,19,25,34r-43,43"},"\u00a0":{"w":93}}});


/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;

/* -------------------------------------------------- *
 * ToggleVal 2.1
 * Updated: 1/16/09
 * -------------------------------------------------- *
 * Author: Aaron Kuzemchak
 * URL: http://aaronkuzemchak.com/
 * Copyright: 2008-2009 Aaron Kuzemchak
 * License: MIT License
** -------------------------------------------------- */

(function($){$.fn.toggleVal=function(theOptions){if(!theOptions||typeof(theOptions)=="object"){theOptions=$.extend({focusClass:"tv-focused",changedClass:"tv-changed",populateFrom:"default",text:null,removeLabels:false},theOptions)}else if(typeof(theOptions)=="string"&&theOptions.toLowerCase()=="destroy"){var destroy=true}return this.each(function(){if(destroy){$(this).unbind("focus.toggleval").unbind("blur.toggleval").removeData("defText");return false}var defText="";switch(theOptions.populateFrom){case"alt":defText=$(this).attr("alt");$(this).val(defText);break;case"label":defText=$("label[for='"+$(this).attr("id")+"']").text();$(this).val(defText);break;case"custom":defText=theOptions.text;$(this).val(defText);break;default:defText=$(this).val()}$(this).addClass("toggleval").data("defText",defText);if(theOptions.removeLabels==true){$("label[for='"+$(this).attr("id")+"']").remove()}$(this).bind("focus.toggleval",function(){if($(this).val()==$(this).data("defText")){$(this).val("")}$(this).addClass(theOptions.focusClass).removeClass(theOptions.changedClass)}).bind("blur.toggleval",function(){if($(this).val()==""){$(this).val($(this).data("defText"))}$(this).removeClass(theOptions.focusClass);if($(this).val()!=$(this).data("defText")){$(this).addClass(theOptions.changedClass)}else{$(this).removeClass(theOptions.changedClass)}})})}})(jQuery);


/* smoothscroll */
$(function(){ 
    $('a[href*=#]').click(function() {
		if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')  && location.hostname == this.hostname)
		{
			var $target = $(this.hash);

			$target = $target.length && $target || $('[name=' + this.hash.slice(1) +']');

			if ($target.length) {
				var targetOffset = $target.offset().top;
				$('html,body').animate({scrollTop: targetOffset}, 1000);    
				return false;
			}
		}        
	});
});

/**
 *  jQuery Fixed Position Plugin
 *  @requires jQuery v1.3
 *  http://www.socialembedded.com/labs
 *
 *  Copyright (c)  Hernan Amiune (hernan.amiune.com)
 *  Dual licensed under the MIT and GPL licenses:
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 * 
 *  Version: 1.0
 */
 
(function($){ $.fn.fixedPosition = function(options){

    var defaults = {
	  vpos: null,    // posible values: "top", "middle", "bottom". if it is null the original position is taken
	  hpos: null     // posible values: "left", "center", "right". if it is null the original position is taken
	};
	
    var options = $.extend(defaults, options);
	
	return this.each(function(index) {
		
		
		var $this = $(this);
		$this.css("position","absolute");
		
		if(options.vpos === "top"){
		    
            $this.css("top",$(document).scrollTop());
            //$this.css("top","0");
		}
		else if(options.vpos === "middle"){
		    $this.css("top",((parseInt($(window).height())/2)-($(this).height()/2))+"px");
		}
		else if(options.vpos === "bottom"){
		    $this.css("bottom","0");
		}
		
		if(options.hpos === "left"){
		    $this.css("left","0");
		}
		else if(options.hpos === "center"){
		    $this.css("left",((parseInt($(window).width())/2)-($(this).width()/2))+"px");
		}
		else if(options.hpos === "right"){
		    $this.css("right","0");
		}
		
		var top = parseInt($this.offset().top);
		var left = parseInt($this.offset().left);

        //$this.css("top",top+$(document).scrollTop()).css("left",left+$(document).scrollLeft());

		$(window).scroll(function () {
			$this.css("top",$(document).scrollTop()).css("left",left+$(document).scrollLeft());
		});
	});

  
}})(jQuery);
