function change_site()
{
	var site = document.getElementById('choixequipe').selectedIndex;
	window.location.href = document.getElementById('choixequipe').options[site].value;
}