
function twiigsAddStyle10575_64053700(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 twiigsAddStyleBlock10575_64053700(mods)
{
  var stype = {
  };
  return twiigsAddStyle10575_64053700(stype, mods);
}

function twiigsAddStyleInline10575_64053700(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle10575_64053700(stype, mods);
}

function twiigsAddStyleInput10575_64053700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle10575_64053700(stype, mods);
}

function twiigsAddStyleImage10575_64053700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle10575_64053700(stype, mods);
}

function twiigsAddStyleLink10575_64053700(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle10575_64053700(stype, mods);
}

function twiigsAddStyleList10575_64053700(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle10575_64053700(stype, mods);
}

function twiigsPollBarWidthSet10575_64053700()
{
  for(var i = 0; i < 6; i++)
    twiigsPollBarWidthSetBar10575_64053700(i, 20);
}

function twiigsPollBarWidthSetBar10575_64053700(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL10575_64053700answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL10575_64053700answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL10575_64053700answerpct" + 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('twiigsPollBarWidthSetBar10575_64053700(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock10575_64053700({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock10575_64053700({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock10575_64053700({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Television/10575" '+twiigsAddStyleInline10575_64053700({})+'>'
+'Faced with Kathie Lee Gifford'+"'"+'s return to TV, I would rather:</a>'
+' </div>'
+' <div id="TWIIGSPOLL10575_64053700" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock10575_64053700({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock10575_64053700({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock10575_64053700({})+'>'
+' <li id="TWIIGSPOLL10575_64053700answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10575_64053700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Watch '+"'"+'The View.'+"'"+'<br>'
+' <span title="368 votes" '+twiigsAddStyleInline10575_64053700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_yellow_beg03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img id="TWIIGSPOLL10575_64053700answerimg0" src="http://www.twiigs.com/img/pb_yellow_mid03.png" width="0" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_yellow_end03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10575_64053700answerpct0" '+twiigsAddStyleInline10575_64053700({})+'>'
+'0.14737685222267</span>'
+' </li>'
+' <li id="TWIIGSPOLL10575_64053700answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10575_64053700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Clean my stovetop with a toothbrush.<br>'
+' <span title="608 votes" '+twiigsAddStyleInline10575_64053700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_yellow_beg03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img id="TWIIGSPOLL10575_64053700answerimg1" src="http://www.twiigs.com/img/pb_yellow_mid03.png" width="0" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_yellow_end03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10575_64053700answerpct1" '+twiigsAddStyleInline10575_64053700({})+'>'
+'0.24349219062875</span>'
+' </li>'
+' <li id="TWIIGSPOLL10575_64053700answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10575_64053700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Throw away my television.<br>'
+' <span title="373 votes" '+twiigsAddStyleInline10575_64053700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_yellow_beg03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img id="TWIIGSPOLL10575_64053700answerimg2" src="http://www.twiigs.com/img/pb_yellow_mid03.png" width="0" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_yellow_end03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10575_64053700answerpct2" '+twiigsAddStyleInline10575_64053700({})+'>'
+'0.14937925510613</span>'
+' </li>'
+' <li id="TWIIGSPOLL10575_64053700answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10575_64053700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Wear pirate-style patches over both eyes.<br>'
+' <span title="306 votes" '+twiigsAddStyleInline10575_64053700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_yellow_beg03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img id="TWIIGSPOLL10575_64053700answerimg3" src="http://www.twiigs.com/img/pb_yellow_mid03.png" width="0" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_yellow_end03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10575_64053700answerpct3" '+twiigsAddStyleInline10575_64053700({})+'>'
+'0.12254705646776</span>'
+' </li>'
+' <li id="TWIIGSPOLL10575_64053700answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10575_64053700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Submit to daily hour-long invasive medical procedures.<br>'
+' <span title="465 votes" '+twiigsAddStyleInline10575_64053700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_yellow_beg03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img id="TWIIGSPOLL10575_64053700answerimg4" src="http://www.twiigs.com/img/pb_yellow_mid03.png" width="0" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_yellow_end03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10575_64053700answerpct4" '+twiigsAddStyleInline10575_64053700({})+'>'
+'0.18622346816179</span>'
+' </li>'
+' <li id="TWIIGSPOLL10575_64053700answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10575_64053700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Hey you, I like Kathie Lee.<br>'
+' <span title="377 votes" '+twiigsAddStyleInline10575_64053700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_yellow_beg03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img id="TWIIGSPOLL10575_64053700answerimg5" src="http://www.twiigs.com/img/pb_yellow_mid03.png" width="0" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_yellow_end03.png" width="2" height="10" '+twiigsAddStyleImage10575_64053700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10575_64053700answerpct5" '+twiigsAddStyleInline10575_64053700({})+'>'
+'0.1509811774129</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock10575_64053700({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Apr 8, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock10575_64053700({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock10575_64053700({"text-align":"center"})+'>'
+' Total Votes: 2,497 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet10575_64053700();
