document.write("<div class='poll'>");
document.write("<span style='float:left;padding-bottom:5px;'>Did Rafael Nadal's absence in the Wimbledon 2009 give Roger Federer an advantage to win his record 15th Grand Slam title?</span><br clear='all' />");
document.write("<span style='float:left; padding-bottom:10px;'><input type='radio' name='Choice' id='Choice1' value='1'></td><td>Yes</span><br clear='all' />");
document.write("<span style='float:left; padding-bottom:10px;'><input type='radio' name='Choice' id='Choice2' value='2'></td><td>No</span><br clear='all' />");
document.write("<span style='float:left; padding-bottom:10px;'><input type='radio' name='Choice' id='Choice3' value='3'></td><td>Can't Say</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>");

