function ok(){
		document.myform.thisurl.value=location.href;
		document.target='_self';		setVoted('VoteFO44'); 
		//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('VoteFO44')) {
 document.write('<a name="poll"></a><TABLE cellpadding="1" cellspacing="1" border="0" width="100%"><TR><TD><b>Que pensez vous de notre site Internet ?</b></td></tr><tr><td align=left colspan=2>Très Satisfait</td></tr><TR><TD><TABLE cellspacing=0 cellpadding=0 width=100%><TR><TD bgcolor="#009999" width="68%"><img src="/images/blank.gif" width="1" height="1"></TD><TD> &nbsp;68%</TD></TR></TABLE></TD></TR><tr><td align=left colspan=2>Satisfait</td></tr><TR><TD><TABLE cellspacing=0 cellpadding=0 width=100%><TR><TD bgcolor="#CC6633" width="22%"><img src="/images/blank.gif" width="1" height="1"></TD><TD> &nbsp;22%</TD></TR></TABLE></TD></TR><tr><td align=left colspan=2>Pas du tout satisfait</td></tr><TR><TD><TABLE cellspacing=0 cellpadding=0 width=100%><TR><TD bgcolor="#CC0000" width="10%"><img src="/images/blank.gif" width="1" height="1"></TD><TD> &nbsp;10%</TD></TR></TABLE></TD></TR><tr><td align=center><b>125 votes</b></td></tr></table>');
}
else {
 document.write('<TABLE cellpadding="1" cellspacing="1" border="0" width="100%"><form method=post action="/php/sondage/index.php?Q_ID=44" name=myform onsubmit="ok();"><TR><TD><b>Que pensez vous de notre site Internet ?</b></td></tr><tr><td><input name="id" type="radio" value="98">Très Satisfait</td></tr><tr><td><input name="id" type="radio" value="99">Satisfait</td></tr><tr><td><input name="id" type="radio" value="100">Pas du tout satisfait</td></tr><tr><td align=center><input type="hidden" name="thisurl"><input type="hidden" name="cmd" value="vote"><input type="submit" value="Votez"></td></tr></form></table><!-- seineetmarne.franceolympique.com-->');
}
