document.write("<tr>");
document.write("<form action='poll_result.asp' method='post' name='frmPoll'>");
document.write("<td class='Box4'>Have you switched your pet's food since learrning of the pet food recall?<br /><br />");
document.write("<input type='radio' name='ans' value='1' />Yes we have switched Pet's food<br /><br />");
document.write("<input type='radio' name='ans' value='2' />Yes, to organic foods only.<br /><br />");
document.write("<input type='radio' name='ans' value='3' /> 	Yes, to dry food only.<br /><br />");
document.write("<input type='radio' name='ans' value='4' />No, our brand was not affected by the recall.<br /><br />");
document.write("<input type='radio' name='ans' value='5' />No, we are confident in our current brand.<br /><br / >");
document.write("<input type='image' name='submit' src='images/vote.jpg' align='center' alt='Vote' /><br />");
//document.write("<p align='center'><img src='images/vote.jpg' align='middle' alt='Vote' /></p></td>");
document.write("</form>");
document.write("</tr>");