var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://www.counterpunch.org/2021/07/29/scott-parkin/\" target=\"_blank\">Scott Parkin<\/a><\/h4><p class=\"feed-item-desc\"><p>Scott Parkin, a climate organizer and Counterpuncher, joins Eric to discuss climate activism and the indigenous-led resistance movement against pipelines in North America.<br>\n <a href=\"https://www.counterpunch.org/2021/07/29/scott-parkin/\">More<\/a><\/p>\n<p>The…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://www.counterpunch.org/2021/06/28/mike-gravel-rip/\" target=\"_blank\">Mike Gravel (RIP)<\/a><\/h4><p class=\"feed-item-desc\"><p>On this special episode of CounterPunch Radio, Eric pays tribute to former Senator Mike Gravel who passed away this week at the age of 91…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://www.counterpunch.org/2021/05/21/ramzy-baroud/\" target=\"_blank\">Ramzy Baroud<\/a><\/h4><p class=\"feed-item-desc\"><p>In this emergency podcast, Eric welcomes back author, journalist, and CounterPunch contributor Ramzy Baroud to discuss the latest Israeli aggression against the Palestinians, the political…<\/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);
