
function twiigsAddStyle29372_80703000(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 twiigsAddStyleBlock29372_80703000(mods)
{
  var stype = {
  };
  return twiigsAddStyle29372_80703000(stype, mods);
}

function twiigsAddStyleInline29372_80703000(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle29372_80703000(stype, mods);
}

function twiigsAddStyleInput29372_80703000(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle29372_80703000(stype, mods);
}

function twiigsAddStyleImage29372_80703000(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle29372_80703000(stype, mods);
}

function twiigsAddStyleLink29372_80703000(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle29372_80703000(stype, mods);
}

function twiigsAddStyleList29372_80703000(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle29372_80703000(stype, mods);
}

function twiigsPollBarWidthSet29372_80703000()
{
  for(var i = 0; i < 8; i++)
    twiigsPollBarWidthSetBar29372_80703000(i, 20);
}

function twiigsPollBarWidthSetBar29372_80703000(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL29372_80703000answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL29372_80703000answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL29372_80703000answerpct" + 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('twiigsPollBarWidthSetBar29372_80703000(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock29372_80703000({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock29372_80703000({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock29372_80703000({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Television/29372" '+twiigsAddStyleInline29372_80703000({})+'>'
+'Your reactions to Kutner'+"'"+'s death (You can choose more than 1 answer)</a>'
+' </div>'
+' <div id="TWIIGSPOLL29372_80703000" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock29372_80703000({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock29372_80703000({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock29372_80703000({})+'>'
+' <li id="TWIIGSPOLL29372_80703000answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList29372_80703000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Shocked<br>'
+' <span title="1794 votes" '+twiigsAddStyleInline29372_80703000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img id="TWIIGSPOLL29372_80703000answerimg0" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL29372_80703000answerpct0" '+twiigsAddStyleInline29372_80703000({})+'>'
+'0.42073170731707</span>'
+' </li>'
+' <li id="TWIIGSPOLL29372_80703000answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList29372_80703000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Saddened<br>'
+' <span title="1195 votes" '+twiigsAddStyleInline29372_80703000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img id="TWIIGSPOLL29372_80703000answerimg1" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL29372_80703000answerpct1" '+twiigsAddStyleInline29372_80703000({})+'>'
+'0.28025328330206</span>'
+' </li>'
+' <li id="TWIIGSPOLL29372_80703000answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList29372_80703000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Angry<br>'
+' <span title="760 votes" '+twiigsAddStyleInline29372_80703000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img id="TWIIGSPOLL29372_80703000answerimg2" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL29372_80703000answerpct2" '+twiigsAddStyleInline29372_80703000({})+'>'
+'0.17823639774859</span>'
+' </li>'
+' <li id="TWIIGSPOLL29372_80703000answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList29372_80703000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Thought it was handled well<br>'
+' <span title="565 votes" '+twiigsAddStyleInline29372_80703000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img id="TWIIGSPOLL29372_80703000answerimg3" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL29372_80703000answerpct3" '+twiigsAddStyleInline29372_80703000({})+'>'
+'0.13250469043152</span>'
+' </li>'
+' <li id="TWIIGSPOLL29372_80703000answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList29372_80703000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Didn'+"'"+'t care much<br>'
+' <span title="465 votes" '+twiigsAddStyleInline29372_80703000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img id="TWIIGSPOLL29372_80703000answerimg4" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL29372_80703000answerpct4" '+twiigsAddStyleInline29372_80703000({})+'>'
+'0.10905253283302</span>'
+' </li>'
+' <li id="TWIIGSPOLL29372_80703000answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList29372_80703000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Typical of how good '+"'"+'House'+"'"+' is this season<br>'
+' <span title="554 votes" '+twiigsAddStyleInline29372_80703000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img id="TWIIGSPOLL29372_80703000answerimg5" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL29372_80703000answerpct5" '+twiigsAddStyleInline29372_80703000({})+'>'
+'0.12992495309568</span>'
+' </li>'
+' <li id="TWIIGSPOLL29372_80703000answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList29372_80703000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Typical of how bad '+"'"+'House'+"'"+' is this season<br>'
+' <span title="947 votes" '+twiigsAddStyleInline29372_80703000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img id="TWIIGSPOLL29372_80703000answerimg6" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL29372_80703000answerpct6" '+twiigsAddStyleInline29372_80703000({})+'>'
+'0.22209193245779</span>'
+' </li>'
+' <li id="TWIIGSPOLL29372_80703000answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList29372_80703000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Thought it was not handled well<br>'
+' <span title="1144 votes" '+twiigsAddStyleInline29372_80703000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img id="TWIIGSPOLL29372_80703000answerimg7" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage29372_80703000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL29372_80703000answerpct7" '+twiigsAddStyleInline29372_80703000({})+'>'
+'0.26829268292683</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock29372_80703000({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Apr 6, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock29372_80703000({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock29372_80703000({"text-align":"center"})+'>'
+' Total Votes: 4,264 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet29372_80703000();
