<!--
var book = "The Lies of Locke Lamora";
var author = "Scott Lynch";
var link = "";

document.write("<U>");
if (link!="") {document.write("<A HREF=\"" + link + "\">");}
document.write(book);
if (link!="") {document.write("</A>");}
document.write("</U> by " + author.replace(" ","&nbsp;"));
document.write("\n	<li style=\"border:#246\"><a href=\"/blog/labels/reading list.html\">Archive of books read</a>");
-->
