
function twiigsAddStyle22077_8328500(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 twiigsAddStyleBlock22077_8328500(mods)
{
  var stype = {
  };
  return twiigsAddStyle22077_8328500(stype, mods);
}

function twiigsAddStyleInline22077_8328500(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle22077_8328500(stype, mods);
}

function twiigsAddStyleInput22077_8328500(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle22077_8328500(stype, mods);
}

function twiigsAddStyleImage22077_8328500(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle22077_8328500(stype, mods);
}

function twiigsAddStyleLink22077_8328500(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle22077_8328500(stype, mods);
}

function twiigsAddStyleList22077_8328500(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle22077_8328500(stype, mods);
}

function twiigsPollBarWidthSet22077_8328500()
{
  for(var i = 0; i < 11; i++)
    twiigsPollBarWidthSetBar22077_8328500(i, 20);
}

function twiigsPollBarWidthSetBar22077_8328500(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL22077_8328500answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL22077_8328500answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL22077_8328500answerpct" + 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('twiigsPollBarWidthSetBar22077_8328500(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock22077_8328500({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock22077_8328500({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock22077_8328500({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Football/22077" '+twiigsAddStyleInline22077_8328500({})+'>'
+'Which NFL Head Coach Will Be Fired?</a>'
+' </div>'
+' <div id="TWIIGSPOLL22077_8328500" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock22077_8328500({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock22077_8328500({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock22077_8328500({})+'>'
+' <li id="TWIIGSPOLL22077_8328500answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Tom Cable<br>'
+' <span title="381 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg0" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct0" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.24129195693477</span>'
+' </li>'
+' <li id="TWIIGSPOLL22077_8328500answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Romeo Crennel<br>'
+' <span title="799 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg1" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct1" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.5060164661178</span>'
+' </li>'
+' <li id="TWIIGSPOLL22077_8328500answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jack Del Rio<br>'
+' <span title="170 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg2" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct2" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.1076630778974</span>'
+' </li>'
+' <li id="TWIIGSPOLL22077_8328500answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Herm Edwards<br>'
+' <span title="525 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg3" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct3" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.3324889170361</span>'
+' </li>'
+' <li id="TWIIGSPOLL22077_8328500answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jim Haslett<br>'
+' <span title="346 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg4" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct4" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.21912602913236</span>'
+' </li>'
+' <li id="TWIIGSPOLL22077_8328500answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Marvin Lewis<br>'
+' <span title="372 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg5" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct5" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.23559214692844</span>'
+' </li>'
+' <li id="TWIIGSPOLL22077_8328500answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Rod Marinelli<br>'
+' <span title="865 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg6" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct6" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.54781507283091</span>'
+' </li>'
+' <li id="TWIIGSPOLL22077_8328500answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Wade Phillips<br>'
+' <span title="497 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg7" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct7" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.31475617479417</span>'
+' </li>'
+' <li id="TWIIGSPOLL22077_8328500answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Andy Reid<br>'
+' <span title="159 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg8" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct8" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.10069664344522</span>'
+' </li>'
+' <li id="TWIIGSPOLL22077_8328500answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Mike Singletary<br>'
+' <span title="83 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg9" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct9" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.05256491450285</span>'
+' </li>'
+' <li id="TWIIGSPOLL22077_8328500answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22077_8328500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Norv Turner<br>'
+' <span title="300 votes" '+twiigsAddStyleInline22077_8328500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img id="TWIIGSPOLL22077_8328500answerimg10" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage22077_8328500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22077_8328500answerpct10" '+twiigsAddStyleInline22077_8328500({})+'>'
+'0.18999366687777</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock22077_8328500({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Dec 15, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock22077_8328500({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock22077_8328500({"text-align":"center"})+'>'
+' Total Votes: 1,579 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet22077_8328500();
