function changeSport(p) {
	var c_sport = document.getElementById('c_sport');
	
	if(c_sport.value == 'x')
		window.location = './index.php';
	else
		window.location = p+'&c_sport='+c_sport.value;
}