function initCufon() {
	Cufon.replace('#main .column h2', { fontFamily: 'TradeGothicLTS', hover: true });
	Cufon.replace('#main .column span.info', { fontFamily: 'TradeGothicLTS', hover: true });

	Cufon.replace('#main .column .list li a', { fontFamily: 'TradeGothicLTS', hover:false });
	Cufon.replace('#main .column .link', { fontFamily: 'TradeGothicLTS', hover:true });
	Cufon.replace('#main .image-holder .box .title', { fontFamily: 'TradeGothicBd', hover:true });
	Cufon.replace('#main .box .link', { fontFamily: 'TradeGothicLTS', hover:true });
	Cufon.replace('#.section h3', { fontFamily: 'TradeGothicLTS', hover:true });
	Cufon.replace('.news-box h2', { fontFamily: 'TradeGothicLTS', hover:true });
	Cufon.replace('.news-box h3', { fontFamily: 'TradeGothicLTS', hover:true });
	Cufon.replace('.news-box .datum', { fontFamily: 'TradeGothicLTS', hover:true });
}

$(document).ready(function(){
	initCufon();
});


