var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://internetbee.neocities.org/links.html#new-links\" target=\"_blank\">new links<\/a><\/h4><p class=\"feed-item-desc\">\n				a few new links added to my collection: <a class=\"new-link\" href=\"http://www.beadiecritters.com/\" target=\"_blank\">Margo\'s Beadie Critter Collection<\/a>, <a class=\"new-link\" href=\"https://skins.webamp.org/\" target=\"_blank\">Winamp Skin Museum<\/a>, and <a class=\"new-link\" href=\"https://www.a11yproject.com/\" target=\"_blank\">The A11Y Project<\/a>.\n				<hr>\n			<\/p><h4 class=\"feed-item-title\"><a href=\"https://internetbee.neocities.org/archive/featured_031421.html\" target=\"_blank\">&#39;Sting&#39; earrings<\/a><\/h4><p class=\"feed-item-desc\">\n				<img class=\"bg\" src=\"https://i.etsystatic.com/16590280/r/il/4adad8/2972821587/il_794xN.2972821587_axzw.jpg\" /><br>\n				I\'ve turned a magical glowing blue Hobbit sword into a pair of shining dangly earrings! Check them out as my new featured content @<a href=\"https://internetbee.neocities.org/featured.html\">internetbee.neocities<\/a>\n				<hr>\n			<\/p><h4 class=\"feed-item-title\"><a href=\"https://internetbee.neocities.org/blog.html#022821\" target=\"_blank\">laser cutter bonanza<\/a><\/h4><p class=\"feed-item-desc\">\n				<img class=\"bg\" src=\"https://internetbee.neocities.org/image/art/Sting_acrylic.jpg\" /><br>\n				new blog post @<a href=\"https://internetbee.neocities.org/blog.html\">internetbee.neocities<\/a> \" Y\'ALL ok so at work we have a laser cutter, it\'s mainly used to etch name plates for clients but guess what GUESS WHAT. I\'ve somehow only just realized the potential of me having access to a laser cutter? ... \"\n				<hr>\n			<\/p><h4 class=\"feed-item-title\"><a href=\"https://internetbee.neocities.org/about.html\" target=\"_blank\">new page: about<\/a><\/h4><p class=\"feed-item-desc\">\n				<img class=\"bg centered\" src=\"https://internetbee.neocities.org/image/layout/bio/yellow1.png\" /><br>\n				hey check out my brand-new \"<a href=\"https://internetbee.neocities.org/about.html\">about<\/a>\" page on the web : ~ ) ALSO my \"art\" pages are now nested under a dropdown menu in the site navigation! good stuff\n				<hr>\n			<\/p><h4 class=\"feed-item-title\"><a href=\"https://internetbee.neocities.org/blog.html#110820\" target=\"_blank\">twinkly star GIFs forever<\/a><\/h4><p class=\"feed-item-desc\">\n				<img class=\"bg\" src=\"https://internetbee.neocities.org/image/gif/saturn.gif\" /><br>\n				new blog post @<a href=\"https://internetbee.neocities.org/blog.html\">internetbee.neocities<\/a> \"one of my podcasts, 99pi, released an episode last week called \'The Lost Cities of Geo\' ... \"\n				<hr>\n			<\/p><h4 class=\"feed-item-title\"><a href=\"https://internetbee.neocities.org/blog.html#100420\" target=\"_blank\">bits n bobs<\/a><\/h4><p class=\"feed-item-desc\">\n				<img class=\"bg\" src=\"https://internetbee.neocities.org/image/art/ghosty-on-dock.jpg\" /><br>\n				new blog post @<a href=\"https://internetbee.neocities.org/blog.html\">internetbee.neocities<\/a> \"... wanted to pop in and share a few artsy endeavors from here n there: ... \"\n				<hr>\n			<\/p>";
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);
