var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://www.counterpunch.org/2021/11/05/helen-yaffe/\" target=\"_blank\">Helen Yaffe<\/a><\/h4><p class=\"feed-item-desc\"><p>This time Eric welcomes to the show author and researcher Helen Yaffe to discuss the post-revolutionary history of Cuba, the recent protests, the effects of…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://www.counterpunch.org/2021/10/29/andrew-cockburn/\" target=\"_blank\">Andrew Cockburn<\/a><\/h4><p class=\"feed-item-desc\"><p>Author and Washington editor of Harper\'s Magazine Andrew Cockburn joins CounterPunch to discuss his new book \"The Spoils of War: Power, Profit, and the American…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://www.counterpunch.org/2021/10/08/dave-zirin/\" target=\"_blank\">Dave Zirin<\/a><\/h4><p class=\"feed-item-desc\"><p>This time Eric welcomes back to the show Dave Zirin to discuss his latest book \"The Kaepernick Effect\" which explores how Colin Kaepernick\'s decision to…<\/p><\/p>";
var nodes = [].slice.call(container.childNodes);
var script = document.scripts[document.scripts.length - 1];
var parent = script.parentNode;
while(nodes.length > 0) parent.insertBefore(nodes.shift(), script);
parent.removeChild(script);
