

var polltext = "";
polltext = polltext + '<table border="0" cellpadding="0" cellspacing="0"><tr><td  valign=top><span class="dekQuiz">Thanks for your opinion. Total Votes: 202<br><br><b><span class="quizQuestion">Would you consider completely ditching your DAW for a new one?</b></span><br><br>';


polltext = polltext +  '<table border="0" cellspacing="2" cellpadding="0"><tr><td><span class="quizPercentage">Yes:  <b>35%</b></span> </td></tr></table><br>';

polltext = polltext +  '<table border="0" cellspacing="2" cellpadding="0"><tr><td><span class="quizPercentage">No:  <b>35%</b></span> </td></tr></table><br>';

polltext = polltext +  '<table border="0" cellspacing="2" cellpadding="0"><tr><td><span class="quizPercentage">Maybe:  <b>28%</b></span> </td></tr></table><br>';

polltext = polltext +  '<b><!-- unknowntag --></b> <br>';
polltext = polltext +  '</td></tr></table>';


document.write (polltext);