var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"http://liberationschool.org/the-communist-manifesto-study-guide/\" target=\"_blank\">The Communist Manifesto study guide</a></h4><h4 class=\"feed-item-title\"><a href=\"http://liberationschool.org/williana-burroughs-communist-housing-organizer/\" target=\"_blank\">Williana Burroughs: Communist housing organizer</a></h4><h4 class=\"feed-item-title\"><a href=\"http://liberationschool.org/la-enfermedad-infantil-del-izquierdismo-en-el-comunismo-y-el-movimiento-hoy/\" target=\"_blank\">La enfermedad infantil del “izquierdismo” en el comunismo y el movimiento hoy</a></h4><h4 class=\"feed-item-title\"><a href=\"http://liberationschool.org/the-state-and-revolution-changed-history/\" target=\"_blank\">How “The State and Revolution” changed history</a></h4><h4 class=\"feed-item-title\"><a href=\"http://liberationschool.org/toward-a-socialist-understanding-of-gentrification-not-just-rich-people-and-cafes/\" target=\"_blank\">Not just rich people and cafes: Toward a socialist understanding of gentrification</a></h4><h4 class=\"feed-item-title\"><a href=\"http://liberationschool.org/fred-hampton-on-revolution-and-racism/\" target=\"_blank\">Fred Hampton on revolution and racism</a></h4><div class=\"rss2html-note\" style=\"float: right;\"><a href=\"https://rss.bloople.net/\" style=\"color: #000000;\">Powered by rss2html</a></div><div class=\"rss2html-note-clear\" style=\"clear: right; height: 0;\"></div>";
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);
