jQuery(window).load(function() {
	var max_height = Math.max($(".left-sidebar-area").height(),$(".middle_content").height(),$(".right-sidebar-area").height(),$(".inner_content").height())+30;
	$(".right-sidebar-area").css("height",max_height); 
	$(".left-sidebar-area").css("height",max_height);
});
