document.write('<form action="php-poll-vote.php" method="post" style="margin:0px; padding:0px">');
document.write(' <input type="hidden" name="ac" value="vote" />');
document.write(' <input type="hidden" name="id" value="1" />');
document.write('  <table width="200px" border="0" cellspacing="0" cellpadding="2" bgcolor="#000000">');
document.write('    <tr>');
document.write('      <td colspan="2" align="Center" bgcolor="#CC0000" style="font-family:Arial; font-size:14px; color:#FFFFFF"><strong>What\'s your favorite cheerleading movie?</strong></td>');
document.write('      </tr>');
  document.write('    <tr>');
document.write('      <td width="15px"><input name="answer" type="radio" value="1"></td>');
document.write('      <td width="100%" align="Left" style="font-family:Arial; font-size:10px; color:#FFFFFF"><strong>Bring It On</strong></td>');
document.write('    </tr>');
  document.write('    <tr>');
document.write('      <td width="15px"><input name="answer" type="radio" value="2"></td>');
document.write('      <td width="100%" align="Left" style="font-family:Arial; font-size:10px; color:#FFFFFF"><strong>Sugar & Spice</strong></td>');
document.write('    </tr>');
  document.write('    <tr>');
document.write('      <td width="15px"><input name="answer" type="radio" value="3"></td>');
document.write('      <td width="100%" align="Left" style="font-family:Arial; font-size:10px; color:#FFFFFF"><strong>The Positively True Adventures of the Alleged Texas Cheerleader-Murdering Mom </strong></td>');
document.write('    </tr>');
  document.write('    <tr>');
document.write('      <td colspan="2" align="center" bgcolor="#CC0000"><input type="submit" name="Submit4" value="Vote"></td>');
document.write('      </tr>');
document.write('  </table>');
document.write('</form>');
