
function twiigsAddStyle16294_9920000(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 twiigsAddStyleBlock16294_9920000(mods)
{
  var stype = {
  };
  return twiigsAddStyle16294_9920000(stype, mods);
}

function twiigsAddStyleInline16294_9920000(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle16294_9920000(stype, mods);
}

function twiigsAddStyleInput16294_9920000(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle16294_9920000(stype, mods);
}

function twiigsAddStyleImage16294_9920000(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle16294_9920000(stype, mods);
}

function twiigsAddStyleLink16294_9920000(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle16294_9920000(stype, mods);
}

function twiigsAddStyleList16294_9920000(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle16294_9920000(stype, mods);
}

function twiigsPollBarWidthSet16294_9920000()
{
  for(var i = 0; i < 11; i++)
    twiigsPollBarWidthSetBar16294_9920000(i, 20);
}

function twiigsPollBarWidthSetBar16294_9920000(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL16294_9920000answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL16294_9920000answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL16294_9920000answerpct" + 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('twiigsPollBarWidthSetBar16294_9920000(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock16294_9920000({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock16294_9920000({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock16294_9920000({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/16294" '+twiigsAddStyleInline16294_9920000({})+'>'
+'You know you love polls. XOXO, Fug Girls</a>'
+' </div>'
+' <div id="TWIIGSPOLL16294_9920000" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock16294_9920000({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock16294_9920000({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock16294_9920000({})+'>'
+' <li id="TWIIGSPOLL16294_9920000answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I don'+"'"+'t care for Leighton'+"'"+'s new lighter hair, do you?<br>'
+' <span title="1679 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct0" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.081866497635185</span>'
+' </li>'
+' <li id="TWIIGSPOLL16294_9920000answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I seriously don'+"'"+'t mind Jessica that much. Vanessa is cute with Nate!<br>'
+' <span title="453 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct1" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.022087863864645</span>'
+' </li>'
+' <li id="TWIIGSPOLL16294_9920000answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' She does look a bit washed out though, no?<br>'
+' <span title="241 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct2" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.011750938612317</span>'
+' </li>'
+' <li id="TWIIGSPOLL16294_9920000answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I worry that Taylor Momsen is going to end up wearing coke pants ala LiLo in the next five years.<br>'
+' <span title="2417 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct3" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.11785069969282</span>'
+' </li>'
+' <li id="TWIIGSPOLL16294_9920000answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I love Taylor'+"'"+'s outfit! For me. A grown woman.<br>'
+' <span title="278 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct4" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.013555024623336</span>'
+' </li>'
+' <li id="TWIIGSPOLL16294_9920000answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I think they all look kind of cruddy, to be honest with you.<br>'
+' <span title="1342 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct5" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.065434687210493</span>'
+' </li>'
+' <li id="TWIIGSPOLL16294_9920000answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I think they all look pretty great, actually.<br>'
+' <span title="414 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg6" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct6" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.020186259690867</span>'
+' </li>'
+' <li id="TWIIGSPOLL16294_9920000answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I think they look great, cruddy, great, cruddy, in that order.<br>'
+' <span title="6367 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg7" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct7" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.3104490711395</span>'
+' </li>'
+' <li id="TWIIGSPOLL16294_9920000answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I think they look half great, half cruddy, but I refuse to say who looks what.<br>'
+' <span title="1757 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg8" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct8" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.085669705982739</span>'
+' </li>'
+' <li id="TWIIGSPOLL16294_9920000answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' La la la, where IS Chuck?<br>'
+' <span title="3019 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg9" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct9" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.14720366668292</span>'
+' </li>'
+' <li id="TWIIGSPOLL16294_9920000answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16294_9920000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Enough about Chuck. Where the heck is Blake Lively?<br>'
+' <span title="2542 votes" '+twiigsAddStyleInline16294_9920000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img id="TWIIGSPOLL16294_9920000answerimg10" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16294_9920000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16294_9920000answerpct10" '+twiigsAddStyleInline16294_9920000({})+'>'
+'0.12394558486518</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock16294_9920000({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Aug 25, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock16294_9920000({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock16294_9920000({"text-align":"center"})+'>'
+' Total Votes: 20,509 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet16294_9920000();
