
function twiigsAddStyle7104_58346700(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 twiigsAddStyleBlock7104_58346700(mods)
{
  var stype = {
  };
  return twiigsAddStyle7104_58346700(stype, mods);
}

function twiigsAddStyleInline7104_58346700(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle7104_58346700(stype, mods);
}

function twiigsAddStyleInput7104_58346700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle7104_58346700(stype, mods);
}

function twiigsAddStyleImage7104_58346700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle7104_58346700(stype, mods);
}

function twiigsAddStyleLink7104_58346700(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle7104_58346700(stype, mods);
}

function twiigsAddStyleList7104_58346700(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle7104_58346700(stype, mods);
}

function twiigsPollBarWidthSet7104_58346700()
{
  for(var i = 0; i < 8; i++)
    twiigsPollBarWidthSetBar7104_58346700(i, 20);
}

function twiigsPollBarWidthSetBar7104_58346700(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL7104_58346700answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL7104_58346700answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL7104_58346700answerpct" + 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('twiigsPollBarWidthSetBar7104_58346700(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock7104_58346700({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock7104_58346700({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock7104_58346700({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Politics/7104" '+twiigsAddStyleInline7104_58346700({})+'>'
+'If Virginia, Maryland and the District were holding their presidential primaries today, which Democratic candidate would you vote for?</a>'
+' </div>'
+' <div id="TWIIGSPOLL7104_58346700" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock7104_58346700({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock7104_58346700({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock7104_58346700({})+'>'
+' <li id="TWIIGSPOLL7104_58346700answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7104_58346700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Joe Biden<br>'
+' <span title="56 votes" '+twiigsAddStyleInline7104_58346700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img id="TWIIGSPOLL7104_58346700answerimg0" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7104_58346700answerpct0" '+twiigsAddStyleInline7104_58346700({})+'>'
+'0.07681755829904</span>'
+' </li>'
+' <li id="TWIIGSPOLL7104_58346700answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7104_58346700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Hillary Clinton<br>'
+' <span title="112 votes" '+twiigsAddStyleInline7104_58346700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img id="TWIIGSPOLL7104_58346700answerimg1" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7104_58346700answerpct1" '+twiigsAddStyleInline7104_58346700({})+'>'
+'0.15363511659808</span>'
+' </li>'
+' <li id="TWIIGSPOLL7104_58346700answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7104_58346700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Chris Dodd<br>'
+' <span title="16 votes" '+twiigsAddStyleInline7104_58346700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img id="TWIIGSPOLL7104_58346700answerimg2" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7104_58346700answerpct2" '+twiigsAddStyleInline7104_58346700({})+'>'
+'0.021947873799726</span>'
+' </li>'
+' <li id="TWIIGSPOLL7104_58346700answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7104_58346700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' John Edwards<br>'
+' <span title="95 votes" '+twiigsAddStyleInline7104_58346700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img id="TWIIGSPOLL7104_58346700answerimg3" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7104_58346700answerpct3" '+twiigsAddStyleInline7104_58346700({})+'>'
+'0.13031550068587</span>'
+' </li>'
+' <li id="TWIIGSPOLL7104_58346700answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7104_58346700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Mike Gravel<br>'
+' <span title="25 votes" '+twiigsAddStyleInline7104_58346700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img id="TWIIGSPOLL7104_58346700answerimg4" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7104_58346700answerpct4" '+twiigsAddStyleInline7104_58346700({})+'>'
+'0.034293552812071</span>'
+' </li>'
+' <li id="TWIIGSPOLL7104_58346700answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7104_58346700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Dennis Kucinich<br>'
+' <span title="77 votes" '+twiigsAddStyleInline7104_58346700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img id="TWIIGSPOLL7104_58346700answerimg5" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7104_58346700answerpct5" '+twiigsAddStyleInline7104_58346700({})+'>'
+'0.10562414266118</span>'
+' </li>'
+' <li id="TWIIGSPOLL7104_58346700answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7104_58346700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Barack Obama<br>'
+' <span title="261 votes" '+twiigsAddStyleInline7104_58346700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img id="TWIIGSPOLL7104_58346700answerimg6" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7104_58346700answerpct6" '+twiigsAddStyleInline7104_58346700({})+'>'
+'0.35802469135802</span>'
+' </li>'
+' <li id="TWIIGSPOLL7104_58346700answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7104_58346700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Bill Richardson<br>'
+' <span title="87 votes" '+twiigsAddStyleInline7104_58346700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img id="TWIIGSPOLL7104_58346700answerimg7" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage7104_58346700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7104_58346700answerpct7" '+twiigsAddStyleInline7104_58346700({})+'>'
+'0.11934156378601</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock7104_58346700({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Dec 6, 2007 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock7104_58346700({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock7104_58346700({"text-align":"center"})+'>'
+' Total Votes: 729 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet7104_58346700();
