function initCufon() {
	Cufon.replace('.header ul a', { fontFamily: 'AmerType Md BT', hover: true });
	Cufon.replace('.content p', { fontFamily: 'AmerType Md BT', hover: true });
	Cufon.replace('.buttom span ', { fontFamily: 'AmerType Md BT', hover: true });
	Cufon.replace('.footer ', { fontFamily: 'AmerType Md BT', hover: true });
	Cufon.replace('.content h1  ', { fontFamily: 'AmerType Md BT', hover: true });
	Cufon.replace('.home-button', { fontFamily: 'AmerType Md BT', hover: true });
	Cufon.replace('.content .text', { fontFamily: 'AmerType Md BT', hover: true });
	Cufon.replace('.info', { fontFamily: 'AmerType Md BT', hover: true });


} 

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