var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://store.counterpunch.org/kali-akuno/\" target=\"_blank\">Kali Akuno<\/a><\/h4><p class=\"feed-item-desc\">This week Eric welcomes Kali Akuno back to the show to discuss the bizarre political moment we\'re living through and the historical context necessary to understand it. Eric and Kali…<\/p><h4 class=\"feed-item-title\"><a href=\"https://store.counterpunch.org/joshua-frank/\" target=\"_blank\">Joshua Frank<\/a><\/h4><p class=\"feed-item-desc\">On the latest podcast Eric does an Election 2020 wrap up with CounterPunch managing editor Joshua Frank. Eric and Joshua discuss how Trump\'s loss will impact him and his movement…<\/p><h4 class=\"feed-item-title\"><a href=\"https://store.counterpunch.org/anthony-dimaggio-paul-street/\" target=\"_blank\">Anthony DiMaggio &amp; Paul Street<\/a><\/h4><p class=\"feed-item-desc\">On this special Election 2020 episode, Eric sits down with CounterPunch regulars Anthony DiMaggio and Paul Street to discuss the latest as the US elects its next executioner and much…<\/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);
