
function twiigsAddStyle42587_44681200(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 twiigsAddStyleBlock42587_44681200(mods)
{
  var stype = {
  };
  return twiigsAddStyle42587_44681200(stype, mods);
}

function twiigsAddStyleInline42587_44681200(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle42587_44681200(stype, mods);
}

function twiigsAddStyleInput42587_44681200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle42587_44681200(stype, mods);
}

function twiigsAddStyleImage42587_44681200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle42587_44681200(stype, mods);
}

function twiigsAddStyleLink42587_44681200(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle42587_44681200(stype, mods);
}

function twiigsAddStyleList42587_44681200(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle42587_44681200(stype, mods);
}

function twiigsPollBarWidthSet42587_44681200()
{
  for(var i = 0; i < 5; i++)
    twiigsPollBarWidthSetBar42587_44681200(i, 20);
}

function twiigsPollBarWidthSetBar42587_44681200(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL42587_44681200answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL42587_44681200answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL42587_44681200answerpct" + 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('twiigsPollBarWidthSetBar42587_44681200(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock42587_44681200({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock42587_44681200({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock42587_44681200({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Football/42587" '+twiigsAddStyleInline42587_44681200({})+'>'
+'Which underachieving Lion has the most to prove following the bye week?</a>'
+' </div>'
+' <div id="TWIIGSPOLL42587_44681200" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock42587_44681200({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock42587_44681200({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock42587_44681200({})+'>'
+' <li id="TWIIGSPOLL42587_44681200answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42587_44681200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Cliff Avril: Second-year DE needs some sacks<br>'
+' <span title="217 votes" '+twiigsAddStyleInline42587_44681200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+'<img id="TWIIGSPOLL42587_44681200answerimg0" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42587_44681200answerpct0" '+twiigsAddStyleInline42587_44681200({})+'>'
+'0.131038647343</span>'
+' </li>'
+' <li id="TWIIGSPOLL42587_44681200answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42587_44681200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Phillip Buchanon: Does the CB have anything left?<br>'
+' <span title="319 votes" '+twiigsAddStyleInline42587_44681200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+'<img id="TWIIGSPOLL42587_44681200answerimg1" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42587_44681200answerpct1" '+twiigsAddStyleInline42587_44681200({})+'>'
+'0.19263285024155</span>'
+' </li>'
+' <li id="TWIIGSPOLL42587_44681200answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42587_44681200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Calvin Johnson: Emerging superstar WR needs to stay healthy<br>'
+' <span title="227 votes" '+twiigsAddStyleInline42587_44681200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+'<img id="TWIIGSPOLL42587_44681200answerimg2" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42587_44681200answerpct2" '+twiigsAddStyleInline42587_44681200({})+'>'
+'0.13707729468599</span>'
+' </li>'
+' <li id="TWIIGSPOLL42587_44681200answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42587_44681200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Brandon Pettigrew: Rookie TE needs to find his place in offense<br>'
+' <span title="483 votes" '+twiigsAddStyleInline42587_44681200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+'<img id="TWIIGSPOLL42587_44681200answerimg3" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42587_44681200answerpct3" '+twiigsAddStyleInline42587_44681200({})+'>'
+'0.29166666666667</span>'
+' </li>'
+' <li id="TWIIGSPOLL42587_44681200answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42587_44681200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Ernie Sims: Can veteran LB hold off DeAndre Levy?<br>'
+' <span title="410 votes" '+twiigsAddStyleInline42587_44681200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+'<img id="TWIIGSPOLL42587_44681200answerimg4" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage42587_44681200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42587_44681200answerpct4" '+twiigsAddStyleInline42587_44681200({})+'>'
+'0.2475845410628</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock42587_44681200({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Oct 28, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock42587_44681200({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock42587_44681200({"text-align":"center"})+'>'
+' Total Votes: 1,656 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet42587_44681200();
