
function noticias_showform()
{
	document.getElementById('noticias-form').style.display	= 'block';
}