
function twiigsAddStyle43590_17948000(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 twiigsAddStyleBlock43590_17948000(mods)
{
  var stype = {
  };
  return twiigsAddStyle43590_17948000(stype, mods);
}

function twiigsAddStyleInline43590_17948000(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle43590_17948000(stype, mods);
}

function twiigsAddStyleInput43590_17948000(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle43590_17948000(stype, mods);
}

function twiigsAddStyleImage43590_17948000(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle43590_17948000(stype, mods);
}

function twiigsAddStyleLink43590_17948000(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle43590_17948000(stype, mods);
}

function twiigsAddStyleList43590_17948000(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle43590_17948000(stype, mods);
}

function twiigsPollBarWidthSet43590_17948000()
{
  for(var i = 0; i < 5; i++)
    twiigsPollBarWidthSetBar43590_17948000(i, 20);
}

function twiigsPollBarWidthSetBar43590_17948000(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL43590_17948000answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL43590_17948000answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL43590_17948000answerpct" + 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('twiigsPollBarWidthSetBar43590_17948000(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock43590_17948000({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock43590_17948000({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock43590_17948000({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Football/43590" '+twiigsAddStyleInline43590_17948000({})+'>'
+'Who has been the Lions’ most valuable player in the first half?</a>'
+' </div>'
+' <div id="TWIIGSPOLL43590_17948000" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock43590_17948000({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock43590_17948000({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock43590_17948000({})+'>'
+' <li id="TWIIGSPOLL43590_17948000answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43590_17948000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' A. Larry Foote: Leads team with 56 tackles<br>'
+' <span title="1082 votes" '+twiigsAddStyleInline43590_17948000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+'<img id="TWIIGSPOLL43590_17948000answerimg0" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43590_17948000answerpct0" '+twiigsAddStyleInline43590_17948000({})+'>'
+'0.35016181229773</span>'
+' </li>'
+' <li id="TWIIGSPOLL43590_17948000answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43590_17948000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' B. Kevin Smith: Leads team in yards from scrimmage (667), receptions (24) and TDs (3)<br>'
+' <span title="145 votes" '+twiigsAddStyleInline43590_17948000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+'<img id="TWIIGSPOLL43590_17948000answerimg1" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43590_17948000answerpct1" '+twiigsAddStyleInline43590_17948000({})+'>'
+'0.046925566343042</span>'
+' </li>'
+' <li id="TWIIGSPOLL43590_17948000answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43590_17948000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' C. Julian Peterson: Leads team with 3 1/2 sacks and three forced fumbles<br>'
+' <span title="107 votes" '+twiigsAddStyleInline43590_17948000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+'<img id="TWIIGSPOLL43590_17948000answerimg2" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43590_17948000answerpct2" '+twiigsAddStyleInline43590_17948000({})+'>'
+'0.03462783171521</span>'
+' </li>'
+' <li id="TWIIGSPOLL43590_17948000answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43590_17948000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' D. Louis Delmas: Second on team with 45 tackles, tied for first with five passes defended<br>'
+' <span title="787 votes" '+twiigsAddStyleInline43590_17948000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+'<img id="TWIIGSPOLL43590_17948000answerimg3" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43590_17948000answerpct3" '+twiigsAddStyleInline43590_17948000({})+'>'
+'0.2546925566343</span>'
+' </li>'
+' <li id="TWIIGSPOLL43590_17948000answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43590_17948000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' E. None: No MVP on a team with such a poor record<br>'
+' <span title="969 votes" '+twiigsAddStyleInline43590_17948000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+'<img id="TWIIGSPOLL43590_17948000answerimg4" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage43590_17948000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43590_17948000answerpct4" '+twiigsAddStyleInline43590_17948000({})+'>'
+'0.31359223300971</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock43590_17948000({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Nov 11, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock43590_17948000({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock43590_17948000({"text-align":"center"})+'>'
+' Total Votes: 3,090 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet43590_17948000();
