
function twiigsAddStyle32090_95900900(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 twiigsAddStyleBlock32090_95900900(mods)
{
  var stype = {
  };
  return twiigsAddStyle32090_95900900(stype, mods);
}

function twiigsAddStyleInline32090_95900900(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle32090_95900900(stype, mods);
}

function twiigsAddStyleInput32090_95900900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle32090_95900900(stype, mods);
}

function twiigsAddStyleImage32090_95900900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle32090_95900900(stype, mods);
}

function twiigsAddStyleLink32090_95900900(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle32090_95900900(stype, mods);
}

function twiigsAddStyleList32090_95900900(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle32090_95900900(stype, mods);
}

function twiigsPollBarWidthSet32090_95900900()
{
  for(var i = 0; i < 7; i++)
    twiigsPollBarWidthSetBar32090_95900900(i, 20);
}

function twiigsPollBarWidthSetBar32090_95900900(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL32090_95900900answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL32090_95900900answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL32090_95900900answerpct" + 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('twiigsPollBarWidthSetBar32090_95900900(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock32090_95900900({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock32090_95900900({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock32090_95900900({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Television/32090" '+twiigsAddStyleInline32090_95900900({})+'>'
+'Who was your favorite champ from the first 7 seasons?</a>'
+' </div>'
+' <div id="TWIIGSPOLL32090_95900900" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock32090_95900900({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock32090_95900900({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock32090_95900900({})+'>'
+' <li id="TWIIGSPOLL32090_95900900answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32090_95900900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Season 1: Kelly Monaco<br>'
+' <span title="132 votes" '+twiigsAddStyleInline32090_95900900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img id="TWIIGSPOLL32090_95900900answerimg0" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32090_95900900answerpct0" '+twiigsAddStyleInline32090_95900900({})+'>'
+'0.047808764940239</span>'
+' </li>'
+' <li id="TWIIGSPOLL32090_95900900answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32090_95900900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Season 2: Drew Lachey<br>'
+' <span title="395 votes" '+twiigsAddStyleInline32090_95900900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img id="TWIIGSPOLL32090_95900900answerimg1" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32090_95900900answerpct1" '+twiigsAddStyleInline32090_95900900({})+'>'
+'0.14306410720753</span>'
+' </li>'
+' <li id="TWIIGSPOLL32090_95900900answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32090_95900900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Season 3: Emmitt Smith<br>'
+' <span title="471 votes" '+twiigsAddStyleInline32090_95900900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img id="TWIIGSPOLL32090_95900900answerimg2" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32090_95900900answerpct2" '+twiigsAddStyleInline32090_95900900({})+'>'
+'0.17059036580949</span>'
+' </li>'
+' <li id="TWIIGSPOLL32090_95900900answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32090_95900900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Season 4: Apolo Anton Ohno<br>'
+' <span title="563 votes" '+twiigsAddStyleInline32090_95900900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img id="TWIIGSPOLL32090_95900900answerimg3" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32090_95900900answerpct3" '+twiigsAddStyleInline32090_95900900({})+'>'
+'0.20391162622238</span>'
+' </li>'
+' <li id="TWIIGSPOLL32090_95900900answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32090_95900900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Season 5: Helio Castroneves<br>'
+' <span title="310 votes" '+twiigsAddStyleInline32090_95900900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img id="TWIIGSPOLL32090_95900900answerimg4" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32090_95900900answerpct4" '+twiigsAddStyleInline32090_95900900({})+'>'
+'0.11227816008693</span>'
+' </li>'
+' <li id="TWIIGSPOLL32090_95900900answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32090_95900900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Season 6: Kristi Yamaguchi<br>'
+' <span title="633 votes" '+twiigsAddStyleInline32090_95900900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img id="TWIIGSPOLL32090_95900900answerimg5" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32090_95900900answerpct5" '+twiigsAddStyleInline32090_95900900({})+'>'
+'0.22926475914524</span>'
+' </li>'
+' <li id="TWIIGSPOLL32090_95900900answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32090_95900900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Season 7: Brooke Burke<br>'
+' <span title="257 votes" '+twiigsAddStyleInline32090_95900900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img id="TWIIGSPOLL32090_95900900answerimg6" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage32090_95900900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32090_95900900answerpct6" '+twiigsAddStyleInline32090_95900900({})+'>'
+'0.093082216588193</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock32090_95900900({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on May 19, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock32090_95900900({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock32090_95900900({"text-align":"center"})+'>'
+' Total Votes: 2,761 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet32090_95900900();
