var container = document.createElement("div");
container.innerHTML = "<h3 class=\"feed-title\"><a href=\"http://planet.lisp.org/\" target=\"_blank\">Planet Lisp<\/a><\/h3><h4 class=\"feed-item-title\"><a href=\"https://www.didierverna.net/blog/index.php?post/2020/03/16/TFM-1.1-Carolingan-Miniscules-is-released\" target=\"_blank\">Didier Verna: TFM 1.1 &quot;Carolingan Miniscules&quot; is released<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"http://within-parens.blogspot.com/2020/03/why-you-cannot-yet-portably-write.html\" target=\"_blank\">Marco Antoniotti: Why You Cannot (Yet) (Portably) Write an &quot;Interval Arithmetic&quot; Library in Common Lisp<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://www.lispers.de/#2020-03-02-Hamburg\" target=\"_blank\">Lispers.de: Hamburg Lispers Meetup, Monday, 2nd March 2020<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://reader.tymoon.eu/article/381\" target=\"_blank\">Nicolas Hafner: March Kandria Status Update - Gamedev<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://mstmetent.blogspot.com/2020/02/block-compilation-fresh-in-sbcl-202.html\" target=\"_blank\">Charles Zhang: Block compilation - &quot;Fresh&quot; in SBCL 2.0.2<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://www.lispers.de/#2020-02-24-Berlin\" target=\"_blank\">Lispers.de: Berlin Lispers Meetup, Monday, 24th February 2020<\/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);
