function initCufon() {
	Cufon.replace('#content .news h2', { fontFamily: 'bell_gotic', hover: true });
	Cufon.replace('#footer .box h4', { fontFamily: 'bell_gotic', hover: true });
	Cufon.replace('.content-info h3', { fontFamily: 'bell_gotic', hover: true });
	Cufon.replace('#sidebar h2', { fontFamily: 'bell_gotic', hover: true });
	Cufon.replace('.extra-wrapper .block h3', { fontFamily: 'bell_gotic', hover: true });
	Cufon.replace('.inner #content h2', { fontFamily: 'bell_gotic', hover: true });
	Cufon.replace('#main .intro .white-box strong', { fontFamily: 'calisto-bi', hover: true });
}

$(document).ready(function(){
	initCufon();
});
