	Cufon.replace('h1', { fontFamily: 'Gotham Book' });
	
	Cufon.replace('h2', {
		hover:true, // allows for normal link behavior
		fontFamily: 'Gotham Book' 
	});
	
	Cufon.replace('h3', {
		hover:true, // allows for normal link behavior
		fontFamily: 'Gotham Medium' 
	});
	
	Cufon.replace('.news.landing .summaryList h4', { fontFamily: 'Gotham Medium' });
