function initCufon() {
	Cufon.replace('#header .phone strong', { color: '-linear-gradient(#fff, 0.8=#dfdfdf, 0.2=#fff, #dfdfdf)',textShadow: '#0b5d39 1px 1px',fontFamily: 'ChunkFive' });
	Cufon.replace('#gallery .info strong', { textShadow: '#000 2px 2px',fontFamily: 'ChunkFive' });
	Cufon.replace('#gallery .info span', { textShadow: '#000 2px 2px',fontFamily: 'Myriad Pro' });
	Cufon.replace('#gallery .steps li', { fontFamily: 'Myriad Pro' });
	Cufon.replace('.boxes .pest-box .title h3', { fontFamily: 'OCR A Std' });
	Cufon.replace('.franchise-box ', { fontFamily: 'Myriad Pro' });
	Cufon.replace('.franchise-box .btn', {textShadow: '#d3ce25 2px 2px', fontFamily: 'Myriad Pro', hover: true });
	Cufon.replace('#content .page-title h2,#sidebar .pest-box h3', { fontFamily: 'OCR A Std' });
}

$(document).ready(function(){
	initCufon();
});
