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=\"http://funcall.blogspot.com/2023/06/fails-static-type-check-but-runs-anyway.html\" target=\"_blank\">Joe Marshall: Fails Static Type Check, but Runs Anyway<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"http://funcall.blogspot.com/2023/06/tail-recursion-in-rebol.html\" target=\"_blank\">Joe Marshall: Tail recursion in REBOL<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"http://abcl-dev.blogspot.com/2023/06/a-midsummers-eve-with-abcl-192.html\" target=\"_blank\">ABCL Dev: A Midsummer&#39;s Eve with ABCL 1.9.2<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"http://blog.quicklisp.org/2023/06/june-2023-quicklisp-dist-update-now.html\" target=\"_blank\">Quicklisp news: June 2023 Quicklisp dist update now available<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"http://quotenil.com/pax-browser.html\" target=\"_blank\">Gábor Melis: PAX Live Documentation Browser<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://www.fitzsim.org/blog/?p=681\" target=\"_blank\">Thomas Fitzsimmons: ulisp-repl<\/a><\/h4><div style=\"text-align: end;\">\n  <a href=\"https://rss.bloople.net/\" target=\"_blank\" style=\"color: #000000;\">Powered by RSS 2 HTML<\/a>\n<\/div>\n\n<!-- To create this output, visit: https://rss2html.net/build_embeds/new?embed_render_title=true&feed_render_description=false&feed_render_image=false&item_count=6&item_render_body=false&strip_html=false&template=legacy&url=https%3A%2F%2Fplanet.lisp.org%2Frss20.xml -->\n";
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);
