function initCufon(){
	Cufon.replace('.other-big-box h1', { fontFamily: 'CentennialLT'});
	Cufon.replace('.box-big .column1 h2', { fontFamily: 'CentennialLT'});
	Cufon.replace('.other-big-box h2', { fontFamily: 'CentennialLT'});
	Cufon.replace('.box4 h2', { fontFamily: 'CentennialLT'});
	Cufon.replace('.box4 h1', { fontFamily: 'CentennialLT'});
}
$(document).ready(function(){
	initCufon();
});


