var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://new.flocknote.com/note/11943747\" target=\"_blank\">Join us for our next series: Priest, Prophet, King!<\/a><\/h4><p class=\"feed-item-desc\">Hello fellow young adults , We are now in the…<\/p><h4 class=\"feed-item-title\"><a href=\"https://new.flocknote.com/note/11844652\" target=\"_blank\">Reminder! We are having YA night tonight from 6:45 to 8:00pm...<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://new.flocknote.com/note/11120090\" target=\"_blank\">April 2021<\/a><\/h4><p class=\"feed-item-desc\">Hello fellow young adults , April 1st is here! I…<\/p><h4 class=\"feed-item-title\"><a href=\"https://new.flocknote.com/note/11663133\" target=\"_blank\">Hello fellow YA’s! We will have our last Lenten Bible Study tonight from 6:45-8:00pm. Join us to go over Easter...<\/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);
