
function twiigsAddStyle19531_87139400(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 twiigsAddStyleBlock19531_87139400(mods)
{
  var stype = {
  };
  return twiigsAddStyle19531_87139400(stype, mods);
}

function twiigsAddStyleInline19531_87139400(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle19531_87139400(stype, mods);
}

function twiigsAddStyleInput19531_87139400(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle19531_87139400(stype, mods);
}

function twiigsAddStyleImage19531_87139400(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle19531_87139400(stype, mods);
}

function twiigsAddStyleLink19531_87139400(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle19531_87139400(stype, mods);
}

function twiigsAddStyleList19531_87139400(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle19531_87139400(stype, mods);
}

function twiigsPollBarWidthSet19531_87139400()
{
  for(var i = 0; i < 5; i++)
    twiigsPollBarWidthSetBar19531_87139400(i, 20);
}

function twiigsPollBarWidthSetBar19531_87139400(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL19531_87139400answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL19531_87139400answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL19531_87139400answerpct" + 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('twiigsPollBarWidthSetBar19531_87139400(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock19531_87139400({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock19531_87139400({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock19531_87139400({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/19531" '+twiigsAddStyleInline19531_87139400({})+'>'
+'So, fug or fab?</a>'
+' </div>'
+' <div id="TWIIGSPOLL19531_87139400" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock19531_87139400({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock19531_87139400({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock19531_87139400({})+'>'
+' <li id="TWIIGSPOLL19531_87139400answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList19531_87139400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Fug -- it'+"'"+'s trying too hard, and it'+"'"+'s bunching up all weird<br>'
+' <span title="7456 votes" '+twiigsAddStyleInline19531_87139400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+'<img id="TWIIGSPOLL19531_87139400answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL19531_87139400answerpct0" '+twiigsAddStyleInline19531_87139400({})+'>'
+'0.20879890223753</span>'
+' </li>'
+' <li id="TWIIGSPOLL19531_87139400answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList19531_87139400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Fab -- it'+"'"+'s the perfect mix of a classic cut with interesting details<br>'
+' <span title="12121 votes" '+twiigsAddStyleInline19531_87139400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+'<img id="TWIIGSPOLL19531_87139400answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL19531_87139400answerpct1" '+twiigsAddStyleInline19531_87139400({})+'>'
+'0.33943823685906</span>'
+' </li>'
+' <li id="TWIIGSPOLL19531_87139400answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList19531_87139400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The front is kind of fug, but the back rules<br>'
+' <span title="6746 votes" '+twiigsAddStyleInline19531_87139400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+'<img id="TWIIGSPOLL19531_87139400answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL19531_87139400answerpct2" '+twiigsAddStyleInline19531_87139400({})+'>'
+'0.18891595956202</span>'
+' </li>'
+' <li id="TWIIGSPOLL19531_87139400answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList19531_87139400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The back actually annoys me, but from the front it'+"'"+'s perfection<br>'
+' <span title="2528 votes" '+twiigsAddStyleInline19531_87139400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+'<img id="TWIIGSPOLL19531_87139400answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL19531_87139400answerpct3" '+twiigsAddStyleInline19531_87139400({})+'>'
+'0.070794477582682</span>'
+' </li>'
+' <li id="TWIIGSPOLL19531_87139400answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList19531_87139400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Rachel Weisz is perfection and so I don'+"'"+'t even care what she'+"'"+'s wearing<br>'
+' <span title="6858 votes" '+twiigsAddStyleInline19531_87139400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+'<img id="TWIIGSPOLL19531_87139400answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage19531_87139400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL19531_87139400answerpct4" '+twiigsAddStyleInline19531_87139400({})+'>'
+'0.19205242375872</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock19531_87139400({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Oct 28, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock19531_87139400({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock19531_87139400({"text-align":"center"})+'>'
+' Total Votes: 35,709 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet19531_87139400();
