
document.write(
'<form		name="planete_micro_sondage_form"'+
'			action="/micro-sondage/vote.php?planete_sondage=1790"'+
'			methoD="post">'+
''+
' <p>'+
'  <strong>'+
'   <font	face="Arial">'+
'    «Lundi sans viande». Les Québécois sont invités à bannir la viande tous les lundis pour améliorer leur santé et sauver la planète. Participerez-vous à cette campagne ? Répondez à notre sondage ici.<br>'+
'   </font>'+
'  </strong>'+
' </p>'+
''+
' <p>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="1"'+
'			checked>Bof<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="2"'+
'			>Oui<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="3"'+
'			>Non<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="4"'+
'			>Catholique vieille génération, pas de viande le vendredi<br>'+
' </p>'+
''+
' <input		type="submit"'+
'			name="planete_action"'+
'			value="Voter">'+
'</form>');
