
function twiigsAddStyle16210_98241500(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 twiigsAddStyleBlock16210_98241500(mods)
{
  var stype = {
  };
  return twiigsAddStyle16210_98241500(stype, mods);
}

function twiigsAddStyleInline16210_98241500(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle16210_98241500(stype, mods);
}

function twiigsAddStyleInput16210_98241500(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle16210_98241500(stype, mods);
}

function twiigsAddStyleImage16210_98241500(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle16210_98241500(stype, mods);
}

function twiigsAddStyleLink16210_98241500(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle16210_98241500(stype, mods);
}

function twiigsAddStyleList16210_98241500(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle16210_98241500(stype, mods);
}

function twiigsPollBarWidthSet16210_98241500()
{
  for(var i = 0; i < 12; i++)
    twiigsPollBarWidthSetBar16210_98241500(i, 20);
}

function twiigsPollBarWidthSetBar16210_98241500(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL16210_98241500answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL16210_98241500answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL16210_98241500answerpct" + 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('twiigsPollBarWidthSetBar16210_98241500(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock16210_98241500({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock16210_98241500({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock16210_98241500({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/16210" '+twiigsAddStyleInline16210_98241500({})+'>'
+'Let your voice be heard:</a>'
+' </div>'
+' <div id="TWIIGSPOLL16210_98241500" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock16210_98241500({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock16210_98241500({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock16210_98241500({})+'>'
+' <li id="TWIIGSPOLL16210_98241500answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I cannot believe they messed up Michael Phelps. COME ON PEOPLE. The guy is HOT.<br>'
+' <span title="4991 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct0" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.12306440477365</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' What? I think it'+"'"+'s a great cover.<br>'
+' <span title="749 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct1" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.018468290758457</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' It'+"'"+'s not AWFUL, but it could have been SO MUCH BETTER.<br>'
+' <span title="10118 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct2" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.24948219745537</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Nah, the kid is too awkward-looking for this to have worked, so it'+"'"+'s nobody'+"'"+'s fault.<br>'
+' <span title="6060 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct3" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.1494230200217</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' AWKWARD? He is adorable! AND HAVE YOU SEEN HIS ABS?<br>'
+' <span title="2745 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct4" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.067684189762304</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Yes, and maybe if I could see more of them, I'+"'"+'d like this picture better.<br>'
+' <span title="4154 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct5" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.10242627478055</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' You are a perv.<br>'
+' <span title="352 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg6" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct6" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.0086793569385541</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I personally don'+"'"+'t think we should be objectifying these people.<br>'
+' <span title="260 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg7" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct7" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.0064108886477956</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I agree, we shouldn'+"'"+'t objectif... HA, just kidding, if he minded he wouldn'+"'"+'t wear his suit that low<br>'
+' <span title="2849 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg8" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct8" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.070248545221422</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' This poll has gotten out of control.<br>'
+' <span title="1470 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg9" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct9" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.036246178124075</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Hey, it'+"'"+'s Friday. Let'+"'"+'s make it a game: Drink every time you see an answer you agree with.<br>'
+' <span title="2836 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg10" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct10" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.069928000789032</span>'
+' </li>'
+' <li id="TWIIGSPOLL16210_98241500answeritem11" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16210_98241500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Okareh ;hkjjkghlhgliua [THUD]<br>'
+' <span title="3972 votes" '+twiigsAddStyleInline16210_98241500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img id="TWIIGSPOLL16210_98241500answerimg11" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16210_98241500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16210_98241500answerpct11" '+twiigsAddStyleInline16210_98241500({})+'>'
+'0.097938652727093</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock16210_98241500({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Aug 22, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock16210_98241500({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock16210_98241500({"text-align":"center"})+'>'
+' Total Votes: 40,556 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet16210_98241500();
