$(document).ready(function(){

	// SAME COLUMN SIZE
	
	//var highestCol = Math.max($('.col1').height(),$('.col2').height(),$('.col3').height());
	//$('.col1, .col2, .col3').height(highestCol);
	

});
