function showNews(){
	document.getElementById("news").style.display = "block";
}