jQuery(function() {
	jQuery('#footer .sec-links ul li:last').addClass('legal');
	
	jQuery('#left-col div.block img').parents('div.block').addClass('block-img');
	
	jQuery('#left-col div.block img').each(function() {
		jQuery(this).after('<span>'+ jQuery(this).parents('div.block').find('h3').hide().html() +'</span>');
	});
});
