var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://store.counterpunch.org/2021/04/08/ross-benes/\" target=\"_blank\">Ross Benes<\/a><\/h4><p class=\"feed-item-desc\"><p>This week Eric chats with Ross Benes about his new book \"Rural Rebellion: How Nebraska Became a Republican Stronghold.\" The conversation explores the rightward trajectory of Nebraska\'s politics over the…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://store.counterpunch.org/2021/04/02/ruth-hopkins/\" target=\"_blank\">Ruth Hopkins<\/a><\/h4><p class=\"feed-item-desc\"><p>This week Eric welcomes Dakota/Lakota Sioux writer and indigenous defender Ruth Hopkins to discuss critical issues facing the Native community in the early days of the Biden Administration. Eric and…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://store.counterpunch.org/2021/03/26/david-roth/\" target=\"_blank\">David Roth<\/a><\/h4><p class=\"feed-item-desc\"><p>This week Eric welcomes David Roth, co-founder and co-owner of Defector, a new sports, politics, and culture media project and co-op, to the podcast to talk baseball, politics, and assorted…<\/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);
