function showNews(id)
{
	window.location = "news-" + id + ".html";
}
