function sortNewsIndex() {
	categoryValue = document.getElementById("sortCategory").value;
	yearValue = document.getElementById("sortYear").value;
	location.href = "index.php?module=news&action=index&cmd=pageSort&sortCategory="+categoryValue+"&sortYear="+yearValue;
}
