/*
 * truncatable 1.2 - jQuery lightwieght text truncation plugin
 *
 * Copyright (c) 2009 Philip Beel (http://www.theodin.co.uk/)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) 
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Revision: $Id: jquery.truncatable.js 2009-08-20 $
 * $('.text').truncatable({	limit: 200, more: '.....', less: true, hideText: '[hide]' }); 
 */

(function($){$.fn.truncatable=function(options){var defaults={limit:100,more:'...',less:false,hideText:'[read less]'};var options=$.extend(defaults,options);return this.each(function(num){var stringLength=$(this).html().length;if(stringLength>defaults.limit){var splitText=$(this).html().substr(defaults.limit);var splitPoint=splitText.substr(0,1);var whiteSpace=new RegExp(/^\s+$/);for(var newLimit=defaults.limit;newLimit<stringLength;newLimit++){var newSplitText=$(this).html().substr(0,newLimit);var newHiddenText=$(this).html().substr(newLimit);var newSplitPoint=newSplitText.slice(-1);if(whiteSpace.test(newSplitPoint)){var hiddenText='<span class="hiddenText_'+num+'" style="display:none">'+newHiddenText+'</span>';var setNewLimit=(newLimit-1);var trunkLink=$('<a>').attr('class','more_'+num+'');$(this).html($(this).html().substr(0,setNewLimit)).append('<a class="more_'+num+'" href="#">'+defaults.more+'<a/> '+hiddenText);$('a.more_'+num).bind('click',function(){$('span.hiddenText_'+num).show();$('a.more_'+num).hide();if(defaults.less==true){$('span.hiddenText_'+num).append('<a class="hide_'+num+'" href="" title="'+defaults.hideText+'">'+defaults.hideText+'</a>');$('a.hide_'+num).bind('click',function(){$('.hiddenText_'+num).hide();$('.more_'+num).show();$('.hide_'+num).empty();return false})}});newLimit=stringLength}}}})}})(jQuery);

/**
 * Equal Heights Plugin
 * Equalize the heights of elements. Great for columns or any elements
 * that need to be the same size (floats, etc).
 * 
 * Version 1.0
 * Updated 12/10/2008
 *
 * Copyright (c) 2008 Rob Glazebrook (cssnewbie.com) 
 *
 * Usage: $(object).equalHeights([minHeight], [maxHeight]);
 * 
 * Example 1: $(".cols").equalHeights(); Sets all columns to the same height.
 * Example 2: $(".cols").equalHeights(400); Sets all cols to at least 400px tall.
 * Example 3: $(".cols").equalHeights(100,300); Cols are at least 100 but no more
 * than 300 pixels tall. Elements with too much content will gain a scrollbar.
 * 
 */
(function($){$.fn.equalHeights=function(minHeight,maxHeight){tallest=(minHeight)?minHeight:0;this.each(function(){if($(this).height()>tallest){tallest=$(this).height();}});if((maxHeight)&&tallest>maxHeight)tallest=maxHeight;return this.each(function(){$(this).height(tallest).css("overflow","visible");});}})(jQuery);

/**
 * sfSlider
 *
 * @version: 1.0
 * @author SimpleFlame http://www.simpleflame.com/
 *
 * Required settings:
 *  display 	- provide number of items displayed at once
 *
 * Other settings:
 *  time 		- transition time
 *  easing 		- easing for the transition
 *  width 		- width of the scrolled area (by default visible area + right margin on the last visible item)
 *  previous	- previous link text
 *  next		- next link text
 *  wrap		- wrap container selector
 *  slider		- items container selector
 *  items		- items selector
 */
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(i($){F.M.K=i(y){2 C={7:0,o:6,E:S,w:\'N\',s:\'P\',9:\'O\',f:\'Q.f\',k:\'h.8\',8:\'h.8 5\'};2 3=$.R({},C,y);m r.L(i(){2 $e=$(r);2 $f=$e.4(3.f);2 $k=$e.4(3.k);2 $8=$e.4(3.8);2 A=$8.z();2 u=I.J(A/3.o);c($8.z()<=3.o)m q;2 7=3.7;c(3.7===0)7=$f.7()+15($8.T(\'13-14\'),10);2 b=1;$e.11(\'<h g="D"><5 g="n"><a x="#s" g="j">\'+3.s+\'</a></5><5 g="9"><a x="#9">\'+3.9+\'</a></5></h>\');2 $d=$e.4(\'h.D\');2 v=i(){c(b===1){$d.4(\'5.n a\').B(\'j\')}t{$d.4(\'5.n a\').H(\'j\')}c(b===u){$d.4(\'5.9 a\').B(\'j\')}t{$d.4(\'5.9 a\').H(\'j\')}};$d.4(\'a\').W(i(){2 l=$(r).12().Y(\'g\');c($k.V(\':Z\')||(b==1&&l==\'n\')||(b==u&&l==\'9\'))m q;c(l==\'9\'){p=\'-=\'+7+\'G\';b++}t{p=\'+=\'+7+\'G\';b--}$k.X({\'U\':p},3.E,3.w);v();m q})})}})(F);',62,68,'||var|settings|find|li||width|items|next||current|if|controls|root|wrap|class|ul|function|off|slider|direction|return|prev|display|move|false|this|previous|else|pages|check|easing|href|options|size|all|addClass|defaults|index|time|jQuery|px|removeClass|Math|ceil|sfSlider|each|fn|swing|Next|Previous|div|extend|500|css|marginLeft|is|click|animate|attr|animated||append|parent|margin|right|parseInt'.split('|'),0,{}))

/*
 * 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}})());
Cufon.registerFont({"w":187,"face":{"font-family":"Avenir LT 35 Light","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 3 0 0 2 0 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-11 -283 338 90","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":93},"!":{"d":"67,2v-10,0,-18,-7,-18,-17v0,-10,8,-17,18,-17v10,0,17,7,17,17v0,10,-7,17,-17,17xm77,-67r-21,0r0,-188r21,0r0,188","w":133},"\"":{"d":"108,-255r21,0r0,82r-21,0r0,-82xm58,-255r22,0r0,82r-22,0r0,-82"},"#":{"d":"122,-156r-49,0r-8,56r50,0xm44,-82r-39,0r0,-18r41,0r8,-56r-39,0r0,-17r42,0r10,-82r19,0r-11,82r50,0r11,-82r19,0r-11,82r39,0r0,17r-42,0r-7,56r38,0r0,18r-41,0r-11,82r-18,0r10,-82r-50,0r-11,82r-18,0"},"$":{"d":"126,-130v70,18,52,140,-25,134r0,24r-17,0r0,-24v-34,0,-57,-17,-72,-37r20,-15v10,17,28,32,52,33r0,-105v-35,-10,-68,-24,-67,-69v1,-41,29,-65,67,-70r0,-24r17,0r0,24v33,-1,52,12,67,32r-20,14v-9,-15,-26,-27,-47,-27r0,102xm84,-240v-34,2,-58,51,-33,78v7,8,20,14,33,18r0,-96xm101,-15v50,2,66,-80,16,-92r-16,-6r0,98"},"%":{"d":"218,-100v-27,0,-40,18,-43,42v2,25,16,43,43,43v26,0,42,-17,42,-43v0,-26,-16,-42,-42,-42xm218,4v-37,0,-62,-24,-62,-62v0,-37,25,-62,62,-62v37,0,62,25,62,62v0,38,-25,62,-62,62xm118,-197v4,-46,-67,-57,-81,-17v-10,29,8,60,39,59v25,-1,40,-17,42,-42xm76,-135v-38,0,-62,-25,-62,-62v0,-37,24,-62,62,-62v37,0,62,25,62,62v0,37,-25,62,-62,62xm221,-267r17,10r-165,269r-16,-10","w":293},"&":{"d":"45,-68v-2,56,79,68,107,29r12,-15r-71,-74v-21,14,-47,27,-48,60xm147,-206v1,-19,-17,-33,-36,-34v-43,-2,-48,54,-20,75r9,11v21,-11,45,-22,47,-52xm113,-261v51,-3,75,62,39,95v-11,10,-26,18,-39,26r62,66r37,-66r25,0r-47,81r58,61r-32,0r-38,-41v-19,25,-38,45,-79,45v-47,0,-78,-27,-78,-74v0,-44,31,-57,59,-75v-13,-17,-31,-31,-31,-60v0,-38,27,-56,64,-58","w":253},"(":{"d":"72,56v-64,-74,-67,-243,-1,-320r18,12v-27,37,-47,86,-47,148v0,63,21,106,47,149","w":93},")":{"d":"21,-264v63,74,69,242,2,320r-19,-11v28,-36,46,-87,47,-149v1,-65,-22,-108,-47,-149","w":93},"*":{"d":"89,-200r52,-17r5,17r-52,17r33,44r-13,10r-34,-45r-32,45r-15,-10r33,-44r-52,-18r5,-16r53,17r0,-55r17,0r0,55","w":159},"+":{"d":"28,-118r83,0r0,-83r18,0r0,83r83,0r0,18r-83,0r0,83r-18,0r0,-83r-83,0r0,-18","w":239},",":{"d":"42,-32r25,0r-28,82r-21,0","w":93},"-":{"d":"15,-95r89,0r0,19r-89,0r0,-19","w":119},"\u00ad":{"d":"15,-95r89,0r0,19r-89,0r0,-19","w":119},".":{"d":"47,2v-10,0,-17,-7,-17,-17v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,17,-17,17","w":93},"\/":{"d":"113,-268r18,7r-109,274r-19,-7","w":133},"0":{"d":"94,-240v-60,0,-63,74,-60,135v2,44,13,90,60,90v59,0,62,-73,59,-134v-2,-45,-13,-91,-59,-91xm94,4v-69,0,-85,-63,-85,-131v0,-68,15,-132,85,-132v68,0,84,63,84,132v0,69,-16,131,-84,131"},"1":{"d":"94,-225r-46,38r-14,-16r63,-52r19,0r0,255r-22,0r0,-225"},"2":{"d":"97,-259v66,0,94,68,57,116v-34,46,-77,82,-115,124r133,0r0,19r-157,0r0,-25r108,-115v11,-14,24,-27,24,-52v0,-30,-22,-47,-51,-48v-27,0,-46,20,-51,42r-25,-3v7,-37,35,-58,77,-58"},"3":{"d":"172,-69v7,89,-137,96,-157,23r23,-7v10,22,23,38,54,38v37,0,57,-21,57,-56v0,-40,-35,-53,-77,-52r0,-22v40,2,66,-11,68,-48v4,-55,-81,-60,-96,-17r-20,-11v12,-24,35,-38,69,-38v43,0,70,21,70,65v1,32,-20,52,-45,60v31,6,51,29,54,65"},"4":{"d":"118,-231r-90,149r90,0r0,-149xm118,-63r-110,0r0,-25r102,-167r30,0r0,173r39,0r0,19r-39,0r0,63r-22,0r0,-63"},"5":{"d":"149,-76v3,-61,-73,-83,-115,-49r2,-130r126,0r0,20r-105,0r-1,81v58,-24,116,12,116,77v0,89,-127,107,-157,38r22,-11v10,19,27,35,54,35v34,0,57,-25,58,-61"},"6":{"d":"153,-75v0,-37,-24,-60,-59,-60v-36,0,-60,24,-60,60v0,38,22,60,60,60v38,0,59,-23,59,-60xm94,4v-71,4,-103,-72,-68,-130r77,-129r27,0r-69,112v50,-28,119,8,116,68v-3,50,-33,77,-83,79"},"7":{"d":"159,-235r-101,235r-24,0r103,-235r-122,0r0,-20r144,0r0,20"},"8":{"d":"94,-127v-34,0,-54,22,-55,56v0,36,22,56,55,56v33,0,55,-22,55,-56v0,-33,-21,-56,-55,-56xm94,-240v-26,0,-47,20,-46,47v1,29,18,47,46,47v28,0,44,-20,46,-47v2,-27,-20,-47,-46,-47xm64,-136v-21,-10,-40,-27,-40,-57v0,-43,29,-62,70,-66v73,-6,93,105,29,122v28,9,49,29,49,66v0,48,-30,75,-78,75v-49,0,-79,-27,-79,-75v0,-36,18,-58,49,-65"},"9":{"d":"34,-180v0,36,24,60,60,60v35,0,59,-23,59,-60v0,-38,-23,-60,-59,-60v-37,0,-60,22,-60,60xm94,-259v70,-4,102,72,67,130r-76,129r-28,0r69,-112v-50,28,-119,-7,-116,-68v3,-51,34,-77,84,-79"},":":{"d":"47,2v-10,0,-17,-7,-17,-17v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,17,-17,17xm47,-134v-10,0,-17,-7,-17,-17v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,17,-17,17","w":93},";":{"d":"47,-134v-10,0,-17,-7,-17,-17v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,17,-17,17xm42,-32r25,0r-28,82r-21,0","w":93},"\u037e":{"d":"47,-134v-10,0,-17,-7,-17,-17v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,17,-17,17xm42,-32r25,0r-28,82r-21,0","w":93},"<":{"d":"210,-184r-161,75r161,75r0,18r-180,-84r0,-18r180,-84r0,18","w":239},"=":{"d":"28,-92r184,0r0,17r-184,0r0,-17xm28,-144r184,0r0,18r-184,0r0,-18","w":239},">":{"d":"30,-34r161,-75r-161,-75r0,-18r180,84r0,18r-180,84r0,-18","w":239},"?":{"d":"85,2v-10,0,-18,-7,-18,-17v0,-10,8,-17,18,-17v10,0,17,7,17,17v0,10,-7,17,-17,17xm153,-199v1,64,-69,57,-58,132r-22,0v-12,-74,57,-75,57,-131v0,-26,-16,-44,-43,-44v-27,0,-42,20,-47,42r-23,-3v5,-34,32,-58,70,-58v40,1,65,21,66,62","w":166},"@":{"d":"155,-204v21,0,32,12,39,29r8,-23r22,0r-39,122v1,5,2,10,9,9v36,-7,59,-45,59,-86v0,-58,-44,-91,-103,-91v-70,0,-115,48,-115,116v0,70,45,117,115,117v44,0,73,-21,92,-47r21,0v-22,36,-57,64,-113,64v-82,0,-134,-52,-134,-134v0,-81,53,-133,133,-133v72,0,123,38,123,108v0,57,-31,100,-84,106v-15,1,-21,-11,-23,-24v-24,36,-100,30,-95,-29v5,-56,28,-101,85,-104xm153,-185v-41,0,-62,43,-62,84v0,19,12,36,31,34v38,-4,58,-42,61,-81v2,-23,-9,-37,-30,-37","w":288},"A":{"d":"124,-229r-59,140r117,0xm113,-255r25,0r107,255r-27,0r-28,-68r-135,0r-28,68r-25,0","w":246,"k":{"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"B":{"d":"178,-71v-1,-56,-61,-54,-119,-52r0,101v56,1,120,6,119,-49xm167,-188v0,-52,-57,-45,-108,-45r0,88v50,1,108,6,108,-43xm202,-71v1,80,-87,72,-167,71r0,-255v75,0,155,-11,155,67v0,30,-21,47,-45,54v35,4,56,26,57,63","w":226},"C":{"d":"150,-15v36,0,60,-17,75,-40r20,15v-21,30,-50,46,-95,46v-83,0,-130,-52,-132,-133v-3,-97,85,-157,181,-125v15,5,28,17,39,31r-19,16v-14,-21,-39,-35,-69,-35v-69,0,-108,45,-108,113v0,68,39,112,108,112","w":253},"D":{"d":"225,-127v0,-90,-73,-113,-170,-106r0,211v97,6,170,-15,170,-105xm248,-127v0,81,-49,126,-137,127r-79,0r0,-255r79,0v88,1,137,46,137,128","w":266},"E":{"d":"35,-255r156,0r0,22r-132,0r0,90r124,0r0,22r-124,0r0,99r138,0r0,22r-162,0r0,-255","w":213},"F":{"d":"35,-255r153,0r0,22r-129,0r0,90r120,0r0,22r-120,0r0,121r-24,0r0,-255","w":200,"k":{"A":20,".":46,",":46}},"G":{"d":"150,-15v29,0,52,-3,71,-15r0,-86r-61,0r0,-22r85,0r0,121v-27,16,-56,23,-95,23v-83,0,-132,-52,-132,-133v0,-82,50,-134,132,-134v38,0,69,11,92,35r-17,18v-16,-18,-43,-32,-75,-32v-69,0,-108,45,-108,113v0,68,39,112,108,112","w":280},"H":{"d":"35,-255r24,0r0,112r142,0r0,-112r24,0r0,255r-24,0r0,-121r-142,0r0,121r-24,0r0,-255","w":259},"I":{"d":"35,-255r24,0r0,255r-24,0r0,-255","w":93},"J":{"d":"69,-15v33,0,46,-23,46,-54r0,-186r24,0r0,180v-1,48,-18,82,-70,81v-38,0,-59,-20,-66,-52r23,-4v6,23,20,35,43,35","w":173},"K":{"d":"35,-255r24,0v2,36,-4,80,2,112r123,-112r33,0r-129,117r136,138r-34,0r-129,-132r-2,0r0,132r-24,0r0,-255","w":219},"L":{"d":"35,-255r24,0r0,233r118,0r0,22r-142,0r0,-255","w":180,"k":{"y":13,"Y":40,"W":20,"V":33,"T":33}},"M":{"d":"32,-255r36,0r93,214r93,-214r34,0r0,255r-24,0r-1,-225r-97,225r-10,0r-100,-225r0,225r-24,0r0,-255","w":320},"N":{"d":"35,-255r31,0r155,223r0,-223r24,0r0,255r-30,0r-156,-223r0,223r-24,0r0,-255","w":280},"O":{"d":"150,-240v-69,0,-108,45,-108,113v0,68,39,112,108,112v68,0,108,-43,108,-112v0,-70,-40,-113,-108,-113xm150,6v-83,0,-132,-52,-132,-133v0,-82,50,-134,132,-134v82,0,132,52,132,134v0,81,-48,133,-132,133","w":300},"P":{"d":"167,-188v-1,-50,-56,-46,-108,-45r0,90v51,0,109,7,108,-45xm190,-188v0,66,-62,70,-131,67r0,121r-24,0r0,-255v74,-1,155,-8,155,67","w":206,"k":{"A":27,".":55,",":55}},"Q":{"d":"148,-240v-67,0,-106,42,-106,109v0,66,42,109,110,109v65,0,101,-45,101,-109v0,-67,-39,-109,-105,-109xm277,-131v0,53,-25,92,-64,109r80,0r0,22r-141,0v-81,-4,-134,-50,-134,-131v0,-79,48,-130,130,-130v81,0,129,50,129,130","w":300},"R":{"d":"193,-188v0,42,-28,61,-66,66r75,122r-27,0r-72,-121r-44,0r0,121r-24,0r0,-255v76,-1,158,-8,158,67xm169,-188v0,-49,-56,-47,-110,-45r0,90v53,2,110,4,110,-45","w":213,"k":{"y":-9,"Y":5,"W":-2,"V":-2,"T":-2}},"S":{"d":"147,-123v60,33,32,129,-45,129v-39,0,-66,-13,-83,-38r23,-15v18,45,119,43,115,-18v-5,-78,-131,-29,-131,-127v0,-76,116,-91,151,-37r-20,14v-21,-37,-107,-34,-107,23v0,55,61,50,97,69","w":200},"T":{"d":"91,-233r-87,0r0,-22r198,0r0,22r-87,0r0,233r-24,0r0,-233","w":206,"k":{"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"i":-9,"e":40,"c":40,"a":40,"A":24,";":40,":":40,".":40,"-":46,",":40}},"U":{"d":"123,-15v102,0,61,-145,69,-240r24,0v-5,114,30,261,-93,261v-123,0,-88,-147,-93,-261r24,0v8,96,-32,240,69,240","w":246},"V":{"d":"-1,-255r25,0r83,224r82,-224r26,0r-97,255r-24,0","w":213,"k":{"y":6,"u":13,"r":13,"o":20,"i":-2,"e":20,"a":20,"A":20,";":19,":":19,".":46,"-":20,",":46}},"W":{"d":"2,-255r24,0r64,226r65,-226r30,0r65,226r64,-226r24,0r-74,255r-29,0r-65,-227r-65,227r-29,0","w":339,"k":{"u":6,"r":6,"o":6,"i":-9,"e":6,"a":13,"A":6,";":6,":":6,".":27,",":27}},"X":{"d":"96,-134r-87,-121r28,0r74,104r72,-104r28,0r-86,121r95,134r-30,0r-81,-115r-80,115r-29,0","w":219},"Y":{"d":"91,-110r-93,-145r28,0r77,121r79,-121r27,0r-94,145r0,110r-24,0r0,-110","w":206,"k":{"v":20,"u":27,"q":33,"p":27,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":36,"-":40,",":44}},"Z":{"d":"8,-19r149,-214r-147,0r0,-22r178,0r0,20r-150,213r154,0r0,22r-184,0r0,-19","w":200},"[":{"d":"81,-246r-33,0r0,285r33,0r0,17r-54,0r0,-320r54,0r0,18","w":93},"\\":{"d":"130,6r-19,7r-109,-274r19,-7","w":133},"]":{"d":"13,39r32,0r0,-285r-32,0r0,-18r54,0r0,320r-54,0r0,-17","w":93},"^":{"d":"112,-255r16,0r82,163r-20,0r-70,-143r-70,143r-20,0","w":239},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"81,-15v43,0,60,-25,58,-69v-44,0,-96,-2,-96,38v0,21,17,30,38,31xm28,-147v34,-36,128,-35,130,36r3,111r-20,0v-2,-7,0,-20,-3,-27v-17,45,-120,43,-117,-18v2,-55,61,-56,118,-56v8,-59,-66,-61,-98,-31","w":186},"b":{"d":"113,-151v-42,0,-69,27,-69,68v0,42,28,68,69,68v41,0,66,-27,66,-68v0,-41,-24,-68,-66,-68xm113,4v-31,0,-55,-12,-67,-33r0,29r-22,0r0,-272r22,0r0,135v13,-21,35,-34,67,-34v54,0,88,34,88,88v0,53,-33,87,-88,87","w":219},"c":{"d":"41,-83v0,61,79,90,111,45r16,14v-15,17,-33,28,-61,28v-55,0,-85,-34,-88,-87v-6,-81,102,-115,150,-59r-17,13v-34,-43,-111,-16,-111,46","w":173},"d":{"d":"107,-15v41,0,69,-26,69,-68v0,-41,-27,-68,-69,-68v-42,0,-66,27,-66,68v0,41,25,68,66,68xm107,-171v32,0,54,14,67,34r0,-135r22,0r0,272r-22,0r0,-29v-12,21,-36,33,-67,33v-55,0,-88,-34,-88,-87v0,-54,34,-88,88,-88","w":219},"e":{"d":"159,-97v4,-55,-79,-70,-105,-30v-6,9,-12,20,-13,30r118,0xm104,-15v25,0,46,-13,56,-30r16,14v-15,23,-38,35,-72,35v-55,-1,-85,-34,-85,-88v0,-51,31,-87,84,-87v53,0,81,35,78,93r-140,0v4,35,22,63,63,63","w":200},"f":{"d":"41,-166v-1,-54,-4,-112,50,-110v10,0,19,1,25,4r-5,19v-27,-11,-48,0,-48,40r0,47r39,0r0,19r-39,0r0,147r-22,0r0,-147r-35,0r0,-19r35,0","w":106,"k":{"f":6}},"g":{"d":"109,-19v39,0,66,-26,66,-66v0,-40,-26,-66,-66,-66v-40,0,-66,26,-66,66v0,40,27,66,66,66xm22,-85v0,-80,114,-115,152,-53r0,-28r22,0r0,155v13,101,-118,124,-171,62r17,-15v13,19,37,30,65,31v56,1,71,-40,67,-99v-38,59,-152,27,-152,-53","w":219},"h":{"d":"108,-151v-69,-1,-58,82,-58,151r-21,0r0,-272r21,0r1,135v8,-17,31,-34,57,-34v83,0,60,95,63,171r-21,0v-6,-59,22,-151,-42,-151","w":200},"i":{"d":"43,-216v-9,0,-15,-7,-16,-16v0,-9,6,-16,16,-16v10,-1,17,6,16,16v0,10,-7,16,-16,16xm32,-166r22,0r0,166r-22,0r0,-166","w":86},"j":{"d":"43,-216v-9,0,-15,-7,-16,-16v0,-9,6,-16,16,-16v10,-1,17,6,16,16v0,10,-7,16,-16,16xm-8,64v25,10,40,-5,40,-33r0,-197r22,0r0,195v4,43,-24,66,-65,54","w":86},"k":{"d":"29,-272r21,0r0,181r82,-75r32,0r-86,76r96,90r-33,0r-91,-88r0,88r-21,0r0,-272","w":173},"l":{"d":"32,-272r22,0r0,272r-22,0r0,-272","w":86},"m":{"d":"50,-137v15,-37,96,-50,108,2v9,-21,30,-35,57,-36v82,-3,60,95,63,171r-22,0v-6,-58,23,-150,-41,-151v-69,-1,-48,87,-51,151r-21,0v-5,-56,20,-148,-35,-151v-69,-4,-58,82,-58,151r-21,0r-2,-166r22,0","w":306},"n":{"d":"108,-151v-69,-1,-58,82,-58,151r-21,0r-2,-166r22,0v1,9,-1,22,2,29v8,-17,31,-34,57,-34v83,0,60,95,63,171r-21,0v-6,-59,22,-151,-42,-151","w":200},"o":{"d":"107,-151v-42,0,-66,27,-66,68v0,41,25,68,66,68v41,0,66,-27,66,-68v0,-41,-24,-68,-66,-68xm107,4v-55,0,-88,-34,-88,-87v0,-54,34,-88,88,-88v53,0,87,33,87,88v0,54,-33,87,-87,87","w":213},"p":{"d":"113,-151v-42,0,-69,27,-69,68v0,42,28,68,69,68v41,0,66,-27,66,-68v0,-41,-24,-68,-66,-68xm113,4v-31,0,-55,-12,-67,-33r0,111r-22,0r0,-248r22,0r0,29v13,-21,35,-34,67,-34v54,0,88,34,88,88v0,53,-33,87,-88,87","w":219},"q":{"d":"107,-15v41,0,69,-26,69,-68v0,-41,-27,-68,-69,-68v-42,0,-66,27,-66,68v0,41,25,68,66,68xm107,-171v32,0,54,14,67,34r0,-29r22,0r0,248r-22,0r0,-111v-12,21,-36,33,-67,33v-55,0,-88,-34,-88,-87v0,-54,34,-88,88,-88","w":219},"r":{"d":"113,-148v-76,-12,-63,77,-63,148r-21,0r-2,-166r22,0r1,29v11,-21,34,-39,66,-32","w":119,"k":{"q":6,"o":6,"g":6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"112,-87v47,23,21,91,-35,91v-31,0,-56,-13,-67,-34r19,-12v12,32,84,39,87,-4v-9,-49,-99,-15,-99,-77v0,-59,98,-62,115,-16r-19,11v-8,-29,-74,-33,-74,3v0,34,49,26,73,38","w":153},"t":{"d":"112,-1v-31,12,-71,3,-71,-38r0,-108r-36,0r0,-19r36,0r0,-48r22,0r0,48r47,0r0,19r-47,0r0,108v-2,26,29,28,47,18","w":119},"u":{"d":"90,-15v69,1,58,-82,58,-151r22,0r1,166r-21,0v-2,-9,0,-22,-3,-29v-8,17,-31,33,-57,33v-82,0,-60,-94,-63,-170r22,0v6,59,-22,150,41,151","w":200},"v":{"d":"5,-166r25,0r55,143r54,-143r22,0r-65,166r-23,0","w":166,"k":{".":27,",":27}},"w":{"d":"5,-166r24,0r41,139r47,-139r20,0r50,139r39,-139r22,0r-49,166r-22,0r-51,-136r-46,136r-22,0","w":253,"k":{".":20,",":20}},"x":{"d":"71,-90r-59,-76r28,0r46,63r45,-63r27,0r-58,76r71,90r-28,0r-58,-75r-57,75r-26,0","w":173},"y":{"d":"76,51v-6,27,-36,43,-67,32r2,-20v43,17,50,-33,62,-62r-68,-167r25,0r55,140r53,-140r23,0","w":166,"k":{".":33,",":33}},"z":{"d":"10,-13r99,-134r-94,0r0,-19r124,0r0,13r-99,134r104,0r0,19r-134,0r0,-13","w":153},"{":{"d":"24,-112v63,-18,-23,-168,75,-152r0,18v-59,-1,-2,120,-54,143v28,14,27,63,26,107v0,20,4,38,28,35r0,17v-56,10,-50,-44,-50,-96v0,-26,-2,-52,-25,-55r0,-17","w":119},"|":{"d":"49,-270r0,360r-18,0r0,-360r18,0","w":79},"}":{"d":"96,-95v-63,19,24,167,-75,151r0,-17v59,1,1,-120,54,-143v-28,-15,-27,-62,-26,-107v0,-20,-4,-38,-28,-35r0,-18v57,-10,51,44,50,97v0,26,2,52,25,55r0,17","w":119},"~":{"d":"82,-131v39,0,87,47,108,0r13,11v-8,18,-21,33,-45,33v-31,0,-49,-25,-77,-25v-16,0,-24,15,-32,25r-12,-12v9,-16,21,-32,45,-32","w":239},"'":{"d":"36,-255r22,0r0,82r-22,0r0,-82","w":93},"`":{"d":"64,-203r-18,0r-48,-52r29,0","w":86},"\u00a0":{"w":93}}});
Cufon.registerFont({"w":200,"face":{"font-family":"Avenir LT 65 Medium","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 2 0 0 2 0 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-17 -285 346 102","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"!":{"d":"50,2v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v12,0,24,11,24,23v0,12,-12,24,-24,24xm67,-73r-35,0r0,-182r35,0r0,182","w":100},"\"":{"d":"106,-255r28,0r0,89r-28,0r0,-89xm53,-255r28,0r0,89r-28,0r0,-89","w":186},"#":{"d":"83,-153r-7,51r41,0r8,-51r-42,0xm43,-73r-34,0r0,-29r38,0r7,-51r-34,0r0,-28r38,0r10,-74r29,0r-10,74r42,0r10,-74r28,0r-10,74r34,0r0,28r-38,0r-7,51r34,0r0,29r-38,0r-10,73r-29,0r10,-73r-41,0r-10,73r-29,0"},"$":{"d":"108,-26v45,2,58,-65,16,-78v-5,-2,-11,-3,-16,-5r0,83xm89,-229v-41,-1,-53,62,-15,75v5,2,10,4,15,5r0,-80xm15,-188v0,-44,32,-67,74,-71r0,-26r19,0r0,26v30,0,57,9,71,28r-26,25v-10,-13,-24,-23,-45,-23r0,85v39,12,78,24,78,74v0,46,-32,71,-78,74r0,26r-19,0r0,-26v-37,0,-63,-10,-80,-34r28,-25v10,16,29,28,52,29r0,-88v-38,-11,-74,-26,-74,-74"},"%":{"d":"230,-93v-20,0,-36,16,-36,36v0,20,16,35,36,35v19,0,35,-16,35,-35v0,-20,-15,-36,-35,-36xm230,6v-38,0,-64,-25,-64,-63v0,-38,26,-64,64,-64v38,0,63,26,63,64v0,38,-25,63,-63,63xm77,-233v-19,0,-36,16,-36,35v0,19,16,36,36,36v20,0,36,-17,36,-36v0,-19,-17,-35,-36,-35xm77,-134v-38,0,-64,-26,-64,-64v0,-38,26,-63,64,-63v38,0,64,25,64,63v0,38,-26,64,-64,64xm85,11r-22,-11r160,-266r22,11","w":306},"&":{"d":"81,-111v-42,18,-30,91,21,87v27,-1,43,-17,56,-32r-62,-64xm105,-157v16,-11,39,-18,39,-45v0,-17,-14,-27,-31,-27v-35,0,-42,45,-17,63v4,5,5,5,9,9xm179,-202v0,36,-28,53,-53,66r50,52r32,-52r40,0r-50,77r58,59r-46,0r-31,-34v-21,23,-39,40,-79,40v-50,-1,-83,-26,-83,-73v0,-41,28,-59,58,-73v-14,-17,-30,-31,-30,-59v0,-40,28,-60,68,-60v39,0,66,18,66,57","w":259},"'":{"d":"64,-166r-28,0r0,-89r28,0r0,89","w":100},"(":{"d":"70,56v-68,-75,-67,-242,0,-320r21,14v-58,69,-60,222,0,292","w":100},")":{"d":"30,-264v68,76,68,242,0,320r-21,-14v58,-69,60,-221,0,-291","w":100},"*":{"d":"97,-202r50,-17r7,24r-50,16r32,43r-20,15r-32,-44r-33,43r-19,-14r32,-43r-51,-17r7,-23r51,17r0,-53r26,0r0,53","w":167},"+":{"d":"24,-123r82,0r0,-82r28,0r0,82r82,0r0,28r-82,0r0,82r-28,0r0,-82r-82,0r0,-28","w":239},",":{"d":"47,48r-30,0r25,-89r35,0","w":100},"-":{"d":"101,-72r-88,0r0,-30r88,0r0,30","w":113},"\u00ad":{"d":"101,-72r-88,0r0,-30r88,0r0,30","w":113},".":{"d":"74,-22v0,12,-12,24,-24,24v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v12,0,24,11,24,23","w":100},"\/":{"d":"25,16r-25,-10r115,-277r25,10","w":140},"0":{"d":"100,-229v-47,0,-52,52,-53,102v0,47,7,101,53,101v53,0,56,-66,53,-121v-2,-39,-11,-82,-53,-82xm100,4v-69,0,-88,-64,-88,-131v0,-69,18,-132,88,-132v70,0,88,63,88,132v0,67,-19,131,-88,131"},"1":{"d":"97,-215r-47,43r-20,-24r71,-59r31,0r0,255r-35,0r0,-215"},"2":{"d":"103,-261v80,-6,101,86,53,133r-101,98r129,0r0,30r-167,0r0,-37v42,-47,95,-83,128,-138v8,-32,-11,-56,-42,-56v-26,-1,-43,16,-46,39r-38,-3v7,-42,36,-62,84,-66"},"3":{"d":"184,-69v5,90,-151,97,-167,18r36,-11v7,23,18,36,47,36v29,0,49,-17,49,-46v0,-40,-33,-47,-72,-48r0,-30v38,1,65,-5,66,-40v2,-51,-75,-52,-86,-12r-35,-11v11,-29,39,-49,77,-48v46,1,77,22,78,69v0,28,-20,52,-43,58v31,6,48,30,50,65"},"4":{"d":"121,-86r-1,-128r-78,128r79,0xm121,-56r-109,0r0,-35r102,-164r42,0r0,169r36,0r0,30r-36,0r0,56r-35,0r0,-56"},"5":{"d":"144,-78v3,-60,-71,-65,-114,-43r3,-134r137,0r0,33r-104,0r-1,63v61,-18,114,16,114,79v0,92,-141,113,-167,33r35,-12v9,21,21,33,47,33v31,0,49,-20,50,-52"},"6":{"d":"100,-132v-33,0,-53,21,-53,53v0,32,20,53,53,53v33,0,53,-21,53,-53v0,-32,-20,-53,-53,-53xm100,4v-86,5,-102,-94,-62,-157r65,-102r40,0r-64,99v55,-19,111,15,109,75v-1,55,-34,82,-88,85"},"7":{"d":"138,-225r-123,0r0,-30r160,0r0,30r-101,225r-39,0"},"8":{"d":"51,-73v1,30,20,46,49,47v28,1,49,-20,49,-47v-1,-30,-19,-46,-49,-47v-28,-1,-49,20,-49,47xm100,-231v-22,0,-41,17,-40,40v2,24,16,41,40,41v25,0,39,-16,40,-41v0,-23,-16,-41,-40,-40xm135,-136v77,23,53,147,-35,140v-50,-4,-83,-27,-83,-77v0,-35,22,-53,49,-63v-24,-8,-41,-27,-40,-60v2,-41,31,-63,74,-63v43,0,75,22,75,63v0,32,-16,52,-40,60"},"9":{"d":"100,-123v33,0,53,-21,53,-53v0,-32,-20,-53,-53,-53v-33,0,-53,21,-53,53v0,32,20,53,53,53xm100,-259v74,-3,109,77,72,139v-24,41,-50,80,-74,120r-41,0r63,-99v-54,19,-110,-15,-107,-75v2,-53,33,-83,87,-85"},":":{"d":"50,2v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v12,0,24,11,24,23v0,12,-12,24,-24,24xm74,-149v0,12,-12,24,-24,24v-12,0,-24,-12,-24,-24v0,-12,12,-24,24,-24v12,0,24,12,24,24","w":100},";":{"d":"50,-125v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v12,0,24,11,24,23v0,12,-12,24,-24,24xm47,48r-30,0r25,-89r35,0","w":100},"\u037e":{"d":"50,-125v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v12,0,24,11,24,23v0,12,-12,24,-24,24xm47,48r-30,0r25,-89r35,0","w":100},"<":{"d":"216,-15r-192,-79r0,-30r192,-79r0,28r-163,66r163,65r0,29","w":239},"=":{"d":"216,-95r0,28r-192,0r0,-28r192,0xm216,-151r0,28r-192,0r0,-28r192,0","w":239},">":{"d":"24,-203r192,79r0,30r-192,79r0,-29r162,-65r-162,-66r0,-28","w":239},"?":{"d":"93,2v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v11,0,23,12,23,23v0,12,-11,24,-23,24xm96,-261v62,0,93,65,57,109v-18,24,-49,34,-43,81r-34,0v-11,-68,48,-69,58,-122v-1,-23,-15,-38,-38,-38v-25,0,-40,17,-42,40r-37,-3v5,-40,35,-67,79,-67","w":180},"@":{"d":"150,-203v19,0,34,10,39,28r6,-21r26,0r-32,109v0,6,4,9,11,9v29,-6,44,-36,44,-71v0,-58,-38,-89,-94,-89v-66,0,-106,45,-106,111v0,67,42,110,108,110v36,0,67,-14,83,-37r29,0v-21,35,-58,60,-113,60v-82,0,-135,-52,-135,-134v0,-80,53,-133,133,-133v71,0,123,40,123,109v0,57,-36,94,-84,102v-15,2,-20,-14,-25,-23v-10,10,-26,23,-44,23v-33,0,-50,-24,-50,-57v0,-53,29,-96,81,-96xm175,-143v0,-16,-7,-32,-23,-32v-36,0,-51,30,-52,68v0,18,7,29,25,29v32,0,50,-32,50,-65","w":288},"B":{"d":"173,-73v1,-50,-55,-48,-106,-46r0,89v49,0,105,6,106,-43xm162,-187v1,-43,-51,-39,-95,-38r0,76v44,0,95,6,95,-38xm210,-71v0,81,-94,72,-177,71r0,-255v76,1,166,-13,166,64v0,32,-22,46,-44,57v33,4,55,26,55,63","w":226},"C":{"d":"17,-125v-10,-120,146,-180,222,-97r-29,22v-12,-16,-35,-29,-61,-29v-61,0,-95,42,-95,104v0,60,35,99,95,99v32,0,51,-14,66,-34r29,22v-20,24,-49,45,-96,44v-81,-2,-125,-54,-131,-131","w":253},"D":{"d":"213,-127v0,-77,-61,-104,-151,-95r0,190v86,6,151,-17,151,-95xm250,-127v0,110,-99,137,-223,127r0,-255r89,0v86,1,134,48,134,128","w":266},"E":{"d":"33,-255r164,0r0,33r-130,0r0,75r121,0r0,33r-121,0r0,82r137,0r0,32r-171,0r0,-255","w":219},"F":{"d":"33,-255r160,0r0,33r-126,0r0,79r117,0r0,33r-117,0r0,110r-34,0r0,-255","w":206,"k":{"A":20,".":57,",":57}},"G":{"d":"54,-127v-3,85,88,122,161,88r0,-71r-56,0r0,-33r91,0r0,126v-24,15,-58,24,-97,23v-85,-2,-130,-51,-136,-133v-8,-119,147,-174,228,-101r-25,26v-18,-18,-39,-27,-70,-27v-61,0,-94,40,-96,102","w":280},"H":{"d":"33,-255r34,0r0,106r132,0r0,-106r35,0r0,255r-35,0r0,-117r-132,0r0,117r-34,0r0,-255","w":266},"I":{"d":"33,-255r34,0r0,255r-34,0r0,-255","w":100},"J":{"d":"72,-26v33,0,40,-25,40,-58r0,-171r35,0r0,182v12,90,-131,109,-144,24r34,-8v4,18,14,31,35,31","w":173},"K":{"d":"33,-255r34,0r0,110r3,0r113,-110r48,0r-123,118r131,137r-50,0r-119,-127r-3,0r0,127r-34,0r0,-255","w":233},"L":{"d":"33,-255r34,0r0,223r117,0r0,32r-151,0r0,-255","w":186,"k":{"y":13,"Y":40,"W":20,"V":33,"T":33}},"M":{"d":"30,-255r52,0r82,193r80,-193r52,0r0,255r-35,0r0,-210r-86,210r-23,0r-87,-210r0,210r-35,0r0,-255","w":326},"N":{"d":"33,-255r45,0r141,210r0,-210r35,0r0,255r-44,0r-143,-210r0,210r-34,0r0,-255","w":286},"O":{"d":"54,-127v0,62,35,101,96,101v61,0,96,-41,96,-101v0,-61,-35,-102,-96,-102v-61,0,-96,40,-96,102xm283,-127v0,81,-51,133,-133,133v-82,0,-133,-52,-133,-133v0,-82,50,-134,133,-134v82,0,133,52,133,134","w":299},"P":{"d":"167,-184v0,-49,-53,-40,-100,-41r0,82v47,-1,100,9,100,-41xm204,-184v0,70,-64,76,-137,72r0,112r-34,0r0,-255v81,-1,171,-11,171,71","w":213,"k":{"A":27,".":64,",":64}},"Q":{"d":"54,-133v0,61,35,101,94,101v59,0,94,-40,94,-100v0,-58,-37,-97,-94,-97v-57,0,-94,39,-94,96xm279,-134v0,52,-25,85,-59,104r76,0r0,30r-147,0v-78,-5,-132,-50,-132,-130v0,-80,52,-131,132,-131v79,0,130,51,130,127","w":299},"R":{"d":"167,-184v0,-49,-53,-40,-100,-41r0,82v47,-1,100,9,100,-41xm204,-184v-2,40,-26,63,-63,68r73,116r-43,0r-65,-112r-39,0r0,112r-34,0r0,-255v81,-1,174,-11,171,71","w":219,"k":{"Y":6,"T":6}},"S":{"d":"149,-129v64,38,25,135,-56,135v-35,0,-66,-13,-81,-35r28,-24v20,37,103,37,105,-15v-14,-66,-126,-26,-126,-122v0,-74,119,-95,160,-42r-28,25v-17,-33,-98,-29,-95,17v3,47,61,42,93,61"},"T":{"d":"86,-222r-82,0r0,-33r199,0r0,33r-82,0r0,222r-35,0r0,-222","w":206,"k":{"A":33,"y":40,"w":40,"u":36,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,";":40,":":40,".":40,"-":46,",":40}},"U":{"d":"127,6v-61,0,-99,-39,-99,-99r0,-162r35,0v8,90,-32,229,64,229v96,0,56,-139,64,-229r34,0r0,162v-2,62,-37,99,-98,99","w":253},"V":{"d":"-2,-255r40,0r75,207r78,-207r38,0r-100,255r-33,0","w":226,"k":{"A":17,"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,";":17,":":17,".":46,"-":20,",":46}},"W":{"d":"0,-255r36,0r57,204r60,-204r40,0r61,204r56,-204r36,0r-74,255r-37,0r-62,-208r-62,208r-36,0","w":346,"k":{"A":9,"u":6,"r":6,"o":17,"e":17,"a":17,";":6,":":6,".":32,",":32}},"X":{"d":"92,-134r-86,-121r44,0r67,98r65,-98r43,0r-85,121r94,134r-45,0r-73,-111r-74,111r-43,0","w":233},"Y":{"d":"93,-109r-97,-146r45,0r69,112r72,-112r42,0r-97,146r0,109r-34,0r0,-109","w":220,"k":{"A":27,"v":20,"u":27,"q":33,"p":27,"o":40,"i":13,"e":40,"a":33,";":33,":":33,".":50,"-":40,",":50}},"Z":{"d":"12,-32r145,-190r-141,0r0,-33r184,0r0,33r-145,190r147,0r0,32r-190,0r0,-32","w":213},"[":{"d":"26,-264r63,0r0,24r-33,0r0,272r33,0r0,24r-63,0r0,-320","w":100},"\\":{"d":"0,-261r25,-10r115,277r-25,10","w":140},"]":{"d":"12,32r32,0r0,-272r-32,0r0,-24r62,0r0,320r-62,0r0,-24","w":100},"^":{"d":"105,-255r29,0r77,156r-30,0r-61,-127r-61,127r-30,0","w":239},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"`":{"d":"67,-203r-30,0r-54,-52r47,0","w":86},"a":{"d":"85,-22v36,0,50,-23,49,-60v-38,0,-82,-2,-85,33v-1,22,16,27,36,27xm134,-106v7,-53,-68,-50,-89,-24r-20,-20v34,-37,138,-37,139,32r2,118r-29,0v-2,-8,1,-19,-2,-26v-22,43,-122,41,-119,-21v2,-55,58,-60,118,-59","w":186},"b":{"d":"57,-85v0,36,20,59,56,59v36,0,56,-23,56,-59v0,-37,-20,-60,-56,-60v-36,0,-56,23,-56,60xm204,-85v6,82,-103,116,-147,61r0,24r-33,0r0,-272r33,0r1,126v10,-17,34,-29,59,-29v54,0,83,35,87,90","w":219},"c":{"d":"16,-85v-5,-83,103,-117,155,-63r-24,23v-28,-37,-104,-16,-96,41v-5,54,67,76,96,39r23,23v-14,17,-37,26,-65,26v-56,-1,-86,-34,-89,-89","w":173},"d":{"d":"51,-85v0,36,20,59,56,59v36,0,56,-23,56,-59v0,-37,-20,-60,-56,-60v-36,0,-56,23,-56,60xm16,-85v-6,-83,104,-118,147,-61r0,-126r32,0r0,272r-32,0v-1,-7,2,-18,-1,-24v-10,17,-33,28,-59,28v-54,-2,-83,-35,-87,-89","w":219},"e":{"d":"151,-99v7,-59,-83,-65,-98,-18v-2,6,-4,12,-4,18r102,0xm103,-175v59,0,84,41,83,102r-137,0v-1,53,82,64,104,24r25,18v-46,63,-170,36,-164,-54v4,-54,34,-90,89,-90"},"f":{"d":"116,-245v-28,-11,-46,4,-46,35r0,39r38,0r0,28r-39,0r0,143r-32,0r0,-143r-37,0r0,-28r37,0v-6,-69,10,-120,83,-103","w":119,"k":{"f":6}},"g":{"d":"163,-85v-1,-37,-20,-60,-56,-60v-36,0,-55,23,-56,60v0,34,22,57,56,57v34,0,56,-23,56,-57xm163,-146r0,-25r32,0r0,170v8,91,-123,111,-176,57r22,-28v27,42,129,38,122,-31v-1,-8,2,-19,-1,-25v-10,18,-32,30,-59,30v-54,-1,-82,-36,-87,-87v-7,-82,103,-118,147,-61","w":219},"h":{"d":"104,-145v-63,0,-45,83,-47,145r-33,0r0,-272r33,0r1,128v8,-18,30,-31,56,-31v39,2,62,24,62,65r0,110r-33,0v-5,-56,20,-145,-39,-145"},"i":{"d":"43,-208v-12,0,-24,-12,-24,-24v0,-12,12,-24,24,-24v12,0,24,12,24,24v0,12,-12,24,-24,24xm27,-171r32,0r0,171r-32,0r0,-171","w":86},"j":{"d":"43,-208v-12,0,-24,-12,-24,-24v0,-12,12,-24,24,-24v12,0,24,12,24,24v0,12,-12,24,-24,24xm-10,53v22,9,37,-3,37,-30r0,-194r32,0r0,195v4,45,-27,73,-73,59","w":86},"k":{"d":"24,-272r33,0r0,176r73,-74r45,0r-79,77r86,93r-46,0r-79,-89r0,89r-33,0r0,-272","w":186},"l":{"d":"27,-272r32,0r0,272r-32,0r0,-272","w":86},"m":{"d":"55,-144v15,-37,95,-43,108,1v10,-19,30,-31,54,-32v84,-3,63,96,65,175r-32,0v-6,-55,22,-144,-37,-145v-62,-1,-38,87,-43,145r-33,0v-6,-55,22,-145,-36,-145v-60,0,-41,85,-44,145r-33,0r0,-171r31,0r0,27","w":306},"n":{"d":"104,-145v-63,0,-45,83,-47,145r-33,0r0,-171r33,0v1,8,-2,21,1,27v8,-18,30,-31,56,-31v39,2,62,24,62,65r0,110r-33,0v-5,-56,20,-145,-39,-145"},"o":{"d":"107,4v-55,0,-91,-35,-91,-89v0,-54,36,-90,91,-90v55,0,91,36,91,90v0,54,-37,89,-91,89xm107,-145v-36,0,-56,23,-56,60v0,36,20,59,56,59v36,0,56,-23,56,-59v0,-37,-20,-60,-56,-60","w":213},"p":{"d":"169,-85v0,-37,-20,-60,-56,-60v-36,0,-56,23,-56,60v0,36,20,59,56,59v36,0,56,-23,56,-59xm57,-24r0,126r-33,0r0,-273r33,0v1,8,-2,19,1,25v10,-17,34,-29,59,-29v55,0,83,36,87,90v7,82,-105,117,-147,61","w":219},"q":{"d":"163,-85v0,-37,-20,-60,-56,-60v-36,0,-56,23,-56,60v0,36,20,59,56,59v36,0,56,-23,56,-59xm163,-146r0,-25r32,0r0,253r-32,0r-1,-106v-10,17,-33,28,-59,28v-54,-2,-83,-34,-87,-89v-6,-82,103,-118,147,-61","w":219},"r":{"d":"122,-138v-39,-9,-65,10,-65,52r0,86r-33,0r0,-171r33,0v1,8,-2,21,1,27v9,-21,35,-36,65,-29","w":133,"k":{"q":6,"o":6,"g":6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"17,-122v0,-61,98,-68,123,-25r-25,19v-11,-27,-82,-19,-58,15v29,22,88,9,88,64v0,65,-110,68,-135,23r25,-20v12,21,70,32,76,-2v-15,-41,-94,-16,-94,-74","w":159},"t":{"d":"117,-1v-43,15,-80,-1,-80,-53r0,-89r-37,0r0,-28r37,0r0,-48r32,0r0,48r47,0r0,28r-47,0r1,92v-3,25,28,30,47,20r0,30","w":133},"u":{"d":"96,-26v65,2,44,-84,47,-145r33,0r0,171r-33,0r0,-26v-8,17,-31,30,-57,30v-81,0,-59,-99,-62,-175r33,0v6,55,-21,144,39,145"},"v":{"d":"4,-171r37,0r52,131r48,-131r35,0r-67,171r-36,0","w":180,"k":{".":27,",":27}},"w":{"d":"4,-171r36,0r40,128r40,-128r34,0r44,128r37,-128r34,0r-55,171r-33,0r-45,-127r-41,127r-35,0","w":273,"k":{".":20,",":20}},"x":{"d":"71,-91r-60,-80r42,0r41,61r41,-61r39,0r-58,80r69,91r-42,0r-50,-72r-51,72r-40,0","w":186},"y":{"d":"4,-171r37,0r52,134r48,-134r35,0r-90,228v-8,26,-46,36,-78,25r4,-30v41,17,53,-22,63,-51","w":180,"k":{".":27,",":27}},"z":{"d":"13,-29r96,-114r-93,0r0,-28r133,0r0,29r-98,114r103,0r0,28r-141,0r0,-29","w":166},"{":{"d":"14,-117v71,-13,-19,-169,95,-147r0,26v-70,-12,-2,119,-64,135v36,6,30,58,30,102v0,22,8,36,34,31r0,26v-65,11,-67,-41,-64,-103v0,-22,-12,-41,-31,-42r0,-28","w":119},"|":{"d":"26,-272r28,0r0,278r-28,0r0,-278","w":79},"}":{"d":"105,-90v-63,9,4,149,-68,146r-27,0r0,-26v71,13,2,-118,65,-134v-36,-7,-30,-59,-30,-103v1,-22,-9,-35,-35,-31r0,-26v66,-10,69,41,65,104v-1,23,11,41,30,42r0,28","w":119},"~":{"d":"82,-136v39,1,87,53,109,0r14,22v-17,46,-76,28,-108,10v-23,-13,-42,4,-48,22r-14,-22v11,-16,21,-33,47,-32","w":239},"A":{"d":"175,-93r-49,-117r-48,117r97,0xm113,-255r31,0r109,255r-40,0r-26,-63r-121,0r-25,63r-41,0","w":253,"k":{"y":6,"w":6,"v":6,"Y":27,"W":9,"V":17,"T":33}}}});

Cufon.replace('.cf', { fontFamily: 'Avenir LT 65 Medium' });
Cufon.replace('.cf-a', { fontFamily: 'Avenir LT 65 Medium', textShadow: '#000b4e 1px 1px' });
Cufon.replace('.cf-b', { fontFamily: 'Avenir LT 65 Medium', textShadow: '#297993 1px 1px' });

/**
 * Compact labels plugin
 */
(function($){$.fn.compactize=function(){return this.each(function(){var label=$(this),input=$('#'+label.attr('for'));input.focus(function(){label.hide();}).blur(function(){if(input.val()===''){label.show();}});window.setTimeout(function(){if(input.val()!==''){label.hide();}},50);});};})(jQuery);

/*
 * hrefID jQuery extention - returns a valid #hash string from link href attribute in Internet Explorer
 */
(function($){$.fn.extend({hrefId:function(){return $(this).attr('href').substr($(this).attr('href').indexOf('#'));}});})(jQuery);

/*
 * Scripts
 *
 */
jQuery(function($) {
 
	var Engine = {
		utils : {
			links : function(){
				$('a[rel*=external]').click(function(e){
					e.preventDefault();
					window.open($(this).attr('href'));						  
				});
			},
			mails : function(){
				$('a[href^=mailto:]').each(function(){
					var mail = $(this).attr('href').replace('mailto:','');
					var replaced = mail.replace('/at/','@');
					$(this).attr('href','mailto:'+replaced);
					if($(this).text() == mail) {
						$(this).text(replaced);
					}
				});
			},
			compactLabels : function(){
				$('.form-a label').compactize();
			}
		},
		tweaks : {
			cartBox : function(){
				// if the cart is empty hide the utility box 
				if ($('#catCartSummary .cartSummaryItem').html() == 'Shopping cart is empty.') {
					//$('.cart-summary').hide(); hide with css
					
					$('#utitlity-nav .cart-summary').html('<a href="/OrderRetrievev2.aspx">view cart</a>');
					$('.cart-summary').show(); // show the utility box
				
				}

 				if ($('#catCartSummary .cartSummaryItem').html() != 'Shopping cart is empty.') {
  					var summary = $('#catCartSummary .cartSummaryItem').text().split(" ");
					url = $('.cartSummaryLink').attr('href');
					
					if(summary[0] != '1'){var plural = "s"; }else{ var plural = "";}
					
  					$('#utitlity-nav .cart-summary').html('<a href="'+url+'" class="quantity">'+summary[0] + ' item' + plural +'</a> <span class="separator">|</span> <a href="'+url+'">View</a>');
					$('.cart-summary').show(); // show the utility box
 				}	
			}, // end cartBox
			
			latestBlogPost : function(){
				var $postTitle = $(".blog-post-container .entry h2").find("a").html();
     			var $postLink = $(".blog-post-container .entry").find("a").attr("href");
     			var $postBody = $(".blog-post-container .post-content").text();
     			//var $postBody = $postBody.substr(0,190);
			
				
		
     			$postHtml = "<h3><a href='"+ $postLink + "'>" + $postTitle + "</a></h3><p><span class='postText'>" + $postBody + "</span>... <a href='"+ $postLink +"' class='more'> + Read more</a></p>";
    
    
     			$(".latestBlogEntry").html($postHtml);
				
				$('.postText').truncatable({	limit: 150, more: '' }); 
				
			}, // end latestBlogPost
			
			addClassCommentLast : function(){
				$(".comments-a div:last").addClass("last");
			},
			
			newsletterCheck : function(){
					
					$('#f-newsletter-submit').click(function(){
			
						var EmailAddressData = $('#EmailAddress').val();
				
						if(EmailAddressData == ''){	
							alert('Please Enter Email Address'); 
							return false;
						}
						
						var apos=$('#EmailAddress').val().indexOf('@');
						var dotpos=$('#EmailAddress').val().lastIndexOf('.');
					
						if (apos<1||dotpos-apos<2){
							alert('Not A Valid Email Address!');
							return false;
						}
					});
			},
			
			hideCatOnProducts : function(){
				if (document.location.href.indexOf("_catalog_77034") != -1){					
					$(".catalogueTable").hide();
					
				}

			},
			
			largeProductView : function(){
				if (document.location.href.indexOf("_product_") != -1){					
					$(".primary-tc").hide(); // hide left col on large product view
					$(".wrapper-a").parent().removeClass("secondary-tc"); 
					$(".wrapper-a").css("margin-top","-19px"); // move up content
					//$(".wrapper-a").css("background","url(/images/bg-7.png) 100% 10% no-repeat"); // lose tranny bg
					$(".wrapper-a").css("background","none");
					var h2Html = $("#breadCrumbs").text(); // snag catalog for <h2>
					$(".header-d").html(h2Html); // place in H2
					
				}

			},
			
			quickActiveNav : function(){
				$("#nav .selected a:first").css("color","#000").css("text-shadow","none");
			},
			
			cart : function(){
			
				$("#SameAsShipping").bind("change", function(e){
						
						if($(this).checked){
							// unchecked
						}else{
							// checked
						
							$("#BillingAddress").val($("#ShippingAddress").val());
							$("#BillingCity").val($("#ShippingCity").val());
							$("#BillingState").val($("#ShippingState").val());
							$("#BillingZip").val($("#ShippingZip").val());
							$("#ShippingWorkPhone").val($("#WorkPhone").val());
							
							
						} 
					});	

			
			},
			
			addClassCheckout : function(){
					$(".actions .last a").addClass("link-c cf");
					$("#catshopclear").addClass("link-b");
			},
			
			featuredProduct : function(){

				// the system is creating useless <li> elements.  trim the fat.
				$(".productfeaturelist li:nth-child(1)").hide();
				$(".productfeaturelist li:nth-child(3)").hide();
				$(".productfeaturelist li:nth-child(5)").hide();
				// pinch width of product small view
				$(".productList ul li").css("width","192px"); 
				
				// width of cat prods is different than home page featured section.
				if(document.location.href.indexOf("_catalog_") != -1){
					$(".productList ul li").css("width","242px");
				}
				
				if(document.location.href.indexOf("_product_") != -1){
					$(".productList ul li").css("width","242px");
				}
			},
			
			downloads : function(){
				
				$("#downloadz .video a").each(function(){
					$(this).addClass("mb");
					$(this).attr("rel","width:640,height:500");
				});
				
				$(".pdf").find("h3").each(function(){
					$(".fileLink").attr("target","_blank");
					
				});
				
			},
			
			
			ecomPageTitle : function(){
				if (document.location.href.indexOf("_product_") != -1 || document.location.href.indexOf("_catalog_") != -1){	
				var breadCrumb = $("#breadCrumbs").text();
				$(".header-d").html(breadCrumb);
				}
				
			},
			
			isLoggedIn : function(){
			
				if($("#isLoggedIn").text() == 1){
					$(".member-login").html("<a href='/my-account'>My Account</a>");
				}
			
			},
			changeId : function(bcNav,realNav){
					$('#' + bcNav).attr("id",realNav);
			},
			
			activeSubNav : function(){
				
				if (document.location.href.indexOf("_catalog_77945") != -1){					
					$(".list-b .books a").css("background-position","-213px 0");
					
				}
				
				if (document.location.href.indexOf("_catalog_77942") != -1){					
					$(".list-b .video a").css("background-position","-213px -78px");
					
				}
				
				if (document.location.href.indexOf("_catalog_78162") != -1){					
					$(".list-b .clinics a").css("background-position","-213px -156px");
					
				}
			
			}

			
			
		},
		ui : {
			sliderInit : function(){
				//$('.slider-1').sfSlider({ display: 1, width: 935, slider : '.wrap ul', items : '.wrap ul li' })
				$('.slider-2').sfSlider({ display: 1, width: 318, slider : '.wrap ul', items : '.wrap ul li' })
			},
			equalHeightsInit : function () {
				$('.productList .desc').equalHeights();
			}
		}
	};

	Engine.utils.links();
	Engine.utils.mails();
	Engine.utils.compactLabels();
	Engine.ui.sliderInit();
	
	Engine.tweaks.cart();
	Engine.tweaks.cartBox();
	Engine.tweaks.latestBlogPost();
	Engine.tweaks.addClassCommentLast();
	Engine.tweaks.newsletterCheck();
	Engine.tweaks.hideCatOnProducts();
	Engine.tweaks.addClassCheckout();
	Engine.tweaks.largeProductView();
	Engine.tweaks.quickActiveNav();
	Engine.tweaks.featuredProduct();
	Engine.tweaks.downloads();
	Engine.tweaks.ecomPageTitle();
	Engine.tweaks.isLoggedIn();
	Engine.tweaks.changeId("nav_727209","memberNav");
	Engine.tweaks.activeSubNav();
	
	Engine.ui.equalHeightsInit();
	
});