
function twiigsAddStyle24000_58024000(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 twiigsAddStyleBlock24000_58024000(mods)
{
  var stype = {
  };
  return twiigsAddStyle24000_58024000(stype, mods);
}

function twiigsAddStyleInline24000_58024000(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle24000_58024000(stype, mods);
}

function twiigsAddStyleInput24000_58024000(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle24000_58024000(stype, mods);
}

function twiigsAddStyleImage24000_58024000(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle24000_58024000(stype, mods);
}

function twiigsAddStyleLink24000_58024000(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle24000_58024000(stype, mods);
}

function twiigsAddStyleList24000_58024000(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle24000_58024000(stype, mods);
}

function twiigsPollBarWidthSet24000_58024000()
{
  for(var i = 0; i < 12; i++)
    twiigsPollBarWidthSetBar24000_58024000(i, 20);
}

function twiigsPollBarWidthSetBar24000_58024000(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL24000_58024000answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL24000_58024000answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL24000_58024000answerpct" + 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('twiigsPollBarWidthSetBar24000_58024000(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock24000_58024000({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock24000_58024000({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock24000_58024000({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Politics/24000" '+twiigsAddStyleInline24000_58024000({})+'>'
+'What was the most memorable line from President Obama'+"'"+'s Inauguration Day speech?</a>'
+' </div>'
+' <div id="TWIIGSPOLL24000_58024000" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock24000_58024000({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock24000_58024000({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock24000_58024000({})+'>'
+' <li id="TWIIGSPOLL24000_58024000answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' We have chosen hope over fear, unity of purpose over conflict and discord.<br>'
+' <span title="192 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg0" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct0" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.15106215578285</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' We remain a young nation, but ... the time has come to set aside childish things.<br>'
+' <span title="83 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg1" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct1" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.065302911093627</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The question we ask ... is not whether our government is too big or too small, but whether it works.<br>'
+' <span title="170 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg2" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct2" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.13375295043273</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' A nation cannot prosper long when it favors only the prosperous.<br>'
+' <span title="97 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg3" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct3" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.076317859952793</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' We reject as false the choice between our safety and our ideals.<br>'
+' <span title="71 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg4" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct4" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.055861526357199</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Know that America is a friend of each nation ... [that] seeks a future of peace and dignity ...<br>'
+' <span title="36 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg5" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct5" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.028324154209284</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Our power grows through its prudent use.<br>'
+' <span title="11 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg6" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct6" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.008654602675059</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' We are a nation of Christians and Muslims, Jews and Hindus -- and non-believers.<br>'
+' <span title="52 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg7" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct7" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.040912667191188</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' We cannot help but believe that the old hatreds shall someday pass ...<br>'
+' <span title="21 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg8" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct8" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.016522423288749</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' We will extend a hand if you are willing to unclench your fist.<br>'
+' <span title="309 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg9" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct9" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.24311565696302</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' What is required of us now is a new era of responsibility ... that we have duties to ... our nation.<br>'
+' <span title="93 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg10" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct10" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.073170731707317</span>'
+' </li>'
+' <li id="TWIIGSPOLL24000_58024000answeritem11" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList24000_58024000({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Let it be said by our children'+"'"+'s children that ... we refused to let this journey end.<br>'
+' <span title="136 votes" '+twiigsAddStyleInline24000_58024000({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img id="TWIIGSPOLL24000_58024000answerimg11" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage24000_58024000({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL24000_58024000answerpct11" '+twiigsAddStyleInline24000_58024000({})+'>'
+'0.10700236034618</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock24000_58024000({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jan 21, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock24000_58024000({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock24000_58024000({"text-align":"center"})+'>'
+' Total Votes: 1,271 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet24000_58024000();
