
document.write(
'<form		name="planete_micro_sondage_form"'+
'			action="/micro-sondage/vote.php?planete_sondage=1860"'+
'			methoD="post">'+
''+
' <p>'+
'  <strong>'+
'   <font	face="Arial">'+
'    Aimeriez-vous avoir un site à la facebook mais local pour votre ville ou il y aurait uniquement les gens de votre régions sur le site ?'+
'   </font>'+
'  </strong>'+
' </p>'+
''+
' <p>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="1"'+
'			checked>Oui car je n\'aime pas facebook<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="2"'+
'			>Oui mais je continurais avec facebook aussi<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="3"'+
'			>Peut-être<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="4"'+
'			>Non je vois pas l\'utilité<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="5"'+
'			>Bof<br>'+
' </p>'+
''+
' <input		type="submit"'+
'			name="planete_action"'+
'			value="Voter">'+
'</form>');

