It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.powells.com/blog/wp-rss.php

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml" <head id="Head">
  3. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  4. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  5. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  6. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  7. })(window,document,'script','dataLayer','GTM-NP3R7WT');</script>
  8. <title>
  9. Powell's Books Blog
  10. </title><meta http-equiv="X-UA-Compatible" content="IE=10" /><meta id="MetaDescription" name="DESCRIPTION" content="Find author interviews, author Q &amp; As, original essays, book recommendations and more on Powell&#39;s Books blog." /><meta id="MetaKeywords" name="KEYWORDS" content="Powell&#39;s Books Blog, original essays from authors, author interviews, Required Reading, reading lists, books lists, newly released books, On the Table, Ask a Book Buyer, author essays, author q&amp;a, Cookbook reviews, staff recommendations, book playlists, bookstore employee recommendations, literary blog, blog about books, blog about authors, book lover&#39;s blog, reading suggestions, booksellers blog, bookstore blog, original essays, original interviews, author playlists, music playlists, literary p" /><meta id="MetaCopyright" name="COPYRIGHT" content="© 2015 Powells.com" /><meta id="MetaAuthor" name="AUTHOR" content="Used, New, and Out of Print Books - We Buy and Sell - Powell&#39;s Books" /><meta name="DISTRIBUTION" content="GLOBAL" /><meta id="MetaRobots" name="ROBOTS" content="INDEX, FOLLOW" />
  11. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
  12. <meta content="text/javascript" http-equiv="Content-Script-Type" />
  13. <meta content="text/css" http-equiv="Content-Style-Type" />
  14. <meta name="RESOURCE-TYPE" content="DOCUMENT" />
  15. <meta name="REVISIT-AFTER" content="1 DAYS" />
  16. <meta name="RATING" content="GENERAL" />
  17. <meta http-equiv="PAGE-ENTER" content="RevealTrans(Duration=0,Transition=1)" />
  18.  
  19.  
  20. <meta name="format-detection" content="telephone=no" /><meta name="HandheldFriendly" content="true" /><meta name="MobileOptimized" content="480" /><meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0, width=device-width" /><style id="StylePlaceholder" type="text/css"></style><link href="/DesktopModules/HawkSearch_Input/module.css?cdv=2492" media="all" type="text/css" rel="stylesheet" /><link href="/DesktopModules/HTML/module.css?cdv=2492" media="all" type="text/css" rel="stylesheet" /><link href="/Portals/_default/Containers/Powells/container.css?cdv=2492" media="all" type="text/css" rel="stylesheet" /><link href="/Portals/0/portal.css?cdv=2492" media="all" type="text/css" rel="stylesheet" /><link href="/Resources/Shared/stylesheets/blog.css?cdv=2492" media="all" type="text/css" rel="stylesheet" /><script src="/Resources/libraries/jQuery/01_09_01/jquery.js?cdv=2492" type="text/javascript"></script><script src="/Resources/Shared/Scripts/HawkSearch.js?cdv=2492" type="text/javascript"></script><div id="jQueryUIScript">
  21. <script defer src="/Resources/libraries/jQuery-UI/01_10_03/jquery-ui.js?cdv=2492" type="text/javascript"></script>
  22. </div><link rel="stylesheet" href="../Portals/_default/print.css" type="text/css" media="print" /><link rel="stylesheet" href="../Portals/_default/ImageSlider.css" type="text/css" />
  23. <!--[if IE 8]>
  24.    <link rel="stylesheet" type="text/css" href="http://www.powells.com/ie8Spec.css" />
  25.    <![endif]-->
  26. <!--[if IE 8]>
  27.    <link rel="stylesheet" type="text/css" href="http://www.powells.com/portals/_default/skins/Powells/superfish/ie8superfish.css" />
  28.    <![endif]-->
  29. <!--[if lt IE 9]>
  30.    <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
  31.  <![endif]-->
  32. <!--[if lt IE 9]>
  33. <script src="superfish/modernizr.js"></script>
  34. <![endif]-->
  35.  
  36.  
  37. <script async src="https://www.googletagmanager.com/gtag/js?id=G-XR64K8H8MP"></script>
  38. <script>
  39.            window.dataLayer = window.dataLayer || [];
  40.            function gtag() { dataLayer.push(arguments); }
  41.            gtag('js', new Date());
  42.            gtag('config', 'G-XR64K8H8MP');
  43.        </script>
  44.  
  45. <script type="text/javascript">
  46.        (function ($) {
  47.            $.fn.hoverIntent = function (f, g) {
  48.                var cfg = { sensitivity: 7, interval: 100, timeout: 0 };
  49.                cfg = $.extend(cfg, g ? { over: f, out: g } : f); var cX, cY, pX, pY; var track = function (ev) {
  50.                    cX = ev.pageX;
  51.                    cY = ev.pageY
  52.                };
  53.                var compare = function (ev, ob) {
  54.                    ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
  55.                    if ((Math.abs(pX - cX) + Math.abs(pY - cY)) < cfg.sensitivity) {
  56.                        $(ob).unbind("mousemove", track);
  57.                        ob.hoverIntent_s = 1; return cfg.over.apply(ob, [ev])
  58.                    } else { pX = cX; pY = cY; ob.hoverIntent_t = setTimeout(function () { compare(ev, ob) }, cfg.interval) }
  59.                }; var delay = function (ev, ob) {
  60.                    ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t); ob.hoverIntent_s = 0;
  61.                    return cfg.out.apply(ob, [ev])
  62.                }; var handleHover = function (e) {
  63.                    var ev = jQuery.extend({}, e);
  64.                    var ob = this; if (ob.hoverIntent_t) { ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t) }
  65.                    if (e.type == "mouseenter") {
  66.                        pX = ev.pageX; pY = ev.pageY; $(ob).bind("mousemove", track);
  67.                        if (ob.hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout(function () { compare(ev, ob) }, cfg.interval) }
  68.                    } else {
  69.                        $(ob).unbind("mousemove", track);
  70.                        if (ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout(function () { delay(ev, ob) }, cfg.timeout) }
  71.                    }
  72.                }; return this.bind('mouseenter', handleHover).bind('mouseleave', handleHover)
  73.            }
  74.        })(jQuery);
  75.    </script>
  76. <script src="/JS/jquery-migrate-1.2.1.min.js" type="text/javascript"></script>
  77. <script type="text/javascript">
  78.        var PageURL = "", MessageIds = 0, AppFabricURL = "", _dataResponse = 0, _jsLoaded = 0;
  79.        var shareThisTitle = "Product Name";
  80.        var shareThisUrl = "http://www.powells.com/";
  81.        var shareThisSummary = "Get insider deals, freebies, and other special offers sent to your inbox!";
  82.  
  83.        function SetAllVariable() {
  84.            PageURL = arguments[0];
  85.            AppFabricURL = arguments[1];
  86.        }
  87.  
  88.        function LoadValidationJS() {
  89.            MessageIds = arguments[0];
  90.            var jsName = PageURL + "js/powellsValidationData.js"
  91.            $.getScript(jsName, function () {
  92.                var wcfURL = AppFabricURL + "/GetValidationMessages?messageIDs=" + MessageIds;
  93.                MakeDBReq(onGetValiationData, wcfURL);
  94.            });
  95.        }
  96.  
  97.        function LoadOnlineCalenderJS() {
  98.            var jsName = PageURL + "js/fullcalendar.min.js?" + Math.floor((Math.random() * 1000) + 1);
  99.            $.getScript(jsName, function () { _jsLoaded = 1; });
  100.        }
  101.  
  102.        function LoadCalenderJS() {
  103.            var jsName = PageURL + "js/fullcalendar.js?" + Math.floor((Math.random() * 1000) + 1);
  104.            $.getScript(jsName, function () { _jsLoaded = 1; });
  105.        }
  106.  
  107.        function LoadAnyJS() {
  108.            var jsName = PageURL + arguments[0];
  109.            $.getScript(jsName, function () {
  110.                _jsLoaded = 1;
  111.            });
  112.        }
  113.  
  114.        function toggleSiteAdmin() {
  115.            $('ul.siteAdmin1').each(function (index) {
  116.                $(this).hide("slow");
  117.            });
  118.            $('span.siteAdminPlus').each(function (index) {
  119.                $(this).text("+");
  120.            });
  121.            if (arguments[2] != null) {
  122.                var $link = $("#" + arguments[2]);
  123.                $("#" + arguments[0]).is(":visible") ? $link.text("+") : $link.html(" -&nbsp;");
  124.            }
  125.            if (arguments[0] != null)
  126.                $("#" + arguments[0]).slideToggle("slow");
  127.        }
  128.  
  129.        function OpenDropDown(sender, args) {
  130.            var bool = sender.get_dropDownVisible();
  131.            if (bool != true)
  132.                sender.showDropDown();
  133.        }
  134.    </script>
  135. <script type="text/javascript">
  136.        $(document).ready(function () {
  137.            // this will find ALL tables within ALL comboboxes
  138.            var $table = $(".RadComboBox").children("table");
  139.  
  140.            // this removes the summary from all found tables
  141.            $table.removeAttr("summary");
  142.            $table.attr("role", "presentation");
  143.  
  144.            // this will find ALL tables within ALL comboboxes
  145.            var $a = $(".rcbArrowCell").children("a");
  146.  
  147.            // this removes the summary from all found tables
  148.            // $table.removeAttr("summary");
  149.            $a.attr("role", "button");
  150.  
  151.            // this will find ALL tables within ALL comboboxes
  152.            var $t = $("#content").find("table");
  153.  
  154.            // this removes the summary from all found tables
  155.            $t.attr("role", "presentation");
  156.  
  157.            // this will find ALL tables within ALL comboboxes
  158.            var $ol = $("#content").find("ol");
  159.  
  160.            // this removes the summary from all found tables
  161.            $ol.attr("role", "presentation");
  162.  
  163.            // this will find ALL tables within ALL comboboxes
  164.            var $ol = $("#content").find("ul");
  165.  
  166.            // this removes the summary from all found tables
  167.            $ol.attr("role", "presentation");
  168.        });
  169.  
  170.        try {
  171.            (window, $telerik.$);
  172.        } catch (err) { };
  173.  
  174.        toggleSiteAdmin();
  175.    </script>
  176.  
  177. <script>
  178.        !function (f, b, e, v, n, t, s) {
  179.            if (f.fbq) return; n = f.fbq = function () {
  180.                n.callMethod ?
  181.                    n.callMethod.apply(n, arguments) : n.queue.push(arguments)
  182.            };
  183.            if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
  184.            n.queue = []; t = b.createElement(e); t.async = !0;
  185.            t.src = v; s = b.getElementsByTagName(e)[0];
  186.            s.parentNode.insertBefore(t, s)
  187.        }(window, document, 'script',
  188.            'https://connect.facebook.net/en_US/fbevents.js');
  189.        fbq('init', '428313021130542');
  190.        fbq('track', 'PageView');
  191.        fbq('track', 'ViewContent');
  192.    </script>
  193. <noscript>
  194.        <img height="1" width="1" style="display: none"
  195.            src="https://www.facebook.com/tr?id=428313021130542&ev=PageView&noscript=1" />
  196.    </noscript>
  197.  
  198. <script>
  199.        (function () {
  200.            var externallyFramed = false;
  201.            try {
  202.                externallyFramed = top.location.host != location.host;
  203.            }
  204.            catch (err) {
  205.                externallyFramed = true;
  206.            }
  207.            if (externallyFramed) {
  208.                top.location = location;
  209.            }
  210.        })();
  211.    </script>
  212. <script type="text/javascript">
  213.        window.onload = () => {
  214.            // Blog signup submission
  215.            try {
  216.                document.querySelector("div.hs_submit").onclick = (() => {
  217.                    fbq('track', 'Lead', { content_name: 'blog subscription' });
  218.                });
  219.            } catch (err) { }
  220.  
  221.            // Boox sign up submission
  222.            // indiespensible also uses this selector.
  223.            try {
  224.                var price = document.querySelector('[id$="CurrentInstallment_pShipment"]').innerText;
  225.                document.querySelector('[id$="CurrentInstallment_imgAddToCart"]').onclick = (() => {
  226.                    fbq('track', 'Subscribe', { value: parseFloat(price), currency: 'USD' });
  227.                });
  228.            } catch (err) { }
  229.  
  230.            // Bid confirmation
  231.            // Cannot get run a test purchase with mock data at this time for the other parameters.
  232.            try {
  233.                var title = document.title;
  234.                if (title == "Bid Confirmation - Powell's Books") {
  235.                    fbq('track', 'CompleteRegistration', { 'currency': USD });
  236.                }
  237.            } catch (err) { }
  238.        }
  239.    </script>
  240. <link rel="SHORTCUT ICON" href="/Portals/0/favicon.ico" type="image/x-icon" /><link rel="canonical" href="https://www.powells.com/blog/wp-rss.php" /><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, minimal-ui" /><link rel="stylesheet" type="text/css" href="/Portals/_default/Skins/Powells/superfish/superfish.css"></link></head>
  241. <body id="Body">
  242. <link rel="preload stylesheet" href="/Portals/_default/default.css?cdv=2492" media="all" as="style">
  243. <link rel="preload stylesheet" href="/Portals/_default/Skins/Powells/skin.css?cdv=2492" media="all" as="style">
  244. <noscript><link rel="stylesheet" href="/Portals/_default/default.css?cdv=2492"></noscript>
  245. <noscript><link rel="stylesheet" href="/Portals/_default/Skins/Powells/skin.css?cdv=2492"></noscript>
  246.  
  247. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NP3R7WT" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  248. <form name="Form" method="post" action="/blog/wp-rss.php" id="Form" enctype="multipart/form-data">
  249. <div>
  250. <input type="hidden" name="StylesheetManager_TSSM" id="StylesheetManager_TSSM" value />
  251. <input type="hidden" name="ScriptManager_TSM" id="ScriptManager_TSM" value />
  252. <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="xM0wdHO27ytMtuqpraA6Asq0osi8Twv9j1VwPq3zDB8zwgi4O5Ue+HCOzKOqLg2OMWf2pvYnOSy7/+CoGJpWLrrhC6IFqCPY2hA5X0I1b+GrtKoyTkG7MI90+5qfDM58YQJrlCOmjKsrkt++wQdEEoP0IrWgI8dKav7K+jOsM+LBAlYWV/V9oN4OwpmC6v/49CRR+1uSJZsPzsaDPgp1XQ6oxkSII8/Oi1izGZIbMWWaIFhm7ObpweQXku1Z14HpXDK9ABoF0v/YTafjkjlnB7zHP+HQ1E+g2QKzyPp3aprVRjAurAaQLru8Ap6wQ5P+2GwlJ5H88bywDuJsrclcpKu80jsmEWvlZYRwztjdCl28cCx4YXYz6InHrZ6aXD48DNrTAEXPtmyGumG7bsNrq00PmgueRQ+OQkx2o/Ji9pDFjmeySCym+f0ZHBtT+GAUaO7hkvHeag2BLWTOSaikmeJjat9m9tx747keV4foYz8d0NlgrnIDDiCGSrMDFOkSfENqGp3kivgxljwCrcKbPSjlxmNpM4+aCemK+ntbcGYg+0mChgBGkR1sYNWB7YaQYTNn2CWECDPo8B82nUtTm4YfBIhu/yccZrqMg3BN7wiHSgEBSIZuOxbIiFpDcRFKKtxn5z/p0EYbVIbk1fWHWQQ4xIZa8LTc9kyK4ylBe+XFbcYKd+irE/T7SUeAFolusz8PFRlst4A19rmjoZ7wbcpaalcuyaQWSqtc2ltiSHtV+4izrEOTN9AmSdg8/bkPlwy0uAfTKFSyFRc+TxVF5MgUrM8aloizH9/iob4UZqQRcpcsKGmJA3hRRqQxo0tRMvyLEyZmUi4pr00WBJJt1XMCaeSXpDK7F7S0441kb2kfhQX/otiNzKZsBkZIVYjqO60hLrEu1WYGjOHGhF8/lWpoNCDD4J2uNMhIMq+8TU2vm8VxH8TgOjrEVZQYNMg2UMcPFPT/qQuNVIIc+C3YZiT4Y0s0JLZiIEpw0UESk2GBafoTO9rCfR/maef5BRl92EaWIM7s9lHiuJAPEqmabsVkNq/A/DT1i85mXNHiYiEqYrrZgEla3JNFzsgZce9KXqY4cPK8ZWMcHp9PfwXUV6hISYErK6ZkEmGIzz3KiVgCZwcnSXRUlHHZw5XDBQQarq73BPag5rpVQYf3Gpy8CMtw56Wja/LcbhrnZQ49aaHmDeIAFanTMaFaFTV/P8iZ6kRmCEwtfhmY4+SdIof9ozYfZfc67DP+YvxiQl+I7lwWrm0pJ70+RtYQhiwnBbt3PlbULrHvEDcIG1N96bSoTAMs9K+uJDNvt+DDmmfeCISGrXNoPgRo571fYWQ3zpEJyYrxT0rsTBt7TJt/kHobo4OMPZSF/I/uefz1VSAZDHRx8WDxosSzcHnTPzxm6F+4bhIv3ktMiz0my6fZzR1oFevtj6owpOLtl9DlJlfLdKhCTs5/+fr0INri0cXbaiksG4KEXd+8uu9zPuULJHEDro5D+INGc/m22UEPnQgiipZWb9wOv9eyxzOk6cKTuPZrp76wV/G8LUFWzZ2fFFxpu2aXeFannT9V0pqba1ezdUXXhCRTKwYLvU1vl6gxbMzpYDbBfozJR3obvnLXlDTMwRzkuKf9J7LnxI5LavWL0o4CrM0GN8U8gPhSivc5buUiSnkrrdTDjwidV5UDeFK0atbggoEsBwX2y4wQFffZloynpzsCFpzN3dwxlTGO8j4d/Jcw94HHwwrRLlgXzfIb9H+MesPdNAfgoNcdWuH4VyeKEanXaAopxSaSorHj1bB5+VWu01P2YFpbZxaLXPEHJbiQSim5wa8LD71xLPILf2T2c5TqmJ86SMmk1bm4Vijc00Ggch0tvvowLv2UIs+uhsPy/yi9i5kTTys5zZO1bCLifSg8mLmAjaTa9J68TnQn/Q7PoIVqHD5sB/iD3PXDZcOUPHhm8l7Wf9+tadkbu5LvJ94FMRNfLxzqt/uppL4ghVyTfWdxhL3zFTEZTn6hn2e7PxsIlsnjj/FH7zC/FG5xF6ucdTg0vePC0juKMZaP30H2IFvuDr60u//6dCxIBoTIIGHNTgqA6cFQmLGKSWti4xdzKkTd367I4tXGBQG4sC8IPtrfPHme6AFmpZSqIHPEywnc61qA9+kH8FlKgKmcw3iuPly0Hi4keMZpbhZodsQtLErcFQ99XbnVESQbNafTHHMK3avTvORGX4dxX4FusJOp8T5+e4DM2GQemmNdQ+f89V+I7a5bIrTRMkuJDRcKOzwDvNjc0t4Z0MhZgHyUArYke+OGkGzRJa5n8y1mjLFeX5p6SR189XHVxxaRl8wJow5L23u3X8NlYBwjRbt4fbD4sI+rHvvi3enC1xMdyX/lT+2bFJ4OANrc1JR+1gPdzOc=" />
  253. </div>
  254. <script type="text/javascript">if (!(window.jQuery && window.jQuery.fn && window.jQuery.fn.hoverIntent)) document.write(unescape('%3Cscript src="/Portals/_default/Skins/Powells/superfish/hoverIntent.js" type="text/javascript"%3E%3C/script%3E'));</script><script type="text/javascript">if (!(window.jQuery && window.jQuery.fn && window.jQuery.fn.superfish)) document.write(unescape('%3Cscript src="/Portals/_default/Skins/Powells/superfish/superfish.js" type="text/javascript"%3E%3C/script%3E'));</script>
  255. <script src="/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&amp;compress=1&amp;_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3ae441b334-44bb-41f8-b8ef-43fec6e58811%3aea597d4b%3ab25378d2" type="text/javascript"></script>
  256. <div>
  257. <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />
  258. <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value />
  259. </div><script src="/js/dnn.modalpopup.js?cdv=2492" type="text/javascript"></script><script src="/Resources/Shared/Scripts/jquery/jquery.hoverIntent.min.js?cdv=2492" type="text/javascript"></script><script src="/Portals/_default/Skins/Powells/js/jquery.cycle.min.js?cdv=2492" type="text/javascript"></script><script src="/js/dnncore.js?cdv=2492" type="text/javascript"></script><script type="text/javascript">
  260. //<![CDATA[
  261. Sys.WebForms.PageRequestManager._initialize('ScriptManager', 'Form', ['tdnn$ctr2988$CartSummary$uptCartSummary',''], [], [], 90, '');
  262. //]]>
  263. </script>
  264. <script defer src="/Resources/libraries/jQuery-Migrate/01_02_01/jquery-migrate.js?cdv=2492" type="text/javascript"></script>
  265.  
  266.  
  267. <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
  268. <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
  269. <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
  270. <!--[if gt IE 8]><!-->
  271. <!--<![endif]-->
  272.  
  273. <!--[if lt IE 9]>
  274. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  275. <![endif]-->
  276. <!--[if lt IE 9]>
  277. <script src="superfish/modernizr.js"></script>
  278. <![endif]-->
  279. <script src="/Portals/_default/Skins/Powells/js/imagesloaded.pkgd.min.js"></script>
  280. <script src="/Portals/_default/Skins/Powells/js/jquery.matchHeight.js" type="text/javascript"></script>
  281. <script src="/Portals/_default/Skins/Powells/js/jquery.dotdotdot.min.js" type="text/javascript"></script>
  282. <script src="/Portals/_default/Skins/Powells/js/common.js" type="text/javascript"></script>
  283. <script>
  284. var userEmail = "";
  285. </script>
  286.  
  287. <div class="classicSkin">
  288. <div class>
  289. <div id="LayoutDiv1">
  290. <div id="dnn_TopAdBannerPane"><div class="DnnModule DnnModule-DNN_HTML DnnModule-9258"><a name="9258"></a>
  291.  
  292. <div class="invisible">
  293. <div id="dnn_ctr9258_ContentPane"><div id="dnn_ctr9258_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
  294. <div id="dnn_ctr9258_HtmlModule_lblContent" class="Normal">
  295.  
  296. <div style="height: 30px; background: url('/Portals/0/Images/MothersDaySale_skinnybanner.jpg') 0% 0% repeat scroll transparent;">
  297. <a href="/new-books" onclick="ga('send', 'event', 'promotions', 'masthead', 'mothers day promo 2024');">
  298. <img src="/portals/0/clearpixel.gif" alt="Mother's Day Sale! 15% off all new books*" width="100%" height="30px" />
  299. </a>
  300. </div>
  301.  
  302. </div>
  303. </div></div>
  304. </div>
  305. </div></div>
  306. <div id="page_structur">
  307.  
  308. <div id="header" role="banner">
  309. <div class="logo">
  310. <a id="dnn_dnnLogo_hypLogo" title="Used, New, and Out of Print Books - We Buy and Sell - Powell&#39;s Books" href="https://www.powells.com/"><img id="dnn_dnnLogo_imgLogo" src="/Portals/0/logo-0714.jpg" alt="Used, New, and Out of Print Books - We Buy and Sell - Powell&#39;s Books" style="border-width:0px;" /></a>
  311. </div>
  312. <table border="0" cellspacing="0" cellpadding="0" style="float:right;clear:right;" class="m-view">
  313. <tr>
  314. <td><div id="dnn_TopCartPane" class="cart-right" role="navigation" aria-label="utility"> <div class="DnnModule DnnModule-CHK_CartSummary DnnModule-2988"><a name="2988"></a>
  315.  
  316. <div class="invisible">
  317. <div id="dnn_ctr2988_ContentPane"><div id="dnn_ctr2988_ModuleContent" class="DNNModuleContent ModCHKCartSummaryC">
  318. <style type="text/css">
  319. .tinytext{font-size:10px;}
  320. </style>
  321. <div id="dnn_ctr2988_CartSummary_uptCartSummary" style="&lt;!--[if IE 8]>min-width:50px;white-space: nowrap;&lt;![endif]-->">
  322. <a id="aCartSummary" title="Shopping Cart" class="tinytext" style="font-weight: bold; text-transform: uppercase;" href="javascript:__doPostBack(&#39;dnn$ctr2988$CartSummary$aCartSummary&#39;,&#39;&#39;)">Cart </a><span class="mToplink">|</span>
  323. </div>
  324. </div></div>
  325. </div>
  326. </div></div></td>
  327. <td><div id="dnn_TopRightPane" class="top-right" role="navigation" aria-label="utility"> <div class="DnnModule DnnModule-DNN_HTML DnnModule-539"><a name="539"></a>
  328.  
  329. <div class="invisible">
  330. <div id="dnn_ctr539_ContentPane"><div id="dnn_ctr539_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
  331. <div id="dnn_ctr539_HtmlModule_lblContent" class="Normal">
  332. |&nbsp;&nbsp;<a href="/myaccount" target="_self">my account</a> <span class="mToplink">&nbsp;|&nbsp;&nbsp;<a href="/myaccount/wishlist/publicwishlist">wish list</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/info/help">help</a>&nbsp;</span>&nbsp;&nbsp;|&nbsp;&nbsp;<a style="border-left: 0px none;" class="tel" href="tel:18008787323"><span style="text-transform: uppercase; font-size: 12px; border-left: 0px none;">800-878-7323</span></a>
  333. </div>
  334. </div></div>
  335. </div>
  336. </div></div></td>
  337. <td><div id="dnn_TopSiteSearchPane" class="siteSearch DNNEmptyPane"> </div></td>
  338. </tr>
  339. </table>
  340. <div id="Login" style="margin-right:3px;" role="navigation" aria-label="utility"><b>Hello,
  341. |
  342. <a id="dnn_dnnLogin_loginLink" title="Login" class="emphasis" rel="nofollow" onclick="return https://www.powells.com/login?returnurl=/blog/wp-rss.php" href="https://www.powells.com/login?returnurl=%2fblog%2fwp-rss.php">Login</a>
  343. </b>
  344. <div class="language-object">
  345. </div>
  346. </div>
  347. <div id="dnn_TopSearchPane" class="search"> <div class="DnnModule DnnModule-HawkSearch_Input DnnModule-15983"><a name="15983"></a>
  348.  
  349. <div class="invisible">
  350. <div id="dnn_ctr15983_ContentPane"><div id="dnn_ctr15983_ModuleContent" class="DNNModuleContent ModHawkSearchInputC">
  351. <script type="text/javascript">
  352.    if (typeof loadedHawkSearch == 'undefined') {
  353.        var loadedHawkSearch = false;
  354.    }
  355.    if (!loadedHawkSearch) {
  356.        $.getScript("/Resources/Shared/scripts/HawkSearch.js", function (data, textStatus, jqxhr) {
  357.            //console.log(data); // Data returned
  358.            //console.log(textStatus); // Success
  359.            //console.log(jqxhr.status); // 200
  360.            console.log("HawkSearch.js loaded.");
  361.        });
  362.        loadedHawkSearch = true;
  363.    };
  364. </script>
  365.  
  366. <script type="text/javascript">
  367.    //<![CDATA[
  368.  
  369.  
  370.    var timeoutInMiliseconds = 15000;
  371.    var timeoutId;
  372.  
  373.    function startTimer() {
  374.        // window.setTimeout returns an Id that can be used to start and stop a timer
  375.        timeoutId = window.setTimeout(doInactive, timeoutInMiliseconds)
  376.    }
  377.  
  378.    function doInactive() {
  379.        console.log("clear");
  380.        window.clearTimeout(timeoutId);
  381.        $('#keyword').val('');  // Clear input
  382.        clearUrl();  // Clear url
  383.        window.location.assign(window.location.toString());  // Refresh
  384.    }
  385.  
  386.    function resetTimer() {
  387.        console.log("reset");
  388.        window.clearTimeout(timeoutId)
  389.        startTimer();
  390.    }
  391.    function setupTimers() {
  392.        document.addEventListener("mousemove", resetTimer, false);
  393.        document.addEventListener("mousedown", resetTimer, false);
  394.        document.addEventListener("keypress", resetTimer, false);
  395.        document.addEventListener("touchmove", resetTimer, false);
  396.        document.addEventListener("scroll", resetTimer, false);
  397.        document.addEventListener("wheel", resetTimer, false);
  398.    }
  399.    $(document).ready(function () {
  400.        if ($("input[id$='hfInStoreMode']").val() === "false") {
  401.            HawkSearch.initAutoSuggest = function () {
  402.                HawkSearch.suggestInit('#keyword', {
  403.                    lookupUrlPrefix: HawkSearch.HawkUrl + '/?fn=ajax&f=GetSuggestions',
  404.                    hiddenDivName: '',
  405.                    isAutoWidth: true
  406.                });
  407.            }
  408.        }
  409.        if ($("input[id$='hfInStoreMode']").val() === 'true') {
  410.            var timeout = $("input[id$='hfPageTimeOut']").val();
  411.            if (!isNaN(timeout) && timeout > 0) {
  412.                timeoutInMiliseconds = timeout;
  413.                setupTimers();
  414.            }
  415.  
  416.            //$("#keyword").keypress(setTime);
  417.            //$(document).mousemove(setTime);
  418.            //setTimeout(refresh, 10000);
  419.        }
  420.  
  421.    });
  422.    $(document).ajaxComplete(function () {
  423.        if ($("input[id$='hfInStoreMode']").val() === 'true') {
  424.            var baseUrl = [location.protocol, '//', location.host, location.pathname].join('');
  425.            var urlParams = new URLSearchParams(window.location.search);
  426.            if (!urlParams.has('hawkcustom')) {
  427.                urlParams.append('hawkcustom', 'lookup_mode');
  428.            }
  429.            //window.location.search = urlParams.toString();
  430.            window.history.replaceState({}, "", baseUrl + "?" + urlParams.toString());
  431.            /*var hsqs = window.location.href.slice(window.location.href.indexOf('?') + 1);
  432.            if (hsqs.toLowerCase().indexOf("hawkcustom") < 0){
  433.                window.history.pushState({}, {}, '?' + hsqs + '&hawkcustom=lookup_mode');
  434.            }
  435.            */
  436.        }
  437.    });
  438.  
  439.  
  440.    function clearUrl() {
  441.        var uri = window.location.toString();
  442.        if (uri.indexOf("?") > 0) {
  443.            var clean_uri = uri.substring(0, uri.indexOf("?"));
  444.            window.history.replaceState({}, document.title, clean_uri);
  445.        }
  446.    }
  447.  
  448.  
  449.  
  450.        //]]>
  451. </script>
  452.  
  453. <div id="hsInput" class="input-group add-on">
  454. <input type="search" class="form-control" placeholder="Search" name="keyword" id="keyword" autocomplete="off" value aria-label="Search. Enter Keyword, Title, Author, Subject, or ISBN" />
  455. <div class="input-group-btn">
  456. <button type="button" class="btn btn-default" onclick="dnn_ctr15983_View_btnSearch.click()">
  457. <i class="glyphicon glyphicon-search" aria-hidden="true"></i>
  458. </button>
  459. </div>
  460. <input type="submit" name="dnn$ctr15983$View$btnSearch" value id="dnn_ctr15983_View_btnSearch" style="display: none;" />
  461. <input type="hidden" name="dnn$ctr15983$View$hfInStoreMode" id="dnn_ctr15983_View_hfInStoreMode" value="false" />
  462. <input type="hidden" name="dnn$ctr15983$View$hfPageTimeOut" id="dnn_ctr15983_View_hfPageTimeOut" value="600" />
  463. </div>
  464. </div></div>
  465. </div>
  466. </div></div>
  467. </div>
  468.  
  469. <script type="text/javascript">
  470. //initialise plugins
  471. jQuery(document).ready(function($){
  472. $("#menu-icon").on("click", function(){
  473. jQuery(".sf-menu").slideToggle();
  474. jQuery(this).toggleClass("active");
  475. });
  476. });
  477. jQuery(document).ready(function($){
  478. $("#leftbar").on("click", function(){
  479. jQuery(".middle-left").slideToggle();
  480. jQuery(this).toggleClass("active");
  481. });
  482. });
  483. </script>
  484. <div id="sf-menu" class="applePie" role="navigation" aria-label="main">
  485.  
  486. <a id="menu-icon" class="met_bgcolor met_bgcolor_transition2" style>MENU</a>
  487. <div class="sf-menu res-menu">
  488. <script type="text/javascript">
  489. jQuery(function($) {
  490. $("#dnn_ctl02").superfish(
  491. {onShow:function() { if ($.browser.msie) this[0].style.removeAttribute('filter'); },MenuStyle:"superfish"}
  492. );
  493. });
  494.  
  495.  
  496. </script><ul class="sf-menu" id="dnn_ctl02">
  497. <li><a href="https://www.powells.com/browse-book-genres">Browse</a><ul class="override">
  498. <li><a href="https://www.powells.com/new-arrivals">New Arrivals</a></li>
  499. <li><a href="https://www.powells.com/bestsellers">Bestsellers</a></li>
  500. <li><a href="https://www.powells.com/featured-preorders">Featured Preorders</a></li>
  501. <li><a href="https://www.powells.com/awards">Award Winners</a></li>
  502. <li><a href="https://www.powells.com/audio-books">Audio Books</a></li>
  503. <li><a href="https://www.powells.com/browse-book-genres">See All Subjects</a></li>
  504. </ul>
  505. </li>
  506. <li><a href="https://www.powells.com/used">Used</a></li>
  507. <li><a href="https://www.powells.com/staff-picks">Staff Picks</a><ul class="override">
  508. <li><a href="https://www.powells.com/staff-picks">Staff Picks</a></li>
  509. <li><a href="https://www.powells.com/picks-of-the-month-2023">Picks of the Month</a></li>
  510. <li><a href="https://www.powells.com/featured/bookseller-displays">Bookseller Displays</a></li>
  511. <li><a href="https://www.powells.com/featured/50-books-for-50-years">50 Books for 50 Years</a></li>
  512. <li><a href="https://www.powells.com/featured/25-essential-science-fiction-and-fantasy-books">25 Best 21st Century Sci-Fi & Fantasy</a></li>
  513. <li><a href="https://www.powells.com/post/lists/25-books-to-read-before-you-die-pacific-northwest-edition">25 PNW Books to Read Before You Die</a></li>
  514. <li><a href="https://www.powells.com/post/lists/25-books-to-read-before-you-die-21st-century">25 Books From the 21st Century</a></li>
  515. <li><a href="https://www.powells.com/post/lists/25-memoirs-to-read-before-you-die">25 Memoirs to Read Before You Die</a></li>
  516. <li><a href="https://www.powells.com/post/lists/25-books-to-read-before-you-die-world-edition">25 Global Books to Read Before You Die</a></li>
  517. <li><a href="https://www.powells.com/25-women-to-read-before-you-die">25 Women to Read Before You Die</a></li>
  518. <li><a href="https://www.powells.com/25-books-to-read-before-you-die">25 Books to Read Before You Die</a></li>
  519. </ul>
  520. </li>
  521. <li><a href="https://www.powells.com/gifts">Gifts</a><ul class="override">
  522. <li><a href="https://www.powells.com/gifts/giftcards">Gift Cards & eGift Cards</a></li>
  523. <li><a href="https://www.powells.com/gifts/souvenirs">Powell's Souvenirs</a></li>
  524. <li><a href="https://www.powells.com/gifts/journals-and-notebooks">Journals and Notebooks</a></li>
  525. <li><a href="https://www.powells.com/gifts/socks">socks</a></li>
  526. <li><a href="https://www.powells.com/gifts/games">Games</a></li>
  527. </ul>
  528. </li>
  529. <li><a href="http://www.powells.com/sell-books">Sell Books</a></li>
  530. <li class="current"><a href="https://www.powells.com/blog">Blog</a></li>
  531. <li><a href="https://www.powells.com/events-update">Events</a></li>
  532. <li><a href="https://www.powells.com/locations">Find A Store</a></li>
  533. </ul>
  534. </div>
  535. </div>
  536. <div class="wrapper">
  537. <div id="content">
  538. <div id="table">
  539. <div id="row">
  540. <div id="middleCol" class>
  541. <div id="dnn_ContentPane" class="middle-center"> <div class="DnnModule DnnModule-DNN_HTML DnnModule-13046"><a name="13046"></a>
  542.  
  543. <div class="invisible">
  544. <div id="dnn_ctr13046_ContentPane"><div id="dnn_ctr13046_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
  545. <div id="dnn_ctr13046_HtmlModule_lblContent" class="Normal">
  546. <style type="text/css">
  547.    #content { max-width: 800px ; margin-left: auto ; margin-right: auto ; } #tablediv { max-width:800px; } ol.message { border: none; padding: 5px; font-size: 13px; } ol.information { background: none; } .req-tinytext { &nbsp;&nbsp;&nbsp;&nbsp;color: #575757; }
  548. </style>
  549. </div>
  550. </div></div>
  551. </div>
  552. </div><div class="DnnModule DnnModule-MER_BlogPage DnnModule-3307"><a name="3307"></a>
  553.  
  554. <div class="invisible">
  555. <div id="dnn_ctr3307_ContentPane"><div id="dnn_ctr3307_ModuleContent" class="DNNModuleContent ModMERBlogPageC">
  556.  
  557. <div class="boxBlog">
  558. <h1 class="sectionheader">
  559. <a href="https://www.powells.com/blog" id="dnn_ctr3307_BlogPage_ancTitle">PowellsBooks.Blog </a>
  560. <br/>
  561. <small style="letter-spacing: normal !important;">Authors, readers, critics, media &minus; and booksellers. </small>
  562. </h1>
  563. <h2 id="dnn_ctr3307_BlogPage_headerTitle" class="pagetitle" style="display:none;">
  564. <span id="dnn_ctr3307_BlogPage_lblpageTitle"></span>
  565. </h2>
  566. <div class="narrowcolumn">
  567. <div class="post" style="width: 100%">
  568. <table id="dnn_ctr3307_BlogPage_lvBlog_groupPlaceholderContainer" border="0" style="background-color: #FFFFFF; border-collapse: collapse; border-color: Red; border-style: none; border-width: 3px; width: 100%;">
  569. <tr id="dnn_ctr3307_BlogPage_lvBlog_ctrl0_itemPlaceholderContainer">
  570. <td>
  571. <style type="text/css">
  572.    #tablediv {
  573.    max-width:800px;}
  574. hr {
  575.    max-width: 800px;
  576.    align: left;}
  577. </style>
  578. <div id="tablediv">
  579. <span class="post-category">
  580. <a style="font-size: 14px; letter-spacing: -0.00625em; font-weight: 300; text-transform: uppercase;" title="View all posts in Five Book Friday" href="https://www.powells.com/blog/category/five-book-friday">
  581. <span><strong>Five Book Friday</strong></span></a>
  582. </span>
  583. <h2 class="blog-title" style="line-height: 1.1em; margin: 0px; font-size: 2em; letter-spacing: -0.00625em;">
  584. <a title="Five Book Friday: In Memoriam" rel="bookmark" href="https://www.powells.com/post/five-book-friday/five-book-friday-in-memoriam">
  585. <span>
  586. Five Book Friday: In Memoriam
  587. </span>
  588. </a>
  589. </h2>
  590. <span style="float: right;"></span><small class="post-author" style="font-size: 14px;"> by <a title="Posts by Powell's Staff" href="https://www.powells.com/blog/author/powells-staff" id="anc1712">Powell's Staff</a>, February 16, 2024 8:43 AM
  591. </small>
  592. <div class="entrytext" style="font-size: 16px; line-height: 24px;">
  593. <style>
  594.    h3 {
  595.    margin-bottom: 0;
  596.    font-size: 20px;
  597.    color: #326d7f;
  598.    }
  599. </style>
  600. <div style="text-align: center;"><img alt style="padding: 5px 0px; width: 800px;" src="https://www.powells.com/portals/0/Images/5bf_memoriam_2024.jpeg" /></div>
  601. <div style="margin: 30px 0px 0px; clear: both;">
  602. <p style="overflow: hidden;">Every year, the booksellers at Powell’s submit their Top Fives: their five favorite books that were released in 2023. It’s a list that, when put together, shows just how varied and interesting the book tastes of Powell’s booksellers are. I highly recommend digging into the recommendations — we would never lead you astray — but today I wanted to highlight the book that got the most love...</p>
  603. <div class="more-link" style="display: block;"><a href="https://www.powells.com/post/five-book-friday/five-book-friday-in-memoriam" title="Continue reading this entry"><span style="font-style: italic; font-weight: bold;">Read More</span>» </a></div>
  604. </div>
  605. <small class="post-info" style="clear:both; background: none;">
  606. </small>
  607. </div>
  608. </div>
  609. <br/>
  610. <div style="float: left; vertical-align: middle;" id="div1">
  611. <div style="padding:3px; padding-left:0px;clear:both;">
  612. <span id="twitter" class="st_twitter_hcount" displaytext="Tweet" st_title="Five Book Friday: In Memoriam by Powell&#39;s Staff" st_url="https://www.powells.com/post/five-book-friday/five-book-friday-in-memoriam" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="&lt;style>
  613.    h3 {
  614.    margin-bottom: 0;
  615.    font-size: 20px;
  616.    color: #326d7f;
  617.    }
  618. &lt;/style>
  619. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  620. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  621. &lt;p style=&quot;overfl"></span>
  622. <span id="facebbok" class="st_facebook_hcount" displaytext="Facebook" st_title="Five Book Friday: In Memoriam by Powell&#39;s Staff" st_url="https://www.powells.com/post/five-book-friday/five-book-friday-in-memoriam" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="&lt;style>
  623.    h3 {
  624.    margin-bottom: 0;
  625.    font-size: 20px;
  626.    color: #326d7f;
  627.    }
  628. &lt;/style>
  629. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  630. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  631. &lt;p style=&quot;overfl"></span>
  632. <span id="pinterest" class="st_pinterest_hcount" displaytext="Pinterest" st_title="Five Book Friday: In Memoriam by Powell&#39;s Staff" st_url="https://www.powells.com/post/five-book-friday/five-book-friday-in-memoriam" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="Five Book Friday: In Memoriam by Powell&#39;s Staff: &lt;style>
  633.    h3 {
  634.    margin-bottom: 0;
  635.    font-size: 20px;
  636.    color: #326d7f;
  637.    }
  638. &lt;/style>
  639. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  640. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  641. &lt;p style=&quot;overfl"></span>
  642. <span id="email" class="st_email_hcount" displaytext="Email" st_title="Five Book Friday: In Memoriam by Powell&#39;s Staff" st_url="https://www.powells.com/post/five-book-friday/five-book-friday-in-memoriam" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="&lt;style>
  643.    h3 {
  644.    margin-bottom: 0;
  645.    font-size: 20px;
  646.    color: #326d7f;
  647.    }
  648. &lt;/style>
  649. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  650. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  651. &lt;p style=&quot;overfl"></span>
  652. <span id="shareThis" class="st_sharethis_hcount" displaytext="ShareThis" st_title="Five Book Friday: In Memoriam by Powell&#39;s Staff" st_url="https://www.powells.com/post/five-book-friday/five-book-friday-in-memoriam" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="&lt;style>
  653.    h3 {
  654.    margin-bottom: 0;
  655.    font-size: 20px;
  656.    color: #326d7f;
  657.    }
  658. &lt;/style>
  659. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  660. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  661. &lt;p style=&quot;overfl"></span>
  662. <span id="googlePlus" class="st_googleplus_hcount" displaytext="Google +" st_title="Five Book Friday: In Memoriam by Powell&#39;s Staff" st_url="https://www.powells.com/post/five-book-friday/five-book-friday-in-memoriam" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="&lt;style>
  663.    h3 {
  664.    margin-bottom: 0;
  665.    font-size: 20px;
  666.    color: #326d7f;
  667.    }
  668. &lt;/style>
  669. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  670. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  671. &lt;p style=&quot;overfl"></span>
  672. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl0$ctl01$ctrShareThis$hdnTitle" id="hdnTitle" value="Five Book Friday: In Memoriam by Powell&#39;s Staff" />
  673. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl0$ctl01$ctrShareThis$hdnUrl" id="hdnUrl" value="https://www.powells.com/post/five-book-friday/five-book-friday-in-memoriam" />
  674. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl0$ctl01$ctrShareThis$hdnSummary" id="hdnSummary" value="&lt;style>
  675.    h3 {
  676.    margin-bottom: 0;
  677.    font-size: 20px;
  678.    color: #326d7f;
  679.    }
  680. &lt;/style>
  681. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  682. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  683. &lt;p style=&quot;overfl" />
  684. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl0$ctl01$ctrShareThis$hdnImage" id="hdnImage" value="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" />
  685. <input type="submit" name="dnn$ctr3307$BlogPage$lvBlog$ctrl0$ctl01$ctrShareThis$btnShare" value id="dnn_ctr3307_BlogPage_lvBlog_ctrl0_ctl01_ctrShareThis_btnShare" style="display: none;" />
  686. </div>
  687. <script type="text/javascript">
  688.    function GetShareThisData() {
  689.  
  690.        $('#hdnTitle').val(shareThisTitle);
  691.        $('#hdnUrl').val(shareThisUrl);
  692.        $('#hdnImage').val(shareThisImage);
  693.        $('#hdnSummary').val(shareThisSummary);
  694.  
  695.        var pageId = 'dnn_ctr3307_BlogPage_lvBlog_ctrl0_ctl01_ctrShareThis_btnShare';
  696.        __doPostBack(pageId, '');
  697.    }
  698.  
  699.    $(window).load(function () {
  700.        var switchTo5x = true;
  701.        var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = true;
  702.        stscr.src = "https://ws.sharethis.com/button/buttons.js";
  703.  
  704.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(stscr, s);
  705.        stscr.onload = stCB;
  706.        stscr.onreadystatechange = function () { if (stscr.readyState == 'loaded') { stCB(); } };
  707.    })();
  708.  
  709.    function stCB() {
  710.        stLight.options({ publisher: "bae1a3d7-1512-4fb2-acc3-5da55b80c173" });
  711.    }
  712.  
  713. </script>
  714. </div>
  715. <br/>
  716. <hr/>
  717. </td>
  718. </tr>
  719. <tr id="dnn_ctr3307_BlogPage_lvBlog_ctrl1_itemPlaceholderContainer">
  720. <td>
  721. <style type="text/css">
  722.    #tablediv {
  723.    max-width:800px;}
  724. hr {
  725.    max-width: 800px;
  726.    align: left;}
  727. </style>
  728. <div id="tablediv">
  729. <span class="post-category">
  730. <a style="font-size: 14px; letter-spacing: -0.00625em; font-weight: 300; text-transform: uppercase;" title="View all posts in Q&As" href="https://www.powells.com/blog/category/qa">
  731. <span><strong>Q&As</strong></span></a>
  732. </span>
  733. <h2 class="blog-title" style="line-height: 1.1em; margin: 0px; font-size: 2em; letter-spacing: -0.00625em;">
  734. <a title="Powell’s Q&A: Brontez Purnell, author of ‘Ten Bridges I’ve Burnt’" rel="bookmark" href="https://www.powells.com/post/qa/powells-qa-brontez-purnell-author-of-ten-bridges-ive-burnt">
  735. <span>
  736. Powell’s Q&A: Brontez Purnell, author of ‘Ten Bridges I’ve Burnt’
  737. </span>
  738. </a>
  739. </h2>
  740. <span style="float: right;"></span><small class="post-author" style="font-size: 14px;"> by <a title="Posts by Brontez Purnell" href="https://www.powells.com/blog/author/brontez-purnell" id="anc2445">Brontez Purnell</a>, February 13, 2024 8:33 AM
  741. </small>
  742. <div class="entrytext" style="font-size: 16px; line-height: 24px;">
  743. <style>
  744.    h3 {
  745.    margin-bottom: 5px;
  746.    font-size: 17px;
  747.    }
  748. </style>
  749. <div style="text-align: center;"><img style="padding: 5px 0px; width: 800px;" src="https://www.powells.com/portals/0/Images/blog-author-graphics-purnell-ten-bridges.jpeg" alt="Powell’s Q&A: Brontez Purnell, author of ‘Ten Bridges I’ve Built’" /></div>
  750. <div><br/>
  751. <div style="margin: 30px 0px 0px; clear: both;">
  752. <p style="overflow: hidden;">
  753. </p>
  754. <strong>Describe your latest book.</strong><br/>
  755. My latest book is <a href="https://www.powells.com/book/ten-bridges-ive-burnt-9780374612696" target="_blank" rel="noopener noreferrer"><strong>Ten Bridges I've Burnt</strong></a>. It was originally called “Oath of Athenian Youth,” but it got changed cause only <a href="https://www.powells.com/searchresults?keyword=anne+carson" target="_blank" rel="noopener noreferrer"><strong>Anne Carson</strong></a> could get away with a book called “Oath of Athenian Youth” — and I'm just not Anne Carson (yet). It’s a memoir in verse but I'm playing with the idea that memoir is in fact — fiction...
  756. <div class="more-link" style="display: block;"><a href="https://www.powells.com/post/qa/powells-qa-brontez-purnell-author-of-ten-bridges-ive-burnt" title="Continue reading this entry"><span style="font-style: italic; font-weight: bold;">Read More</span>» </a></div>
  757. </div>
  758. </div>
  759. <small class="post-info" style="clear:both; background: none;">
  760. </small>
  761. </div>
  762. </div>
  763. <br/>
  764. <div style="float: left; vertical-align: middle;" id="div1">
  765. <div style="padding:3px; padding-left:0px;clear:both;">
  766. <span id="twitter" class="st_twitter_hcount" displaytext="Tweet" st_title="Powell’s Q&amp;A: Brontez Purnell, author of ‘Ten Bridges I’ve Burnt’ by Brontez Purnell" st_url="https://www.powells.com/post/qa/powells-qa-brontez-purnell-author-of-ten-bridges-ive-burnt" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020820241217493.jpeg" st_summary="&lt;style>
  767.    h3 {
  768.    margin-bottom: 5px;
  769.    font-size: 17px;
  770.    }
  771. &lt;/style>
  772. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  773. &lt;div>&lt;br />
  774. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  775. &lt;p style=&quot;overflow: hi"></span>
  776. <span id="facebbok" class="st_facebook_hcount" displaytext="Facebook" st_title="Powell’s Q&amp;A: Brontez Purnell, author of ‘Ten Bridges I’ve Burnt’ by Brontez Purnell" st_url="https://www.powells.com/post/qa/powells-qa-brontez-purnell-author-of-ten-bridges-ive-burnt" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020820241217493.jpeg" st_summary="&lt;style>
  777.    h3 {
  778.    margin-bottom: 5px;
  779.    font-size: 17px;
  780.    }
  781. &lt;/style>
  782. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  783. &lt;div>&lt;br />
  784. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  785. &lt;p style=&quot;overflow: hi"></span>
  786. <span id="pinterest" class="st_pinterest_hcount" displaytext="Pinterest" st_title="Powell’s Q&amp;A: Brontez Purnell, author of ‘Ten Bridges I’ve Burnt’ by Brontez Purnell" st_url="https://www.powells.com/post/qa/powells-qa-brontez-purnell-author-of-ten-bridges-ive-burnt" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020820241217493.jpeg" st_summary="Powell’s Q&amp;A: Brontez Purnell, author of ‘Ten Bridges I’ve Burnt’ by Brontez Purnell: &lt;style>
  787.    h3 {
  788.    margin-bottom: 5px;
  789.    font-size: 17px;
  790.    }
  791. &lt;/style>
  792. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  793. &lt;div>&lt;br />
  794. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  795. &lt;p style=&quot;overflow: hi"></span>
  796. <span id="email" class="st_email_hcount" displaytext="Email" st_title="Powell’s Q&amp;A: Brontez Purnell, author of ‘Ten Bridges I’ve Burnt’ by Brontez Purnell" st_url="https://www.powells.com/post/qa/powells-qa-brontez-purnell-author-of-ten-bridges-ive-burnt" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020820241217493.jpeg" st_summary="&lt;style>
  797.    h3 {
  798.    margin-bottom: 5px;
  799.    font-size: 17px;
  800.    }
  801. &lt;/style>
  802. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  803. &lt;div>&lt;br />
  804. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  805. &lt;p style=&quot;overflow: hi"></span>
  806. <span id="shareThis" class="st_sharethis_hcount" displaytext="ShareThis" st_title="Powell’s Q&amp;A: Brontez Purnell, author of ‘Ten Bridges I’ve Burnt’ by Brontez Purnell" st_url="https://www.powells.com/post/qa/powells-qa-brontez-purnell-author-of-ten-bridges-ive-burnt" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020820241217493.jpeg" st_summary="&lt;style>
  807.    h3 {
  808.    margin-bottom: 5px;
  809.    font-size: 17px;
  810.    }
  811. &lt;/style>
  812. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  813. &lt;div>&lt;br />
  814. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  815. &lt;p style=&quot;overflow: hi"></span>
  816. <span id="googlePlus" class="st_googleplus_hcount" displaytext="Google +" st_title="Powell’s Q&amp;A: Brontez Purnell, author of ‘Ten Bridges I’ve Burnt’ by Brontez Purnell" st_url="https://www.powells.com/post/qa/powells-qa-brontez-purnell-author-of-ten-bridges-ive-burnt" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020820241217493.jpeg" st_summary="&lt;style>
  817.    h3 {
  818.    margin-bottom: 5px;
  819.    font-size: 17px;
  820.    }
  821. &lt;/style>
  822. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  823. &lt;div>&lt;br />
  824. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  825. &lt;p style=&quot;overflow: hi"></span>
  826. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl1$ctl01$ctrShareThis$hdnTitle" id="hdnTitle" value="Powell’s Q&amp;A: Brontez Purnell, author of ‘Ten Bridges I’ve Burnt’ by Brontez Purnell" />
  827. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl1$ctl01$ctrShareThis$hdnUrl" id="hdnUrl" value="https://www.powells.com/post/qa/powells-qa-brontez-purnell-author-of-ten-bridges-ive-burnt" />
  828. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl1$ctl01$ctrShareThis$hdnSummary" id="hdnSummary" value="&lt;style>
  829.    h3 {
  830.    margin-bottom: 5px;
  831.    font-size: 17px;
  832.    }
  833. &lt;/style>
  834. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  835. &lt;div>&lt;br />
  836. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  837. &lt;p style=&quot;overflow: hi" />
  838. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl1$ctl01$ctrShareThis$hdnImage" id="hdnImage" value="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020820241217493.jpeg" />
  839. <input type="submit" name="dnn$ctr3307$BlogPage$lvBlog$ctrl1$ctl01$ctrShareThis$btnShare" value id="dnn_ctr3307_BlogPage_lvBlog_ctrl1_ctl01_ctrShareThis_btnShare" style="display: none;" />
  840. </div>
  841. <script type="text/javascript">
  842.    function GetShareThisData() {
  843.  
  844.        $('#hdnTitle').val(shareThisTitle);
  845.        $('#hdnUrl').val(shareThisUrl);
  846.        $('#hdnImage').val(shareThisImage);
  847.        $('#hdnSummary').val(shareThisSummary);
  848.  
  849.        var pageId = 'dnn_ctr3307_BlogPage_lvBlog_ctrl1_ctl01_ctrShareThis_btnShare';
  850.        __doPostBack(pageId, '');
  851.    }
  852.  
  853.    $(window).load(function () {
  854.        var switchTo5x = true;
  855.        var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = true;
  856.        stscr.src = "https://ws.sharethis.com/button/buttons.js";
  857.  
  858.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(stscr, s);
  859.        stscr.onload = stCB;
  860.        stscr.onreadystatechange = function () { if (stscr.readyState == 'loaded') { stCB(); } };
  861.    })();
  862.  
  863.    function stCB() {
  864.        stLight.options({ publisher: "bae1a3d7-1512-4fb2-acc3-5da55b80c173" });
  865.    }
  866.  
  867. </script>
  868. </div>
  869. <br/>
  870. <hr/>
  871. </td>
  872. </tr>
  873. <tr id="dnn_ctr3307_BlogPage_lvBlog_ctrl2_itemPlaceholderContainer">
  874. <td>
  875. <style type="text/css">
  876.    #tablediv {
  877.    max-width:800px;}
  878. hr {
  879.    max-width: 800px;
  880.    align: left;}
  881. </style>
  882. <div id="tablediv">
  883. <span class="post-category">
  884. <a style="font-size: 14px; letter-spacing: -0.00625em; font-weight: 300; text-transform: uppercase;" title="View all posts in Lists" href="https://www.powells.com/blog/category/lists">
  885. <span><strong>Lists</strong></span></a>
  886. </span>
  887. <h2 class="blog-title" style="line-height: 1.1em; margin: 0px; font-size: 2em; letter-spacing: -0.00625em;">
  888. <a title="Starter Pack: Where to Begin with Ursula K. Le Guin " rel="bookmark" href="https://www.powells.com/post/lists/starter-pack-where-to-begin-with-ursula-k-le-guin">
  889. <span>
  890. Starter Pack: Where to Begin with Ursula K. Le Guin
  891. </span>
  892. </a>
  893. </h2>
  894. <span style="float: right;"></span><small class="post-author" style="font-size: 14px;"> by <a title="Posts by Rachael P." href="https://www.powells.com/blog/author/rachael-p" id="anc2444">Rachael P.</a>, February 8, 2024 8:39 AM
  895. </small>
  896. <div class="entrytext" style="font-size: 16px; line-height: 24px;">
  897. <style>
  898.    h3 {
  899.    margin-bottom: 0;
  900.    font-size: 20px;
  901.    color: #326d7f;
  902.    }
  903.    h5{
  904.    font-size: 20px;
  905.    margin-top:30px;
  906.    margin-bottom:0px;
  907.    color:#000000;
  908.    clear:both;
  909.    }
  910. </style>
  911. <div style="text-align: center;"><img alt style="padding: 5px 0px; width: 800px;" src="https://www.powells.com/portals/0/Images/blog_leguin_2024.jpeg" /></div>
  912. <div style="margin: 30px 0px 0px; clear: both;">
  913. <p style="overflow: hidden;">Ursula K. Le Guin is an Oregon icon and one of the best-known female science fiction writers. Most people interested in science fiction and fantasy have heard of her, but with such a large body of work, it can be difficult to figure out where to start! Here are my recommendations for layered, thought-provoking stories from Le Guin for many different interests...</p>
  914. </div>
  915. <div style="margin: 30px 0px 0px; clear: both;">
  916. <div class="more-link" style="display: block;"><a href="https://www.powells.com/post/lists/starter-pack-where-to-begin-with-ursula-k-le-guin" title="Continue reading this entry"><span style="font-style: italic; font-weight: bold;">Read More</span>» </a></div>
  917. </div>
  918. <small class="post-info" style="clear:both; background: none;">
  919. </small>
  920. </div>
  921. </div>
  922. <br/>
  923. <div style="float: left; vertical-align: middle;" id="div1">
  924. <div style="padding:3px; padding-left:0px;clear:both;">
  925. <span id="twitter" class="st_twitter_hcount" displaytext="Tweet" st_title="Starter Pack: Where to Begin with Ursula K. Le Guin  by Rachael P." st_url="https://www.powells.com/post/lists/starter-pack-where-to-begin-with-ursula-k-le-guin" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020620241430543.jpeg" st_summary="&lt;style>
  926.    h3 {
  927.    margin-bottom: 0;
  928.    margin-top:10px;
  929.    font-size: 20px;
  930.    color: #326d7f;
  931.    }
  932.    h5{
  933.    font-size: 18px;
  934.    margin-top:15px;
  935.    margin-bottom:10px;
  936.    color:#000000;
  937. "></span>
  938. <span id="facebbok" class="st_facebook_hcount" displaytext="Facebook" st_title="Starter Pack: Where to Begin with Ursula K. Le Guin  by Rachael P." st_url="https://www.powells.com/post/lists/starter-pack-where-to-begin-with-ursula-k-le-guin" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020620241430543.jpeg" st_summary="&lt;style>
  939.    h3 {
  940.    margin-bottom: 0;
  941.    margin-top:10px;
  942.    font-size: 20px;
  943.    color: #326d7f;
  944.    }
  945.    h5{
  946.    font-size: 18px;
  947.    margin-top:15px;
  948.    margin-bottom:10px;
  949.    color:#000000;
  950. "></span>
  951. <span id="pinterest" class="st_pinterest_hcount" displaytext="Pinterest" st_title="Starter Pack: Where to Begin with Ursula K. Le Guin  by Rachael P." st_url="https://www.powells.com/post/lists/starter-pack-where-to-begin-with-ursula-k-le-guin" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020620241430543.jpeg" st_summary="Starter Pack: Where to Begin with Ursula K. Le Guin  by Rachael P.: &lt;style>
  952.    h3 {
  953.    margin-bottom: 0;
  954.    margin-top:10px;
  955.    font-size: 20px;
  956.    color: #326d7f;
  957.    }
  958.    h5{
  959.    font-size: 18px;
  960.    margin-top:15px;
  961.    margin-bottom:10px;
  962.    color:#000000;
  963. "></span>
  964. <span id="email" class="st_email_hcount" displaytext="Email" st_title="Starter Pack: Where to Begin with Ursula K. Le Guin  by Rachael P." st_url="https://www.powells.com/post/lists/starter-pack-where-to-begin-with-ursula-k-le-guin" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020620241430543.jpeg" st_summary="&lt;style>
  965.    h3 {
  966.    margin-bottom: 0;
  967.    margin-top:10px;
  968.    font-size: 20px;
  969.    color: #326d7f;
  970.    }
  971.    h5{
  972.    font-size: 18px;
  973.    margin-top:15px;
  974.    margin-bottom:10px;
  975.    color:#000000;
  976. "></span>
  977. <span id="shareThis" class="st_sharethis_hcount" displaytext="ShareThis" st_title="Starter Pack: Where to Begin with Ursula K. Le Guin  by Rachael P." st_url="https://www.powells.com/post/lists/starter-pack-where-to-begin-with-ursula-k-le-guin" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020620241430543.jpeg" st_summary="&lt;style>
  978.    h3 {
  979.    margin-bottom: 0;
  980.    margin-top:10px;
  981.    font-size: 20px;
  982.    color: #326d7f;
  983.    }
  984.    h5{
  985.    font-size: 18px;
  986.    margin-top:15px;
  987.    margin-bottom:10px;
  988.    color:#000000;
  989. "></span>
  990. <span id="googlePlus" class="st_googleplus_hcount" displaytext="Google +" st_title="Starter Pack: Where to Begin with Ursula K. Le Guin  by Rachael P." st_url="https://www.powells.com/post/lists/starter-pack-where-to-begin-with-ursula-k-le-guin" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020620241430543.jpeg" st_summary="&lt;style>
  991.    h3 {
  992.    margin-bottom: 0;
  993.    margin-top:10px;
  994.    font-size: 20px;
  995.    color: #326d7f;
  996.    }
  997.    h5{
  998.    font-size: 18px;
  999.    margin-top:15px;
  1000.    margin-bottom:10px;
  1001.    color:#000000;
  1002. "></span>
  1003. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl2$ctl01$ctrShareThis$hdnTitle" id="hdnTitle" value="Starter Pack: Where to Begin with Ursula K. Le Guin  by Rachael P." />
  1004. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl2$ctl01$ctrShareThis$hdnUrl" id="hdnUrl" value="https://www.powells.com/post/lists/starter-pack-where-to-begin-with-ursula-k-le-guin" />
  1005. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl2$ctl01$ctrShareThis$hdnSummary" id="hdnSummary" value="&lt;style>
  1006.    h3 {
  1007.    margin-bottom: 0;
  1008.    margin-top:10px;
  1009.    font-size: 20px;
  1010.    color: #326d7f;
  1011.    }
  1012.    h5{
  1013.    font-size: 18px;
  1014.    margin-top:15px;
  1015.    margin-bottom:10px;
  1016.    color:#000000;
  1017. " />
  1018. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl2$ctl01$ctrShareThis$hdnImage" id="hdnImage" value="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020620241430543.jpeg" />
  1019. <input type="submit" name="dnn$ctr3307$BlogPage$lvBlog$ctrl2$ctl01$ctrShareThis$btnShare" value id="dnn_ctr3307_BlogPage_lvBlog_ctrl2_ctl01_ctrShareThis_btnShare" style="display: none;" />
  1020. </div>
  1021. <script type="text/javascript">
  1022.    function GetShareThisData() {
  1023.  
  1024.        $('#hdnTitle').val(shareThisTitle);
  1025.        $('#hdnUrl').val(shareThisUrl);
  1026.        $('#hdnImage').val(shareThisImage);
  1027.        $('#hdnSummary').val(shareThisSummary);
  1028.  
  1029.        var pageId = 'dnn_ctr3307_BlogPage_lvBlog_ctrl2_ctl01_ctrShareThis_btnShare';
  1030.        __doPostBack(pageId, '');
  1031.    }
  1032.  
  1033.    $(window).load(function () {
  1034.        var switchTo5x = true;
  1035.        var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = true;
  1036.        stscr.src = "https://ws.sharethis.com/button/buttons.js";
  1037.  
  1038.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(stscr, s);
  1039.        stscr.onload = stCB;
  1040.        stscr.onreadystatechange = function () { if (stscr.readyState == 'loaded') { stCB(); } };
  1041.    })();
  1042.  
  1043.    function stCB() {
  1044.        stLight.options({ publisher: "bae1a3d7-1512-4fb2-acc3-5da55b80c173" });
  1045.    }
  1046.  
  1047. </script>
  1048. </div>
  1049. <br/>
  1050. <hr/>
  1051. </td>
  1052. </tr>
  1053. <tr id="dnn_ctr3307_BlogPage_lvBlog_ctrl3_itemPlaceholderContainer">
  1054. <td>
  1055. <style type="text/css">
  1056.    #tablediv {
  1057.    max-width:800px;}
  1058. hr {
  1059.    max-width: 800px;
  1060.    align: left;}
  1061. </style>
  1062. <div id="tablediv">
  1063. <span class="post-category">
  1064. <a style="font-size: 14px; letter-spacing: -0.00625em; font-weight: 300; text-transform: uppercase;" title="View all posts in Q&As" href="https://www.powells.com/blog/category/qa">
  1065. <span><strong>Q&As</strong></span></a>
  1066. </span>
  1067. <h2 class="blog-title" style="line-height: 1.1em; margin: 0px; font-size: 2em; letter-spacing: -0.00625em;">
  1068. <a title="Powell’s Q&A: Suzie Miller, author of ‘Prima Facie’" rel="bookmark" href="https://www.powells.com/post/qa/powells-qa-suzie-miller-author-of-prima-facie">
  1069. <span>
  1070. Powell’s Q&A: Suzie Miller, author of ‘Prima Facie’
  1071. </span>
  1072. </a>
  1073. </h2>
  1074. <span style="float: right;"></span><small class="post-author" style="font-size: 14px;"> by <a title="Posts by Suzie Miller" href="https://www.powells.com/blog/author/suzie-miller" id="anc2443">Suzie Miller</a>, February 6, 2024 8:55 AM
  1075. </small>
  1076. <div class="entrytext" style="font-size: 16px; line-height: 24px;">
  1077. <style>
  1078.    h3 {
  1079.    margin-bottom: 5px;
  1080.    font-size: 17px;
  1081.    }
  1082. </style>
  1083. <div style="text-align: center;"><img style="padding: 5px 0px; width: 800px;" src="https://www.powells.com/portals/0/Images/blog-author-graphics-miller2.png" alt="Powell’s Q&A: Suzie Miller, author of ‘Prima Facie’" /></div>
  1084. <div>
  1085. <div style="margin: 30px 0px 0px; clear: both;">
  1086. <p style="overflow: hidden;">
  1087. </p>
  1088. <h3>Describe your latest book.</h3>
  1089. <a href="https://www.powells.com/book/prima-facie-9781250292209" target="_blank" rel="noopener noreferrer"><strong>Prima Facie</strong></a> is my debut novel. The story formed in my mind while grappling with criminal law while I was a young law student, then coalesced into something that needed to find its form and voice while I was a lawyer interviewing hundreds of women who had been survivors of sexual assault. I then found the right time and place and wrote the play of <em>Prima Facie</em>...<br/>
  1090. <br/>
  1091. <div class="more-link" style="display: block;"><a href="https://www.powells.com/post/qa/powells-qa-suzie-miller-author-of-prima-facie" title="Continue reading this entry"><span style="font-style: italic; font-weight: bold;">Read More</span>» </a></div>
  1092. </div>
  1093. </div>
  1094. <small class="post-info" style="clear:both; background: none;">
  1095. </small>
  1096. </div>
  1097. </div>
  1098. <br/>
  1099. <div style="float: left; vertical-align: middle;" id="div1">
  1100. <div style="padding:3px; padding-left:0px;clear:both;">
  1101. <span id="twitter" class="st_twitter_hcount" displaytext="Tweet" st_title="Powell’s Q&amp;A: Suzie Miller, author of ‘Prima Facie’ by Suzie Miller" st_url="https://www.powells.com/post/qa/powells-qa-suzie-miller-author-of-prima-facie" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020520241529273.jpeg" st_summary="&lt;style>
  1102.    h3 {
  1103.    margin-bottom: 5px;
  1104.    font-size: 17px;
  1105.    }
  1106. &lt;/style>
  1107. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1108. &lt;div>
  1109. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1110. &lt;p style=&quot;overflow: hidden;&quot;"></span>
  1111. <span id="facebbok" class="st_facebook_hcount" displaytext="Facebook" st_title="Powell’s Q&amp;A: Suzie Miller, author of ‘Prima Facie’ by Suzie Miller" st_url="https://www.powells.com/post/qa/powells-qa-suzie-miller-author-of-prima-facie" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020520241529273.jpeg" st_summary="&lt;style>
  1112.    h3 {
  1113.    margin-bottom: 5px;
  1114.    font-size: 17px;
  1115.    }
  1116. &lt;/style>
  1117. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1118. &lt;div>
  1119. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1120. &lt;p style=&quot;overflow: hidden;&quot;"></span>
  1121. <span id="pinterest" class="st_pinterest_hcount" displaytext="Pinterest" st_title="Powell’s Q&amp;A: Suzie Miller, author of ‘Prima Facie’ by Suzie Miller" st_url="https://www.powells.com/post/qa/powells-qa-suzie-miller-author-of-prima-facie" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020520241529273.jpeg" st_summary="Powell’s Q&amp;A: Suzie Miller, author of ‘Prima Facie’ by Suzie Miller: &lt;style>
  1122.    h3 {
  1123.    margin-bottom: 5px;
  1124.    font-size: 17px;
  1125.    }
  1126. &lt;/style>
  1127. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1128. &lt;div>
  1129. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1130. &lt;p style=&quot;overflow: hidden;&quot;"></span>
  1131. <span id="email" class="st_email_hcount" displaytext="Email" st_title="Powell’s Q&amp;A: Suzie Miller, author of ‘Prima Facie’ by Suzie Miller" st_url="https://www.powells.com/post/qa/powells-qa-suzie-miller-author-of-prima-facie" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020520241529273.jpeg" st_summary="&lt;style>
  1132.    h3 {
  1133.    margin-bottom: 5px;
  1134.    font-size: 17px;
  1135.    }
  1136. &lt;/style>
  1137. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1138. &lt;div>
  1139. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1140. &lt;p style=&quot;overflow: hidden;&quot;"></span>
  1141. <span id="shareThis" class="st_sharethis_hcount" displaytext="ShareThis" st_title="Powell’s Q&amp;A: Suzie Miller, author of ‘Prima Facie’ by Suzie Miller" st_url="https://www.powells.com/post/qa/powells-qa-suzie-miller-author-of-prima-facie" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020520241529273.jpeg" st_summary="&lt;style>
  1142.    h3 {
  1143.    margin-bottom: 5px;
  1144.    font-size: 17px;
  1145.    }
  1146. &lt;/style>
  1147. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1148. &lt;div>
  1149. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1150. &lt;p style=&quot;overflow: hidden;&quot;"></span>
  1151. <span id="googlePlus" class="st_googleplus_hcount" displaytext="Google +" st_title="Powell’s Q&amp;A: Suzie Miller, author of ‘Prima Facie’ by Suzie Miller" st_url="https://www.powells.com/post/qa/powells-qa-suzie-miller-author-of-prima-facie" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020520241529273.jpeg" st_summary="&lt;style>
  1152.    h3 {
  1153.    margin-bottom: 5px;
  1154.    font-size: 17px;
  1155.    }
  1156. &lt;/style>
  1157. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1158. &lt;div>
  1159. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1160. &lt;p style=&quot;overflow: hidden;&quot;"></span>
  1161. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl3$ctl01$ctrShareThis$hdnTitle" id="hdnTitle" value="Powell’s Q&amp;A: Suzie Miller, author of ‘Prima Facie’ by Suzie Miller" />
  1162. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl3$ctl01$ctrShareThis$hdnUrl" id="hdnUrl" value="https://www.powells.com/post/qa/powells-qa-suzie-miller-author-of-prima-facie" />
  1163. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl3$ctl01$ctrShareThis$hdnSummary" id="hdnSummary" value="&lt;style>
  1164.    h3 {
  1165.    margin-bottom: 5px;
  1166.    font-size: 17px;
  1167.    }
  1168. &lt;/style>
  1169. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1170. &lt;div>
  1171. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1172. &lt;p style=&quot;overflow: hidden;&quot;" />
  1173. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl3$ctl01$ctrShareThis$hdnImage" id="hdnImage" value="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020520241529273.jpeg" />
  1174. <input type="submit" name="dnn$ctr3307$BlogPage$lvBlog$ctrl3$ctl01$ctrShareThis$btnShare" value id="dnn_ctr3307_BlogPage_lvBlog_ctrl3_ctl01_ctrShareThis_btnShare" style="display: none;" />
  1175. </div>
  1176. <script type="text/javascript">
  1177.    function GetShareThisData() {
  1178.  
  1179.        $('#hdnTitle').val(shareThisTitle);
  1180.        $('#hdnUrl').val(shareThisUrl);
  1181.        $('#hdnImage').val(shareThisImage);
  1182.        $('#hdnSummary').val(shareThisSummary);
  1183.  
  1184.        var pageId = 'dnn_ctr3307_BlogPage_lvBlog_ctrl3_ctl01_ctrShareThis_btnShare';
  1185.        __doPostBack(pageId, '');
  1186.    }
  1187.  
  1188.    $(window).load(function () {
  1189.        var switchTo5x = true;
  1190.        var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = true;
  1191.        stscr.src = "https://ws.sharethis.com/button/buttons.js";
  1192.  
  1193.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(stscr, s);
  1194.        stscr.onload = stCB;
  1195.        stscr.onreadystatechange = function () { if (stscr.readyState == 'loaded') { stCB(); } };
  1196.    })();
  1197.  
  1198.    function stCB() {
  1199.        stLight.options({ publisher: "bae1a3d7-1512-4fb2-acc3-5da55b80c173" });
  1200.    }
  1201.  
  1202. </script>
  1203. </div>
  1204. <br/>
  1205. <hr/>
  1206. </td>
  1207. </tr>
  1208. <tr id="dnn_ctr3307_BlogPage_lvBlog_ctrl4_itemPlaceholderContainer">
  1209. <td>
  1210. <style type="text/css">
  1211.    #tablediv {
  1212.    max-width:800px;}
  1213. hr {
  1214.    max-width: 800px;
  1215.    align: left;}
  1216. </style>
  1217. <div id="tablediv">
  1218. <span class="post-category">
  1219. <a style="font-size: 14px; letter-spacing: -0.00625em; font-weight: 300; text-transform: uppercase;" title="View all posts in Playlists" href="https://www.powells.com/blog/category/playlist">
  1220. <span><strong>Playlists</strong></span></a>
  1221. </span>
  1222. <h2 class="blog-title" style="line-height: 1.1em; margin: 0px; font-size: 2em; letter-spacing: -0.00625em;">
  1223. <a title="Ready Fi Di Thumpin’: Christina Cooke’s Playlist for ‘Broughtupsy’" rel="bookmark" href="https://www.powells.com/post/playlist/ready-fi-di-thumpin-christina-cookes-playlist-for-broughtupsy">
  1224. <span>
  1225. Ready Fi Di Thumpin’: Christina Cooke’s Playlist for ‘Broughtupsy’
  1226. </span>
  1227. </a>
  1228. </h2>
  1229. <span style="float: right;"></span><small class="post-author" style="font-size: 14px;"> by <a title="Posts by Christina Cooke" href="https://www.powells.com/blog/author/christina-cooke" id="anc2442">Christina Cooke</a>, February 2, 2024 9:44 AM
  1230. </small>
  1231. <div class="entrytext" style="font-size: 16px; line-height: 24px;">
  1232. <style>
  1233.    h3 {
  1234.    margin-bottom: 5px;
  1235.    font-size: 17px;
  1236.    }
  1237. </style>
  1238. <div style="text-align: center;"><img style="padding: 5px 0px; width: 800px;" src="https://www.powells.com/portals/0/Images/blog-author-graphics-cooke2.png" alt="Author Christina Cooke pictured next to the cover of their novel 'Broughtupsy'" /></div>
  1239. <div><br/>
  1240. <div style="margin: 30px 0px 0px; clear: both;">
  1241. <p style="overflow: hidden;">Music is one of my most primal and fiercely held languages. It’s how I navigate the world, echo-locating myself in place and culture through the <em>boom-tap-booms</em> of sound. It started when I was four. One afternoon, my father picked me up from kindergarten in his red pickup truck and drove me through the thick of Mandeville traffic. Buckled in the backseat, I was humming; I was happy; we wouldn’t leave Jamaica for another eight years. We turned right into Mid-Way Mall...</p>
  1242. <div class="more-link" style="display: block;"><a href="https://www.powells.com/post/playlist/ready-fi-di-thumpin-christina-cookes-playlist-for-broughtupsy" title="Continue reading this entry"><span style="font-style: italic; font-weight: bold;">Read More</span>» </a></div>
  1243. </div>
  1244. </div>
  1245. <small class="post-info" style="clear:both; background: none;">
  1246. </small>
  1247. </div>
  1248. </div>
  1249. <br/>
  1250. <div style="float: left; vertical-align: middle;" id="div1">
  1251. <div style="padding:3px; padding-left:0px;clear:both;">
  1252. <span id="twitter" class="st_twitter_hcount" displaytext="Tweet" st_title="Ready Fi Di Thumpin’: Christina Cooke’s Playlist for ‘Broughtupsy’ by Christina Cooke" st_url="https://www.powells.com/post/playlist/ready-fi-di-thumpin-christina-cookes-playlist-for-broughtupsy" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020220240940093.jpeg" st_summary="&lt;style>
  1253.    h3 {
  1254.    margin-bottom: 5px;
  1255.    font-size: 17px;
  1256.    }
  1257. &lt;/style>
  1258. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1259. &lt;div>&lt;br />
  1260. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1261. &lt;p style=&quot;overflow: hi"></span>
  1262. <span id="facebbok" class="st_facebook_hcount" displaytext="Facebook" st_title="Ready Fi Di Thumpin’: Christina Cooke’s Playlist for ‘Broughtupsy’ by Christina Cooke" st_url="https://www.powells.com/post/playlist/ready-fi-di-thumpin-christina-cookes-playlist-for-broughtupsy" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020220240940093.jpeg" st_summary="&lt;style>
  1263.    h3 {
  1264.    margin-bottom: 5px;
  1265.    font-size: 17px;
  1266.    }
  1267. &lt;/style>
  1268. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1269. &lt;div>&lt;br />
  1270. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1271. &lt;p style=&quot;overflow: hi"></span>
  1272. <span id="pinterest" class="st_pinterest_hcount" displaytext="Pinterest" st_title="Ready Fi Di Thumpin’: Christina Cooke’s Playlist for ‘Broughtupsy’ by Christina Cooke" st_url="https://www.powells.com/post/playlist/ready-fi-di-thumpin-christina-cookes-playlist-for-broughtupsy" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020220240940093.jpeg" st_summary="Ready Fi Di Thumpin’: Christina Cooke’s Playlist for ‘Broughtupsy’ by Christina Cooke: &lt;style>
  1273.    h3 {
  1274.    margin-bottom: 5px;
  1275.    font-size: 17px;
  1276.    }
  1277. &lt;/style>
  1278. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1279. &lt;div>&lt;br />
  1280. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1281. &lt;p style=&quot;overflow: hi"></span>
  1282. <span id="email" class="st_email_hcount" displaytext="Email" st_title="Ready Fi Di Thumpin’: Christina Cooke’s Playlist for ‘Broughtupsy’ by Christina Cooke" st_url="https://www.powells.com/post/playlist/ready-fi-di-thumpin-christina-cookes-playlist-for-broughtupsy" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020220240940093.jpeg" st_summary="&lt;style>
  1283.    h3 {
  1284.    margin-bottom: 5px;
  1285.    font-size: 17px;
  1286.    }
  1287. &lt;/style>
  1288. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1289. &lt;div>&lt;br />
  1290. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1291. &lt;p style=&quot;overflow: hi"></span>
  1292. <span id="shareThis" class="st_sharethis_hcount" displaytext="ShareThis" st_title="Ready Fi Di Thumpin’: Christina Cooke’s Playlist for ‘Broughtupsy’ by Christina Cooke" st_url="https://www.powells.com/post/playlist/ready-fi-di-thumpin-christina-cookes-playlist-for-broughtupsy" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020220240940093.jpeg" st_summary="&lt;style>
  1293.    h3 {
  1294.    margin-bottom: 5px;
  1295.    font-size: 17px;
  1296.    }
  1297. &lt;/style>
  1298. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1299. &lt;div>&lt;br />
  1300. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1301. &lt;p style=&quot;overflow: hi"></span>
  1302. <span id="googlePlus" class="st_googleplus_hcount" displaytext="Google +" st_title="Ready Fi Di Thumpin’: Christina Cooke’s Playlist for ‘Broughtupsy’ by Christina Cooke" st_url="https://www.powells.com/post/playlist/ready-fi-di-thumpin-christina-cookes-playlist-for-broughtupsy" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020220240940093.jpeg" st_summary="&lt;style>
  1303.    h3 {
  1304.    margin-bottom: 5px;
  1305.    font-size: 17px;
  1306.    }
  1307. &lt;/style>
  1308. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1309. &lt;div>&lt;br />
  1310. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1311. &lt;p style=&quot;overflow: hi"></span>
  1312. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl4$ctl01$ctrShareThis$hdnTitle" id="hdnTitle" value="Ready Fi Di Thumpin’: Christina Cooke’s Playlist for ‘Broughtupsy’ by Christina Cooke" />
  1313. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl4$ctl01$ctrShareThis$hdnUrl" id="hdnUrl" value="https://www.powells.com/post/playlist/ready-fi-di-thumpin-christina-cookes-playlist-for-broughtupsy" />
  1314. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl4$ctl01$ctrShareThis$hdnSummary" id="hdnSummary" value="&lt;style>
  1315.    h3 {
  1316.    margin-bottom: 5px;
  1317.    font-size: 17px;
  1318.    }
  1319. &lt;/style>
  1320. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1321. &lt;div>&lt;br />
  1322. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1323. &lt;p style=&quot;overflow: hi" />
  1324. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl4$ctl01$ctrShareThis$hdnImage" id="hdnImage" value="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/020220240940093.jpeg" />
  1325. <input type="submit" name="dnn$ctr3307$BlogPage$lvBlog$ctrl4$ctl01$ctrShareThis$btnShare" value id="dnn_ctr3307_BlogPage_lvBlog_ctrl4_ctl01_ctrShareThis_btnShare" style="display: none;" />
  1326. </div>
  1327. <script type="text/javascript">
  1328.    function GetShareThisData() {
  1329.  
  1330.        $('#hdnTitle').val(shareThisTitle);
  1331.        $('#hdnUrl').val(shareThisUrl);
  1332.        $('#hdnImage').val(shareThisImage);
  1333.        $('#hdnSummary').val(shareThisSummary);
  1334.  
  1335.        var pageId = 'dnn_ctr3307_BlogPage_lvBlog_ctrl4_ctl01_ctrShareThis_btnShare';
  1336.        __doPostBack(pageId, '');
  1337.    }
  1338.  
  1339.    $(window).load(function () {
  1340.        var switchTo5x = true;
  1341.        var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = true;
  1342.        stscr.src = "https://ws.sharethis.com/button/buttons.js";
  1343.  
  1344.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(stscr, s);
  1345.        stscr.onload = stCB;
  1346.        stscr.onreadystatechange = function () { if (stscr.readyState == 'loaded') { stCB(); } };
  1347.    })();
  1348.  
  1349.    function stCB() {
  1350.        stLight.options({ publisher: "bae1a3d7-1512-4fb2-acc3-5da55b80c173" });
  1351.    }
  1352.  
  1353. </script>
  1354. </div>
  1355. <br/>
  1356. <hr/>
  1357. </td>
  1358. </tr>
  1359. <tr id="dnn_ctr3307_BlogPage_lvBlog_ctrl5_itemPlaceholderContainer">
  1360. <td>
  1361. <style type="text/css">
  1362.    #tablediv {
  1363.    max-width:800px;}
  1364. hr {
  1365.    max-width: 800px;
  1366.    align: left;}
  1367. </style>
  1368. <div id="tablediv">
  1369. <span class="post-category">
  1370. <a style="font-size: 14px; letter-spacing: -0.00625em; font-weight: 300; text-transform: uppercase;" title="View all posts in Lists" href="https://www.powells.com/blog/category/lists">
  1371. <span><strong>Lists</strong></span></a>
  1372. </span>
  1373. <h2 class="blog-title" style="line-height: 1.1em; margin: 0px; font-size: 2em; letter-spacing: -0.00625em;">
  1374. <a title="New Literature in Translation: December 2023 and January 2024" rel="bookmark" href="https://www.powells.com/post/lists/new-literature-in-translation-december-2023-and-january-2024">
  1375. <span>
  1376. New Literature in Translation: December 2023 and January 2024
  1377. </span>
  1378. </a>
  1379. </h2>
  1380. <span style="float: right;"></span><small class="post-author" style="font-size: 14px;"> by <a title="Posts by Powell's Staff" href="https://www.powells.com/blog/author/powells-staff" id="anc1712">Powell's Staff</a>, January 31, 2024 9:45 AM
  1381. </small>
  1382. <div class="entrytext" style="font-size: 16px; line-height: 24px;">
  1383. <style>
  1384.    h3 {
  1385.    margin-bottom: 0;
  1386.    font-size: 20px;
  1387.    color: #326d7f;
  1388.    }
  1389. </style>
  1390. <div style="text-align: center;"><img style="padding: 5px 0px; width: 800px;" src="https://www.powells.com/portals/0/Images/blog_LITJan_2024.jpeg" alt="New Literature in Translation: December 2023 and January 2024" /></div>
  1391. <div style="margin: 30px 0px 0px; clear: both;">
  1392. <p style="overflow: hidden;">New year, new books in translation! We’re so excited to be featuring our favorite new translated releases from the past two months. On this list, you’ll find a Hungarian exploration of Kafka’s relationship with his father; the story of a scandalous love affair from a late Italian author; a German novel about a lonely archivist; a Norwegian doctor’s friendship with a plastic skeleton; a Slovakian story about being young and alone in a metropolis; "a bewitching tale of memory, monsterhood..</p>
  1393. <div class="more-link" style="display: block;"><a href="https://www.powells.com/post/lists/new-literature-in-translation-december-2023-and-january-2024" title="Continue reading this entry"><span style="font-style: italic; font-weight: bold;">Read More</span>» </a></div>
  1394. </div>
  1395. <small class="post-info" style="clear:both; background: none;">
  1396. </small>
  1397. </div>
  1398. </div>
  1399. <br/>
  1400. <div style="float: left; vertical-align: middle;" id="div1">
  1401. <div style="padding:3px; padding-left:0px;clear:both;">
  1402. <span id="twitter" class="st_twitter_hcount" displaytext="Tweet" st_title="New Literature in Translation: December 2023 and January 2024 by Powell&#39;s Staff" st_url="https://www.powells.com/post/lists/new-literature-in-translation-december-2023-and-january-2024" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="&lt;style>
  1403.    h3 {
  1404.    margin-bottom: 0;
  1405.    font-size: 20px;
  1406.    color: #326d7f;
  1407.    }
  1408. &lt;/style>
  1409. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1410. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1411. &lt;p style=&quot;overfl"></span>
  1412. <span id="facebbok" class="st_facebook_hcount" displaytext="Facebook" st_title="New Literature in Translation: December 2023 and January 2024 by Powell&#39;s Staff" st_url="https://www.powells.com/post/lists/new-literature-in-translation-december-2023-and-january-2024" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="&lt;style>
  1413.    h3 {
  1414.    margin-bottom: 0;
  1415.    font-size: 20px;
  1416.    color: #326d7f;
  1417.    }
  1418. &lt;/style>
  1419. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1420. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1421. &lt;p style=&quot;overfl"></span>
  1422. <span id="pinterest" class="st_pinterest_hcount" displaytext="Pinterest" st_title="New Literature in Translation: December 2023 and January 2024 by Powell&#39;s Staff" st_url="https://www.powells.com/post/lists/new-literature-in-translation-december-2023-and-january-2024" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="New Literature in Translation: December 2023 and January 2024 by Powell&#39;s Staff: &lt;style>
  1423.    h3 {
  1424.    margin-bottom: 0;
  1425.    font-size: 20px;
  1426.    color: #326d7f;
  1427.    }
  1428. &lt;/style>
  1429. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1430. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1431. &lt;p style=&quot;overfl"></span>
  1432. <span id="email" class="st_email_hcount" displaytext="Email" st_title="New Literature in Translation: December 2023 and January 2024 by Powell&#39;s Staff" st_url="https://www.powells.com/post/lists/new-literature-in-translation-december-2023-and-january-2024" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="&lt;style>
  1433.    h3 {
  1434.    margin-bottom: 0;
  1435.    font-size: 20px;
  1436.    color: #326d7f;
  1437.    }
  1438. &lt;/style>
  1439. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1440. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1441. &lt;p style=&quot;overfl"></span>
  1442. <span id="shareThis" class="st_sharethis_hcount" displaytext="ShareThis" st_title="New Literature in Translation: December 2023 and January 2024 by Powell&#39;s Staff" st_url="https://www.powells.com/post/lists/new-literature-in-translation-december-2023-and-january-2024" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="&lt;style>
  1443.    h3 {
  1444.    margin-bottom: 0;
  1445.    font-size: 20px;
  1446.    color: #326d7f;
  1447.    }
  1448. &lt;/style>
  1449. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1450. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1451. &lt;p style=&quot;overfl"></span>
  1452. <span id="googlePlus" class="st_googleplus_hcount" displaytext="Google +" st_title="New Literature in Translation: December 2023 and January 2024 by Powell&#39;s Staff" st_url="https://www.powells.com/post/lists/new-literature-in-translation-december-2023-and-january-2024" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" st_summary="&lt;style>
  1453.    h3 {
  1454.    margin-bottom: 0;
  1455.    font-size: 20px;
  1456.    color: #326d7f;
  1457.    }
  1458. &lt;/style>
  1459. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1460. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1461. &lt;p style=&quot;overfl"></span>
  1462. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl5$ctl01$ctrShareThis$hdnTitle" id="hdnTitle" value="New Literature in Translation: December 2023 and January 2024 by Powell&#39;s Staff" />
  1463. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl5$ctl01$ctrShareThis$hdnUrl" id="hdnUrl" value="https://www.powells.com/post/lists/new-literature-in-translation-december-2023-and-january-2024" />
  1464. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl5$ctl01$ctrShareThis$hdnSummary" id="hdnSummary" value="&lt;style>
  1465.    h3 {
  1466.    margin-bottom: 0;
  1467.    font-size: 20px;
  1468.    color: #326d7f;
  1469.    }
  1470. &lt;/style>
  1471. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1472. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1473. &lt;p style=&quot;overfl" />
  1474. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl5$ctl01$ctrShareThis$hdnImage" id="hdnImage" value="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/071720191442433.jpg" />
  1475. <input type="submit" name="dnn$ctr3307$BlogPage$lvBlog$ctrl5$ctl01$ctrShareThis$btnShare" value id="dnn_ctr3307_BlogPage_lvBlog_ctrl5_ctl01_ctrShareThis_btnShare" style="display: none;" />
  1476. </div>
  1477. <script type="text/javascript">
  1478.    function GetShareThisData() {
  1479.  
  1480.        $('#hdnTitle').val(shareThisTitle);
  1481.        $('#hdnUrl').val(shareThisUrl);
  1482.        $('#hdnImage').val(shareThisImage);
  1483.        $('#hdnSummary').val(shareThisSummary);
  1484.  
  1485.        var pageId = 'dnn_ctr3307_BlogPage_lvBlog_ctrl5_ctl01_ctrShareThis_btnShare';
  1486.        __doPostBack(pageId, '');
  1487.    }
  1488.  
  1489.    $(window).load(function () {
  1490.        var switchTo5x = true;
  1491.        var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = true;
  1492.        stscr.src = "https://ws.sharethis.com/button/buttons.js";
  1493.  
  1494.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(stscr, s);
  1495.        stscr.onload = stCB;
  1496.        stscr.onreadystatechange = function () { if (stscr.readyState == 'loaded') { stCB(); } };
  1497.    })();
  1498.  
  1499.    function stCB() {
  1500.        stLight.options({ publisher: "bae1a3d7-1512-4fb2-acc3-5da55b80c173" });
  1501.    }
  1502.  
  1503. </script>
  1504. </div>
  1505. <br/>
  1506. <hr/>
  1507. </td>
  1508. </tr>
  1509. <tr id="dnn_ctr3307_BlogPage_lvBlog_ctrl6_itemPlaceholderContainer">
  1510. <td>
  1511. <style type="text/css">
  1512.    #tablediv {
  1513.    max-width:800px;}
  1514. hr {
  1515.    max-width: 800px;
  1516.    align: left;}
  1517. </style>
  1518. <div id="tablediv">
  1519. <span class="post-category">
  1520. <a style="font-size: 14px; letter-spacing: -0.00625em; font-weight: 300; text-transform: uppercase;" title="View all posts in Rare Books" href="https://www.powells.com/blog/category/rare-books">
  1521. <span><strong>Rare Books</strong></span></a>
  1522. </span>
  1523. <h2 class="blog-title" style="line-height: 1.1em; margin: 0px; font-size: 2em; letter-spacing: -0.00625em;">
  1524. <a title="Rare Book Room Dispatch: The Case of the Failed Ophthalmologist" rel="bookmark" href="https://www.powells.com/post/rare-books/rare-book-room-dispatch-the-case-of-the-failed-ophthalmologist">
  1525. <span>
  1526. Rare Book Room Dispatch: The Case of the Failed Ophthalmologist
  1527. </span>
  1528. </a>
  1529. </h2>
  1530. <span style="float: right;"></span><small class="post-author" style="font-size: 14px;"> by <a title="Posts by Kirsten Berg" href="https://www.powells.com/blog/author/kirsten-berg" id="anc123">Kirsten Berg</a>, January 30, 2024 10:02 AM
  1531. </small>
  1532. <div class="entrytext" style="font-size: 16px; line-height: 24px;">
  1533. <div style="text-align: center;"><img style="padding: 5px 0px; width: 800px;" src="https://www.powells.com/Portals/0/Images/blog_rbrJan24.JPEG" alt="Rare Book Room Dispatch" /></div>
  1534. <div style="margin: 30px 0px 0px; clear: both;">
  1535. <p style="overflow: hidden;">
  1536. <em>Dear Sir: <br/>
  1537. We have read your story and are pleased with it. We could not publish it this year as the market is flooded at present with cheap fiction, but if you do not object to its being held over till next year, we will give you £25 for the copyright. <br/>
  1538. <br/>
  1539. Yours Faithfully, <br/>
  1540. Ward, Lock & Co<br/>
  1541. October 30, 1886</em>...</p>
  1542. <div class="more-link" style="display: block;"><a href="https://www.powells.com/post/rare-books/rare-book-room-dispatch-the-case-of-the-failed-ophthalmologist" title="Continue reading this entry"><span style="font-style: italic; font-weight: bold;">Read More</span>» </a></div>
  1543. </div>
  1544. <small class="post-info" style="clear:both; background: none;">
  1545. </small>
  1546. </div>
  1547. </div>
  1548. <br/>
  1549. <div style="float: left; vertical-align: middle;" id="div1">
  1550. <div style="padding:3px; padding-left:0px;clear:both;">
  1551. <span id="twitter" class="st_twitter_hcount" displaytext="Tweet" st_title="Rare Book Room Dispatch: The Case of the Failed Ophthalmologist by Kirsten Berg" st_url="https://www.powells.com/post/rare-books/rare-book-room-dispatch-the-case-of-the-failed-ophthalmologist" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/60px_123.jpg" st_summary="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1552. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1553. &lt;p style=&quot;overflow: hidden;&quot;>
  1554. &lt;em>Dear Sir: &lt;br />
  1555. We have read your story and are pleased with it. We could no"></span>
  1556. <span id="facebbok" class="st_facebook_hcount" displaytext="Facebook" st_title="Rare Book Room Dispatch: The Case of the Failed Ophthalmologist by Kirsten Berg" st_url="https://www.powells.com/post/rare-books/rare-book-room-dispatch-the-case-of-the-failed-ophthalmologist" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/60px_123.jpg" st_summary="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1557. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1558. &lt;p style=&quot;overflow: hidden;&quot;>
  1559. &lt;em>Dear Sir: &lt;br />
  1560. We have read your story and are pleased with it. We could no"></span>
  1561. <span id="pinterest" class="st_pinterest_hcount" displaytext="Pinterest" st_title="Rare Book Room Dispatch: The Case of the Failed Ophthalmologist by Kirsten Berg" st_url="https://www.powells.com/post/rare-books/rare-book-room-dispatch-the-case-of-the-failed-ophthalmologist" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/60px_123.jpg" st_summary="Rare Book Room Dispatch: The Case of the Failed Ophthalmologist by Kirsten Berg: &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1562. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1563. &lt;p style=&quot;overflow: hidden;&quot;>
  1564. &lt;em>Dear Sir: &lt;br />
  1565. We have read your story and are pleased with it. We could no"></span>
  1566. <span id="email" class="st_email_hcount" displaytext="Email" st_title="Rare Book Room Dispatch: The Case of the Failed Ophthalmologist by Kirsten Berg" st_url="https://www.powells.com/post/rare-books/rare-book-room-dispatch-the-case-of-the-failed-ophthalmologist" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/60px_123.jpg" st_summary="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1567. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1568. &lt;p style=&quot;overflow: hidden;&quot;>
  1569. &lt;em>Dear Sir: &lt;br />
  1570. We have read your story and are pleased with it. We could no"></span>
  1571. <span id="shareThis" class="st_sharethis_hcount" displaytext="ShareThis" st_title="Rare Book Room Dispatch: The Case of the Failed Ophthalmologist by Kirsten Berg" st_url="https://www.powells.com/post/rare-books/rare-book-room-dispatch-the-case-of-the-failed-ophthalmologist" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/60px_123.jpg" st_summary="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1572. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1573. &lt;p style=&quot;overflow: hidden;&quot;>
  1574. &lt;em>Dear Sir: &lt;br />
  1575. We have read your story and are pleased with it. We could no"></span>
  1576. <span id="googlePlus" class="st_googleplus_hcount" displaytext="Google +" st_title="Rare Book Room Dispatch: The Case of the Failed Ophthalmologist by Kirsten Berg" st_url="https://www.powells.com/post/rare-books/rare-book-room-dispatch-the-case-of-the-failed-ophthalmologist" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/60px_123.jpg" st_summary="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1577. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1578. &lt;p style=&quot;overflow: hidden;&quot;>
  1579. &lt;em>Dear Sir: &lt;br />
  1580. We have read your story and are pleased with it. We could no"></span>
  1581. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl6$ctl01$ctrShareThis$hdnTitle" id="hdnTitle" value="Rare Book Room Dispatch: The Case of the Failed Ophthalmologist by Kirsten Berg" />
  1582. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl6$ctl01$ctrShareThis$hdnUrl" id="hdnUrl" value="https://www.powells.com/post/rare-books/rare-book-room-dispatch-the-case-of-the-failed-ophthalmologist" />
  1583. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl6$ctl01$ctrShareThis$hdnSummary" id="hdnSummary" value="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1584. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1585. &lt;p style=&quot;overflow: hidden;&quot;>
  1586. &lt;em>Dear Sir: &lt;br />
  1587. We have read your story and are pleased with it. We could no" />
  1588. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl6$ctl01$ctrShareThis$hdnImage" id="hdnImage" value="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/60px_123.jpg" />
  1589. <input type="submit" name="dnn$ctr3307$BlogPage$lvBlog$ctrl6$ctl01$ctrShareThis$btnShare" value id="dnn_ctr3307_BlogPage_lvBlog_ctrl6_ctl01_ctrShareThis_btnShare" style="display: none;" />
  1590. </div>
  1591. <script type="text/javascript">
  1592.    function GetShareThisData() {
  1593.  
  1594.        $('#hdnTitle').val(shareThisTitle);
  1595.        $('#hdnUrl').val(shareThisUrl);
  1596.        $('#hdnImage').val(shareThisImage);
  1597.        $('#hdnSummary').val(shareThisSummary);
  1598.  
  1599.        var pageId = 'dnn_ctr3307_BlogPage_lvBlog_ctrl6_ctl01_ctrShareThis_btnShare';
  1600.        __doPostBack(pageId, '');
  1601.    }
  1602.  
  1603.    $(window).load(function () {
  1604.        var switchTo5x = true;
  1605.        var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = true;
  1606.        stscr.src = "https://ws.sharethis.com/button/buttons.js";
  1607.  
  1608.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(stscr, s);
  1609.        stscr.onload = stCB;
  1610.        stscr.onreadystatechange = function () { if (stscr.readyState == 'loaded') { stCB(); } };
  1611.    })();
  1612.  
  1613.    function stCB() {
  1614.        stLight.options({ publisher: "bae1a3d7-1512-4fb2-acc3-5da55b80c173" });
  1615.    }
  1616.  
  1617. </script>
  1618. </div>
  1619. <br/>
  1620. <hr/>
  1621. </td>
  1622. </tr>
  1623. <tr id="dnn_ctr3307_BlogPage_lvBlog_ctrl7_itemPlaceholderContainer">
  1624. <td>
  1625. <style type="text/css">
  1626.    #tablediv {
  1627.    max-width:800px;}
  1628. hr {
  1629.    max-width: 800px;
  1630.    align: left;}
  1631. </style>
  1632. <div id="tablediv">
  1633. <span class="post-category">
  1634. <a style="font-size: 14px; letter-spacing: -0.00625em; font-weight: 300; text-transform: uppercase;" title="View all posts in Playlists" href="https://www.powells.com/blog/category/playlist">
  1635. <span><strong>Playlists</strong></span></a>
  1636. </span>
  1637. <h2 class="blog-title" style="line-height: 1.1em; margin: 0px; font-size: 2em; letter-spacing: -0.00625em;">
  1638. <a title="Artists, Poets, and Kings: Kaveh Akbar’s Playlist for 'Martyr!' " rel="bookmark" href="https://www.powells.com/post/playlist/artists-poets-and-kings-kaveh-akbars-playlist-for-martyr">
  1639. <span>
  1640. Artists, Poets, and Kings: Kaveh Akbar’s Playlist for 'Martyr!'
  1641. </span>
  1642. </a>
  1643. </h2>
  1644. <span style="float: right;"></span><small class="post-author" style="font-size: 14px;"> by <a title="Posts by Kaveh Akbar" href="https://www.powells.com/blog/author/kaveh-akbar" id="anc2441">Kaveh Akbar</a>, January 26, 2024 9:20 AM
  1645. </small>
  1646. <div class="entrytext" style="font-size: 16px; line-height: 24px;">
  1647. <style>
  1648.    h3 {
  1649.    margin-bottom: 5px;
  1650.    font-size: 17px;
  1651.    }
  1652. </style>
  1653. <div style="text-align: center;"><img style="padding: 5px 0px; width: 800px;" src="https://www.powells.com/portals/0/Images/blog-author-graphics-akbar.jpeg" alt="Kaveh Akbar pictured next to the cover of his novel 'Martyr'" /></div>
  1654. <div><br/>
  1655. <div style="margin: 30px 0px 0px; clear: both;">
  1656. <p style="overflow: hidden;"><a href="https://www.powells.com/book/martyr-9780593537619" target="_blank" rel="noopener noreferrer"><strong>Martyr!</strong></a> is the debut novel from poet Kaveh Akbar. As you might expect, the language, the sentences, and the ideas are all exciting and vividly rendered with an intense musicality. This quality allows the novel to strike a fine balance: it is both a thoughtful novel of serious ideas and a propulsive intellectual romp. We’re overjoyed to feature it as one of our <a href="https://www.powells.com/picks-of-the-month-2024" target="_blank" rel="noopener noreferrer"><strong>Picks of the Month</strong></a>.
  1657. <br/>
  1658. <br/>
  1659. The characters interact with and refer to music and musicians in myriad ways throughout, and we’re overjoyed to have, direct from the author himself, a playlist featuring all the music and musicians from the book...</p>
  1660. <div class="more-link" style="display: block;"><a href="https://www.powells.com/post/playlist/artists-poets-and-kings-kaveh-akbars-playlist-for-martyr" title="Continue reading this entry"><span style="font-style: italic; font-weight: bold;">Read More</span>» </a></div>
  1661. </div>
  1662. </div>
  1663. <small class="post-info" style="clear:both; background: none;">
  1664. </small>
  1665. </div>
  1666. </div>
  1667. <br/>
  1668. <div style="float: left; vertical-align: middle;" id="div1">
  1669. <div style="padding:3px; padding-left:0px;clear:both;">
  1670. <span id="twitter" class="st_twitter_hcount" displaytext="Tweet" st_title="Artists, Poets, and Kings: Kaveh Akbar’s Playlist for &#39;Martyr!&#39;  by Kaveh Akbar" st_url="https://www.powells.com/post/playlist/artists-poets-and-kings-kaveh-akbars-playlist-for-martyr" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012520241339253.jpeg" st_summary="&lt;style>
  1671.    h3 {
  1672.    margin-bottom: 5px;
  1673.    font-size: 17px;
  1674.    }
  1675. &lt;/style>
  1676. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1677. &lt;div>&lt;br />
  1678. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1679. &lt;p style=&quot;overflow: hi"></span>
  1680. <span id="facebbok" class="st_facebook_hcount" displaytext="Facebook" st_title="Artists, Poets, and Kings: Kaveh Akbar’s Playlist for &#39;Martyr!&#39;  by Kaveh Akbar" st_url="https://www.powells.com/post/playlist/artists-poets-and-kings-kaveh-akbars-playlist-for-martyr" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012520241339253.jpeg" st_summary="&lt;style>
  1681.    h3 {
  1682.    margin-bottom: 5px;
  1683.    font-size: 17px;
  1684.    }
  1685. &lt;/style>
  1686. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1687. &lt;div>&lt;br />
  1688. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1689. &lt;p style=&quot;overflow: hi"></span>
  1690. <span id="pinterest" class="st_pinterest_hcount" displaytext="Pinterest" st_title="Artists, Poets, and Kings: Kaveh Akbar’s Playlist for &#39;Martyr!&#39;  by Kaveh Akbar" st_url="https://www.powells.com/post/playlist/artists-poets-and-kings-kaveh-akbars-playlist-for-martyr" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012520241339253.jpeg" st_summary="Artists, Poets, and Kings: Kaveh Akbar’s Playlist for &#39;Martyr!&#39;  by Kaveh Akbar: &lt;style>
  1691.    h3 {
  1692.    margin-bottom: 5px;
  1693.    font-size: 17px;
  1694.    }
  1695. &lt;/style>
  1696. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1697. &lt;div>&lt;br />
  1698. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1699. &lt;p style=&quot;overflow: hi"></span>
  1700. <span id="email" class="st_email_hcount" displaytext="Email" st_title="Artists, Poets, and Kings: Kaveh Akbar’s Playlist for &#39;Martyr!&#39;  by Kaveh Akbar" st_url="https://www.powells.com/post/playlist/artists-poets-and-kings-kaveh-akbars-playlist-for-martyr" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012520241339253.jpeg" st_summary="&lt;style>
  1701.    h3 {
  1702.    margin-bottom: 5px;
  1703.    font-size: 17px;
  1704.    }
  1705. &lt;/style>
  1706. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1707. &lt;div>&lt;br />
  1708. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1709. &lt;p style=&quot;overflow: hi"></span>
  1710. <span id="shareThis" class="st_sharethis_hcount" displaytext="ShareThis" st_title="Artists, Poets, and Kings: Kaveh Akbar’s Playlist for &#39;Martyr!&#39;  by Kaveh Akbar" st_url="https://www.powells.com/post/playlist/artists-poets-and-kings-kaveh-akbars-playlist-for-martyr" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012520241339253.jpeg" st_summary="&lt;style>
  1711.    h3 {
  1712.    margin-bottom: 5px;
  1713.    font-size: 17px;
  1714.    }
  1715. &lt;/style>
  1716. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1717. &lt;div>&lt;br />
  1718. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1719. &lt;p style=&quot;overflow: hi"></span>
  1720. <span id="googlePlus" class="st_googleplus_hcount" displaytext="Google +" st_title="Artists, Poets, and Kings: Kaveh Akbar’s Playlist for &#39;Martyr!&#39;  by Kaveh Akbar" st_url="https://www.powells.com/post/playlist/artists-poets-and-kings-kaveh-akbars-playlist-for-martyr" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012520241339253.jpeg" st_summary="&lt;style>
  1721.    h3 {
  1722.    margin-bottom: 5px;
  1723.    font-size: 17px;
  1724.    }
  1725. &lt;/style>
  1726. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1727. &lt;div>&lt;br />
  1728. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1729. &lt;p style=&quot;overflow: hi"></span>
  1730. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl7$ctl01$ctrShareThis$hdnTitle" id="hdnTitle" value="Artists, Poets, and Kings: Kaveh Akbar’s Playlist for &#39;Martyr!&#39;  by Kaveh Akbar" />
  1731. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl7$ctl01$ctrShareThis$hdnUrl" id="hdnUrl" value="https://www.powells.com/post/playlist/artists-poets-and-kings-kaveh-akbars-playlist-for-martyr" />
  1732. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl7$ctl01$ctrShareThis$hdnSummary" id="hdnSummary" value="&lt;style>
  1733.    h3 {
  1734.    margin-bottom: 5px;
  1735.    font-size: 17px;
  1736.    }
  1737. &lt;/style>
  1738. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1739. &lt;div>&lt;br />
  1740. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1741. &lt;p style=&quot;overflow: hi" />
  1742. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl7$ctl01$ctrShareThis$hdnImage" id="hdnImage" value="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012520241339253.jpeg" />
  1743. <input type="submit" name="dnn$ctr3307$BlogPage$lvBlog$ctrl7$ctl01$ctrShareThis$btnShare" value id="dnn_ctr3307_BlogPage_lvBlog_ctrl7_ctl01_ctrShareThis_btnShare" style="display: none;" />
  1744. </div>
  1745. <script type="text/javascript">
  1746.    function GetShareThisData() {
  1747.  
  1748.        $('#hdnTitle').val(shareThisTitle);
  1749.        $('#hdnUrl').val(shareThisUrl);
  1750.        $('#hdnImage').val(shareThisImage);
  1751.        $('#hdnSummary').val(shareThisSummary);
  1752.  
  1753.        var pageId = 'dnn_ctr3307_BlogPage_lvBlog_ctrl7_ctl01_ctrShareThis_btnShare';
  1754.        __doPostBack(pageId, '');
  1755.    }
  1756.  
  1757.    $(window).load(function () {
  1758.        var switchTo5x = true;
  1759.        var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = true;
  1760.        stscr.src = "https://ws.sharethis.com/button/buttons.js";
  1761.  
  1762.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(stscr, s);
  1763.        stscr.onload = stCB;
  1764.        stscr.onreadystatechange = function () { if (stscr.readyState == 'loaded') { stCB(); } };
  1765.    })();
  1766.  
  1767.    function stCB() {
  1768.        stLight.options({ publisher: "bae1a3d7-1512-4fb2-acc3-5da55b80c173" });
  1769.    }
  1770.  
  1771. </script>
  1772. </div>
  1773. <br/>
  1774. <hr/>
  1775. </td>
  1776. </tr>
  1777. <tr id="dnn_ctr3307_BlogPage_lvBlog_ctrl8_itemPlaceholderContainer">
  1778. <td>
  1779. <style type="text/css">
  1780.    #tablediv {
  1781.    max-width:800px;}
  1782. hr {
  1783.    max-width: 800px;
  1784.    align: left;}
  1785. </style>
  1786. <div id="tablediv">
  1787. <span class="post-category">
  1788. <a style="font-size: 14px; letter-spacing: -0.00625em; font-weight: 300; text-transform: uppercase;" title="View all posts in Original Essays" href="https://www.powells.com/blog/category/original-essays">
  1789. <span><strong>Original Essays</strong></span></a>
  1790. </span>
  1791. <h2 class="blog-title" style="line-height: 1.1em; margin: 0px; font-size: 2em; letter-spacing: -0.00625em;">
  1792. <a title="Indian Creek Chili: A Recipe from Crystal Wilkinson's 'Praisesong for the Kitchen Ghosts'" rel="bookmark" href="https://www.powells.com/post/original-essays/indian-creek-chili-a-recipe-from-crystal-wilkinsons-praisesong-for-the-kitchen-ghosts">
  1793. <span>
  1794. Indian Creek Chili: A Recipe from Crystal Wilkinson's 'Praisesong for the Kitchen Ghosts'
  1795. </span>
  1796. </a>
  1797. </h2>
  1798. <span style="float: right;"></span><small class="post-author" style="font-size: 14px;"> by <a title="Posts by Crystal Wilkinson" href="https://www.powells.com/blog/author/crystal-wilkinson" id="anc2440">Crystal Wilkinson</a>, January 24, 2024 12:41 PM
  1799. </small>
  1800. <div class="entrytext" style="font-size: 16px; line-height: 24px;">
  1801. <div style="text-align: center;"><img style="padding: 5px 0px; width: 800px;" src="https://www.powells.com/Portals/0/Images/blog_praisesong_2024.jpeg" alt="Indian Creek Chili: A Recipe from Praisesong for the Kitchen Ghosts by Crystal Wilkinson" /></div>
  1802. <div style="margin: 30px 0px 0px; clear: both;">
  1803. <p style="overflow: hidden;">
  1804. <em>We are so thrilled to be able to feature a recipe from Crystal Wilkinson's revelatory new cookbook, <a href="https://www.powells.com/book/praisesong-for-the-kitchen-ghosts-9780593236512" target="_blank" rel="noopener noreferrer"><strong>Praisesong for the Kitchen Ghosts</strong></a>.</em>
  1805. <br/>
  1806. <br/>
  1807. This is a mild chili, similar to the one I grew up with. It’s the perfect meal for a frosty fall evening. It’s perfect for a family of all spice preferences; you can increase the heat for those who want it (like my husband) or enjoy its tomatoey mildness. At my house, we now top it with a scoop of sour cream and a sprinkling of cheddar cheese and serve it with saltines...</p>
  1808. <div class="more-link" style="display: block;"><a href="https://www.powells.com/post/original-essays/indian-creek-chili-a-recipe-from-crystal-wilkinsons-praisesong-for-the-kitchen-ghosts" title="Continue reading this entry"><span style="font-style: italic; font-weight: bold;">Read More</span>» </a></div>
  1809. </div>
  1810. <small class="post-info" style="clear:both; background: none;">
  1811. </small>
  1812. </div>
  1813. </div>
  1814. <br/>
  1815. <div style="float: left; vertical-align: middle;" id="div1">
  1816. <div style="padding:3px; padding-left:0px;clear:both;">
  1817. <span id="twitter" class="st_twitter_hcount" displaytext="Tweet" st_title="Indian Creek Chili: A Recipe from Crystal Wilkinson&#39;s &#39;Praisesong for the Kitchen Ghosts&#39; by Crystal Wilkinson" st_url="https://www.powells.com/post/original-essays/indian-creek-chili-a-recipe-from-crystal-wilkinsons-praisesong-for-the-kitchen-ghosts" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012320241259003.jpeg" st_summary="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1818. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1819. &lt;p style=&quot;overflow: hidden;&quot;>
  1820. &lt;em>We are so thrilled to be able to feature a recipe from Crystal Wilkinson&#39;s re"></span>
  1821. <span id="facebbok" class="st_facebook_hcount" displaytext="Facebook" st_title="Indian Creek Chili: A Recipe from Crystal Wilkinson&#39;s &#39;Praisesong for the Kitchen Ghosts&#39; by Crystal Wilkinson" st_url="https://www.powells.com/post/original-essays/indian-creek-chili-a-recipe-from-crystal-wilkinsons-praisesong-for-the-kitchen-ghosts" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012320241259003.jpeg" st_summary="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1822. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1823. &lt;p style=&quot;overflow: hidden;&quot;>
  1824. &lt;em>We are so thrilled to be able to feature a recipe from Crystal Wilkinson&#39;s re"></span>
  1825. <span id="pinterest" class="st_pinterest_hcount" displaytext="Pinterest" st_title="Indian Creek Chili: A Recipe from Crystal Wilkinson&#39;s &#39;Praisesong for the Kitchen Ghosts&#39; by Crystal Wilkinson" st_url="https://www.powells.com/post/original-essays/indian-creek-chili-a-recipe-from-crystal-wilkinsons-praisesong-for-the-kitchen-ghosts" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012320241259003.jpeg" st_summary="Indian Creek Chili: A Recipe from Crystal Wilkinson&#39;s &#39;Praisesong for the Kitchen Ghosts&#39; by Crystal Wilkinson: &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1826. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1827. &lt;p style=&quot;overflow: hidden;&quot;>
  1828. &lt;em>We are so thrilled to be able to feature a recipe from Crystal Wilkinson&#39;s re"></span>
  1829. <span id="email" class="st_email_hcount" displaytext="Email" st_title="Indian Creek Chili: A Recipe from Crystal Wilkinson&#39;s &#39;Praisesong for the Kitchen Ghosts&#39; by Crystal Wilkinson" st_url="https://www.powells.com/post/original-essays/indian-creek-chili-a-recipe-from-crystal-wilkinsons-praisesong-for-the-kitchen-ghosts" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012320241259003.jpeg" st_summary="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1830. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1831. &lt;p style=&quot;overflow: hidden;&quot;>
  1832. &lt;em>We are so thrilled to be able to feature a recipe from Crystal Wilkinson&#39;s re"></span>
  1833. <span id="shareThis" class="st_sharethis_hcount" displaytext="ShareThis" st_title="Indian Creek Chili: A Recipe from Crystal Wilkinson&#39;s &#39;Praisesong for the Kitchen Ghosts&#39; by Crystal Wilkinson" st_url="https://www.powells.com/post/original-essays/indian-creek-chili-a-recipe-from-crystal-wilkinsons-praisesong-for-the-kitchen-ghosts" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012320241259003.jpeg" st_summary="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1834. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1835. &lt;p style=&quot;overflow: hidden;&quot;>
  1836. &lt;em>We are so thrilled to be able to feature a recipe from Crystal Wilkinson&#39;s re"></span>
  1837. <span id="googlePlus" class="st_googleplus_hcount" displaytext="Google +" st_title="Indian Creek Chili: A Recipe from Crystal Wilkinson&#39;s &#39;Praisesong for the Kitchen Ghosts&#39; by Crystal Wilkinson" st_url="https://www.powells.com/post/original-essays/indian-creek-chili-a-recipe-from-crystal-wilkinsons-praisesong-for-the-kitchen-ghosts" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012320241259003.jpeg" st_summary="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1838. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1839. &lt;p style=&quot;overflow: hidden;&quot;>
  1840. &lt;em>We are so thrilled to be able to feature a recipe from Crystal Wilkinson&#39;s re"></span>
  1841. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl8$ctl01$ctrShareThis$hdnTitle" id="hdnTitle" value="Indian Creek Chili: A Recipe from Crystal Wilkinson&#39;s &#39;Praisesong for the Kitchen Ghosts&#39; by Crystal Wilkinson" />
  1842. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl8$ctl01$ctrShareThis$hdnUrl" id="hdnUrl" value="https://www.powells.com/post/original-essays/indian-creek-chili-a-recipe-from-crystal-wilkinsons-praisesong-for-the-kitchen-ghosts" />
  1843. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl8$ctl01$ctrShareThis$hdnSummary" id="hdnSummary" value="&lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1844. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1845. &lt;p style=&quot;overflow: hidden;&quot;>
  1846. &lt;em>We are so thrilled to be able to feature a recipe from Crystal Wilkinson&#39;s re" />
  1847. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl8$ctl01$ctrShareThis$hdnImage" id="hdnImage" value="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/012320241259003.jpeg" />
  1848. <input type="submit" name="dnn$ctr3307$BlogPage$lvBlog$ctrl8$ctl01$ctrShareThis$btnShare" value id="dnn_ctr3307_BlogPage_lvBlog_ctrl8_ctl01_ctrShareThis_btnShare" style="display: none;" />
  1849. </div>
  1850. <script type="text/javascript">
  1851.    function GetShareThisData() {
  1852.  
  1853.        $('#hdnTitle').val(shareThisTitle);
  1854.        $('#hdnUrl').val(shareThisUrl);
  1855.        $('#hdnImage').val(shareThisImage);
  1856.        $('#hdnSummary').val(shareThisSummary);
  1857.  
  1858.        var pageId = 'dnn_ctr3307_BlogPage_lvBlog_ctrl8_ctl01_ctrShareThis_btnShare';
  1859.        __doPostBack(pageId, '');
  1860.    }
  1861.  
  1862.    $(window).load(function () {
  1863.        var switchTo5x = true;
  1864.        var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = true;
  1865.        stscr.src = "https://ws.sharethis.com/button/buttons.js";
  1866.  
  1867.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(stscr, s);
  1868.        stscr.onload = stCB;
  1869.        stscr.onreadystatechange = function () { if (stscr.readyState == 'loaded') { stCB(); } };
  1870.    })();
  1871.  
  1872.    function stCB() {
  1873.        stLight.options({ publisher: "bae1a3d7-1512-4fb2-acc3-5da55b80c173" });
  1874.    }
  1875.  
  1876. </script>
  1877. </div>
  1878. <br/>
  1879. <hr/>
  1880. </td>
  1881. </tr>
  1882. <tr id="dnn_ctr3307_BlogPage_lvBlog_ctrl9_itemPlaceholderContainer">
  1883. <td>
  1884. <style type="text/css">
  1885.    #tablediv {
  1886.    max-width:800px;}
  1887. hr {
  1888.    max-width: 800px;
  1889.    align: left;}
  1890. </style>
  1891. <div id="tablediv">
  1892. <span class="post-category">
  1893. <a style="font-size: 14px; letter-spacing: -0.00625em; font-weight: 300; text-transform: uppercase;" title="View all posts in Five Book Friday" href="https://www.powells.com/blog/category/five-book-friday">
  1894. <span><strong>Five Book Friday</strong></span></a>
  1895. </span>
  1896. <h2 class="blog-title" style="line-height: 1.1em; margin: 0px; font-size: 2em; letter-spacing: -0.00625em;">
  1897. <a title="Five Book Friday: Cozy Anthropomorphism" rel="bookmark" href="https://www.powells.com/post/five-book-friday/five-book-friday-cozy-anthropomorphism">
  1898. <span>
  1899. Five Book Friday: Cozy Anthropomorphism
  1900. </span>
  1901. </a>
  1902. </h2>
  1903. <span style="float: right;"></span><small class="post-author" style="font-size: 14px;"> by <a title="Posts by Kat H." href="https://www.powells.com/blog/author/kat-h" id="anc2439">Kat H.</a>, January 19, 2024 9:02 AM
  1904. </small>
  1905. <div class="entrytext" style="font-size: 16px; line-height: 24px;">
  1906. <style>
  1907.    h3 {
  1908.    margin-bottom: 0;
  1909.    font-size: 20px;
  1910.    color: #326d7f;
  1911.    }
  1912. </style>
  1913. <div style="text-align: center;"><img style="padding: 5px 0px; width: 800px;" src="https://www.powells.com/portals/0/Images/blog_5bf_cozyanimals_2024.jpeg" alt="Five Book Friday: Cozy Anthropomorphism" /></div>
  1914. <div style="margin: 30px 0px 0px; clear: both;">
  1915. <p style="overflow: hidden;">In the coldest months of the year, the natural response of any bookworm is to bundle up with a blanket, some tea, and a homey book. We seek to warm the most frigid corners of our hearts and bring light to the darker seasons on earth — to reassure ourselves that even in dark times, hope and light will always return to us. In my experience, no subject is better suited to this task than tales of anthropomorphic adventure. From <a href="https://www.powells.com/searchresults?keyword=aesop" target="_blank" rel="noopener noreferrer"><strong>Aesop</strong></a> to <a href="https://www.powells.com/searchresults?keyword=alice+in+wonderland" target="_blank" rel="noopener noreferrer"><strong>Alice in Wonderland</strong></a>, stories of furry friends and their surprisingly...</p>
  1916. <div class="more-link" style="display: block;"><a href="https://www.powells.com/post/five-book-friday/five-book-friday-cozy-anthropomorphism" title="Continue reading this entry"><span style="font-style: italic; font-weight: bold;">Read More</span>» </a></div>
  1917. </div>
  1918. <small class="post-info" style="clear:both; background: none;">
  1919. </small>
  1920. </div>
  1921. </div>
  1922. <br/>
  1923. <div style="float: left; vertical-align: middle;" id="div1">
  1924. <div style="padding:3px; padding-left:0px;clear:both;">
  1925. <span id="twitter" class="st_twitter_hcount" displaytext="Tweet" st_title="Five Book Friday: Cozy Anthropomorphism by Kat H." st_url="https://www.powells.com/post/five-book-friday/five-book-friday-cozy-anthropomorphism" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/011820241035353.jpeg" st_summary="&lt;style>
  1926.    h3 {
  1927.    margin-bottom: 0;
  1928.    font-size: 20px;
  1929.    color: #326d7f;
  1930.    }
  1931. &lt;/style>
  1932. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1933. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1934. &lt;p style=&quot;overfl"></span>
  1935. <span id="facebbok" class="st_facebook_hcount" displaytext="Facebook" st_title="Five Book Friday: Cozy Anthropomorphism by Kat H." st_url="https://www.powells.com/post/five-book-friday/five-book-friday-cozy-anthropomorphism" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/011820241035353.jpeg" st_summary="&lt;style>
  1936.    h3 {
  1937.    margin-bottom: 0;
  1938.    font-size: 20px;
  1939.    color: #326d7f;
  1940.    }
  1941. &lt;/style>
  1942. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1943. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1944. &lt;p style=&quot;overfl"></span>
  1945. <span id="pinterest" class="st_pinterest_hcount" displaytext="Pinterest" st_title="Five Book Friday: Cozy Anthropomorphism by Kat H." st_url="https://www.powells.com/post/five-book-friday/five-book-friday-cozy-anthropomorphism" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/011820241035353.jpeg" st_summary="Five Book Friday: Cozy Anthropomorphism by Kat H.: &lt;style>
  1946.    h3 {
  1947.    margin-bottom: 0;
  1948.    font-size: 20px;
  1949.    color: #326d7f;
  1950.    }
  1951. &lt;/style>
  1952. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1953. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1954. &lt;p style=&quot;overfl"></span>
  1955. <span id="email" class="st_email_hcount" displaytext="Email" st_title="Five Book Friday: Cozy Anthropomorphism by Kat H." st_url="https://www.powells.com/post/five-book-friday/five-book-friday-cozy-anthropomorphism" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/011820241035353.jpeg" st_summary="&lt;style>
  1956.    h3 {
  1957.    margin-bottom: 0;
  1958.    font-size: 20px;
  1959.    color: #326d7f;
  1960.    }
  1961. &lt;/style>
  1962. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1963. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1964. &lt;p style=&quot;overfl"></span>
  1965. <span id="shareThis" class="st_sharethis_hcount" displaytext="ShareThis" st_title="Five Book Friday: Cozy Anthropomorphism by Kat H." st_url="https://www.powells.com/post/five-book-friday/five-book-friday-cozy-anthropomorphism" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/011820241035353.jpeg" st_summary="&lt;style>
  1966.    h3 {
  1967.    margin-bottom: 0;
  1968.    font-size: 20px;
  1969.    color: #326d7f;
  1970.    }
  1971. &lt;/style>
  1972. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1973. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1974. &lt;p style=&quot;overfl"></span>
  1975. <span id="googlePlus" class="st_googleplus_hcount" displaytext="Google +" st_title="Five Book Friday: Cozy Anthropomorphism by Kat H." st_url="https://www.powells.com/post/five-book-friday/five-book-friday-cozy-anthropomorphism" st_image="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/011820241035353.jpeg" st_summary="&lt;style>
  1976.    h3 {
  1977.    margin-bottom: 0;
  1978.    font-size: 20px;
  1979.    color: #326d7f;
  1980.    }
  1981. &lt;/style>
  1982. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1983. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1984. &lt;p style=&quot;overfl"></span>
  1985. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl9$ctl01$ctrShareThis$hdnTitle" id="hdnTitle" value="Five Book Friday: Cozy Anthropomorphism by Kat H." />
  1986. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl9$ctl01$ctrShareThis$hdnUrl" id="hdnUrl" value="https://www.powells.com/post/five-book-friday/five-book-friday-cozy-anthropomorphism" />
  1987. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl9$ctl01$ctrShareThis$hdnSummary" id="hdnSummary" value="&lt;style>
  1988.    h3 {
  1989.    margin-bottom: 0;
  1990.    font-size: 20px;
  1991.    color: #326d7f;
  1992.    }
  1993. &lt;/style>
  1994. &lt;div style=&quot;text-align: center;&quot;>&lt;/div>
  1995. &lt;div style=&quot;margin: 30px 0px 0px; clear: both;&quot;>
  1996. &lt;p style=&quot;overfl" />
  1997. <input type="hidden" name="dnn$ctr3307$BlogPage$lvBlog$ctrl9$ctl01$ctrShareThis$hdnImage" id="hdnImage" value="https://www.powells.com//PowellsImages/MER_AUTHOR_IMAGES/011820241035353.jpeg" />
  1998. <input type="submit" name="dnn$ctr3307$BlogPage$lvBlog$ctrl9$ctl01$ctrShareThis$btnShare" value id="dnn_ctr3307_BlogPage_lvBlog_ctrl9_ctl01_ctrShareThis_btnShare" style="display: none;" />
  1999. </div>
  2000. <script type="text/javascript">
  2001.    function GetShareThisData() {
  2002.  
  2003.        $('#hdnTitle').val(shareThisTitle);
  2004.        $('#hdnUrl').val(shareThisUrl);
  2005.        $('#hdnImage').val(shareThisImage);
  2006.        $('#hdnSummary').val(shareThisSummary);
  2007.  
  2008.        var pageId = 'dnn_ctr3307_BlogPage_lvBlog_ctrl9_ctl01_ctrShareThis_btnShare';
  2009.        __doPostBack(pageId, '');
  2010.    }
  2011.  
  2012.    $(window).load(function () {
  2013.        var switchTo5x = true;
  2014.        var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = true;
  2015.        stscr.src = "https://ws.sharethis.com/button/buttons.js";
  2016.  
  2017.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(stscr, s);
  2018.        stscr.onload = stCB;
  2019.        stscr.onreadystatechange = function () { if (stscr.readyState == 'loaded') { stCB(); } };
  2020.    })();
  2021.  
  2022.    function stCB() {
  2023.        stLight.options({ publisher: "bae1a3d7-1512-4fb2-acc3-5da55b80c173" });
  2024.    }
  2025.  
  2026. </script>
  2027. </div>
  2028. <br/>
  2029. <hr/>
  2030. </td>
  2031. </tr>
  2032. </table>
  2033. </div>
  2034. <div id="pagination">
  2035. <table id="dnn_ctr3307_BlogPage_cpPagerID_tblPageList" width="100%">
  2036. <tr>
  2037. <td id="dnn_ctr3307_BlogPage_cpPagerID_tdNumberOfItemsLeft" width="40%" align="left">
  2038. <small class="results"><b>
  2039. </b></small>
  2040. </td>
  2041. <td width="60%" align="right">
  2042. <input type="hidden" name="dnn$ctr3307$BlogPage$cpPagerID$hfItemsPerPage" id="dnn_ctr3307_BlogPage_cpPagerID_hfItemsPerPage" value="10" />
  2043. <input type="hidden" name="dnn$ctr3307$BlogPage$cpPagerID$hfRenderedPageSize" id="dnn_ctr3307_BlogPage_cpPagerID_hfRenderedPageSize" value="934" />
  2044. <input type="hidden" name="dnn$ctr3307$BlogPage$cpPagerID$hfPreviousIndex" id="dnn_ctr3307_BlogPage_cpPagerID_hfPreviousIndex" value="1" />
  2045. <input type="hidden" name="dnn$ctr3307$BlogPage$cpPagerID$hfTotalRecordCount" id="dnn_ctr3307_BlogPage_cpPagerID_hfTotalRecordCount" value="9334" />
  2046. <input type="hidden" name="dnn$ctr3307$BlogPage$cpPagerID$hfLastPageRecordCount" id="dnn_ctr3307_BlogPage_cpPagerID_hfLastPageRecordCount" value="4" />
  2047. <input type="hidden" name="dnn$ctr3307$BlogPage$cpPagerID$hfSelectedPageNumber" id="dnn_ctr3307_BlogPage_cpPagerID_hfSelectedPageNumber" value="1" />
  2048. <input type="hidden" name="dnn$ctr3307$BlogPage$cpPagerID$hfNextIndex" id="dnn_ctr3307_BlogPage_cpPagerID_hfNextIndex" value="3" />
  2049. <table cellpadding="0" cellspacing="0" class="page_nav" style="float: right;">
  2050. <tr>
  2051. <td>
  2052. </td>
  2053. <td>
  2054. </td>
  2055. <td>
  2056. </td>
  2057. <td>
  2058. </td>
  2059. <td>
  2060. </td>
  2061. <td>
  2062. <div id="dnn_ctr3307_BlogPage_cpPagerID_anchorNextPageID" class="prev_next" style="font-weight:bold;text-transform:uppercase;"><a href="javascript:CallPaginationEventBlogPageLookUp('2','dnn_ctr3307_BlogPage_btnPostBackID','dnn_ctr3307_BlogPage_hfCurrentPageIndexID');">next &raquo;</a></div>
  2063. </td>
  2064. </tr>
  2065. </table>
  2066. </td>
  2067. </tr>
  2068. </table>
  2069. </div>
  2070. <script language="javascript" type="text/javascript">
  2071.    function CallPaginationEvent() {
  2072.        document.getElementById(arguments[2]).value = arguments[0];
  2073.        document.getElementById(arguments[1]).click();
  2074.    }
  2075. </script>
  2076. </div>
  2077. </div>
  2078. <input type="hidden" name="dnn$ctr3307$BlogPage$hfShowMoreLink" id="dnn_ctr3307_BlogPage_hfShowMoreLink" value="1" />
  2079. <input type="hidden" name="dnn$ctr3307$BlogPage$hfCurrentPageIndexID" id="dnn_ctr3307_BlogPage_hfCurrentPageIndexID" value="1" />
  2080. <input type="submit" name="dnn$ctr3307$BlogPage$btnPostBackID" value="CallMe" id="dnn_ctr3307_BlogPage_btnPostBackID" style="display: none;" />
  2081. <input type="hidden" name="dnn$ctr3307$BlogPage$hfBlogPageNoImage" id="dnn_ctr3307_BlogPage_hfBlogPageNoImage" value="/Portals/0/Images/NoImageAvailable.gif" />
  2082. <script language="javascript" type="text/javascript">
  2083.    function CallPaginationEventBlogPageLookUp() {
  2084.        document.getElementById(arguments[2]).value = arguments[0];
  2085.        document.getElementById(arguments[1]).click();
  2086.    }
  2087.  
  2088.    function ImgErrorBlogPage(image, width, height) {
  2089.        image.onerror = "";
  2090.        image.src = $("#dnn_ctr3307_BlogPage_hfBlogPageNoImage").val();
  2091.        $(image).attr('src', $("#dnn_ctr3307_BlogPage_hfBlogPageNoImage").val());
  2092.        $(image).height(height).width(width);
  2093.        return true;
  2094.    }
  2095.  
  2096.    try {
  2097.        $(document).ready(function () {
  2098.  
  2099.        var display = $("#dnn_ctr3307_BlogPage_hfShowMoreLink").val();
  2100.  
  2101.        $(".more-link").each(function () {
  2102.            if (display == "1") {
  2103.                $(this).show();
  2104.            }
  2105.            else {
  2106.                $(this).hide();
  2107.            }
  2108.        });
  2109.  
  2110.  
  2111.        });
  2112.  
  2113.        $(window).load(function () {
  2114.            window.scroll('', 0);
  2115.  
  2116.        });
  2117. }
  2118. catch (e) {
  2119.    console.log(e);
  2120. }
  2121.  
  2122.    
  2123. </script>
  2124. </div></div>
  2125. </div>
  2126. </div><div class="DnnModule DnnModule-DNN_HTML DnnModule-13039"><a name="13039"></a>
  2127.  
  2128. <div class="invisible">
  2129. <div id="dnn_ctr13039_ContentPane"><div id="dnn_ctr13039_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
  2130. <div id="dnn_ctr13039_HtmlModule_lblContent" class="Normal">
  2131. <style type="text/css">
  2132.    .blogcategories { } .blogcat { font-size: 16px; font-weight: 300; text-transform: uppercase; line-height: 22px; } .mostpopular { font-size: 16px; line-height: 22px; } .blogcategories ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #fff; } .blogcategories li { float: left; } .blogcategories li a { display: inline-block; text-align: center; padding: 5px 20px; text-decoration: none; }
  2133. </style>
  2134. <h3 style="font-size: 20px; margin: 0px 0px 10px;">Most Read</h3>
  2135. <div style="margin: 0px;">
  2136. <ol style="margin-left: -5px; font-size: 16px;">
  2137. <li><a href="/post/best-books/best-books-of-2022-fiction" title="Post" class="mostpopular"><strong>Best Books of 2022: Fiction</strong></a> by Powell's Staff</li>
  2138. <li><a href="/post/lists/the-big-list-of-backlist-books-that-got-us-through-2022" title="Post" class="mostpopular"><strong>The Big List of Backlist: Books That Got Us Through 2022</strong></a> by Powell's Staff</li>
  2139. <li><a href="/post/lists/25-books-to-read-before-you-die-21st-century" title="Post" class="mostpopular"><strong>25 Books to Read Before You Die: 21st Century</strong></a> by Powell's Staff</li>
  2140. <li><a href="/post/lists/powells-2023-book-preview-the-first-quarter" title="Post" class="mostpopular"><strong>
  2141. Powell's 2023 Book Preview: The First Quarter</strong></a> by Powell's Staff</li>
  2142. <li><a href="/post/lists/7-essential-authors-recommend-their-7-essential-scifi-and-fantasy-books" title="Post" class="mostpopular"><strong>7 Essential Authors Recommend Their 7 Essential Sci-Fi and Fantasy Books</strong></a> by Powell's Staff</li>
  2143. </ol>
  2144. </div>
  2145. <div class="blogcategories">
  2146. <h3 style="font-size: 20px; margin: 15px 0px 10px;">Blog Categories</h3>
  2147. <ul>
  2148. <li><a href="/blog/category/interviews" title="Interviews" class="blogcat"> Interviews</a></li>
  2149. <li><a href="/blog/category/original-essays" title="Original Essays" class="blogcat"> Original Essays</a></li>
  2150. <li><a href="/blog/category/lists" title="Lists" class="blogcat"> Lists</a></li>
  2151. <li><a href="/blog/category/qa" title="Q&amp;As" class="blogcat"> Q&amp;As</a></li>
  2152. <li><a href="/blog/category/playlist" title="Playlists" class="blogcat"> Playlists</a></li>
  2153. <li><a href="/portrait-of-a-bookseller" title="Portrait of a Bookseller" class="blogcat"> Portrait of a Bookseller</a></li>
  2154. <li><a href="/blog/category/city-of-readers" title="City of Readers" class="blogcat"> City of Readers</a></li>
  2155. <li><a href="/blog/category/required-reading" title="Required Reading" class="blogcat"> Required Reading</a></li>
  2156. <li><a href="/blog/category/powells-picks-spotlight" title="Powell's Picks Spotlight" class="blogcat"> Powell's Picks Spotlight</a></li>
  2157. </ul>
  2158. </div>
  2159. </div>
  2160. </div></div>
  2161. </div>
  2162. </div></div>
  2163. </div>
  2164. </div>
  2165. </div>
  2166.  
  2167. <div id="footer" class="clearfix">
  2168. <div class="footer_top">
  2169. <div id="dnn_Footer_TopPane" class="DNNEmptyPane"> </div>
  2170. </div>
  2171. <div class="footer_bottom">
  2172. <div class="footer_leftbox">
  2173. <div id="dnn_Footer_LeftPane" style="width:216px;"> <div class="DnnModule DnnModule-DNN_HTML DnnModule-13792"><a name="13792"></a>
  2174.  
  2175. <div class="invisible">
  2176. <div id="dnn_ctr13792_ContentPane"><div id="dnn_ctr13792_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
  2177. <div id="dnn_ctr13792_HtmlModule_lblContent" class="Normal">
  2178. <style type="text/css">
  2179.    ul.footersocial {margin-top: 0px; list-style-type: none; display: inline;}
  2180.    ul.footersocial img{margin-right: 11px; border-width: 0px; width: auto; max-width: 40px; height: auto; max-height: 40px;}
  2181.    ul.footersocial li{
  2182.    float: left;
  2183.    }
  2184.    ul.footersocial a{
  2185.    display: block;
  2186.    }
  2187. </style>
  2188. <ul class="footersocial">
  2189. <li><a href="https://www.twitter.com/Powells/" target="_blank">
  2190. <img alt="Twitter" src="/Product%20Images/COVERS/twitter.gif" />
  2191. </a></li>
  2192. <li><a href="https://www.facebook.com/powellsbooks/" target="_blank">
  2193. <img alt="Facebook" src="/Product%20Images/COVERS/facebook.gif" />
  2194. </a></li>
  2195. <li><a href="https://www.pinterest.com/powellsbooks/" target="_blank">
  2196. <img alt="Pinterest" src="/Product%20Images/COVERS/pinterest.gif" />
  2197. </a></li>
  2198. <li><a href="https://www.instagram.com/powellsbooks/" target="_blank">
  2199. <img alt="Instagram" src="/portals/0/images/instagram-2016.gif" style="border-width: 0px; width: 20px; height: 20px;" />
  2200. </a></li>
  2201. </ul>
  2202. <div style="clear: both;"></div>
  2203. <br/>
  2204. </div>
  2205. </div></div>
  2206. </div>
  2207. </div></div>
  2208. </div>
  2209. <div class="footer_righttbox">
  2210. <div id="dnn_Footer_RightPane"> <div class="DnnModule DnnModule-DNN_HTML DnnModule-452"><a name="452"></a>
  2211.  
  2212. <div class="invisible">
  2213. <div id="dnn_ctr452_ContentPane"><div id="dnn_ctr452_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
  2214. <div id="dnn_ctr452_HtmlModule_lblContent" class="Normal">
  2215. <style type="text/css">
  2216.    ul.footer li { display: inline; width: 90px; text-align: left; float: left; text-decoration: none; border-right: #cac8c9 solid 1px; margin-left: 10px; }
  2217. </style>
  2218. <div style="margin-top: 0px; max-width: 500px;" id="footer" role="contentinfo">
  2219. <ul class="footer">
  2220. <li><a href="/info/help">Help</a></li>
  2221. <li><a target="_self" href="/info/guarantee">Guarantee</a></li>
  2222. <li><a href="/myaccount">My Account</a></li>
  2223. <li><a href="https://phg.tbe.taleo.net/phg01/ats/careers/v2/jobSearch?act=redirectCwsV2&cws=39&org=POWELLS">Careers</a> </li>
  2224. <li><a href="/info/about-us">About Us </a></li>
  2225. <li><a target="_self" href="/info/privacy">Security</a></li>
  2226. <li><a target="_self" href="/myaccount/wishlist/publicwishlist">Wish List</a></li>
  2227. <li><a href="/partner-program">Partners</a></li>
  2228. <li><a target="_self" href="/info/contact-us">Contact Us</a></li>
  2229. <li><a target="_self" href="/info/shipping">Shipping</a></li>
  2230. <li><a target="_blank" rel="noopener" href="https://mrf.healthcarebluebook.com/Lucent">Transparency ACT MRF</a></li>
  2231. <li><a href="/info/sitemap">Sitemap</a></li>
  2232. <li style="margin-top: 10px; font-size: 11px; text-transform: uppercase; clear: left; width: 190px;">&copy; 2023 POWELLS.COM <a href="/info/terms-of-use"> Terms</a></li>
  2233. </ul>
  2234. </div>
  2235. <br/>
  2236. </div>
  2237. </div></div>
  2238. </div>
  2239. </div></div>
  2240. </div>
  2241. </div>
  2242. </div>
  2243. </div>
  2244. </div>
  2245. </div>
  2246. </div>
  2247. </div>
  2248. <input name="ScrollTop" type="hidden" id="ScrollTop" />
  2249. <input name="__dnnVariable" type="hidden" id="__dnnVariable" autocomplete="off" />
  2250. </form>
  2251. <script>(function(){if (!document.body) return;var js = "window['__CF$cv$params']={r:'87a3a61c2e0b7f86',t:'MTcxNDEwMzg0OC43NDMwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script></body>
  2252. <script>
  2253.            //extending the scope of the variables to live outside the context of the .each jQuery array.
  2254.            var revenue;
  2255.            var shipping;
  2256.            var taxAmount;
  2257.            var price;
  2258.            var quantity;
  2259.            var category;
  2260.            var bookTitle;
  2261.            var SKU;
  2262.            var indexCount;
  2263.            var itemsArray = [];
  2264.  
  2265.            //array for n>1 items in the order confirmation.
  2266.            $("span[id*=lblPrice]").each(function (index) {
  2267.                price = parseFloat($(this).text().replace('$', '')).toFixed(2);
  2268.                quantity = $(this).closest('td').prev('td').find('span:first').text();
  2269.                category = $(this).closest('td').prev('td').find("input[id*='hdnAccountingCategory']").val();
  2270.                bookTitle = $.trim($(this).closest('tr').find('td:eq(1)').find('a:first').text());
  2271.                SKU = $(this).closest('tr').find('td:eq(1)').find('input:hidden').val();
  2272.                indexCount = index;
  2273.  
  2274.                //update the itemsArray while iterating through the items presented on the order confirmation page.
  2275.                itemsArray.push({
  2276.                    'item_id': SKU,
  2277.                    'item_name': bookTitle,
  2278.                    'item_category': category,
  2279.                    'affiliation': 'Powells',
  2280.                    'index': indexCount,
  2281.                    'price': price,
  2282.                    'quantity': quantity
  2283.                });
  2284.            });
  2285.  
  2286.  
  2287.  
  2288.            //shipping collector for order
  2289.            shipping += parseFloat($("span[id*=lblShippingVal]").text().replace('$', ''));
  2290.            //conversion to satisfy GA4 requirements.
  2291.            shipping = parseFloat(shipping).toFixed(2);
  2292.            //tax collector for order (should always be 0, but need to be safe)
  2293.            taxAmount += parseFloat($("span[id*=lblTaxVal]").text().replace('$', ''));
  2294.            //conversion to satisfy GA4 requirements.
  2295.            taxAmount = parseFloat(taxAmount).toFixed(2);
  2296.            //order total built based on value the subtotal presented in the order confirmation screen.
  2297.            revenue = parseFloat($("span[id*=lblSubtotalVal]").text().replace('$', ''));
  2298.            //conversion to satisfy GA4 requirements.
  2299.            revenue = parseFloat(revenue).toFixed(2);
  2300.  
  2301.        //need to view the array elements on their own; will remove after testing.
  2302.        //console.log(itemsArray); used for troubleshooting, not needed for production.
  2303.  
  2304.        function triggerOrderConfirmation() {
  2305.            //event tag to track purchases for GA4 - tracks overall transaction, with an array tracking items individually.
  2306.            gtag("event", "purchase", {
  2307.                transaction_id: $("span[id*='lblOrderNo']").text(),
  2308.                value: revenue,
  2309.                tax: taxAmount,
  2310.                shipping: shipping,
  2311.                currency: "USD",
  2312.                items: itemsArray
  2313.            });
  2314.        }
  2315.  
  2316.        //execute the GA4 purchase property ONLY when the OrderConfirmation.aspx page is loaded.
  2317.     if (window.location.href.indexOf("OrderConfirmation") > -1) {
  2318.                window.onload = triggerOrderConfirmation;
  2319.        }
  2320.    </script>
  2321. </html>
  2322.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda