var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://www.daywireless.com/blog/2020/12/21/using-integrated-security-technology-to-empower-hospitals-and-health-care-workers/\" target=\"_blank\">Using Integrated Security Technology to Empower Hospitals and Health Care Workers<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://www.daywireless.com/blog/2020/12/03/personal-information-compliance-could-mean-shift-to-encrypted-radio-for-california-public-agencies/\" target=\"_blank\">Personal Information Compliance Could Mean Shift to Encrypted Radio for California Public Agencies<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://www.daywireless.com/blog/2020/12/01/safer-schools-protecting-schools-and-protecting-the-future/\" target=\"_blank\">Safer Schools: Protecting Schools and Protecting the Future<\/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);
