
function twiigsAddStyle11496_84880900(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 twiigsAddStyleBlock11496_84880900(mods)
{
  var stype = {
  };
  return twiigsAddStyle11496_84880900(stype, mods);
}

function twiigsAddStyleInline11496_84880900(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle11496_84880900(stype, mods);
}

function twiigsAddStyleInput11496_84880900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle11496_84880900(stype, mods);
}

function twiigsAddStyleImage11496_84880900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle11496_84880900(stype, mods);
}

function twiigsAddStyleLink11496_84880900(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle11496_84880900(stype, mods);
}

function twiigsAddStyleList11496_84880900(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle11496_84880900(stype, mods);
}

function twiigsPollBarWidthSet11496_84880900()
{
  for(var i = 0; i < 6; i++)
    twiigsPollBarWidthSetBar11496_84880900(i, 20);
}

function twiigsPollBarWidthSetBar11496_84880900(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL11496_84880900answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL11496_84880900answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL11496_84880900answerpct" + 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('twiigsPollBarWidthSetBar11496_84880900(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock11496_84880900({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock11496_84880900({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock11496_84880900({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/11496" '+twiigsAddStyleInline11496_84880900({})+'>'
+'What do you think? You can tell us -- we can keep a secret.</a>'
+' </div>'
+' <div id="TWIIGSPOLL11496_84880900" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock11496_84880900({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock11496_84880900({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock11496_84880900({})+'>'
+' <li id="TWIIGSPOLL11496_84880900answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11496_84880900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I love it unabashedly, on her or on ANYONE.<br>'
+' <span title="954 votes" '+twiigsAddStyleInline11496_84880900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img id="TWIIGSPOLL11496_84880900answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11496_84880900answerpct0" '+twiigsAddStyleInline11496_84880900({})+'>'
+'0.028742731463348</span>'
+' </li>'
+' <li id="TWIIGSPOLL11496_84880900answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11496_84880900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I would be frightened to see it on someone else, but have to admit Posh looks a bit fab.<br>'
+' <span title="11114 votes" '+twiigsAddStyleInline11496_84880900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img id="TWIIGSPOLL11496_84880900answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11496_84880900answerpct1" '+twiigsAddStyleInline11496_84880900({})+'>'
+'0.33484980868308</span>'
+' </li>'
+' <li id="TWIIGSPOLL11496_84880900answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11496_84880900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I can'+"'"+'t get behind ANYTHING on her, but would love to see it on someone else.<br>'
+' <span title="1006 votes" '+twiigsAddStyleInline11496_84880900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img id="TWIIGSPOLL11496_84880900answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11496_84880900answerpct2" '+twiigsAddStyleInline11496_84880900({})+'>'
+'0.030309421228646</span>'
+' </li>'
+' <li id="TWIIGSPOLL11496_84880900answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11496_84880900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' It'+"'"+'s not the worst thing she'+"'"+'s ever worn but I still wish she'+"'"+'d done something less desperate.<br>'
+' <span title="7150 votes" '+twiigsAddStyleInline11496_84880900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img id="TWIIGSPOLL11496_84880900answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11496_84880900answerpct3" '+twiigsAddStyleInline11496_84880900({})+'>'
+'0.21541984272845</span>'
+' </li>'
+' <li id="TWIIGSPOLL11496_84880900answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11496_84880900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Oh, Posh. To quote one of your songs, who do you think you are?<br>'
+' <span title="5176 votes" '+twiigsAddStyleInline11496_84880900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img id="TWIIGSPOLL11496_84880900answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11496_84880900answerpct4" '+twiigsAddStyleInline11496_84880900({})+'>'
+'0.1559458889458</span>'
+' </li>'
+' <li id="TWIIGSPOLL11496_84880900answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11496_84880900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Wait, is she in the photo too? Sorry, I got distracted by the beef.<br>'
+' <span title="7791 votes" '+twiigsAddStyleInline11496_84880900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img id="TWIIGSPOLL11496_84880900answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11496_84880900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11496_84880900answerpct5" '+twiigsAddStyleInline11496_84880900({})+'>'
+'0.23473230695068</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock11496_84880900({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on May 6, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock11496_84880900({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock11496_84880900({"text-align":"center"})+'>'
+' Total Votes: 33,191 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet11496_84880900();
