
function twiigsAddStyle32526_21388100(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 twiigsAddStyleBlock32526_21388100(mods)
{
  var stype = {
  };
  return twiigsAddStyle32526_21388100(stype, mods);
}

function twiigsAddStyleInline32526_21388100(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle32526_21388100(stype, mods);
}

function twiigsAddStyleInput32526_21388100(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle32526_21388100(stype, mods);
}

function twiigsAddStyleImage32526_21388100(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle32526_21388100(stype, mods);
}

function twiigsAddStyleLink32526_21388100(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle32526_21388100(stype, mods);
}

function twiigsAddStyleList32526_21388100(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle32526_21388100(stype, mods);
}

function twiigsPollBarWidthSet32526_21388100()
{
  for(var i = 0; i < 8; i++)
    twiigsPollBarWidthSetBar32526_21388100(i, 20);
}

function twiigsPollBarWidthSetBar32526_21388100(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL32526_21388100answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL32526_21388100answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL32526_21388100answerpct" + 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('twiigsPollBarWidthSetBar32526_21388100(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock32526_21388100({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock32526_21388100({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock32526_21388100({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Soccer/32526" '+twiigsAddStyleInline32526_21388100({})+'>'
+'How are you going to watch the Barcelona-Manchester United match today?</a>'
+' </div>'
+' <div id="TWIIGSPOLL32526_21388100" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock32526_21388100({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock32526_21388100({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock32526_21388100({})+'>'
+' <li id="TWIIGSPOLL32526_21388100answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32526_21388100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Live on ESPN (2:45)<br>'
+' <span title="563 votes" '+twiigsAddStyleInline32526_21388100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img id="TWIIGSPOLL32526_21388100answerimg0" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32526_21388100answerpct0" '+twiigsAddStyleInline32526_21388100({})+'>'
+'0.42077727952167</span>'
+' </li>'
+' <li id="TWIIGSPOLL32526_21388100answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32526_21388100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Live on ESPN Deportes (2:45)<br>'
+' <span title="20 votes" '+twiigsAddStyleInline32526_21388100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img id="TWIIGSPOLL32526_21388100answerimg1" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32526_21388100answerpct1" '+twiigsAddStyleInline32526_21388100({})+'>'
+'0.014947683109118</span>'
+' </li>'
+' <li id="TWIIGSPOLL32526_21388100answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32526_21388100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Taped on ESPN Classic (5:30)<br>'
+' <span title="53 votes" '+twiigsAddStyleInline32526_21388100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img id="TWIIGSPOLL32526_21388100answerimg2" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32526_21388100answerpct2" '+twiigsAddStyleInline32526_21388100({})+'>'
+'0.039611360239163</span>'
+' </li>'
+' <li id="TWIIGSPOLL32526_21388100answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32526_21388100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Taped on ESPN2 (11:30)<br>'
+' <span title="50 votes" '+twiigsAddStyleInline32526_21388100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img id="TWIIGSPOLL32526_21388100answerimg3" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32526_21388100answerpct3" '+twiigsAddStyleInline32526_21388100({})+'>'
+'0.037369207772795</span>'
+' </li>'
+' <li id="TWIIGSPOLL32526_21388100answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32526_21388100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Online video<br>'
+' <span title="133 votes" '+twiigsAddStyleInline32526_21388100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img id="TWIIGSPOLL32526_21388100answerimg4" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32526_21388100answerpct4" '+twiigsAddStyleInline32526_21388100({})+'>'
+'0.099402092675635</span>'
+' </li>'
+' <li id="TWIIGSPOLL32526_21388100answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32526_21388100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' TiVo/DVR later<br>'
+' <span title="341 votes" '+twiigsAddStyleInline32526_21388100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img id="TWIIGSPOLL32526_21388100answerimg5" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32526_21388100answerpct5" '+twiigsAddStyleInline32526_21388100({})+'>'
+'0.25485799701046</span>'
+' </li>'
+' <li id="TWIIGSPOLL32526_21388100answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32526_21388100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' At a bar/restaurant<br>'
+' <span title="146 votes" '+twiigsAddStyleInline32526_21388100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img id="TWIIGSPOLL32526_21388100answerimg6" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32526_21388100answerpct6" '+twiigsAddStyleInline32526_21388100({})+'>'
+'0.10911808669656</span>'
+' </li>'
+' <li id="TWIIGSPOLL32526_21388100answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList32526_21388100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' TV? Heck, I'+"'"+'m at the game!<br>'
+' <span title="32 votes" '+twiigsAddStyleInline32526_21388100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_greendark_beg03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img id="TWIIGSPOLL32526_21388100answerimg7" src="http://www.twiigs.com/img/pb_greendark_mid03.png" width="0" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_greendark_end03.png" width="2" height="10" '+twiigsAddStyleImage32526_21388100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL32526_21388100answerpct7" '+twiigsAddStyleInline32526_21388100({})+'>'
+'0.023916292974589</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock32526_21388100({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on May 27, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock32526_21388100({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock32526_21388100({"text-align":"center"})+'>'
+' Total Votes: 1,338 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet32526_21388100();
