
document.write(
'<form		name="planete_micro_sondage_form"'+
'			action="/micro-sondage/vote.php?planete_sondage=1819"'+
'			methoD="post">'+
''+
' <p>'+
'  <strong>'+
'   <font	face="Arial">'+
'    Votre boisson forte préférée?'+
'   </font>'+
'  </strong>'+
' </p>'+
''+
' <p>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="1"'+
'			checked>Aucune<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="2"'+
'			>Rye<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="3"'+
'			>Sotch<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="4"'+
'			>Vodka<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="5"'+
'			>Rhum<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="6"'+
'			>Gin<br>'+
' </p>'+
''+
' <input		type="submit"'+
'			name="planete_action"'+
'			value="Voter">'+
'</form>');
