
function twiigsAddStyle24075_89974200(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 twiigsAddStyleBlock24075_89974200(mods)
{
  var stype = {
  };
  return twiigsAddStyle24075_89974200(stype, mods);
}

function twiigsAddStyleInline24075_89974200(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle24075_89974200(stype, mods);
}

function twiigsAddStyleInput24075_89974200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle24075_89974200(stype, mods);
}

function twiigsAddStyleImage24075_89974200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle24075_89974200(stype, mods);
}

function twiigsAddStyleLink24075_89974200(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle24075_89974200(stype, mods);
}

function twiigsAddStyleList24075_89974200(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle24075_89974200(stype, mods);
}

function twiigsPollBarWidthSet24075_89974200()
{
  for(var i = 0; i < 6; i++)
    twiigsPollBarWidthSetBar24075_89974200(i, 20);
}

function twiigsPollBarWidthSetBar24075_89974200(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL24075_89974200answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL24075_89974200answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL24075_89974200answerpct" + 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('twiigsPollBarWidthSetBar24075_89974200(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock24075_89974200({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock24075_89974200({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock24075_89974200({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/24075" '+twiigsAddStyleInline24075_89974200({})+'>'
+'I have no answers. Hopefully you do:</a>'
+' </div>'
+' <div id="TWIIGSPOLL24075_89974200" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock24075_89974200({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock24075_89974200({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock24075_89974200({})+'>'
+' <li id="TWIIGSPOLL24075_89974200answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24075_89974200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' You don'+"'"+'t love it because it'+"'"+'s not that lovable -- merely likable.<br>'
+' <span title="17232 votes" '+twiigsAddStyleInline24075_89974200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img id="TWIIGSPOLL24075_89974200answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24075_89974200answerpct0" '+twiigsAddStyleInline24075_89974200({})+'>'
+'0.37882518466409</span>'
+' </li>'
+' <li id="TWIIGSPOLL24075_89974200answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24075_89974200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' You don'+"'"+'t love it because it'+"'"+'s secretly kind of fug.<br>'
+' <span title="11633 votes" '+twiigsAddStyleInline24075_89974200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img id="TWIIGSPOLL24075_89974200answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24075_89974200answerpct1" '+twiigsAddStyleInline24075_89974200({})+'>'
+'0.25573777699613</span>'
+' </li>'
+' <li id="TWIIGSPOLL24075_89974200answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24075_89974200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' You don'+"'"+'t love it because you are CRAZY.<br>'
+' <span title="3839 votes" '+twiigsAddStyleInline24075_89974200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img id="TWIIGSPOLL24075_89974200answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24075_89974200answerpct2" '+twiigsAddStyleInline24075_89974200({})+'>'
+'0.084395884628913</span>'
+' </li>'
+' <li id="TWIIGSPOLL24075_89974200answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24075_89974200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' You don'+"'"+'t love it because you'+"'"+'re emotionally off-kilter -- Biggest Loser/Desmond voids will do that.<br>'
+' <span title="2190 votes" '+twiigsAddStyleInline24075_89974200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img id="TWIIGSPOLL24075_89974200answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24075_89974200answerpct3" '+twiigsAddStyleInline24075_89974200({})+'>'
+'0.048144565599719</span>'
+' </li>'
+' <li id="TWIIGSPOLL24075_89974200answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24075_89974200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' You don'+"'"+'t love it because you are kind of sick of her, and that'+"'"+'s why I don'+"'"+'t love it either.<br>'
+' <span title="9903 votes" '+twiigsAddStyleInline24075_89974200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img id="TWIIGSPOLL24075_89974200answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24075_89974200answerpct4" '+twiigsAddStyleInline24075_89974200({})+'>'
+'0.21770576855434</span>'
+' </li>'
+' <li id="TWIIGSPOLL24075_89974200answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24075_89974200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I loved it until you reminded me about &quot;Get Real.&quot;<br>'
+' <span title="691 votes" '+twiigsAddStyleInline24075_89974200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img id="TWIIGSPOLL24075_89974200answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage24075_89974200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24075_89974200answerpct5" '+twiigsAddStyleInline24075_89974200({})+'>'
+'0.015190819556806</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock24075_89974200({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jan 22, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock24075_89974200({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock24075_89974200({"text-align":"center"})+'>'
+' Total Votes: 45,488 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet24075_89974200();
