var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"N/A\" target=\"_blank\">CANCELLED Pennsic War XLIX<\/a><\/h4><p class=\"feed-item-desc\">July 30-August 15, 2021.  Hosted by Aethelmearc.  <\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=762cc27c\" target=\"_blank\">Stierbach Baronial Birthday XXIII<\/a><\/h4><p class=\"feed-item-desc\">August 7, 2021.  Hosted by the Barony of Stierbach in Spotsylvania, VA.  Their Royal Majesties will be attending.<\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=ea0e5509\" target=\"_blank\">Queen&#39;s Rapier Tourney<\/a><\/h4><p class=\"feed-item-desc\">August 13-14, 2021.  Hosted by the Barony of Raven\'s Cove in Richlands, NC.  Their Royal Majesties and Their Royal Majesties will be attending.<\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=7d6cd80f\" target=\"_blank\">Sacred Stone Baronial Birthday<\/a><\/h4><p class=\"feed-item-desc\">September 3-5, 2021.  Hosted by the Barony of Sacred Stone in Boonville, NC.  Their Royal Majesties, Their Royal Majesties,  and His Royal Majesty will be attending.<\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=81967\" target=\"_blank\">Acier Ascension - The Rise of Steel<\/a><\/h4><p class=\"feed-item-desc\">September 4, 2021.  Hosted by the Barony of Windmasters\' Hill in Hillsborough, NC.  Their Royal Majesties, Their Royal Majesties, His Royal Majesty,  and Her Royal Majesty will be attending.<\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=a33f5c6f\" target=\"_blank\">Known World Symposium of the Americas<\/a><\/h4><p class=\"feed-item-desc\">September 11-12, 2021.  Hosted by the Barony of Marinus in Chesapeake, VA.  <\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=26456623\" target=\"_blank\">Not Quite Quarterly Braggin Rights Tourney<\/a><\/h4><p class=\"feed-item-desc\">September 11, 2021.  Hosted by the Canton of Ritterwald in Aiken, SC.  <\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=dec4e14c\" target=\"_blank\">Atlantia University<\/a><\/h4><p class=\"feed-item-desc\">September 18, 2021.  Hosted by the Barony of Hidden Mountain in Myrtle Beach, SC.  Their Royal Majesties, Their Royal Majesties, His Royal Majesty, Her Royal Majesty,  and Their Royal Majesties will be attending.<\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=69aff219\" target=\"_blank\">Battle on the Bay<\/a><\/h4><p class=\"feed-item-desc\">September 24-26, 2021.  Hosted by the Barony of Storvik in Upper Marlboro, MD.  Their Royal Majesties, Their Royal Majesties, His Royal Majesty, Her Royal Majesty, Their Royal Majesties,  and Their Royal Majesties will be attending.<\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=190f1e20\" target=\"_blank\">Tourney of the Silver Chalice<\/a><\/h4><p class=\"feed-item-desc\">September 25, 2021.  Hosted by the Barony of Hidden Mountain in Harleyville, SC.  <\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=e3ce1d09\" target=\"_blank\">Trial by Fire and Royal Archer<\/a><\/h4><p class=\"feed-item-desc\">October 1-3, 2021.  Hosted by the Barony of Bright Hills in Glem Arm, MD.  Their Royal Majesties, Their Royal Majesties, His Royal Majesty, Her Royal Majesty, Their Royal Majesties, Their Royal Majesties,  and Their Royal Majesties will be attending.<\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=7c865bd1\" target=\"_blank\">The Wild Hunt<\/a><\/h4><p class=\"feed-item-desc\">October 9-10, 2021.  Hosted by the Barony of Ponte Alto in Triangle, VA.  <\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=cf623a69\" target=\"_blank\">War of the Wings XV<\/a><\/h4><p class=\"feed-item-desc\">October 10-17, 2021.  Hosted by the Kingdom of Atlantia in Boonville, NC.  Their Royal Majesties, Their Royal Majesties, His Royal Majesty, Her Royal Majesty, Their Royal Majesties, Their Royal Majesties, Their Royal Majesties,  and Their Royal Majesties will be attending.<\/p><h4 class=\"feed-item-title\"><a href=\"http://atlantia.sca.org/event/?event_id=ea6795dd\" target=\"_blank\">Revenge of the Stitch VII<\/a><\/h4><p class=\"feed-item-desc\">October 22-24, 2021.  Hosted by the Shire of Spiaggia Levantina in Chestertown Road, MD.  <\/p><h4 class=\"feed-item-title\"><a href=\"N/A\" target=\"_blank\">Fall Crown Tourney (TBD)<\/a><\/h4><p class=\"feed-item-desc\">November 6, 2021.  Hosted by the Kingdom of Atlantia.  Their Royal Majesties, Their Royal Majesties, His Royal Majesty, Her Royal Majesty, Their Royal Majesties, Their Royal Majesties, Their Royal Majesties, Their Royal Majesties,  and Their Royal Majesties will be attending.<\/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);
