$(function() {
	// Ajax load of editable footer features
	$('.loading_box').fadeIn( function(){
		$("#footer_max").load("index.html #footer_max_wrap", function(){
			$('.loading_box').fadeOut();
			Cufon.replace('.feature_content h3');
			
		});
	});
});