
function twiigsAddStyle11871_54168200(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 twiigsAddStyleBlock11871_54168200(mods)
{
  var stype = {
  };
  return twiigsAddStyle11871_54168200(stype, mods);
}

function twiigsAddStyleInline11871_54168200(mods)
{
  var stype = {
    "display" : "inline"
  };
  return twiigsAddStyle11871_54168200(stype, mods);
}

function twiigsAddStyleInput11871_54168200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "border-style" : null,
    "display" : "inline",
    "text-shadow" : null
  };
  return twiigsAddStyle11871_54168200(stype, mods);
}

function twiigsAddStyleImage11871_54168200(mods)
{
  var stype = { 
    "background-color" : null,
    "background-image" : null,
    "display" : "inline",
    "height" : null, 
    "width" : null 
  };
  return twiigsAddStyle11871_54168200(stype, mods);
}

function twiigsAddStyleLink11871_54168200(mods)
{
  var stype = { 
    "display" : "inline",
    "text-decoration" : null
  };
  return twiigsAddStyle11871_54168200(stype, mods);
}

function twiigsAddStyleList11871_54168200(mods)
{
  var stype = { 
    "display" : "list-item",
    "list-style-type" : "none",
    "list-style-position" : "outside",
    "list-style-image" : "none"
  };
  return twiigsAddStyle11871_54168200(stype, mods);
}

function twiigsPollBarWidthSet11871_54168200()
{
  for(var i = 0; i < 10; i++)
    twiigsPollBarWidthSetBar11871_54168200(i, 20);
}

function twiigsPollBarWidthSetBar11871_54168200(i, n)
{
  var imgObj = document.getElementById("TWIIGSPOLL11871_54168200answerimg" + i);
  if(imgObj)
  {
    var itemObj = document.getElementById("TWIIGSPOLL11871_54168200answeritem" + i);
    if(itemObj)
    {
      if(itemObj.offsetWidth > 0)
      {
        var pctObj = document.getElementById("TWIIGSPOLL11871_54168200answerpct" + 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('twiigsPollBarWidthSetBar11871_54168200(' + i + ', ' + n + ')', 100);
        }
      }
    }
  }
}

document.write('<div class="TWIIGSPOLLpollcontainer" '+twiigsAddStyleBlock11871_54168200({})+'>'
+' <div class="TWIIGSPOLLpoll" '+twiigsAddStyleBlock11871_54168200({"margin-top":"5px","margin-right":"5px","margin-left":"5px"})+'>'
+' <div class="TWIIGSPOLLquestion" '+twiigsAddStyleBlock11871_54168200({"margin-bottom":"8px","font-weight":"bold"})+'>'
+' <a class="TWIIGSPOLLquestionlink" href="http://www.twiigs.com/poll/Literature/11871" '+twiigsAddStyleInline11871_54168200({})+'>'
+'Which shortlisted book should have won the Booker Prize but didn'+"'"+'t?</a>'
+' </div>'
+' <div id="TWIIGSPOLL11871_54168200" class="TWIIGSPOLLresponse" '+twiigsAddStyleBlock11871_54168200({})+'>'
+' <div class="TWIIGSPOLLresults" '+twiigsAddStyleBlock11871_54168200({})+'>'
+' <ul class="TWIIGSPOLLanswerslist" '+twiigsAddStyleBlock11871_54168200({})+'>'
+' <li id="TWIIGSPOLL11871_54168200answeritem0" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11871_54168200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Amongst Women by John McGahern<br>'
+' <span title="18 votes" '+twiigsAddStyleInline11871_54168200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img id="TWIIGSPOLL11871_54168200answerimg0" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11871_54168200answerpct0" '+twiigsAddStyleInline11871_54168200({})+'>'
+'0.058631921824104</span>'
+' </li>'
+' <li id="TWIIGSPOLL11871_54168200answeritem1" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11871_54168200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Arthur &amp; George by Julian Barnes<br>'
+' <span title="17 votes" '+twiigsAddStyleInline11871_54168200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img id="TWIIGSPOLL11871_54168200answerimg1" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11871_54168200answerpct1" '+twiigsAddStyleInline11871_54168200({})+'>'
+'0.055374592833876</span>'
+' </li>'
+' <li id="TWIIGSPOLL11871_54168200answeritem2" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11871_54168200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Atonement by Ian McEwan<br>'
+' <span title="47 votes" '+twiigsAddStyleInline11871_54168200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img id="TWIIGSPOLL11871_54168200answerimg2" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11871_54168200answerpct2" '+twiigsAddStyleInline11871_54168200({})+'>'
+'0.15309446254072</span>'
+' </li>'
+' <li id="TWIIGSPOLL11871_54168200answeritem3" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11871_54168200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Butcher Boy by Patrick McCabe<br>'
+' <span title="13 votes" '+twiigsAddStyleInline11871_54168200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img id="TWIIGSPOLL11871_54168200answerimg3" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11871_54168200answerpct3" '+twiigsAddStyleInline11871_54168200({})+'>'
+'0.042345276872964</span>'
+' </li>'
+' <li id="TWIIGSPOLL11871_54168200answeritem4" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11871_54168200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Cloud Atlas by David Mitchell<br>'
+' <span title="83 votes" '+twiigsAddStyleInline11871_54168200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img id="TWIIGSPOLL11871_54168200answerimg4" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11871_54168200answerpct4" '+twiigsAddStyleInline11871_54168200({})+'>'
+'0.27035830618893</span>'
+' </li>'
+' <li id="TWIIGSPOLL11871_54168200answeritem5" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11871_54168200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Fingersmith by Sarah Waters<br>'
+' <span title="30 votes" '+twiigsAddStyleInline11871_54168200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img id="TWIIGSPOLL11871_54168200answerimg5" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11871_54168200answerpct5" '+twiigsAddStyleInline11871_54168200({})+'>'
+'0.09771986970684</span>'
+' </li>'
+' <li id="TWIIGSPOLL11871_54168200answeritem6" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11871_54168200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The Master by Colm Toibin<br>'
+' <span title="13 votes" '+twiigsAddStyleInline11871_54168200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img id="TWIIGSPOLL11871_54168200answerimg6" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11871_54168200answerpct6" '+twiigsAddStyleInline11871_54168200({})+'>'
+'0.042345276872964</span>'
+' </li>'
+' <li id="TWIIGSPOLL11871_54168200answeritem7" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11871_54168200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Never Let Me Go by Kazuo Ishiguro<br>'
+' <span title="38 votes" '+twiigsAddStyleInline11871_54168200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img id="TWIIGSPOLL11871_54168200answerimg7" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11871_54168200answerpct7" '+twiigsAddStyleInline11871_54168200({})+'>'
+'0.12377850162866</span>'
+' </li>'
+' <li id="TWIIGSPOLL11871_54168200answeritem8" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11871_54168200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' The Restraint of Beasts by Magnus Mills<br>'
+' <span title="19 votes" '+twiigsAddStyleInline11871_54168200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img id="TWIIGSPOLL11871_54168200answerimg8" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11871_54168200answerpct8" '+twiigsAddStyleInline11871_54168200({})+'>'
+'0.061889250814332</span>'
+' </li>'
+' <li id="TWIIGSPOLL11871_54168200answeritem9" class="TWIIGSPOLLanswersitem" '+twiigsAddStyleList11871_54168200({"margin-bottom":"7px","margin-left":"4px","*margin-bottom":"2px"})+'>'
+' Waterland by Graham Swift<br>'
+' <span title="29 votes" '+twiigsAddStyleInline11871_54168200({})+'>'
+' <img src="http://www.twiigs.com/img/pb_orange_beg03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img id="TWIIGSPOLL11871_54168200answerimg9" src="http://www.twiigs.com/img/pb_orange_mid03.png" width="0" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+'<img src="http://www.twiigs.com/img/pb_orange_end03.png" width="2" height="10" '+twiigsAddStyleImage11871_54168200({})+'>'
+' </span>'
+' <span id="TWIIGSPOLL11871_54168200answerpct9" '+twiigsAddStyleInline11871_54168200({})+'>'
+'0.094462540716612</span>'
+' </li>'
+' </ul>'
+' <div class="TWIIGSPOLLpostinfo" '+twiigsAddStyleBlock11871_54168200({"margin-bottom":"8px","text-align":"right","display":"none"})+'>'
+' Created on May 15, 2008 </div>'
+' <p class="TWIIGSPOLLclosed" '+twiigsAddStyleBlock11871_54168200({"margin-bottom":"2px","text-align":"center","font-weight":"bold"})+'>'
+'Closed</p>'
+' <p class="TWIIGSPOLLtotalvotes" '+twiigsAddStyleBlock11871_54168200({"text-align":"center"})+'>'
+' Total Votes: 307 </p>'
+' </div>'
+' </div>'
+' </div>'
+' </div>'
+'');
twiigsPollBarWidthSet11871_54168200();
