
document.write(
'<form		name="planete_floride_sondage_form"'+
'			action="/floride/sondage/vote.php?planete_sondage=319"'+
'			methoD="post">'+
''+
' <p>'+
'  <strong>'+
'   <font	face="Arial">'+
'    La hausse du prix de l\'essence vous force-t-elle ŕ revoir vos plans pour vos vacances d\'été?<br>'+
'   </font>'+
'  </strong>'+
' </p>'+
''+
' <p>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="1"'+
'			checked>Oui<br>'+
'  <input	name="planete_choice"'+
'			type="radio"'+
'			value="2"'+
'			>Non<br>'+
' </p>'+
''+
' <input		type="submit"'+
'			name="planete_action"'+
'			value="Voter">'+
'</form>');

