
function twiigsAddStyle18239_8704600(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 twiigsAddStyleBlock18239_8704600(mods)
{
  var stype = {
  };
  return twiigsAddStyle18239_8704600(stype, mods);
}

function twiigsAddStyleInline18239_8704600(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle18239_8704600(stype, mods);
}

function twiigsAddStyleInput18239_8704600(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle18239_8704600(stype, mods);
}

function twiigsAddStyleImage18239_8704600(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle18239_8704600(stype, mods);
}

function twiigsAddStyleLink18239_8704600(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle18239_8704600(stype, mods);
}

function twiigsAddStyleList18239_8704600(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle18239_8704600(stype, mods);
}

function twiigsPollBarWidthSet18239_8704600()
{
  for(var i = 0; i < 13; i++)
    twiigsPollBarWidthSetBar18239_8704600(i, 20);
}

function twiigsPollBarWidthSetBar18239_8704600(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL18239_8704600answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL18239_8704600answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL18239_8704600answerpct" + 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('twiigsPollBarWidthSetBar18239_8704600(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock18239_8704600({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock18239_8704600({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock18239_8704600({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Society_&_Culture/18239" '+twiigsAddStyleInline18239_8704600({})+'>'
+'What is your favorite kind of Halloween candy?</a>'
+' </div>'
+' <div id="TWIIGSPOLL18239_8704600" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock18239_8704600({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock18239_8704600({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock18239_8704600({})+'>'
+' <li id="TWIIGSPOLL18239_8704600answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Mini chocolate bars<br>'
+' <span title="306 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg0" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct0" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.43342776203966</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Full-size chocolate bars<br>'
+' <span title="214 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg1" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct1" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.30311614730878</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Candy corn<br>'
+' <span title="160 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg2" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct2" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.22662889518414</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Lollipops<br>'
+' <span title="47 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg3" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct3" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.06657223796034</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Gummy candy<br>'
+' <span title="70 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg4" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct4" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.099150141643059</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Sour candy<br>'
+' <span title="74 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg5" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct5" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.10481586402266</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Caramels<br>'
+' <span title="84 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg6" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct6" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.11898016997167</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jelly beans<br>'
+' <span title="36 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg7" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct7" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.050991501416431</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Hard candies (SweeTarts, Jolly Ranchers, jawbreakers)<br>'
+' <span title="67 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg8" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct8" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.094900849858357</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Bubble gum<br>'
+' <span title="52 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg9" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct9" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.073654390934844</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Licorice<br>'
+' <span title="35 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg10" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct10" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.04957507082153</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem11" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Halloween-themed candy (Peep pumpkins, vampire fangs)<br>'
+' <span title="40 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg11" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct11" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.056657223796034</span>'
+' </li>'
+' <li id="TWIIGSPOLL18239_8704600answeritem12" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18239_8704600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Powdery stuff (Pop Rocks, Fun Dip, Pixie Stix)<br>'
+' <span title="46 votes" '+twiigsAddStyleInline18239_8704600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purple_beg03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img id="TWIIGSPOLL18239_8704600answerimg12" src="http://www.twiigs.com/img/pb_purple_mid03.png" width="0" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purple_end03.png" width="2" height="10" '+twiigsAddStyleImage18239_8704600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18239_8704600answerpct12" '+twiigsAddStyleInline18239_8704600({})+'>'
+'0.065155807365439</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock18239_8704600({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Oct 3, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock18239_8704600({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock18239_8704600({"text-align":"center"})+'>'
+' Total Votes: 706 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet18239_8704600();
