var container = document.createElement("div");
container.innerHTML = "<h4 class=\"feed-item-title\"><a href=\"https://themagnumgroup.net/Blog/plasma-torch-guide/\" target=\"_blank\">The Plasma Torch Guide<\/a><\/h4><p class=\"feed-item-desc\">What Is Plasma?Image source: ResearchGate.net\"Plasma\" has different meanings in medical and industrial contexts. The industrial context being relevant to plasma torches, it is what we will discuss here. When the atoms of a gas are subjected to high energy, such as a strong electromagnetic field, electrons can cut loose from the atoms and move around freely. […]<\/p><h4 class=\"feed-item-title\"><a href=\"https://themagnumgroup.net/Blog/autocad-2021-block-palette/\" target=\"_blank\">AutoCAD 2021: Block Palette Improvements<\/a><\/h4><p class=\"feed-item-desc\">OverviewThis is the third in our series of posts discussing new features in AutoCAD 2021. Our earlier posts in the series are: AutoCAD 2021: the Drawing History Palette New in AutoCAD 2021: Xref Compare There\'s nothing new about the Block Palette per se, since it already exists in AutoCAD 2020. What AutoCAD 2021 has done is to enhance […]<\/p><h4 class=\"feed-item-title\"><a href=\"https://themagnumgroup.net/Blog/autocad-2021-xref-compare/\" target=\"_blank\">New in AutoCAD 2021: Xref Compare<\/a><\/h4><p class=\"feed-item-desc\">This is the second article in our series about new features in AutoCAD 2021, and is about how the platform streamlines tracking changes in DWG xref files. As in the case of the compare function in the Drawing History palette described in our earlier article, when you open a host drawing, AutoCAD 2021 immediately tells you […]<\/p><h4 class=\"feed-item-title\"><a href=\"https://themagnumgroup.net/Blog/drawing-history-palette/\" target=\"_blank\">AutoCAD 2021: the Drawing History Palette<\/a><\/h4><p class=\"feed-item-desc\">Among the AutoCAD 2021 new features, of particular interest to us was ‘Drawing History’, which makes it to significantly simpler to compare the current version of a drawing with any earlier version. Imagine that you have just returned from meeting with a client to get feedback on some development drawings you did for her proposed […]<\/p><h4 class=\"feed-item-title\"><a href=\"https://themagnumgroup.net/Blog/section-drawing/\" target=\"_blank\">A Guide to Section Drawing<\/a><\/h4><p class=\"feed-item-desc\">What is Section Drawing?Section drawing can be explained with a simple analogy: slicing a loaf of bread.If you had an unsliced loaf of fruit and nut bread and wanted to know how fruity and nutty it was, you would slice the loaf across the middle (say) and look at the sliced face of one of the […]<\/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);
