
function twiigsAddStyle12651_60847700(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 twiigsAddStyleBlock12651_60847700(mods)
{
  var stype = {
  };
  return twiigsAddStyle12651_60847700(stype, mods);
}

function twiigsAddStyleInline12651_60847700(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle12651_60847700(stype, mods);
}

function twiigsAddStyleInput12651_60847700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle12651_60847700(stype, mods);
}

function twiigsAddStyleImage12651_60847700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle12651_60847700(stype, mods);
}

function twiigsAddStyleLink12651_60847700(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle12651_60847700(stype, mods);
}

function twiigsAddStyleList12651_60847700(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle12651_60847700(stype, mods);
}

function twiigsPollBarWidthSet12651_60847700()
{
  for(var i = 0; i < 3; i++)
    twiigsPollBarWidthSetBar12651_60847700(i, 20);
}

function twiigsPollBarWidthSetBar12651_60847700(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL12651_60847700answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL12651_60847700answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL12651_60847700answerpct" + 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('twiigsPollBarWidthSetBar12651_60847700(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock12651_60847700({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock12651_60847700({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock12651_60847700({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/News/12651" '+twiigsAddStyleInline12651_60847700({})+'>'
+'What do you think of the new law?</a>'
+' </div>'
+' <div id="TWIIGSPOLL12651_60847700" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock12651_60847700({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock12651_60847700({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock12651_60847700({})+'>'
+' <li id="TWIIGSPOLL12651_60847700answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12651_60847700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' It'+"'"+'s a great idea. I can'+"'"+'t wait to have my own chickens.<br>'
+' <span title="107 votes" '+twiigsAddStyleInline12651_60847700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage12651_60847700({})+'>'
+'<img id="TWIIGSPOLL12651_60847700answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage12651_60847700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage12651_60847700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12651_60847700answerpct0" '+twiigsAddStyleInline12651_60847700({})+'>'
+'0.40996168582375</span>'
+' </li>'
+' <li id="TWIIGSPOLL12651_60847700answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12651_60847700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I hate it. City Council members must have scrambled eggs for brains.<br>'
+' <span title="83 votes" '+twiigsAddStyleInline12651_60847700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage12651_60847700({})+'>'
+'<img id="TWIIGSPOLL12651_60847700answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage12651_60847700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage12651_60847700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12651_60847700answerpct1" '+twiigsAddStyleInline12651_60847700({})+'>'
+'0.31800766283525</span>'
+' </li>'
+' <li id="TWIIGSPOLL12651_60847700answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12651_60847700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I don'+"'"+'t plan on raising chickens, but I support the new law.<br>'
+' <span title="71 votes" '+twiigsAddStyleInline12651_60847700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage12651_60847700({})+'>'
+'<img id="TWIIGSPOLL12651_60847700answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage12651_60847700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage12651_60847700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12651_60847700answerpct2" '+twiigsAddStyleInline12651_60847700({})+'>'
+'0.272030651341</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock12651_60847700({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jun 3, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock12651_60847700({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock12651_60847700({"text-align":"center"})+'>'
+' Total Votes: 261 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet12651_60847700();
