
function showNew(newsId) {
	$("div.news").hide();
	$("#"+newsId).show();
}


