
function twiigsAddStyle16205_36622200(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 twiigsAddStyleBlock16205_36622200(mods)
{
  var stype = {
  };
  return twiigsAddStyle16205_36622200(stype, mods);
}

function twiigsAddStyleInline16205_36622200(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle16205_36622200(stype, mods);
}

function twiigsAddStyleInput16205_36622200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle16205_36622200(stype, mods);
}

function twiigsAddStyleImage16205_36622200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle16205_36622200(stype, mods);
}

function twiigsAddStyleLink16205_36622200(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle16205_36622200(stype, mods);
}

function twiigsAddStyleList16205_36622200(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle16205_36622200(stype, mods);
}

function twiigsPollBarWidthSet16205_36622200()
{
  for(var i = 0; i < 9; i++)
    twiigsPollBarWidthSetBar16205_36622200(i, 20);
}

function twiigsPollBarWidthSetBar16205_36622200(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL16205_36622200answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL16205_36622200answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL16205_36622200answerpct" + 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('twiigsPollBarWidthSetBar16205_36622200(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock16205_36622200({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock16205_36622200({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock16205_36622200({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Beauty_&_Style/16205" '+twiigsAddStyleInline16205_36622200({})+'>'
+'For generations, music and fashion have gone hand in hand. How does your taste in music influence your fashion sense?</a>'
+' </div>'
+' <div id="TWIIGSPOLL16205_36622200" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock16205_36622200({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock16205_36622200({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock16205_36622200({})+'>'
+' <li id="TWIIGSPOLL16205_36622200answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16205_36622200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I love pop music and the trendy styles that go along with it.<br>'
+' <span title="23 votes" '+twiigsAddStyleInline16205_36622200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img id="TWIIGSPOLL16205_36622200answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16205_36622200answerpct0" '+twiigsAddStyleInline16205_36622200({})+'>'
+'0.047619047619048</span>'
+' </li>'
+' <li id="TWIIGSPOLL16205_36622200answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16205_36622200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I'+"'"+'m an indie music fan with an alternative vibe.<br>'
+' <span title="52 votes" '+twiigsAddStyleInline16205_36622200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img id="TWIIGSPOLL16205_36622200answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16205_36622200answerpct1" '+twiigsAddStyleInline16205_36622200({})+'>'
+'0.10766045548654</span>'
+' </li>'
+' <li id="TWIIGSPOLL16205_36622200answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16205_36622200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Hip-hop music and style are the perfect expression of my urban edge.<br>'
+' <span title="12 votes" '+twiigsAddStyleInline16205_36622200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img id="TWIIGSPOLL16205_36622200answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16205_36622200answerpct2" '+twiigsAddStyleInline16205_36622200({})+'>'
+'0.024844720496894</span>'
+' </li>'
+' <li id="TWIIGSPOLL16205_36622200answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16205_36622200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Give me some boots and blue jeans. I keep it country!<br>'
+' <span title="8 votes" '+twiigsAddStyleInline16205_36622200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img id="TWIIGSPOLL16205_36622200answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16205_36622200answerpct3" '+twiigsAddStyleInline16205_36622200({})+'>'
+'0.01656314699793</span>'
+' </li>'
+' <li id="TWIIGSPOLL16205_36622200answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16205_36622200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Rock and roll! I live for leather and tough girl fashion.<br>'
+' <span title="14 votes" '+twiigsAddStyleInline16205_36622200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img id="TWIIGSPOLL16205_36622200answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16205_36622200answerpct4" '+twiigsAddStyleInline16205_36622200({})+'>'
+'0.028985507246377</span>'
+' </li>'
+' <li id="TWIIGSPOLL16205_36622200answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16205_36622200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I love classical music. It'+"'"+'s the perfect accompaniment to my refined taste in clothing.<br>'
+' <span title="15 votes" '+twiigsAddStyleInline16205_36622200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img id="TWIIGSPOLL16205_36622200answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16205_36622200answerpct5" '+twiigsAddStyleInline16205_36622200({})+'>'
+'0.031055900621118</span>'
+' </li>'
+' <li id="TWIIGSPOLL16205_36622200answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16205_36622200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I listen to an eclectic mix of world music, reflected in my free-spirited style.<br>'
+' <span title="25 votes" '+twiigsAddStyleInline16205_36622200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img id="TWIIGSPOLL16205_36622200answerimg6" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16205_36622200answerpct6" '+twiigsAddStyleInline16205_36622200({})+'>'
+'0.05175983436853</span>'
+' </li>'
+' <li id="TWIIGSPOLL16205_36622200answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16205_36622200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' My taste in music and fashion don'+"'"+'t really go together.<br>'
+' <span title="160 votes" '+twiigsAddStyleInline16205_36622200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img id="TWIIGSPOLL16205_36622200answerimg7" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16205_36622200answerpct7" '+twiigsAddStyleInline16205_36622200({})+'>'
+'0.33126293995859</span>'
+' </li>'
+' <li id="TWIIGSPOLL16205_36622200answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList16205_36622200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I love all types of music and all types of fashion!<br>'
+' <span title="174 votes" '+twiigsAddStyleInline16205_36622200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img id="TWIIGSPOLL16205_36622200answerimg8" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage16205_36622200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL16205_36622200answerpct8" '+twiigsAddStyleInline16205_36622200({})+'>'
+'0.36024844720497</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock16205_36622200({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Aug 22, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock16205_36622200({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock16205_36622200({"text-align":"center"})+'>'
+' Total Votes: 483 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet16205_36622200();
