$section('h1.sub-section-' + sgUniqueIdentifier).each(function (i2, elem2) {
            curSectionData.heading = $section(this).text().replace(/^\s+|\s+$/g, '');
        });