$(function() {
	$('.container').each(function(){
		$(this).find('.col1 a, .col2 a, .col3 a').flatHeights();
	});
});
