
function twiigsAddStyle35092_35608200(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 twiigsAddStyleBlock35092_35608200(mods)
{
  var stype = {
  };
  return twiigsAddStyle35092_35608200(stype, mods);
}

function twiigsAddStyleInline35092_35608200(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle35092_35608200(stype, mods);
}

function twiigsAddStyleInput35092_35608200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle35092_35608200(stype, mods);
}

function twiigsAddStyleImage35092_35608200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle35092_35608200(stype, mods);
}

function twiigsAddStyleLink35092_35608200(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle35092_35608200(stype, mods);
}

function twiigsAddStyleList35092_35608200(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle35092_35608200(stype, mods);
}

function twiigsPollBarWidthSet35092_35608200()
{
  for(var i = 0; i < 30; i++)
    twiigsPollBarWidthSetBar35092_35608200(i, 20);
}

function twiigsPollBarWidthSetBar35092_35608200(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL35092_35608200answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL35092_35608200answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL35092_35608200answerpct" + 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('twiigsPollBarWidthSetBar35092_35608200(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock35092_35608200({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock35092_35608200({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock35092_35608200({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Travel/United_States/35092" '+twiigsAddStyleInline35092_35608200({})+'>'
+'Which song will you pick for your first ride on Hollywood Rip, Ride, Rockit?</a>'
+' </div>'
+' <div id="TWIIGSPOLL35092_35608200" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock35092_35608200({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock35092_35608200({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock35092_35608200({})+'>'
+' <li id="TWIIGSPOLL35092_35608200answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Born to Be Wild&quot; Hinder<br>'
+' <span title="38 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg0" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct0" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.053596614950635</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Bring Me to Life&quot; Evanescence<br>'
+' <span title="49 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg1" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct1" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.069111424541608</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Gimme All Your Lovin'+"'"+'&quot; ZZ Top<br>'
+' <span title="39 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg2" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct2" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.055007052186178</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Kickstart My Heart&quot; Motley Crue<br>'
+' <span title="67 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg3" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct3" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.094499294781382</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Paralyzer&quot; Finger Eleven<br>'
+' <span title="26 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg4" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct4" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.036671368124118</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Rollin'+"'"+'&quot; Limp Bizkit<br>'
+' <span title="28 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg5" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct5" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.039492242595205</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Don'+"'"+'t Phunk with My Heart&quot; Black Eyed Peas<br>'
+' <span title="7 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg6" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct6" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.0098730606488011</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Insane in the Brain&quot; Cypress Hill<br>'
+' <span title="8 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg7" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct7" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.011283497884344</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Pump It&quot; Black Eyed Peas<br>'
+' <span title="46 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg8" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct8" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.064880112834979</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Rock Star&quot; N.E.R.D.<br>'
+' <span title="15 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg9" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct9" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.021156558533145</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Sabotage&quot; Beastie Boys<br>'
+' <span title="67 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg10" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct10" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.094499294781382</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem11" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Stronger&quot; Kanye West<br>'
+' <span title="38 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg11" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct11" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.053596614950635</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem12" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Busy Child&quot; The Crystal Method<br>'
+' <span title="4 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg12" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct12" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.0056417489421721</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem13" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Harder Better Faster Stronger&quot; Daft Punk<br>'
+' <span title="43 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg13" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct13" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.06064880112835</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem14" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Intergalactic&quot; Beastie Boys<br>'
+' <span title="21 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg14" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct14" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.029619181946403</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem15" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Keep Hope Alive&quot; The Crystal Method<br>'
+' <span title="4 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg15" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct15" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.0056417489421721</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem16" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Le Disko&quot; Shiny Toy Guns<br>'
+' <span title="9 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg16" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct16" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.012693935119887</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem17" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Pump Up the Volume&quot; MARRS<br>'
+' <span title="15 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg17" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct17" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.021156558533145</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem18" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Bad Girls&quot; Donna Summer<br>'
+' <span title="7 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg18" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct18" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.0098730606488011</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem19" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Glamorous&quot; Fergie<br>'
+' <span title="9 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg19" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct19" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.012693935119887</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem20" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Hella Good&quot; No Doubt<br>'
+' <span title="17 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg20" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct20" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.023977433004231</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem21" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;I Will Survive&quot; Donna Summer<br>'
+' <span title="23 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg21" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct21" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.032440056417489</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem22" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;That the Way (I Like It)&quot; KC and the Sunshine Band<br>'
+' <span title="12 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg22" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct22" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.016925246826516</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem23" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;U Can'+"'"+'t Touch This&quot; MC Hammer<br>'
+' <span title="38 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg23" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct23" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.053596614950635</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem24" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;All Night Long&quot; Montgomery Gentry<br>'
+' <span title="1 vote" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg24" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct24" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.001410437235543</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem25" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Guitars, Cadillacs&quot; Dwight Yoakam<br>'
+' <span title="2 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg25" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct25" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.002820874471086</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem26" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;I Can Sleep When I'+"'"+'m Dead&quot; Jason Michael Carroll<br>'
+' <span title="4 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg26" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct26" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.0056417489421721</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem27" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Living in Fast Forward&quot; Kenny Chesney<br>'
+' <span title="5 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg27" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct27" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.0070521861777151</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem28" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;Midnight Rider&quot; The Allman Brothers<br>'
+' <span title="11 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg28" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct28" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.015514809590973</span>'
+' </li>'
+' <li id="TWIIGSPOLL35092_35608200answeritem29" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList35092_35608200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' &quot;The Devil Went Down to Georgia&quot; The Charlie Daniels Band<br>'
+' <span title="56 votes" '+twiigsAddStyleInline35092_35608200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img id="TWIIGSPOLL35092_35608200answerimg29" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage35092_35608200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL35092_35608200answerpct29" '+twiigsAddStyleInline35092_35608200({})+'>'
+'0.078984485190409</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock35092_35608200({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jul 6, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock35092_35608200({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock35092_35608200({"text-align":"center"})+'>'
+' Total Votes: 709 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet35092_35608200();
