var container = document.createElement("div");
container.innerHTML = "<p>Sorry, your request could not be processed:<\/p>\n<ul style=\'font-family: monospace;\'>\n<li>The URL you supplied did not contain a valid feed. You supplied: &quot;http://news.warwickshire.gov.uk/feed/&quot;<\/li>\n<\/ul>\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);
