// JavaScript Document


// cufon-yui.js
/*
 * 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}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													// Avenir LT Std
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Avenir is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * AvenirLTStd-Medium
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":556,"face":{"font-family":"Avenir LT Std","font-weight":600,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 6 3 2 2 3 2 2 4","ascent":"756","descent":"-244","x-height":"12","bbox":"-46 -792 961 282","underline-thickness":"50","underline-position":"-50","stemh":"78","stemv":"90","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":278},"!":{"d":"185,-708r0,504r-96,0r0,-504r96,0xm73,-60v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":278},"\"":{"d":"146,-462r0,-246r78,0r0,246r-78,0xm295,-462r0,-246r78,0r0,246r-78,0","w":519},"#":{"d":"92,0r28,-204r-95,0r0,-78r106,0r20,-144r-95,0r0,-78r106,0r28,-204r79,0r-28,204r116,0r28,-204r79,0r-28,204r95,0r0,78r-106,0r-20,144r95,0r0,78r-106,0r-28,204r-79,0r28,-204r-116,0r-28,204r-79,0xm346,-426r-116,0r-20,144r116,0"},"$":{"d":"300,-792r0,72v73,0,147,24,198,77r-72,70v-30,-39,-76,-62,-126,-63r-2,237v116,32,218,69,218,205v0,122,-100,199,-216,206r0,72r-54,0r0,-72v-87,0,-166,-26,-220,-96r77,-69v30,50,87,79,143,81r0,-246v-108,-28,-204,-78,-204,-205v0,-114,97,-188,204,-197r0,-72r54,0xm246,-414r0,-222v-63,10,-108,50,-108,113v0,63,52,93,108,109xm300,-304r0,232v66,-8,120,-50,120,-118v0,-69,-60,-95,-120,-114"},"%":{"d":"37,-549v0,-98,79,-177,177,-177v98,0,177,79,177,177v0,98,-79,177,-177,177v-98,0,-177,-79,-177,-177xm115,-549v0,55,44,99,99,99v55,0,99,-44,99,-99v0,-55,-44,-99,-99,-99v-55,0,-99,44,-99,99xm461,-159v0,-98,79,-177,177,-177v98,0,177,79,177,177v0,98,-79,177,-177,177v-98,0,-177,-79,-177,-177xm539,-159v0,55,44,99,99,99v55,0,99,-44,99,-99v0,-55,-44,-99,-99,-99v-55,0,-99,44,-99,99xm680,-709r-445,740r-60,-31r445,-740","w":852},"&":{"d":"551,-165r161,165r-129,0r-87,-94v-60,72,-122,112,-217,112v-160,0,-232,-102,-232,-205v0,-99,75,-162,161,-203v-45,-48,-83,-95,-83,-164v0,-108,88,-166,189,-166v99,0,183,53,183,160v0,89,-76,145,-147,182r140,146r89,-145r109,0xm401,-560v0,-47,-36,-76,-86,-76v-51,0,-94,30,-94,83v0,47,39,87,70,118v49,-27,110,-61,110,-125xm439,-156r-171,-178v-57,33,-119,71,-119,144v0,69,65,124,133,124v69,0,120,-46,157,-90","w":722},"(":{"d":"194,-732r60,38v-86,135,-128,245,-128,406v0,146,43,287,128,404r-60,40v-190,-251,-195,-628,0,-888","w":278},")":{"d":"84,156r-60,-38v86,-135,128,-245,128,-406v0,-146,-43,-287,-128,-404r60,-40v190,251,195,628,0,888","w":278},"*":{"d":"269,-708r0,147r139,-47r21,67r-139,45r88,119r-55,41r-91,-122r-89,120r-55,-41r89,-117r-142,-48r21,-65r141,48r0,-147r72,0","w":464},"+":{"d":"66,-264r0,-78r228,0r0,-228r78,0r0,228r228,0r0,78r-228,0r0,228r-78,0r0,-228r-228,0","w":666},",":{"d":"214,-114r-84,246r-82,0r69,-246r97,0","w":278},"-":{"d":"281,-284r0,84r-246,0r0,-84r246,0","w":316},".":{"d":"139,6v-36,0,-66,-30,-66,-66v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66","w":278},"\/":{"d":"389,-726r-319,770r-70,-26r320,-770","w":389},"0":{"d":"34,-354v0,-155,43,-366,244,-366v201,0,244,211,244,366v0,149,-43,366,-244,366v-201,0,-244,-217,-244,-366xm130,-354v0,92,14,282,148,282v134,0,148,-190,148,-282v0,-98,-14,-282,-148,-282v-134,0,-148,184,-148,282"},"1":{"d":"270,0r0,-598r-130,120r-56,-67r197,-163r85,0r0,708r-96,0"},"2":{"d":"46,0r0,-102r284,-282v39,-38,78,-87,78,-145v0,-70,-55,-113,-122,-113v-69,0,-117,42,-129,109r-104,-9v19,-125,112,-184,234,-184v122,0,223,66,223,196v0,93,-60,160,-123,221r-233,225r356,0r0,84r-464,0"},"3":{"d":"46,-142r101,-31v23,68,55,101,130,101v74,0,137,-52,137,-128v0,-118,-109,-132,-199,-132r0,-84v146,0,181,-41,181,-111v0,-75,-51,-115,-119,-115v-52,0,-97,33,-118,82r-98,-33v68,-193,431,-180,431,60v0,76,-53,136,-121,162v89,15,139,91,139,178v0,136,-111,205,-236,205v-108,0,-196,-47,-228,-154"},"4":{"d":"336,0r0,-156r-302,0r0,-98r282,-454r116,0r0,468r100,0r0,84r-100,0r0,156r-96,0xm336,-240r0,-354r-2,0r-216,354r218,0"},"5":{"d":"471,-708r0,90r-287,0r-3,177v168,-55,315,45,315,219v0,141,-111,234,-249,234v-96,0,-180,-51,-213,-143r97,-33v44,146,269,111,269,-53v0,-164,-185,-187,-317,-118r8,-373r380,0"},"6":{"d":"398,-708r-178,274v143,-50,301,21,301,208v0,156,-110,238,-243,238v-133,0,-243,-90,-243,-228v0,-87,28,-141,71,-209r179,-283r113,0xm131,-219v0,86,59,147,147,147v88,0,147,-61,147,-147v0,-86,-59,-147,-147,-147v-88,0,-147,61,-147,147"},"7":{"d":"97,0r287,-624r-342,0r0,-84r445,0r0,82r-282,626r-108,0"},"8":{"d":"278,12v-129,0,-231,-81,-231,-215v0,-88,58,-152,135,-173r0,-3v-53,-14,-111,-67,-111,-165v0,-107,96,-176,207,-176v111,0,207,69,207,176v0,98,-58,151,-111,165r0,3v77,21,135,85,135,173v0,134,-102,215,-231,215xm167,-530v0,55,40,112,111,112v74,0,111,-54,111,-112v0,-65,-45,-112,-111,-112v-61,0,-111,46,-111,112xm278,-72v80,0,135,-54,135,-131v0,-86,-60,-131,-135,-131v-78,0,-135,56,-135,131v0,83,62,131,135,131"},"9":{"d":"158,0r178,-274v-143,50,-301,-21,-301,-208v0,-156,110,-238,243,-238v133,0,243,90,243,228v0,87,-28,141,-71,209r-179,283r-113,0xm425,-489v0,-86,-59,-147,-147,-147v-88,0,-147,61,-147,147v0,86,59,147,147,147v88,0,147,-61,147,-147"},":":{"d":"139,-348v-36,0,-66,-30,-66,-66v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66xm73,-60v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":278},";":{"d":"214,-114r-84,246r-82,0r69,-246r97,0xm73,-413v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":278},"<":{"d":"600,-121r0,78r-534,-219r0,-82r534,-220r0,79r-452,182","w":666},"=":{"d":"66,-420r534,0r0,78r-534,0r0,-78xm66,-263r534,0r0,78r-534,0r0,-78","w":666},">":{"d":"66,-485r0,-78r534,219r0,82r-534,220r0,-79r452,-182","w":666},"?":{"d":"210,-259v-15,-130,162,-160,162,-277v0,-61,-47,-106,-106,-106v-65,0,-108,46,-116,112r-102,-10v17,-116,103,-186,220,-186v112,0,200,67,200,185v0,101,-62,141,-112,191v-49,49,-51,72,-50,152r-96,0r0,-61xm191,-60v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":500},"@":{"d":"422,-485v-94,0,-145,91,-145,187v0,49,21,80,71,80v81,0,137,-103,137,-179v0,-47,-21,-88,-63,-88xm615,-544r-84,277v-9,26,-8,49,24,49v56,0,123,-90,123,-196v0,-157,-121,-246,-262,-246v-171,0,-294,135,-294,308v0,177,131,304,299,304v95,0,185,-36,233,-101r79,0v-56,101,-186,167,-314,167v-211,0,-375,-165,-375,-374v0,-205,168,-370,371,-370v186,0,341,128,341,304v0,170,-141,282,-235,282v-34,0,-62,-23,-63,-64r-4,0v-30,32,-75,64,-124,64v-85,0,-137,-70,-137,-157v0,-131,88,-266,224,-266v48,0,87,26,109,76r16,-57r73,0","w":800},"A":{"d":"1,0r312,-708r87,0r303,708r-112,0r-71,-175r-337,0r-70,175r-112,0xm217,-259r268,0r-132,-325r-2,0","w":704},"B":{"d":"91,0r0,-708r246,0v123,0,215,57,215,177v0,83,-54,129,-122,158v85,6,153,81,153,176v0,127,-111,197,-249,197r-243,0xm187,-624r0,210v122,0,263,19,263,-106v0,-56,-35,-104,-112,-104r-151,0xm187,-330r0,246r141,0v58,0,153,-20,153,-120v0,-84,-59,-126,-152,-126r-142,0","w":630},"C":{"d":"664,-616r-80,61v-40,-52,-106,-81,-171,-81v-159,0,-264,127,-264,288v0,149,99,276,264,276v81,0,143,-36,185,-95r81,61v-21,29,-106,124,-268,124v-225,0,-364,-188,-364,-366v0,-220,151,-378,369,-378v93,0,191,35,248,110","w":704},"D":{"d":"75,0r0,-708r247,0v299,0,372,223,372,354v0,181,-135,354,-388,354r-231,0xm171,-618r0,528r121,0v162,0,300,-89,300,-264v0,-90,-47,-264,-277,-264r-144,0","w":741},"E":{"d":"91,0r0,-708r457,0r0,90r-361,0r0,211r336,0r0,90r-336,0r0,227r379,0r0,90r-475,0","w":611},"F":{"d":"91,0r0,-708r445,0r0,90r-349,0r0,222r325,0r0,90r-325,0r0,306r-96,0","w":574,"k":{"A":55,",":157,".":157}},"G":{"d":"441,-396r253,0r0,349v-69,42,-182,65,-268,65v-240,0,-379,-171,-379,-372v0,-210,153,-372,369,-372v130,0,209,35,264,92r-68,73v-58,-56,-125,-75,-196,-75v-162,0,-267,127,-267,282v0,160,119,282,275,282v67,0,131,-13,174,-37r0,-197r-157,0r0,-90","w":778},"H":{"d":"91,0r0,-708r96,0r0,294r367,0r0,-294r96,0r0,708r-96,0r0,-324r-367,0r0,324r-96,0","w":741},"I":{"d":"91,0r0,-708r96,0r0,708r-96,0","w":278},"J":{"d":"312,-233r0,-475r96,0r0,506v0,178,-128,220,-207,220v-100,0,-173,-51,-192,-155r94,-21v11,53,45,86,98,86v95,0,111,-81,111,-161","w":482},"K":{"d":"91,0r0,-708r96,0r0,306r8,0r313,-306r134,0r-342,327r365,381r-140,0r-330,-354r-8,0r0,354r-96,0","w":648},"L":{"d":"91,0r0,-708r96,0r0,618r325,0r0,90r-421,0","w":519,"k":{"T":92,"V":92,"W":55,"y":37,"Y":111}},"M":{"d":"84,0r0,-708r143,0r225,536r4,0r223,-536r143,0r0,708r-96,0r0,-582r-2,0r-239,582r-64,0r-239,-582r-2,0r0,582r-96,0","w":906},"N":{"d":"91,0r0,-708r126,0r390,582r2,0r0,-582r96,0r0,708r-122,0r-394,-582r-2,0r0,582r-96,0","w":796},"O":{"d":"416,18v-216,0,-369,-162,-369,-372v0,-210,153,-372,369,-372v216,0,369,162,369,372v0,210,-153,372,-369,372xm416,-72v162,0,267,-127,267,-282v0,-155,-105,-282,-267,-282v-162,0,-267,127,-267,282v0,155,105,282,267,282","w":832},"P":{"d":"91,0r0,-708r249,0v181,0,227,109,227,198v0,89,-46,198,-227,198r-153,0r0,312r-96,0xm187,-624r0,228v130,-4,278,29,278,-114v0,-143,-148,-110,-278,-114","w":593,"k":{"A":74,",":179,".":179}},"Q":{"d":"822,-84r0,84r-408,0v-201,0,-367,-151,-367,-362v0,-208,159,-364,366,-364v199,0,361,152,361,354v0,122,-61,236,-162,288r210,0xm410,-90v155,0,262,-123,262,-278v0,-150,-111,-268,-262,-268v-148,0,-261,119,-261,266v0,155,107,280,261,280","w":832},"R":{"d":"91,0r0,-708r249,0v181,0,227,109,227,198v0,90,-67,175,-174,187r201,323r-120,0r-180,-312r-107,0r0,312r-96,0xm187,-624r0,228v130,-4,278,29,278,-114v0,-143,-148,-110,-278,-114","w":611,"k":{"T":18,"Y":18}},"S":{"d":"33,-80r79,-68v34,52,93,76,150,76v63,0,141,-40,141,-118v0,-163,-349,-62,-349,-338v0,-83,70,-198,240,-198v77,0,151,16,204,81r-78,71v-24,-37,-71,-62,-126,-62v-106,0,-138,64,-138,108v0,179,349,72,349,327v0,137,-110,219,-246,219v-91,0,-178,-31,-226,-98"},"T":{"d":"239,0r0,-618r-228,0r0,-90r552,0r0,90r-228,0r0,618r-96,0","w":574,"k":{"w":111,"y":111,"A":92,",":111,".":111,"c":111,"e":111,"o":111,"-":129,"a":111,"r":92,"s":111,"u":101,":":111,";":111}},"U":{"d":"78,-708r96,0r0,434v0,88,44,202,178,202v134,0,178,-114,178,-202r0,-434r96,0r0,449v0,164,-119,277,-274,277v-155,0,-274,-113,-274,-277r0,-449","w":704},"V":{"d":"267,0r-273,-708r111,0r208,576r2,0r216,-576r105,0r-279,708r-90,0","w":630,"k":{"y":18,"A":46,",":129,".":129,"e":55,"o":55,"-":55,"a":55,"r":37,"u":37,":":46,";":46,"i":18}},"W":{"d":"208,0r-207,-708r100,0r156,566r2,0r167,-566r110,0r167,566r2,0r156,-566r100,0r-206,708r-101,0r-172,-578r-2,0r-171,578r-101,0","w":962,"k":{"A":24,",":90,".":90,"e":47,"o":47,"a":47,"r":18,"u":18,":":18,";":18}},"X":{"d":"-2,0r257,-372r-238,-336r123,0r184,272r182,-272r120,0r-236,335r260,373r-126,0r-203,-307r-204,307r-119,0","w":648},"Y":{"d":"258,0r0,-302r-268,-406r123,0r193,311r199,-311r117,0r-268,406r0,302r-96,0","w":612,"k":{"v":55,"A":74,",":139,".":139,"e":111,"o":111,"q":92,"-":111,"a":92,"u":74,":":92,";":92,"i":37,"p":74}},"Z":{"d":"32,0r0,-90r403,-528r-391,0r0,-90r511,0r0,90r-401,528r407,0r0,90r-529,0","w":593},"[":{"d":"72,156r0,-888r174,0r0,66r-90,0r0,756r90,0r0,66r-174,0","w":278},"\\":{"d":"319,44r-319,-770r69,-26r320,770","w":389},"]":{"d":"32,156r0,-66r90,0r0,-756r-90,0r0,-66r174,0r0,888r-174,0","w":278},"^":{"d":"80,-276r213,-432r80,0r213,432r-83,0r-170,-353r-170,353r-83,0","w":666},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"a":{"d":"124,-360r-54,-56v50,-47,122,-70,188,-70v140,0,198,76,198,158r0,242v0,33,1,61,4,86r-80,0v-4,-23,1,-53,-5,-72v-70,130,-329,110,-330,-58v-2,-143,160,-171,327,-164v5,-69,-28,-120,-113,-120v-69,0,-102,29,-135,54xm372,-228v-103,-2,-237,1,-237,91v0,54,40,77,102,77v112,0,140,-78,135,-168","w":519},"b":{"d":"68,0r0,-756r90,0r0,350r2,0v32,-49,97,-80,165,-80v146,0,241,107,241,249v0,140,-94,249,-241,249v-66,0,-129,-32,-167,-80r0,68r-90,0xm314,-72v96,0,156,-69,156,-165v0,-96,-60,-165,-156,-165v-96,0,-156,69,-156,165v0,96,60,165,156,165","w":611},"c":{"d":"475,-410r-68,62v-33,-35,-68,-53,-118,-53v-98,0,-148,79,-148,168v0,89,60,161,153,161v50,0,85,-18,115,-53r64,64v-47,52,-111,73,-180,73v-146,0,-248,-101,-248,-247v0,-146,100,-250,248,-250v69,0,135,24,182,75","w":482},"d":{"d":"543,-756r0,756r-90,0v-2,-21,4,-51,-2,-68v-35,51,-101,80,-165,80v-147,0,-241,-109,-241,-249v0,-142,95,-249,241,-249v70,0,131,34,167,80r0,-350r90,0xm297,-72v96,0,156,-69,156,-165v0,-96,-60,-165,-156,-165v-96,0,-156,69,-156,165v0,96,60,165,156,165","w":611},"e":{"d":"516,-204r-380,0v0,83,77,138,160,138v55,0,95,-28,130,-71r68,52v-50,65,-119,97,-210,97v-150,0,-244,-108,-244,-249v0,-142,103,-249,245,-249v179,0,238,133,231,282xm136,-276r284,0v-2,-79,-46,-138,-137,-138v-89,0,-147,75,-147,138"},"f":{"d":"103,0r0,-396r-102,0r0,-78r102,0r0,-106v-7,-153,84,-210,229,-181r-10,80v-17,-7,-33,-9,-51,-9v-105,-5,-71,122,-77,216r107,0r0,78r-108,0r0,396r-90,0","w":333,"k":{"f":18}},"g":{"d":"543,-474r0,470v0,143,-104,244,-259,244v-90,0,-165,-23,-232,-85r61,-76v47,50,100,77,169,77v164,0,177,-100,171,-234r-3,0v-34,57,-99,84,-164,84v-139,0,-241,-105,-241,-243v0,-140,94,-249,241,-249v66,0,129,32,167,80r0,-68r90,0xm297,-402v-96,0,-156,69,-156,165v0,96,60,159,156,159v96,0,156,-63,156,-159v0,-96,-60,-165,-156,-165","w":611},"h":{"d":"68,0r0,-756r90,0r0,355r2,0v23,-50,83,-85,156,-85v92,0,172,55,172,181r0,305r-90,0r0,-280v0,-89,-51,-122,-108,-122v-75,0,-132,48,-132,158r0,244r-90,0"},"i":{"d":"75,0r0,-474r90,0r0,474r-90,0xm54,-644v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":240},"j":{"d":"75,-474r90,0r0,542v0,49,-1,172,-145,172v-20,0,-39,-2,-58,-9r10,-83v61,23,103,-6,103,-84r0,-538xm54,-644v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":240},"k":{"d":"68,0r0,-756r90,0r0,488r204,-205r125,0r-221,215r240,258r-128,0r-220,-246r0,246r-90,0","w":519},"l":{"d":"75,0r0,-756r90,0r0,756r-90,0","w":240},"m":{"d":"68,0r0,-474r84,0v2,23,-4,55,2,74v9,-28,67,-86,152,-86v70,0,118,30,148,88v31,-58,93,-88,150,-88v146,0,180,104,180,210r0,276r-90,0r0,-264v0,-72,-15,-138,-102,-138v-87,0,-121,59,-121,143r0,259r-90,0r0,-248v0,-90,-13,-154,-100,-154v-65,0,-123,49,-123,156r0,246r-90,0","w":852},"n":{"d":"68,0r0,-474r90,0v2,23,-4,54,2,73v23,-50,83,-85,156,-85v92,0,172,55,172,181r0,305r-90,0r0,-280v0,-89,-51,-122,-108,-122v-75,0,-132,48,-132,158r0,244r-90,0"},"o":{"d":"141,-237v0,96,60,165,156,165v96,0,156,-69,156,-165v0,-96,-60,-165,-156,-165v-96,0,-156,69,-156,165xm45,-237v0,-138,111,-249,252,-249v141,0,252,111,252,249v0,138,-111,249,-252,249v-141,0,-252,-111,-252,-249","w":594},"p":{"d":"68,282r0,-756r90,0v2,21,-4,51,2,68v35,-51,101,-80,165,-80v147,0,241,109,241,249v0,142,-95,249,-241,249v-70,0,-131,-34,-167,-80r0,350r-90,0xm314,-402v-96,0,-156,69,-156,165v0,96,60,165,156,165v96,0,156,-69,156,-165v0,-96,-60,-165,-156,-165","w":611},"q":{"d":"543,-474r0,702r-90,0r0,-296r-2,0v-32,49,-97,80,-165,80v-146,0,-241,-107,-241,-249v0,-140,94,-249,241,-249v66,0,129,32,167,80r0,-68r90,0xm297,-402v-96,0,-156,69,-156,165v0,96,60,165,156,165v96,0,156,-69,156,-165v0,-96,-60,-165,-156,-165","w":611},"r":{"d":"68,0r0,-474r90,0v2,23,-4,54,2,73v29,-59,104,-100,182,-79r-4,97v-105,-26,-180,24,-180,145r0,238r-90,0","w":370,"k":{",":92,".":92,"c":18,"d":18,"e":18,"g":18,"o":18,"q":18,"-":55}},"s":{"d":"390,-408r-70,53v-21,-26,-52,-47,-97,-47v-42,0,-79,19,-79,53v0,57,81,65,121,74v78,19,138,49,138,138v0,107,-98,149,-192,149v-78,0,-136,-20,-183,-84r68,-56v29,29,63,56,115,56v46,0,96,-19,96,-60v0,-54,-75,-64,-114,-73v-77,-19,-145,-44,-145,-135v0,-169,266,-193,342,-68","w":444},"t":{"d":"322,-474r0,78r-129,0r0,215v0,53,0,109,68,109v21,0,46,-3,64,-14r0,82v-21,12,-63,16,-81,16v-139,0,-141,-85,-141,-161r0,-247r-104,0r0,-78r104,0r0,-133r90,0r0,133r129,0","w":370},"u":{"d":"488,-474r0,474r-90,0v-2,-23,4,-54,-2,-73v-23,50,-83,85,-156,85v-92,0,-172,-55,-172,-181r0,-305r90,0r0,280v0,89,51,122,108,122v75,0,132,-48,132,-158r0,-244r90,0"},"v":{"d":"204,0r-193,-474r104,0r142,363r136,-363r96,0r-186,474r-99,0","w":500,"k":{",":74,".":74}},"w":{"d":"167,0r-156,-474r101,0r107,354r2,0r113,-354r95,0r120,354r2,0r102,-354r95,0r-153,474r-91,0r-125,-354r-2,0r-113,354r-97,0","w":759,"k":{",":55,".":55}},"x":{"d":"6,0r192,-253r-168,-221r116,0r115,168r113,-168r109,0r-162,221r192,253r-116,0r-140,-199r-140,199r-111,0","w":519},"y":{"d":"208,3r-197,-477r104,0r141,370r2,0r134,-370r97,0r-225,576v-32,82,-63,138,-162,138v-27,0,-55,-3,-80,-13r11,-82v17,7,36,11,54,11v88,3,91,-93,121,-153","w":500,"k":{",":74,".":74}},"z":{"d":"35,0r0,-81r269,-315r-260,0r0,-78r370,0r0,80r-271,316r285,0r0,78r-393,0","w":463},"{":{"d":"304,-732r0,72r-45,0v-39,0,-51,44,-51,87r0,151v3,93,-61,127,-84,133r0,3v23,3,84,32,84,134r0,150v0,41,12,86,51,86r45,0r0,72v-119,8,-169,-9,-180,-153r0,-134v-3,-73,-39,-117,-84,-117r0,-78v45,0,84,-44,84,-117r0,-158v0,-85,55,-131,105,-131r75,0","w":333},"|":{"d":"72,-750r78,0r0,1000r-78,0r0,-1000","w":222},"}":{"d":"29,156r0,-72r45,0v39,0,51,-44,51,-87r0,-151v-3,-93,61,-127,84,-133r0,-3v-23,-3,-84,-32,-84,-134r0,-150v0,-41,-12,-86,-51,-86r-45,0r0,-72v119,-8,169,9,180,153r0,134v0,73,39,117,84,117r0,78v-45,0,-84,44,-84,117r0,158v0,85,-55,131,-105,131r-75,0","w":333},"~":{"d":"229,-378v76,0,145,73,212,73v32,0,61,-18,89,-73r40,62v-40,68,-84,88,-128,88v-74,1,-154,-72,-222,-72v-43,0,-67,38,-84,72r-40,-62v31,-52,69,-88,133,-88","w":666},"'":{"d":"178,-708r0,246r-78,0r0,-246r78,0","w":278},"`":{"d":"82,-708r104,144r-83,0r-149,-144r128,0","w":240},"\u00a0":{"w":278}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Avenir is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * AvenirLTStd-Heavy
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":592,"face":{"font-family":"Avenir LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 7 3 2 2 3 2 2 4","ascent":"756","descent":"-244","x-height":"12","bbox":"-58 -786 981 250","underline-thickness":"50","underline-position":"-50","stemh":"102","stemv":"120","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":296},"!":{"d":"208,-708r0,486r-120,0r0,-486r120,0xm68,-70v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76","w":296},"\"":{"d":"120,-444r0,-264r102,0r0,264r-102,0xm297,-444r0,-264r102,0r0,264r-102,0","w":519},"#":{"d":"107,0r30,-209r-90,0r0,-84r101,0r18,-122r-90,0r0,-84r101,0r30,-209r88,0r-30,209r103,0r30,-209r87,0r-30,209r90,0r0,84r-102,0r-17,122r90,0r0,84r-100,0r-31,209r-87,0r30,-209r-104,0r-30,209r-87,0xm356,-415r-103,0r-17,122r103,0"},"$":{"d":"264,-307v-114,-30,-216,-73,-216,-206v0,-119,104,-195,216,-206r0,-67r54,0r0,66v76,-1,150,22,205,69r-83,93v-31,-33,-76,-54,-122,-54r0,200v114,30,229,65,229,204v0,132,-102,206,-229,219r0,72r-54,0r0,-71v-87,1,-172,-25,-233,-89r91,-93v32,45,87,69,142,74r0,-211xm264,-427r0,-183v-47,8,-90,40,-90,91v0,61,42,71,90,92xm318,-291r0,195v55,-11,103,-44,103,-103v0,-59,-56,-76,-103,-92"},"%":{"d":"505,-174v0,-103,83,-186,186,-186v103,0,186,83,186,186v0,103,-83,186,-186,186v-103,0,-186,-83,-186,-186xm781,-174v0,-50,-40,-90,-90,-90v-50,0,-90,40,-90,90v0,50,40,90,90,90v50,0,90,-40,90,-90xm30,-534v0,-103,83,-186,186,-186v103,0,186,83,186,186v0,103,-83,186,-186,186v-103,0,-186,-83,-186,-186xm306,-534v0,-50,-40,-90,-90,-90v-50,0,-90,40,-90,90v0,50,40,90,90,90v50,0,90,-40,90,-90xm205,-6r416,-734r83,38r-416,734","w":907},"&":{"d":"716,-372r-142,205r153,167r-155,0r-75,-81v-57,67,-119,99,-209,99v-125,0,-240,-73,-240,-208v0,-95,68,-166,153,-199v-45,-50,-81,-93,-81,-163v0,-116,96,-174,203,-174v106,0,200,52,200,168v0,87,-71,147,-141,183r114,123r79,-120r141,0xm325,-618v-46,0,-85,29,-85,71v0,37,36,74,67,103v41,-22,96,-56,96,-108v0,-38,-35,-66,-78,-66xm422,-160r-145,-158v-47,28,-97,60,-97,121v0,62,52,107,112,107v55,0,94,-35,130,-70","w":741},"(":{"d":"279,-680v-77,114,-129,253,-129,392v0,138,48,278,128,389r-84,55v-91,-126,-146,-281,-146,-444v0,-162,55,-318,146,-444","w":296},")":{"d":"17,104v77,-114,129,-253,129,-392v0,-138,-48,-277,-128,-388r84,-56v91,126,146,281,146,444v0,162,-55,318,-146,444","w":296},"*":{"d":"274,-708r0,142r135,-44r26,80r-136,44r86,117r-69,50r-86,-118r-84,115r-67,-51r86,-113r-137,-47r26,-80r136,47r0,-142r84,0","w":463},"+":{"d":"62,-354r220,0r0,-220r102,0r0,220r220,0r0,102r-220,0r0,220r-102,0r0,-220r-220,0r0,-102","w":666},",":{"d":"38,126r70,-264r122,0r-85,264r-107,0","w":296},"-":{"d":"281,-297r0,102r-247,0r0,-102r247,0","w":315},".":{"d":"68,-70v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76","w":296},"\/":{"d":"386,-726r-312,774r-83,-30r312,-776","w":389},"0":{"d":"40,-354v0,-335,177,-366,256,-366v79,0,256,31,256,366v0,335,-177,366,-256,366v-79,0,-256,-31,-256,-366xm160,-354v0,88,16,252,136,252v120,0,136,-164,136,-252v0,-88,-16,-252,-136,-252v-120,0,-136,164,-136,252"},"1":{"d":"268,0r0,-570r-133,123r-70,-83r214,-178r109,0r0,708r-120,0"},"2":{"d":"59,0r0,-127r275,-266v33,-32,73,-71,73,-120v0,-58,-48,-93,-103,-93v-59,0,-101,38,-109,96r-126,-10v12,-131,107,-200,235,-200v127,0,229,65,229,201v0,89,-46,150,-109,208r-219,203r328,0r0,108r-474,0"},"3":{"d":"222,-315r0,-108v86,1,169,2,169,-96v0,-54,-42,-93,-101,-93v-48,0,-89,29,-106,78r-127,-34v50,-216,454,-201,454,37v0,78,-50,138,-121,162v90,13,138,85,138,172v0,135,-113,209,-239,209v-116,0,-212,-48,-243,-166r128,-34v15,58,51,92,115,92v64,0,119,-45,119,-111v0,-102,-96,-110,-186,-108"},"4":{"d":"335,0r0,-144r-301,0r0,-119r285,-445r136,0r0,456r103,0r0,108r-103,0r0,144r-120,0xm335,-252r0,-286r-2,0r-177,286r179,0"},"5":{"d":"505,-708r0,108r-285,0r-3,141v170,-40,312,57,312,226v0,152,-111,245,-256,245v-112,0,-196,-53,-229,-162r126,-34v16,51,55,82,116,82v72,0,123,-52,123,-121v1,-159,-203,-159,-314,-103r7,-382r403,0"},"6":{"d":"291,-708r146,0r-170,262v145,-44,281,68,281,216v0,147,-107,242,-252,242v-148,0,-252,-91,-252,-241v0,-74,27,-132,66,-194xm170,-231v0,71,58,129,129,129v71,0,129,-58,129,-129v0,-71,-58,-129,-129,-129v-71,0,-129,58,-129,129"},"7":{"d":"42,-594r0,-114r481,0r0,110r-283,598r-141,0r289,-594r-346,0"},"8":{"d":"296,-720v120,0,217,67,217,186v0,77,-40,136,-107,161v68,14,129,85,129,172v0,140,-107,213,-239,213v-132,0,-239,-73,-239,-213v0,-90,66,-155,129,-174v-71,-21,-107,-84,-107,-159v0,-119,97,-186,217,-186xm296,-618v-61,0,-97,43,-97,96v0,56,38,99,97,99v53,0,97,-43,97,-99v0,-53,-42,-96,-97,-96xm296,-327v-65,0,-119,46,-119,111v0,67,50,114,119,114v69,0,119,-47,119,-114v0,-65,-54,-111,-119,-111"},"9":{"d":"301,0r-146,0r170,-262v-145,44,-281,-68,-281,-216v0,-147,107,-242,252,-242v148,0,252,91,252,241v0,74,-27,132,-66,194xm422,-477v0,-71,-58,-129,-129,-129v-71,0,-129,58,-129,129v0,71,58,129,129,129v71,0,129,-58,129,-129"},":":{"d":"68,-70v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76xm68,-409v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76","w":296},";":{"d":"38,126r70,-264r122,0r-85,264r-107,0xm68,-409v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76","w":296},"<":{"d":"586,-42r-506,-225r0,-72r506,-225r0,110r-338,151r338,151r0,110","w":666},"=":{"d":"62,-444r542,0r0,102r-542,0r0,-102xm62,-264r542,0r0,102r-542,0r0,-102","w":666},">":{"d":"80,-564r506,225r0,72r-506,225r0,-110r338,-151r-338,-151r0,-110","w":666},"?":{"d":"330,-209r-120,0v-1,-87,3,-120,54,-172r77,-78v53,-53,16,-153,-65,-153v-56,0,-95,44,-100,98r-128,-10v15,-127,106,-202,233,-202v119,0,211,69,211,195v0,87,-49,131,-109,184v-46,41,-56,64,-53,138xm190,-70v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76","w":519},"@":{"d":"401,-456v-67,0,-106,55,-106,121v0,21,0,92,83,92v76,0,97,-66,97,-121v0,-53,-24,-92,-74,-92xm617,-133r110,0v-71,98,-185,151,-307,151v-213,0,-388,-154,-388,-371v0,-213,171,-373,382,-373v176,0,354,117,354,329v0,213,-162,244,-222,244v-59,0,-74,-31,-81,-54v-26,27,-65,54,-128,54v-86,0,-144,-69,-144,-168v0,-117,76,-225,200,-225v55,0,86,20,110,57r8,-45r94,0r-37,197v-7,30,-24,93,18,94v42,0,86,-45,86,-149v0,-160,-109,-244,-261,-244v-166,0,-277,119,-277,283v0,175,125,281,294,281v75,0,140,-22,189,-61","w":800},"A":{"d":"0,0r308,-708r109,0r305,708r-144,0r-66,-162r-307,0r-64,162r-141,0xm248,-270r220,0r-109,-288","w":722},"B":{"d":"79,0r0,-708v220,7,484,-52,493,178v3,82,-54,130,-123,157v89,10,153,80,153,171v0,245,-285,199,-523,202xm205,-600r0,180r115,0v84,0,126,-36,126,-89v0,-61,-42,-91,-137,-91r-104,0xm205,-312r0,204r116,0v65,0,155,-11,155,-104v0,-74,-48,-100,-150,-100r-121,0","w":648},"C":{"d":"663,-614r-98,72v-52,-55,-100,-70,-149,-70v-146,0,-243,112,-243,253v0,151,97,263,243,263v57,0,112,-26,159,-86r104,74v-64,88,-160,126,-264,126v-218,0,-374,-148,-374,-369v0,-227,156,-375,374,-375v96,0,178,31,248,112","w":685},"D":{"d":"79,0r0,-708r279,0v186,0,360,114,360,354v0,242,-205,354,-375,354r-264,0xm205,-114v210,12,381,-33,381,-240v0,-172,-112,-240,-266,-240r-115,0r0,480","w":759},"E":{"d":"79,0r0,-708r469,0r0,114r-343,0r0,174r325,0r0,114r-325,0r0,192r361,0r0,114r-487,0","w":611},"F":{"d":"79,0r0,-708r457,0r0,114r-331,0r0,186r312,0r0,114r-312,0r0,294r-126,0","w":574,"k":{"A":55,",":129,".":129}},"G":{"d":"708,-414r0,362v-86,46,-184,70,-293,70v-218,0,-374,-148,-374,-369v0,-227,156,-375,374,-375v108,0,205,23,279,89r-93,94v-45,-44,-114,-69,-185,-69v-146,0,-243,112,-243,253v0,151,97,263,243,263v64,0,122,-12,166,-37r0,-167r-145,0r0,-114r271,0","w":778},"H":{"d":"79,0r0,-708r126,0r0,282r331,0r0,-282r126,0r0,708r-126,0r0,-312r-331,0r0,312r-126,0","w":741},"I":{"d":"76,0r0,-708r126,0r0,708r-126,0","w":278},"J":{"d":"426,-708r0,512v0,113,-71,214,-213,214v-111,0,-186,-51,-208,-163r118,-28v8,46,40,77,84,77v72,0,93,-52,93,-137r0,-475r126,0","w":500},"K":{"d":"79,0r0,-708r126,0r0,300r6,0r293,-300r170,0r-331,327r353,381r-177,0r-307,-348r-7,0r0,348r-126,0","w":685},"L":{"d":"79,0r0,-708r126,0r0,594r301,0r0,114r-427,0","w":519,"k":{"T":92,"V":92,"W":55,"y":37,"Y":111}},"M":{"d":"82,0r0,-708r192,0r189,496r191,-496r190,0r0,708r-120,0r0,-588r-2,0r-215,588r-88,0r-215,-588r-2,0r0,588r-120,0","w":926},"N":{"d":"79,0r0,-708r167,0r343,526r2,0r0,-526r126,0r0,708r-160,0r-350,-543r-2,0r0,543r-126,0","w":796},"O":{"d":"41,-351v0,-227,156,-375,374,-375v221,0,377,144,377,371v0,221,-156,373,-377,373v-218,0,-374,-148,-374,-369xm173,-359v0,151,97,263,243,263v147,0,244,-112,244,-263v0,-141,-97,-253,-244,-253v-146,0,-243,112,-243,253","w":833},"P":{"d":"79,0r0,-708v234,2,499,-40,499,205v0,212,-178,214,-373,210r0,293r-126,0xm205,-401v109,-4,241,23,241,-100v0,-119,-131,-97,-241,-99r0,199","w":611,"k":{"A":74,",":169,".":169}},"Q":{"d":"839,-102r0,102r-412,0v-220,0,-386,-139,-386,-369v0,-208,170,-357,372,-357v202,0,372,149,372,357v0,150,-84,224,-149,267r203,0xm410,-612v-137,0,-237,105,-237,246v0,145,101,252,239,252v140,0,241,-107,241,-252v0,-141,-100,-246,-243,-246","w":852},"R":{"d":"79,0r0,-708v236,5,510,-46,510,203v0,102,-59,177,-164,192r188,313r-152,0r-164,-300r-92,0r0,300r-126,0xm205,-408v114,-5,252,28,252,-98v0,-122,-140,-89,-252,-94r0,192","w":630,"k":{"T":18,"Y":37}},"S":{"d":"518,-653r-92,97v-27,-38,-75,-56,-124,-56v-58,0,-116,26,-116,91v0,142,336,61,336,313v0,253,-356,292,-491,130r95,-92v31,47,84,74,140,74v58,0,124,-32,124,-97v0,-155,-336,-66,-336,-319v0,-228,321,-274,464,-141","w":574},"T":{"d":"224,0r0,-594r-217,0r0,-114r560,0r0,114r-217,0r0,594r-126,0","w":574,"k":{"w":111,"y":111,"A":92,",":111,".":111,"c":111,"e":111,"o":111,"-":129,"a":100,"r":92,"s":111,"u":92,":":83,";":83}},"U":{"d":"646,-708r0,448v0,171,-123,278,-285,278v-162,0,-285,-107,-285,-278r0,-448r126,0r0,444v0,70,38,162,159,162v121,0,159,-92,159,-162r0,-444r126,0","w":722},"V":{"d":"275,0r-278,-708r145,0r193,535r199,-535r136,0r-286,708r-109,0","w":667,"k":{"y":18,"A":55,",":129,".":129,"e":55,"o":55,"-":55,"a":55,"r":37,"u":37,":":46,";":46,"i":-10}},"W":{"d":"209,0r-209,-708r138,0r133,510r2,0r159,-510r124,0r156,510r2,0r139,-510r128,0r-206,708r-120,0r-164,-539r-2,0r-164,539r-116,0","w":981,"k":{"A":25,",":74,".":74,"e":18,"o":18,"-":28,"a":37,"r":18,"u":18,":":18,";":18}},"X":{"d":"0,0r252,-370r-236,-338r159,0r167,262r165,-262r153,0r-232,338r257,370r-160,0r-187,-299r-186,299r-152,0","w":685},"Y":{"d":"252,0r0,-303r-266,-405r158,0r174,282r176,-282r150,0r-266,405r0,303r-126,0","w":630,"k":{"v":55,"A":74,",":111,".":111,"e":92,"o":92,"q":92,"-":111,"a":92,"u":86,":":92,";":92,"i":9,"p":86}},"Z":{"d":"35,0r0,-114r378,-480r-372,0r0,-114r529,0r0,114r-381,480r387,0r0,114r-541,0","w":611},"[":{"d":"258,-732r0,78r-90,0r0,732r90,0r0,78r-192,0r0,-888r192,0","w":278},"\\":{"d":"3,-726r83,-32r312,776r-83,30","w":389},"]":{"d":"20,156r0,-78r90,0r0,-732r-90,0r0,-78r192,0r0,888r-192,0","w":278},"^":{"d":"187,-343r-118,0r223,-365r82,0r223,365r-118,0r-147,-239","w":666},"_":{"d":"500,125r-500,0r0,-50r500,0r0,50","w":500},"a":{"d":"368,0r0,-66r-3,0v-71,126,-329,97,-329,-66v0,-166,193,-168,332,-167v13,-129,-177,-123,-238,-53r-63,-63v53,-54,128,-77,204,-77v205,0,205,148,205,216r0,276r-108,0xm240,-78v92,-1,127,-50,121,-137v-79,0,-205,-2,-205,74v0,44,45,63,84,63","w":537},"b":{"d":"68,0r0,-756r120,0r0,337r3,0v25,-31,73,-73,163,-73v137,0,232,110,232,252v0,142,-89,252,-237,252v-69,0,-128,-30,-167,-84r0,72r-114,0xm466,-240v0,-75,-53,-144,-141,-144v-88,0,-141,69,-141,144v0,75,53,144,141,144v88,0,141,-69,141,-144","w":630},"c":{"d":"479,-419r-83,83v-28,-29,-59,-48,-91,-48v-88,0,-141,69,-141,144v0,75,53,144,141,144v37,0,71,-16,93,-45r80,86v-167,148,-434,37,-434,-185v0,-225,286,-335,435,-179","w":482},"d":{"d":"448,0v-2,-23,4,-53,-2,-72v-35,58,-98,84,-165,84v-148,0,-237,-110,-237,-252v0,-142,95,-252,232,-252v90,0,138,42,163,73r3,0r0,-337r120,0r0,756r-114,0xm164,-240v0,75,53,144,141,144v88,0,141,-69,141,-144v0,-75,-53,-144,-141,-144v-88,0,-141,69,-141,144","w":630},"e":{"d":"530,-198r-366,0v8,71,62,114,129,114v60,0,99,-28,129,-65r86,65v-141,185,-464,87,-464,-156v0,-151,116,-252,261,-252v144,0,235,110,225,294xm164,-288r246,0v-1,-70,-47,-114,-122,-114v-71,0,-115,45,-124,114","w":574},"f":{"d":"111,0r0,-378r-99,0r0,-102r99,0v-4,-163,3,-291,179,-288v26,0,51,2,76,7r-8,102v-17,-4,-33,-7,-50,-7v-100,1,-73,99,-77,186r111,0r0,102r-111,0r0,378r-120,0","w":352,"k":{"f":18}},"g":{"d":"448,-480r114,0r0,437v0,173,-84,283,-271,283v-89,0,-170,-19,-238,-79r72,-98v48,44,98,69,165,69v128,1,162,-84,150,-196v-35,47,-97,70,-157,70v-144,0,-239,-110,-239,-246v0,-142,89,-252,237,-252v69,0,128,30,167,84r0,-72xm306,-384v-84,0,-142,58,-142,143v0,76,60,139,141,139v89,0,143,-61,143,-141v0,-83,-55,-141,-142,-141","w":630},"h":{"d":"188,-756r0,343r2,0v19,-40,67,-79,141,-79v129,0,175,91,175,189r0,303r-120,0r0,-243v0,-53,-4,-141,-88,-141v-79,0,-110,58,-110,122r0,262r-120,0r0,-756r120,0","w":574},"i":{"d":"70,0r0,-480r120,0r0,480r-120,0xm53,-643v0,-38,32,-72,76,-72v44,0,78,31,78,72v0,41,-34,72,-78,72v-44,0,-76,-34,-76,-72","w":260},"j":{"d":"70,-480r120,0r0,509v0,120,-25,211,-162,211v-22,0,-44,-2,-65,-9r9,-104v13,3,25,5,38,5v60,0,60,-58,60,-102r0,-510xm53,-643v0,-38,32,-72,76,-72v44,0,78,31,78,72v0,41,-34,72,-78,72v-44,0,-76,-34,-76,-72","w":260},"k":{"d":"68,0r0,-756r120,0r0,475r185,-199r154,0r-206,218r219,262r-159,0r-191,-245r-2,0r0,245r-120,0","w":537},"l":{"d":"70,0r0,-756r120,0r0,756r-120,0","w":260},"m":{"d":"63,0r0,-480r114,0v2,24,-4,55,2,75v21,-45,67,-87,147,-87v74,0,125,29,150,89v35,-61,86,-89,158,-89v232,0,162,278,173,492r-120,0r0,-272v0,-60,-18,-112,-89,-112v-75,0,-103,62,-103,124r0,260r-120,0r0,-286v0,-59,-24,-98,-82,-98v-79,0,-110,58,-110,122r0,262r-120,0","w":870},"n":{"d":"68,0r0,-480r114,0v2,24,-4,57,2,77v22,-48,67,-89,147,-89v129,0,175,91,175,189r0,303r-120,0r0,-243v0,-53,-4,-141,-88,-141v-79,0,-110,58,-110,122r0,262r-120,0","w":574},"o":{"d":"44,-240v0,-151,116,-252,261,-252v145,0,261,101,261,252v0,151,-116,252,-261,252v-145,0,-261,-101,-261,-252xm164,-240v0,75,53,144,141,144v88,0,141,-69,141,-144v0,-75,-53,-144,-141,-144v-88,0,-141,69,-141,144","w":610},"p":{"d":"68,228r0,-708r114,0v2,23,-4,53,2,72v35,-58,98,-84,165,-84v148,0,237,110,237,252v0,142,-95,252,-232,252v-90,0,-138,-42,-163,-73r-3,0r0,289r-120,0xm466,-240v0,-75,-53,-144,-141,-144v-88,0,-141,69,-141,144v0,75,53,144,141,144v88,0,141,-69,141,-144","w":630},"q":{"d":"562,-480r0,708r-120,0r0,-289r-3,0v-25,31,-73,73,-163,73v-137,0,-232,-110,-232,-252v0,-142,89,-252,237,-252v69,0,128,30,167,84r0,-72r114,0xm164,-240v0,75,53,144,141,144v88,0,141,-69,141,-144v0,-75,-53,-144,-141,-144v-88,0,-141,69,-141,144","w":630},"r":{"d":"68,0r0,-480r120,0v2,24,-4,56,2,76v32,-66,103,-104,185,-81r0,116v-20,-5,-39,-9,-58,-9v-113,0,-129,95,-129,121r0,257r-120,0","w":389,"k":{",":92,".":92,"c":18,"d":18,"e":18,"g":18,"m":-18,"n":-18,"o":18,"q":18,"-":55}},"s":{"d":"404,-419r-80,72v-23,-32,-53,-49,-94,-49v-32,0,-70,15,-70,51v0,86,259,16,259,203v0,114,-109,154,-207,154v-74,0,-138,-19,-187,-74r80,-75v31,34,63,59,114,59v35,0,80,-17,80,-55v0,-99,-259,-21,-259,-204v0,-179,273,-201,364,-82","w":444},"t":{"d":"111,-378r-99,0r0,-102r99,0r0,-139r120,0r0,139r132,0r0,102r-132,0r0,210v0,48,14,78,67,78v21,0,50,-4,65,-15r0,101v-25,12,-67,16,-95,16v-127,0,-157,-57,-157,-170r0,-220","w":389},"u":{"d":"506,-480r0,480r-114,0v-2,-24,4,-57,-2,-77v-22,48,-67,89,-147,89v-129,0,-175,-91,-175,-189r0,-303r120,0r0,243v0,53,4,141,88,141v79,0,110,-58,110,-122r0,-262r120,0","w":574},"v":{"d":"199,0r-196,-480r131,0r128,336r2,0r129,-336r123,0r-189,480r-128,0","w":519,"k":{",":92,".":92}},"w":{"d":"170,0r-167,-480r130,0r104,336r2,0r97,-336r130,0r104,336r2,0r100,-336r121,0r-163,480r-119,0r-114,-328r-2,0r-101,328r-124,0","w":796,"k":{",":74,".":74}},"x":{"d":"-1,0r193,-258r-166,-222r146,0r96,144r104,-144r137,0r-164,222r193,258r-146,0r-125,-172r-126,172r-142,0","w":537},"y":{"d":"208,4r-205,-484r132,0r134,333r2,0r120,-333r125,0r-227,583v-35,90,-77,137,-183,137v-31,0,-62,-4,-92,-12r15,-108v19,7,40,12,61,12v84,0,91,-71,118,-128","w":519,"k":{",":92,".":92}},"z":{"d":"34,0r0,-111r257,-273r-245,0r0,-96r390,0r0,109r-260,275r272,0r0,96r-414,0","w":482},"{":{"d":"0,-244r0,-88v28,0,94,-13,94,-70r0,-198v0,-90,85,-132,128,-132r91,0r0,84r-55,0v-57,0,-62,41,-62,70r0,188v0,81,-69,93,-98,103v32,3,98,14,98,107r0,182v0,29,5,70,62,70r55,0r0,84r-91,0v-43,0,-128,-42,-128,-132r0,-191v0,-63,-66,-77,-94,-77","w":278},"|":{"d":"60,-750r102,0r0,1000r-102,0r0,-1000","w":222},"}":{"d":"278,-332r0,88v-28,0,-94,13,-94,70r0,198v0,90,-85,132,-128,132r-91,0r0,-84r55,0v57,0,62,-41,62,-70r0,-188v0,-81,69,-93,98,-103v-32,-3,-98,-14,-98,-107r0,-182v0,-29,-5,-70,-62,-70r-55,0r0,-84r91,0v43,0,128,42,128,132r0,191v0,63,66,77,94,77","w":278},"~":{"d":"223,-385v72,0,157,68,217,68v41,0,66,-37,89,-68r36,84v-30,42,-63,86,-125,86v-80,0,-130,-68,-217,-68v-46,0,-70,37,-86,68r-36,-84v22,-42,58,-86,122,-86","w":666},"'":{"d":"97,-444r0,-264r102,0r0,264r-102,0","w":296},"`":{"d":"78,-708r99,144r-94,0r-141,-144r136,0","w":260},"\u00a0":{"w":296}}});

Cufon.replace('h1', { fontFamily: 'Avenir LT Std' });
Cufon.replace('h2', { fontFamily: 'Avenir LT Std' });
Cufon.replace('h3', { fontFamily: 'Avenir LT Std' });
Cufon.replace('h4', { fontFamily: 'Avenir LT Std' });
Cufon.replace('h5', { fontFamily: 'Avenir LT Std' });

// swfobject-modified.js
/*!	SWFObject v2.0 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
var swfobject = function() {
	
	var UNDEF = "undefined",
		OBJECT = "object",
		SHOCKWAVE_FLASH = "Shockwave Flash",
		SHOCKWAVE_FLASH_AX = "ShockwaveFlash.ShockwaveFlash",
		FLASH_MIME_TYPE = "application/x-shockwave-flash",
		EXPRESS_INSTALL_ID = "SWFObjectExprInst",
		
		win = window,
		doc = document,
		nav = navigator,
		
		domLoadFnArr = [],
		regObjArr = [],
		timer = null,
		storedAltContent = null,
		storedAltContentId = null,
		isDomLoaded = false,
		isExpressInstallActive = false;
	
	/* Centralized function for browser feature detection
		- Proprietary feature detection (conditional compiling) is used to detect Internet Explorer's features
		- User agent string detection is only used when no alternative is possible
		- Is executed directly for optimal performance
	*/	
	var ua = function() {
		var w3cdom = typeof doc.getElementById != UNDEF && typeof doc.getElementsByTagName != UNDEF && typeof doc.createElement != UNDEF && typeof doc.appendChild != UNDEF && typeof doc.replaceChild != UNDEF && typeof doc.removeChild != UNDEF && typeof doc.cloneNode != UNDEF,
			playerVersion = [0,0,0],
			d = null;
		if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) {
			d = nav.plugins[SHOCKWAVE_FLASH].description;
			if (d) {
				d = d.replace(/^.*\s+(\S+\s+\S+$)/, "$1");
				playerVersion[0] = parseInt(d.replace(/^(.*)\..*$/, "$1"), 10);
				playerVersion[1] = parseInt(d.replace(/^.*\.(.*)\s.*$/, "$1"), 10);
				playerVersion[2] = /r/.test(d) ? parseInt(d.replace(/^.*r(.*)$/, "$1"), 10) : 0;
			}
		}
		else if (typeof win.ActiveXObject != UNDEF) {
			var a = null, fp6Crash = false;
			try {
				a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".7");
			}
			catch(e) {
				try { 
					a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".6");
					playerVersion = [6,0,21];
					a.AllowScriptAccess = "always";  // Introduced in fp6.0.47
				}
				catch(e) {
					if (playerVersion[0] == 6) {
						fp6Crash = true;
					}
				}
				if (!fp6Crash) {
					try {
						a = new ActiveXObject(SHOCKWAVE_FLASH_AX);
					}
					catch(e) {}
				}
			}
			if (!fp6Crash && a) { // a will return null when ActiveX is disabled
				try {
					d = a.GetVariable("$version");  // Will crash fp6.0.21/23/29
					if (d) {
						d = d.split(" ")[1].split(",");
						playerVersion = [parseInt(d[0], 10), parseInt(d[1], 10), parseInt(d[2], 10)];
					}
				}
				catch(e) {}
			}
		}
		var u = nav.userAgent.toLowerCase(),
			p = nav.platform.toLowerCase(),
			webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit
			ie = false,
			windows = p ? /win/.test(p) : /win/.test(u),
			mac = p ? /mac/.test(p) : /mac/.test(u);
		/*@cc_on
			ie = true;
			@if (@_win32)
				windows = true;
			@elif (@_mac)
				mac = true;
			@end
		@*/
		return { w3cdom:w3cdom, pv:playerVersion, webkit:webkit, ie:ie, win:windows, mac:mac };
	}();

	/* Cross-browser onDomLoad
		- Based on Dean Edwards' solution: http://dean.edwards.name/weblog/2006/06/again/
		- Will fire an event as soon as the DOM of a page is loaded (supported by Gecko based browsers - like Firefox -, IE, Opera9+, Safari)
	*/ 
	var onDomLoad = function() {
		if (!ua.w3cdom) {
			return;
		}
		addDomLoadEvent(main);
		if (ua.ie && ua.win) {
			try {  // Avoid a possible Operation Aborted error
				doc.write("<scr" + "ipt id=__ie_ondomload defer=true src=//:></scr" + "ipt>"); // String is split into pieces to avoid Norton AV to add code that can cause errors 
				var s = getElementById("__ie_ondomload");
				if (s) {
					s.onreadystatechange = function() {
						if (this.readyState == "complete") {
							this.parentNode.removeChild(this);
							callDomLoadFunctions();
						}
					};
				}
			}
			catch(e) {}
		}
		if (ua.webkit && typeof doc.readyState != UNDEF) {
			timer = setInterval(function() { if (/loaded|complete/.test(doc.readyState)) { callDomLoadFunctions(); }}, 10);
		}
		if (typeof doc.addEventListener != UNDEF) {
			doc.addEventListener("DOMContentLoaded", callDomLoadFunctions, null);
		}
		addLoadEvent(callDomLoadFunctions);
	}();
	
	function callDomLoadFunctions() {
		if (isDomLoaded) {
			return;
		}
		if (ua.ie && ua.win) { // Test if we can really add elements to the DOM; we don't want to fire it too early
			var s = createElement("span");
			try { // Avoid a possible Operation Aborted error
				var t = doc.getElementsByTagName("body")[0].appendChild(s);
				t.parentNode.removeChild(t);
			}
			catch (e) {
				return;
			}
		}
		isDomLoaded = true;
		if (timer) {
			clearInterval(timer);
			timer = null;
		}
		var dl = domLoadFnArr.length;
		for (var i = 0; i < dl; i++) {
			domLoadFnArr[i]();
		}
	}
	
	function addDomLoadEvent(fn) {
		if (isDomLoaded) {
			fn();
		}
		else { 
			domLoadFnArr[domLoadFnArr.length] = fn; // Array.push() is only available in IE5.5+
		}
	}
	
	/* Cross-browser onload
		- Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/
		- Will fire an event as soon as a web page including all of its assets are loaded 
	 */
	function addLoadEvent(fn) {
		if (typeof win.addEventListener != UNDEF) {
			win.addEventListener("load", fn, false);
		}
		else if (typeof doc.addEventListener != UNDEF) {
			doc.addEventListener("load", fn, false);
		}
		else if (typeof win.attachEvent != UNDEF) {
			win.attachEvent("onload", fn);
		}
		else if (typeof win.onload == "function") {
			var fnOld = win.onload;
			win.onload = function() {
				fnOld();
				fn();
			};
		}
		else {
			win.onload = fn;
		}
	}
	
	/* Main function
		- Will preferably execute onDomLoad, otherwise onload (as a fallback)
	*/
	function main() { // Static publishing only
		var rl = regObjArr.length;
		for (var i = 0; i < rl; i++) { // For each registered object element
			var id = regObjArr[i].id;
			if (ua.pv[0] > 0) {
				var obj = getElementById(id);
				if (obj) {
					regObjArr[i].width = obj.getAttribute("width") ? obj.getAttribute("width") : "0";
					regObjArr[i].height = obj.getAttribute("height") ? obj.getAttribute("height") : "0";
					if (hasPlayerVersion(regObjArr[i].swfVersion)) { // Flash plug-in version >= Flash content version: Houston, we have a match!
						if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements
							fixParams(obj);
						}
						setVisibility(id, true);
					}
					else if (regObjArr[i].expressInstall && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) { // Show the Adobe Express Install dialog if set by the web page author and if supported (fp6.0.65+ on Win/Mac OS only)
						showExpressInstall(regObjArr[i]);
					}
					else { // Flash plug-in and Flash content version mismatch: display alternative content instead of Flash content
						displayAltContent(obj);
					}
				}
			}
			else {  // If no fp is installed, we let the object element do its job (show alternative content)
				setVisibility(id, true);
			}
		}
	}
	
	/* Fix nested param elements, which are ignored by older webkit engines
		- This includes Safari up to and including version 1.2.2 on Mac OS 10.3
		- Fall back to the proprietary embed element
	*/
	function fixParams(obj) {
		var nestedObj = obj.getElementsByTagName(OBJECT)[0];
		if (nestedObj) {
			var e = createElement("embed"), a = nestedObj.attributes;
			if (a) {
				var al = a.length;
				for (var i = 0; i < al; i++) {
					if (a[i].nodeName.toLowerCase() == "data") {
						e.setAttribute("src", a[i].nodeValue);
					}
					else {
						e.setAttribute(a[i].nodeName, a[i].nodeValue);
					}
				}
			}
			var c = nestedObj.childNodes;
			if (c) {
				var cl = c.length;
				for (var j = 0; j < cl; j++) {
					if (c[j].nodeType == 1 && c[j].nodeName.toLowerCase() == "param") {
						e.setAttribute(c[j].getAttribute("name"), c[j].getAttribute("value"));
					}
				}
			}
			obj.parentNode.replaceChild(e, obj);
		}
	}
	
	/* Fix hanging audio/video threads and force open sockets and NetConnections to disconnect
		- Occurs when unloading a web page in IE using fp8+ and innerHTML/outerHTML
		- Dynamic publishing only
	*/
	function fixObjectLeaks(id) {
		if (ua.ie && ua.win && hasPlayerVersion("8.0.0")) {
			win.attachEvent("onunload", function () {
				var obj = getElementById(id);
				if (obj) {
					for (var i in obj) {
						if (typeof obj[i] == "function") {
							obj[i] = function() {};
						}
					}
					obj.parentNode.removeChild(obj);
				}
			});
		}
	}
	
	/* Show the Adobe Express Install dialog
		- Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
	*/
	function showExpressInstall(regObj) {
		isExpressInstallActive = true;
		var obj = getElementById(regObj.id);
		if (obj) {
			if (regObj.altContentId) {
				var ac = getElementById(regObj.altContentId);
				if (ac) {
					storedAltContent = ac;
					storedAltContentId = regObj.altContentId;
				}
			}
			else {
				storedAltContent = abstractAltContent(obj);
			}
			if (!(/%$/.test(regObj.width)) && parseInt(regObj.width, 10) < 310) {
				regObj.width = "310";
			}
			if (!(/%$/.test(regObj.height)) && parseInt(regObj.height, 10) < 137) {
				regObj.height = "137";
			}
			doc.title = doc.title.slice(0, 47) + " - Flash Player Installation";
			var pt = ua.ie && ua.win ? "ActiveX" : "PlugIn",
				dt = doc.title,
				fv = "MMredirectURL=" + win.location + "&MMplayerType=" + pt + "&MMdoctitle=" + dt,
				replaceId = regObj.id;
			// For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element
			// In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work
			if (ua.ie && ua.win && obj.readyState != 4) {
				var newObj = createElement("div");
				replaceId += "SWFObjectNew";
				newObj.setAttribute("id", replaceId);
				obj.parentNode.insertBefore(newObj, obj); // Insert placeholder div that will be replaced by the object element that loads expressinstall.swf
				obj.style.display = "none";
				win.attachEvent("onload", function() { obj.parentNode.removeChild(obj); });
			}
			createSWF({ data:regObj.expressInstall, id:EXPRESS_INSTALL_ID, width:regObj.width, height:regObj.height }, { flashvars:fv }, replaceId);
		}
	}
	
	/* Functions to abstract and display alternative content
	*/
	function displayAltContent(obj) {
		if (ua.ie && ua.win && obj.readyState != 4) {
			// For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element
			// In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work
			var el = createElement("div");
			obj.parentNode.insertBefore(el, obj); // Insert placeholder div that will be replaced by the alternative content
			el.parentNode.replaceChild(abstractAltContent(obj), el);
			obj.style.display = "none";
			win.attachEvent("onload", function() { obj.parentNode.removeChild(obj); });
		}
		else {
			obj.parentNode.replaceChild(abstractAltContent(obj), obj);
		}
	}	

	function abstractAltContent(obj) {
		var ac = createElement("div");
		if (ua.win && ua.ie) {
			ac.innerHTML = obj.innerHTML;
		}
		else {
			var nestedObj = obj.getElementsByTagName(OBJECT)[0];
			if (nestedObj) {
				var c = nestedObj.childNodes;
				if (c) {
					var cl = c.length;
					for (var i = 0; i < cl; i++) {
						if (!(c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param") && !(c[i].nodeType == 8)) {
							ac.appendChild(c[i].cloneNode(true));
						}
					}
				}
			}
		}
		return ac;
	}
	
	/* Cross-browser dynamic SWF creation
	*/
	function createSWF(attObj, parObj, id) {
		var r, el = getElementById(id);
		if (typeof attObj.id == UNDEF) { // if no 'id' is defined for the object element, it will inherit the 'id' from the alternative content
			attObj.id = id;
		}
		if (ua.ie && ua.win) { // IE, the object element and W3C DOM methods do not combine: fall back to outerHTML
			var att = "";
			for (var i in attObj) {
				if (attObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries, like Object.prototype.toJSONString = function() {}
					if (i == "data") {
						parObj.movie = attObj[i];
					}
					else if (i.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
						att += ' class="' + attObj[i] + '"';
					}
					else if (i != "classid") {
						att += ' ' + i + '="' + attObj[i] + '"';
					}
				}
			}
			var par = "";
			for (var j in parObj) {
				if (parObj[j] != Object.prototype[j]) { // Filter out prototype additions from other potential libraries
					par += '<param name="' + j + '" value="' + parObj[j] + '" />';
				}
			}
			el.outerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + att + '>' + par + '</object>';
			fixObjectLeaks(attObj.id); // This bug affects dynamic publishing only
			r = getElementById(attObj.id);	
		}
		else if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements: fall back to the proprietary embed element
			var e = createElement("embed");
			e.setAttribute("type", FLASH_MIME_TYPE);
			for (var k in attObj) {
				if (attObj[k] != Object.prototype[k]) { // Filter out prototype additions from other potential libraries
					if (k == "data") {
						e.setAttribute("src", attObj[k]);
					}
					else if (k.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
						e.setAttribute("class", attObj[k]);
					}
					else if (k != "classid") { // Filter out IE specific attribute
						e.setAttribute(k, attObj[k]);
					}
				}
			}
			for (var l in parObj) {
				if (parObj[l] != Object.prototype[l]) { // Filter out prototype additions from other potential libraries
					if (l != "movie") { // Filter out IE specific param element
						e.setAttribute(l, parObj[l]);
					}
				}
			}
			el.parentNode.replaceChild(e, el);
			r = e;
		}
		else { // Well-behaving browsers
			var o = createElement(OBJECT);
			o.setAttribute("type", FLASH_MIME_TYPE);
			for (var m in attObj) {
				if (attObj[m] != Object.prototype[m]) { // Filter out prototype additions from other potential libraries
					if (m.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
						o.setAttribute("class", attObj[m]);
					}
					else if (m != "classid") { // Filter out IE specific attribute
						o.setAttribute(m, attObj[m]);
					}
				}
			}
			for (var n in parObj) {
				if (parObj[n] != Object.prototype[n] && n != "movie") { // Filter out prototype additions from other potential libraries and IE specific param element
					createObjParam(o, n, parObj[n]);
				}
			}
			el.parentNode.replaceChild(o, el);
			r = o;
		}
		return r;
	}
	
	function createObjParam(el, pName, pValue) {
		var p = createElement("param");
		p.setAttribute("name", pName);	
		p.setAttribute("value", pValue);
		el.appendChild(p);
	}
	
	function getElementById(id) {
		return doc.getElementById(id);
	}
	
	function createElement(el) {
		return doc.createElement(el);
	}
	
	function hasPlayerVersion(rv) {
		var pv = ua.pv, v = rv.split(".");
		v[0] = parseInt(v[0], 10);
		v[1] = parseInt(v[1], 10);
		v[2] = parseInt(v[2], 10);
		return (pv[0] > v[0] || (pv[0] == v[0] && pv[1] > v[1]) || (pv[0] == v[0] && pv[1] == v[1] && pv[2] >= v[2])) ? true : false;
	}
	
	/* Cross-browser dynamic CSS creation
		- Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php
	*/	
	function createCSS(sel, decl) {
		if (ua.ie && ua.mac) {
			return;
		}
		var h = doc.getElementsByTagName("head")[0], s = createElement("style");
		s.setAttribute("type", "text/css");
		s.setAttribute("media", "screen");
		if (!(ua.ie && ua.win) && typeof doc.createTextNode != UNDEF) {
			s.appendChild(doc.createTextNode(sel + " {" + decl + "}"));
		}
		h.appendChild(s);
		if (ua.ie && ua.win && typeof doc.styleSheets != UNDEF && doc.styleSheets.length > 0) {
			var ls = doc.styleSheets[doc.styleSheets.length - 1];
			if (typeof ls.addRule == OBJECT) {
				ls.addRule(sel, decl);
			}
		}
	}
	
	function setVisibility(id, isVisible) {
		var v = isVisible ? "visible" : "hidden";
		if (isDomLoaded) {
			getElementById(id).style.visibility = v;
		}
		else {
			createCSS("#" + id, "visibility:" + v);
		}
	}
	
	function getTargetVersion(obj) {
	    if (!obj)
	        return 0;
		var c = obj.childNodes;
		var cl = c.length;
		for (var i = 0; i < cl; i++) {
			if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "object") {
			    c = c[i].childNodes;
			    cl = c.length;
			    i = 0;
			}     
			if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param" && c[i].getAttribute("name") == "swfversion") {
			   return c[i].getAttribute("value"); 
			}
		}
		return 0;
	}
    
	function getExpressInstall(obj) {
	    if (!obj)
	        return "";
		var c = obj.childNodes;
		var cl = c.length;
		for (var i = 0; i < cl; i++) {
			if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "object") {
			    c = c[i].childNodes;
			    cl = c.length;
			    i = 0;
			}     
			if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param" && c[i].getAttribute("name") == "expressinstall") { 
			    return c[i].getAttribute("value"); 
			}	       
		}
		return "";
	}
    
	return {
		/* Public API
			- Reference: http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation
		*/ 
		registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr) {
			if (!ua.w3cdom || !objectIdStr) {
				return;
			}
			var obj = document.getElementById(objectIdStr);
			var xi = getExpressInstall(obj);
			var regObj = {};
			regObj.id = objectIdStr;
			regObj.swfVersion = swfVersionStr ? swfVersionStr : getTargetVersion(obj);
			regObj.expressInstall = xiSwfUrlStr ? xiSwfUrlStr : ((xi != "") ? xi : false);
			regObjArr[regObjArr.length] = regObj;
			setVisibility(objectIdStr, false);
		},
		
		getObjectById: function(objectIdStr) {
			var r = null;
			if (ua.w3cdom && isDomLoaded) {
				var o = getElementById(objectIdStr);
				if (o) {
					var n = o.getElementsByTagName(OBJECT)[0];
					if (!n || (n && typeof o.SetVariable != UNDEF)) {
				    	r = o;
					}
					else if (typeof n.SetVariable != UNDEF) {
						r = n;
					}
				}
			}
			return r;
		},
		
		embedSWF: function(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj) {
			if (!ua.w3cdom || !swfUrlStr || !replaceElemIdStr || !widthStr || !heightStr || !swfVersionStr) {
				return;
			}
			widthStr += ""; // Auto-convert to string to make it idiot proof
			heightStr += "";
			if (hasPlayerVersion(swfVersionStr)) {
				setVisibility(replaceElemIdStr, false);
				var att = (typeof attObj == OBJECT) ? attObj : {};
				att.data = swfUrlStr;
				att.width = widthStr;
				att.height = heightStr;
				var par = (typeof parObj == OBJECT) ? parObj : {};
				if (typeof flashvarsObj == OBJECT) {
					for (var i in flashvarsObj) {
						if (flashvarsObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries
							if (typeof par.flashvars != UNDEF) {
								par.flashvars += "&" + i + "=" + flashvarsObj[i];
							}
							else {
								par.flashvars = i + "=" + flashvarsObj[i];
							}
						}
					}
				}
				addDomLoadEvent(function() {
					createSWF(att, par, replaceElemIdStr);
					if (att.id == replaceElemIdStr) {
						setVisibility(replaceElemIdStr, true);
					}
				});
			}
			else if (xiSwfUrlStr && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) {
				setVisibility(replaceElemIdStr, false);
				addDomLoadEvent(function() {
					var regObj = {};
					regObj.id = regObj.altContentId = replaceElemIdStr;
					regObj.width = widthStr;
					regObj.height = heightStr;
					regObj.expressInstall = xiSwfUrlStr;
					showExpressInstall(regObj);
				});
			}
		},
		
		getFlashPlayerVersion: function() {
			return { major:ua.pv[0], minor:ua.pv[1], release:ua.pv[2] };
		},
		
		hasFlashPlayerVersion:hasPlayerVersion,
		
		createSWF: function(attObj, parObj, replaceElemIdStr) {
			if (ua.w3cdom && isDomLoaded) {
				return createSWF(attObj, parObj, replaceElemIdStr);
			}
			else {
				return undefined;
			}
		},
		
		createCSS: function(sel, decl) {
			if (ua.w3cdom) {
				createCSS(sel, decl);
			}
		},
		
		addDomLoadEvent:addDomLoadEvent,
		
		addLoadEvent:addLoadEvent,
		
		getQueryParamValue: function(param) {
			var q = doc.location.search || doc.location.hash;
			if (param == null) {
				return q;
			}
		 	if(q) {
				var pairs = q.substring(1).split("&");
				for (var i = 0; i < pairs.length; i++) {
					if (pairs[i].substring(0, pairs[i].indexOf("=")) == param) {
						return pairs[i].substring((pairs[i].indexOf("=") + 1));
					}
				}
			}
			return "";
		},
		
		// For internal usage only
		expressInstallCallback: function() {
			if (isExpressInstallActive && storedAltContent) {
				var obj = getElementById(EXPRESS_INSTALL_ID);
				if (obj) {
					obj.parentNode.replaceChild(storedAltContent, obj);
					if (storedAltContentId) {
						setVisibility(storedAltContentId, true);
						if (ua.ie && ua.win) {
							storedAltContent.style.display = "block";
						}
					}
					storedAltContent = null;
					storedAltContentId = null;
					isExpressInstallActive = false;
				}
			} 
		}
		
	};

}();

// JustSo Picture Window
function JustSoPicWindow(imageName,imageWidth,imageHeight,alt,bgcolor,hugger,hugMargin) {
// by E Michael Brandt of ValleyWebDesigns.com - Please leave these comments intact.
// version 3.0.4  

	if (bgcolor=="") {
		bgcolor="#FFFFFF";
	}
	var adj=10
	var w = screen.width;
	var h = screen.height;
	var byFactor=1;

	if(w<740){
	  var lift=0.90;
	}
	if(w>=740 & w<835){
	  var lift=0.91;
	}
	if(w>=835){
	  var lift=0.93;
	}
	if (imageWidth>w){	
	  byFactor = w / imageWidth;			
	  imageWidth = w;
	  imageHeight = imageHeight * byFactor;
	}
	if (imageHeight>h-adj){
	  byFactor = h / imageHeight;
	  imageWidth = (imageWidth * byFactor);
	  imageHeight = h; 
	}
	   
	var scrWidth = w-adj;
	var scrHeight = (h*lift)-adj;

	if (imageHeight>scrHeight){
  	  imageHeight=imageHeight*lift;
	  imageWidth=imageWidth*lift;
	}

	var posLeft=0;
	var posTop=0;

	if (hugger == "hug image"){
	  if (hugMargin == ""){
	    hugMargin = 0;
	  }
	  var scrHeightTemp = imageHeight - 0 + 2*hugMargin;
	  if (scrHeightTemp < scrHeight) {
		scrHeight = scrHeightTemp;
	  } 
	  var scrWidthTemp = imageWidth - 0 + 2*hugMargin;
	  if (scrWidthTemp < scrWidth) {
		scrWidth = scrWidthTemp;
	  }
	  
	  if (scrHeight<100){scrHeight=100;}
	  if (scrWidth<100){scrWidth=100;}

	  posTop =  ((h-(scrHeight/lift)-adj)/2);
	  posLeft = ((w-(scrWidth)-adj)/2);
 	}

	if (imageHeight > (h*lift)-adj || imageWidth > w-adj){
		imageHeight=imageHeight-adj;
		imageWidth=imageWidth-adj;
	}
	posTop = parseInt(posTop);
	posLeft = parseInt(posLeft);		
	scrWidth = parseInt(scrWidth); 
	scrHeight = parseInt(scrHeight);
	
	var agt=navigator.userAgent.toLowerCase();
	if (agt.indexOf("opera") != -1){
	  var args= new Array();
	  args[0]='parent';
	  args[1]=imageName;
	  var i ; document.MM_returnValue = false;
	  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
	} else {
	newWindow = window.open("vwd_justso.htm","newWindow","width="+scrWidth+",height="+scrHeight+",left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><title>'+alt+'</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor='+bgcolor+' onBlur="self.close()" onClick="self.close()">');  
	newWindow.document.write('<table width='+imageWidth+' border="0" cellspacing="0" cellpadding="0" align="center" height='+scrHeight+' ><tr><td>');
	newWindow.document.write('<img src="'+imageName+'" width='+imageWidth+' height='+imageHeight+' alt="Click screen to close" >'); 
	newWindow.document.write('</td></tr></table></body></html>');
	newWindow.document.close();
	newWindow.focus();
	}
}

// Open BR Window
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// jQuery Scroll To
/**
 * jQuery.ScrollTo - Easy element scrolling using jQuery.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 5/25/2009
 * @author Ariel Flesler
 * @version 1.4.2
 *
 * http://flesler.blogspot.com/2007/10/jqueryscrollto.html
 */
;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);

// jQuery Local Scroll
/**
 * jQuery.LocalScroll - Animated scrolling navigation, using anchors.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 3/11/2009
 * @author Ariel Flesler
 * @version 1.2.7
 **/
;(function($){var l=location.href.replace(/#.*/,'');var g=$.localScroll=function(a){$('body').localScroll(a)};g.defaults={duration:1e3,axis:'y',event:'click',stop:true,target:window,reset:true};g.hash=function(a){if(location.hash){a=$.extend({},g.defaults,a);a.hash=false;if(a.reset){var e=a.duration;delete a.duration;$(a.target).scrollTo(0,a);a.duration=e}i(0,location,a)}};$.fn.localScroll=function(b){b=$.extend({},g.defaults,b);return b.lazy?this.bind(b.event,function(a){var e=$([a.target,a.target.parentNode]).filter(d)[0];if(e)i(a,e,b)}):this.find('a,area').filter(d).bind(b.event,function(a){i(a,this,b)}).end().end();function d(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==l&&(!b.filter||$(this).is(b.filter))}};function i(a,e,b){var d=e.hash.slice(1),f=document.getElementById(d)||document.getElementsByName(d)[0];if(!f)return;if(a)a.preventDefault();var h=$(b.target);if(b.lock&&h.is(':animated')||b.onBefore&&b.onBefore.call(b,a,f,h)===false)return;if(b.stop)h.stop(true);if(b.hash){var j=f.id==d?'id':'name',k=$('<a> </a>').attr(j,d).css({position:'absolute',top:$(window).scrollTop(),left:$(window).scrollLeft()});f[j]='';$('body').prepend(k);location=e.hash;k.remove();f[j]=d}h.scrollTo(f,b).trigger('notify.serialScroll',[f])}})(jQuery);

// jQuery Serial Scroll
/*
 * jQuery.SerialScroll - Animated scrolling of series
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 06/14/2009
 * @author Ariel Flesler
 * @version 1.2.2
 * http://flesler.blogspot.com/2008/02/jqueryserialscroll.html
 */
;(function(a){var b=a.serialScroll=function(c){return a(window).serialScroll(c)};b.defaults={duration:1e3,axis:"x",event:"click",start:0,step:1,lock:!0,cycle:!0,constant:!0};a.fn.serialScroll=function(c){return this.each(function(){var t=a.extend({},b.defaults,c),s=t.event,i=t.step,r=t.lazy,e=t.target?this:document,u=a(t.target||this,e),p=u[0],m=t.items,h=t.start,g=t.interval,k=t.navigation,l;if(!r){m=d()}if(t.force){f({},h)}a(t.prev||[],e).bind(s,-i,q);a(t.next||[],e).bind(s,i,q);if(!p.ssbound){u.bind("prev.serialScroll",-i,q).bind("next.serialScroll",i,q).bind("goto.serialScroll",f)}if(g){u.bind("start.serialScroll",function(v){if(!g){o();g=!0;n()}}).bind("stop.serialScroll",function(){o();g=!1})}u.bind("notify.serialScroll",function(x,w){var v=j(w);if(v>-1){h=v}});p.ssbound=!0;if(t.jump){(r?u:d()).bind(s,function(v){f(v,j(v.target))})}if(k){k=a(k,e).bind(s,function(v){v.data=Math.round(d().length/k.length)*k.index(this);f(v,this)})}function q(v){v.data+=h;f(v,this)}function f(B,z){if(!isNaN(z)){B.data=z;z=p}var C=B.data,v,D=B.type,A=t.exclude?d().slice(0,-t.exclude):d(),y=A.length,w=A[C],x=t.duration;if(D){B.preventDefault()}if(g){o();l=setTimeout(n,t.interval)}if(!w){v=C<0?0:y-1;if(h!=v){C=v}else{if(!t.cycle){return}else{C=y-v-1}}w=A[C]}if(!w||t.lock&&u.is(":animated")||D&&t.onBefore&&t.onBefore(B,w,u,d(),C)===!1){return}if(t.stop){u.queue("fx",[]).stop()}if(t.constant){x=Math.abs(x/i*(h-C))}u.scrollTo(w,x,t).trigger("notify.serialScroll",[C])}function n(){u.trigger("next.serialScroll")}function o(){clearTimeout(l)}function d(){return a(m,p)}function j(w){if(!isNaN(w)){return w}var x=d(),v;while((v=x.index(w))==-1&&w!=p){w=w.parentNode}return v}})}})(jQuery);

// coda-slider.js
// when the DOM is ready...
$(document).ready(function () {

    var $panels = $('#slider .scrollContainer > div');
    var $container = $('#slider .scrollContainer');

    // if false, we'll float all the panels left and fix the width 
    // of the container
    var horizontal = true;

    // float the panels left if we're going horizontal
    if (horizontal) {
        $panels.css({
            'float' : 'left',
            'position' : 'relative' // IE fix to ensure overflow is hidden
        });

        // calculate a new width for the container (so it holds all panels)
        $container.css('width', $panels[0].offsetWidth * $panels.length);
    }

    // collect the scroll object, at the same time apply the hidden overflow
    // to remove the default scrollbars that will appear
    var $scroll = $('#slider .scroll').css('overflow', 'hidden');

    // apply our left + right buttons
    $scroll
        .before('')
        .after('<img class="scrollButtons left" src="/images/scroll_left2.png" /><img class="scrollButtons right" src="/images/scroll_right2.png" />');

    // handle nav selection
    function selectNav() {
        $(this)
            .parents('ul:first')
                .find('a')
                    .removeClass('selected')
                .end()
            .end()
            .addClass('selected');
    }

    $('#slider .navigation').find('a').click(selectNav);

    // go find the navigation link that has this target and select the nav
    function trigger(data) {
        var el = $('#slider .navigation').find('a[href$="' + data.id + '"]').get(0);
        selectNav.call(el);
    }

    if (window.location.hash) {
        trigger({ id : window.location.hash.substr(1) });
    } else {
        $('ul.navigation a:first').click();
    }

    // offset is used to move to *exactly* the right place, since I'm using
    // padding on my example, I need to subtract the amount of padding to
    // the offset.  Try removing this to get a good idea of the effect
    var offset = parseInt((horizontal ? 
        $container.css('paddingTop') : 
        $container.css('paddingLeft')) 
        || 0) * -1;


    var scrollOptions = {
        target: $scroll, // the element that has the overflow

        // can be a selector which will be relative to the target
        items: $panels,

        navigation: '.navigation a',

        // selectors are NOT relative to document, i.e. make sure they're unique
        prev: 'img.left', 
        next: 'img.right',

        // allow the scroll effect to run both directions
        axis: 'xy',

        onAfter: trigger, // our final callback

        offset: offset,

        // duration of the sliding effect
        duration: 500,

        // easing - can be used with the easing plugin: 
        // http://gsgd.co.uk/sandbox/jquery/easing/
        easing: 'swing'
    };

    // apply serialScroll to the slider - we chose this plugin because it 
    // supports// the indexed next and previous scroll along with hooking 
    // in to our navigation.
    $('#slider').serialScroll(scrollOptions);

    // now apply localScroll to hook any other arbitrary links to trigger 
    // the effect
    $.localScroll(scrollOptions);

    // finally, if the URL has a hash, move the slider in to position, 
    // setting the duration to 1 because I don't want it to scroll in the
    // very first page load.  We don't always need this, but it ensures
    // the positioning is absolutely spot on when the pages loads.
    scrollOptions.duration = 1;
    $.localScroll.hash(scrollOptions);

});

//
