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

