	function panResize (){
		var max_height = $("#content").height()-26;
		$("#mc1").height(max_height);
		$("#mc2").height(max_height);
		
		var tcblockh1 = $("#twocols").height();
		$("#tcb_2").height(tcblockh1);
		$("#tcb_22").height(tcblockh1);
		
		var tcblockh2 = $("#twocols2").height();
		$("#tcb2_2").height(tcblockh2);
		$("#tcb2_22").height(tcblockh2);
	}
	
	$(function () {
		
		panResize();
		
		$(".postarea .divider:last").css({"display":"none"});
		$("#featuredArticles .block:last").css({"border-right-width":"0px"});
		$("ul.catListing2 li:first").css({"border-top-width":"0px"});
		
	});
