
function twiigsAddStyle22860_62630500(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 twiigsAddStyleBlock22860_62630500(mods)
{
  var stype = {
  };
  return twiigsAddStyle22860_62630500(stype, mods);
}

function twiigsAddStyleInline22860_62630500(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle22860_62630500(stype, mods);
}

function twiigsAddStyleInput22860_62630500(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle22860_62630500(stype, mods);
}

function twiigsAddStyleImage22860_62630500(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle22860_62630500(stype, mods);
}

function twiigsAddStyleLink22860_62630500(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle22860_62630500(stype, mods);
}

function twiigsAddStyleList22860_62630500(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle22860_62630500(stype, mods);
}

function twiigsPollBarWidthSet22860_62630500()
{
  for(var i = 0; i < 13; i++)
    twiigsPollBarWidthSetBar22860_62630500(i, 20);
}

function twiigsPollBarWidthSetBar22860_62630500(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL22860_62630500answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL22860_62630500answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL22860_62630500answerpct" + 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('twiigsPollBarWidthSetBar22860_62630500(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock22860_62630500({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock22860_62630500({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock22860_62630500({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/22860" '+twiigsAddStyleInline22860_62630500({})+'>'
+'2008'+"'"+'s most shocking celebrity news story was:</a>'
+' </div>'
+' <div id="TWIIGSPOLL22860_62630500" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock22860_62630500({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock22860_62630500({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock22860_62630500({})+'>'
+' <li id="TWIIGSPOLL22860_62630500answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Madonna'+"'"+'s split from Guy Ritchie<br>'
+' <span title="26 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg0" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct0" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.010998307952623</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Clay Aiken'+"'"+'s a dad<br>'
+' <span title="95 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg1" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct1" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.040186125211506</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Britney Spears keeps it together<br>'
+' <span title="100 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg2" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct2" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.042301184433164</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Patrick Swayze'+"'"+'s cancer diagnosis<br>'
+' <span title="45 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg3" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct3" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.019035532994924</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jay Leno'+"'"+'s not actually going away<br>'
+' <span title="12 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg4" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct4" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.0050761421319797</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Heath Ledger'+"'"+'s death<br>'
+' <span title="1158 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg5" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct5" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.48984771573604</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Mickey Rourke'+"'"+'s &quot;Wrestler&quot; comeback<br>'
+' <span title="22 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg6" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct6" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.0093062605752961</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jennifer Hudson'+"'"+'s family murdered<br>'
+' <span title="644 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg7" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct7" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.27241962774958</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Miley Cyrus'+"'"+'s scantily clad Vanity Fair pix<br>'
+' <span title="23 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg8" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct8" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.0097292724196277</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Paris Hilton'+"'"+'s surprisingly good campaign spoof<br>'
+' <span title="77 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg9" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct9" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.032571912013536</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Gwyneth Paltrow'+"'"+'s presumption that we care about her GOOPy lifestyle tips<br>'
+' <span title="39 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg10" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct10" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.016497461928934</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem11" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' David Duchovny'+"'"+'s sex addiction<br>'
+' <span title="50 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg11" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct11" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.021150592216582</span>'
+' </li>'
+' <li id="TWIIGSPOLL22860_62630500answeritem12" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList22860_62630500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Lindsay Lohan comes out with girlfriend SamRo<br>'
+' <span title="73 votes" '+twiigsAddStyleInline22860_62630500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img id="TWIIGSPOLL22860_62630500answerimg12" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage22860_62630500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL22860_62630500answerpct12" '+twiigsAddStyleInline22860_62630500({})+'>'
+'0.03087986463621</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock22860_62630500({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Dec 30, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock22860_62630500({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock22860_62630500({"text-align":"center"})+'>'
+' Total Votes: 2,364 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet22860_62630500();
