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, .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 });
}

$(document).ready(function(){
	initCufon();
});
