$(window).load(function(){
	h=$('#main').outerHeight()-50;
	$("#news").css({"height":h});
	$("#newsmain").css({"height":h-30,"overflow-y":"auto","overflow-x":"hidden"});
});

