function initCufon() {
	Cufon.replace('#nav em, .content-box .loading, .navbar span, #sidebar h2', { fontFamily: 'century', hover: true });
   Cufon.replace('.block-wrapper h1', { fontFamily: 'century' } );
   Cufon.replace('.content-box h1', { fontFamily: 'century', textShadow: '1px 1px rgba(0, 0, 0, 0.2)' } );
   Cufon.replace('.box-wrapper span', {fontFamily: 'century', textShadow: '1px 1px rgba(0, 0, 0, 1)' } );
}


