function changeSeason() {
	var seriesDropdown = document.getElementById('seriesDropdown');
	document.location=seriesDropdown.options[seriesDropdown.selectedIndex].value;
}
function changeCountry() {
	var footerJump = document.getElementById('footerJump');
	document.location=footerJump.options[footerJump.selectedIndex].value;
}
