function initCufon() {
	if(!$('body').hasClass('add_interactivity_on')) { 
		Cufon.replace('.nav1 .active a', { fontFamily: 'gotham-bold'});
		Cufon.replace('.nav1 a', { fontFamily: 'gotham-book', hover: true });
		Cufon.replace('.nav1 .active a', { fontFamily: 'gotham-bold'});
		Cufon.replace('.nav .active a', { fontFamily: 'gotham-bold', hover: true });
		Cufon.replace('.nav a', { fontFamily: 'gotham-book', hover: true });
		Cufon.replace('.nav .active a', { fontFamily: 'gotham-bold' });
		Cufon.replace('.content h1', { fontFamily: 'gotham-book' });
		Cufon.replace('.content h2', { fontFamily: 'gotham-book' });
		Cufon.replace('.pager ul a', { fontFamily: 'gotham-book', hover: true });
		Cufon.replace('.gallery .over em', { fontFamily: 'gotham-book', hover: true });
		Cufon.replace('.links a', { fontFamily: 'gotham-book', hover: true });
	}
}


