<!--
function votePoll(hlas) {
  document.getElementById('vote').value = hlas;
  document.pollform.submit();
  return false;
}
//-->
