ÀÖ²¥´«Ã½ is a CAE Approved Provider, meaning ÀÖ²¥´«Ã½'s education sessions meet the requirements for fulfilling the professional development requirements to earn or maintain the Certified Association Executive credential. For more information about the CAE credential or Approved Provider program, visit .
to identify if we are on blog index or detail page.
When on detail page: On page load, the header slideshow is hidden, allowing
for JS at bottom of page to update the image and then show main image in
header slideshow without flashing content while image is updated.
*/
var className = true ? "blog-detail" : "blog-index";
document.querySelector('body').classList.add(className);