
function twiigsAddStyle14081_89713300(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 twiigsAddStyleBlock14081_89713300(mods)
{
  var stype = {
  };
  return twiigsAddStyle14081_89713300(stype, mods);
}

function twiigsAddStyleInline14081_89713300(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle14081_89713300(stype, mods);
}

function twiigsAddStyleInput14081_89713300(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle14081_89713300(stype, mods);
}

function twiigsAddStyleImage14081_89713300(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle14081_89713300(stype, mods);
}

function twiigsAddStyleLink14081_89713300(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle14081_89713300(stype, mods);
}

function twiigsAddStyleList14081_89713300(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle14081_89713300(stype, mods);
}

function twiigsPollBarWidthSet14081_89713300()
{
  for(var i = 0; i < 3; i++)
    twiigsPollBarWidthSetBar14081_89713300(i, 20);
}

function twiigsPollBarWidthSetBar14081_89713300(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL14081_89713300answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL14081_89713300answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL14081_89713300answerpct" + 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('twiigsPollBarWidthSetBar14081_89713300(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock14081_89713300({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock14081_89713300({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock14081_89713300({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Baseball/14081" '+twiigsAddStyleInline14081_89713300({})+'>'
+'FOUR. By trading for Alfonso Soriano in December 2005 and letting him go via free agency a year later, the Nationals lost pitcher Armando Galarraga (7-2 with 3.27 ERA with the Tigers) and gained two compensatory picks, resulting in minor leaguer pitchers Josh Smoker and Jordan Zimmermann. Considering what the Nationals gave up in the Soriano trade and what they gained, was Soriano’s time with the franchise — in the end — worthwhile?</a>'
+' </div>'
+' <div id="TWIIGSPOLL14081_89713300" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock14081_89713300({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock14081_89713300({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock14081_89713300({})+'>'
+' <li id="TWIIGSPOLL14081_89713300answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList14081_89713300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Yes<br>'
+' <span title="405 votes" '+twiigsAddStyleInline14081_89713300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage14081_89713300({})+'>'
+'<img id="TWIIGSPOLL14081_89713300answerimg0" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage14081_89713300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage14081_89713300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL14081_89713300answerpct0" '+twiigsAddStyleInline14081_89713300({})+'>'
+'0.5392809587217</span>'
+' </li>'
+' <li id="TWIIGSPOLL14081_89713300answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList14081_89713300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' No<br>'
+' <span title="86 votes" '+twiigsAddStyleInline14081_89713300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage14081_89713300({})+'>'
+'<img id="TWIIGSPOLL14081_89713300answerimg1" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage14081_89713300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage14081_89713300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL14081_89713300answerpct1" '+twiigsAddStyleInline14081_89713300({})+'>'
+'0.11451398135819</span>'
+' </li>'
+' <li id="TWIIGSPOLL14081_89713300answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList14081_89713300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Too early to tell<br>'
+' <span title="260 votes" '+twiigsAddStyleInline14081_89713300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage14081_89713300({})+'>'
+'<img id="TWIIGSPOLL14081_89713300answerimg2" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage14081_89713300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage14081_89713300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL14081_89713300answerpct2" '+twiigsAddStyleInline14081_89713300({})+'>'
+'0.34620505992011</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock14081_89713300({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jul 9, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock14081_89713300({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock14081_89713300({"text-align":"center"})+'>'
+' Total Votes: 751 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet14081_89713300();
