if(paramsDiv) {
            if (jQuery(paramsDiv).find('.person-political-position-title').length > 0) personPoliticalPositionTitle = jQuery(paramsDiv).find('.person-political-position-title').html();
          } else if (typeof jQuery(this).data('person-political-position-title') !== "undefined") {
            personPoliticalPositionTitle = jQuery(this).data('person-political-position-title');
          }