var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://www.counterpunch.org/2021/09/04/robert-hunziker/\" target=\"_blank\">Robert Hunziker<\/a><\/h4><p class=\"feed-item-desc\"><p>Environmental and climate journalist Robert Hunziker joins CounterPunch+ and CounterPunch Radio to discuss his latest writing about the climate apocalypse unfolding around us. Eric and…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://www.counterpunch.org/2021/08/18/eileen-jones/\" target=\"_blank\">Eileen Jones<\/a><\/h4><p class=\"feed-item-desc\"><p>On the latest CounterPunch Radio: Film critic and host of the Filmsuck podcast, Eileen Jones, stops by to chat with Eric about American movies, the…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://www.counterpunch.org/2021/08/06/paul-street-2/\" target=\"_blank\">Paul Street<\/a><\/h4><p class=\"feed-item-desc\"><p>This week Eric welcomes back to the show CounterPunch regular Paul Street to discuss Bidenism, Trumpism, and other contagious diseases. Paul doesn\'t hide his contempt…<\/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);
