$(document).ready(function() {
	
	var max = 0;
		// 
		// $("div.col p").each(function(el){
		// 	if($(this).height() > max) max = $(this).height();
		// });	
		// 
		// $('div.col p').height(max);
		// 
});
