var flatfile = new switchcontent("entry-body", "div"); //arguments are class name and tag type
flatfile.collapsePrevious(true); //Allow more than 1 content to be open simultanously
flatfile.setPersist(false);
flatfile.defaultExpanded();
flatfile.init();

