
function twiigsAddStyle6482_42616100(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 twiigsAddStyleBlock6482_42616100(mods)
{
  var stype = {
  };
  return twiigsAddStyle6482_42616100(stype, mods);
}

function twiigsAddStyleInline6482_42616100(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle6482_42616100(stype, mods);
}

function twiigsAddStyleInput6482_42616100(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle6482_42616100(stype, mods);
}

function twiigsAddStyleImage6482_42616100(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle6482_42616100(stype, mods);
}

function twiigsAddStyleLink6482_42616100(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle6482_42616100(stype, mods);
}

function twiigsAddStyleList6482_42616100(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle6482_42616100(stype, mods);
}

function twiigsPollBarWidthSet6482_42616100()
{
  for(var i = 0; i < 6; i++)
    twiigsPollBarWidthSetBar6482_42616100(i, 20);
}

function twiigsPollBarWidthSetBar6482_42616100(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL6482_42616100answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL6482_42616100answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL6482_42616100answerpct" + 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('twiigsPollBarWidthSetBar6482_42616100(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock6482_42616100({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock6482_42616100({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock6482_42616100({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Celebrities/6482" '+twiigsAddStyleInline6482_42616100({})+'>'
+'Which Hallyu star will you miss the most?</a>'
+' </div>'
+' <div id="TWIIGSPOLL6482_42616100" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock6482_42616100({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock6482_42616100({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock6482_42616100({})+'>'
+' <li id="TWIIGSPOLL6482_42616100answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6482_42616100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jo In Sung - the landscape will be at a loss without his pretty-boy metrosexssshuality<br>'
+' <span title="59 votes" '+twiigsAddStyleInline6482_42616100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_brown_beg03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img id="TWIIGSPOLL6482_42616100answerimg0" src="http://www.twiigs.com/img/pb_brown_mid03.png" width="0" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_brown_end03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6482_42616100answerpct0" '+twiigsAddStyleInline6482_42616100({})+'>'
+'0.068445475638051</span>'
+' </li>'
+' <li id="TWIIGSPOLL6482_42616100answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6482_42616100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Kim Rae Won - what will Unicef do without you and your painfully spoken Engrishee?<br>'
+' <span title="38 votes" '+twiigsAddStyleInline6482_42616100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_brown_beg03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img id="TWIIGSPOLL6482_42616100answerimg1" src="http://www.twiigs.com/img/pb_brown_mid03.png" width="0" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_brown_end03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6482_42616100answerpct1" '+twiigsAddStyleInline6482_42616100({})+'>'
+'0.044083526682135</span>'
+' </li>'
+' <li id="TWIIGSPOLL6482_42616100answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6482_42616100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Lee Dong Gun, although not as much as his hunny Han Ji Hye<br>'
+' <span title="30 votes" '+twiigsAddStyleInline6482_42616100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_brown_beg03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img id="TWIIGSPOLL6482_42616100answerimg2" src="http://www.twiigs.com/img/pb_brown_mid03.png" width="0" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_brown_end03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6482_42616100answerpct2" '+twiigsAddStyleInline6482_42616100({})+'>'
+'0.034802784222738</span>'
+' </li>'
+' <li id="TWIIGSPOLL6482_42616100answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6482_42616100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Gong Yoo - have mercy, the coffee withdrawal is bad enough already!<br>'
+' <span title="582 votes" '+twiigsAddStyleInline6482_42616100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_brown_beg03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img id="TWIIGSPOLL6482_42616100answerimg3" src="http://www.twiigs.com/img/pb_brown_mid03.png" width="0" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_brown_end03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6482_42616100answerpct3" '+twiigsAddStyleInline6482_42616100({})+'>'
+'0.67517401392111</span>'
+' </li>'
+' <li id="TWIIGSPOLL6482_42616100answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6482_42616100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Chun Jung Myung - your tongue-twisty name (and adorable smile) will be sorely missed<br>'
+' <span title="30 votes" '+twiigsAddStyleInline6482_42616100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_brown_beg03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img id="TWIIGSPOLL6482_42616100answerimg4" src="http://www.twiigs.com/img/pb_brown_mid03.png" width="0" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_brown_end03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6482_42616100answerpct4" '+twiigsAddStyleInline6482_42616100({})+'>'
+'0.034802784222738</span>'
+' </li>'
+' <li id="TWIIGSPOLL6482_42616100answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList6482_42616100({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Shinhwa (any or all) - now we'+"'"+'ll have to get our requisite homoeroticism from Super Junior, boo<br>'
+' <span title="123 votes" '+twiigsAddStyleInline6482_42616100({})+'>'
+' <img src="http://www.twiigs.com/img/pb_brown_beg03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img id="TWIIGSPOLL6482_42616100answerimg5" src="http://www.twiigs.com/img/pb_brown_mid03.png" width="0" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+'<img src="http://www.twiigs.com/img/pb_brown_end03.png" width="2" height="10" '+twiigsAddStyleImage6482_42616100({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL6482_42616100answerpct5" '+twiigsAddStyleInline6482_42616100({})+'>'
+'0.14269141531323</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock6482_42616100({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Nov 15, 2007 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock6482_42616100({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock6482_42616100({"text-align":"center"})+'>'
+' Total Votes: 862 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet6482_42616100();
