
function twiigsAddStyle20239_7581900(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 twiigsAddStyleBlock20239_7581900(mods)
{
  var stype = {
  };
  return twiigsAddStyle20239_7581900(stype, mods);
}

function twiigsAddStyleInline20239_7581900(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle20239_7581900(stype, mods);
}

function twiigsAddStyleInput20239_7581900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle20239_7581900(stype, mods);
}

function twiigsAddStyleImage20239_7581900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle20239_7581900(stype, mods);
}

function twiigsAddStyleLink20239_7581900(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle20239_7581900(stype, mods);
}

function twiigsAddStyleList20239_7581900(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle20239_7581900(stype, mods);
}

function twiigsPollBarWidthSet20239_7581900()
{
  for(var i = 0; i < 6; i++)
    twiigsPollBarWidthSetBar20239_7581900(i, 20);
}

function twiigsPollBarWidthSetBar20239_7581900(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL20239_7581900answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL20239_7581900answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL20239_7581900answerpct" + 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('twiigsPollBarWidthSetBar20239_7581900(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock20239_7581900({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock20239_7581900({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock20239_7581900({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Food/20239" '+twiigsAddStyleInline20239_7581900({})+'>'
+'Does Mayo Figure Into Your Life?</a>'
+' </div>'
+' <div id="TWIIGSPOLL20239_7581900" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock20239_7581900({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock20239_7581900({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock20239_7581900({})+'>'
+' <li id="TWIIGSPOLL20239_7581900answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20239_7581900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Only if I make it myself. A different experience from the stuff in the jar.<br>'
+' <span title="13 votes" '+twiigsAddStyleInline20239_7581900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img id="TWIIGSPOLL20239_7581900answerimg0" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20239_7581900answerpct0" '+twiigsAddStyleInline20239_7581900({})+'>'
+'0.028384279475983</span>'
+' </li>'
+' <li id="TWIIGSPOLL20239_7581900answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20239_7581900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Can'+"'"+'t live without it, use it as my main-man condiment. I can eat it off a spoon.<br>'
+' <span title="32 votes" '+twiigsAddStyleInline20239_7581900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img id="TWIIGSPOLL20239_7581900answerimg1" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20239_7581900answerpct1" '+twiigsAddStyleInline20239_7581900({})+'>'
+'0.069868995633188</span>'
+' </li>'
+' <li id="TWIIGSPOLL20239_7581900answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20239_7581900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I'+"'"+'m with Kim'+"'"+'s Mom and slather it on between two pieces of bread.<br>'
+' <span title="34 votes" '+twiigsAddStyleInline20239_7581900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img id="TWIIGSPOLL20239_7581900answerimg2" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20239_7581900answerpct2" '+twiigsAddStyleInline20239_7581900({})+'>'
+'0.074235807860262</span>'
+' </li>'
+' <li id="TWIIGSPOLL20239_7581900answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20239_7581900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Not all the time, but what'+"'"+'s tuna salad without mayo? Or devilled eggs?<br>'
+' <span title="287 votes" '+twiigsAddStyleInline20239_7581900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img id="TWIIGSPOLL20239_7581900answerimg3" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20239_7581900answerpct3" '+twiigsAddStyleInline20239_7581900({})+'>'
+'0.62663755458515</span>'
+' </li>'
+' <li id="TWIIGSPOLL20239_7581900answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20239_7581900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Perish the thought. That'+"'"+'s why there'+"'"+'s mustard.<br>'
+' <span title="79 votes" '+twiigsAddStyleInline20239_7581900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img id="TWIIGSPOLL20239_7581900answerimg4" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20239_7581900answerpct4" '+twiigsAddStyleInline20239_7581900({})+'>'
+'0.17248908296943</span>'
+' </li>'
+' <li id="TWIIGSPOLL20239_7581900answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList20239_7581900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I'+"'"+'ve moved on and embraced soy-naise instead.<br>'
+' <span title="13 votes" '+twiigsAddStyleInline20239_7581900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img id="TWIIGSPOLL20239_7581900answerimg5" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage20239_7581900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL20239_7581900answerpct5" '+twiigsAddStyleInline20239_7581900({})+'>'
+'0.028384279475983</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock20239_7581900({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Nov 10, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock20239_7581900({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock20239_7581900({"text-align":"center"})+'>'
+' Total Votes: 458 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet20239_7581900();
