document.write("<div class='poll'>");
document.write("<span style='float:left;padding-bottom:5px;'>Who is the all time great?</span><br clear='all' />");
document.write("<span style='float:left; padding-bottom:10px;'><input type='radio' name='Choice' id='Choice1' value='1'></td><td>Roger Federer</span><br clear='all' />");
document.write("<span style='float:left; padding-bottom:10px;'><input type='radio' name='Choice' id='Choice2' value='2'></td><td>Pete Sampras</span><br clear='all' />");
document.write("<span style='float:left; padding-bottom:10px;'><input type='radio' name='Choice' id='Choice3' value='3'></td><td>Roy Emerson</span><br clear='all' />");
document.write("<span style='float:left; padding-bottom:10px;'><input type='radio' name='Choice' id='Choice4' value='4'></td><td>Bjorn Borg</span><br clear='all' />");
document.write("<span style='float:left; padding-bottom:10px;'><input type='radio' name='Choice' id='Choice5' value='5'></td><td>Rod Laver</span><br clear='all' />");
document.write("<button type='submit' style='float:left;' value='' onclick='return showresult()' class='green_btn' border='0'><span class='whitelink'>Vote</span></button>");
document.write("</div>");
document.write("<script src='/scripts/PollResult.js' type='text/javascript'></script>");


