function initCufon() {
	// Home
	Cufon.replace('.caption .holder .h2 a', { color: '-linear-gradient(#69cf66,#337a2f)', fontFamily: 'Gotham-Book' });
	// Collection Landing
	Cufon.replace('.col-area h1', { fontFamily: 'Gotham-Book' });
	// Generic Pages
	Cufon.replace('.heading h1', { fontFamily: 'Gotham-Book' });
	// Events Detail
	Cufon.replace('.fe-main h2', { color: '-linear-gradient(#ffed22,#d0b32b)', fontFamily: 'Gotham-Book' });
}
