
function twiigsAddStyle20406_76139200(stype, mods)
{
  var params = {
    "background-color" : "transparent",
    "background-image" : "none",
    "border-style" : "none",
    "clear" : "none",
    "display" : "block",
    "float" : "none",
    "position" : "static",
    "visibility" : "visible",
    "height" : "auto",
    "line-height" : "normal", 
    "width" : "auto",
    "margin-top" : "0",
    "margin-right" : "0",
    "margin-bottom" : "0",
    "margin-left" : "0",
    "outline-style" : "none",
    "padding-top" : "0",
    "padding-right" : "0",
    "padding-bottom" : "0",
    "padding-left" : "0",
    "clip" : "auto",
    "overflow" : "hidden",
    "vertical-align" : "baseline",
    "z-index" : "auto",
    "letter-spacing" : "normal", 
    "text-align" : "left",
    "text-decoration" : "none",
    "text-indent" : "0",
    "text-shadow" : "none",
    "text-transform" : "none",
    "white-space" : "normal",
    "word-spacing" : "normal"
  }; 
  
  for(var i in stype)
    params[i] = stype[i];
  for(var i in mods)
    params[i] = mods[i];
  
  var style = ' style="';  
  for(var i in params)
  {
    if(params[i] != null)
      style += i + ": " + params[i] + "; ";
  }
  style += '"';

  return style;
}

function twiigsAddStyleBlock20406_76139200(mods)
{
  var stype = {
  };
  return twiigsAddStyle20406_76139200(stype, mods);
}

function twiigsAddStyleInline20406_76139200(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle20406_76139200(stype, mods);
}

function twiigsAddStyleInput20406_76139200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle20406_76139200(stype, mods);
}

function twiigsAddStyleImage20406_76139200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle20406_76139200(stype, mods);
}

function twiigsAddStyleLink20406_76139200(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle20406_76139200(stype, mods);
}

function twiigsAddStyleList20406_76139200(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle20406_76139200(stype, mods);
}

function twiigsPollBarWidthSet20406_76139200()
{
  for(var i = 0; i < 22; i++)
    twiigsPollBarWidthSetBar20406_76139200(i, 20);
}

function twiigsPollBarWidthSetBar20406_76139200(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL20406_76139200answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL20406_76139200answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL20406_76139200answerpct" + i);
        var pct = parseFloat(pctObj.innerHTML);
        imgObj.width = parseInt(pct * (parseInt(itemObj.offsetWidth) - 56));
        pctObj.innerHTML = parseInt(pct * 100) + "%";
      }
      else
      {
        if(n > 0)
        {
          n--;
          setTimeout('twiigsPollBarWidthSetBar20406_76139200(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock20406_76139200({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock20406_76139200({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock20406_76139200({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Movies/20406" '+twiigsAddStyleInline20406_76139200({})+'>'
+'What is the worst James Bond movie?</a>'
+' </div>'
+' <div id="TWIIGSPOLL20406_76139200" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock20406_76139200({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock20406_76139200({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock20406_76139200({})+'>'
+' <li id="TWIIGSPOLL20406_76139200answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Dr. No<br>'
+' <span title="2 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct0" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.018518518518519</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' From Russia With Love<br>'
+' <span title="2 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct1" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.018518518518519</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Goldfinger<br>'
+' <span title="0 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct2" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Thunderball<br>'
+' <span title="2 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct3" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.018518518518519</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' You Only Live Twice<br>'
+' <span title="2 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct4" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.018518518518519</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' On Her Majesty'+"'"+'s Secret Service<br>'
+' <span title="9 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct5" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.083333333333333</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Diamonds are Forever<br>'
+' <span title="2 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg6" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct6" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.018518518518519</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Live and Let Die<br>'
+' <span title="6 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg7" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct7" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.055555555555556</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The Man with the Golden Gun<br>'
+' <span title="3 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg8" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct8" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.027777777777778</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The Spy Who Loved Me<br>'
+' <span title="2 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg9" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct9" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.018518518518519</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Moonraker<br>'
+' <span title="16 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg10" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct10" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.14814814814815</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem11" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' For Your Eyes Only<br>'
+' <span title="0 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg11" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct11" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem12" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Octopussy<br>'
+' <span title="9 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg12" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct12" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.083333333333333</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem13" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' A View To A Kill<br>'
+' <span title="7 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg13" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct13" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.064814814814815</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem14" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The Living Daylights<br>'
+' <span title="14 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg14" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct14" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.12962962962963</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem15" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Licence To Kill<br>'
+' <span title="4 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg15" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct15" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.037037037037037</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem16" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' GoldenEye<br>'
+' <span title="1 vote" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg16" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct16" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.0092592592592593</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem17" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Tomorrow Never Dies<br>'
+' <span title="6 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg17" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct17" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.055555555555556</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem18" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The World Is Not Enough<br>'
+' <span title="5 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg18" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct18" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.046296296296296</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem19" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Die Another Day<br>'
+' <span title="5 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg19" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct19" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.046296296296296</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem20" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Casino Royale<br>'
+' <span title="5 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg20" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct20" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.046296296296296</span>'
+' </li>'
+' <li id="TWIIGSPOLL20406_76139200answeritem21" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20406_76139200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Quantum of Solace<br>'
+' <span title="6 votes" '+twiigsAddStyleInline20406_76139200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img id="TWIIGSPOLL20406_76139200answerimg21" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage20406_76139200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20406_76139200answerpct21" '+twiigsAddStyleInline20406_76139200({})+'>'
+'0.055555555555556</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock20406_76139200({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Nov 14, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock20406_76139200({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock20406_76139200({"text-align":"center"})+'>'
+' Total Votes: 108 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet20406_76139200();
