var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://news.mobar.org/a-simple-guide-to-legal-website-hosting/\" target=\"_blank\">A simple guide to legal website hosting<\/a><\/h4><p class=\"feed-item-desc\"><p><strong>By PracticePanther<\/strong><\/p><p>The number of potential clients searching for legal services exclusively online continues to increase. In 2018 <a href=\"https://www.lawyermarketing.com/blog/the-2021-consumer-legal-needs-survey-what-attorneys-need-to-know-part-ii/\" style=\"text-decoration:underline\">72 percent of respondents to Thomson Reuters’ U.S. Consumer Legal Needs Survey<\/a>…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://news.mobar.org/mn-091421/\" target=\"_blank\">MoveMakers &amp; NewsMakers for Sept. 14, 2021<\/a><\/h4><p class=\"feed-item-desc\"><p><a href=\"#stl\">St. Louis<\/a> | <a href=\"#kc\">Kansas City<\/a> | <a href=\"#other_areas\">Other Areas of the State<\/a><\/p><h2><a id=\"stl\" name=\"stl\">St. Louis<\/a><\/h2><p>Affinity Law Group, LLC, a St. Louis-based boutique business, estate planning and employment law firm, recently announced…<\/p><\/p><h4 class=\"feed-item-title\"><a href=\"https://news.mobar.org/lee-j-viorel-selected-for-2021-roser-award-for-excellence-in-bankruptcy-practice/\" target=\"_blank\">Lee J. Viorel selected for 2021 Roser Award for excellence in bankruptcy practice<\/a><\/h4><p class=\"feed-item-desc\"><p><img alt=\"\" src=\"https://presspage-production-content.s3.amazonaws.com/uploads/2361/500-roser-award-2021.png?x=1631561954030\" style=\"float:right; height:335px; margin:5px; width:400px\">Lee J. Viorel<span><span>, a partner at<\/span><\/span> Lowther Johnson in Springfield, has been selected for t<span><span>he 2021 Michael R. <\/span><\/span><span><span>Roser<\/span><\/span> <span><span>Excellence in Bankruptcy Award.<\/span><\/span><\/p><p><span><span>The Bankruptcy Creditor-Debtor Rights Committee<\/span><\/span>…<\/p><\/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);
