
function twiigsAddStyle2486_17336900(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 twiigsAddStyleBlock2486_17336900(mods)
{
  var stype = {
  };
  return twiigsAddStyle2486_17336900(stype, mods);
}

function twiigsAddStyleInline2486_17336900(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle2486_17336900(stype, mods);
}

function twiigsAddStyleInput2486_17336900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle2486_17336900(stype, mods);
}

function twiigsAddStyleImage2486_17336900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle2486_17336900(stype, mods);
}

function twiigsAddStyleLink2486_17336900(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle2486_17336900(stype, mods);
}

function twiigsAddStyleList2486_17336900(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle2486_17336900(stype, mods);
}

function twiigsPollBarWidthSet2486_17336900()
{
  for(var i = 0; i < 5; i++)
    twiigsPollBarWidthSetBar2486_17336900(i, 20);
}

function twiigsPollBarWidthSetBar2486_17336900(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL2486_17336900answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL2486_17336900answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL2486_17336900answerpct" + 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('twiigsPollBarWidthSetBar2486_17336900(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock2486_17336900({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock2486_17336900({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock2486_17336900({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/2486" '+twiigsAddStyleInline2486_17336900({})+'>'
+'Next month'+"'"+'s list should be...</a>'
+' </div>'
+' <div id="TWIIGSPOLL2486_17336900" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock2486_17336900({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock2486_17336900({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock2486_17336900({})+'>'
+' <li id="TWIIGSPOLL2486_17336900answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList2486_17336900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Favourite smells (this is sally'+"'"+'s idea, not sure it has legs)<br>'
+' <span title="3 votes" '+twiigsAddStyleInline2486_17336900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_blue_beg03.png" width="2" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+'<img id="TWIIGSPOLL2486_17336900answerimg0" src="http://www.twiigs.com/img/pb_blue_mid03.png" width="0" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_blue_end03.png" width="2" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL2486_17336900answerpct0" '+twiigsAddStyleInline2486_17336900({})+'>'
+'0.375</span>'
+' </li>'
+' <li id="TWIIGSPOLL2486_17336900answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList2486_17336900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Favourite zines (this is bee'+"'"+'s idea, not sure it has legs)<br>'
+' <span title="2 votes" '+twiigsAddStyleInline2486_17336900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_blue_beg03.png" width="2" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+'<img id="TWIIGSPOLL2486_17336900answerimg1" src="http://www.twiigs.com/img/pb_blue_mid03.png" width="0" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_blue_end03.png" width="2" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL2486_17336900answerpct1" '+twiigsAddStyleInline2486_17336900({})+'>'
+'0.25</span>'
+' </li>'
+' <li id="TWIIGSPOLL2486_17336900answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList2486_17336900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Favourite words (this is my idea, wow! check out those legs!)<br>'
+' <span title="2 votes" '+twiigsAddStyleInline2486_17336900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_blue_beg03.png" width="2" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+'<img id="TWIIGSPOLL2486_17336900answerimg2" src="http://www.twiigs.com/img/pb_blue_mid03.png" width="0" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_blue_end03.png" width="2" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL2486_17336900answerpct2" '+twiigsAddStyleInline2486_17336900({})+'>'
+'0.25</span>'
+' </li>'
+' <li id="TWIIGSPOLL2486_17336900answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList2486_17336900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Other<br>'
+' <span title="1 vote" '+twiigsAddStyleInline2486_17336900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_blue_beg03.png" width="2" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+'<img id="TWIIGSPOLL2486_17336900answerimg3" src="http://www.twiigs.com/img/pb_blue_mid03.png" width="0" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_blue_end03.png" width="2" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL2486_17336900answerpct3" '+twiigsAddStyleInline2486_17336900({})+'>'
+'0.125</span>'
+' </li>'
+' <li id="TWIIGSPOLL2486_17336900answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList2486_17336900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' How good is this poll thingy I found?! (don'+"'"+'t answer that)<br>'
+' <span title="0 votes" '+twiigsAddStyleInline2486_17336900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_blue_beg03.png" width="2" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+'<img id="TWIIGSPOLL2486_17336900answerimg4" src="http://www.twiigs.com/img/pb_blue_mid03.png" width="0" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_blue_end03.png" width="2" height="10" '+twiigsAddStyleImage2486_17336900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL2486_17336900answerpct4" '+twiigsAddStyleInline2486_17336900({})+'>'
+'0</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock2486_17336900({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jun 14, 2007 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock2486_17336900({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock2486_17336900({"text-align":"center"})+'>'
+' Total Votes: 8 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet2486_17336900();
