
function twiigsAddStyle18975_84851700(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 twiigsAddStyleBlock18975_84851700(mods)
{
  var stype = {
  };
  return twiigsAddStyle18975_84851700(stype, mods);
}

function twiigsAddStyleInline18975_84851700(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle18975_84851700(stype, mods);
}

function twiigsAddStyleInput18975_84851700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle18975_84851700(stype, mods);
}

function twiigsAddStyleImage18975_84851700(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle18975_84851700(stype, mods);
}

function twiigsAddStyleLink18975_84851700(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle18975_84851700(stype, mods);
}

function twiigsAddStyleList18975_84851700(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle18975_84851700(stype, mods);
}

function twiigsPollBarWidthSet18975_84851700()
{
  for(var i = 0; i < 9; i++)
    twiigsPollBarWidthSetBar18975_84851700(i, 20);
}

function twiigsPollBarWidthSetBar18975_84851700(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL18975_84851700answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL18975_84851700answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL18975_84851700answerpct" + 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('twiigsPollBarWidthSetBar18975_84851700(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock18975_84851700({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock18975_84851700({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock18975_84851700({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Television/18975" '+twiigsAddStyleInline18975_84851700({})+'>'
+'What did you think of last night'+"'"+'s Tina Fey-Sarah Palin sketch? (You can pick more than one answer)</a>'
+' </div>'
+' <div id="TWIIGSPOLL18975_84851700" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock18975_84851700({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock18975_84851700({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock18975_84851700({})+'>'
+' <li id="TWIIGSPOLL18975_84851700answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18975_84851700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' It was funny<br>'
+' <span title="887 votes" '+twiigsAddStyleInline18975_84851700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img id="TWIIGSPOLL18975_84851700answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18975_84851700answerpct0" '+twiigsAddStyleInline18975_84851700({})+'>'
+'0.21028923660503</span>'
+' </li>'
+' <li id="TWIIGSPOLL18975_84851700answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18975_84851700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Wish Palin and Fey had done a skit together<br>'
+' <span title="1626 votes" '+twiigsAddStyleInline18975_84851700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img id="TWIIGSPOLL18975_84851700answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18975_84851700answerpct1" '+twiigsAddStyleInline18975_84851700({})+'>'
+'0.38549075391181</span>'
+' </li>'
+' <li id="TWIIGSPOLL18975_84851700answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18975_84851700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' It was okay<br>'
+' <span title="567 votes" '+twiigsAddStyleInline18975_84851700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img id="TWIIGSPOLL18975_84851700answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18975_84851700answerpct2" '+twiigsAddStyleInline18975_84851700({})+'>'
+'0.13442389758179</span>'
+' </li>'
+' <li id="TWIIGSPOLL18975_84851700answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18975_84851700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Not enough Palin<br>'
+' <span title="741 votes" '+twiigsAddStyleInline18975_84851700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img id="TWIIGSPOLL18975_84851700answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18975_84851700answerpct3" '+twiigsAddStyleInline18975_84851700({})+'>'
+'0.17567567567568</span>'
+' </li>'
+' <li id="TWIIGSPOLL18975_84851700answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18975_84851700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Not enough Fey<br>'
+' <span title="823 votes" '+twiigsAddStyleInline18975_84851700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img id="TWIIGSPOLL18975_84851700answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18975_84851700answerpct4" '+twiigsAddStyleInline18975_84851700({})+'>'
+'0.19511616880038</span>'
+' </li>'
+' <li id="TWIIGSPOLL18975_84851700answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18975_84851700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Not funny<br>'
+' <span title="597 votes" '+twiigsAddStyleInline18975_84851700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img id="TWIIGSPOLL18975_84851700answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18975_84851700answerpct5" '+twiigsAddStyleInline18975_84851700({})+'>'
+'0.14153627311522</span>'
+' </li>'
+' <li id="TWIIGSPOLL18975_84851700answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18975_84851700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' It was the best Palin skit yet<br>'
+' <span title="243 votes" '+twiigsAddStyleInline18975_84851700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img id="TWIIGSPOLL18975_84851700answerimg6" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18975_84851700answerpct6" '+twiigsAddStyleInline18975_84851700({})+'>'
+'0.057610241820768</span>'
+' </li>'
+' <li id="TWIIGSPOLL18975_84851700answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18975_84851700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Wish Palin had said '+"'"+'Say hi to your mother for me'+"'"+'<br>'
+' <span title="325 votes" '+twiigsAddStyleInline18975_84851700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img id="TWIIGSPOLL18975_84851700answerimg7" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18975_84851700answerpct7" '+twiigsAddStyleInline18975_84851700({})+'>'
+'0.077050734945472</span>'
+' </li>'
+' <li id="TWIIGSPOLL18975_84851700answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList18975_84851700({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The Palin rap was better<br>'
+' <span title="1013 votes" '+twiigsAddStyleInline18975_84851700({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img id="TWIIGSPOLL18975_84851700answerimg8" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage18975_84851700({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL18975_84851700answerpct8" '+twiigsAddStyleInline18975_84851700({})+'>'
+'0.24016121384542</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock18975_84851700({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Oct 18, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock18975_84851700({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock18975_84851700({"text-align":"center"})+'>'
+' Total Votes: 4,218 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet18975_84851700();
