
function twiigsAddStyle31312_47535100(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 twiigsAddStyleBlock31312_47535100(mods)
{
  var stype = {
  };
  return twiigsAddStyle31312_47535100(stype, mods);
}

function twiigsAddStyleInline31312_47535100(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle31312_47535100(stype, mods);
}

function twiigsAddStyleInput31312_47535100(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle31312_47535100(stype, mods);
}

function twiigsAddStyleImage31312_47535100(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle31312_47535100(stype, mods);
}

function twiigsAddStyleLink31312_47535100(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle31312_47535100(stype, mods);
}

function twiigsAddStyleList31312_47535100(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle31312_47535100(stype, mods);
}

function twiigsPollBarWidthSet31312_47535100()
{
  for(var i = 0; i < 8; i++)
    twiigsPollBarWidthSetBar31312_47535100(i, 20);
}

function twiigsPollBarWidthSetBar31312_47535100(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL31312_47535100answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL31312_47535100answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL31312_47535100answerpct" + 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('twiigsPollBarWidthSetBar31312_47535100(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock31312_47535100({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock31312_47535100({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock31312_47535100({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Television/31312" '+twiigsAddStyleInline31312_47535100({})+'>'
+'Best quote from last night'+"'"+'s &quot;Lost&quot;?</a>'
+' </div>'
+' <div id="TWIIGSPOLL31312_47535100" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock31312_47535100({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock31312_47535100({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock31312_47535100({})+'>'
+' <li id="TWIIGSPOLL31312_47535100answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31312_47535100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Call my lawyer.&quot; (Sawyer to Radzinsky)<br>'
+' <span title="219 votes" '+twiigsAddStyleInline31312_47535100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img id="TWIIGSPOLL31312_47535100answerimg0" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31312_47535100answerpct0" '+twiigsAddStyleInline31312_47535100({})+'>'
+'0.065314643602744</span>'
+' </li>'
+' <li id="TWIIGSPOLL31312_47535100answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31312_47535100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;He'+"'"+'s the fat guy.&quot; (Phil re: Hurley)<br>'
+' <span title="132 votes" '+twiigsAddStyleInline31312_47535100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img id="TWIIGSPOLL31312_47535100answerimg1" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31312_47535100answerpct1" '+twiigsAddStyleInline31312_47535100({})+'>'
+'0.039367730390695</span>'
+' </li>'
+' <li id="TWIIGSPOLL31312_47535100answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31312_47535100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Alright, we'+"'"+'re from the future. Sorry.&quot; (Hurley)<br>'
+' <span title="1877 votes" '+twiigsAddStyleInline31312_47535100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img id="TWIIGSPOLL31312_47535100answerimg2" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31312_47535100answerpct2" '+twiigsAddStyleInline31312_47535100({})+'>'
+'0.55979719654041</span>'
+' </li>'
+' <li id="TWIIGSPOLL31312_47535100answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31312_47535100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Let'+"'"+'s just say love can be complicated.&quot; (Richard)<br>'
+' <span title="88 votes" '+twiigsAddStyleInline31312_47535100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img id="TWIIGSPOLL31312_47535100answerimg3" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31312_47535100answerpct3" '+twiigsAddStyleInline31312_47535100({})+'>'
+'0.026245153593797</span>'
+' </li>'
+' <li id="TWIIGSPOLL31312_47535100answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31312_47535100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;This must be quite the out-of-body experience.&quot; (Ben to Locke)<br>'
+' <span title="294 votes" '+twiigsAddStyleInline31312_47535100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img id="TWIIGSPOLL31312_47535100answerimg4" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31312_47535100answerpct4" '+twiigsAddStyleInline31312_47535100({})+'>'
+'0.08768267223382</span>'
+' </li>'
+' <li id="TWIIGSPOLL31312_47535100answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31312_47535100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Sawyer always has a plan, right?&quot; (Hurley)<br>'
+' <span title="29 votes" '+twiigsAddStyleInline31312_47535100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img id="TWIIGSPOLL31312_47535100answerimg5" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31312_47535100answerpct5" '+twiigsAddStyleInline31312_47535100({})+'>'
+'0.008648971070683</span>'
+' </li>'
+' <li id="TWIIGSPOLL31312_47535100answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31312_47535100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Your plan might just save us all and if it doesn'+"'"+'t, you'+"'"+'ll put us all out of our misery.&quot; (Sayid)<br>'
+' <span title="678 votes" '+twiigsAddStyleInline31312_47535100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img id="TWIIGSPOLL31312_47535100answerimg6" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31312_47535100answerpct6" '+twiigsAddStyleInline31312_47535100({})+'>'
+'0.20220697882493</span>'
+' </li>'
+' <li id="TWIIGSPOLL31312_47535100answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31312_47535100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;I don'+"'"+'t think we went though all this for nothing.&quot; (Locke)<br>'
+' <span title="36 votes" '+twiigsAddStyleInline31312_47535100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img id="TWIIGSPOLL31312_47535100answerimg7" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31312_47535100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31312_47535100answerpct7" '+twiigsAddStyleInline31312_47535100({})+'>'
+'0.010736653742917</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock31312_47535100({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on May 6, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock31312_47535100({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock31312_47535100({"text-align":"center"})+'>'
+' Total Votes: 3,353 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet31312_47535100();
