var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://new.flocknote.com/note/12616760\" target=\"_blank\">A Letter from Bishop McElroy to the Diocese<\/a><\/h4><p class=\"feed-item-desc\">In addition to the statement above: Masks are optional at…<\/p><h4 class=\"feed-item-title\"><a href=\"https://new.flocknote.com/note/11392182\" target=\"_blank\">What should you nail to the cross?<\/a><\/h4><p class=\"feed-item-desc\">Hello OLPH Family! Unless we turn against our sin, it…<\/p><h4 class=\"feed-item-title\"><a href=\"https://new.flocknote.com/note/11286772\" target=\"_blank\">Children&#39;s Liturgy of the Word starting this Sunday!<\/a><\/h4><p class=\"feed-item-desc\">Hello OLPH Family! Adult Confirmation Classes are starting on April…<\/p><h4 class=\"feed-item-title\"><a href=\"https://new.flocknote.com/note/11172721\" target=\"_blank\">First Friday Adoration<\/a><\/h4><p class=\"feed-item-desc\">Hello OLPH Family! Well, it finally feels like things are…<\/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);
