function initCufon() {
	Cufon.replace('.header .box p', { textShadow: '#175612 1px 1px', fontFamily: 'Knockout-HTF29-JuniorLiteweight'});
	Cufon.replace('.heading h3', { fontFamily: 'Knockout-HTF29-JuniorLiteweight'});
	Cufon.replace('.visual h2', { fontFamily: 'Knockout-HTF29-JuniorLiteweight'});
	Cufon.replace('.head h3', { fontFamily: 'Knockout-HTF29-JuniorLiteweight'});
	Cufon.replace('.visual .btn', { fontFamily: 'Knockout-HTF30-JuniorWelterwt', hover:true});
	Cufon.replace('.column .btn', { fontFamily: 'Knockout-HTF30-JuniorWelterwt', hover:true});
	Cufon.replace('.head h3', { textShadow: '#003378 1px 1px, #00488d 2px 2px', fontFamily: 'Knockout-HTF29-JuniorLiteweight'});
	Cufon.replace('.head-2 h3', { textShadow: '#003378 1px 1px, #00488d 2px 2px', fontFamily: 'Knockout-HTF29-JuniorLiteweight'});
	Cufon.replace('.ttl h2 span', { textShadow: '#003378 1px 1px, #00488d 2px 2px', fontFamily: 'Knockout-HTF29-JuniorLiteweight'});
	Cufon.replace('.contact-box span', { fontFamily: 'Knockout-HTF30-JuniorWelterwt'});
}

$(document).ready(function(){
	initCufon();
	
	$('#feed2').gFeed({ 
url: 'http://texascarpetrecycling.com/blog/feed/', 
title: '' ,
max: 3
}); 

	$('#feed1').gFeed({ 
url: 'http://texascarpetrecycling.com/blog/feed/', 
title: '' ,
max: 3
}); 

	
	
});


