function initCufon() {
	Cufon.replace('.nav-box ul li a', { fontFamily: 'Chinacat', hover: true });
	Cufon.replace('#sidebar .box h3, .content-text h3, .text-box h3, .welkom h1, #holder h2, .comments-box h3', { fontFamily: 'Chinacat' });
}

$(document).ready(function(){
	initCufon();
});