function voter(etape, frm, course, annee, lang) {
	var x = readCookie(course+etape);
	if (!x) {
		createCookie(course+etape,'true');
	}
	if (frm.elements[1].checked) {
		rep=1;
	}
	else if (frm.elements[2].checked) {
		rep=2;
	}
	else if (frm.elements[3].checked) {
		rep=3;
	}
	else if (frm.elements[4].checked) {
		rep=4;
	}
	else if (frm.elements[5].checked) {
		rep=5;
	}
	//alert('http://www.aso.fr/spip/sondage/hit.php?rep='+rep+'&course='+course+'&annee='+annee+'&etape='+etape+'&lang='+lang+'&urlRetour=blocSondageConfirm.html');
	//makeRequest('http://www.aso.fr/spip/sondage/hit.php?rep='+rep+'&course='+course+'&annee='+annee+'&etape='+etape+'&lang='+lang+'&urlRetour=blocSondageConfirm.html', 'sondageDyn', 'HTML', true, true);
	//makeRequest('blocSondageConfirm.html', 'sondageDyn', 'HTML', true, true);
	//alert("http://www.aso.fr/sondage/hit.php?rep="+rep+"&course="+course+"&annee="+annee+"&etape="+etape+"&lang="+lang+"&urlRetour=blocSondageConfirm");
	self.location="http://www.aso.fr/sondage/hit.php?rep="+rep+"&course="+course+"&annee="+annee+"&etape="+etape+"&lang="+lang+"&urlRetour=blocSondageConfirm";
	return false;
}
