
function twiigsAddStyle18410_97838700(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 twiigsAddStyleBlock18410_97838700(mods)
{
  var stype = {
  };
  return twiigsAddStyle18410_97838700(stype, mods);
}

function twiigsAddStyleInline18410_97838700(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle18410_97838700(stype, mods);
}

function twiigsAddStyleInput18410_97838700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle18410_97838700(stype, mods);
}

function twiigsAddStyleImage18410_97838700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle18410_97838700(stype, mods);
}

function twiigsAddStyleLink18410_97838700(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle18410_97838700(stype, mods);
}

function twiigsAddStyleList18410_97838700(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle18410_97838700(stype, mods);
}

function twiigsPollBarWidthSet18410_97838700()
{
  for(var i = 0; i < 6; i++)
    twiigsPollBarWidthSetBar18410_97838700(i, 20);
}

function twiigsPollBarWidthSetBar18410_97838700(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL18410_97838700answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL18410_97838700answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL18410_97838700answerpct" + 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('twiigsPollBarWidthSetBar18410_97838700(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock18410_97838700({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock18410_97838700({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock18410_97838700({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/18410" '+twiigsAddStyleInline18410_97838700({})+'>'
+'Jada'+"'"+'s Bangs:</a>'
+' </div>'
+' <div id="TWIIGSPOLL18410_97838700" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock18410_97838700({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock18410_97838700({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock18410_97838700({})+'>'
+' <li id="TWIIGSPOLL18410_97838700answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18410_97838700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Okay in theory, but why is she covering up her pretty face? I vote no.<br>'
+' <span title="7232 votes" '+twiigsAddStyleInline18410_97838700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img id="TWIIGSPOLL18410_97838700answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18410_97838700answerpct0" '+twiigsAddStyleInline18410_97838700({})+'>'
+'0.17897888979632</span>'
+' </li>'
+' <li id="TWIIGSPOLL18410_97838700answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18410_97838700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I think they look good! I love them!<br>'
+' <span title="1992 votes" '+twiigsAddStyleInline18410_97838700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img id="TWIIGSPOLL18410_97838700answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18410_97838700answerpct1" '+twiigsAddStyleInline18410_97838700({})+'>'
+'0.049298388893014</span>'
+' </li>'
+' <li id="TWIIGSPOLL18410_97838700answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18410_97838700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I don'+"'"+'t hate them, but they'+"'"+'re kind of....dated, right?<br>'
+' <span title="7943 votes" '+twiigsAddStyleInline18410_97838700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img id="TWIIGSPOLL18410_97838700answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18410_97838700answerpct2" '+twiigsAddStyleInline18410_97838700({})+'>'
+'0.19657485089217</span>'
+' </li>'
+' <li id="TWIIGSPOLL18410_97838700answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18410_97838700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I just think they'+"'"+'re horrible. HORRIBLE.<br>'
+' <span title="13524 votes" '+twiigsAddStyleInline18410_97838700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img id="TWIIGSPOLL18410_97838700answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18410_97838700answerpct3" '+twiigsAddStyleInline18410_97838700({})+'>'
+'0.33469448362907</span>'
+' </li>'
+' <li id="TWIIGSPOLL18410_97838700answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18410_97838700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Ehhhhhhhhhhhhhhhhhhh.<br>'
+' <span title="5313 votes" '+twiigsAddStyleInline18410_97838700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img id="TWIIGSPOLL18410_97838700answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18410_97838700answerpct4" '+twiigsAddStyleInline18410_97838700({})+'>'
+'0.13148711856856</span>'
+' </li>'
+' <li id="TWIIGSPOLL18410_97838700answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18410_97838700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I just love Carlton<br>'
+' <span title="4403 votes" '+twiigsAddStyleInline18410_97838700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img id="TWIIGSPOLL18410_97838700answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18410_97838700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18410_97838700answerpct5" '+twiigsAddStyleInline18410_97838700({})+'>'
+'0.10896626822085</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock18410_97838700({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Oct 7, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock18410_97838700({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock18410_97838700({"text-align":"center"})+'>'
+' Total Votes: 40,407 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet18410_97838700();
