Code
<div class="pollBlock" style="font-family:Tahoma,Arial;">
<div class="pollQue" style="font-size:8pt;padding-top:2px;padding-left:6px;text-align:left;">[b]$QUESTION$[/b]</div>
<div class="pollAns">$ANSWERS$</div>
<div class="pollLnk">[ <a href="$RESULTS_LINK$">Результаты</a> · <a href="$ARCHIVE_LINK$">Архив опросов</a> ]</div>
<div class="pollTot" style="padding-top:4px;text-align:center;">Всего ответов: [b]$TOTAL_VOTES$[/b]</div></div>
<form method="post" name="vote" action=""></form>
<style>
.answer div div {height: 10px !important; border: 1px solid #000; background-repeat: repeat-x}
</style>
<script type="text/javascript">
// Copyright ~ http://amaga.biz/
var a = ['/images/poll/poll1.gif','/images/poll/poll2.gif','/images/poll/poll3.gif','/images/poll/poll4.gif','/images/poll/poll5.gif'];
for(var i = 0; i < a.length; i++){
$('div.answer div div').eq(i).css({background: 'url(' + a[i] + ')', backgroundRepeat: 'repeat-x'});
}
$('div.answer span').each(function(){$(this).html($(this).html()+' - <span class="procent">'+$(this).attr('title').split(':')[1]+'</span>')});
</script>