
function twiigsAddStyle7260_73744500(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 twiigsAddStyleBlock7260_73744500(mods)
{
  var stype = {
  };
  return twiigsAddStyle7260_73744500(stype, mods);
}

function twiigsAddStyleInline7260_73744500(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle7260_73744500(stype, mods);
}

function twiigsAddStyleInput7260_73744500(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle7260_73744500(stype, mods);
}

function twiigsAddStyleImage7260_73744500(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle7260_73744500(stype, mods);
}

function twiigsAddStyleLink7260_73744500(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle7260_73744500(stype, mods);
}

function twiigsAddStyleList7260_73744500(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle7260_73744500(stype, mods);
}

function twiigsPollBarWidthSet7260_73744500()
{
  for(var i = 0; i < 14; i++)
    twiigsPollBarWidthSetBar7260_73744500(i, 20);
}

function twiigsPollBarWidthSetBar7260_73744500(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL7260_73744500answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL7260_73744500answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL7260_73744500answerpct" + 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('twiigsPollBarWidthSetBar7260_73744500(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock7260_73744500({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock7260_73744500({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock7260_73744500({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Television/7260" '+twiigsAddStyleInline7260_73744500({})+'>'
+'If you could have chosen the winner of &quot;America'+"'"+'s Next Top Model,&quot; whom would you have picked?</a>'
+' </div>'
+' <div id="TWIIGSPOLL7260_73744500" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock7260_73744500({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock7260_73744500({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock7260_73744500({})+'>'
+' <li id="TWIIGSPOLL7260_73744500answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Mila<br>'
+' <span title="0 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg0" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct0" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Heather<br>'
+' <span title="268 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg1" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct1" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.45969125214408</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Saleisha<br>'
+' <span title="44 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg2" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct2" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.075471698113208</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Bianca<br>'
+' <span title="17 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg3" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct3" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.029159519725557</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Janet<br>'
+' <span title="1 vote" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg4" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct4" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.0017152658662093</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Sarah<br>'
+' <span title="6 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg5" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct5" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.010291595197256</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jenah<br>'
+' <span title="118 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg6" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct6" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.20240137221269</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Ebony<br>'
+' <span title="5 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg7" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct7" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.0085763293310463</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Victoria<br>'
+' <span title="9 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg8" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct8" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.015437392795883</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Chantal<br>'
+' <span title="39 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg9" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct9" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.066895368782161</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem10" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Lisa<br>'
+' <span title="65 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg10" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct10" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.1114922813036</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem11" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Ambreal<br>'
+' <span title="2 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg11" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct11" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.0034305317324185</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem12" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Kimberly<br>'
+' <span title="1 vote" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg12" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct12" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.0017152658662093</span>'
+' </li>'
+' <li id="TWIIGSPOLL7260_73744500answeritem13" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList7260_73744500({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Tyra<br>'
+' <span title="8 votes" '+twiigsAddStyleInline7260_73744500({})+'>'
+' <img src="http://www.twiigs.com/img/pb_purpledark_beg03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img id="TWIIGSPOLL7260_73744500answerimg13" src="http://www.twiigs.com/img/pb_purpledark_mid03.png" width="0" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+'<img src="http://www.twiigs.com/img/pb_purpledark_end03.png" width="2" height="10" '+twiigsAddStyleImage7260_73744500({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL7260_73744500answerpct13" '+twiigsAddStyleInline7260_73744500({})+'>'
+'0.013722126929674</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock7260_73744500({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Dec 13, 2007 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock7260_73744500({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock7260_73744500({"text-align":"center"})+'>'
+' Total Votes: 583 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet7260_73744500();
