Cufon.replace('h2', {
			  fontWeight: 600
			  });
Cufon.replace('#intro h1', {
			  fontWeight: 600,
			  textShadow: '0 1px rgba(0,0,0,0.8)'			  
			  });
Cufon.replace('#twitter #section h1', {
			  fontWeight: 600,
			  textShadow: '0 1px rgba(0,0,0,0.8)'			  
			  });
Cufon.replace('#plans #section h1', {
			  fontWeight: 600,
			  textShadow: '0 1px rgba(0,0,0,0.8)'
			  });
Cufon.replace('#intro h3', {
			  fontWeight: 600,
			  textShadow: '0 1px rgba(0,0,0,0.8)'			  
			  });
Cufon.replace('#section h2', {
			  fontWeight: 600,
			  textShadow: '0 1px rgba(0,0,0,0.8)'			  
			  });
Cufon.replace('.heading h3', {		  
			  fontWeight: 600,
			  textShadow: '0 1px rgba(255,255,255,1)'
			  });
Cufon.replace('#promo h3', {
			  fontWeight: 600
			  });
Cufon.replace('#plan-faq h4', {
              fontWeight: 600
              });
Cufon.replace('#news h3', {
			  fontWeight: 600
			  });
Cufon.replace('#nav-main a', {
			  fontWeight: 600,
			  forceHitArea: true,
			  textShadow: '0 1px rgba(255,255,255,1)'
			  });
Cufon.replace('#guide #nav-main-guide a', {
			  fontWeight: 600,
			  textShadow: '0 1px rgba(0,0,0,0.6)'
			  });
Cufon.replace('#recordings #nav-main-recordings a', {
			  fontWeight: 600,
			  textShadow: '0 1px rgba(0,0,0,0.6)'
			  });
Cufon.replace('.ui-button.large', {
			  fontWeight: 600,
			  forceHitArea: true,
			  textShadow: '0 1px rgba(0,0,0,0.5)'			  
			  });
