
function twiigsAddStyle12197_88537900(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 twiigsAddStyleBlock12197_88537900(mods)
{
  var stype = {
  };
  return twiigsAddStyle12197_88537900(stype, mods);
}

function twiigsAddStyleInline12197_88537900(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle12197_88537900(stype, mods);
}

function twiigsAddStyleInput12197_88537900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle12197_88537900(stype, mods);
}

function twiigsAddStyleImage12197_88537900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle12197_88537900(stype, mods);
}

function twiigsAddStyleLink12197_88537900(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle12197_88537900(stype, mods);
}

function twiigsAddStyleList12197_88537900(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle12197_88537900(stype, mods);
}

function twiigsPollBarWidthSet12197_88537900()
{
  for(var i = 0; i < 20; i++)
    twiigsPollBarWidthSetBar12197_88537900(i, 20);
}

function twiigsPollBarWidthSetBar12197_88537900(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL12197_88537900answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL12197_88537900answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL12197_88537900answerpct" + 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('twiigsPollBarWidthSetBar12197_88537900(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock12197_88537900({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock12197_88537900({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock12197_88537900({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Society_&_Culture/12197" '+twiigsAddStyleInline12197_88537900({})+'>'
+'What are your favorite graduation songs?</a>'
+' </div>'
+' <div id="TWIIGSPOLL12197_88537900" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock12197_88537900({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock12197_88537900({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock12197_88537900({})+'>'
+' <li id="TWIIGSPOLL12197_88537900answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Today - Smashing Pumpkins<br>'
+' <span title="51 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg0" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct0" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.065721649484536</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Graduation (Friends Forever) - Vitamin C<br>'
+' <span title="120 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg1" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct1" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.15463917525773</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' It'+"'"+'s So Hard to Say Goodbye to Yesterday - Boys II Men<br>'
+' <span title="111 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg2" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct2" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.1430412371134</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' We'+"'"+'ll Be Together - Grease 2 soundtrack<br>'
+' <span title="53 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg3" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct3" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.068298969072165</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' These Are Days - 10,000 Maniacs<br>'
+' <span title="77 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg4" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct4" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.099226804123711</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Good Riddance (Time of Your Life) - Green Day<br>'
+' <span title="130 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg5" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct5" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.16752577319588</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Don'+"'"+'t You (Forget About Me) - Simple Minds<br>'
+' <span title="98 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg6" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct6" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.12628865979381</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Unwritten - Natasha Bedingfield<br>'
+' <span title="73 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg7" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct7" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.094072164948454</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Everybody'+"'"+'s Free (to Wear Sunscreen) - Baz Luhrmann<br>'
+' <span title="34 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg8" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct8" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.043814432989691</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Greatest Love of All - Whitney Houston<br>'
+' <span title="48 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg9" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct9" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.061855670103093</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Forever Young - Alphaville<br>'
+' <span title="71 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg10" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct10" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.091494845360825</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem11" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Life Is a Highway - Tom Cochrane<br>'
+' <span title="93 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg11" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct11" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.11984536082474</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem12" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' What a Wonderful World - Louis Armstrong<br>'
+' <span title="130 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg12" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct12" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.16752577319588</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem13" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' We Go Together - Grease soundtrack<br>'
+' <span title="77 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg13" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct13" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.099226804123711</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem14" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' We Are the Champions - Queen<br>'
+' <span title="126 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg14" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct14" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.16237113402062</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem15" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I Will Remember You - Sarah McLachlan<br>'
+' <span title="133 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg15" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct15" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.17139175257732</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem16" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Here'+"'"+'s to the Night - Eve 6<br>'
+' <span title="48 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg16" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct16" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.061855670103093</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem17" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' School'+"'"+'s Out - Alice Cooper<br>'
+' <span title="142 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg17" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct17" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.18298969072165</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem18" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Bang the Drum All Day - Todd Rundgren<br>'
+' <span title="33 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg18" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct18" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.042525773195876</span>'
+' </li>'
+' <li id="TWIIGSPOLL12197_88537900answeritem19" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList12197_88537900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' I Hope You Dance - Lee Ann Womack<br>'
+' <span title="109 votes" '+twiigsAddStyleInline12197_88537900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img id="TWIIGSPOLL12197_88537900answerimg19" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage12197_88537900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL12197_88537900answerpct19" '+twiigsAddStyleInline12197_88537900({})+'>'
+'0.14046391752577</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock12197_88537900({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on May 23, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock12197_88537900({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock12197_88537900({"text-align":"center"})+'>'
+' Total Votes: 776 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet12197_88537900();
