
function twiigsAddStyle33839_9260900(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 twiigsAddStyleBlock33839_9260900(mods)
{
  var stype = {
  };
  return twiigsAddStyle33839_9260900(stype, mods);
}

function twiigsAddStyleInline33839_9260900(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle33839_9260900(stype, mods);
}

function twiigsAddStyleInput33839_9260900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle33839_9260900(stype, mods);
}

function twiigsAddStyleImage33839_9260900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle33839_9260900(stype, mods);
}

function twiigsAddStyleLink33839_9260900(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle33839_9260900(stype, mods);
}

function twiigsAddStyleList33839_9260900(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle33839_9260900(stype, mods);
}

function twiigsPollBarWidthSet33839_9260900()
{
  for(var i = 0; i < 5; i++)
    twiigsPollBarWidthSetBar33839_9260900(i, 20);
}

function twiigsPollBarWidthSetBar33839_9260900(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL33839_9260900answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL33839_9260900answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL33839_9260900answerpct" + 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('twiigsPollBarWidthSetBar33839_9260900(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock33839_9260900({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock33839_9260900({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock33839_9260900({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/33839" '+twiigsAddStyleInline33839_9260900({})+'>'
+'So does Team Kiki pull out a victory here, or does she sink into defeat?</a>'
+' </div>'
+' <div id="TWIIGSPOLL33839_9260900" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock33839_9260900({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock33839_9260900({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock33839_9260900({})+'>'
+' <li id="TWIIGSPOLL33839_9260900answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList33839_9260900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Victory! I think she looks fab.<br>'
+' <span title="9683 votes" '+twiigsAddStyleInline33839_9260900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+'<img id="TWIIGSPOLL33839_9260900answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL33839_9260900answerpct0" '+twiigsAddStyleInline33839_9260900({})+'>'
+'0.23853866430173</span>'
+' </li>'
+' <li id="TWIIGSPOLL33839_9260900answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList33839_9260900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Victory, but it was a close one -- those evil shoes almost defeated the good dress.<br>'
+' <span title="18177 votes" '+twiigsAddStyleInline33839_9260900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+'<img id="TWIIGSPOLL33839_9260900answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL33839_9260900answerpct1" '+twiigsAddStyleInline33839_9260900({})+'>'
+'0.44778656418594</span>'
+' </li>'
+' <li id="TWIIGSPOLL33839_9260900answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList33839_9260900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Victory, but only because the shoes saved it.<br>'
+' <span title="1719 votes" '+twiigsAddStyleInline33839_9260900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+'<img id="TWIIGSPOLL33839_9260900answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL33839_9260900answerpct2" '+twiigsAddStyleInline33839_9260900({})+'>'
+'0.042347202719681</span>'
+' </li>'
+' <li id="TWIIGSPOLL33839_9260900answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList33839_9260900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' DEFEAT. Those shoes ruin what she had going.<br>'
+' <span title="5023 votes" '+twiigsAddStyleInline33839_9260900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+'<img id="TWIIGSPOLL33839_9260900answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL33839_9260900answerpct3" '+twiigsAddStyleInline33839_9260900({})+'>'
+'0.12374054639963</span>'
+' </li>'
+' <li id="TWIIGSPOLL33839_9260900answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList33839_9260900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Defeat, because it'+"'"+'s all wrong. All of it.<br>'
+' <span title="5991 votes" '+twiigsAddStyleInline33839_9260900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+'<img id="TWIIGSPOLL33839_9260900answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage33839_9260900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL33839_9260900answerpct4" '+twiigsAddStyleInline33839_9260900({})+'>'
+'0.14758702239302</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock33839_9260900({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jun 16, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock33839_9260900({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock33839_9260900({"text-align":"center"})+'>'
+' Total Votes: 40,593 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet33839_9260900();
