function changeQuestion(url, category) {
	if (category != "0") {
		window.location.href = url + "?category=" + category;
	}
}
