var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://store.counterpunch.org/2021/03/18/camila-escalante/\" target=\"_blank\">Camila Escalante<\/a><\/h4><p class=\"feed-item-desc\"><p>This time Eric welcomes journalist Camila Escalante to the show for an in-depth analysis of the recent election in Ecuador, what it means for the Left, and the latest in…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://store.counterpunch.org/2021/03/04/yassamine-mather/\" target=\"_blank\">Yassamine Mather<\/a><\/h4><p class=\"feed-item-desc\"><p>This week Eric welcomes back to the show Yassamine Mather to discuss the latest with Iran, US policy towards Tehran, COVID and more. Eric and Yassmine explore the Biden Administration\'s…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://store.counterpunch.org/2021/02/21/abby-martin/\" target=\"_blank\">Abby Martin<\/a><\/h4><p class=\"feed-item-desc\"><p>This week Eric welcomes activist, journalist, and filmmaker Abby Martin to the show to discuss Biden, US foreign policy, and the evolving nature of US imperialism. Eric and Abby explore…<\/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);
