
function twiigsAddStyle22782_37561600(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 twiigsAddStyleBlock22782_37561600(mods)
{
  var stype = {
  };
  return twiigsAddStyle22782_37561600(stype, mods);
}

function twiigsAddStyleInline22782_37561600(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle22782_37561600(stype, mods);
}

function twiigsAddStyleInput22782_37561600(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle22782_37561600(stype, mods);
}

function twiigsAddStyleImage22782_37561600(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle22782_37561600(stype, mods);
}

function twiigsAddStyleLink22782_37561600(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle22782_37561600(stype, mods);
}

function twiigsAddStyleList22782_37561600(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle22782_37561600(stype, mods);
}

function twiigsPollBarWidthSet22782_37561600()
{
  for(var i = 0; i < 4; i++)
    twiigsPollBarWidthSetBar22782_37561600(i, 20);
}

function twiigsPollBarWidthSetBar22782_37561600(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL22782_37561600answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL22782_37561600answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL22782_37561600answerpct" + 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('twiigsPollBarWidthSetBar22782_37561600(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock22782_37561600({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock22782_37561600({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock22782_37561600({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Beauty_&_Style/22782" '+twiigsAddStyleInline22782_37561600({})+'>'
+'What major fashion trend do you think the current recession will inspire?</a>'
+' </div>'
+' <div id="TWIIGSPOLL22782_37561600" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock22782_37561600({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock22782_37561600({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock22782_37561600({})+'>'
+' <li id="TWIIGSPOLL22782_37561600answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22782_37561600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' People will start doing DIY Project Runway challenges &amp; make green clothes out of trash bags &amp; food<br>'
+' <span title="5 votes" '+twiigsAddStyleInline22782_37561600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+'<img id="TWIIGSPOLL22782_37561600answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22782_37561600answerpct0" '+twiigsAddStyleInline22782_37561600({})+'>'
+'0.23809523809524</span>'
+' </li>'
+' <li id="TWIIGSPOLL22782_37561600answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22782_37561600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Conspicuous but ironic displays of wealth like &quot;I Madoff With this Tee&quot; shirts &amp; Dow-print dresses<br>'
+' <span title="7 votes" '+twiigsAddStyleInline22782_37561600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+'<img id="TWIIGSPOLL22782_37561600answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22782_37561600answerpct1" '+twiigsAddStyleInline22782_37561600({})+'>'
+'0.33333333333333</span>'
+' </li>'
+' <li id="TWIIGSPOLL22782_37561600answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22782_37561600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Designers will create one-size fits all, unisex collections<br>'
+' <span title="2 votes" '+twiigsAddStyleInline22782_37561600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+'<img id="TWIIGSPOLL22782_37561600answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22782_37561600answerpct2" '+twiigsAddStyleInline22782_37561600({})+'>'
+'0.095238095238095</span>'
+' </li>'
+' <li id="TWIIGSPOLL22782_37561600answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22782_37561600({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' NO CLUE<br>'
+' <span title="7 votes" '+twiigsAddStyleInline22782_37561600({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+'<img id="TWIIGSPOLL22782_37561600answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage22782_37561600({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22782_37561600answerpct3" '+twiigsAddStyleInline22782_37561600({})+'>'
+'0.33333333333333</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock22782_37561600({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Dec 29, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock22782_37561600({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock22782_37561600({"text-align":"center"})+'>'
+' Total Votes: 21 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet22782_37561600();
