document.write('<div id="votito_20">');
document.write('<div id="votito_20_question">');
document.write('<form id="form_20" target="_blank" absolute="true" method="post" action="/votes/embedSubmit">');
document.write('<input type="hidden" name="vote_id" id="vote_id" value="20" />');


document.write('<input type="hidden" name="question_id" id="question_id" value="17" />');

document.write('<p><strong>Quel est à votre avis le plus beau but de la 34ème journée de Ligue 1 ?</strong></p>');

	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_39" value="39" /> Mansaré (Toulouse)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_40" value="40" /> Pegguy Luyindula (PSG)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_41" value="41" /> Jérôme Rothen (PSG)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_42" value="42" /> Koller (Monaco)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_43" value="43" /> Haddad (Valenciennes)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_44" value="44" /> Chelle (Valenciennes)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_45" value="45" /> Malouda (Lyon)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_46" value="46" /> Utaka (Rennes)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_47" value="47" /> Briand (Rennes)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_48" value="48" /> Barbosa (Troyes)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_54" value="54" /> Ribéry (Marseille)</label>');
	document.write('<br />');
	document.write('<label><input type="checkbox" name="choice_20[]" id="choice_20_55" value="55" /> Nasri (Marseille)</label>');
	document.write('<br />');

document.write('<input type="button" onclick="doVote_20()" value="Voter">');
document.write('</form>');

document.write('<p><a href="http://www.votito.com/resultat/le-but-de-la-34eme-journee">Voir les résultats</a></p>');

document.write('</div>');
document.write('<div id="votito_20_answer">');
document.write('</div>');
document.write('</div>');

function doVote_20() {
  var oScript = document.createElement("script");
  var o = document.getElementsByName("choice_20[]");
  var params = "";
  for ( i=0; i < o.length;i++) {
        if ( o[i].checked ) {
      if ( params == "" ) params = escape("choice[]") + "=" + o[i].value;
      else params = params + "&" + escape("choice[]") + "=" + o[i].value;
    }
      }
  oScript.src = "http://www.votito.com/publish/voted/vote_id/20/question_id/17.html?"+params;
  document.body.appendChild(oScript);
}
