
function twiigsAddStyle43689_16710200(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 twiigsAddStyleBlock43689_16710200(mods)
{
  var stype = {
  };
  return twiigsAddStyle43689_16710200(stype, mods);
}

function twiigsAddStyleInline43689_16710200(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle43689_16710200(stype, mods);
}

function twiigsAddStyleInput43689_16710200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle43689_16710200(stype, mods);
}

function twiigsAddStyleImage43689_16710200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle43689_16710200(stype, mods);
}

function twiigsAddStyleLink43689_16710200(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle43689_16710200(stype, mods);
}

function twiigsAddStyleList43689_16710200(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle43689_16710200(stype, mods);
}

function twiigsPollBarWidthSet43689_16710200()
{
  for(var i = 0; i < 8; i++)
    twiigsPollBarWidthSetBar43689_16710200(i, 20);
}

function twiigsPollBarWidthSetBar43689_16710200(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL43689_16710200answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL43689_16710200answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL43689_16710200answerpct" + 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('twiigsPollBarWidthSetBar43689_16710200(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock43689_16710200({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock43689_16710200({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock43689_16710200({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Football/43689" '+twiigsAddStyleInline43689_16710200({})+'>'
+'Bills Poll: We asked 44 Bills players to name their favorite NBA team. See their picks in Friday'+"'"+'s Buffalo News</a>'
+' </div>'
+' <div id="TWIIGSPOLL43689_16710200" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock43689_16710200({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock43689_16710200({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock43689_16710200({})+'>'
+' <li id="TWIIGSPOLL43689_16710200answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43689_16710200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Lakers<br>'
+' <span title="43 votes" '+twiigsAddStyleInline43689_16710200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img id="TWIIGSPOLL43689_16710200answerimg0" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43689_16710200answerpct0" '+twiigsAddStyleInline43689_16710200({})+'>'
+'0.17479674796748</span>'
+' </li>'
+' <li id="TWIIGSPOLL43689_16710200answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43689_16710200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Cavaliers<br>'
+' <span title="51 votes" '+twiigsAddStyleInline43689_16710200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img id="TWIIGSPOLL43689_16710200answerimg1" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43689_16710200answerpct1" '+twiigsAddStyleInline43689_16710200({})+'>'
+'0.20731707317073</span>'
+' </li>'
+' <li id="TWIIGSPOLL43689_16710200answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43689_16710200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Bulls<br>'
+' <span title="21 votes" '+twiigsAddStyleInline43689_16710200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img id="TWIIGSPOLL43689_16710200answerimg2" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43689_16710200answerpct2" '+twiigsAddStyleInline43689_16710200({})+'>'
+'0.085365853658537</span>'
+' </li>'
+' <li id="TWIIGSPOLL43689_16710200answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43689_16710200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Heat<br>'
+' <span title="12 votes" '+twiigsAddStyleInline43689_16710200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img id="TWIIGSPOLL43689_16710200answerimg3" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43689_16710200answerpct3" '+twiigsAddStyleInline43689_16710200({})+'>'
+'0.048780487804878</span>'
+' </li>'
+' <li id="TWIIGSPOLL43689_16710200answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43689_16710200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Rockets<br>'
+' <span title="7 votes" '+twiigsAddStyleInline43689_16710200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img id="TWIIGSPOLL43689_16710200answerimg4" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43689_16710200answerpct4" '+twiigsAddStyleInline43689_16710200({})+'>'
+'0.028455284552846</span>'
+' </li>'
+' <li id="TWIIGSPOLL43689_16710200answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43689_16710200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Mavericks<br>'
+' <span title="4 votes" '+twiigsAddStyleInline43689_16710200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img id="TWIIGSPOLL43689_16710200answerimg5" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43689_16710200answerpct5" '+twiigsAddStyleInline43689_16710200({})+'>'
+'0.016260162601626</span>'
+' </li>'
+' <li id="TWIIGSPOLL43689_16710200answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43689_16710200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Magic<br>'
+' <span title="24 votes" '+twiigsAddStyleInline43689_16710200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img id="TWIIGSPOLL43689_16710200answerimg6" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43689_16710200answerpct6" '+twiigsAddStyleInline43689_16710200({})+'>'
+'0.097560975609756</span>'
+' </li>'
+' <li id="TWIIGSPOLL43689_16710200answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList43689_16710200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Other (tell us in the comment)<br>'
+' <span title="84 votes" '+twiigsAddStyleInline43689_16710200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_reddark_beg03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img id="TWIIGSPOLL43689_16710200answerimg7" src="http://www.twiigs.com/img/pb_reddark_mid03.png" width="0" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_reddark_end03.png" width="2" height="10" '+twiigsAddStyleImage43689_16710200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL43689_16710200answerpct7" '+twiigsAddStyleInline43689_16710200({})+'>'
+'0.34146341463415</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock43689_16710200({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Nov 12, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock43689_16710200({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock43689_16710200({"text-align":"center"})+'>'
+' Total Votes: 246 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet43689_16710200();
