function initCufon() {
	Cufon.replace('#header .phone span', { fontFamily: 'din', hover: true });
	Cufon.replace('#header .phone em', { fontFamily: 'din', hover: true });
	Cufon.replace('.info-box .title-holder h2', {textShadow: '#fff 1px 1px', fontFamily: 'din', hover: true });
	Cufon.replace('#footer .phone em', { fontFamily: 'din', hover: true });
	Cufon.replace('#header .phone strong', { fontFamily: 'din-med', hover: true });
	Cufon.replace('#nav a', {textShadow: '#fff 1px 1px', fontFamily: 'din-med', hover: true });
	Cufon.replace('.threecolumns .title-box h3', {textShadow: '#013a24 -1px -1px', fontFamily: 'din-med', hover: true });
	Cufon.replace('.slide-content p span', { fontFamily: 'din-med', hover: true });
	Cufon.replace('#footer .phone strong', { fontFamily: 'din-med', hover: true });
	Cufon.replace('.sub-nav a, .category-nav a', {textShadow: '#012b1b -1px -1px 0', fontFamily: 'din-med', hover: true});

	Cufon.replace('.effects-test .shadow', { textShadow: '#555 1px 1px, #000 2px 2px', fontFamily: 'Frutiger' });
}

$(document).ready(function(){
	initCufon();
});
