
function twiigsAddStyle30928_42019700(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 twiigsAddStyleBlock30928_42019700(mods)
{
  var stype = {
  };
  return twiigsAddStyle30928_42019700(stype, mods);
}

function twiigsAddStyleInline30928_42019700(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle30928_42019700(stype, mods);
}

function twiigsAddStyleInput30928_42019700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle30928_42019700(stype, mods);
}

function twiigsAddStyleImage30928_42019700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle30928_42019700(stype, mods);
}

function twiigsAddStyleLink30928_42019700(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle30928_42019700(stype, mods);
}

function twiigsAddStyleList30928_42019700(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle30928_42019700(stype, mods);
}

function twiigsPollBarWidthSet30928_42019700()
{
  for(var i = 0; i < 5; i++)
    twiigsPollBarWidthSetBar30928_42019700(i, 20);
}

function twiigsPollBarWidthSetBar30928_42019700(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL30928_42019700answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL30928_42019700answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL30928_42019700answerpct" + 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('twiigsPollBarWidthSetBar30928_42019700(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock30928_42019700({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock30928_42019700({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock30928_42019700({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Basketball/30928" '+twiigsAddStyleInline30928_42019700({})+'>'
+'What do you think was the worst trade in Cleveland sports history?</a>'
+' </div>'
+' <div id="TWIIGSPOLL30928_42019700" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock30928_42019700({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock30928_42019700({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock30928_42019700({})+'>'
+' <li id="TWIIGSPOLL30928_42019700answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList30928_42019700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Browns trade DE Willie Davis to the Green Bay Packers for DE A.D. Williams.<br>'
+' <span title="87 votes" '+twiigsAddStyleInline30928_42019700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_red_beg03.png" width="2" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+'<img id="TWIIGSPOLL30928_42019700answerimg0" src="http://www.twiigs.com/img/pb_red_mid03.png" width="0" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_red_end03.png" width="2" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL30928_42019700answerpct0" '+twiigsAddStyleInline30928_42019700({})+'>'
+'0.045077720207254</span>'
+' </li>'
+' <li id="TWIIGSPOLL30928_42019700answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList30928_42019700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Indians trade OF Rocky Colavito to the Detroit Tigers for OF Harvey Kuenn, April 17, 1960.<br>'
+' <span title="1198 votes" '+twiigsAddStyleInline30928_42019700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_red_beg03.png" width="2" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+'<img id="TWIIGSPOLL30928_42019700answerimg1" src="http://www.twiigs.com/img/pb_red_mid03.png" width="0" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_red_end03.png" width="2" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL30928_42019700answerpct1" '+twiigsAddStyleInline30928_42019700({})+'>'
+'0.62072538860104</span>'
+' </li>'
+' <li id="TWIIGSPOLL30928_42019700answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList30928_42019700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Cavs deal 1982 No. 1 pick (became James Worthy) and Butch Lee for Don Ford and LA'+"'"+'s 1980 1st-rounder<br>'
+' <span title="623 votes" '+twiigsAddStyleInline30928_42019700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_red_beg03.png" width="2" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+'<img id="TWIIGSPOLL30928_42019700answerimg2" src="http://www.twiigs.com/img/pb_red_mid03.png" width="0" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_red_end03.png" width="2" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL30928_42019700answerpct2" '+twiigsAddStyleInline30928_42019700({})+'>'
+'0.32279792746114</span>'
+' </li>'
+' <li id="TWIIGSPOLL30928_42019700answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList30928_42019700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Browns trade DL Henry Jordan to Green Bay for a 1960 5th-rounder (became FB Bob Jarus), 1960<br>'
+' <span title="13 votes" '+twiigsAddStyleInline30928_42019700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_red_beg03.png" width="2" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+'<img id="TWIIGSPOLL30928_42019700answerimg3" src="http://www.twiigs.com/img/pb_red_mid03.png" width="0" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_red_end03.png" width="2" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL30928_42019700answerpct3" '+twiigsAddStyleInline30928_42019700({})+'>'
+'0.0067357512953368</span>'
+' </li>'
+' <li id="TWIIGSPOLL30928_42019700answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList30928_42019700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Browns trade DE Doug Atkins and QB Ken Gorgal to Chicago for 1956 3rd-rounder (became E Larry Ross)<br>'
+' <span title="9 votes" '+twiigsAddStyleInline30928_42019700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_red_beg03.png" width="2" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+'<img id="TWIIGSPOLL30928_42019700answerimg4" src="http://www.twiigs.com/img/pb_red_mid03.png" width="0" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_red_end03.png" width="2" height="10" '+twiigsAddStyleImage30928_42019700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL30928_42019700answerpct4" '+twiigsAddStyleInline30928_42019700({})+'>'
+'0.0046632124352332</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock30928_42019700({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Apr 30, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock30928_42019700({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock30928_42019700({"text-align":"center"})+'>'
+' Total Votes: 1,930 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet30928_42019700();
