function ScriviPoll(){
document.writeln('<p><span class="testonormale"><b>Giudichi la manovra economica del Governo: </b></span></p>');
document.writeln('<form name="vote" method="get" action="Intranet/sondaggi/inc_voting.asp">');
document.writeln('<INPUT type="hidden" name="QUEST_ID" value="103">'); 
document.writeln('<INPUT type="hidden" name="QUEST_DATED" value="07/06/2010">');
document.writeln('<input type="radio" class="form" name="ANS_ID" value="140" checked>');
document.writeln('bene <br>');
document.writeln('<input type="radio" class="form" name="ANS_ID" value="141" checked>');
document.writeln('male <br>');
document.writeln('<input type="radio" class="form" name="ANS_ID" value="142" checked>');
document.writeln('si poteva fare meglio <br>');
document.writeln('<br>');
document.writeln('<input type="submit" name="VOTE" value="Vota" class="TestoForm">');
document.writeln('<br>');
document.writeln('</form>');
}
