function initCufon() {
	Cufon.replace('#nav', { fontFamily: 'Gotham Rounded Book', hover:'true'});
	Cufon.replace('.community_content h1' , { fontFamily: 'Gotham Rounded Book'});
	Cufon.replace('.available' , { fontFamily: 'Gotham Rounded Book'});
	Cufon.replace('h2' , { fontFamily: 'Gotham Rounded Book'});
	Cufon.replace('.contact_button' , { fontFamily: 'Gotham Rounded Book', hover:'true'});
	Cufon.replace('h1.success' , { fontFamily: 'Gotham Rounded Book', hover:'true'});
}

$(document).ready(function(){
	initCufon();
});
