var _vote_havevoted = false;
var _vote_cookies = document.cookie.split('; ');
for (var i=0; i<_vote_cookies.length; i++) {
   var _vote_c = _vote_cookies[i];
   var _vote_cc = _vote_c.split('=');
   if (_vote_cc[0] == 'havevoted') {
       var _vote_cids = unescape(_vote_cc[1]).split(',');
       for (var ci=0; ci<_vote_cids.length; ci++) {
           if (_vote_cids[ci] == '8357') {
               _vote_havevoted = true;
           }
       }
   }
}
document.write('<div class="tv2vote space-10"><div class="gfxheader"><h2 class="header">Quickpoll</h2></div><div class="line"></div>')


if (_vote_havevoted) {
    document.write('<div class=\"votebox results\"><ol><li><span class=\"tv2voteheadtext\">Hvad mener du: Er det i orden igen at bruge elektrochok i psykiatrien?</span></li><li class=\'text\'><span>Ja</span><br/><span>48%</span></li><li class=\'bar\'><span class=\'line\' style=\'width: 48%;\'>&nbsp;</span></li><li class=\'text\'><span>Nej</span><br/><span>37%</span></li><li class=\'bar\'><span class=\'line\' style=\'width: 37%;\'>&nbsp;</span></li><li class=\'text\'><span>Ved ikke</span><br/><span>15%</span></li><li class=\'bar\'><span class=\'line\' style=\'width: 15%;\'>&nbsp;</span></li></ol><div class=\"tv2votestotal\">Der var 745 stemmer i alt!</div></div>');} else {
    document.write('<div class=\"votebox\"><form name=\"tv2vote\" id=\"tv2poll\"8357\" method=\"post\" action=\"http://diverse.tv2.dk/vote/registervote.php\"><input type=\"hidden\" name=\"votingid\" value=\"8357\" /><input type=\"hidden\" name=\"returnURL\" value=\"\" /><ol><li><span class=\"tv2voteheadtext\">Hvad mener du: Er det i orden igen at bruge elektrochok i psykiatrien?</span></li><li><input type=\"radio\" name=\"optionid\" value=\"32420\" id=\"voteoption32420\" class=\"tv2voteoption\" /><span class=\"tv2voteshowtext\"><label for=\"voteoption32420\">Ja</label></span></li><li><input type=\"radio\" name=\"optionid\" value=\"32421\" id=\"voteoption32421\" class=\"tv2voteoption\" /><span class=\"tv2voteshowtext\"><label for=\"voteoption32421\">Nej</label></span></li><li><input type=\"radio\" name=\"optionid\" value=\"32422\" id=\"voteoption32422\" class=\"tv2voteoption\" /><span class=\"tv2voteshowtext\"><label for=\"voteoption32422\">Ved ikke</label></span></li></ol></form><button value=\"tv2poll-8357\" class=\"tv2votesubmitbutton\">Stem</button></div>');}
document.write('</div>');


