
function twiigsAddStyle17957_85797600(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 twiigsAddStyleBlock17957_85797600(mods)
{
  var stype = {
  };
  return twiigsAddStyle17957_85797600(stype, mods);
}

function twiigsAddStyleInline17957_85797600(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle17957_85797600(stype, mods);
}

function twiigsAddStyleInput17957_85797600(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle17957_85797600(stype, mods);
}

function twiigsAddStyleImage17957_85797600(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle17957_85797600(stype, mods);
}

function twiigsAddStyleLink17957_85797600(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle17957_85797600(stype, mods);
}

function twiigsAddStyleList17957_85797600(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle17957_85797600(stype, mods);
}

function twiigsPollBarWidthSet17957_85797600()
{
  for(var i = 0; i < 8; i++)
    twiigsPollBarWidthSetBar17957_85797600(i, 20);
}

function twiigsPollBarWidthSetBar17957_85797600(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL17957_85797600answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL17957_85797600answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL17957_85797600answerpct" + 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('twiigsPollBarWidthSetBar17957_85797600(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock17957_85797600({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock17957_85797600({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock17957_85797600({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Sports/Football/17957" '+twiigsAddStyleInline17957_85797600({})+'>'
+'The Virginia-Maryland game looks like a mismatch. The Terps will win as long as ...</a>'
+' </div>'
+' <div id="TWIIGSPOLL17957_85797600" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock17957_85797600({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock17957_85797600({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock17957_85797600({})+'>'
+' <li id="TWIIGSPOLL17957_85797600answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList17957_85797600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Chris Turner does not play like he did at MTSU.<br>'
+' <span title="85 votes" '+twiigsAddStyleInline17957_85797600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img id="TWIIGSPOLL17957_85797600answerimg0" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL17957_85797600answerpct0" '+twiigsAddStyleInline17957_85797600({})+'>'
+'0.47486033519553</span>'
+' </li>'
+' <li id="TWIIGSPOLL17957_85797600answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList17957_85797600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The defense doesn'+"'"+'t play like it did in the first half yesterday.<br>'
+' <span title="99 votes" '+twiigsAddStyleInline17957_85797600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img id="TWIIGSPOLL17957_85797600answerimg1" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL17957_85797600answerpct1" '+twiigsAddStyleInline17957_85797600({})+'>'
+'0.55307262569832</span>'
+' </li>'
+' <li id="TWIIGSPOLL17957_85797600answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList17957_85797600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Darrius Heyward-Bey is not traded to U-Va.<br>'
+' <span title="37 votes" '+twiigsAddStyleInline17957_85797600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img id="TWIIGSPOLL17957_85797600answerimg2" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL17957_85797600answerpct2" '+twiigsAddStyleInline17957_85797600({})+'>'
+'0.20670391061453</span>'
+' </li>'
+' <li id="TWIIGSPOLL17957_85797600answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList17957_85797600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The team makes the trip to Charlottesville.<br>'
+' <span title="45 votes" '+twiigsAddStyleInline17957_85797600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img id="TWIIGSPOLL17957_85797600answerimg3" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL17957_85797600answerpct3" '+twiigsAddStyleInline17957_85797600({})+'>'
+'0.25139664804469</span>'
+' </li>'
+' <li id="TWIIGSPOLL17957_85797600answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList17957_85797600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Joe Craddock doesn'+"'"+'t play quarterback for the Cavaliers<br>'
+' <span title="25 votes" '+twiigsAddStyleInline17957_85797600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img id="TWIIGSPOLL17957_85797600answerimg4" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL17957_85797600answerpct4" '+twiigsAddStyleInline17957_85797600({})+'>'
+'0.13966480446927</span>'
+' </li>'
+' <li id="TWIIGSPOLL17957_85797600answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList17957_85797600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Heyward-Bey touches the ball three or more times.<br>'
+' <span title="36 votes" '+twiigsAddStyleInline17957_85797600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img id="TWIIGSPOLL17957_85797600answerimg5" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL17957_85797600answerpct5" '+twiigsAddStyleInline17957_85797600({})+'>'
+'0.20111731843575</span>'
+' </li>'
+' <li id="TWIIGSPOLL17957_85797600answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList17957_85797600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Da'+"'"+'Rel Scott gets at least 75 yards rushing.<br>'
+' <span title="37 votes" '+twiigsAddStyleInline17957_85797600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img id="TWIIGSPOLL17957_85797600answerimg6" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL17957_85797600answerpct6" '+twiigsAddStyleInline17957_85797600({})+'>'
+'0.20670391061453</span>'
+' </li>'
+' <li id="TWIIGSPOLL17957_85797600answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList17957_85797600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The media doesn'+"'"+'t motivate U-Va. with polls like this.<br>'
+' <span title="39 votes" '+twiigsAddStyleInline17957_85797600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img id="TWIIGSPOLL17957_85797600answerimg7" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage17957_85797600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL17957_85797600answerpct7" '+twiigsAddStyleInline17957_85797600({})+'>'
+'0.21787709497207</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock17957_85797600({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Sep 28, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock17957_85797600({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock17957_85797600({"text-align":"center"})+'>'
+' Total Votes: 179 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet17957_85797600();
