
function twiigsAddStyle44412_89176400(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 twiigsAddStyleBlock44412_89176400(mods)
{
  var stype = {
  };
  return twiigsAddStyle44412_89176400(stype, mods);
}

function twiigsAddStyleInline44412_89176400(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle44412_89176400(stype, mods);
}

function twiigsAddStyleInput44412_89176400(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle44412_89176400(stype, mods);
}

function twiigsAddStyleImage44412_89176400(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle44412_89176400(stype, mods);
}

function twiigsAddStyleLink44412_89176400(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle44412_89176400(stype, mods);
}

function twiigsAddStyleList44412_89176400(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle44412_89176400(stype, mods);
}

function twiigsPollBarWidthSet44412_89176400()
{
  for(var i = 0; i < 5; i++)
    twiigsPollBarWidthSetBar44412_89176400(i, 20);
}

function twiigsPollBarWidthSetBar44412_89176400(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL44412_89176400answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL44412_89176400answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL44412_89176400answerpct" + 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('twiigsPollBarWidthSetBar44412_89176400(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock44412_89176400({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock44412_89176400({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock44412_89176400({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Football/44412" '+twiigsAddStyleInline44412_89176400({})+'>'
+'What kind of running back can Chris Jennings be?</a>'
+' </div>'
+' <div id="TWIIGSPOLL44412_89176400" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock44412_89176400({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock44412_89176400({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock44412_89176400({})+'>'
+' <li id="TWIIGSPOLL44412_89176400answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList44412_89176400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' An every-down back able to run the ball and catch it.<br>'
+' <span title="302 votes" '+twiigsAddStyleInline44412_89176400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+'<img id="TWIIGSPOLL44412_89176400answerimg0" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL44412_89176400answerpct0" '+twiigsAddStyleInline44412_89176400({})+'>'
+'0.13356921716055</span>'
+' </li>'
+' <li id="TWIIGSPOLL44412_89176400answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList44412_89176400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Just a third-down back, to take advantage of his receiving abilities.<br>'
+' <span title="194 votes" '+twiigsAddStyleInline44412_89176400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+'<img id="TWIIGSPOLL44412_89176400answerimg1" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL44412_89176400answerpct1" '+twiigsAddStyleInline44412_89176400({})+'>'
+'0.085802742149491</span>'
+' </li>'
+' <li id="TWIIGSPOLL44412_89176400answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList44412_89176400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' A back who should get 20 to 25 carries per game, and go to the bench on passing situations.<br>'
+' <span title="196 votes" '+twiigsAddStyleInline44412_89176400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+'<img id="TWIIGSPOLL44412_89176400answerimg2" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL44412_89176400answerpct2" '+twiigsAddStyleInline44412_89176400({})+'>'
+'0.086687306501548</span>'
+' </li>'
+' <li id="TWIIGSPOLL44412_89176400answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList44412_89176400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' A good second- or third-string back, but not a featured back.<br>'
+' <span title="1409 votes" '+twiigsAddStyleInline44412_89176400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+'<img id="TWIIGSPOLL44412_89176400answerimg3" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL44412_89176400answerpct3" '+twiigsAddStyleInline44412_89176400({})+'>'
+'0.62317558602388</span>'
+' </li>'
+' <li id="TWIIGSPOLL44412_89176400answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList44412_89176400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Doesn'+"'"+'t belong in the NFL.<br>'
+' <span title="160 votes" '+twiigsAddStyleInline44412_89176400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+'<img id="TWIIGSPOLL44412_89176400answerimg4" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage44412_89176400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL44412_89176400answerpct4" '+twiigsAddStyleInline44412_89176400({})+'>'
+'0.070765148164529</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock44412_89176400({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Nov 24, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock44412_89176400({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock44412_89176400({"text-align":"center"})+'>'
+' Total Votes: 2,261 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet44412_89176400();
