function ok(){
	document.myform.thisurl.value=location.href;
	document.target='_self';
	setVoted('50');
	//myform.submit();
}

function getVoted(name) {
	if (document.cookie.length > 0) {
		var start = document.cookie.indexOf(name + '=');
		var len = start + name.length + 1;
		if ((!start) && (name != document.cookie.substring(0, name.length))) return false;
		if (start == -1) return false;
		var end = document.cookie.indexOf(';', len);
		if (end == -1) end = document.cookie.length;
		return unescape(document.cookie.substring(len, end));
	}
	return false;
}

function setVoted (name) {
	document.cookie = name + "=1; path=/;";
}

if (getVoted('50')) {
	document.write('<a name=\"poll\"></a><h2>Sondage</h2><form action="" method="post"><h3>Quels sont les clubs fran&ccedil;ais qui vont se qualifier pour les 8&egrave;mes de finale de la Champion\'s League?</h3><ul><li class="pourcent"><strong>4%</strong>Marseille-Lyon-Auxerre<span style="width:4%"/></span></li><li class="pourcent"><strong>39%</strong>Marseille-Lyon<span style="width:39%"/></span></li><li class="pourcent"><strong>3%</strong>Marseille-Auxerre<span style="width:3%"/></span></li><li class="pourcent"><strong>2%</strong>Lyon-Auxerre<span style="width:2%"/></span></li><li class="pourcent"><strong>4%</strong>Marseille<span style="width:4%"/></span></li><li class="pourcent"><strong>41%</strong>Lyon<span style="width:41%"/></span></li><li class="pourcent"><strong>2%</strong>Auxerre<span style="width:2%"/></span></li><li class="pourcent"><strong>6%</strong>Aucun<span style="width:6%"/></span></li></ul></form><p style="text-align:center; margin-top:5px;"><b>542 votes</p>');
}
else {
	document.write('<h2>Sondage</h2><form method="post" action="/poll/vote/writepoll_new.php?Q_ID=50" name="myform" onsubmit="ok();"><h3>Quels sont les clubs fran&ccedil;ais qui vont se qualifier pour les 8&egrave;mes de finale de la Champion\'s League?</h3><ul><li class="check"><input name="R_ID" type="radio" value="168" id="q0"/><label for="q0">Marseille-Lyon-Auxerre</label></li><li class="check"><input name="R_ID" type="radio" value="169" id="q1"/><label for="q1">Marseille-Lyon</label></li><li class="check"><input name="R_ID" type="radio" value="170" id="q2"/><label for="q2">Marseille-Auxerre</label></li><li class="check"><input name="R_ID" type="radio" value="171" id="q3"/><label for="q3">Lyon-Auxerre</label></li><li class="check"><input name="R_ID" type="radio" value="172" id="q4"/><label for="q4">Marseille</label></li><li class="check"><input name="R_ID" type="radio" value="173" id="q5"/><label for="q5">Lyon</label></li><li class="check"><input name="R_ID" type="radio" value="174" id="q6"/><label for="q6">Auxerre</label></li><li class="check"><input name="R_ID" type="radio" value="175" id="q7"/><label for="q7">Aucun</label></li><li><input type="hidden" name="thisurl" value=""><input type="hidden" name="cmd" value="vote"><input class="fr" type="submit" value="Votez"></li></ul></form>');
}

