var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://frias.hypotheses.org/285\" target=\"_blank\">Churchillian war-spirit vs. bazooka-deployment: British and German metaphors for the COVID-19 pandemic as a war<\/a><\/h4><p class=\"feed-item-desc\">by Prof. Dr. Andreas Musolff (University of East Anglia) When the urgency of the COVID-19 pandemic became publicly visible in March 2020, a number of political leaders rushed to declare a “war” on it, not dissimilar to earlier politicians’ pronouncements…<\/p><h4 class=\"feed-item-title\"><a href=\"https://frias.hypotheses.org/262\" target=\"_blank\">Pandemic, Utopia, and Disenchantment: Just a Bit of History Repeating?<\/a><\/h4><p class=\"feed-item-desc\">by Assistant Professor Dr. Niels Grüne (University of Innsbruck) Almost from the onset of the current pandemic, sanguine commentators have envisioned that the pervasiveness of the virus and of the lockdown measures would also have profound beneficent effects on Western…<\/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);
