function initCufon() {
	//Cufon.replace('#nav ul a', { fontFamily: 'EurostileLTStd', hover:true });
	Cufon.replace('.menu a', { fontFamily: 'EurostileLTStd-Demi', hover:true });
	Cufon.replace('.heading strong', { fontFamily: 'EurostileLTStd-Demi', hover:true });
	Cufon.replace('.image-box .title h2 a', { fontFamily: 'EurostileLTStd'});
	Cufon.replace('.image-box-small .title h2 a', { fontFamily: 'EurostileLTStd'});
	Cufon.replace('.image-box-small strong', { fontFamily: 'EurostileLTStd'});
	Cufon.replace('.aside h3', { fontFamily: 'EurostileLTStd-Demi'});
	//Cufon.replace('.news .more', { fontFamily: 'EurostileLTStd', hover:true });
	//Cufon.replace('.aside .other a', { fontFamily: 'EurostileLTStd', hover:true });
}

$(document).ready(function(){
	initCufon();
});
