function initCufon() {
	Cufon.replace('.runways h3, .obsessions h3, .video-box h3 , .list h3, .shows h3', { fontFamily: 'didot-bold' });
	Cufon.replace('#content .top-heading h1, .slide-box .txt-holder h3, .slide-box .txt-holder-mobile h3, .product-list h3,.some-box .heading h3, .some-box .heading-box h3, .booking-head h2, .booking-head h3', { fontFamily: 'helveticaneue' });
	Cufon.replace('.posts .post h2', { fontFamily: 'helveticaneue', hover: true });
	Cufon.replace('.some-box .sw50 h3, .some-box .swgc h3, .some-box .swgc-nsw h3, .some-box .sw50-nsw h3, .some-box .sw50 .dates, .some-box .zip-search h3', { fontFamily: 'Helvetica65-Medium' });
}

$(document).ready(function(){
	initCufon();
});
