//
function show_answers() {
document.write('<form method=POST action="http://wn.att.net/pollcgi/daily_poll.cgi" onSubmit="return PollCheckCookie(\'110407\');">');
document.write('<input type="hidden" name="num_answers" value="3">');
document.write('<input type="hidden" name="poll_date" value="110407">');
document.write('<input type="hidden" name="choice1" value="radio">');
document.write('<tr><td height="5" colspan="2"></td></tr>');
document.write('<tr><td valign="top" width="1%">');
document.write('<input type="radio" size="50" name="dpoll" value="q1.1"></td>');
document.write('<td class="poll_response" width="99%">Yes</td></tr>');
document.write('<tr><td valign="top" width="1%">');
document.write('<input type="radio" size="50" name="dpoll" value="q1.2"></td>');
document.write('<td class="poll_response" width="99%">No</td></tr>');
document.write('<tr><td valign="top" width="1%">');
document.write('<input type="radio" size="50" name="dpoll" value="q1.3"></td>');
document.write('<td class="poll_response" width="99%">I have an adopted child</td></tr>');
document.write('<tr><td height="5" colspan="2"></td></tr>');
document.write('<tr><td align="center" colspan="2">');
document.write('<input type="image" src="http://www.att.net/global-images/i/button_vote_trans.gif" border="0" width="45" height="16" name="Vote" alt="Vote"></td></tr></form>');
document.write('<tr><td height="5" colspan="2"></td></tr>');
document.write('</table>');
}
