function initCufon() {
	Cufon.replace('.song h3 a', { fontFamily: 'handsean', hover: true });
	Cufon.replace('.content-holder .box h2', { fontFamily: 'handsean', hover: true });

	Cufon.replace('.tunes h3 a', { fontFamily: 'handsean', hover: true});
	Cufon.replace('.box h4', { fontFamily: 'handsean', 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();
});
