var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"http://preservation.watercressline.co.uk/news/entry/mhrps-grand-draw-winners1\" target=\"_blank\">MHRPS Grand Draw Winners<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"http://preservation.watercressline.co.uk/news/entry/rolling-stock-and-artefacts-to-be-relocated-from-west-somerset-railway-to-w\" target=\"_blank\">Rolling stock &amp;amp; artefacts to be relocated from Somerset &amp;amp; Dorset Railway Trust to Watercress Line<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"http://preservation.watercressline.co.uk/news/entry/watercress-line-announces-festive-fun-with-father-christmas\" target=\"_blank\">Watercress Line announces festive fun with Father Christmas<\/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);
