
function twiigsAddStyle31745_24988800(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 twiigsAddStyleBlock31745_24988800(mods)
{
  var stype = {
  };
  return twiigsAddStyle31745_24988800(stype, mods);
}

function twiigsAddStyleInline31745_24988800(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle31745_24988800(stype, mods);
}

function twiigsAddStyleInput31745_24988800(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle31745_24988800(stype, mods);
}

function twiigsAddStyleImage31745_24988800(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle31745_24988800(stype, mods);
}

function twiigsAddStyleLink31745_24988800(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle31745_24988800(stype, mods);
}

function twiigsAddStyleList31745_24988800(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle31745_24988800(stype, mods);
}

function twiigsPollBarWidthSet31745_24988800()
{
  for(var i = 0; i < 10; i++)
    twiigsPollBarWidthSetBar31745_24988800(i, 20);
}

function twiigsPollBarWidthSetBar31745_24988800(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL31745_24988800answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL31745_24988800answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL31745_24988800answerpct" + 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('twiigsPollBarWidthSetBar31745_24988800(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock31745_24988800({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock31745_24988800({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock31745_24988800({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Television/31745" '+twiigsAddStyleInline31745_24988800({})+'>'
+'Best quote from last night'+"'"+'s &quot;Lost&quot;?</a>'
+' </div>'
+' <div id="TWIIGSPOLL31745_24988800" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock31745_24988800({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock31745_24988800({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock31745_24988800({})+'>'
+' <li id="TWIIGSPOLL31745_24988800answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31745_24988800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;If Jack wants to blow up the island, good for Jack.&quot; (Sawyer)<br>'
+' <span title="93 votes" '+twiigsAddStyleInline31745_24988800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img id="TWIIGSPOLL31745_24988800answerimg0" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31745_24988800answerpct0" '+twiigsAddStyleInline31745_24988800({})+'>'
+'0.021708683473389</span>'
+' </li>'
+' <li id="TWIIGSPOLL31745_24988800answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31745_24988800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;We traveled back 30 years in time and you'+"'"+'re still trying to find ways to shoot each other?&quot; (Rose)<br>'
+' <span title="497 votes" '+twiigsAddStyleInline31745_24988800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img id="TWIIGSPOLL31745_24988800answerimg1" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31745_24988800answerpct1" '+twiigsAddStyleInline31745_24988800({})+'>'
+'0.11601307189542</span>'
+' </li>'
+' <li id="TWIIGSPOLL31745_24988800answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31745_24988800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Locke: &quot;Can I ask you a question?&quot; Ben: &quot;I'+"'"+'m a Pisces.&quot;<br>'
+' <span title="1058 votes" '+twiigsAddStyleInline31745_24988800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img id="TWIIGSPOLL31745_24988800answerimg2" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31745_24988800answerpct2" '+twiigsAddStyleInline31745_24988800({})+'>'
+'0.24696545284781</span>'
+' </li>'
+' <li id="TWIIGSPOLL31745_24988800answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31745_24988800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;I lied. That'+"'"+'s what I do.&quot; (Ben)<br>'
+' <span title="342 votes" '+twiigsAddStyleInline31745_24988800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img id="TWIIGSPOLL31745_24988800answerimg3" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31745_24988800answerpct3" '+twiigsAddStyleInline31745_24988800({})+'>'
+'0.079831932773109</span>'
+' </li>'
+' <li id="TWIIGSPOLL31745_24988800answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31745_24988800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;I don'+"'"+'t speak destiny.&quot; (Sawyer)<br>'
+' <span title="171 votes" '+twiigsAddStyleInline31745_24988800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img id="TWIIGSPOLL31745_24988800answerimg4" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31745_24988800answerpct4" '+twiigsAddStyleInline31745_24988800({})+'>'
+'0.039915966386555</span>'
+' </li>'
+' <li id="TWIIGSPOLL31745_24988800answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31745_24988800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;This don'+"'"+'t look like LAX.&quot; (Sawyer)<br>'
+' <span title="476 votes" '+twiigsAddStyleInline31745_24988800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img id="TWIIGSPOLL31745_24988800answerimg5" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31745_24988800answerpct5" '+twiigsAddStyleInline31745_24988800({})+'>'
+'0.11111111111111</span>'
+' </li>'
+' <li id="TWIIGSPOLL31745_24988800answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31745_24988800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;I love you, James. I love you so much.&quot; (Juliet)<br>'
+' <span title="172 votes" '+twiigsAddStyleInline31745_24988800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img id="TWIIGSPOLL31745_24988800answerimg6" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31745_24988800answerpct6" '+twiigsAddStyleInline31745_24988800({})+'>'
+'0.04014939309057</span>'
+' </li>'
+' <li id="TWIIGSPOLL31745_24988800answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31745_24988800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Now you'+"'"+'re trying to stop a bomb. It'+"'"+'s always something with you people.&quot; (Rose)<br>'
+' <span title="936 votes" '+twiigsAddStyleInline31745_24988800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img id="TWIIGSPOLL31745_24988800answerimg7" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31745_24988800answerpct7" '+twiigsAddStyleInline31745_24988800({})+'>'
+'0.21848739495798</span>'
+' </li>'
+' <li id="TWIIGSPOLL31745_24988800answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31745_24988800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;It'+"'"+'s a door. How about that?&quot; (Ben)<br>'
+' <span title="45 votes" '+twiigsAddStyleInline31745_24988800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img id="TWIIGSPOLL31745_24988800answerimg8" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31745_24988800answerpct8" '+twiigsAddStyleInline31745_24988800({})+'>'
+'0.010504201680672</span>'
+' </li>'
+' <li id="TWIIGSPOLL31745_24988800answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList31745_24988800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Sun: &quot;Who was that?&quot; Jin: &quot;I don'+"'"+'t know, but his Korean is excellent.&quot;<br>'
+' <span title="494 votes" '+twiigsAddStyleInline31745_24988800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img id="TWIIGSPOLL31745_24988800answerimg9" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage31745_24988800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL31745_24988800answerpct9" '+twiigsAddStyleInline31745_24988800({})+'>'
+'0.11531279178338</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock31745_24988800({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on May 14, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock31745_24988800({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock31745_24988800({"text-align":"center"})+'>'
+' Total Votes: 4,284 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet31745_24988800();
