
function twiigsAddStyle14500_40521300(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 twiigsAddStyleBlock14500_40521300(mods)
{
  var stype = {
  };
  return twiigsAddStyle14500_40521300(stype, mods);
}

function twiigsAddStyleInline14500_40521300(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle14500_40521300(stype, mods);
}

function twiigsAddStyleInput14500_40521300(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle14500_40521300(stype, mods);
}

function twiigsAddStyleImage14500_40521300(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle14500_40521300(stype, mods);
}

function twiigsAddStyleLink14500_40521300(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle14500_40521300(stype, mods);
}

function twiigsAddStyleList14500_40521300(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle14500_40521300(stype, mods);
}

function twiigsPollBarWidthSet14500_40521300()
{
  for(var i = 0; i < 7; i++)
    twiigsPollBarWidthSetBar14500_40521300(i, 20);
}

function twiigsPollBarWidthSetBar14500_40521300(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL14500_40521300answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL14500_40521300answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL14500_40521300answerpct" + 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('twiigsPollBarWidthSetBar14500_40521300(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock14500_40521300({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock14500_40521300({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock14500_40521300({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Entertainment/Movies/14500" '+twiigsAddStyleInline14500_40521300({})+'>'
+'Who'+"'"+'s your favorite actor to play Batman out of all the movies?</a>'
+' </div>'
+' <div id="TWIIGSPOLL14500_40521300" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock14500_40521300({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock14500_40521300({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock14500_40521300({})+'>'
+' <li id="TWIIGSPOLL14500_40521300answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList14500_40521300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Lewis Wilson (&quot;Batman&quot; 1943)<br>'
+' <span title="4 votes" '+twiigsAddStyleInline14500_40521300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img id="TWIIGSPOLL14500_40521300answerimg0" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL14500_40521300answerpct0" '+twiigsAddStyleInline14500_40521300({})+'>'
+'0.016</span>'
+' </li>'
+' <li id="TWIIGSPOLL14500_40521300answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList14500_40521300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Robert Lowery (&quot;Batman and Robin&quot; 1949)<br>'
+' <span title="0 votes" '+twiigsAddStyleInline14500_40521300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img id="TWIIGSPOLL14500_40521300answerimg1" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL14500_40521300answerpct1" '+twiigsAddStyleInline14500_40521300({})+'>'
+'0</span>'
+' </li>'
+' <li id="TWIIGSPOLL14500_40521300answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList14500_40521300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Adam West (&quot;Batman: The Movie&quot; 1966)<br>'
+' <span title="28 votes" '+twiigsAddStyleInline14500_40521300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img id="TWIIGSPOLL14500_40521300answerimg2" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL14500_40521300answerpct2" '+twiigsAddStyleInline14500_40521300({})+'>'
+'0.112</span>'
+' </li>'
+' <li id="TWIIGSPOLL14500_40521300answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList14500_40521300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Michael Keaton (&quot;Batman&quot; 1989 and &quot;Batman Returns&quot; 1992)<br>'
+' <span title="59 votes" '+twiigsAddStyleInline14500_40521300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img id="TWIIGSPOLL14500_40521300answerimg3" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL14500_40521300answerpct3" '+twiigsAddStyleInline14500_40521300({})+'>'
+'0.236</span>'
+' </li>'
+' <li id="TWIIGSPOLL14500_40521300answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList14500_40521300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Val Kilmer (&quot;Batman Forever&quot; 1995)<br>'
+' <span title="19 votes" '+twiigsAddStyleInline14500_40521300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img id="TWIIGSPOLL14500_40521300answerimg4" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL14500_40521300answerpct4" '+twiigsAddStyleInline14500_40521300({})+'>'
+'0.076</span>'
+' </li>'
+' <li id="TWIIGSPOLL14500_40521300answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList14500_40521300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' George Clooney (&quot;Batman and Robin&quot; 1997)<br>'
+' <span title="21 votes" '+twiigsAddStyleInline14500_40521300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img id="TWIIGSPOLL14500_40521300answerimg5" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL14500_40521300answerpct5" '+twiigsAddStyleInline14500_40521300({})+'>'
+'0.084</span>'
+' </li>'
+' <li id="TWIIGSPOLL14500_40521300answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList14500_40521300({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Christian Bale (&quot;Batman Begins&quot; 2005 and &quot;The Dark Night&quot; 2008)<br>'
+' <span title="119 votes" '+twiigsAddStyleInline14500_40521300({})+'>'
+' <img src="http://www.twiigs.com/img/pb_black_beg03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img id="TWIIGSPOLL14500_40521300answerimg6" src="http://www.twiigs.com/img/pb_black_mid03.png" width="0" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+'<img src="http://www.twiigs.com/img/pb_black_end03.png" width="2" height="10" '+twiigsAddStyleImage14500_40521300({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL14500_40521300answerpct6" '+twiigsAddStyleInline14500_40521300({})+'>'
+'0.476</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock14500_40521300({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on Jul 17, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock14500_40521300({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock14500_40521300({"text-align":"center"})+'>'
+' Total Votes: 250 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet14500_40521300();
