function initCufon() {
	Cufon.set('fontFamily', 'FuturaB');
	Cufon.replace('ul.gigs .visual, .time-table h1, .showbox .visual, .linkbox a, .sidebox .title, .sidebox h4, #content h2, .loading, .alt7-page .t .footer-holder .heading, .album-carousel h2, .album-carousel h3, .music-box .info h2, .music-box .info h3, .album-box h2, .band-box h2');
	Cufon.replace('.tags .link', {hover: true});
	Cufon.replace('.ad-box .title', {hover: true});
}

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