function initCufon() {
	Cufon.replace('.slogan', { fontFamily: 'Century Gothic'});
	Cufon.replace('.content-text h1', { fontFamily: 'Century Gothic' });

	Cufon.replace('#sidebar ul li a', { fontFamily: 'Century Gothic', hover: true});
	
	Cufon.replace('span.pathway', { fontFamily: 'Century Gothic', color: '#ffffff'});
	Cufon.replace('a.pathway', { fontFamily: 'Century Gothic', color: '#ffffff', hover: true});
}

$(document).ready(function(){
	initCufon();
});
