
function twiigsAddStyle8153_98760100(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 twiigsAddStyleBlock8153_98760100(mods)
{
  var stype = {
  };
  return twiigsAddStyle8153_98760100(stype, mods);
}

function twiigsAddStyleInline8153_98760100(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle8153_98760100(stype, mods);
}

function twiigsAddStyleInput8153_98760100(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle8153_98760100(stype, mods);
}

function twiigsAddStyleImage8153_98760100(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle8153_98760100(stype, mods);
}

function twiigsAddStyleLink8153_98760100(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle8153_98760100(stype, mods);
}

function twiigsAddStyleList8153_98760100(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle8153_98760100(stype, mods);
}

function twiigsPollBarWidthSet8153_98760100()
{
  for(var i = 0; i < 10; i++)
    twiigsPollBarWidthSetBar8153_98760100(i, 20);
}

function twiigsPollBarWidthSetBar8153_98760100(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL8153_98760100answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL8153_98760100answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL8153_98760100answerpct" + 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('twiigsPollBarWidthSetBar8153_98760100(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock8153_98760100({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock8153_98760100({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock8153_98760100({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Politics/8153" '+twiigsAddStyleInline8153_98760100({})+'>'
+'If the presidential election were today, who would you vote for?</a>'
+' </div>'
+' <div id="TWIIGSPOLL8153_98760100" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock8153_98760100({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock8153_98760100({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock8153_98760100({})+'>'
+' <li id="TWIIGSPOLL8153_98760100answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8153_98760100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Barack Obama-D<br>'
+' <span title="20 votes" '+twiigsAddStyleInline8153_98760100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img id="TWIIGSPOLL8153_98760100answerimg0" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8153_98760100answerpct0" '+twiigsAddStyleInline8153_98760100({})+'>'
+'0.3921568627451</span>'
+' </li>'
+' <li id="TWIIGSPOLL8153_98760100answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8153_98760100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Hillary Clinton-D<br>'
+' <span title="11 votes" '+twiigsAddStyleInline8153_98760100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img id="TWIIGSPOLL8153_98760100answerimg1" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8153_98760100answerpct1" '+twiigsAddStyleInline8153_98760100({})+'>'
+'0.2156862745098</span>'
+' </li>'
+' <li id="TWIIGSPOLL8153_98760100answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8153_98760100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' John Edwards-D<br>'
+' <span title="0 votes" '+twiigsAddStyleInline8153_98760100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img id="TWIIGSPOLL8153_98760100answerimg2" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8153_98760100answerpct2" '+twiigsAddStyleInline8153_98760100({})+'>'
+'0</span>'
+' </li>'
+' <li id="TWIIGSPOLL8153_98760100answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8153_98760100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' John McCain-R<br>'
+' <span title="7 votes" '+twiigsAddStyleInline8153_98760100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img id="TWIIGSPOLL8153_98760100answerimg3" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8153_98760100answerpct3" '+twiigsAddStyleInline8153_98760100({})+'>'
+'0.13725490196078</span>'
+' </li>'
+' <li id="TWIIGSPOLL8153_98760100answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8153_98760100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Mitt Romney-R<br>'
+' <span title="2 votes" '+twiigsAddStyleInline8153_98760100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img id="TWIIGSPOLL8153_98760100answerimg4" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8153_98760100answerpct4" '+twiigsAddStyleInline8153_98760100({})+'>'
+'0.03921568627451</span>'
+' </li>'
+' <li id="TWIIGSPOLL8153_98760100answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8153_98760100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Ron Paul-R<br>'
+' <span title="5 votes" '+twiigsAddStyleInline8153_98760100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img id="TWIIGSPOLL8153_98760100answerimg5" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8153_98760100answerpct5" '+twiigsAddStyleInline8153_98760100({})+'>'
+'0.098039215686275</span>'
+' </li>'
+' <li id="TWIIGSPOLL8153_98760100answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8153_98760100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Rudy Giuliani-R<br>'
+' <span title="0 votes" '+twiigsAddStyleInline8153_98760100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img id="TWIIGSPOLL8153_98760100answerimg6" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8153_98760100answerpct6" '+twiigsAddStyleInline8153_98760100({})+'>'
+'0</span>'
+' </li>'
+' <li id="TWIIGSPOLL8153_98760100answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8153_98760100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Mike Huckabee-R<br>'
+' <span title="3 votes" '+twiigsAddStyleInline8153_98760100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img id="TWIIGSPOLL8153_98760100answerimg7" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8153_98760100answerpct7" '+twiigsAddStyleInline8153_98760100({})+'>'
+'0.058823529411765</span>'
+' </li>'
+' <li id="TWIIGSPOLL8153_98760100answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8153_98760100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Alan Keyes-R<br>'
+' <span title="0 votes" '+twiigsAddStyleInline8153_98760100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img id="TWIIGSPOLL8153_98760100answerimg8" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8153_98760100answerpct8" '+twiigsAddStyleInline8153_98760100({})+'>'
+'0</span>'
+' </li>'
+' <li id="TWIIGSPOLL8153_98760100answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8153_98760100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Other / Undecided<br>'
+' <span title="3 votes" '+twiigsAddStyleInline8153_98760100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gray_beg03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img id="TWIIGSPOLL8153_98760100answerimg9" src="http://www.twiigs.com/img/pb_gray_mid03.png" width="0" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gray_end03.png" width="2" height="10" '+twiigsAddStyleImage8153_98760100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8153_98760100answerpct9" '+twiigsAddStyleInline8153_98760100({})+'>'
+'0.058823529411765</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock8153_98760100({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jan 25, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock8153_98760100({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock8153_98760100({"text-align":"center"})+'>'
+' Total Votes: 51 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet8153_98760100();
