function initCufon() {
	Cufon.replace('#footer h2', { fontFamily: 'Century Gothic'});
	Cufon.replace('#content h2', { fontFamily: 'Century Gothic'});
	Cufon.replace('#content h3', { fontFamily: 'Century Gothic'});
	Cufon.replace('#content h4', { fontFamily: 'Century Gothic'});
	Cufon.replace('.aside h2', { fontFamily: 'Century Gothic b'});
	Cufon.replace('.aside h2 span', { fontFamily: 'Century Gothic'});
	Cufon.replace('.news>.box>h3>a', { fontFamily: 'Century Gothic', hover:true});
	
}
$(document).ready(function(){
	initCufon();
});
