var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"http://news.warwickshire.gov.uk/blog/2020/03/17/coronavirus-update-when-to-go-online-when-to-call-who-and-for-what/\" target=\"_blank\">Coronavirus update – when to go online, when to call, who and for what<\/a><\/h4><p class=\"feed-item-desc\">With the ongoing Coronavirus situation, some pharmacies are being overwhelmed so the public is being asked to help by only calling pharmacies where appropriate. In order to ease that pressure…<\/p><h4 class=\"feed-item-title\"><a href=\"http://news.warwickshire.gov.uk/blog/2020/03/17/funding-boost-for-warwickshires-historic-bridges/\" target=\"_blank\">Funding boost for Warwickshire’s historic bridges<\/a><\/h4><p class=\"feed-item-desc\">Warwickshire County Council’s Bridge Maintenance Team are delighted to announce that they have been successful in securing funding of £4.978M from the Department for Transport (DfT) through the Highways Maintenance…<\/p><h4 class=\"feed-item-title\"><a href=\"http://news.warwickshire.gov.uk/blog/2020/03/13/fire-service-awards-recognises-warwickshires-unsung-heroes/\" target=\"_blank\">Fire Service Awards recognises Warwickshire’s unsung heroes!<\/a><\/h4><p class=\"feed-item-desc\">An officer who has dedicated over four decades of his life to the Fire and Rescue Service has been formally recognised at Warwickshire County Council’s Fire and Rescue Service’s Long…<\/p><h4 class=\"feed-item-title\"><a href=\"http://news.warwickshire.gov.uk/blog/2020/03/12/social-worker-celebration-evening/\" target=\"_blank\">Social worker celebration evening<\/a><\/h4><p class=\"feed-item-desc\">Huge congratulations to all our amazing adult and children’s social workers who continue to advance their skills so that they can improve outcomes for people throughout Warwickshire. Over 40 team…<\/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);
