<!--    jQuery Page Load Actions   -->

$(document).ready(function() {

	var highestCol = Math.max($('#lh-col').height(),$('#c-col').height(),$('#rh-col').height());
	$('.high').height(highestCol);

});