From eebda1229fc1ba8e8a1814c583b40c21acd1dea6 Mon Sep 17 00:00:00 2001
From: Kevin Cristiano <kcristiano@kcristiano.com>
Date: Sat, 6 Jan 2024 12:31:54 -0500
Subject: [PATCH] civicrm release-5.69.1

---
 civicrm.php                                   |    4 +-
 .../Upgrade/Incremental/php/FiveSixtyNine.php |    6 +
 civicrm/civicrm-version.php                   |    2 +-
 civicrm/ext/afform/admin/info.xml             |    4 +-
 civicrm/ext/afform/core/info.xml              |    4 +-
 civicrm/ext/afform/html/info.xml              |    4 +-
 civicrm/ext/afform/mock/info.xml              |    4 +-
 civicrm/ext/authx/info.xml                    |    4 +-
 civicrm/ext/civi_campaign/info.xml            |    4 +-
 civicrm/ext/civi_case/info.xml                |    4 +-
 civicrm/ext/civi_contribute/info.xml          |    4 +-
 civicrm/ext/civi_event/info.xml               |    4 +-
 civicrm/ext/civi_mail/info.xml                |    4 +-
 civicrm/ext/civi_member/info.xml              |    4 +-
 civicrm/ext/civi_pledge/info.xml              |    4 +-
 civicrm/ext/civi_report/info.xml              |    4 +-
 civicrm/ext/civicrm_admin_ui/info.xml         |    4 +-
 civicrm/ext/civicrm_search_ui/info.xml        |    4 +-
 civicrm/ext/civigrant/info.xml                |    4 +-
 civicrm/ext/civiimport/info.xml               |    4 +-
 civicrm/ext/ckeditor4/info.xml                |    4 +-
 .../ext/contributioncancelactions/info.xml    |    4 +-
 civicrm/ext/elavon/info.xml                   |    4 +-
 civicrm/ext/eventcart/info.xml                |    4 +-
 civicrm/ext/ewaysingle/info.xml               |    4 +-
 civicrm/ext/financialacls/info.xml            |    4 +-
 civicrm/ext/flexmailer/info.xml               |    4 +-
 civicrm/ext/greenwich/info.xml                |    4 +-
 civicrm/ext/legacycustomsearches/info.xml     |    4 +-
 civicrm/ext/message_admin/info.xml            |    4 +-
 civicrm/ext/oauth-client/info.xml             |    4 +-
 civicrm/ext/payflowpro/info.xml               |    4 +-
 civicrm/ext/recaptcha/info.xml                |    4 +-
 civicrm/ext/scheduled_communications/info.xml |    4 +-
 civicrm/ext/search_kit/info.xml               |    4 +-
 civicrm/ext/sequentialcreditnotes/info.xml    |    4 +-
 civicrm/ext/standaloneusers/info.xml          |    4 +-
 civicrm/ext/user_dashboard/info.xml           |    4 +-
 civicrm/js/version.json                       |    2 +-
 civicrm/release-notes.md                      |    9 +
 civicrm/release-notes/5.69.1.md               |   39 +
 civicrm/sql/civicrm_data.mysql                |    6 +-
 civicrm/sql/civicrm_generated.mysql           | 8676 ++++++++---------
 civicrm/templates/CRM/UF/Form/Group.hlp       |    4 +-
 civicrm/vendor/autoload.php                   |    2 +-
 civicrm/vendor/composer/autoload_real.php     |   14 +-
 civicrm/vendor/composer/autoload_static.php   |   12 +-
 civicrm/vendor/composer/installed.php         |    4 +-
 .../membership_online_receipt_html.tpl        |    2 +-
 civicrm/xml/version.xml                       |    2 +-
 50 files changed, 4472 insertions(+), 4452 deletions(-)
 create mode 100644 civicrm/release-notes/5.69.1.md

diff --git a/civicrm.php b/civicrm.php
index 51c593b1e0..f0c078956b 100644
--- a/civicrm.php
+++ b/civicrm.php
@@ -2,7 +2,7 @@
 /**
  * Plugin Name: CiviCRM
  * Description: CiviCRM - Growing and Sustaining Relationships
- * Version: 5.69.0
+ * Version: 5.69.1
  * Requires at least: 4.9
  * Requires PHP:      7.3
  * Author: CiviCRM LLC
@@ -36,7 +36,7 @@ if (!defined('ABSPATH')) {
 }
 
 // Set version here: changing it forces Javascript and CSS to reload.
-define('CIVICRM_PLUGIN_VERSION', '5.69.0');
+define('CIVICRM_PLUGIN_VERSION', '5.69.1');
 
 // Store reference to this file.
 if (!defined('CIVICRM_PLUGIN_FILE')) {
diff --git a/civicrm/CRM/Upgrade/Incremental/php/FiveSixtyNine.php b/civicrm/CRM/Upgrade/Incremental/php/FiveSixtyNine.php
index 9d6dee7f5d..3c82f9c8eb 100644
--- a/civicrm/CRM/Upgrade/Incremental/php/FiveSixtyNine.php
+++ b/civicrm/CRM/Upgrade/Incremental/php/FiveSixtyNine.php
@@ -39,4 +39,10 @@ class CRM_Upgrade_Incremental_php_FiveSixtyNine extends CRM_Upgrade_Incremental_
     );
   }
 
+  public function upgrade_5_69_1($rev): void {
+    $this->addTask('Replace incorrect pay later token',
+      'updateMessageToken', 'membership_online_receipt', 'contribution.pay_later_receipt', 'contribution.contribution_page_id.pay_later_receipt', $rev
+    );
+  }
+
 }
diff --git a/civicrm/civicrm-version.php b/civicrm/civicrm-version.php
index 8f91eca798..57a26b3dfe 100644
--- a/civicrm/civicrm-version.php
+++ b/civicrm/civicrm-version.php
@@ -1,7 +1,7 @@
 <?php
 /** @deprecated */
 function civicrmVersion( ) {
-  return array( 'version'  => '5.69.0',
+  return array( 'version'  => '5.69.1',
                 'cms'      => 'Wordpress',
                 'revision' => '' );
 }
diff --git a/civicrm/ext/afform/admin/info.xml b/civicrm/ext/afform/admin/info.xml
index 13d0bbf6a4..4c0abe0b8c 100644
--- a/civicrm/ext/afform/admin/info.xml
+++ b/civicrm/ext/afform/admin/info.xml
@@ -12,8 +12,8 @@
     <url desc="Chat">https://chat.civicrm.org/civicrm/channels/dev-afform</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>beta</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/afform/core/info.xml b/civicrm/ext/afform/core/info.xml
index 537f2056b5..7d3662c4a1 100644
--- a/civicrm/ext/afform/core/info.xml
+++ b/civicrm/ext/afform/core/info.xml
@@ -12,8 +12,8 @@
     <url desc="Chat">https://chat.civicrm.org/civicrm/channels/dev-afform</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <compatibility>
     <ver>5.69</ver>
   </compatibility>
diff --git a/civicrm/ext/afform/html/info.xml b/civicrm/ext/afform/html/info.xml
index 5bf88214d4..26fe7182e2 100644
--- a/civicrm/ext/afform/html/info.xml
+++ b/civicrm/ext/afform/html/info.xml
@@ -12,8 +12,8 @@
     <url desc="Chat">https://chat.civicrm.org/civicrm/channels/dev-afform</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>alpha</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/afform/mock/info.xml b/civicrm/ext/afform/mock/info.xml
index 9ec8d87590..e42dc01d2f 100644
--- a/civicrm/ext/afform/mock/info.xml
+++ b/civicrm/ext/afform/mock/info.xml
@@ -11,8 +11,8 @@
   <urls>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <tags>
     <tag>mgmt:hidden</tag>
   </tags>
diff --git a/civicrm/ext/authx/info.xml b/civicrm/ext/authx/info.xml
index 09efb77408..a2a69c0d25 100644
--- a/civicrm/ext/authx/info.xml
+++ b/civicrm/ext/authx/info.xml
@@ -14,8 +14,8 @@
     <url desc="Issues">https://lab.civicrm.org/dev/core/-/issues</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>mgmt:required</tag>
diff --git a/civicrm/ext/civi_campaign/info.xml b/civicrm/ext/civi_campaign/info.xml
index 2e10101831..aef6f9a0d9 100644
--- a/civicrm/ext/civi_campaign/info.xml
+++ b/civicrm/ext/civi_campaign/info.xml
@@ -12,8 +12,8 @@
     <url desc="Documentation">https://docs.civicrm.org/user/en/latest/campaign/what-is-civicampaign/</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>component</tag>
diff --git a/civicrm/ext/civi_case/info.xml b/civicrm/ext/civi_case/info.xml
index ad6a96c5fd..83b723929a 100644
--- a/civicrm/ext/civi_case/info.xml
+++ b/civicrm/ext/civi_case/info.xml
@@ -12,8 +12,8 @@
     <url desc="Documentation">https://docs.civicrm.org/user/en/latest/case-management/what-is-civicase/</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>component</tag>
diff --git a/civicrm/ext/civi_contribute/info.xml b/civicrm/ext/civi_contribute/info.xml
index 1bc6bdb83d..743a253435 100644
--- a/civicrm/ext/civi_contribute/info.xml
+++ b/civicrm/ext/civi_contribute/info.xml
@@ -12,8 +12,8 @@
     <url desc="Documentation">https://docs.civicrm.org/user/en/latest/contributions/what-is-civicontribute/</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>component</tag>
diff --git a/civicrm/ext/civi_event/info.xml b/civicrm/ext/civi_event/info.xml
index 41927d6e43..98e614bd07 100644
--- a/civicrm/ext/civi_event/info.xml
+++ b/civicrm/ext/civi_event/info.xml
@@ -12,8 +12,8 @@
     <url desc="Documentation">https://docs.civicrm.org/user/en/latest/events/what-is-civievent</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>component</tag>
diff --git a/civicrm/ext/civi_mail/info.xml b/civicrm/ext/civi_mail/info.xml
index e223d8cc95..9d9f895ca0 100644
--- a/civicrm/ext/civi_mail/info.xml
+++ b/civicrm/ext/civi_mail/info.xml
@@ -12,8 +12,8 @@
     <url desc="Documentation">https://docs.civicrm.org/user/en/latest/email/what-is-civimail/</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>component</tag>
diff --git a/civicrm/ext/civi_member/info.xml b/civicrm/ext/civi_member/info.xml
index b282360c4f..2142a180c5 100644
--- a/civicrm/ext/civi_member/info.xml
+++ b/civicrm/ext/civi_member/info.xml
@@ -12,8 +12,8 @@
     <url desc="Documentation">https://docs.civicrm.org/user/en/latest/membership/what-is-civimember/</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>component</tag>
diff --git a/civicrm/ext/civi_pledge/info.xml b/civicrm/ext/civi_pledge/info.xml
index c3e6c8acc0..614384068e 100644
--- a/civicrm/ext/civi_pledge/info.xml
+++ b/civicrm/ext/civi_pledge/info.xml
@@ -12,8 +12,8 @@
     <url desc="Documentation">https://docs.civicrm.org/user/en/latest/pledges/what-is-civipledge/</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>component</tag>
diff --git a/civicrm/ext/civi_report/info.xml b/civicrm/ext/civi_report/info.xml
index 0562cc54a1..a2fc382d97 100644
--- a/civicrm/ext/civi_report/info.xml
+++ b/civicrm/ext/civi_report/info.xml
@@ -12,8 +12,8 @@
     <url desc="Documentation">https://docs.civicrm.org/user/en/latest/reporting/what-is-civireport/</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>component</tag>
diff --git a/civicrm/ext/civicrm_admin_ui/info.xml b/civicrm/ext/civicrm_admin_ui/info.xml
index 75c329c3f2..35a2ca5797 100644
--- a/civicrm/ext/civicrm_admin_ui/info.xml
+++ b/civicrm/ext/civicrm_admin_ui/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">https://lab.civicrm.org/dev/core/-/issues</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>beta</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/civicrm_search_ui/info.xml b/civicrm/ext/civicrm_search_ui/info.xml
index 141872cf6a..baecc9b7c3 100644
--- a/civicrm/ext/civicrm_search_ui/info.xml
+++ b/civicrm/ext/civicrm_search_ui/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">https://lab.civicrm.org/dev/core/-/issues</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>alpha</develStage>
   <requires>
     <ext>org.civicrm.search_kit</ext>
diff --git a/civicrm/ext/civigrant/info.xml b/civicrm/ext/civigrant/info.xml
index 178dff9e59..46a3c29390 100644
--- a/civicrm/ext/civigrant/info.xml
+++ b/civicrm/ext/civigrant/info.xml
@@ -12,8 +12,8 @@
     <url desc="Documentation">https://docs.civicrm.org/user/en/latest/grants/what-is-civigrant/</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/civiimport/info.xml b/civicrm/ext/civiimport/info.xml
index 59acd8ac47..5316651260 100644
--- a/civicrm/ext/civiimport/info.xml
+++ b/civicrm/ext/civiimport/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">http://civicrm.org</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>alpha</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/ckeditor4/info.xml b/civicrm/ext/ckeditor4/info.xml
index 8c152e4022..737e59c0ba 100644
--- a/civicrm/ext/ckeditor4/info.xml
+++ b/civicrm/ext/ckeditor4/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">https://github.com/civicrm/civicrm-core/</url>
     <url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/contributioncancelactions/info.xml b/civicrm/ext/contributioncancelactions/info.xml
index ec6467f51d..735e1a79f0 100644
--- a/civicrm/ext/contributioncancelactions/info.xml
+++ b/civicrm/ext/contributioncancelactions/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">http://civicrm.org</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/elavon/info.xml b/civicrm/ext/elavon/info.xml
index 67ad218307..163058e1b3 100644
--- a/civicrm/ext/elavon/info.xml
+++ b/civicrm/ext/elavon/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">https://lab.civicrm.org</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/eventcart/info.xml b/civicrm/ext/eventcart/info.xml
index 3353259cef..06dd8908d8 100644
--- a/civicrm/ext/eventcart/info.xml
+++ b/civicrm/ext/eventcart/info.xml
@@ -12,8 +12,8 @@
     <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/tree/master/ext/eventcart</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <tags>
     <tag>mgmt:hidden</tag>
   </tags>
diff --git a/civicrm/ext/ewaysingle/info.xml b/civicrm/ext/ewaysingle/info.xml
index 306c26308f..be07abf0c1 100644
--- a/civicrm/ext/ewaysingle/info.xml
+++ b/civicrm/ext/ewaysingle/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">https://github.com/civicrm/civicrm-core/blob/master/ext/ewaysingle</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <tags>
     <tag>mgmt:hidden</tag>
   </tags>
diff --git a/civicrm/ext/financialacls/info.xml b/civicrm/ext/financialacls/info.xml
index 08579fc7de..0ed62da489 100644
--- a/civicrm/ext/financialacls/info.xml
+++ b/civicrm/ext/financialacls/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">http://FIXME</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/flexmailer/info.xml b/civicrm/ext/flexmailer/info.xml
index d2037aba3d..7cafe1e2d2 100644
--- a/civicrm/ext/flexmailer/info.xml
+++ b/civicrm/ext/flexmailer/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">http://civicrm.stackexchange.com/</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <comments>
     FlexMailer is an email delivery engine which replaces the internal guts
diff --git a/civicrm/ext/greenwich/info.xml b/civicrm/ext/greenwich/info.xml
index 95c8b08874..bc92fd1bc4 100644
--- a/civicrm/ext/greenwich/info.xml
+++ b/civicrm/ext/greenwich/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">http://civicrm.org</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <tags>
     <tag>mgmt:hidden</tag>
   </tags>
diff --git a/civicrm/ext/legacycustomsearches/info.xml b/civicrm/ext/legacycustomsearches/info.xml
index 80bcc9121f..c32fd2de35 100644
--- a/civicrm/ext/legacycustomsearches/info.xml
+++ b/civicrm/ext/legacycustomsearches/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">http://FIXME</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/message_admin/info.xml b/civicrm/ext/message_admin/info.xml
index 13dd89608e..3d1e3f7459 100644
--- a/civicrm/ext/message_admin/info.xml
+++ b/civicrm/ext/message_admin/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">http://civicrm.org</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>alpha</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/oauth-client/info.xml b/civicrm/ext/oauth-client/info.xml
index 88d6a7eec4..592b5caa9b 100644
--- a/civicrm/ext/oauth-client/info.xml
+++ b/civicrm/ext/oauth-client/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">https://lab.civicrm.org/dev/core/-/issues</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/payflowpro/info.xml b/civicrm/ext/payflowpro/info.xml
index bc2e345fbc..07a70dcefb 100644
--- a/civicrm/ext/payflowpro/info.xml
+++ b/civicrm/ext/payflowpro/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">https://lab.civicrm.org</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/recaptcha/info.xml b/civicrm/ext/recaptcha/info.xml
index 2a71a6b02d..b56c8e0ff7 100644
--- a/civicrm/ext/recaptcha/info.xml
+++ b/civicrm/ext/recaptcha/info.xml
@@ -12,8 +12,8 @@
     <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/tree/master/ext/recaptcha</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <tags>
     <tag>mgmt:hidden</tag>
   </tags>
diff --git a/civicrm/ext/scheduled_communications/info.xml b/civicrm/ext/scheduled_communications/info.xml
index af9cecbb84..8b4e2ad4d9 100644
--- a/civicrm/ext/scheduled_communications/info.xml
+++ b/civicrm/ext/scheduled_communications/info.xml
@@ -12,8 +12,8 @@
     <url desc="Chat">https://chat.civicrm.org/civicrm/channels/search-improvements</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>beta</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/search_kit/info.xml b/civicrm/ext/search_kit/info.xml
index 88c32cf32a..4f98e1459f 100644
--- a/civicrm/ext/search_kit/info.xml
+++ b/civicrm/ext/search_kit/info.xml
@@ -14,8 +14,8 @@
     <url desc="Issues">https://lab.civicrm.org/dev/report/-/issues</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>stable</develStage>
   <tags>
     <tag>mgmt:required</tag>
diff --git a/civicrm/ext/sequentialcreditnotes/info.xml b/civicrm/ext/sequentialcreditnotes/info.xml
index f53134cf4c..3252f01317 100644
--- a/civicrm/ext/sequentialcreditnotes/info.xml
+++ b/civicrm/ext/sequentialcreditnotes/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">https://lab.civicrm.org/extensions/sequentialcreditnotes</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <tags>
     <tag>mgmt:hidden</tag>
   </tags>
diff --git a/civicrm/ext/standaloneusers/info.xml b/civicrm/ext/standaloneusers/info.xml
index 1b1c013eb7..9f18e20408 100644
--- a/civicrm/ext/standaloneusers/info.xml
+++ b/civicrm/ext/standaloneusers/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">http://FIXME</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>alpha</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/ext/user_dashboard/info.xml b/civicrm/ext/user_dashboard/info.xml
index db991e6785..82502deb64 100644
--- a/civicrm/ext/user_dashboard/info.xml
+++ b/civicrm/ext/user_dashboard/info.xml
@@ -14,8 +14,8 @@
     <url desc="Support">http://FIXME</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2024-01-03</releaseDate>
-  <version>5.69.0</version>
+  <releaseDate>2024-01-05</releaseDate>
+  <version>5.69.1</version>
   <develStage>alpha</develStage>
   <compatibility>
     <ver>5.69</ver>
diff --git a/civicrm/js/version.json b/civicrm/js/version.json
index 756158becf..dc09c990c3 100644
--- a/civicrm/js/version.json
+++ b/civicrm/js/version.json
@@ -1 +1 @@
-"5.69.0"\n
\ No newline at end of file
+"5.69.1"
diff --git a/civicrm/release-notes.md b/civicrm/release-notes.md
index 2ab6b7140e..0fa4e23d29 100644
--- a/civicrm/release-notes.md
+++ b/civicrm/release-notes.md
@@ -15,6 +15,15 @@ Other resources for identifying changes are:
     * https://github.com/civicrm/civicrm-joomla
     * https://github.com/civicrm/civicrm-wordpress
 
+## CiviCRM 5.69.1
+
+Released January 5, 2024
+
+- **[Synopsis](release-notes/5.69.1.md#synopsis)**
+- **[Bugs resolved](release-notes/5.69.1.md#bugs)**
+- **[Credits](release-notes/5.69.1.md#credits)**
+- **[Feedback](release-notes/5.69.1.md#feedback)**
+
 ## CiviCRM 5.69.0
 
 Released January 3, 2024
diff --git a/civicrm/release-notes/5.69.1.md b/civicrm/release-notes/5.69.1.md
new file mode 100644
index 0000000000..07fad8bb99
--- /dev/null
+++ b/civicrm/release-notes/5.69.1.md
@@ -0,0 +1,39 @@
+# CiviCRM 5.69.1
+
+Released January 5, 2024
+
+- **[Synopsis](#synopsis)**
+- **[Bugs resolved](#bugs)**
+- **[Credits](#credits)**
+- **[Feedback](#feedback)**
+
+## <a name="synopsis"></a>Synopsis
+
+| *Does this version...?*                                         |          |
+| --------------------------------------------------------------- | -------- |
+| Change the database schema?                                     | no       |
+| Alter the API?                                                  | no       |
+| Require attention to configuration options?                     | no       |
+| Fix problems installing or upgrading to a previous version?     | no       |
+| Introduce features?                                             | no       |
+| **Fix bugs?**                                                   | **yes**  |
+| Fix security vulnerabilities?                                   | no       |
+
+## <a name="bugs"></a>Bugs resolved
+
+* **_CiviMember_: The "Pay Later" notice may be missing from the receipt ([#28895](https://github.com/civicrm/civicrm-core/pull/28895))**
+* **_Smarty v3_: Fix syntax error "Profile Settings" page ([#28901](https://github.com/civicrm/civicrm-core/pull/28901))**
+* **_Status Check_: Incorrect result due to malformed "version.js" file ([#28897](https://github.com/civicrm/civicrm-core/pull/28897))**
+
+## <a name="credits"></a>Credits
+
+This release was developed by the following authors and reviewers:
+
+Wikimedia Foundation - Eileen McNaughton; Dave D; CiviDesk - Yashodha Chaku; CiviCRM - Tim
+Otten, Coleman Watts
+
+## <a name="feedback"></a>Feedback
+
+These release notes are edited by Tim Otten and Andie Hunt.  If you'd like to
+provide feedback on them, please login to https://chat.civicrm.org/civicrm and
+contact `@agh1`.
diff --git a/civicrm/sql/civicrm_data.mysql b/civicrm/sql/civicrm_data.mysql
index b9af0a8777..021cdb9da0 100644
--- a/civicrm/sql/civicrm_data.mysql
+++ b/civicrm/sql/civicrm_data.mysql
@@ -17372,7 +17372,7 @@ or want to inquire about reinstating your registration for this event.{/ts}</p>
      <p>{$userText}</p>
     {/if}
     {if {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}
-      <p>{contribution.pay_later_receipt}</p>
+      <p>{contribution.contribution_page_id.pay_later_receipt}</p>
     {/if}
 
    </td>
@@ -17809,7 +17809,7 @@ or want to inquire about reinstating your registration for this event.{/ts}</p>
      <p>{$userText}</p>
     {/if}
     {if {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}
-      <p>{contribution.pay_later_receipt}</p>
+      <p>{contribution.contribution_page_id.pay_later_receipt}</p>
     {/if}
 
    </td>
@@ -21703,4 +21703,4 @@ INSERT INTO `civicrm_report_instance`
     ( `domain_id`, `title`, `report_id`, `description`, `permission`, `form_values`)
 VALUES
     (  @domainID, 'Survey Details', 'survey/detail', 'Detailed report for canvassing, phone-banking, walk lists or other surveys.', 'access CiviReport', 'a:39:{s:6:"fields";a:2:{s:9:"sort_name";s:1:"1";s:6:"result";s:1:"1";}s:22:"assignee_contact_id_op";s:2:"eq";s:25:"assignee_contact_id_value";s:0:"";s:12:"sort_name_op";s:3:"has";s:15:"sort_name_value";s:0:"";s:17:"street_number_min";s:0:"";s:17:"street_number_max";s:0:"";s:16:"street_number_op";s:3:"lte";s:19:"street_number_value";s:0:"";s:14:"street_name_op";s:3:"has";s:17:"street_name_value";s:0:"";s:15:"postal_code_min";s:0:"";s:15:"postal_code_max";s:0:"";s:14:"postal_code_op";s:3:"lte";s:17:"postal_code_value";s:0:"";s:7:"city_op";s:3:"has";s:10:"city_value";s:0:"";s:20:"state_province_id_op";s:2:"in";s:23:"state_province_id_value";a:0:{}s:13:"country_id_op";s:2:"in";s:16:"country_id_value";a:0:{}s:12:"survey_id_op";s:2:"in";s:15:"survey_id_value";a:0:{}s:12:"status_id_op";s:2:"eq";s:15:"status_id_value";s:1:"1";s:11:"custom_1_op";s:2:"in";s:14:"custom_1_value";a:0:{}s:11:"custom_2_op";s:2:"in";s:14:"custom_2_value";a:0:{}s:17:"custom_3_relative";s:1:"0";s:13:"custom_3_from";s:0:"";s:11:"custom_3_to";s:0:"";s:11:"description";s:75:"Detailed report for canvassing, phone-banking, walk lists or other surveys.";s:13:"email_subject";s:0:"";s:8:"email_to";s:0:"";s:8:"email_cc";s:0:"";s:10:"permission";s:17:"access CiviReport";s:6:"groups";s:0:"";s:9:"domain_id";i:1;}');
-UPDATE civicrm_domain SET version = '5.69.0';
+UPDATE civicrm_domain SET version = '5.69.1';
diff --git a/civicrm/sql/civicrm_generated.mysql b/civicrm/sql/civicrm_generated.mysql
index a969cd1f84..fa50a1ee5d 100644
--- a/civicrm/sql/civicrm_generated.mysql
+++ b/civicrm/sql/civicrm_generated.mysql
@@ -1,8 +1,8 @@
--- MySQL dump 10.13  Distrib 8.0.35, for Linux (x86_64)
+-- MySQL dump 10.13  Distrib 8.0.29, for macos12.2 (arm64)
 --
--- Host: 127.0.0.1    Database: db
+-- Host: 127.0.0.1    Database: dmastercivi_3r007
 -- ------------------------------------------------------
--- Server version	8.0.35
+-- Server version	8.0.29
 
 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
 /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -82,647 +82,647 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_activity` WRITE;
 /*!40000 ALTER TABLE `civicrm_activity` DISABLE KEYS */;
 INSERT INTO `civicrm_activity` (`id`, `source_record_id`, `activity_type_id`, `subject`, `activity_date_time`, `duration`, `location`, `phone_id`, `phone_number`, `details`, `status_id`, `priority_id`, `parent_id`, `is_test`, `medium_id`, `is_auto`, `relationship_id`, `is_current_revision`, `original_id`, `result`, `is_deleted`, `campaign_id`, `engagement_level`, `weight`, `is_star`, `created_date`, `modified_date`) VALUES
- (1,NULL,22,'Subject for Print/Merge Document','2023-10-08 02:56:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (2,NULL,56,'Subject for Interview','2023-06-10 05:36:31',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (3,NULL,1,'Subject for Meeting','2023-05-01 21:21:19',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (4,NULL,9,'Subject for Tell a Friend','2023-08-02 04:54:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (5,NULL,9,'Subject for Tell a Friend','2023-03-20 05:19:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (6,NULL,9,'Subject for Tell a Friend','2023-08-08 05:44:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (7,NULL,56,'Subject for Interview','2023-06-17 01:16:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (8,NULL,1,'Subject for Meeting','2023-09-08 10:23:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (9,NULL,9,'Subject for Tell a Friend','2023-12-15 10:58:15',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (10,NULL,56,'Subject for Interview','2023-02-02 02:15:55',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (11,NULL,56,'Subject for Interview','2023-07-01 06:57:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (12,NULL,56,'Subject for Interview','2023-02-06 22:00:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (13,NULL,1,'Subject for Meeting','2023-05-02 09:47:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (14,NULL,22,'Subject for Print/Merge Document','2023-01-23 12:58:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (15,NULL,56,'Subject for Interview','2023-11-10 07:07:12',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (16,NULL,22,'Subject for Print/Merge Document','2023-07-01 17:41:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (17,NULL,56,'Subject for Interview','2022-12-27 16:58:38',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (18,NULL,9,'Subject for Tell a Friend','2023-04-01 09:36:49',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (19,NULL,2,'Subject for Phone Call','2023-03-16 06:37:32',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (20,NULL,2,'Subject for Phone Call','2023-04-04 13:49:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (21,NULL,9,'Subject for Tell a Friend','2023-04-01 23:33:06',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (22,NULL,56,'Subject for Interview','2023-06-09 22:15:38',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (23,NULL,2,'Subject for Phone Call','2023-07-08 12:22:58',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (24,NULL,22,'Subject for Print/Merge Document','2023-04-05 11:24:11',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (25,NULL,2,'Subject for Phone Call','2023-08-09 03:20:49',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (26,NULL,2,'Subject for Phone Call','2023-10-26 01:05:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (27,NULL,9,'Subject for Tell a Friend','2023-09-29 14:35:33',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (28,NULL,9,'Subject for Tell a Friend','2023-02-14 06:08:22',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (29,NULL,1,'Subject for Meeting','2023-03-01 14:08:29',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (30,NULL,56,'Subject for Interview','2023-09-16 23:16:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (31,NULL,2,'Subject for Phone Call','2023-01-27 20:22:19',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (32,NULL,2,'Subject for Phone Call','2023-01-30 05:56:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (33,NULL,56,'Subject for Interview','2023-09-16 18:31:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (34,NULL,9,'Subject for Tell a Friend','2023-10-20 04:30:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (35,NULL,1,'Subject for Meeting','2023-03-09 01:09:30',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (36,NULL,2,'Subject for Phone Call','2023-06-26 00:14:05',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (37,NULL,9,'Subject for Tell a Friend','2023-02-20 18:36:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (38,NULL,2,'Subject for Phone Call','2023-04-09 08:39:13',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (39,NULL,1,'Subject for Meeting','2023-11-09 08:03:54',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (40,NULL,22,'Subject for Print/Merge Document','2023-01-22 00:32:18',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (41,NULL,56,'Subject for Interview','2023-01-02 19:39:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (42,NULL,2,'Subject for Phone Call','2023-03-05 21:27:45',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (43,NULL,1,'Subject for Meeting','2023-07-11 05:07:11',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (44,NULL,9,'Subject for Tell a Friend','2023-11-24 00:54:09',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (45,NULL,56,'Subject for Interview','2023-04-08 07:43:51',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (46,NULL,56,'Subject for Interview','2023-03-14 03:06:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (47,NULL,22,'Subject for Print/Merge Document','2023-07-06 22:03:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (48,NULL,22,'Subject for Print/Merge Document','2023-03-21 15:50:40',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (49,NULL,56,'Subject for Interview','2023-07-15 11:03:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (50,NULL,22,'Subject for Print/Merge Document','2023-10-11 13:09:18',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (51,NULL,2,'Subject for Phone Call','2023-09-15 03:49:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (52,NULL,9,'Subject for Tell a Friend','2023-02-23 20:39:59',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (53,NULL,9,'Subject for Tell a Friend','2023-03-16 06:28:32',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (54,NULL,2,'Subject for Phone Call','2023-05-28 02:55:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (55,NULL,1,'Subject for Meeting','2023-05-23 14:45:18',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (56,NULL,56,'Subject for Interview','2023-07-23 01:45:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (57,NULL,1,'Subject for Meeting','2023-03-21 05:44:27',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (58,NULL,1,'Subject for Meeting','2023-06-19 04:45:25',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (59,NULL,9,'Subject for Tell a Friend','2023-11-06 03:35:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (60,NULL,22,'Subject for Print/Merge Document','2023-05-19 10:17:23',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (61,NULL,56,'Subject for Interview','2023-04-05 05:04:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (62,NULL,56,'Subject for Interview','2023-04-28 06:26:55',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (63,NULL,9,'Subject for Tell a Friend','2023-05-06 01:19:48',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (64,NULL,56,'Subject for Interview','2023-08-23 19:12:20',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (65,NULL,22,'Subject for Print/Merge Document','2023-11-30 13:53:31',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (66,NULL,9,'Subject for Tell a Friend','2023-11-09 19:37:55',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (67,NULL,1,'Subject for Meeting','2023-05-28 14:31:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (68,NULL,22,'Subject for Print/Merge Document','2023-09-05 09:47:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (69,NULL,56,'Subject for Interview','2023-04-27 02:48:47',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (70,NULL,2,'Subject for Phone Call','2023-04-22 17:53:12',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (71,NULL,22,'Subject for Print/Merge Document','2023-07-03 16:20:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (72,NULL,1,'Subject for Meeting','2023-03-30 22:26:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (73,NULL,22,'Subject for Print/Merge Document','2023-04-05 13:06:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (74,NULL,2,'Subject for Phone Call','2023-02-03 16:41:21',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (75,NULL,1,'Subject for Meeting','2023-05-28 11:55:10',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (76,NULL,56,'Subject for Interview','2023-04-28 11:57:36',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (77,NULL,1,'Subject for Meeting','2023-03-01 19:51:28',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (78,NULL,2,'Subject for Phone Call','2023-03-13 06:48:53',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (79,NULL,2,'Subject for Phone Call','2023-03-08 13:39:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (80,NULL,1,'Subject for Meeting','2023-07-07 11:05:34',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (81,NULL,2,'Subject for Phone Call','2023-09-28 04:07:38',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (82,NULL,22,'Subject for Print/Merge Document','2023-05-22 22:14:50',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (83,NULL,2,'Subject for Phone Call','2023-07-01 21:32:08',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (84,NULL,56,'Subject for Interview','2023-04-16 09:48:01',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (85,NULL,9,'Subject for Tell a Friend','2023-04-10 11:30:05',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (86,NULL,1,'Subject for Meeting','2023-04-16 11:16:27',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (87,NULL,2,'Subject for Phone Call','2023-09-19 22:01:24',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (88,NULL,56,'Subject for Interview','2023-11-16 15:42:59',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (89,NULL,1,'Subject for Meeting','2023-07-23 21:59:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (90,NULL,1,'Subject for Meeting','2023-01-06 08:13:46',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (91,NULL,2,'Subject for Phone Call','2023-08-28 01:55:44',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (92,NULL,9,'Subject for Tell a Friend','2023-12-14 22:42:35',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (93,NULL,9,'Subject for Tell a Friend','2023-04-01 06:34:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (94,NULL,9,'Subject for Tell a Friend','2023-06-19 15:27:45',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (95,NULL,2,'Subject for Phone Call','2023-08-25 21:25:10',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (96,NULL,22,'Subject for Print/Merge Document','2023-11-08 04:31:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (97,NULL,1,'Subject for Meeting','2023-04-24 14:09:46',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (98,NULL,9,'Subject for Tell a Friend','2023-02-08 07:00:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (99,NULL,9,'Subject for Tell a Friend','2022-12-30 16:02:18',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (100,NULL,1,'Subject for Meeting','2023-10-14 18:29:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (101,NULL,1,'Subject for Meeting','2023-10-24 01:33:29',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (102,NULL,56,'Subject for Interview','2023-11-06 15:52:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (103,NULL,56,'Subject for Interview','2023-07-11 14:44:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (104,NULL,2,'Subject for Phone Call','2023-05-08 02:50:28',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (105,NULL,56,'Subject for Interview','2023-10-22 12:38:56',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (106,NULL,1,'Subject for Meeting','2023-05-23 00:30:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (107,NULL,1,'Subject for Meeting','2023-02-19 22:36:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (108,NULL,22,'Subject for Print/Merge Document','2023-11-15 16:08:14',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (109,NULL,1,'Subject for Meeting','2023-10-06 14:47:25',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (110,NULL,56,'Subject for Interview','2023-11-05 20:03:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (111,NULL,22,'Subject for Print/Merge Document','2023-09-27 16:39:17',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (112,NULL,22,'Subject for Print/Merge Document','2023-07-20 21:27:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (113,NULL,1,'Subject for Meeting','2023-05-23 05:11:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (114,NULL,56,'Subject for Interview','2023-04-19 07:53:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (115,NULL,9,'Subject for Tell a Friend','2023-10-20 02:45:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (116,NULL,1,'Subject for Meeting','2023-02-10 19:14:23',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (117,NULL,56,'Subject for Interview','2023-01-13 17:31:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (118,NULL,9,'Subject for Tell a Friend','2023-06-25 17:19:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (119,NULL,9,'Subject for Tell a Friend','2023-06-21 15:56:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (120,NULL,9,'Subject for Tell a Friend','2023-06-10 17:20:59',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (121,NULL,1,'Subject for Meeting','2022-12-25 15:01:55',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (122,NULL,1,'Subject for Meeting','2023-04-13 13:55:43',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (123,NULL,1,'Subject for Meeting','2022-12-22 11:01:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (124,NULL,1,'Subject for Meeting','2023-10-11 09:40:03',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (125,NULL,22,'Subject for Print/Merge Document','2023-08-07 00:26:06',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (126,NULL,56,'Subject for Interview','2023-11-12 10:19:47',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (127,NULL,1,'Subject for Meeting','2023-09-02 06:50:25',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (128,NULL,9,'Subject for Tell a Friend','2023-12-15 23:03:24',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (129,NULL,1,'Subject for Meeting','2023-04-24 05:32:49',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (130,NULL,1,'Subject for Meeting','2023-02-12 12:43:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (131,NULL,56,'Subject for Interview','2022-12-28 04:32:56',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (132,NULL,56,'Subject for Interview','2023-07-06 00:51:45',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (133,NULL,9,'Subject for Tell a Friend','2023-12-03 16:13:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (134,NULL,22,'Subject for Print/Merge Document','2023-09-11 09:28:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (135,NULL,1,'Subject for Meeting','2023-03-23 11:31:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (136,NULL,56,'Subject for Interview','2023-07-19 14:21:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (137,NULL,1,'Subject for Meeting','2023-09-30 22:09:36',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (138,NULL,22,'Subject for Print/Merge Document','2023-01-05 03:07:38',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (139,NULL,2,'Subject for Phone Call','2023-10-01 00:33:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (140,NULL,22,'Subject for Print/Merge Document','2023-11-19 06:40:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (141,NULL,9,'Subject for Tell a Friend','2023-10-25 11:31:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (142,NULL,9,'Subject for Tell a Friend','2023-08-15 10:35:40',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (143,NULL,22,'Subject for Print/Merge Document','2023-02-06 17:48:40',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (144,NULL,56,'Subject for Interview','2023-10-05 18:18:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (145,NULL,9,'Subject for Tell a Friend','2023-12-07 01:18:37',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (146,NULL,56,'Subject for Interview','2023-03-04 16:41:00',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (147,NULL,1,'Subject for Meeting','2022-12-23 16:07:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (148,NULL,1,'Subject for Meeting','2023-08-12 04:54:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (149,NULL,22,'Subject for Print/Merge Document','2023-07-30 02:18:23',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (150,NULL,2,'Subject for Phone Call','2023-01-18 03:38:21',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (151,NULL,1,'Subject for Meeting','2023-09-21 06:01:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (152,NULL,2,'Subject for Phone Call','2023-01-01 16:47:39',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (153,NULL,56,'Subject for Interview','2023-06-17 01:08:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (154,NULL,56,'Subject for Interview','2023-03-25 09:41:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (155,NULL,22,'Subject for Print/Merge Document','2023-07-22 01:37:56',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (156,NULL,9,'Subject for Tell a Friend','2023-06-22 21:38:37',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (157,NULL,22,'Subject for Print/Merge Document','2023-08-07 06:26:21',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (158,NULL,56,'Subject for Interview','2023-06-26 16:02:31',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (159,NULL,56,'Subject for Interview','2023-07-12 15:13:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (160,NULL,2,'Subject for Phone Call','2023-08-17 09:52:17',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (161,NULL,56,'Subject for Interview','2023-08-15 05:59:14',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (162,NULL,22,'Subject for Print/Merge Document','2023-05-04 10:30:11',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (163,NULL,9,'Subject for Tell a Friend','2023-03-16 22:56:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (164,NULL,2,'Subject for Phone Call','2023-03-28 06:59:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (165,NULL,2,'Subject for Phone Call','2023-02-08 15:09:36',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (166,NULL,9,'Subject for Tell a Friend','2023-04-17 20:37:22',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (167,NULL,9,'Subject for Tell a Friend','2023-01-22 02:06:54',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (168,NULL,1,'Subject for Meeting','2023-03-31 22:05:37',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (169,NULL,9,'Subject for Tell a Friend','2023-12-05 10:35:30',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (170,NULL,56,'Subject for Interview','2023-07-08 20:21:15',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (171,NULL,22,'Subject for Print/Merge Document','2023-11-06 18:53:16',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (172,NULL,9,'Subject for Tell a Friend','2023-12-01 05:54:45',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (173,NULL,56,'Subject for Interview','2023-11-24 13:19:08',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (174,NULL,2,'Subject for Phone Call','2023-09-30 02:33:46',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (175,NULL,9,'Subject for Tell a Friend','2022-12-29 13:02:05',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (176,NULL,1,'Subject for Meeting','2023-10-24 18:05:21',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (177,NULL,9,'Subject for Tell a Friend','2023-04-30 10:34:14',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (178,NULL,22,'Subject for Print/Merge Document','2023-11-16 08:30:00',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (179,NULL,2,'Subject for Phone Call','2023-05-13 15:18:52',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (180,NULL,9,'Subject for Tell a Friend','2023-02-19 00:39:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (181,NULL,9,'Subject for Tell a Friend','2023-09-18 02:46:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (182,NULL,2,'Subject for Phone Call','2023-08-01 04:51:59',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (183,NULL,22,'Subject for Print/Merge Document','2023-08-19 07:09:24',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (184,NULL,1,'Subject for Meeting','2023-03-03 04:51:45',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (185,NULL,56,'Subject for Interview','2023-02-16 14:10:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (186,NULL,9,'Subject for Tell a Friend','2023-11-24 02:36:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (187,NULL,1,'Subject for Meeting','2023-05-09 04:54:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (188,NULL,9,'Subject for Tell a Friend','2023-08-08 01:27:42',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (189,NULL,9,'Subject for Tell a Friend','2023-11-19 14:13:48',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (190,NULL,22,'Subject for Print/Merge Document','2023-03-29 21:53:10',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (191,NULL,9,'Subject for Tell a Friend','2023-03-03 15:58:08',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (192,NULL,56,'Subject for Interview','2023-10-26 14:22:46',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (193,NULL,56,'Subject for Interview','2023-01-20 01:06:00',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (194,NULL,1,'Subject for Meeting','2023-08-01 17:34:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (195,NULL,1,'Subject for Meeting','2023-11-27 21:42:46',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (196,NULL,2,'Subject for Phone Call','2023-12-06 21:28:58',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (197,NULL,2,'Subject for Phone Call','2022-12-28 14:03:54',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (198,NULL,9,'Subject for Tell a Friend','2022-12-26 01:35:28',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (199,NULL,56,'Subject for Interview','2023-03-26 22:18:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (200,NULL,56,'Subject for Interview','2023-06-05 02:32:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (201,NULL,1,'Subject for Meeting','2023-03-30 05:40:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (202,NULL,1,'Subject for Meeting','2023-07-03 03:49:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (203,NULL,2,'Subject for Phone Call','2022-12-31 14:28:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (204,NULL,56,'Subject for Interview','2023-12-17 14:18:03',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (205,NULL,22,'Subject for Print/Merge Document','2023-08-05 01:54:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (206,NULL,9,'Subject for Tell a Friend','2023-08-15 19:25:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (207,NULL,9,'Subject for Tell a Friend','2023-07-08 20:00:44',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (208,NULL,56,'Subject for Interview','2023-06-21 21:29:52',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (209,NULL,1,'Subject for Meeting','2023-06-06 22:03:49',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (210,NULL,9,'Subject for Tell a Friend','2022-12-24 22:49:22',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (211,NULL,1,'Subject for Meeting','2023-01-23 20:10:13',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (212,NULL,9,'Subject for Tell a Friend','2023-02-10 08:17:11',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (213,NULL,22,'Subject for Print/Merge Document','2023-10-19 07:11:30',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (214,NULL,9,'Subject for Tell a Friend','2023-11-11 11:56:21',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (215,NULL,9,'Subject for Tell a Friend','2023-02-26 21:49:06',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (216,NULL,1,'Subject for Meeting','2023-11-18 08:36:03',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (217,NULL,9,'Subject for Tell a Friend','2023-10-22 01:28:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (218,NULL,22,'Subject for Print/Merge Document','2023-01-09 15:46:01',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (219,NULL,9,'Subject for Tell a Friend','2023-03-12 07:33:49',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (220,NULL,22,'Subject for Print/Merge Document','2023-10-19 07:19:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (221,NULL,22,'Subject for Print/Merge Document','2023-09-06 03:56:56',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (222,NULL,1,'Subject for Meeting','2023-04-06 11:42:58',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (223,NULL,1,'Subject for Meeting','2023-04-10 14:31:21',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (224,NULL,9,'Subject for Tell a Friend','2023-07-05 10:50:10',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (225,NULL,9,'Subject for Tell a Friend','2023-07-23 05:33:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (226,NULL,1,'Subject for Meeting','2023-07-03 22:30:09',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (227,NULL,1,'Subject for Meeting','2023-06-19 06:57:05',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (228,NULL,22,'Subject for Print/Merge Document','2023-01-24 23:42:05',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (229,NULL,9,'Subject for Tell a Friend','2023-09-14 13:20:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:36','2023-12-17 20:11:36'),
- (230,NULL,22,'Subject for Print/Merge Document','2023-01-21 15:03:25',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (231,NULL,56,'Subject for Interview','2023-01-29 07:27:50',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (232,NULL,9,'Subject for Tell a Friend','2023-08-24 02:15:45',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (233,NULL,2,'Subject for Phone Call','2023-04-15 11:44:58',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (234,NULL,56,'Subject for Interview','2023-07-03 15:17:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (235,NULL,1,'Subject for Meeting','2022-12-26 02:09:55',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (236,NULL,2,'Subject for Phone Call','2022-12-20 08:21:26',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (237,NULL,9,'Subject for Tell a Friend','2023-01-25 09:09:45',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (238,NULL,2,'Subject for Phone Call','2023-12-06 13:22:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (239,NULL,9,'Subject for Tell a Friend','2022-12-21 15:25:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (240,NULL,22,'Subject for Print/Merge Document','2023-07-08 05:12:09',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (241,NULL,1,'Subject for Meeting','2023-07-28 16:16:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (242,NULL,56,'Subject for Interview','2023-03-09 01:48:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (243,NULL,9,'Subject for Tell a Friend','2023-01-16 00:37:27',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (244,NULL,9,'Subject for Tell a Friend','2023-08-01 19:33:03',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (245,NULL,22,'Subject for Print/Merge Document','2023-01-01 04:23:38',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (246,NULL,56,'Subject for Interview','2023-08-23 05:45:23',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (247,NULL,9,'Subject for Tell a Friend','2023-04-29 11:52:18',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (248,NULL,2,'Subject for Phone Call','2023-06-12 19:25:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (249,NULL,56,'Subject for Interview','2023-06-10 14:13:57',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (250,NULL,22,'Subject for Print/Merge Document','2023-02-06 21:48:45',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (251,NULL,9,'Subject for Tell a Friend','2023-02-08 21:32:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (252,NULL,9,'Subject for Tell a Friend','2023-01-08 23:08:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (253,NULL,22,'Subject for Print/Merge Document','2023-04-07 14:41:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (254,NULL,22,'Subject for Print/Merge Document','2023-04-24 10:07:44',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (255,NULL,9,'Subject for Tell a Friend','2023-11-03 20:55:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (256,NULL,56,'Subject for Interview','2023-10-03 11:05:03',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (257,NULL,22,'Subject for Print/Merge Document','2023-04-24 18:13:27',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (258,NULL,2,'Subject for Phone Call','2023-10-05 00:12:19',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (259,NULL,56,'Subject for Interview','2023-01-28 16:36:40',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (260,NULL,56,'Subject for Interview','2023-03-08 03:46:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (261,NULL,9,'Subject for Tell a Friend','2023-12-05 09:40:12',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (262,NULL,2,'Subject for Phone Call','2023-09-22 00:38:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (263,NULL,1,'Subject for Meeting','2023-02-06 02:10:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (264,NULL,2,'Subject for Phone Call','2023-03-26 23:21:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (265,NULL,1,'Subject for Meeting','2023-09-03 14:57:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (266,NULL,9,'Subject for Tell a Friend','2022-12-18 19:59:21',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (267,NULL,2,'Subject for Phone Call','2023-07-27 03:07:05',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (268,NULL,22,'Subject for Print/Merge Document','2023-08-03 15:09:15',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (269,NULL,2,'Subject for Phone Call','2023-09-20 08:11:08',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (270,NULL,22,'Subject for Print/Merge Document','2023-04-18 04:12:38',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (271,NULL,9,'Subject for Tell a Friend','2022-12-18 18:14:16',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (272,NULL,1,'Subject for Meeting','2023-05-14 17:33:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (273,NULL,1,'Subject for Meeting','2023-10-17 10:37:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (274,NULL,1,'Subject for Meeting','2023-09-29 02:05:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (275,NULL,9,'Subject for Tell a Friend','2023-04-24 23:30:42',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (276,NULL,1,'Subject for Meeting','2023-02-01 20:39:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (277,NULL,2,'Subject for Phone Call','2023-02-01 21:09:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (278,NULL,1,'Subject for Meeting','2023-08-25 14:47:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (279,NULL,56,'Subject for Interview','2023-06-25 08:11:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (280,NULL,56,'Subject for Interview','2023-05-04 22:18:16',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (281,NULL,2,'Subject for Phone Call','2023-02-16 15:05:31',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (282,NULL,56,'Subject for Interview','2023-03-06 02:50:10',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (283,NULL,1,'Subject for Meeting','2023-11-11 01:32:35',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (284,NULL,9,'Subject for Tell a Friend','2023-08-15 07:08:14',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (285,NULL,1,'Subject for Meeting','2023-04-27 15:50:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (286,NULL,2,'Subject for Phone Call','2023-11-27 07:46:18',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (287,NULL,1,'Subject for Meeting','2023-11-09 09:55:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (288,NULL,2,'Subject for Phone Call','2023-03-19 11:37:36',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (289,NULL,22,'Subject for Print/Merge Document','2023-06-12 07:31:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (290,NULL,56,'Subject for Interview','2023-07-29 16:41:05',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (291,NULL,9,'Subject for Tell a Friend','2023-09-17 20:19:28',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (292,NULL,9,'Subject for Tell a Friend','2023-04-10 04:38:46',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (293,NULL,22,'Subject for Print/Merge Document','2023-10-08 08:01:54',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (294,NULL,9,'Subject for Tell a Friend','2023-03-27 15:38:55',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (295,NULL,56,'Subject for Interview','2023-12-17 15:43:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (296,NULL,56,'Subject for Interview','2023-09-30 23:32:03',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (297,NULL,9,'Subject for Tell a Friend','2023-06-22 09:27:11',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (298,NULL,9,'Subject for Tell a Friend','2023-03-05 21:04:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (299,NULL,56,'Subject for Interview','2023-07-23 08:01:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (300,NULL,9,'Subject for Tell a Friend','2023-07-28 14:36:31',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (301,NULL,9,'Subject for Tell a Friend','2023-01-20 06:35:41',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (302,NULL,9,'Subject for Tell a Friend','2023-04-10 18:17:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (303,NULL,56,'Subject for Interview','2023-11-25 09:55:29',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (304,NULL,56,'Subject for Interview','2023-08-31 11:15:49',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (305,NULL,22,'Subject for Print/Merge Document','2023-09-22 07:11:24',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (306,NULL,22,'Subject for Print/Merge Document','2023-10-21 06:17:55',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (307,NULL,9,'Subject for Tell a Friend','2023-05-30 22:40:42',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (308,NULL,56,'Subject for Interview','2023-08-23 01:31:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (309,NULL,2,'Subject for Phone Call','2023-07-09 11:46:12',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (310,NULL,1,'Subject for Meeting','2022-12-31 03:22:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (311,NULL,1,'Subject for Meeting','2023-06-08 11:24:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (312,NULL,22,'Subject for Print/Merge Document','2023-10-24 14:30:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (313,NULL,56,'Subject for Interview','2023-10-04 01:34:32',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (314,NULL,9,'Subject for Tell a Friend','2023-06-21 18:22:25',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (315,NULL,2,'Subject for Phone Call','2023-07-17 20:01:45',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (316,NULL,9,'Subject for Tell a Friend','2023-07-24 01:00:19',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (317,NULL,1,'Subject for Meeting','2023-09-20 14:37:36',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (318,NULL,22,'Subject for Print/Merge Document','2023-01-23 06:32:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (319,NULL,22,'Subject for Print/Merge Document','2023-02-16 04:38:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (320,NULL,2,'Subject for Phone Call','2023-08-29 03:55:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (321,NULL,2,'Subject for Phone Call','2023-11-24 03:58:24',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (322,NULL,2,'Subject for Phone Call','2023-11-12 23:08:07',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (323,NULL,1,'Subject for Meeting','2023-02-07 16:08:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (324,NULL,56,'Subject for Interview','2023-06-05 15:26:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (325,NULL,2,'Subject for Phone Call','2023-08-31 18:54:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (326,NULL,2,'Subject for Phone Call','2023-09-01 00:45:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (327,NULL,1,'Subject for Meeting','2023-06-23 12:01:23',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (328,NULL,56,'Subject for Interview','2022-12-21 09:49:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (329,NULL,56,'Subject for Interview','2023-06-29 10:53:01',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (330,NULL,22,'Subject for Print/Merge Document','2023-07-22 03:26:32',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (331,NULL,22,'Subject for Print/Merge Document','2022-12-26 10:39:16',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (332,NULL,2,'Subject for Phone Call','2023-09-19 01:25:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (333,NULL,22,'Subject for Print/Merge Document','2023-08-18 04:26:04',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (334,NULL,1,'Subject for Meeting','2023-01-16 09:44:29',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (335,NULL,22,'Subject for Print/Merge Document','2023-01-04 11:25:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (336,NULL,2,'Subject for Phone Call','2023-08-11 09:48:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (337,NULL,56,'Subject for Interview','2023-07-03 07:56:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (338,NULL,22,'Subject for Print/Merge Document','2023-10-22 19:52:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (339,NULL,56,'Subject for Interview','2023-03-15 18:02:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (340,NULL,1,'Subject for Meeting','2023-05-21 14:45:53',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (341,NULL,2,'Subject for Phone Call','2023-01-15 20:34:55',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (342,NULL,22,'Subject for Print/Merge Document','2023-05-24 17:13:58',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (343,NULL,22,'Subject for Print/Merge Document','2023-07-29 19:40:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (344,NULL,22,'Subject for Print/Merge Document','2023-11-19 04:38:31',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (345,NULL,2,'Subject for Phone Call','2023-12-14 04:37:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (346,NULL,22,'Subject for Print/Merge Document','2023-09-26 23:50:13',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (347,NULL,1,'Subject for Meeting','2023-03-17 13:37:27',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (348,NULL,22,'Subject for Print/Merge Document','2023-01-28 07:26:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (349,NULL,22,'Subject for Print/Merge Document','2023-02-08 17:17:53',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (350,NULL,1,'Subject for Meeting','2023-07-22 21:39:16',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (351,NULL,1,'Subject for Meeting','2023-04-03 23:01:09',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (352,NULL,2,'Subject for Phone Call','2023-09-29 17:12:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (353,NULL,1,'Subject for Meeting','2023-08-10 12:39:18',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (354,NULL,2,'Subject for Phone Call','2023-08-13 19:53:57',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (355,NULL,1,'Subject for Meeting','2023-01-07 13:24:07',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (356,NULL,56,'Subject for Interview','2023-01-12 05:03:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (357,NULL,1,'Subject for Meeting','2023-03-11 10:51:20',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (358,NULL,22,'Subject for Print/Merge Document','2023-04-12 17:59:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (359,NULL,1,'Subject for Meeting','2023-10-17 18:03:02',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (360,NULL,56,'Subject for Interview','2023-09-16 00:13:23',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (361,NULL,1,'Subject for Meeting','2023-01-02 08:16:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (362,NULL,1,'Subject for Meeting','2023-11-25 10:56:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (363,NULL,56,'Subject for Interview','2023-06-02 06:42:03',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (364,NULL,56,'Subject for Interview','2023-09-12 20:29:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (365,NULL,22,'Subject for Print/Merge Document','2023-09-23 16:47:10',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (366,NULL,2,'Subject for Phone Call','2023-02-01 20:35:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (367,NULL,56,'Subject for Interview','2023-02-14 05:11:56',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (368,NULL,56,'Subject for Interview','2023-08-31 02:03:20',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (369,NULL,9,'Subject for Tell a Friend','2023-07-17 14:25:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (370,NULL,22,'Subject for Print/Merge Document','2023-03-11 20:22:39',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (371,NULL,2,'Subject for Phone Call','2023-10-02 21:46:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (372,NULL,9,'Subject for Tell a Friend','2023-08-05 06:24:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (373,NULL,56,'Subject for Interview','2023-11-10 08:18:10',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (374,NULL,1,'Subject for Meeting','2023-09-17 17:04:25',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (375,NULL,9,'Subject for Tell a Friend','2023-03-11 13:18:59',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (376,NULL,2,'Subject for Phone Call','2023-04-17 04:47:30',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (377,NULL,2,'Subject for Phone Call','2023-11-27 11:17:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (378,NULL,56,'Subject for Interview','2023-06-29 15:01:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (379,NULL,56,'Subject for Interview','2023-04-29 12:35:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (380,NULL,2,'Subject for Phone Call','2023-01-04 14:04:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (381,NULL,2,'Subject for Phone Call','2023-01-10 19:43:15',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (382,NULL,22,'Subject for Print/Merge Document','2023-11-17 17:34:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (383,NULL,56,'Subject for Interview','2023-03-10 12:46:42',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (384,NULL,2,'Subject for Phone Call','2023-04-16 14:55:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (385,NULL,9,'Subject for Tell a Friend','2023-04-04 18:24:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (386,NULL,9,'Subject for Tell a Friend','2023-07-24 15:21:09',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (387,NULL,22,'Subject for Print/Merge Document','2023-04-25 05:19:24',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (388,NULL,1,'Subject for Meeting','2023-01-09 04:49:38',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (389,NULL,56,'Subject for Interview','2023-08-28 02:12:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (390,NULL,22,'Subject for Print/Merge Document','2023-12-06 18:41:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (391,NULL,9,'Subject for Tell a Friend','2023-02-16 18:03:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (392,NULL,2,'Subject for Phone Call','2022-12-24 16:12:03',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (393,NULL,22,'Subject for Print/Merge Document','2023-07-05 20:08:56',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (394,NULL,22,'Subject for Print/Merge Document','2023-11-05 16:51:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (395,NULL,9,'Subject for Tell a Friend','2023-03-16 15:30:36',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (396,NULL,9,'Subject for Tell a Friend','2023-11-06 21:43:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (397,NULL,9,'Subject for Tell a Friend','2023-12-08 07:10:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (398,NULL,56,'Subject for Interview','2023-02-04 08:08:49',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (399,NULL,2,'Subject for Phone Call','2023-12-06 18:16:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (400,NULL,22,'Subject for Print/Merge Document','2023-11-25 01:56:13',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (401,NULL,2,'Subject for Phone Call','2023-11-06 18:52:28',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (402,NULL,1,'Subject for Meeting','2023-10-16 17:13:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (403,NULL,9,'Subject for Tell a Friend','2023-08-17 21:56:21',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (404,NULL,1,'Subject for Meeting','2023-04-19 14:40:25',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (405,NULL,1,'Subject for Meeting','2023-01-15 04:33:15',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (406,NULL,1,'Subject for Meeting','2023-10-24 06:07:41',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (407,NULL,1,'Subject for Meeting','2023-11-23 15:38:31',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (408,NULL,1,'Subject for Meeting','2023-10-06 02:53:08',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (409,NULL,56,'Subject for Interview','2023-10-10 19:17:23',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (410,NULL,56,'Subject for Interview','2023-06-08 09:01:25',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (411,NULL,2,'Subject for Phone Call','2023-04-27 10:47:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (412,NULL,2,'Subject for Phone Call','2023-06-14 21:22:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (413,NULL,1,'Subject for Meeting','2023-04-28 21:11:20',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (414,NULL,22,'Subject for Print/Merge Document','2023-08-06 12:02:05',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (415,NULL,56,'Subject for Interview','2023-01-09 12:53:59',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (416,NULL,2,'Subject for Phone Call','2023-08-09 17:30:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (417,NULL,1,'Subject for Meeting','2023-01-04 18:17:19',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (418,NULL,1,'Subject for Meeting','2023-04-12 11:17:31',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (419,NULL,1,'Subject for Meeting','2023-10-01 16:53:20',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (420,NULL,9,'Subject for Tell a Friend','2023-12-01 21:00:31',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (421,NULL,56,'Subject for Interview','2023-07-23 14:25:48',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (422,NULL,9,'Subject for Tell a Friend','2023-12-15 12:16:18',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (423,NULL,9,'Subject for Tell a Friend','2023-06-02 13:12:27',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (424,NULL,22,'Subject for Print/Merge Document','2023-06-02 20:04:30',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (425,NULL,56,'Subject for Interview','2023-07-09 18:30:47',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (426,NULL,56,'Subject for Interview','2023-08-27 04:11:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (427,NULL,2,'Subject for Phone Call','2023-09-20 03:48:36',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (428,NULL,9,'Subject for Tell a Friend','2023-02-21 05:18:08',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (429,NULL,1,'Subject for Meeting','2023-04-10 23:12:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (430,NULL,9,'Subject for Tell a Friend','2023-07-22 20:28:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (431,NULL,1,'Subject for Meeting','2023-04-06 14:04:45',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (432,NULL,1,'Subject for Meeting','2023-01-02 12:06:34',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (433,NULL,2,'Subject for Phone Call','2023-09-02 04:23:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (434,NULL,2,'Subject for Phone Call','2023-08-11 05:40:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (435,NULL,1,'Subject for Meeting','2022-12-20 07:41:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (436,NULL,2,'Subject for Phone Call','2023-12-02 16:26:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (437,NULL,2,'Subject for Phone Call','2023-05-15 13:55:38',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (438,NULL,22,'Subject for Print/Merge Document','2023-09-20 11:26:28',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (439,NULL,22,'Subject for Print/Merge Document','2023-03-12 20:54:05',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (440,NULL,56,'Subject for Interview','2023-07-02 05:16:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (441,NULL,1,'Subject for Meeting','2023-08-18 01:01:50',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (442,NULL,56,'Subject for Interview','2023-11-02 04:43:58',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (443,NULL,56,'Subject for Interview','2023-01-31 21:03:21',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (444,NULL,56,'Subject for Interview','2023-06-23 07:26:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (445,NULL,2,'Subject for Phone Call','2022-12-31 14:42:38',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (446,NULL,22,'Subject for Print/Merge Document','2023-02-19 13:17:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (447,NULL,2,'Subject for Phone Call','2023-11-18 08:03:44',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (448,NULL,2,'Subject for Phone Call','2023-09-09 04:46:14',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (449,NULL,1,'Subject for Meeting','2023-06-26 07:47:40',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (450,NULL,22,'Subject for Print/Merge Document','2023-12-11 13:20:49',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (451,1,6,'$ 125 April Mailer 1','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (452,2,6,'$ 50 Online: Save the Penguins','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (453,3,6,'£ 25 April Mailer 1','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (454,4,6,'$ 50 Online: Save the Penguins','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (455,5,6,'$ 50 Online: Save the Penguins','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (456,6,6,'$ 500 April Mailer 1','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (457,7,6,'$ 1750 Online: Save the Penguins','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (458,8,6,'$ 50 Online: Save the Penguins','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (459,9,6,'$ 10 Online: Help CiviCRM','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (460,10,6,'$ 250 Online: Help CiviCRM','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (461,11,6,'Â¥ 500 ','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (462,12,6,'$ 50 Online: Save the Penguins','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (463,13,6,'$ 50 ','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (464,14,6,'$ 50 ','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (465,15,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (466,16,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (467,17,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (468,18,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (469,19,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (470,20,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (471,21,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (472,22,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:37','2023-12-17 20:11:37'),
- (473,23,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (474,24,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (475,25,6,'$ 25 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (476,26,6,'$ 10 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (477,27,6,'$ 10 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (478,28,6,'$ 10 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (479,29,6,'$ 10 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (480,30,6,'$ 10 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (481,31,6,'€ 5 Recurring contribution','2024-02-17 20:11:37',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (482,1,7,'General','2023-12-17 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (483,2,7,'Student','2023-12-16 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (484,3,7,'General','2023-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (485,4,7,'Student','2023-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (486,5,7,'General','2021-11-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (487,6,7,'Student','2023-12-12 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (488,7,7,'General','2023-12-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (489,8,7,'Student','2023-12-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (490,9,7,'General','2023-12-09 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (491,10,7,'General','2021-10-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (492,11,7,'Lifetime','2023-12-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (493,12,7,'Student','2023-12-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (494,13,7,'General','2023-12-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (495,14,7,'Student','2023-12-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (496,15,7,'Student','2022-12-03 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (497,16,7,'Student','2023-12-02 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (498,17,7,'General','2023-12-01 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (499,18,7,'Student','2023-11-30 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (500,19,7,'General','2023-11-29 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (501,20,7,'Student','2022-11-28 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (502,21,7,'General','2023-11-27 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (503,22,7,'Lifetime','2023-11-26 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (504,23,7,'General','2023-11-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (505,24,7,'Student','2023-11-24 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (506,25,7,'General','2021-06-08 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (507,26,7,'Student','2023-11-22 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (508,27,7,'General','2023-11-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (509,28,7,'Student','2023-11-20 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (510,29,7,'General','2023-11-19 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (511,30,7,'Student','2022-11-18 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (512,32,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (513,33,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (514,34,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (515,35,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (516,36,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (517,37,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (518,38,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (519,39,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (520,40,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (521,41,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (522,42,6,'$ 1200.00 - Lifetime Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (523,43,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (524,44,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (525,45,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (526,46,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (527,47,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (528,48,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (529,49,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (530,50,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (531,51,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (532,52,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (533,53,6,'$ 1200.00 - Lifetime Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (534,54,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (535,55,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (536,56,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (537,57,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (538,58,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (539,59,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (540,60,6,'$ 100.00 - General Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (541,61,6,'$ 50.00 - Student Membership: Offline signup','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (543,1,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (544,2,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (545,3,5,'NULL','2008-05-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (546,4,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (547,5,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (548,6,5,'NULL','2008-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (549,7,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (550,8,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (551,9,5,'NULL','2008-02-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (552,10,5,'NULL','2008-02-01 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (553,11,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (554,12,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (555,13,5,'NULL','2008-06-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (556,14,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (557,15,5,'NULL','2008-07-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (558,16,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (559,17,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (560,18,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (561,19,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (562,20,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (563,21,5,'NULL','2008-03-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (564,22,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (565,23,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (566,24,5,'NULL','2008-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (567,25,5,'NULL','2008-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (568,26,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (569,27,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (570,28,5,'NULL','2009-12-12 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (571,29,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (572,30,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (573,31,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (574,32,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (575,33,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (576,34,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (577,35,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (578,36,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (579,37,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (580,38,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (581,39,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (582,40,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (583,41,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (584,42,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (585,43,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (586,44,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (587,45,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (588,46,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (589,47,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (590,48,5,'NULL','2009-12-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (591,49,5,'NULL','2009-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (592,50,5,'NULL','2009-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (593,63,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (594,64,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (595,65,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (596,66,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (597,67,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (598,68,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (599,69,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (600,70,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (601,71,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (602,72,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (603,73,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (604,74,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (605,75,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (606,76,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (607,77,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (608,78,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (609,79,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (610,80,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (611,81,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (612,82,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (613,83,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (614,84,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (615,85,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (616,86,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (617,87,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (618,88,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (619,89,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (620,90,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (621,91,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (622,92,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (623,93,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (624,94,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (625,95,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (626,96,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (627,97,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (628,98,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (629,99,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (630,100,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (631,101,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (632,102,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (633,103,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (634,104,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (635,105,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (636,106,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (637,107,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (638,108,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (639,109,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (640,110,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (641,111,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38'),
- (642,112,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2023-12-17 20:11:38',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2023-12-17 20:11:38','2023-12-17 20:11:38');
+ (1,NULL,22,'Subject for Print/Merge Document','2023-08-16 14:53:16',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (2,NULL,22,'Subject for Print/Merge Document','2023-12-03 14:28:21',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (3,NULL,22,'Subject for Print/Merge Document','2023-12-06 02:41:48',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (4,NULL,2,'Subject for Phone Call','2023-06-09 22:35:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (5,NULL,22,'Subject for Print/Merge Document','2023-04-12 13:27:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (6,NULL,56,'Subject for Interview','2023-02-10 17:19:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (7,NULL,9,'Subject for Tell a Friend','2023-05-25 03:58:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (8,NULL,22,'Subject for Print/Merge Document','2023-05-06 18:18:31',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (9,NULL,9,'Subject for Tell a Friend','2023-03-26 08:11:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (10,NULL,1,'Subject for Meeting','2023-04-11 06:37:04',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (11,NULL,9,'Subject for Tell a Friend','2023-01-17 01:14:36',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (12,NULL,9,'Subject for Tell a Friend','2023-09-08 10:49:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (13,NULL,22,'Subject for Print/Merge Document','2023-11-10 11:51:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (14,NULL,22,'Subject for Print/Merge Document','2023-10-27 13:59:44',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (15,NULL,9,'Subject for Tell a Friend','2023-10-17 19:55:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (16,NULL,9,'Subject for Tell a Friend','2023-01-08 01:53:19',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (17,NULL,56,'Subject for Interview','2023-02-07 19:31:15',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (18,NULL,56,'Subject for Interview','2023-12-14 17:44:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (19,NULL,2,'Subject for Phone Call','2023-12-01 16:14:14',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (20,NULL,22,'Subject for Print/Merge Document','2023-04-17 14:01:46',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (21,NULL,22,'Subject for Print/Merge Document','2023-02-20 18:33:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (22,NULL,1,'Subject for Meeting','2023-07-27 11:43:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (23,NULL,1,'Subject for Meeting','2023-02-17 15:32:07',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (24,NULL,1,'Subject for Meeting','2023-04-26 20:05:37',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (25,NULL,22,'Subject for Print/Merge Document','2023-04-20 08:25:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (26,NULL,2,'Subject for Phone Call','2023-03-24 19:29:36',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (27,NULL,9,'Subject for Tell a Friend','2023-02-18 00:46:25',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (28,NULL,9,'Subject for Tell a Friend','2023-03-10 14:07:49',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (29,NULL,1,'Subject for Meeting','2023-05-16 01:30:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (30,NULL,2,'Subject for Phone Call','2023-03-29 06:05:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (31,NULL,56,'Subject for Interview','2023-10-14 12:32:31',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (32,NULL,22,'Subject for Print/Merge Document','2023-01-27 19:38:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (33,NULL,9,'Subject for Tell a Friend','2023-05-10 03:07:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (34,NULL,1,'Subject for Meeting','2023-01-26 03:52:37',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (35,NULL,1,'Subject for Meeting','2023-09-22 04:22:47',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (36,NULL,9,'Subject for Tell a Friend','2023-12-13 22:17:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (37,NULL,56,'Subject for Interview','2023-12-29 12:57:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (38,NULL,9,'Subject for Tell a Friend','2023-01-25 21:54:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (39,NULL,1,'Subject for Meeting','2023-04-22 16:29:31',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (40,NULL,56,'Subject for Interview','2023-12-01 01:25:24',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (41,NULL,9,'Subject for Tell a Friend','2023-03-02 13:21:51',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (42,NULL,22,'Subject for Print/Merge Document','2023-04-06 04:22:35',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (43,NULL,56,'Subject for Interview','2023-11-13 01:31:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (44,NULL,1,'Subject for Meeting','2023-09-17 21:44:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (45,NULL,22,'Subject for Print/Merge Document','2023-11-01 07:02:59',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (46,NULL,2,'Subject for Phone Call','2023-04-13 07:36:41',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (47,NULL,56,'Subject for Interview','2023-04-18 15:12:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (48,NULL,22,'Subject for Print/Merge Document','2023-07-30 08:15:22',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (49,NULL,2,'Subject for Phone Call','2023-02-19 17:14:04',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (50,NULL,1,'Subject for Meeting','2023-06-29 09:02:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (51,NULL,56,'Subject for Interview','2023-07-15 09:59:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (52,NULL,9,'Subject for Tell a Friend','2023-06-09 07:42:51',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (53,NULL,1,'Subject for Meeting','2023-10-10 18:10:08',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (54,NULL,2,'Subject for Phone Call','2023-04-24 15:58:17',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (55,NULL,56,'Subject for Interview','2023-03-17 09:11:06',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (56,NULL,1,'Subject for Meeting','2023-11-03 07:55:35',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (57,NULL,2,'Subject for Phone Call','2023-01-16 11:33:02',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (58,NULL,56,'Subject for Interview','2023-07-23 02:01:01',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (59,NULL,56,'Subject for Interview','2023-08-03 23:50:49',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (60,NULL,2,'Subject for Phone Call','2023-07-27 05:10:11',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (61,NULL,9,'Subject for Tell a Friend','2023-10-15 16:34:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (62,NULL,56,'Subject for Interview','2023-03-09 23:06:55',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (63,NULL,56,'Subject for Interview','2023-12-19 07:48:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (64,NULL,9,'Subject for Tell a Friend','2023-07-20 00:30:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (65,NULL,1,'Subject for Meeting','2023-05-22 07:55:27',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (66,NULL,1,'Subject for Meeting','2023-01-20 09:30:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (67,NULL,56,'Subject for Interview','2023-05-10 21:56:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (68,NULL,2,'Subject for Phone Call','2023-08-11 01:46:37',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (69,NULL,1,'Subject for Meeting','2023-02-21 06:11:36',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (70,NULL,9,'Subject for Tell a Friend','2023-01-20 18:54:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (71,NULL,56,'Subject for Interview','2023-08-22 23:00:42',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (72,NULL,22,'Subject for Print/Merge Document','2023-01-10 17:31:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (73,NULL,9,'Subject for Tell a Friend','2023-03-29 08:09:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (74,NULL,1,'Subject for Meeting','2023-06-07 13:36:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (75,NULL,22,'Subject for Print/Merge Document','2023-08-15 04:07:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (76,NULL,2,'Subject for Phone Call','2023-02-04 06:46:45',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (77,NULL,2,'Subject for Phone Call','2023-08-05 06:12:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (78,NULL,22,'Subject for Print/Merge Document','2023-12-04 17:46:23',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (79,NULL,1,'Subject for Meeting','2023-12-02 17:49:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (80,NULL,2,'Subject for Phone Call','2024-01-02 12:11:06',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (81,NULL,2,'Subject for Phone Call','2023-11-23 21:07:28',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (82,NULL,2,'Subject for Phone Call','2023-04-03 08:21:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (83,NULL,2,'Subject for Phone Call','2023-01-08 12:16:35',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (84,NULL,2,'Subject for Phone Call','2023-12-06 10:40:53',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (85,NULL,9,'Subject for Tell a Friend','2023-08-23 03:30:29',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (86,NULL,9,'Subject for Tell a Friend','2023-10-02 17:39:29',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (87,NULL,56,'Subject for Interview','2023-04-28 10:04:25',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (88,NULL,9,'Subject for Tell a Friend','2023-05-06 23:36:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (89,NULL,9,'Subject for Tell a Friend','2023-07-13 21:59:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (90,NULL,9,'Subject for Tell a Friend','2023-09-17 13:31:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (91,NULL,9,'Subject for Tell a Friend','2023-08-10 00:43:26',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (92,NULL,1,'Subject for Meeting','2023-03-21 06:51:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (93,NULL,22,'Subject for Print/Merge Document','2023-05-23 09:39:22',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (94,NULL,9,'Subject for Tell a Friend','2023-11-19 04:51:14',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (95,NULL,56,'Subject for Interview','2023-08-20 08:55:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (96,NULL,9,'Subject for Tell a Friend','2023-03-28 04:33:51',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (97,NULL,22,'Subject for Print/Merge Document','2023-04-25 21:03:45',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (98,NULL,2,'Subject for Phone Call','2023-06-16 21:51:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (99,NULL,56,'Subject for Interview','2023-02-02 22:53:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (100,NULL,9,'Subject for Tell a Friend','2023-08-02 17:58:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (101,NULL,1,'Subject for Meeting','2023-08-09 11:57:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (102,NULL,9,'Subject for Tell a Friend','2023-12-23 20:37:10',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (103,NULL,22,'Subject for Print/Merge Document','2023-07-31 08:46:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (104,NULL,9,'Subject for Tell a Friend','2023-02-15 02:58:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (105,NULL,9,'Subject for Tell a Friend','2023-08-22 22:29:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (106,NULL,2,'Subject for Phone Call','2023-10-30 17:39:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (107,NULL,9,'Subject for Tell a Friend','2023-05-08 09:15:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (108,NULL,9,'Subject for Tell a Friend','2023-05-14 12:29:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (109,NULL,2,'Subject for Phone Call','2023-03-16 17:34:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (110,NULL,56,'Subject for Interview','2023-08-22 19:45:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (111,NULL,2,'Subject for Phone Call','2023-02-28 17:07:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (112,NULL,1,'Subject for Meeting','2023-07-19 13:55:02',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (113,NULL,1,'Subject for Meeting','2023-09-16 06:08:27',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (114,NULL,9,'Subject for Tell a Friend','2023-09-02 14:06:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (115,NULL,9,'Subject for Tell a Friend','2023-10-05 08:30:46',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (116,NULL,56,'Subject for Interview','2023-02-15 08:16:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (117,NULL,1,'Subject for Meeting','2023-01-19 01:24:21',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (118,NULL,2,'Subject for Phone Call','2023-05-16 05:10:44',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (119,NULL,9,'Subject for Tell a Friend','2023-09-29 13:50:59',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (120,NULL,9,'Subject for Tell a Friend','2023-08-03 08:23:20',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (121,NULL,9,'Subject for Tell a Friend','2023-09-22 10:07:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (122,NULL,1,'Subject for Meeting','2023-07-04 16:03:56',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (123,NULL,2,'Subject for Phone Call','2023-10-08 10:42:42',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (124,NULL,56,'Subject for Interview','2023-03-25 19:26:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (125,NULL,22,'Subject for Print/Merge Document','2023-01-28 15:16:59',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (126,NULL,2,'Subject for Phone Call','2023-05-16 17:57:43',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (127,NULL,1,'Subject for Meeting','2023-11-27 23:49:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (128,NULL,1,'Subject for Meeting','2023-04-07 13:57:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (129,NULL,56,'Subject for Interview','2023-03-07 20:09:10',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (130,NULL,1,'Subject for Meeting','2023-09-04 13:23:30',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (131,NULL,56,'Subject for Interview','2023-10-23 12:45:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (132,NULL,1,'Subject for Meeting','2023-05-24 10:20:13',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (133,NULL,56,'Subject for Interview','2023-08-03 14:20:59',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (134,NULL,9,'Subject for Tell a Friend','2023-03-03 06:37:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (135,NULL,56,'Subject for Interview','2023-08-27 21:06:20',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (136,NULL,9,'Subject for Tell a Friend','2023-03-26 09:45:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (137,NULL,56,'Subject for Interview','2023-12-08 15:58:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (138,NULL,22,'Subject for Print/Merge Document','2023-12-30 02:22:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (139,NULL,1,'Subject for Meeting','2024-01-05 08:47:36',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (140,NULL,2,'Subject for Phone Call','2023-06-08 21:56:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (141,NULL,9,'Subject for Tell a Friend','2023-09-29 12:11:03',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (142,NULL,9,'Subject for Tell a Friend','2023-05-18 07:54:54',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (143,NULL,56,'Subject for Interview','2023-07-13 23:33:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (144,NULL,9,'Subject for Tell a Friend','2023-03-12 17:30:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (145,NULL,56,'Subject for Interview','2023-04-13 07:20:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (146,NULL,1,'Subject for Meeting','2023-06-15 19:42:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (147,NULL,1,'Subject for Meeting','2023-07-15 12:38:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (148,NULL,22,'Subject for Print/Merge Document','2023-06-22 01:17:12',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (149,NULL,2,'Subject for Phone Call','2023-04-12 03:45:54',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (150,NULL,22,'Subject for Print/Merge Document','2023-10-30 02:05:35',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (151,NULL,2,'Subject for Phone Call','2023-11-17 10:50:12',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (152,NULL,22,'Subject for Print/Merge Document','2023-08-11 08:24:23',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (153,NULL,2,'Subject for Phone Call','2023-07-24 07:27:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (154,NULL,22,'Subject for Print/Merge Document','2023-03-12 19:28:21',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (155,NULL,9,'Subject for Tell a Friend','2023-04-18 02:03:03',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (156,NULL,9,'Subject for Tell a Friend','2023-10-25 02:19:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (157,NULL,2,'Subject for Phone Call','2023-10-02 11:26:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (158,NULL,2,'Subject for Phone Call','2023-09-17 08:31:42',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (159,NULL,22,'Subject for Print/Merge Document','2023-08-28 08:07:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (160,NULL,2,'Subject for Phone Call','2023-11-24 12:27:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (161,NULL,56,'Subject for Interview','2023-08-26 02:37:33',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (162,NULL,2,'Subject for Phone Call','2023-11-28 03:03:13',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (163,NULL,2,'Subject for Phone Call','2023-09-06 10:16:32',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (164,NULL,9,'Subject for Tell a Friend','2023-12-14 00:06:41',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (165,NULL,9,'Subject for Tell a Friend','2023-04-24 18:43:12',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (166,NULL,9,'Subject for Tell a Friend','2023-12-25 16:04:06',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (167,NULL,56,'Subject for Interview','2023-09-12 21:09:18',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (168,NULL,56,'Subject for Interview','2023-06-22 22:01:12',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (169,NULL,2,'Subject for Phone Call','2023-05-10 14:49:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (170,NULL,2,'Subject for Phone Call','2023-12-23 15:14:17',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (171,NULL,1,'Subject for Meeting','2023-07-19 08:02:42',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (172,NULL,9,'Subject for Tell a Friend','2023-06-27 12:18:27',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (173,NULL,9,'Subject for Tell a Friend','2023-12-09 20:33:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (174,NULL,2,'Subject for Phone Call','2023-02-08 12:40:47',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (175,NULL,56,'Subject for Interview','2023-05-02 20:11:40',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (176,NULL,9,'Subject for Tell a Friend','2023-06-15 05:21:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (177,NULL,56,'Subject for Interview','2023-11-30 13:29:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (178,NULL,2,'Subject for Phone Call','2023-09-16 19:38:03',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (179,NULL,22,'Subject for Print/Merge Document','2023-09-03 04:50:21',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (180,NULL,22,'Subject for Print/Merge Document','2023-01-27 15:43:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (181,NULL,1,'Subject for Meeting','2023-08-17 09:17:10',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (182,NULL,22,'Subject for Print/Merge Document','2023-11-03 01:10:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (183,NULL,22,'Subject for Print/Merge Document','2023-06-24 16:07:05',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (184,NULL,9,'Subject for Tell a Friend','2023-07-15 16:15:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (185,NULL,22,'Subject for Print/Merge Document','2023-04-13 15:21:59',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (186,NULL,2,'Subject for Phone Call','2023-07-14 02:30:30',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (187,NULL,2,'Subject for Phone Call','2023-01-10 14:29:24',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (188,NULL,1,'Subject for Meeting','2023-08-05 16:22:51',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (189,NULL,2,'Subject for Phone Call','2023-04-10 08:37:14',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (190,NULL,9,'Subject for Tell a Friend','2023-04-20 16:04:32',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (191,NULL,56,'Subject for Interview','2023-02-03 23:44:51',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (192,NULL,2,'Subject for Phone Call','2023-03-15 08:42:17',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (193,NULL,56,'Subject for Interview','2023-12-16 10:15:52',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (194,NULL,22,'Subject for Print/Merge Document','2023-08-19 03:52:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (195,NULL,9,'Subject for Tell a Friend','2023-07-12 07:25:47',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (196,NULL,2,'Subject for Phone Call','2023-05-30 06:39:39',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (197,NULL,22,'Subject for Print/Merge Document','2023-07-10 19:05:45',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (198,NULL,1,'Subject for Meeting','2023-09-10 06:41:23',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (199,NULL,2,'Subject for Phone Call','2023-10-21 06:52:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (200,NULL,2,'Subject for Phone Call','2023-03-05 03:20:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (201,NULL,56,'Subject for Interview','2023-10-21 09:37:59',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (202,NULL,9,'Subject for Tell a Friend','2023-06-03 12:39:14',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (203,NULL,1,'Subject for Meeting','2023-01-12 09:27:42',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (204,NULL,22,'Subject for Print/Merge Document','2023-04-22 09:28:14',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (205,NULL,1,'Subject for Meeting','2023-06-10 00:51:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (206,NULL,56,'Subject for Interview','2023-01-06 01:47:43',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (207,NULL,22,'Subject for Print/Merge Document','2023-02-02 21:58:44',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (208,NULL,9,'Subject for Tell a Friend','2023-11-24 01:11:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (209,NULL,22,'Subject for Print/Merge Document','2023-06-30 13:47:16',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (210,NULL,9,'Subject for Tell a Friend','2023-08-19 15:35:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (211,NULL,9,'Subject for Tell a Friend','2023-05-13 10:40:00',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (212,NULL,56,'Subject for Interview','2023-12-31 20:01:56',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (213,NULL,56,'Subject for Interview','2023-11-22 16:24:03',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (214,NULL,22,'Subject for Print/Merge Document','2023-08-24 10:55:31',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (215,NULL,56,'Subject for Interview','2023-02-02 13:31:19',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (216,NULL,9,'Subject for Tell a Friend','2023-05-08 22:32:53',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (217,NULL,2,'Subject for Phone Call','2023-10-04 00:31:16',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (218,NULL,56,'Subject for Interview','2023-04-24 22:01:38',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (219,NULL,22,'Subject for Print/Merge Document','2023-02-09 15:47:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (220,NULL,9,'Subject for Tell a Friend','2023-09-01 17:15:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (221,NULL,2,'Subject for Phone Call','2023-05-06 09:59:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (222,NULL,2,'Subject for Phone Call','2023-03-14 14:46:14',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (223,NULL,22,'Subject for Print/Merge Document','2023-01-07 09:34:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (224,NULL,1,'Subject for Meeting','2023-04-12 01:43:04',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (225,NULL,9,'Subject for Tell a Friend','2023-06-29 06:35:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (226,NULL,1,'Subject for Meeting','2023-08-23 12:52:03',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (227,NULL,22,'Subject for Print/Merge Document','2023-08-02 09:29:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (228,NULL,1,'Subject for Meeting','2023-01-21 21:59:36',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (229,NULL,22,'Subject for Print/Merge Document','2023-02-04 23:08:00',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (230,NULL,22,'Subject for Print/Merge Document','2023-04-28 14:30:08',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (231,NULL,56,'Subject for Interview','2023-09-25 16:18:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (232,NULL,1,'Subject for Meeting','2023-09-08 08:55:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (233,NULL,2,'Subject for Phone Call','2023-09-07 22:32:47',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (234,NULL,22,'Subject for Print/Merge Document','2023-12-13 03:03:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (235,NULL,1,'Subject for Meeting','2023-09-15 01:59:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (236,NULL,56,'Subject for Interview','2023-07-15 01:04:48',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (237,NULL,22,'Subject for Print/Merge Document','2023-12-15 13:29:15',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (238,NULL,2,'Subject for Phone Call','2023-06-24 18:00:39',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (239,NULL,22,'Subject for Print/Merge Document','2023-11-18 03:45:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (240,NULL,9,'Subject for Tell a Friend','2023-10-30 11:39:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (241,NULL,2,'Subject for Phone Call','2023-07-25 11:54:17',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (242,NULL,2,'Subject for Phone Call','2023-01-29 08:29:57',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (243,NULL,56,'Subject for Interview','2023-06-08 08:43:47',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (244,NULL,1,'Subject for Meeting','2023-04-15 20:54:40',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (245,NULL,56,'Subject for Interview','2023-01-27 12:53:23',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (246,NULL,22,'Subject for Print/Merge Document','2023-09-14 13:25:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (247,NULL,2,'Subject for Phone Call','2023-11-04 23:32:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (248,NULL,22,'Subject for Print/Merge Document','2023-06-12 19:56:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (249,NULL,2,'Subject for Phone Call','2023-11-16 19:40:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (250,NULL,1,'Subject for Meeting','2023-02-19 00:40:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (251,NULL,9,'Subject for Tell a Friend','2023-08-24 11:35:24',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (252,NULL,9,'Subject for Tell a Friend','2023-07-13 16:14:37',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (253,NULL,1,'Subject for Meeting','2023-06-24 20:13:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (254,NULL,1,'Subject for Meeting','2023-10-27 21:49:12',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (255,NULL,22,'Subject for Print/Merge Document','2023-10-21 22:56:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (256,NULL,56,'Subject for Interview','2023-08-19 03:29:57',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (257,NULL,56,'Subject for Interview','2023-06-22 07:37:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (258,NULL,22,'Subject for Print/Merge Document','2023-10-14 09:56:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (259,NULL,22,'Subject for Print/Merge Document','2023-05-30 18:44:52',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (260,NULL,9,'Subject for Tell a Friend','2023-08-20 00:56:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (261,NULL,2,'Subject for Phone Call','2023-07-30 10:17:49',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (262,NULL,2,'Subject for Phone Call','2023-03-18 07:33:21',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (263,NULL,9,'Subject for Tell a Friend','2023-03-17 03:03:34',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (264,NULL,9,'Subject for Tell a Friend','2023-05-09 03:18:23',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (265,NULL,9,'Subject for Tell a Friend','2023-10-07 22:18:56',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (266,NULL,22,'Subject for Print/Merge Document','2023-09-25 16:09:47',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (267,NULL,2,'Subject for Phone Call','2023-08-16 16:15:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (268,NULL,2,'Subject for Phone Call','2023-04-08 12:57:30',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (269,NULL,2,'Subject for Phone Call','2023-06-21 16:10:19',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (270,NULL,56,'Subject for Interview','2023-03-06 12:21:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (271,NULL,9,'Subject for Tell a Friend','2023-08-20 21:31:13',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (272,NULL,9,'Subject for Tell a Friend','2023-09-08 22:17:28',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (273,NULL,9,'Subject for Tell a Friend','2023-11-28 14:15:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (274,NULL,1,'Subject for Meeting','2023-04-19 08:51:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (275,NULL,9,'Subject for Tell a Friend','2023-02-20 08:31:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (276,NULL,22,'Subject for Print/Merge Document','2023-06-14 19:22:28',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (277,NULL,2,'Subject for Phone Call','2023-09-27 17:12:46',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (278,NULL,1,'Subject for Meeting','2023-06-16 22:35:01',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (279,NULL,22,'Subject for Print/Merge Document','2023-05-24 15:18:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (280,NULL,56,'Subject for Interview','2023-04-10 09:25:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (281,NULL,2,'Subject for Phone Call','2023-02-01 16:03:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (282,NULL,1,'Subject for Meeting','2023-08-14 16:20:48',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (283,NULL,1,'Subject for Meeting','2023-12-06 19:25:35',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (284,NULL,22,'Subject for Print/Merge Document','2023-03-25 03:26:11',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (285,NULL,56,'Subject for Interview','2023-01-29 07:26:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (286,NULL,9,'Subject for Tell a Friend','2023-05-08 16:19:14',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (287,NULL,22,'Subject for Print/Merge Document','2023-03-04 16:23:56',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (288,NULL,1,'Subject for Meeting','2023-09-16 18:40:07',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (289,NULL,22,'Subject for Print/Merge Document','2023-11-12 17:19:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (290,NULL,56,'Subject for Interview','2023-10-25 02:38:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (291,NULL,22,'Subject for Print/Merge Document','2023-03-25 16:28:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (292,NULL,2,'Subject for Phone Call','2023-08-02 13:34:13',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (293,NULL,22,'Subject for Print/Merge Document','2023-11-27 02:52:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (294,NULL,56,'Subject for Interview','2023-12-27 17:30:33',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (295,NULL,1,'Subject for Meeting','2023-05-15 09:49:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (296,NULL,56,'Subject for Interview','2023-01-31 04:01:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (297,NULL,1,'Subject for Meeting','2023-11-22 14:50:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (298,NULL,22,'Subject for Print/Merge Document','2023-04-26 20:20:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (299,NULL,2,'Subject for Phone Call','2023-08-14 01:58:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (300,NULL,22,'Subject for Print/Merge Document','2023-07-27 08:21:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (301,NULL,22,'Subject for Print/Merge Document','2023-07-25 15:12:20',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (302,NULL,9,'Subject for Tell a Friend','2023-04-29 00:37:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (303,NULL,2,'Subject for Phone Call','2023-02-25 16:02:07',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (304,NULL,22,'Subject for Print/Merge Document','2023-02-28 17:46:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (305,NULL,9,'Subject for Tell a Friend','2023-05-27 11:48:59',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (306,NULL,56,'Subject for Interview','2023-08-23 08:31:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (307,NULL,1,'Subject for Meeting','2023-01-19 18:57:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (308,NULL,2,'Subject for Phone Call','2023-11-24 04:25:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (309,NULL,22,'Subject for Print/Merge Document','2023-07-28 07:27:54',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (310,NULL,22,'Subject for Print/Merge Document','2023-10-15 01:44:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (311,NULL,56,'Subject for Interview','2023-05-17 08:18:50',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (312,NULL,1,'Subject for Meeting','2023-09-12 22:31:11',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (313,NULL,1,'Subject for Meeting','2023-03-07 13:33:44',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (314,NULL,2,'Subject for Phone Call','2023-02-18 20:30:48',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (315,NULL,56,'Subject for Interview','2023-12-13 22:42:22',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (316,NULL,9,'Subject for Tell a Friend','2023-09-26 00:45:49',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (317,NULL,22,'Subject for Print/Merge Document','2023-12-20 21:17:16',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (318,NULL,1,'Subject for Meeting','2023-08-16 03:56:49',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (319,NULL,56,'Subject for Interview','2023-10-03 11:22:10',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (320,NULL,22,'Subject for Print/Merge Document','2023-07-21 08:23:30',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (321,NULL,56,'Subject for Interview','2023-09-17 03:57:00',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (322,NULL,9,'Subject for Tell a Friend','2023-07-08 19:53:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (323,NULL,1,'Subject for Meeting','2023-10-25 14:46:37',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (324,NULL,22,'Subject for Print/Merge Document','2023-05-22 11:38:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (325,NULL,9,'Subject for Tell a Friend','2023-03-04 10:48:01',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (326,NULL,56,'Subject for Interview','2024-01-04 20:12:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (327,NULL,56,'Subject for Interview','2023-12-26 00:55:56',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (328,NULL,1,'Subject for Meeting','2023-02-19 14:01:22',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (329,NULL,56,'Subject for Interview','2023-06-27 20:19:19',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (330,NULL,1,'Subject for Meeting','2023-11-19 02:37:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (331,NULL,2,'Subject for Phone Call','2023-03-18 22:04:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (332,NULL,9,'Subject for Tell a Friend','2023-06-15 08:57:07',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (333,NULL,2,'Subject for Phone Call','2023-08-20 18:08:07',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (334,NULL,9,'Subject for Tell a Friend','2023-03-12 16:15:03',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (335,NULL,9,'Subject for Tell a Friend','2023-04-02 13:54:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (336,NULL,2,'Subject for Phone Call','2023-12-18 20:57:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (337,NULL,2,'Subject for Phone Call','2023-11-14 04:30:58',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (338,NULL,1,'Subject for Meeting','2024-01-02 07:03:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (339,NULL,56,'Subject for Interview','2023-11-15 23:43:45',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (340,NULL,1,'Subject for Meeting','2023-05-03 05:12:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (341,NULL,9,'Subject for Tell a Friend','2023-11-20 00:08:55',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (342,NULL,1,'Subject for Meeting','2023-07-13 15:43:30',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (343,NULL,1,'Subject for Meeting','2023-05-14 16:53:48',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (344,NULL,2,'Subject for Phone Call','2023-03-06 07:33:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (345,NULL,1,'Subject for Meeting','2023-11-28 16:38:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (346,NULL,9,'Subject for Tell a Friend','2023-10-12 04:29:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (347,NULL,22,'Subject for Print/Merge Document','2023-11-26 17:06:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (348,NULL,9,'Subject for Tell a Friend','2023-10-04 01:25:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (349,NULL,9,'Subject for Tell a Friend','2023-12-29 07:46:54',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (350,NULL,56,'Subject for Interview','2023-02-19 11:51:51',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (351,NULL,56,'Subject for Interview','2023-11-28 06:16:01',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (352,NULL,1,'Subject for Meeting','2023-06-27 02:23:15',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (353,NULL,9,'Subject for Tell a Friend','2023-05-17 12:26:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (354,NULL,2,'Subject for Phone Call','2023-10-02 02:53:10',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (355,NULL,56,'Subject for Interview','2023-03-01 11:29:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (356,NULL,1,'Subject for Meeting','2023-12-19 06:18:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (357,NULL,9,'Subject for Tell a Friend','2023-02-27 13:03:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (358,NULL,22,'Subject for Print/Merge Document','2023-02-19 08:40:32',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (359,NULL,9,'Subject for Tell a Friend','2023-11-09 15:22:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (360,NULL,22,'Subject for Print/Merge Document','2023-03-14 12:52:46',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (361,NULL,2,'Subject for Phone Call','2023-06-02 20:49:05',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (362,NULL,9,'Subject for Tell a Friend','2023-12-25 13:43:12',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (363,NULL,22,'Subject for Print/Merge Document','2023-08-26 15:38:25',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (364,NULL,1,'Subject for Meeting','2023-04-04 04:29:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (365,NULL,56,'Subject for Interview','2023-10-27 03:31:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (366,NULL,56,'Subject for Interview','2023-01-13 17:46:24',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (367,NULL,56,'Subject for Interview','2023-10-11 03:23:33',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (368,NULL,2,'Subject for Phone Call','2023-07-16 17:44:52',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (369,NULL,2,'Subject for Phone Call','2023-12-15 09:58:53',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (370,NULL,56,'Subject for Interview','2023-11-27 14:36:35',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (371,NULL,9,'Subject for Tell a Friend','2023-05-09 07:54:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (372,NULL,56,'Subject for Interview','2023-05-07 07:06:19',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (373,NULL,56,'Subject for Interview','2023-11-12 20:47:48',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (374,NULL,22,'Subject for Print/Merge Document','2023-06-27 22:20:27',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (375,NULL,2,'Subject for Phone Call','2023-05-30 08:47:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (376,NULL,56,'Subject for Interview','2023-05-24 14:32:56',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (377,NULL,2,'Subject for Phone Call','2023-07-24 17:30:23',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (378,NULL,2,'Subject for Phone Call','2023-06-26 12:05:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (379,NULL,56,'Subject for Interview','2023-01-13 15:34:47',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (380,NULL,2,'Subject for Phone Call','2023-04-02 07:25:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (381,NULL,56,'Subject for Interview','2023-01-11 18:32:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (382,NULL,22,'Subject for Print/Merge Document','2023-11-03 21:12:59',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (383,NULL,56,'Subject for Interview','2023-07-03 06:31:24',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (384,NULL,56,'Subject for Interview','2023-05-29 21:36:05',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (385,NULL,2,'Subject for Phone Call','2023-10-14 21:29:12',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (386,NULL,2,'Subject for Phone Call','2023-04-16 13:55:20',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (387,NULL,22,'Subject for Print/Merge Document','2023-11-03 04:55:57',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (388,NULL,56,'Subject for Interview','2023-06-11 05:31:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (389,NULL,56,'Subject for Interview','2023-04-13 19:24:00',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (390,NULL,56,'Subject for Interview','2023-03-11 09:58:54',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (391,NULL,2,'Subject for Phone Call','2023-06-18 03:00:44',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (392,NULL,22,'Subject for Print/Merge Document','2023-07-30 06:45:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (393,NULL,9,'Subject for Tell a Friend','2023-05-26 12:12:03',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (394,NULL,56,'Subject for Interview','2024-01-03 06:34:14',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (395,NULL,56,'Subject for Interview','2023-06-27 16:00:25',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (396,NULL,1,'Subject for Meeting','2023-05-30 10:19:18',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (397,NULL,9,'Subject for Tell a Friend','2023-07-18 17:06:09',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (398,NULL,1,'Subject for Meeting','2023-05-04 07:31:00',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (399,NULL,56,'Subject for Interview','2023-10-19 09:10:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (400,NULL,22,'Subject for Print/Merge Document','2023-09-24 06:25:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (401,NULL,56,'Subject for Interview','2023-06-03 23:34:48',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (402,NULL,9,'Subject for Tell a Friend','2023-12-17 03:48:20',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (403,NULL,22,'Subject for Print/Merge Document','2023-07-28 04:53:23',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (404,NULL,9,'Subject for Tell a Friend','2023-11-02 17:14:39',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (405,NULL,56,'Subject for Interview','2023-09-18 11:49:54',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (406,NULL,9,'Subject for Tell a Friend','2023-04-22 11:50:19',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (407,NULL,56,'Subject for Interview','2023-09-21 04:38:22',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (408,NULL,22,'Subject for Print/Merge Document','2023-10-27 04:19:19',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (409,NULL,1,'Subject for Meeting','2023-10-09 12:10:27',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (410,NULL,9,'Subject for Tell a Friend','2023-08-24 06:04:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (411,NULL,22,'Subject for Print/Merge Document','2023-10-13 08:50:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (412,NULL,1,'Subject for Meeting','2023-12-12 00:14:06',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (413,NULL,2,'Subject for Phone Call','2023-03-12 16:19:25',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (414,NULL,1,'Subject for Meeting','2023-05-17 20:40:39',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (415,NULL,22,'Subject for Print/Merge Document','2023-11-14 02:41:50',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (416,NULL,56,'Subject for Interview','2023-06-08 06:27:24',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (417,NULL,2,'Subject for Phone Call','2023-11-18 15:33:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (418,NULL,56,'Subject for Interview','2023-09-10 11:08:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (419,NULL,56,'Subject for Interview','2023-10-13 15:19:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (420,NULL,1,'Subject for Meeting','2023-05-21 05:47:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (421,NULL,9,'Subject for Tell a Friend','2023-02-27 04:10:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (422,NULL,2,'Subject for Phone Call','2023-12-06 14:07:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (423,NULL,9,'Subject for Tell a Friend','2023-07-18 15:20:37',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (424,NULL,9,'Subject for Tell a Friend','2023-05-06 07:15:31',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (425,NULL,9,'Subject for Tell a Friend','2023-08-23 14:57:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (426,NULL,2,'Subject for Phone Call','2023-06-08 15:30:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (427,NULL,56,'Subject for Interview','2023-08-01 14:27:03',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (428,NULL,2,'Subject for Phone Call','2023-04-18 23:12:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (429,NULL,56,'Subject for Interview','2023-08-22 10:27:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (430,NULL,22,'Subject for Print/Merge Document','2023-09-09 14:05:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (431,NULL,2,'Subject for Phone Call','2023-12-04 08:25:04',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (432,NULL,9,'Subject for Tell a Friend','2023-12-08 14:28:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (433,NULL,1,'Subject for Meeting','2023-06-28 08:01:05',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (434,NULL,56,'Subject for Interview','2023-08-29 22:36:18',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (435,NULL,9,'Subject for Tell a Friend','2023-04-02 00:40:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (436,NULL,56,'Subject for Interview','2023-02-06 07:42:12',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (437,NULL,56,'Subject for Interview','2023-05-18 19:22:24',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (438,NULL,56,'Subject for Interview','2023-11-05 18:27:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (439,NULL,1,'Subject for Meeting','2023-03-13 06:15:35',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (440,NULL,22,'Subject for Print/Merge Document','2023-07-23 12:31:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (441,NULL,2,'Subject for Phone Call','2023-09-21 22:47:30',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (442,NULL,9,'Subject for Tell a Friend','2023-12-23 16:04:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (443,NULL,9,'Subject for Tell a Friend','2023-05-25 09:53:22',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (444,NULL,9,'Subject for Tell a Friend','2023-04-18 14:53:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (445,NULL,22,'Subject for Print/Merge Document','2023-09-14 12:39:10',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (446,NULL,22,'Subject for Print/Merge Document','2023-02-03 00:03:45',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (447,NULL,9,'Subject for Tell a Friend','2023-09-21 06:05:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (448,NULL,1,'Subject for Meeting','2023-04-19 04:48:17',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (449,NULL,2,'Subject for Phone Call','2023-06-29 11:07:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (450,NULL,56,'Subject for Interview','2023-09-10 05:37:51',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (451,1,6,'$ 125 April Mailer 1','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (452,2,6,'$ 50 Online: Save the Penguins','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (453,3,6,'£ 25 April Mailer 1','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (454,4,6,'$ 50 Online: Save the Penguins','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (455,5,6,'$ 50 Online: Save the Penguins','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (456,6,6,'$ 500 April Mailer 1','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (457,7,6,'$ 1750 Online: Save the Penguins','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (458,8,6,'$ 50 Online: Save the Penguins','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (459,9,6,'$ 10 Online: Help CiviCRM','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (460,10,6,'$ 250 Online: Help CiviCRM','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (461,11,6,'Â¥ 500 ','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (462,12,6,'$ 50 Online: Save the Penguins','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (463,13,6,'$ 50 ','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (464,14,6,'$ 50 ','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (465,15,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (466,16,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (467,17,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (468,18,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (469,19,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (470,20,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (471,21,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (472,22,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (473,23,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (474,24,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (475,25,6,'$ 25 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (476,26,6,'$ 10 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (477,27,6,'$ 10 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (478,28,6,'$ 10 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (479,29,6,'$ 10 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (480,30,6,'$ 10 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (481,31,6,'€ 5 Recurring contribution','2024-03-05 17:18:49',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (482,1,7,'General','2024-01-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (483,2,7,'Student','2024-01-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (484,3,7,'General','2024-01-03 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (485,4,7,'Student','2024-01-02 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (486,5,7,'General','2021-12-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (487,6,7,'Student','2023-12-31 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (488,7,7,'General','2023-12-30 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (489,8,7,'Student','2023-12-29 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (490,9,7,'General','2023-12-28 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (491,10,7,'General','2021-10-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (492,11,7,'Lifetime','2023-12-26 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (493,12,7,'Student','2023-12-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (494,13,7,'General','2023-12-24 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (495,14,7,'Student','2023-12-23 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (496,15,7,'General','2021-09-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (497,16,7,'Student','2023-12-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (498,17,7,'General','2023-12-20 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (499,18,7,'Student','2023-12-19 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (500,19,7,'General','2023-12-18 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (501,20,7,'General','2021-08-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (502,21,7,'General','2023-12-16 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (503,22,7,'Lifetime','2023-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (504,23,7,'General','2023-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (505,24,7,'Student','2023-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (506,25,7,'General','2021-06-27 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (507,26,7,'Student','2023-12-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (508,27,7,'General','2023-12-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (509,28,7,'Student','2023-12-09 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (510,29,7,'General','2023-12-08 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (511,30,7,'Student','2022-12-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (512,32,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (513,33,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (514,34,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (515,35,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (516,36,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (517,37,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (518,38,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (519,39,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (520,40,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (521,41,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (522,42,6,'$ 1200.00 - Lifetime Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (523,43,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (524,44,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (525,45,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (526,46,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (527,47,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (528,48,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (529,49,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (530,50,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (531,51,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (532,52,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (533,53,6,'$ 1200.00 - Lifetime Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (534,54,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (535,55,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (536,56,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (537,57,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (538,58,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (539,59,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (540,60,6,'$ 100.00 - General Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (541,61,6,'$ 50.00 - Student Membership: Offline signup','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (543,1,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (544,2,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (545,3,5,'NULL','2008-05-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (546,4,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (547,5,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (548,6,5,'NULL','2008-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (549,7,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (550,8,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (551,9,5,'NULL','2008-02-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (552,10,5,'NULL','2008-02-01 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (553,11,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (554,12,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (555,13,5,'NULL','2008-06-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (556,14,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (557,15,5,'NULL','2008-07-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (558,16,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (559,17,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (560,18,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (561,19,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (562,20,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (563,21,5,'NULL','2008-03-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (564,22,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (565,23,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (566,24,5,'NULL','2008-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (567,25,5,'NULL','2008-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (568,26,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (569,27,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (570,28,5,'NULL','2009-12-12 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (571,29,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (572,30,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (573,31,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (574,32,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (575,33,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (576,34,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (577,35,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (578,36,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (579,37,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (580,38,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (581,39,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (582,40,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (583,41,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (584,42,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (585,43,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (586,44,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (587,45,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (588,46,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (589,47,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (590,48,5,'NULL','2009-12-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (591,49,5,'NULL','2009-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (592,50,5,'NULL','2009-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (593,63,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (594,64,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (595,65,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (596,66,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (597,67,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (598,68,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (599,69,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (600,70,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (601,71,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (602,72,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (603,73,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (604,74,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (605,75,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (606,76,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (607,77,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (608,78,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (609,79,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (610,80,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (611,81,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (612,82,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (613,83,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (614,84,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (615,85,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (616,86,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (617,87,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (618,88,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (619,89,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (620,90,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (621,91,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (622,92,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (623,93,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (624,94,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (625,95,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (626,96,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (627,97,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (628,98,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (629,99,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (630,100,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (631,101,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (632,102,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (633,103,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (634,104,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (635,105,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (636,106,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (637,107,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (638,108,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (639,109,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (640,110,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (641,111,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (642,112,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2024-01-05 17:18:49',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49');
 /*!40000 ALTER TABLE `civicrm_activity` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -733,968 +733,962 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_activity_contact` WRITE;
 /*!40000 ALTER TABLE `civicrm_activity_contact` DISABLE KEYS */;
 INSERT INTO `civicrm_activity_contact` (`id`, `activity_id`, `contact_id`, `record_type_id`) VALUES
- (160,87,1,3),
- (210,114,1,3),
- (542,295,1,3),
- (318,173,2,3),
- (535,291,2,3),
- (768,421,2,3),
- (822,451,2,2),
- (250,135,3,3),
- (410,223,3,3),
- (452,246,3,3),
- (691,379,3,3),
- (392,212,4,3),
- (546,297,4,3),
- (823,452,4,2),
- (826,455,4,2),
- (170,92,5,3),
- (438,238,5,3),
- (488,266,5,3),
- (369,200,6,3),
- (388,210,6,3),
- (724,398,6,3),
- (753,413,6,3),
- (824,453,6,2),
- (19,10,7,3),
- (43,23,7,3),
- (168,91,7,3),
- (316,172,7,3),
- (693,380,7,3),
- (98,53,8,3),
- (311,169,8,3),
- (445,242,8,3),
- (825,454,8,2),
- (865,494,8,2),
- (895,524,8,2),
- (226,122,9,3),
- (359,195,9,3),
- (530,288,9,3),
- (208,113,10,3),
- (540,294,10,3),
- (805,441,10,3),
- (41,22,11,3),
- (743,408,11,3),
- (956,585,12,2),
- (408,222,13,3),
- (421,229,13,3),
- (518,282,13,3),
- (179,97,14,3),
- (220,119,14,3),
- (762,418,14,3),
- (33,18,15,3),
- (262,142,15,3),
- (333,181,15,3),
- (685,376,15,3),
- (779,427,15,3),
- (28,15,16,3),
- (269,146,16,3),
- (390,211,16,3),
- (528,287,16,3),
- (655,360,16,3),
- (827,456,16,2),
- (122,66,17,3),
- (124,67,17,3),
- (132,72,17,3),
- (260,141,17,3),
- (363,197,17,3),
- (377,204,17,3),
- (386,209,17,3),
- (603,328,17,3),
- (456,248,18,3),
- (785,430,18,3),
- (945,574,18,2),
- (74,39,19,3),
- (85,45,19,3),
- (512,279,19,3),
- (581,316,19,3),
- (737,405,19,3),
- (828,457,19,2),
- (942,571,19,2),
- (202,109,20,3),
- (212,115,20,3),
- (516,281,20,3),
- (593,323,21,3),
- (807,442,21,3),
- (329,179,22,3),
- (149,81,23,3),
- (416,226,23,3),
- (570,310,23,3),
- (587,320,23,3),
- (760,417,23,3),
- (811,444,23,3),
- (66,35,24,3),
- (687,377,24,3),
- (46,25,25,3),
- (953,582,25,2),
- (3,2,26,3),
- (135,74,26,3),
- (147,80,26,3),
- (174,94,26,3),
- (344,187,26,3),
- (15,8,27,3),
- (25,13,27,3),
- (79,42,27,3),
- (346,188,27,3),
- (428,233,27,3),
- (638,351,27,3),
- (714,392,27,3),
- (741,407,27,3),
- (373,202,28,3),
- (873,502,28,2),
- (903,532,28,2),
- (241,130,29,3),
- (309,168,29,3),
- (661,363,29,3),
- (62,33,30,3),
- (751,412,30,3),
- (335,182,31,3),
- (382,207,31,3),
- (955,584,31,2),
- (166,90,32,3),
- (770,422,32,3),
- (834,463,32,2),
- (835,464,32,2),
- (695,381,33,3),
- (145,79,34,3),
- (414,225,34,3),
- (831,460,34,2),
- (854,483,34,2),
- (884,513,34,2),
- (554,301,35,3),
- (772,423,35,3),
- (245,132,36,3),
- (467,255,36,3),
- (620,339,36,3),
- (119,64,37,3),
- (189,102,37,3),
- (320,174,37,3),
- (474,259,37,3),
- (500,273,37,3),
- (820,449,37,3),
- (524,285,38,3),
- (681,374,38,3),
- (962,591,38,2),
- (72,38,39,3),
- (83,44,39,3),
- (181,98,39,3),
- (216,117,39,3),
- (418,227,39,3),
- (463,252,39,3),
- (9,5,40,3),
- (13,7,40,3),
- (193,104,40,3),
- (440,239,40,3),
- (280,152,41,3),
- (326,177,41,3),
- (482,263,41,3),
- (577,314,41,3),
- (766,420,41,3),
- (252,136,42,3),
- (572,311,42,3),
- (575,313,42,3),
- (629,345,42,3),
- (795,435,42,3),
- (948,577,42,2),
- (152,83,43,3),
- (338,184,43,3),
- (458,249,43,3),
- (490,267,43,3),
- (544,296,43,3),
- (722,397,43,3),
- (733,403,43,3),
- (833,462,43,2),
- (60,32,44,3),
- (271,147,44,3),
- (404,219,44,3),
- (605,329,44,3),
- (789,432,44,3),
- (412,224,45,3),
- (558,303,45,3),
- (48,26,46,3),
- (129,70,46,3),
- (447,243,46,3),
- (601,327,46,3),
- (670,368,46,3),
- (96,52,47,3),
- (197,106,47,3),
- (526,286,47,3),
- (709,389,47,3),
- (868,497,48,2),
- (898,527,48,2),
- (102,55,49,3),
- (276,150,49,3),
- (432,235,49,3),
- (749,411,49,3),
- (566,308,50,3),
- (595,324,50,3),
- (624,341,50,3),
- (729,401,50,3),
- (803,440,50,3),
- (636,350,51,3),
- (290,158,52,3),
- (478,261,52,3),
- (510,278,52,3),
- (718,395,52,3),
- (797,436,52,3),
- (957,586,52,2),
- (191,103,53,3),
- (486,265,53,3),
- (650,357,53,3),
- (775,425,53,3),
- (117,63,54,3),
- (267,145,54,3),
- (666,366,54,3),
- (322,175,55,3),
- (361,196,55,3),
- (564,307,55,3),
- (707,388,55,3),
- (940,569,55,2),
- (380,206,56,3),
- (443,241,56,3),
- (781,428,56,3),
- (158,86,57,3),
- (689,378,57,3),
- (282,153,58,3),
- (313,170,58,3),
- (367,199,58,3),
- (384,208,58,3),
- (397,215,58,3),
- (560,304,58,3),
- (589,321,58,3),
- (818,448,58,3),
- (154,84,59,3),
- (533,290,59,3),
- (657,361,59,3),
- (816,447,59,3),
- (836,465,59,2),
- (837,466,59,2),
- (838,467,59,2),
- (839,468,59,2),
- (840,469,59,2),
- (841,470,59,2),
- (842,471,59,2),
- (843,472,59,2),
- (844,473,59,2),
- (845,474,59,2),
- (846,475,59,2),
- (882,511,59,2),
- (912,541,59,2),
- (939,568,59,2),
- (70,37,60,3),
- (640,352,60,3),
- (331,180,61,3),
- (552,300,61,3),
- (949,578,61,2),
- (113,61,62,3),
- (353,192,62,3),
- (514,280,62,3),
- (881,510,62,2),
- (911,540,62,2),
- (935,564,62,2),
- (278,151,63,3),
- (305,166,63,3),
- (799,437,63,3),
- (324,176,64,3),
- (399,216,64,3),
- (469,256,64,3),
- (508,277,64,3),
- (597,325,64,3),
- (39,21,65,3),
- (247,133,65,3),
- (583,317,65,3),
- (700,384,65,3),
- (704,386,65,3),
- (938,567,65,2),
- (58,31,66,3),
- (342,186,66,3),
- (395,214,66,3),
- (472,258,66,3),
- (199,107,67,3),
- (502,274,67,3),
- (877,506,67,2),
- (907,536,67,2),
- (932,561,67,2),
- (371,201,68,3),
- (430,234,68,3),
- (454,247,68,3),
- (110,59,69,3),
- (222,120,69,3),
- (301,164,69,3),
- (642,353,69,3),
- (644,354,69,3),
- (185,100,70,3),
- (679,373,70,3),
- (871,500,70,2),
- (901,530,70,2),
- (64,34,71,3),
- (449,244,71,3),
- (476,260,71,3),
- (832,461,71,2),
- (936,565,71,2),
- (504,275,72,3),
- (683,375,72,3),
- (735,404,72,3),
- (923,552,72,2),
- (54,29,73,3),
- (106,57,73,3),
- (632,347,73,3),
- (35,19,74,3),
- (50,27,74,3),
- (143,78,74,3),
- (284,154,74,3),
- (756,415,74,3),
- (348,189,75,3),
- (612,334,75,3),
- (648,356,75,3),
- (777,426,75,3),
- (878,507,75,2),
- (908,537,75,2),
- (230,124,76,3),
- (237,128,76,3),
- (239,129,76,3),
- (243,131,76,3),
- (484,264,76,3),
- (141,77,77,3),
- (646,355,77,3),
- (813,445,77,3),
- (927,556,77,2),
- (522,284,78,3),
- (556,302,78,3),
- (357,194,79,3),
- (365,198,79,3),
- (548,298,79,3),
- (943,572,79,2),
- (21,11,80,3),
- (23,12,80,3),
- (292,159,80,3),
- (726,399,80,3),
- (739,406,80,3),
- (424,231,81,3),
- (498,272,81,3),
- (783,429,81,3),
- (793,434,81,3),
- (52,28,82,3),
- (68,36,82,3),
- (520,283,82,3),
- (829,458,82,2),
- (853,482,82,2),
- (883,512,82,2),
- (961,590,82,2),
- (115,62,83,3),
- (137,75,83,3),
- (204,110,83,3),
- (287,156,83,3),
- (922,551,83,2),
- (104,56,84,3),
- (214,116,84,3),
- (872,501,84,2),
- (902,531,84,2),
- (17,9,85,3),
- (100,54,85,3),
- (139,76,85,3),
- (176,95,85,3),
- (254,137,85,3),
- (506,276,85,3),
- (675,371,85,3),
- (747,410,85,3),
- (299,163,86,3),
- (496,271,86,3),
- (668,367,86,3),
- (677,372,86,3),
- (712,391,86,3),
- (7,4,87,3),
- (164,89,87,3),
- (296,161,87,3),
- (375,203,87,3),
- (550,299,87,3),
- (915,544,87,2),
- (94,51,88,3),
- (172,93,88,3),
- (426,232,88,3),
- (461,251,88,3),
- (37,20,89,3),
- (493,269,89,3),
- (745,409,89,3),
- (930,559,89,2),
- (91,49,90,3),
- (162,88,90,3),
- (265,144,90,3),
- (5,3,91,3),
- (31,17,91,3),
- (127,69,91,3),
- (617,337,91,3),
- (731,402,91,3),
- (856,485,91,2),
- (886,515,91,2),
- (224,121,92,3),
- (235,127,92,3),
- (591,322,92,3),
- (830,459,92,2),
- (303,165,93,3),
- (401,217,93,3),
- (609,332,93,3),
- (663,364,93,3),
- (56,30,94,3),
- (81,43,94,3),
- (277,151,94,2),
- (279,152,94,2),
- (281,153,94,2),
- (283,154,94,2),
- (285,155,94,2),
- (286,156,94,2),
- (288,157,94,2),
- (289,158,94,2),
- (291,159,94,2),
- (293,160,94,2),
- (295,161,94,2),
- (297,162,94,2),
- (298,163,94,2),
- (300,164,94,2),
- (302,165,94,2),
- (304,166,94,2),
- (306,167,94,2),
- (307,167,94,3),
- (308,168,94,2),
- (310,169,94,2),
- (312,170,94,2),
- (314,171,94,2),
- (315,172,94,2),
- (317,173,94,2),
- (319,174,94,2),
- (321,175,94,2),
- (323,176,94,2),
- (325,177,94,2),
- (327,178,94,2),
- (328,179,94,2),
- (330,180,94,2),
- (332,181,94,2),
- (334,182,94,2),
- (336,183,94,2),
- (337,184,94,2),
- (339,185,94,2),
- (341,186,94,2),
- (343,187,94,2),
- (345,188,94,2),
- (347,189,94,2),
- (349,190,94,2),
- (350,191,94,2),
- (352,192,94,2),
- (354,193,94,2),
- (356,194,94,2),
- (358,195,94,2),
- (360,196,94,2),
- (362,197,94,2),
- (364,198,94,2),
- (366,199,94,2),
- (368,200,94,2),
- (370,201,94,2),
- (372,202,94,2),
- (374,203,94,2),
- (376,204,94,2),
- (378,205,94,2),
- (379,206,94,2),
- (381,207,94,2),
- (383,208,94,2),
- (385,209,94,2),
- (387,210,94,2),
- (389,211,94,2),
- (391,212,94,2),
- (393,213,94,2),
- (394,214,94,2),
- (396,215,94,2),
- (398,216,94,2),
- (400,217,94,2),
- (402,218,94,2),
- (403,219,94,2),
- (405,220,94,2),
- (406,221,94,2),
- (407,222,94,2),
- (409,223,94,2),
- (411,224,94,2),
- (413,225,94,2),
- (415,226,94,2),
- (417,227,94,2),
- (419,228,94,2),
- (420,229,94,2),
- (422,230,94,2),
- (423,231,94,2),
- (425,232,94,2),
- (427,233,94,2),
- (429,234,94,2),
- (431,235,94,2),
- (433,236,94,2),
- (435,237,94,2),
- (437,238,94,2),
- (439,239,94,2),
- (441,240,94,2),
- (442,241,94,2),
- (444,242,94,2),
- (446,243,94,2),
- (448,244,94,2),
- (450,245,94,2),
- (451,246,94,2),
- (453,247,94,2),
- (455,248,94,2),
- (457,249,94,2),
- (459,250,94,2),
- (460,251,94,2),
- (462,252,94,2),
- (464,253,94,2),
- (465,254,94,2),
- (466,255,94,2),
- (468,256,94,2),
- (470,257,94,2),
- (471,258,94,2),
- (473,259,94,2),
- (475,260,94,2),
- (477,261,94,2),
- (479,262,94,2),
- (481,263,94,2),
- (483,264,94,2),
- (485,265,94,2),
- (487,266,94,2),
- (489,267,94,2),
- (491,268,94,2),
- (492,269,94,2),
- (494,270,94,2),
- (495,271,94,2),
- (497,272,94,2),
- (499,273,94,2),
- (501,274,94,2),
- (503,275,94,2),
- (505,276,94,2),
- (507,277,94,2),
- (509,278,94,2),
- (511,279,94,2),
- (513,280,94,2),
- (515,281,94,2),
- (517,282,94,2),
- (519,283,94,2),
- (521,284,94,2),
- (523,285,94,2),
- (525,286,94,2),
- (527,287,94,2),
- (529,288,94,2),
- (531,289,94,2),
- (532,290,94,2),
- (534,291,94,2),
- (536,292,94,2),
- (538,293,94,2),
- (539,294,94,2),
- (541,295,94,2),
- (543,296,94,2),
- (545,297,94,2),
- (547,298,94,2),
- (549,299,94,2),
- (551,300,94,2),
- (720,396,94,3),
- (764,419,94,3),
- (436,237,95,3),
- (659,362,95,3),
- (702,385,95,3),
- (937,566,95,2),
- (11,6,96,3),
- (77,41,96,3),
- (156,85,96,3),
- (599,326,96,3),
- (672,369,96,3),
- (870,499,96,2),
- (900,529,96,2),
- (294,160,97,3),
- (537,292,97,3),
- (568,309,97,3),
- (622,340,97,3),
- (787,431,97,3),
- (653,359,98,3),
- (108,58,99,3),
- (183,99,99,3),
- (195,105,99,3),
- (228,123,99,3),
- (233,126,99,3),
- (351,191,99,3),
- (355,193,99,3),
- (615,336,99,3),
- (698,383,99,3),
- (809,443,99,3),
- (847,476,99,2),
- (848,477,99,2),
- (849,478,99,2),
- (850,479,99,2),
- (851,480,99,2),
- (869,498,99,2),
- (899,528,99,2),
- (87,46,100,3),
- (187,101,100,3),
- (273,148,100,3),
- (340,185,100,3),
- (434,236,100,3),
- (480,262,100,3),
- (758,416,100,3),
- (921,550,100,2),
- (218,118,101,3),
- (257,139,101,3),
- (579,315,101,3),
- (791,433,101,3),
- (852,481,103,2),
- (857,486,105,2),
- (887,516,105,2),
- (944,573,106,2),
- (855,484,110,2),
- (885,514,110,2),
- (954,583,110,2),
- (879,508,112,2),
- (909,538,112,2),
- (918,547,113,2),
- (861,490,114,2),
- (891,520,114,2),
- (860,489,119,2),
- (890,519,119,2),
- (553,301,120,2),
- (555,302,120,2),
- (557,303,120,2),
- (559,304,120,2),
- (561,305,120,2),
- (562,306,120,2),
- (563,307,120,2),
- (565,308,120,2),
- (567,309,120,2),
- (569,310,120,2),
- (571,311,120,2),
- (573,312,120,2),
- (574,313,120,2),
- (576,314,120,2),
- (578,315,120,2),
- (580,316,120,2),
- (582,317,120,2),
- (584,318,120,2),
- (585,319,120,2),
- (586,320,120,2),
- (588,321,120,2),
- (590,322,120,2),
- (592,323,120,2),
- (594,324,120,2),
- (596,325,120,2),
- (598,326,120,2),
- (600,327,120,2),
- (602,328,120,2),
- (604,329,120,2),
- (606,330,120,2),
- (607,331,120,2),
- (608,332,120,2),
- (610,333,120,2),
- (611,334,120,2),
- (613,335,120,2),
- (614,336,120,2),
- (616,337,120,2),
- (618,338,120,2),
- (619,339,120,2),
- (621,340,120,2),
- (623,341,120,2),
- (625,342,120,2),
- (626,343,120,2),
- (627,344,120,2),
- (628,345,120,2),
- (630,346,120,2),
- (631,347,120,2),
- (633,348,120,2),
- (634,349,120,2),
- (635,350,120,2),
- (637,351,120,2),
- (639,352,120,2),
- (641,353,120,2),
- (643,354,120,2),
- (645,355,120,2),
- (647,356,120,2),
- (649,357,120,2),
- (651,358,120,2),
- (652,359,120,2),
- (654,360,120,2),
- (656,361,120,2),
- (658,362,120,2),
- (660,363,120,2),
- (662,364,120,2),
- (664,365,120,2),
- (665,366,120,2),
- (667,367,120,2),
- (669,368,120,2),
- (671,369,120,2),
- (673,370,120,2),
- (674,371,120,2),
- (676,372,120,2),
- (678,373,120,2),
- (680,374,120,2),
- (682,375,120,2),
- (684,376,120,2),
- (686,377,120,2),
- (688,378,120,2),
- (690,379,120,2),
- (692,380,120,2),
- (694,381,120,2),
- (696,382,120,2),
- (697,383,120,2),
- (699,384,120,2),
- (701,385,120,2),
- (703,386,120,2),
- (705,387,120,2),
- (706,388,120,2),
- (708,389,120,2),
- (710,390,120,2),
- (711,391,120,2),
- (713,392,120,2),
- (715,393,120,2),
- (716,394,120,2),
- (717,395,120,2),
- (719,396,120,2),
- (721,397,120,2),
- (723,398,120,2),
- (725,399,120,2),
- (727,400,120,2),
- (728,401,120,2),
- (730,402,120,2),
- (732,403,120,2),
- (734,404,120,2),
- (736,405,120,2),
- (738,406,120,2),
- (740,407,120,2),
- (742,408,120,2),
- (744,409,120,2),
- (746,410,120,2),
- (748,411,120,2),
- (750,412,120,2),
- (752,413,120,2),
- (754,414,120,2),
- (755,415,120,2),
- (757,416,120,2),
- (759,417,120,2),
- (761,418,120,2),
- (763,419,120,2),
- (765,420,120,2),
- (767,421,120,2),
- (769,422,120,2),
- (771,423,120,2),
- (773,424,120,2),
- (774,425,120,2),
- (776,426,120,2),
- (778,427,120,2),
- (780,428,120,2),
- (782,429,120,2),
- (784,430,120,2),
- (786,431,120,2),
- (788,432,120,2),
- (790,433,120,2),
- (792,434,120,2),
- (794,435,120,2),
- (796,436,120,2),
- (798,437,120,2),
- (800,438,120,2),
- (801,439,120,2),
- (802,440,120,2),
- (804,441,120,2),
- (806,442,120,2),
- (808,443,120,2),
- (810,444,120,2),
- (812,445,120,2),
- (814,446,120,2),
- (815,447,120,2),
- (817,448,120,2),
- (819,449,120,2),
- (821,450,120,2),
- (920,549,120,2),
- (916,545,124,2),
- (917,546,127,2),
- (931,560,129,2),
- (958,587,130,2),
- (950,579,132,2),
- (933,562,139,2),
- (862,491,146,2),
- (892,521,146,2),
- (1,1,147,2),
- (2,2,147,2),
- (4,3,147,2),
- (6,4,147,2),
- (8,5,147,2),
- (10,6,147,2),
- (12,7,147,2),
- (14,8,147,2),
- (16,9,147,2),
- (18,10,147,2),
- (20,11,147,2),
- (22,12,147,2),
- (24,13,147,2),
- (26,14,147,2),
- (27,15,147,2),
- (29,16,147,2),
- (30,17,147,2),
- (32,18,147,2),
- (34,19,147,2),
- (36,20,147,2),
- (38,21,147,2),
- (40,22,147,2),
- (42,23,147,2),
- (44,24,147,2),
- (45,25,147,2),
- (47,26,147,2),
- (49,27,147,2),
- (51,28,147,2),
- (53,29,147,2),
- (55,30,147,2),
- (57,31,147,2),
- (59,32,147,2),
- (61,33,147,2),
- (63,34,147,2),
- (65,35,147,2),
- (67,36,147,2),
- (69,37,147,2),
- (71,38,147,2),
- (73,39,147,2),
- (75,40,147,2),
- (76,41,147,2),
- (78,42,147,2),
- (80,43,147,2),
- (82,44,147,2),
- (84,45,147,2),
- (86,46,147,2),
- (88,47,147,2),
- (89,48,147,2),
- (90,49,147,2),
- (92,50,147,2),
- (93,51,147,2),
- (95,52,147,2),
- (97,53,147,2),
- (99,54,147,2),
- (101,55,147,2),
- (103,56,147,2),
- (105,57,147,2),
- (107,58,147,2),
- (109,59,147,2),
- (111,60,147,2),
- (112,61,147,2),
- (114,62,147,2),
- (116,63,147,2),
- (118,64,147,2),
- (120,65,147,2),
- (121,66,147,2),
- (123,67,147,2),
- (125,68,147,2),
- (126,69,147,2),
- (128,70,147,2),
- (130,71,147,2),
- (131,72,147,2),
- (133,73,147,2),
- (134,74,147,2),
- (136,75,147,2),
- (138,76,147,2),
- (140,77,147,2),
- (142,78,147,2),
- (144,79,147,2),
- (146,80,147,2),
- (148,81,147,2),
- (150,82,147,2),
- (151,83,147,2),
- (153,84,147,2),
- (155,85,147,2),
- (157,86,147,2),
- (159,87,147,2),
- (161,88,147,2),
- (163,89,147,2),
- (165,90,147,2),
- (167,91,147,2),
- (169,92,147,2),
- (171,93,147,2),
- (173,94,147,2),
- (175,95,147,2),
- (177,96,147,2),
- (178,97,147,2),
- (180,98,147,2),
- (182,99,147,2),
- (184,100,147,2),
- (186,101,147,2),
- (188,102,147,2),
- (190,103,147,2),
- (192,104,147,2),
- (194,105,147,2),
- (196,106,147,2),
- (198,107,147,2),
- (200,108,147,2),
- (201,109,147,2),
- (203,110,147,2),
- (205,111,147,2),
- (206,112,147,2),
- (207,113,147,2),
- (209,114,147,2),
- (211,115,147,2),
- (213,116,147,2),
- (215,117,147,2),
- (217,118,147,2),
- (219,119,147,2),
- (221,120,147,2),
- (223,121,147,2),
- (225,122,147,2),
- (227,123,147,2),
- (229,124,147,2),
- (231,125,147,2),
- (232,126,147,2),
- (234,127,147,2),
- (236,128,147,2),
- (238,129,147,2),
- (240,130,147,2),
- (242,131,147,2),
- (244,132,147,2),
- (246,133,147,2),
- (248,134,147,2),
- (249,135,147,2),
- (251,136,147,2),
- (253,137,147,2),
- (255,138,147,2),
- (256,139,147,2),
- (258,140,147,2),
- (259,141,147,2),
- (261,142,147,2),
- (263,143,147,2),
- (264,144,147,2),
- (266,145,147,2),
- (268,146,147,2),
- (270,147,147,2),
- (272,148,147,2),
- (274,149,147,2),
- (275,150,147,2),
- (926,555,149,2),
- (925,554,150,2),
- (875,504,153,2),
- (905,534,153,2),
- (863,492,154,2),
- (893,522,154,2),
- (924,553,155,2),
- (874,503,156,2),
- (904,533,156,2),
- (914,543,156,2),
- (919,548,160,2),
- (963,592,162,2),
- (859,488,163,2),
- (889,518,163,2),
- (960,589,168,2),
- (864,493,170,2),
- (894,523,170,2),
- (951,580,173,2),
- (934,563,174,2),
- (947,576,175,2),
- (858,487,176,2),
- (888,517,176,2),
- (946,575,177,2),
- (867,496,179,2),
- (897,526,179,2),
- (928,557,183,2),
- (880,509,188,2),
- (910,539,188,2),
- (866,495,190,2),
- (896,525,190,2),
- (959,588,193,2),
- (941,570,194,2),
- (876,505,195,2),
- (906,535,195,2),
- (952,581,195,2),
- (929,558,199,2);
+ (76,44,1,3),
+ (183,101,1,3),
+ (515,285,1,3),
+ (86,50,2,3),
+ (143,80,2,3),
+ (194,107,2,3),
+ (645,357,2,3),
+ (683,378,2,3),
+ (816,451,2,2),
+ (913,548,2,2),
+ (600,334,3,3),
+ (639,354,3,3),
+ (436,241,4,3),
+ (786,434,4,3),
+ (817,452,4,2),
+ (820,455,4,2),
+ (348,190,5,3),
+ (396,217,5,3),
+ (848,483,5,2),
+ (877,513,5,2),
+ (426,235,6,3),
+ (818,453,6,2),
+ (141,79,7,3),
+ (165,91,7,3),
+ (344,188,7,3),
+ (410,225,7,3),
+ (862,497,7,2),
+ (878,527,7,2),
+ (19,12,8,3),
+ (120,67,8,3),
+ (602,335,8,3),
+ (819,454,8,2),
+ (849,484,8,2),
+ (879,514,8,2),
+ (235,128,9,3),
+ (947,582,9,2),
+ (155,86,10,3),
+ (179,99,10,3),
+ (277,151,10,2),
+ (279,152,10,2),
+ (280,153,10,2),
+ (282,154,10,2),
+ (283,155,10,2),
+ (285,156,10,2),
+ (287,157,10,2),
+ (289,158,10,2),
+ (291,159,10,2),
+ (292,160,10,2),
+ (294,161,10,2),
+ (296,162,10,2),
+ (298,163,10,2),
+ (300,164,10,2),
+ (302,165,10,2),
+ (304,166,10,2),
+ (306,167,10,2),
+ (308,168,10,2),
+ (310,169,10,2),
+ (312,170,10,2),
+ (314,171,10,2),
+ (316,172,10,2),
+ (318,173,10,2),
+ (320,174,10,2),
+ (322,175,10,2),
+ (324,176,10,2),
+ (326,177,10,2),
+ (328,178,10,2),
+ (330,179,10,2),
+ (331,180,10,2),
+ (332,181,10,2),
+ (334,182,10,2),
+ (335,183,10,2),
+ (336,184,10,2),
+ (338,185,10,2),
+ (339,186,10,2),
+ (341,187,10,2),
+ (343,188,10,2),
+ (345,189,10,2),
+ (347,190,10,2),
+ (349,191,10,2),
+ (351,192,10,2),
+ (353,193,10,2),
+ (355,194,10,2),
+ (356,195,10,2),
+ (358,196,10,2),
+ (360,197,10,2),
+ (361,198,10,2),
+ (363,199,10,2),
+ (365,200,10,2),
+ (367,201,10,2),
+ (369,202,10,2),
+ (371,203,10,2),
+ (373,204,10,2),
+ (374,205,10,2),
+ (376,206,10,2),
+ (378,207,10,2),
+ (379,208,10,2),
+ (381,209,10,2),
+ (382,210,10,2),
+ (384,211,10,2),
+ (386,212,10,2),
+ (388,213,10,2),
+ (390,214,10,2),
+ (391,215,10,2),
+ (393,216,10,2),
+ (395,217,10,2),
+ (397,218,10,2),
+ (399,219,10,2),
+ (400,220,10,2),
+ (402,221,10,2),
+ (404,222,10,2),
+ (406,223,10,2),
+ (407,224,10,2),
+ (409,225,10,2),
+ (411,226,10,2),
+ (413,227,10,2),
+ (414,228,10,2),
+ (416,229,10,2),
+ (417,230,10,2),
+ (418,231,10,2),
+ (420,232,10,2),
+ (422,233,10,2),
+ (424,234,10,2),
+ (425,235,10,2),
+ (427,236,10,2),
+ (429,237,10,2),
+ (430,238,10,2),
+ (432,239,10,2),
+ (433,240,10,2),
+ (435,241,10,2),
+ (437,242,10,2),
+ (439,243,10,2),
+ (441,244,10,2),
+ (443,245,10,2),
+ (445,246,10,2),
+ (446,247,10,2),
+ (448,248,10,2),
+ (449,249,10,2),
+ (451,250,10,2),
+ (453,251,10,2),
+ (455,252,10,2),
+ (457,253,10,2),
+ (459,254,10,2),
+ (461,255,10,2),
+ (462,256,10,2),
+ (464,257,10,2),
+ (466,258,10,2),
+ (467,259,10,2),
+ (468,260,10,2),
+ (470,261,10,2),
+ (472,262,10,2),
+ (474,263,10,2),
+ (476,264,10,2),
+ (478,265,10,2),
+ (480,266,10,2),
+ (481,267,10,2),
+ (483,268,10,2),
+ (485,269,10,2),
+ (487,270,10,2),
+ (489,271,10,2),
+ (491,272,10,2),
+ (492,272,10,3),
+ (493,273,10,2),
+ (495,274,10,2),
+ (497,275,10,2),
+ (499,276,10,2),
+ (500,277,10,2),
+ (502,278,10,2),
+ (504,279,10,2),
+ (505,280,10,2),
+ (507,281,10,2),
+ (509,282,10,2),
+ (511,283,10,2),
+ (513,284,10,2),
+ (514,285,10,2),
+ (516,286,10,2),
+ (518,287,10,2),
+ (519,288,10,2),
+ (521,289,10,2),
+ (522,290,10,2),
+ (524,291,10,2),
+ (525,292,10,2),
+ (527,293,10,2),
+ (528,294,10,2),
+ (530,295,10,2),
+ (532,296,10,2),
+ (534,297,10,2),
+ (536,298,10,2),
+ (537,299,10,2),
+ (539,300,10,2),
+ (586,327,10,3),
+ (694,384,10,3),
+ (777,429,10,3),
+ (408,224,11,3),
+ (444,245,11,3),
+ (553,308,11,3),
+ (942,577,11,2),
+ (447,247,12,3),
+ (471,261,12,3),
+ (577,322,12,3),
+ (923,558,12,2),
+ (202,111,13,3),
+ (933,568,13,2),
+ (170,94,14,3),
+ (206,113,14,3),
+ (775,428,14,3),
+ (204,112,15,3),
+ (216,118,15,3),
+ (293,160,15,3),
+ (551,307,15,3),
+ (685,379,15,3),
+ (769,425,15,3),
+ (801,442,15,3),
+ (364,199,16,3),
+ (596,332,16,3),
+ (624,346,16,3),
+ (821,456,16,2),
+ (98,56,17,3),
+ (224,122,17,3),
+ (299,163,17,3),
+ (908,543,17,2),
+ (102,58,18,3),
+ (477,264,18,3),
+ (484,268,18,3),
+ (508,281,18,3),
+ (549,306,18,3),
+ (701,388,18,3),
+ (790,436,18,3),
+ (796,439,18,3),
+ (811,448,18,3),
+ (926,561,18,2),
+ (74,43,19,3),
+ (479,265,19,3),
+ (618,343,19,3),
+ (822,457,19,2),
+ (315,171,20,3),
+ (421,232,20,3),
+ (284,155,21,3),
+ (403,221,21,3),
+ (423,233,21,3),
+ (859,494,21,2),
+ (880,524,21,2),
+ (163,90,22,3),
+ (924,559,22,2),
+ (8,6,23,3),
+ (174,96,24,3),
+ (359,196,24,3),
+ (475,263,24,3),
+ (584,326,24,3),
+ (674,373,24,3),
+ (63,37,25,3),
+ (438,242,25,3),
+ (526,292,25,3),
+ (529,294,25,3),
+ (563,314,25,3),
+ (660,366,25,3),
+ (262,142,26,3),
+ (415,228,26,3),
+ (751,416,26,3),
+ (813,449,26,3),
+ (226,123,27,3),
+ (419,231,27,3),
+ (612,340,27,3),
+ (730,404,27,3),
+ (915,550,27,2),
+ (13,9,28,3),
+ (44,27,28,3),
+ (167,92,28,3),
+ (559,312,28,3),
+ (799,441,28,3),
+ (870,505,28,2),
+ (881,535,28,2),
+ (943,578,28,2),
+ (398,218,29,3),
+ (696,385,29,3),
+ (710,393,29,3),
+ (100,57,30,3),
+ (290,158,30,3),
+ (350,191,30,3),
+ (784,433,30,3),
+ (79,46,31,3),
+ (520,288,31,3),
+ (703,389,31,3),
+ (734,406,31,3),
+ (948,583,31,2),
+ (69,40,32,3),
+ (670,371,32,3),
+ (689,381,32,3),
+ (828,463,32,2),
+ (829,464,32,2),
+ (31,19,33,3),
+ (88,51,33,3),
+ (118,66,33,3),
+ (237,129,33,3),
+ (707,391,33,3),
+ (805,444,33,3),
+ (957,592,33,2),
+ (65,38,34,3),
+ (200,110,34,3),
+ (325,176,34,3),
+ (405,222,34,3),
+ (494,273,34,3),
+ (825,460,34,2),
+ (116,65,35,3),
+ (208,114,35,3),
+ (540,301,35,2),
+ (541,302,35,2),
+ (543,303,35,2),
+ (545,304,35,2),
+ (546,305,35,2),
+ (548,306,35,2),
+ (550,307,35,2),
+ (552,308,35,2),
+ (554,309,35,2),
+ (555,310,35,2),
+ (556,311,35,2),
+ (558,312,35,2),
+ (560,313,35,2),
+ (562,314,35,2),
+ (564,315,35,2),
+ (566,316,35,2),
+ (568,317,35,2),
+ (569,318,35,2),
+ (571,319,35,2),
+ (573,320,35,2),
+ (574,321,35,2),
+ (576,322,35,2),
+ (578,323,35,2),
+ (580,324,35,2),
+ (581,325,35,2),
+ (583,326,35,2),
+ (585,327,35,2),
+ (587,328,35,2),
+ (589,329,35,2),
+ (591,330,35,2),
+ (593,331,35,2),
+ (595,332,35,2),
+ (597,333,35,2),
+ (599,334,35,2),
+ (601,335,35,2),
+ (603,336,35,2),
+ (605,337,35,2),
+ (607,338,35,2),
+ (609,339,35,2),
+ (611,340,35,2),
+ (613,341,35,2),
+ (615,342,35,2),
+ (617,343,35,2),
+ (619,344,35,2),
+ (621,345,35,2),
+ (623,346,35,2),
+ (625,347,35,2),
+ (626,348,35,2),
+ (628,349,35,2),
+ (630,350,35,2),
+ (632,351,35,2),
+ (634,352,35,2),
+ (635,352,35,3),
+ (636,353,35,2),
+ (638,354,35,2),
+ (640,355,35,2),
+ (642,356,35,2),
+ (644,357,35,2),
+ (646,358,35,2),
+ (647,359,35,2),
+ (649,360,35,2),
+ (650,361,35,2),
+ (652,362,35,2),
+ (653,362,35,3),
+ (654,363,35,2),
+ (655,364,35,2),
+ (657,365,35,2),
+ (659,366,35,2),
+ (661,367,35,2),
+ (663,368,35,2),
+ (665,369,35,2),
+ (667,370,35,2),
+ (669,371,35,2),
+ (671,372,35,2),
+ (673,373,35,2),
+ (675,374,35,2),
+ (676,375,35,2),
+ (678,376,35,2),
+ (680,377,35,2),
+ (682,378,35,2),
+ (684,379,35,2),
+ (686,380,35,2),
+ (688,381,35,2),
+ (690,382,35,2),
+ (691,383,35,2),
+ (693,384,35,2),
+ (695,385,35,2),
+ (697,386,35,2),
+ (699,387,35,2),
+ (700,388,35,2),
+ (702,389,35,2),
+ (704,390,35,2),
+ (706,391,35,2),
+ (708,392,35,2),
+ (709,393,35,2),
+ (711,394,35,2),
+ (713,395,35,2),
+ (715,396,35,2),
+ (717,397,35,2),
+ (719,398,35,2),
+ (721,399,35,2),
+ (723,400,35,2),
+ (724,401,35,2),
+ (726,402,35,2),
+ (728,403,35,2),
+ (729,404,35,2),
+ (731,405,35,2),
+ (733,406,35,2),
+ (735,407,35,2),
+ (737,408,35,2),
+ (738,409,35,2),
+ (740,410,35,2),
+ (742,411,35,2),
+ (743,412,35,2),
+ (745,413,35,2),
+ (747,414,35,2),
+ (749,415,35,2),
+ (750,416,35,2),
+ (752,417,35,2),
+ (754,418,35,2),
+ (756,419,35,2),
+ (758,420,35,2),
+ (760,421,35,2),
+ (762,422,35,2),
+ (764,423,35,2),
+ (766,424,35,2),
+ (768,425,35,2),
+ (770,426,35,2),
+ (772,427,35,2),
+ (774,428,35,2),
+ (776,429,35,2),
+ (778,430,35,2),
+ (779,431,35,2),
+ (781,432,35,2),
+ (783,433,35,2),
+ (785,434,35,2),
+ (787,435,35,2),
+ (789,436,35,2),
+ (791,437,35,2),
+ (793,438,35,2),
+ (795,439,35,2),
+ (797,440,35,2),
+ (798,441,35,2),
+ (800,442,35,2),
+ (802,443,35,2),
+ (804,444,35,2),
+ (806,445,35,2),
+ (807,446,35,2),
+ (808,447,35,2),
+ (810,448,35,2),
+ (812,449,35,2),
+ (814,450,35,2),
+ (25,16,36,3),
+ (90,52,36,3),
+ (136,76,36,3),
+ (608,338,36,3),
+ (763,422,36,3),
+ (792,437,36,3),
+ (920,555,36,2),
+ (544,303,37,3),
+ (712,394,37,3),
+ (128,71,38,3),
+ (301,164,38,3),
+ (387,212,38,3),
+ (52,31,39,3),
+ (161,89,39,3),
+ (268,145,39,3),
+ (59,35,40,3),
+ (106,60,40,3),
+ (565,315,40,3),
+ (771,426,40,3),
+ (92,53,41,3),
+ (247,134,41,3),
+ (679,376,41,3),
+ (337,184,42,3),
+ (458,253,42,3),
+ (506,280,42,3),
+ (631,350,42,3),
+ (872,507,42,2),
+ (882,537,42,2),
+ (305,166,43,3),
+ (614,341,43,3),
+ (827,462,43,2),
+ (936,571,43,2),
+ (151,84,44,3),
+ (954,589,44,2),
+ (260,141,45,3),
+ (372,203,45,3),
+ (561,313,45,3),
+ (672,372,45,3),
+ (940,575,45,2),
+ (23,15,46,3),
+ (112,63,46,3),
+ (272,147,46,3),
+ (380,208,46,3),
+ (124,69,47,3),
+ (313,170,47,3),
+ (488,270,47,3),
+ (616,342,47,3),
+ (722,399,47,3),
+ (5,4,48,3),
+ (172,95,48,3),
+ (523,290,48,3),
+ (46,28,49,3),
+ (71,41,49,3),
+ (153,85,49,3),
+ (307,167,49,3),
+ (641,355,49,3),
+ (850,485,49,2),
+ (883,515,49,2),
+ (185,102,50,3),
+ (329,178,50,3),
+ (503,278,51,3),
+ (656,364,51,3),
+ (767,424,51,3),
+ (157,87,52,3),
+ (258,140,52,3),
+ (385,211,53,3),
+ (620,344,53,3),
+ (662,367,53,3),
+ (739,409,53,3),
+ (773,427,53,3),
+ (370,202,54,3),
+ (780,431,54,3),
+ (570,318,55,3),
+ (637,353,55,3),
+ (919,554,55,2),
+ (122,68,56,3),
+ (342,187,56,3),
+ (368,201,56,3),
+ (375,205,56,3),
+ (643,356,56,3),
+ (741,410,56,3),
+ (190,105,57,3),
+ (456,252,57,3),
+ (10,7,58,3),
+ (557,311,58,3),
+ (594,331,58,3),
+ (15,10,59,3),
+ (133,74,59,3),
+ (270,146,59,3),
+ (727,402,59,3),
+ (748,414,59,3),
+ (830,465,59,2),
+ (831,466,59,2),
+ (832,467,59,2),
+ (833,468,59,2),
+ (834,469,59,2),
+ (835,470,59,2),
+ (836,471,59,2),
+ (837,472,59,2),
+ (838,473,59,2),
+ (839,474,59,2),
+ (840,475,59,2),
+ (392,215,60,3),
+ (533,296,60,3),
+ (668,370,60,3),
+ (910,545,60,2),
+ (610,339,61,3),
+ (956,591,61,2),
+ (531,295,62,3),
+ (218,119,63,3),
+ (266,144,63,3),
+ (463,256,63,3),
+ (510,282,63,3),
+ (736,407,63,3),
+ (192,106,64,3),
+ (401,220,64,3),
+ (469,260,64,3),
+ (473,262,64,3),
+ (575,321,64,3),
+ (809,447,64,3),
+ (94,54,65,3),
+ (212,116,65,3),
+ (321,174,65,3),
+ (114,64,66,3),
+ (253,137,66,3),
+ (319,173,66,3),
+ (243,132,67,3),
+ (542,302,67,3),
+ (815,450,67,3),
+ (37,23,68,3),
+ (145,81,68,3),
+ (198,109,68,3),
+ (214,117,68,3),
+ (231,126,68,3),
+ (233,127,68,3),
+ (29,18,69,3),
+ (138,77,69,3),
+ (431,238,69,3),
+ (651,361,69,3),
+ (275,149,70,3),
+ (366,200,70,3),
+ (648,359,70,3),
+ (658,365,70,3),
+ (588,328,71,3),
+ (826,461,71,2),
+ (412,226,72,3),
+ (450,249,72,3),
+ (912,547,72,2),
+ (288,157,73,3),
+ (757,419,73,3),
+ (389,213,74,3),
+ (705,390,74,3),
+ (952,587,74,2),
+ (147,82,75,3),
+ (323,175,75,3),
+ (357,195,75,3),
+ (383,210,75,3),
+ (486,269,75,3),
+ (490,271,75,3),
+ (598,333,75,3),
+ (755,418,75,3),
+ (39,24,76,3),
+ (264,143,76,3),
+ (317,172,76,3),
+ (434,240,76,3),
+ (590,329,76,3),
+ (629,349,76,3),
+ (761,421,76,3),
+ (245,133,77,3),
+ (311,169,77,3),
+ (746,413,77,3),
+ (858,493,77,2),
+ (884,523,77,2),
+ (718,397,78,3),
+ (42,26,79,3),
+ (256,139,79,3),
+ (327,177,79,3),
+ (692,383,79,3),
+ (720,398,79,3),
+ (867,502,79,2),
+ (885,532,79,2),
+ (17,11,80,3),
+ (27,17,80,3),
+ (228,124,80,3),
+ (249,135,80,3),
+ (303,165,80,3),
+ (333,181,80,3),
+ (352,192,80,3),
+ (377,206,80,3),
+ (394,216,80,3),
+ (428,236,80,3),
+ (498,275,80,3),
+ (517,286,80,3),
+ (765,423,80,3),
+ (860,495,80,2),
+ (886,525,80,2),
+ (346,189,81,3),
+ (442,244,81,3),
+ (944,579,81,2),
+ (452,250,82,3),
+ (823,458,82,2),
+ (286,156,83,3),
+ (309,168,83,3),
+ (460,254,83,3),
+ (622,345,83,3),
+ (866,501,83,2),
+ (887,531,83,2),
+ (946,581,83,2),
+ (131,73,84,3),
+ (579,323,84,3),
+ (732,405,84,3),
+ (932,567,84,2),
+ (149,83,85,3),
+ (251,136,85,3),
+ (538,299,85,3),
+ (945,580,85,2),
+ (96,55,86,3),
+ (188,104,86,3),
+ (482,267,86,3),
+ (604,336,86,3),
+ (181,100,87,3),
+ (239,130,87,3),
+ (535,297,87,3),
+ (547,305,87,3),
+ (698,386,87,3),
+ (937,572,87,2),
+ (159,88,88,3),
+ (572,319,88,3),
+ (582,325,88,3),
+ (592,330,88,3),
+ (664,368,89,3),
+ (853,488,89,2),
+ (888,518,89,2),
+ (81,47,90,3),
+ (496,274,90,3),
+ (35,22,91,3),
+ (84,49,91,3),
+ (440,243,91,3),
+ (501,277,91,3),
+ (567,316,91,3),
+ (606,337,91,3),
+ (57,34,92,3),
+ (196,108,92,3),
+ (803,443,92,3),
+ (824,459,92,2),
+ (104,59,93,3),
+ (220,120,93,3),
+ (354,193,93,3),
+ (362,198,93,3),
+ (512,283,93,3),
+ (666,369,93,3),
+ (681,377,93,3),
+ (687,380,93,3),
+ (725,401,93,3),
+ (909,544,93,2),
+ (61,36,94,3),
+ (281,153,94,3),
+ (295,161,94,3),
+ (110,62,95,3),
+ (222,121,95,3),
+ (241,131,95,3),
+ (465,257,95,3),
+ (627,348,95,3),
+ (126,70,96,3),
+ (340,186,96,3),
+ (759,420,96,3),
+ (788,435,96,3),
+ (55,33,97,3),
+ (177,98,97,3),
+ (210,115,97,3),
+ (863,498,97,2),
+ (889,528,97,2),
+ (951,586,97,2),
+ (633,351,98,3),
+ (714,395,98,3),
+ (753,417,98,3),
+ (108,61,99,3),
+ (278,151,99,3),
+ (744,412,99,3),
+ (794,438,99,3),
+ (841,476,99,2),
+ (842,477,99,2),
+ (843,478,99,2),
+ (844,479,99,2),
+ (845,480,99,2),
+ (925,560,99,2),
+ (48,29,100,3),
+ (50,30,100,3),
+ (67,39,100,3),
+ (454,251,100,3),
+ (677,375,100,3),
+ (716,396,100,3),
+ (916,551,100,2),
+ (297,162,101,3),
+ (782,432,101,3),
+ (934,569,101,2),
+ (864,499,102,2),
+ (890,529,102,2),
+ (846,481,103,2),
+ (854,489,108,2),
+ (891,519,108,2),
+ (857,492,110,2),
+ (892,522,110,2),
+ (935,570,110,2),
+ (875,510,115,2),
+ (893,540,115,2),
+ (921,556,122,2),
+ (928,563,124,2),
+ (856,491,128,2),
+ (894,521,128,2),
+ (922,557,131,2),
+ (852,487,133,2),
+ (895,517,133,2),
+ (938,573,133,2),
+ (1,1,137,2),
+ (2,2,137,2),
+ (3,3,137,2),
+ (4,4,137,2),
+ (6,5,137,2),
+ (7,6,137,2),
+ (9,7,137,2),
+ (11,8,137,2),
+ (12,9,137,2),
+ (14,10,137,2),
+ (16,11,137,2),
+ (18,12,137,2),
+ (20,13,137,2),
+ (21,14,137,2),
+ (22,15,137,2),
+ (24,16,137,2),
+ (26,17,137,2),
+ (28,18,137,2),
+ (30,19,137,2),
+ (32,20,137,2),
+ (33,21,137,2),
+ (34,22,137,2),
+ (36,23,137,2),
+ (38,24,137,2),
+ (40,25,137,2),
+ (41,26,137,2),
+ (43,27,137,2),
+ (45,28,137,2),
+ (47,29,137,2),
+ (49,30,137,2),
+ (51,31,137,2),
+ (53,32,137,2),
+ (54,33,137,2),
+ (56,34,137,2),
+ (58,35,137,2),
+ (60,36,137,2),
+ (62,37,137,2),
+ (64,38,137,2),
+ (66,39,137,2),
+ (68,40,137,2),
+ (70,41,137,2),
+ (72,42,137,2),
+ (73,43,137,2),
+ (75,44,137,2),
+ (77,45,137,2),
+ (78,46,137,2),
+ (80,47,137,2),
+ (82,48,137,2),
+ (83,49,137,2),
+ (85,50,137,2),
+ (87,51,137,2),
+ (89,52,137,2),
+ (91,53,137,2),
+ (93,54,137,2),
+ (95,55,137,2),
+ (97,56,137,2),
+ (99,57,137,2),
+ (101,58,137,2),
+ (103,59,137,2),
+ (105,60,137,2),
+ (107,61,137,2),
+ (109,62,137,2),
+ (111,63,137,2),
+ (113,64,137,2),
+ (115,65,137,2),
+ (117,66,137,2),
+ (119,67,137,2),
+ (121,68,137,2),
+ (123,69,137,2),
+ (125,70,137,2),
+ (127,71,137,2),
+ (129,72,137,2),
+ (130,73,137,2),
+ (132,74,137,2),
+ (134,75,137,2),
+ (135,76,137,2),
+ (137,77,137,2),
+ (139,78,137,2),
+ (140,79,137,2),
+ (142,80,137,2),
+ (144,81,137,2),
+ (146,82,137,2),
+ (148,83,137,2),
+ (150,84,137,2),
+ (152,85,137,2),
+ (154,86,137,2),
+ (156,87,137,2),
+ (158,88,137,2),
+ (160,89,137,2),
+ (162,90,137,2),
+ (164,91,137,2),
+ (166,92,137,2),
+ (168,93,137,2),
+ (169,94,137,2),
+ (171,95,137,2),
+ (173,96,137,2),
+ (175,97,137,2),
+ (176,98,137,2),
+ (178,99,137,2),
+ (180,100,137,2),
+ (182,101,137,2),
+ (184,102,137,2),
+ (186,103,137,2),
+ (187,104,137,2),
+ (189,105,137,2),
+ (191,106,137,2),
+ (193,107,137,2),
+ (195,108,137,2),
+ (197,109,137,2),
+ (199,110,137,2),
+ (201,111,137,2),
+ (203,112,137,2),
+ (205,113,137,2),
+ (207,114,137,2),
+ (209,115,137,2),
+ (211,116,137,2),
+ (213,117,137,2),
+ (215,118,137,2),
+ (217,119,137,2),
+ (219,120,137,2),
+ (221,121,137,2),
+ (223,122,137,2),
+ (225,123,137,2),
+ (227,124,137,2),
+ (229,125,137,2),
+ (230,126,137,2),
+ (232,127,137,2),
+ (234,128,137,2),
+ (236,129,137,2),
+ (238,130,137,2),
+ (240,131,137,2),
+ (242,132,137,2),
+ (244,133,137,2),
+ (246,134,137,2),
+ (248,135,137,2),
+ (250,136,137,2),
+ (252,137,137,2),
+ (254,138,137,2),
+ (255,139,137,2),
+ (257,140,137,2),
+ (259,141,137,2),
+ (261,142,137,2),
+ (263,143,137,2),
+ (265,144,137,2),
+ (267,145,137,2),
+ (269,146,137,2),
+ (271,147,137,2),
+ (273,148,137,2),
+ (274,149,137,2),
+ (276,150,137,2),
+ (869,504,144,2),
+ (896,534,144,2),
+ (868,503,145,2),
+ (897,533,145,2),
+ (950,585,147,2),
+ (874,509,151,2),
+ (898,539,151,2),
+ (930,565,155,2),
+ (855,490,158,2),
+ (899,520,158,2),
+ (927,562,158,2),
+ (914,549,161,2),
+ (851,486,162,2),
+ (900,516,162,2),
+ (917,552,162,2),
+ (955,590,163,2),
+ (871,506,164,2),
+ (901,536,164,2),
+ (939,574,167,2),
+ (929,564,168,2),
+ (911,546,175,2),
+ (918,553,178,2),
+ (873,508,182,2),
+ (902,538,182,2),
+ (847,482,183,2),
+ (903,512,183,2),
+ (949,584,186,2),
+ (876,511,187,2),
+ (904,541,187,2),
+ (941,576,187,2),
+ (865,500,188,2),
+ (905,530,188,2),
+ (953,588,190,2),
+ (861,496,191,2),
+ (906,526,191,2),
+ (931,566,201,2);
 /*!40000 ALTER TABLE `civicrm_activity_contact` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -1705,185 +1699,189 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_address` WRITE;
 /*!40000 ALTER TABLE `civicrm_address` DISABLE KEYS */;
 INSERT INTO `civicrm_address` (`id`, `contact_id`, `location_type_id`, `is_primary`, `is_billing`, `street_address`, `street_number`, `street_number_suffix`, `street_number_predirectional`, `street_name`, `street_type`, `street_number_postdirectional`, `street_unit`, `supplemental_address_1`, `supplemental_address_2`, `supplemental_address_3`, `city`, `county_id`, `state_province_id`, `postal_code_suffix`, `postal_code`, `usps_adc`, `country_id`, `geo_code_1`, `geo_code_2`, `manual_geo_code`, `timezone`, `name`, `master_id`) VALUES
- (1,19,1,1,0,'536O Maple Way NE',536,'O',NULL,'Maple','Way','NE',NULL,NULL,NULL,NULL,'San Fidel',1,1030,NULL,'87049',NULL,1228,35.087772,-107.63451,0,NULL,NULL,NULL),
- (2,153,1,1,0,'969F Caulder Blvd W',969,'F',NULL,'Caulder','Blvd','W',NULL,NULL,NULL,NULL,'Thornton',1,1016,NULL,'41855',NULL,1228,37.156856,-82.76167,0,NULL,NULL,NULL),
- (3,190,1,1,0,'679O Second Dr W',679,'O',NULL,'Second','Dr','W',NULL,NULL,NULL,NULL,'Wells',1,1044,NULL,'05774',NULL,1228,43.43357,-73.19578,0,NULL,NULL,NULL),
- (4,65,1,1,0,'763N Caulder Dr NW',763,'N',NULL,'Caulder','Dr','NW',NULL,NULL,NULL,NULL,'Tipton',1,1015,NULL,'67495',NULL,1228,39.339801,-98.470661,0,NULL,NULL,NULL),
- (5,70,1,1,0,'795D Pine Pl W',795,'D',NULL,'Pine','Pl','W',NULL,NULL,NULL,NULL,'Lexington',1,1026,NULL,'68850',NULL,1228,40.786048,-99.7424,0,NULL,NULL,NULL),
- (6,120,1,1,0,'713Q Van Ness St NE',713,'Q',NULL,'Van Ness','St','NE',NULL,NULL,NULL,NULL,'Polson',1,1025,NULL,'59860',NULL,1228,47.696131,-114.16094,0,NULL,NULL,NULL),
- (7,198,1,1,0,'180R Beech Path S',180,'R',NULL,'Beech','Path','S',NULL,NULL,NULL,NULL,'Lohman',1,1024,NULL,'65053',NULL,1228,38.543762,-92.35461,0,NULL,NULL,NULL),
- (8,110,1,1,0,'762J States Path E',762,'J',NULL,'States','Path','E',NULL,NULL,NULL,NULL,'Provencal',1,1017,NULL,'71468',NULL,1228,31.494144,-93.17508,0,NULL,NULL,NULL),
- (9,45,1,1,0,'761Y Van Ness Ave NW',761,'Y',NULL,'Van Ness','Ave','NW',NULL,NULL,NULL,NULL,'Tyler',1,1000,NULL,'36785',NULL,1228,32.282192,-86.8216,0,NULL,NULL,NULL),
- (10,37,1,1,0,'412Q Caulder Path N',412,'Q',NULL,'Caulder','Path','N',NULL,NULL,NULL,NULL,'Downey',1,1004,NULL,'90239',NULL,1228,33.786594,-118.298662,0,NULL,NULL,NULL),
- (11,82,1,1,0,'296T Woodbridge St S',296,'T',NULL,'Woodbridge','St','S',NULL,NULL,NULL,NULL,'Washington',1,1050,NULL,'20060',NULL,1228,38.918011,-77.020398,0,NULL,NULL,NULL),
- (12,102,1,1,0,'24L Bay Way NW',24,'L',NULL,'Bay','Way','NW',NULL,NULL,NULL,NULL,'Harrisburg',1,1037,NULL,'17107',NULL,1228,40.297031,-76.876437,0,NULL,NULL,NULL),
- (13,192,1,1,0,'792R Woodbridge Path W',792,'R',NULL,'Woodbridge','Path','W',NULL,NULL,NULL,NULL,'Lee Center',1,1012,NULL,'61331',NULL,1228,41.747471,-89.27713,0,NULL,NULL,NULL),
- (14,10,1,1,0,'980F Dowlen St NW',980,'F',NULL,'Dowlen','St','NW',NULL,NULL,NULL,NULL,'Brackney',1,1037,NULL,'18812',NULL,1228,41.964875,-75.95528,0,NULL,NULL,NULL),
- (15,23,1,1,0,'937D Bay Dr W',937,'D',NULL,'Bay','Dr','W',NULL,NULL,NULL,NULL,'Greenville',1,1039,NULL,'29611',NULL,1228,34.840717,-82.44234,0,NULL,NULL,NULL),
- (16,94,1,1,0,'817W College Path W',817,'W',NULL,'College','Path','W',NULL,NULL,NULL,NULL,'Paterson',1,1029,NULL,'07502',NULL,1228,40.918948,-74.1939,0,NULL,NULL,NULL),
- (17,108,1,1,0,'651X Martin Luther King Path NE',651,'X',NULL,'Martin Luther King','Path','NE',NULL,NULL,NULL,NULL,'New Kensington',1,1037,NULL,'15069',NULL,1228,40.360223,-79.439801,0,NULL,NULL,NULL),
- (18,154,1,1,0,'197P Second Ln NE',197,'P',NULL,'Second','Ln','NE',NULL,NULL,NULL,NULL,'Amarillo',1,1042,NULL,'79186',NULL,1228,35.401475,-101.895089,0,NULL,NULL,NULL),
- (19,86,1,1,0,'28S Pine Dr N',28,'S',NULL,'Pine','Dr','N',NULL,NULL,NULL,NULL,'Elkhart',1,1012,NULL,'62634',NULL,1228,40.02489,-89.46592,0,NULL,NULL,NULL),
- (20,95,1,1,0,'426Q States Pl W',426,'Q',NULL,'States','Pl','W',NULL,NULL,NULL,NULL,'Chapman',1,1026,NULL,'68827',NULL,1228,41.031618,-98.17004,0,NULL,NULL,NULL),
- (21,176,1,1,0,'703H Second Path E',703,'H',NULL,'Second','Path','E',NULL,NULL,NULL,NULL,'Baltimore',1,1019,NULL,'21211',NULL,1228,39.328957,-76.63361,0,NULL,NULL,NULL),
- (22,74,1,1,0,'60I Dowlen Pl W',60,'I',NULL,'Dowlen','Pl','W',NULL,NULL,NULL,NULL,'Owyhee',1,1027,NULL,'89832',NULL,1228,41.951703,-116.17725,0,NULL,NULL,NULL),
- (23,191,1,1,0,'654L Caulder Ave S',654,'L',NULL,'Caulder','Ave','S',NULL,NULL,NULL,NULL,'Harveys Lake',1,1037,NULL,'18618',NULL,1228,41.37649,-76.03662,0,NULL,NULL,NULL),
- (24,117,1,1,0,'314F Jackson Path NE',314,'F',NULL,'Jackson','Path','NE',NULL,NULL,NULL,NULL,'Viola',1,1011,NULL,'83872',NULL,1228,46.861905,-116.96316,0,NULL,NULL,NULL),
- (25,124,1,1,0,'694L Maple Path NW',694,'L',NULL,'Maple','Path','NW',NULL,NULL,NULL,NULL,'Central Village',1,1006,NULL,'06332',NULL,1228,41.725694,-71.909019,0,NULL,NULL,NULL),
- (26,160,1,1,0,'511G Main Way SW',511,'G',NULL,'Main','Way','SW',NULL,NULL,NULL,NULL,'Burlington',1,1032,NULL,'27217',NULL,1228,36.132737,-79.41135,0,NULL,NULL,NULL),
- (27,189,1,1,0,'27A Pine Path N',27,'A',NULL,'Pine','Path','N',NULL,NULL,NULL,NULL,'Boxborough',1,1020,NULL,'01719',NULL,1228,42.486259,-71.51244,0,NULL,NULL,NULL),
- (28,135,1,1,0,'261E College Blvd SE',261,'E',NULL,'College','Blvd','SE',NULL,NULL,NULL,NULL,'Nazlini',1,1002,NULL,'86540',NULL,1228,35.952827,-109.41297,0,NULL,NULL,NULL),
- (29,77,1,1,0,'485L Pine St N',485,'L',NULL,'Pine','St','N',NULL,NULL,NULL,NULL,'Lake Odessa',1,1021,NULL,'48849',NULL,1228,42.788151,-85.13565,0,NULL,NULL,NULL),
- (30,178,1,1,0,'388Y Lincoln Blvd E',388,'Y',NULL,'Lincoln','Blvd','E',NULL,NULL,NULL,NULL,'Miami',1,1008,NULL,'33180',NULL,1228,25.962069,-80.14465,0,NULL,NULL,NULL),
- (31,131,1,1,0,'376P Northpoint Ln W',376,'P',NULL,'Northpoint','Ln','W',NULL,NULL,NULL,NULL,'San Diego',1,1004,NULL,'92193',NULL,1228,33.016928,-116.846046,0,NULL,NULL,NULL),
- (32,88,1,1,0,'972B Pine Way N',972,'B',NULL,'Pine','Way','N',NULL,NULL,NULL,NULL,'Salt Lake City',1,1043,NULL,'84132',NULL,1228,40.772743,-111.838541,0,NULL,NULL,NULL),
- (33,200,1,1,0,'115J Lincoln St NE',115,'J',NULL,'Lincoln','St','NE',NULL,NULL,NULL,NULL,'Murrells Inlet',1,1039,NULL,'29875',NULL,1228,33.55016,-79.053838,0,NULL,NULL,NULL),
- (34,48,1,1,0,'649Z Martin Luther King Pl NW',649,'Z',NULL,'Martin Luther King','Pl','NW',NULL,NULL,NULL,NULL,'Baileyton',1,1000,NULL,'35019',NULL,1228,34.29254,-86.63505,0,NULL,NULL,NULL),
- (35,158,1,1,0,'711Q Jackson Path E',711,'Q',NULL,'Jackson','Path','E',NULL,NULL,NULL,NULL,'Mcnary',1,1002,NULL,'85930',NULL,1228,34.04421,-109.73709,0,NULL,NULL,NULL),
- (36,148,1,1,0,'452M Jackson Way W',452,'M',NULL,'Jackson','Way','W',NULL,NULL,NULL,NULL,'Ivyton',1,1016,NULL,'41444',NULL,1228,37.690636,-83.074592,0,NULL,NULL,NULL),
- (37,137,1,1,0,'726J Maple Dr S',726,'J',NULL,'Maple','Dr','S',NULL,NULL,NULL,NULL,'Boulder',1,1043,NULL,'84716',NULL,1228,37.94512,-111.09991,0,NULL,NULL,NULL),
- (38,146,1,1,0,'241I Green Dr SE',241,'I',NULL,'Green','Dr','SE',NULL,NULL,NULL,NULL,'Yoder',1,1049,NULL,'82244',NULL,1228,41.907756,-104.3721,0,NULL,NULL,NULL),
- (39,122,1,1,0,'270O Main Ln S',270,'O',NULL,'Main','Ln','S',NULL,NULL,NULL,NULL,'Enid',1,1035,NULL,'73705',NULL,1228,36.379072,-97.782595,0,NULL,NULL,NULL),
- (40,159,1,1,0,'86L El Camino Path S',86,'L',NULL,'El Camino','Path','S',NULL,NULL,NULL,NULL,'Contoocook',1,1028,NULL,'03229',NULL,1228,43.204192,-71.70711,0,NULL,NULL,NULL),
- (41,100,1,1,0,'324A Woodbridge Blvd N',324,'A',NULL,'Woodbridge','Blvd','N',NULL,NULL,NULL,NULL,'Girardville',1,1037,NULL,'17935',NULL,1228,40.793258,-76.28315,0,NULL,NULL,NULL),
- (42,40,1,1,0,'659G Dowlen St N',659,'G',NULL,'Dowlen','St','N',NULL,NULL,NULL,NULL,'Mount Vision',1,1031,NULL,'13810',NULL,1228,42.609579,-75.09464,0,NULL,NULL,NULL),
- (43,188,1,1,0,'127S Lincoln Blvd NE',127,'S',NULL,'Lincoln','Blvd','NE',NULL,NULL,NULL,NULL,'Fort Monmouth',1,1029,NULL,'07703',NULL,1228,40.309121,-74.0486,0,NULL,NULL,NULL),
- (44,29,1,1,0,'613I Caulder Path N',613,'I',NULL,'Caulder','Path','N',NULL,NULL,NULL,NULL,'Ainsworth',1,1026,NULL,'69210',NULL,1228,42.530382,-99.88206,0,NULL,NULL,NULL),
- (45,170,1,1,0,'851K Northpoint Rd N',851,'K',NULL,'Northpoint','Rd','N',NULL,NULL,NULL,NULL,'Maple Park',1,1012,NULL,'60151',NULL,1228,41.91842,-88.57626,0,NULL,NULL,NULL),
- (46,3,1,1,0,'825J Second Dr SW',825,'J',NULL,'Second','Dr','SW',NULL,NULL,NULL,NULL,'South River',1,1029,NULL,'08877',NULL,1228,40.430006,-74.417344,0,NULL,NULL,NULL),
- (47,111,1,1,0,'982A Woodbridge Rd NE',982,'A',NULL,'Woodbridge','Rd','NE',NULL,NULL,NULL,NULL,'West Palm Beach',1,1008,NULL,'33412',NULL,1228,26.795367,-80.24044,0,NULL,NULL,NULL),
- (48,92,1,1,0,'348D El Camino Dr W',348,'D',NULL,'El Camino','Dr','W',NULL,NULL,NULL,NULL,'Dexter',1,1009,NULL,'31019',NULL,1228,32.427633,-83.05632,0,NULL,NULL,NULL),
- (49,61,1,1,0,'432Z Beech Way E',432,'Z',NULL,'Beech','Way','E',NULL,NULL,NULL,NULL,'Cleveland',1,1034,NULL,'44112',NULL,1228,41.534101,-81.57558,0,NULL,NULL,NULL),
- (50,106,1,1,0,'228G Woodbridge St S',228,'G',NULL,'Woodbridge','St','S',NULL,NULL,NULL,NULL,'Trenton',1,1029,NULL,'08608',NULL,1228,40.219158,-74.76481,0,NULL,NULL,NULL),
- (51,56,1,1,0,'661A Cadell Pl SW',661,'A',NULL,'Cadell','Pl','SW',NULL,NULL,NULL,NULL,'Sparkill',1,1031,NULL,'10976',NULL,1228,41.028647,-73.92817,0,NULL,NULL,NULL),
- (52,193,1,1,0,'841L Second Dr SW',841,'L',NULL,'Second','Dr','SW',NULL,NULL,NULL,NULL,'Lone',1,1016,NULL,'41347',NULL,1228,37.54418,-83.600784,0,NULL,NULL,NULL),
- (53,151,1,1,0,'784W Second Ave NE',784,'W',NULL,'Second','Ave','NE',NULL,NULL,NULL,NULL,'Salt Lake City',1,1043,NULL,'84139',NULL,1228,40.668068,-111.908297,0,NULL,NULL,NULL),
- (54,97,1,1,0,'324K Jackson St SW',324,'K',NULL,'Jackson','St','SW',NULL,NULL,NULL,NULL,'Mount Vernon',1,1003,NULL,'72111',NULL,1228,35.227869,-92.13033,0,NULL,NULL,NULL),
- (55,53,1,1,0,'400P Cadell Way NE',400,'P',NULL,'Cadell','Way','NE',NULL,NULL,NULL,NULL,'Fremont',1,1004,NULL,'94537',NULL,1228,37.680181,-121.921498,0,NULL,NULL,NULL),
- (56,138,1,1,0,'513R Jackson Path SW',513,'R',NULL,'Jackson','Path','SW',NULL,NULL,NULL,NULL,'Proctor',1,1035,NULL,'74457',NULL,1228,36.053046,-94.7768,0,NULL,NULL,NULL),
- (57,199,1,1,0,'827L Dowlen Way NE',827,'L',NULL,'Dowlen','Way','NE',NULL,NULL,NULL,NULL,'Spring',1,1042,NULL,'77393',NULL,1228,30.329016,-95.463474,0,NULL,NULL,NULL),
- (58,172,1,1,0,'736K Dowlen St E',736,'K',NULL,'Dowlen','St','E',NULL,NULL,NULL,NULL,'Woodlawn',1,1045,NULL,'24381',NULL,1228,36.714663,-80.82602,0,NULL,NULL,NULL),
- (59,186,1,1,0,'249O Dowlen Blvd E',249,'O',NULL,'Dowlen','Blvd','E',NULL,NULL,NULL,NULL,'Central Falls',1,1038,NULL,'02863',NULL,1228,41.889863,-71.3926,0,NULL,NULL,NULL),
- (60,167,1,1,0,'76N Beech Ave NE',76,'N',NULL,'Beech','Ave','NE',NULL,NULL,NULL,NULL,'New Freedom',1,1037,NULL,'17349',NULL,1228,39.753369,-76.68112,0,NULL,NULL,NULL),
- (61,2,1,1,0,'531G El Camino Blvd S',531,'G',NULL,'El Camino','Blvd','S',NULL,NULL,NULL,NULL,'Seattle',1,1046,NULL,'98140',NULL,1228,47.432251,-121.803388,0,NULL,NULL,NULL),
- (62,68,1,1,0,'324G Cadell Ln S',324,'G',NULL,'Cadell','Ln','S',NULL,NULL,NULL,NULL,'Newark',1,1007,NULL,'19716',NULL,1228,39.564499,-75.597047,0,NULL,NULL,NULL),
- (63,25,1,1,0,'300O States Path S',300,'O',NULL,'States','Path','S',NULL,NULL,NULL,NULL,'Olney',1,1012,NULL,'62450',NULL,1228,38.72456,-88.08658,0,NULL,NULL,NULL),
- (64,39,1,1,0,'753L Northpoint Ln W',753,'L',NULL,'Northpoint','Ln','W',NULL,NULL,NULL,NULL,'Cross Plains',1,1048,NULL,'53528',NULL,1228,43.116408,-89.64371,0,NULL,NULL,NULL),
- (65,125,1,1,0,'164V Beech Dr S',164,'V',NULL,'Beech','Dr','S',NULL,NULL,NULL,NULL,'Malone',1,1048,NULL,'53049',NULL,1228,43.887372,-88.28802,0,NULL,NULL,NULL),
- (66,47,3,1,0,'795P Bay Pl SE',795,'P',NULL,'Bay','Pl','SE',NULL,'Cuffe Parade',NULL,NULL,'Tipton',1,1037,NULL,'16684',NULL,1228,40.636691,-78.303614,0,NULL,NULL,NULL),
- (67,118,3,1,0,'175W Dowlen Ave E',175,'W',NULL,'Dowlen','Ave','E',NULL,'Subscriptions Dept',NULL,NULL,'Mayslick',1,1016,NULL,'41055',NULL,1228,38.52217,-83.85894,0,NULL,NULL,NULL),
- (68,18,3,1,0,'490T Cadell Ave W',490,'T',NULL,'Cadell','Ave','W',NULL,'Community Relations',NULL,NULL,'Harrisburg',1,1032,NULL,'28075',NULL,1228,35.335294,-80.6633,0,NULL,NULL,NULL),
- (69,115,3,1,0,'667C Caulder Ln W',667,'C',NULL,'Caulder','Ln','W',NULL,'Attn: Development',NULL,NULL,'Covington',1,1035,NULL,'73730',NULL,1228,36.311257,-97.5597,0,NULL,NULL,NULL),
- (70,9,3,1,0,'375N Maple Blvd SE',375,'N',NULL,'Maple','Blvd','SE',NULL,'Editorial Dept',NULL,NULL,'Nashville',1,1041,NULL,'37209',NULL,1228,36.151324,-86.8559,0,NULL,NULL,NULL),
- (71,146,2,0,0,'375N Maple Blvd SE',375,'N',NULL,'Maple','Blvd','SE',NULL,'Editorial Dept',NULL,NULL,'Nashville',1,1041,NULL,'37209',NULL,1228,36.151324,-86.8559,0,NULL,NULL,70),
- (72,71,3,1,0,'70V States Pl SW',70,'V',NULL,'States','Pl','SW',NULL,'Attn: Accounting',NULL,NULL,'Umpqua',1,1036,NULL,'97486',NULL,1228,43.38382,-123.53031,0,NULL,NULL,NULL),
- (73,46,3,1,0,'276N Second Rd E',276,'N',NULL,'Second','Rd','E',NULL,'Payables Dept.',NULL,NULL,'Van Buren Point',1,1031,NULL,'14166',NULL,1228,42.4511,-79.415421,0,NULL,NULL,NULL),
- (74,20,2,1,0,'276N Second Rd E',276,'N',NULL,'Second','Rd','E',NULL,'Payables Dept.',NULL,NULL,'Van Buren Point',1,1031,NULL,'14166',NULL,1228,42.4511,-79.415421,0,NULL,NULL,73),
- (75,197,3,1,0,'944Z Pine Ave E',944,'Z',NULL,'Pine','Ave','E',NULL,'Payables Dept.',NULL,NULL,'North Platte',1,1026,NULL,'69103',NULL,1228,41.046447,-100.746912,0,NULL,NULL,NULL),
- (76,41,2,1,0,'944Z Pine Ave E',944,'Z',NULL,'Pine','Ave','E',NULL,'Payables Dept.',NULL,NULL,'North Platte',1,1026,NULL,'69103',NULL,1228,41.046447,-100.746912,0,NULL,NULL,75),
- (77,15,3,1,0,'185A Northpoint Pl NW',185,'A',NULL,'Northpoint','Pl','NW',NULL,'Subscriptions Dept',NULL,NULL,'Guilderland Center',1,1031,NULL,'12085',NULL,1228,42.694777,-73.905271,0,NULL,NULL,NULL),
- (78,32,2,1,0,'185A Northpoint Pl NW',185,'A',NULL,'Northpoint','Pl','NW',NULL,'Subscriptions Dept',NULL,NULL,'Guilderland Center',1,1031,NULL,'12085',NULL,1228,42.694777,-73.905271,0,NULL,NULL,77),
- (79,121,3,1,0,'172M El Camino Ln NW',172,'M',NULL,'El Camino','Ln','NW',NULL,'Subscriptions Dept',NULL,NULL,'Scottsdale',1,1002,NULL,'85266',NULL,1228,33.276539,-112.18717,0,NULL,NULL,NULL),
- (80,35,3,1,0,'587F Northpoint St S',587,'F',NULL,'Northpoint','St','S',NULL,'Urgent',NULL,NULL,'Key Colony Beach',1,1008,NULL,'33051',NULL,1228,24.72339,-81.020281,0,NULL,NULL,NULL),
- (81,152,2,1,0,'587F Northpoint St S',587,'F',NULL,'Northpoint','St','S',NULL,'Urgent',NULL,NULL,'Key Colony Beach',1,1008,NULL,'33051',NULL,1228,24.72339,-81.020281,0,NULL,NULL,80),
- (82,78,3,1,0,'950X Beech Path SE',950,'X',NULL,'Beech','Path','SE',NULL,'Donor Relations',NULL,NULL,'Spring',1,1042,NULL,'77380',NULL,1228,30.143485,-95.46821,0,NULL,NULL,NULL),
- (83,26,3,1,0,'438J Beech Blvd SE',438,'J',NULL,'Beech','Blvd','SE',NULL,'Editorial Dept',NULL,NULL,'Malad City',1,1011,NULL,'83252',NULL,1228,42.192579,-112.32902,0,NULL,NULL,NULL),
- (84,145,2,1,0,'438J Beech Blvd SE',438,'J',NULL,'Beech','Blvd','SE',NULL,'Editorial Dept',NULL,NULL,'Malad City',1,1011,NULL,'83252',NULL,1228,42.192579,-112.32902,0,NULL,NULL,83),
- (85,64,3,1,0,'95O College Way SE',95,'O',NULL,'College','Way','SE',NULL,'Receiving',NULL,NULL,'Odessa',1,1042,NULL,'79769',NULL,1228,31.746572,-102.566993,0,NULL,NULL,NULL),
- (86,185,2,1,0,'95O College Way SE',95,'O',NULL,'College','Way','SE',NULL,'Receiving',NULL,NULL,'Odessa',1,1042,NULL,'79769',NULL,1228,31.746572,-102.566993,0,NULL,NULL,85),
- (87,162,3,1,0,'602H College Dr N',602,'H',NULL,'College','Dr','N',NULL,'Community Relations',NULL,NULL,'Harvey',1,1017,NULL,'70058',NULL,1228,29.878578,-90.06903,0,NULL,NULL,NULL),
- (88,55,2,1,0,'602H College Dr N',602,'H',NULL,'College','Dr','N',NULL,'Community Relations',NULL,NULL,'Harvey',1,1017,NULL,'70058',NULL,1228,29.878578,-90.06903,0,NULL,NULL,87),
- (89,201,3,1,0,'270F Lincoln Ln NW',270,'F',NULL,'Lincoln','Ln','NW',NULL,'Attn: Development',NULL,NULL,'Gibsland',1,1017,NULL,'71028',NULL,1228,32.518748,-93.05705,0,NULL,NULL,NULL),
- (90,123,3,1,0,'940H States Blvd E',940,'H',NULL,'States','Blvd','E',NULL,'Subscriptions Dept',NULL,NULL,'Emmonak',1,1001,NULL,'99581',NULL,1228,62.729019,-164.29917,0,NULL,NULL,NULL),
- (91,51,3,1,0,'167E Lincoln Blvd SE',167,'E',NULL,'Lincoln','Blvd','SE',NULL,'Disbursements',NULL,NULL,'Minneapolis',1,1022,NULL,'55485',NULL,1228,45.015914,-93.47188,0,NULL,NULL,NULL),
- (92,150,2,1,0,'167E Lincoln Blvd SE',167,'E',NULL,'Lincoln','Blvd','SE',NULL,'Disbursements',NULL,NULL,'Minneapolis',1,1022,NULL,'55485',NULL,1228,45.015914,-93.47188,0,NULL,NULL,91),
- (93,17,3,1,0,'385S El Camino Pl E',385,'S',NULL,'El Camino','Pl','E',NULL,'Community Relations',NULL,NULL,'Climax Springs',1,1024,NULL,'65324',NULL,1228,38.151604,-92.99055,0,NULL,NULL,NULL),
- (94,77,2,0,0,'385S El Camino Pl E',385,'S',NULL,'El Camino','Pl','E',NULL,'Community Relations',NULL,NULL,'Climax Springs',1,1024,NULL,'65324',NULL,1228,38.151604,-92.99055,0,NULL,NULL,93),
- (95,60,3,1,0,'484J Beech Ave N',484,'J',NULL,'Beech','Ave','N',NULL,'c/o OPDC',NULL,NULL,'Central City',1,1026,NULL,'68226',NULL,1228,41.12044,-97.992289,0,NULL,NULL,NULL),
- (96,109,2,1,0,'484J Beech Ave N',484,'J',NULL,'Beech','Ave','N',NULL,'c/o OPDC',NULL,NULL,'Central City',1,1026,NULL,'68226',NULL,1228,41.12044,-97.992289,0,NULL,NULL,95),
- (97,13,1,1,0,'825J Second Dr SW',825,'J',NULL,'Second','Dr','SW',NULL,NULL,NULL,NULL,'South River',1,1029,NULL,'08877',NULL,1228,40.430006,-74.417344,0,NULL,NULL,46),
- (98,156,1,1,0,'825J Second Dr SW',825,'J',NULL,'Second','Dr','SW',NULL,NULL,NULL,NULL,'South River',1,1029,NULL,'08877',NULL,1228,40.430006,-74.417344,0,NULL,NULL,46),
- (99,144,1,1,0,'825J Second Dr SW',825,'J',NULL,'Second','Dr','SW',NULL,NULL,NULL,NULL,'South River',1,1029,NULL,'08877',NULL,1228,40.430006,-74.417344,0,NULL,NULL,46),
- (100,170,1,0,0,'825J Second Dr SW',825,'J',NULL,'Second','Dr','SW',NULL,NULL,NULL,NULL,'South River',1,1029,NULL,'08877',NULL,1228,40.430006,-74.417344,0,NULL,NULL,46),
- (101,75,1,1,0,'982A Woodbridge Rd NE',982,'A',NULL,'Woodbridge','Rd','NE',NULL,NULL,NULL,NULL,'West Palm Beach',1,1008,NULL,'33412',NULL,1228,26.795367,-80.24044,0,NULL,NULL,47),
- (102,187,1,1,0,'982A Woodbridge Rd NE',982,'A',NULL,'Woodbridge','Rd','NE',NULL,NULL,NULL,NULL,'West Palm Beach',1,1008,NULL,'33412',NULL,1228,26.795367,-80.24044,0,NULL,NULL,47),
- (103,140,1,1,0,'982A Woodbridge Rd NE',982,'A',NULL,'Woodbridge','Rd','NE',NULL,NULL,NULL,NULL,'West Palm Beach',1,1008,NULL,'33412',NULL,1228,26.795367,-80.24044,0,NULL,NULL,47),
- (104,34,1,1,0,'982A Woodbridge Rd NE',982,'A',NULL,'Woodbridge','Rd','NE',NULL,NULL,NULL,NULL,'West Palm Beach',1,1008,NULL,'33412',NULL,1228,26.795367,-80.24044,0,NULL,NULL,47),
- (105,14,1,1,0,'348D El Camino Dr W',348,'D',NULL,'El Camino','Dr','W',NULL,NULL,NULL,NULL,'Dexter',1,1009,NULL,'31019',NULL,1228,32.427633,-83.05632,0,NULL,NULL,48),
- (106,139,1,1,0,'348D El Camino Dr W',348,'D',NULL,'El Camino','Dr','W',NULL,NULL,NULL,NULL,'Dexter',1,1009,NULL,'31019',NULL,1228,32.427633,-83.05632,0,NULL,NULL,48),
- (107,98,1,1,0,'348D El Camino Dr W',348,'D',NULL,'El Camino','Dr','W',NULL,NULL,NULL,NULL,'Dexter',1,1009,NULL,'31019',NULL,1228,32.427633,-83.05632,0,NULL,NULL,48),
- (108,81,1,1,0,'348D El Camino Dr W',348,'D',NULL,'El Camino','Dr','W',NULL,NULL,NULL,NULL,'Dexter',1,1009,NULL,'31019',NULL,1228,32.427633,-83.05632,0,NULL,NULL,48),
- (109,196,1,1,0,'432Z Beech Way E',432,'Z',NULL,'Beech','Way','E',NULL,NULL,NULL,NULL,'Cleveland',1,1034,NULL,'44112',NULL,1228,41.534101,-81.57558,0,NULL,NULL,49),
- (110,141,1,1,0,'432Z Beech Way E',432,'Z',NULL,'Beech','Way','E',NULL,NULL,NULL,NULL,'Cleveland',1,1034,NULL,'44112',NULL,1228,41.534101,-81.57558,0,NULL,NULL,49),
- (111,103,1,1,0,'432Z Beech Way E',432,'Z',NULL,'Beech','Way','E',NULL,NULL,NULL,NULL,'Cleveland',1,1034,NULL,'44112',NULL,1228,41.534101,-81.57558,0,NULL,NULL,49),
- (112,168,1,1,0,'74C Maple Way N',74,'C',NULL,'Maple','Way','N',NULL,NULL,NULL,NULL,'Pengilly',1,1022,NULL,'55775',NULL,1228,47.30797,-93.20693,0,NULL,NULL,NULL),
- (113,58,1,1,0,'228G Woodbridge St S',228,'G',NULL,'Woodbridge','St','S',NULL,NULL,NULL,NULL,'Trenton',1,1029,NULL,'08608',NULL,1228,40.219158,-74.76481,0,NULL,NULL,50),
- (114,185,1,0,0,'228G Woodbridge St S',228,'G',NULL,'Woodbridge','St','S',NULL,NULL,NULL,NULL,'Trenton',1,1029,NULL,'08608',NULL,1228,40.219158,-74.76481,0,NULL,NULL,50),
- (115,127,1,1,0,'228G Woodbridge St S',228,'G',NULL,'Woodbridge','St','S',NULL,NULL,NULL,NULL,'Trenton',1,1029,NULL,'08608',NULL,1228,40.219158,-74.76481,0,NULL,NULL,50),
- (116,6,1,1,0,'228G Woodbridge St S',228,'G',NULL,'Woodbridge','St','S',NULL,NULL,NULL,NULL,'Trenton',1,1029,NULL,'08608',NULL,1228,40.219158,-74.76481,0,NULL,NULL,50),
- (117,145,1,0,0,'661A Cadell Pl SW',661,'A',NULL,'Cadell','Pl','SW',NULL,NULL,NULL,NULL,'Sparkill',1,1031,NULL,'10976',NULL,1228,41.028647,-73.92817,0,NULL,NULL,51),
- (118,171,1,1,0,'661A Cadell Pl SW',661,'A',NULL,'Cadell','Pl','SW',NULL,NULL,NULL,NULL,'Sparkill',1,1031,NULL,'10976',NULL,1228,41.028647,-73.92817,0,NULL,NULL,51),
- (119,49,1,1,0,'661A Cadell Pl SW',661,'A',NULL,'Cadell','Pl','SW',NULL,NULL,NULL,NULL,'Sparkill',1,1031,NULL,'10976',NULL,1228,41.028647,-73.92817,0,NULL,NULL,51),
- (120,132,1,1,0,'155C Main Dr NE',155,'C',NULL,'Main','Dr','NE',NULL,NULL,NULL,NULL,'Leitchfield',1,1016,NULL,'42754',NULL,1228,37.479797,-86.30731,0,NULL,NULL,NULL),
- (121,183,1,1,0,'841L Second Dr SW',841,'L',NULL,'Second','Dr','SW',NULL,NULL,NULL,NULL,'Lone',1,1016,NULL,'41347',NULL,1228,37.54418,-83.600784,0,NULL,NULL,52),
- (122,69,1,1,0,'841L Second Dr SW',841,'L',NULL,'Second','Dr','SW',NULL,NULL,NULL,NULL,'Lone',1,1016,NULL,'41347',NULL,1228,37.54418,-83.600784,0,NULL,NULL,52),
- (123,166,1,1,0,'841L Second Dr SW',841,'L',NULL,'Second','Dr','SW',NULL,NULL,NULL,NULL,'Lone',1,1016,NULL,'41347',NULL,1228,37.54418,-83.600784,0,NULL,NULL,52),
- (124,157,1,1,0,'974I Woodbridge Blvd NE',974,'I',NULL,'Woodbridge','Blvd','NE',NULL,NULL,NULL,NULL,'Pauma Valley',1,1004,NULL,'92061',NULL,1228,33.311881,-116.96499,0,NULL,NULL,NULL),
- (125,22,1,1,0,'784W Second Ave NE',784,'W',NULL,'Second','Ave','NE',NULL,NULL,NULL,NULL,'Salt Lake City',1,1043,NULL,'84139',NULL,1228,40.668068,-111.908297,0,NULL,NULL,53),
- (126,33,1,1,0,'784W Second Ave NE',784,'W',NULL,'Second','Ave','NE',NULL,NULL,NULL,NULL,'Salt Lake City',1,1043,NULL,'84139',NULL,1228,40.668068,-111.908297,0,NULL,NULL,53),
- (127,55,1,0,0,'784W Second Ave NE',784,'W',NULL,'Second','Ave','NE',NULL,NULL,NULL,NULL,'Salt Lake City',1,1043,NULL,'84139',NULL,1228,40.668068,-111.908297,0,NULL,NULL,53),
- (128,195,1,1,0,'676Q Martin Luther King Ave S',676,'Q',NULL,'Martin Luther King','Ave','S',NULL,NULL,NULL,NULL,'Fort Smith',1,1003,NULL,'72908',NULL,1228,35.301623,-94.41283,0,NULL,NULL,NULL),
- (129,8,1,1,0,'324K Jackson St SW',324,'K',NULL,'Jackson','St','SW',NULL,NULL,NULL,NULL,'Mount Vernon',1,1003,NULL,'72111',NULL,1228,35.227869,-92.13033,0,NULL,NULL,54),
- (130,54,1,1,0,'324K Jackson St SW',324,'K',NULL,'Jackson','St','SW',NULL,NULL,NULL,NULL,'Mount Vernon',1,1003,NULL,'72111',NULL,1228,35.227869,-92.13033,0,NULL,NULL,54),
- (131,89,1,1,0,'324K Jackson St SW',324,'K',NULL,'Jackson','St','SW',NULL,NULL,NULL,NULL,'Mount Vernon',1,1003,NULL,'72111',NULL,1228,35.227869,-92.13033,0,NULL,NULL,54),
- (132,128,1,1,0,'154M Second Blvd NW',154,'M',NULL,'Second','Blvd','NW',NULL,NULL,NULL,NULL,'Hope Valley',1,1038,NULL,'02832',NULL,1228,41.511414,-71.72737,0,NULL,NULL,NULL),
- (133,7,1,1,0,'400P Cadell Way NE',400,'P',NULL,'Cadell','Way','NE',NULL,NULL,NULL,NULL,'Fremont',1,1004,NULL,'94537',NULL,1228,37.680181,-121.921498,0,NULL,NULL,55),
- (134,83,1,1,0,'400P Cadell Way NE',400,'P',NULL,'Cadell','Way','NE',NULL,NULL,NULL,NULL,'Fremont',1,1004,NULL,'94537',NULL,1228,37.680181,-121.921498,0,NULL,NULL,55),
- (135,130,1,1,0,'400P Cadell Way NE',400,'P',NULL,'Cadell','Way','NE',NULL,NULL,NULL,NULL,'Fremont',1,1004,NULL,'94537',NULL,1228,37.680181,-121.921498,0,NULL,NULL,55),
- (136,62,1,1,0,'400P Cadell Way NE',400,'P',NULL,'Cadell','Way','NE',NULL,NULL,NULL,NULL,'Fremont',1,1004,NULL,'94537',NULL,1228,37.680181,-121.921498,0,NULL,NULL,55),
- (137,173,1,1,0,'513R Jackson Path SW',513,'R',NULL,'Jackson','Path','SW',NULL,NULL,NULL,NULL,'Proctor',1,1035,NULL,'74457',NULL,1228,36.053046,-94.7768,0,NULL,NULL,56),
- (138,150,1,0,0,'513R Jackson Path SW',513,'R',NULL,'Jackson','Path','SW',NULL,NULL,NULL,NULL,'Proctor',1,1035,NULL,'74457',NULL,1228,36.053046,-94.7768,0,NULL,NULL,56),
- (139,50,1,1,0,'513R Jackson Path SW',513,'R',NULL,'Jackson','Path','SW',NULL,NULL,NULL,NULL,'Proctor',1,1035,NULL,'74457',NULL,1228,36.053046,-94.7768,0,NULL,NULL,56),
- (140,143,1,1,0,'349C Martin Luther King Blvd SE',349,'C',NULL,'Martin Luther King','Blvd','SE',NULL,NULL,NULL,NULL,'Shermans Dale',1,1037,NULL,'17090',NULL,1228,40.332785,-77.18464,0,NULL,NULL,NULL),
- (141,177,1,1,0,'827L Dowlen Way NE',827,'L',NULL,'Dowlen','Way','NE',NULL,NULL,NULL,NULL,'Spring',1,1042,NULL,'77393',NULL,1228,30.329016,-95.463474,0,NULL,NULL,57),
- (142,84,1,1,0,'827L Dowlen Way NE',827,'L',NULL,'Dowlen','Way','NE',NULL,NULL,NULL,NULL,'Spring',1,1042,NULL,'77393',NULL,1228,30.329016,-95.463474,0,NULL,NULL,57),
- (143,119,1,1,0,'827L Dowlen Way NE',827,'L',NULL,'Dowlen','Way','NE',NULL,NULL,NULL,NULL,'Spring',1,1042,NULL,'77393',NULL,1228,30.329016,-95.463474,0,NULL,NULL,57),
- (144,180,1,1,0,'909M Dowlen Ave E',909,'M',NULL,'Dowlen','Ave','E',NULL,NULL,NULL,NULL,'Tryon',1,1032,NULL,'28782',NULL,1228,35.221428,-82.21712,0,NULL,NULL,NULL),
- (145,194,1,1,0,'736K Dowlen St E',736,'K',NULL,'Dowlen','St','E',NULL,NULL,NULL,NULL,'Woodlawn',1,1045,NULL,'24381',NULL,1228,36.714663,-80.82602,0,NULL,NULL,58),
- (146,59,1,1,0,'736K Dowlen St E',736,'K',NULL,'Dowlen','St','E',NULL,NULL,NULL,NULL,'Woodlawn',1,1045,NULL,'24381',NULL,1228,36.714663,-80.82602,0,NULL,NULL,58),
- (147,27,1,1,0,'736K Dowlen St E',736,'K',NULL,'Dowlen','St','E',NULL,NULL,NULL,NULL,'Woodlawn',1,1045,NULL,'24381',NULL,1228,36.714663,-80.82602,0,NULL,NULL,58),
- (148,133,1,1,0,'736K Dowlen St E',736,'K',NULL,'Dowlen','St','E',NULL,NULL,NULL,NULL,'Woodlawn',1,1045,NULL,'24381',NULL,1228,36.714663,-80.82602,0,NULL,NULL,58),
- (149,32,1,0,0,'249O Dowlen Blvd E',249,'O',NULL,'Dowlen','Blvd','E',NULL,NULL,NULL,NULL,'Central Falls',1,1038,NULL,'02863',NULL,1228,41.889863,-71.3926,0,NULL,NULL,59),
- (150,52,1,1,0,'249O Dowlen Blvd E',249,'O',NULL,'Dowlen','Blvd','E',NULL,NULL,NULL,NULL,'Central Falls',1,1038,NULL,'02863',NULL,1228,41.889863,-71.3926,0,NULL,NULL,59),
- (151,31,1,1,0,'249O Dowlen Blvd E',249,'O',NULL,'Dowlen','Blvd','E',NULL,NULL,NULL,NULL,'Central Falls',1,1038,NULL,'02863',NULL,1228,41.889863,-71.3926,0,NULL,NULL,59),
- (152,91,1,1,0,'249O Dowlen Blvd E',249,'O',NULL,'Dowlen','Blvd','E',NULL,NULL,NULL,NULL,'Central Falls',1,1038,NULL,'02863',NULL,1228,41.889863,-71.3926,0,NULL,NULL,59),
- (153,155,1,1,0,'76N Beech Ave NE',76,'N',NULL,'Beech','Ave','NE',NULL,NULL,NULL,NULL,'New Freedom',1,1037,NULL,'17349',NULL,1228,39.753369,-76.68112,0,NULL,NULL,60),
- (154,11,1,1,0,'76N Beech Ave NE',76,'N',NULL,'Beech','Ave','NE',NULL,NULL,NULL,NULL,'New Freedom',1,1037,NULL,'17349',NULL,1228,39.753369,-76.68112,0,NULL,NULL,60),
- (155,24,1,1,0,'76N Beech Ave NE',76,'N',NULL,'Beech','Ave','NE',NULL,NULL,NULL,NULL,'New Freedom',1,1037,NULL,'17349',NULL,1228,39.753369,-76.68112,0,NULL,NULL,60),
- (156,80,1,1,0,'76N Beech Ave NE',76,'N',NULL,'Beech','Ave','NE',NULL,NULL,NULL,NULL,'New Freedom',1,1037,NULL,'17349',NULL,1228,39.753369,-76.68112,0,NULL,NULL,60),
- (157,73,1,1,0,'531G El Camino Blvd S',531,'G',NULL,'El Camino','Blvd','S',NULL,NULL,NULL,NULL,'Seattle',1,1046,NULL,'98140',NULL,1228,47.432251,-121.803388,0,NULL,NULL,61),
- (158,109,1,0,0,'531G El Camino Blvd S',531,'G',NULL,'El Camino','Blvd','S',NULL,NULL,NULL,NULL,'Seattle',1,1046,NULL,'98140',NULL,1228,47.432251,-121.803388,0,NULL,NULL,61),
- (159,163,1,1,0,'531G El Camino Blvd S',531,'G',NULL,'El Camino','Blvd','S',NULL,NULL,NULL,NULL,'Seattle',1,1046,NULL,'98140',NULL,1228,47.432251,-121.803388,0,NULL,NULL,61),
- (160,93,1,1,0,'531G El Camino Blvd S',531,'G',NULL,'El Camino','Blvd','S',NULL,NULL,NULL,NULL,'Seattle',1,1046,NULL,'98140',NULL,1228,47.432251,-121.803388,0,NULL,NULL,61),
- (161,134,1,1,0,'324G Cadell Ln S',324,'G',NULL,'Cadell','Ln','S',NULL,NULL,NULL,NULL,'Newark',1,1007,NULL,'19716',NULL,1228,39.564499,-75.597047,0,NULL,NULL,62),
- (162,4,1,1,0,'324G Cadell Ln S',324,'G',NULL,'Cadell','Ln','S',NULL,NULL,NULL,NULL,'Newark',1,1007,NULL,'19716',NULL,1228,39.564499,-75.597047,0,NULL,NULL,62),
- (163,169,1,1,0,'324G Cadell Ln S',324,'G',NULL,'Cadell','Ln','S',NULL,NULL,NULL,NULL,'Newark',1,1007,NULL,'19716',NULL,1228,39.564499,-75.597047,0,NULL,NULL,62),
- (164,5,1,1,0,'812S Jackson Path E',812,'S',NULL,'Jackson','Path','E',NULL,NULL,NULL,NULL,'Summertown',1,1009,NULL,'30466',NULL,1228,32.566594,-82.324475,0,NULL,NULL,NULL),
- (165,90,1,1,0,'300O States Path S',300,'O',NULL,'States','Path','S',NULL,NULL,NULL,NULL,'Olney',1,1012,NULL,'62450',NULL,1228,38.72456,-88.08658,0,NULL,NULL,63),
- (166,20,1,0,0,'300O States Path S',300,'O',NULL,'States','Path','S',NULL,NULL,NULL,NULL,'Olney',1,1012,NULL,'62450',NULL,1228,38.72456,-88.08658,0,NULL,NULL,63),
- (167,104,1,1,0,'300O States Path S',300,'O',NULL,'States','Path','S',NULL,NULL,NULL,NULL,'Olney',1,1012,NULL,'62450',NULL,1228,38.72456,-88.08658,0,NULL,NULL,63),
- (168,42,1,1,0,'866V College Rd SE',866,'V',NULL,'College','Rd','SE',NULL,NULL,NULL,NULL,'Lancaster',1,1034,NULL,'43130',NULL,1228,39.712887,-82.61216,0,NULL,NULL,NULL),
- (169,184,1,1,0,'753L Northpoint Ln W',753,'L',NULL,'Northpoint','Ln','W',NULL,NULL,NULL,NULL,'Cross Plains',1,1048,NULL,'53528',NULL,1228,43.116408,-89.64371,0,NULL,NULL,64),
- (170,152,1,0,0,'753L Northpoint Ln W',753,'L',NULL,'Northpoint','Ln','W',NULL,NULL,NULL,NULL,'Cross Plains',1,1048,NULL,'53528',NULL,1228,43.116408,-89.64371,0,NULL,NULL,64),
- (171,129,1,1,0,'753L Northpoint Ln W',753,'L',NULL,'Northpoint','Ln','W',NULL,NULL,NULL,NULL,'Cross Plains',1,1048,NULL,'53528',NULL,1228,43.116408,-89.64371,0,NULL,NULL,64),
- (172,28,1,1,0,'905E Main Pl NW',905,'E',NULL,'Main','Pl','NW',NULL,NULL,NULL,NULL,'Trevett',1,1018,NULL,'04571',NULL,1228,43.88261,-69.680144,0,NULL,NULL,NULL),
- (173,174,1,1,0,'164V Beech Dr S',164,'V',NULL,'Beech','Dr','S',NULL,NULL,NULL,NULL,'Malone',1,1048,NULL,'53049',NULL,1228,43.887372,-88.28802,0,NULL,NULL,65),
- (174,181,1,1,0,'164V Beech Dr S',164,'V',NULL,'Beech','Dr','S',NULL,NULL,NULL,NULL,'Malone',1,1048,NULL,'53049',NULL,1228,43.887372,-88.28802,0,NULL,NULL,65),
- (175,87,1,1,0,'164V Beech Dr S',164,'V',NULL,'Beech','Dr','S',NULL,NULL,NULL,NULL,'Malone',1,1048,NULL,'53049',NULL,1228,43.887372,-88.28802,0,NULL,NULL,65),
- (176,165,1,1,0,'164V Beech Dr S',164,'V',NULL,'Beech','Dr','S',NULL,NULL,NULL,NULL,'Malone',1,1048,NULL,'53049',NULL,1228,43.887372,-88.28802,0,NULL,NULL,65),
- (177,NULL,1,1,1,'14S El Camino Way E',14,'S',NULL,'El Camino','Way',NULL,NULL,NULL,NULL,NULL,'Collinsville',NULL,1006,NULL,'6022',NULL,1228,41.8328,-72.9253,0,NULL,NULL,NULL),
- (178,NULL,1,1,1,'11B Woodbridge Path SW',11,'B',NULL,'Woodbridge','Path',NULL,NULL,NULL,NULL,NULL,'Dayton',NULL,1034,NULL,'45417',NULL,1228,39.7531,-84.2471,0,NULL,NULL,NULL),
- (179,NULL,1,1,1,'581O Lincoln Dr SW',581,'O',NULL,'Lincoln','Dr',NULL,NULL,NULL,NULL,NULL,'Santa Fe',NULL,1030,NULL,'87594',NULL,1228,35.5212,-105.982,0,NULL,NULL,NULL);
+ (1,164,1,1,0,'797N Pine Ave S',797,'N',NULL,'Pine','Ave','S',NULL,NULL,NULL,NULL,'Krakow',1,1048,NULL,'54137',NULL,1228,44.76022,-88.25467,0,NULL,NULL,NULL),
+ (2,38,1,1,0,'126N Northpoint Blvd S',126,'N',NULL,'Northpoint','Blvd','S',NULL,NULL,NULL,NULL,'Odessa',1,1042,NULL,'79769',NULL,1228,31.746572,-102.566993,0,NULL,NULL,NULL),
+ (3,15,1,1,0,'698H Lincoln Rd S',698,'H',NULL,'Lincoln','Rd','S',NULL,NULL,NULL,NULL,'Rochester',1,1031,NULL,'14638',NULL,1228,43.286024,-77.684264,0,NULL,NULL,NULL),
+ (4,80,1,1,0,'42I Van Ness Ave S',42,'I',NULL,'Van Ness','Ave','S',NULL,NULL,NULL,NULL,'Santa Clarita',1,1004,NULL,'91383',NULL,1228,33.786594,-118.298662,0,NULL,NULL,NULL),
+ (5,196,1,1,0,'438R Van Ness St E',438,'R',NULL,'Van Ness','St','E',NULL,NULL,NULL,NULL,'Rio',1,1048,NULL,'53960',NULL,1228,43.442214,-89.24134,0,NULL,NULL,NULL),
+ (6,171,1,1,0,'379Q College Pl W',379,'Q',NULL,'College','Pl','W',NULL,NULL,NULL,NULL,'Little Birch',1,1047,NULL,'26629',NULL,1228,38.553898,-80.69864,0,NULL,NULL,NULL),
+ (7,195,1,1,0,'135H Second Ave W',135,'H',NULL,'Second','Ave','W',NULL,NULL,NULL,NULL,'Clarks Grove',1,1022,NULL,'56016',NULL,1228,43.764506,-93.33357,0,NULL,NULL,NULL),
+ (8,153,1,1,0,'891K Pine Way S',891,'K',NULL,'Pine','Way','S',NULL,NULL,NULL,NULL,'Eolia',1,1016,NULL,'40826',NULL,1228,37.048238,-82.81775,0,NULL,NULL,NULL),
+ (9,144,1,1,0,'152G Green Path W',152,'G',NULL,'Green','Path','W',NULL,NULL,NULL,NULL,'Broomall',1,1037,NULL,'19008',NULL,1228,39.974378,-75.36083,0,NULL,NULL,NULL),
+ (10,157,1,1,0,'739Y Van Ness Ave W',739,'Y',NULL,'Van Ness','Ave','W',NULL,NULL,NULL,NULL,'Hampton',1,1045,NULL,'23663',NULL,1228,37.031474,-76.31637,0,NULL,NULL,NULL),
+ (11,23,1,1,0,'849X Lincoln St NE',849,'X',NULL,'Lincoln','St','NE',NULL,NULL,NULL,NULL,'Boulder',1,1005,NULL,'80303',NULL,1228,39.989135,-105.22883,0,NULL,NULL,NULL),
+ (12,185,1,1,0,'816C Second Ln S',816,'C',NULL,'Second','Ln','S',NULL,NULL,NULL,NULL,'Helen',1,1019,NULL,'20635',NULL,1228,38.312112,-76.607676,0,NULL,NULL,NULL),
+ (13,52,1,1,0,'507T Jackson Blvd N',507,'T',NULL,'Jackson','Blvd','N',NULL,NULL,NULL,NULL,'Makawao',1,1010,NULL,'96768',NULL,1228,20.865115,-156.33158,0,NULL,NULL,NULL),
+ (14,2,1,1,0,'358E Beech Ave S',358,'E',NULL,'Beech','Ave','S',NULL,NULL,NULL,NULL,'Leon',1,1045,NULL,'22725',NULL,1228,38.428509,-78.267848,0,NULL,NULL,NULL),
+ (15,102,1,1,0,'291K Green Pl E',291,'K',NULL,'Green','Pl','E',NULL,NULL,NULL,NULL,'Pathfork',1,1016,NULL,'40863',NULL,1228,36.753043,-83.44991,0,NULL,NULL,NULL),
+ (16,76,1,1,0,'605C Maple Ave W',605,'C',NULL,'Maple','Ave','W',NULL,NULL,NULL,NULL,'Sterling',1,1045,NULL,'20167',NULL,1228,39.085309,-77.645224,0,NULL,NULL,NULL),
+ (17,101,1,1,0,'19X Beech Blvd NW',19,'X',NULL,'Beech','Blvd','NW',NULL,NULL,NULL,NULL,'Calamus',1,1014,NULL,'52729',NULL,1228,41.823151,-90.75572,0,NULL,NULL,NULL),
+ (18,172,1,1,0,'992M Northpoint Path NE',992,'M',NULL,'Northpoint','Path','NE',NULL,NULL,NULL,NULL,'Crozet',1,1045,NULL,'22932',NULL,1228,38.116217,-78.71396,0,NULL,NULL,NULL),
+ (19,88,1,1,0,'450P Bay Pl NE',450,'P',NULL,'Bay','Pl','NE',NULL,NULL,NULL,NULL,'Lakewood',1,1029,NULL,'08701',NULL,1228,40.082782,-74.2094,0,NULL,NULL,NULL),
+ (20,139,1,1,0,'791I Lincoln Pl NW',791,'I',NULL,'Lincoln','Pl','NW',NULL,NULL,NULL,NULL,'Cornwallville',1,1031,NULL,'12418',NULL,1228,42.357579,-74.15136,0,NULL,NULL,NULL),
+ (21,3,1,1,0,'988V Cadell Path SE',988,'V',NULL,'Cadell','Path','SE',NULL,NULL,NULL,NULL,'Center',1,1042,NULL,'75935',NULL,1228,31.769105,-94.18997,0,NULL,NULL,NULL),
+ (22,94,1,1,0,'593N Green Way W',593,'N',NULL,'Green','Way','W',NULL,NULL,NULL,NULL,'Trilby',1,1008,NULL,'33593',NULL,1228,28.324796,-82.481766,0,NULL,NULL,NULL),
+ (23,184,1,1,0,'265X Caulder Path SW',265,'X',NULL,'Caulder','Path','SW',NULL,NULL,NULL,NULL,'Anchorage',1,1001,NULL,'99518',NULL,1228,61.156565,-149.88335,0,NULL,NULL,NULL),
+ (24,64,1,1,0,'3J Lincoln St S',3,'J',NULL,'Lincoln','St','S',NULL,NULL,NULL,NULL,'Roseland',1,1017,NULL,'70456',NULL,1228,30.769493,-90.51064,0,NULL,NULL,NULL),
+ (25,186,1,1,0,'747W Pine Ave N',747,'W',NULL,'Pine','Ave','N',NULL,NULL,NULL,NULL,'Vinton',1,1034,NULL,'45686',NULL,1228,38.99754,-82.36215,0,NULL,NULL,NULL),
+ (26,74,1,1,0,'435C Woodbridge Way SE',435,'C',NULL,'Woodbridge','Way','SE',NULL,NULL,NULL,NULL,'Baltimore',1,1019,NULL,'21279',NULL,1228,39.284707,-76.620489,0,NULL,NULL,NULL),
+ (27,176,1,1,0,'358T Jackson Ave N',358,'T',NULL,'Jackson','Ave','N',NULL,NULL,NULL,NULL,'Vanceburg',1,1016,NULL,'41179',NULL,1228,38.530915,-83.38506,0,NULL,NULL,NULL),
+ (28,72,1,1,0,'545W Green Path SE',545,'W',NULL,'Green','Path','SE',NULL,NULL,NULL,NULL,'Akutan',1,1001,NULL,'99553',NULL,1228,54.098693,-165.88176,0,NULL,NULL,NULL),
+ (29,120,1,1,0,'188D Van Ness Path SE',188,'D',NULL,'Van Ness','Path','SE',NULL,NULL,NULL,NULL,'Travelers Rest',1,1039,NULL,'29690',NULL,1228,35.018511,-82.43224,0,NULL,NULL,NULL),
+ (30,25,1,1,0,'572S College Dr S',572,'S',NULL,'College','Dr','S',NULL,NULL,NULL,NULL,'Moores Hill',1,1013,NULL,'47032',NULL,1228,39.075691,-85.06057,0,NULL,NULL,NULL),
+ (31,90,1,1,0,'822U Cadell Way NW',822,'U',NULL,'Cadell','Way','NW',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85040',NULL,1228,33.393323,-112.02857,0,NULL,NULL,NULL),
+ (32,17,1,1,0,'773F Northpoint St E',773,'F',NULL,'Northpoint','St','E',NULL,NULL,NULL,NULL,'Forestville',1,1004,NULL,'95436',NULL,1228,38.495857,-122.90636,0,NULL,NULL,NULL),
+ (33,121,1,1,0,'160N Green Pl SW',160,'N',NULL,'Green','Pl','SW',NULL,NULL,NULL,NULL,'Johannesburg',1,1021,NULL,'49751',NULL,1228,44.963659,-84.43175,0,NULL,NULL,NULL),
+ (34,93,1,1,0,'983J Martin Luther King Dr N',983,'J',NULL,'Martin Luther King','Dr','N',NULL,NULL,NULL,NULL,'Collingswood',1,1029,NULL,'08108',NULL,1228,39.915263,-75.06401,0,NULL,NULL,NULL),
+ (35,133,1,1,0,'664L Second Path NE',664,'L',NULL,'Second','Path','NE',NULL,NULL,NULL,NULL,'Red House',1,1045,NULL,'23963',NULL,1228,37.197072,-78.81694,0,NULL,NULL,NULL),
+ (36,114,1,1,0,'831A Caulder St N',831,'A',NULL,'Caulder','St','N',NULL,NULL,NULL,NULL,'Gary',1,1013,NULL,'46407',NULL,1228,41.580469,-87.33646,0,NULL,NULL,NULL),
+ (37,37,1,1,0,'277S Jackson Path W',277,'S',NULL,'Jackson','Path','W',NULL,NULL,NULL,NULL,'Youngstown',1,1034,NULL,'44505',NULL,1228,41.122524,-80.62043,0,NULL,NULL,NULL),
+ (38,62,1,1,0,'590D Beech Way E',590,'D',NULL,'Beech','Way','E',NULL,NULL,NULL,NULL,'Bairoil',1,1049,NULL,'82322',NULL,1228,42.180259,-107.73911,0,NULL,NULL,NULL),
+ (39,5,1,1,0,'776S Green Dr W',776,'S',NULL,'Green','Dr','W',NULL,NULL,NULL,NULL,'Catron',1,1024,NULL,'63833',NULL,1228,36.642019,-89.73149,0,NULL,NULL,NULL),
+ (40,92,1,1,0,'313R Woodbridge Pl E',313,'R',NULL,'Woodbridge','Pl','E',NULL,NULL,NULL,NULL,'White Lake',1,1048,NULL,'54491',NULL,1228,45.211554,-88.74259,0,NULL,NULL,NULL),
+ (41,156,1,1,0,'538H Dowlen Path W',538,'H',NULL,'Dowlen','Path','W',NULL,NULL,NULL,NULL,'Rockport',1,1012,NULL,'62370',NULL,1228,39.510835,-90.99193,0,NULL,NULL,NULL),
+ (42,124,1,1,0,'589D Woodbridge Dr N',589,'D',NULL,'Woodbridge','Dr','N',NULL,NULL,NULL,NULL,'Mattson',1,1023,NULL,'38758',NULL,1228,34.095627,-90.51041,0,NULL,NULL,NULL),
+ (43,142,1,1,0,'286O Green Ln SW',286,'O',NULL,'Green','Ln','SW',NULL,NULL,NULL,NULL,'East Glastonbury',1,1006,NULL,'06025',NULL,1228,41.688896,-72.534482,0,NULL,NULL,NULL),
+ (44,189,1,1,0,'993F College Dr E',993,'F',NULL,'College','Dr','E',NULL,NULL,NULL,NULL,'Westland',1,1037,NULL,'15378',NULL,1228,40.27758,-80.27408,0,NULL,NULL,NULL),
+ (45,183,1,1,0,'735F Van Ness Ln SE',735,'F',NULL,'Van Ness','Ln','SE',NULL,NULL,NULL,NULL,'Canyon Lake',1,1042,NULL,'78133',NULL,1228,29.883884,-98.25219,0,NULL,NULL,NULL),
+ (46,29,1,1,0,'291M Northpoint Ave SW',291,'M',NULL,'Northpoint','Ave','SW',NULL,NULL,NULL,NULL,'Sandia',1,1042,NULL,'78383',NULL,1228,28.066598,-97.92891,0,NULL,NULL,NULL),
+ (47,44,1,1,0,'137V El Camino Dr W',137,'V',NULL,'El Camino','Dr','W',NULL,NULL,NULL,NULL,'Sheridan',1,1024,NULL,'64486',NULL,1228,40.530798,-94.62495,0,NULL,NULL,NULL),
+ (48,4,1,1,0,'937A Lincoln Blvd N',937,'A',NULL,'Lincoln','Blvd','N',NULL,NULL,NULL,NULL,'Hitchins',1,1016,NULL,'41146',NULL,1228,38.272476,-82.90494,0,NULL,NULL,NULL),
+ (49,105,1,1,0,'483P El Camino Blvd S',483,'P',NULL,'El Camino','Blvd','S',NULL,NULL,NULL,NULL,'Cornish',1,1043,NULL,'84308',NULL,1228,41.944253,-111.973275,0,NULL,NULL,NULL),
+ (50,36,1,1,0,'248Y Dowlen Pl SW',248,'Y',NULL,'Dowlen','Pl','SW',NULL,NULL,NULL,NULL,'Salt Lake City',1,1043,NULL,'84106',NULL,1228,40.706246,-111.85657,0,NULL,NULL,NULL),
+ (51,96,1,1,0,'498Q Bay Ave S',498,'Q',NULL,'Bay','Ave','S',NULL,NULL,NULL,NULL,'Mineral Wells',1,1047,NULL,'26120',NULL,1228,39.218276,-81.497865,0,NULL,NULL,NULL),
+ (52,86,1,1,0,'588J Maple Pl N',588,'J',NULL,'Maple','Pl','N',NULL,NULL,NULL,NULL,'Sumner',1,1026,NULL,'68878',NULL,1228,40.970793,-99.48582,0,NULL,NULL,NULL),
+ (53,179,1,1,0,'926W El Camino Ln S',926,'W',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Mesilla',1,1030,NULL,'88046',NULL,1228,32.267993,-106.805867,0,NULL,NULL,NULL),
+ (54,129,1,1,0,'16V Northpoint Ln SW',16,'V',NULL,'Northpoint','Ln','SW',NULL,NULL,NULL,NULL,'Raton',1,1030,NULL,'87740',NULL,1228,36.78767,-104.38693,0,NULL,NULL,NULL),
+ (55,165,1,1,0,'279G El Camino Ln S',279,'G',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Topeka',1,1015,NULL,'66619',NULL,1228,38.946977,-95.6938,0,NULL,NULL,NULL),
+ (56,9,1,1,0,'532Z Van Ness Way NW',532,'Z',NULL,'Van Ness','Way','NW',NULL,NULL,NULL,NULL,'Dyess AFB',1,1042,NULL,'79607',NULL,1228,32.417269,-99.82203,0,NULL,NULL,NULL),
+ (57,59,1,1,0,'552M States Dr NW',552,'M',NULL,'States','Dr','NW',NULL,NULL,NULL,NULL,'Sonnette',1,1025,NULL,'59348',NULL,1228,45.365698,-105.95632,0,NULL,NULL,NULL),
+ (58,95,1,1,0,'19A Lincoln Blvd S',19,'A',NULL,'Lincoln','Blvd','S',NULL,NULL,NULL,NULL,'Queen City',1,1042,NULL,'75572',NULL,1228,33.210952,-94.13364,0,NULL,NULL,NULL),
+ (59,200,1,1,0,'979U Woodbridge Rd NE',979,'U',NULL,'Woodbridge','Rd','NE',NULL,NULL,NULL,NULL,'Patchogue',1,1031,NULL,'11772',NULL,1228,40.770898,-73.00213,0,NULL,NULL,NULL),
+ (60,22,1,1,0,'908S El Camino Ln SW',908,'S',NULL,'El Camino','Ln','SW',NULL,NULL,NULL,NULL,'Purgitsville',1,1047,NULL,'26852',NULL,1228,39.248438,-78.92736,0,NULL,NULL,NULL),
+ (61,54,1,1,0,'277K Van Ness Blvd E',277,'K',NULL,'Van Ness','Blvd','E',NULL,NULL,NULL,NULL,'Alba',1,1042,NULL,'75410',NULL,1228,32.793512,-95.63182,0,NULL,NULL,NULL),
+ (62,113,1,1,0,'148J Lincoln Blvd W',148,'J',NULL,'Lincoln','Blvd','W',NULL,NULL,NULL,NULL,'Pomona',1,1024,NULL,'65789',NULL,1228,36.857128,-91.88978,0,NULL,NULL,NULL),
+ (63,103,1,1,0,'446Q Main Pl S',446,'Q',NULL,'Main','Pl','S',NULL,NULL,NULL,NULL,'Blossburg',1,1037,NULL,'16912',NULL,1228,41.676922,-77.0616,0,NULL,NULL,NULL),
+ (64,192,1,1,0,'869X Bay Ln W',869,'X',NULL,'Bay','Ln','W',NULL,NULL,NULL,NULL,'Chapmansboro',1,1041,NULL,'37035',NULL,1228,36.388731,-87.13175,0,NULL,NULL,NULL),
+ (65,174,1,1,0,'733Z Van Ness Way SW',733,'Z',NULL,'Van Ness','Way','SW',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80212',NULL,1228,39.770336,-105.04688,0,NULL,NULL,NULL),
+ (66,16,3,1,0,'333T Bay Pl NW',333,'T',NULL,'Bay','Pl','NW',NULL,'Receiving',NULL,NULL,'Beech Creek',1,1037,NULL,'16822',NULL,1228,41.092339,-77.60545,0,NULL,NULL,NULL),
+ (67,152,2,1,0,'333T Bay Pl NW',333,'T',NULL,'Bay','Pl','NW',NULL,'Receiving',NULL,NULL,'Beech Creek',1,1037,NULL,'16822',NULL,1228,41.092339,-77.60545,0,NULL,NULL,66),
+ (68,43,3,1,0,'859C Jackson Pl SE',859,'C',NULL,'Jackson','Pl','SE',NULL,'Attn: Accounting',NULL,NULL,'Orlando',1,1008,NULL,'32867',NULL,1228,28.566338,-81.260818,0,NULL,NULL,NULL),
+ (69,3,2,0,0,'859C Jackson Pl SE',859,'C',NULL,'Jackson','Pl','SE',NULL,'Attn: Accounting',NULL,NULL,'Orlando',1,1008,NULL,'32867',NULL,1228,28.566338,-81.260818,0,NULL,NULL,68),
+ (70,12,3,1,0,'66W Main Blvd N',66,'W',NULL,'Main','Blvd','N',NULL,'Payables Dept.',NULL,NULL,'Jordan',1,1031,NULL,'13080',NULL,1228,43.07446,-76.47874,0,NULL,NULL,NULL),
+ (71,21,2,1,0,'66W Main Blvd N',66,'W',NULL,'Main','Blvd','N',NULL,'Payables Dept.',NULL,NULL,'Jordan',1,1031,NULL,'13080',NULL,1228,43.07446,-76.47874,0,NULL,NULL,70),
+ (72,60,3,1,0,'616Y Bay St W',616,'Y',NULL,'Bay','St','W',NULL,'Donor Relations',NULL,NULL,'Clinton Corners',1,1031,NULL,'12514',NULL,1228,41.874183,-73.76727,0,NULL,NULL,NULL),
+ (73,120,2,0,0,'616Y Bay St W',616,'Y',NULL,'Bay','St','W',NULL,'Donor Relations',NULL,NULL,'Clinton Corners',1,1031,NULL,'12514',NULL,1228,41.874183,-73.76727,0,NULL,NULL,72),
+ (74,55,3,1,0,'20P Caulder Ln W',20,'P',NULL,'Caulder','Ln','W',NULL,'Receiving',NULL,NULL,'San Ardo',1,1004,NULL,'93450',NULL,1228,35.964022,-120.87339,0,NULL,NULL,NULL),
+ (75,201,3,1,0,'268K Main Blvd SW',268,'K',NULL,'Main','Blvd','SW',NULL,'Subscriptions Dept',NULL,NULL,'Baltimore',1,1019,NULL,'21264',NULL,1228,39.284707,-76.620489,0,NULL,NULL,NULL),
+ (76,180,3,1,0,'816O Jackson Ave S',816,'O',NULL,'Jackson','Ave','S',NULL,'Editorial Dept',NULL,NULL,'Lexington',1,1012,NULL,'61753',NULL,1228,40.63872,-88.7923,0,NULL,NULL,NULL),
+ (77,137,2,1,0,'816O Jackson Ave S',816,'O',NULL,'Jackson','Ave','S',NULL,'Editorial Dept',NULL,NULL,'Lexington',1,1012,NULL,'61753',NULL,1228,40.63872,-88.7923,0,NULL,NULL,76),
+ (78,161,3,1,0,'625Y Dowlen Blvd W',625,'Y',NULL,'Dowlen','Blvd','W',NULL,'Subscriptions Dept',NULL,NULL,'Moscow',1,1042,NULL,'75960',NULL,1228,30.903688,-94.80916,0,NULL,NULL,NULL),
+ (79,176,2,0,0,'625Y Dowlen Blvd W',625,'Y',NULL,'Dowlen','Blvd','W',NULL,'Subscriptions Dept',NULL,NULL,'Moscow',1,1042,NULL,'75960',NULL,1228,30.903688,-94.80916,0,NULL,NULL,78),
+ (80,122,3,1,0,'645K Caulder Pl NE',645,'K',NULL,'Caulder','Pl','NE',NULL,'Subscriptions Dept',NULL,NULL,'Coxs Creek',1,1016,NULL,'40013',NULL,1228,37.928563,-85.49036,0,NULL,NULL,NULL),
+ (81,57,2,1,0,'645K Caulder Pl NE',645,'K',NULL,'Caulder','Pl','NE',NULL,'Subscriptions Dept',NULL,NULL,'Coxs Creek',1,1016,NULL,'40013',NULL,1228,37.928563,-85.49036,0,NULL,NULL,80),
+ (82,181,3,1,0,'10C Pine Path NW',10,'C',NULL,'Pine','Path','NW',NULL,'Donor Relations',NULL,NULL,'Keene',1,1031,NULL,'12942',NULL,1228,44.25462,-73.78934,0,NULL,NULL,NULL),
+ (83,159,2,1,0,'10C Pine Path NW',10,'C',NULL,'Pine','Path','NW',NULL,'Donor Relations',NULL,NULL,'Keene',1,1031,NULL,'12942',NULL,1228,44.25462,-73.78934,0,NULL,NULL,82),
+ (84,65,3,1,0,'10L Main Dr E',10,'L',NULL,'Main','Dr','E',NULL,'Mailstop 101',NULL,NULL,'Bernardsville',1,1029,NULL,'07952',NULL,1228,40.733863,-74.585653,0,NULL,NULL,NULL),
+ (85,150,2,1,0,'10L Main Dr E',10,'L',NULL,'Main','Dr','E',NULL,'Mailstop 101',NULL,NULL,'Bernardsville',1,1029,NULL,'07952',NULL,1228,40.733863,-74.585653,0,NULL,NULL,84),
+ (86,100,3,1,0,'842J Martin Luther King St W',842,'J',NULL,'Martin Luther King','St','W',NULL,'Disbursements',NULL,NULL,'Dawson',1,1042,NULL,'76639',NULL,1228,31.881324,-96.70164,0,NULL,NULL,NULL),
+ (87,53,2,1,0,'842J Martin Luther King St W',842,'J',NULL,'Martin Luther King','St','W',NULL,'Disbursements',NULL,NULL,'Dawson',1,1042,NULL,'76639',NULL,1228,31.881324,-96.70164,0,NULL,NULL,86),
+ (88,199,3,1,0,'862H Pine St SW',862,'H',NULL,'Pine','St','SW',NULL,'Disbursements',NULL,NULL,'Wylliesburg',1,1045,NULL,'23976',NULL,1228,36.848612,-78.59064,0,NULL,NULL,NULL),
+ (89,153,2,0,0,'862H Pine St SW',862,'H',NULL,'Pine','St','SW',NULL,'Disbursements',NULL,NULL,'Wylliesburg',1,1045,NULL,'23976',NULL,1228,36.848612,-78.59064,0,NULL,NULL,88),
+ (90,109,3,1,0,'913L Cadell Ave S',913,'L',NULL,'Cadell','Ave','S',NULL,'Donor Relations',NULL,NULL,'Upper Tract',1,1047,NULL,'26866',NULL,1228,38.814289,-79.23861,0,NULL,NULL,NULL),
+ (91,119,3,1,0,'675M Lincoln St W',675,'M',NULL,'Lincoln','St','W',NULL,'c/o OPDC',NULL,NULL,'Leicester',1,1032,NULL,'28748',NULL,1228,35.661009,-82.73513,0,NULL,NULL,NULL),
+ (92,130,3,1,0,'779I Woodbridge Dr N',779,'I',NULL,'Woodbridge','Dr','N',NULL,'Churchgate',NULL,NULL,'Petersburg',1,1031,NULL,'12138',NULL,1228,42.760049,-73.36801,0,NULL,NULL,NULL),
+ (93,164,2,0,0,'779I Woodbridge Dr N',779,'I',NULL,'Woodbridge','Dr','N',NULL,'Churchgate',NULL,NULL,'Petersburg',1,1031,NULL,'12138',NULL,1228,42.760049,-73.36801,0,NULL,NULL,92),
+ (94,40,3,1,0,'758K Van Ness Pl W',758,'K',NULL,'Van Ness','Pl','W',NULL,'Payables Dept.',NULL,NULL,'Harrington',1,1007,NULL,'19952',NULL,1228,38.916908,-75.61343,0,NULL,NULL,NULL),
+ (95,126,3,1,0,'48O States St W',48,'O',NULL,'States','St','W',NULL,'Churchgate',NULL,NULL,'Long Beach',1,1004,NULL,'90804',NULL,1228,33.783467,-118.15182,0,NULL,NULL,NULL),
+ (96,48,2,1,0,'48O States St W',48,'O',NULL,'States','St','W',NULL,'Churchgate',NULL,NULL,'Long Beach',1,1004,NULL,'90804',NULL,1228,33.783467,-118.15182,0,NULL,NULL,95),
+ (97,26,3,1,0,'555F Beech Path S',555,'F',NULL,'Beech','Path','S',NULL,'Donor Relations',NULL,NULL,'North Buena Vista',1,1014,NULL,'52066',NULL,1228,42.682337,-90.95239,0,NULL,NULL,NULL),
+ (98,183,2,0,0,'555F Beech Path S',555,'F',NULL,'Beech','Path','S',NULL,'Donor Relations',NULL,NULL,'North Buena Vista',1,1014,NULL,'52066',NULL,1228,42.682337,-90.95239,0,NULL,NULL,97),
+ (99,166,3,1,0,'887T Lincoln Blvd W',887,'T',NULL,'Lincoln','Blvd','W',NULL,'Urgent',NULL,NULL,'Milwaukee',1,1048,NULL,'53281',NULL,1228,43.040963,-87.957786,0,NULL,NULL,NULL),
+ (100,11,2,1,0,'887T Lincoln Blvd W',887,'T',NULL,'Lincoln','Blvd','W',NULL,'Urgent',NULL,NULL,'Milwaukee',1,1048,NULL,'53281',NULL,1228,43.040963,-87.957786,0,NULL,NULL,99),
+ (101,18,1,1,0,'291M Northpoint Ave SW',291,'M',NULL,'Northpoint','Ave','SW',NULL,NULL,NULL,NULL,'Sandia',1,1042,NULL,'78383',NULL,1228,28.066598,-97.92891,0,NULL,NULL,46),
+ (102,143,1,1,0,'291M Northpoint Ave SW',291,'M',NULL,'Northpoint','Ave','SW',NULL,NULL,NULL,NULL,'Sandia',1,1042,NULL,'78383',NULL,1228,28.066598,-97.92891,0,NULL,NULL,46),
+ (103,33,1,1,0,'291M Northpoint Ave SW',291,'M',NULL,'Northpoint','Ave','SW',NULL,NULL,NULL,NULL,'Sandia',1,1042,NULL,'78383',NULL,1228,28.066598,-97.92891,0,NULL,NULL,46),
+ (104,14,1,1,0,'436Z Van Ness Rd SE',436,'Z',NULL,'Van Ness','Rd','SE',NULL,NULL,NULL,NULL,'Bear Creek',1,1037,NULL,'18602',NULL,1228,41.184986,-75.75144,0,NULL,NULL,NULL),
+ (105,27,1,1,0,'137V El Camino Dr W',137,'V',NULL,'El Camino','Dr','W',NULL,NULL,NULL,NULL,'Sheridan',1,1024,NULL,'64486',NULL,1228,40.530798,-94.62495,0,NULL,NULL,47),
+ (106,123,1,1,0,'137V El Camino Dr W',137,'V',NULL,'El Camino','Dr','W',NULL,NULL,NULL,NULL,'Sheridan',1,1024,NULL,'64486',NULL,1228,40.530798,-94.62495,0,NULL,NULL,47),
+ (107,173,1,1,0,'137V El Camino Dr W',137,'V',NULL,'El Camino','Dr','W',NULL,NULL,NULL,NULL,'Sheridan',1,1024,NULL,'64486',NULL,1228,40.530798,-94.62495,0,NULL,NULL,47),
+ (108,39,1,1,0,'137V El Camino Dr W',137,'V',NULL,'El Camino','Dr','W',NULL,NULL,NULL,NULL,'Sheridan',1,1024,NULL,'64486',NULL,1228,40.530798,-94.62495,0,NULL,NULL,47),
+ (109,48,1,0,0,'937A Lincoln Blvd N',937,'A',NULL,'Lincoln','Blvd','N',NULL,NULL,NULL,NULL,'Hitchins',1,1016,NULL,'41146',NULL,1228,38.272476,-82.90494,0,NULL,NULL,48),
+ (110,160,1,1,0,'937A Lincoln Blvd N',937,'A',NULL,'Lincoln','Blvd','N',NULL,NULL,NULL,NULL,'Hitchins',1,1016,NULL,'41146',NULL,1228,38.272476,-82.90494,0,NULL,NULL,48),
+ (111,66,1,1,0,'937A Lincoln Blvd N',937,'A',NULL,'Lincoln','Blvd','N',NULL,NULL,NULL,NULL,'Hitchins',1,1016,NULL,'41146',NULL,1228,38.272476,-82.90494,0,NULL,NULL,48),
+ (112,182,1,1,0,'937A Lincoln Blvd N',937,'A',NULL,'Lincoln','Blvd','N',NULL,NULL,NULL,NULL,'Hitchins',1,1016,NULL,'41146',NULL,1228,38.272476,-82.90494,0,NULL,NULL,48),
+ (113,112,1,1,0,'483P El Camino Blvd S',483,'P',NULL,'El Camino','Blvd','S',NULL,NULL,NULL,NULL,'Cornish',1,1043,NULL,'84308',NULL,1228,41.944253,-111.973275,0,NULL,NULL,49),
+ (114,145,1,1,0,'483P El Camino Blvd S',483,'P',NULL,'El Camino','Blvd','S',NULL,NULL,NULL,NULL,'Cornish',1,1043,NULL,'84308',NULL,1228,41.944253,-111.973275,0,NULL,NULL,49),
+ (115,82,1,1,0,'483P El Camino Blvd S',483,'P',NULL,'El Camino','Blvd','S',NULL,NULL,NULL,NULL,'Cornish',1,1043,NULL,'84308',NULL,1228,41.944253,-111.973275,0,NULL,NULL,49),
+ (116,45,1,1,0,'483P El Camino Blvd S',483,'P',NULL,'El Camino','Blvd','S',NULL,NULL,NULL,NULL,'Cornish',1,1043,NULL,'84308',NULL,1228,41.944253,-111.973275,0,NULL,NULL,49),
+ (117,141,1,1,0,'248Y Dowlen Pl SW',248,'Y',NULL,'Dowlen','Pl','SW',NULL,NULL,NULL,NULL,'Salt Lake City',1,1043,NULL,'84106',NULL,1228,40.706246,-111.85657,0,NULL,NULL,50),
+ (118,58,1,1,0,'248Y Dowlen Pl SW',248,'Y',NULL,'Dowlen','Pl','SW',NULL,NULL,NULL,NULL,'Salt Lake City',1,1043,NULL,'84106',NULL,1228,40.706246,-111.85657,0,NULL,NULL,50),
+ (119,155,1,1,0,'248Y Dowlen Pl SW',248,'Y',NULL,'Dowlen','Pl','SW',NULL,NULL,NULL,NULL,'Salt Lake City',1,1043,NULL,'84106',NULL,1228,40.706246,-111.85657,0,NULL,NULL,50),
+ (120,84,1,1,0,'248Y Dowlen Pl SW',248,'Y',NULL,'Dowlen','Pl','SW',NULL,NULL,NULL,NULL,'Salt Lake City',1,1043,NULL,'84106',NULL,1228,40.706246,-111.85657,0,NULL,NULL,50),
+ (121,177,1,1,0,'498Q Bay Ave S',498,'Q',NULL,'Bay','Ave','S',NULL,NULL,NULL,NULL,'Mineral Wells',1,1047,NULL,'26120',NULL,1228,39.218276,-81.497865,0,NULL,NULL,51),
+ (122,175,1,1,0,'498Q Bay Ave S',498,'Q',NULL,'Bay','Ave','S',NULL,NULL,NULL,NULL,'Mineral Wells',1,1047,NULL,'26120',NULL,1228,39.218276,-81.497865,0,NULL,NULL,51),
+ (123,83,1,1,0,'498Q Bay Ave S',498,'Q',NULL,'Bay','Ave','S',NULL,NULL,NULL,NULL,'Mineral Wells',1,1047,NULL,'26120',NULL,1228,39.218276,-81.497865,0,NULL,NULL,51),
+ (124,117,1,1,0,'605M Northpoint Rd N',605,'M',NULL,'Northpoint','Rd','N',NULL,NULL,NULL,NULL,'Walworth',1,1048,NULL,'53197',NULL,1228,42.566752,-88.56557,0,NULL,NULL,NULL),
+ (125,148,1,1,0,'588J Maple Pl N',588,'J',NULL,'Maple','Pl','N',NULL,NULL,NULL,NULL,'Sumner',1,1026,NULL,'68878',NULL,1228,40.970793,-99.48582,0,NULL,NULL,52),
+ (126,11,1,0,0,'588J Maple Pl N',588,'J',NULL,'Maple','Pl','N',NULL,NULL,NULL,NULL,'Sumner',1,1026,NULL,'68878',NULL,1228,40.970793,-99.48582,0,NULL,NULL,52),
+ (127,41,1,1,0,'588J Maple Pl N',588,'J',NULL,'Maple','Pl','N',NULL,NULL,NULL,NULL,'Sumner',1,1026,NULL,'68878',NULL,1228,40.970793,-99.48582,0,NULL,NULL,52),
+ (128,193,1,1,0,'916U El Camino Ave SE',916,'U',NULL,'El Camino','Ave','SE',NULL,NULL,NULL,NULL,'Midwest',1,1049,NULL,'82643',NULL,1228,43.363864,-106.27476,0,NULL,NULL,NULL),
+ (129,51,1,1,0,'926W El Camino Ln S',926,'W',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Mesilla',1,1030,NULL,'88046',NULL,1228,32.267993,-106.805867,0,NULL,NULL,53),
+ (130,147,1,1,0,'926W El Camino Ln S',926,'W',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Mesilla',1,1030,NULL,'88046',NULL,1228,32.267993,-106.805867,0,NULL,NULL,53),
+ (131,6,1,1,0,'926W El Camino Ln S',926,'W',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Mesilla',1,1030,NULL,'88046',NULL,1228,32.267993,-106.805867,0,NULL,NULL,53),
+ (132,21,1,0,0,'926W El Camino Ln S',926,'W',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Mesilla',1,1030,NULL,'88046',NULL,1228,32.267993,-106.805867,0,NULL,NULL,53),
+ (133,150,1,0,0,'16V Northpoint Ln SW',16,'V',NULL,'Northpoint','Ln','SW',NULL,NULL,NULL,NULL,'Raton',1,1030,NULL,'87740',NULL,1228,36.78767,-104.38693,0,NULL,NULL,54),
+ (134,137,1,0,0,'16V Northpoint Ln SW',16,'V',NULL,'Northpoint','Ln','SW',NULL,NULL,NULL,NULL,'Raton',1,1030,NULL,'87740',NULL,1228,36.78767,-104.38693,0,NULL,NULL,54),
+ (135,10,1,1,0,'16V Northpoint Ln SW',16,'V',NULL,'Northpoint','Ln','SW',NULL,NULL,NULL,NULL,'Raton',1,1030,NULL,'87740',NULL,1228,36.78767,-104.38693,0,NULL,NULL,54),
+ (136,107,1,1,0,'16V Northpoint Ln SW',16,'V',NULL,'Northpoint','Ln','SW',NULL,NULL,NULL,NULL,'Raton',1,1030,NULL,'87740',NULL,1228,36.78767,-104.38693,0,NULL,NULL,54),
+ (137,30,1,1,0,'279G El Camino Ln S',279,'G',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Topeka',1,1015,NULL,'66619',NULL,1228,38.946977,-95.6938,0,NULL,NULL,55),
+ (138,99,1,1,0,'279G El Camino Ln S',279,'G',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Topeka',1,1015,NULL,'66619',NULL,1228,38.946977,-95.6938,0,NULL,NULL,55),
+ (139,149,1,1,0,'279G El Camino Ln S',279,'G',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Topeka',1,1015,NULL,'66619',NULL,1228,38.946977,-95.6938,0,NULL,NULL,55),
+ (140,35,1,1,0,'279G El Camino Ln S',279,'G',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Topeka',1,1015,NULL,'66619',NULL,1228,38.946977,-95.6938,0,NULL,NULL,55),
+ (141,81,1,1,0,'532Z Van Ness Way NW',532,'Z',NULL,'Van Ness','Way','NW',NULL,NULL,NULL,NULL,'Dyess AFB',1,1042,NULL,'79607',NULL,1228,32.417269,-99.82203,0,NULL,NULL,56),
+ (142,108,1,1,0,'532Z Van Ness Way NW',532,'Z',NULL,'Van Ness','Way','NW',NULL,NULL,NULL,NULL,'Dyess AFB',1,1042,NULL,'79607',NULL,1228,32.417269,-99.82203,0,NULL,NULL,56),
+ (143,191,1,1,0,'532Z Van Ness Way NW',532,'Z',NULL,'Van Ness','Way','NW',NULL,NULL,NULL,NULL,'Dyess AFB',1,1042,NULL,'79607',NULL,1228,32.417269,-99.82203,0,NULL,NULL,56),
+ (144,170,1,1,0,'532Z Van Ness Way NW',532,'Z',NULL,'Van Ness','Way','NW',NULL,NULL,NULL,NULL,'Dyess AFB',1,1042,NULL,'79607',NULL,1228,32.417269,-99.82203,0,NULL,NULL,56),
+ (145,154,1,1,0,'552M States Dr NW',552,'M',NULL,'States','Dr','NW',NULL,NULL,NULL,NULL,'Sonnette',1,1025,NULL,'59348',NULL,1228,45.365698,-105.95632,0,NULL,NULL,57),
+ (146,151,1,1,0,'552M States Dr NW',552,'M',NULL,'States','Dr','NW',NULL,NULL,NULL,NULL,'Sonnette',1,1025,NULL,'59348',NULL,1228,45.365698,-105.95632,0,NULL,NULL,57),
+ (147,61,1,1,0,'552M States Dr NW',552,'M',NULL,'States','Dr','NW',NULL,NULL,NULL,NULL,'Sonnette',1,1025,NULL,'59348',NULL,1228,45.365698,-105.95632,0,NULL,NULL,57),
+ (148,163,1,1,0,'552M States Dr NW',552,'M',NULL,'States','Dr','NW',NULL,NULL,NULL,NULL,'Sonnette',1,1025,NULL,'59348',NULL,1228,45.365698,-105.95632,0,NULL,NULL,57),
+ (149,42,1,1,0,'19A Lincoln Blvd S',19,'A',NULL,'Lincoln','Blvd','S',NULL,NULL,NULL,NULL,'Queen City',1,1042,NULL,'75572',NULL,1228,33.210952,-94.13364,0,NULL,NULL,58),
+ (150,167,1,1,0,'19A Lincoln Blvd S',19,'A',NULL,'Lincoln','Blvd','S',NULL,NULL,NULL,NULL,'Queen City',1,1042,NULL,'75572',NULL,1228,33.210952,-94.13364,0,NULL,NULL,58),
+ (151,77,1,1,0,'19A Lincoln Blvd S',19,'A',NULL,'Lincoln','Blvd','S',NULL,NULL,NULL,NULL,'Queen City',1,1042,NULL,'75572',NULL,1228,33.210952,-94.13364,0,NULL,NULL,58),
+ (152,128,1,1,0,'19A Lincoln Blvd S',19,'A',NULL,'Lincoln','Blvd','S',NULL,NULL,NULL,NULL,'Queen City',1,1042,NULL,'75572',NULL,1228,33.210952,-94.13364,0,NULL,NULL,58),
+ (153,135,1,1,0,'979U Woodbridge Rd NE',979,'U',NULL,'Woodbridge','Rd','NE',NULL,NULL,NULL,NULL,'Patchogue',1,1031,NULL,'11772',NULL,1228,40.770898,-73.00213,0,NULL,NULL,59),
+ (154,63,1,1,0,'979U Woodbridge Rd NE',979,'U',NULL,'Woodbridge','Rd','NE',NULL,NULL,NULL,NULL,'Patchogue',1,1031,NULL,'11772',NULL,1228,40.770898,-73.00213,0,NULL,NULL,59),
+ (155,73,1,1,0,'979U Woodbridge Rd NE',979,'U',NULL,'Woodbridge','Rd','NE',NULL,NULL,NULL,NULL,'Patchogue',1,1031,NULL,'11772',NULL,1228,40.770898,-73.00213,0,NULL,NULL,59),
+ (156,20,1,1,0,'979U Woodbridge Rd NE',979,'U',NULL,'Woodbridge','Rd','NE',NULL,NULL,NULL,NULL,'Patchogue',1,1031,NULL,'11772',NULL,1228,40.770898,-73.00213,0,NULL,NULL,59),
+ (157,50,1,1,0,'908S El Camino Ln SW',908,'S',NULL,'El Camino','Ln','SW',NULL,NULL,NULL,NULL,'Purgitsville',1,1047,NULL,'26852',NULL,1228,39.248438,-78.92736,0,NULL,NULL,60),
+ (158,118,1,1,0,'908S El Camino Ln SW',908,'S',NULL,'El Camino','Ln','SW',NULL,NULL,NULL,NULL,'Purgitsville',1,1047,NULL,'26852',NULL,1228,39.248438,-78.92736,0,NULL,NULL,60),
+ (159,47,1,1,0,'908S El Camino Ln SW',908,'S',NULL,'El Camino','Ln','SW',NULL,NULL,NULL,NULL,'Purgitsville',1,1047,NULL,'26852',NULL,1228,39.248438,-78.92736,0,NULL,NULL,60),
+ (160,159,1,0,0,'908S El Camino Ln SW',908,'S',NULL,'El Camino','Ln','SW',NULL,NULL,NULL,NULL,'Purgitsville',1,1047,NULL,'26852',NULL,1228,39.248438,-78.92736,0,NULL,NULL,60),
+ (161,71,1,1,0,'277K Van Ness Blvd E',277,'K',NULL,'Van Ness','Blvd','E',NULL,NULL,NULL,NULL,'Alba',1,1042,NULL,'75410',NULL,1228,32.793512,-95.63182,0,NULL,NULL,61),
+ (162,53,1,0,0,'277K Van Ness Blvd E',277,'K',NULL,'Van Ness','Blvd','E',NULL,NULL,NULL,NULL,'Alba',1,1042,NULL,'75410',NULL,1228,32.793512,-95.63182,0,NULL,NULL,61),
+ (163,69,1,1,0,'277K Van Ness Blvd E',277,'K',NULL,'Van Ness','Blvd','E',NULL,NULL,NULL,NULL,'Alba',1,1042,NULL,'75410',NULL,1228,32.793512,-95.63182,0,NULL,NULL,61),
+ (164,158,1,1,0,'391W Maple Dr S',391,'W',NULL,'Maple','Dr','S',NULL,NULL,NULL,NULL,'Saxonburg',1,1037,NULL,'16056',NULL,1228,40.732393,-79.83422,0,NULL,NULL,NULL),
+ (165,194,1,1,0,'148J Lincoln Blvd W',148,'J',NULL,'Lincoln','Blvd','W',NULL,NULL,NULL,NULL,'Pomona',1,1024,NULL,'65789',NULL,1228,36.857128,-91.88978,0,NULL,NULL,62),
+ (166,70,1,1,0,'148J Lincoln Blvd W',148,'J',NULL,'Lincoln','Blvd','W',NULL,NULL,NULL,NULL,'Pomona',1,1024,NULL,'65789',NULL,1228,36.857128,-91.88978,0,NULL,NULL,62),
+ (167,91,1,1,0,'148J Lincoln Blvd W',148,'J',NULL,'Lincoln','Blvd','W',NULL,NULL,NULL,NULL,'Pomona',1,1024,NULL,'65789',NULL,1228,36.857128,-91.88978,0,NULL,NULL,62),
+ (168,67,1,1,0,'148J Lincoln Blvd W',148,'J',NULL,'Lincoln','Blvd','W',NULL,NULL,NULL,NULL,'Pomona',1,1024,NULL,'65789',NULL,1228,36.857128,-91.88978,0,NULL,NULL,62),
+ (169,132,1,1,0,'446Q Main Pl S',446,'Q',NULL,'Main','Pl','S',NULL,NULL,NULL,NULL,'Blossburg',1,1037,NULL,'16912',NULL,1228,41.676922,-77.0616,0,NULL,NULL,63),
+ (170,110,1,1,0,'446Q Main Pl S',446,'Q',NULL,'Main','Pl','S',NULL,NULL,NULL,NULL,'Blossburg',1,1037,NULL,'16912',NULL,1228,41.676922,-77.0616,0,NULL,NULL,63),
+ (171,68,1,1,0,'446Q Main Pl S',446,'Q',NULL,'Main','Pl','S',NULL,NULL,NULL,NULL,'Blossburg',1,1037,NULL,'16912',NULL,1228,41.676922,-77.0616,0,NULL,NULL,63),
+ (172,31,1,1,0,'559X Woodbridge Ln NW',559,'X',NULL,'Woodbridge','Ln','NW',NULL,NULL,NULL,NULL,'Olcott',1,1031,NULL,'14126',NULL,1228,43.330443,-78.726661,0,NULL,NULL,NULL),
+ (173,75,1,1,0,'869X Bay Ln W',869,'X',NULL,'Bay','Ln','W',NULL,NULL,NULL,NULL,'Chapmansboro',1,1041,NULL,'37035',NULL,1228,36.388731,-87.13175,0,NULL,NULL,64),
+ (174,98,1,1,0,'869X Bay Ln W',869,'X',NULL,'Bay','Ln','W',NULL,NULL,NULL,NULL,'Chapmansboro',1,1041,NULL,'37035',NULL,1228,36.388731,-87.13175,0,NULL,NULL,64),
+ (175,198,1,1,0,'869X Bay Ln W',869,'X',NULL,'Bay','Ln','W',NULL,NULL,NULL,NULL,'Chapmansboro',1,1041,NULL,'37035',NULL,1228,36.388731,-87.13175,0,NULL,NULL,64),
+ (176,13,1,1,0,'292Z Jackson Ln S',292,'Z',NULL,'Jackson','Ln','S',NULL,NULL,NULL,NULL,'Herkimer',1,1031,NULL,'13350',NULL,1228,43.038149,-74.9846,0,NULL,NULL,NULL),
+ (177,87,1,1,0,'733Z Van Ness Way SW',733,'Z',NULL,'Van Ness','Way','SW',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80212',NULL,1228,39.770336,-105.04688,0,NULL,NULL,65),
+ (178,78,1,1,0,'733Z Van Ness Way SW',733,'Z',NULL,'Van Ness','Way','SW',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80212',NULL,1228,39.770336,-105.04688,0,NULL,NULL,65),
+ (179,56,1,1,0,'733Z Van Ness Way SW',733,'Z',NULL,'Van Ness','Way','SW',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80212',NULL,1228,39.770336,-105.04688,0,NULL,NULL,65),
+ (180,190,1,1,0,'896R Caulder Path NE',896,'R',NULL,'Caulder','Path','NE',NULL,NULL,NULL,NULL,'Emmalena',1,1016,NULL,'41740',NULL,1228,37.348377,-83.04938,0,NULL,NULL,NULL),
+ (181,NULL,1,1,1,'14S El Camino Way E',14,'S',NULL,'El Camino','Way',NULL,NULL,NULL,NULL,NULL,'Collinsville',NULL,1006,NULL,'6022',NULL,1228,41.8328,-72.9253,0,NULL,NULL,NULL),
+ (182,NULL,1,1,1,'11B Woodbridge Path SW',11,'B',NULL,'Woodbridge','Path',NULL,NULL,NULL,NULL,NULL,'Dayton',NULL,1034,NULL,'45417',NULL,1228,39.7531,-84.2471,0,NULL,NULL,NULL),
+ (183,NULL,1,1,1,'581O Lincoln Dr SW',581,'O',NULL,'Lincoln','Dr',NULL,NULL,NULL,NULL,NULL,'Santa Fe',NULL,1030,NULL,'87594',NULL,1228,35.5212,-105.982,0,NULL,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_address` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -1993,208 +1991,208 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_contact` WRITE;
 /*!40000 ALTER TABLE `civicrm_contact` DISABLE KEYS */;
 INSERT INTO `civicrm_contact` (`id`, `contact_type`, `external_identifier`, `display_name`, `organization_name`, `contact_sub_type`, `first_name`, `middle_name`, `last_name`, `do_not_email`, `do_not_phone`, `do_not_mail`, `do_not_sms`, `do_not_trade`, `is_opt_out`, `legal_identifier`, `sort_name`, `nick_name`, `legal_name`, `image_URL`, `preferred_communication_method`, `preferred_language`, `hash`, `api_key`, `source`, `prefix_id`, `suffix_id`, `formal_title`, `communication_style_id`, `email_greeting_id`, `email_greeting_custom`, `email_greeting_display`, `postal_greeting_id`, `postal_greeting_custom`, `postal_greeting_display`, `addressee_id`, `addressee_custom`, `addressee_display`, `job_title`, `gender_id`, `birth_date`, `is_deceased`, `deceased_date`, `household_name`, `primary_contact_id`, `sic_code`, `user_unique_id`, `employer_id`, `is_deleted`, `created_date`, `modified_date`, `preferred_mail_format`) VALUES
- (1,'Organization',NULL,'Default Organization','Default Organization',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Default Organization',NULL,'Default Organization',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2023-12-17 20:11:28','Both'),
- (2,'Household',NULL,'Müller-Díaz family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Müller-Díaz family',NULL,NULL,NULL,NULL,NULL,'900322331',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Müller-Díaz family',5,NULL,'Dear Müller-Díaz family',2,NULL,'Müller-Díaz family',NULL,NULL,NULL,0,NULL,'Müller-Díaz family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (3,'Household',NULL,'Blackwell family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Blackwell family',NULL,NULL,NULL,NULL,NULL,'3218641510',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Blackwell family',5,NULL,'Dear Blackwell family',2,NULL,'Blackwell family',NULL,NULL,NULL,0,NULL,'Blackwell family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (4,'Individual',NULL,'Mr. Norris Terrell Jr.',NULL,NULL,'Norris','X','Terrell',1,0,0,0,0,0,NULL,'Terrell, Norris',NULL,NULL,NULL,NULL,NULL,'1035663398',NULL,'Sample Data',3,1,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Mr. Norris Terrell Jr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (5,'Individual',NULL,'Mr. Winford Terrell III',NULL,NULL,'Winford','I','Terrell',1,0,0,0,0,0,NULL,'Terrell, Winford',NULL,NULL,NULL,NULL,NULL,'152025201',NULL,'Sample Data',3,4,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Mr. Winford Terrell III',NULL,2,'1964-04-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (6,'Individual',NULL,'Mr. Bryon Dimitrov',NULL,NULL,'Bryon','','Dimitrov',0,0,0,0,0,0,NULL,'Dimitrov, Bryon',NULL,NULL,NULL,NULL,NULL,'3819077271',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Mr. Bryon Dimitrov',NULL,2,'1970-12-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (7,'Individual',NULL,'Mr. Ashley Dimitrov-Ivanov',NULL,NULL,'Ashley','','Dimitrov-Ivanov',0,0,0,0,0,0,NULL,'Dimitrov-Ivanov, Ashley',NULL,NULL,NULL,NULL,NULL,'3849146505',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Mr. Ashley Dimitrov-Ivanov',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (8,'Individual',NULL,'Brittney Parker-Roberts','Creative Peace Network',NULL,'Brittney','','Parker-Roberts',1,0,0,0,0,0,NULL,'Parker-Roberts, Brittney',NULL,NULL,NULL,'1',NULL,'450084777',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brittney',1,NULL,'Dear Brittney',1,NULL,'Brittney Parker-Roberts',NULL,1,'1982-11-06',0,NULL,NULL,NULL,NULL,NULL,115,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (9,'Organization',NULL,'United Technology Center','United Technology Center',NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'United Technology Center',NULL,NULL,NULL,'2',NULL,'94652750',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'United Technology Center',NULL,NULL,NULL,0,NULL,NULL,146,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (10,'Individual',NULL,'Lincoln Jameson',NULL,NULL,'Lincoln','','Jameson',0,1,0,0,0,0,NULL,'Jameson, Lincoln',NULL,NULL,NULL,'5',NULL,'2753899992',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Lincoln Jameson',NULL,2,'1963-07-24',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (11,'Individual',NULL,'Carlos McReynolds III',NULL,NULL,'Carlos','','McReynolds',0,0,0,0,0,0,NULL,'McReynolds, Carlos',NULL,NULL,NULL,'5',NULL,'1986804051',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Carlos',1,NULL,'Dear Carlos',1,NULL,'Carlos McReynolds III',NULL,2,'2022-09-27',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (12,'Individual',NULL,'barkleys23@airmail.co.pl',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'barkleys23@airmail.co.pl',NULL,NULL,NULL,'2',NULL,'1984904105',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear barkleys23@airmail.co.pl',1,NULL,'Dear barkleys23@airmail.co.pl',1,NULL,'barkleys23@airmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (13,'Individual',NULL,'Ms. Elina Blackwell',NULL,NULL,'Elina','','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Elina',NULL,NULL,NULL,NULL,NULL,'215876886',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Ms. Elina Blackwell',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (14,'Individual',NULL,'Kandace Blackwell',NULL,NULL,'Kandace','T','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Kandace',NULL,NULL,NULL,NULL,NULL,'1864345149',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kandace',1,NULL,'Dear Kandace',1,NULL,'Kandace Blackwell',NULL,1,'1992-11-27',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (15,'Organization',NULL,'Guilderland Center Family Association','Guilderland Center Family Association',NULL,NULL,NULL,NULL,0,1,0,0,1,0,NULL,'Guilderland Center Family Association',NULL,NULL,NULL,'2',NULL,'338343310',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Guilderland Center Family Association',NULL,NULL,NULL,0,NULL,NULL,32,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (16,'Individual',NULL,'Sanford Lee',NULL,NULL,'Sanford','C','Lee',0,0,0,0,0,0,NULL,'Lee, Sanford',NULL,NULL,NULL,NULL,NULL,'952477375',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Sanford',1,NULL,'Dear Sanford',1,NULL,'Sanford Lee',NULL,2,'1945-04-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (17,'Organization',NULL,'El Camino Action Services','El Camino Action Services',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'El Camino Action Services',NULL,NULL,NULL,'4',NULL,'1062106639',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'El Camino Action Services',NULL,NULL,NULL,0,NULL,NULL,77,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (18,'Organization',NULL,'Creative Sports Fellowship','Creative Sports Fellowship',NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Creative Sports Fellowship',NULL,NULL,NULL,'3',NULL,'2285812137',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Creative Sports Fellowship',NULL,NULL,NULL,0,NULL,NULL,66,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (19,'Individual',NULL,'Claudio Yadav',NULL,NULL,'Claudio','','Yadav',0,0,0,0,1,0,NULL,'Yadav, Claudio',NULL,NULL,NULL,NULL,NULL,'2212747069',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Claudio Yadav',NULL,2,'1955-10-10',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (20,'Individual',NULL,'Brent Jones III','New York Education Collective',NULL,'Brent','','Jones',0,0,0,0,0,0,NULL,'Jones, Brent',NULL,NULL,NULL,'4',NULL,'2534822524',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Brent Jones III',NULL,2,'2020-04-01',0,NULL,NULL,NULL,NULL,NULL,46,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (21,'Individual',NULL,'Iris Jensen',NULL,NULL,'Iris','','Jensen',1,0,0,0,0,0,NULL,'Jensen, Iris',NULL,NULL,NULL,'5',NULL,'3094691992',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Iris Jensen',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (22,'Individual',NULL,'Truman Wattson',NULL,NULL,'Truman','W','Wattson',0,0,0,0,0,0,NULL,'Wattson, Truman',NULL,NULL,NULL,'4',NULL,'3799954079',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Truman Wattson',NULL,2,'1962-05-16',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (23,'Individual',NULL,'Kiara Terry',NULL,NULL,'Kiara','','Terry',1,0,0,0,1,0,NULL,'Terry, Kiara',NULL,NULL,NULL,'1',NULL,'4073244041',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kiara',1,NULL,'Dear Kiara',1,NULL,'Kiara Terry',NULL,NULL,'1978-04-24',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (24,'Individual',NULL,'Herminia McReynolds',NULL,NULL,'Herminia','S','McReynolds',0,0,0,0,1,0,NULL,'McReynolds, Herminia',NULL,NULL,NULL,'5',NULL,'2752519462',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia McReynolds',NULL,1,'1986-11-26',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (25,'Household',NULL,'Jones family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Jones family',NULL,NULL,NULL,NULL,NULL,'1110516799',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Jones family',5,NULL,'Dear Jones family',2,NULL,'Jones family',NULL,NULL,NULL,0,NULL,'Jones family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (26,'Organization',NULL,'United Family Trust','United Family Trust',NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'United Family Trust',NULL,NULL,NULL,'1',NULL,'1690052502',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'United Family Trust',NULL,NULL,NULL,0,NULL,NULL,145,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (27,'Individual',NULL,'santinac@mymail.info',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'santinac@mymail.info',NULL,NULL,NULL,'5',NULL,'908074764',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear santinac@mymail.info',1,NULL,'Dear santinac@mymail.info',1,NULL,'santinac@mymail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (28,'Individual',NULL,'Dr. Russell Terrell',NULL,NULL,'Russell','','Terrell',0,0,0,0,0,0,NULL,'Terrell, Russell',NULL,NULL,NULL,NULL,NULL,'127505299',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Russell',1,NULL,'Dear Russell',1,NULL,'Dr. Russell Terrell',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (29,'Individual',NULL,'Mr. Scott Wilson',NULL,NULL,'Scott','','Wilson',1,1,0,0,0,0,NULL,'Wilson, Scott',NULL,NULL,NULL,'2',NULL,'3378305352',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Scott',1,NULL,'Dear Scott',1,NULL,'Mr. Scott Wilson',NULL,2,'1992-09-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (30,'Individual',NULL,'Mrs. Felisha Terry',NULL,NULL,'Felisha','','Terry',0,1,0,0,0,0,NULL,'Terry, Felisha',NULL,NULL,NULL,'4',NULL,'2704836577',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Mrs. Felisha Terry',NULL,1,'1935-10-12',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (31,'Individual',NULL,'Lawerence Ivanov Sr.',NULL,NULL,'Lawerence','','Ivanov',0,1,0,0,0,0,NULL,'Ivanov, Lawerence',NULL,NULL,NULL,'2',NULL,'268329993',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Lawerence Ivanov Sr.',NULL,2,'2004-05-19',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (32,'Individual',NULL,'sivanov@testing.org','Guilderland Center Family Association',NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'sivanov@testing.org',NULL,NULL,NULL,'2',NULL,'1207816225',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear sivanov@testing.org',1,NULL,'Dear sivanov@testing.org',1,NULL,'sivanov@testing.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,15,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (33,'Individual',NULL,'wattson.justina@example.biz',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'wattson.justina@example.biz',NULL,NULL,NULL,NULL,NULL,'2165606156',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear wattson.justina@example.biz',1,NULL,'Dear wattson.justina@example.biz',1,NULL,'wattson.justina@example.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (34,'Individual',NULL,'Ray Grant',NULL,NULL,'Ray','','Grant',0,0,0,0,0,0,NULL,'Grant, Ray',NULL,NULL,NULL,'2',NULL,'2294694701',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Ray Grant',NULL,NULL,'1950-08-01',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (35,'Organization',NULL,'Florida Empowerment Fellowship','Florida Empowerment Fellowship',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Florida Empowerment Fellowship',NULL,NULL,NULL,NULL,NULL,'3420668028',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Florida Empowerment Fellowship',NULL,NULL,NULL,0,NULL,NULL,152,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (36,'Individual',NULL,'Dr. Roland Blackwell III',NULL,NULL,'Roland','','Blackwell',1,0,0,0,0,0,NULL,'Blackwell, Roland',NULL,NULL,NULL,'3',NULL,'2389492395',NULL,'Sample Data',4,4,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Dr. Roland Blackwell III',NULL,NULL,'1984-04-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (37,'Individual',NULL,'Herminia Deforest',NULL,NULL,'Herminia','F','Deforest',0,0,0,0,0,0,NULL,'Deforest, Herminia',NULL,NULL,NULL,NULL,NULL,'1898104374',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Deforest',NULL,NULL,'1943-04-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (38,'Individual',NULL,'Troy Smith',NULL,NULL,'Troy','R','Smith',1,0,0,0,0,0,NULL,'Smith, Troy',NULL,NULL,NULL,'4',NULL,'2806538092',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Troy Smith',NULL,2,'1970-08-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (39,'Household',NULL,'Terrell family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Terrell family',NULL,NULL,NULL,'3',NULL,'1136333121',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Terrell family',5,NULL,'Dear Terrell family',2,NULL,'Terrell family',NULL,NULL,NULL,0,NULL,'Terrell family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (40,'Individual',NULL,'Dr. Shauna Lee',NULL,NULL,'Shauna','F','Lee',0,0,0,0,0,0,NULL,'Lee, Shauna',NULL,NULL,NULL,'2',NULL,'3300398193',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Shauna',1,NULL,'Dear Shauna',1,NULL,'Dr. Shauna Lee',NULL,1,'1980-12-31',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (41,'Individual',NULL,'Iris Nielsen','Pine Food Partners',NULL,'Iris','F','Nielsen',1,0,0,0,0,0,NULL,'Nielsen, Iris',NULL,NULL,NULL,NULL,NULL,'3773138011',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Iris Nielsen',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,197,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (42,'Individual',NULL,'Dr. Barry Jones Jr.',NULL,NULL,'Barry','','Jones',0,1,0,0,0,0,NULL,'Jones, Barry',NULL,NULL,NULL,'3',NULL,'1410678296',NULL,'Sample Data',4,1,NULL,NULL,1,NULL,'Dear Barry',1,NULL,'Dear Barry',1,NULL,'Dr. Barry Jones Jr.',NULL,2,'1970-05-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (43,'Individual',NULL,'Brigette Roberts',NULL,NULL,'Brigette','B','Roberts',0,0,0,0,0,0,NULL,'Roberts, Brigette',NULL,NULL,NULL,NULL,NULL,'1915771894',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Roberts',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (44,'Individual',NULL,'Mr. Lincoln Prentice',NULL,NULL,'Lincoln','','Prentice',1,0,0,0,1,0,NULL,'Prentice, Lincoln',NULL,NULL,NULL,NULL,NULL,'3258245727',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Mr. Lincoln Prentice',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (45,'Individual',NULL,'scottolsen@lol.com',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'scottolsen@lol.com',NULL,NULL,NULL,NULL,NULL,'2001168533',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear scottolsen@lol.com',1,NULL,'Dear scottolsen@lol.com',1,NULL,'scottolsen@lol.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (46,'Organization',NULL,'New York Education Collective','New York Education Collective',NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'New York Education Collective',NULL,NULL,NULL,NULL,NULL,'1984282827',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'New York Education Collective',NULL,NULL,NULL,0,NULL,NULL,20,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (47,'Organization',NULL,'Tipton Development Trust','Tipton Development Trust',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Tipton Development Trust',NULL,NULL,NULL,'5',NULL,'3144310708',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Tipton Development Trust',NULL,NULL,NULL,0,NULL,NULL,187,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (48,'Individual',NULL,'Troy Robertson II',NULL,NULL,'Troy','Q','Robertson',0,1,0,0,1,0,NULL,'Robertson, Troy',NULL,NULL,NULL,'2',NULL,'3729972619',NULL,'Sample Data',NULL,3,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Troy Robertson II',NULL,2,'1994-03-31',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (49,'Individual',NULL,'Iris Lee',NULL,NULL,'Iris','','Lee',0,0,0,0,0,0,NULL,'Lee, Iris',NULL,NULL,NULL,'3',NULL,'3806304392',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Iris Lee',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (50,'Individual',NULL,'kandacez51@mymail.co.uk',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'kandacez51@mymail.co.uk',NULL,NULL,NULL,NULL,NULL,'189211021',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear kandacez51@mymail.co.uk',1,NULL,'Dear kandacez51@mymail.co.uk',1,NULL,'kandacez51@mymail.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (51,'Organization',NULL,'Minneapolis Culture Systems','Minneapolis Culture Systems',NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Minneapolis Culture Systems',NULL,NULL,NULL,'5',NULL,'3675234497',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Minneapolis Culture Systems',NULL,NULL,NULL,0,NULL,NULL,150,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (52,'Individual',NULL,'Kacey Ivanov',NULL,NULL,'Kacey','D','Ivanov',1,0,0,0,0,0,NULL,'Ivanov, Kacey',NULL,NULL,NULL,NULL,NULL,'2436947567',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Kacey Ivanov',NULL,1,'2006-12-02',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (53,'Household',NULL,'Ivanov family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Ivanov family',NULL,NULL,NULL,NULL,NULL,'2450779112',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Ivanov family',5,NULL,'Dear Ivanov family',2,NULL,'Ivanov family',NULL,NULL,NULL,0,NULL,'Ivanov family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (54,'Individual',NULL,'Bob Roberts',NULL,NULL,'Bob','','Roberts',0,0,0,0,1,0,NULL,'Roberts, Bob',NULL,NULL,NULL,'3',NULL,'1182740119',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Bob Roberts',NULL,NULL,'1979-10-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (55,'Individual',NULL,'Erik Wattson III','Harvey Agriculture Fellowship',NULL,'Erik','T','Wattson',0,0,0,0,0,0,NULL,'Wattson, Erik',NULL,NULL,NULL,'2',NULL,'1174454182',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Erik Wattson III',NULL,NULL,'2013-10-13',0,NULL,NULL,NULL,NULL,NULL,162,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (56,'Household',NULL,'Lee family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'Lee family',NULL,NULL,NULL,NULL,NULL,'845831176',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Lee family',5,NULL,'Dear Lee family',2,NULL,'Lee family',NULL,NULL,NULL,0,NULL,'Lee family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (57,'Individual',NULL,'Mrs. Santina Patel',NULL,NULL,'Santina','I','Patel',0,0,0,0,0,0,NULL,'Patel, Santina',NULL,NULL,NULL,NULL,NULL,'3765825557',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Mrs. Santina Patel',NULL,1,'1937-10-11',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (58,'Individual',NULL,'Dr. Nicole Dimitrov',NULL,NULL,'Nicole','','Dimitrov',0,0,0,0,0,0,NULL,'Dimitrov, Nicole',NULL,NULL,NULL,'5',NULL,'3962727762',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Dr. Nicole Dimitrov',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (59,'Individual',NULL,'Omar Cooper',NULL,NULL,'Omar','Q','Cooper',0,0,0,0,0,0,NULL,'Cooper, Omar',NULL,NULL,NULL,NULL,NULL,'1015907011',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Omar',1,NULL,'Dear Omar',1,NULL,'Omar Cooper',NULL,NULL,'1984-03-28',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (60,'Organization',NULL,'Nebraska Arts Alliance','Nebraska Arts Alliance',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Nebraska Arts Alliance',NULL,NULL,NULL,NULL,NULL,'1293132894',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Nebraska Arts Alliance',NULL,NULL,NULL,0,NULL,NULL,109,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (61,'Household',NULL,'Grant family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'Grant family',NULL,NULL,NULL,NULL,NULL,'3228000340',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Grant family',5,NULL,'Dear Grant family',2,NULL,'Grant family',NULL,NULL,NULL,0,NULL,'Grant family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (62,'Individual',NULL,'ly.ivanov37@fishmail.net',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'ly.ivanov37@fishmail.net',NULL,NULL,NULL,NULL,NULL,'397215980',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear ly.ivanov37@fishmail.net',1,NULL,'Dear ly.ivanov37@fishmail.net',1,NULL,'ly.ivanov37@fishmail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (63,'Individual',NULL,'Megan Terry',NULL,NULL,'Megan','K','Terry',0,0,0,0,0,0,NULL,'Terry, Megan',NULL,NULL,NULL,NULL,NULL,'3263409952',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Megan',1,NULL,'Dear Megan',1,NULL,'Megan Terry',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (64,'Organization',NULL,'College Music Trust','College Music Trust',NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'College Music Trust',NULL,NULL,NULL,'1',NULL,'1964637119',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'College Music Trust',NULL,NULL,NULL,0,NULL,NULL,185,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (65,'Individual',NULL,'Elbert Jones II',NULL,NULL,'Elbert','P','Jones',0,0,0,0,0,0,NULL,'Jones, Elbert',NULL,NULL,NULL,'5',NULL,'3645053032',NULL,'Sample Data',NULL,3,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Elbert Jones II',NULL,2,'1948-06-24',1,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (66,'Individual',NULL,'Mr. Maria Patel III','Creative Sports Fellowship',NULL,'Maria','','Patel',1,1,0,0,0,0,NULL,'Patel, Maria',NULL,NULL,NULL,NULL,NULL,'1297212984',NULL,'Sample Data',3,4,NULL,NULL,1,NULL,'Dear Maria',1,NULL,'Dear Maria',1,NULL,'Mr. Maria Patel III',NULL,2,'1939-10-28',0,NULL,NULL,NULL,NULL,NULL,18,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (67,'Individual',NULL,'Mrs. Lashawnda Cruz',NULL,NULL,'Lashawnda','','Cruz',0,0,0,0,0,0,NULL,'Cruz, Lashawnda',NULL,NULL,NULL,'5',NULL,'2604537313',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Mrs. Lashawnda Cruz',NULL,NULL,'2000-12-04',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (68,'Household',NULL,'Terrell family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Terrell family',NULL,NULL,NULL,NULL,NULL,'1136333121',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Terrell family',5,NULL,'Dear Terrell family',2,NULL,'Terrell family',NULL,NULL,NULL,0,NULL,'Terrell family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (69,'Individual',NULL,'terrell.russell@testing.co.nz',NULL,NULL,NULL,NULL,NULL,1,0,0,0,1,0,NULL,'terrell.russell@testing.co.nz',NULL,NULL,NULL,NULL,NULL,'1659650771',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear terrell.russell@testing.co.nz',1,NULL,'Dear terrell.russell@testing.co.nz',1,NULL,'terrell.russell@testing.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (70,'Individual',NULL,'Sherman Cruz Sr.',NULL,NULL,'Sherman','','Cruz',0,0,0,0,0,0,NULL,'Cruz, Sherman',NULL,NULL,NULL,'5',NULL,'3295870064',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Sherman Cruz Sr.',NULL,2,NULL,1,'2023-07-23',NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (71,'Organization',NULL,'Oregon Development Association','Oregon Development Association',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Oregon Development Association',NULL,NULL,NULL,'1',NULL,'3443119254',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Oregon Development Association',NULL,NULL,NULL,0,NULL,NULL,200,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (72,'Individual',NULL,'Mei Nielsen',NULL,NULL,'Mei','','Nielsen',1,0,0,0,0,0,NULL,'Nielsen, Mei',NULL,NULL,NULL,NULL,NULL,'1032657173',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mei Nielsen',NULL,1,'1992-09-22',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (73,'Individual',NULL,'Mrs. Elizabeth Díaz',NULL,NULL,'Elizabeth','J','Díaz',0,0,0,0,0,0,NULL,'Díaz, Elizabeth',NULL,NULL,NULL,'1',NULL,'1884711539',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Mrs. Elizabeth Díaz',NULL,NULL,'1993-10-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (74,'Individual',NULL,'Russell Olsen',NULL,NULL,'Russell','M','Olsen',1,0,0,0,1,0,NULL,'Olsen, Russell',NULL,NULL,NULL,'1',NULL,'2568545963',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Russell',1,NULL,'Dear Russell',1,NULL,'Russell Olsen',NULL,2,'1995-03-17',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (75,'Individual',NULL,'Dr. Magan Wilson-Grant',NULL,NULL,'Magan','D','Wilson-Grant',0,1,0,0,0,0,NULL,'Wilson-Grant, Magan',NULL,NULL,NULL,NULL,NULL,'3008529488',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Dr. Magan Wilson-Grant',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (76,'Individual',NULL,'Mrs. Felisha Lee',NULL,NULL,'Felisha','','Lee',0,0,0,0,0,0,NULL,'Lee, Felisha',NULL,NULL,NULL,'1',NULL,'1634353334',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Mrs. Felisha Lee',NULL,1,'1986-06-21',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (77,'Individual',NULL,'robertse@testing.info','El Camino Action Services',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'robertse@testing.info',NULL,NULL,NULL,'4',NULL,'4169959986',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear robertse@testing.info',1,NULL,'Dear robertse@testing.info',1,NULL,'robertse@testing.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,17,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (78,'Organization',NULL,'Sierra Peace Fellowship','Sierra Peace Fellowship',NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'Sierra Peace Fellowship',NULL,NULL,NULL,NULL,NULL,'658617080',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Sierra Peace Fellowship',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (79,'Individual',NULL,'Delana Jones',NULL,NULL,'Delana','N','Jones',0,1,0,0,0,0,NULL,'Jones, Delana',NULL,NULL,NULL,NULL,NULL,'1936969701',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Delana',1,NULL,'Dear Delana',1,NULL,'Delana Jones',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (80,'Individual',NULL,'Mr. Billy McReynolds',NULL,NULL,'Billy','B','McReynolds',1,0,0,0,0,0,NULL,'McReynolds, Billy',NULL,NULL,NULL,NULL,NULL,'2779416929',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Billy',1,NULL,'Dear Billy',1,NULL,'Mr. Billy McReynolds',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (81,'Individual',NULL,'Dr. Jacob Blackwell Sr.',NULL,NULL,'Jacob','','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Jacob',NULL,NULL,NULL,'2',NULL,'4049710903',NULL,'Sample Data',4,2,NULL,NULL,1,NULL,'Dear Jacob',1,NULL,'Dear Jacob',1,NULL,'Dr. Jacob Blackwell Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (82,'Individual',NULL,'Dr. Kacey Blackwell',NULL,NULL,'Kacey','','Blackwell',0,1,0,0,0,0,NULL,'Blackwell, Kacey',NULL,NULL,NULL,NULL,NULL,'3163269089',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Dr. Kacey Blackwell',NULL,1,'1935-04-17',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (83,'Individual',NULL,'Bob Ivanov',NULL,NULL,'Bob','','Ivanov',0,0,0,0,0,0,NULL,'Ivanov, Bob',NULL,NULL,NULL,'2',NULL,'2246956398',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Bob Ivanov',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (84,'Individual',NULL,'wagner-smithr@testmail.net',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'wagner-smithr@testmail.net',NULL,NULL,NULL,'1',NULL,'1361124795',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear wagner-smithr@testmail.net',1,NULL,'Dear wagner-smithr@testmail.net',1,NULL,'wagner-smithr@testmail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (85,'Individual',NULL,'Lou Blackwell',NULL,NULL,'Lou','','Blackwell',0,0,0,0,1,0,NULL,'Blackwell, Lou',NULL,NULL,NULL,NULL,NULL,'2525168848',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Lou Blackwell',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (86,'Individual',NULL,'bryons@fakemail.co.in',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'bryons@fakemail.co.in',NULL,NULL,NULL,NULL,NULL,'3847604605',NULL,'Sample Data',NULL,3,NULL,NULL,1,NULL,'Dear bryons@fakemail.co.in',1,NULL,'Dear bryons@fakemail.co.in',1,NULL,'bryons@fakemail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (87,'Individual',NULL,'Santina Nielsen',NULL,NULL,'Santina','Y','Nielsen',0,0,0,0,1,0,NULL,'Nielsen, Santina',NULL,NULL,NULL,'4',NULL,'4294042447',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Santina Nielsen',NULL,1,'1989-03-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (88,'Individual',NULL,'Jacob Terry',NULL,NULL,'Jacob','P','Terry',0,1,0,0,0,0,NULL,'Terry, Jacob',NULL,NULL,NULL,'4',NULL,'1878863134',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Jacob',1,NULL,'Dear Jacob',1,NULL,'Jacob Terry',NULL,2,'1977-07-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (89,'Individual',NULL,'Brittney Roberts',NULL,NULL,'Brittney','','Roberts',0,0,0,0,1,0,NULL,'Roberts, Brittney',NULL,NULL,NULL,'3',NULL,'3955023783',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brittney',1,NULL,'Dear Brittney',1,NULL,'Brittney Roberts',NULL,1,'2010-07-04',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (90,'Individual',NULL,'jones.junko@lol.co.pl',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'jones.junko@lol.co.pl',NULL,NULL,NULL,'3',NULL,'3514749205',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear jones.junko@lol.co.pl',1,NULL,'Dear jones.junko@lol.co.pl',1,NULL,'jones.junko@lol.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (91,'Individual',NULL,'Claudio Ivanov',NULL,NULL,'Claudio','S','Ivanov',1,0,0,0,0,0,NULL,'Ivanov, Claudio',NULL,NULL,NULL,'2',NULL,'447991366',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Claudio Ivanov',NULL,NULL,'1976-12-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (92,'Household',NULL,'Blackwell family',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'Blackwell family',NULL,NULL,NULL,'5',NULL,'3218641510',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Blackwell family',5,NULL,'Dear Blackwell family',2,NULL,'Blackwell family',NULL,NULL,NULL,0,NULL,'Blackwell family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (93,'Individual',NULL,'Claudio Müller Sr.',NULL,NULL,'Claudio','Q','Müller',0,1,0,0,0,0,NULL,'Müller, Claudio',NULL,NULL,NULL,NULL,NULL,'2143910765',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Claudio Müller Sr.',NULL,NULL,'1974-05-22',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (94,'Individual',NULL,'Dr. Rosario Bachman',NULL,NULL,'Rosario','','Bachman',0,0,0,0,1,0,NULL,'Bachman, Rosario',NULL,NULL,NULL,NULL,NULL,'563214667',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Dr. Rosario Bachman',NULL,NULL,'1970-07-01',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (95,'Individual',NULL,'Princess Robertson',NULL,NULL,'Princess','I','Robertson',0,0,0,0,0,0,NULL,'Robertson, Princess',NULL,NULL,NULL,'3',NULL,'1575581088',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Princess',1,NULL,'Dear Princess',1,NULL,'Princess Robertson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (96,'Individual',NULL,'Dr. Rebekah Blackwell',NULL,NULL,'Rebekah','F','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Rebekah',NULL,NULL,NULL,'5',NULL,'982789307',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Dr. Rebekah Blackwell',NULL,1,'1942-04-22',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (97,'Household',NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,0,1,0,0,1,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,'2097305882',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Roberts family',5,NULL,'Dear Roberts family',2,NULL,'Roberts family',NULL,NULL,NULL,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (98,'Individual',NULL,'Delana Blackwell',NULL,NULL,'Delana','','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Delana',NULL,NULL,NULL,NULL,NULL,'1631178499',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Delana',1,NULL,'Dear Delana',1,NULL,'Delana Blackwell',NULL,1,'2007-11-17',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (99,'Individual',NULL,'Allen Robertson',NULL,NULL,'Allen','N','Robertson',0,0,0,0,1,0,NULL,'Robertson, Allen',NULL,NULL,NULL,NULL,NULL,'4266356989',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Allen Robertson',NULL,2,'1948-04-29',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (100,'Individual',NULL,'Magan Łąchowski',NULL,NULL,'Magan','','Łąchowski',0,1,0,0,0,0,NULL,'Łąchowski, Magan',NULL,NULL,NULL,'1',NULL,'3822861759',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Magan Łąchowski',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (101,'Individual',NULL,'Ms. Alida Roberts',NULL,NULL,'Alida','','Roberts',1,1,0,0,0,0,NULL,'Roberts, Alida',NULL,NULL,NULL,'5',NULL,'3245047840',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Ms. Alida Roberts',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (102,'Individual',NULL,'Dr. Craig Blackwell',NULL,NULL,'Craig','','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Craig',NULL,NULL,NULL,'2',NULL,'2607395408',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Craig',1,NULL,'Dear Craig',1,NULL,'Dr. Craig Blackwell',NULL,2,'1999-07-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (103,'Individual',NULL,'Maxwell Grant Sr.',NULL,NULL,'Maxwell','','Grant',0,1,0,0,0,0,NULL,'Grant, Maxwell',NULL,NULL,NULL,'3',NULL,'3863854365',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Maxwell Grant Sr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (104,'Individual',NULL,'Dr. Truman Jones II',NULL,NULL,'Truman','','Jones',0,0,0,0,0,0,NULL,'Jones, Truman',NULL,NULL,NULL,'4',NULL,'2437506755',NULL,'Sample Data',4,3,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Dr. Truman Jones II',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (105,'Individual',NULL,'brzczysawb@example.biz',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'brzczysawb@example.biz',NULL,NULL,NULL,NULL,NULL,'1399890309',NULL,'Sample Data',4,4,NULL,NULL,1,NULL,'Dear brzczysawb@example.biz',1,NULL,'Dear brzczysawb@example.biz',1,NULL,'brzczysawb@example.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (106,'Household',NULL,'Dimitrov family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Dimitrov family',NULL,NULL,NULL,'4',NULL,'3351288571',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Dimitrov family',5,NULL,'Dear Dimitrov family',2,NULL,'Dimitrov family',NULL,NULL,NULL,0,NULL,'Dimitrov family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (107,'Individual',NULL,'Elizabeth Patel',NULL,NULL,'Elizabeth','','Patel',0,0,0,0,0,0,NULL,'Patel, Elizabeth',NULL,NULL,NULL,NULL,NULL,'87465579',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Elizabeth Patel',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (108,'Individual',NULL,'Dr. Laree Lee',NULL,NULL,'Laree','U','Lee',0,0,0,0,1,0,NULL,'Lee, Laree',NULL,NULL,NULL,'3',NULL,'2331779223',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Laree',1,NULL,'Dear Laree',1,NULL,'Dr. Laree Lee',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (109,'Individual',NULL,'erikmller-daz@fakemail.biz','Nebraska Arts Alliance',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'erikmller-daz@fakemail.biz',NULL,NULL,NULL,NULL,NULL,'1292151553',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear erikmller-daz@fakemail.biz',1,NULL,'Dear erikmller-daz@fakemail.biz',1,NULL,'erikmller-daz@fakemail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (110,'Individual',NULL,'Clint Díaz',NULL,NULL,'Clint','','Díaz',0,0,0,0,1,0,NULL,'Díaz, Clint',NULL,NULL,NULL,'2',NULL,'3503793680',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Clint',1,NULL,'Dear Clint',1,NULL,'Clint Díaz',NULL,2,'1986-09-05',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (111,'Household',NULL,'Grant family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Grant family',NULL,NULL,NULL,NULL,NULL,'3228000340',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Grant family',5,NULL,'Dear Grant family',2,NULL,'Grant family',NULL,NULL,NULL,0,NULL,'Grant family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (112,'Individual',NULL,'Brigette Prentice',NULL,NULL,'Brigette','Y','Prentice',0,0,0,0,0,0,NULL,'Prentice, Brigette',NULL,NULL,NULL,NULL,NULL,'1103079124',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Prentice',NULL,1,'1947-05-19',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (113,'Individual',NULL,'Ray Roberts II',NULL,NULL,'Ray','Q','Roberts',1,0,0,0,0,0,NULL,'Roberts, Ray',NULL,NULL,NULL,NULL,NULL,'1321167237',NULL,'Sample Data',NULL,3,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Ray Roberts II',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (114,'Individual',NULL,'Dr. Bernadette Terrell','Lincoln Poetry Association',NULL,'Bernadette','','Terrell',0,0,0,0,0,0,NULL,'Terrell, Bernadette',NULL,NULL,NULL,'2',NULL,'1643953272',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Dr. Bernadette Terrell',NULL,NULL,'1977-11-28',0,NULL,NULL,NULL,NULL,NULL,201,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (115,'Organization',NULL,'Creative Peace Network','Creative Peace Network',NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Creative Peace Network',NULL,NULL,NULL,'2',NULL,'6924904',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Creative Peace Network',NULL,NULL,NULL,0,NULL,NULL,8,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (116,'Individual',NULL,'Princess Parker',NULL,NULL,'Princess','','Parker',0,0,0,0,0,0,NULL,'Parker, Princess',NULL,NULL,NULL,NULL,NULL,'1904893975',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Princess',1,NULL,'Dear Princess',1,NULL,'Princess Parker',NULL,NULL,'1969-08-11',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (117,'Individual',NULL,'Claudio Yadav',NULL,NULL,'Claudio','H','Yadav',0,0,0,0,0,0,NULL,'Yadav, Claudio',NULL,NULL,NULL,'4',NULL,'2212747069',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Claudio Yadav',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (118,'Organization',NULL,'Rural Development Network','Rural Development Network',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Rural Development Network',NULL,NULL,NULL,NULL,NULL,'1539214508',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Rural Development Network',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (119,'Individual',NULL,'Eleonor Wagner-Smith',NULL,NULL,'Eleonor','','Wagner-Smith',0,0,0,0,0,0,NULL,'Wagner-Smith, Eleonor',NULL,NULL,NULL,'5',NULL,'1511260799',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Eleonor',1,NULL,'Dear Eleonor',1,NULL,'Eleonor Wagner-Smith',NULL,NULL,'2008-06-22',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (120,'Individual',NULL,'Ashley Barkley',NULL,NULL,'Ashley','E','Barkley',0,0,0,0,0,0,NULL,'Barkley, Ashley',NULL,NULL,NULL,NULL,NULL,'2198515289',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Barkley',NULL,1,'1940-12-26',1,'2023-03-17',NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (121,'Organization',NULL,'Urban Family Center','Urban Family Center',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Urban Family Center',NULL,NULL,NULL,NULL,NULL,'216761887',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Urban Family Center',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (122,'Individual',NULL,'Winford Zope',NULL,NULL,'Winford','B','Zope',0,1,0,0,0,0,NULL,'Zope, Winford',NULL,NULL,NULL,'1',NULL,'3617829114',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Winford Zope',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (123,'Organization',NULL,'States Wellness Partnership','States Wellness Partnership',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'States Wellness Partnership',NULL,NULL,NULL,'5',NULL,'3510888814',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'States Wellness Partnership',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (124,'Individual',NULL,'Mrs. Carylon Prentice',NULL,NULL,'Carylon','K','Prentice',0,0,0,0,0,0,NULL,'Prentice, Carylon',NULL,NULL,NULL,'4',NULL,'1810903097',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Carylon',1,NULL,'Dear Carylon',1,NULL,'Mrs. Carylon Prentice',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (125,'Household',NULL,'Nielsen family',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'Nielsen family',NULL,NULL,NULL,'5',NULL,'766698874',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Nielsen family',5,NULL,'Dear Nielsen family',2,NULL,'Nielsen family',NULL,NULL,NULL,0,NULL,'Nielsen family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (126,'Individual',NULL,'Maxwell Dimitrov',NULL,NULL,'Maxwell','I','Dimitrov',1,0,0,0,0,0,NULL,'Dimitrov, Maxwell',NULL,NULL,NULL,'5',NULL,'2461663646',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Maxwell Dimitrov',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (127,'Individual',NULL,'Dr. Jackson Dimitrov',NULL,NULL,'Jackson','','Dimitrov',1,0,0,0,0,0,NULL,'Dimitrov, Jackson',NULL,NULL,NULL,'1',NULL,'2271911049',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Dr. Jackson Dimitrov',NULL,2,'1983-12-29',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (128,'Individual',NULL,'Rolando Roberts Jr.',NULL,NULL,'Rolando','','Roberts',0,1,0,0,0,0,NULL,'Roberts, Rolando',NULL,NULL,NULL,'2',NULL,'3250154238',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear Rolando',1,NULL,'Dear Rolando',1,NULL,'Rolando Roberts Jr.',NULL,NULL,'1957-02-01',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (129,'Individual',NULL,'Maxwell Terrell',NULL,NULL,'Maxwell','','Terrell',0,1,0,0,0,0,NULL,'Terrell, Maxwell',NULL,NULL,NULL,'4',NULL,'4143618431',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Maxwell Terrell',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (130,'Individual',NULL,'ivanov.troy62@lol.co.uk',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'ivanov.troy62@lol.co.uk',NULL,NULL,NULL,NULL,NULL,'2937065213',NULL,'Sample Data',NULL,3,NULL,NULL,1,NULL,'Dear ivanov.troy62@lol.co.uk',1,NULL,'Dear ivanov.troy62@lol.co.uk',1,NULL,'ivanov.troy62@lol.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (131,'Individual',NULL,'Dr. Jay Zope',NULL,NULL,'Jay','N','Zope',0,0,0,0,1,0,NULL,'Zope, Jay',NULL,NULL,NULL,'2',NULL,'819910080',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Dr. Jay Zope',NULL,2,'1982-09-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (132,'Individual',NULL,'Dr. Junko Lee',NULL,NULL,'Junko','','Lee',0,1,0,0,1,0,NULL,'Lee, Junko',NULL,NULL,NULL,'5',NULL,'2980940667',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Junko',1,NULL,'Dear Junko',1,NULL,'Dr. Junko Lee',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (133,'Individual',NULL,'Dr. Clint Cooper Sr.',NULL,NULL,'Clint','O','Cooper',0,0,0,0,0,0,NULL,'Cooper, Clint',NULL,NULL,NULL,'4',NULL,'303284897',NULL,'Sample Data',4,2,NULL,NULL,1,NULL,'Dear Clint',1,NULL,'Dear Clint',1,NULL,'Dr. Clint Cooper Sr.',NULL,2,'1978-06-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (134,'Individual',NULL,'Brittney Terrell',NULL,NULL,'Brittney','C','Terrell',0,0,0,0,0,0,NULL,'Terrell, Brittney',NULL,NULL,NULL,NULL,NULL,'21549293',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brittney',1,NULL,'Dear Brittney',1,NULL,'Brittney Terrell',NULL,1,'1978-01-31',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (135,'Individual',NULL,'Elina Grant',NULL,NULL,'Elina','','Grant',1,1,0,0,0,0,NULL,'Grant, Elina',NULL,NULL,NULL,'4',NULL,'1935800100',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Elina Grant',NULL,1,'1961-11-27',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (136,'Individual',NULL,'Dr. Mei Jensen',NULL,NULL,'Mei','','Jensen',0,0,0,0,0,0,NULL,'Jensen, Mei',NULL,NULL,NULL,NULL,NULL,'3305491240',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Dr. Mei Jensen',NULL,1,'1985-01-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (137,'Individual',NULL,'Laree Cooper',NULL,NULL,'Laree','V','Cooper',0,0,0,0,0,0,NULL,'Cooper, Laree',NULL,NULL,NULL,'2',NULL,'4213061637',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Laree',1,NULL,'Dear Laree',1,NULL,'Laree Cooper',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (138,'Household',NULL,'Zope family',NULL,NULL,NULL,NULL,NULL,1,1,0,0,0,0,NULL,'Zope family',NULL,NULL,NULL,'2',NULL,'1649131487',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Zope family',5,NULL,'Dear Zope family',2,NULL,'Zope family',NULL,NULL,NULL,0,NULL,'Zope family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (139,'Individual',NULL,'Clint Blackwell',NULL,NULL,'Clint','S','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Clint',NULL,NULL,NULL,'3',NULL,'3997373533',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Clint',1,NULL,'Dear Clint',1,NULL,'Clint Blackwell',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (140,'Individual',NULL,'Arlyne Grant',NULL,NULL,'Arlyne','U','Grant',0,0,0,0,0,0,NULL,'Grant, Arlyne',NULL,NULL,NULL,NULL,NULL,'1053085057',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Arlyne',1,NULL,'Dear Arlyne',1,NULL,'Arlyne Grant',NULL,1,'1994-07-25',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (141,'Individual',NULL,'Mr. Billy Grant Sr.',NULL,NULL,'Billy','B','Grant',0,0,0,0,1,0,NULL,'Grant, Billy',NULL,NULL,NULL,'1',NULL,'3507413817',NULL,'Sample Data',3,2,NULL,NULL,1,NULL,'Dear Billy',1,NULL,'Dear Billy',1,NULL,'Mr. Billy Grant Sr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (142,'Individual',NULL,'Lashawnda Prentice',NULL,NULL,'Lashawnda','','Prentice',0,0,0,0,0,0,NULL,'Prentice, Lashawnda',NULL,NULL,NULL,'5',NULL,'2396624366',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Lashawnda Prentice',NULL,1,'1944-10-31',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (143,'Individual',NULL,'Norris Zope III',NULL,NULL,'Norris','F','Zope',0,0,0,0,0,0,NULL,'Zope, Norris',NULL,NULL,NULL,NULL,NULL,'707573451',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Norris Zope III',NULL,2,'1980-08-02',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (144,'Individual',NULL,'Bob Blackwell Jr.',NULL,NULL,'Bob','G','Blackwell',0,0,0,0,1,0,NULL,'Blackwell, Bob',NULL,NULL,NULL,NULL,NULL,'533638173',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Bob Blackwell Jr.',NULL,NULL,'2012-08-01',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (145,'Individual',NULL,'Valene Wagner-Lee','United Family Trust',NULL,'Valene','','Wagner-Lee',1,0,0,0,0,0,NULL,'Wagner-Lee, Valene',NULL,NULL,NULL,NULL,NULL,'3257288206',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Valene Wagner-Lee',NULL,NULL,'1967-01-18',0,NULL,NULL,NULL,NULL,NULL,26,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (146,'Individual',NULL,'Dr. Brent Łąchowski','United Technology Center',NULL,'Brent','','Łąchowski',1,1,0,0,0,0,NULL,'Łąchowski, Brent',NULL,NULL,NULL,'4',NULL,'1516135364',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Dr. Brent Łąchowski',NULL,2,'1993-11-21',0,NULL,NULL,NULL,NULL,NULL,9,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (147,'Individual',NULL,'Dr. Jed Bachman Sr.',NULL,NULL,'Jed','A','Bachman',1,0,0,0,0,0,NULL,'Bachman, Jed',NULL,NULL,NULL,'3',NULL,'876018088',NULL,'Sample Data',4,2,NULL,NULL,1,NULL,'Dear Jed',1,NULL,'Dear Jed',1,NULL,'Dr. Jed Bachman Sr.',NULL,2,'1944-01-03',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (148,'Individual',NULL,'Dr. Winford Terrell Jr.',NULL,NULL,'Winford','','Terrell',0,1,0,0,0,0,NULL,'Terrell, Winford',NULL,NULL,NULL,'2',NULL,'152025201',NULL,'Sample Data',4,1,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Dr. Winford Terrell Jr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (149,'Individual',NULL,'Truman Zope',NULL,NULL,'Truman','','Zope',0,0,0,0,0,0,NULL,'Zope, Truman',NULL,NULL,NULL,NULL,NULL,'828636704',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Truman Zope',NULL,2,'1937-08-12',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (150,'Individual',NULL,'Brigette Zope','Minneapolis Culture Systems',NULL,'Brigette','M','Zope',0,0,0,0,0,0,NULL,'Zope, Brigette',NULL,NULL,NULL,'5',NULL,'3799032348',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Zope',NULL,1,'1998-12-07',0,NULL,NULL,NULL,NULL,NULL,51,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (151,'Household',NULL,'Wattson family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Wattson family',NULL,NULL,NULL,'3',NULL,'2851339192',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Wattson family',5,NULL,'Dear Wattson family',2,NULL,'Wattson family',NULL,NULL,NULL,0,NULL,'Wattson family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (152,'Individual',NULL,'terrelle@infomail.com','Florida Empowerment Fellowship',NULL,NULL,NULL,NULL,0,1,0,0,1,0,NULL,'terrelle@infomail.com',NULL,NULL,NULL,'3',NULL,'840866343',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear terrelle@infomail.com',1,NULL,'Dear terrelle@infomail.com',1,NULL,'terrelle@infomail.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,35,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (153,'Individual',NULL,'Dr. Princess Łąchowski',NULL,NULL,'Princess','C','Łąchowski',1,0,0,0,0,0,NULL,'Łąchowski, Princess',NULL,NULL,NULL,'4',NULL,'2893297968',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Princess',1,NULL,'Dear Princess',1,NULL,'Dr. Princess Łąchowski',NULL,NULL,'1976-03-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (154,'Individual',NULL,'Jed Roberts',NULL,NULL,'Jed','','Roberts',1,0,0,0,0,0,NULL,'Roberts, Jed',NULL,NULL,NULL,NULL,NULL,'1541419664',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Jed',1,NULL,'Dear Jed',1,NULL,'Jed Roberts',NULL,2,'2000-06-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (155,'Individual',NULL,'Jina Roberts-McReynolds',NULL,NULL,'Jina','R','Roberts-McReynolds',0,1,0,0,0,0,NULL,'Roberts-McReynolds, Jina',NULL,NULL,NULL,'5',NULL,'2439939152',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Jina',1,NULL,'Dear Jina',1,NULL,'Jina Roberts-McReynolds',NULL,1,'1966-07-26',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (156,'Individual',NULL,'Mr. Norris Blackwell Jr.',NULL,NULL,'Norris','I','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Norris',NULL,NULL,NULL,'1',NULL,'2555129550',NULL,'Sample Data',3,1,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Mr. Norris Blackwell Jr.',NULL,NULL,'1999-10-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (157,'Individual',NULL,'Sherman Terrell Sr.',NULL,NULL,'Sherman','D','Terrell',1,0,0,0,0,0,NULL,'Terrell, Sherman',NULL,NULL,NULL,NULL,NULL,'470401788',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Sherman Terrell Sr.',NULL,2,'1980-09-16',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (158,'Individual',NULL,'Ms. Santina Wattson',NULL,NULL,'Santina','','Wattson',0,0,0,0,0,0,NULL,'Wattson, Santina',NULL,NULL,NULL,NULL,NULL,'4231196577',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Ms. Santina Wattson',NULL,NULL,'1950-02-26',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (159,'Individual',NULL,'Dr. Andrew Prentice Sr.',NULL,NULL,'Andrew','','Prentice',0,0,0,0,1,0,NULL,'Prentice, Andrew',NULL,NULL,NULL,'5',NULL,'3759820671',NULL,'Sample Data',4,2,NULL,NULL,1,NULL,'Dear Andrew',1,NULL,'Dear Andrew',1,NULL,'Dr. Andrew Prentice Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (160,'Individual',NULL,'Toby Nielsen Jr.',NULL,NULL,'Toby','R','Nielsen',1,0,0,0,0,0,NULL,'Nielsen, Toby',NULL,NULL,NULL,NULL,NULL,'1430850543',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear Toby',1,NULL,'Dear Toby',1,NULL,'Toby Nielsen Jr.',NULL,2,'1942-12-19',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (161,'Individual',NULL,'Troy Łąchowski',NULL,NULL,'Troy','T','Łąchowski',0,0,0,0,0,0,NULL,'Łąchowski, Troy',NULL,NULL,NULL,NULL,NULL,'1486408354',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Troy Łąchowski',NULL,2,'1988-09-04',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (162,'Organization',NULL,'Harvey Agriculture Fellowship','Harvey Agriculture Fellowship',NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'Harvey Agriculture Fellowship',NULL,NULL,NULL,NULL,NULL,'606107641',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Harvey Agriculture Fellowship',NULL,NULL,NULL,0,NULL,NULL,55,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (163,'Individual',NULL,'Kathleen Müller-Díaz',NULL,NULL,'Kathleen','G','Müller-Díaz',0,0,0,0,0,0,NULL,'Müller-Díaz, Kathleen',NULL,NULL,NULL,'4',NULL,'1818085974',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kathleen',1,NULL,'Dear Kathleen',1,NULL,'Kathleen Müller-Díaz',NULL,1,'2007-09-01',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (164,'Individual',NULL,'Dr. Miguel González',NULL,NULL,'Miguel','','González',0,0,0,0,0,0,NULL,'González, Miguel',NULL,NULL,NULL,NULL,NULL,'833815017',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Miguel',1,NULL,'Dear Miguel',1,NULL,'Dr. Miguel González',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (165,'Individual',NULL,'Mr. Irvin Terry-Nielsen',NULL,NULL,'Irvin','M','Terry-Nielsen',0,1,0,0,0,0,NULL,'Terry-Nielsen, Irvin',NULL,NULL,NULL,NULL,NULL,'962565424',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Irvin',1,NULL,'Dear Irvin',1,NULL,'Mr. Irvin Terry-Nielsen',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (166,'Individual',NULL,'Carylon Terrell',NULL,NULL,'Carylon','','Terrell',0,0,0,0,0,0,NULL,'Terrell, Carylon',NULL,NULL,NULL,'4',NULL,'3327689936',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Carylon',1,NULL,'Dear Carylon',1,NULL,'Carylon Terrell',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (167,'Household',NULL,'McReynolds family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'McReynolds family',NULL,NULL,NULL,NULL,NULL,'3032680972',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear McReynolds family',5,NULL,'Dear McReynolds family',2,NULL,'McReynolds family',NULL,NULL,NULL,0,NULL,'McReynolds family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (168,'Individual',NULL,'Mr. Jed Grant',NULL,NULL,'Jed','','Grant',0,0,0,0,1,0,NULL,'Grant, Jed',NULL,NULL,NULL,NULL,NULL,'2644056120',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Jed',1,NULL,'Dear Jed',1,NULL,'Mr. Jed Grant',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (169,'Individual',NULL,'Mei Terrell',NULL,NULL,'Mei','','Terrell',1,1,0,0,0,0,NULL,'Terrell, Mei',NULL,NULL,NULL,'5',NULL,'306991433',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mei Terrell',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (170,'Individual',NULL,'wagner.k.beula@testing.com',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'wagner.k.beula@testing.com',NULL,NULL,NULL,'3',NULL,'2820426487',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear wagner.k.beula@testing.com',1,NULL,'Dear wagner.k.beula@testing.com',1,NULL,'wagner.k.beula@testing.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (171,'Individual',NULL,'Rodrigo Lee',NULL,NULL,'Rodrigo','N','Lee',0,1,0,0,0,0,NULL,'Lee, Rodrigo',NULL,NULL,NULL,'4',NULL,'2509854524',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Rodrigo Lee',NULL,2,'1987-07-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (172,'Household',NULL,'Cooper family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'Cooper family',NULL,NULL,NULL,'4',NULL,'1133003930',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Cooper family',5,NULL,'Dear Cooper family',2,NULL,'Cooper family',NULL,NULL,NULL,0,NULL,'Cooper family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (173,'Individual',NULL,'Ms. Valene Prentice-Zope',NULL,NULL,'Valene','','Prentice-Zope',1,0,0,0,0,0,NULL,'Prentice-Zope, Valene',NULL,NULL,NULL,'2',NULL,'527568177',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Ms. Valene Prentice-Zope',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (174,'Individual',NULL,'Herminia Nielsen',NULL,NULL,'Herminia','','Nielsen',0,1,0,0,0,0,NULL,'Nielsen, Herminia',NULL,NULL,NULL,NULL,NULL,'176728020',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Nielsen',NULL,NULL,'1983-05-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (175,'Individual',NULL,'Ms. Rebekah Prentice',NULL,NULL,'Rebekah','','Prentice',0,1,0,0,0,0,NULL,'Prentice, Rebekah',NULL,NULL,NULL,'1',NULL,'961021134',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Ms. Rebekah Prentice',NULL,1,'1947-11-15',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (176,'Individual',NULL,'Mrs. Justina Blackwell',NULL,NULL,'Justina','','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Justina',NULL,NULL,NULL,NULL,NULL,'630587972',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Mrs. Justina Blackwell',NULL,1,'1989-01-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (177,'Individual',NULL,'Ms. Damaris Smith',NULL,NULL,'Damaris','Q','Smith',0,0,0,0,1,0,NULL,'Smith, Damaris',NULL,NULL,NULL,NULL,NULL,'3693080437',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Damaris',1,NULL,'Dear Damaris',1,NULL,'Ms. Damaris Smith',NULL,NULL,'1967-02-04',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (178,'Individual',NULL,'Dr. Allen Parker Jr.',NULL,NULL,'Allen','D','Parker',0,1,0,0,0,0,NULL,'Parker, Allen',NULL,NULL,NULL,NULL,NULL,'710842690',NULL,'Sample Data',4,1,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Dr. Allen Parker Jr.',NULL,2,'1981-12-25',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (179,'Individual',NULL,'Mrs. Josefa Wagner',NULL,NULL,'Josefa','C','Wagner',0,0,0,0,0,0,NULL,'Wagner, Josefa',NULL,NULL,NULL,'5',NULL,'497687514',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Mrs. Josefa Wagner',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (180,'Individual',NULL,'Dr. Ashley Wagner',NULL,NULL,'Ashley','S','Wagner',0,0,0,0,0,0,NULL,'Wagner, Ashley',NULL,NULL,NULL,NULL,NULL,'1660268830',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Dr. Ashley Wagner',NULL,2,'1950-09-06',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (181,'Individual',NULL,'nielsen.t.brent@mymail.co.nz',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'nielsen.t.brent@mymail.co.nz',NULL,NULL,NULL,'1',NULL,'1891169823',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear nielsen.t.brent@mymail.co.nz',1,NULL,'Dear nielsen.t.brent@mymail.co.nz',1,NULL,'nielsen.t.brent@mymail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (182,'Individual',NULL,'josefai3@sample.net',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'josefai3@sample.net',NULL,NULL,NULL,NULL,NULL,'1994317403',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear josefai3@sample.net',1,NULL,'Dear josefai3@sample.net',1,NULL,'josefai3@sample.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (183,'Individual',NULL,'Mrs. Tanya Terrell',NULL,NULL,'Tanya','','Terrell',0,0,0,0,0,0,NULL,'Terrell, Tanya',NULL,NULL,NULL,'5',NULL,'1604022989',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Mrs. Tanya Terrell',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (184,'Individual',NULL,'Roland Terrell',NULL,NULL,'Roland','','Terrell',0,1,0,0,0,0,NULL,'Terrell, Roland',NULL,NULL,NULL,'3',NULL,'731518019',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Roland Terrell',NULL,NULL,'1974-07-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (185,'Individual',NULL,'Heidi Dimitrov','College Music Trust',NULL,'Heidi','','Dimitrov',0,0,0,0,0,0,NULL,'Dimitrov, Heidi',NULL,NULL,NULL,NULL,NULL,'90891784',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Heidi',1,NULL,'Dear Heidi',1,NULL,'Heidi Dimitrov',NULL,NULL,'2012-02-22',0,NULL,NULL,NULL,NULL,NULL,64,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (186,'Household',NULL,'Ivanov family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'Ivanov family',NULL,NULL,NULL,'5',NULL,'2450779112',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Ivanov family',5,NULL,'Dear Ivanov family',2,NULL,'Ivanov family',NULL,NULL,NULL,0,NULL,'Ivanov family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (187,'Individual',NULL,'grant.princess@testmail.co.nz','Tipton Development Trust',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'grant.princess@testmail.co.nz',NULL,NULL,NULL,'1',NULL,'2066741182',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear grant.princess@testmail.co.nz',1,NULL,'Dear grant.princess@testmail.co.nz',1,NULL,'grant.princess@testmail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,47,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (188,'Individual',NULL,'Felisha Deforest',NULL,NULL,'Felisha','','Deforest',0,1,0,0,0,0,NULL,'Deforest, Felisha',NULL,NULL,NULL,'2',NULL,'3583247352',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Felisha Deforest',NULL,1,'1982-03-22',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (189,'Individual',NULL,'Josefa Patel',NULL,NULL,'Josefa','D','Patel',0,1,0,0,0,0,NULL,'Patel, Josefa',NULL,NULL,NULL,NULL,NULL,'2620051748',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Josefa Patel',NULL,NULL,'1971-05-13',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (190,'Individual',NULL,'Dr. Ashley Blackwell III',NULL,NULL,'Ashley','','Blackwell',1,0,0,0,0,0,NULL,'Blackwell, Ashley',NULL,NULL,NULL,'1',NULL,'2843113739',NULL,'Sample Data',4,4,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Dr. Ashley Blackwell III',NULL,2,'1936-06-24',1,'2023-04-03',NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (191,'Individual',NULL,'Dr. Shad Samuels',NULL,NULL,'Shad','S','Samuels',0,0,0,0,1,0,NULL,'Samuels, Shad',NULL,NULL,NULL,NULL,NULL,'3610852394',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Dr. Shad Samuels',NULL,2,'1947-02-21',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (192,'Individual',NULL,'Merrie González',NULL,NULL,'Merrie','','González',0,0,0,0,0,0,NULL,'González, Merrie',NULL,NULL,NULL,'4',NULL,'1134733928',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Merrie González',NULL,1,'1953-03-10',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (193,'Household',NULL,'Terrell family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,1,0,NULL,'Terrell family',NULL,NULL,NULL,'3',NULL,'1136333121',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Terrell family',5,NULL,'Dear Terrell family',2,NULL,'Terrell family',NULL,NULL,NULL,0,NULL,'Terrell family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (194,'Individual',NULL,'Scarlet Cooper',NULL,NULL,'Scarlet','M','Cooper',1,0,0,0,0,0,NULL,'Cooper, Scarlet',NULL,NULL,NULL,NULL,NULL,'1649376042',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Scarlet',1,NULL,'Dear Scarlet',1,NULL,'Scarlet Cooper',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:35','Both'),
- (195,'Individual',NULL,'Mei Wattson',NULL,NULL,'Mei','N','Wattson',0,0,0,0,0,0,NULL,'Wattson, Mei',NULL,NULL,NULL,NULL,NULL,'1845197516',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mei Wattson',NULL,1,'1990-02-21',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (196,'Individual',NULL,'Dr. Tanya Nielsen-Grant',NULL,NULL,'Tanya','L','Nielsen-Grant',1,0,0,0,1,0,NULL,'Nielsen-Grant, Tanya',NULL,NULL,NULL,'4',NULL,'3762760163',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Dr. Tanya Nielsen-Grant',NULL,1,'1992-11-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (197,'Organization',NULL,'Pine Food Partners','Pine Food Partners',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Pine Food Partners',NULL,NULL,NULL,'3',NULL,'3921206649',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Pine Food Partners',NULL,NULL,NULL,0,NULL,NULL,41,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (198,'Individual',NULL,'Omar Łąchowski III',NULL,NULL,'Omar','','Łąchowski',0,1,0,0,1,0,NULL,'Łąchowski, Omar',NULL,NULL,NULL,'3',NULL,'3249212023',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Omar',1,NULL,'Dear Omar',1,NULL,'Omar Łąchowski III',NULL,2,'1996-09-04',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:33','Both'),
- (199,'Household',NULL,'Wagner-Smith family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Wagner-Smith family',NULL,NULL,NULL,'5',NULL,'2318725151',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Wagner-Smith family',5,NULL,'Dear Wagner-Smith family',2,NULL,'Wagner-Smith family',NULL,NULL,NULL,0,NULL,'Wagner-Smith family',NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (200,'Individual',NULL,'Dr. Jacob Jones','Oregon Development Association',NULL,'Jacob','','Jones',0,0,0,0,0,0,NULL,'Jones, Jacob',NULL,NULL,NULL,'1',NULL,'210245998',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Jacob',1,NULL,'Dear Jacob',1,NULL,'Dr. Jacob Jones',NULL,NULL,'1969-09-19',0,NULL,NULL,NULL,NULL,NULL,71,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (201,'Organization',NULL,'Lincoln Poetry Association','Lincoln Poetry Association',NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'Lincoln Poetry Association',NULL,NULL,NULL,NULL,NULL,'1465356771',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Lincoln Poetry Association',NULL,NULL,NULL,0,NULL,NULL,114,NULL,NULL,NULL,0,'2023-12-17 20:11:33','2023-12-17 20:11:34','Both'),
- (202,'Individual',NULL,'Jenny Lee',NULL,NULL,'Jenny',NULL,'Lee',0,0,0,0,0,0,NULL,'Lee, Jenny',NULL,NULL,NULL,NULL,'en_US','f4b3bbf951ca454e8175f4a281a7e2cc',NULL,NULL,NULL,NULL,NULL,1,1,NULL,'Dear Jenny',1,NULL,'Dear Jenny',1,NULL,'Jenny Lee','Volunteer coordinator',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2023-12-17 20:11:35','2023-12-17 20:11:35','Both');
+ (1,'Organization',NULL,'Default Organization','Default Organization',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Default Organization',NULL,'Default Organization',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2024-01-06 01:18:47','Both'),
+ (2,'Individual',NULL,'Esta Adams',NULL,NULL,'Esta','','Adams',0,0,0,0,0,0,NULL,'Adams, Esta',NULL,NULL,NULL,NULL,NULL,'1125073025',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Esta Adams',NULL,1,'1971-05-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (3,'Individual',NULL,'Sanford Samson III','Orlando Culture Partnership',NULL,'Sanford','','Samson',0,0,0,0,1,0,NULL,'Samson, Sanford',NULL,NULL,NULL,'2',NULL,'802697989',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Sanford',1,NULL,'Dear Sanford',1,NULL,'Sanford Samson III',NULL,2,'1951-12-02',0,NULL,NULL,NULL,NULL,NULL,43,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (4,'Household',NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,'2097305882',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Roberts family',5,NULL,'Dear Roberts family',2,NULL,'Roberts family',NULL,NULL,NULL,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (5,'Individual',NULL,'Mrs. Justina Samuels',NULL,NULL,'Justina','','Samuels',0,0,0,0,0,0,NULL,'Samuels, Justina',NULL,NULL,NULL,'4',NULL,'1737971561',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Mrs. Justina Samuels',NULL,NULL,'1955-09-28',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (6,'Individual',NULL,'Dr. Rodrigo Ivanov Jr.',NULL,NULL,'Rodrigo','','Ivanov',1,0,0,0,0,0,NULL,'Ivanov, Rodrigo',NULL,NULL,NULL,NULL,NULL,'2665620102',NULL,'Sample Data',4,1,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Dr. Rodrigo Ivanov Jr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (7,'Individual',NULL,'Laree Wagner',NULL,NULL,'Laree','','Wagner',0,0,0,0,0,0,NULL,'Wagner, Laree',NULL,NULL,NULL,NULL,NULL,'3845486409',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Laree',1,NULL,'Dear Laree',1,NULL,'Laree Wagner',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (8,'Individual',NULL,'Brittney Cooper',NULL,NULL,'Brittney','F','Cooper',0,1,0,0,0,0,NULL,'Cooper, Brittney',NULL,NULL,NULL,NULL,NULL,'4169712187',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brittney',1,NULL,'Dear Brittney',1,NULL,'Brittney Cooper',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (9,'Household',NULL,'Cooper family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'Cooper family',NULL,NULL,NULL,NULL,NULL,'1133003930',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Cooper family',5,NULL,'Dear Cooper family',2,NULL,'Cooper family',NULL,NULL,NULL,0,NULL,'Cooper family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (10,'Individual',NULL,'Mr. Miguel Adams-Müller III',NULL,NULL,'Miguel','','Adams-Müller',0,1,0,0,0,0,NULL,'Adams-Müller, Miguel',NULL,NULL,NULL,'4',NULL,'264007772',NULL,'Sample Data',3,4,NULL,NULL,1,NULL,'Dear Miguel',1,NULL,'Dear Miguel',1,NULL,'Mr. Miguel Adams-Müller III',NULL,2,'2000-10-04',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (11,'Individual',NULL,'Justina Yadav-Jones','Progressive Literacy Association',NULL,'Justina','H','Yadav-Jones',0,0,0,0,0,0,NULL,'Yadav-Jones, Justina',NULL,NULL,NULL,NULL,NULL,'3279094932',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Justina Yadav-Jones',NULL,1,'1991-05-10',0,NULL,NULL,NULL,NULL,NULL,166,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (12,'Organization',NULL,'New York Literacy Fellowship','New York Literacy Fellowship',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'New York Literacy Fellowship',NULL,NULL,NULL,'3',NULL,'370275961',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'New York Literacy Fellowship',NULL,NULL,NULL,0,NULL,NULL,21,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (13,'Individual',NULL,'Ms. Rebekah Lee',NULL,NULL,'Rebekah','D','Lee',0,1,0,0,0,0,NULL,'Lee, Rebekah',NULL,NULL,NULL,'1',NULL,'3174434967',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Ms. Rebekah Lee',NULL,1,'1960-05-27',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (14,'Individual',NULL,'Mr. Ray Jensen II',NULL,NULL,'Ray','','Jensen',0,0,0,0,1,0,NULL,'Jensen, Ray',NULL,NULL,NULL,'3',NULL,'2879715845',NULL,'Sample Data',3,3,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Mr. Ray Jensen II',NULL,NULL,'1954-09-16',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (15,'Individual',NULL,'Truman Terry',NULL,NULL,'Truman','','Terry',1,0,0,0,0,0,NULL,'Terry, Truman',NULL,NULL,NULL,'1',NULL,'3241108171',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Truman Terry',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (16,'Organization',NULL,'Sierra Poetry Network','Sierra Poetry Network',NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'Sierra Poetry Network',NULL,NULL,NULL,'3',NULL,'4049882193',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Sierra Poetry Network',NULL,NULL,NULL,0,NULL,NULL,152,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (17,'Individual',NULL,'Felisha Smith',NULL,NULL,'Felisha','','Smith',0,1,0,0,0,0,NULL,'Smith, Felisha',NULL,NULL,NULL,NULL,NULL,'3282409259',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Felisha Smith',NULL,1,'1934-04-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (18,'Individual',NULL,'Ms. Magan Blackwell',NULL,NULL,'Magan','U','Blackwell',0,1,0,0,0,0,NULL,'Blackwell, Magan',NULL,NULL,NULL,NULL,NULL,'3548232286',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Ms. Magan Blackwell',NULL,NULL,'1975-12-09',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (19,'Individual',NULL,'Dr. Valene Samuels',NULL,NULL,'Valene','','Samuels',1,1,0,0,0,0,NULL,'Samuels, Valene',NULL,NULL,NULL,NULL,NULL,'1762584511',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Dr. Valene Samuels',NULL,NULL,'1948-07-30',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (20,'Individual',NULL,'Dr. Shad Grant II',NULL,NULL,'Shad','R','Grant',0,0,0,0,0,0,NULL,'Grant, Shad',NULL,NULL,NULL,'1',NULL,'3908834377',NULL,'Sample Data',4,3,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Dr. Shad Grant II',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (21,'Individual',NULL,'Mr. Winford Ivanov Jr.','New York Literacy Fellowship',NULL,'Winford','','Ivanov',0,0,0,0,0,0,NULL,'Ivanov, Winford',NULL,NULL,NULL,'4',NULL,'732067195',NULL,'Sample Data',3,1,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Mr. Winford Ivanov Jr.',NULL,2,'1979-07-09',0,NULL,NULL,NULL,NULL,NULL,12,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (22,'Household',NULL,'Samson-Nielsen family',NULL,NULL,NULL,NULL,NULL,1,1,0,0,0,0,NULL,'Samson-Nielsen family',NULL,NULL,NULL,NULL,NULL,'2488491999',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Samson-Nielsen family',5,NULL,'Dear Samson-Nielsen family',2,NULL,'Samson-Nielsen family',NULL,NULL,NULL,0,NULL,'Samson-Nielsen family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (23,'Individual',NULL,'roberts.v.kathlyn@mymail.co.in',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'roberts.v.kathlyn@mymail.co.in',NULL,NULL,NULL,'1',NULL,'1148003004',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear roberts.v.kathlyn@mymail.co.in',1,NULL,'Dear roberts.v.kathlyn@mymail.co.in',1,NULL,'roberts.v.kathlyn@mymail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (24,'Individual',NULL,'ivanovk@spamalot.biz',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'ivanovk@spamalot.biz',NULL,NULL,NULL,'3',NULL,'2118895125',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear ivanovk@spamalot.biz',1,NULL,'Dear ivanovk@spamalot.biz',1,NULL,'ivanovk@spamalot.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (25,'Individual',NULL,'Mrs. Brigette Barkley',NULL,NULL,'Brigette','A','Barkley',0,1,0,0,1,0,NULL,'Barkley, Brigette',NULL,NULL,NULL,'1',NULL,'4058623378',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Mrs. Brigette Barkley',NULL,1,'1934-07-14',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (26,'Organization',NULL,'Beech Health Solutions','Beech Health Solutions',NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'Beech Health Solutions',NULL,NULL,NULL,'5',NULL,'4117884136',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Beech Health Solutions',NULL,NULL,NULL,0,NULL,NULL,183,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (27,'Individual',NULL,'Dr. Kacey Blackwell',NULL,NULL,'Kacey','M','Blackwell',1,0,0,0,1,0,NULL,'Blackwell, Kacey',NULL,NULL,NULL,NULL,NULL,'3163269089',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Dr. Kacey Blackwell',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (28,'Individual',NULL,'Mrs. Herminia Robertson',NULL,NULL,'Herminia','P','Robertson',0,0,0,0,1,0,NULL,'Robertson, Herminia',NULL,NULL,NULL,NULL,NULL,'1577316832',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Mrs. Herminia Robertson',NULL,1,'1960-05-26',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (29,'Household',NULL,'Blackwell family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Blackwell family',NULL,NULL,NULL,'4',NULL,'3218641510',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Blackwell family',5,NULL,'Dear Blackwell family',2,NULL,'Blackwell family',NULL,NULL,NULL,0,NULL,'Blackwell family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (30,'Individual',NULL,'Alexia Yadav-Adams',NULL,NULL,'Alexia','','Yadav-Adams',1,1,0,0,0,0,NULL,'Yadav-Adams, Alexia',NULL,NULL,NULL,'3',NULL,'2373190563',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Yadav-Adams',NULL,1,'1980-06-28',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (31,'Individual',NULL,'Dr. Irvin Díaz Sr.',NULL,NULL,'Irvin','U','Díaz',0,1,0,0,0,0,NULL,'Díaz, Irvin',NULL,NULL,NULL,NULL,NULL,'2415400429',NULL,'Sample Data',4,2,NULL,NULL,1,NULL,'Dear Irvin',1,NULL,'Dear Irvin',1,NULL,'Dr. Irvin Díaz Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (32,'Individual',NULL,'Josefa Jameson',NULL,NULL,'Josefa','','Jameson',0,0,0,0,0,0,NULL,'Jameson, Josefa',NULL,NULL,NULL,NULL,NULL,'2870470551',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Josefa Jameson',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (33,'Individual',NULL,'Mr. Norris Blackwell',NULL,NULL,'Norris','','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Norris',NULL,NULL,NULL,'3',NULL,'2555129550',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Mr. Norris Blackwell',NULL,2,'1994-10-26',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (34,'Individual',NULL,'Erik Samson',NULL,NULL,'Erik','G','Samson',0,1,0,0,0,0,NULL,'Samson, Erik',NULL,NULL,NULL,'4',NULL,'3125830738',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Erik Samson',NULL,NULL,'1976-03-30',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (35,'Individual',NULL,'Dr. Billy Adams',NULL,NULL,'Billy','','Adams',1,0,0,0,1,0,NULL,'Adams, Billy',NULL,NULL,NULL,NULL,NULL,'1261993357',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Billy',1,NULL,'Dear Billy',1,NULL,'Dr. Billy Adams',NULL,NULL,'1963-03-24',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (36,'Household',NULL,'Dimitrov family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Dimitrov family',NULL,NULL,NULL,NULL,NULL,'3351288571',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Dimitrov family',5,NULL,'Dear Dimitrov family',2,NULL,'Dimitrov family',NULL,NULL,NULL,0,NULL,'Dimitrov family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (37,'Individual',NULL,'Kiara Nielsen',NULL,NULL,'Kiara','','Nielsen',0,0,0,0,0,0,NULL,'Nielsen, Kiara',NULL,NULL,NULL,NULL,NULL,'4265488572',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kiara',1,NULL,'Dear Kiara',1,NULL,'Kiara Nielsen',NULL,1,'1953-05-03',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (38,'Individual',NULL,'josefaterry47@testmail.com',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'josefaterry47@testmail.com',NULL,NULL,NULL,NULL,NULL,'97248466',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear josefaterry47@testmail.com',1,NULL,'Dear josefaterry47@testmail.com',1,NULL,'josefaterry47@testmail.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (39,'Individual',NULL,'Shad Jameson',NULL,NULL,'Shad','X','Jameson',1,0,0,0,0,0,NULL,'Jameson, Shad',NULL,NULL,NULL,'4',NULL,'2488914150',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Shad Jameson',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (40,'Organization',NULL,'Harrington Education Partnership','Harrington Education Partnership',NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'Harrington Education Partnership',NULL,NULL,NULL,'3',NULL,'139285086',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Harrington Education Partnership',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (41,'Individual',NULL,'Landon Yadav-Jones',NULL,NULL,'Landon','T','Yadav-Jones',0,0,0,0,0,0,NULL,'Yadav-Jones, Landon',NULL,NULL,NULL,NULL,NULL,'3688242257',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Landon',1,NULL,'Dear Landon',1,NULL,'Landon Yadav-Jones',NULL,NULL,'2000-05-31',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (42,'Individual',NULL,'mariaw@spamalot.biz',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'mariaw@spamalot.biz',NULL,NULL,NULL,NULL,NULL,'2271710436',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear mariaw@spamalot.biz',1,NULL,'Dear mariaw@spamalot.biz',1,NULL,'mariaw@spamalot.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (43,'Organization',NULL,'Orlando Culture Partnership','Orlando Culture Partnership',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Orlando Culture Partnership',NULL,NULL,NULL,'4',NULL,'1757176914',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Orlando Culture Partnership',NULL,NULL,NULL,0,NULL,NULL,3,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (44,'Household',NULL,'Jameson-Blackwell family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Jameson-Blackwell family',NULL,NULL,NULL,'3',NULL,'2508601490',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Jameson-Blackwell family',5,NULL,'Dear Jameson-Blackwell family',2,NULL,'Jameson-Blackwell family',NULL,NULL,NULL,0,NULL,'Jameson-Blackwell family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (45,'Individual',NULL,'Betty Nielsen',NULL,NULL,'Betty','W','Nielsen',0,0,0,0,0,0,NULL,'Nielsen, Betty',NULL,NULL,NULL,'5',NULL,'3861099326',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Betty Nielsen',NULL,1,'1976-11-03',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (46,'Individual',NULL,'Margaret Ivanov',NULL,NULL,'Margaret','','Ivanov',0,0,0,0,0,0,NULL,'Ivanov, Margaret',NULL,NULL,NULL,'2',NULL,'749903567',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Margaret Ivanov',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (47,'Individual',NULL,'Josefa Samson-Nielsen',NULL,NULL,'Josefa','','Samson-Nielsen',0,0,0,0,0,0,NULL,'Samson-Nielsen, Josefa',NULL,NULL,NULL,'3',NULL,'1690260266',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Josefa Samson-Nielsen',NULL,1,'1991-06-24',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (48,'Individual',NULL,'Elizabeth Roberts','United Peace Partners',NULL,'Elizabeth','','Roberts',0,1,0,0,0,0,NULL,'Roberts, Elizabeth',NULL,NULL,NULL,NULL,NULL,'3104864980',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Elizabeth Roberts',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,126,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (49,'Individual',NULL,'Tanya Terry',NULL,NULL,'Tanya','S','Terry',0,1,0,0,0,0,NULL,'Terry, Tanya',NULL,NULL,NULL,NULL,NULL,'1029993411',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Tanya Terry',NULL,1,NULL,1,'2023-09-26',NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (50,'Individual',NULL,'Margaret Nielsen',NULL,NULL,'Margaret','','Nielsen',0,0,0,0,0,0,NULL,'Nielsen, Margaret',NULL,NULL,NULL,'5',NULL,'3984018462',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Margaret Nielsen',NULL,1,'1983-02-19',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (51,'Individual',NULL,'Ms. Damaris Ivanov',NULL,NULL,'Damaris','O','Ivanov',0,0,0,0,0,0,NULL,'Ivanov, Damaris',NULL,NULL,NULL,'4',NULL,'1974160722',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Damaris',1,NULL,'Dear Damaris',1,NULL,'Ms. Damaris Ivanov',NULL,1,'1962-10-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (52,'Individual',NULL,'gonzlez.margaret25@airmail.co.pl',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'gonzlez.margaret25@airmail.co.pl',NULL,NULL,NULL,NULL,NULL,'1984117156',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear gonzlez.margaret25@airmail.co.pl',1,NULL,'Dear gonzlez.margaret25@airmail.co.pl',1,NULL,'gonzlez.margaret25@airmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (53,'Individual',NULL,'allanw@sample.info','Global Education Center',NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'allanw@sample.info',NULL,NULL,NULL,'3',NULL,'2230399723',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear allanw@sample.info',1,NULL,'Dear allanw@sample.info',1,NULL,'allanw@sample.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,100,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (54,'Household',NULL,'Wilson family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Wilson family',NULL,NULL,NULL,NULL,NULL,'350510798',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Wilson family',5,NULL,'Dear Wilson family',2,NULL,'Wilson family',NULL,NULL,NULL,0,NULL,'Wilson family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (55,'Organization',NULL,'California Food Center','California Food Center',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'California Food Center',NULL,NULL,NULL,'2',NULL,'1557952295',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'California Food Center',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (56,'Individual',NULL,'Dr. Maxwell Cruz-Jameson',NULL,NULL,'Maxwell','L','Cruz-Jameson',1,1,0,0,0,0,NULL,'Cruz-Jameson, Maxwell',NULL,NULL,NULL,'2',NULL,'3149619914',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Dr. Maxwell Cruz-Jameson',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (57,'Individual',NULL,'Dr. Kandace Samson','Rural Environmental Alliance',NULL,'Kandace','','Samson',0,0,0,0,0,0,NULL,'Samson, Kandace',NULL,NULL,NULL,'3',NULL,'4288681899',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Kandace',1,NULL,'Dear Kandace',1,NULL,'Dr. Kandace Samson',NULL,1,'1990-03-05',0,NULL,NULL,NULL,NULL,NULL,122,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (58,'Individual',NULL,'Jerome Dimitrov',NULL,NULL,'Jerome','','Dimitrov',0,0,0,0,0,0,NULL,'Dimitrov, Jerome',NULL,NULL,NULL,'3',NULL,'1139655678',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Jerome Dimitrov',NULL,NULL,'1983-07-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (59,'Household',NULL,'Jensen family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Jensen family',NULL,NULL,NULL,'5',NULL,'797435572',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Jensen family',5,NULL,'Dear Jensen family',2,NULL,'Jensen family',NULL,NULL,NULL,0,NULL,'Jensen family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (60,'Organization',NULL,'Community Agriculture Fellowship','Community Agriculture Fellowship',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Community Agriculture Fellowship',NULL,NULL,NULL,'1',NULL,'151420179',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Community Agriculture Fellowship',NULL,NULL,NULL,0,NULL,NULL,120,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (61,'Individual',NULL,'Ashley Jensen Sr.',NULL,NULL,'Ashley','','Jensen',0,0,0,0,0,0,NULL,'Jensen, Ashley',NULL,NULL,NULL,NULL,NULL,'3241907591',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Jensen Sr.',NULL,2,'1985-08-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (62,'Individual',NULL,'Jackson Grant',NULL,NULL,'Jackson','B','Grant',0,0,0,0,0,0,NULL,'Grant, Jackson',NULL,NULL,NULL,'3',NULL,'4087160842',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Jackson Grant',NULL,2,'1998-05-02',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (63,'Individual',NULL,'Teresa Grant',NULL,NULL,'Teresa','','Grant',0,0,0,0,0,0,NULL,'Grant, Teresa',NULL,NULL,NULL,NULL,NULL,'3806644102',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Teresa Grant',NULL,NULL,'2019-10-05',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (64,'Individual',NULL,'Mrs. Santina Reynolds',NULL,NULL,'Santina','','Reynolds',1,1,0,0,1,0,NULL,'Reynolds, Santina',NULL,NULL,NULL,'1',NULL,'3534228048',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Mrs. Santina Reynolds',NULL,NULL,'1942-03-22',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (65,'Organization',NULL,'Global Wellness Partners','Global Wellness Partners',NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Global Wellness Partners',NULL,NULL,NULL,NULL,NULL,'1902330600',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Global Wellness Partners',NULL,NULL,NULL,0,NULL,NULL,150,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (66,'Individual',NULL,'lroberts@fishmail.co.in',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'lroberts@fishmail.co.in',NULL,NULL,NULL,NULL,NULL,'3425121230',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear lroberts@fishmail.co.in',1,NULL,'Dear lroberts@fishmail.co.in',1,NULL,'lroberts@fishmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (67,'Individual',NULL,'Dr. Norris Bachman III',NULL,NULL,'Norris','T','Bachman',1,0,0,0,0,0,NULL,'Bachman, Norris',NULL,NULL,NULL,NULL,NULL,'2902131761',NULL,'Sample Data',4,4,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Dr. Norris Bachman III',NULL,NULL,'1984-09-02',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (68,'Individual',NULL,'Mr. Jerome Díaz Sr.',NULL,NULL,'Jerome','Y','Díaz',0,0,0,0,0,0,NULL,'Díaz, Jerome',NULL,NULL,NULL,'5',NULL,'3313016208',NULL,'Sample Data',3,2,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Mr. Jerome Díaz Sr.',NULL,2,'1998-04-16',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (69,'Individual',NULL,'Lou Wilson Sr.',NULL,NULL,'Lou','L','Wilson',0,0,0,0,0,0,NULL,'Wilson, Lou',NULL,NULL,NULL,'1',NULL,'3757116240',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Lou Wilson Sr.',NULL,2,'1982-10-06',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (70,'Individual',NULL,'Bernadette Bachman-Olsen',NULL,NULL,'Bernadette','','Bachman-Olsen',0,0,0,0,0,0,NULL,'Bachman-Olsen, Bernadette',NULL,NULL,NULL,'4',NULL,'2347268212',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Bachman-Olsen',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (71,'Individual',NULL,'mwilson@airmail.co.in',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'mwilson@airmail.co.in',NULL,NULL,NULL,NULL,NULL,'67304783',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear mwilson@airmail.co.in',1,NULL,'Dear mwilson@airmail.co.in',1,NULL,'mwilson@airmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (72,'Individual',NULL,'Bernadette Grant',NULL,NULL,'Bernadette','','Grant',1,1,0,0,0,0,NULL,'Grant, Bernadette',NULL,NULL,NULL,NULL,NULL,'2386715823',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Grant',NULL,NULL,'1951-05-27',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (73,'Individual',NULL,'Kiara Grant',NULL,NULL,'Kiara','','Grant',0,1,0,0,0,0,NULL,'Grant, Kiara',NULL,NULL,NULL,'1',NULL,'334214546',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kiara',1,NULL,'Dear Kiara',1,NULL,'Kiara Grant',NULL,1,'1992-12-31',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (74,'Individual',NULL,'Russell Bachman Jr.',NULL,NULL,'Russell','','Bachman',0,1,0,0,0,0,NULL,'Bachman, Russell',NULL,NULL,NULL,'3',NULL,'2228967336',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear Russell',1,NULL,'Dear Russell',1,NULL,'Russell Bachman Jr.',NULL,2,'1999-07-21',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (75,'Individual',NULL,'Dr. Kathlyn Lee',NULL,NULL,'Kathlyn','','Lee',1,0,0,0,0,0,NULL,'Lee, Kathlyn',NULL,NULL,NULL,'4',NULL,'2803630730',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Kathlyn',1,NULL,'Dear Kathlyn',1,NULL,'Dr. Kathlyn Lee',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (76,'Individual',NULL,'Kathleen Müller',NULL,NULL,'Kathleen','','Müller',0,1,0,0,0,0,NULL,'Müller, Kathleen',NULL,NULL,NULL,'4',NULL,'74249251',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kathleen',1,NULL,'Dear Kathleen',1,NULL,'Kathleen Müller',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (77,'Individual',NULL,'Barry González',NULL,NULL,'Barry','D','González',0,0,0,0,1,0,NULL,'González, Barry',NULL,NULL,NULL,NULL,NULL,'3568067273',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Barry',1,NULL,'Dear Barry',1,NULL,'Barry González',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (78,'Individual',NULL,'Mr. Lincoln Cruz-Jameson Sr.',NULL,NULL,'Lincoln','Z','Cruz-Jameson',0,1,0,0,1,0,NULL,'Cruz-Jameson, Lincoln',NULL,NULL,NULL,NULL,NULL,'584953091',NULL,'Sample Data',3,2,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Mr. Lincoln Cruz-Jameson Sr.',NULL,2,'1991-08-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (79,'Individual',NULL,'Dr. Elina Nielsen',NULL,NULL,'Elina','','Nielsen',0,0,0,0,0,0,NULL,'Nielsen, Elina',NULL,NULL,NULL,'3',NULL,'2662625802',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Dr. Elina Nielsen',NULL,1,'1967-02-15',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (80,'Individual',NULL,'Mrs. Alexia Müller',NULL,NULL,'Alexia','','Müller',0,0,0,0,0,0,NULL,'Müller, Alexia',NULL,NULL,NULL,NULL,NULL,'3709597045',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Mrs. Alexia Müller',NULL,1,'1985-11-15',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (81,'Individual',NULL,'Magan Cooper',NULL,NULL,'Magan','O','Cooper',0,0,0,0,0,0,NULL,'Cooper, Magan',NULL,NULL,NULL,'2',NULL,'791506082',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Magan Cooper',NULL,NULL,'1973-04-05',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (82,'Individual',NULL,'Mr. Truman Nielsen II',NULL,NULL,'Truman','O','Nielsen',1,0,0,0,0,0,NULL,'Nielsen, Truman',NULL,NULL,NULL,NULL,NULL,'2542817309',NULL,'Sample Data',3,3,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Mr. Truman Nielsen II',NULL,NULL,'1999-03-15',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (83,'Individual',NULL,'terrell.brzczysaw81@notmail.co.in',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'terrell.brzczysaw81@notmail.co.in',NULL,NULL,NULL,'5',NULL,'2991436914',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear terrell.brzczysaw81@notmail.co.in',1,NULL,'Dear terrell.brzczysaw81@notmail.co.in',1,NULL,'terrell.brzczysaw81@notmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (84,'Individual',NULL,'Irvin Dimitrov',NULL,NULL,'Irvin','','Dimitrov',0,0,0,0,0,0,NULL,'Dimitrov, Irvin',NULL,NULL,NULL,'4',NULL,'3379867453',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Irvin',1,NULL,'Dear Irvin',1,NULL,'Irvin Dimitrov',NULL,2,'1970-08-03',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (85,'Individual',NULL,'Mr. Sanford González II',NULL,NULL,'Sanford','','González',0,1,0,0,0,0,NULL,'González, Sanford',NULL,NULL,NULL,NULL,NULL,'216196838',NULL,'Sample Data',3,3,NULL,NULL,1,NULL,'Dear Sanford',1,NULL,'Dear Sanford',1,NULL,'Mr. Sanford González II',NULL,2,'1981-11-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (86,'Household',NULL,'Yadav-Jones family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Yadav-Jones family',NULL,NULL,NULL,'3',NULL,'920324534',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Yadav-Jones family',5,NULL,'Dear Yadav-Jones family',2,NULL,'Yadav-Jones family',NULL,NULL,NULL,0,NULL,'Yadav-Jones family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (87,'Individual',NULL,'Mrs. Margaret Jameson',NULL,NULL,'Margaret','G','Jameson',0,0,0,0,0,0,NULL,'Jameson, Margaret',NULL,NULL,NULL,NULL,NULL,'1719938872',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Mrs. Margaret Jameson',NULL,1,'1964-04-30',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (88,'Individual',NULL,'Ms. Rebekah Müller',NULL,NULL,'Rebekah','E','Müller',0,0,0,0,1,0,NULL,'Müller, Rebekah',NULL,NULL,NULL,'2',NULL,'3543648262',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Ms. Rebekah Müller',NULL,1,'1977-01-20',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (89,'Individual',NULL,'Daren Cruz II',NULL,NULL,'Daren','','Cruz',1,0,0,0,1,0,NULL,'Cruz, Daren',NULL,NULL,NULL,'1',NULL,'2509817815',NULL,'Sample Data',NULL,3,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Daren Cruz II',NULL,2,'2016-03-27',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (90,'Individual',NULL,'Brittney Samuels',NULL,NULL,'Brittney','','Samuels',0,0,0,0,1,0,NULL,'Samuels, Brittney',NULL,NULL,NULL,'5',NULL,'3183617598',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Brittney',1,NULL,'Dear Brittney',1,NULL,'Brittney Samuels',NULL,NULL,'1962-04-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (91,'Individual',NULL,'Iris Bachman-Olsen',NULL,NULL,'Iris','C','Bachman-Olsen',0,1,0,0,0,0,NULL,'Bachman-Olsen, Iris',NULL,NULL,NULL,'1',NULL,'626771973',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Iris Bachman-Olsen',NULL,NULL,'1992-01-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (92,'Individual',NULL,'rosarioblackwell97@testing.co.uk',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'rosarioblackwell97@testing.co.uk',NULL,NULL,NULL,'2',NULL,'1888068191',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear rosarioblackwell97@testing.co.uk',1,NULL,'Dear rosarioblackwell97@testing.co.uk',1,NULL,'rosarioblackwell97@testing.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (93,'Individual',NULL,'Mrs. Valene Nielsen',NULL,NULL,'Valene','','Nielsen',1,0,0,0,0,0,NULL,'Nielsen, Valene',NULL,NULL,NULL,NULL,NULL,'3461386414',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Mrs. Valene Nielsen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (94,'Individual',NULL,'Mrs. Megan Cooper',NULL,NULL,'Megan','U','Cooper',0,1,0,0,1,0,NULL,'Cooper, Megan',NULL,NULL,NULL,'1',NULL,'2689596405',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Megan',1,NULL,'Dear Megan',1,NULL,'Mrs. Megan Cooper',NULL,NULL,'1970-10-10',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (95,'Household',NULL,'González family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'González family',NULL,NULL,NULL,NULL,NULL,'3263723758',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear González family',5,NULL,'Dear González family',2,NULL,'González family',NULL,NULL,NULL,0,NULL,'González family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (96,'Household',NULL,'Terrell family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,1,0,NULL,'Terrell family',NULL,NULL,NULL,NULL,NULL,'1136333121',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Terrell family',5,NULL,'Dear Terrell family',2,NULL,'Terrell family',NULL,NULL,NULL,0,NULL,'Terrell family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (97,'Individual',NULL,'Valene Roberts',NULL,NULL,'Valene','','Roberts',0,1,0,0,0,0,NULL,'Roberts, Valene',NULL,NULL,NULL,'4',NULL,'2209497418',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Valene Roberts',NULL,1,'1970-11-30',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (98,'Individual',NULL,'Dr. Magan Lee',NULL,NULL,'Magan','','Lee',0,0,0,0,0,0,NULL,'Lee, Magan',NULL,NULL,NULL,'2',NULL,'1590654000',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Dr. Magan Lee',NULL,NULL,'1986-06-13',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (99,'Individual',NULL,'Sherman Adams',NULL,NULL,'Sherman','','Adams',0,0,0,0,1,0,NULL,'Adams, Sherman',NULL,NULL,NULL,NULL,NULL,'2610997591',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Sherman Adams',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (100,'Organization',NULL,'Global Education Center','Global Education Center',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Global Education Center',NULL,NULL,NULL,'5',NULL,'3944717605',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Global Education Center',NULL,NULL,NULL,0,NULL,NULL,53,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (101,'Individual',NULL,'Mrs. Herminia Parker',NULL,NULL,'Herminia','','Parker',0,0,0,0,0,0,NULL,'Parker, Herminia',NULL,NULL,NULL,NULL,NULL,'1918952535',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Mrs. Herminia Parker',NULL,1,'1939-05-10',1,'2023-02-26',NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (102,'Individual',NULL,'russellp@spamalot.co.pl',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'russellp@spamalot.co.pl',NULL,NULL,NULL,NULL,NULL,'526527629',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear russellp@spamalot.co.pl',1,NULL,'Dear russellp@spamalot.co.pl',1,NULL,'russellp@spamalot.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (103,'Household',NULL,'Díaz family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Díaz family',NULL,NULL,NULL,NULL,NULL,'2169249835',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Díaz family',5,NULL,'Dear Díaz family',2,NULL,'Díaz family',NULL,NULL,NULL,0,NULL,'Díaz family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (104,'Individual',NULL,'beulagonzlez84@example.net',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'beulagonzlez84@example.net',NULL,NULL,NULL,NULL,NULL,'606057119',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear beulagonzlez84@example.net',1,NULL,'Dear beulagonzlez84@example.net',1,NULL,'beulagonzlez84@example.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (105,'Household',NULL,'Nielsen family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,1,0,NULL,'Nielsen family',NULL,NULL,NULL,'5',NULL,'766698874',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Nielsen family',5,NULL,'Dear Nielsen family',2,NULL,'Nielsen family',NULL,NULL,NULL,0,NULL,'Nielsen family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (106,'Individual',NULL,'Jina Terry',NULL,NULL,'Jina','N','Terry',0,0,0,0,1,0,NULL,'Terry, Jina',NULL,NULL,NULL,'2',NULL,'506826080',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Jina',1,NULL,'Dear Jina',1,NULL,'Jina Terry',NULL,1,'1938-05-09',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (107,'Individual',NULL,'Dr. Landon Adams Sr.',NULL,NULL,'Landon','J','Adams',0,0,0,0,0,0,NULL,'Adams, Landon',NULL,NULL,NULL,'4',NULL,'1504862823',NULL,'Sample Data',4,2,NULL,NULL,1,NULL,'Dear Landon',1,NULL,'Dear Landon',1,NULL,'Dr. Landon Adams Sr.',NULL,2,'1971-11-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (108,'Individual',NULL,'bcooper@fakemail.net',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'bcooper@fakemail.net',NULL,NULL,NULL,NULL,NULL,'2949856801',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear bcooper@fakemail.net',1,NULL,'Dear bcooper@fakemail.net',1,NULL,'bcooper@fakemail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (109,'Organization',NULL,'Cadell Poetry Association','Cadell Poetry Association',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Cadell Poetry Association',NULL,NULL,NULL,'1',NULL,'1847659586',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Cadell Poetry Association',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (110,'Individual',NULL,'Toby Díaz III',NULL,NULL,'Toby','','Díaz',0,0,0,0,0,0,NULL,'Díaz, Toby',NULL,NULL,NULL,'1',NULL,'393550532',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Toby',1,NULL,'Dear Toby',1,NULL,'Toby Díaz III',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (111,'Individual',NULL,'Beula Yadav',NULL,NULL,'Beula','D','Yadav',1,0,0,0,1,0,NULL,'Yadav, Beula',NULL,NULL,NULL,'2',NULL,'852214760',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Beula Yadav',NULL,1,'1992-05-19',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (112,'Individual',NULL,'jy.robertson-nielsen50@notmail.co.pl',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'jy.robertson-nielsen50@notmail.co.pl',NULL,NULL,NULL,'2',NULL,'2440869055',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear jy.robertson-nielsen50@notmail.co.pl',1,NULL,'Dear jy.robertson-nielsen50@notmail.co.pl',1,NULL,'jy.robertson-nielsen50@notmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (113,'Household',NULL,'Bachman-Olsen family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Bachman-Olsen family',NULL,NULL,NULL,NULL,NULL,'2711889861',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Bachman-Olsen family',5,NULL,'Dear Bachman-Olsen family',2,NULL,'Bachman-Olsen family',NULL,NULL,NULL,0,NULL,'Bachman-Olsen family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (114,'Individual',NULL,'Dr. Lincoln McReynolds',NULL,NULL,'Lincoln','U','McReynolds',0,0,0,0,0,0,NULL,'McReynolds, Lincoln',NULL,NULL,NULL,NULL,NULL,'2687392106',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Dr. Lincoln McReynolds',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (115,'Individual',NULL,'Dr. Shad Barkley',NULL,NULL,'Shad','A','Barkley',0,0,0,0,0,0,NULL,'Barkley, Shad',NULL,NULL,NULL,'5',NULL,'2908565533',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Dr. Shad Barkley',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (116,'Individual',NULL,'Dr. Brzęczysław Jensen',NULL,NULL,'Brzęczysław','X','Jensen',0,1,0,0,1,0,NULL,'Jensen, Brzęczysław',NULL,NULL,NULL,'5',NULL,'3109527605',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Brzęczysław',1,NULL,'Dear Brzęczysław',1,NULL,'Dr. Brzęczysław Jensen',NULL,2,'1984-05-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (117,'Individual',NULL,'Kathlyn Terrell',NULL,NULL,'Kathlyn','','Terrell',0,0,0,0,0,0,NULL,'Terrell, Kathlyn',NULL,NULL,NULL,NULL,NULL,'2395650618',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Kathlyn',1,NULL,'Dear Kathlyn',1,NULL,'Kathlyn Terrell',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (118,'Individual',NULL,'Mr. Errol Samson-Nielsen',NULL,NULL,'Errol','X','Samson-Nielsen',0,0,0,0,0,0,NULL,'Samson-Nielsen, Errol',NULL,NULL,NULL,NULL,NULL,'3763005806',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Mr. Errol Samson-Nielsen',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (119,'Organization',NULL,'Lincoln Development Network','Lincoln Development Network',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Lincoln Development Network',NULL,NULL,NULL,NULL,NULL,'744708592',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Lincoln Development Network',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (120,'Individual',NULL,'Allan Patel','Community Agriculture Fellowship',NULL,'Allan','F','Patel',0,0,0,0,1,0,NULL,'Patel, Allan',NULL,NULL,NULL,NULL,NULL,'873843207',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Allan',1,NULL,'Dear Allan',1,NULL,'Allan Patel',NULL,NULL,'1946-12-24',0,NULL,NULL,NULL,NULL,NULL,60,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (121,'Individual',NULL,'Mr. Jed Jameson III',NULL,NULL,'Jed','','Jameson',0,0,0,0,0,0,NULL,'Jameson, Jed',NULL,NULL,NULL,'5',NULL,'3836870902',NULL,'Sample Data',3,4,NULL,NULL,1,NULL,'Dear Jed',1,NULL,'Dear Jed',1,NULL,'Mr. Jed Jameson III',NULL,2,'1974-08-13',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (122,'Organization',NULL,'Rural Environmental Alliance','Rural Environmental Alliance',NULL,NULL,NULL,NULL,1,1,0,0,0,0,NULL,'Rural Environmental Alliance',NULL,NULL,NULL,NULL,NULL,'1663956080',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Rural Environmental Alliance',NULL,NULL,NULL,0,NULL,NULL,57,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (123,'Individual',NULL,'Dr. Rodrigo Jameson-Blackwell',NULL,NULL,'Rodrigo','','Jameson-Blackwell',0,0,0,0,1,0,NULL,'Jameson-Blackwell, Rodrigo',NULL,NULL,NULL,'2',NULL,'1424504577',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Dr. Rodrigo Jameson-Blackwell',NULL,2,'1983-01-22',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (124,'Individual',NULL,'wilson.d.miguel@mymail.biz',NULL,NULL,NULL,NULL,NULL,0,0,0,0,1,0,NULL,'wilson.d.miguel@mymail.biz',NULL,NULL,NULL,NULL,NULL,'1416530648',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear wilson.d.miguel@mymail.biz',1,NULL,'Dear wilson.d.miguel@mymail.biz',1,NULL,'wilson.d.miguel@mymail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (125,'Individual',NULL,'sanfordroberts@airmail.co.uk',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'sanfordroberts@airmail.co.uk',NULL,NULL,NULL,'5',NULL,'1162252722',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear sanfordroberts@airmail.co.uk',1,NULL,'Dear sanfordroberts@airmail.co.uk',1,NULL,'sanfordroberts@airmail.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (126,'Organization',NULL,'United Peace Partners','United Peace Partners',NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'United Peace Partners',NULL,NULL,NULL,NULL,NULL,'1488549176',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'United Peace Partners',NULL,NULL,NULL,0,NULL,NULL,48,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (127,'Individual',NULL,'Carlos Samson',NULL,NULL,'Carlos','','Samson',0,1,0,0,1,0,NULL,'Samson, Carlos',NULL,NULL,NULL,NULL,NULL,'3685526914',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Carlos',1,NULL,'Dear Carlos',1,NULL,'Carlos Samson',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (128,'Individual',NULL,'Brent González Sr.',NULL,NULL,'Brent','','González',1,0,0,0,0,0,NULL,'González, Brent',NULL,NULL,NULL,NULL,NULL,'397348525',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Brent González Sr.',NULL,NULL,'1971-08-19',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (129,'Household',NULL,'Adams-Müller family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Adams-Müller family',NULL,NULL,NULL,'1',NULL,'2743997961',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Adams-Müller family',5,NULL,'Dear Adams-Müller family',2,NULL,'Adams-Müller family',NULL,NULL,NULL,0,NULL,'Adams-Müller family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (130,'Organization',NULL,'Sierra Empowerment Services','Sierra Empowerment Services',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Sierra Empowerment Services',NULL,NULL,NULL,NULL,NULL,'2714993105',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Sierra Empowerment Services',NULL,NULL,NULL,0,NULL,NULL,164,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (131,'Individual',NULL,'Dr. Kacey Jones',NULL,NULL,'Kacey','','Jones',0,0,0,0,0,0,NULL,'Jones, Kacey',NULL,NULL,NULL,'5',NULL,'1096946104',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Dr. Kacey Jones',NULL,1,'1987-01-15',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (132,'Individual',NULL,'Ashlie Díaz',NULL,NULL,'Ashlie','O','Díaz',0,0,0,0,0,0,NULL,'Díaz, Ashlie',NULL,NULL,NULL,NULL,NULL,'428983255',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashlie',1,NULL,'Dear Ashlie',1,NULL,'Ashlie Díaz',NULL,1,'1953-07-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (133,'Individual',NULL,'Mrs. Junko Díaz',NULL,NULL,'Junko','','Díaz',0,0,0,0,0,0,NULL,'Díaz, Junko',NULL,NULL,NULL,NULL,NULL,'42727256',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Junko',1,NULL,'Dear Junko',1,NULL,'Mrs. Junko Díaz',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (134,'Individual',NULL,'wattson.brigette@lol.co.uk',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'wattson.brigette@lol.co.uk',NULL,NULL,NULL,'4',NULL,'3375350532',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear wattson.brigette@lol.co.uk',1,NULL,'Dear wattson.brigette@lol.co.uk',1,NULL,'wattson.brigette@lol.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (135,'Individual',NULL,'lee-grant.elizabeth@infomail.biz',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'lee-grant.elizabeth@infomail.biz',NULL,NULL,NULL,NULL,NULL,'2643116031',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear lee-grant.elizabeth@infomail.biz',1,NULL,'Dear lee-grant.elizabeth@infomail.biz',1,NULL,'lee-grant.elizabeth@infomail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (136,'Individual',NULL,'Dr. Alexia Deforest',NULL,NULL,'Alexia','Z','Deforest',0,0,0,0,0,0,NULL,'Deforest, Alexia',NULL,NULL,NULL,NULL,NULL,'1109457438',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Dr. Alexia Deforest',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (137,'Individual',NULL,'Errol Adams-Müller','Lexington Culture Systems',NULL,'Errol','C','Adams-Müller',0,0,0,0,1,0,NULL,'Adams-Müller, Errol',NULL,NULL,NULL,NULL,NULL,'3617038520',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Errol Adams-Müller',NULL,2,'2003-05-25',0,NULL,NULL,NULL,NULL,NULL,180,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (138,'Individual',NULL,'Justina Olsen',NULL,NULL,'Justina','','Olsen',0,0,0,0,0,0,NULL,'Olsen, Justina',NULL,NULL,NULL,NULL,NULL,'358869984',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Justina Olsen',NULL,1,'1943-09-23',1,'2023-10-24',NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (139,'Individual',NULL,'Dr. Roland Smith',NULL,NULL,'Roland','M','Smith',0,0,0,0,0,0,NULL,'Smith, Roland',NULL,NULL,NULL,NULL,NULL,'2353910553',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Dr. Roland Smith',NULL,2,'1940-08-24',1,'2023-06-14',NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (140,'Individual',NULL,'Ms. Elizabeth Barkley',NULL,NULL,'Elizabeth','H','Barkley',0,0,0,0,0,0,NULL,'Barkley, Elizabeth',NULL,NULL,NULL,NULL,NULL,'4081845859',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Ms. Elizabeth Barkley',NULL,1,'1973-09-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (141,'Individual',NULL,'Dr. Scarlet González-Dimitrov',NULL,NULL,'Scarlet','V','González-Dimitrov',0,0,0,0,0,0,NULL,'González-Dimitrov, Scarlet',NULL,NULL,NULL,'5',NULL,'2839222635',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Scarlet',1,NULL,'Dear Scarlet',1,NULL,'Dr. Scarlet González-Dimitrov',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (142,'Individual',NULL,'Dr. Jacob Olsen',NULL,NULL,'Jacob','','Olsen',0,0,0,0,0,0,NULL,'Olsen, Jacob',NULL,NULL,NULL,NULL,NULL,'942089949',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Jacob',1,NULL,'Dear Jacob',1,NULL,'Dr. Jacob Olsen',NULL,2,'1992-03-24',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (143,'Individual',NULL,'Mrs. Heidi Blackwell',NULL,NULL,'Heidi','','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Heidi',NULL,NULL,NULL,'2',NULL,'2104684181',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Heidi',1,NULL,'Dear Heidi',1,NULL,'Mrs. Heidi Blackwell',NULL,1,'1984-03-13',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (144,'Individual',NULL,'Scott González II',NULL,NULL,'Scott','','González',0,0,0,0,0,0,NULL,'González, Scott',NULL,NULL,NULL,'5',NULL,'523304808',NULL,'Sample Data',NULL,3,NULL,NULL,1,NULL,'Dear Scott',1,NULL,'Dear Scott',1,NULL,'Scott González II',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (145,'Individual',NULL,'nielsen.u.sanford@lol.info',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'nielsen.u.sanford@lol.info',NULL,NULL,NULL,'2',NULL,'3467500242',NULL,'Sample Data',4,3,NULL,NULL,1,NULL,'Dear nielsen.u.sanford@lol.info',1,NULL,'Dear nielsen.u.sanford@lol.info',1,NULL,'nielsen.u.sanford@lol.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (146,'Individual',NULL,'Dr. Lawerence Jones II',NULL,NULL,'Lawerence','L','Jones',1,0,0,0,0,0,NULL,'Jones, Lawerence',NULL,NULL,NULL,NULL,NULL,'267362464',NULL,'Sample Data',4,3,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Dr. Lawerence Jones II',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (147,'Individual',NULL,'Dr. Megan Ivanov',NULL,NULL,'Megan','U','Ivanov',0,0,0,0,0,0,NULL,'Ivanov, Megan',NULL,NULL,NULL,NULL,NULL,'1909740679',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Megan',1,NULL,'Dear Megan',1,NULL,'Dr. Megan Ivanov',NULL,NULL,'2001-03-11',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (148,'Individual',NULL,'Ms. Elina Jones',NULL,NULL,'Elina','','Jones',1,0,0,0,0,0,NULL,'Jones, Elina',NULL,NULL,NULL,'3',NULL,'4046959439',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Ms. Elina Jones',NULL,1,'1973-03-21',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (149,'Individual',NULL,'adams.valene@notmail.org',NULL,NULL,NULL,NULL,NULL,0,1,0,0,1,0,NULL,'adams.valene@notmail.org',NULL,NULL,NULL,'2',NULL,'1590997742',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear adams.valene@notmail.org',1,NULL,'Dear adams.valene@notmail.org',1,NULL,'adams.valene@notmail.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (150,'Individual',NULL,'Mei Müller','Global Wellness Partners',NULL,'Mei','Z','Müller',0,1,0,0,1,0,NULL,'Müller, Mei',NULL,NULL,NULL,NULL,NULL,'726297805',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mei Müller',NULL,1,'1985-05-26',0,NULL,NULL,NULL,NULL,NULL,65,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (151,'Individual',NULL,'Bernadette Jensen',NULL,NULL,'Bernadette','','Jensen',0,0,0,0,0,0,NULL,'Jensen, Bernadette',NULL,NULL,NULL,'3',NULL,'513832212',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Jensen',NULL,NULL,'2023-03-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (152,'Individual',NULL,'bu.wilson41@notmail.co.nz','Sierra Poetry Network',NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'bu.wilson41@notmail.co.nz',NULL,NULL,NULL,NULL,NULL,'1694790327',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear bu.wilson41@notmail.co.nz',1,NULL,'Dear bu.wilson41@notmail.co.nz',1,NULL,'bu.wilson41@notmail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,16,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (153,'Individual',NULL,'Dr. Brigette Jones','Global Advocacy Center',NULL,'Brigette','','Jones',1,0,0,0,1,0,NULL,'Jones, Brigette',NULL,NULL,NULL,NULL,NULL,'1777842543',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Dr. Brigette Jones',NULL,1,'1971-07-30',0,NULL,NULL,NULL,NULL,NULL,199,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (154,'Individual',NULL,'merriej46@lol.org',NULL,NULL,NULL,NULL,NULL,0,1,0,0,1,0,NULL,'merriej46@lol.org',NULL,NULL,NULL,'4',NULL,'4110069709',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear merriej46@lol.org',1,NULL,'Dear merriej46@lol.org',1,NULL,'merriej46@lol.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (155,'Individual',NULL,'Ashlie Dimitrov',NULL,NULL,'Ashlie','','Dimitrov',1,0,0,0,1,0,NULL,'Dimitrov, Ashlie',NULL,NULL,NULL,'4',NULL,'2667879865',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashlie',1,NULL,'Dear Ashlie',1,NULL,'Ashlie Dimitrov',NULL,1,'2008-05-06',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (156,'Individual',NULL,'Lou Terrell III',NULL,NULL,'Lou','F','Terrell',0,0,0,0,0,0,NULL,'Terrell, Lou',NULL,NULL,NULL,NULL,NULL,'4250963899',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Lou Terrell III',NULL,NULL,'1989-07-17',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (157,'Individual',NULL,'Mr. Omar Terry Jr.',NULL,NULL,'Omar','','Terry',0,0,0,0,0,0,NULL,'Terry, Omar',NULL,NULL,NULL,NULL,NULL,'767854751',NULL,'Sample Data',3,1,NULL,NULL,1,NULL,'Dear Omar',1,NULL,'Dear Omar',1,NULL,'Mr. Omar Terry Jr.',NULL,NULL,'1948-02-18',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (158,'Individual',NULL,'Mrs. Elizabeth Wilson',NULL,NULL,'Elizabeth','','Wilson',0,0,0,0,0,0,NULL,'Wilson, Elizabeth',NULL,NULL,NULL,NULL,NULL,'690212617',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Mrs. Elizabeth Wilson',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (159,'Individual',NULL,'samson.truman@spamalot.com','Keene Environmental Fund',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'samson.truman@spamalot.com',NULL,NULL,NULL,NULL,NULL,'287112410',NULL,'Sample Data',NULL,3,NULL,NULL,1,NULL,'Dear samson.truman@spamalot.com',1,NULL,'Dear samson.truman@spamalot.com',1,NULL,'samson.truman@spamalot.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,181,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (160,'Individual',NULL,'Dr. Shauna Roberts',NULL,NULL,'Shauna','J','Roberts',0,0,0,0,0,0,NULL,'Roberts, Shauna',NULL,NULL,NULL,NULL,NULL,'927862076',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Shauna',1,NULL,'Dear Shauna',1,NULL,'Dr. Shauna Roberts',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (161,'Organization',NULL,'Moscow Poetry Partners','Moscow Poetry Partners',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Moscow Poetry Partners',NULL,NULL,NULL,NULL,NULL,'1754344521',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Moscow Poetry Partners',NULL,NULL,NULL,0,NULL,NULL,176,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (162,'Individual',NULL,'jf.terry18@fakemail.co.in',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'jf.terry18@fakemail.co.in',NULL,NULL,NULL,NULL,NULL,'3509161562',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear jf.terry18@fakemail.co.in',1,NULL,'Dear jf.terry18@fakemail.co.in',1,NULL,'jf.terry18@fakemail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (163,'Individual',NULL,'Mr. Sonny Jensen',NULL,NULL,'Sonny','','Jensen',0,0,0,0,1,0,NULL,'Jensen, Sonny',NULL,NULL,NULL,NULL,NULL,'2008494811',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Sonny',1,NULL,'Dear Sonny',1,NULL,'Mr. Sonny Jensen',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (164,'Individual',NULL,'lougonzlez69@example.co.in','Sierra Empowerment Services',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'lougonzlez69@example.co.in',NULL,NULL,NULL,NULL,NULL,'4219877608',NULL,'Sample Data',4,4,NULL,NULL,1,NULL,'Dear lougonzlez69@example.co.in',1,NULL,'Dear lougonzlez69@example.co.in',1,NULL,'lougonzlez69@example.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,130,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (165,'Household',NULL,'Adams family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Adams family',NULL,NULL,NULL,'4',NULL,'1515323104',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Adams family',5,NULL,'Dear Adams family',2,NULL,'Adams family',NULL,NULL,NULL,0,NULL,'Adams family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (166,'Organization',NULL,'Progressive Literacy Association','Progressive Literacy Association',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Progressive Literacy Association',NULL,NULL,NULL,'5',NULL,'87499003',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Progressive Literacy Association',NULL,NULL,NULL,0,NULL,NULL,11,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (167,'Individual',NULL,'Mrs. Iris González',NULL,NULL,'Iris','','González',0,0,0,0,0,0,NULL,'González, Iris',NULL,NULL,NULL,'1',NULL,'258488856',NULL,'Sample Data',1,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Mrs. Iris González',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (168,'Individual',NULL,'Jay Jacobs Sr.',NULL,NULL,'Jay','','Jacobs',1,0,0,0,0,0,NULL,'Jacobs, Jay',NULL,NULL,NULL,NULL,NULL,'281953359',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Jay Jacobs Sr.',NULL,2,'1965-08-19',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (169,'Individual',NULL,'Mr. Norris Blackwell',NULL,NULL,'Norris','Y','Blackwell',0,1,0,0,0,0,NULL,'Blackwell, Norris',NULL,NULL,NULL,'4',NULL,'2555129550',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Mr. Norris Blackwell',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (170,'Individual',NULL,'cooperb@sample.com',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'cooperb@sample.com',NULL,NULL,NULL,'4',NULL,'2855236510',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear cooperb@sample.com',1,NULL,'Dear cooperb@sample.com',1,NULL,'cooperb@sample.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (171,'Individual',NULL,'roberts.juliann@fishmail.co.in',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'roberts.juliann@fishmail.co.in',NULL,NULL,NULL,'2',NULL,'3700412811',NULL,'Sample Data',2,NULL,NULL,NULL,1,NULL,'Dear roberts.juliann@fishmail.co.in',1,NULL,'Dear roberts.juliann@fishmail.co.in',1,NULL,'roberts.juliann@fishmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (172,'Individual',NULL,'Dr. Sharyn Jacobs',NULL,NULL,'Sharyn','','Jacobs',0,0,0,0,0,0,NULL,'Jacobs, Sharyn',NULL,NULL,NULL,NULL,NULL,'3551005381',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Dr. Sharyn Jacobs',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (173,'Individual',NULL,'Mr. Billy Jameson-Blackwell',NULL,NULL,'Billy','K','Jameson-Blackwell',0,0,0,0,0,0,NULL,'Jameson-Blackwell, Billy',NULL,NULL,NULL,'2',NULL,'2230303743',NULL,'Sample Data',3,NULL,NULL,NULL,1,NULL,'Dear Billy',1,NULL,'Dear Billy',1,NULL,'Mr. Billy Jameson-Blackwell',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (174,'Household',NULL,'Cruz-Jameson family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Cruz-Jameson family',NULL,NULL,NULL,'1',NULL,'1613183315',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Cruz-Jameson family',5,NULL,'Dear Cruz-Jameson family',2,NULL,'Cruz-Jameson family',NULL,NULL,NULL,0,NULL,'Cruz-Jameson family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (175,'Individual',NULL,'terrells@sample.co.pl',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'terrells@sample.co.pl',NULL,NULL,NULL,NULL,NULL,'461372602',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear terrells@sample.co.pl',1,NULL,'Dear terrells@sample.co.pl',1,NULL,'terrells@sample.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (176,'Individual',NULL,'Ray Patel Jr.','Moscow Poetry Partners',NULL,'Ray','','Patel',0,0,0,0,1,0,NULL,'Patel, Ray',NULL,NULL,NULL,'3',NULL,'18893899',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Ray Patel Jr.',NULL,2,'1943-12-31',0,NULL,NULL,NULL,NULL,NULL,161,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (177,'Individual',NULL,'Arlyne Nielsen-Terrell',NULL,NULL,'Arlyne','K','Nielsen-Terrell',0,0,0,0,0,0,NULL,'Nielsen-Terrell, Arlyne',NULL,NULL,NULL,NULL,NULL,'349123454',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Arlyne',1,NULL,'Dear Arlyne',1,NULL,'Arlyne Nielsen-Terrell',NULL,1,'1977-02-05',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (178,'Individual',NULL,'Margaret Bachman',NULL,NULL,'Margaret','','Bachman',0,0,0,0,0,0,NULL,'Bachman, Margaret',NULL,NULL,NULL,'2',NULL,'2110616060',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Margaret Bachman',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (179,'Household',NULL,'Ivanov family',NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,'Ivanov family',NULL,NULL,NULL,'5',NULL,'2450779112',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Ivanov family',5,NULL,'Dear Ivanov family',2,NULL,'Ivanov family',NULL,NULL,NULL,0,NULL,'Ivanov family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (180,'Organization',NULL,'Lexington Culture Systems','Lexington Culture Systems',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Lexington Culture Systems',NULL,NULL,NULL,NULL,NULL,'588353646',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Lexington Culture Systems',NULL,NULL,NULL,0,NULL,NULL,137,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (181,'Organization',NULL,'Keene Environmental Fund','Keene Environmental Fund',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Keene Environmental Fund',NULL,NULL,NULL,NULL,NULL,'3786491469',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Keene Environmental Fund',NULL,NULL,NULL,0,NULL,NULL,159,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (182,'Individual',NULL,'Toby Roberts',NULL,NULL,'Toby','','Roberts',0,1,0,0,0,0,NULL,'Roberts, Toby',NULL,NULL,NULL,NULL,NULL,'3766769567',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Toby',1,NULL,'Dear Toby',1,NULL,'Toby Roberts',NULL,2,'1956-02-07',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (183,'Individual',NULL,'Errol Ivanov Sr.','Beech Health Solutions',NULL,'Errol','U','Ivanov',0,0,0,0,1,0,NULL,'Ivanov, Errol',NULL,NULL,NULL,NULL,NULL,'3859438937',NULL,'Sample Data',NULL,2,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Errol Ivanov Sr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,26,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (184,'Individual',NULL,'Lawerence Blackwell',NULL,NULL,'Lawerence','','Blackwell',0,0,0,0,0,0,NULL,'Blackwell, Lawerence',NULL,NULL,NULL,'4',NULL,'881435694',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Lawerence Blackwell',NULL,NULL,'1964-09-08',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (185,'Individual',NULL,'Dr. Damaris Cooper',NULL,NULL,'Damaris','','Cooper',0,0,0,0,0,0,NULL,'Cooper, Damaris',NULL,NULL,NULL,'1',NULL,'785070532',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Damaris',1,NULL,'Dear Damaris',1,NULL,'Dr. Damaris Cooper',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (186,'Individual',NULL,'Allan Wattson',NULL,NULL,'Allan','','Wattson',0,0,0,0,0,0,NULL,'Wattson, Allan',NULL,NULL,NULL,NULL,NULL,'4271442365',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Allan',1,NULL,'Dear Allan',1,NULL,'Allan Wattson',NULL,2,'1970-06-06',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (187,'Individual',NULL,'Betty Jones',NULL,NULL,'Betty','K','Jones',0,0,0,0,0,0,NULL,'Jones, Betty',NULL,NULL,NULL,NULL,NULL,'2308993659',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Betty Jones',NULL,1,'1965-08-05',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (188,'Individual',NULL,'Dr. Bryon Wattson Sr.',NULL,NULL,'Bryon','','Wattson',0,0,0,0,0,0,NULL,'Wattson, Bryon',NULL,NULL,NULL,NULL,NULL,'2375098324',NULL,'Sample Data',4,2,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Dr. Bryon Wattson Sr.',NULL,NULL,'1964-12-10',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (189,'Individual',NULL,'Delana Wilson',NULL,NULL,'Delana','','Wilson',0,0,0,0,0,0,NULL,'Wilson, Delana',NULL,NULL,NULL,'3',NULL,'3114260501',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Delana',1,NULL,'Dear Delana',1,NULL,'Delana Wilson',NULL,1,'1966-07-11',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (190,'Individual',NULL,'Lawerence Wagner-Cruz',NULL,NULL,'Lawerence','H','Wagner-Cruz',0,1,0,0,1,0,NULL,'Wagner-Cruz, Lawerence',NULL,NULL,NULL,'4',NULL,'1602689217',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Lawerence Wagner-Cruz',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (191,'Individual',NULL,'Bryon Cooper Jr.',NULL,NULL,'Bryon','','Cooper',0,1,0,0,0,0,NULL,'Cooper, Bryon',NULL,NULL,NULL,NULL,NULL,'1743429878',NULL,'Sample Data',NULL,1,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Bryon Cooper Jr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (192,'Household',NULL,'Lee family',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Lee family',NULL,NULL,NULL,NULL,NULL,'845831176',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Lee family',5,NULL,'Dear Lee family',2,NULL,'Lee family',NULL,NULL,NULL,0,NULL,'Lee family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (193,'Individual',NULL,'troyyadav@sample.co.uk',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'troyyadav@sample.co.uk',NULL,NULL,NULL,NULL,NULL,'678979625',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear troyyadav@sample.co.uk',1,NULL,'Dear troyyadav@sample.co.uk',1,NULL,'troyyadav@sample.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (194,'Individual',NULL,'Teresa Olsen',NULL,NULL,'Teresa','','Olsen',0,0,0,0,1,0,NULL,'Olsen, Teresa',NULL,NULL,NULL,'2',NULL,'1784308763',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Teresa Olsen',NULL,1,'1980-08-27',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (195,'Individual',NULL,'Dr. Troy Reynolds',NULL,NULL,'Troy','','Reynolds',0,1,0,0,1,0,NULL,'Reynolds, Troy',NULL,NULL,NULL,'4',NULL,'3318751273',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Dr. Troy Reynolds',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (196,'Individual',NULL,'Dr. Margaret McReynolds',NULL,NULL,'Margaret','','McReynolds',0,0,0,0,0,0,NULL,'McReynolds, Margaret',NULL,NULL,NULL,'1',NULL,'1139799788',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Dr. Margaret McReynolds',NULL,1,'1974-10-05',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (197,'Individual',NULL,'Dr. Sharyn Yadav',NULL,NULL,'Sharyn','','Yadav',0,0,0,0,0,0,NULL,'Yadav, Sharyn',NULL,NULL,NULL,NULL,NULL,'2905194815',NULL,'Sample Data',4,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Dr. Sharyn Yadav',NULL,1,'1970-10-23',0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (198,'Individual',NULL,'Rodrigo Lee III',NULL,NULL,'Rodrigo','K','Lee',0,1,0,0,0,0,NULL,'Lee, Rodrigo',NULL,NULL,NULL,'2',NULL,'2509854524',NULL,'Sample Data',NULL,4,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Rodrigo Lee III',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (199,'Organization',NULL,'Global Advocacy Center','Global Advocacy Center',NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Global Advocacy Center',NULL,NULL,NULL,NULL,NULL,'1476641254',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Global Advocacy Center',NULL,NULL,NULL,0,NULL,NULL,153,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (200,'Household',NULL,'Grant family',NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,0,NULL,'Grant family',NULL,NULL,NULL,NULL,NULL,'3228000340',NULL,'Sample Data',NULL,NULL,NULL,NULL,5,NULL,'Dear Grant family',5,NULL,'Dear Grant family',2,NULL,'Grant family',NULL,NULL,NULL,0,NULL,'Grant family',NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (201,'Organization',NULL,'Main Legal Services','Main Legal Services',NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,'Main Legal Services',NULL,NULL,NULL,NULL,NULL,'950772813',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Main Legal Services',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both'),
+ (202,'Individual',NULL,'Jenny Lee',NULL,NULL,'Jenny',NULL,'Lee',0,0,0,0,0,0,NULL,'Lee, Jenny',NULL,NULL,NULL,NULL,'en_US','a10c0a053c5820cd0efcf12900df3203',NULL,NULL,NULL,NULL,NULL,1,1,NULL,'Dear Jenny',1,NULL,'Dear Jenny',1,NULL,'Jenny Lee','Volunteer coordinator',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-01-06 01:18:49','2024-01-06 01:18:49','Both');
 /*!40000 ALTER TABLE `civicrm_contact` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -2223,117 +2221,117 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_contribution` WRITE;
 /*!40000 ALTER TABLE `civicrm_contribution` DISABLE KEYS */;
 INSERT INTO `civicrm_contribution` (`id`, `contact_id`, `financial_type_id`, `contribution_page_id`, `payment_instrument_id`, `receive_date`, `non_deductible_amount`, `total_amount`, `fee_amount`, `net_amount`, `trxn_id`, `invoice_id`, `invoice_number`, `currency`, `cancel_date`, `cancel_reason`, `receipt_date`, `thankyou_date`, `source`, `amount_level`, `contribution_recur_id`, `is_test`, `is_pay_later`, `contribution_status_id`, `address_id`, `check_number`, `campaign_id`, `creditnote_id`, `tax_amount`, `revenue_recognition_date`, `is_template`) VALUES
- (1,2,1,NULL,4,'2013-12-17 20:11:37',0.00,125.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'1041',NULL,NULL,0.00,NULL,0),
- (2,4,1,NULL,1,'2021-09-17 20:11:37',0.00,50.00,NULL,NULL,'P20901X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (3,6,1,NULL,4,'2017-11-22 07:11:37',0.00,25.00,NULL,NULL,'GBP12',NULL,NULL,'GBP',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'2095',NULL,NULL,0.00,NULL,0),
- (4,8,1,NULL,4,'2021-09-17 20:11:37',0.00,50.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,'10552',NULL,NULL,0.00,NULL,0),
- (5,4,1,NULL,1,'2021-09-17 20:11:37',0.00,50.00,NULL,NULL,'Q90901X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (6,16,1,NULL,4,'2023-09-23 19:29:37',0.00,500.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'509',NULL,NULL,0.00,NULL,0),
- (7,19,1,NULL,1,'2023-12-15 20:11:37',0.00,1750.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,'102',NULL,NULL,0.00,NULL,0),
- (8,82,1,NULL,1,'2023-04-25 04:22:37',0.00,50.00,NULL,NULL,'P20193L2',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (9,92,1,NULL,1,'2023-01-17 20:11:37',0.00,10.00,NULL,NULL,'P40232Y3',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (10,34,1,NULL,1,'2019-07-25 22:11:37',0.00,250.00,NULL,NULL,'P20193L6',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (11,71,1,NULL,1,'2023-12-16 16:11:37',0.00,500.00,NULL,NULL,'PL71',NULL,NULL,'JPY',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (12,43,1,NULL,1,'2022-09-17 09:38:17',0.00,50.00,NULL,NULL,'P291X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (13,32,1,NULL,1,'2023-09-17 00:00:00',0.00,50.00,NULL,NULL,'PL32I',NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (14,32,1,NULL,1,'2023-10-17 00:00:00',0.00,50.00,NULL,NULL,'PL32II',NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (15,59,1,NULL,1,'2022-09-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I591',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (16,59,1,NULL,1,'2022-10-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I592',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (17,59,1,NULL,1,'2022-11-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I593',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (18,59,1,NULL,1,'2022-12-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I594',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (19,59,1,NULL,1,'2023-01-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I595',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (20,59,1,NULL,1,'2023-02-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I596',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (21,59,1,NULL,1,'2023-03-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I597',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (22,59,1,NULL,1,'2023-04-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I598',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (23,59,1,NULL,1,'2023-05-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I599',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (24,59,1,NULL,1,'2023-06-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I5910',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (25,59,1,NULL,1,'2023-07-17 20:11:37',0.00,25.00,NULL,NULL,'PL32I5911',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (26,99,1,NULL,1,'2023-04-17 20:11:37',0.00,10.00,NULL,NULL,'PL32I991',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (27,99,1,NULL,1,'2023-05-17 20:11:37',0.00,10.00,NULL,NULL,'PL32I992',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (28,99,1,NULL,1,'2023-06-17 20:11:37',0.00,10.00,NULL,NULL,'PL32I993',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (29,99,1,NULL,1,'2023-07-17 20:11:37',0.00,10.00,NULL,NULL,'PL32I994',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (30,99,1,NULL,1,'2023-08-17 20:11:37',0.00,10.00,NULL,NULL,'PL32I995',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (31,103,1,NULL,1,'2023-11-17 20:11:37',0.00,5.00,NULL,NULL,'PL32I1031',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,3,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (32,82,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'830461b5ad84c1e7',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (33,34,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'ff8cf92f9773545c',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (34,110,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'a5415e027d83717c',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (35,91,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'1ca376a7b8d0e2d5',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (36,105,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'9555523ece178b6a',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (37,176,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'a7c0f89867c8a428',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (38,163,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'57ca21492529910f',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (39,119,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'99991cb2ffe28b8b',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (40,114,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'7fc2d080a0d70d5f',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (41,146,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'1d0aac8b34ff8b84',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (42,154,2,NULL,1,'2023-12-17 20:11:38',0.00,1200.00,NULL,NULL,'c75d99ea7586de97',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (43,170,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'20e577eba5667eae',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (44,8,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'2ccc981e3e5a1e8d',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (45,190,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'fe4e0f13e7eb09bf',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (46,179,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'e254b4f121439b6f',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (47,48,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'ebd306ae8053c70f',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (48,99,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'60cce134dbd4af13',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (49,96,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'624424ef23bab211',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (50,70,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'2ba05d7beabc92a6',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (51,84,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'f0b56ae2e34b40b2',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (52,28,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'42542107efb6f295',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (53,156,2,NULL,1,'2023-12-17 20:11:38',0.00,1200.00,NULL,NULL,'15093bca050f76cb',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (54,153,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'b707c69168d7550b',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (55,195,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'10336515977ecfd6',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (56,67,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'4af2784315e9f068',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (57,75,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'60040a9003287de2',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (58,112,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'d05b6eb57e4fa850',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (59,188,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'acd346f2fe5f77bc',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (60,62,2,NULL,1,'2023-12-17 20:11:38',0.00,100.00,NULL,NULL,'023a722551f3e725',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (61,59,2,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'1202258df77a0fa2',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (63,156,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'25fd6030886b7c5c',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (64,87,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'ba8f69f88fe9a279',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (65,124,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'15af525cf42e5b33',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (66,127,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'1afc702ecb5219fd',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (67,113,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'cad86325b8d974d2',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (68,160,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'91dcd9fea13e4d34',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (69,120,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'2f37622da3edd416',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (70,100,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'0cd0fead7f55fc4f',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (71,83,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'c6de9a43eb5b7aa3',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (72,72,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'0f56e1a0dd6ab6f3',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (73,155,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'776e13db77b1f674',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (74,150,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'8905d5e48dc6442a',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (75,149,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'86063ee6b2a9e896',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (76,77,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'22e53d83c72810f6',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (77,183,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'c14f7f184fe25f15',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (78,199,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'e4af20137ce2bdd5',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (79,89,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'11449abd78f15f83',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (80,129,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'797deb5dffdce687',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (81,67,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'27cc8136671b8d16',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (82,139,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'8e76e6c92073b839',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (83,174,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'13382d88dcdbf9c5',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (84,62,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'36af07a9a33d3f5d',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (85,71,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'b65d48375f052b5e',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (86,95,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'99f3b4bbbe0e2de3',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (87,65,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'55b9c4d23cf793e4',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (88,59,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'4a5cc20b54e1bf2d',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (89,55,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'49ca8e2d4f12f02b',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (90,194,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'35ec8cec4d7b3e0c',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (91,19,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'9d526f8939ed06bc',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (92,79,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'026ebccce765774b',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (93,106,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'a747e70aae3e2c37',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (94,18,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'c8661d25b19cc20a',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (95,177,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'23c1977d50939b3e',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (96,175,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'5900a1f4d9db201b',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (97,42,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'034acdc1fa387ffc',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (98,61,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'19b9fc43ca780269',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (99,132,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'8fa3d088dff273af',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (100,173,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'055d24ef0c16aeb2',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (101,195,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'23c029b556d782cd',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (102,25,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'422bb0afad03efe1',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (103,110,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'c55c272423d8f92b',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (104,31,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'96cda567448aa26b',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (105,12,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'44ac28a2795797e3',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (106,52,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'36371153332378fc',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (107,130,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'3231adeb2f830242',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (108,193,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'bec2677521a23f70',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (109,168,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'c73781dd9dfc1d86',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (110,82,4,NULL,1,'2023-12-17 20:11:38',0.00,50.00,NULL,NULL,'febc54389846736e',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (111,38,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'1272470c83cadd49',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
- (112,162,4,NULL,1,'2023-12-17 20:11:38',0.00,800.00,NULL,NULL,'bd7ec6b46ece178f',NULL,NULL,'USD',NULL,NULL,'2023-12-17 20:11:38',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0);
+ (1,2,1,NULL,4,'2014-01-05 17:18:49',0.00,125.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'1041',NULL,NULL,0.00,NULL,0),
+ (2,4,1,NULL,1,'2021-10-05 17:18:49',0.00,50.00,NULL,NULL,'P20901X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (3,6,1,NULL,4,'2017-12-11 04:18:49',0.00,25.00,NULL,NULL,'GBP12',NULL,NULL,'GBP',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'2095',NULL,NULL,0.00,NULL,0),
+ (4,8,1,NULL,4,'2021-10-05 17:18:49',0.00,50.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,'10552',NULL,NULL,0.00,NULL,0),
+ (5,4,1,NULL,1,'2021-10-05 17:18:49',0.00,50.00,NULL,NULL,'Q90901X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (6,16,1,NULL,4,'2023-10-12 16:36:49',0.00,500.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'April Mailer 1',NULL,NULL,0,0,1,NULL,'509',NULL,NULL,0.00,NULL,0),
+ (7,19,1,NULL,1,'2024-01-03 17:18:49',0.00,1750.00,NULL,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,'102',NULL,NULL,0.00,NULL,0),
+ (8,82,1,NULL,1,'2023-05-14 01:29:49',0.00,50.00,NULL,NULL,'P20193L2',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (9,92,1,NULL,1,'2023-02-05 17:18:49',0.00,10.00,NULL,NULL,'P40232Y3',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (10,34,1,NULL,1,'2019-08-13 19:18:49',0.00,250.00,NULL,NULL,'P20193L6',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (11,71,1,NULL,1,'2024-01-04 13:18:49',0.00,500.00,NULL,NULL,'PL71',NULL,NULL,'JPY',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (12,43,1,NULL,1,'2022-10-05 06:45:29',0.00,50.00,NULL,NULL,'P291X1',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (13,32,1,NULL,1,'2023-10-05 00:00:00',0.00,50.00,NULL,NULL,'PL32I',NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (14,32,1,NULL,1,'2023-11-05 00:00:00',0.00,50.00,NULL,NULL,'PL32II',NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (15,59,1,NULL,1,'2022-10-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I591',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (16,59,1,NULL,1,'2022-11-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I592',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (17,59,1,NULL,1,'2022-12-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I593',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (18,59,1,NULL,1,'2023-01-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I594',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (19,59,1,NULL,1,'2023-02-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I595',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (20,59,1,NULL,1,'2023-03-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I596',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (21,59,1,NULL,1,'2023-04-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I597',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (22,59,1,NULL,1,'2023-05-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I598',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (23,59,1,NULL,1,'2023-06-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I599',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (24,59,1,NULL,1,'2023-07-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I5910',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (25,59,1,NULL,1,'2023-08-05 17:18:49',0.00,25.00,NULL,NULL,'PL32I5911',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,1,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (26,99,1,NULL,1,'2023-05-05 17:18:49',0.00,10.00,NULL,NULL,'PL32I991',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (27,99,1,NULL,1,'2023-06-05 17:18:49',0.00,10.00,NULL,NULL,'PL32I992',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (28,99,1,NULL,1,'2023-07-05 17:18:49',0.00,10.00,NULL,NULL,'PL32I993',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (29,99,1,NULL,1,'2023-08-05 17:18:49',0.00,10.00,NULL,NULL,'PL32I994',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (30,99,1,NULL,1,'2023-09-05 17:18:49',0.00,10.00,NULL,NULL,'PL32I995',NULL,NULL,'CAD',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,2,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (31,103,1,NULL,1,'2023-12-05 17:18:49',0.00,5.00,NULL,NULL,'PL32I1031',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,'Recurring contribution',NULL,3,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (32,183,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'ae75250e820e1d1e',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (33,5,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'9d224229249334b4',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (34,8,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'016b78166a7a81c7',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (35,49,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'4f465c0bae4d7b06',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (36,162,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'4d09b973c17c9fdf',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (37,133,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'4bae23fa56ea6124',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (38,89,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'814ca100155322e7',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (39,108,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'59fa28f2439fef02',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (40,158,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'4fbd3c5128a718df',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (41,128,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'caf4c951ac3cbd48',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (42,110,2,NULL,1,'2024-01-05 17:18:49',0.00,1200.00,NULL,NULL,'7f7571c30734b01d',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (43,77,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'78421268eef80063',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (44,21,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'ad1517f407cd2aae',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (45,80,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'299c21f4d5e56767',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (46,191,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'f7e8f3a086a31d1e',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (47,7,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'add710e14fb52ede',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (48,97,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'faa565cb19f18ae8',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (49,102,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'2f10a8324f1d6bdc',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (50,188,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'2dc7e670e519960d',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (51,83,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'c11751e05ad62488',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (52,79,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'71e1f0b805ffbf2d',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (53,145,2,NULL,1,'2024-01-05 17:18:49',0.00,1200.00,NULL,NULL,'41380ea1b39021ae',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (54,144,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'feabdc06a4fb9300',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (55,28,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'dbd30e80e711ae27',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (56,164,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'1f95671247aa7ee7',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (57,42,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'367f9e9a98b78e00',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (58,182,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'b943dd7700577cb6',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (59,151,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'482da1b6a423a620',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (60,115,2,NULL,1,'2024-01-05 17:18:49',0.00,100.00,NULL,NULL,'8694b224c28087dd',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (61,187,2,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'fa340a5acbd91ae2',NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (63,17,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'04b3e84c8b015880',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (64,93,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'d0497209215528a2',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (65,60,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'9b81bf44a7ee8093',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (66,175,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'733e91fb939a900e',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (67,72,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'1e9df34d29849f9b',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (68,2,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'5179231710c0c945',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (69,161,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'0de9099876480c7f',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (70,27,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'956235818d77f6c7',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (71,100,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'7b4792e4aeec9723',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (72,162,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'aa2e4ec634b9142c',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (73,178,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'c24820537b0368ae',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (74,55,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'8da6fd4519667703',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (75,36,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'80cd1cde68415f5c',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (76,122,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'4dc5c96c0a70bd83',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (77,131,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'cbfcb69d1926175d',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (78,12,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'454fb09d650de7bc',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (79,22,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'2d12324252bab9cc',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (80,99,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'10019727b8e9b142',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (81,18,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'38e82f0db44ad739',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (82,158,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'f4cc220a5dd58b4a',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (83,124,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'0ac7b67df17edbd6',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (84,168,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'9abb01ac36a80c5b',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (85,155,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'394ec4d46c9ee4cd',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (86,201,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'62bf00f3de992cb5',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (87,84,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'6da0f007425d47ab',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (88,13,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'2d2c524b48d71d43',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (89,101,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'f47fa26a2728fe8e',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (90,110,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'09af7ffe566875a5',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (91,43,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'8370d04bf0b9525f',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (92,87,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'7448ebea086aa547',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (93,133,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'f1355b4dab76bf63',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (94,167,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'3e98ab6767a85087',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (95,45,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'8ab0b20f925b41b4',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (96,187,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'eff0b26866ee4f91',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (97,11,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'04a4b2f153fa3a56',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (98,28,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'b98015688d95e4cf',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (99,81,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'4bda8d371693d70e',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (100,85,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'dda5bbb89fdc0f47',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (101,83,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'eb11bd32358e6105',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (102,9,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'71f4f94d78bfa20a',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (103,31,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'e42bf67724cbe642',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (104,186,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'7bd77b9c6668c1fd',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (105,147,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'67ffe650f150cc83',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (106,97,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'54288e1edb5bce19',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (107,74,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'7e40b9d355804e05',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (108,190,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'ae0de2abdaf7a801',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (109,44,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'e554cc019937217a',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (110,163,4,NULL,1,'2024-01-05 17:18:49',0.00,50.00,NULL,NULL,'a9bfa1ae7e163f36',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (111,61,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'a1151e336bb189dd',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0),
+ (112,33,4,NULL,1,'2024-01-05 17:18:49',0.00,800.00,NULL,NULL,'dd1eea3253c6b99c',NULL,NULL,'USD',NULL,NULL,'2024-01-05 17:18:49',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,0.00,NULL,0);
 /*!40000 ALTER TABLE `civicrm_contribution` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -2366,9 +2364,9 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_contribution_recur` WRITE;
 /*!40000 ALTER TABLE `civicrm_contribution_recur` DISABLE KEYS */;
 INSERT INTO `civicrm_contribution_recur` (`id`, `contact_id`, `amount`, `currency`, `frequency_unit`, `frequency_interval`, `installments`, `start_date`, `create_date`, `modified_date`, `cancel_date`, `cancel_reason`, `end_date`, `processor_id`, `payment_token_id`, `trxn_id`, `invoice_id`, `contribution_status_id`, `is_test`, `cycle_day`, `next_sched_contribution_date`, `failure_count`, `failure_retry_date`, `auto_renew`, `payment_processor_id`, `financial_type_id`, `payment_instrument_id`, `campaign_id`, `is_email_receipt`) VALUES
- (1,59,25.00,'USD','month',1,12,'2022-09-17 20:11:37','2023-12-17 20:11:37','2023-12-17 20:11:37',NULL,'',NULL,'CLC45',NULL,'56799',NULL,1,0,1,NULL,0,NULL,0,1,NULL,NULL,NULL,1),
- (2,99,10.00,'CAD','month',1,6,'2023-04-17 20:11:37','2023-12-17 20:11:37','2023-12-17 20:11:37','2023-11-17 20:11:37','No longer interested',NULL,'CLR35',NULL,'22799',NULL,3,0,1,NULL,0,NULL,0,1,NULL,NULL,NULL,1),
- (3,103,5.00,'EUR','month',3,3,'2023-11-17 20:11:37','2023-12-17 20:11:37','2023-12-17 20:11:37',NULL,'',NULL,'EGR12',NULL,'44889',NULL,5,0,1,'2024-02-17 20:11:37',0,NULL,0,1,NULL,NULL,NULL,1);
+ (1,59,25.00,'USD','month',1,12,'2022-10-05 17:18:49','2024-01-05 17:18:49','2024-01-06 01:18:49',NULL,'',NULL,'CLC45',NULL,'56799',NULL,1,0,1,NULL,0,NULL,0,1,NULL,NULL,NULL,1),
+ (2,99,10.00,'CAD','month',1,6,'2023-05-05 17:18:49','2024-01-05 17:18:49','2024-01-06 01:18:49','2023-12-05 17:18:49','No longer interested',NULL,'CLR35',NULL,'22799',NULL,3,0,1,NULL,0,NULL,0,1,NULL,NULL,NULL,1),
+ (3,103,5.00,'EUR','month',3,3,'2023-12-05 17:18:49','2024-01-05 17:18:49','2024-01-06 01:18:49',NULL,'',NULL,'EGR12',NULL,'44889',NULL,5,0,1,'2024-03-05 17:18:49',0,NULL,0,1,NULL,NULL,NULL,1);
 /*!40000 ALTER TABLE `civicrm_contribution_recur` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -2379,8 +2377,8 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_contribution_soft` WRITE;
 /*!40000 ALTER TABLE `civicrm_contribution_soft` DISABLE KEYS */;
 INSERT INTO `civicrm_contribution_soft` (`id`, `contribution_id`, `contact_id`, `amount`, `currency`, `pcp_id`, `pcp_display_in_roll`, `pcp_roll_nickname`, `pcp_personal_note`, `soft_credit_type_id`) VALUES
- (1,9,190,10.00,'USD',1,1,'Jones Family','Helping Hands',10),
- (2,10,190,250.00,'USD',1,1,'Annie and the kids','Annie Helps',10);
+ (1,9,15,10.00,'USD',1,1,'Jones Family','Helping Hands',10),
+ (2,10,15,250.00,'USD',1,1,'Annie and the kids','Annie Helps',10);
 /*!40000 ALTER TABLE `civicrm_contribution_soft` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -2978,7 +2976,7 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_domain` WRITE;
 /*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
 INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES
- (1,'Default Domain Name',NULL,'5.69.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+ (1,'Default Domain Name',NULL,'5.69.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -2990,197 +2988,179 @@ LOCK TABLES `civicrm_email` WRITE;
 /*!40000 ALTER TABLE `civicrm_email` DISABLE KEYS */;
 INSERT INTO `civicrm_email` (`id`, `contact_id`, `location_type_id`, `email`, `is_primary`, `is_billing`, `on_hold`, `is_bulkmail`, `hold_date`, `reset_date`, `signature_text`, `signature_html`) VALUES
  (1,1,1,'fixme.domainemail@example.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (2,19,1,'claudioy@airmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (3,153,1,'princesschowski44@lol.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (4,153,1,'princesschowski66@fishmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
- (5,16,1,'lees@example.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (6,16,1,'sanfordlee29@airmail.com',0,0,0,0,NULL,NULL,NULL,NULL),
- (7,65,1,'ep.jones@example.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (8,70,1,'shermanc@mymail.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (9,120,1,'ae.barkley94@example.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (10,110,1,'daz.clint@lol.biz',1,0,0,0,NULL,NULL,NULL,NULL),
- (11,45,1,'olsen.scott@lol.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (12,45,1,'scottolsen@lol.com',0,0,0,0,NULL,NULL,NULL,NULL),
- (13,12,1,'barkleys23@airmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
- (14,102,1,'blackwell.craig50@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (15,10,1,'jameson.lincoln@infomail.net',1,0,0,0,NULL,NULL,NULL,NULL),
- (16,10,1,'lincolnjameson5@lol.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),
- (17,23,1,'kiarat54@notmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (18,94,1,'bachmanr46@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL),
- (19,38,1,'smith.troy@sample.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (20,38,1,'smitht70@mymail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
- (21,154,1,'jedroberts32@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL),
- (22,86,1,'bryons@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (23,95,1,'robertson.i.princess15@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (24,95,1,'robertson.princess@fakemail.com',0,0,0,0,NULL,NULL,NULL,NULL),
- (25,182,1,'josefai3@sample.net',1,0,0,0,NULL,NULL,NULL,NULL),
- (26,74,1,'olsen.russell62@infomail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
- (27,74,1,'olsenr36@mymail.net',0,0,0,0,NULL,NULL,NULL,NULL),
- (28,191,1,'samuels.s.shad@mymail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (29,191,1,'ss.samuels40@infomail.info',0,0,0,0,NULL,NULL,NULL,NULL),
- (30,112,1,'brigettep12@example.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (31,117,1,'yadavc@sample.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (32,117,1,'ch.yadav@airmail.info',0,0,0,0,NULL,NULL,NULL,NULL),
- (33,57,1,'santinap44@example.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (34,57,1,'si.patel@airmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
- (35,124,1,'carylonp@testmail.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (36,124,1,'prenticec84@example.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),
- (37,79,1,'dn.jones@airmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (38,79,1,'dn.jones52@mymail.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (39,76,1,'felishal74@example.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (40,67,1,'cruz.lashawnda@testmail.net',1,0,0,0,NULL,NULL,NULL,NULL),
- (41,149,1,'trumanz@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (42,149,1,'trumanzope@lol.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
- (43,160,1,'tr.nielsen@fakemail.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (44,160,1,'nielsen.toby57@testmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
- (45,135,1,'elinag@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (46,114,1,'terrell.bernadette@infomail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
- (47,114,1,'terrell.bernadette32@mymail.net',0,0,0,0,NULL,NULL,NULL,NULL),
- (48,77,1,'robertse@lol.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (49,77,1,'robertse@testing.info',0,0,0,0,NULL,NULL,NULL,NULL),
- (50,178,1,'ad.parker13@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (51,178,1,'allenparker@testmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),
- (52,147,1,'bachman.jed@lol.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (53,147,1,'bachmanj@airmail.info',0,0,0,0,NULL,NULL,NULL,NULL),
- (54,131,1,'zope.n.jay14@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (55,200,1,'jones.jacob@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (56,200,1,'jonesj45@fakemail.info',0,0,0,0,NULL,NULL,NULL,NULL),
- (57,48,1,'robertsont41@testmail.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (58,179,1,'josefawagner10@spamalot.net',1,0,0,0,NULL,NULL,NULL,NULL),
- (59,107,1,'elizabethpatel14@mymail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (60,105,1,'bm.barkley30@example.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (61,105,1,'brzczysawb@example.biz',0,0,0,0,NULL,NULL,NULL,NULL),
- (62,136,1,'meijensen@testing.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (63,136,1,'jensen.mei@testing.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),
- (64,142,1,'lashawndap47@fakemail.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (65,142,1,'lashawndap41@sample.net',0,0,0,0,NULL,NULL,NULL,NULL),
- (66,148,1,'winfordterrell@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (67,137,1,'cooperl22@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (68,137,1,'cooper.v.laree55@spamalot.biz',0,0,0,0,NULL,NULL,NULL,NULL),
- (69,146,1,'brentchowski70@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
- (70,30,1,'fterry91@notmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (71,122,1,'winfordz@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (72,100,1,'mchowski@sample.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (73,40,1,'lees@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (74,44,1,'lincolnprentice27@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (75,44,1,'prentice.lincoln@sample.info',0,0,0,0,NULL,NULL,NULL,NULL),
- (76,63,1,'terry.megan@mymail.net',1,0,0,0,NULL,NULL,NULL,NULL),
- (77,63,1,'mk.terry@airmail.com',0,0,0,0,NULL,NULL,NULL,NULL),
- (78,96,1,'blackwell.rebekah@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (79,66,1,'patel.maria@testmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (80,66,1,'mariap9@lol.info',0,0,0,0,NULL,NULL,NULL,NULL),
- (81,170,1,'beulawagner33@fakemail.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (82,170,1,'wagner.k.beula@testing.com',0,0,0,0,NULL,NULL,NULL,NULL),
- (83,13,1,'blackwell.elina@sample.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (84,156,1,'blackwelln23@infomail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (85,144,1,'bobb34@infomail.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (86,34,1,'raygrant61@testing.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
- (87,75,1,'md.wilson-grant@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
- (88,187,1,'grant.princess@testmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (89,140,1,'grant.u.arlyne@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (90,81,1,'jblackwell84@testmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (91,81,1,'blackwellj25@spamalot.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),
- (92,139,1,'cs.blackwell@example.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (93,139,1,'blackwell.s.clint@lol.net',0,0,0,0,NULL,NULL,NULL,NULL),
- (94,141,1,'grant.b.billy41@mymail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
- (95,185,1,'dimitrov.heidi@infomail.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (96,185,1,'heididimitrov@infomail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),
- (97,127,1,'dimitrov.jackson@sample.biz',1,0,0,0,NULL,NULL,NULL,NULL),
- (98,145,1,'wagner-lee.valene@mymail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (99,145,1,'valenew@example.info',0,0,0,0,NULL,NULL,NULL,NULL),
- (100,171,1,'rodrigolee@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (101,157,1,'terrell.d.sherman@testmail.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (102,69,1,'rterrell@spamalot.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (103,69,1,'terrell.russell@testing.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),
- (104,195,1,'wattson.n.mei@sample.net',1,0,0,0,NULL,NULL,NULL,NULL),
- (105,195,1,'wattson.n.mei39@infomail.biz',0,0,0,0,NULL,NULL,NULL,NULL),
- (106,22,1,'tw.wattson90@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (107,33,1,'wattson.justina@sample.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (108,33,1,'wattson.justina@example.biz',0,0,0,0,NULL,NULL,NULL,NULL),
- (109,55,1,'erikwattson@lol.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (110,8,1,'parker-robertsb@spamalot.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
- (111,8,1,'brittneyp@mymail.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (112,54,1,'roberts.bob@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (113,89,1,'robertsb@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (114,89,1,'brittneyr@notmail.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (115,62,1,'ivanov.lawerence@example.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
- (116,62,1,'ly.ivanov37@fishmail.net',0,0,0,0,NULL,NULL,NULL,NULL),
- (117,83,1,'ivanov.bob@fishmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (118,83,1,'ivanovb@airmail.info',0,0,0,0,NULL,NULL,NULL,NULL),
- (119,130,1,'ts.ivanov@infomail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (120,130,1,'ivanov.troy62@lol.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),
- (121,143,1,'nf.zope@airmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
- (122,150,1,'zopeb19@testmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
- (123,50,1,'zope.q.kandace@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (124,50,1,'kandacez51@mymail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),
- (125,177,1,'smith.q.damaris68@sample.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (126,84,1,'wagner-smith.rosario@fishmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (127,84,1,'wagner-smithr@testmail.net',0,0,0,0,NULL,NULL,NULL,NULL),
- (128,59,1,'oq.cooper@fakemail.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (129,27,1,'santinac@mymail.info',1,0,0,0,NULL,NULL,NULL,NULL),
- (130,32,1,'sivanov@testing.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (131,24,1,'herminiam@fishmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
- (132,24,1,'mcreynolds.s.herminia70@testing.com',0,0,0,0,NULL,NULL,NULL,NULL),
- (133,93,1,'mller.q.claudio@spamalot.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (134,93,1,'mllerc51@infomail.com',0,0,0,0,NULL,NULL,NULL,NULL),
- (135,109,1,'erikmller-daz@fakemail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
- (136,163,1,'mller-dazk@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (137,134,1,'terrell.brittney@spamalot.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (138,134,1,'brittneyt@infomail.com',0,0,0,0,NULL,NULL,NULL,NULL),
- (139,4,1,'terrell.x.norris67@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (140,4,1,'terrell.norris@infomail.biz',0,0,0,0,NULL,NULL,NULL,NULL),
- (141,169,1,'meit@lol.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (142,90,1,'jones.junko@lol.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
- (143,20,1,'jonesb@spamalot.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (144,20,1,'jones.brent@testing.biz',0,0,0,0,NULL,NULL,NULL,NULL),
- (145,104,1,'tjones@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
- (146,104,1,'trumanj@testmail.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (147,28,1,'rterrell@mymail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
- (148,28,1,'rterrell@fishmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
- (149,184,1,'terrell.roland@testmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (150,184,1,'terrell.roland@fakemail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),
- (151,152,1,'terrelle@infomail.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (152,165,1,'im.terry-nielsen@lol.net',1,0,0,0,NULL,NULL,NULL,NULL),
- (153,174,1,'nielsen.herminia@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (154,174,1,'herminianielsen@fakemail.com',0,0,0,0,NULL,NULL,NULL,NULL),
- (155,181,1,'nielsen.t.brent@mymail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
- (156,87,1,'santinan76@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
- (157,47,3,'info@tiptondevelopment.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (158,187,2,'olsen.sonny@tiptondevelopment.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (159,118,3,'feedback@ruraldevelopment.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (160,18,3,'sales@creativefellowship.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (161,66,2,'patelm@creativefellowship.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (162,115,3,'info@creativepeace.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (163,8,2,'parker-roberts.brittney@creativepeace.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (164,9,3,'sales@unitedcenter.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (165,146,2,'bchowski@unitedcenter.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (166,46,3,'service@nyeducationcollective.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (167,20,2,'jones.brent@nyeducationcollective.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (168,197,3,'contact@pinefoodpartners.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (169,41,2,'nielseni@pinefoodpartners.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (170,15,3,'contact@gcfamilyassociation.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (171,32,2,'smith.ashley@gcfamilyassociation.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (172,121,3,'contact@urbanfamilycenter.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (173,35,3,'sales@floridafellowship.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (174,152,2,'rsamson@floridafellowship.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (175,78,3,'info@sierrapeacefellowship.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (176,26,3,'service@unitedfamily.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (177,145,2,'vwagner-lee84@unitedfamily.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (178,64,3,'sales@collegemusic.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (179,185,2,'dimitrov.heidi@collegemusic.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (180,162,3,'service@harveyagriculturefellowship.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (181,55,2,'erikw@harveyagriculturefellowship.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (182,201,3,'contact@lincolnpoetry.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (183,114,2,'terrellb@lincolnpoetry.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (184,123,3,'feedback@statespartnership.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (185,51,3,'feedback@minneapolissystems.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (186,150,2,'zope.m.brigette@minneapolissystems.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (187,17,3,'info@ecactionservices.org',1,0,0,0,NULL,NULL,NULL,NULL),
- (188,77,2,'irisn@ecactionservices.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (189,202,1,'jenny@example.com',1,0,0,0,NULL,NULL,NULL,NULL),
- (190,NULL,1,'development@example.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (191,NULL,1,'tournaments@example.org',0,0,0,0,NULL,NULL,NULL,NULL),
- (192,NULL,1,'celebration@example.org',0,0,0,0,NULL,NULL,NULL,NULL);
+ (2,89,1,'darenc85@testing.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (3,89,1,'cruz.daren81@airmail.info',0,0,0,0,NULL,NULL,NULL,NULL),
+ (4,164,1,'lougonzlez69@example.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (5,38,1,'josefaterry47@testmail.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (6,15,1,'terryt83@fishmail.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (7,32,1,'josefaj93@lol.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (8,171,1,'robertsj@notmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (9,171,1,'roberts.juliann@fishmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
+ (10,140,1,'barkleye@fishmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
+ (11,140,1,'eh.barkley85@airmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
+ (12,24,1,'ivanovk@spamalot.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (13,49,1,'tanyat@mymail.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (14,49,1,'tanyaterry61@notmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),
+ (15,104,1,'beulagonzlez84@example.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (16,169,1,'ny.blackwell@example.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (17,146,1,'lawerencejones@testmail.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (18,146,1,'jones.lawerence63@lol.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
+ (19,195,1,'reynolds.troy@mymail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (20,195,1,'reynoldst@fakemail.biz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (21,144,1,'gonzlez.scott77@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL),
+ (22,144,1,'gonzlez.scott56@infomail.com',0,0,0,0,NULL,NULL,NULL,NULL),
+ (23,157,1,'oterry33@infomail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
+ (24,23,1,'roberts.v.kathlyn@mymail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (25,52,1,'gonzlez.margaret25@airmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
+ (26,7,1,'wagner.laree@sample.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (27,7,1,'lareewagner@mymail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),
+ (28,102,1,'prentice.russell55@notmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
+ (29,102,1,'russellp@spamalot.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),
+ (30,111,1,'bd.yadav@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (31,111,1,'yadav.d.beula@mymail.com',0,0,0,0,NULL,NULL,NULL,NULL),
+ (32,101,1,'parkerh49@fishmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (33,172,1,'jacobss@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (34,8,1,'cooper.brittney@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (35,8,1,'cooper.f.brittney1@sample.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (36,162,1,'terry.junko@lol.info',1,0,0,0,NULL,NULL,NULL,NULL),
+ (37,162,1,'jf.terry18@fakemail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
+ (38,3,1,'sanfordsamson62@testmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
+ (39,46,1,'mivanov@infomail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
+ (40,19,1,'samuels.valene@fishmail.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (41,184,1,'lawerenceb@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (42,184,1,'lawerenceb24@notmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),
+ (43,64,1,'reynoldss@sample.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (44,186,1,'wattsona@lol.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (45,186,1,'wattsona26@spamalot.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (46,74,1,'bachman.russell81@testmail.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (47,106,1,'jinaterry54@fakemail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (48,106,1,'jn.terry62@lol.biz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (49,168,1,'jacobs.jay38@spamalot.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (50,134,1,'brigettewattson@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (51,134,1,'wattson.brigette@lol.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),
+ (52,72,1,'grantb@lol.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (53,72,1,'grant.bernadette@notmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),
+ (54,25,1,'barkleyb@testing.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (55,28,1,'hp.robertson85@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (56,28,1,'herminiarobertson@airmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),
+ (57,121,1,'jamesonj69@sample.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (58,79,1,'nielsen.elina50@lol.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (59,79,1,'nielsen.elina78@spamalot.biz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (60,114,1,'mcreynolds.u.lincoln3@lol.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (61,37,1,'knielsen34@airmail.info',1,0,0,0,NULL,NULL,NULL,NULL),
+ (62,62,1,'jacksongrant@airmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
+ (63,152,1,'brittneywilson@example.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (64,152,1,'bu.wilson41@notmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (65,92,1,'rosarioblackwell97@testing.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
+ (66,156,1,'terrell.lou87@testing.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (67,124,1,'wilson.d.miguel45@fakemail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (68,124,1,'wilson.d.miguel@mymail.biz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (69,127,1,'carlossamson@lol.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (70,57,1,'samsonk@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (71,189,1,'wilson.delana28@fishmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
+ (72,183,1,'ivanov.errol@example.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (73,125,1,'sanfordr@fakemail.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (74,125,1,'sanfordroberts@airmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),
+ (75,14,1,'rjensen9@fishmail.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (76,143,1,'hblackwell@sample.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (77,143,1,'blackwell.heidi@lol.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),
+ (78,39,1,'jameson.shad34@lol.info',1,0,0,0,NULL,NULL,NULL,NULL),
+ (79,27,1,'blackwell.kacey@example.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (80,27,1,'blackwell.m.kacey9@notmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (81,123,1,'rodrigojameson-blackwell@example.info',1,0,0,0,NULL,NULL,NULL,NULL),
+ (82,173,1,'billyj14@fishmail.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (83,173,1,'billyjameson-blackwell@testmail.com',0,0,0,0,NULL,NULL,NULL,NULL),
+ (84,182,1,'troberts@mymail.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (85,48,1,'eroberts11@lol.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (86,48,1,'roberts.elizabeth2@sample.info',0,0,0,0,NULL,NULL,NULL,NULL),
+ (87,160,1,'shaunaroberts@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (88,66,1,'lroberts@fishmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (89,45,1,'bettyn63@testmail.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (90,45,1,'bw.nielsen14@sample.biz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (91,112,1,'jy.robertson-nielsen50@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
+ (92,145,1,'nielsen.u.sanford@lol.info',1,0,0,0,NULL,NULL,NULL,NULL),
+ (93,84,1,'dimitrov.irvin@spamalot.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (94,84,1,'irvindimitrov47@testmail.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (95,117,1,'kathlynterrell@spamalot.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (96,175,1,'terrells57@testing.info',1,0,0,0,NULL,NULL,NULL,NULL),
+ (97,175,1,'terrells@sample.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),
+ (98,83,1,'terrell.brzczysaw81@notmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (99,193,1,'troyyadav@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
+ (100,148,1,'jones.elina18@infomail.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (101,41,1,'landonyadav-jones67@notmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (102,107,1,'adamsl@airmail.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (103,150,1,'mllerm38@sample.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (104,10,1,'miguela@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (105,35,1,'adamsb25@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (106,35,1,'billyadams32@fakemail.biz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (107,99,1,'sadams@lol.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
+ (108,149,1,'valenea77@infomail.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (109,149,1,'adams.valene@notmail.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (110,170,1,'barrycooper@mymail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
+ (111,170,1,'cooperb@sample.com',0,0,0,0,NULL,NULL,NULL,NULL),
+ (112,108,1,'bcooper@fakemail.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (113,163,1,'jensen.sonny67@example.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (114,154,1,'merriej46@lol.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (115,151,1,'bernadettej@fishmail.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (116,151,1,'jensenb@airmail.com',0,0,0,0,NULL,NULL,NULL,NULL),
+ (117,128,1,'brentg34@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (118,42,1,'mariaw@spamalot.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (119,20,1,'grants24@testmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (120,135,1,'lee-grante@mymail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
+ (121,135,1,'lee-grant.elizabeth@infomail.biz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (122,159,1,'samson.truman@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (123,50,1,'margaretn@fakemail.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (124,118,1,'samson-nielsene@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (125,118,1,'samson-nielsene@testmail.com',0,0,0,0,NULL,NULL,NULL,NULL),
+ (126,47,1,'jsamson-nielsen15@sample.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (127,47,1,'josefas37@testing.biz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (128,158,1,'elizabethw@spamalot.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (129,71,1,'wilson.magan99@testmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
+ (130,71,1,'mwilson@airmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),
+ (131,53,1,'allanwilson@example.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
+ (132,53,1,'allanw@sample.info',0,0,0,0,NULL,NULL,NULL,NULL),
+ (133,69,1,'wilsonl85@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),
+ (134,69,1,'louw@lol.com',0,0,0,0,NULL,NULL,NULL,NULL),
+ (135,194,1,'teresao@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (136,70,1,'bernadettebachman-olsen@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (137,132,1,'daz.o.ashlie@testing.net',1,0,0,0,NULL,NULL,NULL,NULL),
+ (138,132,1,'daz.o.ashlie29@spamalot.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),
+ (139,110,1,'dazt@sample.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (140,68,1,'daz.y.jerome@testmail.info',1,0,0,0,NULL,NULL,NULL,NULL),
+ (141,68,1,'jy.daz74@fakemail.net',0,0,0,0,NULL,NULL,NULL,NULL),
+ (142,13,1,'lee.rebekah@example.co.in',1,0,0,0,NULL,NULL,NULL,NULL),
+ (143,13,1,'rebekahl38@sample.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (144,98,1,'lee.magan76@testing.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),
+ (145,98,1,'lee.magan@notmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),
+ (146,198,1,'rodrigolee22@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),
+ (147,87,1,'jameson.margaret62@example.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (148,78,1,'cruz-jameson.z.lincoln@infomail.info',1,0,0,0,NULL,NULL,NULL,NULL),
+ (149,43,3,'info@orlandoculturepartnership.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (150,3,2,'sanfordsamson@orlandoculturepartnership.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (151,55,3,'service@californiafood.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (152,122,3,'contact@ruralenvironmental.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (153,57,2,'ksamson@ruralenvironmental.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (154,181,3,'feedback@keeneenvironmentalfund.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (155,159,2,'grant.claudio@keeneenvironmentalfund.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (156,65,3,'contact@globalpartners.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (157,150,2,'meim@globalpartners.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (158,100,3,'feedback@globaleducationcenter.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (159,53,2,'gonzlezt47@globaleducationcenter.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (160,109,3,'service@cadellpoetry.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (161,119,3,'contact@lincolnnetwork.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (162,130,3,'service@sierraempowermentservices.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (163,164,2,'ivanov.winford97@sierraempowermentservices.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (164,40,3,'sales@harringtonpartnership.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (165,126,3,'feedback@unitedpeacepartners.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (166,48,2,'roberts.elizabeth16@unitedpeacepartners.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (167,26,3,'feedback@beechhealth.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (168,183,2,'ivanove@beechhealth.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (169,166,3,'service@progressiveliteracy.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (170,11,2,'justinayadav-jones45@progressiveliteracy.org',1,0,0,0,NULL,NULL,NULL,NULL),
+ (171,202,1,'jenny@example.com',1,0,0,0,NULL,NULL,NULL,NULL),
+ (172,NULL,1,'development@example.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (173,NULL,1,'tournaments@example.org',0,0,0,0,NULL,NULL,NULL,NULL),
+ (174,NULL,1,'celebration@example.org',0,0,0,0,NULL,NULL,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_email` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -3304,165 +3284,165 @@ INSERT INTO `civicrm_entity_financial_trxn` (`id`, `entity_table`, `entity_id`,
  (60,'civicrm_financial_item',30,30,10.00),
  (61,'civicrm_contribution',31,31,5.00),
  (62,'civicrm_financial_item',31,31,5.00),
- (63,'civicrm_contribution',32,32,100.00),
- (64,'civicrm_financial_item',32,32,100.00),
- (65,'civicrm_contribution',34,33,100.00),
- (66,'civicrm_financial_item',33,33,100.00),
- (67,'civicrm_contribution',36,34,100.00),
+ (63,'civicrm_contribution',33,32,50.00),
+ (64,'civicrm_financial_item',32,32,50.00),
+ (65,'civicrm_contribution',47,33,50.00),
+ (66,'civicrm_financial_item',33,33,50.00),
+ (67,'civicrm_contribution',34,34,100.00),
  (68,'civicrm_financial_item',34,34,100.00),
- (69,'civicrm_contribution',38,35,100.00),
+ (69,'civicrm_contribution',44,35,100.00),
  (70,'civicrm_financial_item',35,35,100.00),
- (71,'civicrm_contribution',40,36,100.00),
- (72,'civicrm_financial_item',36,36,100.00),
- (73,'civicrm_contribution',41,37,100.00),
- (74,'civicrm_financial_item',37,37,100.00),
- (75,'civicrm_contribution',44,38,100.00),
- (76,'civicrm_financial_item',38,38,100.00),
- (77,'civicrm_contribution',48,39,100.00),
- (78,'civicrm_financial_item',39,39,100.00),
- (79,'civicrm_contribution',50,40,100.00),
+ (71,'civicrm_contribution',55,36,50.00),
+ (72,'civicrm_financial_item',36,36,50.00),
+ (73,'civicrm_contribution',57,37,50.00),
+ (74,'civicrm_financial_item',37,37,50.00),
+ (75,'civicrm_contribution',35,38,50.00),
+ (76,'civicrm_financial_item',38,38,50.00),
+ (77,'civicrm_contribution',43,39,50.00),
+ (78,'civicrm_financial_item',39,39,50.00),
+ (79,'civicrm_contribution',52,40,100.00),
  (80,'civicrm_financial_item',40,40,100.00),
- (81,'civicrm_contribution',52,41,100.00),
- (82,'civicrm_financial_item',41,41,100.00),
- (83,'civicrm_contribution',54,42,100.00),
+ (81,'civicrm_contribution',45,41,50.00),
+ (82,'civicrm_financial_item',41,41,50.00),
+ (83,'civicrm_contribution',51,42,100.00),
  (84,'civicrm_financial_item',42,42,100.00),
- (85,'civicrm_contribution',56,43,100.00),
+ (85,'civicrm_contribution',38,43,100.00),
  (86,'civicrm_financial_item',43,43,100.00),
- (87,'civicrm_contribution',58,44,100.00),
+ (87,'civicrm_contribution',48,44,100.00),
  (88,'civicrm_financial_item',44,44,100.00),
- (89,'civicrm_contribution',60,45,100.00),
- (90,'civicrm_financial_item',45,45,100.00),
- (91,'civicrm_contribution',33,46,50.00),
+ (89,'civicrm_contribution',49,45,50.00),
+ (90,'civicrm_financial_item',45,45,50.00),
+ (91,'civicrm_contribution',39,46,50.00),
  (92,'civicrm_financial_item',46,46,50.00),
- (93,'civicrm_contribution',35,47,50.00),
- (94,'civicrm_financial_item',47,47,50.00),
- (95,'civicrm_contribution',37,48,50.00),
- (96,'civicrm_financial_item',48,48,50.00),
- (97,'civicrm_contribution',39,49,50.00),
- (98,'civicrm_financial_item',49,49,50.00),
- (99,'civicrm_contribution',43,50,50.00),
+ (93,'civicrm_contribution',42,47,1200.00),
+ (94,'civicrm_financial_item',47,47,1200.00),
+ (95,'civicrm_contribution',60,48,100.00),
+ (96,'civicrm_financial_item',48,48,100.00),
+ (97,'civicrm_contribution',41,49,100.00),
+ (98,'civicrm_financial_item',49,49,100.00),
+ (99,'civicrm_contribution',37,50,50.00),
  (100,'civicrm_financial_item',50,50,50.00),
- (101,'civicrm_contribution',45,51,50.00),
- (102,'civicrm_financial_item',51,51,50.00),
- (103,'civicrm_contribution',46,52,50.00),
- (104,'civicrm_financial_item',52,52,50.00),
- (105,'civicrm_contribution',47,53,50.00),
+ (101,'civicrm_contribution',54,51,100.00),
+ (102,'civicrm_financial_item',51,51,100.00),
+ (103,'civicrm_contribution',53,52,1200.00),
+ (104,'civicrm_financial_item',52,52,1200.00),
+ (105,'civicrm_contribution',59,53,50.00),
  (106,'civicrm_financial_item',53,53,50.00),
- (107,'civicrm_contribution',49,54,50.00),
- (108,'civicrm_financial_item',54,54,50.00),
- (109,'civicrm_contribution',51,55,50.00),
- (110,'civicrm_financial_item',55,55,50.00),
- (111,'civicrm_contribution',55,56,50.00),
- (112,'civicrm_financial_item',56,56,50.00),
- (113,'civicrm_contribution',57,57,50.00),
- (114,'civicrm_financial_item',57,57,50.00),
- (115,'civicrm_contribution',59,58,50.00),
- (116,'civicrm_financial_item',58,58,50.00),
+ (107,'civicrm_contribution',40,54,100.00),
+ (108,'civicrm_financial_item',54,54,100.00),
+ (109,'civicrm_contribution',36,55,100.00),
+ (110,'civicrm_financial_item',55,55,100.00),
+ (111,'civicrm_contribution',56,56,100.00),
+ (112,'civicrm_financial_item',56,56,100.00),
+ (113,'civicrm_contribution',58,57,100.00),
+ (114,'civicrm_financial_item',57,57,100.00),
+ (115,'civicrm_contribution',32,58,100.00),
+ (116,'civicrm_financial_item',58,58,100.00),
  (117,'civicrm_contribution',61,59,50.00),
  (118,'civicrm_financial_item',59,59,50.00),
- (119,'civicrm_contribution',42,60,1200.00),
- (120,'civicrm_financial_item',60,60,1200.00),
- (121,'civicrm_contribution',53,61,1200.00),
- (122,'civicrm_financial_item',61,61,1200.00),
- (123,'civicrm_contribution',64,62,50.00),
+ (119,'civicrm_contribution',50,60,100.00),
+ (120,'civicrm_financial_item',60,60,100.00),
+ (121,'civicrm_contribution',46,61,100.00),
+ (122,'civicrm_financial_item',61,61,100.00),
+ (123,'civicrm_contribution',63,62,50.00),
  (124,'civicrm_financial_item',62,62,50.00),
  (125,'civicrm_contribution',67,63,50.00),
  (126,'civicrm_financial_item',63,63,50.00),
- (127,'civicrm_contribution',70,64,50.00),
- (128,'civicrm_financial_item',64,64,50.00),
- (129,'civicrm_contribution',73,65,50.00),
+ (127,'civicrm_contribution',71,64,800.00),
+ (128,'civicrm_financial_item',64,64,800.00),
+ (129,'civicrm_contribution',75,65,50.00),
  (130,'civicrm_financial_item',65,65,50.00),
- (131,'civicrm_contribution',76,66,50.00),
- (132,'civicrm_financial_item',66,66,50.00),
- (133,'civicrm_contribution',79,67,50.00),
+ (131,'civicrm_contribution',83,66,800.00),
+ (132,'civicrm_financial_item',66,66,800.00),
+ (133,'civicrm_contribution',88,67,50.00),
  (134,'civicrm_financial_item',67,67,50.00),
- (135,'civicrm_contribution',82,68,50.00),
+ (135,'civicrm_contribution',92,68,50.00),
  (136,'civicrm_financial_item',68,68,50.00),
- (137,'civicrm_contribution',85,69,50.00),
- (138,'civicrm_financial_item',69,69,50.00),
- (139,'civicrm_contribution',89,70,50.00),
+ (137,'civicrm_contribution',96,69,800.00),
+ (138,'civicrm_financial_item',69,69,800.00),
+ (139,'civicrm_contribution',100,70,50.00),
  (140,'civicrm_financial_item',70,70,50.00),
- (141,'civicrm_contribution',92,71,50.00),
- (142,'civicrm_financial_item',71,71,50.00),
- (143,'civicrm_contribution',95,72,50.00),
+ (141,'civicrm_contribution',108,71,800.00),
+ (142,'civicrm_financial_item',71,71,800.00),
+ (143,'civicrm_contribution',64,72,50.00),
  (144,'civicrm_financial_item',72,72,50.00),
- (145,'civicrm_contribution',98,73,50.00),
- (146,'civicrm_financial_item',73,73,50.00),
- (147,'civicrm_contribution',101,74,50.00),
+ (145,'civicrm_contribution',68,73,800.00),
+ (146,'civicrm_financial_item',73,73,800.00),
+ (147,'civicrm_contribution',72,74,50.00),
  (148,'civicrm_financial_item',74,74,50.00),
- (149,'civicrm_contribution',104,75,50.00),
+ (149,'civicrm_contribution',76,75,50.00),
  (150,'civicrm_financial_item',75,75,50.00),
- (151,'civicrm_contribution',107,76,50.00),
+ (151,'civicrm_contribution',79,76,50.00),
  (152,'civicrm_financial_item',76,76,50.00),
- (153,'civicrm_contribution',110,77,50.00),
+ (153,'civicrm_contribution',81,77,50.00),
  (154,'civicrm_financial_item',77,77,50.00),
- (155,'civicrm_contribution',65,78,800.00),
- (156,'civicrm_financial_item',78,78,800.00),
- (157,'civicrm_contribution',68,79,800.00),
+ (155,'civicrm_contribution',84,78,50.00),
+ (156,'civicrm_financial_item',78,78,50.00),
+ (157,'civicrm_contribution',87,79,800.00),
  (158,'civicrm_financial_item',79,79,800.00),
- (159,'civicrm_contribution',71,80,800.00),
- (160,'civicrm_financial_item',80,80,800.00),
- (161,'civicrm_contribution',74,81,800.00),
+ (159,'civicrm_contribution',89,80,50.00),
+ (160,'civicrm_financial_item',80,80,50.00),
+ (161,'civicrm_contribution',93,81,800.00),
  (162,'civicrm_financial_item',81,81,800.00),
- (163,'civicrm_contribution',77,82,800.00),
- (164,'civicrm_financial_item',82,82,800.00),
- (165,'civicrm_contribution',80,83,800.00),
- (166,'civicrm_financial_item',83,83,800.00),
- (167,'civicrm_contribution',83,84,800.00),
- (168,'civicrm_financial_item',84,84,800.00),
- (169,'civicrm_contribution',86,85,800.00),
- (170,'civicrm_financial_item',85,85,800.00),
- (171,'civicrm_contribution',87,86,800.00),
- (172,'civicrm_financial_item',86,86,800.00),
- (173,'civicrm_contribution',90,87,800.00),
+ (163,'civicrm_contribution',97,82,50.00),
+ (164,'civicrm_financial_item',82,82,50.00),
+ (165,'civicrm_contribution',101,83,50.00),
+ (166,'civicrm_financial_item',83,83,50.00),
+ (167,'civicrm_contribution',104,84,50.00),
+ (168,'civicrm_financial_item',84,84,50.00),
+ (169,'civicrm_contribution',106,85,50.00),
+ (170,'civicrm_financial_item',85,85,50.00),
+ (171,'civicrm_contribution',109,86,50.00),
+ (172,'civicrm_financial_item',86,86,50.00),
+ (173,'civicrm_contribution',112,87,800.00),
  (174,'civicrm_financial_item',87,87,800.00),
- (175,'civicrm_contribution',93,88,800.00),
+ (175,'civicrm_contribution',65,88,800.00),
  (176,'civicrm_financial_item',88,88,800.00),
- (177,'civicrm_contribution',96,89,800.00),
- (178,'civicrm_financial_item',89,89,800.00),
- (179,'civicrm_contribution',99,90,800.00),
- (180,'civicrm_financial_item',90,90,800.00),
- (181,'civicrm_contribution',102,91,800.00),
+ (177,'civicrm_contribution',69,89,50.00),
+ (178,'civicrm_financial_item',89,89,50.00),
+ (179,'civicrm_contribution',73,90,50.00),
+ (180,'civicrm_financial_item',90,90,50.00),
+ (181,'civicrm_contribution',80,91,800.00),
  (182,'civicrm_financial_item',91,91,800.00),
- (183,'civicrm_contribution',105,92,800.00),
+ (183,'civicrm_contribution',86,92,800.00),
  (184,'civicrm_financial_item',92,92,800.00),
- (185,'civicrm_contribution',108,93,800.00),
+ (185,'civicrm_contribution',90,93,800.00),
  (186,'civicrm_financial_item',93,93,800.00),
- (187,'civicrm_contribution',111,94,800.00),
- (188,'civicrm_financial_item',94,94,800.00),
- (189,'civicrm_contribution',112,95,800.00),
- (190,'civicrm_financial_item',95,95,800.00),
- (191,'civicrm_contribution',63,96,50.00),
- (192,'civicrm_financial_item',96,96,50.00),
- (193,'civicrm_contribution',66,97,50.00),
- (194,'civicrm_financial_item',97,97,50.00),
- (195,'civicrm_contribution',69,98,50.00),
+ (187,'civicrm_contribution',94,94,50.00),
+ (188,'civicrm_financial_item',94,94,50.00),
+ (189,'civicrm_contribution',98,95,50.00),
+ (190,'civicrm_financial_item',95,95,50.00),
+ (191,'civicrm_contribution',105,96,800.00),
+ (192,'civicrm_financial_item',96,96,800.00),
+ (193,'civicrm_contribution',111,97,800.00),
+ (194,'civicrm_financial_item',97,97,800.00),
+ (195,'civicrm_contribution',66,98,50.00),
  (196,'civicrm_financial_item',98,98,50.00),
- (197,'civicrm_contribution',72,99,50.00),
+ (197,'civicrm_contribution',70,99,50.00),
  (198,'civicrm_financial_item',99,99,50.00),
- (199,'civicrm_contribution',75,100,50.00),
- (200,'civicrm_financial_item',100,100,50.00),
- (201,'civicrm_contribution',78,101,50.00),
- (202,'civicrm_financial_item',101,101,50.00),
- (203,'civicrm_contribution',81,102,50.00),
+ (199,'civicrm_contribution',74,100,800.00),
+ (200,'civicrm_financial_item',100,100,800.00),
+ (201,'civicrm_contribution',77,101,800.00),
+ (202,'civicrm_financial_item',101,101,800.00),
+ (203,'civicrm_contribution',78,102,50.00),
  (204,'civicrm_financial_item',102,102,50.00),
- (205,'civicrm_contribution',84,103,50.00),
+ (205,'civicrm_contribution',82,103,50.00),
  (206,'civicrm_financial_item',103,103,50.00),
- (207,'civicrm_contribution',88,104,50.00),
+ (207,'civicrm_contribution',85,104,50.00),
  (208,'civicrm_financial_item',104,104,50.00),
  (209,'civicrm_contribution',91,105,50.00),
  (210,'civicrm_financial_item',105,105,50.00),
- (211,'civicrm_contribution',94,106,50.00),
+ (211,'civicrm_contribution',95,106,50.00),
  (212,'civicrm_financial_item',106,106,50.00),
- (213,'civicrm_contribution',97,107,50.00),
- (214,'civicrm_financial_item',107,107,50.00),
- (215,'civicrm_contribution',100,108,50.00),
- (216,'civicrm_financial_item',108,108,50.00),
+ (213,'civicrm_contribution',99,107,800.00),
+ (214,'civicrm_financial_item',107,107,800.00),
+ (215,'civicrm_contribution',102,108,800.00),
+ (216,'civicrm_financial_item',108,108,800.00),
  (217,'civicrm_contribution',103,109,50.00),
  (218,'civicrm_financial_item',109,109,50.00),
- (219,'civicrm_contribution',106,110,50.00),
+ (219,'civicrm_contribution',107,110,50.00),
  (220,'civicrm_financial_item',110,110,50.00),
- (221,'civicrm_contribution',109,111,50.00),
+ (221,'civicrm_contribution',110,111,50.00),
  (222,'civicrm_financial_item',111,111,50.00);
 /*!40000 ALTER TABLE `civicrm_entity_financial_trxn` ENABLE KEYS */;
 UNLOCK TABLES;
@@ -3474,126 +3454,118 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_entity_tag` WRITE;
 /*!40000 ALTER TABLE `civicrm_entity_tag` DISABLE KEYS */;
 INSERT INTO `civicrm_entity_tag` (`id`, `entity_table`, `entity_id`, `tag_id`) VALUES
- (112,'civicrm_contact',4,4),
- (111,'civicrm_contact',5,4),
- (76,'civicrm_contact',6,4),
- (77,'civicrm_contact',6,5),
- (3,'civicrm_contact',9,1),
- (107,'civicrm_contact',11,4),
- (20,'civicrm_contact',12,4),
- (21,'civicrm_contact',12,5),
- (5,'civicrm_contact',15,1),
- (15,'civicrm_contact',16,5),
- (10,'civicrm_contact',17,3),
- (2,'civicrm_contact',18,1),
- (115,'civicrm_contact',20,4),
- (47,'civicrm_contact',21,4),
- (48,'civicrm_contact',21,5),
- (24,'civicrm_contact',23,4),
- (7,'civicrm_contact',26,3),
- (116,'civicrm_contact',28,5),
- (61,'civicrm_contact',29,4),
- (55,'civicrm_contact',30,4),
- (56,'civicrm_contact',30,5),
- (88,'civicrm_contact',33,4),
- (89,'civicrm_contact',33,5),
- (67,'civicrm_contact',34,4),
- (6,'civicrm_contact',35,3),
- (19,'civicrm_contact',37,5),
- (59,'civicrm_contact',40,4),
- (113,'civicrm_contact',42,4),
- (114,'civicrm_contact',42,5),
- (4,'civicrm_contact',46,2),
- (1,'civicrm_contact',47,2),
- (105,'civicrm_contact',52,4),
- (91,'civicrm_contact',54,4),
- (92,'civicrm_contact',54,5),
- (34,'civicrm_contact',57,4),
- (35,'civicrm_contact',57,5),
- (103,'civicrm_contact',59,5),
- (93,'civicrm_contact',62,4),
- (62,'civicrm_contact',66,4),
- (63,'civicrm_contact',66,5),
- (84,'civicrm_contact',69,4),
- (85,'civicrm_contact',69,5),
- (16,'civicrm_contact',70,5),
- (11,'civicrm_contact',72,4),
- (12,'civicrm_contact',72,5),
- (30,'civicrm_contact',74,4),
- (36,'civicrm_contact',79,4),
- (106,'civicrm_contact',80,5),
- (69,'civicrm_contact',81,4),
- (70,'civicrm_contact',81,5),
- (94,'civicrm_contact',83,4),
- (100,'civicrm_contact',84,4),
- (101,'civicrm_contact',84,5),
- (17,'civicrm_contact',85,5),
- (28,'civicrm_contact',86,5),
- (46,'civicrm_contact',88,4),
- (104,'civicrm_contact',91,4),
- (108,'civicrm_contact',93,4),
- (109,'civicrm_contact',93,5),
- (50,'civicrm_contact',107,5),
- (25,'civicrm_contact',108,4),
- (26,'civicrm_contact',108,5),
- (110,'civicrm_contact',109,4),
- (18,'civicrm_contact',110,4),
- (37,'civicrm_contact',113,4),
- (42,'civicrm_contact',114,4),
- (43,'civicrm_contact',114,5),
- (38,'civicrm_contact',116,5),
- (32,'civicrm_contact',117,4),
- (33,'civicrm_contact',117,5),
- (9,'civicrm_contact',123,2),
- (90,'civicrm_contact',128,4),
- (45,'civicrm_contact',131,4),
- (79,'civicrm_contact',132,4),
- (80,'civicrm_contact',132,5),
- (102,'civicrm_contact',133,5),
- (51,'civicrm_contact',136,5),
- (54,'civicrm_contact',137,5),
- (71,'civicrm_contact',139,4),
- (74,'civicrm_contact',141,4),
- (75,'civicrm_contact',141,5),
- (52,'civicrm_contact',142,5),
- (95,'civicrm_contact',143,5),
- (39,'civicrm_contact',149,5),
- (96,'civicrm_contact',150,4),
- (97,'civicrm_contact',150,5),
- (117,'civicrm_contact',152,4),
- (13,'civicrm_contact',153,4),
- (14,'civicrm_contact',153,5),
- (27,'civicrm_contact',154,5),
- (65,'civicrm_contact',156,4),
- (66,'civicrm_contact',156,5),
- (83,'civicrm_contact',157,5),
- (53,'civicrm_contact',158,4),
- (57,'civicrm_contact',159,4),
- (58,'civicrm_contact',159,5),
- (8,'civicrm_contact',162,3),
- (118,'civicrm_contact',165,4),
- (119,'civicrm_contact',165,5),
- (72,'civicrm_contact',168,4),
- (73,'civicrm_contact',168,5),
- (64,'civicrm_contact',170,5),
- (81,'civicrm_contact',171,4),
- (82,'civicrm_contact',171,5),
- (44,'civicrm_contact',178,4),
- (49,'civicrm_contact',179,4),
- (98,'civicrm_contact',180,4),
- (99,'civicrm_contact',180,5),
- (120,'civicrm_contact',181,4),
- (29,'civicrm_contact',182,4),
- (78,'civicrm_contact',185,4),
- (68,'civicrm_contact',187,4),
- (60,'civicrm_contact',188,4),
- (40,'civicrm_contact',189,4),
- (41,'civicrm_contact',189,5),
- (31,'civicrm_contact',191,4),
- (22,'civicrm_contact',192,4),
- (23,'civicrm_contact',192,5),
- (86,'civicrm_contact',195,4),
- (87,'civicrm_contact',195,5);
+ (26,'civicrm_contact',2,4),
+ (35,'civicrm_contact',3,4),
+ (36,'civicrm_contact',3,5),
+ (79,'civicrm_contact',11,4),
+ (2,'civicrm_contact',12,3),
+ (108,'civicrm_contact',13,5),
+ (61,'civicrm_contact',14,5),
+ (1,'civicrm_contact',16,2),
+ (96,'civicrm_contact',20,4),
+ (80,'civicrm_contact',21,4),
+ (81,'civicrm_contact',21,5),
+ (18,'civicrm_contact',24,4),
+ (19,'civicrm_contact',24,5),
+ (46,'civicrm_contact',25,4),
+ (10,'civicrm_contact',26,1),
+ (106,'civicrm_contact',31,5),
+ (13,'civicrm_contact',32,4),
+ (86,'civicrm_contact',35,4),
+ (12,'civicrm_contact',38,5),
+ (63,'civicrm_contact',39,4),
+ (64,'civicrm_contact',39,5),
+ (9,'civicrm_contact',40,1),
+ (69,'civicrm_contact',45,4),
+ (70,'civicrm_contact',45,5),
+ (103,'civicrm_contact',53,4),
+ (3,'civicrm_contact',55,3),
+ (74,'civicrm_contact',58,5),
+ (53,'civicrm_contact',62,4),
+ (97,'civicrm_contact',63,4),
+ (98,'civicrm_contact',63,5),
+ (6,'civicrm_contact',65,1),
+ (104,'civicrm_contact',67,5),
+ (105,'civicrm_contact',70,4),
+ (44,'civicrm_contact',72,4),
+ (45,'civicrm_contact',72,5),
+ (40,'civicrm_contact',74,4),
+ (28,'civicrm_contact',76,4),
+ (111,'civicrm_contact',78,4),
+ (112,'civicrm_contact',78,5),
+ (50,'civicrm_contact',79,5),
+ (72,'civicrm_contact',84,4),
+ (73,'civicrm_contact',84,5),
+ (11,'civicrm_contact',89,5),
+ (55,'civicrm_contact',92,5),
+ (37,'civicrm_contact',94,5),
+ (27,'civicrm_contact',97,5),
+ (109,'civicrm_contact',98,5),
+ (87,'civicrm_contact',99,4),
+ (88,'civicrm_contact',99,5),
+ (20,'civicrm_contact',104,4),
+ (84,'civicrm_contact',107,5),
+ (90,'civicrm_contact',108,4),
+ (91,'civicrm_contact',108,5),
+ (107,'civicrm_contact',110,5),
+ (29,'civicrm_contact',111,4),
+ (30,'civicrm_contact',111,5),
+ (51,'civicrm_contact',114,4),
+ (52,'civicrm_contact',114,5),
+ (54,'civicrm_contact',115,4),
+ (14,'civicrm_contact',116,5),
+ (75,'civicrm_contact',117,4),
+ (76,'civicrm_contact',117,5),
+ (101,'civicrm_contact',118,4),
+ (8,'civicrm_contact',119,2),
+ (49,'civicrm_contact',121,5),
+ (5,'civicrm_contact',122,1),
+ (65,'civicrm_contact',123,4),
+ (66,'civicrm_contact',123,5),
+ (56,'civicrm_contact',124,5),
+ (94,'civicrm_contact',128,4),
+ (43,'civicrm_contact',134,4),
+ (57,'civicrm_contact',136,5),
+ (85,'civicrm_contact',137,4),
+ (32,'civicrm_contact',139,5),
+ (58,'civicrm_contact',142,5),
+ (62,'civicrm_contact',143,4),
+ (71,'civicrm_contact',145,4),
+ (21,'civicrm_contact',146,4),
+ (82,'civicrm_contact',147,4),
+ (83,'civicrm_contact',147,5),
+ (93,'civicrm_contact',151,4),
+ (22,'civicrm_contact',153,4),
+ (23,'civicrm_contact',153,5),
+ (24,'civicrm_contact',157,5),
+ (102,'civicrm_contact',158,5),
+ (99,'civicrm_contact',159,4),
+ (100,'civicrm_contact',159,5),
+ (68,'civicrm_contact',160,4),
+ (33,'civicrm_contact',162,4),
+ (34,'civicrm_contact',162,5),
+ (92,'civicrm_contact',163,5),
+ (95,'civicrm_contact',167,4),
+ (41,'civicrm_contact',168,4),
+ (42,'civicrm_contact',168,5),
+ (89,'civicrm_contact',170,5),
+ (16,'civicrm_contact',171,4),
+ (17,'civicrm_contact',171,5),
+ (31,'civicrm_contact',172,5),
+ (77,'civicrm_contact',175,4),
+ (4,'civicrm_contact',180,3),
+ (67,'civicrm_contact',182,5),
+ (59,'civicrm_contact',183,4),
+ (60,'civicrm_contact',183,5),
+ (38,'civicrm_contact',184,4),
+ (25,'civicrm_contact',185,4),
+ (48,'civicrm_contact',187,5),
+ (39,'civicrm_contact',188,4),
+ (110,'civicrm_contact',190,5),
+ (78,'civicrm_contact',193,5),
+ (15,'civicrm_contact',196,5),
+ (47,'civicrm_contact',197,4),
+ (7,'civicrm_contact',199,3);
 /*!40000 ALTER TABLE `civicrm_entity_tag` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -3604,9 +3576,9 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_event` WRITE;
 /*!40000 ALTER TABLE `civicrm_event` DISABLE KEYS */;
 INSERT INTO `civicrm_event` (`id`, `title`, `summary`, `description`, `event_type_id`, `participant_listing_id`, `is_public`, `start_date`, `end_date`, `is_online_registration`, `registration_link_text`, `registration_start_date`, `registration_end_date`, `max_participants`, `event_full_text`, `is_monetary`, `financial_type_id`, `payment_processor`, `is_map`, `is_active`, `fee_label`, `is_show_location`, `loc_block_id`, `default_role_id`, `intro_text`, `footer_text`, `confirm_title`, `confirm_text`, `confirm_footer_text`, `is_email_confirm`, `confirm_email_text`, `confirm_from_name`, `confirm_from_email`, `cc_confirm`, `bcc_confirm`, `default_fee_id`, `default_discount_fee_id`, `thankyou_title`, `thankyou_text`, `thankyou_footer_text`, `is_pay_later`, `pay_later_text`, `pay_later_receipt`, `is_partial_payment`, `initial_amount_label`, `initial_amount_help_text`, `min_initial_amount`, `is_multiple_registrations`, `max_additional_participants`, `allow_same_participant_emails`, `has_waitlist`, `requires_approval`, `expiration_time`, `allow_selfcancelxfer`, `selfcancelxfer_time`, `waitlist_text`, `approval_req_text`, `is_template`, `template_title`, `created_id`, `created_date`, `currency`, `campaign_id`, `is_share`, `is_confirm_enabled`, `parent_event_id`, `slot_label_id`, `dedupe_rule_group_id`, `is_billing_required`, `is_show_calendar_links`) VALUES
- (1,'Fall Fundraiser Dinner','Kick up your heels at our Fall Fundraiser Dinner/Dance at Glen Echo Park! Come by yourself or bring a partner, friend or the entire family!','This event benefits our teen programs. Admission includes a full 3 course meal and wine or soft drinks. Grab your dancing shoes, bring the kids and come join the party!',3,1,1,'2024-06-17 17:00:00','2024-06-19 17:00:00',1,'Register Now',NULL,NULL,100,'Sorry! The Fall Fundraiser Dinner is full. Please call Jane at 204 222-1000 ext 33 if you want to be added to the waiting list.',1,4,NULL,1,1,'Dinner Contribution',1,1,1,'Fill in the information below to join as at this wonderful dinner event.',NULL,'Confirm Your Registration Information','Review the information below carefully.',NULL,1,'Contact the Development Department if you need to make any changes to your registration.','Fundraising Dept.','development@example.org',NULL,NULL,NULL,NULL,'Thanks for Registering!','<p>Thank you for your support. Your contribution will help us build even better tools.</p><p>Please tell your friends and colleagues about this wonderful event.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',1,'I will send payment by check','Send a check payable to Our Organization within 3 business days to hold your reservation. Checks should be sent to: 100 Main St., Suite 3, San Francisco CA 94110',0,NULL,NULL,NULL,1,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0,1),
- (2,'Summer Solstice Festival Day Concert','Festival Day is coming! Join us and help support your parks.','We will gather at noon, learn a song all together,  and then join in a joyous procession to the pavilion. We will be one of many groups performing at this wonderful concert which benefits our city parks.',5,1,1,'2023-12-16 12:00:00','2023-12-16 17:00:00',1,'Register Now',NULL,NULL,50,'We have all the singers we can handle. Come to the pavilion anyway and join in from the audience.',1,2,NULL,0,1,'Festival Fee',1,2,1,'Complete the form below and click Continue to register online for the festival. Or you can register by calling us at 204 222-1000 ext 22.','','Confirm Your Registration Information','','',1,'This email confirms your registration. If you have questions or need to change your registration - please do not hesitate to call us.','Event Dept.','events@example.org','',NULL,NULL,NULL,'Thanks for Your Joining In!','<p>Thank you for your support. Your participation will help build new parks.</p><p>Please tell your friends and colleagues about the concert.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',0,NULL,NULL,0,NULL,NULL,NULL,1,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0,1),
- (3,'Rain-forest Cup Youth Soccer Tournament','Sign up your team to participate in this fun tournament which benefits several Rain-forest protection groups in the Amazon basin.','This is a FYSA Sanctioned Tournament, which is open to all USSF/FIFA affiliated organizations for boys and girls in age groups: U9-U10 (6v6), U11-U12 (8v8), and U13-U17 (Full Sided).',3,1,1,'2024-07-17 07:00:00','2024-07-20 17:00:00',1,'Register Now',NULL,NULL,500,'Sorry! All available team slots for this tournament have been filled. Contact Jill Futbol for information about the waiting list and next years event.',1,4,NULL,0,1,'Tournament Fees',1,3,1,'Complete the form below to register your team for this year\'s tournament.','<em>A Soccer Youth Event</em>','Review and Confirm Your Registration Information','','<em>A Soccer Youth Event</em>',1,'Contact our Tournament Director for eligibility details.','Tournament Director','tournament@example.org','',NULL,NULL,NULL,'Thanks for Your Support!','<p>Thank you for your support. Your participation will help save thousands of acres of rainforest.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',0,NULL,NULL,0,NULL,NULL,NULL,0,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0,1),
+ (1,'Fall Fundraiser Dinner','Kick up your heels at our Fall Fundraiser Dinner/Dance at Glen Echo Park! Come by yourself or bring a partner, friend or the entire family!','This event benefits our teen programs. Admission includes a full 3 course meal and wine or soft drinks. Grab your dancing shoes, bring the kids and come join the party!',3,1,1,'2024-07-05 17:00:00','2024-07-07 17:00:00',1,'Register Now',NULL,NULL,100,'Sorry! The Fall Fundraiser Dinner is full. Please call Jane at 204 222-1000 ext 33 if you want to be added to the waiting list.',1,4,NULL,1,1,'Dinner Contribution',1,1,1,'Fill in the information below to join as at this wonderful dinner event.',NULL,'Confirm Your Registration Information','Review the information below carefully.',NULL,1,'Contact the Development Department if you need to make any changes to your registration.','Fundraising Dept.','development@example.org',NULL,NULL,NULL,NULL,'Thanks for Registering!','<p>Thank you for your support. Your contribution will help us build even better tools.</p><p>Please tell your friends and colleagues about this wonderful event.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',1,'I will send payment by check','Send a check payable to Our Organization within 3 business days to hold your reservation. Checks should be sent to: 100 Main St., Suite 3, San Francisco CA 94110',0,NULL,NULL,NULL,1,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0,1),
+ (2,'Summer Solstice Festival Day Concert','Festival Day is coming! Join us and help support your parks.','We will gather at noon, learn a song all together,  and then join in a joyous procession to the pavilion. We will be one of many groups performing at this wonderful concert which benefits our city parks.',5,1,1,'2024-01-04 12:00:00','2024-01-04 17:00:00',1,'Register Now',NULL,NULL,50,'We have all the singers we can handle. Come to the pavilion anyway and join in from the audience.',1,2,NULL,0,1,'Festival Fee',1,2,1,'Complete the form below and click Continue to register online for the festival. Or you can register by calling us at 204 222-1000 ext 22.','','Confirm Your Registration Information','','',1,'This email confirms your registration. If you have questions or need to change your registration - please do not hesitate to call us.','Event Dept.','events@example.org','',NULL,NULL,NULL,'Thanks for Your Joining In!','<p>Thank you for your support. Your participation will help build new parks.</p><p>Please tell your friends and colleagues about the concert.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',0,NULL,NULL,0,NULL,NULL,NULL,1,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0,1),
+ (3,'Rain-forest Cup Youth Soccer Tournament','Sign up your team to participate in this fun tournament which benefits several Rain-forest protection groups in the Amazon basin.','This is a FYSA Sanctioned Tournament, which is open to all USSF/FIFA affiliated organizations for boys and girls in age groups: U9-U10 (6v6), U11-U12 (8v8), and U13-U17 (Full Sided).',3,1,1,'2024-08-05 07:00:00','2024-08-08 17:00:00',1,'Register Now',NULL,NULL,500,'Sorry! All available team slots for this tournament have been filled. Contact Jill Futbol for information about the waiting list and next years event.',1,4,NULL,0,1,'Tournament Fees',1,3,1,'Complete the form below to register your team for this year\'s tournament.','<em>A Soccer Youth Event</em>','Review and Confirm Your Registration Information','','<em>A Soccer Youth Event</em>',1,'Contact our Tournament Director for eligibility details.','Tournament Director','tournament@example.org','',NULL,NULL,NULL,'Thanks for Your Support!','<p>Thank you for your support. Your participation will help save thousands of acres of rainforest.</p>','<p><a href=https://civicrm.org>Back to CiviCRM Home Page</a></p>',0,NULL,NULL,0,NULL,NULL,NULL,0,0,0,0,0,NULL,0,0,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0,1),
  (4,NULL,NULL,NULL,4,1,1,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,0,0,0,0,NULL,0,0,NULL,NULL,1,'Free Meeting without Online Registration',NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0,1),
  (5,NULL,NULL,NULL,4,1,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,NULL,1,NULL,1,NULL,NULL,'Confirm Your Registration Information',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thanks for Registering!',NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,0,1,0,0,NULL,0,0,NULL,NULL,1,'Free Meeting with Online Registration',NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0,1),
  (6,NULL,NULL,NULL,1,1,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,1,4,NULL,0,1,'Conference Fee',1,NULL,1,NULL,NULL,'Confirm Your Registration Information',NULL,NULL,1,NULL,'Event Template Dept.','event_templates@example.org',NULL,NULL,NULL,NULL,'Thanks for Registering!',NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,0,1,0,0,NULL,0,0,NULL,NULL,1,'Paid Conference with Online Registration',NULL,NULL,'USD',NULL,1,1,NULL,NULL,NULL,0,1);
@@ -3695,117 +3667,117 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_financial_item` WRITE;
 /*!40000 ALTER TABLE `civicrm_financial_item` DISABLE KEYS */;
 INSERT INTO `civicrm_financial_item` (`id`, `created_date`, `transaction_date`, `contact_id`, `description`, `amount`, `currency`, `financial_account_id`, `status_id`, `entity_table`, `entity_id`) VALUES
- (1,'2023-12-17 20:11:38','2013-12-17 20:11:37',2,'Contribution Amount',125.00,'USD',1,1,'civicrm_line_item',1),
- (2,'2023-12-17 20:11:38','2021-09-17 20:11:37',4,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',2),
- (3,'2023-12-17 20:11:38','2017-11-22 07:11:37',6,'Contribution Amount',25.00,'GBP',1,1,'civicrm_line_item',3),
- (4,'2023-12-17 20:11:38','2021-09-17 20:11:37',8,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',4),
- (5,'2023-12-17 20:11:38','2021-09-17 20:11:37',4,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',5),
- (6,'2023-12-17 20:11:38','2023-09-23 19:29:37',16,'Contribution Amount',500.00,'USD',1,1,'civicrm_line_item',6),
- (7,'2023-12-17 20:11:38','2023-12-15 20:11:37',19,'Contribution Amount',1750.00,'USD',1,1,'civicrm_line_item',7),
- (8,'2023-12-17 20:11:38','2023-04-25 04:22:37',82,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',8),
- (9,'2023-12-17 20:11:38','2023-01-17 20:11:37',92,'Contribution Amount',10.00,'USD',1,1,'civicrm_line_item',9),
- (10,'2023-12-17 20:11:38','2019-07-25 22:11:37',34,'Contribution Amount',250.00,'USD',1,1,'civicrm_line_item',10),
- (11,'2023-12-17 20:11:38','2023-12-16 16:11:37',71,'Contribution Amount',500.00,'JPY',1,1,'civicrm_line_item',11),
- (12,'2023-12-17 20:11:38','2022-09-17 09:38:17',43,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',12),
- (13,'2023-12-17 20:11:38','2023-09-17 00:00:00',32,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',13),
- (14,'2023-12-17 20:11:38','2023-10-17 00:00:00',32,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',14),
- (15,'2023-12-17 20:11:38','2022-09-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',15),
- (16,'2023-12-17 20:11:38','2022-10-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',16),
- (17,'2023-12-17 20:11:38','2022-11-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',17),
- (18,'2023-12-17 20:11:38','2022-12-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',18),
- (19,'2023-12-17 20:11:38','2023-01-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',19),
- (20,'2023-12-17 20:11:38','2023-02-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',20),
- (21,'2023-12-17 20:11:38','2023-03-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',21),
- (22,'2023-12-17 20:11:38','2023-04-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',22),
- (23,'2023-12-17 20:11:38','2023-05-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',23),
- (24,'2023-12-17 20:11:38','2023-06-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',24),
- (25,'2023-12-17 20:11:38','2023-07-17 20:11:37',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',25),
- (26,'2023-12-17 20:11:38','2023-04-17 20:11:37',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',26),
- (27,'2023-12-17 20:11:38','2023-05-17 20:11:37',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',27),
- (28,'2023-12-17 20:11:38','2023-06-17 20:11:37',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',28),
- (29,'2023-12-17 20:11:38','2023-07-17 20:11:37',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',29),
- (30,'2023-12-17 20:11:38','2023-08-17 20:11:37',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',30),
- (31,'2023-12-17 20:11:38','2023-11-17 20:11:37',103,'Contribution Amount',5.00,'EUR',1,1,'civicrm_line_item',31),
- (32,'2023-12-17 20:11:38','2023-12-17 20:11:38',82,'General',100.00,'USD',2,1,'civicrm_line_item',32),
- (33,'2023-12-17 20:11:38','2023-12-17 20:11:38',110,'General',100.00,'USD',2,1,'civicrm_line_item',33),
- (34,'2023-12-17 20:11:38','2023-12-17 20:11:38',105,'General',100.00,'USD',2,1,'civicrm_line_item',34),
- (35,'2023-12-17 20:11:38','2023-12-17 20:11:38',163,'General',100.00,'USD',2,1,'civicrm_line_item',35),
- (36,'2023-12-17 20:11:38','2023-12-17 20:11:38',114,'General',100.00,'USD',2,1,'civicrm_line_item',36),
- (37,'2023-12-17 20:11:38','2023-12-17 20:11:38',146,'General',100.00,'USD',2,1,'civicrm_line_item',37),
- (38,'2023-12-17 20:11:38','2023-12-17 20:11:38',8,'General',100.00,'USD',2,1,'civicrm_line_item',38),
- (39,'2023-12-17 20:11:38','2023-12-17 20:11:38',99,'General',100.00,'USD',2,1,'civicrm_line_item',39),
- (40,'2023-12-17 20:11:38','2023-12-17 20:11:38',70,'General',100.00,'USD',2,1,'civicrm_line_item',40),
- (41,'2023-12-17 20:11:38','2023-12-17 20:11:38',28,'General',100.00,'USD',2,1,'civicrm_line_item',41),
- (42,'2023-12-17 20:11:38','2023-12-17 20:11:38',153,'General',100.00,'USD',2,1,'civicrm_line_item',42),
- (43,'2023-12-17 20:11:38','2023-12-17 20:11:38',67,'General',100.00,'USD',2,1,'civicrm_line_item',43),
- (44,'2023-12-17 20:11:38','2023-12-17 20:11:38',112,'General',100.00,'USD',2,1,'civicrm_line_item',44),
- (45,'2023-12-17 20:11:38','2023-12-17 20:11:38',62,'General',100.00,'USD',2,1,'civicrm_line_item',45),
- (46,'2023-12-17 20:11:38','2023-12-17 20:11:38',34,'Student',50.00,'USD',2,1,'civicrm_line_item',46),
- (47,'2023-12-17 20:11:38','2023-12-17 20:11:38',91,'Student',50.00,'USD',2,1,'civicrm_line_item',47),
- (48,'2023-12-17 20:11:38','2023-12-17 20:11:38',176,'Student',50.00,'USD',2,1,'civicrm_line_item',48),
- (49,'2023-12-17 20:11:38','2023-12-17 20:11:38',119,'Student',50.00,'USD',2,1,'civicrm_line_item',49),
- (50,'2023-12-17 20:11:38','2023-12-17 20:11:38',170,'Student',50.00,'USD',2,1,'civicrm_line_item',50),
- (51,'2023-12-17 20:11:38','2023-12-17 20:11:38',190,'Student',50.00,'USD',2,1,'civicrm_line_item',51),
- (52,'2023-12-17 20:11:38','2023-12-17 20:11:38',179,'Student',50.00,'USD',2,1,'civicrm_line_item',52),
- (53,'2023-12-17 20:11:38','2023-12-17 20:11:38',48,'Student',50.00,'USD',2,1,'civicrm_line_item',53),
- (54,'2023-12-17 20:11:38','2023-12-17 20:11:38',96,'Student',50.00,'USD',2,1,'civicrm_line_item',54),
- (55,'2023-12-17 20:11:38','2023-12-17 20:11:38',84,'Student',50.00,'USD',2,1,'civicrm_line_item',55),
- (56,'2023-12-17 20:11:38','2023-12-17 20:11:38',195,'Student',50.00,'USD',2,1,'civicrm_line_item',56),
- (57,'2023-12-17 20:11:38','2023-12-17 20:11:38',75,'Student',50.00,'USD',2,1,'civicrm_line_item',57),
- (58,'2023-12-17 20:11:38','2023-12-17 20:11:38',188,'Student',50.00,'USD',2,1,'civicrm_line_item',58),
- (59,'2023-12-17 20:11:38','2023-12-17 20:11:38',59,'Student',50.00,'USD',2,1,'civicrm_line_item',59),
- (60,'2023-12-17 20:11:38','2023-12-17 20:11:38',154,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',60),
- (61,'2023-12-17 20:11:38','2023-12-17 20:11:38',156,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',61),
- (62,'2023-12-17 20:11:38','2023-12-17 20:11:38',87,'Soprano',50.00,'USD',2,1,'civicrm_line_item',97),
- (63,'2023-12-17 20:11:38','2023-12-17 20:11:38',113,'Soprano',50.00,'USD',2,1,'civicrm_line_item',98),
- (64,'2023-12-17 20:11:38','2023-12-17 20:11:38',100,'Soprano',50.00,'USD',2,1,'civicrm_line_item',99),
- (65,'2023-12-17 20:11:38','2023-12-17 20:11:38',155,'Soprano',50.00,'USD',2,1,'civicrm_line_item',100),
- (66,'2023-12-17 20:11:38','2023-12-17 20:11:38',77,'Soprano',50.00,'USD',2,1,'civicrm_line_item',101),
- (67,'2023-12-17 20:11:38','2023-12-17 20:11:38',89,'Soprano',50.00,'USD',2,1,'civicrm_line_item',102),
- (68,'2023-12-17 20:11:38','2023-12-17 20:11:38',139,'Soprano',50.00,'USD',2,1,'civicrm_line_item',103),
- (69,'2023-12-17 20:11:38','2023-12-17 20:11:38',71,'Soprano',50.00,'USD',2,1,'civicrm_line_item',104),
- (70,'2023-12-17 20:11:38','2023-12-17 20:11:38',55,'Soprano',50.00,'USD',2,1,'civicrm_line_item',105),
- (71,'2023-12-17 20:11:38','2023-12-17 20:11:38',79,'Soprano',50.00,'USD',2,1,'civicrm_line_item',106),
- (72,'2023-12-17 20:11:38','2023-12-17 20:11:38',177,'Soprano',50.00,'USD',2,1,'civicrm_line_item',107),
- (73,'2023-12-17 20:11:38','2023-12-17 20:11:38',61,'Soprano',50.00,'USD',2,1,'civicrm_line_item',108),
- (74,'2023-12-17 20:11:38','2023-12-17 20:11:38',195,'Soprano',50.00,'USD',2,1,'civicrm_line_item',109),
- (75,'2023-12-17 20:11:38','2023-12-17 20:11:38',31,'Soprano',50.00,'USD',2,1,'civicrm_line_item',110),
- (76,'2023-12-17 20:11:38','2023-12-17 20:11:38',130,'Soprano',50.00,'USD',2,1,'civicrm_line_item',111),
- (77,'2023-12-17 20:11:38','2023-12-17 20:11:38',82,'Soprano',50.00,'USD',2,1,'civicrm_line_item',112),
- (78,'2023-12-17 20:11:38','2023-12-17 20:11:38',124,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',63),
- (79,'2023-12-17 20:11:38','2023-12-17 20:11:38',160,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',64),
- (80,'2023-12-17 20:11:38','2023-12-17 20:11:38',83,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',65),
- (81,'2023-12-17 20:11:38','2023-12-17 20:11:38',150,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',66),
- (82,'2023-12-17 20:11:38','2023-12-17 20:11:38',183,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',67),
- (83,'2023-12-17 20:11:38','2023-12-17 20:11:38',129,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',68),
- (84,'2023-12-17 20:11:38','2023-12-17 20:11:38',174,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',69),
- (85,'2023-12-17 20:11:38','2023-12-17 20:11:38',95,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',70),
- (86,'2023-12-17 20:11:38','2023-12-17 20:11:38',65,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',71),
- (87,'2023-12-17 20:11:38','2023-12-17 20:11:38',194,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',72),
- (88,'2023-12-17 20:11:38','2023-12-17 20:11:38',106,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',73),
- (89,'2023-12-17 20:11:38','2023-12-17 20:11:38',175,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',74),
- (90,'2023-12-17 20:11:38','2023-12-17 20:11:38',132,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',75),
- (91,'2023-12-17 20:11:38','2023-12-17 20:11:38',25,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',76),
- (92,'2023-12-17 20:11:38','2023-12-17 20:11:38',12,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',77),
- (93,'2023-12-17 20:11:38','2023-12-17 20:11:38',193,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',78),
- (94,'2023-12-17 20:11:38','2023-12-17 20:11:38',38,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',79),
- (95,'2023-12-17 20:11:38','2023-12-17 20:11:38',162,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',80),
- (96,'2023-12-17 20:11:38','2023-12-17 20:11:38',156,'Single',50.00,'USD',4,1,'civicrm_line_item',81),
- (97,'2023-12-17 20:11:38','2023-12-17 20:11:38',127,'Single',50.00,'USD',4,1,'civicrm_line_item',82),
- (98,'2023-12-17 20:11:38','2023-12-17 20:11:38',120,'Single',50.00,'USD',4,1,'civicrm_line_item',83),
- (99,'2023-12-17 20:11:38','2023-12-17 20:11:38',72,'Single',50.00,'USD',4,1,'civicrm_line_item',84),
- (100,'2023-12-17 20:11:38','2023-12-17 20:11:38',149,'Single',50.00,'USD',4,1,'civicrm_line_item',85),
- (101,'2023-12-17 20:11:38','2023-12-17 20:11:38',199,'Single',50.00,'USD',4,1,'civicrm_line_item',86),
- (102,'2023-12-17 20:11:38','2023-12-17 20:11:38',67,'Single',50.00,'USD',4,1,'civicrm_line_item',87),
- (103,'2023-12-17 20:11:38','2023-12-17 20:11:38',62,'Single',50.00,'USD',4,1,'civicrm_line_item',88),
- (104,'2023-12-17 20:11:38','2023-12-17 20:11:38',59,'Single',50.00,'USD',4,1,'civicrm_line_item',89),
- (105,'2023-12-17 20:11:38','2023-12-17 20:11:38',19,'Single',50.00,'USD',4,1,'civicrm_line_item',90),
- (106,'2023-12-17 20:11:38','2023-12-17 20:11:38',18,'Single',50.00,'USD',4,1,'civicrm_line_item',91),
- (107,'2023-12-17 20:11:38','2023-12-17 20:11:38',42,'Single',50.00,'USD',4,1,'civicrm_line_item',92),
- (108,'2023-12-17 20:11:38','2023-12-17 20:11:38',173,'Single',50.00,'USD',4,1,'civicrm_line_item',93),
- (109,'2023-12-17 20:11:38','2023-12-17 20:11:38',110,'Single',50.00,'USD',4,1,'civicrm_line_item',94),
- (110,'2023-12-17 20:11:38','2023-12-17 20:11:38',52,'Single',50.00,'USD',4,1,'civicrm_line_item',95),
- (111,'2023-12-17 20:11:38','2023-12-17 20:11:38',168,'Single',50.00,'USD',4,1,'civicrm_line_item',96);
+ (1,'2024-01-06 01:18:49','2014-01-05 17:18:49',2,'Contribution Amount',125.00,'USD',1,1,'civicrm_line_item',1),
+ (2,'2024-01-06 01:18:49','2021-10-05 17:18:49',4,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',2),
+ (3,'2024-01-06 01:18:49','2017-12-11 04:18:49',6,'Contribution Amount',25.00,'GBP',1,1,'civicrm_line_item',3),
+ (4,'2024-01-06 01:18:49','2021-10-05 17:18:49',8,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',4),
+ (5,'2024-01-06 01:18:49','2021-10-05 17:18:49',4,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',5),
+ (6,'2024-01-06 01:18:49','2023-10-12 16:36:49',16,'Contribution Amount',500.00,'USD',1,1,'civicrm_line_item',6),
+ (7,'2024-01-06 01:18:49','2024-01-03 17:18:49',19,'Contribution Amount',1750.00,'USD',1,1,'civicrm_line_item',7),
+ (8,'2024-01-06 01:18:49','2023-05-14 01:29:49',82,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',8),
+ (9,'2024-01-06 01:18:49','2023-02-05 17:18:49',92,'Contribution Amount',10.00,'USD',1,1,'civicrm_line_item',9),
+ (10,'2024-01-06 01:18:49','2019-08-13 19:18:49',34,'Contribution Amount',250.00,'USD',1,1,'civicrm_line_item',10),
+ (11,'2024-01-06 01:18:49','2024-01-04 13:18:49',71,'Contribution Amount',500.00,'JPY',1,1,'civicrm_line_item',11),
+ (12,'2024-01-06 01:18:49','2022-10-05 06:45:29',43,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',12),
+ (13,'2024-01-06 01:18:49','2023-10-05 00:00:00',32,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',13),
+ (14,'2024-01-06 01:18:49','2023-11-05 00:00:00',32,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',14),
+ (15,'2024-01-06 01:18:49','2022-10-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',15),
+ (16,'2024-01-06 01:18:49','2022-11-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',16),
+ (17,'2024-01-06 01:18:49','2022-12-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',17),
+ (18,'2024-01-06 01:18:49','2023-01-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',18),
+ (19,'2024-01-06 01:18:49','2023-02-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',19),
+ (20,'2024-01-06 01:18:49','2023-03-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',20),
+ (21,'2024-01-06 01:18:49','2023-04-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',21),
+ (22,'2024-01-06 01:18:49','2023-05-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',22),
+ (23,'2024-01-06 01:18:49','2023-06-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',23),
+ (24,'2024-01-06 01:18:49','2023-07-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',24),
+ (25,'2024-01-06 01:18:49','2023-08-05 17:18:49',59,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',25),
+ (26,'2024-01-06 01:18:49','2023-05-05 17:18:49',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',26),
+ (27,'2024-01-06 01:18:49','2023-06-05 17:18:49',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',27),
+ (28,'2024-01-06 01:18:49','2023-07-05 17:18:49',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',28),
+ (29,'2024-01-06 01:18:49','2023-08-05 17:18:49',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',29),
+ (30,'2024-01-06 01:18:49','2023-09-05 17:18:49',99,'Contribution Amount',10.00,'CAD',1,1,'civicrm_line_item',30),
+ (31,'2024-01-06 01:18:49','2023-12-05 17:18:49',103,'Contribution Amount',5.00,'EUR',1,1,'civicrm_line_item',31),
+ (32,'2024-01-06 01:18:49','2024-01-05 17:18:49',5,'Student',50.00,'USD',2,1,'civicrm_line_item',48),
+ (33,'2024-01-06 01:18:49','2024-01-05 17:18:49',7,'Student',50.00,'USD',2,1,'civicrm_line_item',54),
+ (34,'2024-01-06 01:18:49','2024-01-05 17:18:49',8,'General',100.00,'USD',2,1,'civicrm_line_item',33),
+ (35,'2024-01-06 01:18:49','2024-01-05 17:18:49',21,'General',100.00,'USD',2,1,'civicrm_line_item',38),
+ (36,'2024-01-06 01:18:49','2024-01-05 17:18:49',28,'Student',50.00,'USD',2,1,'civicrm_line_item',56),
+ (37,'2024-01-06 01:18:49','2024-01-05 17:18:49',42,'Student',50.00,'USD',2,1,'civicrm_line_item',57),
+ (38,'2024-01-06 01:18:49','2024-01-05 17:18:49',49,'Student',50.00,'USD',2,1,'civicrm_line_item',49),
+ (39,'2024-01-06 01:18:49','2024-01-05 17:18:49',77,'Student',50.00,'USD',2,1,'civicrm_line_item',52),
+ (40,'2024-01-06 01:18:49','2024-01-05 17:18:49',79,'General',100.00,'USD',2,1,'civicrm_line_item',43),
+ (41,'2024-01-06 01:18:49','2024-01-05 17:18:49',80,'Student',50.00,'USD',2,1,'civicrm_line_item',53),
+ (42,'2024-01-06 01:18:49','2024-01-05 17:18:49',83,'General',100.00,'USD',2,1,'civicrm_line_item',42),
+ (43,'2024-01-06 01:18:49','2024-01-05 17:18:49',89,'General',100.00,'USD',2,1,'civicrm_line_item',35),
+ (44,'2024-01-06 01:18:49','2024-01-05 17:18:49',97,'General',100.00,'USD',2,1,'civicrm_line_item',40),
+ (45,'2024-01-06 01:18:49','2024-01-05 17:18:49',102,'Student',50.00,'USD',2,1,'civicrm_line_item',55),
+ (46,'2024-01-06 01:18:49','2024-01-05 17:18:49',108,'Student',50.00,'USD',2,1,'civicrm_line_item',51),
+ (47,'2024-01-06 01:18:49','2024-01-05 17:18:49',110,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',60),
+ (48,'2024-01-06 01:18:49','2024-01-05 17:18:49',115,'General',100.00,'USD',2,1,'civicrm_line_item',47),
+ (49,'2024-01-06 01:18:49','2024-01-05 17:18:49',128,'General',100.00,'USD',2,1,'civicrm_line_item',37),
+ (50,'2024-01-06 01:18:49','2024-01-05 17:18:49',133,'Student',50.00,'USD',2,1,'civicrm_line_item',50),
+ (51,'2024-01-06 01:18:49','2024-01-05 17:18:49',144,'General',100.00,'USD',2,1,'civicrm_line_item',44),
+ (52,'2024-01-06 01:18:49','2024-01-05 17:18:49',145,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',61),
+ (53,'2024-01-06 01:18:49','2024-01-05 17:18:49',151,'Student',50.00,'USD',2,1,'civicrm_line_item',58),
+ (54,'2024-01-06 01:18:49','2024-01-05 17:18:49',158,'General',100.00,'USD',2,1,'civicrm_line_item',36),
+ (55,'2024-01-06 01:18:49','2024-01-05 17:18:49',162,'General',100.00,'USD',2,1,'civicrm_line_item',34),
+ (56,'2024-01-06 01:18:49','2024-01-05 17:18:49',164,'General',100.00,'USD',2,1,'civicrm_line_item',45),
+ (57,'2024-01-06 01:18:49','2024-01-05 17:18:49',182,'General',100.00,'USD',2,1,'civicrm_line_item',46),
+ (58,'2024-01-06 01:18:49','2024-01-05 17:18:49',183,'General',100.00,'USD',2,1,'civicrm_line_item',32),
+ (59,'2024-01-06 01:18:49','2024-01-05 17:18:49',187,'Student',50.00,'USD',2,1,'civicrm_line_item',59),
+ (60,'2024-01-06 01:18:49','2024-01-05 17:18:49',188,'General',100.00,'USD',2,1,'civicrm_line_item',41),
+ (61,'2024-01-06 01:18:49','2024-01-05 17:18:49',191,'General',100.00,'USD',2,1,'civicrm_line_item',39),
+ (62,'2024-01-06 01:18:49','2024-01-05 17:18:49',17,'Single',50.00,'USD',4,1,'civicrm_line_item',96),
+ (63,'2024-01-06 01:18:49','2024-01-05 17:18:49',72,'Soprano',50.00,'USD',2,1,'civicrm_line_item',111),
+ (64,'2024-01-06 01:18:49','2024-01-05 17:18:49',100,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',78),
+ (65,'2024-01-06 01:18:49','2024-01-05 17:18:49',36,'Single',50.00,'USD',4,1,'civicrm_line_item',92),
+ (66,'2024-01-06 01:18:49','2024-01-05 17:18:49',124,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',74),
+ (67,'2024-01-06 01:18:49','2024-01-05 17:18:49',13,'Single',50.00,'USD',4,1,'civicrm_line_item',88),
+ (68,'2024-01-06 01:18:49','2024-01-05 17:18:49',87,'Soprano',50.00,'USD',2,1,'civicrm_line_item',103),
+ (69,'2024-01-06 01:18:49','2024-01-05 17:18:49',187,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',69),
+ (70,'2024-01-06 01:18:49','2024-01-05 17:18:49',85,'Single',50.00,'USD',4,1,'civicrm_line_item',84),
+ (71,'2024-01-06 01:18:49','2024-01-05 17:18:49',190,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',65),
+ (72,'2024-01-06 01:18:49','2024-01-05 17:18:49',93,'Soprano',50.00,'USD',2,1,'civicrm_line_item',112),
+ (73,'2024-01-06 01:18:49','2024-01-05 17:18:49',2,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',79),
+ (74,'2024-01-06 01:18:49','2024-01-05 17:18:49',162,'Single',50.00,'USD',4,1,'civicrm_line_item',93),
+ (75,'2024-01-06 01:18:49','2024-01-05 17:18:49',122,'Soprano',50.00,'USD',2,1,'civicrm_line_item',108),
+ (76,'2024-01-06 01:18:49','2024-01-05 17:18:49',22,'Soprano',50.00,'USD',2,1,'civicrm_line_item',107),
+ (77,'2024-01-06 01:18:49','2024-01-05 17:18:49',18,'Single',50.00,'USD',4,1,'civicrm_line_item',90),
+ (78,'2024-01-06 01:18:49','2024-01-05 17:18:49',168,'Single',50.00,'USD',4,1,'civicrm_line_item',89),
+ (79,'2024-01-06 01:18:49','2024-01-05 17:18:49',84,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',72),
+ (80,'2024-01-06 01:18:49','2024-01-05 17:18:49',101,'Soprano',50.00,'USD',2,1,'civicrm_line_item',104),
+ (81,'2024-01-06 01:18:49','2024-01-05 17:18:49',133,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',70),
+ (82,'2024-01-06 01:18:49','2024-01-05 17:18:49',11,'Single',50.00,'USD',4,1,'civicrm_line_item',85),
+ (83,'2024-01-06 01:18:49','2024-01-05 17:18:49',83,'Soprano',50.00,'USD',2,1,'civicrm_line_item',100),
+ (84,'2024-01-06 01:18:49','2024-01-05 17:18:49',186,'Soprano',50.00,'USD',2,1,'civicrm_line_item',99),
+ (85,'2024-01-06 01:18:49','2024-01-05 17:18:49',97,'Single',50.00,'USD',4,1,'civicrm_line_item',82),
+ (86,'2024-01-06 01:18:49','2024-01-05 17:18:49',44,'Single',50.00,'USD',4,1,'civicrm_line_item',81),
+ (87,'2024-01-06 01:18:49','2024-01-05 17:18:49',33,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',63),
+ (88,'2024-01-06 01:18:49','2024-01-05 17:18:49',60,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',80),
+ (89,'2024-01-06 01:18:49','2024-01-05 17:18:49',161,'Single',50.00,'USD',4,1,'civicrm_line_item',94),
+ (90,'2024-01-06 01:18:49','2024-01-05 17:18:49',178,'Soprano',50.00,'USD',2,1,'civicrm_line_item',109),
+ (91,'2024-01-06 01:18:49','2024-01-05 17:18:49',99,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',75),
+ (92,'2024-01-06 01:18:49','2024-01-05 17:18:49',201,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',73),
+ (93,'2024-01-06 01:18:49','2024-01-05 17:18:49',110,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',71),
+ (94,'2024-01-06 01:18:49','2024-01-05 17:18:49',167,'Single',50.00,'USD',4,1,'civicrm_line_item',86),
+ (95,'2024-01-06 01:18:49','2024-01-05 17:18:49',28,'Soprano',50.00,'USD',2,1,'civicrm_line_item',101),
+ (96,'2024-01-06 01:18:49','2024-01-05 17:18:49',147,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',66),
+ (97,'2024-01-06 01:18:49','2024-01-05 17:18:49',61,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',64),
+ (98,'2024-01-06 01:18:49','2024-01-05 17:18:49',175,'Single',50.00,'USD',4,1,'civicrm_line_item',95),
+ (99,'2024-01-06 01:18:49','2024-01-05 17:18:49',27,'Soprano',50.00,'USD',2,1,'civicrm_line_item',110),
+ (100,'2024-01-06 01:18:49','2024-01-05 17:18:49',55,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',77),
+ (101,'2024-01-06 01:18:49','2024-01-05 17:18:49',131,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',76),
+ (102,'2024-01-06 01:18:49','2024-01-05 17:18:49',12,'Single',50.00,'USD',4,1,'civicrm_line_item',91),
+ (103,'2024-01-06 01:18:49','2024-01-05 17:18:49',158,'Soprano',50.00,'USD',2,1,'civicrm_line_item',106),
+ (104,'2024-01-06 01:18:49','2024-01-05 17:18:49',155,'Soprano',50.00,'USD',2,1,'civicrm_line_item',105),
+ (105,'2024-01-06 01:18:49','2024-01-05 17:18:49',43,'Single',50.00,'USD',4,1,'civicrm_line_item',87),
+ (106,'2024-01-06 01:18:49','2024-01-05 17:18:49',45,'Soprano',50.00,'USD',2,1,'civicrm_line_item',102),
+ (107,'2024-01-06 01:18:49','2024-01-05 17:18:49',81,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',68),
+ (108,'2024-01-06 01:18:49','2024-01-05 17:18:49',9,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',67),
+ (109,'2024-01-06 01:18:49','2024-01-05 17:18:49',31,'Single',50.00,'USD',4,1,'civicrm_line_item',83),
+ (110,'2024-01-06 01:18:49','2024-01-05 17:18:49',74,'Soprano',50.00,'USD',2,1,'civicrm_line_item',98),
+ (111,'2024-01-06 01:18:49','2024-01-05 17:18:49',163,'Soprano',50.00,'USD',2,1,'civicrm_line_item',97);
 /*!40000 ALTER TABLE `civicrm_financial_item` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -3816,117 +3788,117 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_financial_trxn` WRITE;
 /*!40000 ALTER TABLE `civicrm_financial_trxn` DISABLE KEYS */;
 INSERT INTO `civicrm_financial_trxn` (`id`, `from_financial_account_id`, `to_financial_account_id`, `trxn_date`, `total_amount`, `fee_amount`, `net_amount`, `currency`, `is_payment`, `trxn_id`, `trxn_result_code`, `status_id`, `payment_processor_id`, `payment_instrument_id`, `card_type_id`, `check_number`, `pan_truncation`, `order_reference`) VALUES
- (1,NULL,6,'2013-12-17 20:11:37',125.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'1041',NULL,NULL),
- (2,NULL,6,'2021-09-17 20:11:37',50.00,NULL,NULL,'USD',1,'P20901X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (3,NULL,6,'2017-11-22 07:11:37',25.00,NULL,NULL,'GBP',1,'GBP12',NULL,1,NULL,4,NULL,'2095',NULL,NULL),
- (4,NULL,6,'2021-09-17 20:11:37',50.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'10552',NULL,NULL),
- (5,NULL,6,'2021-09-17 20:11:37',50.00,NULL,NULL,'USD',1,'Q90901X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (6,NULL,6,'2023-09-23 19:29:37',500.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'509',NULL,NULL),
- (7,NULL,6,'2023-12-15 20:11:37',1750.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,1,NULL,'102',NULL,NULL),
- (8,NULL,6,'2023-04-25 04:22:37',50.00,NULL,NULL,'USD',1,'P20193L2',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (9,NULL,6,'2023-01-17 20:11:37',10.00,NULL,NULL,'USD',1,'P40232Y3',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (10,NULL,6,'2019-07-25 22:11:37',250.00,NULL,NULL,'USD',1,'P20193L6',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (11,NULL,6,'2023-12-16 16:11:37',500.00,NULL,NULL,'JPY',1,'PL71',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (12,NULL,6,'2022-09-17 09:38:17',50.00,NULL,NULL,'USD',1,'P291X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (13,NULL,6,'2023-09-17 00:00:00',50.00,NULL,NULL,'USD',1,'PL32I',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (14,NULL,6,'2023-10-17 00:00:00',50.00,NULL,NULL,'USD',1,'PL32II',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (15,NULL,6,'2022-09-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I591',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (16,NULL,6,'2022-10-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I592',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (17,NULL,6,'2022-11-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I593',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (18,NULL,6,'2022-12-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I594',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (19,NULL,6,'2023-01-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I595',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (20,NULL,6,'2023-02-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I596',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (21,NULL,6,'2023-03-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I597',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (22,NULL,6,'2023-04-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I598',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (23,NULL,6,'2023-05-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I599',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (24,NULL,6,'2023-06-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I5910',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (25,NULL,6,'2023-07-17 20:11:37',25.00,NULL,NULL,'USD',1,'PL32I5911',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (26,NULL,6,'2023-04-17 20:11:37',10.00,NULL,NULL,'CAD',1,'PL32I991',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (27,NULL,6,'2023-05-17 20:11:37',10.00,NULL,NULL,'CAD',1,'PL32I992',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (28,NULL,6,'2023-06-17 20:11:37',10.00,NULL,NULL,'CAD',1,'PL32I993',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (29,NULL,6,'2023-07-17 20:11:37',10.00,NULL,NULL,'CAD',1,'PL32I994',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (30,NULL,6,'2023-08-17 20:11:37',10.00,NULL,NULL,'CAD',1,'PL32I995',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (31,NULL,6,'2023-11-17 20:11:37',5.00,NULL,NULL,'EUR',1,'PL32I1031',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (32,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'830461b5ad84c1e7',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (33,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'a5415e027d83717c',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (34,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'9555523ece178b6a',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (35,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'57ca21492529910f',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (36,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'7fc2d080a0d70d5f',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (37,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'1d0aac8b34ff8b84',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (38,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'2ccc981e3e5a1e8d',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (39,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'60cce134dbd4af13',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (40,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'2ba05d7beabc92a6',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (41,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'42542107efb6f295',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (42,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'b707c69168d7550b',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (43,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'4af2784315e9f068',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (44,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'d05b6eb57e4fa850',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (45,NULL,6,'2023-12-17 20:11:38',100.00,NULL,NULL,'USD',1,'023a722551f3e725',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (46,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'ff8cf92f9773545c',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (47,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'1ca376a7b8d0e2d5',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (48,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'a7c0f89867c8a428',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (49,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'99991cb2ffe28b8b',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (50,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'20e577eba5667eae',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (51,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'fe4e0f13e7eb09bf',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (52,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'e254b4f121439b6f',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (53,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'ebd306ae8053c70f',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (54,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'624424ef23bab211',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (55,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'f0b56ae2e34b40b2',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (56,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'10336515977ecfd6',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (57,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'60040a9003287de2',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (58,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'acd346f2fe5f77bc',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (59,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'1202258df77a0fa2',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (60,NULL,6,'2023-12-17 20:11:38',1200.00,NULL,NULL,'USD',1,'c75d99ea7586de97',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (61,NULL,6,'2023-12-17 20:11:38',1200.00,NULL,NULL,'USD',1,'15093bca050f76cb',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (62,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'ba8f69f88fe9a279',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (63,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'cad86325b8d974d2',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (64,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'0cd0fead7f55fc4f',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (65,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'776e13db77b1f674',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (66,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'22e53d83c72810f6',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (67,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'11449abd78f15f83',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (68,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'8e76e6c92073b839',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (69,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'b65d48375f052b5e',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (70,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'49ca8e2d4f12f02b',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (71,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'026ebccce765774b',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (72,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'23c1977d50939b3e',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (73,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'19b9fc43ca780269',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (74,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'23c029b556d782cd',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (75,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'96cda567448aa26b',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (76,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'3231adeb2f830242',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (77,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'febc54389846736e',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (78,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'15af525cf42e5b33',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (79,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'91dcd9fea13e4d34',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (80,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'c6de9a43eb5b7aa3',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (81,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'8905d5e48dc6442a',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (82,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'c14f7f184fe25f15',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (83,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'797deb5dffdce687',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (84,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'13382d88dcdbf9c5',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (85,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'99f3b4bbbe0e2de3',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (86,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'55b9c4d23cf793e4',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (87,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'35ec8cec4d7b3e0c',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (88,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'a747e70aae3e2c37',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (89,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'5900a1f4d9db201b',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (90,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'8fa3d088dff273af',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (91,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'422bb0afad03efe1',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (92,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'44ac28a2795797e3',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (93,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'bec2677521a23f70',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (94,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'1272470c83cadd49',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (95,NULL,6,'2023-12-17 20:11:38',800.00,NULL,NULL,'USD',1,'bd7ec6b46ece178f',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (96,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'25fd6030886b7c5c',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (97,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'1afc702ecb5219fd',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (98,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'2f37622da3edd416',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (99,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'0f56e1a0dd6ab6f3',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (100,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'86063ee6b2a9e896',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (101,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'e4af20137ce2bdd5',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (102,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'27cc8136671b8d16',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (103,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'36af07a9a33d3f5d',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (104,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'4a5cc20b54e1bf2d',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (105,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'9d526f8939ed06bc',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (106,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'c8661d25b19cc20a',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (107,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'034acdc1fa387ffc',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (108,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'055d24ef0c16aeb2',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (109,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'c55c272423d8f92b',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (110,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'36371153332378fc',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
- (111,NULL,6,'2023-12-17 20:11:38',50.00,NULL,NULL,'USD',1,'c73781dd9dfc1d86',NULL,1,NULL,1,NULL,NULL,NULL,NULL);
+ (1,NULL,6,'2014-01-05 17:18:49',125.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'1041',NULL,NULL),
+ (2,NULL,6,'2021-10-05 17:18:49',50.00,NULL,NULL,'USD',1,'P20901X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (3,NULL,6,'2017-12-11 04:18:49',25.00,NULL,NULL,'GBP',1,'GBP12',NULL,1,NULL,4,NULL,'2095',NULL,NULL),
+ (4,NULL,6,'2021-10-05 17:18:49',50.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'10552',NULL,NULL),
+ (5,NULL,6,'2021-10-05 17:18:49',50.00,NULL,NULL,'USD',1,'Q90901X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (6,NULL,6,'2023-10-12 16:36:49',500.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,4,NULL,'509',NULL,NULL),
+ (7,NULL,6,'2024-01-03 17:18:49',1750.00,NULL,NULL,'USD',1,NULL,NULL,1,NULL,1,NULL,'102',NULL,NULL),
+ (8,NULL,6,'2023-05-14 01:29:49',50.00,NULL,NULL,'USD',1,'P20193L2',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (9,NULL,6,'2023-02-05 17:18:49',10.00,NULL,NULL,'USD',1,'P40232Y3',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (10,NULL,6,'2019-08-13 19:18:49',250.00,NULL,NULL,'USD',1,'P20193L6',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (11,NULL,6,'2024-01-04 13:18:49',500.00,NULL,NULL,'JPY',1,'PL71',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (12,NULL,6,'2022-10-05 06:45:29',50.00,NULL,NULL,'USD',1,'P291X1',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (13,NULL,6,'2023-10-05 00:00:00',50.00,NULL,NULL,'USD',1,'PL32I',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (14,NULL,6,'2023-11-05 00:00:00',50.00,NULL,NULL,'USD',1,'PL32II',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (15,NULL,6,'2022-10-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I591',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (16,NULL,6,'2022-11-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I592',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (17,NULL,6,'2022-12-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I593',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (18,NULL,6,'2023-01-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I594',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (19,NULL,6,'2023-02-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I595',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (20,NULL,6,'2023-03-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I596',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (21,NULL,6,'2023-04-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I597',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (22,NULL,6,'2023-05-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I598',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (23,NULL,6,'2023-06-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I599',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (24,NULL,6,'2023-07-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I5910',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (25,NULL,6,'2023-08-05 17:18:49',25.00,NULL,NULL,'USD',1,'PL32I5911',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (26,NULL,6,'2023-05-05 17:18:49',10.00,NULL,NULL,'CAD',1,'PL32I991',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (27,NULL,6,'2023-06-05 17:18:49',10.00,NULL,NULL,'CAD',1,'PL32I992',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (28,NULL,6,'2023-07-05 17:18:49',10.00,NULL,NULL,'CAD',1,'PL32I993',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (29,NULL,6,'2023-08-05 17:18:49',10.00,NULL,NULL,'CAD',1,'PL32I994',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (30,NULL,6,'2023-09-05 17:18:49',10.00,NULL,NULL,'CAD',1,'PL32I995',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (31,NULL,6,'2023-12-05 17:18:49',5.00,NULL,NULL,'EUR',1,'PL32I1031',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (32,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'9d224229249334b4',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (33,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'add710e14fb52ede',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (34,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'016b78166a7a81c7',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (35,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'ad1517f407cd2aae',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (36,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'dbd30e80e711ae27',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (37,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'367f9e9a98b78e00',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (38,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'4f465c0bae4d7b06',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (39,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'78421268eef80063',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (40,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'71e1f0b805ffbf2d',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (41,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'299c21f4d5e56767',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (42,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'c11751e05ad62488',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (43,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'814ca100155322e7',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (44,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'faa565cb19f18ae8',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (45,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'2f10a8324f1d6bdc',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (46,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'59fa28f2439fef02',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (47,NULL,6,'2024-01-05 17:18:49',1200.00,NULL,NULL,'USD',1,'7f7571c30734b01d',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (48,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'8694b224c28087dd',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (49,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'caf4c951ac3cbd48',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (50,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'4bae23fa56ea6124',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (51,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'feabdc06a4fb9300',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (52,NULL,6,'2024-01-05 17:18:49',1200.00,NULL,NULL,'USD',1,'41380ea1b39021ae',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (53,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'482da1b6a423a620',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (54,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'4fbd3c5128a718df',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (55,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'4d09b973c17c9fdf',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (56,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'1f95671247aa7ee7',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (57,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'b943dd7700577cb6',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (58,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'ae75250e820e1d1e',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (59,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'fa340a5acbd91ae2',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (60,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'2dc7e670e519960d',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (61,NULL,6,'2024-01-05 17:18:49',100.00,NULL,NULL,'USD',1,'f7e8f3a086a31d1e',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (62,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'04b3e84c8b015880',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (63,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'1e9df34d29849f9b',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (64,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'7b4792e4aeec9723',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (65,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'80cd1cde68415f5c',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (66,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'0ac7b67df17edbd6',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (67,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'2d2c524b48d71d43',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (68,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'7448ebea086aa547',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (69,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'eff0b26866ee4f91',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (70,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'dda5bbb89fdc0f47',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (71,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'ae0de2abdaf7a801',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (72,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'d0497209215528a2',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (73,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'5179231710c0c945',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (74,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'aa2e4ec634b9142c',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (75,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'4dc5c96c0a70bd83',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (76,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'2d12324252bab9cc',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (77,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'38e82f0db44ad739',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (78,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'9abb01ac36a80c5b',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (79,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'6da0f007425d47ab',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (80,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'f47fa26a2728fe8e',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (81,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'f1355b4dab76bf63',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (82,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'04a4b2f153fa3a56',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (83,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'eb11bd32358e6105',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (84,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'7bd77b9c6668c1fd',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (85,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'54288e1edb5bce19',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (86,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'e554cc019937217a',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (87,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'dd1eea3253c6b99c',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (88,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'9b81bf44a7ee8093',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (89,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'0de9099876480c7f',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (90,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'c24820537b0368ae',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (91,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'10019727b8e9b142',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (92,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'62bf00f3de992cb5',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (93,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'09af7ffe566875a5',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (94,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'3e98ab6767a85087',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (95,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'b98015688d95e4cf',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (96,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'67ffe650f150cc83',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (97,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'a1151e336bb189dd',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (98,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'733e91fb939a900e',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (99,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'956235818d77f6c7',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (100,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'8da6fd4519667703',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (101,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'cbfcb69d1926175d',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (102,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'454fb09d650de7bc',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (103,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'f4cc220a5dd58b4a',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (104,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'394ec4d46c9ee4cd',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (105,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'8370d04bf0b9525f',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (106,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'8ab0b20f925b41b4',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (107,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'4bda8d371693d70e',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (108,NULL,6,'2024-01-05 17:18:49',800.00,NULL,NULL,'USD',1,'71f4f94d78bfa20a',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (109,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'e42bf67724cbe642',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (110,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'7e40b9d355804e05',NULL,1,NULL,1,NULL,NULL,NULL,NULL),
+ (111,NULL,6,'2024-01-05 17:18:49',50.00,NULL,NULL,'USD',1,'a9bfa1ae7e163f36',NULL,1,NULL,1,NULL,NULL,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_financial_trxn` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -3965,89 +3937,89 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_group_contact` WRITE;
 /*!40000 ALTER TABLE `civicrm_group_contact` DISABLE KEYS */;
 INSERT INTO `civicrm_group_contact` (`id`, `group_id`, `contact_id`, `status`, `location_id`, `email_id`) VALUES
- (1,2,72,'Added',NULL,NULL),
- (2,2,19,'Added',NULL,NULL),
- (3,2,153,'Added',NULL,NULL),
- (4,2,190,'Added',NULL,NULL),
- (5,2,16,'Added',NULL,NULL),
- (6,2,65,'Added',NULL,NULL),
- (7,2,70,'Added',NULL,NULL),
- (8,2,120,'Added',NULL,NULL),
- (9,2,85,'Added',NULL,NULL),
- (10,2,198,'Added',NULL,NULL),
- (11,2,110,'Added',NULL,NULL),
- (12,2,45,'Added',NULL,NULL),
- (13,2,37,'Added',NULL,NULL),
- (14,2,82,'Added',NULL,NULL),
- (15,2,12,'Added',NULL,NULL),
- (16,2,102,'Added',NULL,NULL),
- (17,2,192,'Added',NULL,NULL),
- (18,2,10,'Added',NULL,NULL),
- (19,2,23,'Added',NULL,NULL),
- (20,2,94,'Added',NULL,NULL),
- (21,2,108,'Added',NULL,NULL),
- (22,2,38,'Added',NULL,NULL),
- (23,2,154,'Added',NULL,NULL),
- (24,2,41,'Added',NULL,NULL),
- (25,2,86,'Added',NULL,NULL),
- (26,2,95,'Added',NULL,NULL),
- (27,2,182,'Added',NULL,NULL),
- (28,2,176,'Added',NULL,NULL),
- (29,2,74,'Added',NULL,NULL),
- (30,2,161,'Added',NULL,NULL),
- (31,2,191,'Added',NULL,NULL),
- (32,2,112,'Added',NULL,NULL),
- (33,2,117,'Added',NULL,NULL),
- (34,2,101,'Added',NULL,NULL),
- (35,2,57,'Added',NULL,NULL),
- (36,2,124,'Added',NULL,NULL),
- (37,2,79,'Added',NULL,NULL),
- (38,2,126,'Added',NULL,NULL),
- (39,2,113,'Added',NULL,NULL),
- (40,2,76,'Added',NULL,NULL),
- (41,2,116,'Added',NULL,NULL),
- (42,2,67,'Added',NULL,NULL),
- (43,2,149,'Added',NULL,NULL),
- (44,2,160,'Added',NULL,NULL),
- (45,2,189,'Added',NULL,NULL),
- (46,2,135,'Added',NULL,NULL),
- (47,2,114,'Added',NULL,NULL),
- (48,2,77,'Added',NULL,NULL),
- (49,2,178,'Added',NULL,NULL),
- (50,2,147,'Added',NULL,NULL),
- (51,2,131,'Added',NULL,NULL),
- (52,2,43,'Added',NULL,NULL),
- (53,2,88,'Added',NULL,NULL),
- (54,2,200,'Added',NULL,NULL),
- (55,2,21,'Added',NULL,NULL),
- (56,2,48,'Added',NULL,NULL),
- (57,2,179,'Added',NULL,NULL),
- (58,2,99,'Added',NULL,NULL),
- (59,2,107,'Added',NULL,NULL),
- (60,2,105,'Added',NULL,NULL),
- (61,3,136,'Added',NULL,NULL),
- (62,3,164,'Added',NULL,NULL),
- (63,3,142,'Added',NULL,NULL),
- (64,3,175,'Added',NULL,NULL),
- (65,3,158,'Added',NULL,NULL),
- (66,3,148,'Added',NULL,NULL),
- (67,3,137,'Added',NULL,NULL),
- (68,3,146,'Added',NULL,NULL),
- (69,3,30,'Added',NULL,NULL),
- (70,3,122,'Added',NULL,NULL),
- (71,3,159,'Added',NULL,NULL),
- (72,3,100,'Added',NULL,NULL),
- (73,3,40,'Added',NULL,NULL),
- (74,3,44,'Added',NULL,NULL),
- (75,3,188,'Added',NULL,NULL),
- (76,4,72,'Added',NULL,NULL),
- (77,4,120,'Added',NULL,NULL),
- (78,4,12,'Added',NULL,NULL),
- (79,4,38,'Added',NULL,NULL),
- (80,4,74,'Added',NULL,NULL),
- (81,4,124,'Added',NULL,NULL),
- (82,4,149,'Added',NULL,NULL),
- (83,4,147,'Added',NULL,NULL),
+ (1,2,89,'Added',NULL,NULL),
+ (2,2,164,'Added',NULL,NULL),
+ (3,2,38,'Added',NULL,NULL),
+ (4,2,15,'Added',NULL,NULL),
+ (5,2,32,'Added',NULL,NULL),
+ (6,2,34,'Added',NULL,NULL),
+ (7,2,116,'Added',NULL,NULL),
+ (8,2,80,'Added',NULL,NULL),
+ (9,2,196,'Added',NULL,NULL),
+ (10,2,131,'Added',NULL,NULL),
+ (11,2,171,'Added',NULL,NULL),
+ (12,2,140,'Added',NULL,NULL),
+ (13,2,24,'Added',NULL,NULL),
+ (14,2,49,'Added',NULL,NULL),
+ (15,2,104,'Added',NULL,NULL),
+ (16,2,169,'Added',NULL,NULL),
+ (17,2,146,'Added',NULL,NULL),
+ (18,2,195,'Added',NULL,NULL),
+ (19,2,153,'Added',NULL,NULL),
+ (20,2,144,'Added',NULL,NULL),
+ (21,2,157,'Added',NULL,NULL),
+ (22,2,23,'Added',NULL,NULL),
+ (23,2,185,'Added',NULL,NULL),
+ (24,2,52,'Added',NULL,NULL),
+ (25,2,2,'Added',NULL,NULL),
+ (26,2,7,'Added',NULL,NULL),
+ (27,2,97,'Added',NULL,NULL),
+ (28,2,102,'Added',NULL,NULL),
+ (29,2,76,'Added',NULL,NULL),
+ (30,2,178,'Added',NULL,NULL),
+ (31,2,111,'Added',NULL,NULL),
+ (32,2,101,'Added',NULL,NULL),
+ (33,2,172,'Added',NULL,NULL),
+ (34,2,88,'Added',NULL,NULL),
+ (35,2,139,'Added',NULL,NULL),
+ (36,2,8,'Added',NULL,NULL),
+ (37,2,162,'Added',NULL,NULL),
+ (38,2,138,'Added',NULL,NULL),
+ (39,2,3,'Added',NULL,NULL),
+ (40,2,46,'Added',NULL,NULL),
+ (41,2,94,'Added',NULL,NULL),
+ (42,2,19,'Added',NULL,NULL),
+ (43,2,184,'Added',NULL,NULL),
+ (44,2,64,'Added',NULL,NULL),
+ (45,2,188,'Added',NULL,NULL),
+ (46,2,186,'Added',NULL,NULL),
+ (47,2,74,'Added',NULL,NULL),
+ (48,2,106,'Added',NULL,NULL),
+ (49,2,168,'Added',NULL,NULL),
+ (50,2,85,'Added',NULL,NULL),
+ (51,2,134,'Added',NULL,NULL),
+ (52,2,176,'Added',NULL,NULL),
+ (53,2,72,'Added',NULL,NULL),
+ (54,2,120,'Added',NULL,NULL),
+ (55,2,25,'Added',NULL,NULL),
+ (56,2,28,'Added',NULL,NULL),
+ (57,2,197,'Added',NULL,NULL),
+ (58,2,90,'Added',NULL,NULL),
+ (59,2,187,'Added',NULL,NULL),
+ (60,2,17,'Added',NULL,NULL),
+ (61,3,121,'Added',NULL,NULL),
+ (62,3,93,'Added',NULL,NULL),
+ (63,3,79,'Added',NULL,NULL),
+ (64,3,133,'Added',NULL,NULL),
+ (65,3,114,'Added',NULL,NULL),
+ (66,3,37,'Added',NULL,NULL),
+ (67,3,62,'Added',NULL,NULL),
+ (68,3,152,'Added',NULL,NULL),
+ (69,3,115,'Added',NULL,NULL),
+ (70,3,5,'Added',NULL,NULL),
+ (71,3,92,'Added',NULL,NULL),
+ (72,3,156,'Added',NULL,NULL),
+ (73,3,124,'Added',NULL,NULL),
+ (74,3,127,'Added',NULL,NULL),
+ (75,3,136,'Added',NULL,NULL),
+ (76,4,89,'Added',NULL,NULL),
+ (77,4,80,'Added',NULL,NULL),
+ (78,4,104,'Added',NULL,NULL),
+ (79,4,23,'Added',NULL,NULL),
+ (80,4,76,'Added',NULL,NULL),
+ (81,4,8,'Added',NULL,NULL),
+ (82,4,184,'Added',NULL,NULL),
+ (83,4,85,'Added',NULL,NULL),
  (84,4,202,'Added',NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_group_contact` ENABLE KEYS */;
 UNLOCK TABLES;
@@ -4173,79 +4145,79 @@ INSERT INTO `civicrm_line_item` (`id`, `entity_table`, `entity_id`, `contributio
  (36,'civicrm_membership',9,40,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
  (37,'civicrm_membership',10,41,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
  (38,'civicrm_membership',13,44,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
- (39,'civicrm_membership',17,48,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
- (40,'civicrm_membership',19,50,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
- (41,'civicrm_membership',21,52,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
- (42,'civicrm_membership',23,54,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
- (43,'civicrm_membership',25,56,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
- (44,'civicrm_membership',27,58,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
- (45,'civicrm_membership',29,60,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
- (46,'civicrm_membership',2,33,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
- (47,'civicrm_membership',4,35,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
- (48,'civicrm_membership',6,37,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
- (49,'civicrm_membership',8,39,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
- (50,'civicrm_membership',12,43,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
- (51,'civicrm_membership',14,45,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
- (52,'civicrm_membership',15,46,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
- (53,'civicrm_membership',16,47,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
- (54,'civicrm_membership',18,49,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
- (55,'civicrm_membership',20,51,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
+ (39,'civicrm_membership',15,46,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
+ (40,'civicrm_membership',17,48,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
+ (41,'civicrm_membership',19,50,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
+ (42,'civicrm_membership',20,51,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
+ (43,'civicrm_membership',21,52,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
+ (44,'civicrm_membership',23,54,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
+ (45,'civicrm_membership',25,56,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
+ (46,'civicrm_membership',27,58,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
+ (47,'civicrm_membership',29,60,4,'General',1.00,100.00,100.00,NULL,7,2,0.00,0.00,NULL),
+ (48,'civicrm_membership',2,33,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
+ (49,'civicrm_membership',4,35,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
+ (50,'civicrm_membership',6,37,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
+ (51,'civicrm_membership',8,39,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
+ (52,'civicrm_membership',12,43,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
+ (53,'civicrm_membership',14,45,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
+ (54,'civicrm_membership',16,47,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
+ (55,'civicrm_membership',18,49,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
  (56,'civicrm_membership',24,55,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
  (57,'civicrm_membership',26,57,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
  (58,'civicrm_membership',28,59,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
  (59,'civicrm_membership',30,61,4,'Student',1.00,50.00,50.00,NULL,8,2,0.00,0.00,NULL),
  (60,'civicrm_membership',11,42,4,'Lifetime',1.00,1200.00,1200.00,NULL,9,2,0.00,0.00,NULL),
  (61,'civicrm_membership',22,53,4,'Lifetime',1.00,1200.00,1200.00,NULL,9,2,0.00,0.00,NULL),
- (63,'civicrm_participant',3,65,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (64,'civicrm_participant',6,68,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (65,'civicrm_participant',9,71,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (66,'civicrm_participant',12,74,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (67,'civicrm_participant',15,77,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (68,'civicrm_participant',18,80,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (69,'civicrm_participant',21,83,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (70,'civicrm_participant',24,86,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (71,'civicrm_participant',25,87,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (72,'civicrm_participant',28,90,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (73,'civicrm_participant',31,93,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (74,'civicrm_participant',34,96,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (75,'civicrm_participant',37,99,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (76,'civicrm_participant',40,102,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (77,'civicrm_participant',43,105,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (78,'civicrm_participant',46,108,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (79,'civicrm_participant',49,111,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (80,'civicrm_participant',50,112,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
- (81,'civicrm_participant',1,63,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (82,'civicrm_participant',4,66,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (83,'civicrm_participant',7,69,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (84,'civicrm_participant',10,72,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (85,'civicrm_participant',13,75,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (86,'civicrm_participant',16,78,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (87,'civicrm_participant',19,81,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (88,'civicrm_participant',22,84,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (89,'civicrm_participant',26,88,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (90,'civicrm_participant',29,91,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (91,'civicrm_participant',32,94,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (92,'civicrm_participant',35,97,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (93,'civicrm_participant',38,100,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (94,'civicrm_participant',41,103,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (95,'civicrm_participant',44,106,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (96,'civicrm_participant',47,109,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
- (97,'civicrm_participant',2,64,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (98,'civicrm_participant',5,67,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (99,'civicrm_participant',8,70,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (100,'civicrm_participant',11,73,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (101,'civicrm_participant',14,76,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (102,'civicrm_participant',17,79,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (103,'civicrm_participant',20,82,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (104,'civicrm_participant',23,85,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (105,'civicrm_participant',27,89,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (106,'civicrm_participant',30,92,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (107,'civicrm_participant',33,95,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (108,'civicrm_participant',36,98,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (109,'civicrm_participant',39,101,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (110,'civicrm_participant',42,104,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (111,'civicrm_participant',45,107,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
- (112,'civicrm_participant',48,110,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL);
+ (63,'civicrm_participant',50,112,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (64,'civicrm_participant',49,111,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (65,'civicrm_participant',46,108,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (66,'civicrm_participant',43,105,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (67,'civicrm_participant',40,102,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (68,'civicrm_participant',37,99,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (69,'civicrm_participant',34,96,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (70,'civicrm_participant',31,93,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (71,'civicrm_participant',28,90,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (72,'civicrm_participant',25,87,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (73,'civicrm_participant',24,86,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (74,'civicrm_participant',21,83,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (75,'civicrm_participant',18,80,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (76,'civicrm_participant',15,77,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (77,'civicrm_participant',12,74,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (78,'civicrm_participant',9,71,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (79,'civicrm_participant',6,68,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (80,'civicrm_participant',3,65,7,'Tiny-tots (ages 5-8)',1.00,800.00,800.00,0,13,4,0.00,0.00,NULL),
+ (81,'civicrm_participant',47,109,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (82,'civicrm_participant',44,106,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (83,'civicrm_participant',41,103,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (84,'civicrm_participant',38,100,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (85,'civicrm_participant',35,97,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (86,'civicrm_participant',32,94,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (87,'civicrm_participant',29,91,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (88,'civicrm_participant',26,88,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (89,'civicrm_participant',22,84,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (90,'civicrm_participant',19,81,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (91,'civicrm_participant',16,78,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (92,'civicrm_participant',13,75,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (93,'civicrm_participant',10,72,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (94,'civicrm_participant',7,69,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (95,'civicrm_participant',4,66,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (96,'civicrm_participant',1,63,8,'Single',1.00,50.00,50.00,0,16,4,0.00,0.00,NULL),
+ (97,'civicrm_participant',48,110,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (98,'civicrm_participant',45,107,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (99,'civicrm_participant',42,104,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (100,'civicrm_participant',39,101,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (101,'civicrm_participant',36,98,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (102,'civicrm_participant',33,95,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (103,'civicrm_participant',30,92,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (104,'civicrm_participant',27,89,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (105,'civicrm_participant',23,85,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (106,'civicrm_participant',20,82,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (107,'civicrm_participant',17,79,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (108,'civicrm_participant',14,76,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (109,'civicrm_participant',11,73,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (110,'civicrm_participant',8,70,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (111,'civicrm_participant',5,67,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL),
+ (112,'civicrm_participant',2,64,9,'Soprano',1.00,50.00,50.00,0,21,2,0.00,0.00,NULL);
 /*!40000 ALTER TABLE `civicrm_line_item` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -4256,9 +4228,9 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_loc_block` WRITE;
 /*!40000 ALTER TABLE `civicrm_loc_block` DISABLE KEYS */;
 INSERT INTO `civicrm_loc_block` (`id`, `address_id`, `email_id`, `phone_id`, `im_id`, `address_2_id`, `email_2_id`, `phone_2_id`, `im_2_id`) VALUES
- (1,177,190,160,NULL,NULL,NULL,NULL,NULL),
- (2,178,191,161,NULL,NULL,NULL,NULL,NULL),
- (3,179,192,162,NULL,NULL,NULL,NULL,NULL);
+ (1,181,172,162,NULL,NULL,NULL,NULL,NULL),
+ (2,182,173,163,NULL,NULL,NULL,NULL,NULL),
+ (3,183,174,164,NULL,NULL,NULL,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_loc_block` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -4284,7 +4256,7 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_log` WRITE;
 /*!40000 ALTER TABLE `civicrm_log` DISABLE KEYS */;
 INSERT INTO `civicrm_log` (`id`, `entity_table`, `entity_id`, `data`, `modified_id`, `modified_date`) VALUES
- (1,'civicrm_contact',202,'civicrm_contact,202',202,'2023-12-17 20:11:35');
+ (1,'civicrm_contact',202,'civicrm_contact,202',202,'2024-01-05 17:18:49');
 /*!40000 ALTER TABLE `civicrm_log` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -4708,36 +4680,36 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_membership` WRITE;
 /*!40000 ALTER TABLE `civicrm_membership` DISABLE KEYS */;
 INSERT INTO `civicrm_membership` (`id`, `contact_id`, `membership_type_id`, `join_date`, `start_date`, `end_date`, `source`, `status_id`, `is_override`, `status_override_end_date`, `owner_membership_id`, `max_related`, `is_test`, `is_pay_later`, `contribution_recur_id`, `campaign_id`) VALUES
- (1,82,1,'2023-12-17','2023-12-17','2025-12-16','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (2,34,2,'2023-12-16','2023-12-16','2024-12-15','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (3,110,1,'2023-12-15','2023-12-15','2025-12-14','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (4,91,2,'2023-12-14','2023-12-14','2024-12-13','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (5,105,1,'2021-11-15','2021-11-15','2023-11-14','Payment',3,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (6,176,2,'2023-12-12','2023-12-12','2024-12-11','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (7,163,1,'2023-12-11','2023-12-11','2025-12-10','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (8,119,2,'2023-12-10','2023-12-10','2024-12-09','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (9,114,1,'2023-12-09','2023-12-09','2025-12-08','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (10,146,1,'2021-10-06','2021-10-06','2023-10-05','Payment',3,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (11,154,3,'2023-12-07','2023-12-07',NULL,'Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (12,170,2,'2023-12-06','2023-12-06','2024-12-05','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (13,8,1,'2023-12-05','2023-12-05','2025-12-04','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (14,190,2,'2023-12-04','2023-12-04','2024-12-03','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (15,179,2,'2022-12-03','2022-12-03','2023-12-02','Check',4,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (16,48,2,'2023-12-02','2023-12-02','2024-12-01','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (17,99,1,'2023-12-01','2023-12-01','2025-11-30','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (18,96,2,'2023-11-30','2023-11-30','2024-11-29','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (19,70,1,'2023-11-29','2023-11-29','2025-11-28','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (20,84,2,'2022-11-28','2022-11-28','2023-11-27','Payment',4,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (21,28,1,'2023-11-27','2023-11-27','2025-11-26','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (22,156,3,'2023-11-26','2023-11-26',NULL,'Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (23,153,1,'2023-11-25','2023-11-25','2025-11-24','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (24,195,2,'2023-11-24','2023-11-24','2024-11-23','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (25,67,1,'2021-06-08','2021-06-08','2023-06-07','Payment',3,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (26,75,2,'2023-11-22','2023-11-22','2024-11-21','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (27,112,1,'2023-11-21','2023-11-21','2025-11-20','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (28,188,2,'2023-11-20','2023-11-20','2024-11-19','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (29,62,1,'2023-11-19','2023-11-19','2025-11-18','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
- (30,59,2,'2022-11-18','2022-11-18','2023-11-17','Donation',4,0,NULL,NULL,NULL,0,0,NULL,NULL);
+ (1,183,1,'2024-01-05','2024-01-05','2026-01-04','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (2,5,2,'2024-01-04','2024-01-04','2025-01-03','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (3,8,1,'2024-01-03','2024-01-03','2026-01-02','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (4,49,2,'2024-01-02','2024-01-02','2025-01-01','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (5,162,1,'2021-12-04','2021-12-04','2023-12-03','Donation',3,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (6,133,2,'2023-12-31','2023-12-31','2024-12-30','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (7,89,1,'2023-12-30','2023-12-30','2025-12-29','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (8,108,2,'2023-12-29','2023-12-29','2024-12-28','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (9,158,1,'2023-12-28','2023-12-28','2025-12-27','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (10,128,1,'2021-10-25','2021-10-25','2023-10-24','Payment',3,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (11,110,3,'2023-12-26','2023-12-26',NULL,'Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (12,77,2,'2023-12-25','2023-12-25','2024-12-24','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (13,21,1,'2023-12-24','2023-12-24','2025-12-23','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (14,80,2,'2023-12-23','2023-12-23','2024-12-22','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (15,191,1,'2021-09-15','2021-09-15','2023-09-14','Donation',3,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (16,7,2,'2023-12-21','2023-12-21','2024-12-20','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (17,97,1,'2023-12-20','2023-12-20','2025-12-19','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (18,102,2,'2023-12-19','2023-12-19','2024-12-18','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (19,188,1,'2023-12-18','2023-12-18','2025-12-17','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (20,83,1,'2021-08-06','2021-08-06','2023-08-05','Check',3,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (21,79,1,'2023-12-16','2023-12-16','2025-12-15','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (22,145,3,'2023-12-15','2023-12-15',NULL,'Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (23,144,1,'2023-12-14','2023-12-14','2025-12-13','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (24,28,2,'2023-12-13','2023-12-13','2024-12-12','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (25,164,1,'2021-06-27','2021-06-27','2023-06-26','Donation',3,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (26,42,2,'2023-12-11','2023-12-11','2024-12-10','Donation',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (27,182,1,'2023-12-10','2023-12-10','2025-12-09','Check',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (28,151,2,'2023-12-09','2023-12-09','2024-12-08','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (29,115,1,'2023-12-08','2023-12-08','2025-12-07','Payment',1,0,NULL,NULL,NULL,0,0,NULL,NULL),
+ (30,187,2,'2022-12-07','2022-12-07','2023-12-06','Payment',4,0,NULL,NULL,NULL,0,0,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_membership` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -4759,36 +4731,36 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_membership_log` WRITE;
 /*!40000 ALTER TABLE `civicrm_membership_log` DISABLE KEYS */;
 INSERT INTO `civicrm_membership_log` (`id`, `membership_id`, `status_id`, `start_date`, `end_date`, `modified_id`, `modified_date`, `membership_type_id`, `max_related`) VALUES
- (1,13,1,'2023-12-05','2025-12-04',8,'2023-12-17',1,NULL),
- (2,21,1,'2023-11-27','2025-11-26',28,'2023-12-17',1,NULL),
- (3,2,1,'2023-12-16','2024-12-15',34,'2023-12-17',2,NULL),
- (4,16,1,'2023-12-02','2024-12-01',48,'2023-12-17',2,NULL),
- (5,30,4,'2022-11-18','2023-11-17',59,'2023-12-17',2,NULL),
- (6,29,1,'2023-11-19','2025-11-18',62,'2023-12-17',1,NULL),
- (7,25,3,'2021-06-08','2023-06-07',67,'2023-12-17',1,NULL),
- (8,19,1,'2023-11-29','2025-11-28',70,'2023-12-17',1,NULL),
- (9,26,1,'2023-11-22','2024-11-21',75,'2023-12-17',2,NULL),
- (10,1,1,'2023-12-17','2025-12-16',82,'2023-12-17',1,NULL),
- (11,20,4,'2022-11-28','2023-11-27',84,'2023-12-17',2,NULL),
- (12,4,1,'2023-12-14','2024-12-13',91,'2023-12-17',2,NULL),
- (13,18,1,'2023-11-30','2024-11-29',96,'2023-12-17',2,NULL),
- (14,17,1,'2023-12-01','2025-11-30',99,'2023-12-17',1,NULL),
- (15,5,3,'2021-11-15','2023-11-14',105,'2023-12-17',1,NULL),
- (16,3,1,'2023-12-15','2025-12-14',110,'2023-12-17',1,NULL),
- (17,27,1,'2023-11-21','2025-11-20',112,'2023-12-17',1,NULL),
- (18,9,1,'2023-12-09','2025-12-08',114,'2023-12-17',1,NULL),
- (19,8,1,'2023-12-10','2024-12-09',119,'2023-12-17',2,NULL),
- (20,10,3,'2021-10-06','2023-10-05',146,'2023-12-17',1,NULL),
- (21,23,1,'2023-11-25','2025-11-24',153,'2023-12-17',1,NULL),
- (22,11,1,'2023-12-07',NULL,154,'2023-12-17',3,NULL),
- (23,22,1,'2023-11-26',NULL,156,'2023-12-17',3,NULL),
- (24,7,1,'2023-12-11','2025-12-10',163,'2023-12-17',1,NULL),
- (25,12,1,'2023-12-06','2024-12-05',170,'2023-12-17',2,NULL),
- (26,6,1,'2023-12-12','2024-12-11',176,'2023-12-17',2,NULL),
- (27,15,4,'2022-12-03','2023-12-02',179,'2023-12-17',2,NULL),
- (28,28,1,'2023-11-20','2024-11-19',188,'2023-12-17',2,NULL),
- (29,14,1,'2023-12-04','2024-12-03',190,'2023-12-17',2,NULL),
- (30,24,1,'2023-11-24','2024-11-23',195,'2023-12-17',2,NULL);
+ (1,2,1,'2024-01-04','2025-01-03',5,'2024-01-05',2,NULL),
+ (2,16,1,'2023-12-21','2024-12-20',7,'2024-01-05',2,NULL),
+ (3,3,1,'2024-01-03','2026-01-02',8,'2024-01-05',1,NULL),
+ (4,13,1,'2023-12-24','2025-12-23',21,'2024-01-05',1,NULL),
+ (5,24,1,'2023-12-13','2024-12-12',28,'2024-01-05',2,NULL),
+ (6,26,1,'2023-12-11','2024-12-10',42,'2024-01-05',2,NULL),
+ (7,4,1,'2024-01-02','2025-01-01',49,'2024-01-05',2,NULL),
+ (8,12,1,'2023-12-25','2024-12-24',77,'2024-01-05',2,NULL),
+ (9,21,1,'2023-12-16','2025-12-15',79,'2024-01-05',1,NULL),
+ (10,14,1,'2023-12-23','2024-12-22',80,'2024-01-05',2,NULL),
+ (11,20,3,'2021-08-06','2023-08-05',83,'2024-01-05',1,NULL),
+ (12,7,1,'2023-12-30','2025-12-29',89,'2024-01-05',1,NULL),
+ (13,17,1,'2023-12-20','2025-12-19',97,'2024-01-05',1,NULL),
+ (14,18,1,'2023-12-19','2024-12-18',102,'2024-01-05',2,NULL),
+ (15,8,1,'2023-12-29','2024-12-28',108,'2024-01-05',2,NULL),
+ (16,11,1,'2023-12-26',NULL,110,'2024-01-05',3,NULL),
+ (17,29,1,'2023-12-08','2025-12-07',115,'2024-01-05',1,NULL),
+ (18,10,3,'2021-10-25','2023-10-24',128,'2024-01-05',1,NULL),
+ (19,6,1,'2023-12-31','2024-12-30',133,'2024-01-05',2,NULL),
+ (20,23,1,'2023-12-14','2025-12-13',144,'2024-01-05',1,NULL),
+ (21,22,1,'2023-12-15',NULL,145,'2024-01-05',3,NULL),
+ (22,28,1,'2023-12-09','2024-12-08',151,'2024-01-05',2,NULL),
+ (23,9,1,'2023-12-28','2025-12-27',158,'2024-01-05',1,NULL),
+ (24,5,3,'2021-12-04','2023-12-03',162,'2024-01-05',1,NULL),
+ (25,25,3,'2021-06-27','2023-06-26',164,'2024-01-05',1,NULL),
+ (26,27,1,'2023-12-10','2025-12-09',182,'2024-01-05',1,NULL),
+ (27,1,1,'2024-01-05','2026-01-04',183,'2024-01-05',1,NULL),
+ (28,30,4,'2022-12-07','2023-12-06',187,'2024-01-05',2,NULL),
+ (29,19,1,'2023-12-18','2025-12-17',188,'2024-01-05',1,NULL),
+ (30,15,3,'2021-09-15','2023-09-14',191,'2024-01-05',1,NULL);
 /*!40000 ALTER TABLE `civicrm_membership_log` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -4799,36 +4771,36 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_membership_payment` WRITE;
 /*!40000 ALTER TABLE `civicrm_membership_payment` DISABLE KEYS */;
 INSERT INTO `civicrm_membership_payment` (`id`, `membership_id`, `contribution_id`) VALUES
- (1,1,32),
- (2,2,33),
+ (27,1,32),
+ (1,2,33),
  (3,3,34),
- (4,4,35),
- (5,5,36),
- (6,6,37),
- (7,7,38),
- (8,8,39),
- (9,9,40),
- (10,10,41),
- (11,11,42),
- (12,12,43),
- (13,13,44),
- (14,14,45),
- (15,15,46),
- (16,16,47),
- (17,17,48),
- (18,18,49),
- (19,19,50),
- (20,20,51),
- (21,21,52),
- (22,22,53),
- (23,23,54),
- (24,24,55),
+ (7,4,35),
+ (24,5,36),
+ (19,6,37),
+ (12,7,38),
+ (15,8,39),
+ (23,9,40),
+ (18,10,41),
+ (16,11,42),
+ (8,12,43),
+ (4,13,44),
+ (10,14,45),
+ (30,15,46),
+ (2,16,47),
+ (13,17,48),
+ (14,18,49),
+ (29,19,50),
+ (11,20,51),
+ (9,21,52),
+ (21,22,53),
+ (20,23,54),
+ (5,24,55),
  (25,25,56),
- (26,26,57),
- (27,27,58),
- (28,28,59),
- (29,29,60),
- (30,30,61);
+ (6,26,57),
+ (26,27,58),
+ (22,28,59),
+ (17,29,60),
+ (28,30,61);
 /*!40000 ALTER TABLE `civicrm_membership_payment` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -4869,311 +4841,311 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_menu` WRITE;
 /*!40000 ALTER TABLE `civicrm_menu` DISABLE KEYS */;
 INSERT INTO `civicrm_menu` (`id`, `domain_id`, `path`, `path_arguments`, `title`, `access_callback`, `access_arguments`, `page_callback`, `page_arguments`, `breadcrumb`, `return_url`, `return_url_args`, `component_id`, `is_active`, `is_public`, `is_exposed`, `is_ssl`, `weight`, `type`, `page_type`, `skipBreadcrumb`, `module_data`) VALUES
- (1,1,'civicrm/activity','action=add&context=standalone','New Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";','s:14:\"attachUpload=1\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (2,1,'civicrm/activity/view',NULL,'View Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Form_ActivityView\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (3,1,'civicrm/ajax/activity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:15:\"getCaseActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (4,1,'civicrm/ajax/globalrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:26:\"getCaseGlobalRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (5,1,'civicrm/ajax/clientrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:26:\"getCaseClientRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (6,1,'civicrm/ajax/caseroles',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:12:\"getCaseRoles\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (7,1,'civicrm/ajax/contactactivity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:18:\"getContactActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (8,1,'civicrm/ajax/activity/convert',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:21:\"convertToCaseActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'),
- (9,1,'civicrm/activity/search',NULL,'Find Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Controller_Search\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (10,1,'civicrm/pcp',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Form_PCP\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (11,1,'civicrm/pcp/campaign',NULL,'Setup a Personal Campaign Page - Account Information','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'),
- (12,1,'civicrm/pcp/info',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_PCP_Page_PCPInfo\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (13,1,'civicrm/admin/pcp','context=contribute','Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Page_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,362,1,0,0,'a:2:{s:4:\"desc\";s:49:\"View and manage existing personal campaign pages.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'),
- (14,1,'civicrm/ajax/api4',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Api4_Page_AJAX\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (15,1,'civicrm/api4',NULL,'CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Api4_Page_Api4Explorer\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (16,1,'civicrm/profile',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Profile_Page_Router\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'),
- (17,1,'civicrm/profile/create',NULL,'CiviCRM Profile Create','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Profile_Page_Router\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'),
- (18,1,'civicrm/profile/view',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Profile_Page_View\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (19,1,'civicrm/import',NULL,'Import','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Import_Controller\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,400,1,1,0,'a:0:{}'),
- (20,1,'civicrm/import/contact',NULL,'Import Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,410,1,1,0,'a:0:{}'),
- (21,1,'civicrm/import/contact/summary',NULL,'Import Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Import_Form_Summary\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}i:2;a:2:{s:5:\"title\";s:15:\"Import Contacts\";s:3:\"url\";s:31:\"/civicrm/import/contact?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,410,1,1,0,'a:0:{}'),
- (22,1,'civicrm/import/outcome',NULL,'Import results','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Import_Forms\";i:1;s:9:\"outputCSV\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (23,1,'civicrm/import/activity',NULL,'Import Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,420,1,1,0,'a:0:{}'),
- (24,1,'civicrm/import/contribution',NULL,'Import Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:21:\"access CiviContribute\";i:1;s:18:\"edit contributions\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contribute_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,520,1,1,0,'a:0:{}'),
- (25,1,'civicrm/import/custom','id=%%id%%','Import Multi-value Custom Data','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Custom_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,420,1,1,0,'a:0:{}'),
- (26,1,'civicrm/ajax/status',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:28:\"CRM_Contact_Import_Page_AJAX\";i:1;s:6:\"status\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (27,1,'civicrm/import/datasource',NULL,'Import','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Import_Form_DataSourceConfig\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,450,1,1,0,'a:0:{}'),
- (28,1,'civicrm',NULL,'CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_DashBoard\";',NULL,'a:0:{}',NULL,NULL,NULL,1,0,1,0,0,1,0,0,'a:0:{}'),
- (29,1,'civicrm/dashboard',NULL,'CiviCRM Home','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,0,1,1,0,'a:0:{}'),
- (30,1,'civicrm/contact/search',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,10,1,1,0,'a:0:{}'),
- (31,1,'civicrm/contact/image',NULL,'Process Uploaded Images','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access uploaded files\";}i:1;s:3:\"and\";}','a:2:{i:0;s:23:\"CRM_Contact_BAO_Contact\";i:1;s:12:\"processImage\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (32,1,'civicrm/contact/imagefile',NULL,'Get Image File','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_ImageFile\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (33,1,'civicrm/contact/search/basic',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (34,1,'civicrm/contact/search/advanced',NULL,'Advanced Search','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=512\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,12,1,1,0,'a:0:{}'),
- (35,1,'civicrm/contact/search/builder',NULL,'Search Builder','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:9:\"mode=8192\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,14,1,1,0,'a:0:{}'),
- (36,1,'civicrm/contact/add',NULL,'New Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (37,1,'civicrm/contact/add/individual','ct=Individual','New Individual','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (38,1,'civicrm/contact/add/household','ct=Household','New Household','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (39,1,'civicrm/contact/add/organization','ct=Organization','New Organization','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (40,1,'civicrm/contact/relatedcontact',NULL,'Edit Related Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"access Contact Dashboard\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Form_RelatedContact\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (41,1,'civicrm/contact/merge',NULL,'Merge Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:22:\"CRM_Contact_Form_Merge\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (42,1,'civicrm/contact/email',NULL,'Email a Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (43,1,'civicrm/contact/map',NULL,'Map Location(s)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_Map\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (44,1,'civicrm/contact/map/event',NULL,'Map Event Location','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Form_Task_Map_Event\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Map Location(s)\";s:3:\"url\";s:28:\"/civicrm/contact/map?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (45,1,'civicrm/contact/view','cid=%%cid%%','Contact Summary','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:29:\"CRM_Contact_Page_View_Summary\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (46,1,'civicrm/contact/view/delete',NULL,'Delete Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:28:\"CRM_Contact_Form_Task_Delete\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (47,1,'civicrm/contact/view/activity','show=1,cid=%%cid%%','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:21:\"CRM_Activity_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (48,1,'civicrm/activity/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (49,1,'civicrm/activity/email/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (50,1,'civicrm/activity/pdf/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_PDF\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (51,1,'civicrm/contact/view/rel','cid=%%cid%%','Relationships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contact_Page_View_Relationship\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (52,1,'civicrm/contact/view/group','cid=%%cid%%','Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contact_Page_View_GroupContact\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (53,1,'civicrm/contact/view/smartgroup','cid=%%cid%%','Smart Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:39:\"CRM_Contact_Page_View_ContactSmartGroup\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (54,1,'civicrm/contact/view/tag','cid=%%cid%%','Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:25:\"CRM_Contact_Page_View_Tag\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (55,1,'civicrm/contact/view/cd',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:32:\"CRM_Contact_Page_View_CustomData\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (56,1,'civicrm/contact/view/cd/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Form_CustomData\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (57,1,'civicrm/contact/view/vcard',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Page_View_Vcard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (58,1,'civicrm/contact/view/print',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Page_View_Print\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (59,1,'civicrm/contact/view/log',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:25:\"CRM_Contact_Page_View_Log\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (60,1,'civicrm/user',NULL,'Contact Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"access Contact Dashboard\";}i:1;s:3:\"and\";}','s:35:\"CRM_Contact_Page_View_UserDashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'),
- (61,1,'civicrm/dashlet/activity',NULL,'Activity Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Dashlet_Page_Activity\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (62,1,'civicrm/dashlet/blog',NULL,'CiviCRM Blog','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Dashlet_Page_Blog\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (63,1,'civicrm/dashlet/getting-started',NULL,'CiviCRM Resources','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Dashlet_Page_GettingStarted\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (64,1,'civicrm/ajax/relation',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:12:\"relationship\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'),
- (65,1,'civicrm/ajax/groupTree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"groupTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (66,1,'civicrm/ajax/custom',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:11:\"customField\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (67,1,'civicrm/ajax/customvalue',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:17:\"deleteCustomValue\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'),
- (68,1,'civicrm/ajax/cmsuser',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"checkUserName\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (69,1,'civicrm/ajax/checkemail',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:15:\"getContactEmail\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (70,1,'civicrm/ajax/checkphone',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:15:\"getContactPhone\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (71,1,'civicrm/ajax/subtype',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"buildSubTypes\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (72,1,'civicrm/ajax/signature',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:12:\"getSignature\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (73,1,'civicrm/ajax/pdfFormat',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"pdfFormat\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (74,1,'civicrm/ajax/paperSize',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"paperSize\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (75,1,'civicrm/ajax/contactref',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:31:\"access contact reference fields\";i:1;s:15:\" access CiviCRM\";}i:1;s:2:\"or\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:16:\"contactReference\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (76,1,'civicrm/dashlet/myCases',NULL,'Case Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Dashlet_Page_MyCases\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (77,1,'civicrm/dashlet/allCases',NULL,'All Cases Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','s:25:\"CRM_Dashlet_Page_AllCases\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (78,1,'civicrm/dashlet/casedashboard',NULL,'Case Dashboard Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Dashlet_Page_CaseDashboard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (79,1,'civicrm/contact/deduperules',NULL,'Find and Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer dedupe rules\";i:1;s:24:\"merge duplicate contacts\";}i:1;s:2:\"or\";}','s:28:\"CRM_Contact_Page_DedupeRules\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,105,1,0,0,'a:2:{s:4:\"desc\";s:158:\"Manage the rules used to identify potentially duplicate contact records. Scan for duplicates using a selected rule and merge duplicate contact data as needed.\";s:10:\"adminGroup\";s:6:\"Manage\";}'),
- (80,1,'civicrm/contact/dedupefind',NULL,'Find and Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Page_DedupeFind\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (81,1,'civicrm/ajax/dedupefind',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:10:\"getDedupes\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (82,1,'civicrm/contact/dedupemerge',NULL,'Batch Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Page_DedupeMerge\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (83,1,'civicrm/dedupe/exception',NULL,'Dedupe Exceptions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contact_Page_DedupeException\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,110,1,0,0,'a:1:{s:10:\"adminGroup\";s:6:\"Manage\";}'),
- (84,1,'civicrm/ajax/dedupeRules',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:16:\"buildDedupeRules\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (85,1,'civicrm/contact/view/useradd','cid=%%cid%%','Add User','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:29:\"CRM_Contact_Page_View_Useradd\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (86,1,'civicrm/ajax/markSelection',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:22:\"selectUnselectContacts\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (87,1,'civicrm/ajax/toggleDedupeSelect',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:18:\"toggleDedupeSelect\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (88,1,'civicrm/ajax/flipDupePairs',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"flipDupePairs\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (89,1,'civicrm/activity/sms/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:8:\"send SMS\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_SMS\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (90,1,'civicrm/ajax/contactrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"view my contact\";}i:1;s:2:\"or\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:23:\"getContactRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (91,1,'civicrm/custom',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Custom_Form_CustomDataByType\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (92,1,'civicrm/ajax/jqState',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:7:\"jqState\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (93,1,'civicrm/ajax/jqCounty',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:8:\"jqCounty\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (94,1,'civicrm/upgrade',NULL,'Upgrade CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Upgrade_Page_Upgrade\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (95,1,'civicrm/export',NULL,'Download Errors','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Export_BAO_Export\";i:1;s:6:\"invoke\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (96,1,'civicrm/export/contact',NULL,'Export Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Export_BAO_Export\";i:1;s:6:\"invoke\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Download Errors\";s:3:\"url\";s:23:\"/civicrm/export?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,0,1,0,0,'a:0:{}'),
- (97,1,'civicrm/export/standalone',NULL,'Export','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Export_Controller_Standalone\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Download Errors\";s:3:\"url\";s:23:\"/civicrm/export?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (98,1,'civicrm/admin/options/acl_role',NULL,'ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (99,1,'civicrm/acl',NULL,'Manage ACLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_ACL_Page_ACL\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (100,1,'civicrm/acl/edit',NULL,'Manage ACLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_ACL_Form_ACL\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (101,1,'civicrm/acl/delete',NULL,'Manage ACLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_ACL_Form_ACL\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (102,1,'civicrm/acl/entityrole',NULL,'Assign Users to ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_ACL_Page_EntityRole\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (103,1,'civicrm/acl/entityrole/edit',NULL,'Assign Users to ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_ACL_Form_EntityRole\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Assign Users to ACL Roles\";s:3:\"url\";s:31:\"/civicrm/acl/entityrole?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (104,1,'civicrm/file',NULL,'Browse Uploaded files','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access uploaded files\";}i:1;s:3:\"and\";}','s:18:\"CRM_Core_Page_File\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (105,1,'civicrm/file/delete',NULL,'Delete File','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:17:\"CRM_Core_BAO_File\";i:1;s:16:\"deleteAttachment\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:21:\"Browse Uploaded files\";s:3:\"url\";s:21:\"/civicrm/file?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (106,1,'civicrm/friend',NULL,'Tell a Friend','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:15:\"CRM_Friend_Form\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (107,1,'civicrm/logout',NULL,'Log out','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_System\";i:1;s:6:\"logout\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,9999,1,1,0,'a:0:{}'),
- (108,1,'civicrm/i18n',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"translate CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Core_I18n_Form\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (109,1,'civicrm/ajax/attachment',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access AJAX API\";}i:1;s:2:\"or\";}','a:2:{i:0;s:29:\"CRM_Core_Page_AJAX_Attachment\";i:1;s:10:\"attachFile\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (110,1,'civicrm/api',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Core_Page_Redirect\";','s:16:\"url=civicrm/api3\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (111,1,'civicrm/api3',NULL,'CiviCRM API v3','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Page_APIExplorer\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (112,1,'civicrm/ajax/apidoc',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:26:\"CRM_Admin_Page_APIExplorer\";i:1;s:6:\"getDoc\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (113,1,'civicrm/ajax/rest',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access AJAX API\";}i:1;s:2:\"or\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:4:\"ajax\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (114,1,'civicrm/api/json',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:8:\"ajaxJson\";}','s:16:\"url=civicrm/api3\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (115,1,'civicrm/inline',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:12:\"loadTemplate\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (116,1,'civicrm/ajax/chart',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_ContributionCharts\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (117,1,'civicrm/asset/builder',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','a:2:{i:0;s:23:\"\\Civi\\Core\\AssetBuilder\";i:1;s:7:\"pageRun\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (118,1,'civicrm/contribute/ajax/tableview',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contribute_Page_DashBoard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'),
- (119,1,'civicrm/payment/ipn',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Core_Payment\";i:1;s:9:\"handleIPN\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&amp;action=add\";}}',NULL,NULL,2,1,1,1,0,1,1,0,0,'a:0:{}'),
- (120,1,'civicrm/batch',NULL,'Batch Data Entry','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Page_Batch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (121,1,'civicrm/batch/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Form_Batch\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Batch Data Entry\";s:3:\"url\";s:22:\"/civicrm/batch?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (122,1,'civicrm/batch/entry',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Form_Entry\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Batch Data Entry\";s:3:\"url\";s:22:\"/civicrm/batch?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (123,1,'civicrm/ajax/batch',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Batch_Page_AJAX\";i:1;s:9:\"batchSave\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (124,1,'civicrm/ajax/batchlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Batch_Page_AJAX\";i:1;s:12:\"getBatchList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (125,1,'civicrm/ajax/inline',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Core_Page_AJAX\";i:1;s:3:\"run\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (126,1,'civicrm/dev/qunit',NULL,'QUnit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:19:\"CRM_Core_Page_QUnit\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (127,1,'civicrm/dev/fake-error',NULL,'Fake Error','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:23:\"CRM_Core_Page_FakeError\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (128,1,'civicrm/profile-editor/schema',NULL,'ProfileEditor','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:25:\"CRM_UF_Page_ProfileEditor\";i:1;s:13:\"getSchemaJSON\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (129,1,'civicrm/a',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"\\Civi\\Angular\\Page\\Main\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (130,1,'civicrm/ajax/angular-modules',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:26:\"\\Civi\\Angular\\Page\\Modules\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (131,1,'civicrm/ajax/recurringentity/update-mode',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:34:\"CRM_Core_Page_AJAX_RecurringEntity\";i:1;s:10:\"updateMode\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (132,1,'civicrm/recurringentity/preview',NULL,'Confirm dates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Core_Page_RecurringEntityPreview\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (133,1,'civicrm/shortcode',NULL,'Insert CiviCRM Content','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Core_Form_ShortCode\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (134,1,'civicrm/task/add-to-group',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contact_Form_Task_AddToGroup\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (135,1,'civicrm/task/remove-from-group',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:37:\"CRM_Contact_Form_Task_RemoveFromGroup\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (136,1,'civicrm/task/add-to-tag',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Contact_Form_Task_AddToTag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (137,1,'civicrm/task/remove-from-tag',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Contact_Form_Task_RemoveFromTag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (138,1,'civicrm/task/send-email',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (139,1,'civicrm/task/make-mailing-label',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Label\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (140,1,'civicrm/task/pick-profile',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Contact_Form_Task_PickProfile\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (141,1,'civicrm/task/print-document',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_PDF\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (142,1,'civicrm/task/unhold-email',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Form_Task_Unhold\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (143,1,'civicrm/task/alter-contact-preference',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contact_Form_Task_AlterPreferences\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (144,1,'civicrm/task/delete-contact',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Form_Task_Delete\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (145,1,'civicrm/task/add-activity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (146,1,'civicrm/note',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Note_Form_Note\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (147,1,'civicrm/custom/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Custom_Form_CustomData\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (148,1,'civicrm/ajax/optionlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:13:\"getOptionList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (149,1,'civicrm/ajax/reorder',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:11:\"fixOrdering\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (150,1,'civicrm/ajax/multirecordfieldlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:23:\"getMultiRecordFieldList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (151,1,'civicrm/admin/custom/group',NULL,'Custom Data','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Page_Group\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:109:\"Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (152,1,'civicrm/admin/custom/group/edit',NULL,'Configure Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (153,1,'civicrm/admin/custom/group/preview',NULL,'Custom Field Preview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:23:\"CRM_Custom_Form_Preview\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (154,1,'civicrm/admin/custom/group/delete',NULL,'Delete Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:27:\"CRM_Custom_Form_DeleteGroup\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (155,1,'civicrm/admin/custom/group/field',NULL,'Custom Data Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,11,1,0,0,'a:0:{}'),
- (156,1,'civicrm/admin/custom/group/field/delete',NULL,'Delete Custom Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:27:\"CRM_Custom_Form_DeleteField\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (157,1,'civicrm/admin/custom/group/field/option',NULL,'Custom Field - Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:22:\"CRM_Custom_Page_Option\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (158,1,'civicrm/admin/custom/group/field/add',NULL,'Custom Field - Add','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (159,1,'civicrm/admin/custom/group/field/update',NULL,'Custom Field - Edit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (160,1,'civicrm/admin/custom/group/field/move',NULL,'Custom Field - Move','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:25:\"CRM_Custom_Form_MoveField\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (161,1,'civicrm/admin/uf/group',NULL,'Profiles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Group\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:151:\"Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (162,1,'civicrm/admin/uf/group/preview',NULL,'Preview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:19:\"CRM_UF_Form_Preview\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (163,1,'civicrm/admin/uf/group/field',NULL,'CiviCRM Profile Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,21,1,0,0,'a:0:{}'),
- (164,1,'civicrm/admin/uf/group/field/add',NULL,'Add Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,22,1,0,0,'a:0:{}'),
- (165,1,'civicrm/admin/uf/group/field/update',NULL,'Edit Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,23,1,0,0,'a:0:{}'),
- (166,1,'civicrm/admin/uf/group/add',NULL,'New CiviCRM Profile','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,24,1,0,0,'a:0:{}'),
- (167,1,'civicrm/admin/uf/group/update',NULL,'Profile Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,25,1,0,0,'a:0:{}'),
- (168,1,'civicrm/admin/uf/group/copy',NULL,'Profile Copy','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,26,1,0,0,'a:0:{}'),
- (169,1,'civicrm/admin/uf/group/setting',NULL,'AdditionalInfo Form','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_UF_Form_AdvanceSetting\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,0,1,0,0,'a:0:{}'),
- (170,1,'civicrm/admin/options/activity_type',NULL,'Activity Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:155:\"CiviCRM has several built-in activity types (meetings, phone calls, emails sent). Track other types of interactions by creating custom activity types here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (171,1,'civicrm/admin/reltype',NULL,'Relationship Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_RelationshipType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,35,1,0,0,'a:2:{s:4:\"desc\";s:148:\"Contacts can be linked to each other through Relationships (e.g. Spouse, Employer, etc.). Define the types of relationships you want to record here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (172,1,'civicrm/admin/reltype/edit',NULL,'Edit Relationship Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_RelationshipType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:18:\"Relationship Types\";s:3:\"url\";s:30:\"/civicrm/admin/reltype?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (173,1,'civicrm/admin/options/subtype',NULL,'Contact Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Page_ContactType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (174,1,'civicrm/admin/options/subtype/edit',NULL,'Edit Contact Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Form_ContactType\";',NULL,'a:4:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}i:3;a:2:{s:5:\"title\";s:13:\"Contact Types\";s:3:\"url\";s:38:\"/civicrm/admin/options/subtype?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (175,1,'civicrm/admin/options/gender',NULL,'Gender Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,45,1,0,0,'a:2:{s:4:\"desc\";s:79:\"Options for assigning gender to individual contacts (e.g. Male, Female, Other).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (176,1,'civicrm/admin/options/individual_prefix',NULL,'Individual Prefixes (Ms, Mr...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:66:\"Options for individual contact prefixes (e.g. Ms., Mr., Dr. etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (177,1,'civicrm/admin/options/individual_suffix',NULL,'Individual Suffixes (Jr, Sr...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,55,1,0,0,'a:2:{s:4:\"desc\";s:61:\"Options for individual contact suffixes (e.g. Jr., Sr. etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (178,1,'civicrm/admin/locationType',NULL,'Location Types (Home, Work...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LocationType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:2:{s:4:\"desc\";s:94:\"Options for categorizing contact addresses and phone numbers (e.g. Home, Work, Billing, etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (179,1,'civicrm/admin/locationType/edit',NULL,'Edit Location Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_LocationType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:30:\"Location Types (Home, Work...)\";s:3:\"url\";s:35:\"/civicrm/admin/locationType?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (180,1,'civicrm/admin/options/website_type',NULL,'Website Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,65,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Options for assigning website types to contacts.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (181,1,'civicrm/admin/options/instant_messenger_service',NULL,'Instant Messenger Services','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:2:{s:4:\"desc\";s:79:\"List of IM services which can be used when recording screen-names for contacts.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (182,1,'civicrm/admin/options/mobile_provider',NULL,'Mobile Phone Providers','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,75,1,0,0,'a:2:{s:4:\"desc\";s:90:\"List of mobile phone providers which can be assigned when recording contact phone numbers.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (183,1,'civicrm/admin/options/phone_type',NULL,'Phone Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:80:\"Options for assigning phone type to contacts (e.g Phone,\n    Mobile, Fax, Pager)\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (184,1,'civicrm/admin/setting/preferences/display',NULL,'Display Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Display\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (185,1,'civicrm/admin/setting/search',NULL,'Search Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Admin_Form_Setting_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,95,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (186,1,'civicrm/admin/setting/preferences/date/edit',NULL,'Date Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Form_PreferencesDate\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:21:\"View Date Preferences\";s:3:\"url\";s:47:\"/civicrm/admin/setting/preferences/date?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,97,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (187,1,'civicrm/admin/menu',NULL,'Navigation Menu','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Navigation\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:79:\"Add or remove menu items, and modify the order of items on the navigation menu.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (188,1,'civicrm/admin/options/wordreplacements',NULL,'Word Replacements','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_WordReplacements\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,105,1,0,0,'a:2:{s:4:\"desc\";s:18:\"Word Replacements.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (189,1,'civicrm/admin/options/custom_search',NULL,'Manage Custom Searches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,110,1,0,0,'a:2:{s:4:\"desc\";s:225:\"Developers and accidental techies with a bit of PHP and SQL knowledge can create new search forms to handle specific search and reporting needs which aren\'t covered by the built-in Advanced Search and Search Builder features.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (190,1,'civicrm/admin/domain','action=update','Organization Address and Contact Info','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Contact_Form_Domain\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:150:\"Configure primary contact name, email, return-path and address information. This information is used by CiviMail to identify the sending organization.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (191,1,'civicrm/admin/options/from_email_address',NULL,'From Email Addresses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (192,1,'civicrm/admin/messageTemplates',NULL,'Message Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:22:\"edit message templates\";i:1;s:34:\"edit user-driven message templates\";i:2;s:38:\"edit system workflow message templates\";}i:1;s:2:\"or\";}','s:31:\"CRM_Admin_Page_MessageTemplates\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:130:\"Message templates allow you to save and re-use messages with layouts which you can use when sending email to one or more contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (193,1,'civicrm/admin/messageTemplates/add',NULL,'Message Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:22:\"edit message templates\";i:1;s:34:\"edit user-driven message templates\";i:2;s:38:\"edit system workflow message templates\";}i:1;s:2:\"or\";}','s:31:\"CRM_Admin_Form_MessageTemplates\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Message Templates\";s:3:\"url\";s:39:\"/civicrm/admin/messageTemplates?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,262,1,0,0,'a:1:{s:4:\"desc\";s:26:\"Add/Edit Message Templates\";}'),
- (194,1,'civicrm/admin/scheduleReminders',NULL,'Schedule Reminders','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Page_ScheduleReminders\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:2:{s:4:\"desc\";s:19:\"Schedule Reminders.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (195,1,'civicrm/admin/scheduleReminders/edit',NULL,'Schedule Reminders','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCRM data\";i:1;s:15:\"edit all events\";}i:1;s:2:\"or\";}','s:32:\"CRM_Admin_Form_ScheduleReminders\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:18:\"Schedule Reminders\";s:3:\"url\";s:40:\"/civicrm/admin/scheduleReminders?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (196,1,'civicrm/admin/weight',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_Weight\";i:1;s:8:\"fixOrder\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (197,1,'civicrm/admin/options/preferred_communication_method',NULL,'Preferred Communication Methods','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:117:\"One or more preferred methods of communication can be assigned to each contact. Customize the available options here.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (198,1,'civicrm/admin/labelFormats',NULL,'Label Page Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LabelFormats\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:2:{s:4:\"desc\";s:82:\"Configure label sizes and page layouts that are used when printing mailing labels.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (199,1,'civicrm/admin/labelFormats/edit',NULL,'Label Page Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LabelFormats\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:18:\"Label Page Formats\";s:3:\"url\";s:35:\"/civicrm/admin/labelFormats?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (200,1,'civicrm/admin/pdfFormats',NULL,'Print Page (PDF) Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_PdfFormats\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:2:{s:4:\"desc\";s:95:\"Configure PDF Page Formats that can be assigned to Message Templates when creating PDF letters.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (201,1,'civicrm/admin/options/communication_style',NULL,'Communication Style Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,75,1,0,0,'a:2:{s:4:\"desc\";s:42:\"Options for Communication Style selection.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (202,1,'civicrm/admin/options/email_greeting',NULL,'Email Greeting Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:75:\"Options for assigning email greetings to individual and household contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (203,1,'civicrm/admin/options/postal_greeting',NULL,'Postal Greeting Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:2:{s:4:\"desc\";s:76:\"Options for assigning postal greetings to individual and household contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (204,1,'civicrm/admin/options/addressee',NULL,'Addressee Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:83:\"Options for assigning addressee to individual, household and organization contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
- (205,1,'civicrm/admin/setting/localization',NULL,'Languages, Currency, Locations','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Form_Setting_Localization\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'),
- (206,1,'civicrm/admin/setting/preferences/address',NULL,'Address Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Address\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'),
- (207,1,'civicrm/admin/setting/date',NULL,'Date Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Date\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'),
- (208,1,'civicrm/admin/options/languages',NULL,'Preferred Languages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:2:{s:4:\"desc\";s:30:\"Options for contact languages.\";s:10:\"adminGroup\";s:12:\"Localization\";}'),
- (209,1,'civicrm/admin/access',NULL,'Access Control','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_Access\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:73:\"Grant or deny access to actions (view, edit...), features and components.\";s:10:\"adminGroup\";s:21:\"Users and Permissions\";}'),
- (210,1,'civicrm/admin/access/wp-permissions',NULL,'WordPress Access Control','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_ACL_Form_WordPress_Permissions\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Access Control\";s:3:\"url\";s:29:\"/civicrm/admin/access?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:1:{s:4:\"desc\";s:65:\"Grant access to CiviCRM components and other CiviCRM permissions.\";}'),
- (211,1,'civicrm/admin/synchUser',NULL,'Synchronize Users to Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_CMSUser\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:71:\"Automatically create a CiviCRM contact record for each CMS user record.\";s:10:\"adminGroup\";s:21:\"Users and Permissions\";}'),
- (212,1,'civicrm/admin/configtask',NULL,'Configuration Checklist','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Admin_Page_ConfigTaskList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}','civicrm/admin/configtask',NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:55:\"List of configuration tasks with links to each setting.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (213,1,'civicrm/admin/setting/component',NULL,'Enable CiviCRM Components','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Setting_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:269:\"Enable or disable components (e.g. CiviEvent, CiviMember, etc.) for your site based on the features you need. We recommend disabling any components not being used in order to simplify the user interface. You can easily re-enable components at any time from this screen.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (214,1,'civicrm/admin/extensions',NULL,'Manage Extensions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Extensions\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,120,1,0,0,'a:2:{s:4:\"desc\";s:0:\"\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (215,1,'civicrm/admin/extensions/upgrade',NULL,'Database Upgrades','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Page_ExtensionsUpgrade\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Manage Extensions\";s:3:\"url\";s:33:\"/civicrm/admin/extensions?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (216,1,'civicrm/admin/setting/smtp',NULL,'Outbound Email Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Smtp\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (217,1,'civicrm/admin/paymentProcessor',NULL,'Settings - Payment Processor','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:29:\"administer payment processors\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_PaymentProcessor\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Payment Processor setup for CiviCRM transactions\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (218,1,'civicrm/admin/paymentProcessor/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:29:\"administer payment processors\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_PaymentProcessor\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:28:\"Settings - Payment Processor\";s:3:\"url\";s:39:\"/civicrm/admin/paymentProcessor?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (219,1,'civicrm/admin/setting/mapping',NULL,'Mapping and Geocoding','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Form_Setting_Mapping\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (220,1,'civicrm/admin/setting/misc',NULL,'Misc (Undelete, PDFs, Limits, Logging, etc.)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Admin_Form_Setting_Miscellaneous\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:63:\"Enable undelete/move to trash feature, detailed change logging.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (221,1,'civicrm/admin/setting/path',NULL,'Directories','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Path\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (222,1,'civicrm/admin/setting/url',NULL,'Resource URLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Form_Setting_Url\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (223,1,'civicrm/admin/setting/updateConfigBackend',NULL,'Cleanup Caches and Update Paths','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:42:\"CRM_Admin_Form_Setting_UpdateConfigBackend\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:157:\"Reset the Base Directory Path and Base URL settings - generally when a CiviCRM site is moved to another location in the file system and/or to another domain.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (224,1,'civicrm/admin/setting/uf',NULL,'CMS Database Integration','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Form_Setting_UF\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (225,1,'civicrm/admin/options/safe_file_extension',NULL,'Safe File Extension Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:44:\"File Extensions that can be considered safe.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (226,1,'civicrm/admin/options',NULL,'Option Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,105,1,0,0,'a:2:{s:4:\"desc\";s:35:\"Access all meta-data option groups.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (227,1,'civicrm/admin/mapping',NULL,'Import/Export Mappings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Mapping\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,110,1,0,0,'a:2:{s:4:\"desc\";s:141:\"Import and Export mappings allow you to easily run the same job multiple times. This option allows you to rename or delete existing mappings.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (228,1,'civicrm/admin/setting/debug',NULL,'Debugging','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Setting_Debugging\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,120,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (229,1,'civicrm/admin/setting/preferences/multisite',NULL,'Multi Site Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,130,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (230,1,'civicrm/admin/setting/preferences/campaign',NULL,'CiviCampaign Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:3:{s:4:\"desc\";s:40:\"Configure global CiviCampaign behaviors.\";s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'),
- (231,1,'civicrm/admin/setting/preferences/event',NULL,'CiviEvent Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,420,1,0,0,'a:2:{s:4:\"desc\";s:37:\"Configure global CiviEvent behaviors.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
- (232,1,'civicrm/admin/setting/preferences/mailing',NULL,'CiviMail Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Mailing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,430,1,0,0,'a:2:{s:4:\"desc\";s:36:\"Configure global CiviMail behaviors.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'),
- (233,1,'civicrm/admin/setting/preferences/member',NULL,'CiviMember Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Admin_Form_Preferences_Member\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:2:{s:4:\"desc\";s:38:\"Configure global CiviMember behaviors.\";s:10:\"adminGroup\";s:10:\"CiviMember\";}'),
- (234,1,'civicrm/admin/setting/preferences/date',NULL,'View Date Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Page_PreferencesDate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (235,1,'civicrm/admin/runjobs',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_System\";i:1;s:20:\"executeScheduledJobs\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:36:\"URL used for running scheduled jobs.\";}'),
- (236,1,'civicrm/admin/job',NULL,'Scheduled Jobs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Job\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1370,1,0,0,'a:2:{s:4:\"desc\";s:35:\"Managing periodially running tasks.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (237,1,'civicrm/admin/job/add',NULL,'Add Scheduled Job','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Form_Job\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:31:\"Add a periodially running task.\";}'),
- (238,1,'civicrm/admin/job/edit',NULL,'Edit Scheduled Job','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Job\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1372,1,0,0,'a:2:{s:4:\"desc\";s:32:\"Edit a periodially running task.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (239,1,'civicrm/admin/joblog',NULL,'Scheduled Jobs Log','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_JobLog\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1380,1,0,0,'a:2:{s:4:\"desc\";s:46:\"Browsing the log of periodially running tasks.\";s:10:\"adminGroup\";s:6:\"Manage\";}'),
- (240,1,'civicrm/admin/options/grant_type',NULL,'Grant Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,385,1,0,0,'a:2:{s:4:\"desc\";s:148:\"List of types which can be assigned to Grants. (Enable CiviGrant from Administer > System Settings > Enable Components if you want to track grants.)\";s:10:\"adminGroup\";s:12:\"Option Lists\";}'),
- (241,1,'civicrm/admin/paymentProcessorType',NULL,'Payment Processor Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Page_PaymentProcessorType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:1:{s:4:\"desc\";s:34:\"Payment Processor type information\";}'),
- (242,1,'civicrm/admin',NULL,'Administer','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_Admin_Page_Admin\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,9000,1,1,0,'a:0:{}'),
- (243,1,'civicrm/ajax/navmenu',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:7:\"navMenu\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (244,1,'civicrm/ajax/menutree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:8:\"menuTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'),
- (245,1,'civicrm/ajax/statusmsg',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:12:\"getStatusMsg\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (246,1,'civicrm/admin/price',NULL,'Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,380,1,0,0,'a:2:{s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";s:10:\"adminGroup\";s:9:\"Customize\";}'),
- (247,1,'civicrm/admin/price/add','action=add','New Price Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";}'),
- (248,1,'civicrm/admin/price/edit',NULL,'Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (249,1,'civicrm/admin/price/field',NULL,'Price Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:20:\"CRM_Price_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (250,1,'civicrm/admin/price/field/edit',NULL,'Price Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:20:\"CRM_Price_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (251,1,'civicrm/admin/price/field/option',NULL,'Price Field Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Price_Page_Option\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (252,1,'civicrm/admin/price/field/option/edit',NULL,'Price Field Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Price_Page_Option\";',NULL,'a:4:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}i:3;a:2:{s:5:\"title\";s:19:\"Price Field Options\";s:3:\"url\";s:41:\"/civicrm/admin/price/field/option?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (253,1,'civicrm/admin/sms/provider',NULL,'Sms Providers','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_SMS_Page_Provider\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,500,1,0,0,'a:2:{s:4:\"desc\";s:27:\"To configure a sms provider\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
- (254,1,'civicrm/sms/send',NULL,'New Mass SMS','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:8:\"send SMS\";}i:1;s:3:\"and\";}','s:23:\"CRM_SMS_Controller_Send\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,610,1,1,0,'a:0:{}'),
- (255,1,'civicrm/sms/callback',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_SMS_Page_Callback\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
- (256,1,'civicrm/admin/badgelayout','action=browse','Event Name Badge Layouts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Badge_Page_Layout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,399,1,0,0,'a:2:{s:4:\"desc\";s:107:\"Configure name badge layouts for event participants, including logos and what data to include on the badge.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
- (257,1,'civicrm/admin/badgelayout/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Badge_Form_Layout\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:24:\"Event Name Badge Layouts\";s:3:\"url\";s:52:\"/civicrm/admin/badgelayout?reset=1&amp;action=browse\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
- (258,1,'civicrm/tag',NULL,'Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:16:\"CRM_Tag_Page_Tag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,25,1,0,0,'a:2:{s:4:\"desc\";s:158:\"Tags are useful for segmenting the contacts in your database into categories (e.g. Staff Member, Donor, Volunteer, etc.). Create and edit available tags here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
- (259,1,'civicrm/tag/edit','action=add','New Tag','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:17:\"CRM_Tag_Form_Edit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (260,1,'civicrm/tag/merge',NULL,'Merge Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:18:\"CRM_Tag_Form_Merge\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (261,1,'civicrm/ajax/tagTree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:10:\"getTagTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (262,1,'civicrm/payment/form',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:26:\"CRM_Financial_Form_Payment\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&amp;action=add\";}}',NULL,NULL,2,1,1,1,0,0,1,0,0,'a:0:{}'),
- (263,1,'civicrm/payment/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:30:\"CRM_Financial_Form_PaymentEdit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&amp;action=add\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'),
- (264,1,'civicrm/group',NULL,'Manage Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_Group_Page_Group\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,30,1,1,0,'a:0:{}'),
- (265,1,'civicrm/group/search',NULL,'Group Members','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:7:\"comment\";s:164:\"Note: group search already respect ACL, so a strict permission at url level is not required. A simple/basic permission like \'access CiviCRM\' could be used. CRM-5417\";}'),
- (266,1,'civicrm/group/add',NULL,'New Group','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:11:\"edit groups\";}i:1;s:3:\"and\";}','s:20:\"CRM_Group_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (267,1,'civicrm/group/edit',NULL,'Edit Group','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:11:\"edit groups\";}i:1;s:3:\"and\";}','s:19:\"CRM_Group_Form_Edit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (268,1,'civicrm/ajax/grouplist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Group_Page_AJAX\";i:1;s:12:\"getGroupList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (269,1,'civicrm/event/manage/pcp',NULL,'Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_PCP_Form_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,540,1,1,0,'a:0:{}'),
- (270,1,'civicrm/event/pcp',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Form_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'),
- (271,1,'civicrm/event/campaign',NULL,'Setup a Personal Campaign Page - Account Information','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'),
- (272,1,'civicrm/event',NULL,'CiviEvent Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,1,1,0,1,0,800,1,1,0,'a:1:{s:9:\"component\";s:9:\"CiviEvent\";}'),
- (273,1,'civicrm/participant/add','action=add','Register New Participant','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Event_Page_Tab\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:9:\"CiviEvent\";}'),
- (274,1,'civicrm/event/info',NULL,'Event Information','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_EventInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'),
- (275,1,'civicrm/event/register',NULL,'Event Registration','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Controller_Registration\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,1,1,1,0,0,'a:0:{}'),
- (276,1,'civicrm/event/confirm',NULL,'Confirm Event Registration','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:46:\"CRM_Event_Form_Registration_ParticipantConfirm\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,1,1,1,0,0,'a:0:{}'),
- (277,1,'civicrm/event/ical',NULL,'Current and Upcoming Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"view event info\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Event_ICalendar\";i:1;s:3:\"run\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'),
- (278,1,'civicrm/event/list',NULL,'Current and Upcoming Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"view event info\";}i:1;s:3:\"and\";}','s:19:\"CRM_Event_Page_List\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'),
- (279,1,'civicrm/event/participant',NULL,'Event Participants List','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"view event participants\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Page_ParticipantListing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'),
- (280,1,'civicrm/admin/event',NULL,'Manage Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:26:\"CRM_Event_Page_ManageEvent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,370,1,0,0,'a:2:{s:4:\"desc\";s:136:\"Create and edit event configuration including times, locations, online registration forms, and fees. Links for iCal and RSS syndication.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
- (281,1,'civicrm/admin/eventTemplate',NULL,'Event Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Admin_Page_EventTemplate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,375,1,0,0,'a:2:{s:4:\"desc\";s:115:\"Administrators can create Event Templates - which are basically master event records pre-filled with default values\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
- (282,1,'civicrm/admin/options/event_type',NULL,'Event Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,385,1,0,0,'a:2:{s:4:\"desc\";s:143:\"Use Event Types to categorize your events. Event feeds can be filtered by Event Type and participant searches can use Event Type as a criteria.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
- (283,1,'civicrm/admin/participant_status',NULL,'Participant Status','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Admin_Page_ParticipantStatusType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:2:{s:4:\"desc\";s:154:\"Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
- (284,1,'civicrm/admin/options/participant_role',NULL,'Participant Role','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,395,1,0,0,'a:2:{s:4:\"desc\";s:138:\"Define participant roles for events here (e.g. Attendee, Host, Speaker...). You can then assign roles and search for participants by role.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
- (285,1,'civicrm/admin/options/participant_listing',NULL,'Participant Listing Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,398,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Template to control participant listing display.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
- (286,1,'civicrm/event/search',NULL,'Find Participants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:27:\"CRM_Event_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,810,1,1,0,'a:0:{}'),
- (287,1,'civicrm/event/manage',NULL,'Manage Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:26:\"CRM_Event_Page_ManageEvent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,1,820,1,1,0,'a:0:{}'),
- (288,1,'civicrm/event/badge',NULL,'Print Event Name Badge','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:25:\"CRM_Event_Form_Task_Badge\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,1,1,0,0,'a:0:{}'),
- (289,1,'civicrm/event/manage/settings',NULL,'Event Info and Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Event_Form_ManageEvent_EventInfo\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,910,1,0,0,'a:0:{}'),
- (290,1,'civicrm/event/manage/location',NULL,'Event Location','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:35:\"CRM_Event_Form_ManageEvent_Location\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,930,1,0,0,'a:0:{}'),
- (291,1,'civicrm/event/manage/fee',NULL,'Event Fees','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:30:\"CRM_Event_Form_ManageEvent_Fee\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,920,1,0,0,'a:0:{}'),
- (292,1,'civicrm/event/manage/registration',NULL,'Event Online Registration','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:39:\"CRM_Event_Form_ManageEvent_Registration\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,930,1,0,0,'a:0:{}'),
- (293,1,'civicrm/event/manage/friend',NULL,'Tell a Friend','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Friend_Form_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,940,1,0,0,'a:0:{}'),
- (294,1,'civicrm/event/manage/reminder',NULL,'Schedule Reminders','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:44:\"CRM_Event_Form_ManageEvent_ScheduleReminders\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,950,1,0,0,'a:0:{}'),
- (295,1,'civicrm/event/manage/repeat',NULL,'Repeat Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Form_ManageEvent_Repeat\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,960,1,0,0,'a:0:{}'),
- (296,1,'civicrm/event/add','action=add','New Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Event_Form_ManageEvent_EventInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,830,1,0,0,'a:0:{}'),
- (297,1,'civicrm/event/import',NULL,'Import Participants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:23:\"edit event participants\";}i:1;s:3:\"and\";}','s:27:\"CRM_Event_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,840,1,1,0,'a:0:{}'),
- (298,1,'civicrm/event/price',NULL,'Manage Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,850,1,1,0,'a:0:{}'),
- (299,1,'civicrm/event/selfsvcupdate',NULL,'Self-service Registration Update','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Event_Form_SelfSvcUpdate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,880,1,1,0,'a:0:{}'),
- (300,1,'civicrm/event/selfsvctransfer',NULL,'Self-service Registration Transfer','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:30:\"CRM_Event_Form_SelfSvcTransfer\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,890,1,1,0,'a:0:{}'),
- (301,1,'civicrm/contact/view/participant',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:18:\"CRM_Event_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,4,1,0,0,'a:0:{}'),
- (302,1,'civicrm/participant/delete',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"delete in CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Form_Participant_Delete\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,4,1,0,0,'a:0:{}'),
- (303,1,'civicrm/ajax/eventFee',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Event_Page_AJAX\";i:1;s:8:\"eventFee\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (304,1,'civicrm/ajax/locBlock',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:11:\"getLocBlock\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
- (305,1,'civicrm/event/participant/feeselection',NULL,'Change Registration Selections','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:38:\"CRM_Event_Form_ParticipantFeeSelection\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:23:\"Event Participants List\";s:3:\"url\";s:34:\"/civicrm/event/participant?reset=1\";}}',NULL,NULL,1,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (1,1,'civicrm/ajax/api4',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Api4_Page_AJAX\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (2,1,'civicrm/api4',NULL,'CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Api4_Page_Api4Explorer\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (3,1,'civicrm/import',NULL,'Import','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Import_Controller\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,400,1,1,0,'a:0:{}'),
+ (4,1,'civicrm/import/contact',NULL,'Import Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,410,1,1,0,'a:0:{}'),
+ (5,1,'civicrm/import/contact/summary',NULL,'Import Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Import_Form_Summary\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}i:2;a:2:{s:5:\"title\";s:15:\"Import Contacts\";s:3:\"url\";s:31:\"/civicrm/import/contact?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,410,1,1,0,'a:0:{}'),
+ (6,1,'civicrm/import/outcome',NULL,'Import results','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Import_Forms\";i:1;s:9:\"outputCSV\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (7,1,'civicrm/import/activity',NULL,'Import Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,420,1,1,0,'a:0:{}'),
+ (8,1,'civicrm/import/contribution',NULL,'Import Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:21:\"access CiviContribute\";i:1;s:18:\"edit contributions\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contribute_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,520,1,1,0,'a:0:{}'),
+ (9,1,'civicrm/import/custom','id=%%id%%','Import Multi-value Custom Data','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Custom_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,420,1,1,0,'a:0:{}'),
+ (10,1,'civicrm/ajax/status',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:28:\"CRM_Contact_Import_Page_AJAX\";i:1;s:6:\"status\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (11,1,'civicrm/import/datasource',NULL,'Import','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Import_Form_DataSourceConfig\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,450,1,1,0,'a:0:{}'),
+ (12,1,'civicrm/custom/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Custom_Form_CustomData\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (13,1,'civicrm/ajax/optionlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:13:\"getOptionList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (14,1,'civicrm/ajax/reorder',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:11:\"fixOrdering\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (15,1,'civicrm/ajax/multirecordfieldlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Custom_Page_AJAX\";i:1;s:23:\"getMultiRecordFieldList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (16,1,'civicrm/group',NULL,'Manage Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_Group_Page_Group\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,30,1,1,0,'a:0:{}'),
+ (17,1,'civicrm/group/search',NULL,'Group Members','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:7:\"comment\";s:164:\"Note: group search already respect ACL, so a strict permission at url level is not required. A simple/basic permission like \'access CiviCRM\' could be used. CRM-5417\";}'),
+ (18,1,'civicrm/group/add',NULL,'New Group','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:11:\"edit groups\";}i:1;s:3:\"and\";}','s:20:\"CRM_Group_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (19,1,'civicrm/group/edit',NULL,'Edit Group','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:11:\"edit groups\";}i:1;s:3:\"and\";}','s:19:\"CRM_Group_Form_Edit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (20,1,'civicrm/ajax/grouplist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Group_Page_AJAX\";i:1;s:12:\"getGroupList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (21,1,'civicrm/tag',NULL,'Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:16:\"CRM_Tag_Page_Tag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,25,1,0,0,'a:2:{s:4:\"desc\";s:158:\"Tags are useful for segmenting the contacts in your database into categories (e.g. Staff Member, Donor, Volunteer, etc.). Create and edit available tags here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (22,1,'civicrm/tag/edit','action=add','New Tag','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:17:\"CRM_Tag_Form_Edit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (23,1,'civicrm/tag/merge',NULL,'Merge Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','s:18:\"CRM_Tag_Form_Merge\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (24,1,'civicrm/ajax/tagTree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:11:\"manage tags\";}i:1;s:2:\"or\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:10:\"getTagTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (25,1,'civicrm/payment/form',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:26:\"CRM_Financial_Form_Payment\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&amp;action=add\";}}',NULL,NULL,2,1,1,1,0,0,1,0,0,'a:0:{}'),
+ (26,1,'civicrm/payment/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:30:\"CRM_Financial_Form_PaymentEdit\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&amp;action=add\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'),
+ (27,1,'civicrm',NULL,'CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_DashBoard\";',NULL,'a:0:{}',NULL,NULL,NULL,1,0,1,0,0,1,0,0,'a:0:{}'),
+ (28,1,'civicrm/dashboard',NULL,'CiviCRM Home','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,0,1,1,0,'a:0:{}'),
+ (29,1,'civicrm/contact/search',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,10,1,1,0,'a:0:{}'),
+ (30,1,'civicrm/contact/image',NULL,'Process Uploaded Images','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access uploaded files\";}i:1;s:3:\"and\";}','a:2:{i:0;s:23:\"CRM_Contact_BAO_Contact\";i:1;s:12:\"processImage\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (31,1,'civicrm/contact/imagefile',NULL,'Get Image File','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_ImageFile\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (32,1,'civicrm/contact/search/basic',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (33,1,'civicrm/contact/search/advanced',NULL,'Advanced Search','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=512\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,12,1,1,0,'a:0:{}'),
+ (34,1,'civicrm/contact/search/builder',NULL,'Search Builder','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:9:\"mode=8192\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,14,1,1,0,'a:0:{}'),
+ (35,1,'civicrm/contact/add',NULL,'New Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (36,1,'civicrm/contact/add/individual','ct=Individual','New Individual','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (37,1,'civicrm/contact/add/household','ct=Household','New Household','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (38,1,'civicrm/contact/add/organization','ct=Organization','New Organization','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (39,1,'civicrm/contact/relatedcontact',NULL,'Edit Related Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"access Contact Dashboard\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Form_RelatedContact\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (40,1,'civicrm/contact/merge',NULL,'Merge Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:22:\"CRM_Contact_Form_Merge\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (41,1,'civicrm/contact/email',NULL,'Email a Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (42,1,'civicrm/contact/map',NULL,'Map Location(s)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_Map\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (43,1,'civicrm/contact/map/event',NULL,'Map Event Location','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Form_Task_Map_Event\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Map Location(s)\";s:3:\"url\";s:28:\"/civicrm/contact/map?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (44,1,'civicrm/contact/view','cid=%%cid%%','Contact Summary','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:29:\"CRM_Contact_Page_View_Summary\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (45,1,'civicrm/contact/view/delete',NULL,'Delete Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:28:\"CRM_Contact_Form_Task_Delete\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (46,1,'civicrm/contact/view/activity','show=1,cid=%%cid%%','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:21:\"CRM_Activity_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (47,1,'civicrm/activity/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (48,1,'civicrm/activity/email/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (49,1,'civicrm/activity/pdf/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_PDF\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (50,1,'civicrm/contact/view/rel','cid=%%cid%%','Relationships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contact_Page_View_Relationship\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (51,1,'civicrm/contact/view/group','cid=%%cid%%','Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contact_Page_View_GroupContact\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (52,1,'civicrm/contact/view/smartgroup','cid=%%cid%%','Smart Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:39:\"CRM_Contact_Page_View_ContactSmartGroup\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (53,1,'civicrm/contact/view/tag','cid=%%cid%%','Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:25:\"CRM_Contact_Page_View_Tag\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (54,1,'civicrm/contact/view/cd',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:32:\"CRM_Contact_Page_View_CustomData\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (55,1,'civicrm/contact/view/cd/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Form_CustomData\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (56,1,'civicrm/contact/view/vcard',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Page_View_Vcard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (57,1,'civicrm/contact/view/print',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Page_View_Print\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (58,1,'civicrm/contact/view/log',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:25:\"CRM_Contact_Page_View_Log\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (59,1,'civicrm/user',NULL,'Contact Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"access Contact Dashboard\";}i:1;s:3:\"and\";}','s:35:\"CRM_Contact_Page_View_UserDashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'),
+ (60,1,'civicrm/dashlet/activity',NULL,'Activity Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Dashlet_Page_Activity\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (61,1,'civicrm/dashlet/blog',NULL,'CiviCRM Blog','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Dashlet_Page_Blog\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (62,1,'civicrm/dashlet/getting-started',NULL,'CiviCRM Resources','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Dashlet_Page_GettingStarted\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (63,1,'civicrm/ajax/relation',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:12:\"relationship\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'),
+ (64,1,'civicrm/ajax/groupTree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"groupTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (65,1,'civicrm/ajax/custom',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:11:\"customField\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (66,1,'civicrm/ajax/customvalue',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:17:\"deleteCustomValue\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'),
+ (67,1,'civicrm/ajax/cmsuser',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"checkUserName\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (68,1,'civicrm/ajax/checkemail',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:15:\"getContactEmail\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (69,1,'civicrm/ajax/checkphone',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:15:\"getContactPhone\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (70,1,'civicrm/ajax/subtype',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"buildSubTypes\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (71,1,'civicrm/ajax/signature',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:12:\"getSignature\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (72,1,'civicrm/ajax/pdfFormat',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"pdfFormat\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (73,1,'civicrm/ajax/paperSize',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"paperSize\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (74,1,'civicrm/ajax/contactref',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:31:\"access contact reference fields\";i:1;s:15:\" access CiviCRM\";}i:1;s:2:\"or\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:16:\"contactReference\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (75,1,'civicrm/dashlet/myCases',NULL,'Case Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Dashlet_Page_MyCases\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (76,1,'civicrm/dashlet/allCases',NULL,'All Cases Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','s:25:\"CRM_Dashlet_Page_AllCases\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (77,1,'civicrm/dashlet/casedashboard',NULL,'Case Dashboard Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Dashlet_Page_CaseDashboard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (78,1,'civicrm/contact/deduperules',NULL,'Find and Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer dedupe rules\";i:1;s:24:\"merge duplicate contacts\";}i:1;s:2:\"or\";}','s:28:\"CRM_Contact_Page_DedupeRules\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,105,1,0,0,'a:2:{s:4:\"desc\";s:158:\"Manage the rules used to identify potentially duplicate contact records. Scan for duplicates using a selected rule and merge duplicate contact data as needed.\";s:10:\"adminGroup\";s:6:\"Manage\";}'),
+ (79,1,'civicrm/contact/dedupefind',NULL,'Find and Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Page_DedupeFind\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (80,1,'civicrm/ajax/dedupefind',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:10:\"getDedupes\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (81,1,'civicrm/contact/dedupemerge',NULL,'Batch Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Page_DedupeMerge\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (82,1,'civicrm/dedupe/exception',NULL,'Dedupe Exceptions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contact_Page_DedupeException\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,110,1,0,0,'a:1:{s:10:\"adminGroup\";s:6:\"Manage\";}'),
+ (83,1,'civicrm/ajax/dedupeRules',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:16:\"buildDedupeRules\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (84,1,'civicrm/contact/view/useradd','cid=%%cid%%','Add User','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:29:\"CRM_Contact_Page_View_Useradd\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (85,1,'civicrm/ajax/markSelection',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:22:\"selectUnselectContacts\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (86,1,'civicrm/ajax/toggleDedupeSelect',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:18:\"toggleDedupeSelect\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (87,1,'civicrm/ajax/flipDupePairs',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"flipDupePairs\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (88,1,'civicrm/activity/sms/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:8:\"send SMS\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_SMS\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (89,1,'civicrm/ajax/contactrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"view my contact\";}i:1;s:2:\"or\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:23:\"getContactRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (90,1,'civicrm/pcp',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Form_PCP\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (91,1,'civicrm/pcp/campaign',NULL,'Setup a Personal Campaign Page - Account Information','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'),
+ (92,1,'civicrm/pcp/info',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_PCP_Page_PCPInfo\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (93,1,'civicrm/admin/pcp','context=contribute','Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Page_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,362,1,0,0,'a:2:{s:4:\"desc\";s:49:\"View and manage existing personal campaign pages.\";s:10:\"adminGroup\";s:14:\"CiviContribute\";}'),
+ (94,1,'civicrm/activity','action=add&context=standalone','New Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";','s:14:\"attachUpload=1\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (95,1,'civicrm/activity/view',NULL,'View Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Form_ActivityView\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (96,1,'civicrm/ajax/activity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:15:\"getCaseActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (97,1,'civicrm/ajax/globalrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:26:\"getCaseGlobalRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (98,1,'civicrm/ajax/clientrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:26:\"getCaseClientRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (99,1,'civicrm/ajax/caseroles',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:12:\"getCaseRoles\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (100,1,'civicrm/ajax/contactactivity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:18:\"getContactActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (101,1,'civicrm/ajax/activity/convert',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:21:\"convertToCaseActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'),
+ (102,1,'civicrm/activity/search',NULL,'Find Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Controller_Search\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&amp;action=add&amp;context=standalone\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (103,1,'civicrm/custom',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Custom_Form_CustomDataByType\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (104,1,'civicrm/profile',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Profile_Page_Router\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'),
+ (105,1,'civicrm/profile/create',NULL,'CiviCRM Profile Create','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Profile_Page_Router\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,0,1,0,0,'a:0:{}'),
+ (106,1,'civicrm/profile/view',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Profile_Page_View\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (107,1,'civicrm/ajax/jqState',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:7:\"jqState\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (108,1,'civicrm/ajax/jqCounty',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:8:\"jqCounty\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (109,1,'civicrm/admin/custom/group',NULL,'Custom Data','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Page_Group\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:109:\"Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (110,1,'civicrm/admin/custom/group/edit',NULL,'Configure Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (111,1,'civicrm/admin/custom/group/preview',NULL,'Custom Field Preview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:23:\"CRM_Custom_Form_Preview\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (112,1,'civicrm/admin/custom/group/delete',NULL,'Delete Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:27:\"CRM_Custom_Form_DeleteGroup\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (113,1,'civicrm/admin/custom/group/field',NULL,'Custom Data Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,11,1,0,0,'a:0:{}'),
+ (114,1,'civicrm/admin/custom/group/field/delete',NULL,'Delete Custom Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:27:\"CRM_Custom_Form_DeleteField\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (115,1,'civicrm/admin/custom/group/field/option',NULL,'Custom Field - Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:22:\"CRM_Custom_Page_Option\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (116,1,'civicrm/admin/custom/group/field/add',NULL,'Custom Field - Add','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (117,1,'civicrm/admin/custom/group/field/update',NULL,'Custom Field - Edit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (118,1,'civicrm/admin/custom/group/field/move',NULL,'Custom Field - Move','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:25:\"CRM_Custom_Form_MoveField\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (119,1,'civicrm/admin/uf/group',NULL,'Profiles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Group\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:151:\"Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (120,1,'civicrm/admin/uf/group/preview',NULL,'Preview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:19:\"CRM_UF_Form_Preview\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (121,1,'civicrm/admin/uf/group/field',NULL,'CiviCRM Profile Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,21,1,0,0,'a:0:{}'),
+ (122,1,'civicrm/admin/uf/group/field/add',NULL,'Add Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,22,1,0,0,'a:0:{}'),
+ (123,1,'civicrm/admin/uf/group/field/update',NULL,'Edit Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,23,1,0,0,'a:0:{}'),
+ (124,1,'civicrm/admin/uf/group/add',NULL,'New CiviCRM Profile','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,24,1,0,0,'a:0:{}'),
+ (125,1,'civicrm/admin/uf/group/update',NULL,'Profile Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,25,1,0,0,'a:0:{}'),
+ (126,1,'civicrm/admin/uf/group/copy',NULL,'Profile Copy','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,26,1,0,0,'a:0:{}'),
+ (127,1,'civicrm/admin/uf/group/setting',NULL,'AdditionalInfo Form','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_UF_Form_AdvanceSetting\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,0,1,0,0,'a:0:{}'),
+ (128,1,'civicrm/admin/options/activity_type',NULL,'Activity Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:155:\"CiviCRM has several built-in activity types (meetings, phone calls, emails sent). Track other types of interactions by creating custom activity types here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (129,1,'civicrm/admin/reltype',NULL,'Relationship Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_RelationshipType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,35,1,0,0,'a:2:{s:4:\"desc\";s:148:\"Contacts can be linked to each other through Relationships (e.g. Spouse, Employer, etc.). Define the types of relationships you want to record here.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (130,1,'civicrm/admin/reltype/edit',NULL,'Edit Relationship Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_RelationshipType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:18:\"Relationship Types\";s:3:\"url\";s:30:\"/civicrm/admin/reltype?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (131,1,'civicrm/admin/options/subtype',NULL,'Contact Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Page_ContactType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (132,1,'civicrm/admin/options/subtype/edit',NULL,'Edit Contact Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Form_ContactType\";',NULL,'a:4:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}i:3;a:2:{s:5:\"title\";s:13:\"Contact Types\";s:3:\"url\";s:38:\"/civicrm/admin/options/subtype?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (133,1,'civicrm/admin/options/gender',NULL,'Gender Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,45,1,0,0,'a:2:{s:4:\"desc\";s:79:\"Options for assigning gender to individual contacts (e.g. Male, Female, Other).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (134,1,'civicrm/admin/options/individual_prefix',NULL,'Individual Prefixes (Ms, Mr...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:66:\"Options for individual contact prefixes (e.g. Ms., Mr., Dr. etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (135,1,'civicrm/admin/options/individual_suffix',NULL,'Individual Suffixes (Jr, Sr...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,55,1,0,0,'a:2:{s:4:\"desc\";s:61:\"Options for individual contact suffixes (e.g. Jr., Sr. etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (136,1,'civicrm/admin/locationType',NULL,'Location Types (Home, Work...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LocationType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:2:{s:4:\"desc\";s:94:\"Options for categorizing contact addresses and phone numbers (e.g. Home, Work, Billing, etc.).\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (137,1,'civicrm/admin/locationType/edit',NULL,'Edit Location Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_LocationType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:30:\"Location Types (Home, Work...)\";s:3:\"url\";s:35:\"/civicrm/admin/locationType?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (138,1,'civicrm/admin/options/website_type',NULL,'Website Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,65,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Options for assigning website types to contacts.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (139,1,'civicrm/admin/options/instant_messenger_service',NULL,'Instant Messenger Services','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:2:{s:4:\"desc\";s:79:\"List of IM services which can be used when recording screen-names for contacts.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (140,1,'civicrm/admin/options/mobile_provider',NULL,'Mobile Phone Providers','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,75,1,0,0,'a:2:{s:4:\"desc\";s:90:\"List of mobile phone providers which can be assigned when recording contact phone numbers.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (141,1,'civicrm/admin/options/phone_type',NULL,'Phone Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:80:\"Options for assigning phone type to contacts (e.g Phone,\n    Mobile, Fax, Pager)\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (142,1,'civicrm/admin/setting/preferences/display',NULL,'Display Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Display\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (143,1,'civicrm/admin/setting/search',NULL,'Search Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Admin_Form_Setting_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,95,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (144,1,'civicrm/admin/setting/preferences/date/edit',NULL,'Date Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Form_PreferencesDate\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:21:\"View Date Preferences\";s:3:\"url\";s:47:\"/civicrm/admin/setting/preferences/date?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,97,1,0,0,'a:1:{s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (145,1,'civicrm/admin/menu',NULL,'Navigation Menu','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Navigation\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:79:\"Add or remove menu items, and modify the order of items on the navigation menu.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (146,1,'civicrm/admin/options/wordreplacements',NULL,'Word Replacements','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_WordReplacements\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,105,1,0,0,'a:2:{s:4:\"desc\";s:18:\"Word Replacements.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (147,1,'civicrm/admin/options/custom_search',NULL,'Manage Custom Searches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,110,1,0,0,'a:2:{s:4:\"desc\";s:225:\"Developers and accidental techies with a bit of PHP and SQL knowledge can create new search forms to handle specific search and reporting needs which aren\'t covered by the built-in Advanced Search and Search Builder features.\";s:10:\"adminGroup\";s:26:\"Customize Data and Screens\";}'),
+ (148,1,'civicrm/admin/domain','action=update','Organization Address and Contact Info','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Contact_Form_Domain\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:150:\"Configure primary contact name, email, return-path and address information. This information is used by CiviMail to identify the sending organization.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (149,1,'civicrm/admin/options/from_email_address',NULL,'From Email Addresses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (150,1,'civicrm/admin/messageTemplates',NULL,'Message Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:22:\"edit message templates\";i:1;s:34:\"edit user-driven message templates\";i:2;s:38:\"edit system workflow message templates\";}i:1;s:2:\"or\";}','s:31:\"CRM_Admin_Page_MessageTemplates\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:130:\"Message templates allow you to save and re-use messages with layouts which you can use when sending email to one or more contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (151,1,'civicrm/admin/messageTemplates/add',NULL,'Message Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:22:\"edit message templates\";i:1;s:34:\"edit user-driven message templates\";i:2;s:38:\"edit system workflow message templates\";}i:1;s:2:\"or\";}','s:31:\"CRM_Admin_Form_MessageTemplates\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Message Templates\";s:3:\"url\";s:39:\"/civicrm/admin/messageTemplates?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,262,1,0,0,'a:1:{s:4:\"desc\";s:26:\"Add/Edit Message Templates\";}'),
+ (152,1,'civicrm/admin/scheduleReminders',NULL,'Schedule Reminders','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCRM data\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Page_ScheduleReminders\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:2:{s:4:\"desc\";s:19:\"Schedule Reminders.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (153,1,'civicrm/admin/scheduleReminders/edit',NULL,'Schedule Reminders','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCRM data\";i:1;s:15:\"edit all events\";}i:1;s:2:\"or\";}','s:32:\"CRM_Admin_Form_ScheduleReminders\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:18:\"Schedule Reminders\";s:3:\"url\";s:40:\"/civicrm/admin/scheduleReminders?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (154,1,'civicrm/admin/weight',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_Weight\";i:1;s:8:\"fixOrder\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (155,1,'civicrm/admin/options/preferred_communication_method',NULL,'Preferred Communication Methods','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:117:\"One or more preferred methods of communication can be assigned to each contact. Customize the available options here.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (156,1,'civicrm/admin/labelFormats',NULL,'Label Page Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LabelFormats\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:2:{s:4:\"desc\";s:82:\"Configure label sizes and page layouts that are used when printing mailing labels.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (157,1,'civicrm/admin/labelFormats/edit',NULL,'Label Page Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LabelFormats\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:18:\"Label Page Formats\";s:3:\"url\";s:35:\"/civicrm/admin/labelFormats?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (158,1,'civicrm/admin/pdfFormats',NULL,'Print Page (PDF) Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_PdfFormats\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:2:{s:4:\"desc\";s:95:\"Configure PDF Page Formats that can be assigned to Message Templates when creating PDF letters.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (159,1,'civicrm/admin/options/communication_style',NULL,'Communication Style Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,75,1,0,0,'a:2:{s:4:\"desc\";s:42:\"Options for Communication Style selection.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (160,1,'civicrm/admin/options/email_greeting',NULL,'Email Greeting Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:75:\"Options for assigning email greetings to individual and household contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (161,1,'civicrm/admin/options/postal_greeting',NULL,'Postal Greeting Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:2:{s:4:\"desc\";s:76:\"Options for assigning postal greetings to individual and household contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (162,1,'civicrm/admin/options/addressee',NULL,'Addressee Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:83:\"Options for assigning addressee to individual, household and organization contacts.\";s:10:\"adminGroup\";s:14:\"Communications\";}'),
+ (163,1,'civicrm/admin/setting/localization',NULL,'Languages, Currency, Locations','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Form_Setting_Localization\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'),
+ (164,1,'civicrm/admin/setting/preferences/address',NULL,'Address Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Address\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'),
+ (165,1,'civicrm/admin/setting/date',NULL,'Date Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Date\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:1:{s:10:\"adminGroup\";s:12:\"Localization\";}'),
+ (166,1,'civicrm/admin/options/languages',NULL,'Preferred Languages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:2:{s:4:\"desc\";s:30:\"Options for contact languages.\";s:10:\"adminGroup\";s:12:\"Localization\";}'),
+ (167,1,'civicrm/admin/access',NULL,'Access Control','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_Access\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:73:\"Grant or deny access to actions (view, edit...), features and components.\";s:10:\"adminGroup\";s:21:\"Users and Permissions\";}'),
+ (168,1,'civicrm/admin/access/wp-permissions',NULL,'WordPress Access Control','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_ACL_Form_WordPress_Permissions\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Access Control\";s:3:\"url\";s:29:\"/civicrm/admin/access?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:1:{s:4:\"desc\";s:65:\"Grant access to CiviCRM components and other CiviCRM permissions.\";}'),
+ (169,1,'civicrm/admin/synchUser',NULL,'Synchronize Users to Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_CMSUser\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:2:{s:4:\"desc\";s:71:\"Automatically create a CiviCRM contact record for each CMS user record.\";s:10:\"adminGroup\";s:21:\"Users and Permissions\";}'),
+ (170,1,'civicrm/admin/configtask',NULL,'Configuration Checklist','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Admin_Page_ConfigTaskList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}','civicrm/admin/configtask',NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:4:\"desc\";s:55:\"List of configuration tasks with links to each setting.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (171,1,'civicrm/admin/setting/component',NULL,'Enable CiviCRM Components','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Setting_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:2:{s:4:\"desc\";s:269:\"Enable or disable components (e.g. CiviEvent, CiviMember, etc.) for your site based on the features you need. We recommend disabling any components not being used in order to simplify the user interface. You can easily re-enable components at any time from this screen.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (172,1,'civicrm/admin/extensions',NULL,'Manage Extensions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Extensions\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,120,1,0,0,'a:2:{s:4:\"desc\";s:0:\"\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (173,1,'civicrm/admin/extensions/upgrade',NULL,'Database Upgrades','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Page_ExtensionsUpgrade\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Manage Extensions\";s:3:\"url\";s:33:\"/civicrm/admin/extensions?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (174,1,'civicrm/admin/setting/smtp',NULL,'Outbound Email Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Smtp\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,20,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (175,1,'civicrm/admin/paymentProcessor',NULL,'Settings - Payment Processor','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:29:\"administer payment processors\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_PaymentProcessor\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,30,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Payment Processor setup for CiviCRM transactions\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (176,1,'civicrm/admin/paymentProcessor/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:29:\"administer payment processors\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_PaymentProcessor\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:28:\"Settings - Payment Processor\";s:3:\"url\";s:39:\"/civicrm/admin/paymentProcessor?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (177,1,'civicrm/admin/setting/mapping',NULL,'Mapping and Geocoding','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Form_Setting_Mapping\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,40,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (178,1,'civicrm/admin/setting/misc',NULL,'Misc (Undelete, PDFs, Limits, Logging, etc.)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Admin_Form_Setting_Miscellaneous\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,50,1,0,0,'a:2:{s:4:\"desc\";s:63:\"Enable undelete/move to trash feature, detailed change logging.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (179,1,'civicrm/admin/setting/path',NULL,'Directories','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Path\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,60,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (180,1,'civicrm/admin/setting/url',NULL,'Resource URLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Form_Setting_Url\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,70,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (181,1,'civicrm/admin/setting/updateConfigBackend',NULL,'Cleanup Caches and Update Paths','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:42:\"CRM_Admin_Form_Setting_UpdateConfigBackend\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,80,1,0,0,'a:2:{s:4:\"desc\";s:157:\"Reset the Base Directory Path and Base URL settings - generally when a CiviCRM site is moved to another location in the file system and/or to another domain.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (182,1,'civicrm/admin/setting/uf',NULL,'CMS Database Integration','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Form_Setting_UF\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,90,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (183,1,'civicrm/admin/options/safe_file_extension',NULL,'Safe File Extension Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,100,1,0,0,'a:2:{s:4:\"desc\";s:44:\"File Extensions that can be considered safe.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (184,1,'civicrm/admin/options',NULL,'Option Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,105,1,0,0,'a:2:{s:4:\"desc\";s:35:\"Access all meta-data option groups.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (185,1,'civicrm/admin/mapping',NULL,'Import/Export Mappings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Mapping\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,110,1,0,0,'a:2:{s:4:\"desc\";s:141:\"Import and Export mappings allow you to easily run the same job multiple times. This option allows you to rename or delete existing mappings.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (186,1,'civicrm/admin/setting/debug',NULL,'Debugging','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Setting_Debugging\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,120,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (187,1,'civicrm/admin/setting/preferences/multisite',NULL,'Multi Site Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,130,1,0,0,'a:1:{s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (188,1,'civicrm/admin/setting/preferences/campaign',NULL,'CiviCampaign Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,10,1,0,0,'a:3:{s:4:\"desc\";s:40:\"Configure global CiviCampaign behaviors.\";s:10:\"adminGroup\";s:12:\"CiviCampaign\";s:9:\"component\";s:12:\"CiviCampaign\";}'),
+ (189,1,'civicrm/admin/setting/preferences/event',NULL,'CiviEvent Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,420,1,0,0,'a:2:{s:4:\"desc\";s:37:\"Configure global CiviEvent behaviors.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
+ (190,1,'civicrm/admin/setting/preferences/mailing',NULL,'CiviMail Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Mailing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,430,1,0,0,'a:2:{s:4:\"desc\";s:36:\"Configure global CiviMail behaviors.\";s:10:\"adminGroup\";s:8:\"CiviMail\";}'),
+ (191,1,'civicrm/admin/setting/preferences/member',NULL,'CiviMember Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Admin_Form_Preferences_Member\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:2:{s:4:\"desc\";s:38:\"Configure global CiviMember behaviors.\";s:10:\"adminGroup\";s:10:\"CiviMember\";}'),
+ (192,1,'civicrm/admin/setting/preferences/date',NULL,'View Date Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Page_PreferencesDate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (193,1,'civicrm/admin/runjobs',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_System\";i:1;s:20:\"executeScheduledJobs\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:36:\"URL used for running scheduled jobs.\";}'),
+ (194,1,'civicrm/admin/job',NULL,'Scheduled Jobs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Job\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1370,1,0,0,'a:2:{s:4:\"desc\";s:35:\"Managing periodially running tasks.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (195,1,'civicrm/admin/job/add',NULL,'Add Scheduled Job','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Form_Job\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:31:\"Add a periodially running task.\";}'),
+ (196,1,'civicrm/admin/job/edit',NULL,'Edit Scheduled Job','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Job\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1372,1,0,0,'a:2:{s:4:\"desc\";s:32:\"Edit a periodially running task.\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (197,1,'civicrm/admin/joblog',NULL,'Scheduled Jobs Log','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:25:\"administer CiviCRM system\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_JobLog\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1380,1,0,0,'a:2:{s:4:\"desc\";s:46:\"Browsing the log of periodially running tasks.\";s:10:\"adminGroup\";s:6:\"Manage\";}'),
+ (198,1,'civicrm/admin/options/grant_type',NULL,'Grant Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,385,1,0,0,'a:2:{s:4:\"desc\";s:148:\"List of types which can be assigned to Grants. (Enable CiviGrant from Administer > System Settings > Enable Components if you want to track grants.)\";s:10:\"adminGroup\";s:12:\"Option Lists\";}'),
+ (199,1,'civicrm/admin/paymentProcessorType',NULL,'Payment Processor Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Page_PaymentProcessorType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:1:{s:4:\"desc\";s:34:\"Payment Processor type information\";}'),
+ (200,1,'civicrm/admin',NULL,'Administer','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_Admin_Page_Admin\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,9000,1,1,0,'a:0:{}'),
+ (201,1,'civicrm/ajax/navmenu',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:7:\"navMenu\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (202,1,'civicrm/ajax/menutree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:8:\"menuTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,3,0,'a:0:{}'),
+ (203,1,'civicrm/ajax/statusmsg',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:12:\"getStatusMsg\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (204,1,'civicrm/admin/price',NULL,'Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,380,1,0,0,'a:2:{s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";s:10:\"adminGroup\";s:9:\"Customize\";}'),
+ (205,1,'civicrm/admin/price/add','action=add','New Price Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:1:{s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";}'),
+ (206,1,'civicrm/admin/price/edit',NULL,'Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (207,1,'civicrm/admin/price/field',NULL,'Price Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:20:\"CRM_Price_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (208,1,'civicrm/admin/price/field/edit',NULL,'Price Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:20:\"CRM_Price_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (209,1,'civicrm/admin/price/field/option',NULL,'Price Field Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Price_Page_Option\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (210,1,'civicrm/admin/price/field/option/edit',NULL,'Price Field Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Price_Page_Option\";',NULL,'a:4:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}i:3;a:2:{s:5:\"title\";s:19:\"Price Field Options\";s:3:\"url\";s:41:\"/civicrm/admin/price/field/option?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (211,1,'civicrm/admin/sms/provider',NULL,'Sms Providers','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_SMS_Page_Provider\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,500,1,0,0,'a:2:{s:4:\"desc\";s:27:\"To configure a sms provider\";s:10:\"adminGroup\";s:15:\"System Settings\";}'),
+ (212,1,'civicrm/sms/send',NULL,'New Mass SMS','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:8:\"send SMS\";}i:1;s:3:\"and\";}','s:23:\"CRM_SMS_Controller_Send\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,610,1,1,0,'a:0:{}'),
+ (213,1,'civicrm/sms/callback',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_SMS_Page_Callback\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (214,1,'civicrm/admin/badgelayout','action=browse','Event Name Badge Layouts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Badge_Page_Layout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,399,1,0,0,'a:2:{s:4:\"desc\";s:107:\"Configure name badge layouts for event participants, including logos and what data to include on the badge.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
+ (215,1,'civicrm/admin/badgelayout/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Badge_Form_Layout\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:24:\"Event Name Badge Layouts\";s:3:\"url\";s:52:\"/civicrm/admin/badgelayout?reset=1&amp;action=browse\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (216,1,'civicrm/upgrade',NULL,'Upgrade CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Upgrade_Page_Upgrade\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (217,1,'civicrm/export',NULL,'Download Errors','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Export_BAO_Export\";i:1;s:6:\"invoke\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (218,1,'civicrm/export/contact',NULL,'Export Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Export_BAO_Export\";i:1;s:6:\"invoke\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Download Errors\";s:3:\"url\";s:23:\"/civicrm/export?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,0,1,0,0,'a:0:{}'),
+ (219,1,'civicrm/export/standalone',NULL,'Export','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Export_Controller_Standalone\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Download Errors\";s:3:\"url\";s:23:\"/civicrm/export?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (220,1,'civicrm/admin/options/acl_role',NULL,'ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
+ (221,1,'civicrm/acl',NULL,'Manage ACLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_ACL_Page_ACL\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (222,1,'civicrm/acl/edit',NULL,'Manage ACLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_ACL_Form_ACL\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (223,1,'civicrm/acl/delete',NULL,'Manage ACLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_ACL_Form_ACL\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (224,1,'civicrm/acl/entityrole',NULL,'Assign Users to ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_ACL_Page_EntityRole\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (225,1,'civicrm/acl/entityrole/edit',NULL,'Assign Users to ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_ACL_Form_EntityRole\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Assign Users to ACL Roles\";s:3:\"url\";s:31:\"/civicrm/acl/entityrole?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (226,1,'civicrm/file',NULL,'Browse Uploaded files','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access uploaded files\";}i:1;s:3:\"and\";}','s:18:\"CRM_Core_Page_File\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (227,1,'civicrm/file/delete',NULL,'Delete File','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:17:\"CRM_Core_BAO_File\";i:1;s:16:\"deleteAttachment\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:21:\"Browse Uploaded files\";s:3:\"url\";s:21:\"/civicrm/file?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (228,1,'civicrm/friend',NULL,'Tell a Friend','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:15:\"CRM_Friend_Form\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (229,1,'civicrm/logout',NULL,'Log out','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_System\";i:1;s:6:\"logout\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,9999,1,1,0,'a:0:{}'),
+ (230,1,'civicrm/i18n',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"translate CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Core_I18n_Form\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (231,1,'civicrm/ajax/attachment',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access AJAX API\";}i:1;s:2:\"or\";}','a:2:{i:0;s:29:\"CRM_Core_Page_AJAX_Attachment\";i:1;s:10:\"attachFile\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (232,1,'civicrm/api',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Core_Page_Redirect\";','s:16:\"url=civicrm/api3\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (233,1,'civicrm/api3',NULL,'CiviCRM API v3','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Page_APIExplorer\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (234,1,'civicrm/ajax/apidoc',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:26:\"CRM_Admin_Page_APIExplorer\";i:1;s:6:\"getDoc\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (235,1,'civicrm/ajax/rest',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access AJAX API\";}i:1;s:2:\"or\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:4:\"ajax\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (236,1,'civicrm/api/json',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:8:\"ajaxJson\";}','s:16:\"url=civicrm/api3\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (237,1,'civicrm/inline',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:12:\"loadTemplate\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (238,1,'civicrm/ajax/chart',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_ContributionCharts\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (239,1,'civicrm/asset/builder',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','a:2:{i:0;s:23:\"\\Civi\\Core\\AssetBuilder\";i:1;s:7:\"pageRun\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (240,1,'civicrm/contribute/ajax/tableview',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contribute_Page_DashBoard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (241,1,'civicrm/payment/ipn',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Core_Payment\";i:1;s:9:\"handleIPN\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&amp;action=add\";}}',NULL,NULL,2,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (242,1,'civicrm/batch',NULL,'Batch Data Entry','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Page_Batch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (243,1,'civicrm/batch/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Form_Batch\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Batch Data Entry\";s:3:\"url\";s:22:\"/civicrm/batch?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (244,1,'civicrm/batch/entry',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Form_Entry\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Batch Data Entry\";s:3:\"url\";s:22:\"/civicrm/batch?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (245,1,'civicrm/ajax/batch',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Batch_Page_AJAX\";i:1;s:9:\"batchSave\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (246,1,'civicrm/ajax/batchlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Batch_Page_AJAX\";i:1;s:12:\"getBatchList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (247,1,'civicrm/ajax/inline',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Core_Page_AJAX\";i:1;s:3:\"run\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (248,1,'civicrm/dev/qunit',NULL,'QUnit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:19:\"CRM_Core_Page_QUnit\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (249,1,'civicrm/dev/fake-error',NULL,'Fake Error','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:23:\"CRM_Core_Page_FakeError\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (250,1,'civicrm/profile-editor/schema',NULL,'ProfileEditor','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:25:\"CRM_UF_Page_ProfileEditor\";i:1;s:13:\"getSchemaJSON\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (251,1,'civicrm/a',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"\\Civi\\Angular\\Page\\Main\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (252,1,'civicrm/ajax/angular-modules',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"*always allow*\";}i:1;s:3:\"and\";}','s:26:\"\\Civi\\Angular\\Page\\Modules\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (253,1,'civicrm/ajax/recurringentity/update-mode',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:34:\"CRM_Core_Page_AJAX_RecurringEntity\";i:1;s:10:\"updateMode\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (254,1,'civicrm/recurringentity/preview',NULL,'Confirm dates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Core_Page_RecurringEntityPreview\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (255,1,'civicrm/shortcode',NULL,'Insert CiviCRM Content','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Core_Form_ShortCode\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (256,1,'civicrm/task/add-to-group',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contact_Form_Task_AddToGroup\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (257,1,'civicrm/task/remove-from-group',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:37:\"CRM_Contact_Form_Task_RemoveFromGroup\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (258,1,'civicrm/task/add-to-tag',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Contact_Form_Task_AddToTag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (259,1,'civicrm/task/remove-from-tag',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Contact_Form_Task_RemoveFromTag\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (260,1,'civicrm/task/send-email',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (261,1,'civicrm/task/make-mailing-label',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Label\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (262,1,'civicrm/task/pick-profile',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Contact_Form_Task_PickProfile\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (263,1,'civicrm/task/print-document',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_PDF\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (264,1,'civicrm/task/unhold-email',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Form_Task_Unhold\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (265,1,'civicrm/task/alter-contact-preference',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contact_Form_Task_AlterPreferences\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (266,1,'civicrm/task/delete-contact',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Contact_Form_Task_Delete\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (267,1,'civicrm/task/add-activity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (268,1,'civicrm/note',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Note_Form_Note\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (269,1,'civicrm/event',NULL,'CiviEvent Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,1,1,0,1,0,800,1,1,0,'a:1:{s:9:\"component\";s:9:\"CiviEvent\";}'),
+ (270,1,'civicrm/participant/add','action=add','Register New Participant','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Event_Page_Tab\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:9:\"CiviEvent\";}'),
+ (271,1,'civicrm/event/info',NULL,'Event Information','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_EventInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (272,1,'civicrm/event/register',NULL,'Event Registration','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Controller_Registration\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,1,1,1,0,0,'a:0:{}'),
+ (273,1,'civicrm/event/confirm',NULL,'Confirm Event Registration','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:46:\"CRM_Event_Form_Registration_ParticipantConfirm\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,1,1,1,0,0,'a:0:{}'),
+ (274,1,'civicrm/event/ical',NULL,'Current and Upcoming Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"view event info\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Event_ICalendar\";i:1;s:3:\"run\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'),
+ (275,1,'civicrm/event/list',NULL,'Current and Upcoming Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"view event info\";}i:1;s:3:\"and\";}','s:19:\"CRM_Event_Page_List\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'),
+ (276,1,'civicrm/event/participant',NULL,'Event Participants List','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"view event participants\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Page_ParticipantListing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'),
+ (277,1,'civicrm/admin/event',NULL,'Manage Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:26:\"CRM_Event_Page_ManageEvent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,370,1,0,0,'a:2:{s:4:\"desc\";s:136:\"Create and edit event configuration including times, locations, online registration forms, and fees. Links for iCal and RSS syndication.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
+ (278,1,'civicrm/admin/eventTemplate',NULL,'Event Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Admin_Page_EventTemplate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,375,1,0,0,'a:2:{s:4:\"desc\";s:115:\"Administrators can create Event Templates - which are basically master event records pre-filled with default values\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
+ (279,1,'civicrm/admin/options/event_type',NULL,'Event Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,385,1,0,0,'a:2:{s:4:\"desc\";s:143:\"Use Event Types to categorize your events. Event feeds can be filtered by Event Type and participant searches can use Event Type as a criteria.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
+ (280,1,'civicrm/admin/participant_status',NULL,'Participant Status','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Admin_Page_ParticipantStatusType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,390,1,0,0,'a:2:{s:4:\"desc\";s:154:\"Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
+ (281,1,'civicrm/admin/options/participant_role',NULL,'Participant Role','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,395,1,0,0,'a:2:{s:4:\"desc\";s:138:\"Define participant roles for events here (e.g. Attendee, Host, Speaker...). You can then assign roles and search for participants by role.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
+ (282,1,'civicrm/admin/options/participant_listing',NULL,'Participant Listing Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:25:\"administer CiviCRM system\";i:1;s:23:\"administer CiviCRM data\";i:2;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,398,1,0,0,'a:2:{s:4:\"desc\";s:48:\"Template to control participant listing display.\";s:10:\"adminGroup\";s:9:\"CiviEvent\";}'),
+ (283,1,'civicrm/event/search',NULL,'Find Participants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:27:\"CRM_Event_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,810,1,1,0,'a:0:{}'),
+ (284,1,'civicrm/event/manage',NULL,'Manage Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:26:\"CRM_Event_Page_ManageEvent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,1,820,1,1,0,'a:0:{}'),
+ (285,1,'civicrm/event/badge',NULL,'Print Event Name Badge','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:25:\"CRM_Event_Form_Task_Badge\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (286,1,'civicrm/event/manage/settings',NULL,'Event Info and Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Event_Form_ManageEvent_EventInfo\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,910,1,0,0,'a:0:{}'),
+ (287,1,'civicrm/event/manage/location',NULL,'Event Location','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:35:\"CRM_Event_Form_ManageEvent_Location\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,930,1,0,0,'a:0:{}'),
+ (288,1,'civicrm/event/manage/fee',NULL,'Event Fees','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:30:\"CRM_Event_Form_ManageEvent_Fee\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,920,1,0,0,'a:0:{}'),
+ (289,1,'civicrm/event/manage/registration',NULL,'Event Online Registration','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:39:\"CRM_Event_Form_ManageEvent_Registration\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,930,1,0,0,'a:0:{}'),
+ (290,1,'civicrm/event/manage/friend',NULL,'Tell a Friend','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Friend_Form_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,940,1,0,0,'a:0:{}'),
+ (291,1,'civicrm/event/manage/reminder',NULL,'Schedule Reminders','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:44:\"CRM_Event_Form_ManageEvent_ScheduleReminders\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,950,1,0,0,'a:0:{}'),
+ (292,1,'civicrm/event/manage/repeat',NULL,'Repeat Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Form_ManageEvent_Repeat\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,960,1,0,0,'a:0:{}'),
+ (293,1,'civicrm/event/add','action=add','New Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Event_Form_ManageEvent_EventInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,830,1,0,0,'a:0:{}'),
+ (294,1,'civicrm/event/import',NULL,'Import Participants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:23:\"edit event participants\";}i:1;s:3:\"and\";}','s:27:\"CRM_Event_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,840,1,1,0,'a:0:{}'),
+ (295,1,'civicrm/event/price',NULL,'Manage Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,0,1,0,850,1,1,0,'a:0:{}'),
+ (296,1,'civicrm/event/selfsvcupdate',NULL,'Self-service Registration Update','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Event_Form_SelfSvcUpdate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,880,1,1,0,'a:0:{}'),
+ (297,1,'civicrm/event/selfsvctransfer',NULL,'Self-service Registration Transfer','s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:30:\"CRM_Event_Form_SelfSvcTransfer\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,890,1,1,0,'a:0:{}'),
+ (298,1,'civicrm/contact/view/participant',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:18:\"CRM_Event_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&amp;cid=%%cid%%\";}}',NULL,NULL,NULL,1,0,1,0,4,1,0,0,'a:0:{}'),
+ (299,1,'civicrm/participant/delete',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"delete in CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Form_Participant_Delete\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,4,1,0,0,'a:0:{}'),
+ (300,1,'civicrm/ajax/eventFee',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Event_Page_AJAX\";i:1;s:8:\"eventFee\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (301,1,'civicrm/ajax/locBlock',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:11:\"getLocBlock\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (302,1,'civicrm/event/participant/feeselection',NULL,'Change Registration Selections','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:38:\"CRM_Event_Form_ParticipantFeeSelection\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:23:\"Event Participants List\";s:3:\"url\";s:34:\"/civicrm/event/participant?reset=1\";}}',NULL,NULL,1,1,0,1,0,1,1,0,0,'a:0:{}'),
+ (303,1,'civicrm/event/manage/pcp',NULL,'Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_PCP_Form_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,1,0,1,1,540,1,1,0,'a:0:{}'),
+ (304,1,'civicrm/event/pcp',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Form_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,1,1,0,0,'a:0:{}'),
+ (305,1,'civicrm/event/campaign',NULL,'Setup a Personal Campaign Page - Account Information','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,1,1,1,0,0,1,0,0,'a:0:{}'),
  (306,1,'civicrm/contribute',NULL,'CiviContribute Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contribute_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,2,1,0,1,0,500,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'),
  (307,1,'civicrm/contribute/add','action=add','New Contribution','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:23:\"CRM_Contribute_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,1,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'),
  (308,1,'civicrm/contribute/chart',NULL,'Contribution Summary - Chart View','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_ContributionCharts\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,1,0,1,0,1,1,0,0,'a:1:{s:9:\"component\";s:14:\"CiviContribute\";}'),
@@ -5326,7 +5298,7 @@ INSERT INTO `civicrm_menu` (`id`, `domain_id`, `path`, `path_arguments`, `title`
  (455,1,'civicrm/survey/delete',NULL,'Delete Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:31:\"CRM_Campaign_Form_Survey_Delete\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,1,0,1,0,1,1,0,0,'a:0:{}'),
  (456,1,'civicrm/admin/ckeditor',NULL,'Configure CKEditor 4','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Ckeditor4_Form_CKEditorConfig\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:0:{}'),
  (457,1,'civicrm/admin/setting/recaptcha',NULL,'reCAPTCHA Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:20:\"administer recaptcha\";}i:1;s:2:\"or\";}','s:22:\"CRM_Admin_Form_Generic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"Administer\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,1,0,1,1,1,1,0,0,'a:2:{s:10:\"adminGroup\";s:15:\"System Settings\";s:4:\"desc\";s:108:\"Uses the Google reCAPTCHA web service to improve the CAPTCHA system. It is tough on bots and easy on humans.\";}'),
- (458,1,'admin',NULL,NULL,NULL,NULL,NULL,NULL,'a:15:{s:14:\"CiviContribute\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:9:{s:32:\"{weight}.Personal Campaign Pages\";a:6:{s:5:\"title\";s:23:\"Personal Campaign Pages\";s:4:\"desc\";s:49:\"View and manage existing personal campaign pages.\";s:2:\"id\";s:21:\"PersonalCampaignPages\";s:3:\"url\";s:49:\"/civicrm/admin/pcp?context=contribute&amp;reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:34:\"{weight}.Manage Contribution Pages\";a:6:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:4:\"desc\";s:242:\"CiviContribute allows you to create and maintain any number of Online Contribution Pages. You can create different pages for different programs or campaigns - and customize text, amounts, types of information collected from contributors, etc.\";s:2:\"id\";s:23:\"ManageContributionPages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Manage Premiums\";a:6:{s:5:\"title\";s:15:\"Manage Premiums\";s:4:\"desc\";s:175:\"CiviContribute allows you to configure any number of Premiums which can be offered to contributors as incentives / thank-you gifts. Define the premiums you want to offer here.\";s:2:\"id\";s:14:\"ManagePremiums\";s:3:\"url\";s:48:\"/civicrm/admin/contribute/managePremiums?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Financial Types\";a:6:{s:5:\"title\";s:15:\"Financial Types\";s:4:\"desc\";s:64:\"Formerly civicrm_contribution_type merged into this table in 4.1\";s:2:\"id\";s:14:\"FinancialTypes\";s:3:\"url\";s:46:\"/civicrm/admin/financial/financialType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Financial Accounts\";a:6:{s:5:\"title\";s:18:\"Financial Accounts\";s:4:\"desc\";s:128:\"Financial types are used to categorize contributions for reporting and accounting purposes. These are also referred to as Funds.\";s:2:\"id\";s:17:\"FinancialAccounts\";s:3:\"url\";s:49:\"/civicrm/admin/financial/financialAccount?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Payment Methods\";a:6:{s:5:\"title\";s:15:\"Payment Methods\";s:4:\"desc\";s:224:\"You may choose to record the payment instrument used for each contribution. Common payment methods are installed by default (e.g. Check, Cash, Credit Card...). If your site requires additional payment methods, add them here.\";s:2:\"id\";s:14:\"PaymentMethods\";s:3:\"url\";s:49:\"/civicrm/admin/options/payment_instrument?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:30:\"{weight}.Accepted Credit Cards\";a:6:{s:5:\"title\";s:21:\"Accepted Credit Cards\";s:4:\"desc\";s:94:\"Credit card options that will be offered to contributors using your Online Contribution pages.\";s:2:\"id\";s:19:\"AcceptedCreditCards\";s:3:\"url\";s:48:\"/civicrm/admin/options/accept_creditcard?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Soft Credit Types\";a:6:{s:5:\"title\";s:17:\"Soft Credit Types\";s:4:\"desc\";s:86:\"Soft Credit Types that will be offered to contributors during soft credit contribution\";s:2:\"id\";s:15:\"SoftCreditTypes\";s:3:\"url\";s:47:\"/civicrm/admin/options/soft_credit_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:42:\"{weight}.CiviContribute Component Settings\";a:6:{s:5:\"title\";s:33:\"CiviContribute Component Settings\";s:4:\"desc\";s:42:\"Configure global CiviContribute behaviors.\";s:2:\"id\";s:31:\"CiviContributeComponentSettings\";s:3:\"url\";s:53:\"/civicrm/admin/setting/preferences/contribute?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:6:\"Manage\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:42:\"{weight}.Find and Merge Duplicate Contacts\";a:6:{s:5:\"title\";s:33:\"Find and Merge Duplicate Contacts\";s:4:\"desc\";s:158:\"Manage the rules used to identify potentially duplicate contact records. Scan for duplicates using a selected rule and merge duplicate contact data as needed.\";s:2:\"id\";s:29:\"FindandMergeDuplicateContacts\";s:3:\"url\";s:36:\"/civicrm/contact/deduperules?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Dedupe Exceptions\";a:6:{s:5:\"title\";s:17:\"Dedupe Exceptions\";s:4:\"desc\";N;s:2:\"id\";s:16:\"DedupeExceptions\";s:3:\"url\";s:33:\"/civicrm/dedupe/exception?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Scheduled Jobs Log\";a:6:{s:5:\"title\";s:18:\"Scheduled Jobs Log\";s:4:\"desc\";s:46:\"Browsing the log of periodially running tasks.\";s:2:\"id\";s:16:\"ScheduledJobsLog\";s:3:\"url\";s:29:\"/civicrm/admin/joblog?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:26:\"Customize Data and Screens\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:20:{s:20:\"{weight}.Custom Data\";a:6:{s:5:\"title\";s:11:\"Custom Data\";s:4:\"desc\";s:109:\"Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.\";s:2:\"id\";s:10:\"CustomData\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:17:\"{weight}.Profiles\";a:6:{s:5:\"title\";s:8:\"Profiles\";s:4:\"desc\";s:151:\"Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.\";s:2:\"id\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Activity Types\";a:6:{s:5:\"title\";s:14:\"Activity Types\";s:4:\"desc\";s:155:\"CiviCRM has several built-in activity types (meetings, phone calls, emails sent). Track other types of interactions by creating custom activity types here.\";s:2:\"id\";s:13:\"ActivityTypes\";s:3:\"url\";s:44:\"/civicrm/admin/options/activity_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Relationship Types\";a:6:{s:5:\"title\";s:18:\"Relationship Types\";s:4:\"desc\";s:148:\"Contacts can be linked to each other through Relationships (e.g. Spouse, Employer, etc.). Define the types of relationships you want to record here.\";s:2:\"id\";s:17:\"RelationshipTypes\";s:3:\"url\";s:30:\"/civicrm/admin/reltype?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Contact Types\";a:6:{s:5:\"title\";s:13:\"Contact Types\";s:4:\"desc\";N;s:2:\"id\";s:12:\"ContactTypes\";s:3:\"url\";s:38:\"/civicrm/admin/options/subtype?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Gender Options\";a:6:{s:5:\"title\";s:14:\"Gender Options\";s:4:\"desc\";s:79:\"Options for assigning gender to individual contacts (e.g. Male, Female, Other).\";s:2:\"id\";s:13:\"GenderOptions\";s:3:\"url\";s:37:\"/civicrm/admin/options/gender?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Individual Prefixes (Ms, Mr...)\";a:6:{s:5:\"title\";s:31:\"Individual Prefixes (Ms, Mr...)\";s:4:\"desc\";s:66:\"Options for individual contact prefixes (e.g. Ms., Mr., Dr. etc.).\";s:2:\"id\";s:27:\"IndividualPrefixes_Ms_Mr...\";s:3:\"url\";s:48:\"/civicrm/admin/options/individual_prefix?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Individual Suffixes (Jr, Sr...)\";a:6:{s:5:\"title\";s:31:\"Individual Suffixes (Jr, Sr...)\";s:4:\"desc\";s:61:\"Options for individual contact suffixes (e.g. Jr., Sr. etc.).\";s:2:\"id\";s:27:\"IndividualSuffixes_Jr_Sr...\";s:3:\"url\";s:48:\"/civicrm/admin/options/individual_suffix?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:39:\"{weight}.Location Types (Home, Work...)\";a:6:{s:5:\"title\";s:30:\"Location Types (Home, Work...)\";s:4:\"desc\";s:94:\"Options for categorizing contact addresses and phone numbers (e.g. Home, Work, Billing, etc.).\";s:2:\"id\";s:26:\"LocationTypes_Home_Work...\";s:3:\"url\";s:35:\"/civicrm/admin/locationType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Website Types\";a:6:{s:5:\"title\";s:13:\"Website Types\";s:4:\"desc\";s:48:\"Options for assigning website types to contacts.\";s:2:\"id\";s:12:\"WebsiteTypes\";s:3:\"url\";s:43:\"/civicrm/admin/options/website_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:35:\"{weight}.Instant Messenger Services\";a:6:{s:5:\"title\";s:26:\"Instant Messenger Services\";s:4:\"desc\";s:79:\"List of IM services which can be used when recording screen-names for contacts.\";s:2:\"id\";s:24:\"InstantMessengerServices\";s:3:\"url\";s:56:\"/civicrm/admin/options/instant_messenger_service?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Mobile Phone Providers\";a:6:{s:5:\"title\";s:22:\"Mobile Phone Providers\";s:4:\"desc\";s:90:\"List of mobile phone providers which can be assigned when recording contact phone numbers.\";s:2:\"id\";s:20:\"MobilePhoneProviders\";s:3:\"url\";s:46:\"/civicrm/admin/options/mobile_provider?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:19:\"{weight}.Phone Type\";a:6:{s:5:\"title\";s:10:\"Phone Type\";s:4:\"desc\";s:80:\"Options for assigning phone type to contacts (e.g Phone,\n    Mobile, Fax, Pager)\";s:2:\"id\";s:9:\"PhoneType\";s:3:\"url\";s:41:\"/civicrm/admin/options/phone_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Display Preferences\";a:6:{s:5:\"title\";s:19:\"Display Preferences\";s:4:\"desc\";N;s:2:\"id\";s:18:\"DisplayPreferences\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/display?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Search Preferences\";a:6:{s:5:\"title\";s:18:\"Search Preferences\";s:4:\"desc\";N;s:2:\"id\";s:17:\"SearchPreferences\";s:3:\"url\";s:37:\"/civicrm/admin/setting/search?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Date Preferences\";a:6:{s:5:\"title\";s:16:\"Date Preferences\";s:4:\"desc\";N;s:2:\"id\";s:15:\"DatePreferences\";s:3:\"url\";s:52:\"/civicrm/admin/setting/preferences/date/edit?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Navigation Menu\";a:6:{s:5:\"title\";s:15:\"Navigation Menu\";s:4:\"desc\";s:79:\"Add or remove menu items, and modify the order of items on the navigation menu.\";s:2:\"id\";s:14:\"NavigationMenu\";s:3:\"url\";s:27:\"/civicrm/admin/menu?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Word Replacements\";a:6:{s:5:\"title\";s:17:\"Word Replacements\";s:4:\"desc\";s:18:\"Word Replacements.\";s:2:\"id\";s:16:\"WordReplacements\";s:3:\"url\";s:47:\"/civicrm/admin/options/wordreplacements?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Manage Custom Searches\";a:6:{s:5:\"title\";s:22:\"Manage Custom Searches\";s:4:\"desc\";s:225:\"Developers and accidental techies with a bit of PHP and SQL knowledge can create new search forms to handle specific search and reporting needs which aren\'t covered by the built-in Advanced Search and Search Builder features.\";s:2:\"id\";s:20:\"ManageCustomSearches\";s:3:\"url\";s:44:\"/civicrm/admin/options/custom_search?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:13:\"{weight}.Tags\";a:6:{s:5:\"title\";s:4:\"Tags\";s:4:\"desc\";s:158:\"Tags are useful for segmenting the contacts in your database into categories (e.g. Staff Member, Donor, Volunteer, etc.). Create and edit available tags here.\";s:2:\"id\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:14:\"Communications\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:11:{s:46:\"{weight}.Organization Address and Contact Info\";a:6:{s:5:\"title\";s:37:\"Organization Address and Contact Info\";s:4:\"desc\";s:150:\"Configure primary contact name, email, return-path and address information. This information is used by CiviMail to identify the sending organization.\";s:2:\"id\";s:33:\"OrganizationAddressandContactInfo\";s:3:\"url\";s:47:\"/civicrm/admin/domain?action=update&amp;reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:29:\"{weight}.From Email Addresses\";a:6:{s:5:\"title\";s:20:\"From Email Addresses\";s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:2:\"id\";s:18:\"FromEmailAddresses\";s:3:\"url\";s:49:\"/civicrm/admin/options/from_email_address?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Message Templates\";a:6:{s:5:\"title\";s:17:\"Message Templates\";s:4:\"desc\";s:130:\"Message templates allow you to save and re-use messages with layouts which you can use when sending email to one or more contacts.\";s:2:\"id\";s:16:\"MessageTemplates\";s:3:\"url\";s:39:\"/civicrm/admin/messageTemplates?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Schedule Reminders\";a:6:{s:5:\"title\";s:18:\"Schedule Reminders\";s:4:\"desc\";s:19:\"Schedule Reminders.\";s:2:\"id\";s:17:\"ScheduleReminders\";s:3:\"url\";s:40:\"/civicrm/admin/scheduleReminders?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Preferred Communication Methods\";a:6:{s:5:\"title\";s:31:\"Preferred Communication Methods\";s:4:\"desc\";s:117:\"One or more preferred methods of communication can be assigned to each contact. Customize the available options here.\";s:2:\"id\";s:29:\"PreferredCommunicationMethods\";s:3:\"url\";s:61:\"/civicrm/admin/options/preferred_communication_method?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Label Page Formats\";a:6:{s:5:\"title\";s:18:\"Label Page Formats\";s:4:\"desc\";s:82:\"Configure label sizes and page layouts that are used when printing mailing labels.\";s:2:\"id\";s:16:\"LabelPageFormats\";s:3:\"url\";s:35:\"/civicrm/admin/labelFormats?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.Print Page (PDF) Formats\";a:6:{s:5:\"title\";s:24:\"Print Page (PDF) Formats\";s:4:\"desc\";s:95:\"Configure PDF Page Formats that can be assigned to Message Templates when creating PDF letters.\";s:2:\"id\";s:20:\"PrintPage_PDFFormats\";s:3:\"url\";s:33:\"/civicrm/admin/pdfFormats?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:36:\"{weight}.Communication Style Options\";a:6:{s:5:\"title\";s:27:\"Communication Style Options\";s:4:\"desc\";s:42:\"Options for Communication Style selection.\";s:2:\"id\";s:25:\"CommunicationStyleOptions\";s:3:\"url\";s:50:\"/civicrm/admin/options/communication_style?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Email Greeting Formats\";a:6:{s:5:\"title\";s:22:\"Email Greeting Formats\";s:4:\"desc\";s:75:\"Options for assigning email greetings to individual and household contacts.\";s:2:\"id\";s:20:\"EmailGreetingFormats\";s:3:\"url\";s:45:\"/civicrm/admin/options/email_greeting?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Postal Greeting Formats\";a:6:{s:5:\"title\";s:23:\"Postal Greeting Formats\";s:4:\"desc\";s:76:\"Options for assigning postal greetings to individual and household contacts.\";s:2:\"id\";s:21:\"PostalGreetingFormats\";s:3:\"url\";s:46:\"/civicrm/admin/options/postal_greeting?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Addressee Formats\";a:6:{s:5:\"title\";s:17:\"Addressee Formats\";s:4:\"desc\";s:83:\"Options for assigning addressee to individual, household and organization contacts.\";s:2:\"id\";s:16:\"AddresseeFormats\";s:3:\"url\";s:40:\"/civicrm/admin/options/addressee?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"Localization\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:4:{s:39:\"{weight}.Languages, Currency, Locations\";a:6:{s:5:\"title\";s:30:\"Languages, Currency, Locations\";s:4:\"desc\";N;s:2:\"id\";s:28:\"Languages_Currency_Locations\";s:3:\"url\";s:43:\"/civicrm/admin/setting/localization?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Address Settings\";a:6:{s:5:\"title\";s:16:\"Address Settings\";s:4:\"desc\";N;s:2:\"id\";s:15:\"AddressSettings\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/address?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:21:\"{weight}.Date Formats\";a:6:{s:5:\"title\";s:12:\"Date Formats\";s:4:\"desc\";N;s:2:\"id\";s:11:\"DateFormats\";s:3:\"url\";s:35:\"/civicrm/admin/setting/date?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Preferred Languages\";a:6:{s:5:\"title\";s:19:\"Preferred Languages\";s:4:\"desc\";s:30:\"Options for contact languages.\";s:2:\"id\";s:18:\"PreferredLanguages\";s:3:\"url\";s:40:\"/civicrm/admin/options/languages?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:21:\"Users and Permissions\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:2:{s:23:\"{weight}.Access Control\";a:6:{s:5:\"title\";s:14:\"Access Control\";s:4:\"desc\";s:73:\"Grant or deny access to actions (view, edit...), features and components.\";s:2:\"id\";s:13:\"AccessControl\";s:3:\"url\";s:29:\"/civicrm/admin/access?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:38:\"{weight}.Synchronize Users to Contacts\";a:6:{s:5:\"title\";s:29:\"Synchronize Users to Contacts\";s:4:\"desc\";s:71:\"Automatically create a CiviCRM contact record for each CMS user record.\";s:2:\"id\";s:26:\"SynchronizeUserstoContacts\";s:3:\"url\";s:32:\"/civicrm/admin/synchUser?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:15:\"System Settings\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:20:{s:32:\"{weight}.Configuration Checklist\";a:6:{s:5:\"title\";s:23:\"Configuration Checklist\";s:4:\"desc\";s:55:\"List of configuration tasks with links to each setting.\";s:2:\"id\";s:22:\"ConfigurationChecklist\";s:3:\"url\";s:33:\"/civicrm/admin/configtask?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:34:\"{weight}.Enable CiviCRM Components\";a:6:{s:5:\"title\";s:25:\"Enable CiviCRM Components\";s:4:\"desc\";s:269:\"Enable or disable components (e.g. CiviEvent, CiviMember, etc.) for your site based on the features you need. We recommend disabling any components not being used in order to simplify the user interface. You can easily re-enable components at any time from this screen.\";s:2:\"id\";s:23:\"EnableCiviCRMComponents\";s:3:\"url\";s:40:\"/civicrm/admin/setting/component?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Manage Extensions\";a:6:{s:5:\"title\";s:17:\"Manage Extensions\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:16:\"ManageExtensions\";s:3:\"url\";s:33:\"/civicrm/admin/extensions?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Outbound Email Settings\";a:6:{s:5:\"title\";s:23:\"Outbound Email Settings\";s:4:\"desc\";N;s:2:\"id\";s:21:\"OutboundEmailSettings\";s:3:\"url\";s:35:\"/civicrm/admin/setting/smtp?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:37:\"{weight}.Settings - Payment Processor\";a:6:{s:5:\"title\";s:28:\"Settings - Payment Processor\";s:4:\"desc\";s:48:\"Payment Processor setup for CiviCRM transactions\";s:2:\"id\";s:25:\"Settings-PaymentProcessor\";s:3:\"url\";s:39:\"/civicrm/admin/paymentProcessor?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:30:\"{weight}.Mapping and Geocoding\";a:6:{s:5:\"title\";s:21:\"Mapping and Geocoding\";s:4:\"desc\";N;s:2:\"id\";s:19:\"MappingandGeocoding\";s:3:\"url\";s:38:\"/civicrm/admin/setting/mapping?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:53:\"{weight}.Misc (Undelete, PDFs, Limits, Logging, etc.)\";a:6:{s:5:\"title\";s:44:\"Misc (Undelete, PDFs, Limits, Logging, etc.)\";s:4:\"desc\";s:63:\"Enable undelete/move to trash feature, detailed change logging.\";s:2:\"id\";s:38:\"Misc_Undelete_PDFs_Limits_Logging_etc.\";s:3:\"url\";s:35:\"/civicrm/admin/setting/misc?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:20:\"{weight}.Directories\";a:6:{s:5:\"title\";s:11:\"Directories\";s:4:\"desc\";N;s:2:\"id\";s:11:\"Directories\";s:3:\"url\";s:35:\"/civicrm/admin/setting/path?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Resource URLs\";a:6:{s:5:\"title\";s:13:\"Resource URLs\";s:4:\"desc\";N;s:2:\"id\";s:12:\"ResourceURLs\";s:3:\"url\";s:34:\"/civicrm/admin/setting/url?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Cleanup Caches and Update Paths\";a:6:{s:5:\"title\";s:31:\"Cleanup Caches and Update Paths\";s:4:\"desc\";s:157:\"Reset the Base Directory Path and Base URL settings - generally when a CiviCRM site is moved to another location in the file system and/or to another domain.\";s:2:\"id\";s:27:\"CleanupCachesandUpdatePaths\";s:3:\"url\";s:50:\"/civicrm/admin/setting/updateConfigBackend?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.CMS Database Integration\";a:6:{s:5:\"title\";s:24:\"CMS Database Integration\";s:4:\"desc\";N;s:2:\"id\";s:22:\"CMSDatabaseIntegration\";s:3:\"url\";s:33:\"/civicrm/admin/setting/uf?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:36:\"{weight}.Safe File Extension Options\";a:6:{s:5:\"title\";s:27:\"Safe File Extension Options\";s:4:\"desc\";s:44:\"File Extensions that can be considered safe.\";s:2:\"id\";s:24:\"SafeFileExtensionOptions\";s:3:\"url\";s:50:\"/civicrm/admin/options/safe_file_extension?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Option Groups\";a:6:{s:5:\"title\";s:13:\"Option Groups\";s:4:\"desc\";s:35:\"Access all meta-data option groups.\";s:2:\"id\";s:12:\"OptionGroups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Import/Export Mappings\";a:6:{s:5:\"title\";s:22:\"Import/Export Mappings\";s:4:\"desc\";s:141:\"Import and Export mappings allow you to easily run the same job multiple times. This option allows you to rename or delete existing mappings.\";s:2:\"id\";s:21:\"Import_ExportMappings\";s:3:\"url\";s:30:\"/civicrm/admin/mapping?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:18:\"{weight}.Debugging\";a:6:{s:5:\"title\";s:9:\"Debugging\";s:4:\"desc\";N;s:2:\"id\";s:9:\"Debugging\";s:3:\"url\";s:36:\"/civicrm/admin/setting/debug?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Multi Site Settings\";a:6:{s:5:\"title\";s:19:\"Multi Site Settings\";s:4:\"desc\";N;s:2:\"id\";s:17:\"MultiSiteSettings\";s:3:\"url\";s:52:\"/civicrm/admin/setting/preferences/multisite?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Scheduled Jobs\";a:6:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:4:\"desc\";s:35:\"Managing periodially running tasks.\";s:2:\"id\";s:13:\"ScheduledJobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Edit Scheduled Job\";a:6:{s:5:\"title\";s:18:\"Edit Scheduled Job\";s:4:\"desc\";s:32:\"Edit a periodially running task.\";s:2:\"id\";s:16:\"EditScheduledJob\";s:3:\"url\";s:31:\"/civicrm/admin/job/edit?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Sms Providers\";a:6:{s:5:\"title\";s:13:\"Sms Providers\";s:4:\"desc\";s:27:\"To configure a sms provider\";s:2:\"id\";s:12:\"SmsProviders\";s:3:\"url\";s:35:\"/civicrm/admin/sms/provider?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.reCAPTCHA Settings\";a:6:{s:5:\"title\";s:18:\"reCAPTCHA Settings\";s:4:\"desc\";s:108:\"Uses the Google reCAPTCHA web service to improve the CAPTCHA system. It is tough on bots and easy on humans.\";s:2:\"id\";s:17:\"reCAPTCHASettings\";s:3:\"url\";s:40:\"/civicrm/admin/setting/recaptcha?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"CiviCampaign\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:40:\"{weight}.CiviCampaign Component Settings\";a:6:{s:5:\"title\";s:31:\"CiviCampaign Component Settings\";s:4:\"desc\";s:40:\"Configure global CiviCampaign behaviors.\";s:2:\"id\";s:29:\"CiviCampaignComponentSettings\";s:3:\"url\";s:51:\"/civicrm/admin/setting/preferences/campaign?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:21:\"{weight}.Survey Types\";a:6:{s:5:\"title\";s:12:\"Survey Types\";s:4:\"desc\";N;s:2:\"id\";s:11:\"SurveyTypes\";s:3:\"url\";s:42:\"/civicrm/admin/campaign/surveyType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Campaign Types\";a:6:{s:5:\"title\";s:14:\"Campaign Types\";s:4:\"desc\";s:47:\"categorize your campaigns using campaign types.\";s:2:\"id\";s:13:\"CampaignTypes\";s:3:\"url\";s:44:\"/civicrm/admin/options/campaign_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Campaign Status\";a:6:{s:5:\"title\";s:15:\"Campaign Status\";s:4:\"desc\";s:34:\"Define statuses for campaign here.\";s:2:\"id\";s:14:\"CampaignStatus\";s:3:\"url\";s:46:\"/civicrm/admin/options/campaign_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Engagement Index\";a:6:{s:5:\"title\";s:16:\"Engagement Index\";s:4:\"desc\";s:18:\"Engagement levels.\";s:2:\"id\";s:15:\"EngagementIndex\";s:3:\"url\";s:47:\"/civicrm/admin/options/engagement_index?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:9:\"CiviEvent\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:8:{s:37:\"{weight}.CiviEvent Component Settings\";a:6:{s:5:\"title\";s:28:\"CiviEvent Component Settings\";s:4:\"desc\";s:37:\"Configure global CiviEvent behaviors.\";s:2:\"id\";s:26:\"CiviEventComponentSettings\";s:3:\"url\";s:48:\"/civicrm/admin/setting/preferences/event?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.Event Name Badge Layouts\";a:6:{s:5:\"title\";s:24:\"Event Name Badge Layouts\";s:4:\"desc\";s:107:\"Configure name badge layouts for event participants, including logos and what data to include on the badge.\";s:2:\"id\";s:21:\"EventNameBadgeLayouts\";s:3:\"url\";s:52:\"/civicrm/admin/badgelayout?action=browse&amp;reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Manage Events\";a:6:{s:5:\"title\";s:13:\"Manage Events\";s:4:\"desc\";s:136:\"Create and edit event configuration including times, locations, online registration forms, and fees. Links for iCal and RSS syndication.\";s:2:\"id\";s:12:\"ManageEvents\";s:3:\"url\";s:28:\"/civicrm/admin/event?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Event Templates\";a:6:{s:5:\"title\";s:15:\"Event Templates\";s:4:\"desc\";s:115:\"Administrators can create Event Templates - which are basically master event records pre-filled with default values\";s:2:\"id\";s:14:\"EventTemplates\";s:3:\"url\";s:36:\"/civicrm/admin/eventTemplate?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:20:\"{weight}.Event Types\";a:6:{s:5:\"title\";s:11:\"Event Types\";s:4:\"desc\";s:143:\"Use Event Types to categorize your events. Event feeds can be filtered by Event Type and participant searches can use Event Type as a criteria.\";s:2:\"id\";s:10:\"EventTypes\";s:3:\"url\";s:41:\"/civicrm/admin/options/event_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Participant Status\";a:6:{s:5:\"title\";s:18:\"Participant Status\";s:4:\"desc\";s:154:\"Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.\";s:2:\"id\";s:17:\"ParticipantStatus\";s:3:\"url\";s:41:\"/civicrm/admin/participant_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Participant Role\";a:6:{s:5:\"title\";s:16:\"Participant Role\";s:4:\"desc\";s:138:\"Define participant roles for events here (e.g. Attendee, Host, Speaker...). You can then assign roles and search for participants by role.\";s:2:\"id\";s:15:\"ParticipantRole\";s:3:\"url\";s:47:\"/civicrm/admin/options/participant_role?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:38:\"{weight}.Participant Listing Templates\";a:6:{s:5:\"title\";s:29:\"Participant Listing Templates\";s:4:\"desc\";s:48:\"Template to control participant listing display.\";s:2:\"id\";s:27:\"ParticipantListingTemplates\";s:3:\"url\";s:50:\"/civicrm/admin/options/participant_listing?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:8:\"CiviMail\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:36:\"{weight}.CiviMail Component Settings\";a:6:{s:5:\"title\";s:27:\"CiviMail Component Settings\";s:4:\"desc\";s:36:\"Configure global CiviMail behaviors.\";s:2:\"id\";s:25:\"CiviMailComponentSettings\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/mailing?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Mailer Settings\";a:6:{s:5:\"title\";s:15:\"Mailer Settings\";s:4:\"desc\";s:61:\"Configure spool period, throttling and other mailer settings.\";s:2:\"id\";s:14:\"MailerSettings\";s:3:\"url\";s:27:\"/civicrm/admin/mail?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:49:\"{weight}.Headers, Footers, and Automated Messages\";a:6:{s:5:\"title\";s:40:\"Headers, Footers, and Automated Messages\";s:4:\"desc\";s:143:\"Configure the header and footer used for mailings. Customize the content of automated Subscribe, Unsubscribe, Resubscribe and Opt-out messages.\";s:2:\"id\";s:36:\"Headers_Footers_andAutomatedMessages\";s:3:\"url\";s:37:\"/civicrm/admin/component/edit?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:29:\"{weight}.From Email Addresses\";a:6:{s:5:\"title\";s:20:\"From Email Addresses\";s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:2:\"id\";s:18:\"FromEmailAddresses\";s:3:\"url\";s:58:\"/civicrm/admin/options/from_email_address/civimail?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Mail Accounts\";a:6:{s:5:\"title\";s:13:\"Mail Accounts\";s:4:\"desc\";s:20:\"List email accounts.\";s:2:\"id\";s:12:\"MailAccounts\";s:3:\"url\";s:35:\"/civicrm/admin/mailSettings?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:10:\"CiviMember\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:38:\"{weight}.CiviMember Component Settings\";a:6:{s:5:\"title\";s:29:\"CiviMember Component Settings\";s:4:\"desc\";s:38:\"Configure global CiviMember behaviors.\";s:2:\"id\";s:27:\"CiviMemberComponentSettings\";s:3:\"url\";s:49:\"/civicrm/admin/setting/preferences/member?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Membership Types\";a:6:{s:5:\"title\";s:16:\"Membership Types\";s:4:\"desc\";s:174:\"Define the types of memberships you want to offer. For each type, you can specify a \'name\' (Gold Member, Honor Society Member...), a description, duration, and a minimum fee.\";s:2:\"id\";s:15:\"MembershipTypes\";s:3:\"url\";s:44:\"/civicrm/admin/member/membershipType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Membership Status Rules\";a:6:{s:5:\"title\";s:23:\"Membership Status Rules\";s:4:\"desc\";s:187:\"Status \'rules\' define the current status for a membership based on that membership\'s start and end dates. You can adjust the default status options and rules as needed to meet your needs.\";s:2:\"id\";s:21:\"MembershipStatusRules\";s:3:\"url\";s:46:\"/civicrm/admin/member/membershipStatus?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"Option Lists\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:20:\"{weight}.Grant Types\";a:6:{s:5:\"title\";s:11:\"Grant Types\";s:4:\"desc\";s:148:\"List of types which can be assigned to Grants. (Enable CiviGrant from Administer > System Settings > Enable Components if you want to track grants.)\";s:2:\"id\";s:10:\"GrantTypes\";s:3:\"url\";s:41:\"/civicrm/admin/options/grant_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:9:\"Customize\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:19:\"{weight}.Price Sets\";a:6:{s:5:\"title\";s:10:\"Price Sets\";s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";s:2:\"id\";s:9:\"PriceSets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:8:\"CiviCase\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:26:\"{weight}.CiviCase Settings\";a:6:{s:5:\"title\";s:17:\"CiviCase Settings\";s:4:\"desc\";N;s:2:\"id\";s:16:\"CiviCaseSettings\";s:3:\"url\";s:35:\"/civicrm/admin/setting/case?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:19:\"{weight}.Case Types\";a:6:{s:5:\"title\";s:10:\"Case Types\";s:4:\"desc\";s:137:\"List of types which can be assigned to Cases. (Enable the Cases tab from System Settings - Enable Components if you want to track cases.)\";s:2:\"id\";s:9:\"CaseTypes\";s:3:\"url\";s:40:\"/civicrm/admin/options/case_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Redaction Rules\";a:6:{s:5:\"title\";s:15:\"Redaction Rules\";s:4:\"desc\";s:223:\"List of rules which can be applied to user input strings so that the redacted output can be recognized as repeated instances of the same string or can be identified as a \"semantic type of the data element\" within case data.\";s:2:\"id\";s:14:\"RedactionRules\";s:3:\"url\";s:45:\"/civicrm/admin/options/redaction_rule?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Case Statuses\";a:6:{s:5:\"title\";s:13:\"Case Statuses\";s:4:\"desc\";s:48:\"List of statuses that can be assigned to a case.\";s:2:\"id\";s:12:\"CaseStatuses\";s:3:\"url\";s:42:\"/civicrm/admin/options/case_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Encounter Mediums\";a:6:{s:5:\"title\";s:17:\"Encounter Mediums\";s:4:\"desc\";s:26:\"List of encounter mediums.\";s:2:\"id\";s:16:\"EncounterMediums\";s:3:\"url\";s:47:\"/civicrm/admin/options/encounter_medium?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:10:\"CiviReport\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:40:\"{weight}.Create New Report from Template\";a:6:{s:5:\"title\";s:31:\"Create New Report from Template\";s:4:\"desc\";s:49:\"Component wise listing of all available templates\";s:2:\"id\";s:27:\"CreateNewReportfromTemplate\";s:3:\"url\";s:43:\"/civicrm/admin/report/template/list?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Manage Templates\";a:6:{s:5:\"title\";s:16:\"Manage Templates\";s:4:\"desc\";s:45:\"Browse, Edit and Delete the Report templates.\";s:2:\"id\";s:15:\"ManageTemplates\";s:3:\"url\";s:53:\"/civicrm/admin/report/options/report_template?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Reports Listing\";a:6:{s:5:\"title\";s:15:\"Reports Listing\";s:4:\"desc\";s:60:\"Browse existing report, change report criteria and settings.\";s:2:\"id\";s:14:\"ReportsListing\";s:3:\"url\";s:34:\"/civicrm/admin/report/list?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}}',NULL,NULL,NULL,1,0,1,1,1,1,1,0,'a:0:{}');
+ (458,1,'admin',NULL,NULL,NULL,NULL,NULL,NULL,'a:15:{s:26:\"Customize Data and Screens\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:20:{s:13:\"{weight}.Tags\";a:6:{s:5:\"title\";s:4:\"Tags\";s:4:\"desc\";s:158:\"Tags are useful for segmenting the contacts in your database into categories (e.g. Staff Member, Donor, Volunteer, etc.). Create and edit available tags here.\";s:2:\"id\";s:4:\"Tags\";s:3:\"url\";s:20:\"/civicrm/tag?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:20:\"{weight}.Custom Data\";a:6:{s:5:\"title\";s:11:\"Custom Data\";s:4:\"desc\";s:109:\"Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.\";s:2:\"id\";s:10:\"CustomData\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:17:\"{weight}.Profiles\";a:6:{s:5:\"title\";s:8:\"Profiles\";s:4:\"desc\";s:151:\"Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.\";s:2:\"id\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Activity Types\";a:6:{s:5:\"title\";s:14:\"Activity Types\";s:4:\"desc\";s:155:\"CiviCRM has several built-in activity types (meetings, phone calls, emails sent). Track other types of interactions by creating custom activity types here.\";s:2:\"id\";s:13:\"ActivityTypes\";s:3:\"url\";s:44:\"/civicrm/admin/options/activity_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Relationship Types\";a:6:{s:5:\"title\";s:18:\"Relationship Types\";s:4:\"desc\";s:148:\"Contacts can be linked to each other through Relationships (e.g. Spouse, Employer, etc.). Define the types of relationships you want to record here.\";s:2:\"id\";s:17:\"RelationshipTypes\";s:3:\"url\";s:30:\"/civicrm/admin/reltype?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Contact Types\";a:6:{s:5:\"title\";s:13:\"Contact Types\";s:4:\"desc\";N;s:2:\"id\";s:12:\"ContactTypes\";s:3:\"url\";s:38:\"/civicrm/admin/options/subtype?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Gender Options\";a:6:{s:5:\"title\";s:14:\"Gender Options\";s:4:\"desc\";s:79:\"Options for assigning gender to individual contacts (e.g. Male, Female, Other).\";s:2:\"id\";s:13:\"GenderOptions\";s:3:\"url\";s:37:\"/civicrm/admin/options/gender?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Individual Prefixes (Ms, Mr...)\";a:6:{s:5:\"title\";s:31:\"Individual Prefixes (Ms, Mr...)\";s:4:\"desc\";s:66:\"Options for individual contact prefixes (e.g. Ms., Mr., Dr. etc.).\";s:2:\"id\";s:27:\"IndividualPrefixes_Ms_Mr...\";s:3:\"url\";s:48:\"/civicrm/admin/options/individual_prefix?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Individual Suffixes (Jr, Sr...)\";a:6:{s:5:\"title\";s:31:\"Individual Suffixes (Jr, Sr...)\";s:4:\"desc\";s:61:\"Options for individual contact suffixes (e.g. Jr., Sr. etc.).\";s:2:\"id\";s:27:\"IndividualSuffixes_Jr_Sr...\";s:3:\"url\";s:48:\"/civicrm/admin/options/individual_suffix?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:39:\"{weight}.Location Types (Home, Work...)\";a:6:{s:5:\"title\";s:30:\"Location Types (Home, Work...)\";s:4:\"desc\";s:94:\"Options for categorizing contact addresses and phone numbers (e.g. Home, Work, Billing, etc.).\";s:2:\"id\";s:26:\"LocationTypes_Home_Work...\";s:3:\"url\";s:35:\"/civicrm/admin/locationType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Website Types\";a:6:{s:5:\"title\";s:13:\"Website Types\";s:4:\"desc\";s:48:\"Options for assigning website types to contacts.\";s:2:\"id\";s:12:\"WebsiteTypes\";s:3:\"url\";s:43:\"/civicrm/admin/options/website_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:35:\"{weight}.Instant Messenger Services\";a:6:{s:5:\"title\";s:26:\"Instant Messenger Services\";s:4:\"desc\";s:79:\"List of IM services which can be used when recording screen-names for contacts.\";s:2:\"id\";s:24:\"InstantMessengerServices\";s:3:\"url\";s:56:\"/civicrm/admin/options/instant_messenger_service?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Mobile Phone Providers\";a:6:{s:5:\"title\";s:22:\"Mobile Phone Providers\";s:4:\"desc\";s:90:\"List of mobile phone providers which can be assigned when recording contact phone numbers.\";s:2:\"id\";s:20:\"MobilePhoneProviders\";s:3:\"url\";s:46:\"/civicrm/admin/options/mobile_provider?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:19:\"{weight}.Phone Type\";a:6:{s:5:\"title\";s:10:\"Phone Type\";s:4:\"desc\";s:80:\"Options for assigning phone type to contacts (e.g Phone,\n    Mobile, Fax, Pager)\";s:2:\"id\";s:9:\"PhoneType\";s:3:\"url\";s:41:\"/civicrm/admin/options/phone_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Display Preferences\";a:6:{s:5:\"title\";s:19:\"Display Preferences\";s:4:\"desc\";N;s:2:\"id\";s:18:\"DisplayPreferences\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/display?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Search Preferences\";a:6:{s:5:\"title\";s:18:\"Search Preferences\";s:4:\"desc\";N;s:2:\"id\";s:17:\"SearchPreferences\";s:3:\"url\";s:37:\"/civicrm/admin/setting/search?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Date Preferences\";a:6:{s:5:\"title\";s:16:\"Date Preferences\";s:4:\"desc\";N;s:2:\"id\";s:15:\"DatePreferences\";s:3:\"url\";s:52:\"/civicrm/admin/setting/preferences/date/edit?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Navigation Menu\";a:6:{s:5:\"title\";s:15:\"Navigation Menu\";s:4:\"desc\";s:79:\"Add or remove menu items, and modify the order of items on the navigation menu.\";s:2:\"id\";s:14:\"NavigationMenu\";s:3:\"url\";s:27:\"/civicrm/admin/menu?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Word Replacements\";a:6:{s:5:\"title\";s:17:\"Word Replacements\";s:4:\"desc\";s:18:\"Word Replacements.\";s:2:\"id\";s:16:\"WordReplacements\";s:3:\"url\";s:47:\"/civicrm/admin/options/wordreplacements?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Manage Custom Searches\";a:6:{s:5:\"title\";s:22:\"Manage Custom Searches\";s:4:\"desc\";s:225:\"Developers and accidental techies with a bit of PHP and SQL knowledge can create new search forms to handle specific search and reporting needs which aren\'t covered by the built-in Advanced Search and Search Builder features.\";s:2:\"id\";s:20:\"ManageCustomSearches\";s:3:\"url\";s:44:\"/civicrm/admin/options/custom_search?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:6:\"Manage\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:42:\"{weight}.Find and Merge Duplicate Contacts\";a:6:{s:5:\"title\";s:33:\"Find and Merge Duplicate Contacts\";s:4:\"desc\";s:158:\"Manage the rules used to identify potentially duplicate contact records. Scan for duplicates using a selected rule and merge duplicate contact data as needed.\";s:2:\"id\";s:29:\"FindandMergeDuplicateContacts\";s:3:\"url\";s:36:\"/civicrm/contact/deduperules?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Dedupe Exceptions\";a:6:{s:5:\"title\";s:17:\"Dedupe Exceptions\";s:4:\"desc\";N;s:2:\"id\";s:16:\"DedupeExceptions\";s:3:\"url\";s:33:\"/civicrm/dedupe/exception?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Scheduled Jobs Log\";a:6:{s:5:\"title\";s:18:\"Scheduled Jobs Log\";s:4:\"desc\";s:46:\"Browsing the log of periodially running tasks.\";s:2:\"id\";s:16:\"ScheduledJobsLog\";s:3:\"url\";s:29:\"/civicrm/admin/joblog?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:14:\"CiviContribute\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:9:{s:32:\"{weight}.Personal Campaign Pages\";a:6:{s:5:\"title\";s:23:\"Personal Campaign Pages\";s:4:\"desc\";s:49:\"View and manage existing personal campaign pages.\";s:2:\"id\";s:21:\"PersonalCampaignPages\";s:3:\"url\";s:49:\"/civicrm/admin/pcp?context=contribute&amp;reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:34:\"{weight}.Manage Contribution Pages\";a:6:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:4:\"desc\";s:242:\"CiviContribute allows you to create and maintain any number of Online Contribution Pages. You can create different pages for different programs or campaigns - and customize text, amounts, types of information collected from contributors, etc.\";s:2:\"id\";s:23:\"ManageContributionPages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Manage Premiums\";a:6:{s:5:\"title\";s:15:\"Manage Premiums\";s:4:\"desc\";s:175:\"CiviContribute allows you to configure any number of Premiums which can be offered to contributors as incentives / thank-you gifts. Define the premiums you want to offer here.\";s:2:\"id\";s:14:\"ManagePremiums\";s:3:\"url\";s:48:\"/civicrm/admin/contribute/managePremiums?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Financial Types\";a:6:{s:5:\"title\";s:15:\"Financial Types\";s:4:\"desc\";s:64:\"Formerly civicrm_contribution_type merged into this table in 4.1\";s:2:\"id\";s:14:\"FinancialTypes\";s:3:\"url\";s:46:\"/civicrm/admin/financial/financialType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Financial Accounts\";a:6:{s:5:\"title\";s:18:\"Financial Accounts\";s:4:\"desc\";s:128:\"Financial types are used to categorize contributions for reporting and accounting purposes. These are also referred to as Funds.\";s:2:\"id\";s:17:\"FinancialAccounts\";s:3:\"url\";s:49:\"/civicrm/admin/financial/financialAccount?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Payment Methods\";a:6:{s:5:\"title\";s:15:\"Payment Methods\";s:4:\"desc\";s:224:\"You may choose to record the payment instrument used for each contribution. Common payment methods are installed by default (e.g. Check, Cash, Credit Card...). If your site requires additional payment methods, add them here.\";s:2:\"id\";s:14:\"PaymentMethods\";s:3:\"url\";s:49:\"/civicrm/admin/options/payment_instrument?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:30:\"{weight}.Accepted Credit Cards\";a:6:{s:5:\"title\";s:21:\"Accepted Credit Cards\";s:4:\"desc\";s:94:\"Credit card options that will be offered to contributors using your Online Contribution pages.\";s:2:\"id\";s:19:\"AcceptedCreditCards\";s:3:\"url\";s:48:\"/civicrm/admin/options/accept_creditcard?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Soft Credit Types\";a:6:{s:5:\"title\";s:17:\"Soft Credit Types\";s:4:\"desc\";s:86:\"Soft Credit Types that will be offered to contributors during soft credit contribution\";s:2:\"id\";s:15:\"SoftCreditTypes\";s:3:\"url\";s:47:\"/civicrm/admin/options/soft_credit_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:42:\"{weight}.CiviContribute Component Settings\";a:6:{s:5:\"title\";s:33:\"CiviContribute Component Settings\";s:4:\"desc\";s:42:\"Configure global CiviContribute behaviors.\";s:2:\"id\";s:31:\"CiviContributeComponentSettings\";s:3:\"url\";s:53:\"/civicrm/admin/setting/preferences/contribute?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:14:\"Communications\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:11:{s:46:\"{weight}.Organization Address and Contact Info\";a:6:{s:5:\"title\";s:37:\"Organization Address and Contact Info\";s:4:\"desc\";s:150:\"Configure primary contact name, email, return-path and address information. This information is used by CiviMail to identify the sending organization.\";s:2:\"id\";s:33:\"OrganizationAddressandContactInfo\";s:3:\"url\";s:47:\"/civicrm/admin/domain?action=update&amp;reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:29:\"{weight}.From Email Addresses\";a:6:{s:5:\"title\";s:20:\"From Email Addresses\";s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:2:\"id\";s:18:\"FromEmailAddresses\";s:3:\"url\";s:49:\"/civicrm/admin/options/from_email_address?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Message Templates\";a:6:{s:5:\"title\";s:17:\"Message Templates\";s:4:\"desc\";s:130:\"Message templates allow you to save and re-use messages with layouts which you can use when sending email to one or more contacts.\";s:2:\"id\";s:16:\"MessageTemplates\";s:3:\"url\";s:39:\"/civicrm/admin/messageTemplates?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Schedule Reminders\";a:6:{s:5:\"title\";s:18:\"Schedule Reminders\";s:4:\"desc\";s:19:\"Schedule Reminders.\";s:2:\"id\";s:17:\"ScheduleReminders\";s:3:\"url\";s:40:\"/civicrm/admin/scheduleReminders?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Preferred Communication Methods\";a:6:{s:5:\"title\";s:31:\"Preferred Communication Methods\";s:4:\"desc\";s:117:\"One or more preferred methods of communication can be assigned to each contact. Customize the available options here.\";s:2:\"id\";s:29:\"PreferredCommunicationMethods\";s:3:\"url\";s:61:\"/civicrm/admin/options/preferred_communication_method?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Label Page Formats\";a:6:{s:5:\"title\";s:18:\"Label Page Formats\";s:4:\"desc\";s:82:\"Configure label sizes and page layouts that are used when printing mailing labels.\";s:2:\"id\";s:16:\"LabelPageFormats\";s:3:\"url\";s:35:\"/civicrm/admin/labelFormats?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.Print Page (PDF) Formats\";a:6:{s:5:\"title\";s:24:\"Print Page (PDF) Formats\";s:4:\"desc\";s:95:\"Configure PDF Page Formats that can be assigned to Message Templates when creating PDF letters.\";s:2:\"id\";s:20:\"PrintPage_PDFFormats\";s:3:\"url\";s:33:\"/civicrm/admin/pdfFormats?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:36:\"{weight}.Communication Style Options\";a:6:{s:5:\"title\";s:27:\"Communication Style Options\";s:4:\"desc\";s:42:\"Options for Communication Style selection.\";s:2:\"id\";s:25:\"CommunicationStyleOptions\";s:3:\"url\";s:50:\"/civicrm/admin/options/communication_style?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Email Greeting Formats\";a:6:{s:5:\"title\";s:22:\"Email Greeting Formats\";s:4:\"desc\";s:75:\"Options for assigning email greetings to individual and household contacts.\";s:2:\"id\";s:20:\"EmailGreetingFormats\";s:3:\"url\";s:45:\"/civicrm/admin/options/email_greeting?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Postal Greeting Formats\";a:6:{s:5:\"title\";s:23:\"Postal Greeting Formats\";s:4:\"desc\";s:76:\"Options for assigning postal greetings to individual and household contacts.\";s:2:\"id\";s:21:\"PostalGreetingFormats\";s:3:\"url\";s:46:\"/civicrm/admin/options/postal_greeting?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Addressee Formats\";a:6:{s:5:\"title\";s:17:\"Addressee Formats\";s:4:\"desc\";s:83:\"Options for assigning addressee to individual, household and organization contacts.\";s:2:\"id\";s:16:\"AddresseeFormats\";s:3:\"url\";s:40:\"/civicrm/admin/options/addressee?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"Localization\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:4:{s:39:\"{weight}.Languages, Currency, Locations\";a:6:{s:5:\"title\";s:30:\"Languages, Currency, Locations\";s:4:\"desc\";N;s:2:\"id\";s:28:\"Languages_Currency_Locations\";s:3:\"url\";s:43:\"/civicrm/admin/setting/localization?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Address Settings\";a:6:{s:5:\"title\";s:16:\"Address Settings\";s:4:\"desc\";N;s:2:\"id\";s:15:\"AddressSettings\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/address?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:21:\"{weight}.Date Formats\";a:6:{s:5:\"title\";s:12:\"Date Formats\";s:4:\"desc\";N;s:2:\"id\";s:11:\"DateFormats\";s:3:\"url\";s:35:\"/civicrm/admin/setting/date?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Preferred Languages\";a:6:{s:5:\"title\";s:19:\"Preferred Languages\";s:4:\"desc\";s:30:\"Options for contact languages.\";s:2:\"id\";s:18:\"PreferredLanguages\";s:3:\"url\";s:40:\"/civicrm/admin/options/languages?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:21:\"Users and Permissions\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:2:{s:23:\"{weight}.Access Control\";a:6:{s:5:\"title\";s:14:\"Access Control\";s:4:\"desc\";s:73:\"Grant or deny access to actions (view, edit...), features and components.\";s:2:\"id\";s:13:\"AccessControl\";s:3:\"url\";s:29:\"/civicrm/admin/access?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:38:\"{weight}.Synchronize Users to Contacts\";a:6:{s:5:\"title\";s:29:\"Synchronize Users to Contacts\";s:4:\"desc\";s:71:\"Automatically create a CiviCRM contact record for each CMS user record.\";s:2:\"id\";s:26:\"SynchronizeUserstoContacts\";s:3:\"url\";s:32:\"/civicrm/admin/synchUser?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:15:\"System Settings\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:20:{s:32:\"{weight}.Configuration Checklist\";a:6:{s:5:\"title\";s:23:\"Configuration Checklist\";s:4:\"desc\";s:55:\"List of configuration tasks with links to each setting.\";s:2:\"id\";s:22:\"ConfigurationChecklist\";s:3:\"url\";s:33:\"/civicrm/admin/configtask?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:34:\"{weight}.Enable CiviCRM Components\";a:6:{s:5:\"title\";s:25:\"Enable CiviCRM Components\";s:4:\"desc\";s:269:\"Enable or disable components (e.g. CiviEvent, CiviMember, etc.) for your site based on the features you need. We recommend disabling any components not being used in order to simplify the user interface. You can easily re-enable components at any time from this screen.\";s:2:\"id\";s:23:\"EnableCiviCRMComponents\";s:3:\"url\";s:40:\"/civicrm/admin/setting/component?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Manage Extensions\";a:6:{s:5:\"title\";s:17:\"Manage Extensions\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:16:\"ManageExtensions\";s:3:\"url\";s:33:\"/civicrm/admin/extensions?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Outbound Email Settings\";a:6:{s:5:\"title\";s:23:\"Outbound Email Settings\";s:4:\"desc\";N;s:2:\"id\";s:21:\"OutboundEmailSettings\";s:3:\"url\";s:35:\"/civicrm/admin/setting/smtp?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:37:\"{weight}.Settings - Payment Processor\";a:6:{s:5:\"title\";s:28:\"Settings - Payment Processor\";s:4:\"desc\";s:48:\"Payment Processor setup for CiviCRM transactions\";s:2:\"id\";s:25:\"Settings-PaymentProcessor\";s:3:\"url\";s:39:\"/civicrm/admin/paymentProcessor?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:30:\"{weight}.Mapping and Geocoding\";a:6:{s:5:\"title\";s:21:\"Mapping and Geocoding\";s:4:\"desc\";N;s:2:\"id\";s:19:\"MappingandGeocoding\";s:3:\"url\";s:38:\"/civicrm/admin/setting/mapping?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:53:\"{weight}.Misc (Undelete, PDFs, Limits, Logging, etc.)\";a:6:{s:5:\"title\";s:44:\"Misc (Undelete, PDFs, Limits, Logging, etc.)\";s:4:\"desc\";s:63:\"Enable undelete/move to trash feature, detailed change logging.\";s:2:\"id\";s:38:\"Misc_Undelete_PDFs_Limits_Logging_etc.\";s:3:\"url\";s:35:\"/civicrm/admin/setting/misc?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:20:\"{weight}.Directories\";a:6:{s:5:\"title\";s:11:\"Directories\";s:4:\"desc\";N;s:2:\"id\";s:11:\"Directories\";s:3:\"url\";s:35:\"/civicrm/admin/setting/path?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Resource URLs\";a:6:{s:5:\"title\";s:13:\"Resource URLs\";s:4:\"desc\";N;s:2:\"id\";s:12:\"ResourceURLs\";s:3:\"url\";s:34:\"/civicrm/admin/setting/url?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:40:\"{weight}.Cleanup Caches and Update Paths\";a:6:{s:5:\"title\";s:31:\"Cleanup Caches and Update Paths\";s:4:\"desc\";s:157:\"Reset the Base Directory Path and Base URL settings - generally when a CiviCRM site is moved to another location in the file system and/or to another domain.\";s:2:\"id\";s:27:\"CleanupCachesandUpdatePaths\";s:3:\"url\";s:50:\"/civicrm/admin/setting/updateConfigBackend?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.CMS Database Integration\";a:6:{s:5:\"title\";s:24:\"CMS Database Integration\";s:4:\"desc\";N;s:2:\"id\";s:22:\"CMSDatabaseIntegration\";s:3:\"url\";s:33:\"/civicrm/admin/setting/uf?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:36:\"{weight}.Safe File Extension Options\";a:6:{s:5:\"title\";s:27:\"Safe File Extension Options\";s:4:\"desc\";s:44:\"File Extensions that can be considered safe.\";s:2:\"id\";s:24:\"SafeFileExtensionOptions\";s:3:\"url\";s:50:\"/civicrm/admin/options/safe_file_extension?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Option Groups\";a:6:{s:5:\"title\";s:13:\"Option Groups\";s:4:\"desc\";s:35:\"Access all meta-data option groups.\";s:2:\"id\";s:12:\"OptionGroups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Import/Export Mappings\";a:6:{s:5:\"title\";s:22:\"Import/Export Mappings\";s:4:\"desc\";s:141:\"Import and Export mappings allow you to easily run the same job multiple times. This option allows you to rename or delete existing mappings.\";s:2:\"id\";s:21:\"Import_ExportMappings\";s:3:\"url\";s:30:\"/civicrm/admin/mapping?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:18:\"{weight}.Debugging\";a:6:{s:5:\"title\";s:9:\"Debugging\";s:4:\"desc\";N;s:2:\"id\";s:9:\"Debugging\";s:3:\"url\";s:36:\"/civicrm/admin/setting/debug?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:28:\"{weight}.Multi Site Settings\";a:6:{s:5:\"title\";s:19:\"Multi Site Settings\";s:4:\"desc\";N;s:2:\"id\";s:17:\"MultiSiteSettings\";s:3:\"url\";s:52:\"/civicrm/admin/setting/preferences/multisite?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Scheduled Jobs\";a:6:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:4:\"desc\";s:35:\"Managing periodially running tasks.\";s:2:\"id\";s:13:\"ScheduledJobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Edit Scheduled Job\";a:6:{s:5:\"title\";s:18:\"Edit Scheduled Job\";s:4:\"desc\";s:32:\"Edit a periodially running task.\";s:2:\"id\";s:16:\"EditScheduledJob\";s:3:\"url\";s:31:\"/civicrm/admin/job/edit?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Sms Providers\";a:6:{s:5:\"title\";s:13:\"Sms Providers\";s:4:\"desc\";s:27:\"To configure a sms provider\";s:2:\"id\";s:12:\"SmsProviders\";s:3:\"url\";s:35:\"/civicrm/admin/sms/provider?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.reCAPTCHA Settings\";a:6:{s:5:\"title\";s:18:\"reCAPTCHA Settings\";s:4:\"desc\";s:108:\"Uses the Google reCAPTCHA web service to improve the CAPTCHA system. It is tough on bots and easy on humans.\";s:2:\"id\";s:17:\"reCAPTCHASettings\";s:3:\"url\";s:40:\"/civicrm/admin/setting/recaptcha?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"CiviCampaign\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:40:\"{weight}.CiviCampaign Component Settings\";a:6:{s:5:\"title\";s:31:\"CiviCampaign Component Settings\";s:4:\"desc\";s:40:\"Configure global CiviCampaign behaviors.\";s:2:\"id\";s:29:\"CiviCampaignComponentSettings\";s:3:\"url\";s:51:\"/civicrm/admin/setting/preferences/campaign?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:21:\"{weight}.Survey Types\";a:6:{s:5:\"title\";s:12:\"Survey Types\";s:4:\"desc\";N;s:2:\"id\";s:11:\"SurveyTypes\";s:3:\"url\";s:42:\"/civicrm/admin/campaign/surveyType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:23:\"{weight}.Campaign Types\";a:6:{s:5:\"title\";s:14:\"Campaign Types\";s:4:\"desc\";s:47:\"categorize your campaigns using campaign types.\";s:2:\"id\";s:13:\"CampaignTypes\";s:3:\"url\";s:44:\"/civicrm/admin/options/campaign_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Campaign Status\";a:6:{s:5:\"title\";s:15:\"Campaign Status\";s:4:\"desc\";s:34:\"Define statuses for campaign here.\";s:2:\"id\";s:14:\"CampaignStatus\";s:3:\"url\";s:46:\"/civicrm/admin/options/campaign_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Engagement Index\";a:6:{s:5:\"title\";s:16:\"Engagement Index\";s:4:\"desc\";s:18:\"Engagement levels.\";s:2:\"id\";s:15:\"EngagementIndex\";s:3:\"url\";s:47:\"/civicrm/admin/options/engagement_index?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:9:\"CiviEvent\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:8:{s:37:\"{weight}.CiviEvent Component Settings\";a:6:{s:5:\"title\";s:28:\"CiviEvent Component Settings\";s:4:\"desc\";s:37:\"Configure global CiviEvent behaviors.\";s:2:\"id\";s:26:\"CiviEventComponentSettings\";s:3:\"url\";s:48:\"/civicrm/admin/setting/preferences/event?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.Event Name Badge Layouts\";a:6:{s:5:\"title\";s:24:\"Event Name Badge Layouts\";s:4:\"desc\";s:107:\"Configure name badge layouts for event participants, including logos and what data to include on the badge.\";s:2:\"id\";s:21:\"EventNameBadgeLayouts\";s:3:\"url\";s:52:\"/civicrm/admin/badgelayout?action=browse&amp;reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Manage Events\";a:6:{s:5:\"title\";s:13:\"Manage Events\";s:4:\"desc\";s:136:\"Create and edit event configuration including times, locations, online registration forms, and fees. Links for iCal and RSS syndication.\";s:2:\"id\";s:12:\"ManageEvents\";s:3:\"url\";s:28:\"/civicrm/admin/event?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Event Templates\";a:6:{s:5:\"title\";s:15:\"Event Templates\";s:4:\"desc\";s:115:\"Administrators can create Event Templates - which are basically master event records pre-filled with default values\";s:2:\"id\";s:14:\"EventTemplates\";s:3:\"url\";s:36:\"/civicrm/admin/eventTemplate?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:20:\"{weight}.Event Types\";a:6:{s:5:\"title\";s:11:\"Event Types\";s:4:\"desc\";s:143:\"Use Event Types to categorize your events. Event feeds can be filtered by Event Type and participant searches can use Event Type as a criteria.\";s:2:\"id\";s:10:\"EventTypes\";s:3:\"url\";s:41:\"/civicrm/admin/options/event_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Participant Status\";a:6:{s:5:\"title\";s:18:\"Participant Status\";s:4:\"desc\";s:154:\"Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.\";s:2:\"id\";s:17:\"ParticipantStatus\";s:3:\"url\";s:41:\"/civicrm/admin/participant_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Participant Role\";a:6:{s:5:\"title\";s:16:\"Participant Role\";s:4:\"desc\";s:138:\"Define participant roles for events here (e.g. Attendee, Host, Speaker...). You can then assign roles and search for participants by role.\";s:2:\"id\";s:15:\"ParticipantRole\";s:3:\"url\";s:47:\"/civicrm/admin/options/participant_role?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:38:\"{weight}.Participant Listing Templates\";a:6:{s:5:\"title\";s:29:\"Participant Listing Templates\";s:4:\"desc\";s:48:\"Template to control participant listing display.\";s:2:\"id\";s:27:\"ParticipantListingTemplates\";s:3:\"url\";s:50:\"/civicrm/admin/options/participant_listing?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:8:\"CiviMail\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:36:\"{weight}.CiviMail Component Settings\";a:6:{s:5:\"title\";s:27:\"CiviMail Component Settings\";s:4:\"desc\";s:36:\"Configure global CiviMail behaviors.\";s:2:\"id\";s:25:\"CiviMailComponentSettings\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/mailing?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Mailer Settings\";a:6:{s:5:\"title\";s:15:\"Mailer Settings\";s:4:\"desc\";s:61:\"Configure spool period, throttling and other mailer settings.\";s:2:\"id\";s:14:\"MailerSettings\";s:3:\"url\";s:27:\"/civicrm/admin/mail?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:49:\"{weight}.Headers, Footers, and Automated Messages\";a:6:{s:5:\"title\";s:40:\"Headers, Footers, and Automated Messages\";s:4:\"desc\";s:143:\"Configure the header and footer used for mailings. Customize the content of automated Subscribe, Unsubscribe, Resubscribe and Opt-out messages.\";s:2:\"id\";s:36:\"Headers_Footers_andAutomatedMessages\";s:3:\"url\";s:37:\"/civicrm/admin/component/edit?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:29:\"{weight}.From Email Addresses\";a:6:{s:5:\"title\";s:20:\"From Email Addresses\";s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:2:\"id\";s:18:\"FromEmailAddresses\";s:3:\"url\";s:58:\"/civicrm/admin/options/from_email_address/civimail?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Mail Accounts\";a:6:{s:5:\"title\";s:13:\"Mail Accounts\";s:4:\"desc\";s:20:\"List email accounts.\";s:2:\"id\";s:12:\"MailAccounts\";s:3:\"url\";s:35:\"/civicrm/admin/mailSettings?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:10:\"CiviMember\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:38:\"{weight}.CiviMember Component Settings\";a:6:{s:5:\"title\";s:29:\"CiviMember Component Settings\";s:4:\"desc\";s:38:\"Configure global CiviMember behaviors.\";s:2:\"id\";s:27:\"CiviMemberComponentSettings\";s:3:\"url\";s:49:\"/civicrm/admin/setting/preferences/member?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Membership Types\";a:6:{s:5:\"title\";s:16:\"Membership Types\";s:4:\"desc\";s:174:\"Define the types of memberships you want to offer. For each type, you can specify a \'name\' (Gold Member, Honor Society Member...), a description, duration, and a minimum fee.\";s:2:\"id\";s:15:\"MembershipTypes\";s:3:\"url\";s:44:\"/civicrm/admin/member/membershipType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:32:\"{weight}.Membership Status Rules\";a:6:{s:5:\"title\";s:23:\"Membership Status Rules\";s:4:\"desc\";s:187:\"Status \'rules\' define the current status for a membership based on that membership\'s start and end dates. You can adjust the default status options and rules as needed to meet your needs.\";s:2:\"id\";s:21:\"MembershipStatusRules\";s:3:\"url\";s:46:\"/civicrm/admin/member/membershipStatus?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:12:\"Option Lists\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:20:\"{weight}.Grant Types\";a:6:{s:5:\"title\";s:11:\"Grant Types\";s:4:\"desc\";s:148:\"List of types which can be assigned to Grants. (Enable CiviGrant from Administer > System Settings > Enable Components if you want to track grants.)\";s:2:\"id\";s:10:\"GrantTypes\";s:3:\"url\";s:41:\"/civicrm/admin/options/grant_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:9:\"Customize\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:19:\"{weight}.Price Sets\";a:6:{s:5:\"title\";s:10:\"Price Sets\";s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";s:2:\"id\";s:9:\"PriceSets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:8:\"CiviCase\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:26:\"{weight}.CiviCase Settings\";a:6:{s:5:\"title\";s:17:\"CiviCase Settings\";s:4:\"desc\";N;s:2:\"id\";s:16:\"CiviCaseSettings\";s:3:\"url\";s:35:\"/civicrm/admin/setting/case?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:19:\"{weight}.Case Types\";a:6:{s:5:\"title\";s:10:\"Case Types\";s:4:\"desc\";s:137:\"List of types which can be assigned to Cases. (Enable the Cases tab from System Settings - Enable Components if you want to track cases.)\";s:2:\"id\";s:9:\"CaseTypes\";s:3:\"url\";s:40:\"/civicrm/admin/options/case_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Redaction Rules\";a:6:{s:5:\"title\";s:15:\"Redaction Rules\";s:4:\"desc\";s:223:\"List of rules which can be applied to user input strings so that the redacted output can be recognized as repeated instances of the same string or can be identified as a \"semantic type of the data element\" within case data.\";s:2:\"id\";s:14:\"RedactionRules\";s:3:\"url\";s:45:\"/civicrm/admin/options/redaction_rule?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Case Statuses\";a:6:{s:5:\"title\";s:13:\"Case Statuses\";s:4:\"desc\";s:48:\"List of statuses that can be assigned to a case.\";s:2:\"id\";s:12:\"CaseStatuses\";s:3:\"url\";s:42:\"/civicrm/admin/options/case_status?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:26:\"{weight}.Encounter Mediums\";a:6:{s:5:\"title\";s:17:\"Encounter Mediums\";s:4:\"desc\";s:26:\"List of encounter mediums.\";s:2:\"id\";s:16:\"EncounterMediums\";s:3:\"url\";s:47:\"/civicrm/admin/options/encounter_medium?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}s:10:\"CiviReport\";a:2:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:40:\"{weight}.Create New Report from Template\";a:6:{s:5:\"title\";s:31:\"Create New Report from Template\";s:4:\"desc\";s:49:\"Component wise listing of all available templates\";s:2:\"id\";s:27:\"CreateNewReportfromTemplate\";s:3:\"url\";s:43:\"/civicrm/admin/report/template/list?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Manage Templates\";a:6:{s:5:\"title\";s:16:\"Manage Templates\";s:4:\"desc\";s:45:\"Browse, Edit and Delete the Report templates.\";s:2:\"id\";s:15:\"ManageTemplates\";s:3:\"url\";s:53:\"/civicrm/admin/report/options/report_template?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Reports Listing\";a:6:{s:5:\"title\";s:15:\"Reports Listing\";s:4:\"desc\";s:60:\"Browse existing report, change report criteria and settings.\";s:2:\"id\";s:14:\"ReportsListing\";s:3:\"url\";s:34:\"/civicrm/admin/report/list?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}}}',NULL,NULL,NULL,1,0,1,1,1,1,1,0,'a:0:{}');
 /*!40000 ALTER TABLE `civicrm_menu` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -5367,8 +5339,8 @@ INSERT INTO `civicrm_msg_template` (`id`, `msg_title`, `msg_subject`, `msg_text`
  (28,'Additional Payment Receipt or Refund Notification','{if {financial_trxn.total_amount|raw} < 0}{ts}Refund Notification{/ts}{else}{ts}Payment Receipt{/ts}{/if}{if {event.title|boolean}} - {event.title}{/if} - {contact.display_name}\n','','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=emptyBlockStyle}style=\"padding: 10px; border-bottom: 1px solid #999;background-color: #f7f7f7;\"{/capture}\n{capture assign=emptyBlockValueStyle}style=\"padding: 10px; border-bottom: 1px solid #999;\"{/capture}\n\n <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n  <tr>\n    <td>\n      {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n      {if {financial_trxn.total_amount|raw} < 0}\n        <p>{ts}A refund has been issued based on changes in your registration selections.{/ts}</p>\n      {else}\n        <p>{ts}Below you will find a receipt for this payment.{/ts}</p>\n        {if !{contribution.balance_amount|boolean}}\n          <p>{ts}Thank you for completing this contribution.{/ts}</p>\n        {/if}\n      {/if}\n    </td>\n  </tr>\n  <tr>\n   <td>\n    <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n      {if {financial_trxn.total_amount|raw} < 0}\n      <tr>\n        <th {$headerStyle}>{ts}Refund Details{/ts}</th>\n      </tr>\n      <tr>\n        <td {$labelStyle}>\n        {ts}This Refund Amount{/ts}\n        </td>\n        <td {$valueStyle}>\n          {financial_trxn.total_amount}\n        </td>\n      </tr>\n    {else}\n      <tr>\n        <th {$headerStyle}>{ts}Payment Details{/ts}</th>\n      </tr>\n      <tr>\n        <td {$labelStyle}>\n        {ts}This Payment Amount{/ts}\n        </td>\n        <td {$valueStyle}>\n        {financial_trxn.total_amount}\n        </td>\n      </tr>\n    {/if}\n    {if {financial_trxn.trxn_date|boolean}}\n      <tr>\n        <td {$labelStyle}>\n        {ts}Transaction Date{/ts}\n        </td>\n        <td {$valueStyle}>\n         {financial_trxn.trxn_date}\n        </td>\n      </tr>\n    {/if}\n    {if {financial_trxn.trxn_id|boolean}}\n      <tr>\n        <td {$labelStyle}>\n        {ts}Transaction #{/ts}\n        </td>\n        <td {$valueStyle}>\n          {financial_trxn.trxn_id}\n        </td>\n      </tr>\n    {/if}\n    {if {financial_trxn.payment_instrument_id|boolean}}\n      <tr>\n        <td {$labelStyle}>\n        {ts}Paid By{/ts}\n        </td>\n        <td {$valueStyle}>\n          {financial_trxn.payment_instrument_id:label}\n        </td>\n      </tr>\n    {/if}\n    {if {financial_trxn.check_number|boolean}}\n      <tr>\n        <td {$labelStyle}>\n        {ts}Check Number{/ts}\n        </td>\n        <td {$valueStyle}>\n          {financial_trxn.check_number}\n        </td>\n      </tr>\n    {/if}\n\n  <tr>\n    <th {$headerStyle}>{ts}Contribution Details{/ts}</th>\n  </tr>\n  {if {contribution.total_amount|boolean}}\n  <tr>\n    <td {$labelStyle}>\n      {ts}Total Fee{/ts}\n    </td>\n    <td {$valueStyle}>\n      {contribution.total_amount}\n    </td>\n  </tr>\n  {/if}\n  {if {contribution.paid_amount|boolean}}\n  <tr>\n    <td {$labelStyle}>\n      {ts}Total Paid{/ts}\n    </td>\n    <td {$valueStyle}>\n      {contribution.paid_amount}\n    </td>\n  </tr>\n  {/if}\n  {if {contribution.balance_amount|boolean}}\n  <tr>\n    <td {$labelStyle}>\n      {ts}Balance Owed{/ts}\n    </td>\n    <td {$valueStyle}>\n      {contribution.balance_amount}\n    </td>\n  </tr>\n  {/if}\n  </table>\n\n  </td>\n  </tr>\n    <tr>\n      <td>\n  <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n    {if !empty($billingName) || !empty($address)}\n        <tr>\n          <th {$headerStyle}>\n              {ts}Billing Name and Address{/ts}\n          </th>\n        </tr>\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n        {if !empty($billingName)}{$billingName}{/if}<br />\n        {if !empty($address)}{$address|nl2br}{/if}\n          </td>\n        </tr>\n      {/if}\n    {if {financial_trxn.pan_truncation|boolean}}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Credit Card Information{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {financial_trxn.card_type_id:label}<br />\n          ************{financial_trxn.pan_truncation}<br />\n        </td>\n      </tr>\n    {/if}\n    {if {event.id|boolean}}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Event Information and Location{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {event.event_title}<br />\n          {event.start_date|crmDate}{if {event.end_date|boolean}}-{if \'{event.end_date|crmDate:\"%Y%m%d\"}\' === \'{event.start_date|crmDate:\"%Y%m%d\"}\'}{event.end_date|crmDate:\"Time\"}{else}{event.end_date}{/if}{/if}\n        </td>\n      </tr>\n\n      {if {participant.role_id|boolean}}\n      <tr>\n        <td {$labelStyle}>\n          {ts}Participant Role{/ts}\n        </td>\n        <td {$valueStyle}>\n         {participant.role_id:label}\n        </td>\n      </tr>\n      {/if}\n\n      {if {event.is_show_location|boolean}}\n            <tr>\n              <td colspan=\"2\" {$valueStyle}>\n                  {event.location}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n            <tr>\n              <td colspan=\"2\" {$labelStyle}>\n                  {ts}Event Contacts:{/ts}\n              </td>\n            </tr>\n\n             {if {event.loc_block_id.phone_id.phone|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {if {event.loc_block_id.phone_id.phone_type_id|boolean}}\n                      {event.loc_block_id.phone_id.phone_type_id:label}\n                  {else}\n                      {ts}Phone{/ts}\n                  {/if}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n              </td>\n            </tr>\n          {/if}\n             {if {event.loc_block_id.phone_2_id.phone|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {if {event.loc_block_id.phone_2_id.phone_type_id|boolean}}\n                      {event.loc_block_id.phone_2_id.phone_type_id:label}\n                  {else}\n                      {ts}Phone{/ts}\n                  {/if}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.phone_2_id.phone} {if {event.loc_block_id.phone_2_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_2_id.phone_ext}{/if}\n              </td>\n            </tr>\n          {/if}\n\n              {if {event.loc_block_id.email_id.email|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Email{/ts}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.email_id.email}\n              </td>\n            </tr>\n          {/if}\n\n              {if {event.loc_block_id.email_2_id.email|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                      {ts}Email{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                      {event.loc_block_id.email_2_id.email}\n                  </td>\n                </tr>\n              {/if}\n            {/if}\n\n          {/if}\n        </table>\n      </td>\n    </tr>\n  </table>\n </body>\n</html>\n',1,827,'payment_or_refund_notification',0,1,0,NULL),
  (29,'Events - Registration Confirmation and Receipt (off-line)','{ts}Event Confirmation{/ts} - {event.title} - {contact.display_name}\n','','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n  <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=tdfirstStyle}style=\"width: 180px; padding-bottom: 15px;\"{/capture}\n{capture assign=tdStyle}style=\"width: 100px;\"{/capture}\n{capture assign=participantTotalStyle}style=\"margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;\"{/capture}\n\n<table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n    {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n\n    {if $userText}\n     <p>{$userText}</p>\n    {/if}\n\n    {if !empty($isOnWaitlist)}\n      <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n      <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n    {elseif !empty($isRequireApproval)}\n      <p>{ts}Your registration has been submitted.{/ts}</p>\n      <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n    {elseif {contribution.is_pay_later|boolean} && {contribution.balance_amount|boolean}}\n     <p>{event.pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n    {/if}\n\n   </td>\n  </tr>\n  <tr>\n   <td>\n    <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n     <tr>\n      <th {$headerStyle}>\n       {ts}Event Information and Location{/ts}\n      </th>\n     </tr>\n     <tr>\n      <td colspan=\"2\" {$valueStyle}>\n       {event.title}<br />\n       {event.start_date|crmDate}{if {event.end_date|boolean}}-{if \'{event.end_date|crmDate:\"%Y%m%d\"}\' === \'{event.start_date|crmDate:\"%Y%m%d\"}\'}{event.end_date|crmDate:\"Time\"}{else}{event.end_date}{/if}{/if}\n      </td>\n     </tr>\n\n     {if \"{participant.role_id:label}\" neq \'Attendee\'}\n      <tr>\n       <td {$labelStyle}>\n        {ts}Participant Role{/ts}\n       </td>\n       <td {$valueStyle}>\n         {participant.role_id:label}\n       </td>\n      </tr>\n     {/if}\n\n     {if {event.is_show_location|boolean}}\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n         {event.location}\n       </td>\n      </tr>\n     {/if}\n\n     {if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n       <tr>\n         <td colspan=\"2\" {$labelStyle}>\n           {ts}Event Contacts:{/ts}\n         </td>\n       </tr>\n\n       {if {event.loc_block_id.phone_id.phone|boolean}}\n         <tr>\n           <td {$labelStyle}>\n             {if {event.loc_block_id.phone_id.phone_type_id|boolean}}\n               {event.loc_block_id.phone_id.phone_type_id:label}\n             {else}\n               {ts}Phone{/ts}\n             {/if}\n           </td>\n         <td {$valueStyle}>\n          {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n         </td>\n        </tr>\n       {/if}\n       {if {event.loc_block_id.phone_2_id.phone|boolean}}\n         <tr>\n           <td {$labelStyle}>\n             {if {event.loc_block_id.phone_2_id.phone_type_id|boolean}}\n               {event.loc_block_id.phone_2_id.phone_type_id:label}\n             {else}\n               {ts}Phone{/ts}\n             {/if}\n           </td>\n           <td {$valueStyle}>\n             {event.loc_block_id.phone_2_id.phone} {if {event.loc_block_id.phone_2_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_2_id.phone_ext}{/if}\n           </td>\n         </tr>\n       {/if}\n\n       {if {event.loc_block_id.email_id.email|boolean}}\n        <tr>\n         <td {$labelStyle}>\n          {ts}Email{/ts}\n         </td>\n         <td {$valueStyle}>\n           {event.loc_block_id.email_id.email}\n         </td>\n        </tr>\n       {/if}\n\n       {if {event.loc_block_id.email_2_id.email|boolean}}\n         <tr>\n           <td {$labelStyle}>\n             {ts}Email{/ts}\n           </td>\n           <td {$valueStyle}>\n               {event.loc_block_id.email_2_id.email}\n           </td>\n         </tr>\n       {/if}\n     {/if}\n\n     {if {event.is_public|boolean} and {event.is_show_calendar_links|boolean}}\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n        {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n        <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n       </td>\n      </tr>\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n        {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n         <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n       </td>\n      </tr>\n     {/if}\n\n     {if {contact.email_primary.email|boolean}}\n      <tr>\n       <th {$headerStyle}>\n        {ts}Registered Email{/ts}\n       </th>\n      </tr>\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n         {contact.email_primary.email}\n       </td>\n      </tr>\n     {/if}\n\n\n     {if {event.is_monetary|boolean}}\n      <tr>\n        <th {$headerStyle}>\n            {event.fee_label}\n        </th>\n      </tr>\n        {if $isShowLineItems}\n          {foreach from=$participants key=index item=currentParticipant}\n            {if $isPrimary || {participant.id} === $currentParticipant.id}\n              {if $isPrimary && ($participants|@count > 1)} {* Header for multi participant registration cases. *}\n                <tr>\n                  <td colspan=\"2\" {$labelStyle}>\n                    {$currentParticipant.contact.display_name}\n                  </td>\n                </tr>\n              {/if}\n              <tr>\n                <td colspan=\"2\" {$valueStyle}>\n                  <table>\n                    <tr>\n                      <th>{ts}Item{/ts}</th>\n                      <th>{ts}Qty{/ts}</th>\n                      <th>{ts}Each{/ts}</th>\n                      {if $isShowTax && {contribution.tax_amount|boolean}}\n                        <th>{ts}Subtotal{/ts}</th>\n                        <th>{ts}Tax Rate{/ts}</th>\n                        <th>{ts}Tax Amount{/ts}</th>\n                      {/if}\n                      <th>{ts}Total{/ts}</th>\n                        {if $isShowParticipantCount}\n                          <th>{ts}Total Participants{/ts}</th>\n                        {/if}\n                    </tr>\n                    {foreach from=$currentParticipant.line_items item=line}\n                      <tr>\n                        <td {$tdfirstStyle}>{$line.title}</td>\n                        <td {$tdStyle} align=\"middle\">{$line.qty}</td>\n                        <td {$tdStyle}>{$line.unit_price|crmMoney:$currency}</td>\n                          {if $isShowTax && {contribution.tax_amount|boolean}}\n                            <td>{$line.line_total|crmMoney:$currency}</td>\n                            {if $line.tax_rate || $line.tax_amount != \"\"}\n                              <td>{$line.tax_rate|string_format:\"%.2f\"}%</td>\n                              <td>{$line.tax_amount|crmMoney:$currency}</td>\n                            {else}\n                              <td></td>\n                              <td></td>\n                            {/if}\n                          {/if}\n                        <td {$tdStyle}>\n                            {$line.line_total_inclusive|crmMoney:$currency}\n                        </td>\n                        {if $isShowParticipantCount}\n                          <td {$tdStyle}>{$line.participant_count}</td>\n                        {/if}\n                      </tr>\n                    {/foreach}\n                    {if $isShowTax && $isPrimary && ($participants|@count > 1)}\n                      <tr {$participantTotalStyle}>\n                        <td colspan=3>{ts 1=$currentParticipant.contact.display_name}Total for %1{/ts}</td>\n                        <td colspan=2>{$currentParticipant.totals.total_amount_exclusive|crmMoney}</td>\n                        <td colspan=1>{$currentParticipant.totals.tax_amount|crmMoney}</td>\n                        <td colspan=2>{$currentParticipant.totals.total_amount_inclusive|crmMoney}</td>\n                      </tr>\n                    {/if}\n                  </table>\n                </td>\n              </tr>\n            {/if}\n          {/foreach}\n        {/if}\n        {if !$isShowLineItems}\n          {foreach from=$participants key=index item=currentParticipant}\n            {if $isPrimary || {participant.id} === $currentParticipant.id}\n              {foreach from=$currentParticipant.line_items key=index item=currentLineItem}\n                <tr>\n                  <td {$valueStyle}>\n                    {$currentLineItem.label}{if $isPrimary && ($participants|@count > 1)} - {$currentParticipant.contact.display_name}{/if}\n                  </td>\n                  <td {$valueStyle}>\n                    {$currentLineItem.line_total|crmMoney:$currency}\n                  </td>\n                </tr>\n              {/foreach}\n            {/if}\n          {/foreach}\n       {/if}\n        {if $isShowTax && {contribution.tax_amount|boolean}}\n          <tr>\n            <td {$labelStyle}>\n                {ts}Amount Before Tax:{/ts}\n            </td>\n            <td {$valueStyle}>\n                {if $isPrimary}{contribution.tax_exclusive_amount}{else}{$participant.totals.total_amount_exclusive|crmMoney}{/if}\n            </td>\n          </tr>\n          {if !$isPrimary}\n            {* Use the participant specific tax rate breakdown *}\n            {assign var=taxRateBreakdown value=$participant.tax_rate_breakdown}\n          {/if}\n          {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n            <tr>\n              <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n              <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n            </tr>\n          {/foreach}\n        {/if}\n        {if $isShowTax && {contribution.tax_amount|boolean}}\n          <tr>\n            <td {$labelStyle}>\n              {ts}Total Tax Amount{/ts}\n            </td>\n            <td {$valueStyle}>\n              {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}\n            </td>\n          </tr>\n        {/if}\n        {if $isPrimary}\n          <tr>\n            <td {$labelStyle}>\n              {ts}Total Amount{/ts}\n            </td>\n            <td {$valueStyle}>\n              {contribution.total_amount}\n            </td>\n          </tr>\n          {if {contribution.balance_amount|boolean} && {contribution.paid_amount|boolean}}\n            <tr>\n              <td {$labelStyle}>{ts}Total Paid{/ts}</td>\n              <td {$valueStyle}>\n                {contribution.paid_amount|crmMoney}\n              </td>\n            </tr>\n            <tr>\n              <td {$labelStyle}>{ts}Balance{/ts}</td>\n              <td {$valueStyle}>{contribution.balance_amount}</td>\n            </tr>\n          {/if}\n          {if $isShowParticipantCount}\n            <tr>\n              <td {$labelStyle}>{ts}Total Participants{/ts}</td>\n              <td {$valueStyle}>{$line.participant_count}</td>\n            </tr>\n          {/if}\n          {if {contribution.is_pay_later|boolean} && {contribution.balance_amount|boolean} && {event.pay_later_receipt|boolean}}\n            <tr>\n              <td colspan=\"2\" {$labelStyle}>\n                {event.pay_later_receipt}\n              </td>\n            </tr>\n          {/if}\n\n          {if {participant.register_date|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                {ts}Registration Date{/ts}\n              </td>\n              <td {$valueStyle}>\n                {participant.register_date}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.receive_date|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Transaction Date{/ts}\n              </td>\n              <td {$valueStyle}>\n                {contribution.receive_date}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.financial_type_id|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Financial Type{/ts}\n              </td>\n              <td {$valueStyle}>\n                {contribution.financial_type_id:label}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.trxn_id|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Transaction #{/ts}\n              </td>\n              <td {$valueStyle}>\n                {contribution.trxn_id}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Paid By{/ts}\n              </td>\n              <td {$valueStyle}>\n                  {contribution.payment_instrument_id:label}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.check_number|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Check Number{/ts}\n              </td>\n              <td {$valueStyle}>\n                {contribution.check_number}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.address_id.display|boolean}}\n            <tr>\n              <th {$headerStyle}>\n                {ts}Billing Name and Address{/ts}\n              </th>\n            </tr>\n            <tr>\n              <td colspan=\"2\" {$valueStyle}>\n                {contribution.address_id.name}<br/>\n                {contribution.address_id.display}\n              </td>\n            </tr>\n          {/if}\n\n          {if !empty($credit_card_type)}\n            <tr>\n              <th {$headerStyle}>\n                {ts}Credit Card Information{/ts}\n              </th>\n            </tr>\n            <tr>\n              <td colspan=\"2\" {$valueStyle}>\n                {$credit_card_type}<br/>\n                {$credit_card_number}<br/>\n                {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n              </td>\n            </tr>\n          {/if}\n        {/if}\n     {/if} {* End of conditional section for Paid events *}\n\n     {if !empty($customGroup)}\n      {foreach from=$customGroup item=value key=customName}\n       <tr>\n        <th {$headerStyle}>\n         {$customName}\n        </th>\n       </tr>\n       {foreach from=$value item=v key=n}\n        <tr>\n         <td {$labelStyle}>\n          {$n}\n         </td>\n         <td {$valueStyle}>\n          {$v}\n         </td>\n        </tr>\n       {/foreach}\n      {/foreach}\n     {/if}\n\n    </table>\n   </td>\n  </tr>\n\n </table>\n\n</body>\n</html>\n',1,828,'event_offline_receipt',1,0,0,NULL),
  (30,'Events - Registration Confirmation and Receipt (off-line)','{ts}Event Confirmation{/ts} - {event.title} - {contact.display_name}\n','','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n  <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=tdfirstStyle}style=\"width: 180px; padding-bottom: 15px;\"{/capture}\n{capture assign=tdStyle}style=\"width: 100px;\"{/capture}\n{capture assign=participantTotalStyle}style=\"margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;\"{/capture}\n\n<table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n    {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n\n    {if $userText}\n     <p>{$userText}</p>\n    {/if}\n\n    {if !empty($isOnWaitlist)}\n      <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n      <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n    {elseif !empty($isRequireApproval)}\n      <p>{ts}Your registration has been submitted.{/ts}</p>\n      <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n    {elseif {contribution.is_pay_later|boolean} && {contribution.balance_amount|boolean}}\n     <p>{event.pay_later_receipt}</p> {* FIXME: this might be text rather than HTML *}\n    {/if}\n\n   </td>\n  </tr>\n  <tr>\n   <td>\n    <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n     <tr>\n      <th {$headerStyle}>\n       {ts}Event Information and Location{/ts}\n      </th>\n     </tr>\n     <tr>\n      <td colspan=\"2\" {$valueStyle}>\n       {event.title}<br />\n       {event.start_date|crmDate}{if {event.end_date|boolean}}-{if \'{event.end_date|crmDate:\"%Y%m%d\"}\' === \'{event.start_date|crmDate:\"%Y%m%d\"}\'}{event.end_date|crmDate:\"Time\"}{else}{event.end_date}{/if}{/if}\n      </td>\n     </tr>\n\n     {if \"{participant.role_id:label}\" neq \'Attendee\'}\n      <tr>\n       <td {$labelStyle}>\n        {ts}Participant Role{/ts}\n       </td>\n       <td {$valueStyle}>\n         {participant.role_id:label}\n       </td>\n      </tr>\n     {/if}\n\n     {if {event.is_show_location|boolean}}\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n         {event.location}\n       </td>\n      </tr>\n     {/if}\n\n     {if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n       <tr>\n         <td colspan=\"2\" {$labelStyle}>\n           {ts}Event Contacts:{/ts}\n         </td>\n       </tr>\n\n       {if {event.loc_block_id.phone_id.phone|boolean}}\n         <tr>\n           <td {$labelStyle}>\n             {if {event.loc_block_id.phone_id.phone_type_id|boolean}}\n               {event.loc_block_id.phone_id.phone_type_id:label}\n             {else}\n               {ts}Phone{/ts}\n             {/if}\n           </td>\n         <td {$valueStyle}>\n          {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n         </td>\n        </tr>\n       {/if}\n       {if {event.loc_block_id.phone_2_id.phone|boolean}}\n         <tr>\n           <td {$labelStyle}>\n             {if {event.loc_block_id.phone_2_id.phone_type_id|boolean}}\n               {event.loc_block_id.phone_2_id.phone_type_id:label}\n             {else}\n               {ts}Phone{/ts}\n             {/if}\n           </td>\n           <td {$valueStyle}>\n             {event.loc_block_id.phone_2_id.phone} {if {event.loc_block_id.phone_2_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_2_id.phone_ext}{/if}\n           </td>\n         </tr>\n       {/if}\n\n       {if {event.loc_block_id.email_id.email|boolean}}\n        <tr>\n         <td {$labelStyle}>\n          {ts}Email{/ts}\n         </td>\n         <td {$valueStyle}>\n           {event.loc_block_id.email_id.email}\n         </td>\n        </tr>\n       {/if}\n\n       {if {event.loc_block_id.email_2_id.email|boolean}}\n         <tr>\n           <td {$labelStyle}>\n             {ts}Email{/ts}\n           </td>\n           <td {$valueStyle}>\n               {event.loc_block_id.email_2_id.email}\n           </td>\n         </tr>\n       {/if}\n     {/if}\n\n     {if {event.is_public|boolean} and {event.is_show_calendar_links|boolean}}\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n        {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n        <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n       </td>\n      </tr>\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n        {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n         <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n       </td>\n      </tr>\n     {/if}\n\n     {if {contact.email_primary.email|boolean}}\n      <tr>\n       <th {$headerStyle}>\n        {ts}Registered Email{/ts}\n       </th>\n      </tr>\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n         {contact.email_primary.email}\n       </td>\n      </tr>\n     {/if}\n\n\n     {if {event.is_monetary|boolean}}\n      <tr>\n        <th {$headerStyle}>\n            {event.fee_label}\n        </th>\n      </tr>\n        {if $isShowLineItems}\n          {foreach from=$participants key=index item=currentParticipant}\n            {if $isPrimary || {participant.id} === $currentParticipant.id}\n              {if $isPrimary && ($participants|@count > 1)} {* Header for multi participant registration cases. *}\n                <tr>\n                  <td colspan=\"2\" {$labelStyle}>\n                    {$currentParticipant.contact.display_name}\n                  </td>\n                </tr>\n              {/if}\n              <tr>\n                <td colspan=\"2\" {$valueStyle}>\n                  <table>\n                    <tr>\n                      <th>{ts}Item{/ts}</th>\n                      <th>{ts}Qty{/ts}</th>\n                      <th>{ts}Each{/ts}</th>\n                      {if $isShowTax && {contribution.tax_amount|boolean}}\n                        <th>{ts}Subtotal{/ts}</th>\n                        <th>{ts}Tax Rate{/ts}</th>\n                        <th>{ts}Tax Amount{/ts}</th>\n                      {/if}\n                      <th>{ts}Total{/ts}</th>\n                        {if $isShowParticipantCount}\n                          <th>{ts}Total Participants{/ts}</th>\n                        {/if}\n                    </tr>\n                    {foreach from=$currentParticipant.line_items item=line}\n                      <tr>\n                        <td {$tdfirstStyle}>{$line.title}</td>\n                        <td {$tdStyle} align=\"middle\">{$line.qty}</td>\n                        <td {$tdStyle}>{$line.unit_price|crmMoney:$currency}</td>\n                          {if $isShowTax && {contribution.tax_amount|boolean}}\n                            <td>{$line.line_total|crmMoney:$currency}</td>\n                            {if $line.tax_rate || $line.tax_amount != \"\"}\n                              <td>{$line.tax_rate|string_format:\"%.2f\"}%</td>\n                              <td>{$line.tax_amount|crmMoney:$currency}</td>\n                            {else}\n                              <td></td>\n                              <td></td>\n                            {/if}\n                          {/if}\n                        <td {$tdStyle}>\n                            {$line.line_total_inclusive|crmMoney:$currency}\n                        </td>\n                        {if $isShowParticipantCount}\n                          <td {$tdStyle}>{$line.participant_count}</td>\n                        {/if}\n                      </tr>\n                    {/foreach}\n                    {if $isShowTax && $isPrimary && ($participants|@count > 1)}\n                      <tr {$participantTotalStyle}>\n                        <td colspan=3>{ts 1=$currentParticipant.contact.display_name}Total for %1{/ts}</td>\n                        <td colspan=2>{$currentParticipant.totals.total_amount_exclusive|crmMoney}</td>\n                        <td colspan=1>{$currentParticipant.totals.tax_amount|crmMoney}</td>\n                        <td colspan=2>{$currentParticipant.totals.total_amount_inclusive|crmMoney}</td>\n                      </tr>\n                    {/if}\n                  </table>\n                </td>\n              </tr>\n            {/if}\n          {/foreach}\n        {/if}\n        {if !$isShowLineItems}\n          {foreach from=$participants key=index item=currentParticipant}\n            {if $isPrimary || {participant.id} === $currentParticipant.id}\n              {foreach from=$currentParticipant.line_items key=index item=currentLineItem}\n                <tr>\n                  <td {$valueStyle}>\n                    {$currentLineItem.label}{if $isPrimary && ($participants|@count > 1)} - {$currentParticipant.contact.display_name}{/if}\n                  </td>\n                  <td {$valueStyle}>\n                    {$currentLineItem.line_total|crmMoney:$currency}\n                  </td>\n                </tr>\n              {/foreach}\n            {/if}\n          {/foreach}\n       {/if}\n        {if $isShowTax && {contribution.tax_amount|boolean}}\n          <tr>\n            <td {$labelStyle}>\n                {ts}Amount Before Tax:{/ts}\n            </td>\n            <td {$valueStyle}>\n                {if $isPrimary}{contribution.tax_exclusive_amount}{else}{$participant.totals.total_amount_exclusive|crmMoney}{/if}\n            </td>\n          </tr>\n          {if !$isPrimary}\n            {* Use the participant specific tax rate breakdown *}\n            {assign var=taxRateBreakdown value=$participant.tax_rate_breakdown}\n          {/if}\n          {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n            <tr>\n              <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n              <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n            </tr>\n          {/foreach}\n        {/if}\n        {if $isShowTax && {contribution.tax_amount|boolean}}\n          <tr>\n            <td {$labelStyle}>\n              {ts}Total Tax Amount{/ts}\n            </td>\n            <td {$valueStyle}>\n              {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}\n            </td>\n          </tr>\n        {/if}\n        {if $isPrimary}\n          <tr>\n            <td {$labelStyle}>\n              {ts}Total Amount{/ts}\n            </td>\n            <td {$valueStyle}>\n              {contribution.total_amount}\n            </td>\n          </tr>\n          {if {contribution.balance_amount|boolean} && {contribution.paid_amount|boolean}}\n            <tr>\n              <td {$labelStyle}>{ts}Total Paid{/ts}</td>\n              <td {$valueStyle}>\n                {contribution.paid_amount|crmMoney}\n              </td>\n            </tr>\n            <tr>\n              <td {$labelStyle}>{ts}Balance{/ts}</td>\n              <td {$valueStyle}>{contribution.balance_amount}</td>\n            </tr>\n          {/if}\n          {if $isShowParticipantCount}\n            <tr>\n              <td {$labelStyle}>{ts}Total Participants{/ts}</td>\n              <td {$valueStyle}>{$line.participant_count}</td>\n            </tr>\n          {/if}\n          {if {contribution.is_pay_later|boolean} && {contribution.balance_amount|boolean} && {event.pay_later_receipt|boolean}}\n            <tr>\n              <td colspan=\"2\" {$labelStyle}>\n                {event.pay_later_receipt}\n              </td>\n            </tr>\n          {/if}\n\n          {if {participant.register_date|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                {ts}Registration Date{/ts}\n              </td>\n              <td {$valueStyle}>\n                {participant.register_date}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.receive_date|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Transaction Date{/ts}\n              </td>\n              <td {$valueStyle}>\n                {contribution.receive_date}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.financial_type_id|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Financial Type{/ts}\n              </td>\n              <td {$valueStyle}>\n                {contribution.financial_type_id:label}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.trxn_id|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Transaction #{/ts}\n              </td>\n              <td {$valueStyle}>\n                {contribution.trxn_id}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Paid By{/ts}\n              </td>\n              <td {$valueStyle}>\n                  {contribution.payment_instrument_id:label}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.check_number|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {ts}Check Number{/ts}\n              </td>\n              <td {$valueStyle}>\n                {contribution.check_number}\n              </td>\n            </tr>\n          {/if}\n\n          {if {contribution.address_id.display|boolean}}\n            <tr>\n              <th {$headerStyle}>\n                {ts}Billing Name and Address{/ts}\n              </th>\n            </tr>\n            <tr>\n              <td colspan=\"2\" {$valueStyle}>\n                {contribution.address_id.name}<br/>\n                {contribution.address_id.display}\n              </td>\n            </tr>\n          {/if}\n\n          {if !empty($credit_card_type)}\n            <tr>\n              <th {$headerStyle}>\n                {ts}Credit Card Information{/ts}\n              </th>\n            </tr>\n            <tr>\n              <td colspan=\"2\" {$valueStyle}>\n                {$credit_card_type}<br/>\n                {$credit_card_number}<br/>\n                {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n              </td>\n            </tr>\n          {/if}\n        {/if}\n     {/if} {* End of conditional section for Paid events *}\n\n     {if !empty($customGroup)}\n      {foreach from=$customGroup item=value key=customName}\n       <tr>\n        <th {$headerStyle}>\n         {$customName}\n        </th>\n       </tr>\n       {foreach from=$value item=v key=n}\n        <tr>\n         <td {$labelStyle}>\n          {$n}\n         </td>\n         <td {$valueStyle}>\n          {$v}\n         </td>\n        </tr>\n       {/foreach}\n      {/foreach}\n     {/if}\n\n    </table>\n   </td>\n  </tr>\n\n </table>\n\n</body>\n</html>\n',1,828,'event_offline_receipt',0,1,0,NULL),
- (31,'Events - Registration Confirmation and Receipt (on-line)','{if !empty($isOnWaitlist)}{ts}Wait List Confirmation{/ts}{elseif !empty($isRequireApproval)}{ts}Registration Request Confirmation{/ts}{else}{ts}Registration Confirmation{/ts}{/if} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n\n{else}\n  {ts}Thank you for your registration.{/ts}\n  {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to %1.{/ts}\n  {else}{if !empty($isOnWaitlist)}{ts}This is a confirmation that your registration has been received and your status has been updated to waitlisted.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to registered.{/ts}{/if}\n  {/if}\n{/if}\n\n{if !empty($isOnWaitlist)}\n===============================================================================\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if $isPrimary}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n{/if}\n===============================================================================\n\n{elseif !empty($isRequireApproval)}\n===============================================================================\n\n{ts}Your registration has been submitted.{/ts}\n\n{if $isPrimary}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n===============================================================================\n\n{elseif $isPrimary && {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}\n\n\n===============================================================================\n\n{if {event.pay_later_receipt|boolean}}{event.pay_later_receipt}{/if}\n===============================================================================\n\n{/if}\n\n\n===============================================================================\n\n{ts}Event Information and Location{/ts}\n\n===============================================================================\n\n{event.title}\n{event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if {event.end_date|boolean}}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n\n{if \"{participant.role_id:label}\" neq \'Attendee\'}\n{ts}Participant Role{/ts}: {participant.role_id:label}\n{/if}\n\n{if !empty($isShowLocation)}\n{event.location}\n{/if}{*End of isShowLocation condition*}\n\n{if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n\n{ts}Event Contacts:{/ts}\n{if {event.loc_block_id.phone_id.phone|boolean}}\n  {if {event.loc_block_id.phone_id.phone_type_id|boolean}}{event.loc_block_id.phone_id.phone_type_id:label}{else}{ts}Phone{/ts}{/if} {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}} {ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n{/if}\n{if {event.loc_block_id.email_id.email|boolean}}\n{ts}Email {/ts}{event.loc_block_id.email_id.email}\n{/if}\n{if {event.loc_block_id.email_2_id.email|boolean}}\n{ts}Email {/ts}{event.loc_block_id.email_2_id.email}{/if}\n{/if}\n{if {event.is_public|boolean} and {event.is_show_calendar_links|boolean}}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($payer.name)}\nYou were registered by: {$payer.name}\n{/if}\n{if {event.is_monetary|boolean} and empty($isRequireApproval)} {* This section for Paid events only.*}\n\n===============================================================================\n\n{event.fee_label}\n===============================================================================\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if $isPrimary}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n\n{/if}\n{/if}\n----------------------------------------------------------------------------------------------------------------\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{if !empty($pricesetFieldsCount)}{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if $isShowTax && {contribution.tax_amount|boolean}} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n----------------------------------------------------------------------------------------------------------------\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount)}{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if $isShowTax && {contribution.tax_amount|boolean}} {$line.line_total|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"}  {$line.tax_rate|string_format:\"%.2f\"} %  {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else}                  {/if}  {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}{if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n----------------------------------------------------------------------------------------------------------------\n{if !empty($individual)}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%29s\"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%33s\"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:\"%12s\"}{/if}\n{/if}\n{\"\"|string_format:\"%120s\"}\n{/foreach}\n{\"\"|string_format:\"%120s\"}\n\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{ts}Amount before Tax:{/ts} {if $isPrimary}{contribution.tax_exclusive_amount}{else}{$participant.totals.total_amount_exclusive|crmMoney}{/if}\n{if !$isPrimary}{* Use the participant specific tax rate breakdown *}{assign var=taxRateBreakdown value=$participant.tax_rate_breakdown}{/if}\n{foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}   {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n{/foreach}\n{/if}\n{/if}\n\n{if !$isShowLineItems}\n{foreach from=$participants key=index item=currentParticipant}\n{if $isPrimary || {participant.id} === $currentParticipant.id}\n{foreach from=$currentParticipant.line_items key=index item=currentLineItem}\n{$currentLineItem.label} {if $isPrimary} - {$currentParticipant.contact.display_name}{/if} - {$currentLineItem.line_total|crmMoney:$currency}\n{/foreach}\n{/if}\n{/foreach}\n{/if}\n\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{ts}Total Tax Amount{/ts}: {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}\n{/if}\n{if $isPrimary}\n\n{ts}Total Amount{/ts}: {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($pricesetFieldsCount)}\n      {assign var=\"count\" value= 0}\n      {foreach from=$lineItem item=pcount}\n      {assign var=\"lineItemCount\" value=0}\n      {if $pcount neq \'skip\'}\n        {foreach from=$pcount item=p_count}\n        {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n        {/foreach}\n      {if $lineItemCount < 1}\n        {assign var=\"lineItemCount\" value=1}\n      {/if}\n      {assign var=\"count\" value=$count+$lineItemCount}\n      {/if}\n      {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if {participant.register_date|boolean}}\n{ts}Registration Date{/ts}: {participant.register_date}\n{/if}\n{if {contribution.receive_date|boolean}}\n{ts}Transaction Date{/ts}: {contribution.receive_date}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n{ts}Paid By{/ts}: {contribution.payment_instrument_id:label}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if {contribution.address_id.display|boolean}}\n\n===============================================================================\n\n{ts}Billing Name and Address{/ts}\n\n===============================================================================\n\n{contribution.address_id.name}\n{contribution.address_id.display}\n{/if}\n\n{if !empty($credit_card_type)}\n===============================================================================\n\n{ts}Credit Card Information{/ts}\n\n===============================================================================\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n===============================================================================\n\n{$customPre_grouptitle.$i}\n===============================================================================\n\n{foreach from=$customPr item=customValue key=customName}\n {$customName}: {$customValue}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n===============================================================================\n\n{$customPost_grouptitle.$j}\n===============================================================================\n\n{foreach from=$customPos item=customValue key=customName}\n {$customName}: {$customValue}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n===============================================================================\n\n{ts 1=$participantID+2}Participant Information - Participant %1{/ts}\n\n===============================================================================\n\n{foreach from=$eachParticipant item=eachProfile key=pid}\n------------------------------------------------------------------------------\n\n{$customProfile.title.$pid}\n------------------------------------------------------------------------------\n\n{foreach from=$eachProfile item=val key=field}\n{foreach from=$val item=v key=f}\n{$field}: {$v}\n{/foreach}\n{/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($event.allow_selfcancelxfer)}\n{ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}\n   {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid={participant.id}&{contact.checksum}\"  h=0 a=1 fe=1}{/capture}\n{ts}Transfer or cancel your registration:{/ts} {$selfService}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n  <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=tdfirstStyle}style=\"width: 180px; padding-bottom: 15px;\"{/capture}\n{capture assign=tdStyle}style=\"width: 100px;\"{/capture}\n{capture assign=participantTotalStyle}style=\"margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;\"{/capture}\n\n<table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n  <tr>\n    <td>\n      {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n      {if {event.confirm_email_text|boolean} AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n        <p>{event.confirm_email_text}</p>\n      {else}\n        <p>{ts}Thank you for your registration.{/ts}\n            {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to<strong> %1</strong>.{/ts}\n            {else}\n              {if $isOnWaitlist}{ts}This is a confirmation that your registration has been received and your status has been updated to<strong>waitlisted</strong>.{/ts}\n              {else}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>registered<strong>.{/ts}\n              {/if}\n            {/if}\n        </p>\n      {/if}\n\n      {if !empty($isOnWaitlist)}\n          <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n            {if $isPrimary}\n              <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n            {/if}\n        {elseif !empty($isRequireApproval)}\n          <p>{ts}Your registration has been submitted.{/ts}</p>\n            {if $isPrimary}\n              <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n            {/if}\n        {elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n          <p>{if {event.pay_later_receipt|boolean}}{event.pay_later_receipt}{/if}</p>\n        {/if}\n    </td>\n  </tr>\n  <tr>\n    <td>\n      <table style=\"width:100%; max-width:700px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n        <tr>\n          <th {$headerStyle}>\n            {ts}Event Information and Location{/ts}\n          </th>\n        </tr>\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            {event.title}<br/>\n            {event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if {event.end_date|boolean}}-{if \'{event.end_date|crmDate:\"%Y%m%d\"}\' === \'{event.start_date|crmDate:\"%Y%m%d\"}\'}{event.end_date|crmDate:\"Time\"}{else}{event.end_date|crmDate:\"%A\"} {event.end_date|crmDate}{/if}{/if}\n          </td>\n        </tr>\n\n        {if \"{participant.role_id:label}\" neq \'Attendee\'}\n          <tr>\n            <td {$labelStyle}>\n              {ts}Participant Role{/ts}\n            </td>\n            <td {$valueStyle}>\n              {participant.role_id:label}\n            </td>\n          </tr>\n        {/if}\n\n        {if !empty($isShowLocation)}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {event.location}\n            </td>\n          </tr>\n        {/if}\n\n        {if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n          <tr>\n            <td colspan=\"2\" {$labelStyle}>\n              {ts}Event Contacts:{/ts}\n            </td>\n          </tr>\n\n          {if {event.loc_block_id.phone_id.phone|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {if {event.loc_block_id.phone_id.phone_type_id|boolean}}\n                      {event.loc_block_id.phone_id.phone_type_id:label}\n                  {else}\n                      {ts}Phone{/ts}\n                  {/if}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.phone_2_id.phone|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {if {event.loc_block_id.phone_2_id.phone_type_id|boolean}}\n                      {event.loc_block_id.phone_2_id.phone_type_id:label}\n                  {else}\n                      {ts}Phone{/ts}\n                  {/if}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.phone_2_id.phone} {if {event.loc_block_id.phone_2_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_2_id.phone_ext}{/if}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.email_id.email|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                {ts}Email{/ts}\n              </td>\n              <td {$valueStyle}>\n                {event.loc_block_id.email_id.email}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.email_2_id.email|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                {ts}Email{/ts}\n              </td>\n              <td {$valueStyle}>\n                {event.loc_block_id.email_2_id.email}\n              </td>\n            </tr>\n          {/if}\n        {/if}\n\n        {if {event.is_public|boolean} and {event.is_show_calendar_links|boolean}}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n              <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n            </td>\n          </tr>\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n              <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n            </td>\n          </tr>\n        {/if}\n\n        {if {event.is_share|boolean}}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=eventUrl}{crmURL p=\'civicrm/event/info\' q=\"id={event.id}&reset=1\" a=true fe=1 h=1}{/capture}\n              {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$eventUrl pageURL=$eventUrl title=\'{event.title}\'}\n            </td>\n          </tr>\n        {/if}\n        {if !empty($payer.name)}\n          <tr>\n            <th {$headerStyle}>\n              {ts}You were registered by:{/ts}\n            </th>\n          </tr>\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {$payer.name}\n            </td>\n          </tr>\n        {/if}\n        {if {event.is_monetary|boolean} and empty($isRequireApproval)}\n          <tr>\n            <th {$headerStyle}>\n              {event.fee_label}\n            </th>\n          </tr>\n            {if $isShowLineItems}\n              {foreach from=$participants key=index item=currentParticipant}\n                {if $isPrimary || {participant.id} === $currentParticipant.id}\n                  {if $isPrimary && ($participants|@count > 1)} {* Header for multi participant registration cases. *}\n                    <tr>\n                      <td colspan=\"2\" {$labelStyle}>\n                        {$currentParticipant.contact.display_name}\n                      </td>\n                    </tr>\n                  {/if}\n                  <tr>\n                    <td colspan=\"2\" {$valueStyle}>\n                      <table>\n                        <tr>\n                          <th>{ts}Item{/ts}</th>\n                          <th>{ts}Qty{/ts}</th>\n                          <th>{ts}Each{/ts}</th>\n                          {if $isShowTax && {contribution.tax_amount|boolean}}\n                              <th>{ts}Subtotal{/ts}</th>\n                              <th>{ts}Tax Rate{/ts}</th>\n                              <th>{ts}Tax Amount{/ts}</th>\n                            {/if}\n                          <th>{ts}Total{/ts}</th>\n                          {if !empty($pricesetFieldsCount)}\n                            <th>{ts}Total Participants{/ts}</th>\n                          {/if}\n                        </tr>\n                        {foreach from=$currentParticipant.line_items item=line}\n                          <tr>\n                            <td {$tdfirstStyle}>{$line.title}</td>\n                            <td {$tdStyle} align=\"middle\">{$line.qty}</td>\n                            <td {$tdStyle}>{$line.unit_price|crmMoney:$currency}</td>\n                            {if $isShowTax && {contribution.tax_amount|boolean}}\n                              <td>{$line.line_total|crmMoney:$currency}</td>\n                              {if $line.tax_rate || $line.tax_amount != \"\"}\n                                <td>{$line.tax_rate|string_format:\"%.2f\"}%</td>\n                                <td>{$line.tax_amount|crmMoney:$currency}</td>\n                              {else}\n                                <td></td>\n                                <td></td>\n                              {/if}\n                            {/if}\n                            <td {$tdStyle}>\n                              {$line.line_total_inclusive|crmMoney:$currency}\n                            </td>\n                            {if !empty($pricesetFieldsCount)}\n                              <td {$tdStyle}>{$line.participant_count}</td>\n                            {/if}\n                          </tr>\n                        {/foreach}\n                        {if $isShowTax && $isPrimary && ($participants|@count > 1)}\n                          <tr {$participantTotalStyle}>\n                            <td colspan=3>{ts 1=$currentParticipant.contact.display_name}Total for %1{/ts}</td>\n                            <td colspan=2>{$currentParticipant.totals.total_amount_exclusive|crmMoney}</td>\n                            <td colspan=1>{$currentParticipant.totals.tax_amount|crmMoney}</td>\n                            <td colspan=2>{$currentParticipant.totals.total_amount_inclusive|crmMoney}</td>\n                          </tr>\n                        {/if}\n                      </table>\n                    </td>\n                  </tr>\n                {/if}\n              {/foreach}\n            {/if}\n            {if !$isShowLineItems}\n              {foreach from=$participants key=index item=currentParticipant}\n                {if $isPrimary || {participant.id} === $currentParticipant.id}\n                  {foreach from=$currentParticipant.line_items key=index item=currentLineItem}\n                  <tr>\n                    <td {$valueStyle}>\n                      {$currentLineItem.label}{if $isPrimary && ($participants|@count > 1)} - {$currentParticipant.contact.display_name}{/if}\n                    </td>\n                    <td {$valueStyle}>\n                      {$currentLineItem.line_total|crmMoney:$currency}\n                    </td>\n                  </tr>\n                  {/foreach}\n                {/if}\n              {/foreach}\n            {/if}\n            {if $isShowTax && {contribution.tax_amount|boolean}}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Amount Before Tax:{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {if $isPrimary}{contribution.tax_exclusive_amount}{else}{$participant.totals.total_amount_exclusive|crmMoney}{/if}\n                </td>\n              </tr>\n              {if !$isPrimary}\n                {* Use the participant specific tax rate breakdown *}\n                {assign var=taxRateBreakdown value=$participant.tax_rate_breakdown}\n              {/if}\n              {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n                <tr>\n                  <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n                  <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n                </tr>\n              {/foreach}\n              <tr>\n                <td {$labelStyle}>\n                    {ts}Total Tax Amount{/ts}\n                </td>\n                <td {$valueStyle}>\n                    {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}\n                </td>\n              </tr>\n            {/if}\n            {if $isPrimary}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Total Amount{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {contribution.total_amount} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n                </td>\n              </tr>\n              {if !empty($pricesetFieldsCount)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Total Participants{/ts}</td>\n                  <td {$valueStyle}>\n                    {assign var=\"count\" value= 0}\n                    {foreach from=$lineItem item=pcount}\n                      {assign var=\"lineItemCount\" value=0}\n                      {if $pcount neq \'skip\'}\n                        {foreach from=$pcount item=p_count}\n                          {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n                        {/foreach}\n                        {if $lineItemCount < 1}\n                          {assign var=\"lineItemCount\" value=1}\n                        {/if}\n                        {assign var=\"count\" value=$count+$lineItemCount}\n                      {/if}\n                    {/foreach}\n                    {$count}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {participant.register_date|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Registration Date{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {participant.register_date}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($receive_date)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Transaction Date{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$receive_date|crmDate}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($financialTypeName)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Financial Type{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$financialTypeName}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($trxn_id)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Transaction #{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$trxn_id}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Paid By{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {contribution.payment_instrument_id:label}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($checkNumber)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Check Number{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$checkNumber}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {contribution.address_id.display|boolean}}\n                <tr>\n                  <th {$headerStyle}>\n                    {ts}Billing Name and Address{/ts}\n                  </th>\n                </tr>\n                <tr>\n                  <td colspan=\"2\" {$valueStyle}>\n                    {contribution.address_id.name}<br/>\n                    {contribution.address_id.display}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($credit_card_type)}\n                <tr>\n                  <th {$headerStyle}>\n                    {ts}Credit Card Information{/ts}\n                  </th>\n                </tr>\n                <tr>\n                  <td colspan=\"2\" {$valueStyle}>\n                    {$credit_card_type}<br/>\n                    {$credit_card_number}<br/>\n                    {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n                  </td>\n                </tr>\n              {/if}\n            {/if}\n\n          {/if} {* End of conditional section for Paid events *}\n\n        {if !empty($customPre)}\n          {foreach from=$customPre item=customPr key=i}\n            <tr>\n              <th {$headerStyle}>{$customPre_grouptitle.$i}</th>\n            </tr>\n            {foreach from=$customPr item=customValue key=customName}\n              <tr>\n                <td {$labelStyle}>{$customName}</td>\n                <td {$valueStyle}>{$customValue}</td>\n              </tr>\n            {/foreach}\n          {/foreach}\n        {/if}\n\n        {if !empty($customPost)}\n          {foreach from=$customPost item=customPos key=j}\n            <tr>\n              <th {$headerStyle}>{$customPost_grouptitle.$j}</th>\n            </tr>\n            {foreach from=$customPos item=customValue key=customName}\n              <tr>\n                <td {$labelStyle}>{$customName}</td>\n                <td {$valueStyle}>{$customValue}</td>\n              </tr>\n            {/foreach}\n          {/foreach}\n        {/if}\n\n        {if !empty($customProfile)}\n          {foreach from=$customProfile.profile item=eachParticipant key=participantID}\n            <tr>\n              <th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th>\n            </tr>\n            {foreach from=$eachParticipant item=eachProfile key=pid}\n              <tr>\n                <th {$headerStyle}>{$customProfile.title.$pid}</th>\n              </tr>\n              {foreach from=$eachProfile item=val key=field}\n                <tr>\n                  {foreach from=$val item=v key=f}\n                    <td {$labelStyle}>{$field}</td>\n                    <td {$valueStyle}>{$v}</td>\n                  {/foreach}\n                </tr>\n              {/foreach}\n            {/foreach}\n          {/foreach}\n        {/if}\n\n      </table>\n      {if !empty($event.allow_selfcancelxfer)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            {ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}<br/>\n            {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid={participant.id}&{contact.checksum}\"  h=0 a=1 fe=1}{/capture}\n            <a href=\"{$selfService}\">{ts}Click here to transfer or cancel your registration.{/ts}</a>\n          </td>\n        </tr>\n      {/if}\n </table>\n\n</body>\n</html>\n',1,829,'event_online_receipt',1,0,0,NULL),
- (32,'Events - Registration Confirmation and Receipt (on-line)','{if !empty($isOnWaitlist)}{ts}Wait List Confirmation{/ts}{elseif !empty($isRequireApproval)}{ts}Registration Request Confirmation{/ts}{else}{ts}Registration Confirmation{/ts}{/if} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n\n{else}\n  {ts}Thank you for your registration.{/ts}\n  {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to %1.{/ts}\n  {else}{if !empty($isOnWaitlist)}{ts}This is a confirmation that your registration has been received and your status has been updated to waitlisted.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to registered.{/ts}{/if}\n  {/if}\n{/if}\n\n{if !empty($isOnWaitlist)}\n===============================================================================\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if $isPrimary}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n{/if}\n===============================================================================\n\n{elseif !empty($isRequireApproval)}\n===============================================================================\n\n{ts}Your registration has been submitted.{/ts}\n\n{if $isPrimary}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n===============================================================================\n\n{elseif $isPrimary && {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}\n\n\n===============================================================================\n\n{if {event.pay_later_receipt|boolean}}{event.pay_later_receipt}{/if}\n===============================================================================\n\n{/if}\n\n\n===============================================================================\n\n{ts}Event Information and Location{/ts}\n\n===============================================================================\n\n{event.title}\n{event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if {event.end_date|boolean}}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n\n{if \"{participant.role_id:label}\" neq \'Attendee\'}\n{ts}Participant Role{/ts}: {participant.role_id:label}\n{/if}\n\n{if !empty($isShowLocation)}\n{event.location}\n{/if}{*End of isShowLocation condition*}\n\n{if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n\n{ts}Event Contacts:{/ts}\n{if {event.loc_block_id.phone_id.phone|boolean}}\n  {if {event.loc_block_id.phone_id.phone_type_id|boolean}}{event.loc_block_id.phone_id.phone_type_id:label}{else}{ts}Phone{/ts}{/if} {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}} {ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n{/if}\n{if {event.loc_block_id.email_id.email|boolean}}\n{ts}Email {/ts}{event.loc_block_id.email_id.email}\n{/if}\n{if {event.loc_block_id.email_2_id.email|boolean}}\n{ts}Email {/ts}{event.loc_block_id.email_2_id.email}{/if}\n{/if}\n{if {event.is_public|boolean} and {event.is_show_calendar_links|boolean}}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($payer.name)}\nYou were registered by: {$payer.name}\n{/if}\n{if {event.is_monetary|boolean} and empty($isRequireApproval)} {* This section for Paid events only.*}\n\n===============================================================================\n\n{event.fee_label}\n===============================================================================\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if $isPrimary}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n\n{/if}\n{/if}\n----------------------------------------------------------------------------------------------------------------\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{if !empty($pricesetFieldsCount)}{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if $isShowTax && {contribution.tax_amount|boolean}} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n----------------------------------------------------------------------------------------------------------------\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount)}{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if $isShowTax && {contribution.tax_amount|boolean}} {$line.line_total|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"}  {$line.tax_rate|string_format:\"%.2f\"} %  {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else}                  {/if}  {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}{if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n----------------------------------------------------------------------------------------------------------------\n{if !empty($individual)}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%29s\"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%33s\"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:\"%12s\"}{/if}\n{/if}\n{\"\"|string_format:\"%120s\"}\n{/foreach}\n{\"\"|string_format:\"%120s\"}\n\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{ts}Amount before Tax:{/ts} {if $isPrimary}{contribution.tax_exclusive_amount}{else}{$participant.totals.total_amount_exclusive|crmMoney}{/if}\n{if !$isPrimary}{* Use the participant specific tax rate breakdown *}{assign var=taxRateBreakdown value=$participant.tax_rate_breakdown}{/if}\n{foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}   {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n{/foreach}\n{/if}\n{/if}\n\n{if !$isShowLineItems}\n{foreach from=$participants key=index item=currentParticipant}\n{if $isPrimary || {participant.id} === $currentParticipant.id}\n{foreach from=$currentParticipant.line_items key=index item=currentLineItem}\n{$currentLineItem.label} {if $isPrimary} - {$currentParticipant.contact.display_name}{/if} - {$currentLineItem.line_total|crmMoney:$currency}\n{/foreach}\n{/if}\n{/foreach}\n{/if}\n\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{ts}Total Tax Amount{/ts}: {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}\n{/if}\n{if $isPrimary}\n\n{ts}Total Amount{/ts}: {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($pricesetFieldsCount)}\n      {assign var=\"count\" value= 0}\n      {foreach from=$lineItem item=pcount}\n      {assign var=\"lineItemCount\" value=0}\n      {if $pcount neq \'skip\'}\n        {foreach from=$pcount item=p_count}\n        {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n        {/foreach}\n      {if $lineItemCount < 1}\n        {assign var=\"lineItemCount\" value=1}\n      {/if}\n      {assign var=\"count\" value=$count+$lineItemCount}\n      {/if}\n      {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if {participant.register_date|boolean}}\n{ts}Registration Date{/ts}: {participant.register_date}\n{/if}\n{if {contribution.receive_date|boolean}}\n{ts}Transaction Date{/ts}: {contribution.receive_date}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n{ts}Paid By{/ts}: {contribution.payment_instrument_id:label}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if {contribution.address_id.display|boolean}}\n\n===============================================================================\n\n{ts}Billing Name and Address{/ts}\n\n===============================================================================\n\n{contribution.address_id.name}\n{contribution.address_id.display}\n{/if}\n\n{if !empty($credit_card_type)}\n===============================================================================\n\n{ts}Credit Card Information{/ts}\n\n===============================================================================\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n===============================================================================\n\n{$customPre_grouptitle.$i}\n===============================================================================\n\n{foreach from=$customPr item=customValue key=customName}\n {$customName}: {$customValue}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n===============================================================================\n\n{$customPost_grouptitle.$j}\n===============================================================================\n\n{foreach from=$customPos item=customValue key=customName}\n {$customName}: {$customValue}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n===============================================================================\n\n{ts 1=$participantID+2}Participant Information - Participant %1{/ts}\n\n===============================================================================\n\n{foreach from=$eachParticipant item=eachProfile key=pid}\n------------------------------------------------------------------------------\n\n{$customProfile.title.$pid}\n------------------------------------------------------------------------------\n\n{foreach from=$eachProfile item=val key=field}\n{foreach from=$val item=v key=f}\n{$field}: {$v}\n{/foreach}\n{/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($event.allow_selfcancelxfer)}\n{ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}\n   {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid={participant.id}&{contact.checksum}\"  h=0 a=1 fe=1}{/capture}\n{ts}Transfer or cancel your registration:{/ts} {$selfService}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n  <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=tdfirstStyle}style=\"width: 180px; padding-bottom: 15px;\"{/capture}\n{capture assign=tdStyle}style=\"width: 100px;\"{/capture}\n{capture assign=participantTotalStyle}style=\"margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;\"{/capture}\n\n<table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n  <tr>\n    <td>\n      {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n      {if {event.confirm_email_text|boolean} AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n        <p>{event.confirm_email_text}</p>\n      {else}\n        <p>{ts}Thank you for your registration.{/ts}\n            {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to<strong> %1</strong>.{/ts}\n            {else}\n              {if $isOnWaitlist}{ts}This is a confirmation that your registration has been received and your status has been updated to<strong>waitlisted</strong>.{/ts}\n              {else}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>registered<strong>.{/ts}\n              {/if}\n            {/if}\n        </p>\n      {/if}\n\n      {if !empty($isOnWaitlist)}\n          <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n            {if $isPrimary}\n              <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n            {/if}\n        {elseif !empty($isRequireApproval)}\n          <p>{ts}Your registration has been submitted.{/ts}</p>\n            {if $isPrimary}\n              <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n            {/if}\n        {elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n          <p>{if {event.pay_later_receipt|boolean}}{event.pay_later_receipt}{/if}</p>\n        {/if}\n    </td>\n  </tr>\n  <tr>\n    <td>\n      <table style=\"width:100%; max-width:700px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n        <tr>\n          <th {$headerStyle}>\n            {ts}Event Information and Location{/ts}\n          </th>\n        </tr>\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            {event.title}<br/>\n            {event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if {event.end_date|boolean}}-{if \'{event.end_date|crmDate:\"%Y%m%d\"}\' === \'{event.start_date|crmDate:\"%Y%m%d\"}\'}{event.end_date|crmDate:\"Time\"}{else}{event.end_date|crmDate:\"%A\"} {event.end_date|crmDate}{/if}{/if}\n          </td>\n        </tr>\n\n        {if \"{participant.role_id:label}\" neq \'Attendee\'}\n          <tr>\n            <td {$labelStyle}>\n              {ts}Participant Role{/ts}\n            </td>\n            <td {$valueStyle}>\n              {participant.role_id:label}\n            </td>\n          </tr>\n        {/if}\n\n        {if !empty($isShowLocation)}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {event.location}\n            </td>\n          </tr>\n        {/if}\n\n        {if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n          <tr>\n            <td colspan=\"2\" {$labelStyle}>\n              {ts}Event Contacts:{/ts}\n            </td>\n          </tr>\n\n          {if {event.loc_block_id.phone_id.phone|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {if {event.loc_block_id.phone_id.phone_type_id|boolean}}\n                      {event.loc_block_id.phone_id.phone_type_id:label}\n                  {else}\n                      {ts}Phone{/ts}\n                  {/if}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.phone_2_id.phone|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {if {event.loc_block_id.phone_2_id.phone_type_id|boolean}}\n                      {event.loc_block_id.phone_2_id.phone_type_id:label}\n                  {else}\n                      {ts}Phone{/ts}\n                  {/if}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.phone_2_id.phone} {if {event.loc_block_id.phone_2_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_2_id.phone_ext}{/if}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.email_id.email|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                {ts}Email{/ts}\n              </td>\n              <td {$valueStyle}>\n                {event.loc_block_id.email_id.email}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.email_2_id.email|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                {ts}Email{/ts}\n              </td>\n              <td {$valueStyle}>\n                {event.loc_block_id.email_2_id.email}\n              </td>\n            </tr>\n          {/if}\n        {/if}\n\n        {if {event.is_public|boolean} and {event.is_show_calendar_links|boolean}}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n              <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n            </td>\n          </tr>\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n              <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n            </td>\n          </tr>\n        {/if}\n\n        {if {event.is_share|boolean}}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=eventUrl}{crmURL p=\'civicrm/event/info\' q=\"id={event.id}&reset=1\" a=true fe=1 h=1}{/capture}\n              {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$eventUrl pageURL=$eventUrl title=\'{event.title}\'}\n            </td>\n          </tr>\n        {/if}\n        {if !empty($payer.name)}\n          <tr>\n            <th {$headerStyle}>\n              {ts}You were registered by:{/ts}\n            </th>\n          </tr>\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {$payer.name}\n            </td>\n          </tr>\n        {/if}\n        {if {event.is_monetary|boolean} and empty($isRequireApproval)}\n          <tr>\n            <th {$headerStyle}>\n              {event.fee_label}\n            </th>\n          </tr>\n            {if $isShowLineItems}\n              {foreach from=$participants key=index item=currentParticipant}\n                {if $isPrimary || {participant.id} === $currentParticipant.id}\n                  {if $isPrimary && ($participants|@count > 1)} {* Header for multi participant registration cases. *}\n                    <tr>\n                      <td colspan=\"2\" {$labelStyle}>\n                        {$currentParticipant.contact.display_name}\n                      </td>\n                    </tr>\n                  {/if}\n                  <tr>\n                    <td colspan=\"2\" {$valueStyle}>\n                      <table>\n                        <tr>\n                          <th>{ts}Item{/ts}</th>\n                          <th>{ts}Qty{/ts}</th>\n                          <th>{ts}Each{/ts}</th>\n                          {if $isShowTax && {contribution.tax_amount|boolean}}\n                              <th>{ts}Subtotal{/ts}</th>\n                              <th>{ts}Tax Rate{/ts}</th>\n                              <th>{ts}Tax Amount{/ts}</th>\n                            {/if}\n                          <th>{ts}Total{/ts}</th>\n                          {if !empty($pricesetFieldsCount)}\n                            <th>{ts}Total Participants{/ts}</th>\n                          {/if}\n                        </tr>\n                        {foreach from=$currentParticipant.line_items item=line}\n                          <tr>\n                            <td {$tdfirstStyle}>{$line.title}</td>\n                            <td {$tdStyle} align=\"middle\">{$line.qty}</td>\n                            <td {$tdStyle}>{$line.unit_price|crmMoney:$currency}</td>\n                            {if $isShowTax && {contribution.tax_amount|boolean}}\n                              <td>{$line.line_total|crmMoney:$currency}</td>\n                              {if $line.tax_rate || $line.tax_amount != \"\"}\n                                <td>{$line.tax_rate|string_format:\"%.2f\"}%</td>\n                                <td>{$line.tax_amount|crmMoney:$currency}</td>\n                              {else}\n                                <td></td>\n                                <td></td>\n                              {/if}\n                            {/if}\n                            <td {$tdStyle}>\n                              {$line.line_total_inclusive|crmMoney:$currency}\n                            </td>\n                            {if !empty($pricesetFieldsCount)}\n                              <td {$tdStyle}>{$line.participant_count}</td>\n                            {/if}\n                          </tr>\n                        {/foreach}\n                        {if $isShowTax && $isPrimary && ($participants|@count > 1)}\n                          <tr {$participantTotalStyle}>\n                            <td colspan=3>{ts 1=$currentParticipant.contact.display_name}Total for %1{/ts}</td>\n                            <td colspan=2>{$currentParticipant.totals.total_amount_exclusive|crmMoney}</td>\n                            <td colspan=1>{$currentParticipant.totals.tax_amount|crmMoney}</td>\n                            <td colspan=2>{$currentParticipant.totals.total_amount_inclusive|crmMoney}</td>\n                          </tr>\n                        {/if}\n                      </table>\n                    </td>\n                  </tr>\n                {/if}\n              {/foreach}\n            {/if}\n            {if !$isShowLineItems}\n              {foreach from=$participants key=index item=currentParticipant}\n                {if $isPrimary || {participant.id} === $currentParticipant.id}\n                  {foreach from=$currentParticipant.line_items key=index item=currentLineItem}\n                  <tr>\n                    <td {$valueStyle}>\n                      {$currentLineItem.label}{if $isPrimary && ($participants|@count > 1)} - {$currentParticipant.contact.display_name}{/if}\n                    </td>\n                    <td {$valueStyle}>\n                      {$currentLineItem.line_total|crmMoney:$currency}\n                    </td>\n                  </tr>\n                  {/foreach}\n                {/if}\n              {/foreach}\n            {/if}\n            {if $isShowTax && {contribution.tax_amount|boolean}}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Amount Before Tax:{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {if $isPrimary}{contribution.tax_exclusive_amount}{else}{$participant.totals.total_amount_exclusive|crmMoney}{/if}\n                </td>\n              </tr>\n              {if !$isPrimary}\n                {* Use the participant specific tax rate breakdown *}\n                {assign var=taxRateBreakdown value=$participant.tax_rate_breakdown}\n              {/if}\n              {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n                <tr>\n                  <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n                  <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n                </tr>\n              {/foreach}\n              <tr>\n                <td {$labelStyle}>\n                    {ts}Total Tax Amount{/ts}\n                </td>\n                <td {$valueStyle}>\n                    {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}\n                </td>\n              </tr>\n            {/if}\n            {if $isPrimary}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Total Amount{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {contribution.total_amount} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n                </td>\n              </tr>\n              {if !empty($pricesetFieldsCount)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Total Participants{/ts}</td>\n                  <td {$valueStyle}>\n                    {assign var=\"count\" value= 0}\n                    {foreach from=$lineItem item=pcount}\n                      {assign var=\"lineItemCount\" value=0}\n                      {if $pcount neq \'skip\'}\n                        {foreach from=$pcount item=p_count}\n                          {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n                        {/foreach}\n                        {if $lineItemCount < 1}\n                          {assign var=\"lineItemCount\" value=1}\n                        {/if}\n                        {assign var=\"count\" value=$count+$lineItemCount}\n                      {/if}\n                    {/foreach}\n                    {$count}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {participant.register_date|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Registration Date{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {participant.register_date}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($receive_date)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Transaction Date{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$receive_date|crmDate}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($financialTypeName)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Financial Type{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$financialTypeName}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($trxn_id)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Transaction #{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$trxn_id}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Paid By{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {contribution.payment_instrument_id:label}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($checkNumber)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Check Number{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$checkNumber}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {contribution.address_id.display|boolean}}\n                <tr>\n                  <th {$headerStyle}>\n                    {ts}Billing Name and Address{/ts}\n                  </th>\n                </tr>\n                <tr>\n                  <td colspan=\"2\" {$valueStyle}>\n                    {contribution.address_id.name}<br/>\n                    {contribution.address_id.display}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($credit_card_type)}\n                <tr>\n                  <th {$headerStyle}>\n                    {ts}Credit Card Information{/ts}\n                  </th>\n                </tr>\n                <tr>\n                  <td colspan=\"2\" {$valueStyle}>\n                    {$credit_card_type}<br/>\n                    {$credit_card_number}<br/>\n                    {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n                  </td>\n                </tr>\n              {/if}\n            {/if}\n\n          {/if} {* End of conditional section for Paid events *}\n\n        {if !empty($customPre)}\n          {foreach from=$customPre item=customPr key=i}\n            <tr>\n              <th {$headerStyle}>{$customPre_grouptitle.$i}</th>\n            </tr>\n            {foreach from=$customPr item=customValue key=customName}\n              <tr>\n                <td {$labelStyle}>{$customName}</td>\n                <td {$valueStyle}>{$customValue}</td>\n              </tr>\n            {/foreach}\n          {/foreach}\n        {/if}\n\n        {if !empty($customPost)}\n          {foreach from=$customPost item=customPos key=j}\n            <tr>\n              <th {$headerStyle}>{$customPost_grouptitle.$j}</th>\n            </tr>\n            {foreach from=$customPos item=customValue key=customName}\n              <tr>\n                <td {$labelStyle}>{$customName}</td>\n                <td {$valueStyle}>{$customValue}</td>\n              </tr>\n            {/foreach}\n          {/foreach}\n        {/if}\n\n        {if !empty($customProfile)}\n          {foreach from=$customProfile.profile item=eachParticipant key=participantID}\n            <tr>\n              <th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th>\n            </tr>\n            {foreach from=$eachParticipant item=eachProfile key=pid}\n              <tr>\n                <th {$headerStyle}>{$customProfile.title.$pid}</th>\n              </tr>\n              {foreach from=$eachProfile item=val key=field}\n                <tr>\n                  {foreach from=$val item=v key=f}\n                    <td {$labelStyle}>{$field}</td>\n                    <td {$valueStyle}>{$v}</td>\n                  {/foreach}\n                </tr>\n              {/foreach}\n            {/foreach}\n          {/foreach}\n        {/if}\n\n      </table>\n      {if !empty($event.allow_selfcancelxfer)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            {ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}<br/>\n            {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid={participant.id}&{contact.checksum}\"  h=0 a=1 fe=1}{/capture}\n            <a href=\"{$selfService}\">{ts}Click here to transfer or cancel your registration.{/ts}</a>\n          </td>\n        </tr>\n      {/if}\n </table>\n\n</body>\n</html>\n',1,829,'event_online_receipt',0,1,0,NULL),
+ (31,'Events - Registration Confirmation and Receipt (on-line)','{if !empty($isOnWaitlist)}{ts}Wait List Confirmation{/ts}{elseif !empty($isRequireApproval)}{ts}Registration Request Confirmation{/ts}{else}{ts}Registration Confirmation{/ts}{/if} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n\n{else}\n  {ts}Thank you for your registration.{/ts}\n  {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to %1.{/ts}\n  {else}{if !empty($isOnWaitlist)}{ts}This is a confirmation that your registration has been received and your status has been updated to waitlisted.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to registered.{/ts}{/if}\n  {/if}\n{/if}\n\n{if !empty($isOnWaitlist)}\n===============================================================================\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if $isPrimary}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n{/if}\n===============================================================================\n\n{elseif !empty($isRequireApproval)}\n===============================================================================\n\n{ts}Your registration has been submitted.{/ts}\n\n{if $isPrimary}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n===============================================================================\n\n{elseif $isPrimary && {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}\n\n\n===============================================================================\n\n{if {event.pay_later_receipt|boolean}}{event.pay_later_receipt}{/if}\n===============================================================================\n\n{/if}\n\n\n===============================================================================\n\n{ts}Event Information and Location{/ts}\n\n===============================================================================\n\n{event.title}\n{event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if {event.end_date|boolean}}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n\n{if \"{participant.role_id:label}\" neq \'Attendee\'}\n{ts}Participant Role{/ts}: {participant.role_id:label}\n{/if}\n\n{if !empty($isShowLocation)}\n{event.location}\n{/if}{*End of isShowLocation condition*}\n\n{if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n\n{ts}Event Contacts:{/ts}\n{if {event.loc_block_id.phone_id.phone|boolean}}\n  {if {event.loc_block_id.phone_id.phone_type_id|boolean}}{event.loc_block_id.phone_id.phone_type_id:label}{else}{ts}Phone{/ts}{/if} {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}} {ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n{/if}\n{if {event.loc_block_id.email_id.email|boolean}}\n{ts}Email {/ts}{event.loc_block_id.email_id.email}\n{/if}\n{if {event.loc_block_id.email_2_id.email|boolean}}\n{ts}Email {/ts}{event.loc_block_id.email_2_id.email}{/if}\n{/if}\n{if {event.is_public|boolean} and {event.is_show_calendar_links|boolean}}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($payer.name)}\nYou were registered by: {$payer.name}\n{/if}\n{if {event.is_monetary|boolean} and empty($isRequireApproval)} {* This section for Paid events only.*}\n\n===============================================================================\n\n{event.fee_label}\n===============================================================================\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if $isPrimary}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n\n{/if}\n{/if}\n----------------------------------------------------------------------------------------------------------------\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{if !empty($pricesetFieldsCount)}{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if $isShowTax && {contribution.tax_amount|boolean}} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n----------------------------------------------------------------------------------------------------------------\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount)}{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if $isShowTax && {contribution.tax_amount|boolean}} {$line.line_total|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"}  {$line.tax_rate|string_format:\"%.2f\"} %  {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else}                  {/if}  {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}{if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n----------------------------------------------------------------------------------------------------------------\n{if !empty($individual)}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%29s\"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%33s\"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:\"%12s\"}{/if}\n{/if}\n{\"\"|string_format:\"%120s\"}\n{/foreach}\n{\"\"|string_format:\"%120s\"}\n\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{ts}Amount before Tax:{/ts} {if $isPrimary}{contribution.tax_exclusive_amount}{else}{$participant.totals.total_amount_exclusive|crmMoney}{/if}\n{if !$isPrimary}{* Use the participant specific tax rate breakdown *}{assign var=taxRateBreakdown value=$participant.tax_rate_breakdown}{/if}\n{foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}   {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n{/foreach}\n{/if}\n{/if}\n\n{if !$isShowLineItems}\n{foreach from=$participants key=index item=currentParticipant}\n{if $isPrimary || {participant.id} === $currentParticipant.id}\n{foreach from=$currentParticipant.line_items key=index item=currentLineItem}\n{$currentLineItem.label} {if $isPrimary} - {$currentParticipant.contact.display_name}{/if} - {$currentLineItem.line_total|crmMoney:$currency}\n{/foreach}\n{/if}\n{/foreach}\n{/if}\n\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{ts}Total Tax Amount{/ts}: {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}\n{/if}\n{if $isPrimary}\n\n{ts}Total Amount{/ts}: {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($pricesetFieldsCount)}\n      {assign var=\"count\" value= 0}\n      {foreach from=$lineItem item=pcount}\n      {assign var=\"lineItemCount\" value=0}\n      {if $pcount neq \'skip\'}\n        {foreach from=$pcount item=p_count}\n        {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n        {/foreach}\n      {if $lineItemCount < 1}\n        {assign var=\"lineItemCount\" value=1}\n      {/if}\n      {assign var=\"count\" value=$count+$lineItemCount}\n      {/if}\n      {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if {participant.register_date|boolean}}\n{ts}Registration Date{/ts}: {participant.register_date}\n{/if}\n{if {contribution.receive_date|boolean}}\n{ts}Transaction Date{/ts}: {contribution.receive_date}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n{ts}Paid By{/ts}: {contribution.payment_instrument_id:label}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if {contribution.address_id.display|boolean}}\n\n===============================================================================\n\n{ts}Billing Name and Address{/ts}\n\n===============================================================================\n\n{contribution.address_id.name}\n{contribution.address_id.display}\n{/if}\n\n{if !empty($credit_card_type)}\n===============================================================================\n\n{ts}Credit Card Information{/ts}\n\n===============================================================================\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n===============================================================================\n\n{$customPre_grouptitle.$i}\n===============================================================================\n\n{foreach from=$customPr item=customValue key=customName}\n {$customName}: {$customValue}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n===============================================================================\n\n{$customPost_grouptitle.$j}\n===============================================================================\n\n{foreach from=$customPos item=customValue key=customName}\n {$customName}: {$customValue}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n===============================================================================\n\n{ts 1=$participantID+2}Participant Information - Participant %1{/ts}\n\n===============================================================================\n\n{foreach from=$eachParticipant item=eachProfile key=pid}\n------------------------------------------------------------------------------\n\n{$customProfile.title.$pid}\n------------------------------------------------------------------------------\n\n{foreach from=$eachProfile item=val key=field}\n{foreach from=$val item=v key=f}\n{$field}: {$v}\n{/foreach}\n{/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($event.allow_selfcancelxfer)}\n{ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}\n   {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid={participant.id}&{contact.checksum}\"  h=0 a=1 fe=1}{/capture}\n{ts}Transfer or cancel your registration:{/ts} {$selfService}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n  <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=tdfirstStyle}style=\"width: 180px; padding-bottom: 15px;\"{/capture}\n{capture assign=tdStyle}style=\"width: 100px;\"{/capture}\n{capture assign=participantTotalStyle}style=\"margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;\"{/capture}\n\n<table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n  <tr>\n    <td>\n      {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n      {if {event.confirm_email_text|boolean} AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n        <p>{event.confirm_email_text}</p>\n      {else}\n        <p>{ts}Thank you for your registration.{/ts}\n            {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to<strong> %1</strong>.{/ts}\n            {else}\n              {if $isOnWaitlist}{ts}This is a confirmation that your registration has been received and your status has been updated to<strong>waitlisted</strong>.{/ts}\n              {else}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>registered<strong>.{/ts}\n              {/if}\n            {/if}\n        </p>\n      {/if}\n\n      {if !empty($isOnWaitlist)}\n          <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n            {if $isPrimary}\n              <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n            {/if}\n        {elseif !empty($isRequireApproval)}\n          <p>{ts}Your registration has been submitted.{/ts}</p>\n            {if $isPrimary}\n              <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n            {/if}\n        {elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n          <p>{if {event.pay_later_receipt|boolean}}{event.pay_later_receipt}{/if}</p>\n        {/if}\n    </td>\n  </tr>\n  <tr>\n    <td>\n      <table style=\"width:100%; max-width:700px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n        <tr>\n          <th {$headerStyle}>\n            {ts}Event Information and Location{/ts}\n          </th>\n        </tr>\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            {event.title}<br/>\n            {event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if {event.end_date|boolean}}-{if \'{event.end_date|crmDate:\"%Y%m%d\"}\' === \'{event.start_date|crmDate:\"%Y%m%d\"}\'}{event.end_date|crmDate:\"Time\"}{else}{event.end_date|crmDate:\"%A\"} {event.end_date|crmDate}{/if}{/if}\n          </td>\n        </tr>\n\n        {if \"{participant.role_id:label}\" neq \'Attendee\'}\n          <tr>\n            <td {$labelStyle}>\n              {ts}Participant Role{/ts}\n            </td>\n            <td {$valueStyle}>\n              {participant.role_id:label}\n            </td>\n          </tr>\n        {/if}\n\n        {if !empty($isShowLocation)}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {event.location}\n            </td>\n          </tr>\n        {/if}\n\n        {if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n          <tr>\n            <td colspan=\"2\" {$labelStyle}>\n              {ts}Event Contacts:{/ts}\n            </td>\n          </tr>\n\n          {if {event.loc_block_id.phone_id.phone|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {if {event.loc_block_id.phone_id.phone_type_id|boolean}}\n                      {event.loc_block_id.phone_id.phone_type_id:label}\n                  {else}\n                      {ts}Phone{/ts}\n                  {/if}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.phone_2_id.phone|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {if {event.loc_block_id.phone_2_id.phone_type_id|boolean}}\n                      {event.loc_block_id.phone_2_id.phone_type_id:label}\n                  {else}\n                      {ts}Phone{/ts}\n                  {/if}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.phone_2_id.phone} {if {event.loc_block_id.phone_2_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_2_id.phone_ext}{/if}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.email_id.email|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                {ts}Email{/ts}\n              </td>\n              <td {$valueStyle}>\n                {event.loc_block_id.email_id.email}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.email_2_id.email|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                {ts}Email{/ts}\n              </td>\n              <td {$valueStyle}>\n                {event.loc_block_id.email_2_id.email}\n              </td>\n            </tr>\n          {/if}\n        {/if}\n\n        {if {event.is_public|boolean} and {event.is_show_calendar_links|boolean}}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n              <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n            </td>\n          </tr>\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n              <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n            </td>\n          </tr>\n        {/if}\n\n        {if {event.is_share|boolean}}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=eventUrl}{crmURL p=\'civicrm/event/info\' q=\"id={event.id}&reset=1\" a=true fe=1 h=1}{/capture}\n              {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$eventUrl pageURL=$eventUrl title=\'{event.title}\'}\n            </td>\n          </tr>\n        {/if}\n        {if !empty($payer.name)}\n          <tr>\n            <th {$headerStyle}>\n              {ts}You were registered by:{/ts}\n            </th>\n          </tr>\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {$payer.name}\n            </td>\n          </tr>\n        {/if}\n        {if {event.is_monetary|boolean} and empty($isRequireApproval)}\n          <tr>\n            <th {$headerStyle}>\n              {event.fee_label}\n            </th>\n          </tr>\n            {if $isShowLineItems}\n              {foreach from=$participants key=index item=currentParticipant}\n                {if $isPrimary || {participant.id} === $currentParticipant.id}\n                  {if $isPrimary && ($participants|@count > 1)} {* Header for multi participant registration cases. *}\n                    <tr>\n                      <td colspan=\"2\" {$labelStyle}>\n                        {$currentParticipant.contact.display_name}\n                      </td>\n                    </tr>\n                  {/if}\n                  <tr>\n                    <td colspan=\"2\" {$valueStyle}>\n                      <table>\n                        <tr>\n                          <th>{ts}Item{/ts}</th>\n                          <th>{ts}Qty{/ts}</th>\n                          <th>{ts}Each{/ts}</th>\n                          {if $isShowTax && {contribution.tax_amount|boolean}}\n                              <th>{ts}Subtotal{/ts}</th>\n                              <th>{ts}Tax Rate{/ts}</th>\n                              <th>{ts}Tax Amount{/ts}</th>\n                            {/if}\n                          <th>{ts}Total{/ts}</th>\n                          {if $isShowParticipantCount}\n                            <th>{ts}Total Participants{/ts}</th>\n                          {/if}\n                        </tr>\n                        {foreach from=$currentParticipant.line_items item=line}\n                          <tr>\n                            <td {$tdfirstStyle}>{$line.title}</td>\n                            <td {$tdStyle} align=\"middle\">{$line.qty}</td>\n                            <td {$tdStyle}>{$line.unit_price|crmMoney:$currency}</td>\n                            {if $isShowTax && {contribution.tax_amount|boolean}}\n                              <td>{$line.line_total|crmMoney:$currency}</td>\n                              {if $line.tax_rate || $line.tax_amount != \"\"}\n                                <td>{$line.tax_rate|string_format:\"%.2f\"}%</td>\n                                <td>{$line.tax_amount|crmMoney:$currency}</td>\n                              {else}\n                                <td></td>\n                                <td></td>\n                              {/if}\n                            {/if}\n                            <td {$tdStyle}>\n                              {$line.line_total_inclusive|crmMoney:$currency}\n                            </td>\n                            {if $isShowParticipantCount}\n                              <td {$tdStyle}>{$line.participant_count}</td>\n                            {/if}\n                          </tr>\n                        {/foreach}\n                        {if $isShowTax && $isPrimary && ($participants|@count > 1)}\n                          <tr {$participantTotalStyle}>\n                            <td colspan=3>{ts 1=$currentParticipant.contact.display_name}Total for %1{/ts}</td>\n                            <td colspan=2>{$currentParticipant.totals.total_amount_exclusive|crmMoney}</td>\n                            <td colspan=1>{$currentParticipant.totals.tax_amount|crmMoney}</td>\n                            <td colspan=2>{$currentParticipant.totals.total_amount_inclusive|crmMoney}</td>\n                          </tr>\n                        {/if}\n                      </table>\n                    </td>\n                  </tr>\n                {/if}\n              {/foreach}\n            {/if}\n            {if !$isShowLineItems}\n              {foreach from=$participants key=index item=currentParticipant}\n                {if $isPrimary || {participant.id} === $currentParticipant.id}\n                  {foreach from=$currentParticipant.line_items key=index item=currentLineItem}\n                  <tr>\n                    <td {$valueStyle}>\n                      {$currentLineItem.label}{if $isPrimary && ($participants|@count > 1)} - {$currentParticipant.contact.display_name}{/if}\n                    </td>\n                    <td {$valueStyle}>\n                      {$currentLineItem.line_total|crmMoney:$currency}\n                    </td>\n                  </tr>\n                  {/foreach}\n                {/if}\n              {/foreach}\n            {/if}\n            {if $isShowTax && {contribution.tax_amount|boolean}}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Amount Before Tax:{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {if $isPrimary}{contribution.tax_exclusive_amount}{else}{$participant.totals.total_amount_exclusive|crmMoney}{/if}\n                </td>\n              </tr>\n              {if !$isPrimary}\n                {* Use the participant specific tax rate breakdown *}\n                {assign var=taxRateBreakdown value=$participant.tax_rate_breakdown}\n              {/if}\n              {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n                <tr>\n                  <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n                  <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n                </tr>\n              {/foreach}\n              <tr>\n                <td {$labelStyle}>\n                    {ts}Total Tax Amount{/ts}\n                </td>\n                <td {$valueStyle}>\n                    {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}\n                </td>\n              </tr>\n            {/if}\n            {if $isPrimary}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Total Amount{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {contribution.total_amount} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n                </td>\n              </tr>\n              {if $isShowParticipantCount}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Total Participants{/ts}</td>\n                  <td {$valueStyle}>\n                    {$participantCount}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {participant.register_date|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Registration Date{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {participant.register_date}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($receive_date)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Transaction Date{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$receive_date|crmDate}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($financialTypeName)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Financial Type{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$financialTypeName}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($trxn_id)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Transaction #{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$trxn_id}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Paid By{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {contribution.payment_instrument_id:label}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($checkNumber)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Check Number{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$checkNumber}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {contribution.address_id.display|boolean}}\n                <tr>\n                  <th {$headerStyle}>\n                    {ts}Billing Name and Address{/ts}\n                  </th>\n                </tr>\n                <tr>\n                  <td colspan=\"2\" {$valueStyle}>\n                    {contribution.address_id.name}<br/>\n                    {contribution.address_id.display}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($credit_card_type)}\n                <tr>\n                  <th {$headerStyle}>\n                    {ts}Credit Card Information{/ts}\n                  </th>\n                </tr>\n                <tr>\n                  <td colspan=\"2\" {$valueStyle}>\n                    {$credit_card_type}<br/>\n                    {$credit_card_number}<br/>\n                    {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n                  </td>\n                </tr>\n              {/if}\n            {/if}\n\n          {/if} {* End of conditional section for Paid events *}\n\n        {if !empty($customPre)}\n          {foreach from=$customPre item=customPr key=i}\n            <tr>\n              <th {$headerStyle}>{$customPre_grouptitle.$i}</th>\n            </tr>\n            {foreach from=$customPr item=customValue key=customName}\n              <tr>\n                <td {$labelStyle}>{$customName}</td>\n                <td {$valueStyle}>{$customValue}</td>\n              </tr>\n            {/foreach}\n          {/foreach}\n        {/if}\n\n        {if !empty($customPost)}\n          {foreach from=$customPost item=customPos key=j}\n            <tr>\n              <th {$headerStyle}>{$customPost_grouptitle.$j}</th>\n            </tr>\n            {foreach from=$customPos item=customValue key=customName}\n              <tr>\n                <td {$labelStyle}>{$customName}</td>\n                <td {$valueStyle}>{$customValue}</td>\n              </tr>\n            {/foreach}\n          {/foreach}\n        {/if}\n\n        {if !empty($customProfile)}\n          {foreach from=$customProfile.profile item=eachParticipant key=participantID}\n            <tr>\n              <th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th>\n            </tr>\n            {foreach from=$eachParticipant item=eachProfile key=pid}\n              <tr>\n                <th {$headerStyle}>{$customProfile.title.$pid}</th>\n              </tr>\n              {foreach from=$eachProfile item=val key=field}\n                <tr>\n                  {foreach from=$val item=v key=f}\n                    <td {$labelStyle}>{$field}</td>\n                    <td {$valueStyle}>{$v}</td>\n                  {/foreach}\n                </tr>\n              {/foreach}\n            {/foreach}\n          {/foreach}\n        {/if}\n\n      </table>\n      {if !empty($event.allow_selfcancelxfer)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            {ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}<br/>\n            {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid={participant.id}&{contact.checksum}\"  h=0 a=1 fe=1}{/capture}\n            <a href=\"{$selfService}\">{ts}Click here to transfer or cancel your registration.{/ts}</a>\n          </td>\n        </tr>\n      {/if}\n </table>\n\n</body>\n</html>\n',1,829,'event_online_receipt',1,0,0,NULL),
+ (32,'Events - Registration Confirmation and Receipt (on-line)','{if !empty($isOnWaitlist)}{ts}Wait List Confirmation{/ts}{elseif !empty($isRequireApproval)}{ts}Registration Request Confirmation{/ts}{else}{ts}Registration Confirmation{/ts}{/if} - {event.title} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n{if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n{$event.confirm_email_text}\n\n{else}\n  {ts}Thank you for your registration.{/ts}\n  {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to %1.{/ts}\n  {else}{if !empty($isOnWaitlist)}{ts}This is a confirmation that your registration has been received and your status has been updated to waitlisted.{/ts}{else}{ts}This is a confirmation that your registration has been received and your status has been updated to registered.{/ts}{/if}\n  {/if}\n{/if}\n\n{if !empty($isOnWaitlist)}\n===============================================================================\n\n{ts}You have been added to the WAIT LIST for this event.{/ts}\n\n{if $isPrimary}\n{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}\n{/if}\n===============================================================================\n\n{elseif !empty($isRequireApproval)}\n===============================================================================\n\n{ts}Your registration has been submitted.{/ts}\n\n{if $isPrimary}\n{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}\n\n{/if}\n===============================================================================\n\n{elseif $isPrimary && {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}\n\n\n===============================================================================\n\n{if {event.pay_later_receipt|boolean}}{event.pay_later_receipt}{/if}\n===============================================================================\n\n{/if}\n\n\n===============================================================================\n\n{ts}Event Information and Location{/ts}\n\n===============================================================================\n\n{event.title}\n{event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if {event.end_date|boolean}}-{if $event.event_end_date|crmDate:\"%Y%m%d\" == $event.event_start_date|crmDate:\"%Y%m%d\"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate:\"%A\"} {$event.event_end_date|crmDate}{/if}{/if}\n\n{if \"{participant.role_id:label}\" neq \'Attendee\'}\n{ts}Participant Role{/ts}: {participant.role_id:label}\n{/if}\n\n{if !empty($isShowLocation)}\n{event.location}\n{/if}{*End of isShowLocation condition*}\n\n{if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n\n{ts}Event Contacts:{/ts}\n{if {event.loc_block_id.phone_id.phone|boolean}}\n  {if {event.loc_block_id.phone_id.phone_type_id|boolean}}{event.loc_block_id.phone_id.phone_type_id:label}{else}{ts}Phone{/ts}{/if} {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}} {ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n{/if}\n{if {event.loc_block_id.email_id.email|boolean}}\n{ts}Email {/ts}{event.loc_block_id.email_id.email}\n{/if}\n{if {event.loc_block_id.email_2_id.email|boolean}}\n{ts}Email {/ts}{event.loc_block_id.email_2_id.email}{/if}\n{/if}\n{if {event.is_public|boolean} and {event.is_show_calendar_links|boolean}}\n{capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n{ts}Download iCalendar entry for this event.{/ts} {$icalFeed}\n{capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n{ts}Add event to Google Calendar{/ts} {$gCalendar}\n{/if}\n\n{if !empty($payer.name)}\nYou were registered by: {$payer.name}\n{/if}\n{if {event.is_monetary|boolean} and empty($isRequireApproval)} {* This section for Paid events only.*}\n\n===============================================================================\n\n{event.fee_label}\n===============================================================================\n\n{if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}\n\n{if $value neq \'skip\'}\n{if $isPrimary}\n{if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}\n{ts 1=$priceset+1}Participant %1{/ts} {if !empty($part.$priceset)}{$part.$priceset.info}{/if}\n\n{/if}\n{/if}\n----------------------------------------------------------------------------------------------------------------\n\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_qty}{ts}Qty{/ts}{/capture}\n{capture assign=ts_each}{ts}Each{/ts}{/capture}\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{/if}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{if !empty($pricesetFieldsCount)}{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if}\n{$ts_item|string_format:\"%-30s\"} {$ts_qty|string_format:\"%5s\"} {$ts_each|string_format:\"%10s\"} {if $isShowTax && {contribution.tax_amount|boolean}} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {/if} {$ts_total|string_format:\"%10s\"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:\"%10s\"}{/if}\n----------------------------------------------------------------------------------------------------------------\n\n{foreach from=$value item=line}\n{if !empty($pricesetFieldsCount)}{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}\n{capture assign=ts_item}{if $line.html_type eq \'Text\'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:\"...\"|string_format:\"%-30s\"} {$line.qty|string_format:\"%5s\"} {$line.unit_price|crmMoney:$currency|string_format:\"%10s\"} {if $isShowTax && {contribution.tax_amount|boolean}} {$line.line_total|crmMoney:$currency|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"}  {$line.tax_rate|string_format:\"%.2f\"} %  {$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"} {else}                  {/if}  {/if} {$line.line_total+$line.tax_amount|crmMoney:$currency|string_format:\"%10s\"}{if !empty($ts_participant_count)}{$ts_participant_count|string_format:\"%10s\"}{/if}\n{/foreach}\n----------------------------------------------------------------------------------------------------------------\n{if !empty($individual)}{ts}Participant Total{/ts} {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%29s\"} {$individual.$priceset.totalTaxAmt|crmMoney:$currency|string_format:\"%33s\"} {$individual.$priceset.totalAmtWithTax|crmMoney:$currency|string_format:\"%12s\"}{/if}\n{/if}\n{\"\"|string_format:\"%120s\"}\n{/foreach}\n{\"\"|string_format:\"%120s\"}\n\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{ts}Amount before Tax:{/ts} {if $isPrimary}{contribution.tax_exclusive_amount}{else}{$participant.totals.total_amount_exclusive|crmMoney}{/if}\n{if !$isPrimary}{* Use the participant specific tax rate breakdown *}{assign var=taxRateBreakdown value=$participant.tax_rate_breakdown}{/if}\n{foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}   {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n{/foreach}\n{/if}\n{/if}\n\n{if !$isShowLineItems}\n{foreach from=$participants key=index item=currentParticipant}\n{if $isPrimary || {participant.id} === $currentParticipant.id}\n{foreach from=$currentParticipant.line_items key=index item=currentLineItem}\n{$currentLineItem.label} {if $isPrimary} - {$currentParticipant.contact.display_name}{/if} - {$currentLineItem.line_total|crmMoney:$currency}\n{/foreach}\n{/if}\n{/foreach}\n{/if}\n\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{ts}Total Tax Amount{/ts}: {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}\n{/if}\n{if $isPrimary}\n\n{ts}Total Amount{/ts}: {if !empty($totalAmount)}{$totalAmount|crmMoney:$currency}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n\n{if !empty($pricesetFieldsCount)}\n      {assign var=\"count\" value= 0}\n      {foreach from=$lineItem item=pcount}\n      {assign var=\"lineItemCount\" value=0}\n      {if $pcount neq \'skip\'}\n        {foreach from=$pcount item=p_count}\n        {assign var=\"lineItemCount\" value=$lineItemCount+$p_count.participant_count}\n        {/foreach}\n      {if $lineItemCount < 1}\n        {assign var=\"lineItemCount\" value=1}\n      {/if}\n      {assign var=\"count\" value=$count+$lineItemCount}\n      {/if}\n      {/foreach}\n\n{ts}Total Participants{/ts}: {$count}\n{/if}\n\n{if {participant.register_date|boolean}}\n{ts}Registration Date{/ts}: {participant.register_date}\n{/if}\n{if {contribution.receive_date|boolean}}\n{ts}Transaction Date{/ts}: {contribution.receive_date}\n{/if}\n{if !empty($financialTypeName)}\n{ts}Financial Type{/ts}: {$financialTypeName}\n{/if}\n{if !empty($trxn_id)}\n{ts}Transaction #{/ts}: {$trxn_id}\n{/if}\n{if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n{ts}Paid By{/ts}: {contribution.payment_instrument_id:label}\n{/if}\n{if !empty($checkNumber)}\n{ts}Check Number{/ts}: {$checkNumber}\n{/if}\n{if {contribution.address_id.display|boolean}}\n\n===============================================================================\n\n{ts}Billing Name and Address{/ts}\n\n===============================================================================\n\n{contribution.address_id.name}\n{contribution.address_id.display}\n{/if}\n\n{if !empty($credit_card_type)}\n===============================================================================\n\n{ts}Credit Card Information{/ts}\n\n===============================================================================\n\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n{/if} {* End of conditional section for Paid events *}\n\n{if !empty($customPre)}\n{foreach from=$customPre item=customPr key=i}\n===============================================================================\n\n{$customPre_grouptitle.$i}\n===============================================================================\n\n{foreach from=$customPr item=customValue key=customName}\n {$customName}: {$customValue}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($customPost)}\n{foreach from=$customPost item=customPos key=j}\n===============================================================================\n\n{$customPost_grouptitle.$j}\n===============================================================================\n\n{foreach from=$customPos item=customValue key=customName}\n {$customName}: {$customValue}\n{/foreach}\n{/foreach}\n{/if}\n{if !empty($customProfile)}\n\n{foreach from=$customProfile.profile item=eachParticipant key=participantID}\n===============================================================================\n\n{ts 1=$participantID+2}Participant Information - Participant %1{/ts}\n\n===============================================================================\n\n{foreach from=$eachParticipant item=eachProfile key=pid}\n------------------------------------------------------------------------------\n\n{$customProfile.title.$pid}\n------------------------------------------------------------------------------\n\n{foreach from=$eachProfile item=val key=field}\n{foreach from=$val item=v key=f}\n{$field}: {$v}\n{/foreach}\n{/foreach}\n{/foreach}\n{/foreach}\n{/if}\n\n{if !empty($event.allow_selfcancelxfer)}\n{ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}\n   {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid={participant.id}&{contact.checksum}\"  h=0 a=1 fe=1}{/capture}\n{ts}Transfer or cancel your registration:{/ts} {$selfService}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n  <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n{capture assign=tdfirstStyle}style=\"width: 180px; padding-bottom: 15px;\"{/capture}\n{capture assign=tdStyle}style=\"width: 100px;\"{/capture}\n{capture assign=participantTotalStyle}style=\"margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;\"{/capture}\n\n<table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n  <tr>\n    <td>\n      {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n      {if {event.confirm_email_text|boolean} AND (empty($isOnWaitlist) AND empty($isRequireApproval))}\n        <p>{event.confirm_email_text}</p>\n      {else}\n        <p>{ts}Thank you for your registration.{/ts}\n            {if $participant_status}{ts 1=$participant_status}This is a confirmation that your registration has been received and your status has been updated to<strong> %1</strong>.{/ts}\n            {else}\n              {if $isOnWaitlist}{ts}This is a confirmation that your registration has been received and your status has been updated to<strong>waitlisted</strong>.{/ts}\n              {else}{ts}This is a confirmation that your registration has been received and your status has been updated to <strong>registered<strong>.{/ts}\n              {/if}\n            {/if}\n        </p>\n      {/if}\n\n      {if !empty($isOnWaitlist)}\n          <p>{ts}You have been added to the WAIT LIST for this event.{/ts}</p>\n            {if $isPrimary}\n              <p>{ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}</p>\n            {/if}\n        {elseif !empty($isRequireApproval)}\n          <p>{ts}Your registration has been submitted.{/ts}</p>\n            {if $isPrimary}\n              <p>{ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}</p>\n            {/if}\n        {elseif !empty($is_pay_later) && empty($isAmountzero) && empty($isAdditionalParticipant)}\n          <p>{if {event.pay_later_receipt|boolean}}{event.pay_later_receipt}{/if}</p>\n        {/if}\n    </td>\n  </tr>\n  <tr>\n    <td>\n      <table style=\"width:100%; max-width:700px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n        <tr>\n          <th {$headerStyle}>\n            {ts}Event Information and Location{/ts}\n          </th>\n        </tr>\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            {event.title}<br/>\n            {event.start_date|crmDate:\"%A\"} {event.start_date|crmDate}{if {event.end_date|boolean}}-{if \'{event.end_date|crmDate:\"%Y%m%d\"}\' === \'{event.start_date|crmDate:\"%Y%m%d\"}\'}{event.end_date|crmDate:\"Time\"}{else}{event.end_date|crmDate:\"%A\"} {event.end_date|crmDate}{/if}{/if}\n          </td>\n        </tr>\n\n        {if \"{participant.role_id:label}\" neq \'Attendee\'}\n          <tr>\n            <td {$labelStyle}>\n              {ts}Participant Role{/ts}\n            </td>\n            <td {$valueStyle}>\n              {participant.role_id:label}\n            </td>\n          </tr>\n        {/if}\n\n        {if !empty($isShowLocation)}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {event.location}\n            </td>\n          </tr>\n        {/if}\n\n        {if {event.loc_block_id.phone_id.phone|boolean} || {event.loc_block_id.email_id.email|boolean}}\n          <tr>\n            <td colspan=\"2\" {$labelStyle}>\n              {ts}Event Contacts:{/ts}\n            </td>\n          </tr>\n\n          {if {event.loc_block_id.phone_id.phone|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {if {event.loc_block_id.phone_id.phone_type_id|boolean}}\n                      {event.loc_block_id.phone_id.phone_type_id:label}\n                  {else}\n                      {ts}Phone{/ts}\n                  {/if}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.phone_id.phone} {if {event.loc_block_id.phone_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_id.phone_ext}{/if}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.phone_2_id.phone|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                  {if {event.loc_block_id.phone_2_id.phone_type_id|boolean}}\n                      {event.loc_block_id.phone_2_id.phone_type_id:label}\n                  {else}\n                      {ts}Phone{/ts}\n                  {/if}\n              </td>\n              <td {$valueStyle}>\n                  {event.loc_block_id.phone_2_id.phone} {if {event.loc_block_id.phone_2_id.phone_ext|boolean}}&nbsp;{ts}ext.{/ts} {event.loc_block_id.phone_2_id.phone_ext}{/if}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.email_id.email|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                {ts}Email{/ts}\n              </td>\n              <td {$valueStyle}>\n                {event.loc_block_id.email_id.email}\n              </td>\n            </tr>\n          {/if}\n          {if {event.loc_block_id.email_2_id.email|boolean}}\n            <tr>\n              <td {$labelStyle}>\n                {ts}Email{/ts}\n              </td>\n              <td {$valueStyle}>\n                {event.loc_block_id.email_2_id.email}\n              </td>\n            </tr>\n          {/if}\n        {/if}\n\n        {if {event.is_public|boolean} and {event.is_show_calendar_links|boolean}}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=icalFeed}{crmURL p=\'civicrm/event/ical\' q=\"reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n              <a href=\"{$icalFeed}\">{ts}Download iCalendar entry for this event.{/ts}</a>\n            </td>\n          </tr>\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=gCalendar}{crmURL p=\'civicrm/event/ical\' q=\"gCalendar=1&reset=1&id={event.id}\" h=0 a=1 fe=1}{/capture}\n              <a href=\"{$gCalendar}\">{ts}Add event to Google Calendar{/ts}</a>\n            </td>\n          </tr>\n        {/if}\n\n        {if {event.is_share|boolean}}\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {capture assign=eventUrl}{crmURL p=\'civicrm/event/info\' q=\"id={event.id}&reset=1\" a=true fe=1 h=1}{/capture}\n              {include file=\"CRM/common/SocialNetwork.tpl\" emailMode=true url=$eventUrl pageURL=$eventUrl title=\'{event.title}\'}\n            </td>\n          </tr>\n        {/if}\n        {if !empty($payer.name)}\n          <tr>\n            <th {$headerStyle}>\n              {ts}You were registered by:{/ts}\n            </th>\n          </tr>\n          <tr>\n            <td colspan=\"2\" {$valueStyle}>\n              {$payer.name}\n            </td>\n          </tr>\n        {/if}\n        {if {event.is_monetary|boolean} and empty($isRequireApproval)}\n          <tr>\n            <th {$headerStyle}>\n              {event.fee_label}\n            </th>\n          </tr>\n            {if $isShowLineItems}\n              {foreach from=$participants key=index item=currentParticipant}\n                {if $isPrimary || {participant.id} === $currentParticipant.id}\n                  {if $isPrimary && ($participants|@count > 1)} {* Header for multi participant registration cases. *}\n                    <tr>\n                      <td colspan=\"2\" {$labelStyle}>\n                        {$currentParticipant.contact.display_name}\n                      </td>\n                    </tr>\n                  {/if}\n                  <tr>\n                    <td colspan=\"2\" {$valueStyle}>\n                      <table>\n                        <tr>\n                          <th>{ts}Item{/ts}</th>\n                          <th>{ts}Qty{/ts}</th>\n                          <th>{ts}Each{/ts}</th>\n                          {if $isShowTax && {contribution.tax_amount|boolean}}\n                              <th>{ts}Subtotal{/ts}</th>\n                              <th>{ts}Tax Rate{/ts}</th>\n                              <th>{ts}Tax Amount{/ts}</th>\n                            {/if}\n                          <th>{ts}Total{/ts}</th>\n                          {if $isShowParticipantCount}\n                            <th>{ts}Total Participants{/ts}</th>\n                          {/if}\n                        </tr>\n                        {foreach from=$currentParticipant.line_items item=line}\n                          <tr>\n                            <td {$tdfirstStyle}>{$line.title}</td>\n                            <td {$tdStyle} align=\"middle\">{$line.qty}</td>\n                            <td {$tdStyle}>{$line.unit_price|crmMoney:$currency}</td>\n                            {if $isShowTax && {contribution.tax_amount|boolean}}\n                              <td>{$line.line_total|crmMoney:$currency}</td>\n                              {if $line.tax_rate || $line.tax_amount != \"\"}\n                                <td>{$line.tax_rate|string_format:\"%.2f\"}%</td>\n                                <td>{$line.tax_amount|crmMoney:$currency}</td>\n                              {else}\n                                <td></td>\n                                <td></td>\n                              {/if}\n                            {/if}\n                            <td {$tdStyle}>\n                              {$line.line_total_inclusive|crmMoney:$currency}\n                            </td>\n                            {if $isShowParticipantCount}\n                              <td {$tdStyle}>{$line.participant_count}</td>\n                            {/if}\n                          </tr>\n                        {/foreach}\n                        {if $isShowTax && $isPrimary && ($participants|@count > 1)}\n                          <tr {$participantTotalStyle}>\n                            <td colspan=3>{ts 1=$currentParticipant.contact.display_name}Total for %1{/ts}</td>\n                            <td colspan=2>{$currentParticipant.totals.total_amount_exclusive|crmMoney}</td>\n                            <td colspan=1>{$currentParticipant.totals.tax_amount|crmMoney}</td>\n                            <td colspan=2>{$currentParticipant.totals.total_amount_inclusive|crmMoney}</td>\n                          </tr>\n                        {/if}\n                      </table>\n                    </td>\n                  </tr>\n                {/if}\n              {/foreach}\n            {/if}\n            {if !$isShowLineItems}\n              {foreach from=$participants key=index item=currentParticipant}\n                {if $isPrimary || {participant.id} === $currentParticipant.id}\n                  {foreach from=$currentParticipant.line_items key=index item=currentLineItem}\n                  <tr>\n                    <td {$valueStyle}>\n                      {$currentLineItem.label}{if $isPrimary && ($participants|@count > 1)} - {$currentParticipant.contact.display_name}{/if}\n                    </td>\n                    <td {$valueStyle}>\n                      {$currentLineItem.line_total|crmMoney:$currency}\n                    </td>\n                  </tr>\n                  {/foreach}\n                {/if}\n              {/foreach}\n            {/if}\n            {if $isShowTax && {contribution.tax_amount|boolean}}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Amount Before Tax:{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {if $isPrimary}{contribution.tax_exclusive_amount}{else}{$participant.totals.total_amount_exclusive|crmMoney}{/if}\n                </td>\n              </tr>\n              {if !$isPrimary}\n                {* Use the participant specific tax rate breakdown *}\n                {assign var=taxRateBreakdown value=$participant.tax_rate_breakdown}\n              {/if}\n              {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n                <tr>\n                  <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else}{$taxTerm} {$taxDetail.percentage}%{/if}</td>\n                  <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n                </tr>\n              {/foreach}\n              <tr>\n                <td {$labelStyle}>\n                    {ts}Total Tax Amount{/ts}\n                </td>\n                <td {$valueStyle}>\n                    {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}\n                </td>\n              </tr>\n            {/if}\n            {if $isPrimary}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Total Amount{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {contribution.total_amount} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}\n                </td>\n              </tr>\n              {if $isShowParticipantCount}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Total Participants{/ts}</td>\n                  <td {$valueStyle}>\n                    {$participantCount}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {participant.register_date|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Registration Date{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {participant.register_date}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($receive_date)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Transaction Date{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$receive_date|crmDate}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($financialTypeName)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Financial Type{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$financialTypeName}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($trxn_id)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Transaction #{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$trxn_id}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Paid By{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {contribution.payment_instrument_id:label}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($checkNumber)}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Check Number{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {$checkNumber}\n                  </td>\n                </tr>\n              {/if}\n\n              {if {contribution.address_id.display|boolean}}\n                <tr>\n                  <th {$headerStyle}>\n                    {ts}Billing Name and Address{/ts}\n                  </th>\n                </tr>\n                <tr>\n                  <td colspan=\"2\" {$valueStyle}>\n                    {contribution.address_id.name}<br/>\n                    {contribution.address_id.display}\n                  </td>\n                </tr>\n              {/if}\n\n              {if !empty($credit_card_type)}\n                <tr>\n                  <th {$headerStyle}>\n                    {ts}Credit Card Information{/ts}\n                  </th>\n                </tr>\n                <tr>\n                  <td colspan=\"2\" {$valueStyle}>\n                    {$credit_card_type}<br/>\n                    {$credit_card_number}<br/>\n                    {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n                  </td>\n                </tr>\n              {/if}\n            {/if}\n\n          {/if} {* End of conditional section for Paid events *}\n\n        {if !empty($customPre)}\n          {foreach from=$customPre item=customPr key=i}\n            <tr>\n              <th {$headerStyle}>{$customPre_grouptitle.$i}</th>\n            </tr>\n            {foreach from=$customPr item=customValue key=customName}\n              <tr>\n                <td {$labelStyle}>{$customName}</td>\n                <td {$valueStyle}>{$customValue}</td>\n              </tr>\n            {/foreach}\n          {/foreach}\n        {/if}\n\n        {if !empty($customPost)}\n          {foreach from=$customPost item=customPos key=j}\n            <tr>\n              <th {$headerStyle}>{$customPost_grouptitle.$j}</th>\n            </tr>\n            {foreach from=$customPos item=customValue key=customName}\n              <tr>\n                <td {$labelStyle}>{$customName}</td>\n                <td {$valueStyle}>{$customValue}</td>\n              </tr>\n            {/foreach}\n          {/foreach}\n        {/if}\n\n        {if !empty($customProfile)}\n          {foreach from=$customProfile.profile item=eachParticipant key=participantID}\n            <tr>\n              <th {$headerStyle}>{ts 1=$participantID+2}Participant %1{/ts} </th>\n            </tr>\n            {foreach from=$eachParticipant item=eachProfile key=pid}\n              <tr>\n                <th {$headerStyle}>{$customProfile.title.$pid}</th>\n              </tr>\n              {foreach from=$eachProfile item=val key=field}\n                <tr>\n                  {foreach from=$val item=v key=f}\n                    <td {$labelStyle}>{$field}</td>\n                    <td {$valueStyle}>{$v}</td>\n                  {/foreach}\n                </tr>\n              {/foreach}\n            {/foreach}\n          {/foreach}\n        {/if}\n\n      </table>\n      {if !empty($event.allow_selfcancelxfer)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            {ts 1=$selfcancelxfer_time 2=$selfservice_preposition}You may transfer your registration to another participant or cancel your registration up to %1 hours %2 the event.{/ts} {if !empty($totalAmount)}{ts}Cancellations are not refundable.{/ts}{/if}<br/>\n            {capture assign=selfService}{crmURL p=\'civicrm/event/selfsvcupdate\' q=\"reset=1&pid={participant.id}&{contact.checksum}\"  h=0 a=1 fe=1}{/capture}\n            <a href=\"{$selfService}\">{ts}Click here to transfer or cancel your registration.{/ts}</a>\n          </td>\n        </tr>\n      {/if}\n </table>\n\n</body>\n</html>\n',1,829,'event_online_receipt',0,1,0,NULL),
  (33,'Events - Receipt only','Receipt for {if $events_in_cart} Event Registration{/if} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $is_pay_later}\n  This is being sent to you as an acknowledgement that you have registered one or more members for the following workshop, event or purchase. Please note, however, that the status of your payment is pending, and the registration for this event will not be completed until your payment is received.\n{else}\n  This is being sent to you as a {if !empty($is_refund)}confirmation of refund{else}receipt of payment made{/if} for the following workshop, event registration or purchase.\n{/if}\n\n{if $is_pay_later}\n  {$pay_later_receipt}\n{/if}\n\n  Your order number is #{$transaction_id}. {if !empty($line_items) && empty($is_refund)} Information about the workshops will be sent separately to each participant.{/if}\n Here\'s a summary of your transaction placed on {$transaction_date|crmDate:\"%D %I:%M %p %Z\"}:\n\n{if $billing_name}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billing_name}\n\n{$billing_street_address}\n\n{$billing_city}, {$billing_state} {$billing_postal_code}\n\n{$email}\n{/if}\n\n{if !empty($source)}\n{$source}\n{/if}\n\n\n{foreach from=$line_items item=line_item}\n{$line_item.event->title} ({$line_item.event->start_date|crmDate:\"%D\"})\n{if $line_item.event->is_show_location}\n  {$line_item.location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n{$line_item.event->start_date|crmDate:\"%D %I:%M %p\"} - {$line_item.event->end_date|crmDate:\"%I:%M %p\"}\n\n  Quantity: {$line_item.num_participants}\n\n{if $line_item.num_participants > 0}\n  {foreach from=$line_item.participants item=participant}\n    {$participant.display_name}\n  {/foreach}\n{/if}\n{if $line_item.num_waiting_participants > 0}\n  Waitlisted:\n    {foreach from=$line_item.waiting_participants item=participant}\n      {$participant.display_name}\n    {/foreach}\n{/if}\nCost: {$line_item.cost|crmMoney:$currency|string_format:\"%10s\"}\nTotal For This Event: {$line_item.amount|crmMoney:$currency|string_format:\"%10s\"}\n\n{/foreach}\n\n{if $discounts}\nSubtotal: {$sub_total|crmMoney:$currency|string_format:\"%10s\"}\n--------------------------------------\nDiscounts\n{foreach from=$discounts key=myId item=i}\n  {$i.title}: -{$i.amount|crmMoney:$currency|string_format:\"%10s\"}\n{/foreach}\n{/if}\n======================================\nTotal: {$total|crmMoney:$currency|string_format:\"%10s\"}\n\n{if $credit_card_type}\n===========================================================\n{ts}Payment Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y}\n{/if}\n\n  If you have questions about the status of your registration or purchase please feel free to contact us.\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <title></title>\n  </head>\n  <body>\n    {capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n    {capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n    {capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n    {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n    {if $is_pay_later}\n      <p>\n        This is being sent to you as an acknowledgement that you have registered one or more members for the following workshop, event or purchase. Please note, however, that the status of your payment is pending, and the registration for this event will not be completed until your payment is received.\n      </p>\n    {else}\n      <p>\n        This is being sent to you as a {if !empty($is_refund)}confirmation of refund{else}receipt of payment made{/if} for the following workshop, event registration or purchase.\n      </p>\n    {/if}\n\n    {if $is_pay_later}\n      <p>{$pay_later_receipt}</p>\n    {/if}\n\n    <p>Your order number is #{$transaction_id}. {if !empty($line_items) && empty($is_refund)} Information about the workshops will be sent separately to each participant.{/if}\n  Here\'s a summary of your transaction placed on {$transaction_date|crmDate:\"%D %I:%M %p %Z\"}:</p>\n\n{if $billing_name}\n  <table class=\"billing-info\">\n      <tr>\n    <th style=\"text-align: left;\">\n      {ts}Billing Name and Address{/ts}\n    </th>\n      </tr>\n      <tr>\n    <td>\n      {$billing_name}<br />\n      {$billing_street_address}<br />\n      {$billing_city}, {$billing_state} {$billing_postal_code}<br/>\n      <br/>\n      {$email}\n    </td>\n    </tr>\n    </table>\n{/if}\n{if $credit_card_type}\n  <p>&nbsp;</p>\n  <table class=\"billing-info\">\n      <tr>\n    <th style=\"text-align: left;\">\n      {ts}Credit Card Information{/ts}\n    </th>\n      </tr>\n      <tr>\n    <td>\n      {$credit_card_type}<br />\n      {$credit_card_number}<br />\n      {ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y}\n    </td>\n    </tr>\n    </table>\n{/if}\n{if !empty($source)}\n    <p>&nbsp;</p>\n    {$source}\n{/if}\n    <p>&nbsp;</p>\n    <table width=\"700\">\n      <thead>\n    <tr>\n{if $line_items}\n      <th style=\"text-align: left;\">\n      Event\n      </th>\n      <th style=\"text-align: left;\">\n      Participants\n      </th>\n{/if}\n      <th style=\"text-align: left;\">\n      Price\n      </th>\n      <th style=\"text-align: left;\">\n      Total\n      </th>\n    </tr>\n    </thead>\n      <tbody>\n  {foreach from=$line_items item=line_item}\n  <tr>\n    <td style=\"width: 220px\">\n      {$line_item.event->title} ({$line_item.event->start_date|crmDate:\"%D\"})<br />\n      {if $line_item.event->is_show_location}\n        {$line_item.location.address.1.display|nl2br}\n      {/if}{*End of isShowLocation condition*}<br /><br />\n      {$line_item.event->start_date|crmDate:\"%D %I:%M %p\"} - {$line_item.event->end_date|crmDate:\"%I:%M %p\"}\n    </td>\n    <td style=\"width: 180px\">\n    {$line_item.num_participants}\n      {if $line_item.num_participants > 0}\n      <div class=\"participants\" style=\"padding-left: 10px;\">\n        {foreach from=$line_item.participants item=participant}\n        {$participant.display_name}<br />\n        {/foreach}\n      </div>\n      {/if}\n      {if $line_item.num_waiting_participants > 0}\n      Waitlisted:<br/>\n      <div class=\"participants\" style=\"padding-left: 10px;\">\n        {foreach from=$line_item.waiting_participants item=participant}\n        {$participant.display_name}<br />\n        {/foreach}\n      </div>\n      {/if}\n    </td>\n    <td style=\"width: 100px\">\n      {$line_item.cost|crmMoney:$currency|string_format:\"%10s\"}\n    </td>\n    <td style=\"width: 100px\">\n      &nbsp;{$line_item.amount|crmMoney:$currency|string_format:\"%10s\"}\n    </td>\n  </tr>\n  {/foreach}\n      </tbody>\n      <tfoot>\n  {if $discounts}\n  <tr>\n    <td>\n    </td>\n    <td>\n    </td>\n    <td>\n      Subtotal:\n    </td>\n    <td>\n      &nbsp;{$sub_total|crmMoney:$currency|string_format:\"%10s\"}\n    </td>\n  </tr>\n  {foreach from=$discounts key=myId item=i}\n  <tr>\n    <td>\n      {$i.title}\n    </td>\n    <td>\n    </td>\n    <td>\n    </td>\n    <td>\n      -{$i.amount}\n    </td>\n  </tr>\n  {/foreach}\n  {/if}\n  <tr>\n{if $line_items}\n    <td>\n    </td>\n    <td>\n    </td>\n{/if}\n    <td>\n      <strong>Total:</strong>\n    </td>\n    <td>\n      <strong>&nbsp;{$total|crmMoney:$currency|string_format:\"%10s\"}</strong>\n    </td>\n  </tr>\n      </tfoot>\n    </table>\n\n    If you have questions about the status of your registration or purchase please feel free to contact us.\n  </body>\n</html>\n',1,830,'event_registration_receipt',1,0,0,NULL),
  (34,'Events - Receipt only','Receipt for {if $events_in_cart} Event Registration{/if} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $is_pay_later}\n  This is being sent to you as an acknowledgement that you have registered one or more members for the following workshop, event or purchase. Please note, however, that the status of your payment is pending, and the registration for this event will not be completed until your payment is received.\n{else}\n  This is being sent to you as a {if !empty($is_refund)}confirmation of refund{else}receipt of payment made{/if} for the following workshop, event registration or purchase.\n{/if}\n\n{if $is_pay_later}\n  {$pay_later_receipt}\n{/if}\n\n  Your order number is #{$transaction_id}. {if !empty($line_items) && empty($is_refund)} Information about the workshops will be sent separately to each participant.{/if}\n Here\'s a summary of your transaction placed on {$transaction_date|crmDate:\"%D %I:%M %p %Z\"}:\n\n{if $billing_name}\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billing_name}\n\n{$billing_street_address}\n\n{$billing_city}, {$billing_state} {$billing_postal_code}\n\n{$email}\n{/if}\n\n{if !empty($source)}\n{$source}\n{/if}\n\n\n{foreach from=$line_items item=line_item}\n{$line_item.event->title} ({$line_item.event->start_date|crmDate:\"%D\"})\n{if $line_item.event->is_show_location}\n  {$line_item.location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n{$line_item.event->start_date|crmDate:\"%D %I:%M %p\"} - {$line_item.event->end_date|crmDate:\"%I:%M %p\"}\n\n  Quantity: {$line_item.num_participants}\n\n{if $line_item.num_participants > 0}\n  {foreach from=$line_item.participants item=participant}\n    {$participant.display_name}\n  {/foreach}\n{/if}\n{if $line_item.num_waiting_participants > 0}\n  Waitlisted:\n    {foreach from=$line_item.waiting_participants item=participant}\n      {$participant.display_name}\n    {/foreach}\n{/if}\nCost: {$line_item.cost|crmMoney:$currency|string_format:\"%10s\"}\nTotal For This Event: {$line_item.amount|crmMoney:$currency|string_format:\"%10s\"}\n\n{/foreach}\n\n{if $discounts}\nSubtotal: {$sub_total|crmMoney:$currency|string_format:\"%10s\"}\n--------------------------------------\nDiscounts\n{foreach from=$discounts key=myId item=i}\n  {$i.title}: -{$i.amount|crmMoney:$currency|string_format:\"%10s\"}\n{/foreach}\n{/if}\n======================================\nTotal: {$total|crmMoney:$currency|string_format:\"%10s\"}\n\n{if $credit_card_type}\n===========================================================\n{ts}Payment Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y}\n{/if}\n\n  If you have questions about the status of your registration or purchase please feel free to contact us.\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n    <title></title>\n  </head>\n  <body>\n    {capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n    {capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n    {capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n    {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n    {if $is_pay_later}\n      <p>\n        This is being sent to you as an acknowledgement that you have registered one or more members for the following workshop, event or purchase. Please note, however, that the status of your payment is pending, and the registration for this event will not be completed until your payment is received.\n      </p>\n    {else}\n      <p>\n        This is being sent to you as a {if !empty($is_refund)}confirmation of refund{else}receipt of payment made{/if} for the following workshop, event registration or purchase.\n      </p>\n    {/if}\n\n    {if $is_pay_later}\n      <p>{$pay_later_receipt}</p>\n    {/if}\n\n    <p>Your order number is #{$transaction_id}. {if !empty($line_items) && empty($is_refund)} Information about the workshops will be sent separately to each participant.{/if}\n  Here\'s a summary of your transaction placed on {$transaction_date|crmDate:\"%D %I:%M %p %Z\"}:</p>\n\n{if $billing_name}\n  <table class=\"billing-info\">\n      <tr>\n    <th style=\"text-align: left;\">\n      {ts}Billing Name and Address{/ts}\n    </th>\n      </tr>\n      <tr>\n    <td>\n      {$billing_name}<br />\n      {$billing_street_address}<br />\n      {$billing_city}, {$billing_state} {$billing_postal_code}<br/>\n      <br/>\n      {$email}\n    </td>\n    </tr>\n    </table>\n{/if}\n{if $credit_card_type}\n  <p>&nbsp;</p>\n  <table class=\"billing-info\">\n      <tr>\n    <th style=\"text-align: left;\">\n      {ts}Credit Card Information{/ts}\n    </th>\n      </tr>\n      <tr>\n    <td>\n      {$credit_card_type}<br />\n      {$credit_card_number}<br />\n      {ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y}\n    </td>\n    </tr>\n    </table>\n{/if}\n{if !empty($source)}\n    <p>&nbsp;</p>\n    {$source}\n{/if}\n    <p>&nbsp;</p>\n    <table width=\"700\">\n      <thead>\n    <tr>\n{if $line_items}\n      <th style=\"text-align: left;\">\n      Event\n      </th>\n      <th style=\"text-align: left;\">\n      Participants\n      </th>\n{/if}\n      <th style=\"text-align: left;\">\n      Price\n      </th>\n      <th style=\"text-align: left;\">\n      Total\n      </th>\n    </tr>\n    </thead>\n      <tbody>\n  {foreach from=$line_items item=line_item}\n  <tr>\n    <td style=\"width: 220px\">\n      {$line_item.event->title} ({$line_item.event->start_date|crmDate:\"%D\"})<br />\n      {if $line_item.event->is_show_location}\n        {$line_item.location.address.1.display|nl2br}\n      {/if}{*End of isShowLocation condition*}<br /><br />\n      {$line_item.event->start_date|crmDate:\"%D %I:%M %p\"} - {$line_item.event->end_date|crmDate:\"%I:%M %p\"}\n    </td>\n    <td style=\"width: 180px\">\n    {$line_item.num_participants}\n      {if $line_item.num_participants > 0}\n      <div class=\"participants\" style=\"padding-left: 10px;\">\n        {foreach from=$line_item.participants item=participant}\n        {$participant.display_name}<br />\n        {/foreach}\n      </div>\n      {/if}\n      {if $line_item.num_waiting_participants > 0}\n      Waitlisted:<br/>\n      <div class=\"participants\" style=\"padding-left: 10px;\">\n        {foreach from=$line_item.waiting_participants item=participant}\n        {$participant.display_name}<br />\n        {/foreach}\n      </div>\n      {/if}\n    </td>\n    <td style=\"width: 100px\">\n      {$line_item.cost|crmMoney:$currency|string_format:\"%10s\"}\n    </td>\n    <td style=\"width: 100px\">\n      &nbsp;{$line_item.amount|crmMoney:$currency|string_format:\"%10s\"}\n    </td>\n  </tr>\n  {/foreach}\n      </tbody>\n      <tfoot>\n  {if $discounts}\n  <tr>\n    <td>\n    </td>\n    <td>\n    </td>\n    <td>\n      Subtotal:\n    </td>\n    <td>\n      &nbsp;{$sub_total|crmMoney:$currency|string_format:\"%10s\"}\n    </td>\n  </tr>\n  {foreach from=$discounts key=myId item=i}\n  <tr>\n    <td>\n      {$i.title}\n    </td>\n    <td>\n    </td>\n    <td>\n    </td>\n    <td>\n      -{$i.amount}\n    </td>\n  </tr>\n  {/foreach}\n  {/if}\n  <tr>\n{if $line_items}\n    <td>\n    </td>\n    <td>\n    </td>\n{/if}\n    <td>\n      <strong>Total:</strong>\n    </td>\n    <td>\n      <strong>&nbsp;{$total|crmMoney:$currency|string_format:\"%10s\"}</strong>\n    </td>\n  </tr>\n      </tfoot>\n    </table>\n\n    If you have questions about the status of your registration or purchase please feel free to contact us.\n  </body>\n</html>\n',1,830,'event_registration_receipt',0,1,0,NULL),
  (35,'Events - Registration Cancellation Notice','{ts 1=$event.event_title}Event Registration Cancelled for %1{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{ts}Your Event Registration has been cancelled.{/ts}\n\n\n===========================================================\n{ts}Event Information and Location{/ts}\n\n===========================================================\n{$event.event_title}\n{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"shortdate\" == $event.event_start_date|crmDate:\"shortdate\"}{$event.event_end_date|crmDate:\"Time\"}{else}{$event.event_end_date|crmDate}{/if}{/if}\n\n{ts}Participant Role{/ts}: {participant.role_id:label}\n\n{if $isShowLocation}\n{$event.location.address.1.display|strip_tags:false}\n{/if}{*End of isShowLocation condition*}\n\n{if !empty($event.location.phone.1.phone) || !empty($event.location.email.1.email)}\n\n{ts}Event Contacts:{/ts}\n{foreach from=$event.location.phone item=phone}\n{if $phone.phone}\n\n{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if}\n{/foreach}\n{foreach from=$event.location.email item=eventEmail}\n{if $eventEmail.email}\n\n{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}\n{/if}\n\n{if \'{contact.email}\'}\n\n===========================================================\n{ts}Registered Email{/ts}\n\n===========================================================\n{contact.email}\n{/if}\n\n{if !empty(\'{participant.register_date}\')}\n{ts}Registration Date{/ts}: {participant.register_date}\n{/if}\n\n{ts 1=\'{domain.phone}\' 2=\'{domain.email}\'}Please contact us at %1 or send email to %2 if you have questions.{/ts}\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n    {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n    <p>{ts}Your Event Registration has been cancelled.{/ts}</p>\n   </td>\n  </tr>\n  <tr>\n   <td>\n    <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n     <tr>\n      <th {$headerStyle}>\n       {ts}Event Information and Location{/ts}\n      </th>\n     </tr>\n     <tr>\n      <td colspan=\"2\" {$valueStyle}>\n       {$event.event_title}<br />\n       {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:\"shortdate\" == $event.event_start_date|crmDate:\"shortdate\"}{$event.event_end_date|crmDate:\"Time\"}{else}{$event.event_end_date|crmDate}{/if}{/if}\n      </td>\n     </tr>\n     <tr>\n      <td {$labelStyle}>\n       {ts}Participant Role{/ts}:\n      </td>\n      <td {$valueStyle}>\n       {participant.role_id:label}\n      </td>\n     </tr>\n\n     {if $isShowLocation}\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n        {$event.location.address.1.display|nl2br}\n       </td>\n      </tr>\n     {/if}\n\n     {if !empty($event.location.phone.1.phone) || !empty($event.location.email.1.email)}\n      <tr>\n       <td colspan=\"2\" {$labelStyle}>\n        {ts}Event Contacts:{/ts}\n       </td>\n      </tr>\n      {foreach from=$event.location.phone item=phone}\n       {if $phone.phone}\n        <tr>\n         <td {$labelStyle}>\n          {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}\n         </td>\n         <td {$valueStyle}>\n          {$phone.phone}\n         </td>\n        </tr>\n       {/if}\n      {/foreach}\n      {foreach from=$event.location.email item=eventEmail}\n       {if $eventEmail.email}\n        <tr>\n         <td {$labelStyle}>\n          {ts}Email{/ts}\n         </td>\n         <td {$valueStyle}>\n          {$eventEmail.email}\n         </td>\n        </tr>\n       {/if}\n      {/foreach}\n     {/if}\n\n     {if \'{contact.email}\'}\n      <tr>\n       <th {$headerStyle}>\n        {ts}Registered Email{/ts}\n       </th>\n      </tr>\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n        {contact.email}\n       </td>\n      </tr>\n     {/if}\n\n     {if !empty(\'{participant.register_date}\')}\n      <tr>\n       <td {$labelStyle}>\n        {ts}Registration Date{/ts}\n       </td>\n       <td {$valueStyle}>\n        {participant.register_date}\n       </td>\n      </tr>\n     {/if}\n\n    </table>\n   </td>\n  </tr>\n\n  <tr>\n   <td>\n    <p>{ts 1=\'{domain.phone}\' 2=\'{domain.email}\'}Please contact us at %1 or send email to %2 if you have questions.{/ts}</p>\n   </td>\n  </tr>\n\n </table>\n\n</body>\n</html>\n',1,831,'participant_cancelled',1,0,0,NULL),
@@ -5383,8 +5355,8 @@ INSERT INTO `civicrm_msg_template` (`id`, `msg_title`, `msg_subject`, `msg_text`
  (44,'Tell-a-Friend Email','{ts 1=$senderContactName 2=$title}%1 wants you to know about %2{/ts}\n','{$senderMessage}\n\n{if $generalLink}{ts}For more information, visit:{/ts}\n>> {$generalLink}\n\n{/if}\n{if $contribute}{ts}To make a contribution, go to:{/ts}\n>> {$pageURL}\n\n{/if}\n{if $event}{ts}To find out more about this event, go to:{/ts}\n>> {$pageURL}\n{/if}\n\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n    <p>{$senderMessage}</p>\n    {if $generalLink}\n     <p><a href=\"{$generalLink}\">{ts}More information{/ts}</a></p>\n    {/if}\n    {if $contribute}\n     <p><a href=\"{$pageURL}\">{ts}Make a contribution{/ts}</a></p>\n    {/if}\n    {if $event}\n     <p><a href=\"{$pageURL}\">{ts}Find out more about this event{/ts}</a></p>\n    {/if}\n   </td>\n  </tr>\n </table>\n\n</body>\n</html>\n',1,835,'friend',0,1,0,NULL),
  (45,'Memberships - Signup and Renewal Receipts (off-line)','{if $receiptType EQ \'membership signup\'}\n{ts}Membership Confirmation and Receipt{/ts}\n{elseif $receiptType EQ \'membership renewal\'}\n{ts}Membership Renewal Confirmation and Receipt{/ts}\n{/if} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $userTextPlain}\n{$userTextPlain}\n{else}{ts}Thank you for this contribution.{/ts}{/if}\n\n{if !$isShowLineItems}\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Type{/ts}: {membership.membership_type_id:name}\n{/if}\n{if \'{membership.status_id:name}\' !== \'Cancelled\'}\n{if !$isShowLineItems}\n{ts}Membership Start Date{/ts}: {membership.start_date|crmDate:\"Full\"}\n{ts}Membership Expiration Date{/ts}: {membership.end_date|crmDate:\"Full\"}\n{/if}\n\n{if {contribution.total_amount|boolean}}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{if {contribution.financial_type_id|boolean}}\n{ts}Financial Type{/ts}: {contribution.financial_type_id:label}\n{/if}\n{if $isShowLineItems}\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_total}{ts}Fee{/ts}{/capture}\n{if $isShowTax && \'{contribution.tax_amount|boolean}\'}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{/if}\n{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}\n{capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_total|string_format:\"%10s\"} {if $isShowTax && {contribution.tax_amount|boolean}} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"} {/if} {$ts_start_date|string_format:\"%20s\"} {$ts_end_date|string_format:\"%20s\"}\n--------------------------------------------------------------------------------------------------\n\n{foreach from=$lineItems item=line}\n{line.title} {$line.line_total|crmMoney|string_format:\"%10s\"}  {if $isShowTax && {contribution.tax_amount|boolean}} {$line.line_total|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"}  {$line.tax_rate|string_format:\"%.2f\"} %  {$line.tax_amount|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"}  {else}                  {/if}   {$line.line_total_inclusive|crmMoney|string_format:\"%10s\"} {/if} {$line.membership.start_date|string_format:\"%20s\"} {$line.membership.end_date|string_format:\"%20s\"}\n{/foreach}\n\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{ts}Amount before Tax:{/ts} {contribution.tax_exclusive_amount}\n\n{foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}: {$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n{/foreach}\n{/if}\n--------------------------------------------------------------------------------------------------\n{/if}\n\n{if {contribution.tax_amount|boolean}}\n{ts}Total Tax Amount{/ts}: {contribution.tax_amount}\n{/if}\n\n{ts}Amount{/ts}: {contribution.total_amount}\n{if {contribution.receive_date|boolean}}\n{ts}Contribution Date{/ts}: {contribution.receive_date}\n{/if}\n{if {contribution.payment_instrument_id|boolean}}\n{ts}Paid By{/ts}: {contribution.payment_instrument_id:label}\n{if {contribution.check_number|boolean}}\n{ts}Check Number{/ts}: {contribution.check_number|boolean}\n{/if}\n{/if}\n{/if}\n{/if}\n\n{if !empty($isPrimary)}\n{if !empty($billingName)}\n\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n\n{if !empty($customValues)}\n===========================================================\n{ts}Membership Options{/ts}\n\n===========================================================\n{foreach from=$customValues item=value key=customName}\n {$customName} : {$value}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n        \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n  <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-membership_receipt\"\n         style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n    <!-- BEGIN HEADER -->\n    <!-- You can add table row(s) here with logo or other header elements -->\n    <!-- END HEADER -->\n\n    <!-- BEGIN CONTENT -->\n\n    <tr>\n      <td>\n        {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n        {if $userText}\n          <p>{$userText}</p>\n        {else}\n          <p>{ts}Thank you for this contribution.{/ts}</p>\n        {/if}\n      </td>\n    </tr>\n    <tr>\n      <td>\n        <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n          {if !$isShowLineItems}\n            <tr>\n              <th {$headerStyle}>\n                {ts}Membership Information{/ts}\n              </th>\n            </tr>\n            <tr>\n              <td {$labelStyle}>\n                {ts}Membership Type{/ts}\n              </td>\n              <td {$valueStyle}>\n                {membership.membership_type_id:name}\n              </td>\n            </tr>\n          {/if}\n          {if \'{membership.status_id:name}\' !== \'Cancelled\'}\n            {if !$isShowLineItems}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Membership Start Date{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {membership.start_date|crmDate:\"Full\"}\n                </td>\n              </tr>\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Membership Expiration Date{/ts}\n                </td>\n                <td {$valueStyle}>\n                    {membership.end_date|crmDate:\"Full\"}\n                </td>\n              </tr>\n            {/if}\n            {if {contribution.total_amount|boolean}}\n              <tr>\n                <th {$headerStyle}>\n                  {ts}Membership Fee{/ts}\n                </th>\n              </tr>\n              {if {contribution.financial_type_id|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Financial Type{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {contribution.financial_type_id:label}\n                  </td>\n                </tr>\n              {/if}\n\n              {if $isShowLineItems}\n                  <tr>\n                    <td colspan=\"2\" {$valueStyle}>\n                      <table>\n                        <tr>\n                          <th>{ts}Item{/ts}</th>\n                          <th>{ts}Fee{/ts}</th>\n                          {if $isShowTax && {contribution.tax_amount|boolean}}\n                            <th>{ts}SubTotal{/ts}</th>\n                            <th>{ts}Tax Rate{/ts}</th>\n                            <th>{ts}Tax Amount{/ts}</th>\n                            <th>{ts}Total{/ts}</th>\n                          {/if}\n                          <th>{ts}Membership Start Date{/ts}</th>\n                          <th>{ts}Membership Expiration Date{/ts}</th>\n                        </tr>\n                        {foreach from=$lineItems item=line}\n                          <tr>\n                            <td>{$line.title}</td>\n                            <td>\n                              {$line.line_total|crmMoney}\n                            </td>\n                            {if $isShowTax && {contribution.tax_amount|boolean}}\n                              <td>\n                                {$line.line_total|crmMoney:\'{contribution.currency}\'}\n                              </td>\n                              {if $line.tax_rate || $line.tax_amount != \"\"}\n                                <td>\n                                  {$line.tax_rate|string_format:\"%.2f\"}%\n                                </td>\n                                <td>\n                                  {$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n                                </td>\n                              {else}\n                                <td></td>\n                                <td></td>\n                              {/if}\n                              <td>\n                                {$line.line_total_inclusive|crmMoney:\'{contribution.currency}\'}\n                              </td>\n                            {/if}\n                            <td>\n                              {$line.membership.start_date|crmDate:\"Full\"}\n                            </td>\n                            <td>\n                              {$line.membership.end_date|crmDate:\"Full\"}\n                            </td>\n                          </tr>\n                        {/foreach}\n                      </table>\n                    </td>\n                  </tr>\n\n                {if $isShowTax && {contribution.tax_amount|boolean}}\n                  <tr>\n                    <td {$labelStyle}>\n                        {ts}Amount Before Tax:{/ts}\n                    </td>\n                    <td {$valueStyle}>\n                        {contribution.tax_exclusive_amount}\n                    </td>\n                  </tr>\n                  {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n                    <tr>\n                      <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td>\n                      <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n                    </tr>\n                  {/foreach}\n                {/if}\n              {/if}\n              {if {contribution.tax_amount|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Total Tax Amount{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {contribution.tax_amount}\n                  </td>\n                </tr>\n              {/if}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Amount{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {contribution.total_amount}\n                </td>\n              </tr>\n              {if {contribution.receive_date|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Contribution Date{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {contribution.receive_date}\n                  </td>\n                </tr>\n              {/if}\n              {if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Paid By{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                      {contribution.payment_instrument_id:label}\n                  </td>\n                </tr>\n                {if {contribution.check_number|boolean}}\n                  <tr>\n                    <td {$labelStyle}>\n                      {ts}Check Number{/ts}\n                    </td>\n                    <td {$valueStyle}>\n                      {contribution.check_number}\n                    </td>\n                  </tr>\n                {/if}\n              {/if}\n            {/if}\n          {/if}\n        </table>\n      </td>\n    </tr>\n\n    {if !empty($isPrimary)}\n      <tr>\n        <td>\n          <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n\n            {if !empty($billingName)}\n              <tr>\n                <th {$headerStyle}>\n                  {ts}Billing Name and Address{/ts}\n                </th>\n              </tr>\n              <tr>\n                <td {$labelStyle}>\n                  {$billingName}<br/>\n                  {$address}\n                </td>\n              </tr>\n            {/if}\n\n            {if !empty($credit_card_type)}\n              <tr>\n                <th {$headerStyle}>\n                  {ts}Credit Card Information{/ts}\n                </th>\n              </tr>\n              <tr>\n                <td {$valueStyle}>\n                  {$credit_card_type}<br/>\n                  {$credit_card_number}\n                </td>\n              </tr>\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Expires{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n                </td>\n              </tr>\n            {/if}\n\n          </table>\n        </td>\n      </tr>\n    {/if}\n\n    {if !empty($customValues)}\n      <tr>\n        <td>\n          <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n            <tr>\n              <th {$headerStyle}>\n                {ts}Membership Options{/ts}\n              </th>\n            </tr>\n            {foreach from=$customValues item=value key=customName}\n              <tr>\n                <td {$labelStyle}>\n                  {$customName}\n                </td>\n                <td {$valueStyle}>\n                  {$value}\n                </td>\n              </tr>\n            {/foreach}\n          </table>\n        </td>\n      </tr>\n    {/if}\n\n  </table>\n\n</body>\n</html>\n',1,836,'membership_offline_receipt',1,0,0,NULL),
  (46,'Memberships - Signup and Renewal Receipts (off-line)','{if $receiptType EQ \'membership signup\'}\n{ts}Membership Confirmation and Receipt{/ts}\n{elseif $receiptType EQ \'membership renewal\'}\n{ts}Membership Renewal Confirmation and Receipt{/ts}\n{/if} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{if $userTextPlain}\n{$userTextPlain}\n{else}{ts}Thank you for this contribution.{/ts}{/if}\n\n{if !$isShowLineItems}\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Type{/ts}: {membership.membership_type_id:name}\n{/if}\n{if \'{membership.status_id:name}\' !== \'Cancelled\'}\n{if !$isShowLineItems}\n{ts}Membership Start Date{/ts}: {membership.start_date|crmDate:\"Full\"}\n{ts}Membership Expiration Date{/ts}: {membership.end_date|crmDate:\"Full\"}\n{/if}\n\n{if {contribution.total_amount|boolean}}\n===========================================================\n{ts}Membership Fee{/ts}\n\n===========================================================\n{if {contribution.financial_type_id|boolean}}\n{ts}Financial Type{/ts}: {contribution.financial_type_id:label}\n{/if}\n{if $isShowLineItems}\n{capture assign=ts_item}{ts}Item{/ts}{/capture}\n{capture assign=ts_total}{ts}Fee{/ts}{/capture}\n{if $isShowTax && \'{contribution.tax_amount|boolean}\'}\n{capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}\n{capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}\n{capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}\n{capture assign=ts_total}{ts}Total{/ts}{/capture}\n{/if}\n{capture assign=ts_start_date}{ts}Membership Start Date{/ts}{/capture}\n{capture assign=ts_end_date}{ts}Membership Expiration Date{/ts}{/capture}\n{$ts_item|string_format:\"%-30s\"} {$ts_total|string_format:\"%10s\"} {if $isShowTax && {contribution.tax_amount|boolean}} {$ts_subtotal|string_format:\"%10s\"} {$ts_taxRate|string_format:\"%10s\"} {$ts_taxAmount|string_format:\"%10s\"} {$ts_total|string_format:\"%10s\"} {/if} {$ts_start_date|string_format:\"%20s\"} {$ts_end_date|string_format:\"%20s\"}\n--------------------------------------------------------------------------------------------------\n\n{foreach from=$lineItems item=line}\n{line.title} {$line.line_total|crmMoney|string_format:\"%10s\"}  {if $isShowTax && {contribution.tax_amount|boolean}} {$line.line_total|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"} {if $line.tax_rate || $line.tax_amount != \"\"}  {$line.tax_rate|string_format:\"%.2f\"} %  {$line.tax_amount|crmMoney:\'{contribution.currency}\'|string_format:\"%10s\"}  {else}                  {/if}   {$line.line_total_inclusive|crmMoney|string_format:\"%10s\"} {/if} {$line.membership.start_date|string_format:\"%20s\"} {$line.membership.end_date|string_format:\"%20s\"}\n{/foreach}\n\n{if $isShowTax && {contribution.tax_amount|boolean}}\n{ts}Amount before Tax:{/ts} {contribution.tax_exclusive_amount}\n\n{foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}: {$taxDetail.amount|crmMoney:\'{contribution.currency}\'}\n{/foreach}\n{/if}\n--------------------------------------------------------------------------------------------------\n{/if}\n\n{if {contribution.tax_amount|boolean}}\n{ts}Total Tax Amount{/ts}: {contribution.tax_amount}\n{/if}\n\n{ts}Amount{/ts}: {contribution.total_amount}\n{if {contribution.receive_date|boolean}}\n{ts}Contribution Date{/ts}: {contribution.receive_date}\n{/if}\n{if {contribution.payment_instrument_id|boolean}}\n{ts}Paid By{/ts}: {contribution.payment_instrument_id:label}\n{if {contribution.check_number|boolean}}\n{ts}Check Number{/ts}: {contribution.check_number|boolean}\n{/if}\n{/if}\n{/if}\n{/if}\n\n{if !empty($isPrimary)}\n{if !empty($billingName)}\n\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n{/if}\n\n{if !empty($credit_card_type)}\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n{/if}\n{/if}\n\n{if !empty($customValues)}\n===========================================================\n{ts}Membership Options{/ts}\n\n===========================================================\n{foreach from=$customValues item=value key=customName}\n {$customName} : {$value}\n{/foreach}\n{/if}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n        \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n  <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-membership_receipt\"\n         style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n    <!-- BEGIN HEADER -->\n    <!-- You can add table row(s) here with logo or other header elements -->\n    <!-- END HEADER -->\n\n    <!-- BEGIN CONTENT -->\n\n    <tr>\n      <td>\n        {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n        {if $userText}\n          <p>{$userText}</p>\n        {else}\n          <p>{ts}Thank you for this contribution.{/ts}</p>\n        {/if}\n      </td>\n    </tr>\n    <tr>\n      <td>\n        <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n          {if !$isShowLineItems}\n            <tr>\n              <th {$headerStyle}>\n                {ts}Membership Information{/ts}\n              </th>\n            </tr>\n            <tr>\n              <td {$labelStyle}>\n                {ts}Membership Type{/ts}\n              </td>\n              <td {$valueStyle}>\n                {membership.membership_type_id:name}\n              </td>\n            </tr>\n          {/if}\n          {if \'{membership.status_id:name}\' !== \'Cancelled\'}\n            {if !$isShowLineItems}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Membership Start Date{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {membership.start_date|crmDate:\"Full\"}\n                </td>\n              </tr>\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Membership Expiration Date{/ts}\n                </td>\n                <td {$valueStyle}>\n                    {membership.end_date|crmDate:\"Full\"}\n                </td>\n              </tr>\n            {/if}\n            {if {contribution.total_amount|boolean}}\n              <tr>\n                <th {$headerStyle}>\n                  {ts}Membership Fee{/ts}\n                </th>\n              </tr>\n              {if {contribution.financial_type_id|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Financial Type{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {contribution.financial_type_id:label}\n                  </td>\n                </tr>\n              {/if}\n\n              {if $isShowLineItems}\n                  <tr>\n                    <td colspan=\"2\" {$valueStyle}>\n                      <table>\n                        <tr>\n                          <th>{ts}Item{/ts}</th>\n                          <th>{ts}Fee{/ts}</th>\n                          {if $isShowTax && {contribution.tax_amount|boolean}}\n                            <th>{ts}SubTotal{/ts}</th>\n                            <th>{ts}Tax Rate{/ts}</th>\n                            <th>{ts}Tax Amount{/ts}</th>\n                            <th>{ts}Total{/ts}</th>\n                          {/if}\n                          <th>{ts}Membership Start Date{/ts}</th>\n                          <th>{ts}Membership Expiration Date{/ts}</th>\n                        </tr>\n                        {foreach from=$lineItems item=line}\n                          <tr>\n                            <td>{$line.title}</td>\n                            <td>\n                              {$line.line_total|crmMoney}\n                            </td>\n                            {if $isShowTax && {contribution.tax_amount|boolean}}\n                              <td>\n                                {$line.line_total|crmMoney:\'{contribution.currency}\'}\n                              </td>\n                              {if $line.tax_rate || $line.tax_amount != \"\"}\n                                <td>\n                                  {$line.tax_rate|string_format:\"%.2f\"}%\n                                </td>\n                                <td>\n                                  {$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n                                </td>\n                              {else}\n                                <td></td>\n                                <td></td>\n                              {/if}\n                              <td>\n                                {$line.line_total_inclusive|crmMoney:\'{contribution.currency}\'}\n                              </td>\n                            {/if}\n                            <td>\n                              {$line.membership.start_date|crmDate:\"Full\"}\n                            </td>\n                            <td>\n                              {$line.membership.end_date|crmDate:\"Full\"}\n                            </td>\n                          </tr>\n                        {/foreach}\n                      </table>\n                    </td>\n                  </tr>\n\n                {if $isShowTax && {contribution.tax_amount|boolean}}\n                  <tr>\n                    <td {$labelStyle}>\n                        {ts}Amount Before Tax:{/ts}\n                    </td>\n                    <td {$valueStyle}>\n                        {contribution.tax_exclusive_amount}\n                    </td>\n                  </tr>\n                  {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n                    <tr>\n                      <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td>\n                      <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n                    </tr>\n                  {/foreach}\n                {/if}\n              {/if}\n              {if {contribution.tax_amount|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Total Tax Amount{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {contribution.tax_amount}\n                  </td>\n                </tr>\n              {/if}\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Amount{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {contribution.total_amount}\n                </td>\n              </tr>\n              {if {contribution.receive_date|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Contribution Date{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                    {contribution.receive_date}\n                  </td>\n                </tr>\n              {/if}\n              {if {contribution.payment_instrument_id|boolean} && {contribution.paid_amount|boolean}}\n                <tr>\n                  <td {$labelStyle}>\n                    {ts}Paid By{/ts}\n                  </td>\n                  <td {$valueStyle}>\n                      {contribution.payment_instrument_id:label}\n                  </td>\n                </tr>\n                {if {contribution.check_number|boolean}}\n                  <tr>\n                    <td {$labelStyle}>\n                      {ts}Check Number{/ts}\n                    </td>\n                    <td {$valueStyle}>\n                      {contribution.check_number}\n                    </td>\n                  </tr>\n                {/if}\n              {/if}\n            {/if}\n          {/if}\n        </table>\n      </td>\n    </tr>\n\n    {if !empty($isPrimary)}\n      <tr>\n        <td>\n          <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n\n            {if !empty($billingName)}\n              <tr>\n                <th {$headerStyle}>\n                  {ts}Billing Name and Address{/ts}\n                </th>\n              </tr>\n              <tr>\n                <td {$labelStyle}>\n                  {$billingName}<br/>\n                  {$address}\n                </td>\n              </tr>\n            {/if}\n\n            {if !empty($credit_card_type)}\n              <tr>\n                <th {$headerStyle}>\n                  {ts}Credit Card Information{/ts}\n                </th>\n              </tr>\n              <tr>\n                <td {$valueStyle}>\n                  {$credit_card_type}<br/>\n                  {$credit_card_number}\n                </td>\n              </tr>\n              <tr>\n                <td {$labelStyle}>\n                  {ts}Expires{/ts}\n                </td>\n                <td {$valueStyle}>\n                  {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n                </td>\n              </tr>\n            {/if}\n\n          </table>\n        </td>\n      </tr>\n    {/if}\n\n    {if !empty($customValues)}\n      <tr>\n        <td>\n          <table style=\"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;\">\n            <tr>\n              <th {$headerStyle}>\n                {ts}Membership Options{/ts}\n              </th>\n            </tr>\n            {foreach from=$customValues item=value key=customName}\n              <tr>\n                <td {$labelStyle}>\n                  {$customName}\n                </td>\n                <td {$valueStyle}>\n                  {$value}\n                </td>\n              </tr>\n            {/foreach}\n          </table>\n        </td>\n      </tr>\n    {/if}\n\n  </table>\n\n</body>\n</html>\n',1,836,'membership_offline_receipt',0,1,0,NULL),
- (47,'Memberships - Receipt (on-line)','{if \'{contribution.contribution_status_id:name}\' === \'Pending\'}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {contribution.contribution_page_id.frontend_title} - {contact.display_name}\n','','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n     {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n    {if $userText}\n     <p>{$userText}</p>\n    {/if}\n    {if {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}\n      <p>{contribution.pay_later_receipt}</p>\n    {/if}\n\n   </td>\n  </tr>\n  </table>\n  <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n    {if {membership.id|boolean} && !$isShowLineItems}\n      <tr>\n       <th {$headerStyle}>\n        {ts}Membership Information{/ts}\n       </th>\n      </tr>\n      <tr>\n       <td {$labelStyle}>\n        {ts}Membership Type{/ts}\n       </td>\n       <td {$valueStyle}>\n         {ts}{membership.membership_type_id:label}{/ts}\n       </td>\n      </tr>\n      {if {membership.start_date|boolean}}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Start Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {membership.start_date}\n        </td>\n       </tr>\n      {/if}\n      {if {membership.end_date|boolean}}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Expiration Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {membership.end_date}\n        </td>\n       </tr>\n      {/if}\n    {/if}\n    {if {contribution.total_amount|boolean}}\n      <tr>\n        <th {$headerStyle}>{ts}Membership Fee{/ts}</th>\n      </tr>\n\n      {if !$isShowLineItems && {contribution.total_amount|boolean}}\n        {foreach from=$lineItems item=line}\n          <tr>\n            <td {$labelStyle}>\n              {if $line.membership_type_id}\n                {ts 1=\"{membership.membership_type_id:label}\"}%1 Membership{/ts}\n              {else}\n                {ts}Contribution Amount{/ts}\n              {/if}\n            </td>\n            <td {$valueStyle}>\n              {$line.line_total_inclusive|crmMoney:\'{contribution.currency}\'}\n            </td>\n          </tr>\n        {/foreach}\n      {elseif $isShowLineItems}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <table>\n              <tr>\n                <th>{ts}Item{/ts}</th>\n                <th>{ts}Fee{/ts}</th>\n                {if $isShowTax && {contribution.tax_amount|boolean}}\n                  <th>{ts}SubTotal{/ts}</th>\n                  <th>{ts}Tax Rate{/ts}</th>\n                  <th>{ts}Tax Amount{/ts}</th>\n                  <th>{ts}Total{/ts}</th>\n                {/if}\n                <th>{ts}Membership Start Date{/ts}</th>\n                <th>{ts}Membership Expiration Date{/ts}</th>\n              </tr>\n              {foreach from=$lineItems item=line}\n                <tr>\n                  <td>{$line.title}</td>\n                  <td>\n                    {$line.line_total|crmMoney}\n                  </td>\n                  {if $isShowTax && {contribution.tax_amount|boolean}}\n                    <td>\n                      {$line.line_total|crmMoney:\'{contribution.currency}\'}\n                    </td>\n                    {if $line.tax_rate || $line.tax_amount != \"\"}\n                      <td>\n                        {$line.tax_rate|string_format:\"%.2f\"}%\n                      </td>\n                      <td>\n                        {$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n                      </td>\n                    {else}\n                      <td></td>\n                      <td></td>\n                    {/if}\n                    <td>\n                      {$line.line_total_inclusive|crmMoney:\'{contribution.currency}\'}\n                    </td>\n                  {/if}\n                  <td>\n                    {$line.membership.start_date|crmDate:\"Full\"}\n                  </td>\n                  <td>\n                    {$line.membership.end_date|crmDate:\"Full\"}\n                  </td>\n                </tr>\n              {/foreach}\n            </table>\n          </td>\n        </tr>\n\n        {if $isShowTax && {contribution.tax_amount|boolean}}\n          <tr>\n            <td {$labelStyle}>\n                {ts}Amount Before Tax:{/ts}\n            </td>\n            <td {$valueStyle}>\n                {contribution.tax_exclusive_amount}\n            </td>\n          </tr>\n          {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n            <tr>\n              <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td>\n              <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n            </tr>\n          {/foreach}\n        {/if}\n      {/if}\n      <tr>\n        <td {$labelStyle}>\n            {ts}Amount{/ts}\n        </td>\n        <td {$valueStyle}>\n            {contribution.total_amount}\n        </td>\n      </tr>\n    {/if}\n\n    {if {contribution.receive_date|boolean}}\n      <tr>\n        <td {$labelStyle}>\n          {ts}Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {contribution.receive_date}\n        </td>\n      </tr>\n    {/if}\n\n    {if {contribution.trxn_id|boolean}}\n      <tr>\n       <td {$labelStyle}>\n        {ts}Transaction #{/ts}\n       </td>\n       <td {$valueStyle}>\n         {contribution.trxn_id}\n       </td>\n      </tr>\n    {/if}\n\n    {if {contribution.contribution_recur_id|boolean}}\n      <tr>\n        <td colspan=\"2\" {$labelStyle}>\n          {ts}This membership will be renewed automatically.{/ts}\n          {if $cancelSubscriptionUrl}\n            {ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href=\"%1\">visiting this web page</a>.{/ts}\n          {/if}\n        </td>\n      </tr>\n      {if $updateSubscriptionBillingUrl}\n        <tr>\n          <td colspan=\"2\" {$labelStyle}>\n            {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n          </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if $honor_block_is_active}\n      <tr>\n        <th {$headerStyle}>\n          {$soft_credit_type}\n        </th>\n      </tr>\n      {foreach from=$honoreeProfile item=value key=label}\n        <tr>\n          <td {$labelStyle}>\n            {$label}\n          </td>\n          <td {$valueStyle}>\n            {$value}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if !empty($pcpBlock)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Personal Campaign Page{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td {$labelStyle}>\n          {ts}Display In Honor Roll{/ts}\n        </td>\n        <td {$valueStyle}>\n          {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n        </td>\n      </tr>\n      {if $pcp_roll_nickname}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Nickname{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$pcp_roll_nickname}\n          </td>\n        </tr>\n      {/if}\n      {if $pcp_personal_note}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Personal Note{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$pcp_personal_note}\n          </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if !empty($onBehalfProfile)}\n      <tr>\n        <th {$headerStyle}>\n          {$onBehalfProfile_grouptitle}\n        </th>\n      </tr>\n      {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n        <tr>\n          <td {$labelStyle}>\n            {$onBehalfName}\n          </td>\n          <td {$valueStyle}>\n            {$onBehalfValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if {contribution.address_id.display|boolean}}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Billing Name and Address{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {contribution.address_id.name}<br/>\n          {contribution.address_id.display}\n        </td>\n      </tr>\n    {/if}\n    {if {contact.email_primary.email|boolean}}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Registered Email{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {contact.email_primary.email}\n        </td>\n      </tr>\n    {/if}\n\n    {if !empty($credit_card_type)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Credit Card Information{/ts}\n         </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {$credit_card_type}<br />\n          {$credit_card_number}<br />\n          {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n        </td>\n      </tr>\n    {/if}\n\n    {if !empty($selectPremium)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Premium Information{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$labelStyle}>\n          {$product_name}\n        </td>\n      </tr>\n      {if $option}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Option{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$option}\n          </td>\n        </tr>\n      {/if}\n      {if $sku}\n        <tr>\n          <td {$labelStyle}>\n            {ts}SKU{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$sku}\n          </td>\n        </tr>\n      {/if}\n      {if $start_date}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Start Date{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$start_date|crmDate}\n          </td>\n        </tr>\n      {/if}\n      {if $end_date}\n        <tr>\n          <td {$labelStyle}>\n            {ts}End Date{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$end_date|crmDate}\n          </td>\n        </tr>\n      {/if}\n      {if !empty($contact_email) OR !empty($contact_phone)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <p>{ts}For information about this premium, contact:{/ts}</p>\n            {if !empty($contact_email)}\n              <p>{$contact_email}</p>\n            {/if}\n            {if !empty($contact_phone)}\n              <p>{$contact_phone}</p>\n            {/if}\n          </td>\n        </tr>\n      {/if}\n      {if $is_deductible AND !empty($price)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <p>{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n         </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if !empty($customPre)}\n      <tr>\n       <th {$headerStyle}>\n         {$customPre_grouptitle}\n       </th>\n      </tr>\n      {foreach from=$customPre item=customValue key=customName}\n        <tr>\n          <td {$labelStyle}>\n            {$customName}\n          </td>\n          <td {$valueStyle}>\n            {$customValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if !empty($customPost)}\n      <tr>\n        <th {$headerStyle}>\n          {$customPost_grouptitle}\n        </th>\n      </tr>\n      {foreach from=$customPost item=customValue key=customName}\n        <tr>\n          <td {$labelStyle}>\n            {$customName}\n          </td>\n          <td {$valueStyle}>\n            {$customValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n  </table>\n\n</body>\n</html>\n',1,837,'membership_online_receipt',1,0,0,NULL),
- (48,'Memberships - Receipt (on-line)','{if \'{contribution.contribution_status_id:name}\' === \'Pending\'}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {contribution.contribution_page_id.frontend_title} - {contact.display_name}\n','','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n     {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n    {if $userText}\n     <p>{$userText}</p>\n    {/if}\n    {if {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}\n      <p>{contribution.pay_later_receipt}</p>\n    {/if}\n\n   </td>\n  </tr>\n  </table>\n  <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n    {if {membership.id|boolean} && !$isShowLineItems}\n      <tr>\n       <th {$headerStyle}>\n        {ts}Membership Information{/ts}\n       </th>\n      </tr>\n      <tr>\n       <td {$labelStyle}>\n        {ts}Membership Type{/ts}\n       </td>\n       <td {$valueStyle}>\n         {ts}{membership.membership_type_id:label}{/ts}\n       </td>\n      </tr>\n      {if {membership.start_date|boolean}}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Start Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {membership.start_date}\n        </td>\n       </tr>\n      {/if}\n      {if {membership.end_date|boolean}}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Expiration Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {membership.end_date}\n        </td>\n       </tr>\n      {/if}\n    {/if}\n    {if {contribution.total_amount|boolean}}\n      <tr>\n        <th {$headerStyle}>{ts}Membership Fee{/ts}</th>\n      </tr>\n\n      {if !$isShowLineItems && {contribution.total_amount|boolean}}\n        {foreach from=$lineItems item=line}\n          <tr>\n            <td {$labelStyle}>\n              {if $line.membership_type_id}\n                {ts 1=\"{membership.membership_type_id:label}\"}%1 Membership{/ts}\n              {else}\n                {ts}Contribution Amount{/ts}\n              {/if}\n            </td>\n            <td {$valueStyle}>\n              {$line.line_total_inclusive|crmMoney:\'{contribution.currency}\'}\n            </td>\n          </tr>\n        {/foreach}\n      {elseif $isShowLineItems}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <table>\n              <tr>\n                <th>{ts}Item{/ts}</th>\n                <th>{ts}Fee{/ts}</th>\n                {if $isShowTax && {contribution.tax_amount|boolean}}\n                  <th>{ts}SubTotal{/ts}</th>\n                  <th>{ts}Tax Rate{/ts}</th>\n                  <th>{ts}Tax Amount{/ts}</th>\n                  <th>{ts}Total{/ts}</th>\n                {/if}\n                <th>{ts}Membership Start Date{/ts}</th>\n                <th>{ts}Membership Expiration Date{/ts}</th>\n              </tr>\n              {foreach from=$lineItems item=line}\n                <tr>\n                  <td>{$line.title}</td>\n                  <td>\n                    {$line.line_total|crmMoney}\n                  </td>\n                  {if $isShowTax && {contribution.tax_amount|boolean}}\n                    <td>\n                      {$line.line_total|crmMoney:\'{contribution.currency}\'}\n                    </td>\n                    {if $line.tax_rate || $line.tax_amount != \"\"}\n                      <td>\n                        {$line.tax_rate|string_format:\"%.2f\"}%\n                      </td>\n                      <td>\n                        {$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n                      </td>\n                    {else}\n                      <td></td>\n                      <td></td>\n                    {/if}\n                    <td>\n                      {$line.line_total_inclusive|crmMoney:\'{contribution.currency}\'}\n                    </td>\n                  {/if}\n                  <td>\n                    {$line.membership.start_date|crmDate:\"Full\"}\n                  </td>\n                  <td>\n                    {$line.membership.end_date|crmDate:\"Full\"}\n                  </td>\n                </tr>\n              {/foreach}\n            </table>\n          </td>\n        </tr>\n\n        {if $isShowTax && {contribution.tax_amount|boolean}}\n          <tr>\n            <td {$labelStyle}>\n                {ts}Amount Before Tax:{/ts}\n            </td>\n            <td {$valueStyle}>\n                {contribution.tax_exclusive_amount}\n            </td>\n          </tr>\n          {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n            <tr>\n              <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td>\n              <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n            </tr>\n          {/foreach}\n        {/if}\n      {/if}\n      <tr>\n        <td {$labelStyle}>\n            {ts}Amount{/ts}\n        </td>\n        <td {$valueStyle}>\n            {contribution.total_amount}\n        </td>\n      </tr>\n    {/if}\n\n    {if {contribution.receive_date|boolean}}\n      <tr>\n        <td {$labelStyle}>\n          {ts}Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {contribution.receive_date}\n        </td>\n      </tr>\n    {/if}\n\n    {if {contribution.trxn_id|boolean}}\n      <tr>\n       <td {$labelStyle}>\n        {ts}Transaction #{/ts}\n       </td>\n       <td {$valueStyle}>\n         {contribution.trxn_id}\n       </td>\n      </tr>\n    {/if}\n\n    {if {contribution.contribution_recur_id|boolean}}\n      <tr>\n        <td colspan=\"2\" {$labelStyle}>\n          {ts}This membership will be renewed automatically.{/ts}\n          {if $cancelSubscriptionUrl}\n            {ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href=\"%1\">visiting this web page</a>.{/ts}\n          {/if}\n        </td>\n      </tr>\n      {if $updateSubscriptionBillingUrl}\n        <tr>\n          <td colspan=\"2\" {$labelStyle}>\n            {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n          </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if $honor_block_is_active}\n      <tr>\n        <th {$headerStyle}>\n          {$soft_credit_type}\n        </th>\n      </tr>\n      {foreach from=$honoreeProfile item=value key=label}\n        <tr>\n          <td {$labelStyle}>\n            {$label}\n          </td>\n          <td {$valueStyle}>\n            {$value}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if !empty($pcpBlock)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Personal Campaign Page{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td {$labelStyle}>\n          {ts}Display In Honor Roll{/ts}\n        </td>\n        <td {$valueStyle}>\n          {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n        </td>\n      </tr>\n      {if $pcp_roll_nickname}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Nickname{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$pcp_roll_nickname}\n          </td>\n        </tr>\n      {/if}\n      {if $pcp_personal_note}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Personal Note{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$pcp_personal_note}\n          </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if !empty($onBehalfProfile)}\n      <tr>\n        <th {$headerStyle}>\n          {$onBehalfProfile_grouptitle}\n        </th>\n      </tr>\n      {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n        <tr>\n          <td {$labelStyle}>\n            {$onBehalfName}\n          </td>\n          <td {$valueStyle}>\n            {$onBehalfValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if {contribution.address_id.display|boolean}}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Billing Name and Address{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {contribution.address_id.name}<br/>\n          {contribution.address_id.display}\n        </td>\n      </tr>\n    {/if}\n    {if {contact.email_primary.email|boolean}}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Registered Email{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {contact.email_primary.email}\n        </td>\n      </tr>\n    {/if}\n\n    {if !empty($credit_card_type)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Credit Card Information{/ts}\n         </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {$credit_card_type}<br />\n          {$credit_card_number}<br />\n          {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n        </td>\n      </tr>\n    {/if}\n\n    {if !empty($selectPremium)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Premium Information{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$labelStyle}>\n          {$product_name}\n        </td>\n      </tr>\n      {if $option}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Option{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$option}\n          </td>\n        </tr>\n      {/if}\n      {if $sku}\n        <tr>\n          <td {$labelStyle}>\n            {ts}SKU{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$sku}\n          </td>\n        </tr>\n      {/if}\n      {if $start_date}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Start Date{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$start_date|crmDate}\n          </td>\n        </tr>\n      {/if}\n      {if $end_date}\n        <tr>\n          <td {$labelStyle}>\n            {ts}End Date{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$end_date|crmDate}\n          </td>\n        </tr>\n      {/if}\n      {if !empty($contact_email) OR !empty($contact_phone)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <p>{ts}For information about this premium, contact:{/ts}</p>\n            {if !empty($contact_email)}\n              <p>{$contact_email}</p>\n            {/if}\n            {if !empty($contact_phone)}\n              <p>{$contact_phone}</p>\n            {/if}\n          </td>\n        </tr>\n      {/if}\n      {if $is_deductible AND !empty($price)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <p>{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n         </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if !empty($customPre)}\n      <tr>\n       <th {$headerStyle}>\n         {$customPre_grouptitle}\n       </th>\n      </tr>\n      {foreach from=$customPre item=customValue key=customName}\n        <tr>\n          <td {$labelStyle}>\n            {$customName}\n          </td>\n          <td {$valueStyle}>\n            {$customValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if !empty($customPost)}\n      <tr>\n        <th {$headerStyle}>\n          {$customPost_grouptitle}\n        </th>\n      </tr>\n      {foreach from=$customPost item=customValue key=customName}\n        <tr>\n          <td {$labelStyle}>\n            {$customName}\n          </td>\n          <td {$valueStyle}>\n            {$customValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n  </table>\n\n</body>\n</html>\n',1,837,'membership_online_receipt',0,1,0,NULL),
+ (47,'Memberships - Receipt (on-line)','{if \'{contribution.contribution_status_id:name}\' === \'Pending\'}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {contribution.contribution_page_id.frontend_title} - {contact.display_name}\n','','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n     {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n    {if $userText}\n     <p>{$userText}</p>\n    {/if}\n    {if {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}\n      <p>{contribution.contribution_page_id.pay_later_receipt}</p>\n    {/if}\n\n   </td>\n  </tr>\n  </table>\n  <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n    {if {membership.id|boolean} && !$isShowLineItems}\n      <tr>\n       <th {$headerStyle}>\n        {ts}Membership Information{/ts}\n       </th>\n      </tr>\n      <tr>\n       <td {$labelStyle}>\n        {ts}Membership Type{/ts}\n       </td>\n       <td {$valueStyle}>\n         {ts}{membership.membership_type_id:label}{/ts}\n       </td>\n      </tr>\n      {if {membership.start_date|boolean}}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Start Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {membership.start_date}\n        </td>\n       </tr>\n      {/if}\n      {if {membership.end_date|boolean}}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Expiration Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {membership.end_date}\n        </td>\n       </tr>\n      {/if}\n    {/if}\n    {if {contribution.total_amount|boolean}}\n      <tr>\n        <th {$headerStyle}>{ts}Membership Fee{/ts}</th>\n      </tr>\n\n      {if !$isShowLineItems && {contribution.total_amount|boolean}}\n        {foreach from=$lineItems item=line}\n          <tr>\n            <td {$labelStyle}>\n              {if $line.membership_type_id}\n                {ts 1=\"{membership.membership_type_id:label}\"}%1 Membership{/ts}\n              {else}\n                {ts}Contribution Amount{/ts}\n              {/if}\n            </td>\n            <td {$valueStyle}>\n              {$line.line_total_inclusive|crmMoney:\'{contribution.currency}\'}\n            </td>\n          </tr>\n        {/foreach}\n      {elseif $isShowLineItems}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <table>\n              <tr>\n                <th>{ts}Item{/ts}</th>\n                <th>{ts}Fee{/ts}</th>\n                {if $isShowTax && {contribution.tax_amount|boolean}}\n                  <th>{ts}SubTotal{/ts}</th>\n                  <th>{ts}Tax Rate{/ts}</th>\n                  <th>{ts}Tax Amount{/ts}</th>\n                  <th>{ts}Total{/ts}</th>\n                {/if}\n                <th>{ts}Membership Start Date{/ts}</th>\n                <th>{ts}Membership Expiration Date{/ts}</th>\n              </tr>\n              {foreach from=$lineItems item=line}\n                <tr>\n                  <td>{$line.title}</td>\n                  <td>\n                    {$line.line_total|crmMoney}\n                  </td>\n                  {if $isShowTax && {contribution.tax_amount|boolean}}\n                    <td>\n                      {$line.line_total|crmMoney:\'{contribution.currency}\'}\n                    </td>\n                    {if $line.tax_rate || $line.tax_amount != \"\"}\n                      <td>\n                        {$line.tax_rate|string_format:\"%.2f\"}%\n                      </td>\n                      <td>\n                        {$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n                      </td>\n                    {else}\n                      <td></td>\n                      <td></td>\n                    {/if}\n                    <td>\n                      {$line.line_total_inclusive|crmMoney:\'{contribution.currency}\'}\n                    </td>\n                  {/if}\n                  <td>\n                    {$line.membership.start_date|crmDate:\"Full\"}\n                  </td>\n                  <td>\n                    {$line.membership.end_date|crmDate:\"Full\"}\n                  </td>\n                </tr>\n              {/foreach}\n            </table>\n          </td>\n        </tr>\n\n        {if $isShowTax && {contribution.tax_amount|boolean}}\n          <tr>\n            <td {$labelStyle}>\n                {ts}Amount Before Tax:{/ts}\n            </td>\n            <td {$valueStyle}>\n                {contribution.tax_exclusive_amount}\n            </td>\n          </tr>\n          {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n            <tr>\n              <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td>\n              <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n            </tr>\n          {/foreach}\n        {/if}\n      {/if}\n      <tr>\n        <td {$labelStyle}>\n            {ts}Amount{/ts}\n        </td>\n        <td {$valueStyle}>\n            {contribution.total_amount}\n        </td>\n      </tr>\n    {/if}\n\n    {if {contribution.receive_date|boolean}}\n      <tr>\n        <td {$labelStyle}>\n          {ts}Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {contribution.receive_date}\n        </td>\n      </tr>\n    {/if}\n\n    {if {contribution.trxn_id|boolean}}\n      <tr>\n       <td {$labelStyle}>\n        {ts}Transaction #{/ts}\n       </td>\n       <td {$valueStyle}>\n         {contribution.trxn_id}\n       </td>\n      </tr>\n    {/if}\n\n    {if {contribution.contribution_recur_id|boolean}}\n      <tr>\n        <td colspan=\"2\" {$labelStyle}>\n          {ts}This membership will be renewed automatically.{/ts}\n          {if $cancelSubscriptionUrl}\n            {ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href=\"%1\">visiting this web page</a>.{/ts}\n          {/if}\n        </td>\n      </tr>\n      {if $updateSubscriptionBillingUrl}\n        <tr>\n          <td colspan=\"2\" {$labelStyle}>\n            {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n          </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if $honor_block_is_active}\n      <tr>\n        <th {$headerStyle}>\n          {$soft_credit_type}\n        </th>\n      </tr>\n      {foreach from=$honoreeProfile item=value key=label}\n        <tr>\n          <td {$labelStyle}>\n            {$label}\n          </td>\n          <td {$valueStyle}>\n            {$value}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if !empty($pcpBlock)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Personal Campaign Page{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td {$labelStyle}>\n          {ts}Display In Honor Roll{/ts}\n        </td>\n        <td {$valueStyle}>\n          {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n        </td>\n      </tr>\n      {if $pcp_roll_nickname}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Nickname{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$pcp_roll_nickname}\n          </td>\n        </tr>\n      {/if}\n      {if $pcp_personal_note}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Personal Note{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$pcp_personal_note}\n          </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if !empty($onBehalfProfile)}\n      <tr>\n        <th {$headerStyle}>\n          {$onBehalfProfile_grouptitle}\n        </th>\n      </tr>\n      {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n        <tr>\n          <td {$labelStyle}>\n            {$onBehalfName}\n          </td>\n          <td {$valueStyle}>\n            {$onBehalfValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if {contribution.address_id.display|boolean}}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Billing Name and Address{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {contribution.address_id.name}<br/>\n          {contribution.address_id.display}\n        </td>\n      </tr>\n    {/if}\n    {if {contact.email_primary.email|boolean}}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Registered Email{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {contact.email_primary.email}\n        </td>\n      </tr>\n    {/if}\n\n    {if !empty($credit_card_type)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Credit Card Information{/ts}\n         </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {$credit_card_type}<br />\n          {$credit_card_number}<br />\n          {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n        </td>\n      </tr>\n    {/if}\n\n    {if !empty($selectPremium)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Premium Information{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$labelStyle}>\n          {$product_name}\n        </td>\n      </tr>\n      {if $option}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Option{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$option}\n          </td>\n        </tr>\n      {/if}\n      {if $sku}\n        <tr>\n          <td {$labelStyle}>\n            {ts}SKU{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$sku}\n          </td>\n        </tr>\n      {/if}\n      {if $start_date}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Start Date{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$start_date|crmDate}\n          </td>\n        </tr>\n      {/if}\n      {if $end_date}\n        <tr>\n          <td {$labelStyle}>\n            {ts}End Date{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$end_date|crmDate}\n          </td>\n        </tr>\n      {/if}\n      {if !empty($contact_email) OR !empty($contact_phone)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <p>{ts}For information about this premium, contact:{/ts}</p>\n            {if !empty($contact_email)}\n              <p>{$contact_email}</p>\n            {/if}\n            {if !empty($contact_phone)}\n              <p>{$contact_phone}</p>\n            {/if}\n          </td>\n        </tr>\n      {/if}\n      {if $is_deductible AND !empty($price)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <p>{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n         </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if !empty($customPre)}\n      <tr>\n       <th {$headerStyle}>\n         {$customPre_grouptitle}\n       </th>\n      </tr>\n      {foreach from=$customPre item=customValue key=customName}\n        <tr>\n          <td {$labelStyle}>\n            {$customName}\n          </td>\n          <td {$valueStyle}>\n            {$customValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if !empty($customPost)}\n      <tr>\n        <th {$headerStyle}>\n          {$customPost_grouptitle}\n        </th>\n      </tr>\n      {foreach from=$customPost item=customValue key=customName}\n        <tr>\n          <td {$labelStyle}>\n            {$customName}\n          </td>\n          <td {$valueStyle}>\n            {$customValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n  </table>\n\n</body>\n</html>\n',1,837,'membership_online_receipt',1,0,0,NULL),
+ (48,'Memberships - Receipt (on-line)','{if \'{contribution.contribution_status_id:name}\' === \'Pending\'}{ts}Invoice{/ts}{else}{ts}Receipt{/ts}{/if} - {contribution.contribution_page_id.frontend_title} - {contact.display_name}\n','','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n     {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n    {if $userText}\n     <p>{$userText}</p>\n    {/if}\n    {if {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}\n      <p>{contribution.contribution_page_id.pay_later_receipt}</p>\n    {/if}\n\n   </td>\n  </tr>\n  </table>\n  <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n    {if {membership.id|boolean} && !$isShowLineItems}\n      <tr>\n       <th {$headerStyle}>\n        {ts}Membership Information{/ts}\n       </th>\n      </tr>\n      <tr>\n       <td {$labelStyle}>\n        {ts}Membership Type{/ts}\n       </td>\n       <td {$valueStyle}>\n         {ts}{membership.membership_type_id:label}{/ts}\n       </td>\n      </tr>\n      {if {membership.start_date|boolean}}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Start Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {membership.start_date}\n        </td>\n       </tr>\n      {/if}\n      {if {membership.end_date|boolean}}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Expiration Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {membership.end_date}\n        </td>\n       </tr>\n      {/if}\n    {/if}\n    {if {contribution.total_amount|boolean}}\n      <tr>\n        <th {$headerStyle}>{ts}Membership Fee{/ts}</th>\n      </tr>\n\n      {if !$isShowLineItems && {contribution.total_amount|boolean}}\n        {foreach from=$lineItems item=line}\n          <tr>\n            <td {$labelStyle}>\n              {if $line.membership_type_id}\n                {ts 1=\"{membership.membership_type_id:label}\"}%1 Membership{/ts}\n              {else}\n                {ts}Contribution Amount{/ts}\n              {/if}\n            </td>\n            <td {$valueStyle}>\n              {$line.line_total_inclusive|crmMoney:\'{contribution.currency}\'}\n            </td>\n          </tr>\n        {/foreach}\n      {elseif $isShowLineItems}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <table>\n              <tr>\n                <th>{ts}Item{/ts}</th>\n                <th>{ts}Fee{/ts}</th>\n                {if $isShowTax && {contribution.tax_amount|boolean}}\n                  <th>{ts}SubTotal{/ts}</th>\n                  <th>{ts}Tax Rate{/ts}</th>\n                  <th>{ts}Tax Amount{/ts}</th>\n                  <th>{ts}Total{/ts}</th>\n                {/if}\n                <th>{ts}Membership Start Date{/ts}</th>\n                <th>{ts}Membership Expiration Date{/ts}</th>\n              </tr>\n              {foreach from=$lineItems item=line}\n                <tr>\n                  <td>{$line.title}</td>\n                  <td>\n                    {$line.line_total|crmMoney}\n                  </td>\n                  {if $isShowTax && {contribution.tax_amount|boolean}}\n                    <td>\n                      {$line.line_total|crmMoney:\'{contribution.currency}\'}\n                    </td>\n                    {if $line.tax_rate || $line.tax_amount != \"\"}\n                      <td>\n                        {$line.tax_rate|string_format:\"%.2f\"}%\n                      </td>\n                      <td>\n                        {$line.tax_amount|crmMoney:\'{contribution.currency}\'}\n                      </td>\n                    {else}\n                      <td></td>\n                      <td></td>\n                    {/if}\n                    <td>\n                      {$line.line_total_inclusive|crmMoney:\'{contribution.currency}\'}\n                    </td>\n                  {/if}\n                  <td>\n                    {$line.membership.start_date|crmDate:\"Full\"}\n                  </td>\n                  <td>\n                    {$line.membership.end_date|crmDate:\"Full\"}\n                  </td>\n                </tr>\n              {/foreach}\n            </table>\n          </td>\n        </tr>\n\n        {if $isShowTax && {contribution.tax_amount|boolean}}\n          <tr>\n            <td {$labelStyle}>\n                {ts}Amount Before Tax:{/ts}\n            </td>\n            <td {$valueStyle}>\n                {contribution.tax_exclusive_amount}\n            </td>\n          </tr>\n          {foreach from=$taxRateBreakdown item=taxDetail key=taxRate}\n            <tr>\n              <td {$labelStyle}>{if $taxRate == 0}{ts}No{/ts} {$taxTerm}{else} {$taxTerm} {$taxDetail.percentage}%{/if}</td>\n              <td {$valueStyle}>{$taxDetail.amount|crmMoney:\'{contribution.currency}\'}</td>\n            </tr>\n          {/foreach}\n        {/if}\n      {/if}\n      <tr>\n        <td {$labelStyle}>\n            {ts}Amount{/ts}\n        </td>\n        <td {$valueStyle}>\n            {contribution.total_amount}\n        </td>\n      </tr>\n    {/if}\n\n    {if {contribution.receive_date|boolean}}\n      <tr>\n        <td {$labelStyle}>\n          {ts}Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {contribution.receive_date}\n        </td>\n      </tr>\n    {/if}\n\n    {if {contribution.trxn_id|boolean}}\n      <tr>\n       <td {$labelStyle}>\n        {ts}Transaction #{/ts}\n       </td>\n       <td {$valueStyle}>\n         {contribution.trxn_id}\n       </td>\n      </tr>\n    {/if}\n\n    {if {contribution.contribution_recur_id|boolean}}\n      <tr>\n        <td colspan=\"2\" {$labelStyle}>\n          {ts}This membership will be renewed automatically.{/ts}\n          {if $cancelSubscriptionUrl}\n            {ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href=\"%1\">visiting this web page</a>.{/ts}\n          {/if}\n        </td>\n      </tr>\n      {if $updateSubscriptionBillingUrl}\n        <tr>\n          <td colspan=\"2\" {$labelStyle}>\n            {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href=\"%1\">visiting this web page</a>.{/ts}\n          </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if $honor_block_is_active}\n      <tr>\n        <th {$headerStyle}>\n          {$soft_credit_type}\n        </th>\n      </tr>\n      {foreach from=$honoreeProfile item=value key=label}\n        <tr>\n          <td {$labelStyle}>\n            {$label}\n          </td>\n          <td {$valueStyle}>\n            {$value}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if !empty($pcpBlock)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Personal Campaign Page{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td {$labelStyle}>\n          {ts}Display In Honor Roll{/ts}\n        </td>\n        <td {$valueStyle}>\n          {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}\n        </td>\n      </tr>\n      {if $pcp_roll_nickname}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Nickname{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$pcp_roll_nickname}\n          </td>\n        </tr>\n      {/if}\n      {if $pcp_personal_note}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Personal Note{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$pcp_personal_note}\n          </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if !empty($onBehalfProfile)}\n      <tr>\n        <th {$headerStyle}>\n          {$onBehalfProfile_grouptitle}\n        </th>\n      </tr>\n      {foreach from=$onBehalfProfile item=onBehalfValue key=onBehalfName}\n        <tr>\n          <td {$labelStyle}>\n            {$onBehalfName}\n          </td>\n          <td {$valueStyle}>\n            {$onBehalfValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if {contribution.address_id.display|boolean}}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Billing Name and Address{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {contribution.address_id.name}<br/>\n          {contribution.address_id.display}\n        </td>\n      </tr>\n    {/if}\n    {if {contact.email_primary.email|boolean}}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Registered Email{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {contact.email_primary.email}\n        </td>\n      </tr>\n    {/if}\n\n    {if !empty($credit_card_type)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Credit Card Information{/ts}\n         </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$valueStyle}>\n          {$credit_card_type}<br />\n          {$credit_card_number}<br />\n          {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n        </td>\n      </tr>\n    {/if}\n\n    {if !empty($selectPremium)}\n      <tr>\n        <th {$headerStyle}>\n          {ts}Premium Information{/ts}\n        </th>\n      </tr>\n      <tr>\n        <td colspan=\"2\" {$labelStyle}>\n          {$product_name}\n        </td>\n      </tr>\n      {if $option}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Option{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$option}\n          </td>\n        </tr>\n      {/if}\n      {if $sku}\n        <tr>\n          <td {$labelStyle}>\n            {ts}SKU{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$sku}\n          </td>\n        </tr>\n      {/if}\n      {if $start_date}\n        <tr>\n          <td {$labelStyle}>\n            {ts}Start Date{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$start_date|crmDate}\n          </td>\n        </tr>\n      {/if}\n      {if $end_date}\n        <tr>\n          <td {$labelStyle}>\n            {ts}End Date{/ts}\n          </td>\n          <td {$valueStyle}>\n            {$end_date|crmDate}\n          </td>\n        </tr>\n      {/if}\n      {if !empty($contact_email) OR !empty($contact_phone)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <p>{ts}For information about this premium, contact:{/ts}</p>\n            {if !empty($contact_email)}\n              <p>{$contact_email}</p>\n            {/if}\n            {if !empty($contact_phone)}\n              <p>{$contact_phone}</p>\n            {/if}\n          </td>\n        </tr>\n      {/if}\n      {if $is_deductible AND !empty($price)}\n        <tr>\n          <td colspan=\"2\" {$valueStyle}>\n            <p>{ts 1=$price|crmMoney}The value of this premium is %1. This may affect the amount of the tax deduction you can claim. Consult your tax advisor for more information.{/ts}</p>\n         </td>\n        </tr>\n      {/if}\n    {/if}\n\n    {if !empty($customPre)}\n      <tr>\n       <th {$headerStyle}>\n         {$customPre_grouptitle}\n       </th>\n      </tr>\n      {foreach from=$customPre item=customValue key=customName}\n        <tr>\n          <td {$labelStyle}>\n            {$customName}\n          </td>\n          <td {$valueStyle}>\n            {$customValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n    {if !empty($customPost)}\n      <tr>\n        <th {$headerStyle}>\n          {$customPost_grouptitle}\n        </th>\n      </tr>\n      {foreach from=$customPost item=customValue key=customName}\n        <tr>\n          <td {$labelStyle}>\n            {$customName}\n          </td>\n          <td {$valueStyle}>\n            {$customValue}\n          </td>\n        </tr>\n      {/foreach}\n    {/if}\n\n  </table>\n\n</body>\n</html>\n',1,837,'membership_online_receipt',0,1,0,NULL),
  (49,'Memberships - Auto-renew Cancellation Notification','{ts}Autorenew Membership Cancellation Notification{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{ts 1=$membershipType}The automatic renewal of your %1 membership has been cancelled as requested. This does not affect the status of your membership - you will receive a separate notification when your membership is up for renewal.{/ts}\n\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Status{/ts}: {$membership_status}\n{if $mem_start_date}{ts}Membership Start Date{/ts}: {$mem_start_date|crmDate}\n{/if}\n{if $mem_end_date}{ts}Membership Expiration Date{/ts}: {$mem_end_date|crmDate}\n{/if}\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n    {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n    <p>{ts 1=$membershipType}The automatic renewal of your %1 membership has been cancelled as requested. This does not affect the status of your membership - you will receive a separate notification when your membership is up for renewal.{/ts}</p>\n\n   </td>\n  </tr>\n </table>\n <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n\n      <tr>\n       <th {$headerStyle}>\n        {ts}Membership Information{/ts}\n       </th>\n      </tr>\n      <tr>\n       <td {$labelStyle}>\n        {ts}Membership Status{/ts}\n       </td>\n       <td {$valueStyle}>\n        {$membership_status}\n       </td>\n      </tr>\n      {if $mem_start_date}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Start Date{/ts}\n        </td>\n        <td {$valueStyle}>\n         {$mem_start_date|crmDate}\n        </td>\n       </tr>\n      {/if}\n      {if $mem_end_date}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Expiration Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {$mem_end_date|crmDate}\n        </td>\n       </tr>\n      {/if}\n\n </table>\n\n</body>\n</html>\n',1,838,'membership_autorenew_cancelled',1,0,0,NULL),
  (50,'Memberships - Auto-renew Cancellation Notification','{ts}Autorenew Membership Cancellation Notification{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{ts 1=$membershipType}The automatic renewal of your %1 membership has been cancelled as requested. This does not affect the status of your membership - you will receive a separate notification when your membership is up for renewal.{/ts}\n\n===========================================================\n{ts}Membership Information{/ts}\n\n===========================================================\n{ts}Membership Status{/ts}: {$membership_status}\n{if $mem_start_date}{ts}Membership Start Date{/ts}: {$mem_start_date|crmDate}\n{/if}\n{if $mem_end_date}{ts}Membership Expiration Date{/ts}: {$mem_end_date|crmDate}\n{/if}\n\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n    {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n    <p>{ts 1=$membershipType}The automatic renewal of your %1 membership has been cancelled as requested. This does not affect the status of your membership - you will receive a separate notification when your membership is up for renewal.{/ts}</p>\n\n   </td>\n  </tr>\n </table>\n <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n\n      <tr>\n       <th {$headerStyle}>\n        {ts}Membership Information{/ts}\n       </th>\n      </tr>\n      <tr>\n       <td {$labelStyle}>\n        {ts}Membership Status{/ts}\n       </td>\n       <td {$valueStyle}>\n        {$membership_status}\n       </td>\n      </tr>\n      {if $mem_start_date}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Start Date{/ts}\n        </td>\n        <td {$valueStyle}>\n         {$mem_start_date|crmDate}\n        </td>\n       </tr>\n      {/if}\n      {if $mem_end_date}\n       <tr>\n        <td {$labelStyle}>\n         {ts}Membership Expiration Date{/ts}\n        </td>\n        <td {$valueStyle}>\n          {$mem_end_date|crmDate}\n        </td>\n       </tr>\n      {/if}\n\n </table>\n\n</body>\n</html>\n',1,838,'membership_autorenew_cancelled',0,1,0,NULL),
  (51,'Memberships - Auto-renew Billing Updates','{ts}Membership Autorenewal Billing Updates{/ts} - {contact.display_name}\n','{assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}{$greeting},{/if}\n\n{ts 1=$membershipType}Billing details for your automatically renewed %1 membership have been updated.{/ts}\n\n===========================================================\n{ts}Billing Name and Address{/ts}\n\n===========================================================\n{$billingName}\n{$address}\n\n{$email}\n\n===========================================================\n{ts}Credit Card Information{/ts}\n\n===========================================================\n{$credit_card_type}\n{$credit_card_number}\n{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}\n\n\n{ts 1=$receipt_from_email}If you have questions please contact us at %1{/ts}\n','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title></title>\n</head>\n<body>\n\n{capture assign=headerStyle}colspan=\"2\" style=\"text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;\"{/capture}\n{capture assign=labelStyle}style=\"padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;\"{/capture}\n{capture assign=valueStyle}style=\"padding: 4px; border-bottom: 1px solid #999;\"{/capture}\n\n  <table id=\"crm-event_receipt\" style=\"font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;\">\n\n  <!-- BEGIN HEADER -->\n  <!-- You can add table row(s) here with logo or other header elements -->\n  <!-- END HEADER -->\n\n  <!-- BEGIN CONTENT -->\n\n  <tr>\n   <td>\n    {assign var=\"greeting\" value=\"{contact.email_greeting_display}\"}{if $greeting}<p>{$greeting},</p>{/if}\n    <p>{ts 1=$membershipType}Billing details for your automatically renewed %1 membership have been updated.{/ts}</p>\n   </td>\n  </tr>\n  <tr>\n </table>\n\n  <table style=\"width:100%; max-width:500px; border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;\">\n   <tr>\n        <th {$headerStyle}>\n         {ts}Billing Name and Address{/ts}\n        </th>\n       </tr>\n       <tr>\n        <td colspan=\"2\" {$valueStyle}>\n         {$billingName}<br />\n         {$address|nl2br}<br />\n         {$email}\n        </td>\n       </tr>\n        <tr>\n       <th {$headerStyle}>\n        {ts}Credit Card Information{/ts}\n       </th>\n      </tr>\n      <tr>\n       <td colspan=\"2\" {$valueStyle}>\n        {$credit_card_type}<br />\n        {$credit_card_number}<br />\n        {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:\'\'|crmDate}<br />\n       </td>\n      </tr>\n      <tr>\n        <td {$labelStyle}>\n         {ts 1=$receipt_from_email}If you have questions please contact us at %1{/ts}\n        </td>\n      </tr>\n\n  </table>\n\n</body>\n</html>\n',1,839,'membership_autorenew_billing',1,0,0,NULL),
@@ -5669,26 +5641,26 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_note` WRITE;
 /*!40000 ALTER TABLE `civicrm_note` DISABLE KEYS */;
 INSERT INTO `civicrm_note` (`id`, `entity_table`, `entity_id`, `note`, `contact_id`, `note_date`, `created_date`, `modified_date`, `subject`, `privacy`) VALUES
- (1,'civicrm_contact',84,'Get the registration done for NGO status',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-03-14 05:12:19',NULL,'0'),
- (2,'civicrm_contact',14,'Send newsletter for April 2005',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-09-07 23:32:57',NULL,'0'),
- (3,'civicrm_contact',197,'Invite members for the Steve Prefontaine 10k dream run',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-08-05 02:03:11',NULL,'0'),
- (4,'civicrm_contact',125,'Contact the Commissioner of Charities',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-06-28 04:27:43',NULL,'0'),
- (5,'civicrm_contact',89,'Get the registration done for NGO status',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-05-23 10:17:27',NULL,'0'),
- (6,'civicrm_contact',70,'Contact the Commissioner of Charities',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-01-08 08:54:10',NULL,'0'),
- (7,'civicrm_contact',8,'Arrange collection of funds from members',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-01-26 06:15:12',NULL,'0'),
- (8,'civicrm_contact',18,'Get the registration done for NGO status',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2022-12-22 10:43:04',NULL,'0'),
- (9,'civicrm_contact',146,'Get the registration done for NGO status',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-07-27 12:31:48',NULL,'0'),
- (10,'civicrm_contact',143,'Reminder screening of \"Black\" on next Friday',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-02-22 10:50:53',NULL,'0'),
- (11,'civicrm_contact',175,'Arrange collection of funds from members',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-03-27 19:54:56',NULL,'0'),
- (12,'civicrm_contact',134,'Get the registration done for NGO status',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-04-29 10:41:01',NULL,'0'),
- (13,'civicrm_contact',91,'Connect for presentation',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-04-09 13:36:48',NULL,'0'),
- (14,'civicrm_contact',37,'Chart out route map for next 10k run',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-01-15 04:44:09',NULL,'0'),
- (15,'civicrm_contact',91,'Chart out route map for next 10k run',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-12-12 04:17:57',NULL,'0'),
- (16,'civicrm_contact',167,'Send newsletter for April 2005',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-07-22 16:43:27',NULL,'0'),
- (17,'civicrm_contact',178,'Send newsletter for April 2005',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-01-29 22:51:17',NULL,'0'),
- (18,'civicrm_contact',169,'Invite members for the Steve Prefontaine 10k dream run',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-07-13 16:38:17',NULL,'0'),
- (19,'civicrm_contact',115,'Organize the Terry Fox run',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-05-17 15:52:59',NULL,'0'),
- (20,'civicrm_contact',201,'Contact the Commissioner of Charities',1,'2023-12-17 20:11:35','2023-12-17 20:11:35','2023-05-23 21:24:15',NULL,'0');
+ (1,'civicrm_contact',70,'Contact the Commissioner of Charities',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-08-04 05:20:32',NULL,'0'),
+ (2,'civicrm_contact',71,'Arrange for cricket match with Sunil Gavaskar',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-08-23 11:59:38',NULL,'0'),
+ (3,'civicrm_contact',112,'Get the registration done for NGO status',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-02-21 16:20:12',NULL,'0'),
+ (4,'civicrm_contact',47,'Send newsletter for April 2005',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-11-05 10:38:06',NULL,'0'),
+ (5,'civicrm_contact',133,'Get the registration done for NGO status',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-04-17 20:06:35',NULL,'0'),
+ (6,'civicrm_contact',98,'Send newsletter for April 2005',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-10-31 02:15:26',NULL,'0'),
+ (7,'civicrm_contact',81,'Arrange collection of funds from members',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-08-31 16:53:24',NULL,'0'),
+ (8,'civicrm_contact',130,'Connect for presentation',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-02-09 13:45:51',NULL,'0'),
+ (9,'civicrm_contact',24,'Connect for presentation',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-02-01 23:56:55',NULL,'0'),
+ (10,'civicrm_contact',154,'Send newsletter for April 2005',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-12-29 14:12:17',NULL,'0'),
+ (11,'civicrm_contact',49,'Chart out route map for next 10k run',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-07-20 23:44:58',NULL,'0'),
+ (12,'civicrm_contact',161,'Arrange for cricket match with Sunil Gavaskar',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-10-07 22:12:33',NULL,'0'),
+ (13,'civicrm_contact',104,'Send newsletter for April 2005',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-11-08 20:29:33',NULL,'0'),
+ (14,'civicrm_contact',53,'Arrange collection of funds from members',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-07-12 09:33:41',NULL,'0'),
+ (15,'civicrm_contact',116,'Chart out route map for next 10k run',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-04-13 10:11:31',NULL,'0'),
+ (16,'civicrm_contact',125,'Arrange collection of funds from members',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-10-03 14:32:26',NULL,'0'),
+ (17,'civicrm_contact',111,'Send reminder for annual dinner',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-01-10 11:35:15',NULL,'0'),
+ (18,'civicrm_contact',178,'Organize the Terry Fox run',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-04-08 02:35:41',NULL,'0'),
+ (19,'civicrm_contact',193,'Contact the Commissioner of Charities',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-12-25 04:00:02',NULL,'0'),
+ (20,'civicrm_contact',155,'Arrange collection of funds from members',1,'2024-01-06 01:18:49','2024-01-06 01:18:49','2023-04-25 22:17:04',NULL,'0');
 /*!40000 ALTER TABLE `civicrm_note` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -6695,56 +6667,56 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_participant` WRITE;
 /*!40000 ALTER TABLE `civicrm_participant` DISABLE KEYS */;
 INSERT INTO `civicrm_participant` (`id`, `contact_id`, `event_id`, `status_id`, `role_id`, `register_date`, `source`, `fee_level`, `is_test`, `is_pay_later`, `fee_amount`, `registered_by_id`, `discount_id`, `fee_currency`, `campaign_id`, `discount_amount`, `cart_id`, `must_wait`, `transferred_to_contact_id`, `created_id`) VALUES
- (1,156,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (2,87,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (3,124,3,3,'3','2008-05-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (4,127,1,4,'4','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (5,113,2,1,'1','2008-01-10 00:00:00','Check','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (6,160,3,2,'2','2008-03-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (7,120,1,3,'3','2009-07-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (8,100,2,4,'4','2009-03-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (9,83,3,1,'1','2008-02-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (10,72,1,2,'2','2008-02-01 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (11,155,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (12,150,3,4,'4','2009-03-06 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (13,149,1,1,'2','2008-06-04 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (14,77,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (15,183,3,4,'1','2008-07-04 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (16,199,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (17,89,2,2,'3','2008-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (18,129,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (19,67,1,2,'1','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (20,139,2,4,'1','2009-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (21,174,3,1,'4','2008-03-25 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (22,62,1,2,'3','2009-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (23,71,2,4,'1','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (24,95,3,3,'1','2008-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (25,65,3,2,'2','2008-04-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (26,59,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (27,55,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (28,194,3,3,'3','2009-12-12 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (29,19,1,4,'4','2009-12-13 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (30,79,2,1,'1','2009-12-14 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (31,106,3,2,'2','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (32,18,1,3,'3','2009-07-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (33,177,2,4,'4','2009-03-07 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (34,175,3,1,'1','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (35,42,1,2,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (36,61,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (37,132,3,4,'4','2009-03-06 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (38,173,1,1,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (39,195,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (40,25,3,4,'1','2009-12-14 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (41,110,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (42,31,2,2,'3','2009-12-15 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (43,12,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (44,52,1,2,'1','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (45,130,2,4,'1','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (46,193,3,1,'4','2009-12-13 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (47,168,1,2,'3','2009-10-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (48,82,2,4,'1','2009-12-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (49,38,3,3,'1','2009-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
- (50,162,3,2,'2','2009-04-05 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL);
+ (1,17,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (2,93,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (3,60,3,3,'3','2008-05-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (4,175,1,4,'4','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (5,72,2,1,'1','2008-01-10 00:00:00','Check','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (6,2,3,2,'2','2008-03-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (7,161,1,3,'3','2009-07-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (8,27,2,4,'4','2009-03-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (9,100,3,1,'1','2008-02-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (10,162,1,2,'2','2008-02-01 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (11,178,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (12,55,3,4,'4','2009-03-06 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (13,36,1,1,'2','2008-06-04 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (14,122,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (15,131,3,4,'1','2008-07-04 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (16,12,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (17,22,2,2,'3','2008-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (18,99,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (19,18,1,2,'1','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (20,158,2,4,'1','2009-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (21,124,3,1,'4','2008-03-25 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (22,168,1,2,'3','2009-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (23,155,2,4,'1','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (24,201,3,3,'1','2008-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (25,84,3,2,'2','2008-04-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (26,13,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (27,101,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (28,110,3,3,'3','2009-12-12 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (29,43,1,4,'4','2009-12-13 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (30,87,2,1,'1','2009-12-14 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (31,133,3,2,'2','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (32,167,1,3,'3','2009-07-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (33,45,2,4,'4','2009-03-07 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (34,187,3,1,'1','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (35,11,1,2,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (36,28,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (37,81,3,4,'4','2009-03-06 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (38,85,1,1,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (39,83,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (40,9,3,4,'1','2009-12-14 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (41,31,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (42,186,2,2,'3','2009-12-15 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (43,147,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (44,97,1,2,'1','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (45,74,2,4,'1','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (46,190,3,1,'4','2009-12-13 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (47,44,1,2,'3','2009-10-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (48,163,2,4,'1','2009-12-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (49,61,3,3,'1','2009-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL),
+ (50,33,3,2,'2','2009-04-05 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_participant` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -6755,56 +6727,56 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_participant_payment` WRITE;
 /*!40000 ALTER TABLE `civicrm_participant_payment` DISABLE KEYS */;
 INSERT INTO `civicrm_participant_payment` (`id`, `participant_id`, `contribution_id`) VALUES
- (1,1,63),
- (2,2,64),
- (3,3,65),
- (4,4,66),
- (5,5,67),
- (6,6,68),
- (7,7,69),
- (8,8,70),
- (9,9,71),
- (10,10,72),
- (11,11,73),
- (12,12,74),
+ (6,1,63),
+ (27,2,64),
+ (18,3,65),
+ (45,4,66),
+ (20,5,67),
+ (1,6,68),
+ (40,7,69),
+ (9,8,70),
+ (30,9,71),
+ (41,10,72),
+ (46,11,73),
+ (17,12,74),
  (13,13,75),
- (14,14,76),
- (15,15,77),
- (16,16,78),
- (17,17,79),
- (18,18,80),
- (19,19,81),
- (20,20,82),
- (21,21,83),
- (22,22,84),
- (23,23,85),
- (24,24,86),
- (25,25,87),
- (26,26,88),
- (27,27,89),
- (28,28,90),
- (29,29,91),
- (30,30,92),
- (31,31,93),
- (32,32,94),
- (33,33,95),
- (34,34,96),
- (35,35,97),
- (36,36,98),
- (37,37,99),
- (38,38,100),
- (39,39,101),
- (40,40,102),
- (41,41,103),
- (42,42,104),
- (43,43,105),
- (44,44,106),
- (45,45,107),
- (46,46,108),
- (47,47,109),
- (48,48,110),
- (49,49,111),
- (50,50,112);
+ (33,14,76),
+ (35,15,77),
+ (4,16,78),
+ (8,17,79),
+ (29,18,80),
+ (7,19,81),
+ (39,20,82),
+ (34,21,83),
+ (44,22,84),
+ (38,23,85),
+ (50,24,86),
+ (24,25,87),
+ (5,26,88),
+ (31,27,89),
+ (32,28,90),
+ (14,29,91),
+ (26,30,92),
+ (36,31,93),
+ (43,32,94),
+ (16,33,95),
+ (48,34,96),
+ (3,35,97),
+ (10,36,98),
+ (22,37,99),
+ (25,38,100),
+ (23,39,101),
+ (2,40,102),
+ (11,41,103),
+ (47,42,104),
+ (37,43,105),
+ (28,44,106),
+ (21,45,107),
+ (49,46,108),
+ (15,47,109),
+ (42,48,110),
+ (19,49,111),
+ (12,50,112);
 /*!40000 ALTER TABLE `civicrm_participant_payment` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -6877,7 +6849,7 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_pcp` WRITE;
 /*!40000 ALTER TABLE `civicrm_pcp` DISABLE KEYS */;
 INSERT INTO `civicrm_pcp` (`id`, `contact_id`, `status_id`, `title`, `intro_text`, `page_text`, `donate_link_text`, `page_id`, `page_type`, `pcp_block_id`, `is_thermometer`, `is_honor_roll`, `goal_amount`, `currency`, `is_active`, `is_notify`) VALUES
- (1,190,2,'My Personal Civi Fundraiser','I\'m on a mission to get all my friends and family to help support my favorite open-source civic sector CRM.','<p>Friends and family - please help build much needed infrastructure for the civic sector by supporting my personal campaign!</p>\r\n<p><a href=\"https://civicrm.org\">You can learn more about CiviCRM here</a>.</p>\r\n<p>Then click the <strong>Contribute Now</strong> button to go to our easy-to-use online contribution form.</p>','Contribute Now',1,'contribute',1,1,1,5000.00,'USD',1,1);
+ (1,15,2,'My Personal Civi Fundraiser','I\'m on a mission to get all my friends and family to help support my favorite open-source civic sector CRM.','<p>Friends and family - please help build much needed infrastructure for the civic sector by supporting my personal campaign!</p>\r\n<p><a href=\"https://civicrm.org\">You can learn more about CiviCRM here</a>.</p>\r\n<p>Then click the <strong>Contribute Now</strong> button to go to our easy-to-use online contribution form.</p>','Contribute Now',1,'contribute',1,1,1,5000.00,'USD',1,1);
 /*!40000 ALTER TABLE `civicrm_pcp` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -6899,168 +6871,170 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_phone` WRITE;
 /*!40000 ALTER TABLE `civicrm_phone` DISABLE KEYS */;
 INSERT INTO `civicrm_phone` (`id`, `contact_id`, `location_type_id`, `is_primary`, `is_billing`, `mobile_provider_id`, `phone`, `phone_ext`, `phone_numeric`, `phone_type_id`) VALUES
- (1,72,1,1,0,NULL,'800-2446',NULL,'8002446',1),
- (2,72,1,0,0,NULL,'477-7890',NULL,'4777890',2),
- (3,19,1,1,0,NULL,'346-4275',NULL,'3464275',2),
- (4,19,1,0,0,NULL,'738-3594',NULL,'7383594',1),
- (5,153,1,1,0,NULL,'881-1995',NULL,'8811995',2),
- (6,153,1,0,0,NULL,'332-8487',NULL,'3328487',2),
- (7,16,1,1,0,NULL,'337-2383',NULL,'3372383',2),
- (8,65,1,1,0,NULL,'345-6698',NULL,'3456698',2),
- (9,120,1,1,0,NULL,'268-3790',NULL,'2683790',2),
- (10,120,1,0,0,NULL,'726-2801',NULL,'7262801',1),
- (11,85,1,1,0,NULL,'(423) 767-2167',NULL,'4237672167',2),
- (12,110,1,1,0,NULL,'627-9868',NULL,'6279868',1),
- (13,110,1,0,0,NULL,'588-6379',NULL,'5886379',2),
- (14,45,1,1,0,NULL,'457-7461',NULL,'4577461',2),
- (15,37,1,1,0,NULL,'567-4723',NULL,'5674723',2),
- (16,12,1,1,0,NULL,'(810) 561-3757',NULL,'8105613757',2),
- (17,102,1,1,0,NULL,'(467) 667-5308',NULL,'4676675308',2),
- (18,192,1,1,0,NULL,'(845) 753-2633',NULL,'8457532633',2),
- (19,192,1,0,0,NULL,'(432) 859-5238',NULL,'4328595238',2),
- (20,23,1,1,0,NULL,'(530) 786-5195',NULL,'5307865195',1),
- (21,94,1,1,0,NULL,'530-2765',NULL,'5302765',2),
- (22,108,1,1,0,NULL,'414-5675',NULL,'4145675',2),
- (23,108,1,0,0,NULL,'336-3080',NULL,'3363080',2),
- (24,38,1,1,0,NULL,'(694) 886-2966',NULL,'6948862966',2),
- (25,154,1,1,0,NULL,'352-2421',NULL,'3522421',2),
- (26,86,1,1,0,NULL,'297-4919',NULL,'2974919',1),
- (27,86,1,0,0,NULL,'(316) 570-2720',NULL,'3165702720',2),
- (28,95,1,1,0,NULL,'(842) 501-3198',NULL,'8425013198',2),
- (29,176,1,1,0,NULL,'(401) 654-6326',NULL,'4016546326',1),
- (30,74,1,1,0,NULL,'(539) 620-9860',NULL,'5396209860',2),
- (31,112,1,1,0,NULL,'340-3806',NULL,'3403806',1),
- (32,112,1,0,0,NULL,'(762) 203-4895',NULL,'7622034895',2),
- (33,117,1,1,0,NULL,'(459) 399-2369',NULL,'4593992369',1),
- (34,101,1,1,0,NULL,'(425) 748-5203',NULL,'4257485203',2),
- (35,101,1,0,0,NULL,'(740) 288-7287',NULL,'7402887287',2),
- (36,57,1,1,0,NULL,'(811) 695-4352',NULL,'8116954352',2),
- (37,57,1,0,0,NULL,'(621) 862-1093',NULL,'6218621093',1),
- (38,124,1,1,0,NULL,'(468) 299-9641',NULL,'4682999641',1),
- (39,124,1,0,0,NULL,'(826) 563-9123',NULL,'8265639123',1),
- (40,126,1,1,0,NULL,'(669) 282-4083',NULL,'6692824083',2),
- (41,126,1,0,0,NULL,'444-2349',NULL,'4442349',1),
- (42,76,1,1,0,NULL,'229-2280',NULL,'2292280',2),
- (43,76,1,0,0,NULL,'(292) 204-1367',NULL,'2922041367',1),
- (44,116,1,1,0,NULL,'590-2233',NULL,'5902233',2),
- (45,116,1,0,0,NULL,'877-6167',NULL,'8776167',2),
- (46,149,1,1,0,NULL,'(721) 365-9584',NULL,'7213659584',2),
- (47,135,1,1,0,NULL,'406-1292',NULL,'4061292',1),
- (48,147,1,1,0,NULL,'574-1811',NULL,'5741811',1),
- (49,131,1,1,0,NULL,'(495) 345-1345',NULL,'4953451345',1),
- (50,88,1,1,0,NULL,'(425) 338-4268',NULL,'4253384268',1),
- (51,88,1,0,0,NULL,'(312) 351-7531',NULL,'3123517531',1),
- (52,200,1,1,0,NULL,'(229) 375-3756',NULL,'2293753756',1),
- (53,200,1,0,0,NULL,'244-8897',NULL,'2448897',1),
- (54,21,1,1,0,NULL,'811-2695',NULL,'8112695',2),
- (55,21,1,0,0,NULL,'(787) 213-8032',NULL,'7872138032',2),
- (56,48,1,1,0,NULL,'(264) 286-4791',NULL,'2642864791',1),
- (57,48,1,0,0,NULL,'(675) 663-8290',NULL,'6756638290',1),
- (58,99,1,1,0,NULL,'(353) 688-5483',NULL,'3536885483',1),
- (59,99,1,0,0,NULL,'868-5196',NULL,'8685196',1),
- (60,107,1,1,0,NULL,'(759) 383-1340',NULL,'7593831340',1),
- (61,136,1,1,0,NULL,'(323) 692-9618',NULL,'3236929618',1),
- (62,142,1,1,0,NULL,'(655) 445-6644',NULL,'6554456644',1),
- (63,175,1,1,0,NULL,'490-9070',NULL,'4909070',2),
- (64,175,1,0,0,NULL,'(564) 253-8226',NULL,'5642538226',1),
- (65,148,1,1,0,NULL,'399-9174',NULL,'3999174',1),
- (66,146,1,1,0,NULL,'(377) 344-5441',NULL,'3773445441',1),
- (67,30,1,1,0,NULL,'524-4405',NULL,'5244405',2),
- (68,122,1,1,0,NULL,'(843) 258-2699',NULL,'8432582699',2),
- (69,159,1,1,0,NULL,'895-4057',NULL,'8954057',2),
- (70,159,1,0,0,NULL,'300-1954',NULL,'3001954',1),
- (71,100,1,1,0,NULL,'739-2383',NULL,'7392383',2),
- (72,100,1,0,0,NULL,'(328) 673-3228',NULL,'3286733228',2),
- (73,44,1,1,0,NULL,'(808) 663-6537',NULL,'8086636537',2),
- (74,44,1,0,0,NULL,'454-8435',NULL,'4548435',1),
- (75,63,1,1,0,NULL,'(873) 732-8956',NULL,'8737328956',1),
- (76,63,1,0,0,NULL,'(212) 596-7051',NULL,'2125967051',1),
- (77,66,1,1,0,NULL,'(284) 650-4538',NULL,'2846504538',1),
- (78,36,1,1,0,NULL,'514-8993',NULL,'5148993',2),
- (79,36,1,0,0,NULL,'(621) 425-6472',NULL,'6214256472',1),
- (80,13,1,1,0,NULL,'640-8235',NULL,'6408235',1),
- (81,13,1,0,0,NULL,'307-5196',NULL,'3075196',2),
- (82,144,1,1,0,NULL,'418-2253',NULL,'4182253',2),
- (83,34,1,1,0,NULL,'414-1909',NULL,'4141909',2),
- (84,34,1,0,0,NULL,'(483) 225-6458',NULL,'4832256458',1),
- (85,140,1,1,0,NULL,'459-4619',NULL,'4594619',1),
- (86,140,1,0,0,NULL,'272-4332',NULL,'2724332',2),
- (87,81,1,1,0,NULL,'363-9755',NULL,'3639755',1),
- (88,81,1,0,0,NULL,'(608) 537-1180',NULL,'6085371180',1),
- (89,139,1,1,0,NULL,'675-1553',NULL,'6751553',1),
- (90,103,1,1,0,NULL,'295-5740',NULL,'2955740',1),
- (91,6,1,1,0,NULL,'(298) 241-4643',NULL,'2982414643',1),
- (92,58,1,1,0,NULL,'206-6250',NULL,'2066250',1),
- (93,58,1,0,0,NULL,'(626) 327-2993',NULL,'6263272993',1),
- (94,132,1,1,0,NULL,'(686) 710-7673',NULL,'6867107673',1),
- (95,132,1,0,0,NULL,'(230) 350-4706',NULL,'2303504706',2),
- (96,145,1,1,0,NULL,'(210) 587-7428',NULL,'2105877428',1),
- (97,157,1,1,0,NULL,'(662) 776-6793',NULL,'6627766793',2),
- (98,157,1,0,0,NULL,'434-8633',NULL,'4348633',1),
- (99,183,1,1,0,NULL,'207-4326',NULL,'2074326',2),
- (100,33,1,1,0,NULL,'522-2498',NULL,'5222498',1),
- (101,55,1,1,0,NULL,'603-3506',NULL,'6033506',2),
- (102,128,1,1,0,NULL,'(330) 233-7554',NULL,'3302337554',1),
- (103,8,1,1,0,NULL,'828-2338',NULL,'8282338',1),
- (104,89,1,1,0,NULL,'(275) 383-2166',NULL,'2753832166',1),
- (105,89,1,0,0,NULL,'(445) 507-5154',NULL,'4455075154',1),
- (106,130,1,1,0,NULL,'710-4396',NULL,'7104396',1),
- (107,130,1,0,0,NULL,'(608) 447-9773',NULL,'6084479773',2),
- (108,143,1,1,0,NULL,'(764) 265-2156',NULL,'7642652156',1),
- (109,143,1,0,0,NULL,'(501) 583-5924',NULL,'5015835924',1),
- (110,150,1,1,0,NULL,'377-3069',NULL,'3773069',1),
- (111,50,1,1,0,NULL,'(274) 407-7319',NULL,'2744077319',2),
- (112,180,1,1,0,NULL,'(479) 294-4913',NULL,'4792944913',2),
- (113,84,1,1,0,NULL,'876-5083',NULL,'8765083',1),
- (114,84,1,0,0,NULL,'866-7911',NULL,'8667911',1),
- (115,119,1,1,0,NULL,'626-6833',NULL,'6266833',2),
- (116,119,1,0,0,NULL,'(497) 516-3235',NULL,'4975163235',2),
- (117,133,1,1,0,NULL,'319-4553',NULL,'3194553',2),
- (118,133,1,0,0,NULL,'806-7566',NULL,'8067566',1),
- (119,194,1,1,0,NULL,'707-4577',NULL,'7074577',1),
- (120,59,1,1,0,NULL,'220-1066',NULL,'2201066',1),
- (121,59,1,0,0,NULL,'(534) 284-8077',NULL,'5342848077',1),
- (122,27,1,1,0,NULL,'679-5416',NULL,'6795416',2),
- (123,27,1,0,0,NULL,'891-4304',NULL,'8914304',2),
- (124,91,1,1,0,NULL,'(858) 791-1832',NULL,'8587911832',2),
- (125,91,1,0,0,NULL,'248-5768',NULL,'2485768',1),
- (126,32,1,1,0,NULL,'(645) 696-3487',NULL,'6456963487',1),
- (127,52,1,1,0,NULL,'(332) 706-1068',NULL,'3327061068',1),
- (128,52,1,0,0,NULL,'(395) 443-4209',NULL,'3954434209',1),
- (129,31,1,1,0,NULL,'(701) 694-9901',NULL,'7016949901',2),
- (130,31,1,0,0,NULL,'268-2970',NULL,'2682970',1),
- (131,155,1,1,0,NULL,'(862) 616-2217',NULL,'8626162217',1),
- (132,11,1,1,0,NULL,'396-1588',NULL,'3961588',1),
- (133,24,1,1,0,NULL,'(239) 746-1248',NULL,'2397461248',1),
- (134,24,1,0,0,NULL,'550-6720',NULL,'5506720',2),
- (135,93,1,1,0,NULL,'(828) 681-4961',NULL,'8286814961',2),
- (136,93,1,0,0,NULL,'(799) 492-7090',NULL,'7994927090',2),
- (137,73,1,1,0,NULL,'388-4622',NULL,'3884622',1),
- (138,73,1,0,0,NULL,'215-3923',NULL,'2153923',2),
- (139,109,1,1,0,NULL,'(294) 297-1178',NULL,'2942971178',2),
- (140,109,1,0,0,NULL,'459-2509',NULL,'4592509',2),
- (141,163,1,1,0,NULL,'675-6616',NULL,'6756616',1),
- (142,163,1,0,0,NULL,'745-3502',NULL,'7453502',2),
- (143,5,1,1,0,NULL,'(661) 394-3727',NULL,'6613943727',2),
- (144,5,1,0,0,NULL,'(381) 364-9727',NULL,'3813649727',2),
- (145,4,1,1,0,NULL,'(204) 634-9784',NULL,'2046349784',2),
- (146,169,1,1,0,NULL,'559-8597',NULL,'5598597',1),
- (147,42,1,1,0,NULL,'217-8845',NULL,'2178845',2),
- (148,42,1,0,0,NULL,'(549) 556-5950',NULL,'5495565950',2),
- (149,90,1,1,0,NULL,'(616) 690-9960',NULL,'6166909960',1),
- (150,90,1,0,0,NULL,'617-1536',NULL,'6171536',2),
- (151,20,1,1,0,NULL,'498-7608',NULL,'4987608',2),
- (152,28,1,1,0,NULL,'(580) 493-9923',NULL,'5804939923',1),
- (153,184,1,1,0,NULL,'(502) 221-9737',NULL,'5022219737',1),
- (154,184,1,0,0,NULL,'(807) 858-1323',NULL,'8078581323',1),
- (155,152,1,1,0,NULL,'423-3878',NULL,'4233878',2),
- (156,129,1,1,0,NULL,'553-3089',NULL,'5533089',1),
- (157,165,1,1,0,NULL,'(327) 783-3030',NULL,'3277833030',2),
- (158,87,1,1,0,NULL,'(851) 326-1014',NULL,'8513261014',1),
- (159,87,1,0,0,NULL,'(722) 554-3854',NULL,'7225543854',1),
- (160,NULL,1,0,0,NULL,'204 222-1000',NULL,'2042221000',1),
- (161,NULL,1,0,0,NULL,'204 223-1000',NULL,'2042231000',1),
- (162,NULL,1,0,0,NULL,'303 323-1000',NULL,'3033231000',1);
+ (1,89,1,1,0,NULL,'301-6091',NULL,'3016091',2),
+ (2,89,1,0,0,NULL,'292-9034',NULL,'2929034',1),
+ (3,164,1,1,0,NULL,'(690) 753-8863',NULL,'6907538863',1),
+ (4,38,1,1,0,NULL,'(889) 530-2997',NULL,'8895302997',1),
+ (5,38,1,0,0,NULL,'(681) 652-4213',NULL,'6816524213',1),
+ (6,15,1,1,0,NULL,'830-1718',NULL,'8301718',1),
+ (7,32,1,1,0,NULL,'(243) 461-3966',NULL,'2434613966',2),
+ (8,32,1,0,0,NULL,'311-4248',NULL,'3114248',2),
+ (9,116,1,1,0,NULL,'(652) 625-2092',NULL,'6526252092',2),
+ (10,116,1,0,0,NULL,'(713) 666-1995',NULL,'7136661995',1),
+ (11,80,1,1,0,NULL,'555-1012',NULL,'5551012',2),
+ (12,80,1,0,0,NULL,'(388) 334-4892',NULL,'3883344892',1),
+ (13,171,1,1,0,NULL,'(287) 475-4644',NULL,'2874754644',2),
+ (14,146,1,1,0,NULL,'880-3404',NULL,'8803404',2),
+ (15,153,1,1,0,NULL,'612-8928',NULL,'6128928',1),
+ (16,157,1,1,0,NULL,'468-6720',NULL,'4686720',1),
+ (17,157,1,0,0,NULL,'(843) 578-1252',NULL,'8435781252',1),
+ (18,185,1,1,0,NULL,'786-7194',NULL,'7867194',1),
+ (19,185,1,0,0,NULL,'(641) 733-5669',NULL,'6417335669',2),
+ (20,52,1,1,0,NULL,'(736) 205-8652',NULL,'7362058652',2),
+ (21,52,1,0,0,NULL,'248-5352',NULL,'2485352',2),
+ (22,2,1,1,0,NULL,'855-8021',NULL,'8558021',2),
+ (23,2,1,0,0,NULL,'(380) 612-8072',NULL,'3806128072',2),
+ (24,102,1,1,0,NULL,'(866) 371-3668',NULL,'8663713668',1),
+ (25,102,1,0,0,NULL,'533-8027',NULL,'5338027',1),
+ (26,76,1,1,0,NULL,'484-4562',NULL,'4844562',2),
+ (27,178,1,1,0,NULL,'(401) 755-5143',NULL,'4017555143',2),
+ (28,111,1,1,0,NULL,'882-6985',NULL,'8826985',1),
+ (29,88,1,1,0,NULL,'523-5770',NULL,'5235770',1),
+ (30,139,1,1,0,NULL,'(819) 628-9692',NULL,'8196289692',2),
+ (31,139,1,0,0,NULL,'542-4087',NULL,'5424087',2),
+ (32,8,1,1,0,NULL,'642-1335',NULL,'6421335',1),
+ (33,8,1,0,0,NULL,'(479) 705-8930',NULL,'4797058930',1),
+ (34,162,1,1,0,NULL,'271-1898',NULL,'2711898',2),
+ (35,138,1,1,0,NULL,'(369) 846-1550',NULL,'3698461550',1),
+ (36,138,1,0,0,NULL,'(263) 825-5917',NULL,'2638255917',2),
+ (37,3,1,1,0,NULL,'438-8538',NULL,'4388538',2),
+ (38,3,1,0,0,NULL,'(733) 545-9774',NULL,'7335459774',1),
+ (39,94,1,1,0,NULL,'568-4377',NULL,'5684377',2),
+ (40,184,1,1,0,NULL,'(387) 451-7090',NULL,'3874517090',1),
+ (41,188,1,1,0,NULL,'(363) 769-5459',NULL,'3637695459',2),
+ (42,188,1,0,0,NULL,'(759) 525-9972',NULL,'7595259972',1),
+ (43,106,1,1,0,NULL,'770-9751',NULL,'7709751',1),
+ (44,106,1,0,0,NULL,'(279) 306-6394',NULL,'2793066394',1),
+ (45,168,1,1,0,NULL,'(894) 789-3452',NULL,'8947893452',2),
+ (46,168,1,0,0,NULL,'503-5757',NULL,'5035757',1),
+ (47,134,1,1,0,NULL,'834-9249',NULL,'8349249',2),
+ (48,176,1,1,0,NULL,'427-6237',NULL,'4276237',2),
+ (49,72,1,1,0,NULL,'(252) 629-8968',NULL,'2526298968',1),
+ (50,25,1,1,0,NULL,'728-8738',NULL,'7288738',2),
+ (51,25,1,0,0,NULL,'320-2911',NULL,'3202911',2),
+ (52,28,1,1,0,NULL,'797-3788',NULL,'7973788',1),
+ (53,187,1,1,0,NULL,'(580) 476-3634',NULL,'5804763634',1),
+ (54,187,1,0,0,NULL,'(885) 266-7293',NULL,'8852667293',1),
+ (55,17,1,1,0,NULL,'(563) 847-6107',NULL,'5638476107',1),
+ (56,121,1,1,0,NULL,'456-7493',NULL,'4567493',2),
+ (57,121,1,0,0,NULL,'827-9835',NULL,'8279835',1),
+ (58,93,1,1,0,NULL,'455-5349',NULL,'4555349',2),
+ (59,93,1,0,0,NULL,'777-6501',NULL,'7776501',2),
+ (60,79,1,1,0,NULL,'(834) 451-8992',NULL,'8344518992',2),
+ (61,79,1,0,0,NULL,'439-5037',NULL,'4395037',2),
+ (62,133,1,1,0,NULL,'(596) 560-1031',NULL,'5965601031',2),
+ (63,37,1,1,0,NULL,'(788) 268-9541',NULL,'7882689541',1),
+ (64,37,1,0,0,NULL,'703-5446',NULL,'7035446',1),
+ (65,62,1,1,0,NULL,'801-9651',NULL,'8019651',2),
+ (66,62,1,0,0,NULL,'(491) 361-2292',NULL,'4913612292',1),
+ (67,115,1,1,0,NULL,'(686) 257-8794',NULL,'6862578794',2),
+ (68,115,1,0,0,NULL,'(705) 704-9775',NULL,'7057049775',1),
+ (69,5,1,1,0,NULL,'(526) 541-1488',NULL,'5265411488',2),
+ (70,5,1,0,0,NULL,'(594) 492-2013',NULL,'5944922013',1),
+ (71,156,1,1,0,NULL,'274-6518',NULL,'2746518',1),
+ (72,156,1,0,0,NULL,'803-1535',NULL,'8031535',2),
+ (73,124,1,1,0,NULL,'585-3260',NULL,'5853260',2),
+ (74,124,1,0,0,NULL,'(626) 816-6558',NULL,'6268166558',2),
+ (75,127,1,1,0,NULL,'(417) 539-5844',NULL,'4175395844',2),
+ (76,136,1,1,0,NULL,'370-4482',NULL,'3704482',1),
+ (77,142,1,1,0,NULL,'511-4539',NULL,'5114539',2),
+ (78,142,1,0,0,NULL,'(771) 478-8580',NULL,'7714788580',1),
+ (79,189,1,1,0,NULL,'289-1374',NULL,'2891374',2),
+ (80,183,1,1,0,NULL,'(874) 662-3488',NULL,'8746623488',1),
+ (81,183,1,0,0,NULL,'580-7206',NULL,'5807206',1),
+ (82,14,1,1,0,NULL,'392-9382',NULL,'3929382',1),
+ (83,14,1,0,0,NULL,'462-2089',NULL,'4622089',2),
+ (84,18,1,1,0,NULL,'(732) 420-3799',NULL,'7324203799',2),
+ (85,18,1,0,0,NULL,'(273) 587-5626',NULL,'2735875626',1),
+ (86,33,1,1,0,NULL,'784-1676',NULL,'7841676',1),
+ (87,39,1,1,0,NULL,'(318) 441-3733',NULL,'3184413733',1),
+ (88,39,1,0,0,NULL,'412-4684',NULL,'4124684',2),
+ (89,27,1,1,0,NULL,'714-3608',NULL,'7143608',1),
+ (90,123,1,1,0,NULL,'829-7393',NULL,'8297393',2),
+ (91,173,1,1,0,NULL,'(525) 641-8772',NULL,'5256418772',1),
+ (92,173,1,0,0,NULL,'721-1510',NULL,'7211510',2),
+ (93,182,1,1,0,NULL,'483-9098',NULL,'4839098',2),
+ (94,48,1,1,0,NULL,'324-4673',NULL,'3244673',1),
+ (95,48,1,0,0,NULL,'548-8833',NULL,'5488833',2),
+ (96,160,1,1,0,NULL,'(557) 383-9712',NULL,'5573839712',1),
+ (97,160,1,0,0,NULL,'642-9718',NULL,'6429718',2),
+ (98,45,1,1,0,NULL,'(259) 218-2133',NULL,'2592182133',1),
+ (99,45,1,0,0,NULL,'(753) 318-3591',NULL,'7533183591',1),
+ (100,112,1,1,0,NULL,'(426) 659-2393',NULL,'4266592393',2),
+ (101,145,1,1,0,NULL,'(262) 841-2765',NULL,'2628412765',2),
+ (102,145,1,0,0,NULL,'231-9766',NULL,'2319766',1),
+ (103,84,1,1,0,NULL,'204-2307',NULL,'2042307',2),
+ (104,58,1,1,0,NULL,'794-2032',NULL,'7942032',1),
+ (105,155,1,1,0,NULL,'512-7377',NULL,'5127377',1),
+ (106,177,1,1,0,NULL,'592-2037',NULL,'5922037',1),
+ (107,177,1,0,0,NULL,'(649) 412-9904',NULL,'6494129904',2),
+ (108,175,1,1,0,NULL,'(544) 725-8810',NULL,'5447258810',2),
+ (109,175,1,0,0,NULL,'481-5611',NULL,'4815611',2),
+ (110,83,1,1,0,NULL,'(308) 839-2024',NULL,'3088392024',2),
+ (111,11,1,1,0,NULL,'(543) 804-1901',NULL,'5438041901',2),
+ (112,41,1,1,0,NULL,'(415) 849-1923',NULL,'4158491923',1),
+ (113,21,1,1,0,NULL,'612-9357',NULL,'6129357',1),
+ (114,21,1,0,0,NULL,'658-2999',NULL,'6582999',2),
+ (115,51,1,1,0,NULL,'(385) 339-1133',NULL,'3853391133',1),
+ (116,51,1,0,0,NULL,'(622) 532-8598',NULL,'6225328598',1),
+ (117,107,1,1,0,NULL,'(520) 441-1188',NULL,'5204411188',2),
+ (118,137,1,1,0,NULL,'(425) 272-5156',NULL,'4252725156',1),
+ (119,137,1,0,0,NULL,'282-7149',NULL,'2827149',1),
+ (120,30,1,1,0,NULL,'(692) 520-8134',NULL,'6925208134',2),
+ (121,99,1,1,0,NULL,'494-6710',NULL,'4946710',1),
+ (122,149,1,1,0,NULL,'(327) 867-6571',NULL,'3278676571',2),
+ (123,149,1,0,0,NULL,'(695) 567-8158',NULL,'6955678158',1),
+ (124,170,1,1,0,NULL,'(242) 253-9742',NULL,'2422539742',1),
+ (125,170,1,0,0,NULL,'753-5836',NULL,'7535836',1),
+ (126,81,1,1,0,NULL,'888-4560',NULL,'8884560',1),
+ (127,81,1,0,0,NULL,'726-5340',NULL,'7265340',1),
+ (128,108,1,1,0,NULL,'403-9270',NULL,'4039270',2),
+ (129,163,1,1,0,NULL,'677-9701',NULL,'6779701',2),
+ (130,163,1,0,0,NULL,'520-1403',NULL,'5201403',1),
+ (131,154,1,1,0,NULL,'(267) 730-5966',NULL,'2677305966',1),
+ (132,151,1,1,0,NULL,'465-8421',NULL,'4658421',1),
+ (133,151,1,0,0,NULL,'(662) 497-8585',NULL,'6624978585',2),
+ (134,128,1,1,0,NULL,'(315) 767-6249',NULL,'3157676249',1),
+ (135,42,1,1,0,NULL,'(745) 374-3589',NULL,'7453743589',1),
+ (136,42,1,0,0,NULL,'328-8413',NULL,'3288413',2),
+ (137,77,1,1,0,NULL,'(808) 713-3331',NULL,'8087133331',2),
+ (138,77,1,0,0,NULL,'(465) 267-5854',NULL,'4652675854',2),
+ (139,20,1,1,0,NULL,'(291) 776-6129',NULL,'2917766129',2),
+ (140,159,1,1,0,NULL,'412-8944',NULL,'4128944',1),
+ (141,159,1,0,0,NULL,'602-1677',NULL,'6021677',1),
+ (142,118,1,1,0,NULL,'540-4797',NULL,'5404797',1),
+ (143,47,1,1,0,NULL,'497-6789',NULL,'4976789',2),
+ (144,158,1,1,0,NULL,'801-8377',NULL,'8018377',2),
+ (145,71,1,1,0,NULL,'353-7832',NULL,'3537832',2),
+ (146,67,1,1,0,NULL,'(276) 323-6642',NULL,'2763236642',1),
+ (147,194,1,1,0,NULL,'(497) 361-8434',NULL,'4973618434',2),
+ (148,194,1,0,0,NULL,'314-6872',NULL,'3146872',2),
+ (149,70,1,1,0,NULL,'(429) 409-8176',NULL,'4294098176',1),
+ (150,91,1,1,0,NULL,'(266) 572-4874',NULL,'2665724874',1),
+ (151,91,1,0,0,NULL,'286-3247',NULL,'2863247',2),
+ (152,31,1,1,0,NULL,'(738) 216-4551',NULL,'7382164551',2),
+ (153,132,1,1,0,NULL,'(699) 289-9923',NULL,'6992899923',2),
+ (154,132,1,0,0,NULL,'(311) 600-3176',NULL,'3116003176',2),
+ (155,110,1,1,0,NULL,'265-1668',NULL,'2651668',1),
+ (156,98,1,1,0,NULL,'(365) 312-5424',NULL,'3653125424',1),
+ (157,98,1,0,0,NULL,'598-5627',NULL,'5985627',2),
+ (158,198,1,1,0,NULL,'(547) 590-7047',NULL,'5475907047',2),
+ (159,190,1,1,0,NULL,'(231) 831-3262',NULL,'2318313262',1),
+ (160,87,1,1,0,NULL,'269-1193',NULL,'2691193',2),
+ (161,56,1,1,0,NULL,'(638) 663-3409',NULL,'6386633409',1),
+ (162,NULL,1,0,0,NULL,'204 222-1000',NULL,'2042221000',1),
+ (163,NULL,1,0,0,NULL,'204 223-1000',NULL,'2042231000',1),
+ (164,NULL,1,0,0,NULL,'303 323-1000',NULL,'3033231000',1);
 /*!40000 ALTER TABLE `civicrm_phone` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -7294,222 +7268,221 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_relationship` WRITE;
 /*!40000 ALTER TABLE `civicrm_relationship` DISABLE KEYS */;
 INSERT INTO `civicrm_relationship` (`id`, `contact_id_a`, `contact_id_b`, `relationship_type_id`, `start_date`, `end_date`, `is_active`, `description`, `is_permission_a_b`, `is_permission_b_a`, `case_id`, `created_date`, `modified_date`) VALUES
- (1,156,170,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (2,144,170,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (3,156,13,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (4,144,13,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (5,144,156,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (6,13,3,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (7,156,3,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (8,144,3,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (9,170,3,7,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (10,13,170,2,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (11,187,34,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (12,140,34,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (13,187,75,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (14,140,75,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (15,140,187,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (16,75,111,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (17,187,111,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (18,140,111,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (19,34,111,7,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (20,75,34,2,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (21,139,81,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (22,98,81,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (23,139,14,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (24,98,14,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (25,98,139,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (26,14,92,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (27,139,92,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (28,98,92,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (29,81,92,7,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (30,14,81,2,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (31,141,168,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (32,103,168,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (33,141,196,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (34,103,196,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (35,103,141,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (36,196,61,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (37,141,61,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (38,103,61,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (39,168,61,7,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (40,196,168,2,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (41,185,6,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (42,127,6,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (43,185,58,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (44,127,58,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (45,127,185,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (46,58,106,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (47,185,106,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (48,127,106,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (49,6,106,7,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (50,58,6,2,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (51,171,132,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (52,49,132,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (53,171,145,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (54,49,145,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (55,49,171,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (56,145,56,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (57,171,56,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (58,49,56,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (59,132,56,7,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (60,145,132,2,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (61,69,157,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (62,166,157,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (63,69,183,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (64,166,183,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (65,166,69,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (66,183,193,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (67,69,193,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (68,166,193,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (69,157,193,7,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (70,183,157,2,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (71,33,195,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (72,55,195,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (73,33,22,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (74,55,22,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (75,55,33,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (76,22,151,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (77,33,151,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (78,55,151,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (79,195,151,7,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (80,22,195,2,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (81,54,128,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (82,89,128,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (83,54,8,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (84,89,8,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (85,89,54,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (86,8,97,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (87,54,97,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (88,89,97,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (89,128,97,7,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (90,8,128,2,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (91,83,62,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (92,130,62,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (93,83,7,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (94,130,7,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:34','2023-12-17 20:11:34'),
- (95,130,83,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (96,7,53,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (97,83,53,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (98,130,53,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (99,62,53,7,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (100,7,62,2,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (101,150,143,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (102,50,143,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (103,150,173,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (104,50,173,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (105,50,150,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (106,173,138,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (107,150,138,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (108,50,138,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (109,143,138,7,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (110,173,143,2,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (111,84,180,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (112,119,180,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (113,84,177,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (114,119,177,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (115,119,84,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (116,177,199,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (117,84,199,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (118,119,199,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (119,180,199,7,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (120,177,180,2,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (121,59,133,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (122,27,133,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (123,59,194,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (124,27,194,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (125,27,59,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (126,194,172,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (127,59,172,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (128,27,172,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (129,133,172,7,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (130,194,133,2,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (131,52,91,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (132,31,91,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (133,52,32,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (134,31,32,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (135,31,52,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (136,32,186,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (137,52,186,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (138,31,186,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (139,91,186,7,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (140,32,91,2,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (141,11,80,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (142,24,80,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (143,11,155,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (144,24,155,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (145,24,11,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (146,155,167,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (147,11,167,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (148,24,167,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (149,80,167,7,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (150,155,80,2,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (151,109,93,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (152,163,93,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (153,109,73,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (154,163,73,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (155,163,109,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (156,73,2,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (157,109,2,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (158,163,2,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (159,93,2,7,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (160,73,93,2,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (161,4,5,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (162,169,5,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (163,4,134,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (164,169,134,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (165,169,4,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (166,134,68,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (167,4,68,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (168,169,68,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (169,5,68,7,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (170,134,5,2,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (171,20,42,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (172,104,42,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (173,20,90,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (174,104,90,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (175,104,20,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (176,90,25,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (177,20,25,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (178,104,25,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (179,42,25,7,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (180,90,42,2,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (181,152,28,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (182,129,28,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (183,152,184,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (184,129,184,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (185,129,152,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (186,184,39,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (187,152,39,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (188,129,39,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (189,28,39,7,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (190,184,28,2,NULL,NULL,0,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (191,181,165,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (192,87,165,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (193,181,174,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (194,87,174,1,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (195,87,181,4,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (196,174,125,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (197,181,125,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (198,87,125,8,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (199,165,125,7,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (200,174,165,2,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (201,146,9,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (202,32,15,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (203,77,17,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (204,66,18,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (205,145,26,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (206,152,35,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (207,20,46,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (208,187,47,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (209,150,51,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (210,109,60,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (211,185,64,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (212,200,71,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (213,8,115,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (214,55,162,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (215,41,197,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35'),
- (216,114,201,5,NULL,NULL,1,NULL,0,0,NULL,'2023-12-17 20:11:35','2023-12-17 20:11:35');
+ (1,143,14,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (2,33,14,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (3,143,18,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (4,33,18,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (5,33,143,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (6,18,29,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (7,143,29,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (8,33,29,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (9,14,29,7,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (10,18,14,2,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (11,123,39,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (12,173,39,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (13,123,27,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (14,173,27,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (15,173,123,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (16,27,44,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (17,123,44,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (18,173,44,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (19,39,44,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (20,27,39,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (21,160,182,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (22,66,182,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (23,160,48,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (24,66,48,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (25,66,160,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (26,48,4,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (27,160,4,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (28,66,4,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (29,182,4,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (30,48,182,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (31,145,45,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (32,82,45,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (33,145,112,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (34,82,112,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (35,82,145,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (36,112,105,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (37,145,105,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (38,82,105,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (39,45,105,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (40,112,45,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (41,58,84,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (42,155,84,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (43,58,141,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (44,155,141,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (45,155,58,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (46,141,36,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (47,58,36,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (48,155,36,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (49,84,36,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (50,141,84,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (51,175,117,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (52,83,117,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (53,175,177,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (54,83,177,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (55,83,175,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (56,177,96,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (57,175,96,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (58,83,96,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (59,117,96,7,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (60,177,117,2,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (61,11,193,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (62,41,193,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (63,11,148,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (64,41,148,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (65,41,11,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (66,148,86,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (67,11,86,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (68,41,86,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (69,193,86,7,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (70,148,193,2,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (71,147,21,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (72,6,21,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (73,147,51,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (74,6,51,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (75,6,147,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (76,51,179,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (77,147,179,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (78,6,179,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (79,21,179,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (80,51,21,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (81,137,107,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (82,10,107,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (83,137,150,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (84,10,150,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (85,10,137,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (86,150,129,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (87,137,129,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (88,10,129,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (89,107,129,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (90,150,107,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (91,99,35,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (92,149,35,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (93,99,30,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (94,149,30,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (95,149,99,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (96,30,165,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (97,99,165,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (98,149,165,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (99,35,165,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (100,30,35,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (101,108,170,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (102,191,170,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (103,108,81,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (104,191,81,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (105,191,108,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (106,81,9,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (107,108,9,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (108,191,9,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (109,170,9,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (110,81,170,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (111,151,163,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (112,61,163,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (113,151,154,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (114,61,154,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (115,61,151,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (116,154,59,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (117,151,59,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (118,61,59,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (119,163,59,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (120,154,163,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (121,167,128,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (122,77,128,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (123,167,42,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (124,77,42,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (125,77,167,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (126,42,95,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (127,167,95,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (128,77,95,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (129,128,95,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (130,42,128,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (131,63,20,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (132,73,20,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (133,63,135,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (134,73,135,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (135,73,63,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (136,135,200,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (137,63,200,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (138,73,200,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (139,20,200,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (140,135,20,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (141,118,159,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (142,47,159,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (143,118,50,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (144,47,50,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (145,47,118,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (146,50,22,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (147,118,22,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (148,47,22,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (149,159,22,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (150,50,159,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (151,53,158,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (152,69,158,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (153,53,71,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (154,69,71,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (155,69,53,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (156,71,54,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (157,53,54,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (158,69,54,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (159,158,54,7,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (160,71,158,2,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (161,70,67,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (162,91,67,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (163,70,194,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (164,91,194,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (165,91,70,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (166,194,113,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (167,70,113,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (168,91,113,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (169,67,113,7,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (170,194,67,2,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (171,110,31,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (172,68,31,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (173,110,132,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (174,68,132,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (175,68,110,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (176,132,103,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (177,110,103,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (178,68,103,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (179,31,103,7,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (180,132,31,2,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (181,98,13,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (182,198,13,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (183,98,75,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (184,198,75,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (185,198,98,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (186,75,192,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (187,98,192,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (188,198,192,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (189,13,192,7,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (190,75,13,2,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (191,78,190,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (192,56,190,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (193,78,87,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (194,56,87,1,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (195,56,78,4,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (196,87,174,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (197,78,174,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (198,56,174,8,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (199,190,174,7,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (200,87,190,2,NULL,NULL,0,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (201,21,12,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (202,152,16,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (203,183,26,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (204,3,43,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (205,120,60,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (206,150,65,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (207,53,100,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (208,57,122,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (209,48,126,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (210,164,130,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (211,176,161,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (212,11,166,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (213,137,180,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (214,159,181,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49'),
+ (215,153,199,5,NULL,NULL,1,NULL,0,0,NULL,'2024-01-06 01:18:49','2024-01-06 01:18:49');
 /*!40000 ALTER TABLE `civicrm_relationship` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -7520,438 +7493,436 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_relationship_cache` WRITE;
 /*!40000 ALTER TABLE `civicrm_relationship_cache` DISABLE KEYS */;
 INSERT INTO `civicrm_relationship_cache` (`id`, `relationship_id`, `relationship_type_id`, `orientation`, `near_contact_id`, `near_relation`, `far_contact_id`, `far_relation`, `is_active`, `start_date`, `end_date`, `case_id`) VALUES
- (1,1,1,'a_b',156,'Child of',170,'Parent of',1,NULL,NULL,NULL),
- (2,1,1,'b_a',170,'Parent of',156,'Child of',1,NULL,NULL,NULL),
- (3,2,1,'a_b',144,'Child of',170,'Parent of',1,NULL,NULL,NULL),
- (4,2,1,'b_a',170,'Parent of',144,'Child of',1,NULL,NULL,NULL),
- (5,3,1,'a_b',156,'Child of',13,'Parent of',1,NULL,NULL,NULL),
- (6,3,1,'b_a',13,'Parent of',156,'Child of',1,NULL,NULL,NULL),
- (7,4,1,'a_b',144,'Child of',13,'Parent of',1,NULL,NULL,NULL),
- (8,4,1,'b_a',13,'Parent of',144,'Child of',1,NULL,NULL,NULL),
- (9,5,4,'a_b',144,'Sibling of',156,'Sibling of',1,NULL,NULL,NULL),
- (10,5,4,'b_a',156,'Sibling of',144,'Sibling of',1,NULL,NULL,NULL),
- (11,6,8,'a_b',13,'Household Member of',3,'Household Member is',1,NULL,NULL,NULL),
- (12,6,8,'b_a',3,'Household Member is',13,'Household Member of',1,NULL,NULL,NULL),
- (13,7,8,'a_b',156,'Household Member of',3,'Household Member is',1,NULL,NULL,NULL),
- (14,7,8,'b_a',3,'Household Member is',156,'Household Member of',1,NULL,NULL,NULL),
- (15,8,8,'a_b',144,'Household Member of',3,'Household Member is',1,NULL,NULL,NULL),
- (16,8,8,'b_a',3,'Household Member is',144,'Household Member of',1,NULL,NULL,NULL),
- (17,9,7,'a_b',170,'Head of Household for',3,'Head of Household is',1,NULL,NULL,NULL),
- (18,9,7,'b_a',3,'Head of Household is',170,'Head of Household for',1,NULL,NULL,NULL),
- (19,10,2,'a_b',13,'Spouse of',170,'Spouse of',1,NULL,NULL,NULL),
- (20,10,2,'b_a',170,'Spouse of',13,'Spouse of',1,NULL,NULL,NULL),
- (21,11,1,'a_b',187,'Child of',34,'Parent of',1,NULL,NULL,NULL),
- (22,11,1,'b_a',34,'Parent of',187,'Child of',1,NULL,NULL,NULL),
- (23,12,1,'a_b',140,'Child of',34,'Parent of',1,NULL,NULL,NULL),
- (24,12,1,'b_a',34,'Parent of',140,'Child of',1,NULL,NULL,NULL),
- (25,13,1,'a_b',187,'Child of',75,'Parent of',1,NULL,NULL,NULL),
- (26,13,1,'b_a',75,'Parent of',187,'Child of',1,NULL,NULL,NULL),
- (27,14,1,'a_b',140,'Child of',75,'Parent of',1,NULL,NULL,NULL),
- (28,14,1,'b_a',75,'Parent of',140,'Child of',1,NULL,NULL,NULL),
- (29,15,4,'a_b',140,'Sibling of',187,'Sibling of',1,NULL,NULL,NULL),
- (30,15,4,'b_a',187,'Sibling of',140,'Sibling of',1,NULL,NULL,NULL),
- (31,16,8,'a_b',75,'Household Member of',111,'Household Member is',1,NULL,NULL,NULL),
- (32,16,8,'b_a',111,'Household Member is',75,'Household Member of',1,NULL,NULL,NULL),
- (33,17,8,'a_b',187,'Household Member of',111,'Household Member is',1,NULL,NULL,NULL),
- (34,17,8,'b_a',111,'Household Member is',187,'Household Member of',1,NULL,NULL,NULL),
- (35,18,8,'a_b',140,'Household Member of',111,'Household Member is',1,NULL,NULL,NULL),
- (36,18,8,'b_a',111,'Household Member is',140,'Household Member of',1,NULL,NULL,NULL),
- (37,19,7,'a_b',34,'Head of Household for',111,'Head of Household is',1,NULL,NULL,NULL),
- (38,19,7,'b_a',111,'Head of Household is',34,'Head of Household for',1,NULL,NULL,NULL),
- (39,20,2,'a_b',75,'Spouse of',34,'Spouse of',1,NULL,NULL,NULL),
- (40,20,2,'b_a',34,'Spouse of',75,'Spouse of',1,NULL,NULL,NULL),
- (41,21,1,'a_b',139,'Child of',81,'Parent of',1,NULL,NULL,NULL),
- (42,21,1,'b_a',81,'Parent of',139,'Child of',1,NULL,NULL,NULL),
- (43,22,1,'a_b',98,'Child of',81,'Parent of',1,NULL,NULL,NULL),
- (44,22,1,'b_a',81,'Parent of',98,'Child of',1,NULL,NULL,NULL),
- (45,23,1,'a_b',139,'Child of',14,'Parent of',1,NULL,NULL,NULL),
- (46,23,1,'b_a',14,'Parent of',139,'Child of',1,NULL,NULL,NULL),
- (47,24,1,'a_b',98,'Child of',14,'Parent of',1,NULL,NULL,NULL),
- (48,24,1,'b_a',14,'Parent of',98,'Child of',1,NULL,NULL,NULL),
- (49,25,4,'a_b',98,'Sibling of',139,'Sibling of',1,NULL,NULL,NULL),
- (50,25,4,'b_a',139,'Sibling of',98,'Sibling of',1,NULL,NULL,NULL),
- (51,26,8,'a_b',14,'Household Member of',92,'Household Member is',1,NULL,NULL,NULL),
- (52,26,8,'b_a',92,'Household Member is',14,'Household Member of',1,NULL,NULL,NULL),
- (53,27,8,'a_b',139,'Household Member of',92,'Household Member is',1,NULL,NULL,NULL),
- (54,27,8,'b_a',92,'Household Member is',139,'Household Member of',1,NULL,NULL,NULL),
- (55,28,8,'a_b',98,'Household Member of',92,'Household Member is',1,NULL,NULL,NULL),
- (56,28,8,'b_a',92,'Household Member is',98,'Household Member of',1,NULL,NULL,NULL),
- (57,29,7,'a_b',81,'Head of Household for',92,'Head of Household is',1,NULL,NULL,NULL),
- (58,29,7,'b_a',92,'Head of Household is',81,'Head of Household for',1,NULL,NULL,NULL),
- (59,30,2,'a_b',14,'Spouse of',81,'Spouse of',1,NULL,NULL,NULL),
- (60,30,2,'b_a',81,'Spouse of',14,'Spouse of',1,NULL,NULL,NULL),
- (61,31,1,'a_b',141,'Child of',168,'Parent of',1,NULL,NULL,NULL),
- (62,31,1,'b_a',168,'Parent of',141,'Child of',1,NULL,NULL,NULL),
- (63,32,1,'a_b',103,'Child of',168,'Parent of',1,NULL,NULL,NULL),
- (64,32,1,'b_a',168,'Parent of',103,'Child of',1,NULL,NULL,NULL),
- (65,33,1,'a_b',141,'Child of',196,'Parent of',1,NULL,NULL,NULL),
- (66,33,1,'b_a',196,'Parent of',141,'Child of',1,NULL,NULL,NULL),
- (67,34,1,'a_b',103,'Child of',196,'Parent of',1,NULL,NULL,NULL),
- (68,34,1,'b_a',196,'Parent of',103,'Child of',1,NULL,NULL,NULL),
- (69,35,4,'a_b',103,'Sibling of',141,'Sibling of',1,NULL,NULL,NULL),
- (70,35,4,'b_a',141,'Sibling of',103,'Sibling of',1,NULL,NULL,NULL),
- (71,36,8,'a_b',196,'Household Member of',61,'Household Member is',1,NULL,NULL,NULL),
- (72,36,8,'b_a',61,'Household Member is',196,'Household Member of',1,NULL,NULL,NULL),
- (73,37,8,'a_b',141,'Household Member of',61,'Household Member is',1,NULL,NULL,NULL),
- (74,37,8,'b_a',61,'Household Member is',141,'Household Member of',1,NULL,NULL,NULL),
- (75,38,8,'a_b',103,'Household Member of',61,'Household Member is',1,NULL,NULL,NULL),
- (76,38,8,'b_a',61,'Household Member is',103,'Household Member of',1,NULL,NULL,NULL),
- (77,39,7,'a_b',168,'Head of Household for',61,'Head of Household is',0,NULL,NULL,NULL),
- (78,39,7,'b_a',61,'Head of Household is',168,'Head of Household for',0,NULL,NULL,NULL),
- (79,40,2,'a_b',196,'Spouse of',168,'Spouse of',0,NULL,NULL,NULL),
- (80,40,2,'b_a',168,'Spouse of',196,'Spouse of',0,NULL,NULL,NULL),
- (81,41,1,'a_b',185,'Child of',6,'Parent of',1,NULL,NULL,NULL),
- (82,41,1,'b_a',6,'Parent of',185,'Child of',1,NULL,NULL,NULL),
- (83,42,1,'a_b',127,'Child of',6,'Parent of',1,NULL,NULL,NULL),
- (84,42,1,'b_a',6,'Parent of',127,'Child of',1,NULL,NULL,NULL),
- (85,43,1,'a_b',185,'Child of',58,'Parent of',1,NULL,NULL,NULL),
- (86,43,1,'b_a',58,'Parent of',185,'Child of',1,NULL,NULL,NULL),
- (87,44,1,'a_b',127,'Child of',58,'Parent of',1,NULL,NULL,NULL),
- (88,44,1,'b_a',58,'Parent of',127,'Child of',1,NULL,NULL,NULL),
- (89,45,4,'a_b',127,'Sibling of',185,'Sibling of',1,NULL,NULL,NULL),
- (90,45,4,'b_a',185,'Sibling of',127,'Sibling of',1,NULL,NULL,NULL),
- (91,46,8,'a_b',58,'Household Member of',106,'Household Member is',1,NULL,NULL,NULL),
- (92,46,8,'b_a',106,'Household Member is',58,'Household Member of',1,NULL,NULL,NULL),
- (93,47,8,'a_b',185,'Household Member of',106,'Household Member is',1,NULL,NULL,NULL),
- (94,47,8,'b_a',106,'Household Member is',185,'Household Member of',1,NULL,NULL,NULL),
- (95,48,8,'a_b',127,'Household Member of',106,'Household Member is',1,NULL,NULL,NULL),
- (96,48,8,'b_a',106,'Household Member is',127,'Household Member of',1,NULL,NULL,NULL),
- (97,49,7,'a_b',6,'Head of Household for',106,'Head of Household is',1,NULL,NULL,NULL),
- (98,49,7,'b_a',106,'Head of Household is',6,'Head of Household for',1,NULL,NULL,NULL),
- (99,50,2,'a_b',58,'Spouse of',6,'Spouse of',1,NULL,NULL,NULL),
- (100,50,2,'b_a',6,'Spouse of',58,'Spouse of',1,NULL,NULL,NULL),
- (101,51,1,'a_b',171,'Child of',132,'Parent of',1,NULL,NULL,NULL),
- (102,51,1,'b_a',132,'Parent of',171,'Child of',1,NULL,NULL,NULL),
- (103,52,1,'a_b',49,'Child of',132,'Parent of',1,NULL,NULL,NULL),
- (104,52,1,'b_a',132,'Parent of',49,'Child of',1,NULL,NULL,NULL),
- (105,53,1,'a_b',171,'Child of',145,'Parent of',1,NULL,NULL,NULL),
- (106,53,1,'b_a',145,'Parent of',171,'Child of',1,NULL,NULL,NULL),
- (107,54,1,'a_b',49,'Child of',145,'Parent of',1,NULL,NULL,NULL),
- (108,54,1,'b_a',145,'Parent of',49,'Child of',1,NULL,NULL,NULL),
- (109,55,4,'a_b',49,'Sibling of',171,'Sibling of',1,NULL,NULL,NULL),
- (110,55,4,'b_a',171,'Sibling of',49,'Sibling of',1,NULL,NULL,NULL),
- (111,56,8,'a_b',145,'Household Member of',56,'Household Member is',1,NULL,NULL,NULL),
- (112,56,8,'b_a',56,'Household Member is',145,'Household Member of',1,NULL,NULL,NULL),
- (113,57,8,'a_b',171,'Household Member of',56,'Household Member is',1,NULL,NULL,NULL),
- (114,57,8,'b_a',56,'Household Member is',171,'Household Member of',1,NULL,NULL,NULL),
- (115,58,8,'a_b',49,'Household Member of',56,'Household Member is',1,NULL,NULL,NULL),
- (116,58,8,'b_a',56,'Household Member is',49,'Household Member of',1,NULL,NULL,NULL),
- (117,59,7,'a_b',132,'Head of Household for',56,'Head of Household is',0,NULL,NULL,NULL),
- (118,59,7,'b_a',56,'Head of Household is',132,'Head of Household for',0,NULL,NULL,NULL),
- (119,60,2,'a_b',145,'Spouse of',132,'Spouse of',0,NULL,NULL,NULL),
- (120,60,2,'b_a',132,'Spouse of',145,'Spouse of',0,NULL,NULL,NULL),
- (121,61,1,'a_b',69,'Child of',157,'Parent of',1,NULL,NULL,NULL),
- (122,61,1,'b_a',157,'Parent of',69,'Child of',1,NULL,NULL,NULL),
- (123,62,1,'a_b',166,'Child of',157,'Parent of',1,NULL,NULL,NULL),
- (124,62,1,'b_a',157,'Parent of',166,'Child of',1,NULL,NULL,NULL),
- (125,63,1,'a_b',69,'Child of',183,'Parent of',1,NULL,NULL,NULL),
- (126,63,1,'b_a',183,'Parent of',69,'Child of',1,NULL,NULL,NULL),
- (127,64,1,'a_b',166,'Child of',183,'Parent of',1,NULL,NULL,NULL),
- (128,64,1,'b_a',183,'Parent of',166,'Child of',1,NULL,NULL,NULL),
- (129,65,4,'a_b',166,'Sibling of',69,'Sibling of',1,NULL,NULL,NULL),
- (130,65,4,'b_a',69,'Sibling of',166,'Sibling of',1,NULL,NULL,NULL),
- (131,66,8,'a_b',183,'Household Member of',193,'Household Member is',1,NULL,NULL,NULL),
- (132,66,8,'b_a',193,'Household Member is',183,'Household Member of',1,NULL,NULL,NULL),
- (133,67,8,'a_b',69,'Household Member of',193,'Household Member is',1,NULL,NULL,NULL),
- (134,67,8,'b_a',193,'Household Member is',69,'Household Member of',1,NULL,NULL,NULL),
- (135,68,8,'a_b',166,'Household Member of',193,'Household Member is',1,NULL,NULL,NULL),
- (136,68,8,'b_a',193,'Household Member is',166,'Household Member of',1,NULL,NULL,NULL),
- (137,69,7,'a_b',157,'Head of Household for',193,'Head of Household is',0,NULL,NULL,NULL),
- (138,69,7,'b_a',193,'Head of Household is',157,'Head of Household for',0,NULL,NULL,NULL),
- (139,70,2,'a_b',183,'Spouse of',157,'Spouse of',0,NULL,NULL,NULL),
- (140,70,2,'b_a',157,'Spouse of',183,'Spouse of',0,NULL,NULL,NULL),
- (141,71,1,'a_b',33,'Child of',195,'Parent of',1,NULL,NULL,NULL),
- (142,71,1,'b_a',195,'Parent of',33,'Child of',1,NULL,NULL,NULL),
- (143,72,1,'a_b',55,'Child of',195,'Parent of',1,NULL,NULL,NULL),
- (144,72,1,'b_a',195,'Parent of',55,'Child of',1,NULL,NULL,NULL),
- (145,73,1,'a_b',33,'Child of',22,'Parent of',1,NULL,NULL,NULL),
- (146,73,1,'b_a',22,'Parent of',33,'Child of',1,NULL,NULL,NULL),
- (147,74,1,'a_b',55,'Child of',22,'Parent of',1,NULL,NULL,NULL),
- (148,74,1,'b_a',22,'Parent of',55,'Child of',1,NULL,NULL,NULL),
- (149,75,4,'a_b',55,'Sibling of',33,'Sibling of',1,NULL,NULL,NULL),
- (150,75,4,'b_a',33,'Sibling of',55,'Sibling of',1,NULL,NULL,NULL),
- (151,76,8,'a_b',22,'Household Member of',151,'Household Member is',1,NULL,NULL,NULL),
- (152,76,8,'b_a',151,'Household Member is',22,'Household Member of',1,NULL,NULL,NULL),
- (153,77,8,'a_b',33,'Household Member of',151,'Household Member is',1,NULL,NULL,NULL),
- (154,77,8,'b_a',151,'Household Member is',33,'Household Member of',1,NULL,NULL,NULL),
- (155,78,8,'a_b',55,'Household Member of',151,'Household Member is',1,NULL,NULL,NULL),
- (156,78,8,'b_a',151,'Household Member is',55,'Household Member of',1,NULL,NULL,NULL),
- (157,79,7,'a_b',195,'Head of Household for',151,'Head of Household is',0,NULL,NULL,NULL),
- (158,79,7,'b_a',151,'Head of Household is',195,'Head of Household for',0,NULL,NULL,NULL),
- (159,80,2,'a_b',22,'Spouse of',195,'Spouse of',0,NULL,NULL,NULL),
- (160,80,2,'b_a',195,'Spouse of',22,'Spouse of',0,NULL,NULL,NULL),
- (161,81,1,'a_b',54,'Child of',128,'Parent of',1,NULL,NULL,NULL),
- (162,81,1,'b_a',128,'Parent of',54,'Child of',1,NULL,NULL,NULL),
- (163,82,1,'a_b',89,'Child of',128,'Parent of',1,NULL,NULL,NULL),
- (164,82,1,'b_a',128,'Parent of',89,'Child of',1,NULL,NULL,NULL),
- (165,83,1,'a_b',54,'Child of',8,'Parent of',1,NULL,NULL,NULL),
- (166,83,1,'b_a',8,'Parent of',54,'Child of',1,NULL,NULL,NULL),
- (167,84,1,'a_b',89,'Child of',8,'Parent of',1,NULL,NULL,NULL),
- (168,84,1,'b_a',8,'Parent of',89,'Child of',1,NULL,NULL,NULL),
- (169,85,4,'a_b',89,'Sibling of',54,'Sibling of',1,NULL,NULL,NULL),
- (170,85,4,'b_a',54,'Sibling of',89,'Sibling of',1,NULL,NULL,NULL),
- (171,86,8,'a_b',8,'Household Member of',97,'Household Member is',1,NULL,NULL,NULL),
- (172,86,8,'b_a',97,'Household Member is',8,'Household Member of',1,NULL,NULL,NULL),
- (173,87,8,'a_b',54,'Household Member of',97,'Household Member is',1,NULL,NULL,NULL),
- (174,87,8,'b_a',97,'Household Member is',54,'Household Member of',1,NULL,NULL,NULL),
- (175,88,8,'a_b',89,'Household Member of',97,'Household Member is',1,NULL,NULL,NULL),
- (176,88,8,'b_a',97,'Household Member is',89,'Household Member of',1,NULL,NULL,NULL),
- (177,89,7,'a_b',128,'Head of Household for',97,'Head of Household is',0,NULL,NULL,NULL),
- (178,89,7,'b_a',97,'Head of Household is',128,'Head of Household for',0,NULL,NULL,NULL),
- (179,90,2,'a_b',8,'Spouse of',128,'Spouse of',0,NULL,NULL,NULL),
- (180,90,2,'b_a',128,'Spouse of',8,'Spouse of',0,NULL,NULL,NULL),
- (181,91,1,'a_b',83,'Child of',62,'Parent of',1,NULL,NULL,NULL),
- (182,91,1,'b_a',62,'Parent of',83,'Child of',1,NULL,NULL,NULL),
- (183,92,1,'a_b',130,'Child of',62,'Parent of',1,NULL,NULL,NULL),
- (184,92,1,'b_a',62,'Parent of',130,'Child of',1,NULL,NULL,NULL),
- (185,93,1,'a_b',83,'Child of',7,'Parent of',1,NULL,NULL,NULL),
- (186,93,1,'b_a',7,'Parent of',83,'Child of',1,NULL,NULL,NULL),
- (187,94,1,'a_b',130,'Child of',7,'Parent of',1,NULL,NULL,NULL),
- (188,94,1,'b_a',7,'Parent of',130,'Child of',1,NULL,NULL,NULL),
- (189,95,4,'a_b',130,'Sibling of',83,'Sibling of',1,NULL,NULL,NULL),
- (190,95,4,'b_a',83,'Sibling of',130,'Sibling of',1,NULL,NULL,NULL),
- (191,96,8,'a_b',7,'Household Member of',53,'Household Member is',1,NULL,NULL,NULL),
- (192,96,8,'b_a',53,'Household Member is',7,'Household Member of',1,NULL,NULL,NULL),
- (193,97,8,'a_b',83,'Household Member of',53,'Household Member is',1,NULL,NULL,NULL),
- (194,97,8,'b_a',53,'Household Member is',83,'Household Member of',1,NULL,NULL,NULL),
- (195,98,8,'a_b',130,'Household Member of',53,'Household Member is',1,NULL,NULL,NULL),
- (196,98,8,'b_a',53,'Household Member is',130,'Household Member of',1,NULL,NULL,NULL),
- (197,99,7,'a_b',62,'Head of Household for',53,'Head of Household is',1,NULL,NULL,NULL),
- (198,99,7,'b_a',53,'Head of Household is',62,'Head of Household for',1,NULL,NULL,NULL),
- (199,100,2,'a_b',7,'Spouse of',62,'Spouse of',1,NULL,NULL,NULL),
- (200,100,2,'b_a',62,'Spouse of',7,'Spouse of',1,NULL,NULL,NULL),
- (201,101,1,'a_b',150,'Child of',143,'Parent of',1,NULL,NULL,NULL),
- (202,101,1,'b_a',143,'Parent of',150,'Child of',1,NULL,NULL,NULL),
- (203,102,1,'a_b',50,'Child of',143,'Parent of',1,NULL,NULL,NULL),
- (204,102,1,'b_a',143,'Parent of',50,'Child of',1,NULL,NULL,NULL),
- (205,103,1,'a_b',150,'Child of',173,'Parent of',1,NULL,NULL,NULL),
- (206,103,1,'b_a',173,'Parent of',150,'Child of',1,NULL,NULL,NULL),
- (207,104,1,'a_b',50,'Child of',173,'Parent of',1,NULL,NULL,NULL),
- (208,104,1,'b_a',173,'Parent of',50,'Child of',1,NULL,NULL,NULL),
- (209,105,4,'a_b',50,'Sibling of',150,'Sibling of',1,NULL,NULL,NULL),
- (210,105,4,'b_a',150,'Sibling of',50,'Sibling of',1,NULL,NULL,NULL),
- (211,106,8,'a_b',173,'Household Member of',138,'Household Member is',1,NULL,NULL,NULL),
- (212,106,8,'b_a',138,'Household Member is',173,'Household Member of',1,NULL,NULL,NULL),
- (213,107,8,'a_b',150,'Household Member of',138,'Household Member is',1,NULL,NULL,NULL),
- (214,107,8,'b_a',138,'Household Member is',150,'Household Member of',1,NULL,NULL,NULL),
- (215,108,8,'a_b',50,'Household Member of',138,'Household Member is',1,NULL,NULL,NULL),
- (216,108,8,'b_a',138,'Household Member is',50,'Household Member of',1,NULL,NULL,NULL),
- (217,109,7,'a_b',143,'Head of Household for',138,'Head of Household is',0,NULL,NULL,NULL),
- (218,109,7,'b_a',138,'Head of Household is',143,'Head of Household for',0,NULL,NULL,NULL),
- (219,110,2,'a_b',173,'Spouse of',143,'Spouse of',0,NULL,NULL,NULL),
- (220,110,2,'b_a',143,'Spouse of',173,'Spouse of',0,NULL,NULL,NULL),
- (221,111,1,'a_b',84,'Child of',180,'Parent of',1,NULL,NULL,NULL),
- (222,111,1,'b_a',180,'Parent of',84,'Child of',1,NULL,NULL,NULL),
- (223,112,1,'a_b',119,'Child of',180,'Parent of',1,NULL,NULL,NULL),
- (224,112,1,'b_a',180,'Parent of',119,'Child of',1,NULL,NULL,NULL),
- (225,113,1,'a_b',84,'Child of',177,'Parent of',1,NULL,NULL,NULL),
- (226,113,1,'b_a',177,'Parent of',84,'Child of',1,NULL,NULL,NULL),
- (227,114,1,'a_b',119,'Child of',177,'Parent of',1,NULL,NULL,NULL),
- (228,114,1,'b_a',177,'Parent of',119,'Child of',1,NULL,NULL,NULL),
- (229,115,4,'a_b',119,'Sibling of',84,'Sibling of',1,NULL,NULL,NULL),
- (230,115,4,'b_a',84,'Sibling of',119,'Sibling of',1,NULL,NULL,NULL),
- (231,116,8,'a_b',177,'Household Member of',199,'Household Member is',1,NULL,NULL,NULL),
- (232,116,8,'b_a',199,'Household Member is',177,'Household Member of',1,NULL,NULL,NULL),
- (233,117,8,'a_b',84,'Household Member of',199,'Household Member is',1,NULL,NULL,NULL),
- (234,117,8,'b_a',199,'Household Member is',84,'Household Member of',1,NULL,NULL,NULL),
- (235,118,8,'a_b',119,'Household Member of',199,'Household Member is',1,NULL,NULL,NULL),
- (236,118,8,'b_a',199,'Household Member is',119,'Household Member of',1,NULL,NULL,NULL),
- (237,119,7,'a_b',180,'Head of Household for',199,'Head of Household is',0,NULL,NULL,NULL),
- (238,119,7,'b_a',199,'Head of Household is',180,'Head of Household for',0,NULL,NULL,NULL),
- (239,120,2,'a_b',177,'Spouse of',180,'Spouse of',0,NULL,NULL,NULL),
- (240,120,2,'b_a',180,'Spouse of',177,'Spouse of',0,NULL,NULL,NULL),
- (241,121,1,'a_b',59,'Child of',133,'Parent of',1,NULL,NULL,NULL),
- (242,121,1,'b_a',133,'Parent of',59,'Child of',1,NULL,NULL,NULL),
- (243,122,1,'a_b',27,'Child of',133,'Parent of',1,NULL,NULL,NULL),
- (244,122,1,'b_a',133,'Parent of',27,'Child of',1,NULL,NULL,NULL),
- (245,123,1,'a_b',59,'Child of',194,'Parent of',1,NULL,NULL,NULL),
- (246,123,1,'b_a',194,'Parent of',59,'Child of',1,NULL,NULL,NULL),
- (247,124,1,'a_b',27,'Child of',194,'Parent of',1,NULL,NULL,NULL),
- (248,124,1,'b_a',194,'Parent of',27,'Child of',1,NULL,NULL,NULL),
- (249,125,4,'a_b',27,'Sibling of',59,'Sibling of',1,NULL,NULL,NULL),
- (250,125,4,'b_a',59,'Sibling of',27,'Sibling of',1,NULL,NULL,NULL),
- (251,126,8,'a_b',194,'Household Member of',172,'Household Member is',1,NULL,NULL,NULL),
- (252,126,8,'b_a',172,'Household Member is',194,'Household Member of',1,NULL,NULL,NULL),
- (253,127,8,'a_b',59,'Household Member of',172,'Household Member is',1,NULL,NULL,NULL),
- (254,127,8,'b_a',172,'Household Member is',59,'Household Member of',1,NULL,NULL,NULL),
- (255,128,8,'a_b',27,'Household Member of',172,'Household Member is',1,NULL,NULL,NULL),
- (256,128,8,'b_a',172,'Household Member is',27,'Household Member of',1,NULL,NULL,NULL),
- (257,129,7,'a_b',133,'Head of Household for',172,'Head of Household is',1,NULL,NULL,NULL),
- (258,129,7,'b_a',172,'Head of Household is',133,'Head of Household for',1,NULL,NULL,NULL),
- (259,130,2,'a_b',194,'Spouse of',133,'Spouse of',1,NULL,NULL,NULL),
- (260,130,2,'b_a',133,'Spouse of',194,'Spouse of',1,NULL,NULL,NULL),
- (261,131,1,'a_b',52,'Child of',91,'Parent of',1,NULL,NULL,NULL),
- (262,131,1,'b_a',91,'Parent of',52,'Child of',1,NULL,NULL,NULL),
- (263,132,1,'a_b',31,'Child of',91,'Parent of',1,NULL,NULL,NULL),
- (264,132,1,'b_a',91,'Parent of',31,'Child of',1,NULL,NULL,NULL),
- (265,133,1,'a_b',52,'Child of',32,'Parent of',1,NULL,NULL,NULL),
- (266,133,1,'b_a',32,'Parent of',52,'Child of',1,NULL,NULL,NULL),
- (267,134,1,'a_b',31,'Child of',32,'Parent of',1,NULL,NULL,NULL),
- (268,134,1,'b_a',32,'Parent of',31,'Child of',1,NULL,NULL,NULL),
- (269,135,4,'a_b',31,'Sibling of',52,'Sibling of',1,NULL,NULL,NULL),
- (270,135,4,'b_a',52,'Sibling of',31,'Sibling of',1,NULL,NULL,NULL),
- (271,136,8,'a_b',32,'Household Member of',186,'Household Member is',1,NULL,NULL,NULL),
- (272,136,8,'b_a',186,'Household Member is',32,'Household Member of',1,NULL,NULL,NULL),
- (273,137,8,'a_b',52,'Household Member of',186,'Household Member is',1,NULL,NULL,NULL),
- (274,137,8,'b_a',186,'Household Member is',52,'Household Member of',1,NULL,NULL,NULL),
- (275,138,8,'a_b',31,'Household Member of',186,'Household Member is',1,NULL,NULL,NULL),
- (276,138,8,'b_a',186,'Household Member is',31,'Household Member of',1,NULL,NULL,NULL),
- (277,139,7,'a_b',91,'Head of Household for',186,'Head of Household is',1,NULL,NULL,NULL),
- (278,139,7,'b_a',186,'Head of Household is',91,'Head of Household for',1,NULL,NULL,NULL),
- (279,140,2,'a_b',32,'Spouse of',91,'Spouse of',1,NULL,NULL,NULL),
- (280,140,2,'b_a',91,'Spouse of',32,'Spouse of',1,NULL,NULL,NULL),
- (281,141,1,'a_b',11,'Child of',80,'Parent of',1,NULL,NULL,NULL),
- (282,141,1,'b_a',80,'Parent of',11,'Child of',1,NULL,NULL,NULL),
- (283,142,1,'a_b',24,'Child of',80,'Parent of',1,NULL,NULL,NULL),
- (284,142,1,'b_a',80,'Parent of',24,'Child of',1,NULL,NULL,NULL),
- (285,143,1,'a_b',11,'Child of',155,'Parent of',1,NULL,NULL,NULL),
- (286,143,1,'b_a',155,'Parent of',11,'Child of',1,NULL,NULL,NULL),
- (287,144,1,'a_b',24,'Child of',155,'Parent of',1,NULL,NULL,NULL),
- (288,144,1,'b_a',155,'Parent of',24,'Child of',1,NULL,NULL,NULL),
- (289,145,4,'a_b',24,'Sibling of',11,'Sibling of',1,NULL,NULL,NULL),
- (290,145,4,'b_a',11,'Sibling of',24,'Sibling of',1,NULL,NULL,NULL),
- (291,146,8,'a_b',155,'Household Member of',167,'Household Member is',1,NULL,NULL,NULL),
- (292,146,8,'b_a',167,'Household Member is',155,'Household Member of',1,NULL,NULL,NULL),
- (293,147,8,'a_b',11,'Household Member of',167,'Household Member is',1,NULL,NULL,NULL),
- (294,147,8,'b_a',167,'Household Member is',11,'Household Member of',1,NULL,NULL,NULL),
- (295,148,8,'a_b',24,'Household Member of',167,'Household Member is',1,NULL,NULL,NULL),
- (296,148,8,'b_a',167,'Household Member is',24,'Household Member of',1,NULL,NULL,NULL),
- (297,149,7,'a_b',80,'Head of Household for',167,'Head of Household is',1,NULL,NULL,NULL),
- (298,149,7,'b_a',167,'Head of Household is',80,'Head of Household for',1,NULL,NULL,NULL),
- (299,150,2,'a_b',155,'Spouse of',80,'Spouse of',1,NULL,NULL,NULL),
- (300,150,2,'b_a',80,'Spouse of',155,'Spouse of',1,NULL,NULL,NULL),
- (301,151,1,'a_b',109,'Child of',93,'Parent of',1,NULL,NULL,NULL),
- (302,151,1,'b_a',93,'Parent of',109,'Child of',1,NULL,NULL,NULL),
- (303,152,1,'a_b',163,'Child of',93,'Parent of',1,NULL,NULL,NULL),
- (304,152,1,'b_a',93,'Parent of',163,'Child of',1,NULL,NULL,NULL),
- (305,153,1,'a_b',109,'Child of',73,'Parent of',1,NULL,NULL,NULL),
- (306,153,1,'b_a',73,'Parent of',109,'Child of',1,NULL,NULL,NULL),
- (307,154,1,'a_b',163,'Child of',73,'Parent of',1,NULL,NULL,NULL),
- (308,154,1,'b_a',73,'Parent of',163,'Child of',1,NULL,NULL,NULL),
- (309,155,4,'a_b',163,'Sibling of',109,'Sibling of',1,NULL,NULL,NULL),
- (310,155,4,'b_a',109,'Sibling of',163,'Sibling of',1,NULL,NULL,NULL),
- (311,156,8,'a_b',73,'Household Member of',2,'Household Member is',1,NULL,NULL,NULL),
- (312,156,8,'b_a',2,'Household Member is',73,'Household Member of',1,NULL,NULL,NULL),
- (313,157,8,'a_b',109,'Household Member of',2,'Household Member is',1,NULL,NULL,NULL),
- (314,157,8,'b_a',2,'Household Member is',109,'Household Member of',1,NULL,NULL,NULL),
- (315,158,8,'a_b',163,'Household Member of',2,'Household Member is',1,NULL,NULL,NULL),
- (316,158,8,'b_a',2,'Household Member is',163,'Household Member of',1,NULL,NULL,NULL),
- (317,159,7,'a_b',93,'Head of Household for',2,'Head of Household is',1,NULL,NULL,NULL),
- (318,159,7,'b_a',2,'Head of Household is',93,'Head of Household for',1,NULL,NULL,NULL),
- (319,160,2,'a_b',73,'Spouse of',93,'Spouse of',1,NULL,NULL,NULL),
- (320,160,2,'b_a',93,'Spouse of',73,'Spouse of',1,NULL,NULL,NULL),
- (321,161,1,'a_b',4,'Child of',5,'Parent of',1,NULL,NULL,NULL),
- (322,161,1,'b_a',5,'Parent of',4,'Child of',1,NULL,NULL,NULL),
- (323,162,1,'a_b',169,'Child of',5,'Parent of',1,NULL,NULL,NULL),
- (324,162,1,'b_a',5,'Parent of',169,'Child of',1,NULL,NULL,NULL),
- (325,163,1,'a_b',4,'Child of',134,'Parent of',1,NULL,NULL,NULL),
- (326,163,1,'b_a',134,'Parent of',4,'Child of',1,NULL,NULL,NULL),
- (327,164,1,'a_b',169,'Child of',134,'Parent of',1,NULL,NULL,NULL),
- (328,164,1,'b_a',134,'Parent of',169,'Child of',1,NULL,NULL,NULL),
- (329,165,4,'a_b',169,'Sibling of',4,'Sibling of',1,NULL,NULL,NULL),
- (330,165,4,'b_a',4,'Sibling of',169,'Sibling of',1,NULL,NULL,NULL),
- (331,166,8,'a_b',134,'Household Member of',68,'Household Member is',1,NULL,NULL,NULL),
- (332,166,8,'b_a',68,'Household Member is',134,'Household Member of',1,NULL,NULL,NULL),
- (333,167,8,'a_b',4,'Household Member of',68,'Household Member is',1,NULL,NULL,NULL),
- (334,167,8,'b_a',68,'Household Member is',4,'Household Member of',1,NULL,NULL,NULL),
- (335,168,8,'a_b',169,'Household Member of',68,'Household Member is',1,NULL,NULL,NULL),
- (336,168,8,'b_a',68,'Household Member is',169,'Household Member of',1,NULL,NULL,NULL),
- (337,169,7,'a_b',5,'Head of Household for',68,'Head of Household is',0,NULL,NULL,NULL),
- (338,169,7,'b_a',68,'Head of Household is',5,'Head of Household for',0,NULL,NULL,NULL),
- (339,170,2,'a_b',134,'Spouse of',5,'Spouse of',0,NULL,NULL,NULL),
- (340,170,2,'b_a',5,'Spouse of',134,'Spouse of',0,NULL,NULL,NULL),
- (341,171,1,'a_b',20,'Child of',42,'Parent of',1,NULL,NULL,NULL),
- (342,171,1,'b_a',42,'Parent of',20,'Child of',1,NULL,NULL,NULL),
- (343,172,1,'a_b',104,'Child of',42,'Parent of',1,NULL,NULL,NULL),
- (344,172,1,'b_a',42,'Parent of',104,'Child of',1,NULL,NULL,NULL),
- (345,173,1,'a_b',20,'Child of',90,'Parent of',1,NULL,NULL,NULL),
- (346,173,1,'b_a',90,'Parent of',20,'Child of',1,NULL,NULL,NULL),
- (347,174,1,'a_b',104,'Child of',90,'Parent of',1,NULL,NULL,NULL),
- (348,174,1,'b_a',90,'Parent of',104,'Child of',1,NULL,NULL,NULL),
- (349,175,4,'a_b',104,'Sibling of',20,'Sibling of',1,NULL,NULL,NULL),
- (350,175,4,'b_a',20,'Sibling of',104,'Sibling of',1,NULL,NULL,NULL),
- (351,176,8,'a_b',90,'Household Member of',25,'Household Member is',1,NULL,NULL,NULL),
- (352,176,8,'b_a',25,'Household Member is',90,'Household Member of',1,NULL,NULL,NULL),
- (353,177,8,'a_b',20,'Household Member of',25,'Household Member is',1,NULL,NULL,NULL),
- (354,177,8,'b_a',25,'Household Member is',20,'Household Member of',1,NULL,NULL,NULL),
- (355,178,8,'a_b',104,'Household Member of',25,'Household Member is',1,NULL,NULL,NULL),
- (356,178,8,'b_a',25,'Household Member is',104,'Household Member of',1,NULL,NULL,NULL),
- (357,179,7,'a_b',42,'Head of Household for',25,'Head of Household is',0,NULL,NULL,NULL),
- (358,179,7,'b_a',25,'Head of Household is',42,'Head of Household for',0,NULL,NULL,NULL),
- (359,180,2,'a_b',90,'Spouse of',42,'Spouse of',0,NULL,NULL,NULL),
- (360,180,2,'b_a',42,'Spouse of',90,'Spouse of',0,NULL,NULL,NULL),
- (361,181,1,'a_b',152,'Child of',28,'Parent of',1,NULL,NULL,NULL),
- (362,181,1,'b_a',28,'Parent of',152,'Child of',1,NULL,NULL,NULL),
- (363,182,1,'a_b',129,'Child of',28,'Parent of',1,NULL,NULL,NULL),
- (364,182,1,'b_a',28,'Parent of',129,'Child of',1,NULL,NULL,NULL),
- (365,183,1,'a_b',152,'Child of',184,'Parent of',1,NULL,NULL,NULL),
- (366,183,1,'b_a',184,'Parent of',152,'Child of',1,NULL,NULL,NULL),
- (367,184,1,'a_b',129,'Child of',184,'Parent of',1,NULL,NULL,NULL),
- (368,184,1,'b_a',184,'Parent of',129,'Child of',1,NULL,NULL,NULL),
- (369,185,4,'a_b',129,'Sibling of',152,'Sibling of',1,NULL,NULL,NULL),
- (370,185,4,'b_a',152,'Sibling of',129,'Sibling of',1,NULL,NULL,NULL),
- (371,186,8,'a_b',184,'Household Member of',39,'Household Member is',1,NULL,NULL,NULL),
- (372,186,8,'b_a',39,'Household Member is',184,'Household Member of',1,NULL,NULL,NULL),
- (373,187,8,'a_b',152,'Household Member of',39,'Household Member is',1,NULL,NULL,NULL),
- (374,187,8,'b_a',39,'Household Member is',152,'Household Member of',1,NULL,NULL,NULL),
- (375,188,8,'a_b',129,'Household Member of',39,'Household Member is',1,NULL,NULL,NULL),
- (376,188,8,'b_a',39,'Household Member is',129,'Household Member of',1,NULL,NULL,NULL),
- (377,189,7,'a_b',28,'Head of Household for',39,'Head of Household is',0,NULL,NULL,NULL),
- (378,189,7,'b_a',39,'Head of Household is',28,'Head of Household for',0,NULL,NULL,NULL),
- (379,190,2,'a_b',184,'Spouse of',28,'Spouse of',0,NULL,NULL,NULL),
- (380,190,2,'b_a',28,'Spouse of',184,'Spouse of',0,NULL,NULL,NULL),
- (381,191,1,'a_b',181,'Child of',165,'Parent of',1,NULL,NULL,NULL),
- (382,191,1,'b_a',165,'Parent of',181,'Child of',1,NULL,NULL,NULL),
- (383,192,1,'a_b',87,'Child of',165,'Parent of',1,NULL,NULL,NULL),
- (384,192,1,'b_a',165,'Parent of',87,'Child of',1,NULL,NULL,NULL),
- (385,193,1,'a_b',181,'Child of',174,'Parent of',1,NULL,NULL,NULL),
- (386,193,1,'b_a',174,'Parent of',181,'Child of',1,NULL,NULL,NULL),
- (387,194,1,'a_b',87,'Child of',174,'Parent of',1,NULL,NULL,NULL),
- (388,194,1,'b_a',174,'Parent of',87,'Child of',1,NULL,NULL,NULL),
- (389,195,4,'a_b',87,'Sibling of',181,'Sibling of',1,NULL,NULL,NULL),
- (390,195,4,'b_a',181,'Sibling of',87,'Sibling of',1,NULL,NULL,NULL),
- (391,196,8,'a_b',174,'Household Member of',125,'Household Member is',1,NULL,NULL,NULL),
- (392,196,8,'b_a',125,'Household Member is',174,'Household Member of',1,NULL,NULL,NULL),
- (393,197,8,'a_b',181,'Household Member of',125,'Household Member is',1,NULL,NULL,NULL),
- (394,197,8,'b_a',125,'Household Member is',181,'Household Member of',1,NULL,NULL,NULL),
- (395,198,8,'a_b',87,'Household Member of',125,'Household Member is',1,NULL,NULL,NULL),
- (396,198,8,'b_a',125,'Household Member is',87,'Household Member of',1,NULL,NULL,NULL),
- (397,199,7,'a_b',165,'Head of Household for',125,'Head of Household is',1,NULL,NULL,NULL),
- (398,199,7,'b_a',125,'Head of Household is',165,'Head of Household for',1,NULL,NULL,NULL),
- (399,200,2,'a_b',174,'Spouse of',165,'Spouse of',1,NULL,NULL,NULL),
- (400,200,2,'b_a',165,'Spouse of',174,'Spouse of',1,NULL,NULL,NULL),
- (401,201,5,'a_b',146,'Employee of',9,'Employer of',1,NULL,NULL,NULL),
- (402,201,5,'b_a',9,'Employer of',146,'Employee of',1,NULL,NULL,NULL),
- (403,202,5,'a_b',32,'Employee of',15,'Employer of',1,NULL,NULL,NULL),
- (404,202,5,'b_a',15,'Employer of',32,'Employee of',1,NULL,NULL,NULL),
- (405,203,5,'a_b',77,'Employee of',17,'Employer of',1,NULL,NULL,NULL),
- (406,203,5,'b_a',17,'Employer of',77,'Employee of',1,NULL,NULL,NULL),
- (407,204,5,'a_b',66,'Employee of',18,'Employer of',1,NULL,NULL,NULL),
- (408,204,5,'b_a',18,'Employer of',66,'Employee of',1,NULL,NULL,NULL),
- (409,205,5,'a_b',145,'Employee of',26,'Employer of',1,NULL,NULL,NULL),
- (410,205,5,'b_a',26,'Employer of',145,'Employee of',1,NULL,NULL,NULL),
- (411,206,5,'a_b',152,'Employee of',35,'Employer of',1,NULL,NULL,NULL),
- (412,206,5,'b_a',35,'Employer of',152,'Employee of',1,NULL,NULL,NULL),
- (413,207,5,'a_b',20,'Employee of',46,'Employer of',1,NULL,NULL,NULL),
- (414,207,5,'b_a',46,'Employer of',20,'Employee of',1,NULL,NULL,NULL),
- (415,208,5,'a_b',187,'Employee of',47,'Employer of',1,NULL,NULL,NULL),
- (416,208,5,'b_a',47,'Employer of',187,'Employee of',1,NULL,NULL,NULL),
- (417,209,5,'a_b',150,'Employee of',51,'Employer of',1,NULL,NULL,NULL),
- (418,209,5,'b_a',51,'Employer of',150,'Employee of',1,NULL,NULL,NULL),
- (419,210,5,'a_b',109,'Employee of',60,'Employer of',1,NULL,NULL,NULL),
- (420,210,5,'b_a',60,'Employer of',109,'Employee of',1,NULL,NULL,NULL),
- (421,211,5,'a_b',185,'Employee of',64,'Employer of',1,NULL,NULL,NULL),
- (422,211,5,'b_a',64,'Employer of',185,'Employee of',1,NULL,NULL,NULL),
- (423,212,5,'a_b',200,'Employee of',71,'Employer of',1,NULL,NULL,NULL),
- (424,212,5,'b_a',71,'Employer of',200,'Employee of',1,NULL,NULL,NULL),
- (425,213,5,'a_b',8,'Employee of',115,'Employer of',1,NULL,NULL,NULL),
- (426,213,5,'b_a',115,'Employer of',8,'Employee of',1,NULL,NULL,NULL),
- (427,214,5,'a_b',55,'Employee of',162,'Employer of',1,NULL,NULL,NULL),
- (428,214,5,'b_a',162,'Employer of',55,'Employee of',1,NULL,NULL,NULL),
- (429,215,5,'a_b',41,'Employee of',197,'Employer of',1,NULL,NULL,NULL),
- (430,215,5,'b_a',197,'Employer of',41,'Employee of',1,NULL,NULL,NULL),
- (431,216,5,'a_b',114,'Employee of',201,'Employer of',1,NULL,NULL,NULL),
- (432,216,5,'b_a',201,'Employer of',114,'Employee of',1,NULL,NULL,NULL);
+ (1,1,1,'a_b',143,'Child of',14,'Parent of',1,NULL,NULL,NULL),
+ (2,1,1,'b_a',14,'Parent of',143,'Child of',1,NULL,NULL,NULL),
+ (3,2,1,'a_b',33,'Child of',14,'Parent of',1,NULL,NULL,NULL),
+ (4,2,1,'b_a',14,'Parent of',33,'Child of',1,NULL,NULL,NULL),
+ (5,3,1,'a_b',143,'Child of',18,'Parent of',1,NULL,NULL,NULL),
+ (6,3,1,'b_a',18,'Parent of',143,'Child of',1,NULL,NULL,NULL),
+ (7,4,1,'a_b',33,'Child of',18,'Parent of',1,NULL,NULL,NULL),
+ (8,4,1,'b_a',18,'Parent of',33,'Child of',1,NULL,NULL,NULL),
+ (9,5,4,'a_b',33,'Sibling of',143,'Sibling of',1,NULL,NULL,NULL),
+ (10,5,4,'b_a',143,'Sibling of',33,'Sibling of',1,NULL,NULL,NULL),
+ (11,6,8,'a_b',18,'Household Member of',29,'Household Member is',1,NULL,NULL,NULL),
+ (12,6,8,'b_a',29,'Household Member is',18,'Household Member of',1,NULL,NULL,NULL),
+ (13,7,8,'a_b',143,'Household Member of',29,'Household Member is',1,NULL,NULL,NULL),
+ (14,7,8,'b_a',29,'Household Member is',143,'Household Member of',1,NULL,NULL,NULL),
+ (15,8,8,'a_b',33,'Household Member of',29,'Household Member is',1,NULL,NULL,NULL),
+ (16,8,8,'b_a',29,'Household Member is',33,'Household Member of',1,NULL,NULL,NULL),
+ (17,9,7,'a_b',14,'Head of Household for',29,'Head of Household is',0,NULL,NULL,NULL),
+ (18,9,7,'b_a',29,'Head of Household is',14,'Head of Household for',0,NULL,NULL,NULL),
+ (19,10,2,'a_b',18,'Spouse of',14,'Spouse of',0,NULL,NULL,NULL),
+ (20,10,2,'b_a',14,'Spouse of',18,'Spouse of',0,NULL,NULL,NULL),
+ (21,11,1,'a_b',123,'Child of',39,'Parent of',1,NULL,NULL,NULL),
+ (22,11,1,'b_a',39,'Parent of',123,'Child of',1,NULL,NULL,NULL),
+ (23,12,1,'a_b',173,'Child of',39,'Parent of',1,NULL,NULL,NULL),
+ (24,12,1,'b_a',39,'Parent of',173,'Child of',1,NULL,NULL,NULL),
+ (25,13,1,'a_b',123,'Child of',27,'Parent of',1,NULL,NULL,NULL),
+ (26,13,1,'b_a',27,'Parent of',123,'Child of',1,NULL,NULL,NULL),
+ (27,14,1,'a_b',173,'Child of',27,'Parent of',1,NULL,NULL,NULL),
+ (28,14,1,'b_a',27,'Parent of',173,'Child of',1,NULL,NULL,NULL),
+ (29,15,4,'a_b',173,'Sibling of',123,'Sibling of',1,NULL,NULL,NULL),
+ (30,15,4,'b_a',123,'Sibling of',173,'Sibling of',1,NULL,NULL,NULL),
+ (31,16,8,'a_b',27,'Household Member of',44,'Household Member is',1,NULL,NULL,NULL),
+ (32,16,8,'b_a',44,'Household Member is',27,'Household Member of',1,NULL,NULL,NULL),
+ (33,17,8,'a_b',123,'Household Member of',44,'Household Member is',1,NULL,NULL,NULL),
+ (34,17,8,'b_a',44,'Household Member is',123,'Household Member of',1,NULL,NULL,NULL),
+ (35,18,8,'a_b',173,'Household Member of',44,'Household Member is',1,NULL,NULL,NULL),
+ (36,18,8,'b_a',44,'Household Member is',173,'Household Member of',1,NULL,NULL,NULL),
+ (37,19,7,'a_b',39,'Head of Household for',44,'Head of Household is',1,NULL,NULL,NULL),
+ (38,19,7,'b_a',44,'Head of Household is',39,'Head of Household for',1,NULL,NULL,NULL),
+ (39,20,2,'a_b',27,'Spouse of',39,'Spouse of',1,NULL,NULL,NULL),
+ (40,20,2,'b_a',39,'Spouse of',27,'Spouse of',1,NULL,NULL,NULL),
+ (41,21,1,'a_b',160,'Child of',182,'Parent of',1,NULL,NULL,NULL),
+ (42,21,1,'b_a',182,'Parent of',160,'Child of',1,NULL,NULL,NULL),
+ (43,22,1,'a_b',66,'Child of',182,'Parent of',1,NULL,NULL,NULL),
+ (44,22,1,'b_a',182,'Parent of',66,'Child of',1,NULL,NULL,NULL),
+ (45,23,1,'a_b',160,'Child of',48,'Parent of',1,NULL,NULL,NULL),
+ (46,23,1,'b_a',48,'Parent of',160,'Child of',1,NULL,NULL,NULL),
+ (47,24,1,'a_b',66,'Child of',48,'Parent of',1,NULL,NULL,NULL),
+ (48,24,1,'b_a',48,'Parent of',66,'Child of',1,NULL,NULL,NULL),
+ (49,25,4,'a_b',66,'Sibling of',160,'Sibling of',1,NULL,NULL,NULL),
+ (50,25,4,'b_a',160,'Sibling of',66,'Sibling of',1,NULL,NULL,NULL),
+ (51,26,8,'a_b',48,'Household Member of',4,'Household Member is',1,NULL,NULL,NULL),
+ (52,26,8,'b_a',4,'Household Member is',48,'Household Member of',1,NULL,NULL,NULL),
+ (53,27,8,'a_b',160,'Household Member of',4,'Household Member is',1,NULL,NULL,NULL),
+ (54,27,8,'b_a',4,'Household Member is',160,'Household Member of',1,NULL,NULL,NULL),
+ (55,28,8,'a_b',66,'Household Member of',4,'Household Member is',1,NULL,NULL,NULL),
+ (56,28,8,'b_a',4,'Household Member is',66,'Household Member of',1,NULL,NULL,NULL),
+ (57,29,7,'a_b',182,'Head of Household for',4,'Head of Household is',1,NULL,NULL,NULL),
+ (58,29,7,'b_a',4,'Head of Household is',182,'Head of Household for',1,NULL,NULL,NULL),
+ (59,30,2,'a_b',48,'Spouse of',182,'Spouse of',1,NULL,NULL,NULL),
+ (60,30,2,'b_a',182,'Spouse of',48,'Spouse of',1,NULL,NULL,NULL),
+ (61,31,1,'a_b',145,'Child of',45,'Parent of',1,NULL,NULL,NULL),
+ (62,31,1,'b_a',45,'Parent of',145,'Child of',1,NULL,NULL,NULL),
+ (63,32,1,'a_b',82,'Child of',45,'Parent of',1,NULL,NULL,NULL),
+ (64,32,1,'b_a',45,'Parent of',82,'Child of',1,NULL,NULL,NULL),
+ (65,33,1,'a_b',145,'Child of',112,'Parent of',1,NULL,NULL,NULL),
+ (66,33,1,'b_a',112,'Parent of',145,'Child of',1,NULL,NULL,NULL),
+ (67,34,1,'a_b',82,'Child of',112,'Parent of',1,NULL,NULL,NULL),
+ (68,34,1,'b_a',112,'Parent of',82,'Child of',1,NULL,NULL,NULL),
+ (69,35,4,'a_b',82,'Sibling of',145,'Sibling of',1,NULL,NULL,NULL),
+ (70,35,4,'b_a',145,'Sibling of',82,'Sibling of',1,NULL,NULL,NULL),
+ (71,36,8,'a_b',112,'Household Member of',105,'Household Member is',1,NULL,NULL,NULL),
+ (72,36,8,'b_a',105,'Household Member is',112,'Household Member of',1,NULL,NULL,NULL),
+ (73,37,8,'a_b',145,'Household Member of',105,'Household Member is',1,NULL,NULL,NULL),
+ (74,37,8,'b_a',105,'Household Member is',145,'Household Member of',1,NULL,NULL,NULL),
+ (75,38,8,'a_b',82,'Household Member of',105,'Household Member is',1,NULL,NULL,NULL),
+ (76,38,8,'b_a',105,'Household Member is',82,'Household Member of',1,NULL,NULL,NULL),
+ (77,39,7,'a_b',45,'Head of Household for',105,'Head of Household is',1,NULL,NULL,NULL),
+ (78,39,7,'b_a',105,'Head of Household is',45,'Head of Household for',1,NULL,NULL,NULL),
+ (79,40,2,'a_b',112,'Spouse of',45,'Spouse of',1,NULL,NULL,NULL),
+ (80,40,2,'b_a',45,'Spouse of',112,'Spouse of',1,NULL,NULL,NULL),
+ (81,41,1,'a_b',58,'Child of',84,'Parent of',1,NULL,NULL,NULL),
+ (82,41,1,'b_a',84,'Parent of',58,'Child of',1,NULL,NULL,NULL),
+ (83,42,1,'a_b',155,'Child of',84,'Parent of',1,NULL,NULL,NULL),
+ (84,42,1,'b_a',84,'Parent of',155,'Child of',1,NULL,NULL,NULL),
+ (85,43,1,'a_b',58,'Child of',141,'Parent of',1,NULL,NULL,NULL),
+ (86,43,1,'b_a',141,'Parent of',58,'Child of',1,NULL,NULL,NULL),
+ (87,44,1,'a_b',155,'Child of',141,'Parent of',1,NULL,NULL,NULL),
+ (88,44,1,'b_a',141,'Parent of',155,'Child of',1,NULL,NULL,NULL),
+ (89,45,4,'a_b',155,'Sibling of',58,'Sibling of',1,NULL,NULL,NULL),
+ (90,45,4,'b_a',58,'Sibling of',155,'Sibling of',1,NULL,NULL,NULL),
+ (91,46,8,'a_b',141,'Household Member of',36,'Household Member is',1,NULL,NULL,NULL),
+ (92,46,8,'b_a',36,'Household Member is',141,'Household Member of',1,NULL,NULL,NULL),
+ (93,47,8,'a_b',58,'Household Member of',36,'Household Member is',1,NULL,NULL,NULL),
+ (94,47,8,'b_a',36,'Household Member is',58,'Household Member of',1,NULL,NULL,NULL),
+ (95,48,8,'a_b',155,'Household Member of',36,'Household Member is',1,NULL,NULL,NULL),
+ (96,48,8,'b_a',36,'Household Member is',155,'Household Member of',1,NULL,NULL,NULL),
+ (97,49,7,'a_b',84,'Head of Household for',36,'Head of Household is',1,NULL,NULL,NULL),
+ (98,49,7,'b_a',36,'Head of Household is',84,'Head of Household for',1,NULL,NULL,NULL),
+ (99,50,2,'a_b',141,'Spouse of',84,'Spouse of',1,NULL,NULL,NULL),
+ (100,50,2,'b_a',84,'Spouse of',141,'Spouse of',1,NULL,NULL,NULL),
+ (101,51,1,'a_b',175,'Child of',117,'Parent of',1,NULL,NULL,NULL),
+ (102,51,1,'b_a',117,'Parent of',175,'Child of',1,NULL,NULL,NULL),
+ (103,52,1,'a_b',83,'Child of',117,'Parent of',1,NULL,NULL,NULL),
+ (104,52,1,'b_a',117,'Parent of',83,'Child of',1,NULL,NULL,NULL),
+ (105,53,1,'a_b',175,'Child of',177,'Parent of',1,NULL,NULL,NULL),
+ (106,53,1,'b_a',177,'Parent of',175,'Child of',1,NULL,NULL,NULL),
+ (107,54,1,'a_b',83,'Child of',177,'Parent of',1,NULL,NULL,NULL),
+ (108,54,1,'b_a',177,'Parent of',83,'Child of',1,NULL,NULL,NULL),
+ (109,55,4,'a_b',83,'Sibling of',175,'Sibling of',1,NULL,NULL,NULL),
+ (110,55,4,'b_a',175,'Sibling of',83,'Sibling of',1,NULL,NULL,NULL),
+ (111,56,8,'a_b',177,'Household Member of',96,'Household Member is',1,NULL,NULL,NULL),
+ (112,56,8,'b_a',96,'Household Member is',177,'Household Member of',1,NULL,NULL,NULL),
+ (113,57,8,'a_b',175,'Household Member of',96,'Household Member is',1,NULL,NULL,NULL),
+ (114,57,8,'b_a',96,'Household Member is',175,'Household Member of',1,NULL,NULL,NULL),
+ (115,58,8,'a_b',83,'Household Member of',96,'Household Member is',1,NULL,NULL,NULL),
+ (116,58,8,'b_a',96,'Household Member is',83,'Household Member of',1,NULL,NULL,NULL),
+ (117,59,7,'a_b',117,'Head of Household for',96,'Head of Household is',0,NULL,NULL,NULL),
+ (118,59,7,'b_a',96,'Head of Household is',117,'Head of Household for',0,NULL,NULL,NULL),
+ (119,60,2,'a_b',177,'Spouse of',117,'Spouse of',0,NULL,NULL,NULL),
+ (120,60,2,'b_a',117,'Spouse of',177,'Spouse of',0,NULL,NULL,NULL),
+ (121,61,1,'a_b',11,'Child of',193,'Parent of',1,NULL,NULL,NULL),
+ (122,61,1,'b_a',193,'Parent of',11,'Child of',1,NULL,NULL,NULL),
+ (123,62,1,'a_b',41,'Child of',193,'Parent of',1,NULL,NULL,NULL),
+ (124,62,1,'b_a',193,'Parent of',41,'Child of',1,NULL,NULL,NULL),
+ (125,63,1,'a_b',11,'Child of',148,'Parent of',1,NULL,NULL,NULL),
+ (126,63,1,'b_a',148,'Parent of',11,'Child of',1,NULL,NULL,NULL),
+ (127,64,1,'a_b',41,'Child of',148,'Parent of',1,NULL,NULL,NULL),
+ (128,64,1,'b_a',148,'Parent of',41,'Child of',1,NULL,NULL,NULL),
+ (129,65,4,'a_b',41,'Sibling of',11,'Sibling of',1,NULL,NULL,NULL),
+ (130,65,4,'b_a',11,'Sibling of',41,'Sibling of',1,NULL,NULL,NULL),
+ (131,66,8,'a_b',148,'Household Member of',86,'Household Member is',1,NULL,NULL,NULL),
+ (132,66,8,'b_a',86,'Household Member is',148,'Household Member of',1,NULL,NULL,NULL),
+ (133,67,8,'a_b',11,'Household Member of',86,'Household Member is',1,NULL,NULL,NULL),
+ (134,67,8,'b_a',86,'Household Member is',11,'Household Member of',1,NULL,NULL,NULL),
+ (135,68,8,'a_b',41,'Household Member of',86,'Household Member is',1,NULL,NULL,NULL),
+ (136,68,8,'b_a',86,'Household Member is',41,'Household Member of',1,NULL,NULL,NULL),
+ (137,69,7,'a_b',193,'Head of Household for',86,'Head of Household is',0,NULL,NULL,NULL),
+ (138,69,7,'b_a',86,'Head of Household is',193,'Head of Household for',0,NULL,NULL,NULL),
+ (139,70,2,'a_b',148,'Spouse of',193,'Spouse of',0,NULL,NULL,NULL),
+ (140,70,2,'b_a',193,'Spouse of',148,'Spouse of',0,NULL,NULL,NULL),
+ (141,71,1,'a_b',147,'Child of',21,'Parent of',1,NULL,NULL,NULL),
+ (142,71,1,'b_a',21,'Parent of',147,'Child of',1,NULL,NULL,NULL),
+ (143,72,1,'a_b',6,'Child of',21,'Parent of',1,NULL,NULL,NULL),
+ (144,72,1,'b_a',21,'Parent of',6,'Child of',1,NULL,NULL,NULL),
+ (145,73,1,'a_b',147,'Child of',51,'Parent of',1,NULL,NULL,NULL),
+ (146,73,1,'b_a',51,'Parent of',147,'Child of',1,NULL,NULL,NULL),
+ (147,74,1,'a_b',6,'Child of',51,'Parent of',1,NULL,NULL,NULL),
+ (148,74,1,'b_a',51,'Parent of',6,'Child of',1,NULL,NULL,NULL),
+ (149,75,4,'a_b',6,'Sibling of',147,'Sibling of',1,NULL,NULL,NULL),
+ (150,75,4,'b_a',147,'Sibling of',6,'Sibling of',1,NULL,NULL,NULL),
+ (151,76,8,'a_b',51,'Household Member of',179,'Household Member is',1,NULL,NULL,NULL),
+ (152,76,8,'b_a',179,'Household Member is',51,'Household Member of',1,NULL,NULL,NULL),
+ (153,77,8,'a_b',147,'Household Member of',179,'Household Member is',1,NULL,NULL,NULL),
+ (154,77,8,'b_a',179,'Household Member is',147,'Household Member of',1,NULL,NULL,NULL),
+ (155,78,8,'a_b',6,'Household Member of',179,'Household Member is',1,NULL,NULL,NULL),
+ (156,78,8,'b_a',179,'Household Member is',6,'Household Member of',1,NULL,NULL,NULL),
+ (157,79,7,'a_b',21,'Head of Household for',179,'Head of Household is',1,NULL,NULL,NULL),
+ (158,79,7,'b_a',179,'Head of Household is',21,'Head of Household for',1,NULL,NULL,NULL),
+ (159,80,2,'a_b',51,'Spouse of',21,'Spouse of',1,NULL,NULL,NULL),
+ (160,80,2,'b_a',21,'Spouse of',51,'Spouse of',1,NULL,NULL,NULL),
+ (161,81,1,'a_b',137,'Child of',107,'Parent of',1,NULL,NULL,NULL),
+ (162,81,1,'b_a',107,'Parent of',137,'Child of',1,NULL,NULL,NULL),
+ (163,82,1,'a_b',10,'Child of',107,'Parent of',1,NULL,NULL,NULL),
+ (164,82,1,'b_a',107,'Parent of',10,'Child of',1,NULL,NULL,NULL),
+ (165,83,1,'a_b',137,'Child of',150,'Parent of',1,NULL,NULL,NULL),
+ (166,83,1,'b_a',150,'Parent of',137,'Child of',1,NULL,NULL,NULL),
+ (167,84,1,'a_b',10,'Child of',150,'Parent of',1,NULL,NULL,NULL),
+ (168,84,1,'b_a',150,'Parent of',10,'Child of',1,NULL,NULL,NULL),
+ (169,85,4,'a_b',10,'Sibling of',137,'Sibling of',1,NULL,NULL,NULL),
+ (170,85,4,'b_a',137,'Sibling of',10,'Sibling of',1,NULL,NULL,NULL),
+ (171,86,8,'a_b',150,'Household Member of',129,'Household Member is',1,NULL,NULL,NULL),
+ (172,86,8,'b_a',129,'Household Member is',150,'Household Member of',1,NULL,NULL,NULL),
+ (173,87,8,'a_b',137,'Household Member of',129,'Household Member is',1,NULL,NULL,NULL),
+ (174,87,8,'b_a',129,'Household Member is',137,'Household Member of',1,NULL,NULL,NULL),
+ (175,88,8,'a_b',10,'Household Member of',129,'Household Member is',1,NULL,NULL,NULL),
+ (176,88,8,'b_a',129,'Household Member is',10,'Household Member of',1,NULL,NULL,NULL),
+ (177,89,7,'a_b',107,'Head of Household for',129,'Head of Household is',1,NULL,NULL,NULL),
+ (178,89,7,'b_a',129,'Head of Household is',107,'Head of Household for',1,NULL,NULL,NULL),
+ (179,90,2,'a_b',150,'Spouse of',107,'Spouse of',1,NULL,NULL,NULL),
+ (180,90,2,'b_a',107,'Spouse of',150,'Spouse of',1,NULL,NULL,NULL),
+ (181,91,1,'a_b',99,'Child of',35,'Parent of',1,NULL,NULL,NULL),
+ (182,91,1,'b_a',35,'Parent of',99,'Child of',1,NULL,NULL,NULL),
+ (183,92,1,'a_b',149,'Child of',35,'Parent of',1,NULL,NULL,NULL),
+ (184,92,1,'b_a',35,'Parent of',149,'Child of',1,NULL,NULL,NULL),
+ (185,93,1,'a_b',99,'Child of',30,'Parent of',1,NULL,NULL,NULL),
+ (186,93,1,'b_a',30,'Parent of',99,'Child of',1,NULL,NULL,NULL),
+ (187,94,1,'a_b',149,'Child of',30,'Parent of',1,NULL,NULL,NULL),
+ (188,94,1,'b_a',30,'Parent of',149,'Child of',1,NULL,NULL,NULL),
+ (189,95,4,'a_b',149,'Sibling of',99,'Sibling of',1,NULL,NULL,NULL),
+ (190,95,4,'b_a',99,'Sibling of',149,'Sibling of',1,NULL,NULL,NULL),
+ (191,96,8,'a_b',30,'Household Member of',165,'Household Member is',1,NULL,NULL,NULL),
+ (192,96,8,'b_a',165,'Household Member is',30,'Household Member of',1,NULL,NULL,NULL),
+ (193,97,8,'a_b',99,'Household Member of',165,'Household Member is',1,NULL,NULL,NULL),
+ (194,97,8,'b_a',165,'Household Member is',99,'Household Member of',1,NULL,NULL,NULL),
+ (195,98,8,'a_b',149,'Household Member of',165,'Household Member is',1,NULL,NULL,NULL),
+ (196,98,8,'b_a',165,'Household Member is',149,'Household Member of',1,NULL,NULL,NULL),
+ (197,99,7,'a_b',35,'Head of Household for',165,'Head of Household is',1,NULL,NULL,NULL),
+ (198,99,7,'b_a',165,'Head of Household is',35,'Head of Household for',1,NULL,NULL,NULL),
+ (199,100,2,'a_b',30,'Spouse of',35,'Spouse of',1,NULL,NULL,NULL),
+ (200,100,2,'b_a',35,'Spouse of',30,'Spouse of',1,NULL,NULL,NULL),
+ (201,101,1,'a_b',108,'Child of',170,'Parent of',1,NULL,NULL,NULL),
+ (202,101,1,'b_a',170,'Parent of',108,'Child of',1,NULL,NULL,NULL),
+ (203,102,1,'a_b',191,'Child of',170,'Parent of',1,NULL,NULL,NULL),
+ (204,102,1,'b_a',170,'Parent of',191,'Child of',1,NULL,NULL,NULL),
+ (205,103,1,'a_b',108,'Child of',81,'Parent of',1,NULL,NULL,NULL),
+ (206,103,1,'b_a',81,'Parent of',108,'Child of',1,NULL,NULL,NULL),
+ (207,104,1,'a_b',191,'Child of',81,'Parent of',1,NULL,NULL,NULL),
+ (208,104,1,'b_a',81,'Parent of',191,'Child of',1,NULL,NULL,NULL),
+ (209,105,4,'a_b',191,'Sibling of',108,'Sibling of',1,NULL,NULL,NULL),
+ (210,105,4,'b_a',108,'Sibling of',191,'Sibling of',1,NULL,NULL,NULL),
+ (211,106,8,'a_b',81,'Household Member of',9,'Household Member is',1,NULL,NULL,NULL),
+ (212,106,8,'b_a',9,'Household Member is',81,'Household Member of',1,NULL,NULL,NULL),
+ (213,107,8,'a_b',108,'Household Member of',9,'Household Member is',1,NULL,NULL,NULL),
+ (214,107,8,'b_a',9,'Household Member is',108,'Household Member of',1,NULL,NULL,NULL),
+ (215,108,8,'a_b',191,'Household Member of',9,'Household Member is',1,NULL,NULL,NULL),
+ (216,108,8,'b_a',9,'Household Member is',191,'Household Member of',1,NULL,NULL,NULL),
+ (217,109,7,'a_b',170,'Head of Household for',9,'Head of Household is',1,NULL,NULL,NULL),
+ (218,109,7,'b_a',9,'Head of Household is',170,'Head of Household for',1,NULL,NULL,NULL),
+ (219,110,2,'a_b',81,'Spouse of',170,'Spouse of',1,NULL,NULL,NULL),
+ (220,110,2,'b_a',170,'Spouse of',81,'Spouse of',1,NULL,NULL,NULL),
+ (221,111,1,'a_b',151,'Child of',163,'Parent of',1,NULL,NULL,NULL),
+ (222,111,1,'b_a',163,'Parent of',151,'Child of',1,NULL,NULL,NULL),
+ (223,112,1,'a_b',61,'Child of',163,'Parent of',1,NULL,NULL,NULL),
+ (224,112,1,'b_a',163,'Parent of',61,'Child of',1,NULL,NULL,NULL),
+ (225,113,1,'a_b',151,'Child of',154,'Parent of',1,NULL,NULL,NULL),
+ (226,113,1,'b_a',154,'Parent of',151,'Child of',1,NULL,NULL,NULL),
+ (227,114,1,'a_b',61,'Child of',154,'Parent of',1,NULL,NULL,NULL),
+ (228,114,1,'b_a',154,'Parent of',61,'Child of',1,NULL,NULL,NULL),
+ (229,115,4,'a_b',61,'Sibling of',151,'Sibling of',1,NULL,NULL,NULL),
+ (230,115,4,'b_a',151,'Sibling of',61,'Sibling of',1,NULL,NULL,NULL),
+ (231,116,8,'a_b',154,'Household Member of',59,'Household Member is',1,NULL,NULL,NULL),
+ (232,116,8,'b_a',59,'Household Member is',154,'Household Member of',1,NULL,NULL,NULL),
+ (233,117,8,'a_b',151,'Household Member of',59,'Household Member is',1,NULL,NULL,NULL),
+ (234,117,8,'b_a',59,'Household Member is',151,'Household Member of',1,NULL,NULL,NULL),
+ (235,118,8,'a_b',61,'Household Member of',59,'Household Member is',1,NULL,NULL,NULL),
+ (236,118,8,'b_a',59,'Household Member is',61,'Household Member of',1,NULL,NULL,NULL),
+ (237,119,7,'a_b',163,'Head of Household for',59,'Head of Household is',1,NULL,NULL,NULL),
+ (238,119,7,'b_a',59,'Head of Household is',163,'Head of Household for',1,NULL,NULL,NULL),
+ (239,120,2,'a_b',154,'Spouse of',163,'Spouse of',1,NULL,NULL,NULL),
+ (240,120,2,'b_a',163,'Spouse of',154,'Spouse of',1,NULL,NULL,NULL),
+ (241,121,1,'a_b',167,'Child of',128,'Parent of',1,NULL,NULL,NULL),
+ (242,121,1,'b_a',128,'Parent of',167,'Child of',1,NULL,NULL,NULL),
+ (243,122,1,'a_b',77,'Child of',128,'Parent of',1,NULL,NULL,NULL),
+ (244,122,1,'b_a',128,'Parent of',77,'Child of',1,NULL,NULL,NULL),
+ (245,123,1,'a_b',167,'Child of',42,'Parent of',1,NULL,NULL,NULL),
+ (246,123,1,'b_a',42,'Parent of',167,'Child of',1,NULL,NULL,NULL),
+ (247,124,1,'a_b',77,'Child of',42,'Parent of',1,NULL,NULL,NULL),
+ (248,124,1,'b_a',42,'Parent of',77,'Child of',1,NULL,NULL,NULL),
+ (249,125,4,'a_b',77,'Sibling of',167,'Sibling of',1,NULL,NULL,NULL),
+ (250,125,4,'b_a',167,'Sibling of',77,'Sibling of',1,NULL,NULL,NULL),
+ (251,126,8,'a_b',42,'Household Member of',95,'Household Member is',1,NULL,NULL,NULL),
+ (252,126,8,'b_a',95,'Household Member is',42,'Household Member of',1,NULL,NULL,NULL),
+ (253,127,8,'a_b',167,'Household Member of',95,'Household Member is',1,NULL,NULL,NULL),
+ (254,127,8,'b_a',95,'Household Member is',167,'Household Member of',1,NULL,NULL,NULL),
+ (255,128,8,'a_b',77,'Household Member of',95,'Household Member is',1,NULL,NULL,NULL),
+ (256,128,8,'b_a',95,'Household Member is',77,'Household Member of',1,NULL,NULL,NULL),
+ (257,129,7,'a_b',128,'Head of Household for',95,'Head of Household is',1,NULL,NULL,NULL),
+ (258,129,7,'b_a',95,'Head of Household is',128,'Head of Household for',1,NULL,NULL,NULL),
+ (259,130,2,'a_b',42,'Spouse of',128,'Spouse of',1,NULL,NULL,NULL),
+ (260,130,2,'b_a',128,'Spouse of',42,'Spouse of',1,NULL,NULL,NULL),
+ (261,131,1,'a_b',63,'Child of',20,'Parent of',1,NULL,NULL,NULL),
+ (262,131,1,'b_a',20,'Parent of',63,'Child of',1,NULL,NULL,NULL),
+ (263,132,1,'a_b',73,'Child of',20,'Parent of',1,NULL,NULL,NULL),
+ (264,132,1,'b_a',20,'Parent of',73,'Child of',1,NULL,NULL,NULL),
+ (265,133,1,'a_b',63,'Child of',135,'Parent of',1,NULL,NULL,NULL),
+ (266,133,1,'b_a',135,'Parent of',63,'Child of',1,NULL,NULL,NULL),
+ (267,134,1,'a_b',73,'Child of',135,'Parent of',1,NULL,NULL,NULL),
+ (268,134,1,'b_a',135,'Parent of',73,'Child of',1,NULL,NULL,NULL),
+ (269,135,4,'a_b',73,'Sibling of',63,'Sibling of',1,NULL,NULL,NULL),
+ (270,135,4,'b_a',63,'Sibling of',73,'Sibling of',1,NULL,NULL,NULL),
+ (271,136,8,'a_b',135,'Household Member of',200,'Household Member is',1,NULL,NULL,NULL),
+ (272,136,8,'b_a',200,'Household Member is',135,'Household Member of',1,NULL,NULL,NULL),
+ (273,137,8,'a_b',63,'Household Member of',200,'Household Member is',1,NULL,NULL,NULL),
+ (274,137,8,'b_a',200,'Household Member is',63,'Household Member of',1,NULL,NULL,NULL),
+ (275,138,8,'a_b',73,'Household Member of',200,'Household Member is',1,NULL,NULL,NULL),
+ (276,138,8,'b_a',200,'Household Member is',73,'Household Member of',1,NULL,NULL,NULL),
+ (277,139,7,'a_b',20,'Head of Household for',200,'Head of Household is',1,NULL,NULL,NULL),
+ (278,139,7,'b_a',200,'Head of Household is',20,'Head of Household for',1,NULL,NULL,NULL),
+ (279,140,2,'a_b',135,'Spouse of',20,'Spouse of',1,NULL,NULL,NULL),
+ (280,140,2,'b_a',20,'Spouse of',135,'Spouse of',1,NULL,NULL,NULL),
+ (281,141,1,'a_b',118,'Child of',159,'Parent of',1,NULL,NULL,NULL),
+ (282,141,1,'b_a',159,'Parent of',118,'Child of',1,NULL,NULL,NULL),
+ (283,142,1,'a_b',47,'Child of',159,'Parent of',1,NULL,NULL,NULL),
+ (284,142,1,'b_a',159,'Parent of',47,'Child of',1,NULL,NULL,NULL),
+ (285,143,1,'a_b',118,'Child of',50,'Parent of',1,NULL,NULL,NULL),
+ (286,143,1,'b_a',50,'Parent of',118,'Child of',1,NULL,NULL,NULL),
+ (287,144,1,'a_b',47,'Child of',50,'Parent of',1,NULL,NULL,NULL),
+ (288,144,1,'b_a',50,'Parent of',47,'Child of',1,NULL,NULL,NULL),
+ (289,145,4,'a_b',47,'Sibling of',118,'Sibling of',1,NULL,NULL,NULL),
+ (290,145,4,'b_a',118,'Sibling of',47,'Sibling of',1,NULL,NULL,NULL),
+ (291,146,8,'a_b',50,'Household Member of',22,'Household Member is',1,NULL,NULL,NULL),
+ (292,146,8,'b_a',22,'Household Member is',50,'Household Member of',1,NULL,NULL,NULL),
+ (293,147,8,'a_b',118,'Household Member of',22,'Household Member is',1,NULL,NULL,NULL),
+ (294,147,8,'b_a',22,'Household Member is',118,'Household Member of',1,NULL,NULL,NULL),
+ (295,148,8,'a_b',47,'Household Member of',22,'Household Member is',1,NULL,NULL,NULL),
+ (296,148,8,'b_a',22,'Household Member is',47,'Household Member of',1,NULL,NULL,NULL),
+ (297,149,7,'a_b',159,'Head of Household for',22,'Head of Household is',1,NULL,NULL,NULL),
+ (298,149,7,'b_a',22,'Head of Household is',159,'Head of Household for',1,NULL,NULL,NULL),
+ (299,150,2,'a_b',50,'Spouse of',159,'Spouse of',1,NULL,NULL,NULL),
+ (300,150,2,'b_a',159,'Spouse of',50,'Spouse of',1,NULL,NULL,NULL),
+ (301,151,1,'a_b',53,'Child of',158,'Parent of',1,NULL,NULL,NULL),
+ (302,151,1,'b_a',158,'Parent of',53,'Child of',1,NULL,NULL,NULL),
+ (303,152,1,'a_b',69,'Child of',158,'Parent of',1,NULL,NULL,NULL),
+ (304,152,1,'b_a',158,'Parent of',69,'Child of',1,NULL,NULL,NULL),
+ (305,153,1,'a_b',53,'Child of',71,'Parent of',1,NULL,NULL,NULL),
+ (306,153,1,'b_a',71,'Parent of',53,'Child of',1,NULL,NULL,NULL),
+ (307,154,1,'a_b',69,'Child of',71,'Parent of',1,NULL,NULL,NULL),
+ (308,154,1,'b_a',71,'Parent of',69,'Child of',1,NULL,NULL,NULL),
+ (309,155,4,'a_b',69,'Sibling of',53,'Sibling of',1,NULL,NULL,NULL),
+ (310,155,4,'b_a',53,'Sibling of',69,'Sibling of',1,NULL,NULL,NULL),
+ (311,156,8,'a_b',71,'Household Member of',54,'Household Member is',1,NULL,NULL,NULL),
+ (312,156,8,'b_a',54,'Household Member is',71,'Household Member of',1,NULL,NULL,NULL),
+ (313,157,8,'a_b',53,'Household Member of',54,'Household Member is',1,NULL,NULL,NULL),
+ (314,157,8,'b_a',54,'Household Member is',53,'Household Member of',1,NULL,NULL,NULL),
+ (315,158,8,'a_b',69,'Household Member of',54,'Household Member is',1,NULL,NULL,NULL),
+ (316,158,8,'b_a',54,'Household Member is',69,'Household Member of',1,NULL,NULL,NULL),
+ (317,159,7,'a_b',158,'Head of Household for',54,'Head of Household is',0,NULL,NULL,NULL),
+ (318,159,7,'b_a',54,'Head of Household is',158,'Head of Household for',0,NULL,NULL,NULL),
+ (319,160,2,'a_b',71,'Spouse of',158,'Spouse of',0,NULL,NULL,NULL),
+ (320,160,2,'b_a',158,'Spouse of',71,'Spouse of',0,NULL,NULL,NULL),
+ (321,161,1,'a_b',70,'Child of',67,'Parent of',1,NULL,NULL,NULL),
+ (322,161,1,'b_a',67,'Parent of',70,'Child of',1,NULL,NULL,NULL),
+ (323,162,1,'a_b',91,'Child of',67,'Parent of',1,NULL,NULL,NULL),
+ (324,162,1,'b_a',67,'Parent of',91,'Child of',1,NULL,NULL,NULL),
+ (325,163,1,'a_b',70,'Child of',194,'Parent of',1,NULL,NULL,NULL),
+ (326,163,1,'b_a',194,'Parent of',70,'Child of',1,NULL,NULL,NULL),
+ (327,164,1,'a_b',91,'Child of',194,'Parent of',1,NULL,NULL,NULL),
+ (328,164,1,'b_a',194,'Parent of',91,'Child of',1,NULL,NULL,NULL),
+ (329,165,4,'a_b',91,'Sibling of',70,'Sibling of',1,NULL,NULL,NULL),
+ (330,165,4,'b_a',70,'Sibling of',91,'Sibling of',1,NULL,NULL,NULL),
+ (331,166,8,'a_b',194,'Household Member of',113,'Household Member is',1,NULL,NULL,NULL),
+ (332,166,8,'b_a',113,'Household Member is',194,'Household Member of',1,NULL,NULL,NULL),
+ (333,167,8,'a_b',70,'Household Member of',113,'Household Member is',1,NULL,NULL,NULL),
+ (334,167,8,'b_a',113,'Household Member is',70,'Household Member of',1,NULL,NULL,NULL),
+ (335,168,8,'a_b',91,'Household Member of',113,'Household Member is',1,NULL,NULL,NULL),
+ (336,168,8,'b_a',113,'Household Member is',91,'Household Member of',1,NULL,NULL,NULL),
+ (337,169,7,'a_b',67,'Head of Household for',113,'Head of Household is',1,NULL,NULL,NULL),
+ (338,169,7,'b_a',113,'Head of Household is',67,'Head of Household for',1,NULL,NULL,NULL),
+ (339,170,2,'a_b',194,'Spouse of',67,'Spouse of',1,NULL,NULL,NULL),
+ (340,170,2,'b_a',67,'Spouse of',194,'Spouse of',1,NULL,NULL,NULL),
+ (341,171,1,'a_b',110,'Child of',31,'Parent of',1,NULL,NULL,NULL),
+ (342,171,1,'b_a',31,'Parent of',110,'Child of',1,NULL,NULL,NULL),
+ (343,172,1,'a_b',68,'Child of',31,'Parent of',1,NULL,NULL,NULL),
+ (344,172,1,'b_a',31,'Parent of',68,'Child of',1,NULL,NULL,NULL),
+ (345,173,1,'a_b',110,'Child of',132,'Parent of',1,NULL,NULL,NULL),
+ (346,173,1,'b_a',132,'Parent of',110,'Child of',1,NULL,NULL,NULL),
+ (347,174,1,'a_b',68,'Child of',132,'Parent of',1,NULL,NULL,NULL),
+ (348,174,1,'b_a',132,'Parent of',68,'Child of',1,NULL,NULL,NULL),
+ (349,175,4,'a_b',68,'Sibling of',110,'Sibling of',1,NULL,NULL,NULL),
+ (350,175,4,'b_a',110,'Sibling of',68,'Sibling of',1,NULL,NULL,NULL),
+ (351,176,8,'a_b',132,'Household Member of',103,'Household Member is',1,NULL,NULL,NULL),
+ (352,176,8,'b_a',103,'Household Member is',132,'Household Member of',1,NULL,NULL,NULL),
+ (353,177,8,'a_b',110,'Household Member of',103,'Household Member is',1,NULL,NULL,NULL),
+ (354,177,8,'b_a',103,'Household Member is',110,'Household Member of',1,NULL,NULL,NULL),
+ (355,178,8,'a_b',68,'Household Member of',103,'Household Member is',1,NULL,NULL,NULL),
+ (356,178,8,'b_a',103,'Household Member is',68,'Household Member of',1,NULL,NULL,NULL),
+ (357,179,7,'a_b',31,'Head of Household for',103,'Head of Household is',0,NULL,NULL,NULL),
+ (358,179,7,'b_a',103,'Head of Household is',31,'Head of Household for',0,NULL,NULL,NULL),
+ (359,180,2,'a_b',132,'Spouse of',31,'Spouse of',0,NULL,NULL,NULL),
+ (360,180,2,'b_a',31,'Spouse of',132,'Spouse of',0,NULL,NULL,NULL),
+ (361,181,1,'a_b',98,'Child of',13,'Parent of',1,NULL,NULL,NULL),
+ (362,181,1,'b_a',13,'Parent of',98,'Child of',1,NULL,NULL,NULL),
+ (363,182,1,'a_b',198,'Child of',13,'Parent of',1,NULL,NULL,NULL),
+ (364,182,1,'b_a',13,'Parent of',198,'Child of',1,NULL,NULL,NULL),
+ (365,183,1,'a_b',98,'Child of',75,'Parent of',1,NULL,NULL,NULL),
+ (366,183,1,'b_a',75,'Parent of',98,'Child of',1,NULL,NULL,NULL),
+ (367,184,1,'a_b',198,'Child of',75,'Parent of',1,NULL,NULL,NULL),
+ (368,184,1,'b_a',75,'Parent of',198,'Child of',1,NULL,NULL,NULL),
+ (369,185,4,'a_b',198,'Sibling of',98,'Sibling of',1,NULL,NULL,NULL),
+ (370,185,4,'b_a',98,'Sibling of',198,'Sibling of',1,NULL,NULL,NULL),
+ (371,186,8,'a_b',75,'Household Member of',192,'Household Member is',1,NULL,NULL,NULL),
+ (372,186,8,'b_a',192,'Household Member is',75,'Household Member of',1,NULL,NULL,NULL),
+ (373,187,8,'a_b',98,'Household Member of',192,'Household Member is',1,NULL,NULL,NULL),
+ (374,187,8,'b_a',192,'Household Member is',98,'Household Member of',1,NULL,NULL,NULL),
+ (375,188,8,'a_b',198,'Household Member of',192,'Household Member is',1,NULL,NULL,NULL),
+ (376,188,8,'b_a',192,'Household Member is',198,'Household Member of',1,NULL,NULL,NULL),
+ (377,189,7,'a_b',13,'Head of Household for',192,'Head of Household is',0,NULL,NULL,NULL),
+ (378,189,7,'b_a',192,'Head of Household is',13,'Head of Household for',0,NULL,NULL,NULL),
+ (379,190,2,'a_b',75,'Spouse of',13,'Spouse of',0,NULL,NULL,NULL),
+ (380,190,2,'b_a',13,'Spouse of',75,'Spouse of',0,NULL,NULL,NULL),
+ (381,191,1,'a_b',78,'Child of',190,'Parent of',1,NULL,NULL,NULL),
+ (382,191,1,'b_a',190,'Parent of',78,'Child of',1,NULL,NULL,NULL),
+ (383,192,1,'a_b',56,'Child of',190,'Parent of',1,NULL,NULL,NULL),
+ (384,192,1,'b_a',190,'Parent of',56,'Child of',1,NULL,NULL,NULL),
+ (385,193,1,'a_b',78,'Child of',87,'Parent of',1,NULL,NULL,NULL),
+ (386,193,1,'b_a',87,'Parent of',78,'Child of',1,NULL,NULL,NULL),
+ (387,194,1,'a_b',56,'Child of',87,'Parent of',1,NULL,NULL,NULL),
+ (388,194,1,'b_a',87,'Parent of',56,'Child of',1,NULL,NULL,NULL),
+ (389,195,4,'a_b',56,'Sibling of',78,'Sibling of',1,NULL,NULL,NULL),
+ (390,195,4,'b_a',78,'Sibling of',56,'Sibling of',1,NULL,NULL,NULL),
+ (391,196,8,'a_b',87,'Household Member of',174,'Household Member is',1,NULL,NULL,NULL),
+ (392,196,8,'b_a',174,'Household Member is',87,'Household Member of',1,NULL,NULL,NULL),
+ (393,197,8,'a_b',78,'Household Member of',174,'Household Member is',1,NULL,NULL,NULL),
+ (394,197,8,'b_a',174,'Household Member is',78,'Household Member of',1,NULL,NULL,NULL),
+ (395,198,8,'a_b',56,'Household Member of',174,'Household Member is',1,NULL,NULL,NULL),
+ (396,198,8,'b_a',174,'Household Member is',56,'Household Member of',1,NULL,NULL,NULL),
+ (397,199,7,'a_b',190,'Head of Household for',174,'Head of Household is',0,NULL,NULL,NULL),
+ (398,199,7,'b_a',174,'Head of Household is',190,'Head of Household for',0,NULL,NULL,NULL),
+ (399,200,2,'a_b',87,'Spouse of',190,'Spouse of',0,NULL,NULL,NULL),
+ (400,200,2,'b_a',190,'Spouse of',87,'Spouse of',0,NULL,NULL,NULL),
+ (401,201,5,'a_b',21,'Employee of',12,'Employer of',1,NULL,NULL,NULL),
+ (402,201,5,'b_a',12,'Employer of',21,'Employee of',1,NULL,NULL,NULL),
+ (403,202,5,'a_b',152,'Employee of',16,'Employer of',1,NULL,NULL,NULL),
+ (404,202,5,'b_a',16,'Employer of',152,'Employee of',1,NULL,NULL,NULL),
+ (405,203,5,'a_b',183,'Employee of',26,'Employer of',1,NULL,NULL,NULL),
+ (406,203,5,'b_a',26,'Employer of',183,'Employee of',1,NULL,NULL,NULL),
+ (407,204,5,'a_b',3,'Employee of',43,'Employer of',1,NULL,NULL,NULL),
+ (408,204,5,'b_a',43,'Employer of',3,'Employee of',1,NULL,NULL,NULL),
+ (409,205,5,'a_b',120,'Employee of',60,'Employer of',1,NULL,NULL,NULL),
+ (410,205,5,'b_a',60,'Employer of',120,'Employee of',1,NULL,NULL,NULL),
+ (411,206,5,'a_b',150,'Employee of',65,'Employer of',1,NULL,NULL,NULL),
+ (412,206,5,'b_a',65,'Employer of',150,'Employee of',1,NULL,NULL,NULL),
+ (413,207,5,'a_b',53,'Employee of',100,'Employer of',1,NULL,NULL,NULL),
+ (414,207,5,'b_a',100,'Employer of',53,'Employee of',1,NULL,NULL,NULL),
+ (415,208,5,'a_b',57,'Employee of',122,'Employer of',1,NULL,NULL,NULL),
+ (416,208,5,'b_a',122,'Employer of',57,'Employee of',1,NULL,NULL,NULL),
+ (417,209,5,'a_b',48,'Employee of',126,'Employer of',1,NULL,NULL,NULL),
+ (418,209,5,'b_a',126,'Employer of',48,'Employee of',1,NULL,NULL,NULL),
+ (419,210,5,'a_b',164,'Employee of',130,'Employer of',1,NULL,NULL,NULL),
+ (420,210,5,'b_a',130,'Employer of',164,'Employee of',1,NULL,NULL,NULL),
+ (421,211,5,'a_b',176,'Employee of',161,'Employer of',1,NULL,NULL,NULL),
+ (422,211,5,'b_a',161,'Employer of',176,'Employee of',1,NULL,NULL,NULL),
+ (423,212,5,'a_b',11,'Employee of',166,'Employer of',1,NULL,NULL,NULL),
+ (424,212,5,'b_a',166,'Employer of',11,'Employee of',1,NULL,NULL,NULL),
+ (425,213,5,'a_b',137,'Employee of',180,'Employer of',1,NULL,NULL,NULL),
+ (426,213,5,'b_a',180,'Employer of',137,'Employee of',1,NULL,NULL,NULL),
+ (427,214,5,'a_b',159,'Employee of',181,'Employer of',1,NULL,NULL,NULL),
+ (428,214,5,'b_a',181,'Employer of',159,'Employee of',1,NULL,NULL,NULL),
+ (429,215,5,'a_b',153,'Employee of',199,'Employer of',1,NULL,NULL,NULL),
+ (430,215,5,'b_a',199,'Employer of',153,'Employee of',1,NULL,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_relationship_cache` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -8027,13 +7998,13 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_saved_search` WRITE;
 /*!40000 ALTER TABLE `civicrm_saved_search` DISABLE KEYS */;
 INSERT INTO `civicrm_saved_search` (`id`, `name`, `label`, `form_values`, `mapping_id`, `search_custom_id`, `api_entity`, `api_params`, `created_id`, `modified_id`, `expires_date`, `created_date`, `modified_date`, `description`) VALUES
- (1,'Administer_Campaigns','Administer Campaigns',NULL,NULL,NULL,'Campaign','{\"version\":4,\"select\":[\"id\",\"title\",\"description\",\"is_active\",\"start_date\",\"end_date\",\"campaign_type_id:label\",\"status_id:label\"],\"orderBy\":[],\"where\":[],\"groupBy\":[],\"join\":[],\"having\":[]}',NULL,NULL,NULL,'2023-12-17 20:11:32','2023-12-17 20:11:32',NULL),
- (2,'Administer_Petitions','Administer Petitions',NULL,NULL,NULL,'Survey','{\"version\":4,\"select\":[\"id\",\"title\",\"campaign_id:label\",\"is_active\",\"is_default\"],\"orderBy\":[],\"where\":[[\"activity_type_id:name\",\"=\",\"Petition\"]],\"groupBy\":[],\"join\":[],\"having\":[]}',NULL,NULL,NULL,'2023-12-17 20:11:32','2023-12-17 20:11:32',NULL),
- (3,'Administer_Survey_Options','Administer Survey Options',NULL,NULL,NULL,'OptionValue','{\"version\":4,\"select\":[\"label\",\"value\",\"filter\"],\"orderBy\":[],\"where\":[],\"groupBy\":[],\"join\":[],\"having\":[]}',NULL,NULL,NULL,'2023-12-17 20:11:32','2023-12-17 20:11:32',NULL),
- (4,'Administer_Surveys','Administer Surveys',NULL,NULL,NULL,'Survey','{\"version\":4,\"select\":[\"id\",\"title\",\"campaign_id:label\",\"activity_type_id:label\",\"release_frequency\",\"default_number_of_contacts\",\"max_number_of_contacts\",\"is_active\",\"is_default\",\"result_id:label\"],\"orderBy\":[],\"where\":[[\"activity_type_id:name\",\"!=\",\"Petition\"]],\"groupBy\":[],\"join\":[],\"having\":[]}',NULL,NULL,NULL,'2023-12-17 20:11:32','2023-12-17 20:11:32',NULL),
- (5,'Email_Bounce_History','Email Bounce History',NULL,NULL,NULL,'MailingEventBounce','{\"version\":4,\"select\":[\"time_stamp\",\"bounce_type_id:label\",\"bounce_reason\",\"MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01_MailingJob_Mailing_mailing_id_01.name\"],\"orderBy\":[],\"where\":[],\"groupBy\":[],\"join\":[[\"MailingEventQueue AS MailingEventBounce_MailingEventQueue_event_queue_id_01\",\"INNER\",[\"event_queue_id\",\"=\",\"MailingEventBounce_MailingEventQueue_event_queue_id_01.id\"]],[\"MailingJob AS MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01\",\"INNER\",[\"MailingEventBounce_MailingEventQueue_event_queue_id_01.job_id\",\"=\",\"MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01.id\"]],[\"Mailing AS MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01_MailingJob_Mailing_mailing_id_01\",\"INNER\",[\"MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01.mailing_id\",\"=\",\"MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01_MailingJob_Mailing_mailing_id_01.id\"]]],\"having\":[]}',NULL,NULL,NULL,'2023-12-17 20:11:32','2023-12-17 20:11:32',NULL),
- (6,'Contact_Summary_Notes','Contact Summary Notes',NULL,NULL,NULL,'Note','{\"version\":4,\"select\":[\"id\",\"subject\",\"note\",\"note_date\",\"modified_date\",\"contact_id.sort_name\",\"GROUP_CONCAT(UNIQUE Note_EntityFile_File_01.file_name) AS GROUP_CONCAT_Note_EntityFile_File_01_file_name\",\"COUNT(Note_Note_entity_id_01.id) AS COUNT_Note_Note_entity_id_01_id\"],\"orderBy\":[],\"where\":[],\"groupBy\":[\"id\"],\"join\":[[\"File AS Note_EntityFile_File_01\",\"LEFT\",\"EntityFile\",[\"id\",\"=\",\"Note_EntityFile_File_01.entity_id\"],[\"Note_EntityFile_File_01.entity_table\",\"=\",\"\'civicrm_note\'\"]],[\"Note AS Note_Note_entity_id_01\",\"LEFT\",[\"id\",\"=\",\"Note_Note_entity_id_01.entity_id\"],[\"Note_Note_entity_id_01.entity_table\",\"=\",\"\'civicrm_note\'\"]]],\"having\":[]}',NULL,NULL,NULL,'2023-12-17 20:11:32','2023-12-17 20:11:32',NULL),
- (7,'Contact_Summary_Relationships','Contact Summary Relationships',NULL,NULL,NULL,'RelationshipCache','{\"version\":4,\"select\":[\"near_relation:label\",\"RelationshipCache_Contact_far_contact_id_01.display_name\",\"start_date\",\"end_date\",\"RelationshipCache_Contact_far_contact_id_01.address_primary.city\",\"RelationshipCache_Contact_far_contact_id_01.address_primary.state_province_id:label\",\"RelationshipCache_Contact_far_contact_id_01.email_primary.email\",\"RelationshipCache_Contact_far_contact_id_01.phone_primary.phone\",\"permission_near_to_far:label\",\"permission_far_to_near:label\",\"is_active\"],\"orderBy\":[],\"where\":[],\"groupBy\":[],\"join\":[[\"Contact AS RelationshipCache_Contact_far_contact_id_01\",\"LEFT\",[\"far_contact_id\",\"=\",\"RelationshipCache_Contact_far_contact_id_01.id\"]]],\"having\":[]}',NULL,NULL,NULL,'2023-12-17 20:11:32','2023-12-17 20:11:32',NULL);
+ (1,'Administer_Campaigns','Administer Campaigns',NULL,NULL,NULL,'Campaign','{\"version\":4,\"select\":[\"id\",\"title\",\"description\",\"is_active\",\"start_date\",\"end_date\",\"campaign_type_id:label\",\"status_id:label\"],\"orderBy\":[],\"where\":[],\"groupBy\":[],\"join\":[],\"having\":[]}',NULL,NULL,NULL,'2024-01-06 01:18:48','2024-01-06 01:18:48',NULL),
+ (2,'Administer_Petitions','Administer Petitions',NULL,NULL,NULL,'Survey','{\"version\":4,\"select\":[\"id\",\"title\",\"campaign_id:label\",\"is_active\",\"is_default\"],\"orderBy\":[],\"where\":[[\"activity_type_id:name\",\"=\",\"Petition\"]],\"groupBy\":[],\"join\":[],\"having\":[]}',NULL,NULL,NULL,'2024-01-06 01:18:48','2024-01-06 01:18:48',NULL),
+ (3,'Administer_Survey_Options','Administer Survey Options',NULL,NULL,NULL,'OptionValue','{\"version\":4,\"select\":[\"label\",\"value\",\"filter\"],\"orderBy\":[],\"where\":[],\"groupBy\":[],\"join\":[],\"having\":[]}',NULL,NULL,NULL,'2024-01-06 01:18:48','2024-01-06 01:18:48',NULL),
+ (4,'Administer_Surveys','Administer Surveys',NULL,NULL,NULL,'Survey','{\"version\":4,\"select\":[\"id\",\"title\",\"campaign_id:label\",\"activity_type_id:label\",\"release_frequency\",\"default_number_of_contacts\",\"max_number_of_contacts\",\"is_active\",\"is_default\",\"result_id:label\"],\"orderBy\":[],\"where\":[[\"activity_type_id:name\",\"!=\",\"Petition\"]],\"groupBy\":[],\"join\":[],\"having\":[]}',NULL,NULL,NULL,'2024-01-06 01:18:48','2024-01-06 01:18:48',NULL),
+ (5,'Email_Bounce_History','Email Bounce History',NULL,NULL,NULL,'MailingEventBounce','{\"version\":4,\"select\":[\"time_stamp\",\"bounce_type_id:label\",\"bounce_reason\",\"MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01_MailingJob_Mailing_mailing_id_01.name\"],\"orderBy\":[],\"where\":[],\"groupBy\":[],\"join\":[[\"MailingEventQueue AS MailingEventBounce_MailingEventQueue_event_queue_id_01\",\"INNER\",[\"event_queue_id\",\"=\",\"MailingEventBounce_MailingEventQueue_event_queue_id_01.id\"]],[\"MailingJob AS MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01\",\"INNER\",[\"MailingEventBounce_MailingEventQueue_event_queue_id_01.job_id\",\"=\",\"MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01.id\"]],[\"Mailing AS MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01_MailingJob_Mailing_mailing_id_01\",\"INNER\",[\"MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01.mailing_id\",\"=\",\"MailingEventBounce_MailingEventQueue_event_queue_id_01_MailingEventQueue_MailingJob_job_id_01_MailingJob_Mailing_mailing_id_01.id\"]]],\"having\":[]}',NULL,NULL,NULL,'2024-01-06 01:18:48','2024-01-06 01:18:48',NULL),
+ (6,'Contact_Summary_Notes','Contact Summary Notes',NULL,NULL,NULL,'Note','{\"version\":4,\"select\":[\"id\",\"subject\",\"note\",\"note_date\",\"modified_date\",\"contact_id.sort_name\",\"GROUP_CONCAT(UNIQUE Note_EntityFile_File_01.file_name) AS GROUP_CONCAT_Note_EntityFile_File_01_file_name\",\"COUNT(Note_Note_entity_id_01.id) AS COUNT_Note_Note_entity_id_01_id\"],\"orderBy\":[],\"where\":[],\"groupBy\":[\"id\"],\"join\":[[\"File AS Note_EntityFile_File_01\",\"LEFT\",\"EntityFile\",[\"id\",\"=\",\"Note_EntityFile_File_01.entity_id\"],[\"Note_EntityFile_File_01.entity_table\",\"=\",\"\'civicrm_note\'\"]],[\"Note AS Note_Note_entity_id_01\",\"LEFT\",[\"id\",\"=\",\"Note_Note_entity_id_01.entity_id\"],[\"Note_Note_entity_id_01.entity_table\",\"=\",\"\'civicrm_note\'\"]]],\"having\":[]}',NULL,NULL,NULL,'2024-01-06 01:18:48','2024-01-06 01:18:48',NULL),
+ (7,'Contact_Summary_Relationships','Contact Summary Relationships',NULL,NULL,NULL,'RelationshipCache','{\"version\":4,\"select\":[\"near_relation:label\",\"RelationshipCache_Contact_far_contact_id_01.display_name\",\"start_date\",\"end_date\",\"RelationshipCache_Contact_far_contact_id_01.address_primary.city\",\"RelationshipCache_Contact_far_contact_id_01.address_primary.state_province_id:label\",\"RelationshipCache_Contact_far_contact_id_01.email_primary.email\",\"RelationshipCache_Contact_far_contact_id_01.phone_primary.phone\",\"permission_near_to_far:label\",\"permission_far_to_near:label\",\"is_active\"],\"orderBy\":[],\"where\":[[\"RelationshipCache_Contact_far_contact_id_01.is_deleted\",\"=\",false]],\"groupBy\":[],\"join\":[[\"Contact AS RelationshipCache_Contact_far_contact_id_01\",\"LEFT\",[\"far_contact_id\",\"=\",\"RelationshipCache_Contact_far_contact_id_01.id\"]]],\"having\":[]}',NULL,NULL,NULL,'2024-01-06 01:18:48','2024-01-06 01:18:48',NULL);
 /*!40000 ALTER TABLE `civicrm_saved_search` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -12141,90 +12112,90 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_subscription_history` WRITE;
 /*!40000 ALTER TABLE `civicrm_subscription_history` DISABLE KEYS */;
 INSERT INTO `civicrm_subscription_history` (`id`, `contact_id`, `group_id`, `date`, `method`, `status`, `tracking`) VALUES
- (1,72,2,'2023-07-01 09:51:52','Email','Added',NULL),
- (2,19,2,'2023-09-19 13:01:10','Email','Added',NULL),
- (3,153,2,'2023-02-26 17:20:03','Admin','Added',NULL),
- (4,190,2,'2023-05-07 17:34:18','Admin','Added',NULL),
- (5,16,2,'2023-03-08 04:58:42','Email','Added',NULL),
- (6,65,2,'2023-04-07 11:38:15','Email','Added',NULL),
- (7,70,2,'2023-04-09 05:05:14','Admin','Added',NULL),
- (8,120,2,'2023-03-18 07:12:04','Email','Added',NULL),
- (9,85,2,'2023-05-25 22:34:04','Email','Added',NULL),
- (10,198,2,'2023-07-08 22:41:21','Email','Added',NULL),
- (11,110,2,'2023-02-13 10:05:30','Admin','Added',NULL),
- (12,45,2,'2022-12-22 04:03:21','Admin','Added',NULL),
- (13,37,2,'2023-11-03 19:52:50','Email','Added',NULL),
- (14,82,2,'2023-10-19 05:13:51','Admin','Added',NULL),
- (15,12,2,'2023-07-24 03:52:54','Email','Added',NULL),
- (16,102,2,'2023-10-18 02:31:17','Admin','Added',NULL),
- (17,192,2,'2023-09-08 09:46:13','Admin','Added',NULL),
- (18,10,2,'2023-11-11 03:37:17','Email','Added',NULL),
- (19,23,2,'2023-03-18 13:06:24','Email','Added',NULL),
- (20,94,2,'2023-03-16 10:24:39','Email','Added',NULL),
- (21,108,2,'2023-06-02 08:54:56','Admin','Added',NULL),
- (22,38,2,'2023-05-11 14:46:50','Email','Added',NULL),
- (23,154,2,'2023-10-15 05:11:47','Admin','Added',NULL),
- (24,41,2,'2023-01-12 14:13:45','Email','Added',NULL),
- (25,86,2,'2023-11-27 04:58:14','Admin','Added',NULL),
- (26,95,2,'2023-01-14 19:59:35','Admin','Added',NULL),
- (27,182,2,'2023-02-25 07:28:41','Email','Added',NULL),
- (28,176,2,'2023-03-16 04:41:10','Admin','Added',NULL),
- (29,74,2,'2023-10-04 22:11:58','Admin','Added',NULL),
- (30,161,2,'2023-01-30 11:54:22','Admin','Added',NULL),
- (31,191,2,'2023-04-07 09:31:36','Email','Added',NULL),
- (32,112,2,'2023-09-30 23:41:27','Email','Added',NULL),
- (33,117,2,'2022-12-29 07:56:03','Email','Added',NULL),
- (34,101,2,'2023-11-18 06:36:17','Admin','Added',NULL),
- (35,57,2,'2023-04-07 22:26:58','Admin','Added',NULL),
- (36,124,2,'2023-12-04 19:32:31','Admin','Added',NULL),
- (37,79,2,'2023-01-05 08:35:46','Admin','Added',NULL),
- (38,126,2,'2023-02-05 06:50:37','Email','Added',NULL),
- (39,113,2,'2023-07-08 15:33:16','Admin','Added',NULL),
- (40,76,2,'2023-06-15 19:29:34','Admin','Added',NULL),
- (41,116,2,'2023-01-04 06:48:47','Email','Added',NULL),
- (42,67,2,'2022-12-21 11:33:13','Email','Added',NULL),
- (43,149,2,'2023-11-26 04:49:45','Admin','Added',NULL),
- (44,160,2,'2023-06-23 14:27:47','Email','Added',NULL),
- (45,189,2,'2023-12-12 11:47:18','Admin','Added',NULL),
- (46,135,2,'2023-06-26 23:52:19','Admin','Added',NULL),
- (47,114,2,'2023-08-23 23:43:02','Admin','Added',NULL),
- (48,77,2,'2023-01-07 20:08:01','Admin','Added',NULL),
- (49,178,2,'2023-03-01 18:01:33','Email','Added',NULL),
- (50,147,2,'2023-03-15 07:14:57','Email','Added',NULL),
- (51,131,2,'2023-05-19 09:40:46','Admin','Added',NULL),
- (52,43,2,'2023-12-04 02:20:41','Email','Added',NULL),
- (53,88,2,'2023-02-02 21:56:22','Email','Added',NULL),
- (54,200,2,'2023-07-01 12:06:34','Admin','Added',NULL),
- (55,21,2,'2023-04-01 22:29:17','Email','Added',NULL),
- (56,48,2,'2023-06-17 12:34:59','Email','Added',NULL),
- (57,179,2,'2023-06-24 10:25:19','Admin','Added',NULL),
- (58,99,2,'2023-05-16 02:51:45','Admin','Added',NULL),
- (59,107,2,'2023-01-03 10:18:48','Email','Added',NULL),
- (60,105,2,'2023-07-29 01:11:39','Email','Added',NULL),
- (61,136,3,'2023-07-11 12:49:16','Admin','Added',NULL),
- (62,164,3,'2023-02-11 03:17:48','Admin','Added',NULL),
- (63,142,3,'2023-12-07 16:59:16','Admin','Added',NULL),
- (64,175,3,'2023-12-01 15:39:54','Admin','Added',NULL),
- (65,158,3,'2023-01-28 13:52:16','Email','Added',NULL),
- (66,148,3,'2022-12-31 07:50:04','Admin','Added',NULL),
- (67,137,3,'2023-09-28 12:29:41','Admin','Added',NULL),
- (68,146,3,'2023-03-21 05:01:03','Admin','Added',NULL),
- (69,30,3,'2023-02-07 15:55:13','Email','Added',NULL),
- (70,122,3,'2023-07-13 16:03:39','Admin','Added',NULL),
- (71,159,3,'2023-02-01 21:35:58','Admin','Added',NULL),
- (72,100,3,'2023-02-24 11:46:48','Admin','Added',NULL),
- (73,40,3,'2023-11-04 12:08:51','Email','Added',NULL),
- (74,44,3,'2023-09-10 04:15:35','Email','Added',NULL),
- (75,188,3,'2023-10-02 04:12:41','Admin','Added',NULL),
- (76,72,4,'2023-03-01 00:27:09','Email','Added',NULL),
- (77,120,4,'2023-06-06 10:09:06','Email','Added',NULL),
- (78,12,4,'2023-05-25 12:06:54','Admin','Added',NULL),
- (79,38,4,'2023-05-28 07:41:27','Email','Added',NULL),
- (80,74,4,'2023-01-30 22:57:19','Admin','Added',NULL),
- (81,124,4,'2023-07-19 09:00:52','Admin','Added',NULL),
- (82,149,4,'2023-04-13 17:51:47','Email','Added',NULL),
- (83,147,4,'2023-02-16 12:07:51','Admin','Added',NULL),
- (84,202,4,'2023-03-18 03:24:10','Admin','Added',NULL);
+ (1,89,2,'2023-04-05 16:56:43','Admin','Added',NULL),
+ (2,164,2,'2023-06-19 13:44:14','Email','Added',NULL),
+ (3,38,2,'2023-06-19 02:41:05','Admin','Added',NULL),
+ (4,15,2,'2023-04-23 01:49:45','Admin','Added',NULL),
+ (5,32,2,'2023-12-19 09:18:15','Admin','Added',NULL),
+ (6,34,2,'2023-09-18 13:28:12','Admin','Added',NULL),
+ (7,116,2,'2023-05-06 09:47:22','Admin','Added',NULL),
+ (8,80,2,'2023-03-21 21:03:38','Email','Added',NULL),
+ (9,196,2,'2023-03-11 03:46:25','Admin','Added',NULL),
+ (10,131,2,'2023-04-22 10:56:03','Admin','Added',NULL),
+ (11,171,2,'2023-08-05 12:09:45','Email','Added',NULL),
+ (12,140,2,'2023-07-26 20:10:33','Email','Added',NULL),
+ (13,24,2,'2023-11-07 07:17:03','Admin','Added',NULL),
+ (14,49,2,'2023-02-04 21:48:58','Admin','Added',NULL),
+ (15,104,2,'2023-05-21 14:44:20','Email','Added',NULL),
+ (16,169,2,'2023-02-14 16:24:42','Email','Added',NULL),
+ (17,146,2,'2023-07-28 22:39:07','Admin','Added',NULL),
+ (18,195,2,'2023-04-19 02:35:35','Email','Added',NULL),
+ (19,153,2,'2023-05-28 14:39:48','Email','Added',NULL),
+ (20,144,2,'2023-06-19 04:02:17','Email','Added',NULL),
+ (21,157,2,'2023-12-06 22:46:50','Admin','Added',NULL),
+ (22,23,2,'2023-10-03 00:56:27','Email','Added',NULL),
+ (23,185,2,'2023-11-16 09:19:53','Admin','Added',NULL),
+ (24,52,2,'2023-10-20 22:04:21','Admin','Added',NULL),
+ (25,2,2,'2023-12-13 05:41:49','Admin','Added',NULL),
+ (26,7,2,'2023-01-11 11:29:16','Admin','Added',NULL),
+ (27,97,2,'2023-06-26 12:32:55','Admin','Added',NULL),
+ (28,102,2,'2023-02-07 21:38:45','Admin','Added',NULL),
+ (29,76,2,'2023-05-20 08:25:45','Email','Added',NULL),
+ (30,178,2,'2023-11-15 12:53:40','Admin','Added',NULL),
+ (31,111,2,'2023-10-18 01:13:03','Email','Added',NULL),
+ (32,101,2,'2023-10-19 02:22:52','Admin','Added',NULL),
+ (33,172,2,'2023-07-21 03:07:41','Admin','Added',NULL),
+ (34,88,2,'2023-06-20 23:29:50','Admin','Added',NULL),
+ (35,139,2,'2023-08-24 04:17:57','Admin','Added',NULL),
+ (36,8,2,'2023-02-27 15:32:08','Admin','Added',NULL),
+ (37,162,2,'2023-11-05 14:17:16','Email','Added',NULL),
+ (38,138,2,'2023-05-23 00:43:27','Email','Added',NULL),
+ (39,3,2,'2023-12-19 01:59:37','Email','Added',NULL),
+ (40,46,2,'2023-11-27 08:39:18','Email','Added',NULL),
+ (41,94,2,'2023-10-30 13:52:57','Email','Added',NULL),
+ (42,19,2,'2023-10-26 14:20:29','Admin','Added',NULL),
+ (43,184,2,'2023-08-09 11:06:39','Admin','Added',NULL),
+ (44,64,2,'2023-04-11 16:46:59','Email','Added',NULL),
+ (45,188,2,'2023-01-29 14:57:03','Email','Added',NULL),
+ (46,186,2,'2023-01-09 05:18:39','Email','Added',NULL),
+ (47,74,2,'2023-07-28 16:54:31','Email','Added',NULL),
+ (48,106,2,'2023-01-15 10:33:27','Admin','Added',NULL),
+ (49,168,2,'2023-09-01 08:58:15','Email','Added',NULL),
+ (50,85,2,'2023-12-25 15:36:56','Admin','Added',NULL),
+ (51,134,2,'2023-09-20 18:08:04','Admin','Added',NULL),
+ (52,176,2,'2023-06-02 13:45:55','Admin','Added',NULL),
+ (53,72,2,'2023-03-03 20:58:23','Email','Added',NULL),
+ (54,120,2,'2023-08-14 03:33:52','Admin','Added',NULL),
+ (55,25,2,'2023-12-17 11:27:21','Admin','Added',NULL),
+ (56,28,2,'2023-04-19 13:38:26','Email','Added',NULL),
+ (57,197,2,'2023-12-09 13:26:51','Email','Added',NULL),
+ (58,90,2,'2023-03-09 01:04:28','Email','Added',NULL),
+ (59,187,2,'2023-09-08 15:04:30','Admin','Added',NULL),
+ (60,17,2,'2023-03-17 06:25:23','Admin','Added',NULL),
+ (61,121,3,'2023-11-21 21:24:31','Admin','Added',NULL),
+ (62,93,3,'2023-04-23 01:07:16','Email','Added',NULL),
+ (63,79,3,'2023-05-21 21:47:15','Admin','Added',NULL),
+ (64,133,3,'2023-02-27 18:26:53','Email','Added',NULL),
+ (65,114,3,'2023-05-02 13:42:43','Admin','Added',NULL),
+ (66,37,3,'2023-04-25 10:29:36','Admin','Added',NULL),
+ (67,62,3,'2023-04-30 22:27:18','Email','Added',NULL),
+ (68,152,3,'2023-08-24 03:20:00','Email','Added',NULL),
+ (69,115,3,'2024-01-03 21:53:51','Admin','Added',NULL),
+ (70,5,3,'2023-12-30 11:21:27','Email','Added',NULL),
+ (71,92,3,'2023-01-20 23:16:27','Admin','Added',NULL),
+ (72,156,3,'2023-05-18 17:24:17','Admin','Added',NULL),
+ (73,124,3,'2023-06-13 05:47:04','Admin','Added',NULL),
+ (74,127,3,'2023-03-20 11:20:09','Email','Added',NULL),
+ (75,136,3,'2023-06-23 06:17:57','Admin','Added',NULL),
+ (76,89,4,'2023-05-14 21:58:38','Email','Added',NULL),
+ (77,80,4,'2023-06-21 19:31:55','Admin','Added',NULL),
+ (78,104,4,'2023-04-05 18:42:50','Email','Added',NULL),
+ (79,23,4,'2023-03-21 05:03:14','Admin','Added',NULL),
+ (80,76,4,'2023-09-16 14:20:02','Admin','Added',NULL),
+ (81,8,4,'2023-08-09 10:10:59','Admin','Added',NULL),
+ (82,184,4,'2023-07-16 14:50:42','Admin','Added',NULL),
+ (83,85,4,'2023-01-12 23:10:27','Admin','Added',NULL),
+ (84,202,4,'2023-11-18 20:12:16','Email','Added',NULL);
 /*!40000 ALTER TABLE `civicrm_subscription_history` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -12253,11 +12224,11 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_tag` WRITE;
 /*!40000 ALTER TABLE `civicrm_tag` DISABLE KEYS */;
 INSERT INTO `civicrm_tag` (`id`, `name`, `label`, `description`, `parent_id`, `is_selectable`, `is_reserved`, `is_tagset`, `used_for`, `created_id`, `color`, `created_date`) VALUES
- (1,'Non_profit','Non-profit','Any not-for-profit organization.',NULL,1,0,0,'civicrm_contact',NULL,'#0bcb21','2023-12-17 20:11:28'),
- (2,'Company','Company','For-profit organization.',NULL,1,0,0,'civicrm_contact',NULL,'#2260c3','2023-12-17 20:11:28'),
- (3,'Government_Entity','Government Entity','Any governmental entity.',NULL,1,0,0,'civicrm_contact',NULL,'#cd4b13','2023-12-17 20:11:28'),
- (4,'Major_Donor','Major Donor','High-value supporter of our organization.',NULL,1,0,0,'civicrm_contact',NULL,'#0cdae9','2023-12-17 20:11:28'),
- (5,'Volunteer','Volunteer','Active volunteers.',NULL,1,0,0,'civicrm_contact',NULL,'#f0dc00','2023-12-17 20:11:28');
+ (1,'Non_profit','Non-profit','Any not-for-profit organization.',NULL,1,0,0,'civicrm_contact',NULL,'#0bcb21','2024-01-05 17:18:47'),
+ (2,'Company','Company','For-profit organization.',NULL,1,0,0,'civicrm_contact',NULL,'#2260c3','2024-01-05 17:18:47'),
+ (3,'Government_Entity','Government Entity','Any governmental entity.',NULL,1,0,0,'civicrm_contact',NULL,'#cd4b13','2024-01-05 17:18:47'),
+ (4,'Major_Donor','Major Donor','High-value supporter of our organization.',NULL,1,0,0,'civicrm_contact',NULL,'#0cdae9','2024-01-05 17:18:47'),
+ (5,'Volunteer','Volunteer','Active volunteers.',NULL,1,0,0,'civicrm_contact',NULL,'#f0dc00','2024-01-05 17:18:47');
 /*!40000 ALTER TABLE `civicrm_tag` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -12450,24 +12421,19 @@ UNLOCK TABLES;
 LOCK TABLES `civicrm_website` WRITE;
 /*!40000 ALTER TABLE `civicrm_website` DISABLE KEYS */;
 INSERT INTO `civicrm_website` (`id`, `contact_id`, `url`, `website_type_id`) VALUES
- (1,47,'http://tiptondevelopment.org',1),
- (2,118,'http://ruraldevelopment.org',1),
- (3,18,'http://creativefellowship.org',1),
- (4,115,'http://creativepeace.org',1),
- (5,9,'http://unitedcenter.org',1),
- (6,46,'http://nyeducationcollective.org',1),
- (7,197,'http://pinefoodpartners.org',1),
- (8,15,'http://gcfamilyassociation.org',1),
- (9,121,'http://urbanfamilycenter.org',1),
- (10,35,'http://floridafellowship.org',1),
- (11,78,'http://sierrapeacefellowship.org',1),
- (12,26,'http://unitedfamily.org',1),
- (13,64,'http://collegemusic.org',1),
- (14,162,'http://harveyagriculturefellowship.org',1),
- (15,201,'http://lincolnpoetry.org',1),
- (16,123,'http://statespartnership.org',1),
- (17,51,'http://minneapolissystems.org',1),
- (18,17,'http://ecactionservices.org',1);
+ (1,43,'http://orlandoculturepartnership.org',1),
+ (2,55,'http://californiafood.org',1),
+ (3,122,'http://ruralenvironmental.org',1),
+ (4,181,'http://keeneenvironmentalfund.org',1),
+ (5,65,'http://globalpartners.org',1),
+ (6,100,'http://globaleducationcenter.org',1),
+ (7,109,'http://cadellpoetry.org',1),
+ (8,119,'http://lincolnnetwork.org',1),
+ (9,130,'http://sierraempowermentservices.org',1),
+ (10,40,'http://harringtonpartnership.org',1),
+ (11,126,'http://unitedpeacepartners.org',1),
+ (12,26,'http://beechhealth.org',1),
+ (13,166,'http://progressiveliteracy.org',1);
 /*!40000 ALTER TABLE `civicrm_website` ENABLE KEYS */;
 UNLOCK TABLES;
 
@@ -12505,7 +12471,7 @@ UNLOCK TABLES;
 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
 
--- Dump completed on 2023-12-17 20:11:40
+-- Dump completed on 2024-01-05 17:18:50
 -- +--------------------------------------------------------------------+
 -- | Copyright CiviCRM LLC. All rights reserved.                        |
 -- |                                                                    |
diff --git a/civicrm/templates/CRM/UF/Form/Group.hlp b/civicrm/templates/CRM/UF/Form/Group.hlp
index caf8ae2bdc..0b1465fc4f 100644
--- a/civicrm/templates/CRM/UF/Form/Group.hlp
+++ b/civicrm/templates/CRM/UF/Form/Group.hlp
@@ -125,7 +125,7 @@
   {ts}Account Creation{/ts}
 {/htxt}
 {htxt id='id-is_cms_user'}
-{ts 1=`$config->userFramework`}If you are using this profile as a contact signup form, using it in an online contribution page OR an event registration page, anonymous users will be given the option to create a %1 User Account as part of completing the form.{/ts}
+{ts 1=$config->userFramework}If you are using this profile as a contact signup form, using it in an online contribution page OR an event registration page, anonymous users will be given the option to create a %1 User Account as part of completing the form.{/ts}
 {if $config->userSystem->is_drupal EQ '1'}
     {ts}This feature requires your Drupal User Settings to allow 'visitors to create accounts' (with or without administrator approval). The 'Email Verification' option may be enabled or disabled.{/ts}
     {ts}If the 'Email Verification' option is enabled, users will receive a welcome email from Drupal with login information. Otherwise they will select a Password inline, and if administrator approval is not required they will be automatically logged in as soon as the transaction is completed.{/ts}
@@ -163,7 +163,7 @@
   {ts}User Link{/ts}
 {/htxt}
 {htxt id='id-is_uf_link'}
-  {ts 1=`$config->userFramework`}Check this box if you want to include a link in the listings to view contacts' %1 user account information (e.g. their 'My Account' page). This link will only be included for contacts who have a user account on your website.{/ts}
+  {ts 1=$config->userFramework}Check this box if you want to include a link in the listings to view contacts' %1 user account information (e.g. their 'My Account' page). This link will only be included for contacts who have a user account on your website.{/ts}
 {/htxt}
 
 {htxt id='id-is_proximity_search-title'}
diff --git a/civicrm/vendor/autoload.php b/civicrm/vendor/autoload.php
index 1f0eb8d040..5f96ae292b 100644
--- a/civicrm/vendor/autoload.php
+++ b/civicrm/vendor/autoload.php
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInit98eee021afc9a2f48b8e515948cdf197::getLoader();
+return ComposerAutoloaderInitd5bdefcb63e0870eb95622af3de75945::getLoader();
diff --git a/civicrm/vendor/composer/autoload_real.php b/civicrm/vendor/composer/autoload_real.php
index 1310d5a1c8..f516095ffd 100644
--- a/civicrm/vendor/composer/autoload_real.php
+++ b/civicrm/vendor/composer/autoload_real.php
@@ -2,7 +2,7 @@
 
 // autoload_real.php @generated by Composer
 
-class ComposerAutoloaderInit98eee021afc9a2f48b8e515948cdf197
+class ComposerAutoloaderInitd5bdefcb63e0870eb95622af3de75945
 {
     private static $loader;
 
@@ -24,22 +24,22 @@ class ComposerAutoloaderInit98eee021afc9a2f48b8e515948cdf197
 
         require __DIR__ . '/platform_check.php';
 
-        spl_autoload_register(array('ComposerAutoloaderInit98eee021afc9a2f48b8e515948cdf197', 'loadClassLoader'), true, true);
+        spl_autoload_register(array('ComposerAutoloaderInitd5bdefcb63e0870eb95622af3de75945', 'loadClassLoader'), true, true);
         self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
-        spl_autoload_unregister(array('ComposerAutoloaderInit98eee021afc9a2f48b8e515948cdf197', 'loadClassLoader'));
+        spl_autoload_unregister(array('ComposerAutoloaderInitd5bdefcb63e0870eb95622af3de75945', 'loadClassLoader'));
 
         $includePaths = require __DIR__ . '/include_paths.php';
         $includePaths[] = get_include_path();
         set_include_path(implode(PATH_SEPARATOR, $includePaths));
 
         require __DIR__ . '/autoload_static.php';
-        call_user_func(\Composer\Autoload\ComposerStaticInit98eee021afc9a2f48b8e515948cdf197::getInitializer($loader));
+        call_user_func(\Composer\Autoload\ComposerStaticInitd5bdefcb63e0870eb95622af3de75945::getInitializer($loader));
 
         $loader->register(true);
 
-        $includeFiles = \Composer\Autoload\ComposerStaticInit98eee021afc9a2f48b8e515948cdf197::$files;
+        $includeFiles = \Composer\Autoload\ComposerStaticInitd5bdefcb63e0870eb95622af3de75945::$files;
         foreach ($includeFiles as $fileIdentifier => $file) {
-            composerRequire98eee021afc9a2f48b8e515948cdf197($fileIdentifier, $file);
+            composerRequired5bdefcb63e0870eb95622af3de75945($fileIdentifier, $file);
         }
 
         return $loader;
@@ -51,7 +51,7 @@ class ComposerAutoloaderInit98eee021afc9a2f48b8e515948cdf197
  * @param string $file
  * @return void
  */
-function composerRequire98eee021afc9a2f48b8e515948cdf197($fileIdentifier, $file)
+function composerRequired5bdefcb63e0870eb95622af3de75945($fileIdentifier, $file)
 {
     if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
         $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
diff --git a/civicrm/vendor/composer/autoload_static.php b/civicrm/vendor/composer/autoload_static.php
index adc2eb280f..ec5692b941 100644
--- a/civicrm/vendor/composer/autoload_static.php
+++ b/civicrm/vendor/composer/autoload_static.php
@@ -4,7 +4,7 @@
 
 namespace Composer\Autoload;
 
-class ComposerStaticInit98eee021afc9a2f48b8e515948cdf197
+class ComposerStaticInitd5bdefcb63e0870eb95622af3de75945
 {
     public static $files = array (
         'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
@@ -713,11 +713,11 @@ class ComposerStaticInit98eee021afc9a2f48b8e515948cdf197
     public static function getInitializer(ClassLoader $loader)
     {
         return \Closure::bind(function () use ($loader) {
-            $loader->prefixLengthsPsr4 = ComposerStaticInit98eee021afc9a2f48b8e515948cdf197::$prefixLengthsPsr4;
-            $loader->prefixDirsPsr4 = ComposerStaticInit98eee021afc9a2f48b8e515948cdf197::$prefixDirsPsr4;
-            $loader->prefixesPsr0 = ComposerStaticInit98eee021afc9a2f48b8e515948cdf197::$prefixesPsr0;
-            $loader->fallbackDirsPsr0 = ComposerStaticInit98eee021afc9a2f48b8e515948cdf197::$fallbackDirsPsr0;
-            $loader->classMap = ComposerStaticInit98eee021afc9a2f48b8e515948cdf197::$classMap;
+            $loader->prefixLengthsPsr4 = ComposerStaticInitd5bdefcb63e0870eb95622af3de75945::$prefixLengthsPsr4;
+            $loader->prefixDirsPsr4 = ComposerStaticInitd5bdefcb63e0870eb95622af3de75945::$prefixDirsPsr4;
+            $loader->prefixesPsr0 = ComposerStaticInitd5bdefcb63e0870eb95622af3de75945::$prefixesPsr0;
+            $loader->fallbackDirsPsr0 = ComposerStaticInitd5bdefcb63e0870eb95622af3de75945::$fallbackDirsPsr0;
+            $loader->classMap = ComposerStaticInitd5bdefcb63e0870eb95622af3de75945::$classMap;
 
         }, null, ClassLoader::class);
     }
diff --git a/civicrm/vendor/composer/installed.php b/civicrm/vendor/composer/installed.php
index d936a97850..510c0cb6a3 100644
--- a/civicrm/vendor/composer/installed.php
+++ b/civicrm/vendor/composer/installed.php
@@ -3,7 +3,7 @@
         'name' => 'civicrm/civicrm-core',
         'pretty_version' => '5.69.x-dev',
         'version' => '5.69.9999999.9999999-dev',
-        'reference' => '592d3f7c72623329abcf153e2af32e0fb69fe6e9',
+        'reference' => '6e4d81fd36b00bdd7ddcc6984dc2d21bd99f8b37',
         'type' => 'library',
         'install_path' => __DIR__ . '/../../',
         'aliases' => array(),
@@ -40,7 +40,7 @@
         'civicrm/civicrm-core' => array(
             'pretty_version' => '5.69.x-dev',
             'version' => '5.69.9999999.9999999-dev',
-            'reference' => '592d3f7c72623329abcf153e2af32e0fb69fe6e9',
+            'reference' => '6e4d81fd36b00bdd7ddcc6984dc2d21bd99f8b37',
             'type' => 'library',
             'install_path' => __DIR__ . '/../../',
             'aliases' => array(),
diff --git a/civicrm/xml/templates/message_templates/membership_online_receipt_html.tpl b/civicrm/xml/templates/message_templates/membership_online_receipt_html.tpl
index 26bda0d5b3..44c328b1ef 100644
--- a/civicrm/xml/templates/message_templates/membership_online_receipt_html.tpl
+++ b/civicrm/xml/templates/message_templates/membership_online_receipt_html.tpl
@@ -25,7 +25,7 @@
      <p>{$userText}</p>
     {/if}
     {if {contribution.balance_amount|boolean} && {contribution.is_pay_later|boolean}}
-      <p>{contribution.pay_later_receipt}</p>
+      <p>{contribution.contribution_page_id.pay_later_receipt}</p>
     {/if}
 
    </td>
diff --git a/civicrm/xml/version.xml b/civicrm/xml/version.xml
index 867b3f4c0a..91c8f473b3 100644
--- a/civicrm/xml/version.xml
+++ b/civicrm/xml/version.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.69.0</version_no>
+  <version_no>5.69.1</version_no>
 </version>
-- 
GitLab