$(function() {	 	
	$('.colContainer3').masonry();
	
	$('#recentComments').hide();
	if($('.colContainer3').height() > 750){
		$('#recentComments').show();
	}
});
