var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"http://newsroom.ggu.edu/coronavirus/main/\" target=\"_blank\">Coronavirus Updates<\/a><\/h4><p class=\"feed-item-desc\">Resources and FAQ for Faculty | Resources and FAQ for Students\nThe post Coronavirus Updates appeared first on GGU Newsroom.\n<\/p><h4 class=\"feed-item-title\"><a href=\"http://newsroom.ggu.edu/coronavirus/students/\" target=\"_blank\">Students<\/a><\/h4><p class=\"feed-item-desc\">Resources and FAQ for Faculty | Resources and FAQ for Students |Main Page On Monday, March 16, GGU closed its San Francisco building until at least April 7. This follows…<\/p><h4 class=\"feed-item-title\"><a href=\"http://newsroom.ggu.edu/coronavirus/faculty/\" target=\"_blank\">Faculty<\/a><\/h4><p class=\"feed-item-desc\">Resources and FAQ for Faculty | Resources and FAQ for Students |Main Page On Monday, March 16, GGU closed its San Francisco building until at least April 7. This follows…<\/p><h4 class=\"feed-item-title\"><a href=\"http://newsroom.ggu.edu/success-stories/ms-leadership-students-balance-marriage-and-school/\" target=\"_blank\">GGU Couple Shares Love, Work, and Business School<\/a><\/h4><p class=\"feed-item-desc\">Shared experiences can bind couples together, and for Nicole and Jordan Bosworth, that includes being students at GGU. As classmates in the MS Leadership program online, the couple are gaining…<\/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);
