
function twiigsAddStyle42090_99126500(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 twiigsAddStyleBlock42090_99126500(mods)
{
  var stype = {
  };
  return twiigsAddStyle42090_99126500(stype, mods);
}

function twiigsAddStyleInline42090_99126500(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle42090_99126500(stype, mods);
}

function twiigsAddStyleInput42090_99126500(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle42090_99126500(stype, mods);
}

function twiigsAddStyleImage42090_99126500(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle42090_99126500(stype, mods);
}

function twiigsAddStyleLink42090_99126500(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle42090_99126500(stype, mods);
}

function twiigsAddStyleList42090_99126500(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle42090_99126500(stype, mods);
}

function twiigsPollBarWidthSet42090_99126500()
{
  for(var i = 0; i < 7; i++)
    twiigsPollBarWidthSetBar42090_99126500(i, 20);
}

function twiigsPollBarWidthSetBar42090_99126500(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL42090_99126500answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL42090_99126500answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL42090_99126500answerpct" + 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('twiigsPollBarWidthSetBar42090_99126500(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock42090_99126500({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock42090_99126500({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock42090_99126500({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/42090" '+twiigsAddStyleInline42090_99126500({})+'>'
+'Right?</a>'
+' </div>'
+' <div id="TWIIGSPOLL42090_99126500" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock42090_99126500({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock42090_99126500({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock42090_99126500({})+'>'
+' <li id="TWIIGSPOLL42090_99126500answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42090_99126500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Right!<br>'
+' <span title="8909 votes" '+twiigsAddStyleInline42090_99126500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img id="TWIIGSPOLL42090_99126500answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42090_99126500answerpct0" '+twiigsAddStyleInline42090_99126500({})+'>'
+'0.53513935607881</span>'
+' </li>'
+' <li id="TWIIGSPOLL42090_99126500answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42090_99126500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Wrong.<br>'
+' <span title="3108 votes" '+twiigsAddStyleInline42090_99126500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img id="TWIIGSPOLL42090_99126500answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42090_99126500answerpct1" '+twiigsAddStyleInline42090_99126500({})+'>'
+'0.1866890917828</span>'
+' </li>'
+' <li id="TWIIGSPOLL42090_99126500answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42090_99126500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Ugh, remember when Alison dated Boring Keith?<br>'
+' <span title="161 votes" '+twiigsAddStyleInline42090_99126500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img id="TWIIGSPOLL42090_99126500answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42090_99126500answerpct2" '+twiigsAddStyleInline42090_99126500({})+'>'
+'0.0096708313310908</span>'
+' </li>'
+' <li id="TWIIGSPOLL42090_99126500answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42090_99126500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Yes, but remember when she dated the Hot Sex Addict, JAG'+"'"+'s David James Elliott?<br>'
+' <span title="186 votes" '+twiigsAddStyleInline42090_99126500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img id="TWIIGSPOLL42090_99126500answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42090_99126500answerpct3" '+twiigsAddStyleInline42090_99126500({})+'>'
+'0.011172513214801</span>'
+' </li>'
+' <li id="TWIIGSPOLL42090_99126500answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42090_99126500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Or Kristin Davis'+"'"+' character'+"'"+'s father, Hayley Armstrong, who died in a boating accident?<br>'
+' <span title="136 votes" '+twiigsAddStyleInline42090_99126500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img id="TWIIGSPOLL42090_99126500answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42090_99126500answerpct4" '+twiigsAddStyleInline42090_99126500({})+'>'
+'0.0081691494473811</span>'
+' </li>'
+' <li id="TWIIGSPOLL42090_99126500answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42090_99126500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Man, between all that and Billy and their aborted wedding, Alison did not have a good time.<br>'
+' <span title="690 votes" '+twiigsAddStyleInline42090_99126500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img id="TWIIGSPOLL42090_99126500answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42090_99126500answerpct5" '+twiigsAddStyleInline42090_99126500({})+'>'
+'0.041446419990389</span>'
+' </li>'
+' <li id="TWIIGSPOLL42090_99126500answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList42090_99126500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Moral of the story: Mules ruin lives.<br>'
+' <span title="3458 votes" '+twiigsAddStyleInline42090_99126500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img id="TWIIGSPOLL42090_99126500answerimg6" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage42090_99126500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL42090_99126500answerpct6" '+twiigsAddStyleInline42090_99126500({})+'>'
+'0.20771263815473</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock42090_99126500({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Oct 21, 2009 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock42090_99126500({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock42090_99126500({"text-align":"center"})+'>'
+' Total Votes: 16,648 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet42090_99126500();
