function reloadPage() {
	var available = "A";
	var comboNews = document.selectDocument.selectNews.options[document.selectDocument.selectNews.selectedIndex].value;
	if(document.selectDocument.available)
		available = document.selectDocument.available.options[document.selectDocument.available.selectedIndex].value;
	location="news.php?news=" + comboNews+ "&available=" + available;
}
