
function twiigsAddStyle21441_67112300(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 twiigsAddStyleBlock21441_67112300(mods)
{
  var stype = {
  };
  return twiigsAddStyle21441_67112300(stype, mods);
}

function twiigsAddStyleInline21441_67112300(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle21441_67112300(stype, mods);
}

function twiigsAddStyleInput21441_67112300(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle21441_67112300(stype, mods);
}

function twiigsAddStyleImage21441_67112300(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle21441_67112300(stype, mods);
}

function twiigsAddStyleLink21441_67112300(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle21441_67112300(stype, mods);
}

function twiigsAddStyleList21441_67112300(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle21441_67112300(stype, mods);
}

function twiigsPollBarWidthSet21441_67112300()
{
  for(var i = 0; i < 6; i++)
    twiigsPollBarWidthSetBar21441_67112300(i, 20);
}

function twiigsPollBarWidthSetBar21441_67112300(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL21441_67112300answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL21441_67112300answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL21441_67112300answerpct" + 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('twiigsPollBarWidthSetBar21441_67112300(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock21441_67112300({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock21441_67112300({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock21441_67112300({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/21441" '+twiigsAddStyleInline21441_67112300({})+'>'
+'The man born to play -- nay, embody -- Mark Trail is:</a>'
+' </div>'
+' <div id="TWIIGSPOLL21441_67112300" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock21441_67112300({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock21441_67112300({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock21441_67112300({})+'>'
+' <li id="TWIIGSPOLL21441_67112300answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList21441_67112300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jon Hamm (he'+"'"+'s already proved he can pull off retro threads).<br>'
+' <span title="51 votes" '+twiigsAddStyleInline21441_67112300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img id="TWIIGSPOLL21441_67112300answerimg0" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL21441_67112300answerpct0" '+twiigsAddStyleInline21441_67112300({})+'>'
+'0.26288659793814</span>'
+' </li>'
+' <li id="TWIIGSPOLL21441_67112300answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList21441_67112300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Rupert Everett (sleek features, and can deliver any line with arch wryness).<br>'
+' <span title="16 votes" '+twiigsAddStyleInline21441_67112300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img id="TWIIGSPOLL21441_67112300answerimg1" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL21441_67112300answerpct1" '+twiigsAddStyleInline21441_67112300({})+'>'
+'0.082474226804124</span>'
+' </li>'
+' <li id="TWIIGSPOLL21441_67112300answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList21441_67112300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Jake Gyllenhaal (can play &quot;rugged hangdog&quot;).<br>'
+' <span title="22 votes" '+twiigsAddStyleInline21441_67112300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img id="TWIIGSPOLL21441_67112300answerimg2" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL21441_67112300answerpct2" '+twiigsAddStyleInline21441_67112300({})+'>'
+'0.11340206185567</span>'
+' </li>'
+' <li id="TWIIGSPOLL21441_67112300answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList21441_67112300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Ben Affleck (has done his share of films that move at a glacial pace).<br>'
+' <span title="26 votes" '+twiigsAddStyleInline21441_67112300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img id="TWIIGSPOLL21441_67112300answerimg3" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL21441_67112300answerpct3" '+twiigsAddStyleInline21441_67112300({})+'>'
+'0.1340206185567</span>'
+' </li>'
+' <li id="TWIIGSPOLL21441_67112300answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList21441_67112300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Tom Cruise (born to play &quot;absolute, scary-intense commitment to a cause&quot;).<br>'
+' <span title="7 votes" '+twiigsAddStyleInline21441_67112300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img id="TWIIGSPOLL21441_67112300answerimg4" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL21441_67112300answerpct4" '+twiigsAddStyleInline21441_67112300({})+'>'
+'0.036082474226804</span>'
+' </li>'
+' <li id="TWIIGSPOLL21441_67112300answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList21441_67112300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Stephen Colbert (has the haircut and faux rectitude down -- and this film IS a sendup of the strip).<br>'
+' <span title="72 votes" '+twiigsAddStyleInline21441_67112300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_bluedarkest_beg03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img id="TWIIGSPOLL21441_67112300answerimg5" src="http://www.twiigs.com/img/pb_bluedarkest_mid03.png" width="0" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_bluedarkest_end03.png" width="2" height="10" '+twiigsAddStyleImage21441_67112300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL21441_67112300answerpct5" '+twiigsAddStyleInline21441_67112300({})+'>'
+'0.37113402061856</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock21441_67112300({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Dec 4, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock21441_67112300({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock21441_67112300({"text-align":"center"})+'>'
+' Total Votes: 194 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet21441_67112300();
