function initCufon() {
	Cufon.replace('.aside ul', { fontFamily: 'avant', hover: true });
	Cufon.replace('#content h1', { fontFamily: 'avant', hover: true });
	Cufon.replace('#content h2', { fontFamily: 'avant', hover: true });
	Cufon.replace('#content h3', { fontFamily: 'avant', hover: true });
	Cufon.replace('#sidebar .info-box h4', { fontFamily: 'avant', hover: true });
	Cufon.replace('#sidebar .tabset', { fontFamily: 'avant', hover: true });
	Cufon.replace('#sidebar .tab-content h5', { fontFamily: 'avant', hover: true });
	Cufon.replace('#sidebar .season-list h5', { fontFamily: 'avant', hover: true });
	Cufon.replace('.contact-image h5', { fontFamily: 'avant', hover: true });

	Cufon.replace('.effects-test .shadow', { textShadow: '#555 1px 1px, #000 2px 2px', fontFamily: 'Frutiger' });
	Cufon.replace('.effects-test .gradient', { color: '-linear-gradient(#aaa, 0.45=#888, 0.45=#555, #000)', fontFamily: 'Frutiger' });
}

$(document).ready(function(){
	initCufon();
});
