
function twiigsAddStyle41869_28890800(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 twiigsAddStyleBlock41869_28890800(mods)
{
  var stype = {
  };
  return twiigsAddStyle41869_28890800(stype, mods);
}

function twiigsAddStyleInline41869_28890800(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle41869_28890800(stype, mods);
}

function twiigsAddStyleInput41869_28890800(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle41869_28890800(stype, mods);
}

function twiigsAddStyleImage41869_28890800(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle41869_28890800(stype, mods);
}

function twiigsAddStyleLink41869_28890800(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle41869_28890800(stype, mods);
}

function twiigsAddStyleList41869_28890800(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle41869_28890800(stype, mods);
}

function twiigsPollBarWidthSet41869_28890800()
{
  for(var i = 0; i < 8; i++)
    twiigsPollBarWidthSetBar41869_28890800(i, 20);
}

function twiigsPollBarWidthSetBar41869_28890800(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL41869_28890800answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL41869_28890800answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL41869_28890800answerpct" + 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('twiigsPollBarWidthSetBar41869_28890800(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock41869_28890800({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock41869_28890800({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock41869_28890800({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Football/41869" '+twiigsAddStyleInline41869_28890800({})+'>'
+'Who will win Class B?</a>'
+' </div>'
+' <div id="TWIIGSPOLL41869_28890800" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock41869_28890800({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock41869_28890800({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock41869_28890800({})+'>'
+' <li id="TWIIGSPOLL41869_28890800answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList41869_28890800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Cheektowaga<br>'
+' <span title="60 votes" '+twiigsAddStyleInline41869_28890800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_silver_beg03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img id="TWIIGSPOLL41869_28890800answerimg0" src="http://www.twiigs.com/img/pb_silver_mid03.png" width="0" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_silver_end03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL41869_28890800answerpct0" '+twiigsAddStyleInline41869_28890800({})+'>'
+'0.23622047244094</span>'
+' </li>'
+' <li id="TWIIGSPOLL41869_28890800answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList41869_28890800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' East Aurora<br>'
+' <span title="43 votes" '+twiigsAddStyleInline41869_28890800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_silver_beg03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img id="TWIIGSPOLL41869_28890800answerimg1" src="http://www.twiigs.com/img/pb_silver_mid03.png" width="0" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_silver_end03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL41869_28890800answerpct1" '+twiigsAddStyleInline41869_28890800({})+'>'
+'0.16929133858268</span>'
+' </li>'
+' <li id="TWIIGSPOLL41869_28890800answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList41869_28890800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Depew<br>'
+' <span title="84 votes" '+twiigsAddStyleInline41869_28890800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_silver_beg03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img id="TWIIGSPOLL41869_28890800answerimg2" src="http://www.twiigs.com/img/pb_silver_mid03.png" width="0" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_silver_end03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL41869_28890800answerpct2" '+twiigsAddStyleInline41869_28890800({})+'>'
+'0.33070866141732</span>'
+' </li>'
+' <li id="TWIIGSPOLL41869_28890800answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList41869_28890800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Lackawanna<br>'
+' <span title="28 votes" '+twiigsAddStyleInline41869_28890800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_silver_beg03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img id="TWIIGSPOLL41869_28890800answerimg3" src="http://www.twiigs.com/img/pb_silver_mid03.png" width="0" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_silver_end03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL41869_28890800answerpct3" '+twiigsAddStyleInline41869_28890800({})+'>'
+'0.11023622047244</span>'
+' </li>'
+' <li id="TWIIGSPOLL41869_28890800answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList41869_28890800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Albion<br>'
+' <span title="5 votes" '+twiigsAddStyleInline41869_28890800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_silver_beg03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img id="TWIIGSPOLL41869_28890800answerimg4" src="http://www.twiigs.com/img/pb_silver_mid03.png" width="0" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_silver_end03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL41869_28890800answerpct4" '+twiigsAddStyleInline41869_28890800({})+'>'
+'0.019685039370079</span>'
+' </li>'
+' <li id="TWIIGSPOLL41869_28890800answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList41869_28890800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Alden<br>'
+' <span title="26 votes" '+twiigsAddStyleInline41869_28890800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_silver_beg03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img id="TWIIGSPOLL41869_28890800answerimg5" src="http://www.twiigs.com/img/pb_silver_mid03.png" width="0" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_silver_end03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL41869_28890800answerpct5" '+twiigsAddStyleInline41869_28890800({})+'>'
+'0.10236220472441</span>'
+' </li>'
+' <li id="TWIIGSPOLL41869_28890800answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList41869_28890800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Maryvale<br>'
+' <span title="1 vote" '+twiigsAddStyleInline41869_28890800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_silver_beg03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img id="TWIIGSPOLL41869_28890800answerimg6" src="http://www.twiigs.com/img/pb_silver_mid03.png" width="0" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_silver_end03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL41869_28890800answerpct6" '+twiigsAddStyleInline41869_28890800({})+'>'
+'0.0039370078740157</span>'
+' </li>'
+' <li id="TWIIGSPOLL41869_28890800answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList41869_28890800({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Dunkirk<br>'
+' <span title="7 votes" '+twiigsAddStyleInline41869_28890800({})+'>'
+' <img src="http://www.twiigs.com/img/pb_silver_beg03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img id="TWIIGSPOLL41869_28890800answerimg7" src="http://www.twiigs.com/img/pb_silver_mid03.png" width="0" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+'<img src="http://www.twiigs.com/img/pb_silver_end03.png" width="2" height="10" '+twiigsAddStyleImage41869_28890800({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL41869_28890800answerpct7" '+twiigsAddStyleInline41869_28890800({})+'>'
+'0.02755905511811</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock41869_28890800({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Oct 18, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock41869_28890800({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock41869_28890800({"text-align":"center"})+'>'
+' Total Votes: 254 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet41869_28890800();
