var container = document.createElement("div");
container.innerHTML = "<h3 class=\"feed-title\"><img class=\"feed-title-image\" src=\"https://news.bbcimg.co.uk/nol/shared/img/bbc_news_120x60.gif\"><a href=\"https://www.bbc.co.uk/news/\" target=\"_blank\">BBC News - Business<\/a><\/h3><h4 class=\"feed-item-title\"><a href=\"https://www.bbc.co.uk/news/business-65899622?at_medium=RSS&amp;at_campaign=KARANGA\" target=\"_blank\">Microsoft-Activision: US judge temporarily blocks \$69bn deal<\/a><\/h4><p class=\"feed-item-desc\">The deal to buy the Call of Duty publisher would be the largest in the history of the video games…<\/p><div style=\"text-align: end;\">\n  <a href=\"https://rss.bloople.net/\" target=\"_blank\" style=\"color: #000000;\">Powered by RSS 2 HTML<\/a>\n<\/div>\n\n<!-- To create this output, visit: https://rss2html.net/build_embeds/new?embed_render_title=true&feed_render_description=false&feed_render_image=true&item_count=1&item_max_words=20&strip_html=false&template=legacy&url=http%3A%2F%2Ffeeds.bbci.co.uk%2Fnews%2Fbusiness%2Frss.xml -->\n";
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);
