function readNews(newsURL) {
	var intNewsId = newsURL.substr(newsURL.indexOf('content_id=') + 11);
	
	document.location = "/noticias.jsp?content_id=" + intNewsId;
}