var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://www.liberationnews.org/activists-who-forced-elijah-mcclain-investigation-facing-retaliation-decades-in-prison/\" target=\"_blank\">Activists who forced Elijah McClain investigation facing retaliation, decades in prison<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://www.liberationnews.org/thousands-declare-their-solidarity-with-framed-denver-anti-racist-organizers-add-your-name-here/\" target=\"_blank\">Thousands declare their solidarity with framed Denver anti-racist organizers: Add your name here<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://www.liberationnews.org/indonesian-trade-union-fsebumi-supports-denver-activists-racism-must-be-fought-with-the-power-of-solidarity/\" target=\"_blank\">Indonesian trade union FSEBUMI supports Denver activists: “Racism must be fought with the power of solidarity”<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://www.liberationnews.org/san-diego-protesters-stand-in-solidarity-with-denver-activists-against-police-repression/\" target=\"_blank\">San Diego protesters stand in solidarity with Denver activists against police repression<\/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);
