function show_news_in(value) {
	year = value.value;
	window.location = 'last_news.php?year='+year;
}
