
function twiigsAddStyle6932_53587900(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 twiigsAddStyleBlock6932_53587900(mods)
{
  var stype = {
  };
  return twiigsAddStyle6932_53587900(stype, mods);
}

function twiigsAddStyleInline6932_53587900(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle6932_53587900(stype, mods);
}

function twiigsAddStyleInput6932_53587900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle6932_53587900(stype, mods);
}

function twiigsAddStyleImage6932_53587900(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle6932_53587900(stype, mods);
}

function twiigsAddStyleLink6932_53587900(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle6932_53587900(stype, mods);
}

function twiigsAddStyleList6932_53587900(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle6932_53587900(stype, mods);
}

function twiigsPollBarWidthSet6932_53587900()
{
  for(var i = 0; i < 8; i++)
    twiigsPollBarWidthSetBar6932_53587900(i, 20);
}

function twiigsPollBarWidthSetBar6932_53587900(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL6932_53587900answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL6932_53587900answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL6932_53587900answerpct" + 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('twiigsPollBarWidthSetBar6932_53587900(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock6932_53587900({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock6932_53587900({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock6932_53587900({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Recreation/6932" '+twiigsAddStyleInline6932_53587900({})+'>'
+'Which new attraction do you think will be 2008'+"'"+'s best?</a>'
+' </div>'
+' <div id="TWIIGSPOLL6932_53587900" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock6932_53587900({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock6932_53587900({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock6932_53587900({})+'>'
+' <li id="TWIIGSPOLL6932_53587900answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6932_53587900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' BGA'+"'"+'s Jungala<br>'
+' <span title="72 votes" '+twiigsAddStyleInline6932_53587900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img id="TWIIGSPOLL6932_53587900answerimg0" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6932_53587900answerpct0" '+twiigsAddStyleInline6932_53587900({})+'>'
+'0.11764705882353</span>'
+' </li>'
+' <li id="TWIIGSPOLL6932_53587900answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6932_53587900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Dollywood'+"'"+'s River Battle<br>'
+' <span title="47 votes" '+twiigsAddStyleInline6932_53587900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img id="TWIIGSPOLL6932_53587900answerimg1" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6932_53587900answerpct1" '+twiigsAddStyleInline6932_53587900({})+'>'
+'0.076797385620915</span>'
+' </li>'
+' <li id="TWIIGSPOLL6932_53587900answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6932_53587900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Hersheypark'+"'"+'s Fahrenheit<br>'
+' <span title="94 votes" '+twiigsAddStyleInline6932_53587900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img id="TWIIGSPOLL6932_53587900answerimg2" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6932_53587900answerpct2" '+twiigsAddStyleInline6932_53587900({})+'>'
+'0.15359477124183</span>'
+' </li>'
+' <li id="TWIIGSPOLL6932_53587900answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6932_53587900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Knott'+"'"+'s Pony Express<br>'
+' <span title="28 votes" '+twiigsAddStyleInline6932_53587900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img id="TWIIGSPOLL6932_53587900answerimg3" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6932_53587900answerpct3" '+twiigsAddStyleInline6932_53587900({})+'>'
+'0.045751633986928</span>'
+' </li>'
+' <li id="TWIIGSPOLL6932_53587900answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6932_53587900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Legoland'+"'"+'s Lost Kingdom Adventure<br>'
+' <span title="28 votes" '+twiigsAddStyleInline6932_53587900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img id="TWIIGSPOLL6932_53587900answerimg4" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6932_53587900answerpct4" '+twiigsAddStyleInline6932_53587900({})+'>'
+'0.045751633986928</span>'
+' </li>'
+' <li id="TWIIGSPOLL6932_53587900answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6932_53587900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Six Flags'+"'"+' The Dark Knight Coaster<br>'
+' <span title="58 votes" '+twiigsAddStyleInline6932_53587900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img id="TWIIGSPOLL6932_53587900answerimg5" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6932_53587900answerpct5" '+twiigsAddStyleInline6932_53587900({})+'>'
+'0.094771241830065</span>'
+' </li>'
+' <li id="TWIIGSPOLL6932_53587900answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6932_53587900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Six Flags St. Louis'+"'"+' Evel Knievel<br>'
+' <span title="24 votes" '+twiigsAddStyleInline6932_53587900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img id="TWIIGSPOLL6932_53587900answerimg6" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6932_53587900answerpct6" '+twiigsAddStyleInline6932_53587900({})+'>'
+'0.03921568627451</span>'
+' </li>'
+' <li id="TWIIGSPOLL6932_53587900answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6932_53587900({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Universal'+"'"+'s The Simpsons Ride<br>'
+' <span title="261 votes" '+twiigsAddStyleInline6932_53587900({})+'>'
+' <img src="http://www.twiigs.com/img/pb_gold_beg03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img id="TWIIGSPOLL6932_53587900answerimg7" src="http://www.twiigs.com/img/pb_gold_mid03.png" width="0" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+'<img src="http://www.twiigs.com/img/pb_gold_end03.png" width="2" height="10" '+twiigsAddStyleImage6932_53587900({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6932_53587900answerpct7" '+twiigsAddStyleInline6932_53587900({})+'>'
+'0.42647058823529</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock6932_53587900({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Nov 30, 2007 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock6932_53587900({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock6932_53587900({"text-align":"center"})+'>'
+' Total Votes: 612 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet6932_53587900();
