var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://haguepublishing.com/submissions-blog/?p=1029\" target=\"_blank\">NOW AVAILABLE – ‘The Wall Between the Worlds’ by Ruth Fox<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://haguepublishing.com/submissions-blog/?p=998\" target=\"_blank\">The City of Rockingham’s Short Fiction and Poetry Awards are now open<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://haguepublishing.com/submissions-blog/?p=994\" target=\"_blank\">Our July Newsletter is now available<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://haguepublishing.com/submissions-blog/?p=986\" target=\"_blank\">We’re now an official sponsor of the City of Rockingham’s 2020 Short Fiction and Poetry Awards<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://haguepublishing.com/submissions-blog/?p=979\" target=\"_blank\">Cover Reveal: ‘The Wall Between the Worlds’ by Ruth Fox<\/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);
