var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://liberationschool.org/walter-rodneys-revolutionary-praxis-devyn-springer-interview/\" target=\"_blank\">Walter Rodney’s revolutionary praxis: An interview with Devyn Springer<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://liberationschool.org/chinas-foreign-policy-1949-today/\" target=\"_blank\">China’s foreign policy (1949-today): A 7-part podcast series<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://liberationschool.org/walter-rodney-on-george-jackson/\" target=\"_blank\">“George Jackson: Black Revolutionary,” by Walter Rodney<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://liberationschool.org/compton-cafeteria-riot/\" target=\"_blank\">Before Stonewall: The LGBTQ movement behind Compton’s Cafeteria riot<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://liberationschool.org/fascism-and-global-class-struggle-course/\" target=\"_blank\">Fascism and global class struggle: A 4-part PSL course<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://liberationschool.org/study-fast-train-fight-the-roots-of-black-august/\" target=\"_blank\">Study, fast, train, fight: The roots of Black August<\/a><\/h4>";
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);
