function initCufon() {
	Cufon.replace('#content h1, #content h2, #content h3,.button, .nav a', { fontFamily: 'Century Gothic Bold', hover: true });
}

$(document).ready(function(){
	initCufon();
});
