
function twiigsAddStyle6892_20590300(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 twiigsAddStyleBlock6892_20590300(mods)
{
  var stype = {
  };
  return twiigsAddStyle6892_20590300(stype, mods);
}

function twiigsAddStyleInline6892_20590300(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle6892_20590300(stype, mods);
}

function twiigsAddStyleInput6892_20590300(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle6892_20590300(stype, mods);
}

function twiigsAddStyleImage6892_20590300(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle6892_20590300(stype, mods);
}

function twiigsAddStyleLink6892_20590300(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle6892_20590300(stype, mods);
}

function twiigsAddStyleList6892_20590300(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle6892_20590300(stype, mods);
}

function twiigsPollBarWidthSet6892_20590300()
{
  for(var i = 0; i < 8; i++)
    twiigsPollBarWidthSetBar6892_20590300(i, 20);
}

function twiigsPollBarWidthSetBar6892_20590300(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL6892_20590300answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL6892_20590300answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL6892_20590300answerpct" + 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('twiigsPollBarWidthSetBar6892_20590300(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock6892_20590300({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock6892_20590300({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock6892_20590300({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Food/6892" '+twiigsAddStyleInline6892_20590300({})+'>'
+'Comidas que tambien deberian de declararse patrimonio nacional</a>'
+' </div>'
+' <div id="TWIIGSPOLL6892_20590300" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock6892_20590300({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock6892_20590300({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock6892_20590300({})+'>'
+' <li id="TWIIGSPOLL6892_20590300answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6892_20590300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Si la comida fuera ropa, el uniforme del guatemalteco seria la TORTILLA CON FRIJOL<br>'
+' <span title="2 votes" '+twiigsAddStyleInline6892_20590300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img id="TWIIGSPOLL6892_20590300answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6892_20590300answerpct0" '+twiigsAddStyleInline6892_20590300({})+'>'
+'0.25</span>'
+' </li>'
+' <li id="TWIIGSPOLL6892_20590300answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6892_20590300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' El crunchapin TORTRIX<br>'
+' <span title="0 votes" '+twiigsAddStyleInline6892_20590300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img id="TWIIGSPOLL6892_20590300answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6892_20590300answerpct1" '+twiigsAddStyleInline6892_20590300({})+'>'
+'0</span>'
+' </li>'
+' <li id="TWIIGSPOLL6892_20590300answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6892_20590300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Tan chap&iacute;n como tu, POLLO CAMPERO<br>'
+' <span title="0 votes" '+twiigsAddStyleInline6892_20590300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img id="TWIIGSPOLL6892_20590300answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6892_20590300answerpct2" '+twiigsAddStyleInline6892_20590300({})+'>'
+'0</span>'
+' </li>'
+' <li id="TWIIGSPOLL6892_20590300answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6892_20590300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Nada ayuda a bajarse un plato de patrimonio nacional como una GALLO o un trago de ZACAPA CENTENARIO<br>'
+' <span title="3 votes" '+twiigsAddStyleInline6892_20590300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img id="TWIIGSPOLL6892_20590300answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6892_20590300answerpct3" '+twiigsAddStyleInline6892_20590300({})+'>'
+'0.375</span>'
+' </li>'
+' <li id="TWIIGSPOLL6892_20590300answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6892_20590300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' La comida rapida de los guatemaltecos por excelencia, los shucos o los PANITOS DEL LICEO y similares<br>'
+' <span title="1 vote" '+twiigsAddStyleInline6892_20590300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img id="TWIIGSPOLL6892_20590300answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6892_20590300answerpct4" '+twiigsAddStyleInline6892_20590300({})+'>'
+'0.125</span>'
+' </li>'
+' <li id="TWIIGSPOLL6892_20590300answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6892_20590300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' La comida de viajero las deliciosas DOBLADITAS DE ZACAPA, de queso con loroco, etc<br>'
+' <span title="0 votes" '+twiigsAddStyleInline6892_20590300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img id="TWIIGSPOLL6892_20590300answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6892_20590300answerpct5" '+twiigsAddStyleInline6892_20590300({})+'>'
+'0</span>'
+' </li>'
+' <li id="TWIIGSPOLL6892_20590300answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6892_20590300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Los platanitos en mole no son el &uacute;nico postre, tambien estan RELLENITOS, TORREJAS<br>'
+' <span title="2 votes" '+twiigsAddStyleInline6892_20590300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img id="TWIIGSPOLL6892_20590300answerimg6" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6892_20590300answerpct6" '+twiigsAddStyleInline6892_20590300({})+'>'
+'0.25</span>'
+' </li>'
+' <li id="TWIIGSPOLL6892_20590300answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6892_20590300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Pero para los San Carlistas hay CARNITAS y CHICHARRONES San Jorge<br>'
+' <span title="0 votes" '+twiigsAddStyleInline6892_20590300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img id="TWIIGSPOLL6892_20590300answerimg7" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage6892_20590300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6892_20590300answerpct7" '+twiigsAddStyleInline6892_20590300({})+'>'
+'0</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock6892_20590300({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Nov 29, 2007 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock6892_20590300({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock6892_20590300({"text-align":"center"})+'>'
+' Total Votes: 8 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet6892_20590300();
