
function twiigsAddStyle13502_33202400(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 twiigsAddStyleBlock13502_33202400(mods)
{
  var stype = {
  };
  return twiigsAddStyle13502_33202400(stype, mods);
}

function twiigsAddStyleInline13502_33202400(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle13502_33202400(stype, mods);
}

function twiigsAddStyleInput13502_33202400(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle13502_33202400(stype, mods);
}

function twiigsAddStyleImage13502_33202400(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle13502_33202400(stype, mods);
}

function twiigsAddStyleLink13502_33202400(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle13502_33202400(stype, mods);
}

function twiigsAddStyleList13502_33202400(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle13502_33202400(stype, mods);
}

function twiigsPollBarWidthSet13502_33202400()
{
  for(var i = 0; i < 14; i++)
    twiigsPollBarWidthSetBar13502_33202400(i, 20);
}

function twiigsPollBarWidthSetBar13502_33202400(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL13502_33202400answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL13502_33202400answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL13502_33202400answerpct" + 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('twiigsPollBarWidthSetBar13502_33202400(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock13502_33202400({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock13502_33202400({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock13502_33202400({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Shopping/13502" '+twiigsAddStyleInline13502_33202400({})+'>'
+'I do my grocery shopping at:</a>'
+' </div>'
+' <div id="TWIIGSPOLL13502_33202400" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock13502_33202400({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock13502_33202400({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock13502_33202400({})+'>'
+' <li id="TWIIGSPOLL13502_33202400answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Giant<br>'
+' <span title="253 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg0" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct0" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.26659641728135</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Safeway<br>'
+' <span title="90 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg1" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct1" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.094836670179136</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Shoppers Food Warehouse<br>'
+' <span title="83 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg2" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct2" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.087460484720759</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Harris Teeter<br>'
+' <span title="95 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg3" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct3" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.10010537407798</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Wegmans<br>'
+' <span title="121 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg4" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct4" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.12750263435195</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Trader Joe'+"'"+'s<br>'
+' <span title="63 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg5" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct5" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.066385669125395</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Whole Foods<br>'
+' <span title="49 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg6" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct6" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.051633298208641</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Food Lion<br>'
+' <span title="10 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg7" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct7" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.010537407797682</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Bloom<br>'
+' <span title="22 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg8" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct8" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.0231822971549</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Wal-Mart Supercenter<br>'
+' <span title="29 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg9" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct9" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.030558482613277</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Grandmart and other international food stores<br>'
+' <span title="13 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg10" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct10" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.013698630136986</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem11" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Costco and other shopping clubs<br>'
+' <span title="47 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg11" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct11" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.049525816649104</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem12" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The store with the best deals that week<br>'
+' <span title="68 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg12" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct12" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.071654373024236</span>'
+' </li>'
+' <li id="TWIIGSPOLL13502_33202400answeritem13" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList13502_33202400({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Groceries? I eat out most of the time.<br>'
+' <span title="6 votes" '+twiigsAddStyleInline13502_33202400({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img id="TWIIGSPOLL13502_33202400answerimg13" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage13502_33202400({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL13502_33202400answerpct13" '+twiigsAddStyleInline13502_33202400({})+'>'
+'0.0063224446786091</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock13502_33202400({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jun 25, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock13502_33202400({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock13502_33202400({"text-align":"center"})+'>'
+' Total Votes: 949 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet13502_33202400();
