
function twiigsAddStyle10352_37809200(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 twiigsAddStyleBlock10352_37809200(mods)
{
  var stype = {
  };
  return twiigsAddStyle10352_37809200(stype, mods);
}

function twiigsAddStyleInline10352_37809200(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle10352_37809200(stype, mods);
}

function twiigsAddStyleInput10352_37809200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle10352_37809200(stype, mods);
}

function twiigsAddStyleImage10352_37809200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle10352_37809200(stype, mods);
}

function twiigsAddStyleLink10352_37809200(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle10352_37809200(stype, mods);
}

function twiigsAddStyleList10352_37809200(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle10352_37809200(stype, mods);
}

function twiigsPollBarWidthSet10352_37809200()
{
  for(var i = 0; i < 9; i++)
    twiigsPollBarWidthSetBar10352_37809200(i, 20);
}

function twiigsPollBarWidthSetBar10352_37809200(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL10352_37809200answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL10352_37809200answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL10352_37809200answerpct" + 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('twiigsPollBarWidthSetBar10352_37809200(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock10352_37809200({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock10352_37809200({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock10352_37809200({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Television/10352" '+twiigsAddStyleInline10352_37809200({})+'>'
+'Another Idolette has to go. Which one do you think will be ELIMINATED this week?</a>'
+' </div>'
+' <div id="TWIIGSPOLL10352_37809200" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock10352_37809200({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock10352_37809200({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock10352_37809200({})+'>'
+' <li id="TWIIGSPOLL10352_37809200answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10352_37809200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' David Archuleta<br>'
+' <span title="30 votes" '+twiigsAddStyleInline10352_37809200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img id="TWIIGSPOLL10352_37809200answerimg0" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10352_37809200answerpct0" '+twiigsAddStyleInline10352_37809200({})+'>'
+'0.015236160487557</span>'
+' </li>'
+' <li id="TWIIGSPOLL10352_37809200answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10352_37809200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jason Castro<br>'
+' <span title="88 votes" '+twiigsAddStyleInline10352_37809200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img id="TWIIGSPOLL10352_37809200answerimg1" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10352_37809200answerpct1" '+twiigsAddStyleInline10352_37809200({})+'>'
+'0.044692737430168</span>'
+' </li>'
+' <li id="TWIIGSPOLL10352_37809200answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10352_37809200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' David Cook<br>'
+' <span title="8 votes" '+twiigsAddStyleInline10352_37809200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img id="TWIIGSPOLL10352_37809200answerimg2" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10352_37809200answerpct2" '+twiigsAddStyleInline10352_37809200({})+'>'
+'0.0040629761300152</span>'
+' </li>'
+' <li id="TWIIGSPOLL10352_37809200answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10352_37809200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Kristy Lee Cook<br>'
+' <span title="220 votes" '+twiigsAddStyleInline10352_37809200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img id="TWIIGSPOLL10352_37809200answerimg3" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10352_37809200answerpct3" '+twiigsAddStyleInline10352_37809200({})+'>'
+'0.11173184357542</span>'
+' </li>'
+' <li id="TWIIGSPOLL10352_37809200answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10352_37809200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Michael Johns<br>'
+' <span title="12 votes" '+twiigsAddStyleInline10352_37809200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img id="TWIIGSPOLL10352_37809200answerimg4" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10352_37809200answerpct4" '+twiigsAddStyleInline10352_37809200({})+'>'
+'0.0060944641950229</span>'
+' </li>'
+' <li id="TWIIGSPOLL10352_37809200answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10352_37809200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Ramiele Malubay<br>'
+' <span title="1357 votes" '+twiigsAddStyleInline10352_37809200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img id="TWIIGSPOLL10352_37809200answerimg5" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10352_37809200answerpct5" '+twiigsAddStyleInline10352_37809200({})+'>'
+'0.68918232605383</span>'
+' </li>'
+' <li id="TWIIGSPOLL10352_37809200answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10352_37809200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Syesha Mercado<br>'
+' <span title="146 votes" '+twiigsAddStyleInline10352_37809200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img id="TWIIGSPOLL10352_37809200answerimg6" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10352_37809200answerpct6" '+twiigsAddStyleInline10352_37809200({})+'>'
+'0.074149314372778</span>'
+' </li>'
+' <li id="TWIIGSPOLL10352_37809200answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10352_37809200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Carly Smithson<br>'
+' <span title="32 votes" '+twiigsAddStyleInline10352_37809200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img id="TWIIGSPOLL10352_37809200answerimg7" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10352_37809200answerpct7" '+twiigsAddStyleInline10352_37809200({})+'>'
+'0.016251904520061</span>'
+' </li>'
+' <li id="TWIIGSPOLL10352_37809200answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList10352_37809200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Brooke White<br>'
+' <span title="76 votes" '+twiigsAddStyleInline10352_37809200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img id="TWIIGSPOLL10352_37809200answerimg8" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage10352_37809200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL10352_37809200answerpct8" '+twiigsAddStyleInline10352_37809200({})+'>'
+'0.038598273235145</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock10352_37809200({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Apr 2, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock10352_37809200({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock10352_37809200({"text-align":"center"})+'>'
+' Total Votes: 1,969 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet10352_37809200();
