var timerfunction getRidOfIt (id){	if (document.getElementById){		timer = setTimeout("document.getElementById('current_news').style.display='none'", 250);	}}function showIt(id){	if (document.getElementById){	document.getElementById('current_news').style.display='block';	}}
