if(paramsDiv) {
            if (jQuery(paramsDiv).find('.person-photo-url').length > 0) personPhotoUrl = jQuery(paramsDiv).find('.person-photo-url').html();
          } else if (typeof jQuery(this).data('person-photo-url') !== "undefined") {
            personPhotoUrl = jQuery(this).data('person-photo-url');
          }