{"id":2653,"date":"2009-12-21T10:14:38","date_gmt":"2009-12-21T14:14:38","guid":{"rendered":"https:\/\/pierrejoris.com\/blog\/?p=2653"},"modified":"2009-12-21T10:14:38","modified_gmt":"2009-12-21T14:14:38","slug":"an-interesting-poetics-booklist-for-late-shoppers","status":"publish","type":"post","link":"https:\/\/pierrejoris.com\/blog\/an-interesting-poetics-booklist-for-late-shoppers\/","title":{"rendered":"An interesting Poetics Booklist for Late Shoppers&#8230;"},"content":{"rendered":"<p>&#8230;via Amazon \u2014\u00a0 Happy hols, i.e. good reading&#8230;<\/p>\n<table border=\"0;\" cellspacing=\"0\" cellpadding=\"2\" width=\"98%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong> <\/strong><\/p>\n<h2><strong>Essential Guides to Contemporary Poetics<\/strong><\/h2>\n<p><strong> <\/strong><\/td>\n<\/tr>\n<tr>\n<td>A Listmania! list by <a onmouseover=\"if (jQuery.CustomerPopover) jQuery.CustomerPopover.bind(this);\" name=\"A3LADXKQI6HIE8|LbZ|0\" href=\"http:\/\/www.amazon.com\/gp\/pdp\/profile\/A3LADXKQI6HIE8\/ref=cm_lm_fullview_header_name\">Katerina Varga<img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/a> (Montreal, Canada)<\/td>\n<td align=\"right\">\n<div><a id=\"swftext\" href=\"http:\/\/www.amazon.com\/gp\/pdp\/taf\/ref=cm_sw_l_lm?ie=UTF8&amp;contentName=Listmania%21&amp;imageURL=&amp;type=SH&amp;itemInfo=0820327018&amp;titleText=Essential%20Guides%20to%20Contemporary%20Poetics&amp;placementID=lm&amp;contentURI=%2Fgp%2Frichpub%2Flistmania%2Ffullview%2FR3PHD35YT2CFHB&amp;contentID=R3PHD35YT2CFHB&amp;suppressPurchaseReqLogin=&amp;contentType=listmania\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/detail\/tell-a-friend._V255324178_.png\" border=\"0\" alt=\"\" width=\"16\" height=\"11\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 16px; --smush-placeholder-aspect-ratio: 16\/11;\" \/>Share with Friends<\/a><\/div>\n<p><script type=\"text\/JavaScript\">\/\/ <![CDATA[\nvar amz_taf_triggers = {};\n\nfunction amz_taf_generatePopover(triggerID) {\n  jQuery(\"#\" + triggerID).amazonPopoverTrigger({\n      title: '' + amz_taf_triggers[triggerID].title + '',\n      cacheable: false,\n      destination: amz_taf_triggers[triggerID].url,\n      location: \"centered\",\n      width: 550,\n      closeText: 'Close',\n      group: 'taf',\n      onShow: amz_taf_onShow\n  });\n}\n\nfunction amz_taf_updatePopoverTarget(triggerID, newParams){\n  var url = amz_taf_triggers[triggerID].url;\n  if(newParams) {\n    url += '&#038;';\n    jQuery.each(newParams, function(key, val) {\n      url = url.replace(new RegExp(key+\"=(:?.*?)&#038;\"), key+\"=\"+escape(val)+'&#038;');\n    });\n    amz_taf_triggers[triggerID].url = url.substr(0, url.length-1);\n  }\n\n  jQuery(\"#\" + triggerID).removeAmazonPopoverTrigger();\n  amz_taf_generatePopover(triggerID);\n}\n\nfunction amz_taf_validateMessage(src) {\n  var message = src.value;\n\n  \/\/this is to remove all '\\r's so IE accurately counts the characters\n  var re = \/[\\r]\/g;\n  message=message.replace(re,\"\");\n\n  var maxLength =  400;\n  var messageLength = message.length;\n  var charsLeft = maxLength - messageLength ;\n\n  var rulesObj = document.getElementById(\"taf_send_message_rules\");\n  var errorObj = document.getElementById(\"taf_send_message_rules_error\");\n\n  if (!rulesObj || !errorObj)\n    return true;\n\n  var charsLeftObj = \"taf_msg_charsLeft\";\n  var pluralObj = \"taf_msg_plural\";\n\n  var isError = charsLeft < 0;\n\n  if (!isError) {\n    rulesObj.style.display = '';\n    errorObj.style.display = 'none';\n\n  } else {\n    rulesObj.style.display = 'none';\n    errorObj.style.display = '';\n    charsLeftObj += \"_error\";\n    pluralObj += \"_error\";\n\n    charsLeft = -charsLeft;\n  }\n\n  charsLeftObj = document.getElementById(charsLeftObj);\n  pluralObj = document.getElementById(pluralObj);\n\n  \/\/abort if not defined:\n  if (!charsLeftObj || !pluralObj) {\n     return true;\n  }\n\n  charsLeftObj.innerHTML = charsLeft;\n  pluralObj.innerHTML = (charsLeft == 1) ? '' : 's';\n\n  return !isError;\n}\n\nfunction amz_taf_toArea_onfocus(txt) {\n  if (txt.value == 'Type in e-mail addresses separating them with a space.') {\n    txt.value = '';\n    txt.className = 'textArea';\n  }\n}\n\nfunction amz_taf_toArea_onblur(txt) {\n  if (txt.value == '') {\n    txt.value = 'Type in e-mail addresses separating them with a space.';\n    txt.className = 'defaultText';\n  }\n}\n\n\/\/ The global handle to the popover.\nvar amz_taf_popover;\nfunction amz_taf_onShow(popover){\n  amz_taf_popover = popover;\n  amz_taf_popover.processing = 0;\n\n    jQuery(document).keyup(function(evt) {\n        if (27 == evt.which\n            &#038;&#038; amz_taf_popover.css('visibility') != 'hidden'\n            &#038;&#038; amz_taf_popover.css('display') != 'none') {\n           amz_taf_popover.hide();\n        }\n    });\n\n}\n\nfunction amz_taf_sendDoneCallback(data){\n   jQuery('.ap_content',amz_taf_popover).html(data);\n   amz_taf_popover.processing = 0;\n}\n\nfunction amz_taf_sendButton_onSubmit(form) {\n    if (amz_taf_popover.processing){\n        return false;\n    } else {\n        amz_taf_popover.processing = 1;\n    }\n\n    var friendsArr = document.getElementsByName('friendsRecipients');\n\n    var recipientsObj = form.recipients;\n\n    if ( !friendsArr || !recipientsObj ) {\n        return false;\n    }\n\n    var postContent = {};\n\n    var count = 0;\n    var recipients = recipientsObj.value;\n    if ( recipients != 'Type in e-mail addresses separating them with a space.') {\n        recipients = recipients.replace(\/^(,|;|\\s)+\/,\"\");\n        recipients = recipients.replace(\/(,|;|\\s)+$\/,\"\");\n\n        if ( recipients != \"\" ) {\n            postContent.recipients = recipients;\n        }\n    }\n\n    var selectedFriends = [];\n    for ( var i = 0; i < friendsArr.length; i++ ) {         if ( friendsArr[i].checked ) {             selectedFriends.push(friendsArr[i].value);             count++;         }     }     if (selectedFriends.length > 0){\n        postContent.friendsRecipients = selectedFriends;\n    }\n\n    if(form.message &#038;&#038; form.message.value.length > 0){\n        postContent.message=form.message.value;\n    }\n    if (form.copyMeBox.checked){\n        postContent.copyMeBox=\"on\";\n    }\n    if (form.inviteBox &#038;&#038; form.inviteBox.checked){\n        postContent.inviteBox=\"on\";\n    }\n\n    var fields = {\n      ces: 1,\n      contentID: 1,\n      contentName: 1,\n      contentType: 1,\n      contentURI: 1,\n      emailTemplate: 1,\n      guess: 1,\n      imageURL: 1,\n      params: 1,\n      placementID: 1,\n      titleText: 1,\n      channel: 1\n    };\n    for (var field in fields) {\n      if (fields.hasOwnProperty(field) &#038;&#038; typeof form[field] !== 'undefined') {\n        postContent[field] = form[field].value;\n      }\n    }\n\n    postContent.token=form.token.value;\n\n    var link = \"\/gp\/pdp\/taf\/dpPop.html\/ref=cm_sw_em_p_lm__COUNT_?ie=UTF8&#038;ra=val&#038;id=0820327018&#038;tt=sh&#038;forceSprites=1\".replace(\/cm_sw_em_p_lm__COUNT_\/g,\"cm_sw_em_p_lm_\"+count);\n    jQuery.post(link, postContent, amz_taf_sendDoneCallback);\n\n    return false;\n}\n\nfunction amz_taf_friends_checkAll(checked) {\n    var boxes = document.getElementsByName('friendsRecipients');\n    if ( boxes ) {\n        for ( var i = 0; i < boxes.length; i++ ) {             boxes[i].checked = checked;         }     } } function amz_taf_postPopOverSetup(){   (function($){      $('#swfPopCloseButton,#swfCancelButton').click(         function(){            $('div.ap_close', amz_taf_popover).click();         }      );      $('#swfSubmitButton').click(         function(){          $('form[name=\"tellAFriendForm\"] input:hidden[name=\"channel\"]').val('email');            amz_taf_sendButton_onSubmit($('.tafPoContent form')[0]);      });      $('form[name=\"tellAFriendForm\"] a.socialnet').click(function() {          $('form[name=\"tellAFriendForm\"] input:hidden[name=\"channel\"]').val('socialnet');          amz_taf_sendButton_onSubmit($('.tafPoContent form')[0]);          return true;      });   })(jQuery); }; if (typeof window.amznJQ != 'undefined') {  amznJQ.available('popover',   function() {     amz_taf_triggers.swftext = { url: \"\/gp\/pdp\/taf\/dpPop.html\/ref=cm_sw_p_lm?ie=UTF8&#038;contentName=Listmania%21&#038;imageURL=&#038;ra=taf&#038;id=0820327018&#038;tt=sh&#038;titleText=Essential%20Guides%20to%20Contemporary%20Poetics&#038;placementID=lm&#038;contentURI=%2Fgp%2Frichpub%2Flistmania%2Ffullview%2FR3PHD35YT2CFHB&#038;forceSprites=1&#038;contentID=R3PHD35YT2CFHB&#038;emailTemplate=&#038;description=&#038;suppressPurchaseReqLogin=&#038;contentType=listmania\", title: \"Share this Listmania! with friends\" };     amz_taf_generatePopover(\"swftext\");   }  ); }\n\/\/ ]]><\/script><\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin0\" type=\"hidden\" value=\"0820327018\" \/> <input id=\"commentText0\" name=\"commentText0\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Material-Poetry-Sketches-Philosophical-University\/dp\/0820327018\/ref=cm_lmf_img_1\"><img decoding=\"async\" data-src=\"http:\/\/ecx.images-amazon.com\/images\/I\/512PKSVXJTL._SL110_.jpg\" border=\"0\" alt=\"The Material of Poetry: Sketches for a Philosophical Poetics (Georgia Southern University Jack N. and Addie D. Averitt Lecture Series)\" width=\"71\" height=\"110\" align=\"center\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 71px; --smush-placeholder-aspect-ratio: 71\/110;\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>1.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Material-Poetry-Sketches-Philosophical-University\/dp\/0820327018\/ref=cm_lmf_tit_1\">The Material of Poetry: Sketches for a Philosophical Poetics (Georgia Southern University Jack N. and Addie D. Averitt Lecture Series)<\/a><\/strong> by Gerald L. Bruns<\/td>\n<\/tr>\n<tr>\n<td>$26.95\u00a0\u00a0\u00a0Used &amp; New from: $16.91<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0820327018\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_1\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"14l%2F48vXSX31r5u8bBPCx%2BXnhXuJJQtNhqkYbPmsrgBHH0j%2BF4ss6BXRDl4JckVbJCUDbCvxwmCWD4maPex2IA%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0820327018\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_1\" method=\"POST\"> <input id=\"type0820327018\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10820327018\" name=\"asin.1\" type=\"hidden\" value=\"0820327018\" \/> <input id=\"quantity.10820327018\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/><\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0820327018&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin1\" type=\"hidden\" value=\"0521412684\" \/> <input id=\"commentText1\" name=\"commentText1\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Disjunctive-Poetics-Gertrude-Cambridge-Literature\/dp\/0521412684\/ref=cm_lmf_img_2\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/41-VdS5USYL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"Disjunctive Poetics: From Gertrude Stein and Louis Zukofsky to Susan Howe (Cambridge Studies in American Literature and Culture)\" width=\"80\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>2.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Disjunctive-Poetics-Gertrude-Cambridge-Literature\/dp\/0521412684\/ref=cm_lmf_tit_2\">Disjunctive Poetics: From Gertrude Stein and Louis Zukofsky to Susan Howe (Cambridge Studies in American Literature and Culture)<\/a><\/strong> by Peter Quartermain<\/td>\n<\/tr>\n<tr>\n<td>$99.00\u00a0\u00a0\u00a0Used &amp; New from: $67.98<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0521412684\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_2\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"T%2BxaBxb9iTLLlDbrmhXyXM5bM%2B665LW4E65CUaZ7W59HvsiYyuLJQiyICfp1OMu3o4Wcua3%2BFSyWB74Ws36qcA%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0521412684\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_2\" method=\"POST\"> <input id=\"type0521412684\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10521412684\" name=\"asin.1\" type=\"hidden\" value=\"0521412684\" \/> <input id=\"quantity.10521412684\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0521412684&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin2\" type=\"hidden\" value=\"0521390982\" \/> <input id=\"commentText2\" name=\"commentText2\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Poets-Prose-American-Cambridge-Literature\/dp\/0521390982\/ref=cm_lmf_img_3\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-site\/icons\/no-img-sm._V47056216_.gif\" border=\"0\" alt=\"Poet's Prose: The Crisis in American Verse (Cambridge Studies in American Literature and Culture)\" width=\"60\" height=\"40\" align=\"center\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 60px; --smush-placeholder-aspect-ratio: 60\/40;\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>3.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Poets-Prose-American-Cambridge-Literature\/dp\/0521390982\/ref=cm_lmf_tit_3\">Poet&#8217;s Prose: The Crisis in American Verse (Cambridge Studies in American Literature and Culture)<\/a><\/strong> by Stephen Fredman<\/td>\n<\/tr>\n<tr>\n<td>$39.99\u00a0\u00a0\u00a0Used &amp; New from: $33.36<br \/>\n<script type=\"text\/javascript\">\/\/ <![CDATA[\n     function reviewHistPingAjax() {       jQuery.get(\"\/gp\/customer-reviews\/common\/du\/recordHistoPopAjax.html\", null);     }     var reviewHistPopoverConfig = {       showOnHover:true,       showCloseButton:false,       width:null,       location:'bottom',       locationAlign:'right',       clone:false,       hoverHideDelay:300     };\n\/\/ ]]><\/script> <script type=\"text\/javascript\">\/\/ <![CDATA[\n      function constructTriggerPrefix(asin){        return \"reviewHistoPop\" + '_' + asin;      }      function getContentDivId(triggerName){        var nameArray = new Array();        nameArray = triggerName.split('__');        return nameArray[1];      }      function jQueryInitHistoPopovers(asin, triggerDivPrefix) {        if(triggerDivPrefix == null){          triggerDivPrefix = constructTriggerPrefix(asin);        }        amznJQ.onReady('popover', function(){          jQuery('a[name^=' + triggerDivPrefix + ']').each(function(){            jQuery(this).removeAmazonPopoverTrigger();            var contentDivId = getContentDivId(this.name);            var myConfig = jQuery.extend(true, {}, reviewHistPopoverConfig);            myConfig.localContent = '#' + contentDivId;            myConfig.onShow = reviewHistPingAjax;                                                                                              jQuery(this).amazonPopoverTrigger(myConfig);          });        });      }\n\/\/ ]]><\/script> <a name=\"reviewHistoPop_0521390982_8971_star__contentDiv_reviewHistoPop_0521390982_8971\" href=\"http:\/\/www.amazon.com\/Poets-Prose-American-Cambridge-Literature\/product-reviews\/0521390982\/ref=lmf_3_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-3-5._V25749324_.gif\" border=\"0\" alt=\"3.5 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_0521390982_8971_button__contentDiv_reviewHistoPop_0521390982_8971\" href=\"http:\/\/www.amazon.com\/Poets-Prose-American-Cambridge-Literature\/product-reviews\/0521390982\/ref=lmf_3_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/Poets-Prose-American-Cambridge-Literature\/product-reviews\/0521390982\/ref=lmf_3_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">2 customer reviews<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('0521390982','reviewHistoPop_0521390982_8971');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_0521390982_8971\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0521390982\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_3\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"ObF4PqQZhrE87xq8Vg0mxneatZTt7wyeYk0iqv6UUVuiz%2FBgubxE0PIOUL9R1ARdBvuFEz9p2gk%2BZhoTC5IOLQ%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0521390982\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_3\" method=\"POST\"> <input id=\"type0521390982\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10521390982\" name=\"asin.1\" type=\"hidden\" value=\"0521390982\" \/> <input id=\"quantity.10521390982\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0521390982&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin3\" type=\"hidden\" value=\"0817351280\" \/> <input id=\"commentText3\" name=\"commentText3\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Differentials-Poetry-Poetics-Pedagogy-Contemporary\/dp\/0817351280\/ref=cm_lmf_img_4\"><img decoding=\"async\" data-src=\"http:\/\/ecx.images-amazon.com\/images\/I\/51NT6NC0BTL._SL110_.jpg\" border=\"0\" alt=\"Differentials: Poetry, Poetics, Pedagogy (Modern &amp; Contemporary Poetics)\" width=\"73\" height=\"110\" align=\"center\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 73px; --smush-placeholder-aspect-ratio: 73\/110;\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>4.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Differentials-Poetry-Poetics-Pedagogy-Contemporary\/dp\/0817351280\/ref=cm_lmf_tit_4\">Differentials: Poetry, Poetics, Pedagogy (Modern &amp; Contemporary Poetics)<\/a><\/strong> by Marjorie Perloff<\/td>\n<\/tr>\n<tr>\n<td>$29.95\u00a0\u00a0\u00a0Used &amp; New from: $19.29<br \/>\n<a name=\"reviewHistoPop_0817351280_6563_star__contentDiv_reviewHistoPop_0817351280_6563\" href=\"http:\/\/www.amazon.com\/Differentials-Poetry-Poetics-Pedagogy-Contemporary\/product-reviews\/0817351280\/ref=lmf_4_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-5-0._V25749326_.gif\" border=\"0\" alt=\"5.0 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_0817351280_6563_button__contentDiv_reviewHistoPop_0817351280_6563\" href=\"http:\/\/www.amazon.com\/Differentials-Poetry-Poetics-Pedagogy-Contemporary\/product-reviews\/0817351280\/ref=lmf_4_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/Differentials-Poetry-Poetics-Pedagogy-Contemporary\/product-reviews\/0817351280\/ref=lmf_4_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">1 customer review<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('0817351280','reviewHistoPop_0817351280_6563');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_0817351280_6563\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0817351280\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_4\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"LDf34QuNOesmFTPCZMMCIFM%2FPqLPwhUS6fNfZT0E%2B92cQFlZUV1ybbhIgb6pcd9CpFL2WFVbG5YSNj9oDNChaQ%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0817351280\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_4\" method=\"POST\"> <input id=\"type0817351280\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10817351280\" name=\"asin.1\" type=\"hidden\" value=\"0817351280\" \/> <input id=\"quantity.10817351280\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0817351280&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin4\" type=\"hidden\" value=\"0804734275\" \/> <input id=\"commentText4\" name=\"commentText4\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Poetry-Experience-Meridian-Crossing-Aesthetics\/dp\/0804734275\/ref=cm_lmf_img_5\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/411P2B63KXL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"Poetry as Experience (Meridian: Crossing Aesthetics)\" width=\"75\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>5.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Poetry-Experience-Meridian-Crossing-Aesthetics\/dp\/0804734275\/ref=cm_lmf_tit_5\">Poetry as Experience (Meridian: Crossing Aesthetics)<\/a><\/strong> by Philippe Lacoue-Labarthe<\/td>\n<\/tr>\n<tr>\n<td>$18.85\u00a0\u00a0\u00a0Used &amp; New from: $14.00<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0804734275\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_5\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"5fhs6BmUh6aFNt9C0slygarX6TiP%2BY8LQ3DlyMEyiMnBtsYhuvStcYW9bcoFiB6WLIRkXOOAdBxNVorpfuzAkw%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0804734275\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_5\" method=\"POST\"> <input id=\"type0804734275\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10804734275\" name=\"asin.1\" type=\"hidden\" value=\"0804734275\" \/> <input id=\"quantity.10804734275\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0804734275&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin5\" type=\"hidden\" value=\"0823224384\" \/> <input id=\"commentText5\" name=\"commentText5\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Sovereignties-Question-Perspectives-Continental-Philosophy\/dp\/0823224384\/ref=cm_lmf_img_6\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/51GKcgpzT4L._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"Sovereignties in Question: The Poetics of Paul Celan (Perspectives in Continental Philosophy)\" width=\"79\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>6.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Sovereignties-Question-Perspectives-Continental-Philosophy\/dp\/0823224384\/ref=cm_lmf_tit_6\">Sovereignties in Question: The Poetics of Paul Celan (Perspectives in Continental Philosophy)<\/a><\/strong> by Jacques Derrida<\/td>\n<\/tr>\n<tr>\n<td>$19.54\u00a0\u00a0\u00a0Used &amp; New from: $13.90<br \/>\n<a name=\"reviewHistoPop_0823224384_5841_star__contentDiv_reviewHistoPop_0823224384_5841\" href=\"http:\/\/www.amazon.com\/Sovereignties-Question-Perspectives-Continental-Philosophy\/product-reviews\/0823224384\/ref=lmf_6_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-5-0._V25749326_.gif\" border=\"0\" alt=\"5.0 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_0823224384_5841_button__contentDiv_reviewHistoPop_0823224384_5841\" href=\"http:\/\/www.amazon.com\/Sovereignties-Question-Perspectives-Continental-Philosophy\/product-reviews\/0823224384\/ref=lmf_6_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/Sovereignties-Question-Perspectives-Continental-Philosophy\/product-reviews\/0823224384\/ref=lmf_6_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">1 customer review<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('0823224384','reviewHistoPop_0823224384_5841');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_0823224384_5841\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0823224384\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_6\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"hi8trH7cr2zK6E1pJTqjnaLr9JUy5escVtoImBfZFUja45yiUBwHgPi%2B%2BA5ehSRgJQ40r8iYlSO01pE3HEOna61BbMGMJ67j\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0823224384\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_6\" method=\"POST\"> <input id=\"type0823224384\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10823224384\" name=\"asin.1\" type=\"hidden\" value=\"0823224384\" \/> <input id=\"quantity.10823224384\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0823224384&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin6\" type=\"hidden\" value=\"0748619291\" \/> <input id=\"commentText6\" name=\"commentText6\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Poetics-Singularity-Counter-Culturalist-Heidegger-Frontiers\/dp\/0748619291\/ref=cm_lmf_img_7\"><img decoding=\"async\" data-src=\"http:\/\/ecx.images-amazon.com\/images\/I\/41ENRD3G32L._SL110_.jpg\" border=\"0\" alt=\"Poetics of Singularity: The Counter-Culturalist Turn in Heidegger, Derrida, Blanchot, and the later Gadamer (Frontiers of Theory)\" width=\"72\" height=\"110\" align=\"center\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 72px; --smush-placeholder-aspect-ratio: 72\/110;\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>7.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Poetics-Singularity-Counter-Culturalist-Heidegger-Frontiers\/dp\/0748619291\/ref=cm_lmf_tit_7\">Poetics of Singularity: The Counter-Culturalist Turn in Heidegger, Derrida, Blanchot, and the later Gadamer (Frontiers of Theory)<\/a><\/strong> by Timothy Clark<\/td>\n<\/tr>\n<tr>\n<td>$120.00\u00a0\u00a0\u00a0Used &amp; New from: $61.45<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0748619291\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_7\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"AC5pwj%2FEChe0C9BxcPNKAIHY6D0fH2brNZOiRsCsXj2s4EW3do8oRA3YCHzEwXEq8gl3cE6Mf94D7zbOkM%2FAMg%2FjHJKrdL4C\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0748619291\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_7\" method=\"POST\"> <input id=\"type0748619291\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10748619291\" name=\"asin.1\" type=\"hidden\" value=\"0748619291\" \/> <input id=\"quantity.10748619291\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0748619291&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin7\" type=\"hidden\" value=\"0415335930\" \/> <input id=\"commentText7\" name=\"commentText7\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Singularity-Literature-Derek-Attridge\/dp\/0415335930\/ref=cm_lmf_img_8\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/51P8s9vdOFL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"The Singularity of Literature\" width=\"79\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>8.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Singularity-Literature-Derek-Attridge\/dp\/0415335930\/ref=cm_lmf_tit_8\">The Singularity of Literature<\/a><\/strong> by Derek Attridge<\/td>\n<\/tr>\n<tr>\n<td>$28.95\u00a0\u00a0\u00a0Used &amp; New from: $12.50<br \/>\n<a name=\"reviewHistoPop_0415335930_826_star__contentDiv_reviewHistoPop_0415335930_826\" href=\"http:\/\/www.amazon.com\/Singularity-Literature-Derek-Attridge\/product-reviews\/0415335930\/ref=lmf_8_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-3-0._V25749325_.gif\" border=\"0\" alt=\"3.0 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_0415335930_826_button__contentDiv_reviewHistoPop_0415335930_826\" href=\"http:\/\/www.amazon.com\/Singularity-Literature-Derek-Attridge\/product-reviews\/0415335930\/ref=lmf_8_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/Singularity-Literature-Derek-Attridge\/product-reviews\/0415335930\/ref=lmf_8_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">1 customer review<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('0415335930','reviewHistoPop_0415335930_826');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_0415335930_826\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0415335930\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_8\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"Tv71I5E1xeqoTXj6AUFeDec%2FMvwtxYq5P%2BTiS0PPmdRRNrlhW9qzc%2BFbqh3Vl9VbDfLRhaqnk0aP%2BdmqOHjMoQ%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0415335930\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_8\" method=\"POST\"> <input id=\"type0415335930\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10415335930\" name=\"asin.1\" type=\"hidden\" value=\"0415335930\" \/> <input id=\"quantity.10415335930\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/><\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0415335930&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin8\" type=\"hidden\" value=\"0791471527\" \/> <input id=\"commentText8\" name=\"commentText8\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Ellipsis-Experience-Contemporary-Continental-Philosophy\/dp\/0791471527\/ref=cm_lmf_img_9\"><img decoding=\"async\" data-src=\"http:\/\/ecx.images-amazon.com\/images\/I\/51iEF8ZPUjL._SL110_.jpg\" border=\"0\" alt=\"Ellipsis: Of Poetry and the Experience of Language After Heidegger, H\u00f6lderlin, and Blanchot (Suny Series in Contemporary Continental Philosophy)\" width=\"72\" height=\"110\" align=\"center\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 72px; --smush-placeholder-aspect-ratio: 72\/110;\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>9.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Ellipsis-Experience-Contemporary-Continental-Philosophy\/dp\/0791471527\/ref=cm_lmf_tit_9\">Ellipsis: Of Poetry and the Experience of Language After Heidegger, H\u00f6lderlin, and Blanchot (Suny Series in Contemporary Continental Philosophy)<\/a><\/strong> by William S. Allen<\/td>\n<\/tr>\n<tr>\n<td>$21.95\u00a0\u00a0\u00a0Used &amp; New from: $21.94<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0791471527\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_9\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"4iH36%2B1ls6emyNo2ormnqPbVi9vWC9GcwIJUpF8wMeWcHHUgeLA2xjUmKkElZN5yk8azUJS9UvJJv9bSP%2B8OSQ%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0791471527\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_9\" method=\"POST\"> <input id=\"type0791471527\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10791471527\" name=\"asin.1\" type=\"hidden\" value=\"0791471527\" \/> <input id=\"quantity.10791471527\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0791471527&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin9\" type=\"hidden\" value=\"0674678575\" \/> <input id=\"commentText9\" name=\"commentText9\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Poetics-Charles-Bernstein\/dp\/0674678575\/ref=cm_lmf_img_10\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/416PAsJK7CL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"A Poetics\" width=\"80\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>10.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Poetics-Charles-Bernstein\/dp\/0674678575\/ref=cm_lmf_tit_10\">A Poetics<\/a><\/strong> by Charles Bernstein<\/td>\n<\/tr>\n<tr>\n<td>$24.47\u00a0\u00a0\u00a0Used &amp; New from: $15.90<br \/>\n<a name=\"reviewHistoPop_0674678575_5363_star__contentDiv_reviewHistoPop_0674678575_5363\" href=\"http:\/\/www.amazon.com\/Poetics-Charles-Bernstein\/product-reviews\/0674678575\/ref=lmf_10_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-5-0._V25749326_.gif\" border=\"0\" alt=\"5.0 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_0674678575_5363_button__contentDiv_reviewHistoPop_0674678575_5363\" href=\"http:\/\/www.amazon.com\/Poetics-Charles-Bernstein\/product-reviews\/0674678575\/ref=lmf_10_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/Poetics-Charles-Bernstein\/product-reviews\/0674678575\/ref=lmf_10_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">2 customer reviews<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('0674678575','reviewHistoPop_0674678575_5363');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_0674678575_5363\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0674678575\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_10\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"nEggV3A%2FH20ybC1Cn33jDRMmYCF0k5nm%2FRlsZy3azZM3hlegH1l2n1Gat4h5hUi7Fj3TylxvRYFvF1zkDgqr4A%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0674678575\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_10\" method=\"POST\"> <input id=\"type0674678575\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10674678575\" name=\"asin.1\" type=\"hidden\" value=\"0674678575\" \/> <input id=\"quantity.10674678575\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0674678575&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin10\" type=\"hidden\" value=\"0887846521\" \/> <input id=\"commentText10\" name=\"commentText10\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Tapeworm-Foundry-dangerous-prevalence-imagination\/dp\/0887846521\/ref=cm_lmf_img_11\"><img decoding=\"async\" data-src=\"http:\/\/ecx.images-amazon.com\/images\/I\/51E3GV3MK8L._SL110_.jpg\" border=\"0\" alt=\"The Tapeworm Foundry: andor the dangerous prevalence of imagination\" width=\"110\" height=\"91\" align=\"center\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 110px; --smush-placeholder-aspect-ratio: 110\/91;\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>11.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Tapeworm-Foundry-dangerous-prevalence-imagination\/dp\/0887846521\/ref=cm_lmf_tit_11\">The Tapeworm Foundry: andor the dangerous prevalence of imagination<\/a><\/strong> by Darren Wershler-Henry<\/td>\n<\/tr>\n<tr>\n<td>$9.31<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0887846521\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_11\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"M4u94wHZilP5HVKYjPaewCm1%2F%2BJa4JXYtkfVwLYhymKPNEAhKBtSn56yno9VHMXcvIOCtF2egbTBvHdZy8%2F6CA%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0887846521\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_11\" method=\"POST\"> <input id=\"type0887846521\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10887846521\" name=\"asin.1\" type=\"hidden\" value=\"0887846521\" \/> <input id=\"quantity.10887846521\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0887846521&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin11\" type=\"hidden\" value=\"0226165086\" \/> <input id=\"commentText11\" name=\"commentText11\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/SpecLab-Aesthetics-Projects-Speculative-Computing\/dp\/0226165086\/ref=cm_lmf_img_12\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/41iBAeyHejL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"SpecLab: Digital Aesthetics and Projects in Speculative Computing\" width=\"82\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>12.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/SpecLab-Aesthetics-Projects-Speculative-Computing\/dp\/0226165086\/ref=cm_lmf_tit_12\">SpecLab: Digital Aesthetics and Projects in Speculative Computing<\/a><\/strong> by Johanna Drucker<\/td>\n<\/tr>\n<tr>\n<td>$25.00\u00a0\u00a0\u00a0Used &amp; New from: $17.00<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0226165086\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_12\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"SUSyYSAEVHlORPcjL1vzO4PIBv5VypxKYwUokgNYmsRIQ56YZCcexEHpkV2s9p%2B1c2dr%2FOF3%2FH4D%2FDCXCHGx1A%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0226165086\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_12\" method=\"POST\"> <input id=\"type0226165086\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10226165086\" name=\"asin.1\" type=\"hidden\" value=\"0226165086\" \/> <input id=\"quantity.10226165086\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0226165086&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin12\" type=\"hidden\" value=\"0819566462\" \/> <input id=\"commentText12\" name=\"commentText12\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Nomad-Poetics-Essays-Pierre-Joris\/dp\/0819566462\/ref=cm_lmf_img_13\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/41CM4WHNXBL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"A Nomad Poetics: Essays\" width=\"78\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>13.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Nomad-Poetics-Essays-Pierre-Joris\/dp\/0819566462\/ref=cm_lmf_tit_13\">A Nomad Poetics: Essays<\/a><\/strong> by Pierre Joris<\/td>\n<\/tr>\n<tr>\n<td>$14.00\u00a0\u00a0\u00a0Used &amp; New from: $11.67<br \/>\n<a name=\"reviewHistoPop_0819566462_6369_star__contentDiv_reviewHistoPop_0819566462_6369\" href=\"http:\/\/www.amazon.com\/Nomad-Poetics-Essays-Pierre-Joris\/product-reviews\/0819566462\/ref=lmf_13_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-5-0._V25749326_.gif\" border=\"0\" alt=\"5.0 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_0819566462_6369_button__contentDiv_reviewHistoPop_0819566462_6369\" href=\"http:\/\/www.amazon.com\/Nomad-Poetics-Essays-Pierre-Joris\/product-reviews\/0819566462\/ref=lmf_13_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/Nomad-Poetics-Essays-Pierre-Joris\/product-reviews\/0819566462\/ref=lmf_13_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">1 customer review<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('0819566462','reviewHistoPop_0819566462_6369');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_0819566462_6369\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0819566462\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_13\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"dzTCJ%2FHgQYc3uwZxrjE47oRsAAd3oguZ6L6jQx%2BxBr7OOToFx6%2F%2F97ceJ50Fw%2F%2BlcxwN5iNSvF1fGSUFq4Z2JA%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0819566462\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_13\" method=\"POST\"> <input id=\"type0819566462\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10819566462\" name=\"asin.1\" type=\"hidden\" value=\"0819566462\" \/> <input id=\"quantity.10819566462\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0819566462&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin13\" type=\"hidden\" value=\"0817351973\" \/> <input id=\"commentText13\" name=\"commentText13\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Dissonance-interested-Modern-Contemporary-Poetics\/dp\/0817351973\/ref=cm_lmf_img_14\"><img decoding=\"async\" data-src=\"http:\/\/ecx.images-amazon.com\/images\/I\/41YP3KMEREL._SL110_.jpg\" border=\"0\" alt=\"Dissonance (if you are interested) (Modern &amp; Contemporary Poetics)\" width=\"73\" height=\"110\" align=\"center\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 73px; --smush-placeholder-aspect-ratio: 73\/110;\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>14.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Dissonance-interested-Modern-Contemporary-Poetics\/dp\/0817351973\/ref=cm_lmf_tit_14\">Dissonance (if you are interested) (Modern &amp; Contemporary Poetics)<\/a><\/strong> by Rosmarie Waldrop<\/td>\n<\/tr>\n<tr>\n<td>$39.95\u00a0\u00a0\u00a0Used &amp; New from: $21.68<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0817351973\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_14\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"sgWOt3RA8qeXptiJQ1MspPhV9OFf9%2F5k%2BMgfnnSnlH0cjEujxhMURkruQdLrWf1Mvi2IyAoIjDQvg4L3HtuzL9p6FZFy8dfj\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0817351973\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_14\" method=\"POST\"> <input id=\"type0817351973\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10817351973\" name=\"asin.1\" type=\"hidden\" value=\"0817351973\" \/> <input id=\"quantity.10817351973\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0817351973&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin14\" type=\"hidden\" value=\"082233500X\" \/> <input id=\"commentText14\" name=\"commentText14\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Impersonal-Passion-Language-as-Affect\/dp\/082233500X\/ref=cm_lmf_img_15\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/11JgniRKygL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"Impersonal Passion: Language as Affect\" width=\"77\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>15.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Impersonal-Passion-Language-as-Affect\/dp\/082233500X\/ref=cm_lmf_tit_15\">Impersonal Passion: Language as Affect<\/a><\/strong> by Denise Riley<\/td>\n<\/tr>\n<tr>\n<td>$56.20\u00a0\u00a0\u00a0Used &amp; New from: $31.27<br \/>\n<a name=\"reviewHistoPop_082233500X_7946_star__contentDiv_reviewHistoPop_082233500X_7946\" href=\"http:\/\/www.amazon.com\/Impersonal-Passion-Language-as-Affect\/product-reviews\/082233500X\/ref=lmf_15_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-5-0._V25749326_.gif\" border=\"0\" alt=\"5.0 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_082233500X_7946_button__contentDiv_reviewHistoPop_082233500X_7946\" href=\"http:\/\/www.amazon.com\/Impersonal-Passion-Language-as-Affect\/product-reviews\/082233500X\/ref=lmf_15_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/Impersonal-Passion-Language-as-Affect\/product-reviews\/082233500X\/ref=lmf_15_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">1 customer review<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('082233500X','reviewHistoPop_082233500X_7946');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_082233500X_7946\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy082233500X\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_15\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"8FDdhYf9aTitZJND4mAt3vSEeCrA671%2FisLLgctwiofAGlyvj6mqyEUFUIu%2F%2FsjtAbt5RpExFMwudUdfg93MBg%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist082233500X\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_15\" method=\"POST\"> <input id=\"type082233500X\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.1082233500X\" name=\"asin.1\" type=\"hidden\" value=\"082233500X\" \/> <input id=\"quantity.1082233500X\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=082233500X&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin15\" type=\"hidden\" value=\"1403900361\" \/> <input id=\"commentText15\" name=\"commentText15\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Deleuze-Language-Jean-Jacques-Lecercle\/dp\/1403900361\/ref=cm_lmf_img_16\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/51Bq9frhvFL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"Deleuze and Language\" width=\"72\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>16.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Deleuze-Language-Jean-Jacques-Lecercle\/dp\/1403900361\/ref=cm_lmf_tit_16\">Deleuze and Language<\/a><\/strong> by Jean-Jacques Lecercle<\/td>\n<\/tr>\n<tr>\n<td>$107.51<br \/>\n<a name=\"reviewHistoPop_1403900361_1251_star__contentDiv_reviewHistoPop_1403900361_1251\" href=\"http:\/\/www.amazon.com\/Deleuze-Language-Jean-Jacques-Lecercle\/product-reviews\/1403900361\/ref=lmf_16_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-3-5._V25749324_.gif\" border=\"0\" alt=\"3.5 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_1403900361_1251_button__contentDiv_reviewHistoPop_1403900361_1251\" href=\"http:\/\/www.amazon.com\/Deleuze-Language-Jean-Jacques-Lecercle\/product-reviews\/1403900361\/ref=lmf_16_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/Deleuze-Language-Jean-Jacques-Lecercle\/product-reviews\/1403900361\/ref=lmf_16_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">2 customer reviews<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('1403900361','reviewHistoPop_1403900361_1251');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_1403900361_1251\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy1403900361\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_16\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"BJqpFbSSgRLvuEfwAoOzflGtiY84u4aPbHOQS3YkRLB4ImB3ce5Eqdl9Zh3jQIT9e4XM49fcZNMVF7V9WAVuzg%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist1403900361\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_16\" method=\"POST\"> <input id=\"type1403900361\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.11403900361\" name=\"asin.1\" type=\"hidden\" value=\"1403900361\" \/> <input id=\"quantity.11403900361\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=1403900361&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin16\" type=\"hidden\" value=\"0974355437\" \/> <input id=\"commentText16\" name=\"commentText16\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Oulipo-Compendium-Harry-Matthews\/dp\/0974355437\/ref=cm_lmf_img_17\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-site\/icons\/no-img-sm._V47056216_.gif\" border=\"0\" alt=\"Oulipo Compendium\" width=\"60\" height=\"40\" align=\"center\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 60px; --smush-placeholder-aspect-ratio: 60\/40;\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>17.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Oulipo-Compendium-Harry-Matthews\/dp\/0974355437\/ref=cm_lmf_tit_17\">Oulipo Compendium<\/a><\/strong> by Harry Matthews<\/td>\n<\/tr>\n<tr>\n<td>$35.91<br \/>\n<a name=\"reviewHistoPop_0974355437_2549_star__contentDiv_reviewHistoPop_0974355437_2549\" href=\"http:\/\/www.amazon.com\/Oulipo-Compendium-Harry-Matthews\/product-reviews\/0974355437\/ref=lmf_17_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-5-0._V25749326_.gif\" border=\"0\" alt=\"5.0 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_0974355437_2549_button__contentDiv_reviewHistoPop_0974355437_2549\" href=\"http:\/\/www.amazon.com\/Oulipo-Compendium-Harry-Matthews\/product-reviews\/0974355437\/ref=lmf_17_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/Oulipo-Compendium-Harry-Matthews\/product-reviews\/0974355437\/ref=lmf_17_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">8 customer reviews<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('0974355437','reviewHistoPop_0974355437_2549');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_0974355437_2549\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0974355437\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_17\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"i%2FZqyWGUaEmlbiVWiIlNf0of1xu6WjSszKMoq5DWwAyLHME4eD2fx4zBrUCAo7bivFwC515oUn%2BC60BSyx67r2CEgn1PoBb7\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0974355437\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_17\" method=\"POST\"> <input id=\"type0974355437\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10974355437\" name=\"asin.1\" type=\"hidden\" value=\"0974355437\" \/> <input id=\"quantity.10974355437\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0974355437&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin17\" type=\"hidden\" value=\"0791465144\" \/> <input id=\"commentText17\" name=\"commentText17\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Lyrical-Ethical-Subjects-Contemporary-Continental\/dp\/0791465144\/ref=cm_lmf_img_18\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/515V8K4MFAL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"Lyrical And Ethical Subjects: Essays on the Periphery of the Word, Freedom, And History (Suny Series in Contemporary Continental Philosophy)\" width=\"77\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>18.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Lyrical-Ethical-Subjects-Contemporary-Continental\/dp\/0791465144\/ref=cm_lmf_tit_18\">Lyrical And Ethical Subjects: Essays on the Periphery of the Word, Freedom, And History (Suny Series in Contemporary Continental Philosophy)<\/a><\/strong> by Dennis J. Schmidt<\/td>\n<\/tr>\n<tr>\n<td>$31.95\u00a0\u00a0\u00a0Used &amp; New from: $14.75<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0791465144\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_18\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"hWJpyfRwokdOilIDlfRRpICG19EVGmtdukTmTrLvqSk1sTaYZskcwkdgGow1kNMPQWYkasNUGKuum8SZUIEqMiIOmKRUsHpO\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0791465144\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_18\" method=\"POST\"> <input id=\"type0791465144\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10791465144\" name=\"asin.1\" type=\"hidden\" value=\"0791465144\" \/> <input id=\"quantity.10791465144\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0791465144&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin18\" type=\"hidden\" value=\"0823223612\" \/> <input id=\"commentText18\" name=\"commentText18\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Heidegger-H%C3%B6lderlin-Subject-Poetic-Language\/dp\/0823223612\/ref=cm_lmf_img_19\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/31tv6LQT7qL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"Heidegger, H\u00f6lderlin, and the Subject of Poetic Language: Toward a New Poetics of Dasein (Perspectives in Continental Philosophy)\" width=\"80\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>19.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Heidegger-H%C3%B6lderlin-Subject-Poetic-Language\/dp\/0823223612\/ref=cm_lmf_tit_19\">Heidegger, H\u00f6lderlin, and the Subject of Poetic Language: Toward a New Poetics of Dasein (Perspectives in Continental Philosophy)<\/a><\/strong> by Jennifer Anna Gosetti-Ferencei<\/td>\n<\/tr>\n<tr>\n<td>$24.00\u00a0\u00a0\u00a0Used &amp; New from: $20.22<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0823223612\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_19\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"DYSw%2BK%2FvQuE9MCyVh4Ag72e2mChX3PIvJnipaic3s%2F1fsEyIDS5mOBdoPTCmlQV1ZrbRLePiEC87vIbPGNiQ%2FT%2Bb8hj8BGn1\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0823223612\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_19\" method=\"POST\"> <input id=\"type0823223612\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10823223612\" name=\"asin.1\" type=\"hidden\" value=\"0823223612\" \/> <input id=\"quantity.10823223612\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0823223612&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin19\" type=\"hidden\" value=\"0520217004\" \/> <input id=\"commentText19\" name=\"commentText19\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Language-Inquiry-Lyn-Hejinian\/dp\/0520217004\/ref=cm_lmf_img_20\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/51CamokGVgL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"The Language of Inquiry\" width=\"80\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>20.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Language-Inquiry-Lyn-Hejinian\/dp\/0520217004\/ref=cm_lmf_tit_20\">The Language of Inquiry<\/a><\/strong> by Lyn Hejinian<\/td>\n<\/tr>\n<tr>\n<td>$22.32\u00a0\u00a0\u00a0Used &amp; New from: $11.50<br \/>\n<a name=\"reviewHistoPop_0520217004_5403_star__contentDiv_reviewHistoPop_0520217004_5403\" href=\"http:\/\/www.amazon.com\/Language-Inquiry-Lyn-Hejinian\/product-reviews\/0520217004\/ref=lmf_20_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-4-0._V25749327_.gif\" border=\"0\" alt=\"4.0 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_0520217004_5403_button__contentDiv_reviewHistoPop_0520217004_5403\" href=\"http:\/\/www.amazon.com\/Language-Inquiry-Lyn-Hejinian\/product-reviews\/0520217004\/ref=lmf_20_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/Language-Inquiry-Lyn-Hejinian\/product-reviews\/0520217004\/ref=lmf_20_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">1 customer review<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('0520217004','reviewHistoPop_0520217004_5403');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_0520217004_5403\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0520217004\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_20\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"PIflIIdzGWt2GQBtU%2F%2FQ0pzTHBiahH9w%2B2bvXbIm4nCDl8DBSNSPkkGAmvXdRN4WuEl3RLsduRWzWm2QBU1vog%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0520217004\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_20\" method=\"POST\"> <input id=\"type0520217004\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10520217004\" name=\"asin.1\" type=\"hidden\" value=\"0520217004\" \/> <input id=\"quantity.10520217004\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0520217004&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin20\" type=\"hidden\" value=\"0819567280\" \/> <input id=\"commentText20\" name=\"commentText20\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/American-Poets-21st-Century-Wesleyan\/dp\/0819567280\/ref=cm_lmf_img_21\"><img decoding=\"async\" src=\"http:\/\/ecx.images-amazon.com\/images\/I\/4141FZ4DAFL._SL110_PIsitb-sticker-arrow-sm,TopRight,10,-13_OU01_.jpg\" border=\"0\" alt=\"American Poets in the 21st Century: The New Poetics (Wesleyan Poetry)\" width=\"80\" height=\"121\" align=\"center\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>21.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/American-Poets-21st-Century-Wesleyan\/dp\/0819567280\/ref=cm_lmf_tit_21\">American Poets in the 21st Century: The New Poetics (Wesleyan Poetry)<\/a><\/strong> by Claudia Rankine<\/td>\n<\/tr>\n<tr>\n<td>$21.86\u00a0\u00a0\u00a0Used &amp; New from: $10.70<br \/>\n<a name=\"reviewHistoPop_0819567280_4910_star__contentDiv_reviewHistoPop_0819567280_4910\" href=\"http:\/\/www.amazon.com\/American-Poets-21st-Century-Wesleyan\/product-reviews\/0819567280\/ref=lmf_21_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/customer-reviews\/ratings\/stars-4-0._V25749327_.gif\" border=\"0\" alt=\"4.0 out of 5 stars\" width=\"55\" height=\"12\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 55px; --smush-placeholder-aspect-ratio: 55\/12;\" \/> <\/a> <a name=\"reviewHistoPop_0819567280_4910_button__contentDiv_reviewHistoPop_0819567280_4910\" href=\"http:\/\/www.amazon.com\/American-Poets-21st-Century-Wesleyan\/product-reviews\/0819567280\/ref=lmf_21_cm_cr_acr_img?ie=UTF8&amp;showViewpoints=1\"><img decoding=\"async\" data-src=\"http:\/\/g-ecx.images-amazon.com\/images\/G\/01\/x-locale\/common\/carrot._V47081519_.gif\" border=\"0\" alt=\"See all reviews\" width=\"11\" height=\"11\" align=\"absbottom\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 11px; --smush-placeholder-aspect-ratio: 11\/11;\" \/> <\/a>(<a href=\"http:\/\/www.amazon.com\/American-Poets-21st-Century-Wesleyan\/product-reviews\/0819567280\/ref=lmf_21_cm_cr_acr_txt?ie=UTF8&amp;showViewpoints=1\">3 customer reviews<\/a>)                           <script type=\"text\/javascript\">\/\/ <![CDATA[\n                             amznJQ.onReady('popover', function() {                               jQueryInitHistoPopovers('0819567280','reviewHistoPop_0819567280_4910');                             });\n\/\/ ]]><\/script><\/p>\n<div id=\"contentDiv_reviewHistoPop_0819567280_4910\">\n<table border=\"0\" cellspacing=\"5\" cellpadding=\"0\" bgcolor=\"#ffffff\">\n<tbody>\n<tr>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0819567280\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_21\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"K5hL%2B9VkTvVTASK3b%2BIGijM7%2FRb4B3uUArbAT8yiYDQC7t1jcpGwPuo7C7J5Vs%2Bc%2Bvn36ZSfgtja9FTzkmuncg%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\">\n<form id=\"wishlist0819567280\" action=\"\/gp\/registry\/add-item.html\/ref=cm_lmf_awl_21\" method=\"POST\"> <input id=\"type0819567280\" name=\"type\" type=\"hidden\" value=\"wishlist\" \/> <input id=\"asin.10819567280\" name=\"asin.1\" type=\"hidden\" value=\"0819567280\" \/> <input id=\"quantity.10819567280\" name=\"quantity.1\" type=\"hidden\" value=\"1\" \/> <\/form>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0819567280&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><input name=\"asin21\" type=\"hidden\" value=\"0810117908\" \/> <input id=\"commentText21\" name=\"commentText21\" type=\"hidden\" \/><\/p>\n<table border=\"0\" cellspacing=\"0\" width=\"98%\">\n<tbody>\n<tr>\n<td width=\"115\" align=\"center\" valign=\"top\"><a href=\"http:\/\/www.amazon.com\/Prior-Meaning-Protosemantic-Avant-Garde-Modernism\/dp\/0810117908\/ref=cm_lmf_img_22\"><img decoding=\"async\" data-src=\"http:\/\/ecx.images-amazon.com\/images\/I\/41GREP08TGL._SL110_.jpg\" border=\"0\" alt=\"Prior to Meaning: The Protosemantic and Poetics (Avant-Garde &amp; Modernism Studies)\" width=\"73\" height=\"110\" align=\"center\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 73px; --smush-placeholder-aspect-ratio: 73\/110;\" \/><\/a><\/td>\n<td valign=\"top\">\n<table border=\"0\" cellspacing=\"0\" width=\"100%\">\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>22.\u00a0\u00a0<a href=\"http:\/\/www.amazon.com\/Prior-Meaning-Protosemantic-Avant-Garde-Modernism\/dp\/0810117908\/ref=cm_lmf_tit_22\">Prior to Meaning: The Protosemantic and Poetics (Avant-Garde &amp; Modernism Studies)<\/a><\/strong> by Steve McCaffery<\/td>\n<\/tr>\n<tr>\n<td>$29.95\u00a0\u00a0\u00a0Used &amp; New from: $25.00<\/td>\n<td align=\"right\" valign=\"bottom\">\n<table cellspacing=\"4\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td valign=\"top\">\n<form id=\"buy0810117908\" action=\"\/gp\/item-dispatch\/ref=cm_lmf_atc_22\" method=\"post\"> <input name=\"session-id\" type=\"hidden\" value=\"190-1873927-9251740\" \/> <input id=\"offeringID.1\" name=\"offeringID.1\" type=\"hidden\" value=\"xKn3LRksnqd4kkV0n9hqfd3wOEruTmWTp2zd9a%2F9eGnpR%2FD44pxIgkPHqzMNo6RVzE%2Bvz6Y%2F%2F6FZchKJv%2BDyCw%3D%3D\" \/> <input id=\"signInToHUC\" name=\"signInToHUC\" type=\"hidden\" value=\"0\" \/> <\/form>\n<\/td>\n<td valign=\"top\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div><a href=\"http:\/\/www.amazon.com\/gp\/richpub\/listmania\/createpipeline\/ref=cm_fvlm_clm?ie=UTF8&amp;asin0=0810117908&amp;numAsins=1\">Create your own Listmania! with this product<\/a><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>&#8230;via Amazon \u2014\u00a0 Happy hols, i.e. good reading&#8230; Essential Guides to Contemporary Poetics A Listmania! list by Katerina Varga (Montreal, Canada) Share with Friends 1.\u00a0\u00a0The Material of Poetry: Sketches for a Philosophical Poetics (Georgia&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23,24,90,94,1],"tags":[203,1735,1736,714],"class_list":["post-2653","post","type-post","status-publish","format-standard","hentry","category-book-reviews","category-books","category-poetics","category-poets","category-uncategorized","tag-booklist","tag-poetics","tag-poetry","tag-theory"],"_links":{"self":[{"href":"https:\/\/pierrejoris.com\/blog\/wp-json\/wp\/v2\/posts\/2653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pierrejoris.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pierrejoris.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pierrejoris.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pierrejoris.com\/blog\/wp-json\/wp\/v2\/comments?post=2653"}],"version-history":[{"count":0,"href":"https:\/\/pierrejoris.com\/blog\/wp-json\/wp\/v2\/posts\/2653\/revisions"}],"wp:attachment":[{"href":"https:\/\/pierrejoris.com\/blog\/wp-json\/wp\/v2\/media?parent=2653"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pierrejoris.com\/blog\/wp-json\/wp\/v2\/categories?post=2653"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pierrejoris.com\/blog\/wp-json\/wp\/v2\/tags?post=2653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}