function initCufon() {
	Cufon.replace('.header-text', { fontFamily: 'NeoSans' });

}

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