var container = document.createElement("div");
container.innerHTML = "<h3 class=\"feed-title\"><a href=\"https://dead.garden/gallery/index.html\" target=\"_blank\">Jo&#39;s Image Feed<\/a><\/h3><h4 class=\"feed-item-title\">my sci-fi bookshelf<\/h4><p class=\"feed-item-desc\">\n\n<a href=\"https://dead.garden/gallery/scifi-bookshelf.gif\"><img src=\"https://dead.garden/gallery/scifi-bookshelf.gif\" alt=\"a small shelf with two platforms. at the top there are two rows of Doctor Who books and other media. The bottom shelf consists mostly of Star Trek, but there is also The Hitchhikers Guide to the Galaxy\"><\/a>\n<p>At the <a href=\"https://events.indieweb.org/2024/02/homebrew-website-club-europe-london-pR7bmltWiZ4j\">HWC<\/a> we were talking about how we organize our bookshelves and I couldn\'t show it live because it\'s very far back, but here\'s my main book shelf! Most of my books are at my old place but my main collections are here on the shelf with my typewriter on it. As you can see it\'s mostly Dr Who and Star Trek books. All my other books are in a shelf like this that\'s lying down where I also keep some tech stuff.<\/p>\n\n<\/p><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=false&feed_render_description=false&feed_render_image=false&item_count=1&strip_html=false&template=legacy&url=https%3A%2F%2Fdead.garden%2Fgallery%2Ffeed.rss -->\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);
