
function twiigsAddStyle8833_46670300(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 twiigsAddStyleBlock8833_46670300(mods)
{
  var stype = {
  };
  return twiigsAddStyle8833_46670300(stype, mods);
}

function twiigsAddStyleInline8833_46670300(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle8833_46670300(stype, mods);
}

function twiigsAddStyleInput8833_46670300(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle8833_46670300(stype, mods);
}

function twiigsAddStyleImage8833_46670300(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle8833_46670300(stype, mods);
}

function twiigsAddStyleLink8833_46670300(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle8833_46670300(stype, mods);
}

function twiigsAddStyleList8833_46670300(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle8833_46670300(stype, mods);
}

function twiigsPollBarWidthSet8833_46670300()
{
  for(var i = 0; i < 12; i++)
    twiigsPollBarWidthSetBar8833_46670300(i, 20);
}

function twiigsPollBarWidthSetBar8833_46670300(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL8833_46670300answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL8833_46670300answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL8833_46670300answerpct" + 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('twiigsPollBarWidthSetBar8833_46670300(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock8833_46670300({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock8833_46670300({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock8833_46670300({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Television/8833" '+twiigsAddStyleInline8833_46670300({})+'>'
+'Two guys will get the hook on Thursday. Which TWO do you think will be ELIMINATED?</a>'
+' </div>'
+' <div id="TWIIGSPOLL8833_46670300" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock8833_46670300({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock8833_46670300({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock8833_46670300({})+'>'
+' <li id="TWIIGSPOLL8833_46670300answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' David Archuleta<br>'
+' <span title="102 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg0" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct0" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.023097826086957</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Colton Berry<br>'
+' <span title="673 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg1" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct1" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.15240036231884</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Robbie Carrico<br>'
+' <span title="95 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg2" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct2" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.02151268115942</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jason Castro<br>'
+' <span title="117 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg3" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct3" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.026494565217391</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' David Cook<br>'
+' <span title="175 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg4" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct4" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.039628623188406</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Chikezie Eze<br>'
+' <span title="2113 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg5" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct5" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.47848731884058</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Garrett Haley<br>'
+' <span title="1515 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg6" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct6" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.34307065217391</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' David Hernandez<br>'
+' <span title="276 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg7" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct7" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.0625</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Michael Johns<br>'
+' <span title="78 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg8" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct8" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.017663043478261</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Danny Noriega<br>'
+' <span title="1216 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg9" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct9" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.27536231884058</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Luke Menard<br>'
+' <span title="1200 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg10" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct10" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.27173913043478</span>'
+' </li>'
+' <li id="TWIIGSPOLL8833_46670300answeritem11" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList8833_46670300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jason Yeager<br>'
+' <span title="1169 votes" '+twiigsAddStyleInline8833_46670300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img id="TWIIGSPOLL8833_46670300answerimg11" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage8833_46670300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL8833_46670300answerpct11" '+twiigsAddStyleInline8833_46670300({})+'>'
+'0.26471920289855</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock8833_46670300({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Feb 20, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock8833_46670300({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock8833_46670300({"text-align":"center"})+'>'
+' Total Votes: 4,416 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet8833_46670300();
