
function twiigsAddStyle2073_90549400(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 twiigsAddStyleBlock2073_90549400(mods)
{
  var stype = {
  };
  return twiigsAddStyle2073_90549400(stype, mods);
}

function twiigsAddStyleInline2073_90549400(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle2073_90549400(stype, mods);
}

function twiigsAddStyleInput2073_90549400(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle2073_90549400(stype, mods);
}

function twiigsAddStyleImage2073_90549400(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle2073_90549400(stype, mods);
}

function twiigsAddStyleLink2073_90549400(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle2073_90549400(stype, mods);
}

function twiigsAddStyleList2073_90549400(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle2073_90549400(stype, mods);
}

function twiigsPollBarWidthSet2073_90549400()
{
  for(var i = 0; i < 5; i++)
    twiigsPollBarWidthSetBar2073_90549400(i, 20);
}

function twiigsPollBarWidthSetBar2073_90549400(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL2073_90549400answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL2073_90549400answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL2073_90549400answerpct" + 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('twiigsPollBarWidthSetBar2073_90549400(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock2073_90549400({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock2073_90549400({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock2073_90549400({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/2073" '+twiigsAddStyleInline2073_90549400({})+'>'
+'What Worked Better?</a>'
+' </div>'
+' <div id="TWIIGSPOLL2073_90549400" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock2073_90549400({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock2073_90549400({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock2073_90549400({})+'>'
+' <li id="TWIIGSPOLL2073_90549400answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList2073_90549400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Both of them before<br>'
+' <span title="9643 votes" '+twiigsAddStyleInline2073_90549400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+'<img id="TWIIGSPOLL2073_90549400answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL2073_90549400answerpct0" '+twiigsAddStyleInline2073_90549400({})+'>'
+'0.44448029499885</span>'
+' </li>'
+' <li id="TWIIGSPOLL2073_90549400answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList2073_90549400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Both of them after<br>'
+' <span title="424 votes" '+twiigsAddStyleInline2073_90549400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+'<img id="TWIIGSPOLL2073_90549400answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL2073_90549400answerpct1" '+twiigsAddStyleInline2073_90549400({})+'>'
+'0.019543673657525</span>'
+' </li>'
+' <li id="TWIIGSPOLL2073_90549400answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList2073_90549400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Amanda before, Heidi after<br>'
+' <span title="1133 votes" '+twiigsAddStyleInline2073_90549400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+'<img id="TWIIGSPOLL2073_90549400answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL2073_90549400answerpct2" '+twiigsAddStyleInline2073_90549400({})+'>'
+'0.052224014749942</span>'
+' </li>'
+' <li id="TWIIGSPOLL2073_90549400answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList2073_90549400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Heidi before, Amanda after<br>'
+' <span title="2735 votes" '+twiigsAddStyleInline2073_90549400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+'<img id="TWIIGSPOLL2073_90549400answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL2073_90549400answerpct3" '+twiigsAddStyleInline2073_90549400({})+'>'
+'0.12606591380502</span>'
+' </li>'
+' <li id="TWIIGSPOLL2073_90549400answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList2073_90549400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I can'+"'"+'t stand Spencer. I hate him so much.<br>'
+' <span title="7760 votes" '+twiigsAddStyleInline2073_90549400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+'<img id="TWIIGSPOLL2073_90549400answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage2073_90549400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL2073_90549400answerpct4" '+twiigsAddStyleInline2073_90549400({})+'>'
+'0.35768610278866</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock2073_90549400({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jun 4, 2007 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock2073_90549400({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock2073_90549400({"text-align":"center"})+'>'
+' Total Votes: 21,695 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet2073_90549400();
