
function twiigsAddStyle11133_34493200(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 twiigsAddStyleBlock11133_34493200(mods)
{
  var stype = {
  };
  return twiigsAddStyle11133_34493200(stype, mods);
}

function twiigsAddStyleInline11133_34493200(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle11133_34493200(stype, mods);
}

function twiigsAddStyleInput11133_34493200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle11133_34493200(stype, mods);
}

function twiigsAddStyleImage11133_34493200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle11133_34493200(stype, mods);
}

function twiigsAddStyleLink11133_34493200(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle11133_34493200(stype, mods);
}

function twiigsAddStyleList11133_34493200(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle11133_34493200(stype, mods);
}

function twiigsPollBarWidthSet11133_34493200()
{
  for(var i = 0; i < 6; i++)
    twiigsPollBarWidthSetBar11133_34493200(i, 20);
}

function twiigsPollBarWidthSetBar11133_34493200(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL11133_34493200answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL11133_34493200answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL11133_34493200answerpct" + 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('twiigsPollBarWidthSetBar11133_34493200(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock11133_34493200({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock11133_34493200({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock11133_34493200({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Baseball/11133" '+twiigsAddStyleInline11133_34493200({})+'>'
+'If the A'+"'"+'s make the playoffs this year...</a>'
+' </div>'
+' <div id="TWIIGSPOLL11133_34493200" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock11133_34493200({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock11133_34493200({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock11133_34493200({})+'>'
+' <li id="TWIIGSPOLL11133_34493200answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11133_34493200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' We will know that all this time, Billy Beane has been using the One Ring to make these deals.<br>'
+' <span title="11 votes" '+twiigsAddStyleInline11133_34493200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img id="TWIIGSPOLL11133_34493200answerimg0" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11133_34493200answerpct0" '+twiigsAddStyleInline11133_34493200({})+'>'
+'0.12359550561798</span>'
+' </li>'
+' <li id="TWIIGSPOLL11133_34493200answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11133_34493200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Bud Selig will force Beane into retirement to &quot;level the playing field&quot; for the other GMs.<br>'
+' <span title="10 votes" '+twiigsAddStyleInline11133_34493200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img id="TWIIGSPOLL11133_34493200answerimg1" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11133_34493200answerpct1" '+twiigsAddStyleInline11133_34493200({})+'>'
+'0.1123595505618</span>'
+' </li>'
+' <li id="TWIIGSPOLL11133_34493200answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11133_34493200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' It will cause a massive fissure in the San Andreas Fault that severs California from the mainland.<br>'
+' <span title="6 votes" '+twiigsAddStyleInline11133_34493200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img id="TWIIGSPOLL11133_34493200answerimg2" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11133_34493200answerpct2" '+twiigsAddStyleInline11133_34493200({})+'>'
+'0.067415730337079</span>'
+' </li>'
+' <li id="TWIIGSPOLL11133_34493200answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11133_34493200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Hank Steinbrenner will make Beane an offer he cannot refuse and, when he refuses, kill him.<br>'
+' <span title="14 votes" '+twiigsAddStyleInline11133_34493200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img id="TWIIGSPOLL11133_34493200answerimg3" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11133_34493200answerpct3" '+twiigsAddStyleInline11133_34493200({})+'>'
+'0.15730337078652</span>'
+' </li>'
+' <li id="TWIIGSPOLL11133_34493200answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11133_34493200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Nothing. The A'+"'"+'s cannot possibly beat out the Angels and the Mariners this year, computers or no.<br>'
+' <span title="10 votes" '+twiigsAddStyleInline11133_34493200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img id="TWIIGSPOLL11133_34493200answerimg4" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11133_34493200answerpct4" '+twiigsAddStyleInline11133_34493200({})+'>'
+'0.1123595505618</span>'
+' </li>'
+' <li id="TWIIGSPOLL11133_34493200answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11133_34493200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' It doesn'+"'"+'t matter. After all, Beane'+"'"+'s shit doesn'+"'"+'t work in the playoffs.<br>'
+' <span title="38 votes" '+twiigsAddStyleInline11133_34493200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img id="TWIIGSPOLL11133_34493200answerimg5" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage11133_34493200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11133_34493200answerpct5" '+twiigsAddStyleInline11133_34493200({})+'>'
+'0.42696629213483</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock11133_34493200({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Apr 24, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock11133_34493200({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock11133_34493200({"text-align":"center"})+'>'
+' Total Votes: 89 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet11133_34493200();
