
function Abrenews(id)
{
	document.location.href='noticias.asp?id='+id; 
};


