function initCufon() {
	Cufon.replace('#nav a', { fontFamily: 'GothamMed', hover: true });
	Cufon.replace('#content h2 a', { fontFamily: 'GothamMed', hover:true});
	Cufon.replace('#content h2', { fontFamily: 'GothamMed'});
	Cufon.replace('.heading-date', { fontFamily: 'GothamMed'});
	Cufon.replace('.social-list-holder span', { fontFamily: 'GothamMed'});
	Cufon.replace('#sidebar h3', { fontFamily: 'GothamMed'});
	Cufon.replace('.box-ad-list h4', { fontFamily: 'GothamMed'});
}

$(initCufon);
