WP_Rewrite {#1840
  +permalink_structure: "/%category%/%postname%/"
  +use_trailing_slashes: true
  +author_base: "author"
  +author_structure: "/author/%author%"
  +date_structure: "/%year%/%monthnum%/%day%"
  +page_structure: "%pagename%"
  +search_base: "search"
  +search_structure: "search/%search%"
  +comments_base: "comments"
  +pagination_base: "page"
  +comments_pagination_base: "comment-page"
  +feed_base: "feed"
  +comment_feed_structure: ?
  +feed_structure: ?
  +front: "/"
  +root: ""
  +index: "index.php"
  +matches: "matches"
  +rules: array:1076 [
    "programs/?$" => "index.php?post_type=program"
    "programs/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=program&feed=$matches[1]"
    "programs/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=program&feed=$matches[1]"
    "programs/page/([0-9]{1,})/?$" => "index.php?post_type=program&paged=$matches[1]"
    "news/?$" => "index.php?post_type=news"
    "news/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=news&feed=$matches[1]"
    "news/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=news&feed=$matches[1]"
    "news/page/([0-9]{1,})/?$" => "index.php?post_type=news&paged=$matches[1]"
    "events/?$" => "index.php?post_type=event"
    "events/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=event&feed=$matches[1]"
    "events/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=event&feed=$matches[1]"
    "events/page/([0-9]{1,})/?$" => "index.php?post_type=event&paged=$matches[1]"
    "impact-area/?$" => "index.php?post_type=impact_area"
    "impact-area/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=impact_area&feed=$matches[1]"
    "impact-area/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=impact_area&feed=$matches[1]"
    "impact-area/page/([0-9]{1,})/?$" => "index.php?post_type=impact_area&paged=$matches[1]"
    "series/?$" => "index.php?post_type=series"
    "series/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=series&feed=$matches[1]"
    "series/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=series&feed=$matches[1]"
    "series/page/([0-9]{1,})/?$" => "index.php?post_type=series&paged=$matches[1]"
    "topic/?$" => "index.php?post_type=topic"
    "topic/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=topic&feed=$matches[1]"
    "topic/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=topic&feed=$matches[1]"
    "topic/page/([0-9]{1,})/?$" => "index.php?post_type=topic&paged=$matches[1]"
    "people/?$" => "index.php?post_type=people"
    "people/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=people&feed=$matches[1]"
    "people/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=people&feed=$matches[1]"
    "people/page/([0-9]{1,})/?$" => "index.php?post_type=people&paged=$matches[1]"
    "^wp-json/?$" => "index.php?rest_route=/"
    "^wp-json/(.*)?" => "index.php?rest_route=/$matches[1]"
    "^index.php/wp-json/?$" => "index.php?rest_route=/"
    "^index.php/wp-json/(.*)?" => "index.php?rest_route=/$matches[1]"
    "^wp-sitemap\.xml$" => "index.php?sitemap=index"
    "^wp-sitemap\.xsl$" => "index.php?sitemap-stylesheet=sitemap"
    "^wp-sitemap-index\.xsl$" => "index.php?sitemap-stylesheet=index"
    "^wp-sitemap-([a-z]+?)-([a-z\d_-]+?)-(\d+?)\.xml$" => "index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]"
    "^wp-sitemap-([a-z]+?)-(\d+?)\.xml$" => "index.php?sitemap=$matches[1]&paged=$matches[2]"
    "^auth/(.*)?/?$" => "index.php?auth=$matches[1]"
    "^auth/?$" => "index.php?auth=index"
    "programs/alliance-for-social-trust/topics/?$" => "index.php?post_type=topic_5955"
    "programs/alliance-for-social-trust/topics/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=topic_5955&feed=$matches[1]"
    "programs/alliance-for-social-trust/topics/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=topic_5955&feed=$matches[1]"
    "programs/alliance-for-social-trust/topics/page/([0-9]{1,})/?$" => "index.php?post_type=topic_5955&paged=$matches[1]"
    "category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?category_name=$matches[1]&feed=$matches[2]"
    "category/(.+?)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?category_name=$matches[1]&feed=$matches[2]"
    "category/(.+?)/embed/?$" => "index.php?category_name=$matches[1]&embed=true"
    "category/(.+?)/page/?([0-9]{1,})/?$" => "index.php?category_name=$matches[1]&paged=$matches[2]"
    "category/(.+?)/?$" => "index.php?category_name=$matches[1]"
    "tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?tag=$matches[1]&feed=$matches[2]"
    "tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?tag=$matches[1]&feed=$matches[2]"
    "tag/([^/]+)/embed/?$" => "index.php?tag=$matches[1]&embed=true"
    "tag/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?tag=$matches[1]&paged=$matches[2]"
    "tag/([^/]+)/?$" => "index.php?tag=$matches[1]"
    "type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_format=$matches[1]&feed=$matches[2]"
    "type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_format=$matches[1]&feed=$matches[2]"
    "type/([^/]+)/embed/?$" => "index.php?post_format=$matches[1]&embed=true"
    "type/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?post_format=$matches[1]&paged=$matches[2]"
    "type/([^/]+)/?$" => "index.php?post_format=$matches[1]"
    "programs/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/(.+?)/embed/?$" => "index.php?program=$matches[1]&embed=true"
    "programs/(.+?)/trackback/?$" => "index.php?program=$matches[1]&tb=1"
    "programs/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?program=$matches[1]&feed=$matches[2]"
    "programs/(.+?)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?program=$matches[1]&feed=$matches[2]"
    "programs/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program=$matches[1]&paged=$matches[2]"
    "programs/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program=$matches[1]&cpage=$matches[2]"
    "programs/(.+?)/calendar(/(.*))?/?$" => "index.php?program=$matches[1]&calendar=$matches[3]"
    "programs/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/(.+?)(?:/([0-9]+))?/?$" => "index.php?program=$matches[1]&page=$matches[2]"
    "news/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "news/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "news/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "news/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "news/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "news/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "news/([^/]+)/embed/?$" => "index.php?news=$matches[1]&embed=true"
    "news/([^/]+)/trackback/?$" => "index.php?news=$matches[1]&tb=1"
    "news/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?news=$matches[1]&feed=$matches[2]"
    "news/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?news=$matches[1]&feed=$matches[2]"
    "news/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?news=$matches[1]&paged=$matches[2]"
    "news/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?news=$matches[1]&cpage=$matches[2]"
    "news/([^/]+)/calendar(/(.*))?/?$" => "index.php?news=$matches[1]&calendar=$matches[3]"
    "news/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "news/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "news/([^/]+)(?:/([0-9]+))?/?$" => "index.php?news=$matches[1]&page=$matches[2]"
    "news/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "news/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "news/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "news/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "news/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "news/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "events/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "events/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "events/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "events/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "events/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "events/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "events/(.+?)/embed/?$" => "index.php?event=$matches[1]&embed=true"
    "events/(.+?)/trackback/?$" => "index.php?event=$matches[1]&tb=1"
    "events/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?event=$matches[1]&feed=$matches[2]"
    "events/(.+?)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?event=$matches[1]&feed=$matches[2]"
    "events/(.+?)/page/?([0-9]{1,})/?$" => "index.php?event=$matches[1]&paged=$matches[2]"
    "events/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?event=$matches[1]&cpage=$matches[2]"
    "events/(.+?)/calendar(/(.*))?/?$" => "index.php?event=$matches[1]&calendar=$matches[3]"
    "events/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "events/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "events/(.+?)(?:/([0-9]+))?/?$" => "index.php?event=$matches[1]&page=$matches[2]"
    "impact-area/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "impact-area/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "impact-area/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "impact-area/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "impact-area/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "impact-area/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "impact-area/([^/]+)/embed/?$" => "index.php?impact_area=$matches[1]&embed=true"
    "impact-area/([^/]+)/trackback/?$" => "index.php?impact_area=$matches[1]&tb=1"
    "impact-area/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?impact_area=$matches[1]&feed=$matches[2]"
    "impact-area/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?impact_area=$matches[1]&feed=$matches[2]"
    "impact-area/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?impact_area=$matches[1]&paged=$matches[2]"
    "impact-area/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?impact_area=$matches[1]&cpage=$matches[2]"
    "impact-area/([^/]+)/calendar(/(.*))?/?$" => "index.php?impact_area=$matches[1]&calendar=$matches[3]"
    "impact-area/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "impact-area/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "impact-area/([^/]+)(?:/([0-9]+))?/?$" => "index.php?impact_area=$matches[1]&page=$matches[2]"
    "impact-area/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "impact-area/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "impact-area/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "impact-area/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "impact-area/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "impact-area/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "series/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "series/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "series/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "series/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "series/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "series/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "series/([^/]+)/embed/?$" => "index.php?series=$matches[1]&embed=true"
    "series/([^/]+)/trackback/?$" => "index.php?series=$matches[1]&tb=1"
    "series/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?series=$matches[1]&feed=$matches[2]"
    "series/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?series=$matches[1]&feed=$matches[2]"
    "series/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?series=$matches[1]&paged=$matches[2]"
    "series/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?series=$matches[1]&cpage=$matches[2]"
    "series/([^/]+)/calendar(/(.*))?/?$" => "index.php?series=$matches[1]&calendar=$matches[3]"
    "series/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "series/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "series/([^/]+)(?:/([0-9]+))?/?$" => "index.php?series=$matches[1]&page=$matches[2]"
    "series/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "series/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "series/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "series/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "series/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "series/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "topic/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "topic/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "topic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "topic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "topic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "topic/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "topic/([^/]+)/embed/?$" => "index.php?topic=$matches[1]&embed=true"
    "topic/([^/]+)/trackback/?$" => "index.php?topic=$matches[1]&tb=1"
    "topic/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?topic=$matches[1]&feed=$matches[2]"
    "topic/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?topic=$matches[1]&feed=$matches[2]"
    "topic/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?topic=$matches[1]&paged=$matches[2]"
    "topic/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?topic=$matches[1]&cpage=$matches[2]"
    "topic/([^/]+)/calendar(/(.*))?/?$" => "index.php?topic=$matches[1]&calendar=$matches[3]"
    "topic/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "topic/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "topic/([^/]+)(?:/([0-9]+))?/?$" => "index.php?topic=$matches[1]&page=$matches[2]"
    "topic/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "topic/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "topic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "topic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "topic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "topic/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "people/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "people/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "people/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "people/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "people/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "people/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "people/([^/]+)/embed/?$" => "index.php?people=$matches[1]&embed=true"
    "people/([^/]+)/trackback/?$" => "index.php?people=$matches[1]&tb=1"
    "people/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?people=$matches[1]&feed=$matches[2]"
    "people/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?people=$matches[1]&feed=$matches[2]"
    "people/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?people=$matches[1]&paged=$matches[2]"
    "people/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?people=$matches[1]&cpage=$matches[2]"
    "people/([^/]+)/calendar(/(.*))?/?$" => "index.php?people=$matches[1]&calendar=$matches[3]"
    "people/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "people/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "people/([^/]+)(?:/([0-9]+))?/?$" => "index.php?people=$matches[1]&page=$matches[2]"
    "people/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "people/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "people/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "people/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "people/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "people/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "news/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?news_type=$matches[1]&feed=$matches[2]"
    "news/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?news_type=$matches[1]&feed=$matches[2]"
    "news/type/([^/]+)/embed/?$" => "index.php?news_type=$matches[1]&embed=true"
    "news/type/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?news_type=$matches[1]&paged=$matches[2]"
    "news/type/([^/]+)/?$" => "index.php?news_type=$matches[1]"
    "event-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?event_type=$matches[1]&feed=$matches[2]"
    "event-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?event_type=$matches[1]&feed=$matches[2]"
    "event-type/([^/]+)/embed/?$" => "index.php?event_type=$matches[1]&embed=true"
    "event-type/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?event_type=$matches[1]&paged=$matches[2]"
    "event-type/([^/]+)/?$" => "index.php?event_type=$matches[1]"
    "programs/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?program_type=$matches[1]&feed=$matches[2]"
    "programs/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?program_type=$matches[1]&feed=$matches[2]"
    "programs/type/([^/]+)/embed/?$" => "index.php?program_type=$matches[1]&embed=true"
    "programs/type/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?program_type=$matches[1]&paged=$matches[2]"
    "programs/type/([^/]+)/?$" => "index.php?program_type=$matches[1]"
    "department/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?department=$matches[1]&feed=$matches[2]"
    "department/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?department=$matches[1]&feed=$matches[2]"
    "department/([^/]+)/embed/?$" => "index.php?department=$matches[1]&embed=true"
    "department/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?department=$matches[1]&paged=$matches[2]"
    "department/([^/]+)/?$" => "index.php?department=$matches[1]"
    "team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?team=$matches[1]&feed=$matches[2]"
    "team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?team=$matches[1]&feed=$matches[2]"
    "team/([^/]+)/embed/?$" => "index.php?team=$matches[1]&embed=true"
    "team/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?team=$matches[1]&paged=$matches[2]"
    "team/([^/]+)/?$" => "index.php?team=$matches[1]"
    "expertise/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?expertise=$matches[1]&feed=$matches[2]"
    "expertise/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?expertise=$matches[1]&feed=$matches[2]"
    "expertise/([^/]+)/embed/?$" => "index.php?expertise=$matches[1]&embed=true"
    "expertise/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?expertise=$matches[1]&paged=$matches[2]"
    "expertise/([^/]+)/?$" => "index.php?expertise=$matches[1]"
    "events/location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?location=$matches[1]&feed=$matches[2]"
    "events/location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?location=$matches[1]&feed=$matches[2]"
    "events/location/([^/]+)/embed/?$" => "index.php?location=$matches[1]&embed=true"
    "events/location/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?location=$matches[1]&paged=$matches[2]"
    "events/location/([^/]+)/?$" => "index.php?location=$matches[1]"
    "programs/artsprogram/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/artsprogram/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/artsprogram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/artsprogram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/artsprogram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/artsprogram/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/artsprogram/(.+?)/embed/?$" => "index.php?program_1175=$matches[1]&embed=true"
    "programs/artsprogram/(.+?)/trackback/?$" => "index.php?program_1175=$matches[1]&tb=1"
    "programs/artsprogram/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1175=$matches[1]&paged=$matches[2]"
    "programs/artsprogram/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1175=$matches[1]&cpage=$matches[2]"
    "programs/artsprogram/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1175=$matches[1]&calendar=$matches[3]"
    "programs/artsprogram/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/artsprogram/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/artsprogram/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1175=$matches[1]&page=$matches[2]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/economic-opportunities-program/(.+?)/embed/?$" => "index.php?program_1179=$matches[1]&embed=true"
    "programs/economic-opportunities-program/(.+?)/trackback/?$" => "index.php?program_1179=$matches[1]&tb=1"
    "programs/economic-opportunities-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1179=$matches[1]&paged=$matches[2]"
    "programs/economic-opportunities-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1179=$matches[1]&cpage=$matches[2]"
    "programs/economic-opportunities-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1179=$matches[1]&calendar=$matches[3]"
    "programs/economic-opportunities-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/economic-opportunities-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1179=$matches[1]&page=$matches[2]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/business-and-society-program/(.+?)/embed/?$" => "index.php?program_1185=$matches[1]&embed=true"
    "programs/business-and-society-program/(.+?)/trackback/?$" => "index.php?program_1185=$matches[1]&tb=1"
    "programs/business-and-society-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1185=$matches[1]&paged=$matches[2]"
    "programs/business-and-society-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1185=$matches[1]&cpage=$matches[2]"
    "programs/business-and-society-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1185=$matches[1]&calendar=$matches[3]"
    "programs/business-and-society-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-and-society-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1185=$matches[1]&page=$matches[2]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/justice-and-society-program/(.+?)/embed/?$" => "index.php?program_1195=$matches[1]&embed=true"
    "programs/justice-and-society-program/(.+?)/trackback/?$" => "index.php?program_1195=$matches[1]&tb=1"
    "programs/justice-and-society-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1195=$matches[1]&paged=$matches[2]"
    "programs/justice-and-society-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1195=$matches[1]&cpage=$matches[2]"
    "programs/justice-and-society-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1195=$matches[1]&calendar=$matches[3]"
    "programs/justice-and-society-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/justice-and-society-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1195=$matches[1]&page=$matches[2]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-global-innovators-group/(.+?)/embed/?$" => "index.php?program_1243=$matches[1]&embed=true"
    "programs/aspen-global-innovators-group/(.+?)/trackback/?$" => "index.php?program_1243=$matches[1]&tb=1"
    "programs/aspen-global-innovators-group/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1243=$matches[1]&paged=$matches[2]"
    "programs/aspen-global-innovators-group/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1243=$matches[1]&cpage=$matches[2]"
    "programs/aspen-global-innovators-group/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1243=$matches[1]&calendar=$matches[3]"
    "programs/aspen-global-innovators-group/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-global-innovators-group/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1243=$matches[1]&page=$matches[2]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/agent-orange-in-vietnam-program/(.+?)/embed/?$" => "index.php?program_1252=$matches[1]&embed=true"
    "programs/agent-orange-in-vietnam-program/(.+?)/trackback/?$" => "index.php?program_1252=$matches[1]&tb=1"
    "programs/agent-orange-in-vietnam-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1252=$matches[1]&paged=$matches[2]"
    "programs/agent-orange-in-vietnam-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1252=$matches[1]&cpage=$matches[2]"
    "programs/agent-orange-in-vietnam-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1252=$matches[1]&calendar=$matches[3]"
    "programs/agent-orange-in-vietnam-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/agent-orange-in-vietnam-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1252=$matches[1]&page=$matches[2]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/sports-and-society/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/sports-and-society/(.+?)/embed/?$" => "index.php?program_1288=$matches[1]&embed=true"
    "programs/sports-and-society/(.+?)/trackback/?$" => "index.php?program_1288=$matches[1]&tb=1"
    "programs/sports-and-society/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1288=$matches[1]&paged=$matches[2]"
    "programs/sports-and-society/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1288=$matches[1]&cpage=$matches[2]"
    "programs/sports-and-society/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1288=$matches[1]&calendar=$matches[3]"
    "programs/sports-and-society/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/sports-and-society/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1288=$matches[1]&page=$matches[2]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-strategy-group/(.+?)/embed/?$" => "index.php?program_1323=$matches[1]&embed=true"
    "programs/aspen-strategy-group/(.+?)/trackback/?$" => "index.php?program_1323=$matches[1]&tb=1"
    "programs/aspen-strategy-group/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1323=$matches[1]&paged=$matches[2]"
    "programs/aspen-strategy-group/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1323=$matches[1]&cpage=$matches[2]"
    "programs/aspen-strategy-group/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1323=$matches[1]&calendar=$matches[3]"
    "programs/aspen-strategy-group/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-strategy-group/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1323=$matches[1]&page=$matches[2]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/financial-security-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/financial-security-program/(.+?)/embed/?$" => "index.php?program_1350=$matches[1]&embed=true"
    "programs/financial-security-program/(.+?)/trackback/?$" => "index.php?program_1350=$matches[1]&tb=1"
    "programs/financial-security-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1350=$matches[1]&paged=$matches[2]"
    "programs/financial-security-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1350=$matches[1]&cpage=$matches[2]"
    "programs/financial-security-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1350=$matches[1]&calendar=$matches[3]"
    "programs/financial-security-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/financial-security-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1350=$matches[1]&page=$matches[2]"
    "programs/future-of-work/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/future-of-work/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/future-of-work/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/future-of-work/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/future-of-work/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/future-of-work/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/future-of-work/(.+?)/embed/?$" => "index.php?program_1354=$matches[1]&embed=true"
    "programs/future-of-work/(.+?)/trackback/?$" => "index.php?program_1354=$matches[1]&tb=1"
    "programs/future-of-work/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1354=$matches[1]&paged=$matches[2]"
    "programs/future-of-work/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1354=$matches[1]&cpage=$matches[2]"
    "programs/future-of-work/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1354=$matches[1]&calendar=$matches[3]"
    "programs/future-of-work/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/future-of-work/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/future-of-work/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1354=$matches[1]&page=$matches[2]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/education-and-society-program/(.+?)/embed/?$" => "index.php?program_1362=$matches[1]&embed=true"
    "programs/education-and-society-program/(.+?)/trackback/?$" => "index.php?program_1362=$matches[1]&tb=1"
    "programs/education-and-society-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1362=$matches[1]&paged=$matches[2]"
    "programs/education-and-society-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1362=$matches[1]&cpage=$matches[2]"
    "programs/education-and-society-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1362=$matches[1]&calendar=$matches[3]"
    "programs/education-and-society-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/education-and-society-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1362=$matches[1]&page=$matches[2]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/citizenship-and-american-identity-program/(.+?)/embed/?$" => "index.php?program_1368=$matches[1]&embed=true"
    "programs/citizenship-and-american-identity-program/(.+?)/trackback/?$" => "index.php?program_1368=$matches[1]&tb=1"
    "programs/citizenship-and-american-identity-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1368=$matches[1]&paged=$matches[2]"
    "programs/citizenship-and-american-identity-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1368=$matches[1]&cpage=$matches[2]"
    "programs/citizenship-and-american-identity-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1368=$matches[1]&calendar=$matches[3]"
    "programs/citizenship-and-american-identity-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/citizenship-and-american-identity-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1368=$matches[1]&page=$matches[2]"
    "programs/congressional-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/congressional-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/congressional-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/congressional-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/congressional-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/congressional-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/congressional-program/(.+?)/embed/?$" => "index.php?program_1374=$matches[1]&embed=true"
    "programs/congressional-program/(.+?)/trackback/?$" => "index.php?program_1374=$matches[1]&tb=1"
    "programs/congressional-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1374=$matches[1]&paged=$matches[2]"
    "programs/congressional-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1374=$matches[1]&cpage=$matches[2]"
    "programs/congressional-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1374=$matches[1]&calendar=$matches[3]"
    "programs/congressional-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/congressional-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/congressional-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1374=$matches[1]&page=$matches[2]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/philanthropy-and-social-innovation/(.+?)/embed/?$" => "index.php?program_1378=$matches[1]&embed=true"
    "programs/philanthropy-and-social-innovation/(.+?)/trackback/?$" => "index.php?program_1378=$matches[1]&tb=1"
    "programs/philanthropy-and-social-innovation/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1378=$matches[1]&paged=$matches[2]"
    "programs/philanthropy-and-social-innovation/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1378=$matches[1]&cpage=$matches[2]"
    "programs/philanthropy-and-social-innovation/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1378=$matches[1]&calendar=$matches[3]"
    "programs/philanthropy-and-social-innovation/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/philanthropy-and-social-innovation/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1378=$matches[1]&page=$matches[2]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/stevens-initiative/(.+?)/embed/?$" => "index.php?program_1390=$matches[1]&embed=true"
    "programs/stevens-initiative/(.+?)/trackback/?$" => "index.php?program_1390=$matches[1]&tb=1"
    "programs/stevens-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1390=$matches[1]&paged=$matches[2]"
    "programs/stevens-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1390=$matches[1]&cpage=$matches[2]"
    "programs/stevens-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1390=$matches[1]&calendar=$matches[3]"
    "programs/stevens-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/stevens-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1390=$matches[1]&page=$matches[2]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/community-strategies-group/(.+?)/embed/?$" => "index.php?program_1398=$matches[1]&embed=true"
    "programs/community-strategies-group/(.+?)/trackback/?$" => "index.php?program_1398=$matches[1]&tb=1"
    "programs/community-strategies-group/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1398=$matches[1]&paged=$matches[2]"
    "programs/community-strategies-group/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1398=$matches[1]&cpage=$matches[2]"
    "programs/community-strategies-group/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1398=$matches[1]&calendar=$matches[3]"
    "programs/community-strategies-group/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/community-strategies-group/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1398=$matches[1]&page=$matches[2]"
    "programs/socrates-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/socrates-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/socrates-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/socrates-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/socrates-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/socrates-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/socrates-program/(.+?)/embed/?$" => "index.php?program_1514=$matches[1]&embed=true"
    "programs/socrates-program/(.+?)/trackback/?$" => "index.php?program_1514=$matches[1]&tb=1"
    "programs/socrates-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1514=$matches[1]&paged=$matches[2]"
    "programs/socrates-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1514=$matches[1]&cpage=$matches[2]"
    "programs/socrates-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1514=$matches[1]&calendar=$matches[3]"
    "programs/socrates-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/socrates-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/socrates-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1514=$matches[1]&page=$matches[2]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-global-leadership-network/(.+?)/embed/?$" => "index.php?program_1522=$matches[1]&embed=true"
    "programs/aspen-global-leadership-network/(.+?)/trackback/?$" => "index.php?program_1522=$matches[1]&tb=1"
    "programs/aspen-global-leadership-network/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1522=$matches[1]&paged=$matches[2]"
    "programs/aspen-global-leadership-network/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1522=$matches[1]&cpage=$matches[2]"
    "programs/aspen-global-leadership-network/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1522=$matches[1]&calendar=$matches[3]"
    "programs/aspen-global-leadership-network/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-global-leadership-network/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1522=$matches[1]&page=$matches[2]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-community-programs/(.+?)/embed/?$" => "index.php?program_1614=$matches[1]&embed=true"
    "programs/aspen-community-programs/(.+?)/trackback/?$" => "index.php?program_1614=$matches[1]&tb=1"
    "programs/aspen-community-programs/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1614=$matches[1]&paged=$matches[2]"
    "programs/aspen-community-programs/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1614=$matches[1]&cpage=$matches[2]"
    "programs/aspen-community-programs/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1614=$matches[1]&calendar=$matches[3]"
    "programs/aspen-community-programs/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-community-programs/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1614=$matches[1]&page=$matches[2]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-young-leaders-fellowship/(.+?)/embed/?$" => "index.php?program_1629=$matches[1]&embed=true"
    "programs/aspen-young-leaders-fellowship/(.+?)/trackback/?$" => "index.php?program_1629=$matches[1]&tb=1"
    "programs/aspen-young-leaders-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1629=$matches[1]&paged=$matches[2]"
    "programs/aspen-young-leaders-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1629=$matches[1]&cpage=$matches[2]"
    "programs/aspen-young-leaders-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1629=$matches[1]&calendar=$matches[3]"
    "programs/aspen-young-leaders-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-young-leaders-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1629=$matches[1]&page=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)/embed/?$" => "index.php?program_1658=$matches[1]&embed=true"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)/trackback/?$" => "index.php?program_1658=$matches[1]&tb=1"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1658=$matches[1]&paged=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1658=$matches[1]&cpage=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1658=$matches[1]&calendar=$matches[3]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1658=$matches[1]&page=$matches[2]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/henry-crown-fellowship/(.+?)/embed/?$" => "index.php?program_1705=$matches[1]&embed=true"
    "programs/henry-crown-fellowship/(.+?)/trackback/?$" => "index.php?program_1705=$matches[1]&tb=1"
    "programs/henry-crown-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1705=$matches[1]&paged=$matches[2]"
    "programs/henry-crown-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1705=$matches[1]&cpage=$matches[2]"
    "programs/henry-crown-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1705=$matches[1]&calendar=$matches[3]"
    "programs/henry-crown-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/henry-crown-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1705=$matches[1]&page=$matches[2]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/religion-society-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/religion-society-program/(.+?)/embed/?$" => "index.php?program_1810=$matches[1]&embed=true"
    "programs/religion-society-program/(.+?)/trackback/?$" => "index.php?program_1810=$matches[1]&tb=1"
    "programs/religion-society-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1810=$matches[1]&paged=$matches[2]"
    "programs/religion-society-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1810=$matches[1]&cpage=$matches[2]"
    "programs/religion-society-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1810=$matches[1]&calendar=$matches[3]"
    "programs/religion-society-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/religion-society-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1810=$matches[1]&page=$matches[2]"
    "programs/upskill-america/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/upskill-america/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/upskill-america/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/upskill-america/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/upskill-america/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/upskill-america/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/upskill-america/(.+?)/embed/?$" => "index.php?program_1854=$matches[1]&embed=true"
    "programs/upskill-america/(.+?)/trackback/?$" => "index.php?program_1854=$matches[1]&tb=1"
    "programs/upskill-america/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1854=$matches[1]&paged=$matches[2]"
    "programs/upskill-america/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1854=$matches[1]&cpage=$matches[2]"
    "programs/upskill-america/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1854=$matches[1]&calendar=$matches[3]"
    "programs/upskill-america/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/upskill-america/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/upskill-america/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1854=$matches[1]&page=$matches[2]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/new-york-public-programs/(.+?)/embed/?$" => "index.php?program_2150=$matches[1]&embed=true"
    "programs/new-york-public-programs/(.+?)/trackback/?$" => "index.php?program_2150=$matches[1]&tb=1"
    "programs/new-york-public-programs/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2150=$matches[1]&paged=$matches[2]"
    "programs/new-york-public-programs/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2150=$matches[1]&cpage=$matches[2]"
    "programs/new-york-public-programs/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2150=$matches[1]&calendar=$matches[3]"
    "programs/new-york-public-programs/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/new-york-public-programs/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2150=$matches[1]&page=$matches[2]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/business-ownership-initiative/(.+?)/embed/?$" => "index.php?program_2506=$matches[1]&embed=true"
    "programs/business-ownership-initiative/(.+?)/trackback/?$" => "index.php?program_2506=$matches[1]&tb=1"
    "programs/business-ownership-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2506=$matches[1]&paged=$matches[2]"
    "programs/business-ownership-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2506=$matches[1]&cpage=$matches[2]"
    "programs/business-ownership-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2506=$matches[1]&calendar=$matches[3]"
    "programs/business-ownership-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-ownership-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2506=$matches[1]&page=$matches[2]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/workforce-strategies-initiative/(.+?)/embed/?$" => "index.php?program_2521=$matches[1]&embed=true"
    "programs/workforce-strategies-initiative/(.+?)/trackback/?$" => "index.php?program_2521=$matches[1]&tb=1"
    "programs/workforce-strategies-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2521=$matches[1]&paged=$matches[2]"
    "programs/workforce-strategies-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2521=$matches[1]&cpage=$matches[2]"
    "programs/workforce-strategies-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2521=$matches[1]&calendar=$matches[3]"
    "programs/workforce-strategies-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/workforce-strategies-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2521=$matches[1]&page=$matches[2]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/good-companies-good-jobs/(.+?)/embed/?$" => "index.php?program_2559=$matches[1]&embed=true"
    "programs/good-companies-good-jobs/(.+?)/trackback/?$" => "index.php?program_2559=$matches[1]&tb=1"
    "programs/good-companies-good-jobs/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2559=$matches[1]&paged=$matches[2]"
    "programs/good-companies-good-jobs/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2559=$matches[1]&cpage=$matches[2]"
    "programs/good-companies-good-jobs/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2559=$matches[1]&calendar=$matches[3]"
    "programs/good-companies-good-jobs/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-companies-good-jobs/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2559=$matches[1]&page=$matches[2]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/china-fellowship-program/(.+?)/embed/?$" => "index.php?program_2777=$matches[1]&embed=true"
    "programs/china-fellowship-program/(.+?)/trackback/?$" => "index.php?program_2777=$matches[1]&tb=1"
    "programs/china-fellowship-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2777=$matches[1]&paged=$matches[2]"
    "programs/china-fellowship-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2777=$matches[1]&cpage=$matches[2]"
    "programs/china-fellowship-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2777=$matches[1]&calendar=$matches[3]"
    "programs/china-fellowship-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/china-fellowship-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2777=$matches[1]&page=$matches[2]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/health-innovators-fellowship/(.+?)/embed/?$" => "index.php?program_2781=$matches[1]&embed=true"
    "programs/health-innovators-fellowship/(.+?)/trackback/?$" => "index.php?program_2781=$matches[1]&tb=1"
    "programs/health-innovators-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2781=$matches[1]&paged=$matches[2]"
    "programs/health-innovators-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2781=$matches[1]&cpage=$matches[2]"
    "programs/health-innovators-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2781=$matches[1]&calendar=$matches[3]"
    "programs/health-innovators-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/health-innovators-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2781=$matches[1]&page=$matches[2]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/middle-east-leadership-initiative/(.+?)/embed/?$" => "index.php?program_2785=$matches[1]&embed=true"
    "programs/middle-east-leadership-initiative/(.+?)/trackback/?$" => "index.php?program_2785=$matches[1]&tb=1"
    "programs/middle-east-leadership-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2785=$matches[1]&paged=$matches[2]"
    "programs/middle-east-leadership-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2785=$matches[1]&cpage=$matches[2]"
    "programs/middle-east-leadership-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2785=$matches[1]&calendar=$matches[3]"
    "programs/middle-east-leadership-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/middle-east-leadership-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2785=$matches[1]&page=$matches[2]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/reconnecting-work-wealth/(.+?)/embed/?$" => "index.php?program_2817=$matches[1]&embed=true"
    "programs/reconnecting-work-wealth/(.+?)/trackback/?$" => "index.php?program_2817=$matches[1]&tb=1"
    "programs/reconnecting-work-wealth/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2817=$matches[1]&paged=$matches[2]"
    "programs/reconnecting-work-wealth/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2817=$matches[1]&cpage=$matches[2]"
    "programs/reconnecting-work-wealth/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2817=$matches[1]&calendar=$matches[3]"
    "programs/reconnecting-work-wealth/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/reconnecting-work-wealth/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2817=$matches[1]&page=$matches[2]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/job-quality-fellowship/(.+?)/embed/?$" => "index.php?program_2822=$matches[1]&embed=true"
    "programs/job-quality-fellowship/(.+?)/trackback/?$" => "index.php?program_2822=$matches[1]&tb=1"
    "programs/job-quality-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2822=$matches[1]&paged=$matches[2]"
    "programs/job-quality-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2822=$matches[1]&cpage=$matches[2]"
    "programs/job-quality-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2822=$matches[1]&calendar=$matches[3]"
    "programs/job-quality-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/job-quality-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2822=$matches[1]&page=$matches[2]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/workforce-leadership-academies/(.+?)/embed/?$" => "index.php?program_3045=$matches[1]&embed=true"
    "programs/workforce-leadership-academies/(.+?)/trackback/?$" => "index.php?program_3045=$matches[1]&tb=1"
    "programs/workforce-leadership-academies/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_3045=$matches[1]&paged=$matches[2]"
    "programs/workforce-leadership-academies/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_3045=$matches[1]&cpage=$matches[2]"
    "programs/workforce-leadership-academies/(.+?)/calendar(/(.*))?/?$" => "index.php?program_3045=$matches[1]&calendar=$matches[3]"
    "programs/workforce-leadership-academies/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/workforce-leadership-academies/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_3045=$matches[1]&page=$matches[2]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/weave-the-social-fabric-initiative/(.+?)/embed/?$" => "index.php?program_3455=$matches[1]&embed=true"
    "programs/weave-the-social-fabric-initiative/(.+?)/trackback/?$" => "index.php?program_3455=$matches[1]&tb=1"
    "programs/weave-the-social-fabric-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_3455=$matches[1]&paged=$matches[2]"
    "programs/weave-the-social-fabric-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_3455=$matches[1]&cpage=$matches[2]"
    "programs/weave-the-social-fabric-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_3455=$matches[1]&calendar=$matches[3]"
    "programs/weave-the-social-fabric-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/weave-the-social-fabric-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_3455=$matches[1]&page=$matches[2]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-leadership-seminars/(.+?)/embed/?$" => "index.php?program_3501=$matches[1]&embed=true"
    "programs/aspen-leadership-seminars/(.+?)/trackback/?$" => "index.php?program_3501=$matches[1]&tb=1"
    "programs/aspen-leadership-seminars/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_3501=$matches[1]&paged=$matches[2]"
    "programs/aspen-leadership-seminars/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_3501=$matches[1]&cpage=$matches[2]"
    "programs/aspen-leadership-seminars/(.+?)/calendar(/(.*))?/?$" => "index.php?program_3501=$matches[1]&calendar=$matches[3]"
    "programs/aspen-leadership-seminars/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-leadership-seminars/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_3501=$matches[1]&page=$matches[2]"
    "programs/science-society/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/science-society/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/science-society/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/science-society/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/science-society/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/science-society/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/science-society/(.+?)/embed/?$" => "index.php?program_3825=$matches[1]&embed=true"
    "programs/science-society/(.+?)/trackback/?$" => "index.php?program_3825=$matches[1]&tb=1"
    "programs/science-society/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_3825=$matches[1]&paged=$matches[2]"
    "programs/science-society/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_3825=$matches[1]&cpage=$matches[2]"
    "programs/science-society/(.+?)/calendar(/(.*))?/?$" => "index.php?program_3825=$matches[1]&calendar=$matches[3]"
    "programs/science-society/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/science-society/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/science-society/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_3825=$matches[1]&page=$matches[2]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/food-and-society-program/(.+?)/embed/?$" => "index.php?program_3843=$matches[1]&embed=true"
    "programs/food-and-society-program/(.+?)/trackback/?$" => "index.php?program_3843=$matches[1]&tb=1"
    "programs/food-and-society-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_3843=$matches[1]&paged=$matches[2]"
    "programs/food-and-society-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_3843=$matches[1]&cpage=$matches[2]"
    "programs/food-and-society-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_3843=$matches[1]&calendar=$matches[3]"
    "programs/food-and-society-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/food-and-society-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_3843=$matches[1]&page=$matches[2]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/criminal-justice-reform-initiative/(.+?)/embed/?$" => "index.php?program_4178=$matches[1]&embed=true"
    "programs/criminal-justice-reform-initiative/(.+?)/trackback/?$" => "index.php?program_4178=$matches[1]&tb=1"
    "programs/criminal-justice-reform-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4178=$matches[1]&paged=$matches[2]"
    "programs/criminal-justice-reform-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4178=$matches[1]&cpage=$matches[2]"
    "programs/criminal-justice-reform-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4178=$matches[1]&calendar=$matches[3]"
    "programs/criminal-justice-reform-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/criminal-justice-reform-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4178=$matches[1]&page=$matches[2]"
    "programs/aspendigital/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspendigital/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspendigital/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspendigital/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspendigital/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspendigital/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspendigital/(.+?)/embed/?$" => "index.php?program_4343=$matches[1]&embed=true"
    "programs/aspendigital/(.+?)/trackback/?$" => "index.php?program_4343=$matches[1]&tb=1"
    "programs/aspendigital/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4343=$matches[1]&paged=$matches[2]"
    "programs/aspendigital/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4343=$matches[1]&cpage=$matches[2]"
    "programs/aspendigital/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4343=$matches[1]&calendar=$matches[3]"
    "programs/aspendigital/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspendigital/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspendigital/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4343=$matches[1]&page=$matches[2]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/commission-on-information-disorder/(.+?)/embed/?$" => "index.php?program_4500=$matches[1]&embed=true"
    "programs/commission-on-information-disorder/(.+?)/trackback/?$" => "index.php?program_4500=$matches[1]&tb=1"
    "programs/commission-on-information-disorder/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4500=$matches[1]&paged=$matches[2]"
    "programs/commission-on-information-disorder/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4500=$matches[1]&cpage=$matches[2]"
    "programs/commission-on-information-disorder/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4500=$matches[1]&calendar=$matches[3]"
    "programs/commission-on-information-disorder/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/commission-on-information-disorder/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4500=$matches[1]&page=$matches[2]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-ministers-forum/(.+?)/embed/?$" => "index.php?program_4570=$matches[1]&embed=true"
    "programs/aspen-ministers-forum/(.+?)/trackback/?$" => "index.php?program_4570=$matches[1]&tb=1"
    "programs/aspen-ministers-forum/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4570=$matches[1]&paged=$matches[2]"
    "programs/aspen-ministers-forum/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4570=$matches[1]&cpage=$matches[2]"
    "programs/aspen-ministers-forum/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4570=$matches[1]&calendar=$matches[3]"
    "programs/aspen-ministers-forum/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-ministers-forum/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4570=$matches[1]&page=$matches[2]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/digital-equity-accelerator/(.+?)/embed/?$" => "index.php?program_4783=$matches[1]&embed=true"
    "programs/digital-equity-accelerator/(.+?)/trackback/?$" => "index.php?program_4783=$matches[1]&tb=1"
    "programs/digital-equity-accelerator/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4783=$matches[1]&paged=$matches[2]"
    "programs/digital-equity-accelerator/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4783=$matches[1]&cpage=$matches[2]"
    "programs/digital-equity-accelerator/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4783=$matches[1]&calendar=$matches[3]"
    "programs/digital-equity-accelerator/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/digital-equity-accelerator/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4783=$matches[1]&page=$matches[2]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/rework-reentry/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/rework-reentry/(.+?)/embed/?$" => "index.php?program_4827=$matches[1]&embed=true"
    "programs/rework-reentry/(.+?)/trackback/?$" => "index.php?program_4827=$matches[1]&tb=1"
    "programs/rework-reentry/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4827=$matches[1]&paged=$matches[2]"
    "programs/rework-reentry/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4827=$matches[1]&cpage=$matches[2]"
    "programs/rework-reentry/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4827=$matches[1]&calendar=$matches[3]"
    "programs/rework-reentry/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/rework-reentry/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4827=$matches[1]&page=$matches[2]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/finance-leaders-fellowship/(.+?)/embed/?$" => "index.php?program_4981=$matches[1]&embed=true"
    "programs/finance-leaders-fellowship/(.+?)/trackback/?$" => "index.php?program_4981=$matches[1]&tb=1"
    "programs/finance-leaders-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4981=$matches[1]&paged=$matches[2]"
    "programs/finance-leaders-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4981=$matches[1]&cpage=$matches[2]"
    "programs/finance-leaders-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4981=$matches[1]&calendar=$matches[3]"
    "programs/finance-leaders-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/finance-leaders-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4981=$matches[1]&page=$matches[2]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/good-jobs-champions-group/(.+?)/embed/?$" => "index.php?program_5040=$matches[1]&embed=true"
    "programs/good-jobs-champions-group/(.+?)/trackback/?$" => "index.php?program_5040=$matches[1]&tb=1"
    "programs/good-jobs-champions-group/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5040=$matches[1]&paged=$matches[2]"
    "programs/good-jobs-champions-group/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5040=$matches[1]&cpage=$matches[2]"
    "programs/good-jobs-champions-group/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5040=$matches[1]&calendar=$matches[3]"
    "programs/good-jobs-champions-group/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-jobs-champions-group/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5040=$matches[1]&page=$matches[2]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/powering-pluralism-summit/(.+?)/embed/?$" => "index.php?program_5067=$matches[1]&embed=true"
    "programs/powering-pluralism-summit/(.+?)/trackback/?$" => "index.php?program_5067=$matches[1]&tb=1"
    "programs/powering-pluralism-summit/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5067=$matches[1]&paged=$matches[2]"
    "programs/powering-pluralism-summit/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5067=$matches[1]&cpage=$matches[2]"
    "programs/powering-pluralism-summit/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5067=$matches[1]&calendar=$matches[3]"
    "programs/powering-pluralism-summit/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/powering-pluralism-summit/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5067=$matches[1]&page=$matches[2]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/good-jobs-champions-group-espanol/(.+?)/embed/?$" => "index.php?program_5130=$matches[1]&embed=true"
    "programs/good-jobs-champions-group-espanol/(.+?)/trackback/?$" => "index.php?program_5130=$matches[1]&tb=1"
    "programs/good-jobs-champions-group-espanol/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5130=$matches[1]&paged=$matches[2]"
    "programs/good-jobs-champions-group-espanol/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5130=$matches[1]&cpage=$matches[2]"
    "programs/good-jobs-champions-group-espanol/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5130=$matches[1]&calendar=$matches[3]"
    "programs/good-jobs-champions-group-espanol/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-jobs-champions-group-espanol/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5130=$matches[1]&page=$matches[2]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/business-labor-roundtable/(.+?)/embed/?$" => "index.php?program_5167=$matches[1]&embed=true"
    "programs/business-labor-roundtable/(.+?)/trackback/?$" => "index.php?program_5167=$matches[1]&tb=1"
    "programs/business-labor-roundtable/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5167=$matches[1]&paged=$matches[2]"
    "programs/business-labor-roundtable/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5167=$matches[1]&cpage=$matches[2]"
    "programs/business-labor-roundtable/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5167=$matches[1]&calendar=$matches[3]"
    "programs/business-labor-roundtable/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-labor-roundtable/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5167=$matches[1]&page=$matches[2]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-institute-latinos-and-society/(.+?)/embed/?$" => "index.php?program_5214=$matches[1]&embed=true"
    "programs/aspen-institute-latinos-and-society/(.+?)/trackback/?$" => "index.php?program_5214=$matches[1]&tb=1"
    "programs/aspen-institute-latinos-and-society/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5214=$matches[1]&paged=$matches[2]"
    "programs/aspen-institute-latinos-and-society/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5214=$matches[1]&cpage=$matches[2]"
    "programs/aspen-institute-latinos-and-society/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5214=$matches[1]&calendar=$matches[3]"
    "programs/aspen-institute-latinos-and-society/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-institute-latinos-and-society/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5214=$matches[1]&page=$matches[2]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/education-and-career-mobility-fellowship/(.+?)/embed/?$" => "index.php?program_5247=$matches[1]&embed=true"
    "programs/education-and-career-mobility-fellowship/(.+?)/trackback/?$" => "index.php?program_5247=$matches[1]&tb=1"
    "programs/education-and-career-mobility-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5247=$matches[1]&paged=$matches[2]"
    "programs/education-and-career-mobility-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5247=$matches[1]&cpage=$matches[2]"
    "programs/education-and-career-mobility-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5247=$matches[1]&calendar=$matches[3]"
    "programs/education-and-career-mobility-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/education-and-career-mobility-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5247=$matches[1]&page=$matches[2]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/alliance-for-social-trust/(.+?)/embed/?$" => "index.php?program_5955=$matches[1]&embed=true"
    "programs/alliance-for-social-trust/(.+?)/trackback/?$" => "index.php?program_5955=$matches[1]&tb=1"
    "programs/alliance-for-social-trust/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5955=$matches[1]&paged=$matches[2]"
    "programs/alliance-for-social-trust/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5955=$matches[1]&cpage=$matches[2]"
    "programs/alliance-for-social-trust/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5955=$matches[1]&calendar=$matches[3]"
    "programs/alliance-for-social-trust/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/alliance-for-social-trust/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5955=$matches[1]&page=$matches[2]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/alliance-for-social-trust/topics/(.+?)/embed/?$" => "index.php?topic_5955=$matches[1]&embed=true"
    "programs/alliance-for-social-trust/topics/(.+?)/trackback/?$" => "index.php?topic_5955=$matches[1]&tb=1"
    "programs/alliance-for-social-trust/topics/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?topic_5955=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/topics/(.+?)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?topic_5955=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/topics/(.+?)/page/?([0-9]{1,})/?$" => "index.php?topic_5955=$matches[1]&paged=$matches[2]"
    "programs/alliance-for-social-trust/topics/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?topic_5955=$matches[1]&cpage=$matches[2]"
    "programs/alliance-for-social-trust/topics/(.+?)/calendar(/(.*))?/?$" => "index.php?topic_5955=$matches[1]&calendar=$matches[3]"
    "programs/alliance-for-social-trust/topics/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/alliance-for-social-trust/topics/(.+?)(?:/([0-9]+))?/?$" => "index.php?topic_5955=$matches[1]&page=$matches[2]"
    "programs/international-partners/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/international-partners/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/international-partners/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/international-partners/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/international-partners/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/international-partners/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/international-partners/(.+?)/embed/?$" => "index.php?program_30186=$matches[1]&embed=true"
    "programs/international-partners/(.+?)/trackback/?$" => "index.php?program_30186=$matches[1]&tb=1"
    "programs/international-partners/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_30186=$matches[1]&paged=$matches[2]"
    "programs/international-partners/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_30186=$matches[1]&cpage=$matches[2]"
    "programs/international-partners/(.+?)/calendar(/(.*))?/?$" => "index.php?program_30186=$matches[1]&calendar=$matches[3]"
    "programs/international-partners/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/international-partners/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/international-partners/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_30186=$matches[1]&page=$matches[2]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/tech-leaders-initiative/(.+?)/embed/?$" => "index.php?program_141360=$matches[1]&embed=true"
    "programs/tech-leaders-initiative/(.+?)/trackback/?$" => "index.php?program_141360=$matches[1]&tb=1"
    "programs/tech-leaders-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_141360=$matches[1]&paged=$matches[2]"
    "programs/tech-leaders-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_141360=$matches[1]&cpage=$matches[2]"
    "programs/tech-leaders-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_141360=$matches[1]&calendar=$matches[3]"
    "programs/tech-leaders-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/tech-leaders-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_141360=$matches[1]&page=$matches[2]"
    "robots\.txt$" => "index.php?robots=1"
    "favicon\.ico$" => "index.php?favicon=1"
    "sitemap\.xml" => "index.php??sitemap=index"
    ".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$" => "index.php?feed=old"
    ".*wp-app\.php(/.*)?$" => "index.php?error=403"
    ".*wp-register.php$" => "index.php?register=true"
    "feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?&feed=$matches[1]"
    "(feed|rdf|rss|rss2|atom)/?$" => "index.php?&feed=$matches[1]"
    "embed/?$" => "index.php?&embed=true"
    "page/?([0-9]{1,})/?$" => "index.php?&paged=$matches[1]"
    "search/(.+)/page/?([0-9]{1,})/?$" => "index.php?s=$matches[1]&paged=$matches[2]"
    "search/(.+)/?$" => "index.php?s=$matches[1]"
    "([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]"
    "([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$" => "index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]"
    "([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$" => "index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true"
    "([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$" => "index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]"
    "([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$" => "index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]"
    "([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]"
    "([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$" => "index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]"
    "([0-9]{4})/([0-9]{1,2})/embed/?$" => "index.php?year=$matches[1]&monthnum=$matches[2]&embed=true"
    "([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$" => "index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]"
    "([0-9]{4})/([0-9]{1,2})/?$" => "index.php?year=$matches[1]&monthnum=$matches[2]"
    "([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?year=$matches[1]&feed=$matches[2]"
    "([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$" => "index.php?year=$matches[1]&feed=$matches[2]"
    "([0-9]{4})/embed/?$" => "index.php?year=$matches[1]&embed=true"
    "([0-9]{4})/page/?([0-9]{1,})/?$" => "index.php?year=$matches[1]&paged=$matches[2]"
    "([0-9]{4})/?$" => "index.php?year=$matches[1]"
    ".?.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    ".?.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    ".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    ".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    ".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    ".?.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "(.?.+?)/embed/?$" => "index.php?pagename=$matches[1]&embed=true"
    "(.?.+?)/trackback/?$" => "index.php?pagename=$matches[1]&tb=1"
    "(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?pagename=$matches[1]&feed=$matches[2]"
    "(.?.+?)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?pagename=$matches[1]&feed=$matches[2]"
    "(.?.+?)/page/?([0-9]{1,})/?$" => "index.php?pagename=$matches[1]&paged=$matches[2]"
    "(.?.+?)/comment-page-([0-9]{1,})/?$" => "index.php?pagename=$matches[1]&cpage=$matches[2]"
    "(.?.+?)/size(/(.*))?/?$" => "index.php?pagename=$matches[1]&size=$matches[3]"
    ".?.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    ".?.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "(.?.+?)(?:/([0-9]+))?/?$" => "index.php?pagename=$matches[1]&page=$matches[2]"
    ".+?/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    ".+?/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    ".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    ".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    ".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    ".+?/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "(.+?)/([^/]+)/embed/?$" => "index.php?category_name=$matches[1]&name=$matches[2]&embed=true"
    "(.+?)/([^/]+)/trackback/?$" => "index.php?category_name=$matches[1]&name=$matches[2]&tb=1"
    "(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]"
    "(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]"
    "(.+?)/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]"
    "(.+?)/([^/]+)/calendar(/(.*))?/?$" => "index.php?category_name=$matches[1]&name=$matches[2]&calendar=$matches[4]"
    ".+?/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    ".+?/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "(.+?)/([^/]+)(?:/([0-9]+))?/?$" => "index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]"
    ".+?/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    ".+?/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    ".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    ".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    ".+?/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?category_name=$matches[1]&feed=$matches[2]"
    "(.+?)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?category_name=$matches[1]&feed=$matches[2]"
    "(.+?)/embed/?$" => "index.php?category_name=$matches[1]&embed=true"
    "(.+?)/page/?([0-9]{1,})/?$" => "index.php?category_name=$matches[1]&paged=$matches[2]"
    "(.+?)/calendar(/(.*))?/?$" => "index.php?category_name=$matches[1]&calendar=$matches[3]"
    "(.+?)/?$" => "index.php?category_name=$matches[1]"
  ]
  +extra_rules: []
  +extra_rules_top: array:1007 [
    "programs/?$" => "index.php?post_type=program"
    "programs/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=program&feed=$matches[1]"
    "programs/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=program&feed=$matches[1]"
    "programs/page/([0-9]{1,})/?$" => "index.php?post_type=program&paged=$matches[1]"
    "news/?$" => "index.php?post_type=news"
    "news/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=news&feed=$matches[1]"
    "news/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=news&feed=$matches[1]"
    "news/page/([0-9]{1,})/?$" => "index.php?post_type=news&paged=$matches[1]"
    "events/?$" => "index.php?post_type=event"
    "events/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=event&feed=$matches[1]"
    "events/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=event&feed=$matches[1]"
    "events/page/([0-9]{1,})/?$" => "index.php?post_type=event&paged=$matches[1]"
    "impact-area/?$" => "index.php?post_type=impact_area"
    "impact-area/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=impact_area&feed=$matches[1]"
    "impact-area/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=impact_area&feed=$matches[1]"
    "impact-area/page/([0-9]{1,})/?$" => "index.php?post_type=impact_area&paged=$matches[1]"
    "series/?$" => "index.php?post_type=series"
    "series/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=series&feed=$matches[1]"
    "series/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=series&feed=$matches[1]"
    "series/page/([0-9]{1,})/?$" => "index.php?post_type=series&paged=$matches[1]"
    "topic/?$" => "index.php?post_type=topic"
    "topic/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=topic&feed=$matches[1]"
    "topic/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=topic&feed=$matches[1]"
    "topic/page/([0-9]{1,})/?$" => "index.php?post_type=topic&paged=$matches[1]"
    "people/?$" => "index.php?post_type=people"
    "people/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=people&feed=$matches[1]"
    "people/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=people&feed=$matches[1]"
    "people/page/([0-9]{1,})/?$" => "index.php?post_type=people&paged=$matches[1]"
    "^wp-json/?$" => "index.php?rest_route=/"
    "^wp-json/(.*)?" => "index.php?rest_route=/$matches[1]"
    "^index.php/wp-json/?$" => "index.php?rest_route=/"
    "^index.php/wp-json/(.*)?" => "index.php?rest_route=/$matches[1]"
    "^wp-sitemap\.xml$" => "index.php?sitemap=index"
    "^wp-sitemap\.xsl$" => "index.php?sitemap-stylesheet=sitemap"
    "^wp-sitemap-index\.xsl$" => "index.php?sitemap-stylesheet=index"
    "^wp-sitemap-([a-z]+?)-([a-z\d_-]+?)-(\d+?)\.xml$" => "index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]"
    "^wp-sitemap-([a-z]+?)-(\d+?)\.xml$" => "index.php?sitemap=$matches[1]&paged=$matches[2]"
    "^auth/(.*)?/?$" => "index.php?auth=$matches[1]"
    "^auth/?$" => "index.php?auth=index"
    "programs/alliance-for-social-trust/topics/?$" => "index.php?post_type=topic_5955"
    "programs/alliance-for-social-trust/topics/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=topic_5955&feed=$matches[1]"
    "programs/alliance-for-social-trust/topics/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_type=topic_5955&feed=$matches[1]"
    "programs/alliance-for-social-trust/topics/page/([0-9]{1,})/?$" => "index.php?post_type=topic_5955&paged=$matches[1]"
    "category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?category_name=$matches[1]&feed=$matches[2]"
    "category/(.+?)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?category_name=$matches[1]&feed=$matches[2]"
    "category/(.+?)/embed/?$" => "index.php?category_name=$matches[1]&embed=true"
    "category/(.+?)/page/?([0-9]{1,})/?$" => "index.php?category_name=$matches[1]&paged=$matches[2]"
    "category/(.+?)/?$" => "index.php?category_name=$matches[1]"
    "tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?tag=$matches[1]&feed=$matches[2]"
    "tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?tag=$matches[1]&feed=$matches[2]"
    "tag/([^/]+)/embed/?$" => "index.php?tag=$matches[1]&embed=true"
    "tag/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?tag=$matches[1]&paged=$matches[2]"
    "tag/([^/]+)/?$" => "index.php?tag=$matches[1]"
    "type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_format=$matches[1]&feed=$matches[2]"
    "type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?post_format=$matches[1]&feed=$matches[2]"
    "type/([^/]+)/embed/?$" => "index.php?post_format=$matches[1]&embed=true"
    "type/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?post_format=$matches[1]&paged=$matches[2]"
    "type/([^/]+)/?$" => "index.php?post_format=$matches[1]"
    "programs/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/(.+?)/embed/?$" => "index.php?program=$matches[1]&embed=true"
    "programs/(.+?)/trackback/?$" => "index.php?program=$matches[1]&tb=1"
    "programs/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?program=$matches[1]&feed=$matches[2]"
    "programs/(.+?)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?program=$matches[1]&feed=$matches[2]"
    "programs/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program=$matches[1]&paged=$matches[2]"
    "programs/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program=$matches[1]&cpage=$matches[2]"
    "programs/(.+?)/calendar(/(.*))?/?$" => "index.php?program=$matches[1]&calendar=$matches[3]"
    "programs/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/(.+?)(?:/([0-9]+))?/?$" => "index.php?program=$matches[1]&page=$matches[2]"
    "news/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "news/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "news/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "news/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "news/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "news/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "news/([^/]+)/embed/?$" => "index.php?news=$matches[1]&embed=true"
    "news/([^/]+)/trackback/?$" => "index.php?news=$matches[1]&tb=1"
    "news/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?news=$matches[1]&feed=$matches[2]"
    "news/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?news=$matches[1]&feed=$matches[2]"
    "news/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?news=$matches[1]&paged=$matches[2]"
    "news/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?news=$matches[1]&cpage=$matches[2]"
    "news/([^/]+)/calendar(/(.*))?/?$" => "index.php?news=$matches[1]&calendar=$matches[3]"
    "news/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "news/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "news/([^/]+)(?:/([0-9]+))?/?$" => "index.php?news=$matches[1]&page=$matches[2]"
    "news/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "news/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "news/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "news/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "news/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "news/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "events/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "events/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "events/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "events/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "events/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "events/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "events/(.+?)/embed/?$" => "index.php?event=$matches[1]&embed=true"
    "events/(.+?)/trackback/?$" => "index.php?event=$matches[1]&tb=1"
    "events/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?event=$matches[1]&feed=$matches[2]"
    "events/(.+?)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?event=$matches[1]&feed=$matches[2]"
    "events/(.+?)/page/?([0-9]{1,})/?$" => "index.php?event=$matches[1]&paged=$matches[2]"
    "events/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?event=$matches[1]&cpage=$matches[2]"
    "events/(.+?)/calendar(/(.*))?/?$" => "index.php?event=$matches[1]&calendar=$matches[3]"
    "events/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "events/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "events/(.+?)(?:/([0-9]+))?/?$" => "index.php?event=$matches[1]&page=$matches[2]"
    "impact-area/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "impact-area/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "impact-area/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "impact-area/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "impact-area/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "impact-area/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "impact-area/([^/]+)/embed/?$" => "index.php?impact_area=$matches[1]&embed=true"
    "impact-area/([^/]+)/trackback/?$" => "index.php?impact_area=$matches[1]&tb=1"
    "impact-area/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?impact_area=$matches[1]&feed=$matches[2]"
    "impact-area/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?impact_area=$matches[1]&feed=$matches[2]"
    "impact-area/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?impact_area=$matches[1]&paged=$matches[2]"
    "impact-area/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?impact_area=$matches[1]&cpage=$matches[2]"
    "impact-area/([^/]+)/calendar(/(.*))?/?$" => "index.php?impact_area=$matches[1]&calendar=$matches[3]"
    "impact-area/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "impact-area/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "impact-area/([^/]+)(?:/([0-9]+))?/?$" => "index.php?impact_area=$matches[1]&page=$matches[2]"
    "impact-area/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "impact-area/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "impact-area/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "impact-area/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "impact-area/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "impact-area/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "series/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "series/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "series/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "series/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "series/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "series/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "series/([^/]+)/embed/?$" => "index.php?series=$matches[1]&embed=true"
    "series/([^/]+)/trackback/?$" => "index.php?series=$matches[1]&tb=1"
    "series/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?series=$matches[1]&feed=$matches[2]"
    "series/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?series=$matches[1]&feed=$matches[2]"
    "series/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?series=$matches[1]&paged=$matches[2]"
    "series/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?series=$matches[1]&cpage=$matches[2]"
    "series/([^/]+)/calendar(/(.*))?/?$" => "index.php?series=$matches[1]&calendar=$matches[3]"
    "series/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "series/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "series/([^/]+)(?:/([0-9]+))?/?$" => "index.php?series=$matches[1]&page=$matches[2]"
    "series/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "series/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "series/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "series/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "series/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "series/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "topic/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "topic/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "topic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "topic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "topic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "topic/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "topic/([^/]+)/embed/?$" => "index.php?topic=$matches[1]&embed=true"
    "topic/([^/]+)/trackback/?$" => "index.php?topic=$matches[1]&tb=1"
    "topic/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?topic=$matches[1]&feed=$matches[2]"
    "topic/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?topic=$matches[1]&feed=$matches[2]"
    "topic/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?topic=$matches[1]&paged=$matches[2]"
    "topic/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?topic=$matches[1]&cpage=$matches[2]"
    "topic/([^/]+)/calendar(/(.*))?/?$" => "index.php?topic=$matches[1]&calendar=$matches[3]"
    "topic/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "topic/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "topic/([^/]+)(?:/([0-9]+))?/?$" => "index.php?topic=$matches[1]&page=$matches[2]"
    "topic/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "topic/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "topic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "topic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "topic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "topic/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "people/[^/]+/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "people/[^/]+/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "people/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "people/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "people/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "people/[^/]+/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "people/([^/]+)/embed/?$" => "index.php?people=$matches[1]&embed=true"
    "people/([^/]+)/trackback/?$" => "index.php?people=$matches[1]&tb=1"
    "people/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?people=$matches[1]&feed=$matches[2]"
    "people/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?people=$matches[1]&feed=$matches[2]"
    "people/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?people=$matches[1]&paged=$matches[2]"
    "people/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?people=$matches[1]&cpage=$matches[2]"
    "people/([^/]+)/calendar(/(.*))?/?$" => "index.php?people=$matches[1]&calendar=$matches[3]"
    "people/[^/]+/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "people/[^/]+/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "people/([^/]+)(?:/([0-9]+))?/?$" => "index.php?people=$matches[1]&page=$matches[2]"
    "people/[^/]+/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "people/[^/]+/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "people/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "people/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "people/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "people/[^/]+/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "news/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?news_type=$matches[1]&feed=$matches[2]"
    "news/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?news_type=$matches[1]&feed=$matches[2]"
    "news/type/([^/]+)/embed/?$" => "index.php?news_type=$matches[1]&embed=true"
    "news/type/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?news_type=$matches[1]&paged=$matches[2]"
    "news/type/([^/]+)/?$" => "index.php?news_type=$matches[1]"
    "event-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?event_type=$matches[1]&feed=$matches[2]"
    "event-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?event_type=$matches[1]&feed=$matches[2]"
    "event-type/([^/]+)/embed/?$" => "index.php?event_type=$matches[1]&embed=true"
    "event-type/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?event_type=$matches[1]&paged=$matches[2]"
    "event-type/([^/]+)/?$" => "index.php?event_type=$matches[1]"
    "programs/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?program_type=$matches[1]&feed=$matches[2]"
    "programs/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?program_type=$matches[1]&feed=$matches[2]"
    "programs/type/([^/]+)/embed/?$" => "index.php?program_type=$matches[1]&embed=true"
    "programs/type/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?program_type=$matches[1]&paged=$matches[2]"
    "programs/type/([^/]+)/?$" => "index.php?program_type=$matches[1]"
    "department/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?department=$matches[1]&feed=$matches[2]"
    "department/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?department=$matches[1]&feed=$matches[2]"
    "department/([^/]+)/embed/?$" => "index.php?department=$matches[1]&embed=true"
    "department/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?department=$matches[1]&paged=$matches[2]"
    "department/([^/]+)/?$" => "index.php?department=$matches[1]"
    "team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?team=$matches[1]&feed=$matches[2]"
    "team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?team=$matches[1]&feed=$matches[2]"
    "team/([^/]+)/embed/?$" => "index.php?team=$matches[1]&embed=true"
    "team/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?team=$matches[1]&paged=$matches[2]"
    "team/([^/]+)/?$" => "index.php?team=$matches[1]"
    "expertise/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?expertise=$matches[1]&feed=$matches[2]"
    "expertise/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?expertise=$matches[1]&feed=$matches[2]"
    "expertise/([^/]+)/embed/?$" => "index.php?expertise=$matches[1]&embed=true"
    "expertise/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?expertise=$matches[1]&paged=$matches[2]"
    "expertise/([^/]+)/?$" => "index.php?expertise=$matches[1]"
    "events/location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?location=$matches[1]&feed=$matches[2]"
    "events/location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?location=$matches[1]&feed=$matches[2]"
    "events/location/([^/]+)/embed/?$" => "index.php?location=$matches[1]&embed=true"
    "events/location/([^/]+)/page/?([0-9]{1,})/?$" => "index.php?location=$matches[1]&paged=$matches[2]"
    "events/location/([^/]+)/?$" => "index.php?location=$matches[1]"
    "programs/artsprogram/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/artsprogram/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/artsprogram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/artsprogram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/artsprogram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/artsprogram/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/artsprogram/(.+?)/embed/?$" => "index.php?program_1175=$matches[1]&embed=true"
    "programs/artsprogram/(.+?)/trackback/?$" => "index.php?program_1175=$matches[1]&tb=1"
    "programs/artsprogram/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1175=$matches[1]&paged=$matches[2]"
    "programs/artsprogram/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1175=$matches[1]&cpage=$matches[2]"
    "programs/artsprogram/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1175=$matches[1]&calendar=$matches[3]"
    "programs/artsprogram/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/artsprogram/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/artsprogram/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1175=$matches[1]&page=$matches[2]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/economic-opportunities-program/(.+?)/embed/?$" => "index.php?program_1179=$matches[1]&embed=true"
    "programs/economic-opportunities-program/(.+?)/trackback/?$" => "index.php?program_1179=$matches[1]&tb=1"
    "programs/economic-opportunities-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1179=$matches[1]&paged=$matches[2]"
    "programs/economic-opportunities-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1179=$matches[1]&cpage=$matches[2]"
    "programs/economic-opportunities-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1179=$matches[1]&calendar=$matches[3]"
    "programs/economic-opportunities-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/economic-opportunities-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/economic-opportunities-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1179=$matches[1]&page=$matches[2]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/business-and-society-program/(.+?)/embed/?$" => "index.php?program_1185=$matches[1]&embed=true"
    "programs/business-and-society-program/(.+?)/trackback/?$" => "index.php?program_1185=$matches[1]&tb=1"
    "programs/business-and-society-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1185=$matches[1]&paged=$matches[2]"
    "programs/business-and-society-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1185=$matches[1]&cpage=$matches[2]"
    "programs/business-and-society-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1185=$matches[1]&calendar=$matches[3]"
    "programs/business-and-society-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-and-society-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-and-society-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1185=$matches[1]&page=$matches[2]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/justice-and-society-program/(.+?)/embed/?$" => "index.php?program_1195=$matches[1]&embed=true"
    "programs/justice-and-society-program/(.+?)/trackback/?$" => "index.php?program_1195=$matches[1]&tb=1"
    "programs/justice-and-society-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1195=$matches[1]&paged=$matches[2]"
    "programs/justice-and-society-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1195=$matches[1]&cpage=$matches[2]"
    "programs/justice-and-society-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1195=$matches[1]&calendar=$matches[3]"
    "programs/justice-and-society-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/justice-and-society-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/justice-and-society-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1195=$matches[1]&page=$matches[2]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-global-innovators-group/(.+?)/embed/?$" => "index.php?program_1243=$matches[1]&embed=true"
    "programs/aspen-global-innovators-group/(.+?)/trackback/?$" => "index.php?program_1243=$matches[1]&tb=1"
    "programs/aspen-global-innovators-group/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1243=$matches[1]&paged=$matches[2]"
    "programs/aspen-global-innovators-group/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1243=$matches[1]&cpage=$matches[2]"
    "programs/aspen-global-innovators-group/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1243=$matches[1]&calendar=$matches[3]"
    "programs/aspen-global-innovators-group/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-global-innovators-group/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-global-innovators-group/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1243=$matches[1]&page=$matches[2]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/agent-orange-in-vietnam-program/(.+?)/embed/?$" => "index.php?program_1252=$matches[1]&embed=true"
    "programs/agent-orange-in-vietnam-program/(.+?)/trackback/?$" => "index.php?program_1252=$matches[1]&tb=1"
    "programs/agent-orange-in-vietnam-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1252=$matches[1]&paged=$matches[2]"
    "programs/agent-orange-in-vietnam-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1252=$matches[1]&cpage=$matches[2]"
    "programs/agent-orange-in-vietnam-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1252=$matches[1]&calendar=$matches[3]"
    "programs/agent-orange-in-vietnam-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/agent-orange-in-vietnam-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/agent-orange-in-vietnam-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1252=$matches[1]&page=$matches[2]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/sports-and-society/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/sports-and-society/(.+?)/embed/?$" => "index.php?program_1288=$matches[1]&embed=true"
    "programs/sports-and-society/(.+?)/trackback/?$" => "index.php?program_1288=$matches[1]&tb=1"
    "programs/sports-and-society/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1288=$matches[1]&paged=$matches[2]"
    "programs/sports-and-society/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1288=$matches[1]&cpage=$matches[2]"
    "programs/sports-and-society/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1288=$matches[1]&calendar=$matches[3]"
    "programs/sports-and-society/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/sports-and-society/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/sports-and-society/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1288=$matches[1]&page=$matches[2]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-strategy-group/(.+?)/embed/?$" => "index.php?program_1323=$matches[1]&embed=true"
    "programs/aspen-strategy-group/(.+?)/trackback/?$" => "index.php?program_1323=$matches[1]&tb=1"
    "programs/aspen-strategy-group/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1323=$matches[1]&paged=$matches[2]"
    "programs/aspen-strategy-group/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1323=$matches[1]&cpage=$matches[2]"
    "programs/aspen-strategy-group/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1323=$matches[1]&calendar=$matches[3]"
    "programs/aspen-strategy-group/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-strategy-group/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-strategy-group/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1323=$matches[1]&page=$matches[2]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/financial-security-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/financial-security-program/(.+?)/embed/?$" => "index.php?program_1350=$matches[1]&embed=true"
    "programs/financial-security-program/(.+?)/trackback/?$" => "index.php?program_1350=$matches[1]&tb=1"
    "programs/financial-security-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1350=$matches[1]&paged=$matches[2]"
    "programs/financial-security-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1350=$matches[1]&cpage=$matches[2]"
    "programs/financial-security-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1350=$matches[1]&calendar=$matches[3]"
    "programs/financial-security-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/financial-security-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/financial-security-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1350=$matches[1]&page=$matches[2]"
    "programs/future-of-work/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/future-of-work/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/future-of-work/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/future-of-work/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/future-of-work/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/future-of-work/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/future-of-work/(.+?)/embed/?$" => "index.php?program_1354=$matches[1]&embed=true"
    "programs/future-of-work/(.+?)/trackback/?$" => "index.php?program_1354=$matches[1]&tb=1"
    "programs/future-of-work/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1354=$matches[1]&paged=$matches[2]"
    "programs/future-of-work/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1354=$matches[1]&cpage=$matches[2]"
    "programs/future-of-work/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1354=$matches[1]&calendar=$matches[3]"
    "programs/future-of-work/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/future-of-work/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/future-of-work/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1354=$matches[1]&page=$matches[2]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/education-and-society-program/(.+?)/embed/?$" => "index.php?program_1362=$matches[1]&embed=true"
    "programs/education-and-society-program/(.+?)/trackback/?$" => "index.php?program_1362=$matches[1]&tb=1"
    "programs/education-and-society-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1362=$matches[1]&paged=$matches[2]"
    "programs/education-and-society-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1362=$matches[1]&cpage=$matches[2]"
    "programs/education-and-society-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1362=$matches[1]&calendar=$matches[3]"
    "programs/education-and-society-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/education-and-society-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/education-and-society-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1362=$matches[1]&page=$matches[2]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/citizenship-and-american-identity-program/(.+?)/embed/?$" => "index.php?program_1368=$matches[1]&embed=true"
    "programs/citizenship-and-american-identity-program/(.+?)/trackback/?$" => "index.php?program_1368=$matches[1]&tb=1"
    "programs/citizenship-and-american-identity-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1368=$matches[1]&paged=$matches[2]"
    "programs/citizenship-and-american-identity-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1368=$matches[1]&cpage=$matches[2]"
    "programs/citizenship-and-american-identity-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1368=$matches[1]&calendar=$matches[3]"
    "programs/citizenship-and-american-identity-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/citizenship-and-american-identity-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/citizenship-and-american-identity-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1368=$matches[1]&page=$matches[2]"
    "programs/congressional-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/congressional-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/congressional-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/congressional-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/congressional-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/congressional-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/congressional-program/(.+?)/embed/?$" => "index.php?program_1374=$matches[1]&embed=true"
    "programs/congressional-program/(.+?)/trackback/?$" => "index.php?program_1374=$matches[1]&tb=1"
    "programs/congressional-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1374=$matches[1]&paged=$matches[2]"
    "programs/congressional-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1374=$matches[1]&cpage=$matches[2]"
    "programs/congressional-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1374=$matches[1]&calendar=$matches[3]"
    "programs/congressional-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/congressional-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/congressional-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1374=$matches[1]&page=$matches[2]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/philanthropy-and-social-innovation/(.+?)/embed/?$" => "index.php?program_1378=$matches[1]&embed=true"
    "programs/philanthropy-and-social-innovation/(.+?)/trackback/?$" => "index.php?program_1378=$matches[1]&tb=1"
    "programs/philanthropy-and-social-innovation/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1378=$matches[1]&paged=$matches[2]"
    "programs/philanthropy-and-social-innovation/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1378=$matches[1]&cpage=$matches[2]"
    "programs/philanthropy-and-social-innovation/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1378=$matches[1]&calendar=$matches[3]"
    "programs/philanthropy-and-social-innovation/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/philanthropy-and-social-innovation/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/philanthropy-and-social-innovation/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1378=$matches[1]&page=$matches[2]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/stevens-initiative/(.+?)/embed/?$" => "index.php?program_1390=$matches[1]&embed=true"
    "programs/stevens-initiative/(.+?)/trackback/?$" => "index.php?program_1390=$matches[1]&tb=1"
    "programs/stevens-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1390=$matches[1]&paged=$matches[2]"
    "programs/stevens-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1390=$matches[1]&cpage=$matches[2]"
    "programs/stevens-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1390=$matches[1]&calendar=$matches[3]"
    "programs/stevens-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/stevens-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/stevens-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1390=$matches[1]&page=$matches[2]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/community-strategies-group/(.+?)/embed/?$" => "index.php?program_1398=$matches[1]&embed=true"
    "programs/community-strategies-group/(.+?)/trackback/?$" => "index.php?program_1398=$matches[1]&tb=1"
    "programs/community-strategies-group/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1398=$matches[1]&paged=$matches[2]"
    "programs/community-strategies-group/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1398=$matches[1]&cpage=$matches[2]"
    "programs/community-strategies-group/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1398=$matches[1]&calendar=$matches[3]"
    "programs/community-strategies-group/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/community-strategies-group/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/community-strategies-group/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1398=$matches[1]&page=$matches[2]"
    "programs/socrates-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/socrates-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/socrates-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/socrates-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/socrates-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/socrates-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/socrates-program/(.+?)/embed/?$" => "index.php?program_1514=$matches[1]&embed=true"
    "programs/socrates-program/(.+?)/trackback/?$" => "index.php?program_1514=$matches[1]&tb=1"
    "programs/socrates-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1514=$matches[1]&paged=$matches[2]"
    "programs/socrates-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1514=$matches[1]&cpage=$matches[2]"
    "programs/socrates-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1514=$matches[1]&calendar=$matches[3]"
    "programs/socrates-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/socrates-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/socrates-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1514=$matches[1]&page=$matches[2]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-global-leadership-network/(.+?)/embed/?$" => "index.php?program_1522=$matches[1]&embed=true"
    "programs/aspen-global-leadership-network/(.+?)/trackback/?$" => "index.php?program_1522=$matches[1]&tb=1"
    "programs/aspen-global-leadership-network/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1522=$matches[1]&paged=$matches[2]"
    "programs/aspen-global-leadership-network/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1522=$matches[1]&cpage=$matches[2]"
    "programs/aspen-global-leadership-network/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1522=$matches[1]&calendar=$matches[3]"
    "programs/aspen-global-leadership-network/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-global-leadership-network/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-global-leadership-network/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1522=$matches[1]&page=$matches[2]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-community-programs/(.+?)/embed/?$" => "index.php?program_1614=$matches[1]&embed=true"
    "programs/aspen-community-programs/(.+?)/trackback/?$" => "index.php?program_1614=$matches[1]&tb=1"
    "programs/aspen-community-programs/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1614=$matches[1]&paged=$matches[2]"
    "programs/aspen-community-programs/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1614=$matches[1]&cpage=$matches[2]"
    "programs/aspen-community-programs/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1614=$matches[1]&calendar=$matches[3]"
    "programs/aspen-community-programs/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-community-programs/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-community-programs/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1614=$matches[1]&page=$matches[2]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-young-leaders-fellowship/(.+?)/embed/?$" => "index.php?program_1629=$matches[1]&embed=true"
    "programs/aspen-young-leaders-fellowship/(.+?)/trackback/?$" => "index.php?program_1629=$matches[1]&tb=1"
    "programs/aspen-young-leaders-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1629=$matches[1]&paged=$matches[2]"
    "programs/aspen-young-leaders-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1629=$matches[1]&cpage=$matches[2]"
    "programs/aspen-young-leaders-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1629=$matches[1]&calendar=$matches[3]"
    "programs/aspen-young-leaders-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-young-leaders-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-young-leaders-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1629=$matches[1]&page=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)/embed/?$" => "index.php?program_1658=$matches[1]&embed=true"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)/trackback/?$" => "index.php?program_1658=$matches[1]&tb=1"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1658=$matches[1]&paged=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1658=$matches[1]&cpage=$matches[2]"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1658=$matches[1]&calendar=$matches[3]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/national-commission-on-social-emotional-and-academic-development/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/national-commission-on-social-emotional-and-academic-development/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1658=$matches[1]&page=$matches[2]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/henry-crown-fellowship/(.+?)/embed/?$" => "index.php?program_1705=$matches[1]&embed=true"
    "programs/henry-crown-fellowship/(.+?)/trackback/?$" => "index.php?program_1705=$matches[1]&tb=1"
    "programs/henry-crown-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1705=$matches[1]&paged=$matches[2]"
    "programs/henry-crown-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1705=$matches[1]&cpage=$matches[2]"
    "programs/henry-crown-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1705=$matches[1]&calendar=$matches[3]"
    "programs/henry-crown-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/henry-crown-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/henry-crown-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1705=$matches[1]&page=$matches[2]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/religion-society-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/religion-society-program/(.+?)/embed/?$" => "index.php?program_1810=$matches[1]&embed=true"
    "programs/religion-society-program/(.+?)/trackback/?$" => "index.php?program_1810=$matches[1]&tb=1"
    "programs/religion-society-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1810=$matches[1]&paged=$matches[2]"
    "programs/religion-society-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1810=$matches[1]&cpage=$matches[2]"
    "programs/religion-society-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1810=$matches[1]&calendar=$matches[3]"
    "programs/religion-society-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/religion-society-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/religion-society-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1810=$matches[1]&page=$matches[2]"
    "programs/upskill-america/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/upskill-america/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/upskill-america/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/upskill-america/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/upskill-america/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/upskill-america/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/upskill-america/(.+?)/embed/?$" => "index.php?program_1854=$matches[1]&embed=true"
    "programs/upskill-america/(.+?)/trackback/?$" => "index.php?program_1854=$matches[1]&tb=1"
    "programs/upskill-america/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_1854=$matches[1]&paged=$matches[2]"
    "programs/upskill-america/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_1854=$matches[1]&cpage=$matches[2]"
    "programs/upskill-america/(.+?)/calendar(/(.*))?/?$" => "index.php?program_1854=$matches[1]&calendar=$matches[3]"
    "programs/upskill-america/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/upskill-america/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/upskill-america/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_1854=$matches[1]&page=$matches[2]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/new-york-public-programs/(.+?)/embed/?$" => "index.php?program_2150=$matches[1]&embed=true"
    "programs/new-york-public-programs/(.+?)/trackback/?$" => "index.php?program_2150=$matches[1]&tb=1"
    "programs/new-york-public-programs/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2150=$matches[1]&paged=$matches[2]"
    "programs/new-york-public-programs/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2150=$matches[1]&cpage=$matches[2]"
    "programs/new-york-public-programs/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2150=$matches[1]&calendar=$matches[3]"
    "programs/new-york-public-programs/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/new-york-public-programs/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/new-york-public-programs/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2150=$matches[1]&page=$matches[2]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/business-ownership-initiative/(.+?)/embed/?$" => "index.php?program_2506=$matches[1]&embed=true"
    "programs/business-ownership-initiative/(.+?)/trackback/?$" => "index.php?program_2506=$matches[1]&tb=1"
    "programs/business-ownership-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2506=$matches[1]&paged=$matches[2]"
    "programs/business-ownership-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2506=$matches[1]&cpage=$matches[2]"
    "programs/business-ownership-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2506=$matches[1]&calendar=$matches[3]"
    "programs/business-ownership-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-ownership-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-ownership-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2506=$matches[1]&page=$matches[2]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/workforce-strategies-initiative/(.+?)/embed/?$" => "index.php?program_2521=$matches[1]&embed=true"
    "programs/workforce-strategies-initiative/(.+?)/trackback/?$" => "index.php?program_2521=$matches[1]&tb=1"
    "programs/workforce-strategies-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2521=$matches[1]&paged=$matches[2]"
    "programs/workforce-strategies-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2521=$matches[1]&cpage=$matches[2]"
    "programs/workforce-strategies-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2521=$matches[1]&calendar=$matches[3]"
    "programs/workforce-strategies-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/workforce-strategies-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/workforce-strategies-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2521=$matches[1]&page=$matches[2]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/good-companies-good-jobs/(.+?)/embed/?$" => "index.php?program_2559=$matches[1]&embed=true"
    "programs/good-companies-good-jobs/(.+?)/trackback/?$" => "index.php?program_2559=$matches[1]&tb=1"
    "programs/good-companies-good-jobs/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2559=$matches[1]&paged=$matches[2]"
    "programs/good-companies-good-jobs/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2559=$matches[1]&cpage=$matches[2]"
    "programs/good-companies-good-jobs/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2559=$matches[1]&calendar=$matches[3]"
    "programs/good-companies-good-jobs/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-companies-good-jobs/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-companies-good-jobs/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2559=$matches[1]&page=$matches[2]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/china-fellowship-program/(.+?)/embed/?$" => "index.php?program_2777=$matches[1]&embed=true"
    "programs/china-fellowship-program/(.+?)/trackback/?$" => "index.php?program_2777=$matches[1]&tb=1"
    "programs/china-fellowship-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2777=$matches[1]&paged=$matches[2]"
    "programs/china-fellowship-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2777=$matches[1]&cpage=$matches[2]"
    "programs/china-fellowship-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2777=$matches[1]&calendar=$matches[3]"
    "programs/china-fellowship-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/china-fellowship-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/china-fellowship-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2777=$matches[1]&page=$matches[2]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/health-innovators-fellowship/(.+?)/embed/?$" => "index.php?program_2781=$matches[1]&embed=true"
    "programs/health-innovators-fellowship/(.+?)/trackback/?$" => "index.php?program_2781=$matches[1]&tb=1"
    "programs/health-innovators-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2781=$matches[1]&paged=$matches[2]"
    "programs/health-innovators-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2781=$matches[1]&cpage=$matches[2]"
    "programs/health-innovators-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2781=$matches[1]&calendar=$matches[3]"
    "programs/health-innovators-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/health-innovators-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/health-innovators-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2781=$matches[1]&page=$matches[2]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/middle-east-leadership-initiative/(.+?)/embed/?$" => "index.php?program_2785=$matches[1]&embed=true"
    "programs/middle-east-leadership-initiative/(.+?)/trackback/?$" => "index.php?program_2785=$matches[1]&tb=1"
    "programs/middle-east-leadership-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2785=$matches[1]&paged=$matches[2]"
    "programs/middle-east-leadership-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2785=$matches[1]&cpage=$matches[2]"
    "programs/middle-east-leadership-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2785=$matches[1]&calendar=$matches[3]"
    "programs/middle-east-leadership-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/middle-east-leadership-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/middle-east-leadership-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2785=$matches[1]&page=$matches[2]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/reconnecting-work-wealth/(.+?)/embed/?$" => "index.php?program_2817=$matches[1]&embed=true"
    "programs/reconnecting-work-wealth/(.+?)/trackback/?$" => "index.php?program_2817=$matches[1]&tb=1"
    "programs/reconnecting-work-wealth/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2817=$matches[1]&paged=$matches[2]"
    "programs/reconnecting-work-wealth/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2817=$matches[1]&cpage=$matches[2]"
    "programs/reconnecting-work-wealth/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2817=$matches[1]&calendar=$matches[3]"
    "programs/reconnecting-work-wealth/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/reconnecting-work-wealth/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/reconnecting-work-wealth/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2817=$matches[1]&page=$matches[2]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/job-quality-fellowship/(.+?)/embed/?$" => "index.php?program_2822=$matches[1]&embed=true"
    "programs/job-quality-fellowship/(.+?)/trackback/?$" => "index.php?program_2822=$matches[1]&tb=1"
    "programs/job-quality-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_2822=$matches[1]&paged=$matches[2]"
    "programs/job-quality-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_2822=$matches[1]&cpage=$matches[2]"
    "programs/job-quality-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_2822=$matches[1]&calendar=$matches[3]"
    "programs/job-quality-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/job-quality-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/job-quality-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_2822=$matches[1]&page=$matches[2]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/workforce-leadership-academies/(.+?)/embed/?$" => "index.php?program_3045=$matches[1]&embed=true"
    "programs/workforce-leadership-academies/(.+?)/trackback/?$" => "index.php?program_3045=$matches[1]&tb=1"
    "programs/workforce-leadership-academies/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_3045=$matches[1]&paged=$matches[2]"
    "programs/workforce-leadership-academies/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_3045=$matches[1]&cpage=$matches[2]"
    "programs/workforce-leadership-academies/(.+?)/calendar(/(.*))?/?$" => "index.php?program_3045=$matches[1]&calendar=$matches[3]"
    "programs/workforce-leadership-academies/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/workforce-leadership-academies/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/workforce-leadership-academies/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_3045=$matches[1]&page=$matches[2]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/weave-the-social-fabric-initiative/(.+?)/embed/?$" => "index.php?program_3455=$matches[1]&embed=true"
    "programs/weave-the-social-fabric-initiative/(.+?)/trackback/?$" => "index.php?program_3455=$matches[1]&tb=1"
    "programs/weave-the-social-fabric-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_3455=$matches[1]&paged=$matches[2]"
    "programs/weave-the-social-fabric-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_3455=$matches[1]&cpage=$matches[2]"
    "programs/weave-the-social-fabric-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_3455=$matches[1]&calendar=$matches[3]"
    "programs/weave-the-social-fabric-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/weave-the-social-fabric-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/weave-the-social-fabric-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_3455=$matches[1]&page=$matches[2]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-leadership-seminars/(.+?)/embed/?$" => "index.php?program_3501=$matches[1]&embed=true"
    "programs/aspen-leadership-seminars/(.+?)/trackback/?$" => "index.php?program_3501=$matches[1]&tb=1"
    "programs/aspen-leadership-seminars/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_3501=$matches[1]&paged=$matches[2]"
    "programs/aspen-leadership-seminars/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_3501=$matches[1]&cpage=$matches[2]"
    "programs/aspen-leadership-seminars/(.+?)/calendar(/(.*))?/?$" => "index.php?program_3501=$matches[1]&calendar=$matches[3]"
    "programs/aspen-leadership-seminars/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-leadership-seminars/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-leadership-seminars/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_3501=$matches[1]&page=$matches[2]"
    "programs/science-society/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/science-society/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/science-society/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/science-society/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/science-society/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/science-society/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/science-society/(.+?)/embed/?$" => "index.php?program_3825=$matches[1]&embed=true"
    "programs/science-society/(.+?)/trackback/?$" => "index.php?program_3825=$matches[1]&tb=1"
    "programs/science-society/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_3825=$matches[1]&paged=$matches[2]"
    "programs/science-society/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_3825=$matches[1]&cpage=$matches[2]"
    "programs/science-society/(.+?)/calendar(/(.*))?/?$" => "index.php?program_3825=$matches[1]&calendar=$matches[3]"
    "programs/science-society/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/science-society/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/science-society/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_3825=$matches[1]&page=$matches[2]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/food-and-society-program/(.+?)/embed/?$" => "index.php?program_3843=$matches[1]&embed=true"
    "programs/food-and-society-program/(.+?)/trackback/?$" => "index.php?program_3843=$matches[1]&tb=1"
    "programs/food-and-society-program/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_3843=$matches[1]&paged=$matches[2]"
    "programs/food-and-society-program/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_3843=$matches[1]&cpage=$matches[2]"
    "programs/food-and-society-program/(.+?)/calendar(/(.*))?/?$" => "index.php?program_3843=$matches[1]&calendar=$matches[3]"
    "programs/food-and-society-program/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/food-and-society-program/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/food-and-society-program/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_3843=$matches[1]&page=$matches[2]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/criminal-justice-reform-initiative/(.+?)/embed/?$" => "index.php?program_4178=$matches[1]&embed=true"
    "programs/criminal-justice-reform-initiative/(.+?)/trackback/?$" => "index.php?program_4178=$matches[1]&tb=1"
    "programs/criminal-justice-reform-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4178=$matches[1]&paged=$matches[2]"
    "programs/criminal-justice-reform-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4178=$matches[1]&cpage=$matches[2]"
    "programs/criminal-justice-reform-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4178=$matches[1]&calendar=$matches[3]"
    "programs/criminal-justice-reform-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/criminal-justice-reform-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/criminal-justice-reform-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4178=$matches[1]&page=$matches[2]"
    "programs/aspendigital/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspendigital/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspendigital/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspendigital/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspendigital/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspendigital/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspendigital/(.+?)/embed/?$" => "index.php?program_4343=$matches[1]&embed=true"
    "programs/aspendigital/(.+?)/trackback/?$" => "index.php?program_4343=$matches[1]&tb=1"
    "programs/aspendigital/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4343=$matches[1]&paged=$matches[2]"
    "programs/aspendigital/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4343=$matches[1]&cpage=$matches[2]"
    "programs/aspendigital/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4343=$matches[1]&calendar=$matches[3]"
    "programs/aspendigital/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspendigital/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspendigital/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4343=$matches[1]&page=$matches[2]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/commission-on-information-disorder/(.+?)/embed/?$" => "index.php?program_4500=$matches[1]&embed=true"
    "programs/commission-on-information-disorder/(.+?)/trackback/?$" => "index.php?program_4500=$matches[1]&tb=1"
    "programs/commission-on-information-disorder/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4500=$matches[1]&paged=$matches[2]"
    "programs/commission-on-information-disorder/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4500=$matches[1]&cpage=$matches[2]"
    "programs/commission-on-information-disorder/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4500=$matches[1]&calendar=$matches[3]"
    "programs/commission-on-information-disorder/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/commission-on-information-disorder/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/commission-on-information-disorder/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4500=$matches[1]&page=$matches[2]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-ministers-forum/(.+?)/embed/?$" => "index.php?program_4570=$matches[1]&embed=true"
    "programs/aspen-ministers-forum/(.+?)/trackback/?$" => "index.php?program_4570=$matches[1]&tb=1"
    "programs/aspen-ministers-forum/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4570=$matches[1]&paged=$matches[2]"
    "programs/aspen-ministers-forum/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4570=$matches[1]&cpage=$matches[2]"
    "programs/aspen-ministers-forum/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4570=$matches[1]&calendar=$matches[3]"
    "programs/aspen-ministers-forum/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-ministers-forum/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-ministers-forum/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4570=$matches[1]&page=$matches[2]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/digital-equity-accelerator/(.+?)/embed/?$" => "index.php?program_4783=$matches[1]&embed=true"
    "programs/digital-equity-accelerator/(.+?)/trackback/?$" => "index.php?program_4783=$matches[1]&tb=1"
    "programs/digital-equity-accelerator/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4783=$matches[1]&paged=$matches[2]"
    "programs/digital-equity-accelerator/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4783=$matches[1]&cpage=$matches[2]"
    "programs/digital-equity-accelerator/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4783=$matches[1]&calendar=$matches[3]"
    "programs/digital-equity-accelerator/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/digital-equity-accelerator/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/digital-equity-accelerator/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4783=$matches[1]&page=$matches[2]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/rework-reentry/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/rework-reentry/(.+?)/embed/?$" => "index.php?program_4827=$matches[1]&embed=true"
    "programs/rework-reentry/(.+?)/trackback/?$" => "index.php?program_4827=$matches[1]&tb=1"
    "programs/rework-reentry/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4827=$matches[1]&paged=$matches[2]"
    "programs/rework-reentry/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4827=$matches[1]&cpage=$matches[2]"
    "programs/rework-reentry/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4827=$matches[1]&calendar=$matches[3]"
    "programs/rework-reentry/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/rework-reentry/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/rework-reentry/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4827=$matches[1]&page=$matches[2]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/finance-leaders-fellowship/(.+?)/embed/?$" => "index.php?program_4981=$matches[1]&embed=true"
    "programs/finance-leaders-fellowship/(.+?)/trackback/?$" => "index.php?program_4981=$matches[1]&tb=1"
    "programs/finance-leaders-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_4981=$matches[1]&paged=$matches[2]"
    "programs/finance-leaders-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_4981=$matches[1]&cpage=$matches[2]"
    "programs/finance-leaders-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_4981=$matches[1]&calendar=$matches[3]"
    "programs/finance-leaders-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/finance-leaders-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/finance-leaders-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_4981=$matches[1]&page=$matches[2]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/good-jobs-champions-group/(.+?)/embed/?$" => "index.php?program_5040=$matches[1]&embed=true"
    "programs/good-jobs-champions-group/(.+?)/trackback/?$" => "index.php?program_5040=$matches[1]&tb=1"
    "programs/good-jobs-champions-group/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5040=$matches[1]&paged=$matches[2]"
    "programs/good-jobs-champions-group/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5040=$matches[1]&cpage=$matches[2]"
    "programs/good-jobs-champions-group/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5040=$matches[1]&calendar=$matches[3]"
    "programs/good-jobs-champions-group/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-jobs-champions-group/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-jobs-champions-group/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5040=$matches[1]&page=$matches[2]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/powering-pluralism-summit/(.+?)/embed/?$" => "index.php?program_5067=$matches[1]&embed=true"
    "programs/powering-pluralism-summit/(.+?)/trackback/?$" => "index.php?program_5067=$matches[1]&tb=1"
    "programs/powering-pluralism-summit/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5067=$matches[1]&paged=$matches[2]"
    "programs/powering-pluralism-summit/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5067=$matches[1]&cpage=$matches[2]"
    "programs/powering-pluralism-summit/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5067=$matches[1]&calendar=$matches[3]"
    "programs/powering-pluralism-summit/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/powering-pluralism-summit/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/powering-pluralism-summit/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5067=$matches[1]&page=$matches[2]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/good-jobs-champions-group-espanol/(.+?)/embed/?$" => "index.php?program_5130=$matches[1]&embed=true"
    "programs/good-jobs-champions-group-espanol/(.+?)/trackback/?$" => "index.php?program_5130=$matches[1]&tb=1"
    "programs/good-jobs-champions-group-espanol/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5130=$matches[1]&paged=$matches[2]"
    "programs/good-jobs-champions-group-espanol/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5130=$matches[1]&cpage=$matches[2]"
    "programs/good-jobs-champions-group-espanol/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5130=$matches[1]&calendar=$matches[3]"
    "programs/good-jobs-champions-group-espanol/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-jobs-champions-group-espanol/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/good-jobs-champions-group-espanol/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5130=$matches[1]&page=$matches[2]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/business-labor-roundtable/(.+?)/embed/?$" => "index.php?program_5167=$matches[1]&embed=true"
    "programs/business-labor-roundtable/(.+?)/trackback/?$" => "index.php?program_5167=$matches[1]&tb=1"
    "programs/business-labor-roundtable/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5167=$matches[1]&paged=$matches[2]"
    "programs/business-labor-roundtable/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5167=$matches[1]&cpage=$matches[2]"
    "programs/business-labor-roundtable/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5167=$matches[1]&calendar=$matches[3]"
    "programs/business-labor-roundtable/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-labor-roundtable/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/business-labor-roundtable/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5167=$matches[1]&page=$matches[2]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/aspen-institute-latinos-and-society/(.+?)/embed/?$" => "index.php?program_5214=$matches[1]&embed=true"
    "programs/aspen-institute-latinos-and-society/(.+?)/trackback/?$" => "index.php?program_5214=$matches[1]&tb=1"
    "programs/aspen-institute-latinos-and-society/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5214=$matches[1]&paged=$matches[2]"
    "programs/aspen-institute-latinos-and-society/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5214=$matches[1]&cpage=$matches[2]"
    "programs/aspen-institute-latinos-and-society/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5214=$matches[1]&calendar=$matches[3]"
    "programs/aspen-institute-latinos-and-society/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-institute-latinos-and-society/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/aspen-institute-latinos-and-society/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5214=$matches[1]&page=$matches[2]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/education-and-career-mobility-fellowship/(.+?)/embed/?$" => "index.php?program_5247=$matches[1]&embed=true"
    "programs/education-and-career-mobility-fellowship/(.+?)/trackback/?$" => "index.php?program_5247=$matches[1]&tb=1"
    "programs/education-and-career-mobility-fellowship/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5247=$matches[1]&paged=$matches[2]"
    "programs/education-and-career-mobility-fellowship/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5247=$matches[1]&cpage=$matches[2]"
    "programs/education-and-career-mobility-fellowship/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5247=$matches[1]&calendar=$matches[3]"
    "programs/education-and-career-mobility-fellowship/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/education-and-career-mobility-fellowship/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/education-and-career-mobility-fellowship/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5247=$matches[1]&page=$matches[2]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/alliance-for-social-trust/(.+?)/embed/?$" => "index.php?program_5955=$matches[1]&embed=true"
    "programs/alliance-for-social-trust/(.+?)/trackback/?$" => "index.php?program_5955=$matches[1]&tb=1"
    "programs/alliance-for-social-trust/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_5955=$matches[1]&paged=$matches[2]"
    "programs/alliance-for-social-trust/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_5955=$matches[1]&cpage=$matches[2]"
    "programs/alliance-for-social-trust/(.+?)/calendar(/(.*))?/?$" => "index.php?program_5955=$matches[1]&calendar=$matches[3]"
    "programs/alliance-for-social-trust/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/alliance-for-social-trust/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/alliance-for-social-trust/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_5955=$matches[1]&page=$matches[2]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/alliance-for-social-trust/topics/(.+?)/embed/?$" => "index.php?topic_5955=$matches[1]&embed=true"
    "programs/alliance-for-social-trust/topics/(.+?)/trackback/?$" => "index.php?topic_5955=$matches[1]&tb=1"
    "programs/alliance-for-social-trust/topics/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?topic_5955=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/topics/(.+?)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?topic_5955=$matches[1]&feed=$matches[2]"
    "programs/alliance-for-social-trust/topics/(.+?)/page/?([0-9]{1,})/?$" => "index.php?topic_5955=$matches[1]&paged=$matches[2]"
    "programs/alliance-for-social-trust/topics/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?topic_5955=$matches[1]&cpage=$matches[2]"
    "programs/alliance-for-social-trust/topics/(.+?)/calendar(/(.*))?/?$" => "index.php?topic_5955=$matches[1]&calendar=$matches[3]"
    "programs/alliance-for-social-trust/topics/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/alliance-for-social-trust/topics/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/alliance-for-social-trust/topics/(.+?)(?:/([0-9]+))?/?$" => "index.php?topic_5955=$matches[1]&page=$matches[2]"
    "programs/international-partners/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/international-partners/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/international-partners/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/international-partners/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/international-partners/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/international-partners/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/international-partners/(.+?)/embed/?$" => "index.php?program_30186=$matches[1]&embed=true"
    "programs/international-partners/(.+?)/trackback/?$" => "index.php?program_30186=$matches[1]&tb=1"
    "programs/international-partners/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_30186=$matches[1]&paged=$matches[2]"
    "programs/international-partners/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_30186=$matches[1]&cpage=$matches[2]"
    "programs/international-partners/(.+?)/calendar(/(.*))?/?$" => "index.php?program_30186=$matches[1]&calendar=$matches[3]"
    "programs/international-partners/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/international-partners/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/international-partners/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_30186=$matches[1]&page=$matches[2]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/?$" => "index.php?attachment=$matches[1]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/trackback/?$" => "index.php?attachment=$matches[1]&tb=1"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$" => "index.php?attachment=$matches[1]&feed=$matches[2]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$" => "index.php?attachment=$matches[1]&cpage=$matches[2]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/embed/?$" => "index.php?attachment=$matches[1]&embed=true"
    "programs/tech-leaders-initiative/(.+?)/embed/?$" => "index.php?program_141360=$matches[1]&embed=true"
    "programs/tech-leaders-initiative/(.+?)/trackback/?$" => "index.php?program_141360=$matches[1]&tb=1"
    "programs/tech-leaders-initiative/(.+?)/page/?([0-9]{1,})/?$" => "index.php?program_141360=$matches[1]&paged=$matches[2]"
    "programs/tech-leaders-initiative/(.+?)/comment-page-([0-9]{1,})/?$" => "index.php?program_141360=$matches[1]&cpage=$matches[2]"
    "programs/tech-leaders-initiative/(.+?)/calendar(/(.*))?/?$" => "index.php?program_141360=$matches[1]&calendar=$matches[3]"
    "programs/tech-leaders-initiative/.+?/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/tech-leaders-initiative/.+?/attachment/([^/]+)/size(/(.*))?/?$" => "index.php?attachment=$matches[1]&size=$matches[3]"
    "programs/tech-leaders-initiative/(.+?)(?:/([0-9]+))?/?$" => "index.php?program_141360=$matches[1]&page=$matches[2]"
  ]
  +non_wp_rules: []
  +extra_permastructs: array:72 [
    "category" => array:8 [
      "with_front" => true
      "ep_mask" => 512
      "paged" => true
      "feed" => true
      "forcomments" => false
      "walk_dirs" => true
      "endpoints" => true
      "struct" => "/category/%category%"
    ]
    "post_tag" => array:8 [
      "with_front" => true
      "ep_mask" => 1024
      "paged" => true
      "feed" => true
      "forcomments" => false
      "walk_dirs" => true
      "endpoints" => true
      "struct" => "/tag/%post_tag%"
    ]
    "post_format" => array:8 [
      "with_front" => true
      "ep_mask" => 0
      "paged" => true
      "feed" => true
      "forcomments" => false
      "walk_dirs" => true
      "endpoints" => true
      "struct" => "/type/%post_format%"
    ]
    "program" => array:8 [
      "with_front" => false
      "ep_mask" => 1
      "paged" => true
      "feed" => true
      "forcomments" => false
      "walk_dirs" => true
      "endpoints" => true
      "struct" => "programs/%program%"
    ]
    "news" => array:8 [
      "with_front" => false
      "ep_mask" => 1
      "paged" => true
      "feed" => true
      "forcomments" => false
      "walk_dirs" => true
      "endpoints" => true
      "struct" => "news/%news%"
    ]
    "event" => array:8 [
      "with_front" => true
      "ep_mask" => 1
      "paged" => true
      "feed" => true
      "forcomments" => false
      "walk_dirs" => true
      "endpoints" => true
      "struct" => "/events/%event%"
    ]
    "impact_area" => array:8 [
      "with_front" => true
      "ep_mask" => 1
      "paged" => true
      "feed" => true
      "forcomments" => false
      "walk_dirs" => true
      "endpoints" => true
      "struct" => "/impact-area/%impact_area%"
    ]
    "series" => array:8 [
      "with_front" => false
      "ep_mask" => 1
      "paged" => true
      "feed" => true
      "forcomments" => false
      "walk_dirs" => true
      "endpoints" => true
      "struct" => "series/%series%"
    ]
    "topic" => array:8 [
      "with_front" => false
      "ep_mask" => 1
      "paged" => true
      "feed" => true
      "forcomments" => false
      "walk_dirs" => true
      "endpoints" => true
      "struct" => "topic/%topic%"
    ]
    "people" => array:8 [
      "with_front" => false
      "ep_mask" => 1
      "paged" => true
      "feed" => true
      "forcomments" => false
      "walk_dirs" => true
      "endpoints" => true
      "struct" => "people/%people%"
    ]
    "news_type" => array:8 [ …8]
    "event_type" => array:8 [ …8]
    "program_type" => array:8 [ …8]
    "department" => array:8 [ …8]
    "team" => array:8 [ …8]
    "expertise" => array:8 [ …8]
    "location" => array:8 [ …8]
    "program_1175" => array:8 [ …8]
    "program_1179" => array:8 [ …8]
    "program_1185" => array:8 [ …8]
    "program_1195" => array:8 [ …8]
    "program_1243" => array:8 [ …8]
    "program_1252" => array:8 [ …8]
    "program_1288" => array:8 [ …8]
    "program_1323" => array:8 [ …8]
    "program_1350" => array:8 [ …8]
    "program_1354" => array:8 [ …8]
    "program_1362" => array:8 [ …8]
    "program_1368" => array:8 [ …8]
    "program_1374" => array:8 [ …8]
    "program_1378" => array:8 [ …8]
    "program_1390" => array:8 [ …8]
    "program_1398" => array:8 [ …8]
    "program_1514" => array:8 [ …8]
    "program_1522" => array:8 [ …8]
    "program_1614" => array:8 [ …8]
    "program_1629" => array:8 [ …8]
    "program_1658" => array:8 [ …8]
    "program_1705" => array:8 [ …8]
    "program_1810" => array:8 [ …8]
    "program_1854" => array:8 [ …8]
    "program_2150" => array:8 [ …8]
    "program_2506" => array:8 [ …8]
    "program_2521" => array:8 [ …8]
    "program_2559" => array:8 [ …8]
    "program_2777" => array:8 [ …8]
    "program_2781" => array:8 [ …8]
    "program_2785" => array:8 [ …8]
    "program_2817" => array:8 [ …8]
    "program_2822" => array:8 [ …8]
    "program_3045" => array:8 [ …8]
    "program_3455" => array:8 [ …8]
    "program_3501" => array:8 [ …8]
    "program_3825" => array:8 [ …8]
    "program_3843" => array:8 [ …8]
    "program_4178" => array:8 [ …8]
    "program_4343" => array:8 [ …8]
    "program_4500" => array:8 [ …8]
    "program_4570" => array:8 [ …8]
    "program_4783" => array:8 [ …8]
    "program_4827" => array:8 [ …8]
    "program_4981" => array:8 [ …8]
    "program_5040" => array:8 [ …8]
    "program_5067" => array:8 [ …8]
    "program_5130" => array:8 [ …8]
    "program_5167" => array:8 [ …8]
    "program_5214" => array:8 [ …8]
    "program_5247" => array:8 [ …8]
    "program_5955" => array:8 [ …8]
    "topic_5955" => array:8 [ …8]
    "program_30186" => array:8 [ …8]
    "program_141360" => array:8 [ …8]
  ]
  +endpoints: array:2 [
    0 => array:3 [ …3]
    1 => array:3 [ …3]
  ]
  +use_verbose_rules: false
  +use_verbose_page_rules: true
  +rewritecode: array:86 [
    0 => "%year%"
    1 => "%monthnum%"
    2 => "%day%"
    3 => "%hour%"
    4 => "%minute%"
    5 => "%second%"
    6 => "%postname%"
    7 => "%post_id%"
    8 => "%author%"
    9 => "%pagename%"
    10 => "%search%"
    11 => "%category%"
    12 => "%post_tag%"
    13 => "%post_format%"
    14 => "%program%"
    15 => "%news%"
    16 => "%event%"
    17 => "%impact_area%"
    18 => "%series%"
    19 => "%topic%"
    20 => "%people%"
    21 => "%sitemap%"
    22 => "%sitemap-subtype%"
    23 => "%sitemap-stylesheet%"
    24 => "%news_type%"
    25 => "%event_type%"
    26 => "%program_type%"
    27 => "%department%"
    28 => "%team%"
    29 => "%expertise%"
    30 => "%location%"
    31 => "%program_1175%"
    32 => "%program_1179%"
    33 => "%program_1185%"
    34 => "%program_1195%"
    35 => "%program_1243%"
    36 => "%program_1252%"
    37 => "%program_1288%"
    38 => "%program_1323%"
    39 => "%program_1350%"
    40 => "%program_1354%"
    41 => "%program_1362%"
    42 => "%program_1368%"
    43 => "%program_1374%"
    44 => "%program_1378%"
    45 => "%program_1390%"
    46 => "%program_1398%"
    47 => "%program_1514%"
    48 => "%program_1522%"
    49 => "%program_1614%"
    50 => "%program_1629%"
    51 => "%program_1658%"
    52 => "%program_1705%"
    53 => "%program_1810%"
    54 => "%program_1854%"
    55 => "%program_2150%"
    56 => "%program_2506%"
    57 => "%program_2521%"
    58 => "%program_2559%"
    59 => "%program_2777%"
    60 => "%program_2781%"
    61 => "%program_2785%"
    62 => "%program_2817%"
    63 => "%program_2822%"
    64 => "%program_3045%"
    65 => "%program_3455%"
    66 => "%program_3501%"
    67 => "%program_3825%"
    68 => "%program_3843%"
    69 => "%program_4178%"
    70 => "%program_4343%"
    71 => "%program_4500%"
    72 => "%program_4570%"
    73 => "%program_4783%"
    74 => "%program_4827%"
    75 => "%program_4981%"
    76 => "%program_5040%"
    77 => "%program_5067%"
    78 => "%program_5130%"
    79 => "%program_5167%"
    80 => "%program_5214%"
    81 => "%program_5247%"
    82 => "%program_5955%"
    83 => "%topic_5955%"
    84 => "%program_30186%"
    85 => "%program_141360%"
  ]
  +rewritereplace: array:86 [
    0 => "([0-9]{4})"
    1 => "([0-9]{1,2})"
    2 => "([0-9]{1,2})"
    3 => "([0-9]{1,2})"
    4 => "([0-9]{1,2})"
    5 => "([0-9]{1,2})"
    6 => "([^/]+)"
    7 => "([0-9]+)"
    8 => "([^/]+)"
    9 => "(.?.+?)"
    10 => "(.+)"
    11 => "(.+?)"
    12 => "([^/]+)"
    13 => "([^/]+)"
    14 => "(.+?)"
    15 => "([^/]+)"
    16 => "(.+?)"
    17 => "([^/]+)"
    18 => "([^/]+)"
    19 => "([^/]+)"
    20 => "([^/]+)"
    21 => "([^?]+)"
    22 => "([^?]+)"
    23 => "([^?]+)"
    24 => "([^/]+)"
    25 => "([^/]+)"
    26 => "([^/]+)"
    27 => "([^/]+)"
    28 => "([^/]+)"
    29 => "([^/]+)"
    30 => "([^/]+)"
    31 => "(.+?)"
    32 => "(.+?)"
    33 => "(.+?)"
    34 => "(.+?)"
    35 => "(.+?)"
    36 => "(.+?)"
    37 => "(.+?)"
    38 => "(.+?)"
    39 => "(.+?)"
    40 => "(.+?)"
    41 => "(.+?)"
    42 => "(.+?)"
    43 => "(.+?)"
    44 => "(.+?)"
    45 => "(.+?)"
    46 => "(.+?)"
    47 => "(.+?)"
    48 => "(.+?)"
    49 => "(.+?)"
    50 => "(.+?)"
    51 => "(.+?)"
    52 => "(.+?)"
    53 => "(.+?)"
    54 => "(.+?)"
    55 => "(.+?)"
    56 => "(.+?)"
    57 => "(.+?)"
    58 => "(.+?)"
    59 => "(.+?)"
    60 => "(.+?)"
    61 => "(.+?)"
    62 => "(.+?)"
    63 => "(.+?)"
    64 => "(.+?)"
    65 => "(.+?)"
    66 => "(.+?)"
    67 => "(.+?)"
    68 => "(.+?)"
    69 => "(.+?)"
    70 => "(.+?)"
    71 => "(.+?)"
    72 => "(.+?)"
    73 => "(.+?)"
    74 => "(.+?)"
    75 => "(.+?)"
    76 => "(.+?)"
    77 => "(.+?)"
    78 => "(.+?)"
    79 => "(.+?)"
    80 => "(.+?)"
    81 => "(.+?)"
    82 => "(.+?)"
    83 => "(.+?)"
    84 => "(.+?)"
    85 => "(.+?)"
  ]
  +queryreplace: array:86 [
    0 => "year="
    1 => "monthnum="
    2 => "day="
    3 => "hour="
    4 => "minute="
    5 => "second="
    6 => "name="
    7 => "p="
    8 => "author_name="
    9 => "pagename="
    10 => "s="
    11 => "category_name="
    12 => "tag="
    13 => "post_format="
    14 => "program="
    15 => "news="
    16 => "event="
    17 => "impact_area="
    18 => "series="
    19 => "topic="
    20 => "people="
    21 => "sitemap="
    22 => "sitemap-subtype="
    23 => "sitemap-stylesheet="
    24 => "news_type="
    25 => "event_type="
    26 => "program_type="
    27 => "department="
    28 => "team="
    29 => "expertise="
    30 => "location="
    31 => "program_1175="
    32 => "program_1179="
    33 => "program_1185="
    34 => "program_1195="
    35 => "program_1243="
    36 => "program_1252="
    37 => "program_1288="
    38 => "program_1323="
    39 => "program_1350="
    40 => "program_1354="
    41 => "program_1362="
    42 => "program_1368="
    43 => "program_1374="
    44 => "program_1378="
    45 => "program_1390="
    46 => "program_1398="
    47 => "program_1514="
    48 => "program_1522="
    49 => "program_1614="
    50 => "program_1629="
    51 => "program_1658="
    52 => "program_1705="
    53 => "program_1810="
    54 => "program_1854="
    55 => "program_2150="
    56 => "program_2506="
    57 => "program_2521="
    58 => "program_2559="
    59 => "program_2777="
    60 => "program_2781="
    61 => "program_2785="
    62 => "program_2817="
    63 => "program_2822="
    64 => "program_3045="
    65 => "program_3455="
    66 => "program_3501="
    67 => "program_3825="
    68 => "program_3843="
    69 => "program_4178="
    70 => "program_4343="
    71 => "program_4500="
    72 => "program_4570="
    73 => "program_4783="
    74 => "program_4827="
    75 => "program_4981="
    76 => "program_5040="
    77 => "program_5067="
    78 => "program_5130="
    79 => "program_5167="
    80 => "program_5214="
    81 => "program_5247="
    82 => "program_5955="
    83 => "topic_5955="
    84 => "program_30186="
    85 => "program_141360="
  ]
  +feeds: array:5 [
    0 => "feed"
    1 => "rdf"
    2 => "rss"
    3 => "rss2"
    4 => "atom"
  ]
}