function initCufon() {
	Cufon.replace('.box h3', { fontFamily: 'HelveticaNeueConBold'});
}

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