function initCufon() {
	Cufon.replace('#.heading h3, .sideholder .title h3', { fontFamily: 'gentium', hover: true });
	Cufon.replace('#carousel h3', { fontFamily: 'gentium', hover: true, textShadow: '#000 0px 0px, #000 1px 1px' })
	Cufon.replace('.heading h3 em, .three-columns .another-txt, #gallery h2, #gallery h3,.text-block h2, .text-block .title, .onebox .box h3, .twoboxes .box h3, #contact-map h1, #zaal-opstelling h1', { fontFamily: 'gentium-italic', hover: true });
	Cufon.replace('#carousel h2', {fontFamily: 'gentium-italic', hover: true, textShadow: '#000 0px 0px, #000 1px 1px' })
	Cufon.replace('.button', {fontFamily: 'franklin-bold', hover: true, textShadow: '#5c0303 1px 1px, #5c0303 1px 1px' })
}

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